
   @import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');


  
body {
font-family: 'Jost', sans-serif;
}

   
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    /*font-weight: 200;*/
    line-height: 1.2;
    color: var(--bs-heading-color, inherit);
}

a {
    text-decoration: none !important;
   font-family: 'Jost', sans-serif;

}


p, .f-Jost {
    text-decoration: none !important;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    line-height: 23px;
    /* margin-bottom: 0; */
}


.header {
   font-family: 'Jost', sans-serif;
}

.top-bar {
  /*border-bottom: 1px solid #e6e6e6;*/
  padding: 12px 0 ;
  font-size: 13px;
  /* letter-spacing: 0.08em; */
   --tw-bg-opacity: 1;
    /* background-color: rgb(211 206 254/var(--tw-bg-opacity,1)); */
}

.top-bar a {
    color: #000;
    text-decoration: none;
    margin-right: 10px;
  
    text-transform: uppercase;
    font-size: 9px;
}
.right-icons a{
     margin-right: 0px;
}

.logo-row {
  padding: 35px 0 25px;
}

.logo {
     font-size: 34px;
    font-weight: 400;
    font-family: auto;
    /* font-style: italic; */
    text-align: center;
    font-family: inherit;
    text-transform: uppercase;
    margin-bottom: 0;
}
.top-right{
  float: right;
}
.luxury-nav {
  /*border-top: 1px solid #e6e6e6;*/
  border-bottom: 1px solid #e6e6e6;
      padding: 0;
          /* background-color: #e9e7ee; */
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
        padding: 18px 5px;
    }
}
.luxury-nav .nav-link {
    font-size: 10px;
    /* letter-spacing: 0.18em; */
    color: #000;
    position: relative;
    padding-bottom: 6px;
    letter-spacing: .05rem;
    border: none;
    text-align: center;
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow:none !important;
}
/* .luxury-nav .nav-link::after {
         background-color: #d50032;
        content: "";
        height: .1875rem;
        position: absolute;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: width;
        transition-property: width;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        width: 0;left: .725rem;
    right: auto;
    bottom: 0;
} */

.luxury-nav .nav-link:hover::after,
.luxury-nav .nav-link.active::after {
 -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        width: calc(100% - 1.45rem);
}

/* Mega menu */
.mega-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.mega-tabs .tab {
  font-size: 13px;
  letter-spacing: 0.15em;
  cursor: poJost;
  position: relative;
  padding-bottom: 6px;
}

.mega-tabs .active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #9c1c2c;
}

.mega-card p {
  margin-top: 15px;
  font-size: 13px;
  /*letter-spacing: 0.6em;*/
  color: #000;
}.mega-card:hover p{
  text-decoration: underline !important;
}
/*.mega-card p:after{
  background-color: #d50032;
    content: "";
    height: .1875rem;
    position: absolute;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    width: 0;
    left: .725rem;
    right: auto;
    bottom: 0;
}*/
.discover-link {
 letter-spacing: 0.12em;
    color: #000;
    text-decoration: underline ! IMPORTANT;
    font-size: 14px;
}
.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 16px;
  border-bottom: 1px solid #e6e6e6;
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 99 !important;
     background: #fff; 
    /* border-bottom: 1px solid #efefef; */
}
.menu-btn {
  background: none;
  border: none;
  font-size: 22px;
}

.mobile-logo {
  font-family: serif;
  font-size: 28px;
  font-style: italic;
}

.mobile-icons span {
  font-size: 18px;
  margin-left: 15px;
}

/* Offcanvas */

.jewel-offcanvas {
  width: 100%;
}

.jewel-offcanvas .offcanvas-header {
  justify-content: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px;
}

.jewel-offcanvas .btn-close {
  position: absolute;
  left: 15px;    --bs-btn-close-bg: none;    opacity: 1;    top: 20px;
}

.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu li {
  border-bottom: 1px solid #eee;
}

.mobile-menu a {
display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    letter-spacing: 0.12em;
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
   
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tab-content>.active {
    display: block;
    margin: 0 auto;
    /* width: 50rem; */
}
.nav-tabs li{
  padding: 0 10px;
}

.hero-slider {
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.slick-hero,
.slick-hero .slide {
  height: 70vh;
}
.slide {
  background-size: cover;
  background-position: top;
  position: relative;
  display: flex !important;
  align-items: flex-end;   /* bottom */
  justify-content: center;
  padding-bottom: 0px;   /* space from bottom */
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));*/
  background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 45%));
}

.hero-content {
  position: relative;
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 20px;
}

