/* =========================
   CARTIER PDP IMAGE GALLERY
   ========================= */

/* Layout wrapper */
.swiper-product-wrapper{
    display:flex;
    gap:20px;
    width:100%;
    align-items:stretch;
}

/* ================= MAIN SLIDER ================= */

.main-slider{
    flex:1;
    height:600px;
    position:relative;
}

.main-slider .slick-list,
.main-slider .slick-track{
    height:100%;
}

.main-slider .slick-slide{
    height:600px;
}

.main-slider img,
.main-slider video{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:4px;
}

/* Main arrows */

.main-slider .slick-prev,
.main-slider .slick-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
    width:40px;
    height:40px;
    background:rgba(0,0,0,0.6);
    color:#fff;
    border:none;
    cursor:pointer;
}

.main-slider .slick-prev{
    left:10px;
}

.main-slider .slick-next{
    right:10px;
}

/* ================= THUMBNAILS ================= */

.thumb-wrapper{
    width:100px;
    height:600px;
}

.thumb-slider{
    height:100%;
}

.thumb-slider .slick-list{
    height:100%;
}

.thumb-slider .slick-track{
    height:100% !important;
}

/* Equal thumbnails */

.thumb-slider .slick-slide{
    height:calc(600px / 6);
    margin-bottom:10px;
    cursor:pointer;
}

.thumb-slider img,
.thumb-slider video{
    width:100%;
    height:82px;
    object-fit:cover;
    border:2px solid #ddd;
    border-radius:4px;
}

/* Active thumbnail */

.thumb-slider .slick-current img,
.thumb-slider .slick-current video{
    border:5px solid #b0ce4b;
}
.main-slider img,
.main-slider video{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:14px;
}.main-slider{
    flex:1;
    height:600px;
    position:relative;
    border-radius:14px;
    overflow:hidden;   /* important */
}
/* ================= MOBILE ================= */

@media (max-width:767px){

.swiper-product-wrapper{
    flex-direction:column;
}

/* Main slider */

.main-slider{
    width:100%;
    height:400px;
}

.main-slider .slick-slide{
    height:400px;
}

/* Thumbnails bottom */

.thumb-wrapper{
    width:100%;
    height:auto;
    margin-top:10px;
}

.thumb-slider .slick-slide{
    height:70px;
    margin-right:8px;
    margin-bottom:0;
}

.thumb-slider img,
.thumb-slider video{
    border:2px solid #ddd;
}

}

/* ================= PRODUCT INFO ================= */

.product-info{
    max-width:600px;
}
.product-detail-page{
  padding: 30px 0;
}



.object-rotate {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  perspective: 1200px;
}

.object-rotate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  transition: transform 0.08s linear;
}
.drag-rotate {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #efefef;
  overflow: hidden;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
}

.drag-rotate:active {
  cursor: grabbing;
}

.drag-rotate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  transition: transform 0.15s ease-out;
}




.product-price {
    padding: 10px 0;
   
}
.product-detail-container {
  /*max-width: 600px;*/
  margin: 0px auto;
  padding: 0 20px;
  line-height: 1.6;
     position: sticky;
    top: 120px;
            padding-left: 3rem;
        padding-right: 2rem;
}


.product-title {
   

        font-weight: 700;
        /* text-transform: uppercase; */
        margin-bottom: 5px;
        /*font-style: italic;*/
        /*font-size: 50px;*/
        /*font-family: emoji;*/
}


.product-description {
     font-size: 17px;
    line-height: 30px;
    color: #000;
    margin-bottom: 5px;
  
    
}
.read-more {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
  margin-left: 5px;
}

.product-benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 25px;
}


.benefit {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #1a1a1a;
    gap: 8px;
    font-size: 15px;
}

.product-price-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
      position: relative;
}


.price {
    font-size: 20px;
    font-weight: 700;
}

.contact-btn {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
        height: 50px;
        line-height: 30px;
}
.contact-btn:hover {
  background-color: #333;
}

