/** Shopify CDN: Minification failed

Line 720:14 Unexpected "{"
Line 720:23 Expected ":"
Line 720:29 Unexpected "{"
Line 725:14 Unexpected "{"
Line 725:23 Expected ":"
Line 730:14 Unexpected "{"
Line 730:23 Expected ":"
Line 740:14 Unexpected "{"
Line 740:23 Expected ":"
Line 747:14 Unexpected "{"
... and 45 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:banner-carousel (INDEX:6) */
.custom-block-section{
  overflow: hidden;
}
 div.swiper-wrapper {
    margin-bottom: -10px;
    z-index: 9;
}


/* span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #63270a;
} */


.swiper {
    padding-bottom: 0px!important;
}


.swiper .swiper-pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  
  /* margin-top: -50px; Top margin for spacing */
}

.swiper .swiper-pagination-bullet {
  width: 35px;
  height: 2px;
  background:#f2f2f2 ;
  transition: all 0.4s ease;
  border-radius: 2px;
  transform-origin: center;
  cursor: pointer;
  
}

.swiper .swiper-pagination-bullet-active {
  background: #ffffff;
  animation: rotate360 0.6s ease;
}

/* Rotate on hover */
 .swiper .swiper-pagination-bullet:hover {
  background: #ffffff;
  animation: rotate360 0.6s ease;
}

/* 360-degree rotation animation */
@keyframes rotate360 {
  0% {
    transform: rotate(0deg) scaleX(1.5);
    opacity: 0.5;
  }
  100% {
    transform: rotate(360deg) scaleX(1.5);
    opacity: 1;
  }
}  

  
  
.mobile_image{
  display: none;
}
@media screen and (max-width: 600px) {
 .destop_image{  
    display:none;
  }
  .mobile_image{
  display: block;
}
}
.mySwiper .swiper-wrapper{
  justify-content: start;
}
/* END_SECTION:banner-carousel */

/* START_SECTION:bestseller-products (INDEX:8) */
section.bestsellers {
    padding-top: 45px;
}

.bestseller-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.bestseller-card {
  background: #fff;
  border-radius: 16px;
  padding: 0px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(133, 133, 133, 0.31);
  position: relative;
  transition: transform 0.2s ease;
}
.bestseller-card:hover {
  transform: translateY(-4px);
}

.bestseller-image img {
  width: 100%;
  border-radius: 16px;
}

.best-seller-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #FFD700;
  color: #000;
  font-size: 8px;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 500;
}

.product-title {
  font-size: 17px;
  font-weight: 600;
  margin: 20px 0 5px;
  
}

.rating {
  font-size: 14px;
  /* margin-bottom: 6px; */
  color: #444;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.short-desc {
  font-size: 11px;
  color: #323131;;
    margin-bottom: 1px;
    margin-top: 1px;
}

.price {
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0;
}
.compare-price {
  text-decoration: line-through;
  color: #888;
  font-size: 15px;
  margin-left: 6px;
}

.pack-of {
  margin: 12px 0;
  font-size: 14px;
  font-weight: 500;
}
.pack-of span {
  vertical-align: middle;
}
.pack-circle {
  display: inline-block;
  background: #eaf7ee;
  color: #2a7f3b;
  font-weight: 600;
  margin: 0 4px;
  padding: 6px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.add-to-cart-btn {
  display: inline-block;
  background: #28a745;
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  margin-top: 20px;
  transition: background 0.2s ease;
  width: 70%;
  font-size: 17px;
}
.add-to-cart-btn:hover {
  background: #218838;
}

#jusforpadcontainer{
    padding:0 10px 20px ;
}




.bestseller-image {
  position: relative;
  overflow: hidden;
}

.bestseller-image img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

.bestseller-image.has-second .secondary-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out; /* smooth fade */
}

.bestseller-image.has-second:hover .secondary-img {
  opacity: 1;
}

.bestseller-image.has-second .primary-img {
  transition: opacity 0.6s ease-in-out;
}

.bestseller-image.has-second:hover .primary-img {
  opacity: 0;
}