.hero-content h2 {
     font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.hero-content p {
   font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.hero-content a {
color: #fff;
    text-decoration: underline !important;
    letter-spacing: 0.8px;
    font-size: 13px;
    font-weight: 100;
}
/* Hide default icon */
.slick-prev:before,
.slick-next:before {
  display: none;
}

/* Arrow container */
.slick-prev,
.slick-next {
  width:40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 50%;
  z-index: 9;
  transition: all 0.3s ease;
  background: #583630a3;
}

/* Position */
.slick-prev {
  left: 40px;
}
.slick-next {
  right: 40px;
}

/* Arrow lines */
.slick-prev::after,
.slick-next::after {
  content: "";
    width: 12px;
    height: 12px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    position: absolute;
    top: 50%;
    font-weight: 600;
    

}
.slick-prev::after{
  left: 53%;
    transform: translate(-50%, -50%) rotate(-135deg);
}
.slick-next::after {
  transform: translate(-50%, -50%) rotate(45deg);
   left: 45%;
}

/* Hover effect */
.slick-prev:hover,
.slick-next:hover {
  background: rgba(255,255,255,0.1);
  /*transform: scale(1.05);*/
}
.dropdown-menu[data-bs-popper] {
    top: 98%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}
.mobile-filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    
    /* Start hidden but ready for animation */
    opacity: 0;
    transform: translateY(100%); /* start below screen */
    transition: opacity 0.5s ease, transform 0.5s ease;
    poJost-events: none; /* prevent Jostaction when hidden */
}

.mobile-filter-overlay.active {
    opacity: 1;
    transform: translateY(0); /* slide up into view */
    poJost-events: auto; /* allow Jostaction */
}
/* base dropdown */
.dropdown-menu {
  visibility: hidden;
         opacity: 0;
    transform: translateY(100%); /* start below screen */
    transition: opacity 0.5s ease, transform 0.5s ease;
    poJost-events: none; /* prevent Jostaction when hidden */

}

/* when open */
.dropdown-menu.show {
  visibility: visible;
 opacity: 1;
    transform: translateY(0); /* slide up into view */
    poJost-events: auto; /* allow Jostaction */
}
.space-tb{
padding: 40px 0;
}

.section-title .heading {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.th-btn a {
    color: #000;
    text-decoration: underline !important;
    letter-spacing: 0.8px;
    font-size: 13px;
    font-weight: 100;
}


/*------------category slider-----------*/
.product-card {
  padding: 15px;
  text-align: center;
}

.img-wrap {
  position: relative;
  overflow: hidden;
}

.img-wrap img {
  width: 100%;
  transition: opacity 0.4s ease;
}

.img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.product-card:hover .img-hover {
  opacity: 1;
}

.product-card:hover .img-default {
  opacity: 0;
}

.product-card h3 {
   
    letter-spacing: 0;
    margin: 15px 0 5px;
    font-weight: 600;
 line-height: 20px;
    font-size: 11px;
}


.product-card p {
    font-size: 11px;
    color: #555;
    font-family: 'Fancy Cut Pro';
}
.price {
    display: block;
    margin: 0px 0;
    font-weight: 600;
    font-size: 14px;color: #000;
}
.discover-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}
.pcard p{
  margin-bottom: 0;
  color:#000;
}
.product-card {
  padding: 5px;
  text-align: center;
          padding-left: .75rem;
        padding-right: .75rem;
}

.img-wrap {
  position: relative;
  overflow: hidden;
}

.img-wrap img {
  width: 100%;
  transition: opacity 0.4s ease;

}

.img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

/* Hover image swap */
.product-card img{
 -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; 
}

.product-card:hover .img-default {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  
}

.product-card:hover .img-hover {
  opacity: 1;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
 
}

/* Heart icon */
.wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  /* opacity: 0; */
  transform: scale(0.8);
  transition: all 0.3s ease;
  cursor: poJost;
}

/* Hide button by default */
.discover-btn {
  display: inline-block;
  margin-top: 12px;
  background: #000;
  color: #fff;
  padding: 10px 26px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  width: 100%;
}

/* Show button on hover */
.product-card:hover .discover-btn {
  opacity: 1;
  transform: translateY(0);
}

/* Heart icon */
.wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  /* opacity: 0; */
  transform: scale(0.8);
  transition: all 0.3s ease;
  cursor: poJost;
  border: 1px solid #9E9E9E;
}

.product-card:hover .wishlist {
  opacity: 1;
  transform: scale(1);
}
.product-card {
  position: relative;
}

.product-card::before,
.product-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgb(0 0 0 / 12%);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.product-card::before {
  left: 0;
}

.product-card::after {
  right: 0;
}

.product-card:hover::before,
.product-card:hover::after {
  opacity: 1;
}

.product-slider{
  padding-top: 30px;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 8px;
  }
  .slick-dots {
    position: absolute;
    bottom: -55px;
   
}


.luxury-section {
  padding: 80px 0px;
  background: #fff;
}

.luxury-container {
     display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    /*max-width: 1400px;*/
    margin: auto;
    padding-top: 30px;
}

.luxury-card {
  text-align: center;
}

.luxury-card img {
  width: 100%;
  /*height: 520px;*/
  object-fit: cover;
  display: block;
}


.luxury-card h3 {
    margin-top: 25px;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 500;
}

