@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: 0;
   font-family: 'Poppins', sans-serif;
 
}
:root {
  --black: #000;
  --white: #fff;
  /* start old */
 --White-Lilac:#F5F7F8;
 --Spring-Wood:#F7F7F2;
 --Shocking-Orange:#F05A37;
 --Turtle-Green:#60BC4F;
 --Avocado:#80B435;
 --Mirage:#131E2C;
 --Silver:#C7C8CC;
 --Pale-Sky:#6B7280;
 --Burning-Orange:#FC6736;
 --Dune:#333;
 --White-Smoke:#F3F4F6;

 --Shamrock-Green:#16A34A;
 --Sea-Green:#218838;
 --Persian-Pink:#FF77B7;
 --Banana-Yellow:#FEEC37;
 /* end */

 /* --Dark-Gold:#B79613; */
  --Dark-Gold:#826C5F;
 --Brass:#B8A73D;
  --Gamboge:#ac6f53;
 /* --Gamboge:#E89F08; */
 --Cocoa-Bean:#4B1815;
 --Rodeo-Dust:#C2B499;
 --Citron:#ACA82A;
 --Ruby-Red:#FF2D16;
 /* --Antique-White:#F6EDDB; */
 --Antique-White:#fdfaf8;
 /* --Hampton:#EBD4AD; */
 --Hampton:#efe6dd;
  --Dune:#333;
  --Oasis:#FFF0D0;
  --Bianca:#FFFBF3;

}

/* owl-carousel min css start */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* owl-carousel min css end */
/* owl theme default css start */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: var(--white);
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* owl theme default css end */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  }
  .TransparentNav .sticky {
  position: static;
  }
/* top section */
   .top-sec-menu{
  background-color: var(--Gamboge);

   }
   .top-bar {

  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
}

.left-menu a {
  color: var(--white);
  text-decoration: none;
  margin-right: 20px;
  font-weight: 500;
}

.left-menu a:hover {
  text-decoration: underline;
}

.center-text {
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
}

.right-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.right-icons i {
  color: var(--white);
  transition: color 0.3s;
}

.right-icons i:hover {
  color: var(--Hampton);
}
/* end */
   .header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 15px 0;
   background: var(--white);
   }
   .logo {
   display: flex;
   align-items: center;
   gap: 10px;
   }
   .logo img {
   width: 150px;
   height: auto;
   }
   .search-section {
   display: flex;
   flex: 1;
   max-width: 700px;
  
   gap: 15px;
   align-items: center;
   }
   .location {
   background: var(--white);
   border: 1px solid var(--Antique-White);
   padding: 8px 12px;
   border-radius: 6px;
   font-size: 12px;
   line-height: 1.3;
   color: var(--Dune);
   }
   .location i {
   margin-right: 5px;
   color: var(--Dark-Gold);
   }
   .search-box {
   display: flex;
   flex: 1;
   background: #f5f5f5;
   border-radius: 50px;
   overflow: hidden;
   }
   .search-box input {
   flex: 1;
   border: none;
   padding: 10px;
   font-size: 14px;
   outline: none;
   background: #f5f5f5;
   }
   .search-box button {
   background: var(--Gamboge);
   color: var(--white);
   border: none;
   padding: 0 20px;
   cursor: pointer;
   font-size: 14px;
   display: flex;
   align-items: center;
   gap: 5px;
   }
   .icons {
   display: flex;
   gap: 15px;
   }
   .icon-box {
   position: relative;
   background: var(--white);
   border: 1px solid #ddd;
   padding: 10px 12px;
   border-radius: 8px;
   text-align: center;
   font-size: 13px;
   color: var(--Dune);
       min-width: 80px;
   }
   .icon-box a{
      color: var(--Dune);
      text-decoration: none;
   }
   .icon-box i {
   font-size: 18px;
   display: block;
   margin-bottom: 3px;
   color: var(--Gamboge);
   }
   .badge {
   position: absolute;
   top: 6px;
   right: 15px;
  
   color: var(--Gamboge);
   font-size: 10px;
   padding: 2px 4px;
   border-radius: 50%;
   }

/* navabr start  */
.ecomm-navbar {
  background-color:var(--Antique-White);
  padding: 10px 0;

}


.ecomm-navbar .nav-link {
  color: var(--Dune);
  padding: 10px 15px;
  font-weight: 500;
  transition: 0.3s;
}

.ecomm-navbar .nav-link:hover,
.ecomm-navbar .nav-link.active {
  color:var(--Gamboge);
}
.offcanvasmenubar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.shopping-menu{
gap:30px;
}
/* menu bar */
.ecomm-navbar .DropdownArea {
  position: static!important;
  }
  .ecomm-navbar .DropdownListWrap {
  width: 100%!important;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  }
  .ecomm-navbar .DropdownList {
  max-width: 80%;
  margin: 0 auto;
  padding: 40px 25px;
  background-color: var(--white);
  box-shadow: 0 1px 2px var(--Hampton);
  }
  .ecomm-navbar .dropdown-item {
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: .785rem;
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--Dune);
  }
  .ecomm-navbar .dropdown-menu.DropdownListWrap{
  margin-top: 0;
  }
  .ecomm-navbar .DropdownListWrap .DropdownList ul li a{
  text-decoration: none;
  color: var(--Dune);
  font-size: .9rem;
  transition: .8s;
  }
  .ecomm-navbar .DropdownListWrap .DropdownList ul li a:hover{
    color: var(--Ruby-Red);
    transition: .8s;
  }
  .ecomm-navbar .DropdownListWrap .DropdownList ul li{
  margin-bottom: 4px;
  }
  /*  */
  .ecomm-navbar .dropdown-menu{
border-radius: 0;
border: 0;
  }
  .ecomm-navbar .dropdown-menu {
    position: absolute;
    top: 60px;
    padding: 0;
}
  .ecomm-navbar .dropdown-menu.DropdownListWrap{
  top: 80px;
}
.ecomm-navbar .dropdown-item.active,.ecomm-navbar .dropdown-item:active {

  background-color: var(--white)!important;
}

.ResponsiveDesign{
  padding: 0.5rem;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--Dark-Gold)!important;
  margin-bottom: 16px;
  transition: .8s;
 
}
.ResponsiveDesign{
  margin-bottom: 20px;
  line-height: 30px;

}
/* hero section start */
 .hero-section {
 /* background-image: url('../images/slider.webp'); 
  background-size: cover;
  background-position: center;
  padding-top: 60px; */
}

.sliderimg img {
  width: 100%;
  height: auto;
 
}

.carousel-caption {
  color: var(--Dune);
  padding: 20px;
}