@media (max-width: 767px) {
  .bestseller-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px; /* optional: reduce gap for mobile */
  }

.product-title {
  font-size: 14px;
  font-weight: 500;
}

.best-seller-badge {
  
  font-size: 6px;
  padding: 2px 6px;
}


.price {
  font-size: 15px!important; 
}
.compare-price {
font-size: 14px;
  
}

.add-to-cart-btn {
  
  padding: 8px 10px;
  border-radius: 30px;
  font-size: 12px !important;
  font-weight: 600;
   width: 80%;
}
.bestseller-grid {
  
  gap: 15px;
}


}



.bestseller-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.view-all-btn {
  font-size: 14px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: #976A45;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 6px;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.view-all-btn::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300%;
  height: 300%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.6s ease;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: 0;
}

.view-all-btn:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

.view-all-btn:hover {
  color:rgb(255, 255, 255);
  background-color: #7a5233; /* slightly darker for hover */
  transform: scale(1.05);
  z-index: 1;
}


@media (max-width: 767px) {
  .view-all-btn {
    font-size: 12px;
  }
}
/* END_SECTION:bestseller-products */

/* START_SECTION:category-carousel (INDEX:16) */
.custom-block-section{
  overflow: hidden;
  
}

.section-bg-color{
    padding-bottom: 20px;
    background-color: #fff;
}
div.swiper-wrapper  {
    margin-bottom: -10px;
    z-index: 9;
  
}

.category-image{
 border-radius: 10px;
  border: 1px solid #f0f0f0;

}

 
/* .swiper-button-next,  .swiper-button-prev{
  display: block!important;
} */
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px !important;
    background: #fff;
    padding: 5px 10px;
    color: #000;
    border-radius: 50px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 20px !important;
    background: #fff;
    padding: 5px 10px;
    color: #000;
    border-radius: 50px;
}
  h3.custom-category-title {
    font-size: 24px;
    font-weight: normal;
    font-family: poppins;
    text-align: center;
}
  h4.category-name {
    margin: 0px;
    text-align: center;
    text-decoration: none !important;
}
a.banner_link {
    display: flex;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.custom-category-width{
 /*width:130px;  */  
}
@media screen and (max-width: 600px) {
.custom-category-width{
 width: 120px;    
}
h4.category-name{
    font-size: 14px;
  }
    .section-bg-color{
    padding-top: 20px;
  }
  #custom-carosel-cat .swiper-slide {    
    width: 50% !important;
}
#custom-carosel-cat .page-width {
  width: 100% !important;
  
}
  
}
  
#custom-carosel-cat .swiper-slide {
  /*  padding-top: 20px;*/
    transition:all .5s ease;
}

#custom-carosel-cat .swiper-slide:hover {
    transform: translateY(-10px);
}
#custom-carosel-cat .swiper-slide {    
    /*width: 350px !important; */
}
  #custom-carosel-cat .swiper-wrapper{
    justify-content: start;
  }

  #custom-carosel-cat .page-width {
  width: 85% !important;
  max-width: 100% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
    padding-top: 30px !important;
    padding-bottom:30px !important;
}

/* Add pagination styles below this */
#custom-carosel-cat .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 5px;
  position: relative;
  z-index: 9;
}

#custom-carosel-cat .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #000;
  opacity: 0.3;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}

#custom-carosel-cat .swiper-pagination-bullet-active {
  opacity: 1;
  background: #c1a15d;
}

  #swiperpad{
    padding: 10px 0;
  }
/* END_SECTION:category-carousel */

/* START_SECTION:custom-banner (INDEX:24) */
.custom-banner{
  max-width:1350px;
  margin:0 auto;
}

.custom-banner-image-container{
  width:100%;
  padding-top: 60px;
  overflow:hidden;
}

.banner-link{
  display:block;
}

.banner-image{
  width:100%;
  border-radius:5px;
  /* margin-top:20px; */
  display:block;
  transition:transform .6s ease;
}

/* Hover animation */


/* Hide mobile image on desktop */
.banner-image-mobile{
  display:none;
}