.luxury-card p {
    font-size: 12px;
    line-height: 1.6;
    max-width: 320px;
    margin: 6px auto;
    color: #444;
}
.luxury-card a {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.luxury-card a:hover {
  opacity: 0.6;
}
.banner-box {
/*  background: #f8f8f8;
  padding: 40px;*/
  border-radius: 6px;
}

.banner-content small {
  letter-spacing: 2px;
  font-size: 13px;
  color: #555;
}

.banner-content h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 15px 0;
}

.shop-link {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #000;
    text-decoration: underline ! IMPORTANT;
}

.banner-img {
  max-height: 280px;
  object-fit: contain;
}
.half-banner{
  overflow: hidden;
    background-image: url(../img/half-b1.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    padding: 100px 0px;

    background-repeat: no-repeat;
    background-size: calc(100% + 0px) calc(100% + 10px);
}
.lux-footer {
  background: #fff;
  padding: 40px 0 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.newsletter h6 {
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 25px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: auto;
  border-bottom: 1px solid #000;
}

.newsletter-form input {
  border: none;
  outline: none;
  flex: 1;
  padding: 10px;
}

.newsletter-form button {
  background: #111;
  color: #fff;
  border: none;
  padding: 10px 25px;
  letter-spacing: 1px;
}

.footer-links h6 {
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 20px;
}

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

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

.footer-links ul li a {
  color: #111;
  text-decoration: none;
  font-size: 14px;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.social-icons a {
  margin-right: 15px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
}

.footer-bottom {
     /* display: flex;
    justify-content: space-between; */
    font-size: 13px;
    margin-top: 20px;
    border-top: .0625rem solid #e6e6e6;
    padding-top: 20px;
}

.footer-bottom a {
  color: #111;
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
  .newsletter-form {
    flex-direction: column;
    border-bottom: none;
  }

  .newsletter-form input {
    border-bottom: 1px solid #000;
  }

  .newsletter-form button {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
.newsletter{
     padding-bottom: 50px;
    border-bottom: .0625rem solid #e6e6e6;
    border-top: .0625rem solid #e6e6e6;
    padding-top: 50px;
}
.footer-links{
      padding-top: 30px;
}

.jewel-offcanvas .offcanvas-body {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: var(--bs-btn-close-focus-opacity);
}
.mb-subtitle{

    
    text-decoration: none;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.menu-level {
  position: absolute;
  /*top: 0;*/
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.4s ease;
  padding: 15px;
  /*padding-top: 0;*/
}
.offcanvas-title{
  font-family: serif;
    font-size: 28px;
    font-style: italic;
}
.level-1{
  padding-top: 0;
}
.menu-level.active {
  left: 0;
}

.menu-level.prev {
  left: -100%;
}

.menu-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.back-btn {
  background: none;
  border: none;
  font-size: 16px;
}
.bck{
      font-size: 20px;
}

/*.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.mobile-menu li a {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  text-decoration: none;
  color: #000;
}
*/

.breadcrumb-text {
font-size: 11px;
letter-spacing: 1px;
margin-bottom: 30px;
}

.luxury-breadcrumb {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 15px;
  /*border-bottom: 1px solid #000;*/
  margin-bottom: 20px;
}

.luxury-breadcrumb a {
  color: #000;
  text-decoration: none;
}

.luxury-breadcrumb span {
  margin: 0 2px;
}

.luxury-breadcrumb .current {
  color: #000;
}



/* ===== BODY OVERLAY ===== */
body.modal--open {
  overflow: hidden;
}

body.modal--open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 9998;
}

/* ===== SEARCH MODAL ===== */
.header-search-panel {
  position: fixed;
  inset: 0;
    /*background-color: #000c;*/
        background: rgb(0 0 0 / 33%);
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity .35s ease, transform .35s ease, visibility .35s;
}

.header-search-panel.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.right-icons a svg{
    cursor: poJost;
}
.right-icons a img{
  width: 20px;
  height: 20px;
}
/* ===== INNER ===== */
.search-inner {
  /*max-width: 700px;*/
  margin: auto;
    padding: 100px 20px;
    position: relative;
    text-align: center;
    background: #fff;
}

/* ===== INPUT ===== */
.search-inner input {
  width: 100%;
  max-width: 600px;
  border: 1px solid #ccc;
  padding: 14px 18px;
  font-size: 14px;
  letter-spacing: 1px;
  outline: none;
}

/* ===== SUGGESTIONS ===== */
.suggestions {
  margin-top: 30px;
}

.suggestions span {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 12px;
  text-align: left;
}

.suggestions ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.suggestions ul li {
  font-size: 12px;
  letter-spacing: 1px;
  cursor: poJost;
}

/* ===== CLOSE BUTTON ===== */
.close-search {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: poJost;}



  .cart-sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  transition: transform .5s cubic-bezier(.645,.045,.355,1),visibility .5s cubic-bezier(.645,.045,.355,1),-webkit-transform .5s cubic-bezier(.645,.045,.355,1);
  background: white;
  overflow-x: hidden;
  transition: 0.5s;
  /* padding-top: 60px;*/
}
.cart-sidenav::-webkit-scrollbar {
    display: none;
}

.cart-sidenav .closebtn {
        position: absolute;
    top: 14px;
    right: 10px;
    font-size: 20px;
    margin-left: 50px;
    background: #d50032;
    color: #fff;
    padding: 2px 9px;
    border-radius: 50%;
    line-height: 30px;
    height: 33px;
}
.PageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: #363636;
    -webkit-transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
}
.cartfloating-form .cartleftFilterHead {
    font-weight: 400;
 
    display: block;
    width: 100%;
    padding: 18px 10px;
    background-color: #fff;
    color: #000;
       font-size: 17px;
}
.cartfloating-form {
      left: 0px;
    display: block;
    border-bottom: 1px solid #ececec;
}


.scrollable {
      height: 300vh;
    overflow: scroll;
}
#overlay {
    position: fixed;
    background: rgb(0 0 0 / 33%);
    
    width: 100%;
    height: 100%;
    z-index: 99;
    right: 100%;
    top: 0;
   /* transition: right .5s ease;*/
}
.overlay {
    right: 0!important;
   /* transition: right .5s ease!important;*/
}
.CartItem__Info {
   /* padding-left: 25px;*/
   display: table;
    table-layout: fixed;
    margin: 30px 0;
    width: 100%;
}



.CartItem__Title {
    width: 100%;
    font-size: 11px !important;
     font-family: Century Gothic,sans-serif;
     font-weight: 100
 
}

.CartItem__Meta {
    font-size: 9px;
}

.cart-remove{
  font-size:12px;
  text-decoration:underline;
}

.cart-footer{
  position: absolute;
  bottom: 0px;
        width: 100%;
      border-top: 1px solid #e2e2e2;
      background: #fff;
}
.ccc{
    font-family: Century Gothic,sans-serif;
    padding: 8px 24px 8px 24px;

}
.cart-footer p{
  font-size: 14px;
    margin-bottom: 10px !important;
}
.cart-footer a{
  font-size: 14px;
    margin-bottom: 10px !important;
        color: #000;
}
.btn-chechout1 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    background: transparent;
    /* border: 1px solid #000 !important; */
    cursor: poJost;
    text-align: center;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    margin: 10px 0 10px;
    border: 1px solid #d50032;
    background: #d50032;
}
.btn-chechout1:hover{
  background: #000;
  color:#fff;
  }
#overlay {
    position: fixed;
    background: rgb(0 0 0 / 33%);
  
    width: 100%;
    height: 100%;
    z-index: 99;
    right: 100%;
    top: 0;
    /* transition: right .5sease; */
}
.overlay {
    right: 0 !important;
    /* transition: right .5s ease !important; */
}
.cartside-open{
  padding: 10px 30px;
      border-bottom: 1px solid #e5e7ebbf;
}
.cart-increment{
background: #f3f4f6;
color: #000;
border: none;
width: 33px;height: 30px;
    border-radius: 15px 15px 0 0px;
        font-size: 18px;
}
.cart-decrement{
background: #f3f4f6;
color: #000;
border: none;
width: 33px;height: 30px;
    border-radius:  0 0px 15px 15px;
        font-size: 18px;
}
.card-id-number{
         padding: 0 12px;
    border: none ! IMPORTANT;
    width: 33px;
    background: #f3f4f6;
}
.cart-rr{
    font-size: 11px;
    text-decoration: underline;
    /*background: #cac8c8;*/
    padding: 8px 9px;
    border-radius: 50%;

}
.cart-rr:hover{
  background: #cac8c8;
}
.cartside-open img{
  max-width: 100%;
}


