/** Shopify CDN: Minification failed

Line 155:0 Unexpected "}"

**/
h3.fp-product-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* limit to one line */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin: 0 auto;
}

.product-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* limit to one line */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin: 0 auto;
  font-weight:400;
}


.feature-collections {
    margin:80px 0 !important;
    padding-inline: 15px;
}
.feature-collections .all_details  {
    padding: 20px;
    border-radius: 12px;
}
.feature-collections a .product-detail {
    text-align: center;
    margin-top: 15px;
    padding: 0;
}
.feature-collections .shop-all-btn{
    border: 1px solid #000000;
    padding: 10px 30px;
    border-radius: 30px;
}

.feature-collections .waiting-approval {
    color: #d37e00;
}
.feature-collections .product_price {
    text-align:center;
}
.feature-collections .product_price span{
    color:gray;
}
@media (max-width: 768px) {
.feature-collections {
        margin: 40px 0 !important;
    }
    .feature-collections .all_details {
        padding: 15px;
    }

    .feature-collections{
        padding: 5px;
        font-size: 11px;
    }   
  }    
 .sub___heading{
    color: #1E40AF;
} 

.all_details .product-detail p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin: 0 auto;
}


/* Base product card styling */
.product-card .product-grid__card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
}

/* Image area */
.card-gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 4;
  overflow: hidden;
}

.card-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card:hover .card-gallery img {
  transform: scale(1.05);
}

/* Product title */
.product-card p {
  font-size: 16px;
  color: #111;
  letter-spacing: -0.14px;
  line-height: 1.4;
  margin: 12px 0 6px;
  padding: 0 12px;
  transition: color 0.2s ease;
}

.product-card:hover p {
  color: #0071e3; /* highlight on hover */
}

/* Price */
.product-card .price {
  font-size: 18px;
  color: #101010;
  font-weight: 700;
  padding: 0 12px;
  margin-bottom: 16px; /* extra breathing room below price */
}

/* Add to cart button */
/* .quick-add__button {
  background: #101010;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.3s ease;
  width: calc(100% - 24px);
  margin: 0 12px 16px; /* spacing from price and bottom */
} */

/* .quick-add__button:hover {
  background: #0071e3;
  transform: translateY(-2px);
} */

/* Layout spacing */
.product-grid-view-zoom-out--details {
  padding: 0 0 8px;
  text-align: left;
}

.product-card__content {
  gap: 10px;
}

/* Base collection card */
.collection-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.collection-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #d0d0d0;
}

/* Image */
.collection-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.collection-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 8px 8px 0 0;
}

.collection-card:hover .collection-card__image img {
  transform: scale(1.05);
}

/* Content */
.collection-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px 8px 10px;
    gap: 6px;
}
.collection-card__content p {
    text-transform: capitalize;
}
/* Collection title (with text clamp) */
.collection-card__content p {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin: 0;
  transition: color 0.2s ease;

  /* Text limit */
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* show up to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.collection-card:hover p {
  color: #0071e3;
}
.collection-card:hover p {
  color: #0071e3;
}

/* Optional subtle fade animation */
.collection-card {
  animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
/* New Css */
.header .header__row--top .header__columns{
  border-bottom:1px solid #ddd;
}
.header .header__row--bottom .header__columns .menu-list__link {
    font-size: 16px;
}
a.mega-menu__link.mega-menu__link--parent {
    font-size: 16px;
    font-weight: 600;
}
a.mega-menu__link {
    font-size: 14px;
    font-weight:400;
}
.mega-menu__grid {
    padding-top: 20px;
}
body .swiper-button-next:after, 
body .swiper-button-prev:after{
  font-size:24px;
}
body .swiper-button-prev, 
body .swiper-rtl .swiper-button-next {
    left: 40px;
}

body .swiper-button-next, 
body .swiper-rtl .swiper-button-prev {
    right: 40px;
}
.section-resource-list__header rte-formatter * {
    font-size: 28px;
    font-weight: 700;
}

.shopbycollection__link {
  font-weight : 400!important;
}