.wishlist-btn {
  border: 1px solid #1a1a1a;
  background: none;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/*.product-colors {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  position: relative;
}
*/
.color-option {
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s;
}

.color-option img {
  width: 114px;
  height: 114px;
  object-fit: cover;
  /*border-radius: 50%;*/
  margin-bottom: 5px;
}
.gallery-item img{
      width: 100%;
}
.color-option:hover {
  transform: scale(1.05);
}

.product-footer {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-size: 0.9rem;
  color: #555;
}

.product-footer div {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 11px;
}

svg {
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .product-price-contact {
   /* flex-direction: column;
    align-items: flex-start;*/
  }
  .product-colors {
    gap: 10px;
  }
}

.borderLine {
    bottom: 0;
    position: absolute;
    width: 100%;
}


.fixit-element.fixit--active {
    position: fixed;
    top: 0;
}
.wishlist-btn{
  cursor: pointer;
}
.wishlist-btn svg{
  fill:#1a1a1a
}
.wishlist-btn:hover svg{
fill:#d50032;
}



.borderLine {
    bottom: 0;
    position: absolute;
    width: 100%
}

 .borderLine {
    left: 0
}

.borderLine {
    right: 0
}
.borderLine {
    bottom: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
}

.on-hover-img:hover .borderLine{
      opacity: 1;
    }
 .borderLine:before {
    background-color: #c10016;
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    transition: -webkit-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;
    width: 100%;
    will-change: transform
}


 .borderLine:before {
    left: 0;
    -webkit-transform-origin: right;
    transform-origin: right
}

 .borderLine:before {
    right: 0;
    -webkit-transform-origin: left;
    transform-origin: left
}



 .borderLine:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    transition: -webkit-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s
}

 .on-hover-img:hover .borderLine:before {
    -webkit-transform-origin: left;
    transform-origin: left
}

.on-hover-img:hover .borderLine:before {
    -webkit-transform-origin: right;
    transform-origin: right
}

.on-hover-img{
  position: relative;
}
.on-hover-img .borderLine:before {
    background-color: #c10016;
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    transition: -webkit-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    width: 100%;
    will-change: transform;
}
.on-hover-img:hover .borderLine:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    transition: -webkit-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    -webkit-transform-origin: left;
    transform-origin: left;
}


.viewer-image-wrap {
  overflow: hidden;
  cursor: grab;
}

#viewerMainImg {
  transform-origin: center center;
  user-select: none;
  -webkit-user-drag: none;
}.modal-content {
   
    border: none;
}
.modal-header{
  border: none;
}/* Viewer */
.image-viewer {
  position: fixed;
  inset: 0;
  background: #f7f7f7;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
/*.image-viewer {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
*/
/* IMAGE CONTAINER */
.viewer-image-wrap {
  /*width: 70%;*/
  /*height: 80vh;*/
  /*height: 97%;*/
  overflow: hidden;            /* 🔥 IMPORTANT */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMAGE */
#viewerMainImg {
  max-width: 100%;
  max-height: 100%;
  transform: scale(1);
  transition: transform 0.25s ease;
  transform-origin: center center;
  cursor: pointer;
}



/* Main Image */
.image-viewer img#viewerMainImg {
  max-height: 100vh;
  max-width: 100vw;
  object-fit: contain;
}




/* Close */
.close-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 28px;
  cursor: pointer;
}

/* Arrows */
.image-viewer .nav {
  /*position: absolute;*/
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
}

.pp1 {     left: -22px;
    position: relative; }
.pp2 { right: -22px;position: relative; }

/* Thumbnails */
 /*.viewer-thumbs {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
*/
.viewer-thumbs img {
/*  width: 80px;
  cursor: pointer;
  opacity: 0.6;*/
  object-fit: cover;

    /*aspect-ratio: 80 / 86;*/
    transition: opacity 0.6s ease-in-out;
    opacity: 1;
    object-fit: cover;
    width: 100%;
    height: 100px;
    aspect-ratio: 80 / 86;
    transition: opacity 0.6s ease-in-out;
       opacity: 0.6;
}