.cartside-open .product_content11 h4 {
    font-size: 15px;
}
.cartside-open .product_content h4 {
  font-size: 13px;
    line-height: 22px;
    font-weight: 700;
 
}
.cartside-open a{
   color: #000 !important;
}.off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #333;
    top: 0;
}.price_box span {
    font-weight: 500 !important;
    font-size: 12px;
    letter-spacing: 2px;
}

 .quantity{max-width: 6rem;
               padding: 1.5rem;
               font-size: 1.5rem;
               height: 1.5rem;
               color: #495057;}
          


#cart-mySidenav {
  position: fixed;
  background: #fff;
  z-index: 9999;
  transition: transform 0.4s ease;
  overflow-y: auto;
}


/* ========== DESKTOP (Slide from Right) ========== */
@media (min-width: 992px) {
  #cart-mySidenav {
    top: 0;
    right: 0;
    height: 100%;
    width: 500px;
    transform: translateX(100%); /* hidden */
    opacity: 0;
  }

  #cart-mySidenav.open-cart {
    transform: translateX(0); /* visible */
    opacity: 1;
  }
}

/* ========== MOBILE (Slide Up from Bottom) ========== */
@media (max-width: 991px) {
  #cart-mySidenav {
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 85vh;*/
    /*border-radius: 20px 20px 0 0;*/
    transform: translateY(100%); /* hidden below */
    opacity: 0;
  }

  #cart-mySidenav.open-cart {
    transform: translateY(0); /* slide up */
    opacity: 1;
  }
}