/* Show mobile image only on smaller screens */
@media (max-width:768px){

  .custom-banner{
    width:100%;
    padding:0 15px;
    box-sizing:border-box;
  }

  .banner-image-desktop{
    display:none;
  }

  .banner-image-mobile{
    display:block;
  }

 

}
/* END_SECTION:custom-banner */

/* START_SECTION:custom-column (INDEX:25) */
.custom-column{
    padding: 50px 0px;
}
.column-title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.custom-column-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.column-box{
    border-radius: 5px;
    text-align: center;

    flex-basis: 49%;
    min-width: 49%;
    transition: transform .2s ease;
}
.column-box:hover{
    transform: scale(1.02);
}
.column-box-image{
    width: 100%;
    border-radius: 5px;
}
a{
    text-decoration: none;
}
h4.column-box_title{
    color: #333;
    font-size: 20px;
    margin: 5px 0px;
}
.column-description{
    font-size: 16px;
}

.column-box-desc{
    color: #555;
    font-size: 18px;
    font-weight: 600;
}
.column-title-col{
    margin-left: 20px;
}
@media screen and (max-width: 600px) {
 .column-box{  
    flex-basis: 100%;
    min-width: 100%;   
  }
}
/* END_SECTION:custom-column */

/* START_SECTION:custom-columns-3 (INDEX:26) */
.custom-column3{
    padding: 50px 0px;
}
.custom-column3 .column-title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.custom-column3 .custom-column-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.custom-column3 .column-box{
    border-radius: 5px;
    text-align: center;

    flex-basis: 32%;
    min-width: 32%;
    transition: transform .2s ease;
}
.custom-column3 .column-box:hover{
    transform: scale(1.02);
}
.custom-column3 .column-box-image{
    width: 100%;
    border-radius: 5px;
}
.custom-column3 a{
    text-decoration: none;
}
.custom-column3 h4.column-box_title{
    color: #333;
    font-size: 20px;
    margin: 5px 0px;
}
.custom-column3 .column-description{
    font-size: 16px;
}

.custom-column3 .column-box-desc{
    color: #555;
    font-size: 18px;
    font-weight: 600;
}
.custom-column3 .column-title-col{
    margin-left: 20px;
}
@media screen and (max-width: 600px) {
 .custom-column3 .column-box{  
    flex-basis: 100%;
    min-width: 100%;   
  }
}
/* END_SECTION:custom-columns-3 */

/* START_SECTION:custom-text (INDEX:28) */
.footer-about-me-content_heading{
   font-weight: 600; 
}
.footer-about-me-content_paragraph{
  font-size: 14px;
  color: #000;
}
/* END_SECTION:custom-text */

/* START_SECTION:custom-trust-badge (INDEX:29) */
.badge-section{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
   border: 1px solid #f4f4f4;
    padding: 20px;
}
.badge-container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  
  flex-basis: 20%;
  min-width: 20%;
}
.badge-title{
  height: 100%;
}
  .badge-image{
    width: 50px;
  }
@media screen and (max-width: 650px) {
  .badge-container {
      flex-basis: 45%;
      min-width: 45%;
      border: 1px solid #f4f4f4;
      padding: 5px;
    gap: 15px;
  }
}
/* END_SECTION:custom-trust-badge */

/* START_SECTION:dreamr-membership-love (INDEX:35) */
section.dreamr-love-section
 {
    padding: 60px 0 !important;
    background: #F3F0F0;
}
#dreamr-love-{{ section.id }}{
  background:#1f1f1f;
  padding:70px 0;
}

#dreamr-love-{{ section.id }} .page-width{
  max-width:1200px;
  margin:auto;
}

#dreamr-love-{{ section.id }} .dreamr-love-heading{
  margin:0;
  text-align:center;
  color:#d40b0e;
  font-size:28px;
  font-weight:700;
  line-height:1.2;
  text-transform: uppercase;
}

#dreamr-love-{{ section.id }} .dreamr-love-subheading{
  text-align:center;
  color: #000000ff;
  font-size:22px;
  margin:12px 0 45px;
}