.viewer-thumbs img.active {
  opacity: 1;
  border: 1px solid #000;
}
/* Zoom Controls */
.zoom-controls {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 8px;
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 10000;
}

.zoom-controls button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

#zoomValue {
  font-size: 12px;
  font-weight: 500;
}


.thumbs-wrapper {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10000;
}

.viewer-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 430px; /* visible area */
  overflow: hidden;
}


/* Thumbnails wrapper */
.thumbs-wrapper {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* Thumbnail arrows */
.thumb-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.thumb-arrow svg {
  width: 24px;
  height: 24px;
  fill: rgba(0,0,0,0.5);
  transition: fill 0.2s;
}

.thumb-arrow:hover svg { fill: rgba(0,0,0,0.8); }

@media(min-width: 991px){
  .dsknn{
    display: none;
  }
}


.dior-popup #popupImage{
  height: 500px;
}
.product {
  /*max-width: 900px;*/
  margin: 0 auto;
}
/* FULLSCREEN POPUP */
.dior-popup {
  position: fixed;
  inset: 0;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}



/* SLIDER */
.popup-slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-slider img {
  max-width: 80%;
  max-height: 90%;
  object-fit: contain;
}

/* NAVIGATION */
.popup-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 50px;
  cursor: pointer;
  color: #000;
  padding: 20px;
}

.popup-nav.prev { left: 40px; }
.popup-nav.next { right: 40px; }

/* CLOSE */
.popup-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 36px;
  cursor: pointer;
  color: #000;
}

/* IMAGE CLICK CURSOR */
.product-image img {
  cursor: pointer;
}
.gallery-slider-wrap{
    padding: 40px 40px 0;
}
.gallery-content p{
  font-size: 12px;
  letter-spacing: normal;
  text-transform: capitalize;
  line-height: 17px;
  text-align: center;
  width: 100%;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition-delay: 0s;
  margin-top: 8px;
}
.gallery-item:hover .gallery-content p {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        transition-delay: 0.1s;
    }
@media(max-width: 991px){
.recently-vv{
          padding: 80px 20px 100px 20px !important;
}
  .accordion-content p {
  padding-top: 0;
    margin-top: -10px;
}
    .tab-section {
        padding-bottom: 50px;
        margin-top: 50px;
        padding: 0;
    }
.g-gap1 {
    padding:50px 22px 0px !important;
}
  .gallery-slider1{
    margin-bottom: 40px;
  }
  .modal-content {
    background: transparent !important;
  }
  .modal-body {

    padding: 15px !important;
}
#popmod-img {
    /* background: #fff; */
    padding-top: 30px;
  background-color: #b1b1b1;
    backdrop-filter: blur(50px);
    overflow: hidden;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    opacity: 1;
    transform: translateY(0px);
    color: rgb(51, 56, 60);
    box-shadow: none;
    /* max-height: calc(100% - 16px); */
    max-width: calc(100% - 16px);
    margin: 8px;
    background: rgba(254, 254, 254, 0.898);
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 6px;
    /* height: 95%; */
    align-self: flex-end;
    transition: 560ms cubic-bezier(0.31, 0, 0.14, 1) !important;
}
.mui-latin-plcjv6 {
    width: 130px;
    height: 2px;
    z-index: 1;
    overflow: hidden;
    background-color: rgb(172, 178, 180);
    margin: 0px auto;
    border-radius: 4px;
    --slide-index: 4;
}.mui-latin-sxtsrx {
      --slide-index: 4;
    height: 100%;
    background-color: rgb(51, 56, 60);
    width: calc(25% * var(--slide-index));
    transition: width 300ms cubic-bezier(0, 0, 0.2, 1);
    border-radius: 4px;
}
}
.btc-close{
      z-index: 2;
    position: absolute;
    top: 15px;
    right: 12px;
}