.mega-menu {
  background: #f8f8fb;
}

.mega-title {
     font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.mega-menu ul li {
  margin-bottom: 8px;
}

.mega-menu ul li a {
      text-decoration: none;
    color: #4a4a6a;
    font-size: 17px;
    line-height: 33px;
}

.mega-menu ul li a:hover {
  color: #000;
   text-decoration: none !important;
}

.view-all-btn {
 display: inline-block;
    margin-top: 10px;
    padding: 7px 43px;
    border: 1px solid #333;
    border-radius: 6px;
    text-decoration: none;
    color: #333 !important;
    font-size: 17px;
    background: transparent !important;
}

.view-all-btn:hover {
  background: #333;
  color: #fff;
}

.s3d-slick {
    width: 100%;
    margin: auto;
}

.slide-item {
    transition: all 0.5s ease;
  
    padding: 10px;
}

.slide-item img,
.slide-item video {
    width: 100%;
    border-radius: 12px;
}

/* CENTER ACTIVE SLIDE */
.slick-center .slide-item {
    transform: scale(1) rotateY(0deg);
    opacity: 1;
    z-index: 2;
}

/* LEFT SIDE */
.slick-slide {
    transform-style: preserve-3d;
}

/* Slight depth feel */
.s3d-slick .slick-track {
    perspective: 1000px;
}

/* Mute button */
.mute-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 50%;
    cursor: pointer;
}
/* DOTS CONTAINER */
.s3d-slick .slick-dots {
    bottom: -12px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/* EACH DOT */
.s3d-slick .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

/* DOT BUTTON */
.s3d-slick .slick-dots li button {
    width: 22px;
    height: 8px;
    padding: 0;
    border-radius: 10px;
    background: #bbbbcb;
    border: none;
    transition: all 0.3s ease;
}

/* REMOVE DEFAULT */
.s3d-slick .slick-dots li button:before {
    display: none;
}

/* ACTIVE DOT (🔥 Kisna style) */
.s3d-slick .slick-dots li.slick-active button {
    width: 52px;
    height: 8px;
    border-radius: 10px;
    background: #2d3158;
}

.scategory-slider {
    position: relative;
}

/* CARD */
.cat-card {
    position: relative;
    overflow: hidden;
}

.cat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
        border-radius: 10px;
}

/* DARK OVERLAY */
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.7),
        rgba(0,0,0,0)
    );
    z-index: 1;
}

/* TEXT */
.card-bottom {
       /* position: absolute; */
    bottom: 0;
    left: 0;              /* ✅ anchor to left */
    width: 100%;

    padding: 15px;

    
    z-index: 2;
    background: #fff;
}

.card-bottom h3 {
    color: #000;
    font-size: 20px;
    /* margin: 0; */
    text-align: center;
}

/* ARROW */
.arrow {
    color: #fff;
    /* transform: translateX(-20px); */
    opacity: 0;
    transition: 0.3s;
}

/* HOVER EFFECT */
.cat-card:hover img {
    /* transform: scale(1.1); */
}

.cat-card:hover .arrow {
    /* transform: translateX(0); */
    opacity: 1;
}
.scategory-slider .slick-slide {
    padding: 0 12px;   /* 👈 GAP between cards */
}

/* Section */
.bestsellers {
  padding: 40px;
}