#dreamr-love-{{ section.id }} .dreamr-love-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

#dreamr-love-{{ section.id }} .dreamr-love-card{
  background:#2c2b2b;
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  padding:35px 20px;
  text-align:center;
  transition:.35s ease;
}

#dreamr-love-{{ section.id }} .dreamr-love-card:hover{
  transform:translateY(-6px);
  border-color:#ffffff33;
}

#dreamr-love-{{ section.id }} .dreamr-love-icon{
  width:72px;
  height:72px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 24px;
}

#dreamr-love-{{ section.id }} .dreamr-love-icon img{
  width:34px;
  height:34px;
  object-fit:contain;
  display:block;
}

#dreamr-love-{{ section.id }} .dreamr-love-card h3{
  margin:0;
  color:#fff;
  font-size:18px;
  line-height:1.35;
  font-weight:600;
}

#dreamr-love-{{ section.id }} .dreamr-love-btn-wrap{
  text-align:center;
  margin-top:55px;
}

#dreamr-love-{{ section.id }} .dreamr-love-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:300px;
  min-height:64px;
  padding:0 40px;
  border-radius:14px;
  background:#fff;
  color:#111;
  text-decoration:none;
  font-size:24px;
  font-weight:600;
  transition:.3s;
}

#dreamr-love-{{ section.id }} .dreamr-love-btn:hover{
  transform:translateY(-3px);
}

/* ---------- Tablet ---------- */

@media(max-width:990px){

#dreamr-love-{{ section.id }}{
padding:55px 0;
}

#dreamr-love-{{ section.id }} .dreamr-love-heading{
font-size:34px;
}

#dreamr-love-{{ section.id }} .dreamr-love-subheading{
font-size:18px;
}

#dreamr-love-{{ section.id }} .dreamr-love-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* ---------- Mobile ---------- */

@media(max-width:749px){

#dreamr-love-{{ section.id }}{
padding:45px 0;
}

#dreamr-love-{{ section.id }} .dreamr-love-heading{
font-size:22px;
}

#dreamr-love-{{ section.id }} .dreamr-love-subheading{
font-size:16px;
margin-bottom:28px;
}

#dreamr-love-{{ section.id }} .dreamr-love-grid{
grid-template-columns:repeat(2,1fr);
gap:16px;
}

#dreamr-love-{{ section.id }} .dreamr-love-card{
padding:24px 14px;
border-radius:16px;
}

#dreamr-love-{{ section.id }} .dreamr-love-icon{
width:60px;
height:60px;
margin-bottom:18px;
}

#dreamr-love-{{ section.id }} .dreamr-love-icon img{
width:28px;
height:28px;
}

#dreamr-love-{{ section.id }} .dreamr-love-card h3{
font-size:18px;
}

#dreamr-love-{{ section.id }} .dreamr-love-btn{
width:100%;
min-width:100%;
min-height:56px;
font-size:18px;
}

}
/* END_SECTION:dreamr-membership-love */

/* START_SECTION:membership-offer (INDEX:76) */
.membership-disabled{
    background:#bfbfbf;
    color:#fff;
    cursor:not-allowed;
    opacity:.8;
    border:none;
}

.membership-offer-section{
    background-image: url("/cdn/shop/files/WhatsApp_Image_2026-07-04_at_5.15.37_PM.jpg?v=1783165606");
    color:var(--text);
    background-size: cover;
    padding: 20px 0;
}

.membership-wrapper{
    max-width:900px;
    margin:auto;
    background: #fff;
    border-radius:22px;
    padding:36px;
    border:1px solid rgba(255,255,255,.08);
    transition:.35s;
}

.membership-wrapper:hover{
    transform:translateY(-2px);
}

.membership-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    margin-bottom:10px;
}

.membership-heading h2{
    margin:0;
    font-size:34px;
    line-height:1.2;
        font-weight: 900 !important;
    color: #000;
}

.membership-heading p{
    margin:0px 0 0;
    color: #D70A0C;
    font-size:17px;
}

