/** Shopify CDN: Minification failed

Line 785:0 Unexpected "}"

**/
.button, button.shopify-payment-button__button--unbranded {
    --button-color: var(--color-primary-button-text);
    --button-background-color: #FF8A5E;
    --button-border-color: var(--color-primary-button-border);
    --button-border-width: var(--style-border-width-primary);
    color: #2C003D;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.button:hover, button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
    --button-color: var(--color-primary-button-hover-text);
    --button-background-color: #FF8A5E;
    --button-border-color: var(--color-primary-button-hover-border);
}

.quantity-selector{
    background-color: #F2F2F2;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #2C003D;
    border:none;
}

.product-page .group-block.group-block--height-fit.group-block--width-fill.border-style.spacing-style.size-style {
    --padding-block-end: 40px;
}

.quantity-selector:hover{
    background-color: #F2F2F2;
}

.quantity-selector input{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #2C003D;
}

.product-page .vscf_box {
    display: flex;
    gap: 5px;
    margin-bottom: 12px;
}

.product-page p.lt-content,
.product-page p.lt-content a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #5C58E1;
    display: flex;
    align-items: center;
}

.product-tabs img {
    width: auto;
  }

.product-page .gg-title{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #2C003D;
    display: flex;
    align-items: center;
}

.product-page p.st-content {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #2C003D;
}

.product-page .shipping-info-container {
    display: flex;
    gap: 16px;
}

.product-page .shipping-info-left {
    display: flex;
    gap: 4px;
    align-items: center;
}

.product-page .shipping-info-divider {
    width: 1px;
    height: auto;
    background-color: #e3e2e8;
}

.product-page .shipping-info-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #299364;
}

.product-page .shipping-info-right {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #299364;
}

.product-page .un_price{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #B4050A;
}

.product-page .faq-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-page .faq-content {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.product-page .faq-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 112%;
    color: #2C003D;
}

.product-page .faq-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #2C003D;
}

.product-page a.faq-phone-number {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-decoration-line: underline;
    color: #2C003D;
}

.product-page img.faq-specialist-icon {
    width: 75px;
}

.product-page .faq-container {
    background: #f2f2f2;
    border-radius: 12px;
    padding: 12px 70px;
    width: 100%;
    display: flex;
    margin: 40px 0;
}

button[ref="addToCartButton"] {
    display: flex;
    width: auto;
}

.product-page .guarantee-container {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 350px;
    top: -5px;
    gap:20px;
}

.product-page .guarantee-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 12px;
}

.guarantee-text{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 122%;
    text-align: center;
    color: #2C003D;
}

.product-page .product-form-buttons{
    position:relative
}

.product-details{
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-page .prdct_r{
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
}

.product-page .checkout-container{
    background-color: #fff;
    border-radius: 12px;
    padding: 32px 40px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkout-text-wrapper {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 116%;
    color: #2C003D;
    width: 150px;
    flex-shrink: 0;
}

.product-page .product-share-container {
    display: flex;
    gap: 20px;
    align-items: center;
}

.product-page .social-icons-wrapper {
    display: flex;
    gap: 20px;
}

.product-page .product-share-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #2C003D;
}

.product-page .pr_social-icn {
    margin-top: 32px;
}

.checkout-text-wrapper span{
    color: #299364;
}

.product-page .product-tabs {
    max-width: 1440px;
    margin: 60px auto;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px 40px;
}

.product-page .product-tabs .tab-header.active {
    color: #fff;
    border-bottom-color: #7C189F;
    background-color: #7C189F;
    border-radius: 8px;
}

.product-page .product-tabs .tab-header {
    color: #2C003D;
    border-bottom-color: #f2f2f2;
    background-color: #f2f2f2;
    border-radius: 8px;
}

.product-page .product-tabs .tab-headers {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    gap: 8px;
}

.product-page .product-tabs .tab-header {
    border-bottom: 0px solid transparent;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 112%;
}

.breadcrumb {
    padding: 10px 0;
}
.breadcrumb__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumb__item {
    display: flex;
    align-items: center;
}
.breadcrumb__item a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s;
}
.breadcrumb__item a:hover {
    color: #000;
}
.breadcrumb__separator {
    margin: 0 8px;
    color: #999;
}
.breadcrumb__item[aria-current="page"] span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #5C58E1;
}

nav.breadcrumb {
    max-width: 1440px;
    margin: 0 auto;
}

.breadcrumb__item a,
.breadcrumb__item span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #5C58E1;
}

.delivery-badge {
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  background: rgba(124, 24, 159, 0.08);
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #7C189F;
  width: fit-content;
  margin: 0 auto 8px auto;
}

.product-info {
  padding: 1rem;
}

.product-title {
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  text-align:center;
}

.product-title a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #2C003D;
}

.product-card:hover .product-title a {
  color: #ff6b35 !important;
}