/* Header */
.pheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Tabs */
.tabs {
  background: #fff;
  padding: 5px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.tab {
  border: none;
  background: transparent;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 500;
  color: #555;
  transition: 0.3s;
}

.tab.active {
  background: linear-gradient(135deg, #d4af37, #f7d774);
  color: #fff;
}

.tab:hover {
  transform: translateY(-2px);
}

/* Products grid */
.products {

  margin-top: 30px;
}

/* Card */
.pcard {
     background: #fff;
    border-radius: 16px;
    padding: 20px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #ececec;
}

.pcard:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

/* Image */
.pcard img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  transition: 0.3s;
      border-radius: 10px;
}
.pcard video {
  width: 100%;
  height: 300px;
  object-fit: contain;
  transition: 0.3s;
}
.pcard:hover img {
  transform: scale(1.05);
}

/* Wishlist */
.wishlist {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

/* .wishlist:hover {
  color: red;
  transform: scale(1.2);
} */
.wishlist:hover {
    /* color: red; */
    /* transform: scale(1.2); */
   
    background: #24124d;
}
.wishlist:hover svg {
fill:#fff
}
/* Badge */
.badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #000;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 6px;
      z-index: 9;
}

/* Text */
.pcard h4 {
  margin: 15px 0 8px;
  font-size: 16px;
      color: #000;
}

.price {
  margin-bottom: 5px;
}

.price .new {
  font-weight: bold;
  color: #000;
}

.price .old {
  text-decoration: line-through;
  color: #aaa;
  margin-left: 8px;
}

.offer {
    font-size: 14px;
    color: #9f6234;
    margin-bottom: 0;
}
.tab-content{
    display: none;
}

.tab-content.active{
    display: block;
}

   .discover-special{
          padding: 40px;
    }

   

    .discover-title{
      font-size:52px;
      color:#17145d;
      font-weight:400;
      letter-spacing:2px;
      margin-bottom:25px;
      text-transform:uppercase;
      font-family:"Times New Roman", serif;
    }

    .discover-wrapper{
      display:flex;
      gap:20px;
      align-items:stretch;
    }

    /* LEFT GRID */
    .discover-grid{
      width:50%;
      display:grid;
      grid-template-columns:1fr 1fr;
      grid-template-rows:1fr 1fr;
      gap:20px;
      height:800px;
    }

    .discover-card{
      position:relative;
      overflow:hidden;
      border-radius:12px;
      cursor:pointer;
    }

    .discover-card img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
      transition:0.5s ease;
    }

    .discover-card:hover img{
      transform:scale(1.08);
    }

    .discover-card-large{
      grid-column:1 / 3;
    }

    /* CONTENT */
    .discover-content{
      position:absolute;
      inset:0;
      z-index:2;
      padding:30px;
      display:flex;
      flex-direction:column;
      justify-content:flex-end;
      color:#fff;
    }

    .discover-content h3{
      font-size:48px;
      font-weight:300;
      margin-bottom:10px;
      font-family:cursive;
    }

    .discover-content p{
      font-size:20px;
      line-height:1.4;
      margin-bottom:20px;
    }

    .discover-content a{
      color:#fff;
      text-decoration:none;
      font-size:15px;
      font-weight:700;
      text-transform:uppercase;
      border-bottom:2px solid #fff;
      width:max-content;
      padding-bottom:5px;
      display:inline-flex;
      align-items:center;
      gap:8px;
    }

    /* VIDEO SIDE */
    .discover-video{
      width:50%;
      position:relative;
      overflow:hidden;
      border-radius:12px;
      height:800px;
    }

    .discover-video video{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }

    .discover-video-content{
      position:absolute;
      top:40px;
      right:40px;
      background:rgba(0,0,0,0.35);
      padding:20px 30px;
      border-radius:4px;
      text-align:right;
      color:#fff;
    }

    .discover-video-content h2{
      font-size:58px;
      line-height:1;
      font-family:cursive;
      font-weight:400;
      margin-bottom:10px;
    }

    .discover-video-content h4{
      font-size:30px;
      font-weight:700;
      text-transform:uppercase;
    }

    /* RESPONSIVE */
    @media(max-width:991px){

      .discover-wrapper{
        flex-direction:column;
      }

      .discover-grid,
      .discover-video{
        width:100%;
      }

      .discover-grid{
        height:auto;
        grid-template-columns:1fr;
      }

      .discover-card-large{
        grid-column:auto;
      }

      .discover-card{
        height:350px;
      }

      .discover-video{
        height:500px;
      }

      .discover-title{
        font-size:38px;
      }

      .discover-content h3{
        font-size:34px;
      }

      .discover-video-content h2{
        font-size:42px;
      }

      .discover-video-content h4{
        font-size:22px;
      }
    }

    @media(max-width:575px){

      .discover-special{
        padding:30px 0;
      }

      .discover-title{
        font-size:28px;
      }

      .discover-grid{
        gap:12px;
      }

      .discover-card{
        height:250px;
      }

      .discover-video{
        height:380px;
      }

      .discover-content{
        padding:20px;
      }

      .discover-content h3{
        font-size:28px;
      }

      .discover-content p{
        font-size:16px;
      }

      .discover-video-content{
        top:20px;
        right:20px;
        padding:15px;
      }

      .discover-video-content h2{
        font-size:30px;
      }

      .discover-video-content h4{
        font-size:16px;
      }
    }

.products-slider .item{
    padding:0 12px;   /* middle gap */
}

.products-slider{
    margin:0 -12px;   /* equal outer spacing */
}
.ready-to-ship{
  padding: 40px;
}

.why-choose-section{
    padding: 40px;
}