.membership-badge{
       background:linear-gradient(
180deg,
#e54848ff 0%,
#ff9d25ff 100%
);
    color: #ffffffff;
    border-radius:999px;
    padding:6px 18px;
    font-size:13px;
    font-weight:600;
    white-space:nowrap;
}

.membership-cards{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    gap:24px;
    align-items:center;
    margin-bottom:20px;
}

.membership-card{
    border-radius:18px;
    background:var(--card);
    padding:10px 20px;
    text-align:center;
    transition:.35s;
    min-height:170px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    border:1px solid rgba(255,255,255,.08);
}

.membership-card:hover{
    transform:translateY(-4px);
}

.left-card{
    background:#1b1b1b;
}

.right-card{
    background:linear-gradient(
180deg,
#b73434 0%,
#e8860f 100%
);
}

.card-icon{
    margin-bottom:5px;
}

.card-icon svg{
    width:28px;
    height:28px;
}

.left-card .card-icon{
    color:#9d9d9d;
}

.right-card .card-icon{
    color:#ffffff;
}

.membership-card h4{
    margin:0;
    font-size:15px;
    font-weight:600;
}

.membership-card h3{
    margin-top:10px;
    margin-bottom: 5px;;
    font-size:25px;
    text-transform: uppercase;
    line-height:1.2;
    font-weight:700;
}

.left-card h4{
    color:#fff;
}

.left-card h3{
    color:#fff;
}

.right-card h4,
.right-card h3{
    color:#fff;
}

.membership-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#b9b9b9;
}

.membership-arrow svg{
    width:38px;
    height:38px;
    color: #e8860f;
}

.membership-benefits{
    display:flex;
    flex-direction:column;
    gap:5px;
    margin-bottom:20px;
}

.benefit-item{
    display:flex;
    align-items:center;
    gap:14px;
}

.benefit-icon{
    width:24px;
    height:24px;
    color:#8e6cff;
    flex-shrink:0;
}

.benefit-icon svg{
    width:100%;
    height:100%;
}

.benefit-text{
    font-size:17px;
    color:#f2f2f2;
}

.membership-button-wrapper{
    margin-top:20px;
}

.membership-button{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    width:100%;
    background:var(--btn);
    color:#fff;
    padding:18px 24px;
    border-radius:16px;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    transition:.35s;
}

.membership-button:hover{
    transform:translateY(-2px);
    opacity:.95;
}

.membership-button svg{
    width:22px;
    height:22px;
}

@media screen and (max-width:990px){

.membership-wrapper{
    padding:28px;
}

.membership-heading h2{
    font-size:40px;
}

.membership-card h3{
    font-size:24px;
}

}

@media screen and (max-width:768px){

.membership-wrapper{
    padding:24px;
}

.membership-header{
    flex-direction:column;
    align-items:flex-start;
}

.membership-badge{
    margin-top:6px;
}

.membership-cards{
    grid-template-columns:1fr;
    gap:18px;
}

.membership-arrow{
    transform:rotate(90deg);
}

.membership-card{
    min-height:auto;
    padding:26px 18px;
}

.membership-card h3{
    font-size:22px;
}

.membership-heading h2{
    font-size:50px;
}

.membership-heading p{
    font-size:15px;
}

.membership-button{
    font-size:16px;
    padding:16px;
}

.benefit-text{
    font-size:15px;
}

}

@media screen and (max-width:480px){

.membership-wrapper{
    padding:18px;
    border-radius:18px;
}

.membership-heading h2{
    font-size:30px;
}

.membership-card h4{
    font-size:17px;
}

.membership-card h3{
    font-size:20px;
}

.membership-button{
    border-radius:14px;
    text-align: center;
}
.membership-badge{
    margin-top:6px;
    
}

}
/* END_SECTION:membership-offer */

/* START_SECTION:video-hero (INDEX:94) */
.video-hero {
  width: 100%;
  overflow: hidden;
}
.video-hero video {
  width: 100%;
  height: auto;       /* natural video height */
  display: block;
}
/* END_SECTION:video-hero */