.product-rating {
  display: flex;
  gap: 2px;
  margin-bottom: 0.5rem;
  justify-content: center;
}
.starfilled svg{
  fill: #7C189F;
}
.star svg{
  fill: #ddd;
  font-size: 0.9rem;
}

.star.filled {
  color: #ffc107;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}

.price-compare {
  text-decoration: line-through;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #B4050A;
}

.price-current {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #2C003D;
}

.product-card:hover .add-to-cart-btn {
  visibility: visible;
}

.add-to-cart-btn {
  background: #ff6b35;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  position: absolute;
  top: 220px;
  width: auto;
  left: 65px;
  visibility: hidden;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2C003D;
}

.add-to-cart-btn:hover {
  background: #e55a2b;
  transform: translateY(-1px);
}

.explore-more-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  border-radius: 12px;
}

.explore-more-btn {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FD8F66;
  background: none;
  border: none;
  cursor: pointer;
}

.loading-spinner {
  display: flex;
  justify-content: center;
  padding: 2rem;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #ff6b35;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.slider-arrow:hover {
  border-color: #ff6b35;
  color: #ff6b35;
}

.slider-arrow--prev {
  left: -20px;
}

.slider-arrow--next {
  right: -20px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 8px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.product-card {
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: white;
}

.product-card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.product-image-wrapper {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f8f8f8;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ccc;
}

.sale-badge {
  position: absolute;
  top: 60px;
  right: 10px;
  background: #B4050A;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: bold;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align:center;
}

.sale-text {
  font-size: 10px;
  display: flex;
  gap: 0;
  line-height: 1;
}

.wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.wishlist-btn:hover {
  background: #ff6b35;
  color: white;
}

.wishlist-btn.active {
  background: #8b5cf6;
  color: white;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}

.title-highlight,
.section-title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #FF8A5E;
}

.section-title{
  color:#2C003D;
}

/* Mobile Responsive */
@media (max-width:1440px){
  .popular-categories-section,
  nav.breadcrumb{
    max-width: 1280px;
  }
  .csm_box .item {
    padding: 75px 5px 8px 5px;
  }
  .grid-block.block-bath-sale img {
    margin-top: 20px;
  }
  .grid-block.block-new-arrivals-banner {
    height: 368px;
  }
}
@media (max-width:1280px){
  .popular-categories-section,
  nav.breadcrumb{
    max-width: 768px;
  }
  .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .popular-categories-section,
  nav.breadcrumb{
    max-width: 100%;
    padding: 0 15px;
  }

  .slider-arrow--next {
    right: 0;
  }

  .slider-arrow--prev {
    left: 0;
  }

  .slider-arrow {
    top: calc(77% - 22px);
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .slider-arrow {
    display: none;
  }
}
@media (max-width:600px){
  
}
.product-page .content-for-layout{
     max-width: 1440px;
     margin: 0 auto;
}
body.product-page {
    background-color:#f2f2f2;
}
.product-information.section.section--page-width.spacing-style.color-scheme-1.relative {
    width: 100%;
    display: flex;
}
@media (max-width:1440px){
    .product-page .product-tabs {
        max-width: 1280px;
    }
    .product-page .content-for-layout{
        max-width: 1280px;
    }
}
@media (max-width:1280px){
    .product-page .product-tabs{
        max-width: 768px;
        margin: 40px auto;
        padding: 20px 40px
    }
    .product-page .content-for-layout{
        max-width: 768px;
        padding:0 15px;
    }
    .product-information__grid.product-information--media-left {
        display: flex;
        max-width: 768px;
        flex-direction: column;
        gap: 20px;
    }
    .product-details {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .product-information__media{
        padding-right:0 !important;
    }
    .product-information__media,
    .product-details{
        width: 50%;
    }
    .product-information__grid product-information--media-left
}
@media (max-width: 768px){
    .product-page .content-for-layout{
        max-width: 100%;
        margin-bottom:40px;
    }
    .slider-arrow {
        top: 50%;
    }
    nav.breadcrumb {
        padding: 15px 0;
    }
    .product-information__grid.product-information--media-left {
        max-width: 100%;
    }
}
@media (max-width:600px){
    .product-page .product-tabs{
        max-width: 100%;
    }
    .product-page .guarantee-container {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 20px;
    }
    button[ref="addToCartButton"] {
        width: 100%;
        justify-content: center;
    }
    .faq-container {
        flex-direction: column;
    }
    .checkout-container {
        flex-direction: column;
    }
    .checkout-text-guarantee,
    .checkout-text-safe {
        text-align: center;
    }
    .tab-headers {
        flex-direction: column;
    }
    main#MainContent {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .product-page .product-information__grid:not(.product-information__grid--half,
    :has(.product-page .product-information__media:empty)).product-information--media-left {
        grid-template-columns: 1fr 1fr;
    }
}