.why-grid{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.why-item{
    /* width: 210px; */
    text-align: center;
}

.icon-box{
    width: 82px;
    height: 82px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgba(128, 0, 128, 0.15);
    background: rgba(230, 230, 250, 0.5);

    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.why-item h4{
    margin-top: 28px;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #1b1b4b;
}


/* Responsive */

@media(max-width:991px){

    .why-grid{
        gap: 30px;
    }

    .why-item{
        width: 120px;
    }

    .icon-box{
        width: 55px;
        height: 55px;
    }

    .icon-box img{
        width: 28px;
        height: 28px;
    }

    .why-item h4{
        margin-top: 18px;
        font-size: 12px;
        line-height: 18px;
    }

}
.collection-section{
  width:100%;
  padding:40px;
}

/* GRID SAME AS YOUR DESIGN */
.collection-grid{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:8.74px;
  aspect-ratio:898/677;
  border-radius:12px;
  overflow:hidden;
}

/* BOX */
.collection-box{
  position:relative;
  overflow:hidden;
  border-radius:10px;
  cursor:pointer;
}

/* IMAGE */
.collection-box img{
  width:100%;
     height: 342px;
    object-fit: cover;
  object-fit:cover;
  transition:0.4s ease;
  display:block;
}

/* DARK OVERLAY */
.overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.3);
  z-index:1;
  transition:0.3s;
}

/* HOVER EFFECT */
.collection-box:hover img{
  transform:scale(1.06);
}

.collection-box:hover .overlay{
  opacity:0.2;
}

/* RESPONSIVE */
@media(max-width:768px){
  .collection-grid{
    aspect-ratio:auto;
    height:500px;
  }
}
.customerReview {
  padding: 40px 0;
}

.review-card {
  background: #FAFAFA;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.stars img {
  width: 18px;
  margin: 0 2px;
}

.review-card h3 {
  font-size: 28px;
  margin: 15px 0;
  font-family: serif;
  color: #1E1930;
}

.line {
  margin: 10px auto;
}

.review-text {
  font-size: 16px;
  opacity: 0.7;
  line-height: 25px;
  margin: 15px 0;
}