.carousel-caption h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider-cont {
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.sliderBtn .btnWhite {
  padding: 10px 25px;
  background-color: var(--Ruby-Red);
  color: var(--white);
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
  font-weight: 600;
}

.sliderBtn .btnWhite:hover {
  background-color: var(--Ruby-Red);
  color: var(--white);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* hero end section */

.mera-carousel p{
  color: var(--black);
  margin-bottom: 0;
}
.mera-carousel .carousel-caption{
top:20%;
  padding: 15px; 
  border-radius: 10px;
  text-align: center; 
  max-width: 50%; 
}
.mera-carousel .carousel-caption h2{
    font-weight: bold;
    font-size: 3em; 
    color: var(--Dune);
}

.shop-title {
    font-size: 2.5em; 
    margin: 10px 0; 
}

.slider-cont {
    font-size: 1.2em; 
    margin-bottom: 20px; 
}

/* hero 1 end */

.sliderBtn{
  margin-top: 30px;
  padding-left: 0;
}
.sliderBtn .btnWhite{
  background: var(--white);
  color: var(--Dark-Gold);
}
.sliderBtn li{
  list-style: none;
}
.sliderBtn li a{
  text-decoration: none;
  padding: 12px 20px;
  color: var(--Cocoa-Bean);
}
/* category item */
.category-section{
  margin: 30px 0;

  
}
.category-section .category-img img{
  background: var(--Antique-White);
  border-radius: 600px;
  border:1px solid #f9f0ea;
}
.category-section .category-img{
  margin: 0 8px;
}
.category-section .cat-name{
  text-align: center;
}
.category-section .cat-name a{
  text-decoration: none;
  color: var(--Cocoa-Bean);
  font-size: .8rem;
  font-weight: 600;
}
.products-card button{
  border: none;
  background: transparent;

}
.products-card{
  margin-bottom: 20px;
}
.products-card .deliverytime{
font-size: .8rem;
margin-bottom: 0;
color: var(--Ruby-Red);
}
/* updated category start */
.shop-category {
  padding: 20px;
}



.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Always 5 on large screens */
  gap: 20px;
}

.category-card {
  border: 1px solid #ddd;
  text-align: center;
  padding: 15px;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  background: white;
  overflow: hidden; /* Needed for hover zoom effect */
}

.category-card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  transition: transform 0.4s ease;
  transform: scale(1.1); /* Slight zoom in */
}

.category-card p {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
}

.category-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.category-card:hover img {
  transform: scale(1); /* Zoom out on hover */
}
/* category-product-section */
.category-product-section{
  background: var(--Antique-White);
  padding: 40px 0;
}
.headline h3{
  font-size: 1.5rem;
  color: var(--Dark-Gold);
}
.category-product-section .weekend-left-banner img{
  width: 100%;
}
.category-product-section .weekend-right-banner img{
  width: 100%;
}
.category-product-section a
{
  text-decoration: none;
  color: var(--Dark-Gold);
}
.category-product-section .weekend-left-banner{
  position: relative;
  height: 100%;
}
.category-product-section .weekend-left-banner .weekend-content{
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  max-width: 350px;
}
.category-product-section .only-week a{
  background: var(--Citron);
  padding: 2px 4px;
  color: var(--white);
  font-size: .9rem;

  ;
}
.category-product-section .only-week{
  margin-bottom: 12px;
}
.category-product-section .weekend-content h3{
  color: var(--Dark-Gold);
}
.category-product-section .weekend-content h3 span{
  color: var(--Ruby-Red);
}
.shopBtn{

  color: var(--Ruby-Red);

  padding: 6px;
}
/* product section start */
.rahimtitle{
  margin-bottom: 30px;
}
.rahimtitle h3{
      margin-bottom: 8px;
    font-weight: 600;
}
.top-selling-section {
  padding: 60px 0;
  
}
.top-selling-section h3 {
  margin-bottom: 8px;
  font-weight: 600;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.product-card {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 10px;
  position: relative;
  transition: 0.3s ease;
  background: var(--white);
    margin-bottom: 20px;
}
.product-card img {
    display: flex;
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.product-title {
  font-size: 16px;
  font-weight: 600;
    transition: 0.3s;
 
}
.product-card a{
 text-decoration: none;
    color: var(--Dune);
     transition: .6s;
}
.product-card:hover a{
  color: var(--Ruby-Red);
  transition: .6s;
}
.price {
  font-weight: 600;
  color: var(--Cocoa-Bean);
  font-size: 18px;
}
.price del {
  color: var(--Dune);
  font-weight: 400;
  font-size: 13px;
}
.product-price{
 color: var(--price);
        font-size: .89rem;
        font-weight: bold; 
}

    .old-price {
        text-decoration: line-through;
        color: var(--Ruby-Red);
        margin-left: 8px;
        font-size: .89rem;
    }
.offer-badge {
  position: absolute;
  top: 0;
  left: -0;
  background: var(--Ruby-Red);
  color: var(--white);
  font-size: 12px;
  padding: 4px 8px;
  /* transform: rotate(-45deg); */
  border-radius: 0 8px 0 8px;
}
.offer-badge.red {
  background: var(--Ruby-Red);
}
.wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #888;
  font-size: 18px;
  cursor: pointer;
}
.wishlist.liked {
  color: var(--Ruby-Red);
}
.add-to-cart {
  margin-top: 10px;
  background: var(--Gamboge);
  color:var(--white);
  border: none;
font-size: .89rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
    transition: .6s;
        border-radius: 50px;
    padding: 8px 14px;
    border: 1px solid var(--Gamboge);
    width: 100%;
    display: flex;
    justify-content: center;
}
.add-to-cart:hover {
  background: var(--Antique-White);
  color: var(--Gamboge);
  transition: .6s;
   border: 1px solid var(--Gamboge);
}
.add-to-cart:hover i{
  color: var(--Gamboge);
    transition: .6s;
}

.add-to-cart i {
  margin-right: 6px;
  color:var(--white);
    transition: .6s;
}

.productpack{
  display: flex;
  padding-left: 0;
  margin-bottom: 6px;
  justify-content: space-between;
}
.productpack li{
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  color: var(--Dune);
}
.custom-dropdown {
  position: relative;
  width: 100%;
}

.custom-dropdown select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid var(--Gamboge);
  border-radius: 8px;
  font-size: 14px;
  color: var(--Dune);
  background-color: var(--white);
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin-bottom: 8px;
}

/* Custom arrow icon */
.custom-dropdown::after {
  content: "▼";
  position: absolute;
  right: 12px;
  top: 45%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color:var(--Gamboge);
}