.tabber{
  padding: 30px 0;
}

@media(max-width: 991px){
.recently-vv{
          padding: 80px 20px 100px 20px !important;
}
.mbnn{
  display: none;
}
}
@media (max-width: 991px) {
 
   .product-page-slider  .product-card {
        padding: 0;
    }
    .breadcrumb-s .container{
  padding: 0 10px !important;
}

}
  .product-detail-container {
    /* max-width: 600px; */
    margin: 0px auto;
    padding: 0 0px;
    line-height: 1.6;
    position: sticky;
    top: 120px;
    padding-left: 0px;
    padding-right: 0;
}
    .product-image img {
        width: 100%;
        margin-bottom: 0;
        border-radius: 0px;
        object-fit: cover;
        height: 100%;
        /* aspect-ratio: 715 / 773; */
        transition: opacity 0.6s ease-in-out;
        opacity: 1;
        aspect-ratio: 4 / 5;
        max-width: 1080px;
        max-height: 1350px;
        height: auto;
        object-fit: cover;
        display: block;
        transition: opacity 0.4s ease;
    }
}
.product-page-slider .slick-dots {
    position: absolute;
    bottom: 8px !important; 
}

.tabber{
  padding: 40px 0;
}
.tab-section {
  width: 100%;
  border-top: 1px solid #e5e5e5;
}

.tabs {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
}

.tab {
  padding: 16px 0;
  cursor: pointer;
  font-size: 14px;
  color: #767676;
  position: relative;
}

.tab.active {
  color: #000;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  /*background: #000;*/
}
.btn1 {
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #000;
    transition: all 300ms ease-in-out;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}
/* TAB CONTENT */
.tab-panel {
  display: none;
  font-size: 14px;
}

.tab-panel.active {
  display: block;
}
.accordion-content p{
 padding-top: 30px;
    font-size: 14px;
    color: #777;
    line-height: 25px;
}/* ===== MOBILE ACCORDION ===== */
@media (max-width: 768px) {
  #dy-contact-infos{
  padding: 20px 0;
  display: none;
}
  .you-may .gallery-item{
            padding: 0 5px;
  }
  .recent-v .gallery-item{
            padding: 0 5px;
  }
  .tab-section {
  
padding-bottom: 50px;
  
margin-top: 50px;

}
.product-info p {
    color: #555;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 21px;
}
  .tabs {
    display: none;
  }

  .tab-panel {
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }

  /* HEADER */
  .accordion-header {
          display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 32px 8px;
        cursor: pointer;
        font-size: 14px;
        color: #000;
  }

  .accordion-icon {
    font-size: 18px;
    line-height: 1;
  }

  /* CONTENT */
  .accordion-content {
    display: none;
    padding-bottom: 20px;
    color: #767676;
            padding: 0px 8px;
  }
.accordion-content p{
      font-size: 13px;
    line-height: 23px;
}
  .tab-panel.active .accordion-content {
    display: block;
  }
}

.more-text {
  display: none;
}
.see-more {
    display: inline-block;
    margin-top: 0;
    font-size: 14px;
    color: #111;
    text-decoration: underline !important;
    margin-bottom: 10px;
}

@media(min-width: 1399px){
  .product-title {
      
        font-weight: 700;
        /* text-transform: uppercase; */
        margin-bottom: 15px;
        /*font-style: italic;*/
        /*font-size: 50px;*/
        /*font-family: emoji;*/
}
.product-description {
         font-size: 18px;
        line-height: 30px;
  /*color: #555;*/
  margin-bottom: 25px;
}
.benefit {
 font-size: 18px;
}
.product-price{
  padding: 20px 0;
}

.price {
  font-size: 1.5rem;
  font-weight: 700;
}
.contact-btn {
  
    font-size: 15px;
}
.product-footer div {
  font-size: 15px;
}
}
@media(max-width: 991px){
.product-detail-container {
  
    padding-left: 0;
    padding-right: 0;
}
.product-page-slider .slick-dots {
    position: absolute;
    bottom: 0 !important;
}
.product-detail-page {
    padding: 20px 0;
            overflow: hidden;
}

}
.luxury-option-group {
  margin-bottom: 35px;
}