.review-name {
  font-weight: 500;
  margin-top: 10px;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(0,0,0,0.2);
  padding: 5px 10px;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 10px;
}
.product-link span{
  color: #000;
}
.stars {
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.stars img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}.slick-review .slick-slide {
    padding: 0 15px;
    box-sizing: border-box;
}

 .footer {
      background: #120d0d;
      color: #fff;
      padding: 70px 0 25px;
    }

    .footer-title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 20px;
    }

    .footer-description {
      color: rgba(255,255,255,0.7);
      line-height: 1.8;
      margin-bottom: 35px;
    }

    .newsletter-box {
      border-bottom: 1px solid rgba(255,255,255,0.3);
      position: relative;
    }

    .newsletter-box input {
      width: 100%;
      background: transparent;
      border: none;
      outline: none;
      color: #fff;
      padding: 14px 120px 14px 0;
    }

    .newsletter-box input::placeholder {
      color: rgba(255,255,255,0.5);
    }

    .newsletter-box button {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      border: none;
      color: #fff;
      font-weight: 600;
    }

    .gender-group {
      display: flex;
      gap: 20px;
      margin-top: 20px;
      flex-wrap: wrap;
    }

    .footer-heading {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 20px;
    }

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

    .footer-links ul li {
      margin-bottom: 14px;
    }

    .footer-links ul li a {
      color: rgba(255,255,255,0.75);
      text-decoration: none;
      transition: 0.3s;
    }

    .footer-links ul li a:hover {
      color: #fff;
      padding-left: 3px;
    }

    .footer-contact a,
    .footer-contact p {
      color: rgba(255,255,255,0.75);
      text-decoration: none;
      margin-bottom: 12px;
      display: block;
      line-height: 1.7;
    }

    .social-links {
      margin-top: 50px;
    }

    .social-links a {
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      margin-right: 10px;
      text-decoration: none;
      transition: 0.3s;
    }

    .social-links a:hover {
      background: #fff;
      color: #221361;
      transform: translateY(-3px);
    }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.1);
      margin-top: 40px;
      padding-top: 20px;
    }

    .footer-bottom p {
      color: rgba(255,255,255,0.6);
      margin: 0;
    }

    .footer-bottom-links a {
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      margin-left: 20px;
    }

    .footer-bottom-links a:hover {
      color: #fff;
    }

    @media(max-width:768px) {
      .footer {
        padding: 50px 0 25px;
      }

      .footer-bottom {
        text-align: center;
      }

      .footer-bottom-links {
        margin-top: 15px;
      }

      .footer-bottom-links a {
        margin: 0 10px;
      }
    }
    .product-list-page{
      padding: 40px !important;
    }

    .logo-brand img{
         max-width: 125px;
    }
    /* .switcher:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
} */
.switcher {
 
  /* align-items: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  padding: 6px 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
}
.switcher select {
    border: none;
    outline: none;
    background: transparent;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    appearance: none;
    padding: 0 5px;
     padding: 6px 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
   border: 1px solid #e5e5e5;
    border-radius: 3px;
  padding: 6px 12px;
}
.slide-item{
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.slide-item img,
.slide-item video{
    width: 100%;
    height: 720px;
    object-fit: cover;
    display: block;
}

/* DARK LUXURY OVERLAY */
/* .slide-item::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.45) 0%,
        rgba(0,0,0,0.15) 45%,
        rgba(0,0,0,0.05) 100%
    );
    z-index: 1;
} */

/* CONTENT AREA */
.slide-content{
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 2;
    /* max-width: 520px; */
    /* text-align: center; */
}

/* TITLE */
.slide-content h2{
    font-size: 78px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    margin-bottom: 18px;
       font-family: 'Allura', cursive;
    letter-spacing: 1px;
}

/* DESCRIPTION */
.slide-content p{
    font-size: 28px;
    line-height: 1.4;
    color: rgba(255,255,255,0.9);
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

/* BUTTON */
.slide-content a{
    display: inline-block;
    padding: 16px 45px;
    border: 2px solid rgba(255,255,255,0.7);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
    transition: 0.4s ease;
    backdrop-filter: blur(4px);
}

.slide-content a:hover{
    background: #fff;
    color: #000;
}

/* ARROWS */


.slick-prev{
    left: 25px;
}

.slick-next{
    right: 25px;
}

.slick-prev:before,
.slick-next:before{
    color: #000;
    font-size: 22px;
}

/* MOBILE */
@media(max-width:767px){

    .slide-item img,
    .slide-item video{
        height: 500px;
    }

    .slide-content{
        left: 20px;
        right: 20px;
        max-width: 100%;
    }

    .slide-content h2{
        font-size: 46px;
    }

    .slide-content p{
        font-size: 18px;
    }

    .slide-content a{
        padding: 12px 28px;
        font-size: 16px;
    }
}
.scategory-slider .cat-card{
    padding: 10px;
}

.scategory-slider .cat-card a{
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
}

/* ALL IMAGES SAME SIZE */
.scategory-slider .cat-card img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
}

/* CONTENT */
.card-bottom{
    padding: 18px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-bottom h3{
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.card-bottom .arrow{
    font-size: 24px;
}

/* MOBILE */
@media(max-width:767px){

    .scategory-slider .cat-card img{
        height: 280px;
    }

}

.scategory-slider .cat-card img{
    object-fit: cover;
    object-position: top;
    background: #f7f7f7;
}
.products-slider .slick-track{
    display: flex !important;
}

.products-slider .slick-slide{
    height: inherit !important;
}

.products-slider .item{
    height: 100%;
}

.pcard{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pcard a{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.mega-subtitle{
      font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    
}
.mega-subtitle a{
color: #000;
}
.drp-col {
    flex: 1 1 200px;
    min-width: 180px;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 15px;
    border-right: 1px solid #f1f1f1;
}
.drp-col::-webkit-scrollbar {
    width: 4px;
}.drp-col::after {
    content: "";
    position: sticky;
    bottom: 0;
    height: 25px;
    display: block;
    /* background: linear-gradient(to top, #fff, transparent); */
}.drp-col::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}
.premium-close{
     position: absolute;
    right: 13px;
    top: 10px;
    padding: 4px 7px;
    background: #24124d;
    border: 0;
    border-radius: 50%;
}

.overlay1,
.overlay2{
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 280px;
    max-width: 350px;
    padding: 16px 22px;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    z-index: 99999;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    animation: slideInRight 0.4s ease, fadeOut 0.5s ease 3s forwards;
    display: none; /* show using JS */
}

/* Success */
.overlay1{
    background: linear-gradient(135deg, #28a745, #20c997);
    border-left: 5px solid #fff;
}

/* Remove/Error */
.overlay2{
    background: linear-gradient(135deg, #dc3545, #ff6b6b);
    border-left: 5px solid #fff;
}

/* Animation */
@keyframes slideInRight{
    from{
        opacity: 0;
        transform: translateX(100%);
    }
    to{
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOut{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
        visibility: hidden;
    }
}

/* Mobile */
@media(max-width:768px){
    .overlay1,
    .overlay2{
        right: 10px;
        left: 10px;
        min-width: auto;
        width: calc(100% - 20px);
        font-size: 14px;
        padding: 14px 18px;
    }
}

.customise-content {
    padding: 15px;
}

.size-wrapper {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 15px;
}

.size-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

/* Tabs */
.tab {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.tablinks {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 6px 14px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 13px;
    transition: all 0.2s ease-in-out;
}

.tablinks:hover {
    background: #eee;
}

.tablinks.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Tab Content */
.tabcontent {
    display: none;
    animation: fadeEffect 0.3s ease-in-out;
}

.tabcontent.active {
    display: block;
}

@keyframes fadeEffect {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Select Box */
.form-select,
.dropdwm_syl {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
}

.form-select:focus,
.dropdwm_syl:focus {
    border-color: #000;
}

/* Labels inside tabs */
.tabcontent label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

/* Small helper text */
small.text-muted {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #777;
}

/* Error box */
.error {
    color: red;
    font-size: 13px;
    margin-bottom: 10px;
}

/* Badges */
.badge {
    display: inline-block;
    background: #f3f3f3;
    color: #333;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-top: 10px;
}

/* Layout fix */
.prd-size-select {
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .tab {
        justify-content: center;
    }

    .tablinks {
        font-size: 12px;
        padding: 5px 10px;
    }
}