.tranding-product{
  background: var(--Antique-White);
}
         .product-details {
  flex: 1;
}
.viewbtn{
      background-color: var(--Gamboge);
    color: white !important;
    border: none;
    border-radius: 0 !important;
    font-size: .89rem;
    transition: .6s;
}
.viewbtn:hover{
  background: var(--Dark-Gold);
    color: white !important;
    transition: .6s;
}
.rating {
  color:var(--Gamboge);
  font-size: 18px;
  margin-bottom: 4px;
}

.product-description {
  font-size: 14px;
  margin: 0;
  color: var(--Dune);
  line-height: 1.4;
}
.product-description a{
  text-decoration: none;
  color: var(--Dune);
  font-size: 14px;
  font-weight: 600;
  transition: .6s;
}
.price {
  margin-top: 5px;
}

.sale-price {
  color: var(--Dune);
  font-weight: bold;
  font-size: 18px;
  margin-right: 8px;
}

.original-price {
  color:var(--Pale-Sky);
  text-decoration: line-through;
  font-size: 14px;
}
/* product section end */
         .features-section {
  background-color: var(--Gamboge); 
  padding: 40px 20px;
  color: var(--white);
}

.features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.feature-box {
  display: flex;
  align-items: center;
  flex: 1 1 200px;
  gap: 15px;
  min-width: 220px;
}

.icon {
  width: 70px;
  height: 50px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: var(--white);
  color: var(--Gamboge);
}

.content h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--white);
}

.content p {
  font-size: 13px;
  margin: 0;
  color: #f0f0f0;
}
/* details page */
        /* common banner */
.common-banner{
  background: var(--Gamboge);
  color: var(--white);
  padding: 20px 0;
}
.common-banner .breadcrumb{
  margin-bottom: 0;
}
.common-banner .breadcrumb .breadcrumb-item{
  color: var(--white);
}
.common-banner a{
  text-decoration: none;
  color: var(--Neon-Yellow);
}
         .productframesection{
         background:var(--White-Lilac);
         padding: 60px 0;
         }
         .leftproductframe.product-gallery {
         width: 100%;
         }
         .leftproductframe .MagicScroll {
         margin-top: 10px;
         }
         .leftproductframe .MagicScroll img {
         border: 2px solid transparent;
         cursor: pointer;
         border-radius: 6px;
         transition: 0.3s;
         }
         .leftproductframe .MagicScroll img:hover {
         border-color: var(--white);
         transform: scale(1.05);
         }
        .productframesection{
         background:var(--Bianca);
         padding: 60px 0;
         }
           .pack-options {
         display: flex;
         flex-wrap: wrap;
         gap: 10px;
         margin-top: 15px;
         justify-content: flex-start;
         }
         .pack-btn:hover {
         background: var(--Citron);
         color: #fff;
         }
         .pack-btn.selected {
         background: var(--Gamboge);
         color: #fff;
         border-color: var(--Dark-Gold);
         }
         .leftproductframe.product-gallery {
         width: 100%;
         }
         .leftproductframe .MagicScroll {
         margin-top: 10px;
         }
         .leftproductframe .MagicScroll img {
         border: 2px solid transparent;
         cursor: pointer;
         border-radius: 6px;
         transition: 0.3s;
         }
         .leftproductframe .MagicScroll img:hover {
         border-color: var(--white);
         transform: scale(1.05);
         } 
         .badge.bg-danger {
         background-color: var(--Ruby-Red) !important;
         }
         .pack-options {
         display: flex;
         gap: 10px;
         margin-top: 20px;
         }
         .pack-btn {
         border: 1px solid var(--Brass);
        padding: 6px 12px;
         text-align: center;
         border-radius: 6px;
         cursor: pointer;
         min-width: 80px;
         transition: all 0.3s ease;
         background-color: var(--Oasis);
         font-weight: 500;
         color: var(--Cocoa-Bean);
         }
         .pack-btn:hover {
         background-color: var(--Hampton);
         }
         .pack-btn.selected {
         border-color: var(--Dark-Gold);
         background-color: var(--Dark-Gold);
         color: white;
         }
         .price-section h4 {
         color: var(--Gamboge);
         font-size: 1.5rem;
         }
         .price-section p{
         margin-bottom:0;
         }
         .price-section .product-price{
          font-size: 1.3rem;
         }

         .product-meta ul li {
         padding: 12px 0;
         border-bottom: 1px dashed var(--Rodeo-Dust);
         }
         .productframesection .add-to-cart {
         margin-top: 10px;
       padding: 10px 16px;
         }
       .add-to-cart {
    text-decoration: none;
       }
         .productliststyle{
         display:flex;
         justify-content:space-between;
         margin-bottom:0;
         padding-left:8px;
         }
         .productliststyle li{
         list-style: none;
         border-bottom:0!important;
         padding: 0!important;
         }
         .product-rating .stars i {
         color: var(--Gamboge); 
         font-size: 1rem;
         }
         .product-rating span {
         font-size: 0.9rem;
         }
                .productframecontent{
         background:#fff;
         padding: 30px 40px;
         }
         .nav-tabs .nav-link {
         color: var(--Cocoa-Bean);
         font-weight: 500;
         border-radius:0!important;
         }
         .nav-tabs .nav-link.active {
         background-color: var(--Gamboge);
         color: white !important;
         border: none;
         border-radius:0!important;
         }
         .tab-content {
         padding: 30px 0;
         }
         .tab-pane img {
         width: 100%;
         }
         .tab-pane h3 {
         color: var(--Cocoa-Bean);
         margin-bottom: 15px;
         }
         .tab-pane p {
         font-size: 15px;
         color: #444;
         }
         .info-table td {
         padding: 12px 20px;
         border-bottom: 1px dotted #ccc;
         }
         .review-box {
         background: var(--Oasis);
         padding: 20px;
         margin-top: 10px;
         }
         .review-box .stars i {
         color: var(--Gamboge);
         }
         .review-box h5 {
         color: var(--Cocoa-Bean);
         }
                .review-form {
         width: 100%;
         margin: 30px auto;
         padding: 30px;
         box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
         color: var(--Dune);
         }
         .review-form h4 {
         font-size: 20px;
         font-weight: bold;
         color: var(--Cocoa-Bean);
         margin-bottom: 10px;
         }
         .review-form label {
         display: block;
         margin-bottom: 8px;
         font-size: 14px;
         color: var(--Dark-Gold);
         }
         /* Star Rating */
         .star-rating {
         direction: rtl;
         display: flex;
         margin-bottom: 20px;
         }
         .star-rating input[type="radio"] {
         display: none;
         }
         .star-rating label {
         font-size: 24px;
         color: #ccc;
         cursor: pointer;
         }
         .star-rating input:checked ~ label,
         .star-rating label:hover,
         .star-rating label:hover ~ label {
         color: var(--Gamboge);
         }
         /* Inputs */
         .review-inputs {
         display: flex;
         gap: 12px;
         margin-bottom: 15px;
         }
         .review-inputs input {
         flex: 1;
         padding: 10px;
         border: 1px solid var(--Rodeo-Dust);
         border-radius: 5px;
         background: #fff;
         font-size: 14px;
         }
         /* Textarea */
         textarea {
         width: 100%;
         padding: 12px;
         font-size: 14px;
         border: 1px solid var(--Rodeo-Dust);
         border-radius: 5px;
         background: #fff;
         margin-bottom: 15px;
         resize: vertical;
         }
         /* Submit Button */
         .submit-btn {
         background-color: var(--Gamboge);
         color: white;
         padding: 12px 20px;
         font-weight: bold;
         border: none;
         border-radius: 5px;
         text-transform: uppercase;
         cursor: pointer;
         transition: background 0.3s ease;
         }
         .submit-btn:hover {
         background-color: var(--Dark-Gold);
         }
        .filter-box {
         background-color: #fff;
         border: 1px solid #ddd;
         border-radius: 10px;
         margin-bottom: 25px;
         padding: 20px;
         }
         .filter-box h6 {
         font-weight: bold;
         color: var(--Cocoa-Bean);
         margin-bottom: 15px;
         }
         .range-inputs {
         display: flex;
         gap: 10px;
         margin-bottom: 10px;
         }
         .form-range {
         accent-color: var(--Gamboge);
         }
         .btn-filter {
         background-color: var(--Gamboge);
         color: #fff;
         border: none;
         }
         .btn-filter:hover {
         background-color: var(--Dark-Gold);
         }
         .form-check-label {
         color: var(--Dune);
         }
         .form-check-input:checked {
         background-color: var(--Gamboge)!important;
         border-color:  var(--Gamboge)!important;
         }
         .form-check-input:focus,.form-control:focus 
         {
         box-shadow:none!important
         }
         .filter-box .form-check {
         margin-bottom: 12px;
         }
         /* 04-08-2025 changes filter price control */        