.luxury-option-group h4 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 0;
}

.luxury-options {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* Hide default radio */
.luxury-options input[type="radio"] {
  display: none;
}

.option-card {
display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.35s ease;
    background: #fff;
    letter-spacing: 0.5px;
}
.w-vv{
width: 54px;
    height: 54px;
    /* padding: 17px; */
    text-align: center;
    border-radius: 50%;
    justify-content: center;
        font-size: 14px;
}
/* Diamond icon */
.option-card .icon {
  font-size: 12px;
}

/* Hover effect */
.luxury-options label:hover .option-card {
  border-color: #de8946;
  box-shadow: 0 4px 12px rgba(201, 166, 70, 0.15);
  transform: translateY(-2px);
}

/* Selected state */
.luxury-options input[type="radio"]:checked + .option-card {
  background:#e1883e;
  color: #fff;
  border-color: #c9a646;
  box-shadow: 0 0 0 1px #e1883e, 0 6px 18px rgba(201, 166, 70, 0.25);
}

/* Smooth press feel */
.luxury-options label:active .option-card {
  transform: scale(0.97);
}


/* Metal card layout */
.metal-card {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Circular luxury swatch */
.metal-swatch {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  box-shadow: inset 0 2px 4px rgba(255,255,255,0.6),
              inset 0 -2px 4px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

/* Metallic gradient tones */
.pink-gold {
  background: linear-gradient(145deg, #f6c1b4, #d8897b);
}

.rose-gold {
  background: linear-gradient(145deg, #e8a39b, #b76e79);
}

.yellow-gold {
  background: linear-gradient(145deg, #f6d36b, #c9a646);
}

/* Text */
.metal-name {
  font-weight: 500;
  letter-spacing: 0.8px;
}

/* Selected glow effect */
.metal-options input[type="radio"]:checked + .metal-card {
  background: #000;
  color: #c9a646;
  border-color: #c9a646;
  box-shadow: 0 0 0 1px #c9a646, 0 8px 20px rgba(201,166,70,0.25);
}

.metal-options input[type="radio"]:checked + .metal-card .metal-swatch {
  transform: scale(1.15);
  border-color: #c9a646;
  box-shadow: 0 0 8px rgba(201,166,70,0.7),
              inset 0 2px 4px rgba(255,255,255,0.8),
              inset 0 -2px 4px rgba(0,0,0,0.2);
}
.luxury-qty {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: 'Playfair Display', serif;
}

.luxury-qty label {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #111;
}

/* Wrapper for custom arrow */
.luxury-select-wrapper {
 position: relative;
    width: 120px;
    border: 2px solid #ddd;
    padding: 0;
}

/* Hide default arrow */
.luxury-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 100%;
  padding: 12px 40px 12px 18px;
  font-size: 16px;
  
  border: 0px solid #ddd;
  border-radius: 0 !important;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Luxury border + glow on hover */
.luxury-select-wrapper select:hover {
  border-color: #c9a646;
  box-shadow: 0 4px 12px rgba(201,166,70,0.15);
}

/* Focus state */
.luxury-select-wrapper select:focus {
  outline: none;
  border-color: #c9a646;
  box-shadow: 0 0 0 2px rgba(201,166,70,0.25);
}

/* Custom gold arrow */
.luxury-select-wrapper::after {
   content: "\2304";
    position: absolute;
    right: 11px;
    top: 56%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #cd1636;
    pointer-events: none;
    transition: transform 0.3s ease;
    font-family: 'FontAwesome';
}

/* Rotate arrow when open (modern browsers) */
.luxury-select-wrapper select:focus + .luxury-select-wrapper::after {
  transform: translateY(-50%) rotate(180deg);
}
.customize-header {
  display: flex;
  justify-content: space-between; /* heading left, button right */
  align-items: center;
  padding: 10px 0;
  font-family: Arial, sans-serif;
}

.customize-header h2 {
     font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 1px;
  margin: 0;
}

.reset-btn {
    padding: 6px 14px;
    background-color: #9e9e9e66;
    color: #fff;
    border: none;
    /* border-radius: 4px; */
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    border: 1px solid #9E9E9E;
    /* padding: 1px; */
    font-family: unset;
    font-family: 'Brilliant Cut Pro'
}



@media(min-width: 1399px){
  .product-detail-container {
    /* max-width: 600px; */
    margin: 0px auto;
    padding: 0 0px;
    line-height: 1.6;
    position: sticky;
    top: 120px;
    padding-left: 30px;
    padding-right: 0;
}
}
.size-card {
  max-width: 420px;
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  font-family: "Inter", sans-serif;
}

.size-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.size-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.size-tabs .tab {
  flex: 1;
  padding: 8px 0;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.size-tabs .tab.active {
  background: #111;
  color: #fff;
  border-color: #111;
}

.size-label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: #444;
}

.size-select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  transition: border 0.3s ease;
}

.size-select:focus {
  border-color: #111;
}

.size-hint {
  font-size: 12px;
  margin-top: 10px;
  color: #666;
}

.size-hint a {
  color: #111;
  font-weight: 500;
  text-decoration: underline;
}
.top-switchers {
  display: flex;
  gap: 10px;
}

.switcher {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  padding: 6px 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  cursor: pointer;
}

.switcher .icon {
  font-size: 14px;
}

.switcher select {
  border: none;
  outline: none;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  appearance: none;
  padding: 0 5px;
}

/* Hover effect */
.switcher:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.switcher {
  display: flex;
  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);
}

/* Allow clicks */
#google_translate_element {
  display: block;
}

/* Remove Google text */
.goog-te-gadget {
  font-size: 0 !important;
}

/* Make select clickable */
.goog-te-combo {
  border: none !important;
  background: transparent !important;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  pointer-events: auto !important;
}
/*PRODUCT DETAILS*/
.detail-gallery {
  position: relative;
}
.detail-gallery .zoom-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  font-size: 22px;
  opacity: 0.6;
}

.slider-nav-thumbnails .slick-list {
  margin: 0 -10px;
}
.slider-nav-thumbnails .slick-slide {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.slider-nav-thumbnails .slick-slide img {
  border-radius: 17px;
      border-radius: 17px;
     border: 1px solid #333;
    height: 100px;
    /*object-fit: contain;*/
    width: 100%;
        width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 4px;
}
.slider-nav-thumbnails .slick-slide.slick-current::before {
  border-bottom: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -6px;
  width: 0;
}
.slider-nav-thumbnails .slick-slide.slick-current img {
  /*border: 2px solid #a2d2c9;*/
}
.slider-nav-thumbnails div.slick-slide {
  margin: 0 10px;
}
.slider-nav-thumbnails button {
  opacity: 1;
}
.slider-nav-thumbnails button.slick-arrow {
  margin: 0;
  /* border: 0; */
  background: #f3f3f388;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  font-size: 24px;
  z-index: 9;
  color: #7E7E7E;
}
/* .slider-nav-thumbnails button.slick-arrow:hover {
  color: #fff;
  background-color: #1E201E;
} */


 .slick-prev,
 .slick-next {
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.detail-gallery .product-image-slider {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 15px;
  border: 1px solid #ececec;
  overflow: hidden;
}
.detail-gallery .product-image-slider img {

      border-radius: 16px;
    /*height: 500px;*/
    width: 100%;
    object-fit: cover;
    /* background: #ececec; */
}
.detail-gallery .product-image-slider.slider-nav-thumbnails {
  background: none;
  border-radius: 0;
}
.detail-gallery .product-image-slider button.slick-arrow {
  padding: 0;
  background-color: #e48733 !important;
  font-size: 14px;
  z-index: 9;
}
.detail-gallery .product-image-slider button.slick-arrow i {
  color: #333;
}
.position-sticky {
    position: -webkit-sticky!important;
    position: sticky !important;
    top: 150px;
}@media (max-width: 991px) {
    .slider-nav-thumbnails .slick-slide img {
        height: 60px;
    }
}
@media(min-width: 991px){
  .s-option-g{
    max-width: 350px;
  }
}
@media(max-width: 991px){
body{
  overflow-x: hidden;
}
}

.product-info {
    max-width: 600px;
    /* margin: 20px; */
}.product-colors h3, .product-sizes h3 {
    font-size: 20px;
    /* margin-bottom: 10px; */
    color: #000;
    margin-bottom: 0;
        line-height: 46px;
    /*margin-top: 15px;*/
}.product-colors h3:after {
    content: ' ';
    display: block;
    border: 1px solid #b0ce4b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 36px;
    margin-bottom: 10px;
}.color-options {
    display: flex;
    gap: 10px;
}

.color-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.color-item img {
      width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 4px;
    object-fit: cover;
    margin-bottom: 5px;
    transition: 0.3s;
}
.color-item span{
    color: #000;
}

.color-item img:hover {
    border-color: #000;
}

.size-options {
    display: flex;
    gap: 10px;
}

.size-options button {
padding: 6px 12px;
    border: 1px solid #000 !important;
    background: #fff;
    color: #000;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    margin: 10px 0;
}

.size-options button:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}
.description-pd{
    padding: 50px;
    /*margin-top: 50px;*/
    border-radius: 20px;
    background: #ececec;
}
@media(max-width: 991px){
    .gallery-top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    height: 360px;
}
.description-pd{
    padding:20px;
    margin-top: 0px;
}
}
.description-pd p{
      margin: 0 0 10px;
    /* font-family: "Space Grotesk", sans-serif; */
    font-size: 18px;
    font-weight: 400;
    /* font-family: "Inter", sans-serif; */
    line-height: 28px;
    
}
.product-sizes ul{
    padding-left: 2em;
}
.product-sizes ul li{
    color: #000 !important;
    font-size: 15px !important;
    list-style-type: disc;
        font-family: 'Mulish';
}
.product-sku{
    color: #000;
}
/*
.gallery-top {
    width: calc(100% - 160px);
    height: 600px;
}

.gallery-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
        border-radius: 4px;
}
.gallery-top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    }*/

    .gallery-top video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}.gallery-wrapper{
    display:flex;
    gap:10px;
   
}

.main-slider{
    width:85%;
}

.main-slider img{
    width:100%;
    border-radius:8px;
}

.thumb-slider{
    width:100px;
}

.thumb-slider .slick-slide{
    margin-bottom:10px;
    cursor:pointer;
}


/* Main slider */
.main-slider{
    width:85%;
    position:relative;
}

.main-slider img{
    width:100%;
    height:600px;
    object-fit:cover;
    border-radius:10px;
}

/* Thumbnail slider */
.thumb-slider{
 width: 100%;
}

.thumb-slider .slick-slide{
    margin-bottom:12px;
}

.thumb-slider img{
     width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 4px;
    cursor:pointer;
    transition:0.3s;
}

/* Active thumbnail */
.thumb-slider .slick-current img{
    border:3px solid #9ACD32;
}

/* Slick arrows */
.main-slider .slick-prev,
.main-slider .slick-next{
    width:45px;
    height:45px;
    border:2px solid #000;
    border-radius:50%;
    background:rgba(255,255,255,0.6);
    z-index:5;
}

/* Arrow position */
.main-slider .slick-prev{
    left:20px;
}

.main-slider .slick-next{
    right:20px;
}

/* Arrow icon */
.main-slider .slick-prev:before,
.main-slider .slick-next:before{
    color:#000;
    font-size:22px;
    display: none;
}
/*
.thumb-slider .slick-track{
    display:flex !important;
    flex-direction:column;
}*/
.thumb-slider .slick-slide {
   height: auto !important;
    width: 90px !important;
  
}
.custom-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border-radius:50%;
    border:2px solid #000;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:10;
}

.custom-arrow i{
  font-size: 17px;
    color:#000;
}

.slick-prev{
    left:20px;
}

.slick-next{
    right:20px;
}.product-sizes h3:after {
    content: ' ';
    display: block;
    border: 1px solid #b0ce4b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 36px;
    margin-bottom: 10px;
}@media (max-width:768px){

.gallery-wrapper{
    flex-direction: column;
}

.main-slider{
    width:100%;
}

.thumb-slider{
    width:100%;
    margin-top:10px;
}

.thumb-slider .slick-slide{
    margin:0 5px;
        width: 86px !important;
}

.thumb-slider img{
    height:80px;
    object-fit:cover;

}

}
@media (max-width:768px){

.gallery-wrapper{
    flex-direction:column;
}

/* main image first */
.main-slider{
    order:1;
    width:100%;
}

/* thumbnails below */
.thumb-slider{
    order:2;
    width:100%;
    margin-top:12px;
}

.thumb-slider img{
    height:80px;
    object-fit:cover;
}

}/* Desktop layout */
.swiper-product-wrapper{
    display:flex;
    gap:20px;
}

/* Main slider */
.main-slider{
    flex:1;
}


/* Mobile layout */
@media (max-width:767px){
.description-pd p {
    margin: 0 0 10px;
    /* font-family: "Space Grotesk", sans-serif; */
    font-size: 16px;
    font-weight: 400;
    /* font-family: "Inter", sans-serif; */
    line-height: 28px;
}
.swiper-product-wrapper{
    flex-direction:column;   /* stack vertically */
}

.main-slider{
    order:1;                 /* main slider first */
    width:100%;
}

.thumb-wrapper{
    order:2;                 /* thumbnails below */
    width:100%;
    margin-top:10px;
}

.thumb-slider .slick-slide{
    height:70px;
    margin-right:8px;
}

}
/* MAIN BOX */
.product-pricing {
  position: relative;
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  transition: 0.3s ease;    width: 300px;
}