.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  background: rgba(248, 247, 244, 0.2);
  padding-top: 15px;

  border-radius: 3px;
}

.price-field input[type=range] {
    position: absolute;
}
.price-field input[type=range] {
  width: 100%;
  height: 6px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}
.price-field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}
.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}
.price-field input[type=range]::-ms-track {
  width: 100%;
  height: 6px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}
.price-field input[type=range]::-webkit-slider-thumb { 
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    margin-top: -4px;
    background-color: var(--Gamboge);
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
}
.price-field input[type=range]::-moz-range-thumb { 
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin-top: -5px;
  background-color: var(--Gamboge);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.price-field input[type=range]::-ms-thumb  { 
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: var(--Gamboge);
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.price-field input[type=range]::-webkit-slider-runnable-track { 
  
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: var(--Gamboge);
  border-radius: 5px;
}
.price-field input[type=range]::-moz-range-track { 
 
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: var(--Gamboge);
  border-radius: 5px;
}
.price-field input[type=range]::-ms-track { 
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: var(--Gamboge);
  border-radius: 5px;
}
    
.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px var(--Gamboge);
  transition-duration: 0.3s;
}
.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px var(--Gamboge);
  transition-duration: 0.3s;
}
/* policy */
.privacy-policy-section {
 padding: 60px 0;
    color: var(--Dune);
   
  }

 

  .privacy-policy-section h2 {
    color: var(--Dark-Gold);
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .privacy-policy-section h3 {
    color: var(--Cocoa-Bean);
    font-size: 1.2rem;
    margin-top: 25px;
  }

  .privacy-policy-section p {
    font-size: 1rem;
    line-height: 1.7;
    margin: 10px 0;
  }

  .privacy-policy-section ul {
    list-style: disc;
    padding-left: 20px;
    margin: 10px 0;
  }

  .privacy-policy-section ul li {
    margin-bottom: 6px;
  }
  /* profile start */
           .profile-section{
         padding: 60px 0;
         }
         .profile-section .custom-sidebar .nav-link {
         background-color: #fff;
         border: 1px solid #ddd;
         border-radius: 6px;
         color: var(--Dune);
         font-weight: 500;
         padding: 12px 15px;
         text-align: left;
         margin-bottom: 8px;
         display: flex;
         align-items: center;
         gap: 10px;
         transition: all 0.3s ease;
         }
         .profile-section .custom-sidebar .nav-link i {
         font-size: 16px;
         color: var(--Dune);
         }
         .profile-section .custom-sidebar .nav-link:hover {
         background-color: var(--Hampton);
         border-color: var(--Brass);
         color: var(--Cocoa-Bean);
         }
         .profile-section .custom-sidebar .nav-link.active {
         background-color: var(--Gamboge);
         color: white;
         font-weight: 600;
         border-color: var(--Gamboge);
         }
         .profile-section .custom-sidebar .nav-link.active i {
         color: white;
         }
         /* my profile */
         .profile-section .form-container {
         width: 100%;
         padding: 30px;
         background-color: var(--Bianca);
         }
         .profile-section .form-container form {
         display: flex;
         flex-direction: column;
         }
        .profile-section .form-container .input-row {
         display: flex;
         gap: 10px;
         }
         .profile-section .form-container .input-row input {
         flex: 1;
         }
         .profile-section .form-container input[type="text"],
         .profile-section .form-container input[type="email"],
         .profile-section .form-container input[type="password"] {
         padding: 12px;
         margin: 10px 0;
         border: 1px solid var(--Rodeo-Dust);
         border-radius: 5px;
         }
         .profile-section .form-container input::placeholder {
         color: var(--Dune);
         }
         .profile-section .form-container button {
         margin-top: 15px;
         padding: 12px;
         background-color: var(--Dark-Gold);
         color: white;
         font-weight: bold;
         border: none;
         border-radius: 5px;
         cursor: pointer;
         transition: background-color 0.3s ease;
         }
        .profile-section .form-container button:hover {
         background-color: var(--Gamboge);
         }
         .profile-section .form-container .input-row {
         display: flex;
         gap: 15px;
         flex-wrap: wrap;
         margin-bottom: 15px;
         }
         /* order lidt */
         .profile-section .order-table-section{
         width: 100%;
         padding: 30px;
         background-color: var(--Bianca);
         }
         .profile-section .order-heading {
         font-size: 24px;
         font-weight: bold;
         color: var(--Cocoa-Bean);
         margin-bottom: 20px;
         }
        .profile-section .order-table-wrapper {
         background: #fff;
         border: 1px solid #ddd;
         border-radius: 0;
         overflow-x: auto;
         }
         .profile-section .order-table {
         width: 100%;
         border-collapse: collapse;
        
         }
         .profile-section .order-table thead {
         background-color: var(--Antique-White);
         }
        .profile-section .order-table th,
        .profile-section .order-table td {
         padding: 14px;
         text-align: left;
         font-size: 14px;
         border-bottom: 1px solid #eee;
         color: var(--Dune);
         }
         .profile-section .order-table a {
         color: var(--Gamboge);
         font-weight: 600;
         text-decoration: none;
         }
         .profile-section .order-table a:hover {
         color: var(--Dark-Gold);
         text-decoration: underline;
         }
         .profile-section .tab-content{
         padding: 0!important;
         }
         /* tracking order */
         .profile-section .order-tracking-container {
         width: 100%;
         padding: 30px;
         background-color: var(--Bianca);
         }
         .profile-section .tracking-title {
         font-size: 24px;
         font-weight: bold;
         color: var(--Cocoa-Bean);
         margin-bottom: 20px;
         }
         .profile-section .tracking-subtitle {
         font-size: 14px;
         color: #555;
         margin-bottom: 25px;
         }
         .profile-section .tracking-form label {
         display: block;
         font-size: 14px;
         font-weight: 600;
         margin-bottom: 6px;
         color: var(--Dune);
         }
         .profile-section .tracking-form input {
         width: 100%;
         padding: 12px;
         font-size: 14px;
         border: 1px solid #ccc;
         border-radius: 6px;
         margin-bottom: 20px;
         }
        .profile-section .track-btn {
         background-color: var(--Brass);
         color: white;
         padding: 10px 20px;
         border: none;
         font-weight: bold;
         border-radius: 6px;
         cursor: pointer;
         transition: 0.3s ease;
         }
         .profile-section .track-btn:hover {
         background-color: var(--Dark-Gold);
         }
         /* address start */
        .profile-section .address-box {
         flex: 1;
         min-width: 300px;
         }
        .profile-section .address-box h2 {
         font-size: 1.5em;
         font-weight: bold;
         color: #2d4028;
         margin-bottom: 10px;
         }
        .profile-section .address-box p {
         margin: 5px 0;
         color: #6b7280; /* light grey text */
         }
         .profile-section .edit {
         margin-top: 10px;
         color: #7bb029;
         font-size: 0.9em;
         cursor: pointer;
         text-decoration: underline;
         }
        .profile-section .edit:hover {
         text-decoration: none;
         }
        .profile-section .edit-form {
    display: none;
    margin-top: 15px;
  }

  .profile-section .edit-form textarea {
    width: 100%;
    padding: 8px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: vertical;
  }

  .profile-section .edit-form button {
    margin-top: 10px;
    padding: 6px 12px;
    background-color: #7bb029;
    border: none;
    color: white;
    font-size: 0.9em;
    border-radius: 5px;
    cursor: pointer;
  }

  .profile-section .edit-form button:hover {
    background-color: #688f21;
  }
  /* profile end */
  /* wishlist start */
      .wishlistsection .cart-top-note {
         margin-bottom: 20px;
         background: var(--Antique-White);
         padding: 15px;
         border-radius: 8px;
         font-size: 16px;
         }
          .wishlistsection  .cart-top-note span {
         color: var(--Citron);
         font-weight: 600;
         }
          .wishlistsection  .progress-bar {
         width: 100%;
         background: #e0e0e0;
         height: 6px;
         border-radius: 3px;
         margin-top: 10px;
         }
          .wishlistsection  .progress-fill {
         background: var(--Citron);
         height: 6px;
         border-radius: 3px;
         }
          .wishlistsection  .cart-table table {
         width: 100%;
         border-collapse: collapse;
         background: white;
         border-radius: 10px;
         overflow: hidden;
         }
          .wishlistsection  .cart-table th,
          .wishlistsection  .cart-table td {
         text-align: left;
         padding: 15px;
         border-bottom: 1px solid #eee;
         }
          .wishlistsection  .product-detail {
         display: flex;
         align-items: center;
         gap: 10px;
         }
          .wishlistsection  .product-detail img {
         width: 60px;
         height: 60px;
         object-fit: cover;
         border-radius: 6px;
         }
          .wishlistsection  .remove-btn {
         background: var(--Ruby-Red);
         border: none;
         color: white;
         font-size: 16px;
         padding: 0 10px;
         border-radius: 50%;
         cursor: pointer;
         }
          .wishlistsection  .qty-input {
         width: 60px;
         padding: 6px;
         border: 1px solid #ccc;
         border-radius: 6px;
         text-align: center;
         }
          .wishlistsection  .btn-addtocart {
         background: var(--Citron);
         color: white;
         padding: 8px 15px;
         border: none;
         border-radius: 6px;
         font-weight: 600;
         cursor: pointer;
         }
          .wishlistsection  .btn-addtocart:hover {
         background: var(--Brass);
         }
          .wishlistsection  .btn-clearall {
         background: var(--Ruby-Red);
         color: white;
         padding: 8px 20px;
         border: none;
         border-radius: 6px;
         font-weight: 600;
         margin-top: 10px;
         cursor: pointer;
         }
          .wishlistsection  .btn-clearall:hover {
         background: #e60000;
         }
  /* wishlist end */
/* cart start */
         .cart-section {
         padding: 40px 0;
        
         }
         .cart-section .cart-top-note {
         margin-bottom: 20px;
         background: var(--Antique-White);
         padding: 15px;
         border-radius: 8px;
         }
         .cart-section .cart-top-note span {
         color: var(--Citron);
         font-weight: 600;
         }
         .cart-section .progress-bar {
         width: 100%;
         background: var(--Rodeo-Dust);
         height: 6px;
         border-radius: 3px;
         margin-top: 10px;
         }
         .cart-section .progress-fill {
         background: var(--Citron);
         height: 6px;
         border-radius: 3px;
         }
         .cart-section .cart-table table {
         width: 100%;
         border-collapse: collapse;
         margin-bottom: 20px;
         }
         .cart-section .cart-table th,
         .cart-section .cart-table td {
         text-align: left;
         padding: 12px;
         border-bottom: 1px solid #ddd;
         }
         .cart-section .product-detail {
         display: flex;
         align-items: center;
         gap: 10px;
         }
         .cart-section .product-detail img {
         width: 50px;
         height: 50px;
         object-fit: cover;
         }
         .cart-section .remove-btn {
         background: var(--Gamboge);
         border: none;
         color: white;
         font-size: 12px;
         padding: 0 8px;
         border-radius: 50%;
         margin-right: 10px;
         width: 24px;
         height: 24px;
         display: flex
         ;
         align-items: center;
         justify-content: center;
         }
         .cart-section .qty-input {
         width: 60px;
         padding: 6px;
         text-align: center;
         }
         .cart-section .cart-actions {
         display: flex;
         gap: 10px;
         align-items: center;
         flex-wrap: wrap;
         }
         .coupon-input {
         padding: 8px;
         flex: 1;
         border: 1px solid #ccc;
         border-radius: 6px;
         }
         .cart-section .btn-green {
         background: var(--Citron);
         color: white;
         padding: 8px 15px;
         border: none;
         border-radius: 6px;
         }
         .cart-section .btn-clear {
         background: var(--Ruby-Red);
         color: white;
         padding: 8px 15px;
         border: none;
         border-radius: 6px;
         }
         .cart-section .cart-totals {
         background: #fff;
         border: 1px solid var(--Citron);
         padding: 20px;
         border-radius: 10px;
         }
         .cart-section .cart-totals h5 {
         margin-bottom: 15px;
         font-weight: 700;
         color: var(--Cocoa-Bean);
         }
         .cart-section .shipping-options label {
         display: block;
         margin: 5px 0;
         color: var(--Dune);
         }
         .cart-section .calculate-link {
         color: var(--Dark-Gold);
         text-decoration: underline;
         cursor: pointer;
         display: inline-block;
         margin-top: 8px;
         }
         .cart-section .btn-checkout {
         background: var(--Dark-Gold);
         color: white;
         width: 100%;
         padding: 12px;
         border: none;
         font-weight: 600;
         border-radius: 6px;
         margin-top: 15px;
         }
/* cart end */
/* checkout start */
       .checkoutsection .section-title {
         font-size: 28px;
         font-weight: 700;
         color: var(--Cocoa-Bean);
         margin-bottom: 20px;
         }
         .checkoutsection .card-box {
         background: #fff;
         border-radius: 10px;
         padding: 20px;
         margin-bottom: 20px;
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
         }
         .checkoutsection .card-box h5 {
         color: var(--Cocoa-Bean);
         font-weight: 600;
         margin-bottom: 15px;
         }
        .checkoutsection .alert {
         background-color: var(--Oasis);
         border-left: 5px solid var(--Gamboge);
         font-size: 14px;
         }
         .checkoutsection .summary-box h6 {
         color: var(--Cocoa-Bean);
         font-weight: 600;
         }
         .checkoutsection .summary-box ul {
         list-style: none;
         padding: 0;
         margin: 0 0 10px 0;
         }
        .checkoutsection .summary-box ul li {
         padding: 12px 0;
         border-bottom: 1px dotted #ccc;
         }
         .checkoutsection .summary-box ul li:last-child{
         border:0!important;
         }
         .checkoutsection .btn-primary {
         background-color: var(--Dark-Gold);
         border: none;
         }
         .checkoutsection .btn-primary:hover {
         background-color: var(--Brass);
         }
         .checkoutsection .breadcrumb {
         background: transparent;
         padding: 0;
         }
         .checkoutsection .summeryitem{
         display:flex;
         justify-content:space-between;
         padding-left:0;
         margin-bottom:0;
         }
         .checkoutsection .summeryitem li{
         border-bottom:0!important;
         padding: 0!important;
         }
         .checkoutsection .info-list {
         list-style: none;
         padding-left: 0;
         margin-bottom: 15px;
         justify-content:space-between;
         display:flex;
         }
         .checkoutsection .info-label {
         font-weight: 600;
         color: var(--Dark-Gold); 
         margin-bottom: 5px;
         }
         .checkoutsection .info-value {
         color: #333; /* --Dune */
         }
         .checkoutsection{
         padding:60px 0;
         }
/* checkout end */
/* product tracking start */
         .producttrackingsection .cart-top-note {
         margin-bottom: 20px;
         background: var(--Antique-White);
         padding: 15px;
         border-radius: 8px;
         }
          .producttrackingsection .cart-top-note span {
         color: var(--Citron);
         font-weight: 600;
         }
          .producttrackingsection .progress-bar {
         width: 100%;
         background: var(--Rodeo-Dust);
         height: 6px;
         border-radius: 3px;
         margin-top: 10px;
         }
          .producttrackingsection .progress-fill {
         background: var(--Citron);
         height: 6px;
         border-radius: 3px;
         }
          .producttrackingsection .cart-table table {
         width: 100%;
         border-collapse: collapse;
         margin-bottom: 20px;
         }
          .producttrackingsection .cart-table th,
          .producttrackingsection .cart-table td {
         text-align: left;
         padding: 12px;
         border-bottom: 1px solid #ddd;
         }
          .producttrackingsection .product-detail {
         display: flex;
         align-items: center;
         gap: 10px;
         }
          .producttrackingsection .product-detail img {
         width: 50px;
         height: 50px;
         object-fit: cover;
         }
          .producttrackingsection .remove-btn {
         background: var(--Ruby-Red);
         border: none;
         color: white;
         font-size: 16px;
         padding: 0 8px;
         border-radius: 50%;
         margin-right: 10px;
         width: 24px;
         height: 24px;
         display: flex
         ;
         align-items: center;
         justify-content: center;
         }
          .producttrackingsection .qty-input {
         width: 60px;
         padding: 6px;
         text-align: center;
         }
          .producttrackingsection .cart-actions {
         display: flex;
         gap: 10px;
         align-items: center;
         flex-wrap: wrap;
         }
          .producttrackingsection .coupon-input {
         padding: 8px;
         flex: 1;
         border: 1px solid #ccc;
         border-radius: 6px;
         }
          .producttrackingsection .btn-green {
         background: var(--Citron);
         color: white;
         padding: 8px 15px;
         border: none;
         border-radius: 6px;
         }
          .producttrackingsection .btn-clear {
         background: var(--Ruby-Red);
         color: white;
         padding: 8px 15px;
         border: none;
         border-radius: 6px;
         }
          .producttrackingsection .cart-totals {
         background: #fff;
         border: 1px solid var(--Citron);
         padding: 20px;
         border-radius: 10px;
         }
          .producttrackingsection .cart-totals h5 {
         margin-bottom: 15px;
         font-weight: 700;
         color: var(--Cocoa-Bean);
         }
          .producttrackingsection .shipping-options label {
         display: block;
         margin: 5px 0;
         color: var(--Dune);
         }
          .producttrackingsection .calculate-link {
         color: var(--Dark-Gold);
         text-decoration: underline;
         cursor: pointer;
         display: inline-block;
         margin-top: 8px;
         }
          .producttrackingsection .btn-checkout {
         background: var(--Dark-Gold);
         color: white;
         width: 100%;
         padding: 12px;
         border: none;
         font-weight: 600;
         border-radius: 6px;
         margin-top: 15px;
         }
          .producttrackingsection .timeline {
         display: flex;
         justify-content: space-between;
         align-items: flex-start;
         padding-top: 40px;
         position: relative;
         flex-wrap: wrap;
         }
          .producttrackingsection .step {
         flex: 1;
         text-align: center;
         position: relative;
         min-width: 150px;
         margin-bottom: 40px;
         }
          .producttrackingsection .step:not(:last-child)::after {
         content: '';
         position: absolute;
         top: 20px;
         right: 0;
         width: 100%;
         height: 2px;
         background-color: var(--Dark-Gold);
         z-index: 1;
         }
          .producttrackingsection .icon-circle {
         width: 40px;
         height: 40px;
         border-radius: 50%;
         background-color: var(--Rodeo-Dust);
         margin: 0 auto 10px;
         display: flex;
         align-items: center;
         justify-content: center;
         z-index: 2;
         position: relative;
         color: var(--Dune);
         font-size: 1.2em;
         }
          .producttrackingsection .step.completed .icon-circle {
         background-color: var(--Gamboge);
         color: white;
         }
          .producttrackingsection .step.pending .icon-circle {
         background-color: var(--Rodeo-Dust);
         color: var(--Dune);
         }
          .producttrackingsection .step .title {
         font-weight: bold;
         margin-bottom: 4px;
         color: var(--Cocoa-Bean);
         }
          .producttrackingsection .step .date {
         font-size: 0.85em;
         color: var(--Dune);
         }
      
         /* left card  */
          .producttrackingsection .cart-totals {
         background-color: var(--Bianca);
         padding: 25px 30px;
         border: 2px solid var(--Dark-Gold);
         border-radius: 10px;
         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
         color: var(--Dune);
       
         }
          .producttrackingsection .cart-totals h4 {
         font-size: 1.5rem;
         color: var(--Cocoa-Bean);
         margin-top: 20px;
         margin-bottom: 8px;
         font-weight:600;
         }
          .producttrackingsection .cart-totals h5 {
         font-size: 1rem;
         color: var(--Cocoa-Bean);
         margin-top: 20px;
         margin-bottom: 8px;
         }
          .producttrackingsection .cart-totals p {
         margin-bottom: 10px;
         font-size: 0.95rem;
         color: var(--Dune);
         }
          .producttrackingsection .cart-totals ul {
         list-style: none;
         padding: 0;
         margin: 10px 0;
         display: flex;
         justify-content: space-between;
         font-size: 0.95rem;
         color: var(--Dune);
         }
          .producttrackingsection .cart-totals ul li:first-child {
         font-weight: 500;
         }
          .producttrackingsection .cart-totals hr {
         margin: 20px 0;
         border: 0;
         border-top: 1px dashed var(--Rodeo-Dust);
         }
       
/* product tracking end */
/* footer start */
.main-footer {
  background-color: var(--Hampton);
  color: var(--Dune);
  padding: 50px 20px 30px;
  font-size: 14px;
  border-radius: 100px 100px 0 0;
  margin-top:40px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 30px;
}

/* .footer-column {
  flex: 1 1 200px;
} */

.footer-column h4 {
  font-size: 18px;
  color: var(--Dune);
  margin-bottom: 20px;
  position: relative;
}

.footer-column h4::after {
  content: '';
  width: 40px;
  height: 2px;
  background: var(--Gamboge);
  position: absolute;
  bottom: -6px;
  left: 0;
}

.footer-column p,
.footer-column li,
.footer-column a {
  color: var(--Dune);
  font-size: 14px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-column ul li a:hover {
  color: var(--Gamboge);
}

.phone-number {
  color: var(--Dune);
  font-size: 18px;
  margin: 10px 0;
  font-weight: 600;
}

.footer-bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
}
.footer-bottom  a{
    color:var(--Dune);
    text-decoration:none;
}
.social-media span {
  margin-right: 10px;
  font-weight: 500;
  color: var(--Dune);
}

.social-media a {
  margin: 0 5px;
  color: var(--Dune);
  font-size: 18px;
  transition: 0.3s;
}

.social-media a:hover {
  color: var(--Gamboge);
  transform: scale(1.2);
}

.copyright {
  font-size: 13px;
  color: var(--Dune);
}
/* not found  */
    .not-found {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  .not-found .container {
    max-width: 600px;
  }

  .not-found h1 {
    font-size: 120px;
    color: var(--Ruby-Red);
    margin-bottom: 10px;
  }

  .not-found h2 {
    font-size: 32px;
    color: var(--Cocoa-Bean);
    margin-bottom: 20px;
  }

  .not-found p {
    font-size: 18px;
    color: var(--Dune);
    margin-bottom: 30px;
  }

  .back-home {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--Gamboge);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
  }

  .back-home:hover {
    background-color: var(--Dark-Gold);
  }

  /* success  */
      .success-page {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      background: linear-gradient(135deg, var(--Oasis), var(--Hampton));
    }

    .success-page .container {
      max-width: 500px;
      background-color: #fff;
      padding: 50px 30px;

      text-align: center;
    
    }

    .success-page .icon {
      font-size: 64px;
      color: var(--Citron);
      margin-bottom: 25px;
      animation: pop 0.5s ease-out;
    }

    @keyframes pop {
      0% { transform: scale(0.5); opacity: 0; }
      100% { transform: scale(1); opacity: 1; }
    }

    .success-page h1 {
      font-size: 32px;
      color: var(--Cocoa-Bean);
      margin-bottom: 15px;
    }

    .success-page p {
      font-size: 18px;
      color: var(--Dune);
      margin-bottom: 30px;
    }

    .home-btn {
      background-color: var(--Gamboge);
      color: #fff;
      text-decoration: none;
      padding: 12px 28px;
      border-radius: 8px;
      font-weight: 600;
      transition: background-color 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .home-btn:hover {
      background-color: var(--Dark-Gold);
    }
/* address modal start */
    .addressmodal .modal-content {
    background-color: var(--Bianca);
    border: 1px solid var(--Dark-Gold);
    border-radius: 10px;
  }

  .addressmodal .modal-header {
    background-color: var(--Antique-White);
    color: var(--Gamboge)!important;
    border-bottom: 1px solid var(--Brass);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .addressmodal .modal-header h5 {
    margin: 0;
    font-weight: 600;
   color: var(--Gamboge)!important;
  }
 .addressmodal .form-group{
    margin-bottom:12px;
 }
  .addressmodal .form-group label {
    font-weight: 600;
    color: var(--Gamboge);
    margin-bottom:6px;
  }

  .addressmodal .form-control {
    border: 1px solid var(--Cocoa-Bean);
    background-color: var(--white);
    color: var(--Dune);
  }

  .addressmodal .form-control:focus {
    border-color: var(--Dark-Gold);
    box-shadow: 0 0 5px var(--Brass);
  }

  .addressmodal .save-btn14 {
     margin-top: 15px;
    padding: 12px 30px;
    background-color: var(--Dark-Gold);
    color: var(--white);
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .addressmodal .save-btn14:hover {
    background-color: var(--Gamboge);
    color: var(--white);
  }

  .addressmodal select.form-control option {
    background-color: var(--Bianca);
    color: var(--Dune);
  }

  .addressmodal .modal-body {
    padding: 25px;
  }

  .addressmodal .modal-dialog {
    margin-top: 6vh;
  }



/* address modal end  */
/* contact section start */
        .contact-section {
          padding: 60px 0;
          background-color: var(--Antique-White);
        }

        .contact-section .sign-in-page {
          background-color: var(--Antique-White);
          padding: 40px;
          border-radius: 12px;
          box-shadow: 0 0 20px rgba(0,0,0,0.08);
          max-width: 700px;
          margin: auto;
        }

        .contact-section .sign-in h4 {
          margin-bottom: 30px;
          font-size: 28px;
          color: var(--Gamboge);
          border-bottom: 2px solid var(--Brass);
          display: inline-block;
          padding-bottom: 5px;
        }

        .contact-section .form-group {
          margin-bottom: 20px;
        }

        .contact-section .info-title {
          font-weight: 600;
          display: block;
          margin-bottom: 8px;
          color: var(--Cocoa-Bean);
        }

        .contact-section input.form-control {
          width: 100%;
          padding: 10px 15px;
          border: 1px solid var(--Rodeo-Dust);
          border-radius: 8px;
          background-color: var(--Bianca);
          font-size: 15px;
        }

        .contact-section input.form-control:focus {
          outline: none;
          border-color: var(--Brass);
          box-shadow: 0 0 5px var(--Brass);
        }

        .contact-section .btn-primary {
          background-color: var(--Dark-Gold);
          border: none;
          padding: 12px 25px;
          color: white;
          font-weight: bold;
          border-radius: 8px;
          transition: background 0.3s ease;
        }

        .contact-section .btn-primary:hover {
          background-color: var(--Gamboge);
          cursor: pointer;
        }

        .contact-section span {
          color: var(--Ruby-Red);
        }
    @media(max-width:575px){
        .contact-section .sign-in-page {
        padding: 20px;
        }
        .contact-section .btn-primary {
        padding: 8px 20px;
        font-size: .89rem;
    }
}
/* contact sevtion end */
/* Responsive */
@media(max-width:1200px){
  .productframesection .add-to-cart {
   
    padding: 12px 20px;
}

  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

/* footer end */
  @media (max-width: 768px) {
    .privacy-policy-section .container {
      padding: 20px;
    }

    .privacy-policy-section h2 {
      font-size: 1.5rem;
    }

    .privacy-policy-section h3 {
      font-size: 1.1rem;
    }
  }
/* Responsive */
@media(max-width:992px){
  .search-section {
    max-width: 450px;
  }
  .offcanvas-header img{
    width: 150px;
  }
  .shopping-menu {
    gap: 14px;
}
.offcanvasmenubar {
    align-items: start;
}
.navbar-toggler{
  border: none!important;
}
.navbar-toggler:focus {
   
    box-shadow:none!important;
}
.sliderimg{
  /* opacity: 0; */
}
.sliderimg img{

  min-height: 320px;
}
.cart-table{
  margin-bottom: 40px;
}
.leftproductframe{
  margin-bottom: 20px;
}
 .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {

  .features-container {
    flex-direction: column;
    gap: 30px;
  }
  .feature-box {
    display: flex
;
    align-items: center;
    flex: 0;
    gap: 15px;
    min-width: 220px;
}
.icon {
    width: 60px;
    height: 60px
}
.top-selling-section {
    padding: 40px 0;
}
 .producttrackingsection .timeline {
         flex-direction: column;
         border-top: none;
         padding-left: 20px;
         }
          .producttrackingsection .timeline {
         align-items: center;
         padding-top: 0;
         }
          .producttrackingsection .step {
         text-align: left;
         padding-left: 20px;
         }
          .producttrackingsection .step:not(:last-child)::after {
         content: '';
         position: absolute;
         left: 0;
         top: 40px;
         width: 2px;
         height: 100%;
         background-color: var(--Dark-Gold);
         }
          .producttrackingsection .icon-circle {
         margin-left: -40px;
         }
           .producttrackingsection .cart-totals {
         padding: 20px;
         }
          .producttrackingsection .cart-totals ul {
         flex-direction: column;
         gap: 5px;
         text-align: left;
         }
           .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:710px)
{

      .search-section {
        max-width: 370px;
    }
    .icon-box {
border: none;
    padding: 4px 4px;
 
    }
}

@media(max-width:575px){
  .badge {
  
    top: -5px;
    right: 14px;
  }
      .search-section {
        max-width: 100% !important;
        width: 100% !important;
    }
    .header {
    display: block;
    }
    .icons {
    justify-content: center;
    display: flex;
          gap: 20px;
    padding: 14px 0 0 0;
}
.mera-carousel .carousel-caption {
 
    max-width: 100%;
}
.mera-carousel .carousel-caption h2

 {
  
    font-size: 40px;
   
}
.mera-carousel .carousel-caption{
top:0;
}
.hero-section .img-fluid{
  opacity: 0;
}
 .add-to-cart {
    width: 100%;
            display: flex;
        justify-content: center;
  }
  .productframecontent {
    background: #fff;
    padding: 20px 20px;
}
 .review-inputs {
    flex-direction: column;
  }

  .review-inputs input {
    flex: 1 1 100%;
  }

  .star-rating {
    justify-content: space-between;
  }
  .profile-section .address-box {
 
    min-width: 100%;
}
.sliderimg img {
        min-height: 240px;
    }
}
  @media (max-width: 480px) {
    .not-found h1 {
      font-size: 80px;
    }

    .not-found h2 {
      font-size: 24px;
    }

    .not-found p {
      font-size: 16px;
    }
      .success-page .container {
        padding: 40px 20px;
      }

      .success-page h1 {
        font-size: 26px;
      }

      .success-page p {
        font-size: 16px;
      }

      .success-page .icon {
        font-size: 50px;
      }
        .category-grid {
    grid-template-columns: 1fr;
  }
  }
@media(max-width:375px){
  .mera-carousel .carousel-caption h2

 {
  
    font-size: 30px;
   
}
.sliderBtn .btnWhite {
    padding: 6px;
}
.product-rating{
  display: block!important;
}
.main-footer {
    border-radius: 120px 120px 0 0;
    }
    .sliderimg img {
        min-height: 200px;
    }
}