/* HOVER EFFECT */
.product-pricing:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* PRICE CONTENT */
.price-content p {
  margin: 0;
  line-height: 1.6;
  
}

/* MARKET PRICE (STRIKE) */
.market-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}

/* FACTORY PRICE */
.factory-price {
  color: #555;
  font-size: 15px;
  margin-top: 3px;
}

/* OFFER PRICE (HIGHLIGHT) */
.offer-price {
  font-size: 22px;
  font-weight: bold;
  color: #28a745;
  margin-top: 5px;
}

/*.offer-badge {
  position: absolute;
  top: -10px;
  right: -10px;

  background: red;
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;

  animation: blink 2s infinite; 
}*/

.offer-badge {
  position: absolute;
  right: 20px;
  top: calc(-1 * var(--f));

  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Mulish';

  padding: 6px 10px;

  --f: .4em;
  --r: .8em;

  border: solid transparent;
  border-width: 0 0 var(--r) calc(2 * var(--f));

  background-color: #ed2617;

  border-radius: var(--f) var(--f) 0 0;

  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    calc(50% + var(--f)) calc(100% - var(--r)),
    calc(2 * var(--f)) 100%,
    calc(2 * var(--f)) var(--f),
    0 var(--f)
  );

  overflow: hidden;
}

/* ✨ SHINY LIGHT EFFECT */
.offer-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );

  transform: skewX(-25deg);

  animation: shine 2.5s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
/* OPTIONAL: MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .offer-price {
    font-size: 18px;
  }

  .offer-badge {
    font-size: 10px;
    padding: 5px 10px;
  }
}