/** Shopify CDN: Minification failed

Line 73:20 Unexpected "#"
Line 73:22 Unexpected "{"
Line 73:29 Expected ":"
Line 520:1 Expected identifier but found "{"

**/
:root {
  --base-font-size: 14px;
}
.cart-drawer .cart__checkout-button{
  max-width:100% !important;
}

.shopify-section.product-section{
    z-index: 2;
    position: relative;
  }
    .product-section-main * {
      box-sizing: border-box;
      margin: 0;
      
    }
    .pdp_paypal_main{
      font-size:13px;
    }
    .product-section-main .container {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      align-items: flex-start;
      margin: auto;
      background: #fff;
      gap: 0px;
    }

    .product-section-main .left {
      width: 100%;
      height:100%;
    }
    .show_shiping_info-false {
      margin-top: 6px !important;
    }

.custom-3d-video-right {
    display: flex;
    justify-content:end;
    width: 100%;
    position:  relative ;
    overflow: hidden;
}
.pdp-mux-player-block mux-player {
    opacity: 0;
    transition: opacity 0.5s ease;
}
.pdp-mux-player-block mux-player.mux-is-ready {
    opacity: 1;
}

.content-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.media-right {
    width: 50%;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.media-right video, #{{ block.id }} .media-right model-viewer {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-box {
    position: absolute;
    right: 43%;
    top: 58%;
}

.popup-box .popup-btn {
    height: 19px;
    font-weight: bold;
    width: 19px;
    border: 1px solid #000;
    background: white;
    color: #000;
    padding: 0;
}

.popup-box .value {
    padding:6px 5px;
    position:absolute;
    font-weight: 400;
    font-size: 13px;
    width: max-content;
    height: fit-content;
    max-width:170px;
    display:none;
    margin-top: 4px;
    font-weight: 500;
    border: 1px solid #000;
    background: white;
}
.popup-box .value.open {
    display:block;
}

    @media (min-width:1025px){
      .product-section-main .left {
        position: sticky;
        top: 23px;
        height: fit-content;
        padding: 0 16px;
        min-height: calc(100vh - 30px);
        display:flex;
        flex-direction:column;
      }
      .right-container .custom-3d-video-right mux-player.mux-is-ready {
          min-height:600px;
      }
      .right-container .custom-3d-video-right{
        margin-top:-40px;
      }
    }

    .product-section-main .product-title {
      font-weight: 700;
      font-size: var(--base-font-size);
    }

    .product-section-main .price {
      font-size: var(--base-font-size);
      font-weight: 500;
      opacity:1;
    }

    .product-section-main .size,
    .product-section-main .color {
      font-size: var(--base-font-size);
      font-weight: 500;
    }
    .product-section-main .size{
      display: flex;
      gap: 5px;
    }

    .product-section-main .sizes .size-option {
      margin-right: 8px;
      cursor: pointer;
      display:inline-flex;
      text-underline-offset:2px;
      /* color:#C4C4C4 !important; */
      text-decoration: none!important;
    }

    .product-section-main .sizes .size-option.active {
      /* color:#000 !important; */
      text-decoration: underline!important;
    }

    .color-boxes span{
      display: inline-block;
      width: 22.07px;
      height: 11.08px;
      cursor: pointer;
    }

    .product-section-main .color-boxes span {   
      background-position: center;
      background: transparent;
      background-size: cover;
      position: relative;
      outline: 1.4px solid transparent;
      border: 1.4px solid transparent;
    }
    .product-section-main .color-boxes span.color-option.active {
      outline: 1.4px solid #000;
      border: 1.4px solid #fff;
    }

    .product-section-main .desc {
      font-size: var(--base-font-size);
      font-weight: 500;
      margin-top: 14px;
    }
    .product-section-main .desc.mobile {
      display:none;
      text-align:left;
      margin-top:40px;
      text-transform: uppercase;
    }
    .product-section-main.gift-product-section .desc.mobile {
      text-transform: none;
      margin-top: 30px;
    }
    .custom-3d-video-right iframe {
      pointer-events: none;
    }
    .product-section-main .check-avalablity {
      color: #000;
      font-size: var(--base-font-size);
      text-decoration: underline;
      display: inline-block;
      margin-bottom: 20px;
      font-weight: 450;
    }

    .product-section-main .add-cart {
      display: inline-block;
      border: 1px solid #000;
      border-radius: 7px;
      padding: 6px 40px;
      background: #eee;
      cursor: pointer;
      font-size: var(--base-font-size);
      min-width: 161px;
      transition: all .5s;
      font-weight: 500;
      margin-top: 28px;
      min-height: 30px;
      font-family: var(--font-body-family);
      color: #000 !important;
    }
    .product-section-main.gift-product-section .add-cart{
      margin-top: 10px;
    }
    .product-section-main .add-cart:hover {
      background: #ddd;
    }

    .product-section-main .small-text {
      font-size: var(--base-font-size);
      font-weight: 500;
      margin-top:6px;
    }

    .product-section-main .tabs {
      display: flex;
      margin-top: 16px;
      flex-wrap:wrap;
    }

    .product-section-main .tabs span {
      font-size: var(--base-font-size);
      margin-right: 12px;
      font-weight: 600;
      text-transform: capitalize;
      color: #C4C4C4;
      cursor: pointer;
    }

    .product-section-main .tabs span.active {
      color: #000;
      font-weight: bold;
      text-decoration: underline;
    }

    .image-magnify-full-size {
        cursor: zoom-out;
        z-index: 1;
        margin: 0;
        border-radius: calc(var(--media-radius) - var(--media-border-width));
        display: block !important;
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
      }
      .img-magnify-hover {
        cursor: zoom-in;
      }

    /* Swiper Styles */
    .product-section-main .swiper-container {
      width: 100%;
      position: relative;
      overflow: hidden;
    }

    .product-section-main .swiper {
      width: 100%;
      height: 100%;
    }

    .product-section-main .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #f2f2f2;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .product-section-main .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .product-section-main .swiper-button-next,
    .product-section-main .swiper-button-prev {
      color: #000;
      background: rgba(255, 255, 255, 0.7);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .product-section-main .swiper-button-next:after,
    .product-section-main .swiper-button-prev:after {
      font-size: 18px;
      font-weight: bold;
    }

    .product-section-main .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      background: #fff;
      opacity: 0.5;
    }

    .product-section-main .swiper-pagination-bullet-active {
      opacity: 1;
      background: #000;
    }

    .product-section-main .swiper-thumbs {
      margin-top: 10px;
      display: flex;
      gap: 5.4px;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 10px 10px 15px;
      scrollbar-width: none;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      width: 100%;
    }

    .video-badges-container {
      position: absolute;
      bottom: 15px;
      z-index: 3;
      right: 15px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .video-badge-item {
      border: 1.22px solid #FFFFFF;
      background: #ECECEE;
      display: flex;
      padding: 2px;
      width: 44px;
      height: 44px;
      box-shadow: 1px 1px 2px 0px #0000008C;
    }
    .video-badges-container img{
      aspect-ratio: 1;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


    /* For WebKit browsers (Chrome, Safari, Edge) */
    .product-section-main .swiper-thumbs::-webkit-scrollbar {
      display: none;
    }

    .product-section-main .swiper-thumb {
      width: 44.5px;
      height: 62.33px;
      cursor: pointer;
      border: 1.16px solid white;
      flex-shrink: 0;
      opacity: 1;
      transition: opacity 0.3s, border-color 0.3s;
      position: relative;
    }
    .video-thumb-item:after, .stack-thumbs-video:after {
      content: "";
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 16px solid #000;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .product-section-main .swiper-thumb.active {
      opacity: 1;
      outline-color: #000;
      border-color:#000;
    }

    .product-section-main .swiper-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      overflow:hidden;
    }

    .product-section-main .image-wrapper img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    object-fit: cover;
  }
  .product-section-main .feature-tab__title,
  .product-section-main .material-tab__title {
    border: none;
    background: none;
    font-size: var(--base-font-size);
    font-weight: 600;
    margin-bottom: 3px;
    color: #000000;
    text-transform: uppercase;
  }
  .product-section-main .metafield-rich_text_field
  {
    margin-bottom:0px !important;
  }
  .product-section-main .right{
    width:100%;
    display:grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .product-section-main .center-container{
    width:100%;
    display:grid;

  }
  .custom-liquid-block * {
    font-weight:600 !important;
  }

#ShowPickupAvailabilityDrawer{
  font-size:13px !important;
  margin-top: 6px;
  color: #000;
  font-weight: 400;
}
#ShowPickupAvailabilityDrawer:hover{
  color:#000000bf;
  text-decoration-thickness:auto;
}

.bottom-add-to-cart-btn{
  position: absolute;
  top: -5px;
  left: 50%;
  line-height: 0%;
  cursor: pointer;
  display:none;
  transform:translateX(-50%) rotate(180deg);
  border-radius: 100px;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
              top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  opacity:0;
}
.button-slide-block:after, .button-slide-block:before {
  border: 0.5px solid #000000;
  content: "";
  position: absolute;
  top: 0;
  width: calc(50% - 10px);
  opacity:0;
}
.button-slide-block:after{
  right:5px;
}
.button-slide-block:before{
  left:5px;
}
.product-section-main .color-boxes{
  line-height: 0;
  margin-top: 5.7px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 2px;
  gap:7.83px;
}
.image-wrapper {
position: relative;
}
.sold-out-wrapper .image-wrapper:after, 
.sold-out-wrapper .swiper-container .pdp-main-swiper .swiper-slide:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #ff9c9c;
opacity: 0.4;
z-index: 1;
display: block;
}


.{
  line-height:0;
}
.product-section-main .swiper-scrollbar{
  background:transparent !important;
  opacity:1 !important;
  display:none;
}
.product-section-main .swiper-scrollbar-drag
{
  background: #C4C4C4!important;
  display:block !important;
  border-radius: 0;
}
.featured_tab_main {
  margin-top: 33px !important;
}
.pdp_product_info{
  margin-top: 16px !important;
}
.featured_tab_item{
  display: none;
  flex-wrap: wrap;
  gap: 6px 8px;
}
.ft_popup_item{
  display:none;
  overflow-y: scroll;
  height: 100%;
  max-height:calc(100vh - 43px);
}
.ft_popup_item::-webkit-scrollbar {
  display: none;
}
.ft_popup_item.show_ft_popup{
  display:block;
}
.featured_tab_item.show_ft_item{
  display:flex;
}
.featured_tab_btn {
  padding: 0.7px 5px 0px!important;
  box-shadow: 0px 0px 8px 0px #00000040 inset;
  backdrop-filter: blur(20px);
  border-radius: 3px;
  font-weight: 500;
  text-transform: uppercase;
  min-height: 18px;
  cursor: pointer;
  max-width: 100%;
}
.featured_tab_btn:hover {
  box-shadow: 0px 0px 8px 0px #FFFFFFD9 inset;
  backdrop-filter: blur(20px);
  background-color: #000;
  color: #fff;
}
.featured_tab_popBtns{
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px; 
  margin-bottom:10px;
}
.featured_tab_popup_content{
  margin-bottom:10px;
  font-size: var(--base-font-size);
}
.featured_tab_popup_wrapper{
display:none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1111;
} 
.featured_tab_overlay {
  background: #FFFFFF80;
  display: block!important;
  top: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  cursor: none;
  backdrop-filter: blur(10.399999618530273px);
  cursor: url("/cdn/shop/files/close_1.svg?v=1771493514") 16 16, auto;
}
.close-cursor {
  position: fixed;
  pointer-events: none;
  font-size: 14.67px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000000;
  transform: translate(-50%, -50%) rotate(-20.94deg);
  display: none;
  z-index: 1000;
  line-height: 18.05px;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px #00000040;
}
.featured_tab_popup_main {
  /* max-width: 640px; */
  max-width: 560px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 2px #0000000D;
  padding: 20px 25px 23px;
  width: 100%;
  position: absolute;
  right:0;
  height:auto;
  max-height:100vh;
}
.ft_tab_closebtn {
  position: absolute;
  top: 17px;
  right: 12px;
  font-size: var(--base-font-size);
  line-height: 1;
  text-transform: uppercase;
}
.featured_tab_btn.active_bt {
  box-shadow: 0px 0px 8px 0px #FFFFFFD9 inset;
  backdrop-filter: blur(20px);
  background-color: #000;
  color: #fff;
}
.featured_tab_popup_data video, .featured_tab_popup_data img {
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}
.featured_tab_popup_data{
  display:none;
  flex-direction: column;
  gap: 0;
  height: 100%;
  justify-content:space-between;
}
.featured_tab_popup_wrapper.active_ft{
display:block;
}

.featured_tab__media_wrapper {
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  width:100%;
}
.featured_tab_iframe_wrapper{
  height: 480px;
  width: 100%;
}
.featured_tab_mux_wrapper {
  height: auto;
  min-height: 0;
  width: 100%;
}
.featured_tab__media_wrapper mux-player {
  width: 100%;
  max-width: 100%;
  display: block;
  /* aspect-ratio: 531 / 625; */
  --media-object-fit: contain;
  --media-object-position: center;
}
.measurement_item {
position: absolute;
font-size: var(--base-font-size);
width: max-content;
font-weight: 400;
}

.pdp_product_content {
font-weight: 400;
}
.pdp_product_content strong{
  font-weight: 500;
}
.pdp_product_content a {
  color: #000;
  text-decoration: underline;
}
 .pc_delivery_main a {
  color: #000;
  text-decoration: none;
}
.pc_delivery_main .pc_delivery_data{
  display:none;
  padding-bottom:36px;
  margin-top: 6px;
}
.pc_delivery_main.delivery_expand .pc_delivery_data{
  display:block;
}
.pdp_product_content.pc_expand .metafield-rich_text_field{
display:block!important;
}
.product_content_readless, .pdp_pc_item, .pc-full-text{
display:none;
}
.pdp_product_content.pc_expand .pc-full-text, .pdp_pc_item.pdp_pc_show{
display:block;
}
.pdp_product_content.pc_expand .pc-truncated-text{
display:none;
}
.read-more-btn {
color: #5198F9;
font-weight: 500;
cursor:pointer;
display:none;
}
.pc_delivery_btn{
  font-size: var(--base-font-size);
  cursor:pointer;
  font-weight: 500;
}
.delivery_country_list_content {
  font-weight: 400;
}
.delivery_tab_content_item ol{
padding-left: 17px !important;
}
.store_availability_desktop {
    width: fit-content;
    border: none;
    font-size: var(--base-font-size) !important;
    cursor: pointer;
    font-weight: 500;
    background: transparent;
    padding: 0;
    line-height: normal;
    padding-top: 2px;
    color: #000 !important;
    
}
.m-sticky-atc.sticky-disable{
opacity:0.5;
pointer-events: none;
}
.mobile-sts-paypal {
  text-align: left;
}
.mobile_pick_up_availabilities {
    font-size: var(--base-font-size);
    margin-top: 3px!important;
    color: #000;
    font-weight: 400;
    background: transparent;
    border: none;
    text-align: left;
    text-decoration: underline;
    padding-left: 0;
    display:none;
}
.gift-variants_main {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 2px;
}
.gift_variant_item {
  color: #C4C4C4;
  cursor: pointer;
}
.gift_variant_radio:checked + label{
  color: #000;
}
.gift-variants {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 2px;
}
.gift-toggle-box {
  width: 10px;
  height: 10px;
  display: inline-flex;
  border: 1.11px solid #000000;
}
.gift-content-btn {
  display: flex;
  gap: 3px;
  align-items: center;
}
.gift-content-toggle:checked + label{
  background:#000;
}
.gift-content-main {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px !important;
}
.gift-content-form {
  display: none;
  flex-direction: column;
  gap: 8px;
}
.active_form .gift-content-form{
  display:flex;
}
.gift__field {
  position: relative;
  display: flex;
  flex-direction: column;
}
.gift__input {
  border-radius: 6px;
  border: 1px solid #C4C4C4;
  padding: 4.5px 9px!important;
  font-weight: 600;
  width: 100%;
  z-index: 1;
  position: relative;
  background: transparent;
  height: 26px;
}
.gift__input[type="date"]:not(:focus) {
  color: #C4C4C4;
}
.gift__input::placeholder {
  color: #C4C4C4;
}
.gift__input:focus::placeholder{
  color: #000;
}
.gift__input:focus{
  border: 1px solid #000;
}

.gift__small {
  font-weight: 500;
  font-size: 9px;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 5px !important;
  display: flex;
  color:#C4C4C4;
}
.desktop_atc_form .gift__input, .error_mssg{
  display:none;
}
.error_show .error_mssg{
  display:flex;
}
.error_mssg {
  color: #EB001B;
  font-weight: 500;
  line-height: 100%;
  padding: 3px 0 0 9px!important;
}

.right-container {
  position: sticky;
  top: 23px;
  height: fit-content;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  min-height:calc(100vh - 23px);
}
.right-container-content{
    padding: 0 16px;
    position: absolute;
    width: 100%;
    text-align: center;
    top:calc(50% + 220px);
    transform:translateY(-50%);
}
.delivery_country_list_content{
  font-size:var(--base-font-size);
}

.rt_title_open, .rt_accordion_content{
  display:none;
}
.rt_accordion_content{
  font-weight:400;
  padding-bottom:40px;
}
.rt_accordion_title, .pop_delivery_btn, .store_availability{
  font-size:var(--base-font-size);
  line-height:20px;
  font-weight:500;
  cursor:pointer;
}

.active_rt_accordion .rt_title_open, .active_rt_accordion .rt_accordion_content{
  display:block;
}
.active_rt_accordion .rt_title_close, .usp_hover_text{
  display:none;
}
.pickup_hove_absolute {
    position: absolute;
    display: flex;
    top: 32px;
    right: 0px;
    z-index: 1;
}

@keyframes thumb-move {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(8px, -4px);
  }

  50% {
    transform: translate(12px, -10px);
  }

  75% {
    transform: translate(6px, -14px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes rotate-move {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* .pickup_item:hover .lg_img_item{
  animation: thumb-move 3s linear infinite;
} */
.lg_text_item {
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:6px;
  position:relative;
  width:100%;
}
.pickup_grid{
  display:flex;
  gap:14px;
}
.lg_text_item .lg_img_item{
  max-width:70px;
}
.lg_text_img {
  height: 86px;
  display: flex;
  align-items: end;
  justify-content: center;
  pointer-events: none;
}
.return_item .lg_img_item{
  transform: translateY(-10px) rotate(-35.09deg);
}
/* .shipping_item:hover .lg_img_item{
  animation: rotate-move 3s linear infinite;
} */

.pickup_item span{
  cursor:pointer;
}
.lg_text_item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  width: 100%;
}
.lg_shadow_text{
  text-shadow: 0px 0.61px 2.7px rgba(0, 0, 0, 0.35);
}
.usp_hover_text{
  display:none;
  position:absolute;
  top:100%;
  width:100%;
  right:0;
  text-align:left;
  width:220px;
  z-index:1;
  margin-top:4px !important;
  background:#fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.ups_hover_main.usp_hovered .usp_hover_text{
  display:block;
}

.product__pickup-availabilities, .pickup_overlay{
  display:none;
}

.overflow-hidden .pickup_overlay{
  position:fixed;
  top:0;
  left:0;
  display:block !important;
  height:100%;
  width:100%;
  background: #EEEEEE99;
  backdrop-filter: blur(10px);
  cursor: url('/cdn/shop/files/close_1.svg?v=1771493514') 16 16, auto;
  z-index:5;
}

.free-shipping-label{
  font-size:var(--base-font-size);
  line-height:18px;
  font-weight:500;
  width: fit-content;
  margin: 0 auto;
  background: #FBFF00;
  padding: 0 2px;
}
.block_text{
  font-size: var(--base-font-size);
  line-height: 20px;
  font-weight: 500;
}
.lg_desktop_text{
  font-size:var(--base-font-size);
  line-height:18px;
  font-weight:500;
}
.pickup__box{
    position:absolute;
    top:74px;
    left:-30px;
    z-index:3;
    cursor: pointer;
}
.pickup__box_rela{
    position:relative;
    min-width:140px;
    cursor:pointer;
}
.pickup_thumb_svg {
    width: 96.5px;
    height: 96.5px;
    position: absolute;
    right: 10px;
    transform: rotate(30deg);
    top:25px;
}
.video-absolute-box{
  position:absolute;
  top:var(--top);
  left:var(--left);
  z-index:3;
  cursor: pointer;
}
.video-absolute-btn {
  position: relative;
}
@keyframes fadeBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.video-absolute-btn svg{
  position: absolute;
  top: -10px;
  right: -12px;
}
.video-absolute-btn:hover svg {
  animation: fadeBlink .5s infinite;
}
.video-absolute-btn-icon {
  width: 120px;
  height: 120px;
  left: 12px;
  top: 20px;
  transform: rotate(-15.68deg);
  position: absolute;
}

.return_box{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:20px;
    z-index:3;
}

.stack-images-main{
    max-width:100%;
    position:relative;
}
.stack-images-main img{
    max-width:100%;
    height:auto;
}
.stack-images-item{
    position:relative;
}
.stack-thumbs-main{
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:fit-content;
  max-width:98%;
  display:flex;
  align-items:center;
  gap:5.36px;
  overflow-x: auto;
}
.stack-thumbs-main::-webkit-scrollbar {
  display: none;
}
.pdp-thumb-fixed{
  max-width:32%;
}
.stack-thumbs-video{
  margin-right:5.36px;
}
.stack-thumbs{
  display:flex;
  align-items:center;
  gap:5.36px;
  padding:10px 0;
}
.stack-thumbs-main.pdp-thumb-fixed{
  position:fixed;
  bottom:18px;
}
.stack-thumbs-item {
  min-width: 49.64px;
  width: 49.64px;
  height: 67.45px;
  border: 2px solid #fff;
  background:#ECECEE;
  cursor:pointer;
  position:relative;
}
.stack-thumbs-item img, .stack-thumbs-item mux-player{
  width:100%;
  height:100%;
  object-fit:cover;
}
.stack-thumbs-item.active{
  border:2px solid #000;
}
.delivery_drop_mobile{
  z-index:1;
}

.usp_box {
  display: var(--hide_desktop);
  position: absolute;
  top: var(--top);
  left: var(--left);
  right: var(--right);
}

.desktop_pickup_item{
  cursor: pointer;
}


@media (max-width: 1024px) {
  .usp_box {
    display: var(--hide_mobile);
  }
  .custom-3d-video-right video {
      width: 100%;
  }
  .custom-3d-video-right {
      justify-content: center;
  }
  .pdp-main-swiper .custom-3d-video-right {
      height:100%;
  }
  .ft_popup_item.show_ft_popup{
    display: flex;
    flex-direction: column;
  }
  .shopify-section.product-section.pactive_ft{
    z-index: 10;
  }
  .product-section-main .container {
    grid-template-columns: 1fr;
    padding:0 12px;
  }

  .product-section-main .swiper-scrollbar{
    display:block;
    height: 3px;
    bottom:0;
    left:0;
    width: 100%;
  }
  
  .product-section-main .product-title,
  .product-section-main .price,
  .product-section-main .color,
  .product-section-main .desc,
  .product-section-main .feature-tab__title,
  .product-section-main .material-tab__title,
  .product-section-main .size
  {
    font-size:26px;
  }
  .product-section-main .add-cart{
    font-size:18.57px;
    margin-top: 0;
    font-family: "Neue Haas Grotesk Text Pro";
    font-weight: 500;
    line-height: 100%;
    min-width: 230px;
    height: 42.84px;
    color: #000;
  }
  div#video_block_Kn8wfN{
    margin-top:21px;
  }
  .product-section-main .desc, .store_availability_desktop, .desktop_richtext_block {
     display:none;
   }
   .product-section-main .desc.mobile {
      display:inline-block;

    }

  .product-section-main .right{
    grid-template-columns:1fr;
  }
  .image-wrapper{
    display:none;
  }
  .product-section-main .swiper-container{
    padding-bottom: 74px;
  }
  .product-section-main .swiper-thumbs {
    top:unset;
    bottom:0;
    left:0;
    transform:unset;
    gap:5.36px;
    padding:0;
  }
  .product-section-main .swiper-thumb{
    width:51.64px;
    height:69.45px;
    padding:3.56px;
  }
  .product-section-main .center-container{
    margin-top:35px;
  }
  .button-slide-block{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: transparent;
    padding-top: 10px !important;
    display: grid;
    width:100%;
    max-height: 10px;
    transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, 
                padding 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
    will-change: max-height, padding;
    box-sizing: border-box;
  }
  .button-slide-block .mobile-sticky-atc {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
                transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  }
  .button-slide-block.open{
    max-height: calc(120px + env(safe-area-inset-bottom, 0px));
    padding: 18px 12px calc(11px + env(safe-area-inset-bottom, 0px)) !important;
    transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                padding 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .button-slide-block.open .mobile-sticky-atc {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s,
                transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  }
  .button-slide-block.open .bottom-add-to-cart-btn{
    transform:rotate(0deg) translateX(-50%);
    top: -11px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .button-slide-block.open.stop-sticky {
    position: relative;
    margin: 20px -12px 0!important;
    width: calc(100% + 24px);
  }
  pickup-availability{
    order:1;
  }
  .bottom-add-to-cart-btn{
    display:inline-block;
  }
  .product-section-main .product-title {
    font-weight: 500;
  }
  .featured_tab_main {
      display: none;
  }
  .product-section-main .color-boxes{
    margin-top: 10px;
    gap:24.5px;
  }
  .product-section-main .color-boxes span.color-option.active {
    outline: 2.4px solid #000;
    border: 2.4px solid #fff;
  }
  .left .pdp_product_content, .left .pc_delivery_main{
    display:none;
  }
  .desktop_atc_form, .desktop-paypal_block, .product__pickup-availabilities{
    display:none;
  }
  .sticky-add-cart, .mobile-sts-atc {
    max-width: 100%;
    width: 100%;
    display: inline-flex;
    align-items: center;
    height: 42.85px;
    border: 1.43px solid #000000;
    background: #EEEEEE;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    font-size: 18.57px;
    text-transform: capitalize;
  }
  .mobile-sts-atc {
      margin-top: 17px!important;
      max-width:100%;
  }
  .pdp_product_info_mobile {
    margin-top: 18px!important;
    font-size: var(--base-font-size);
  }
  .featured_tabs_mobile {
    margin-top: 20px!important;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 8px;
  }
  .featured_tab_btn, .delivery_country_list_content, .pdp_product_info_mobile, .block_text,
  .rt_accordion_title, .pop_delivery_btn, .pc_delivery_btn, .rt_accordion_content, .store_availability {
    font-size: 13px;
  }
  .pc_delivery_main {
    margin-top: 10px !important;
  }
  .featured_tab_popup_main {
    width: 100%;
    height: 100%;
    max-height:100vh;
    top: 0;
    backdrop-filter: blur(10.39px);
    background: #FFFFFF80;
    padding:15px 17px;
  }
  .featured_tab__media_wrapper{
    height: fit-content;
    margin-top: auto;
  }
  .pdp_product_info_mobile .read-more-btn{
    display:none;
  }
  .pdp_product_content .metafield-rich_text_field {
      display: block!important;
  }
  .featured_tab_popBtns{
    width: calc(100% - 70px);
  }
  .featured_tab_popup_content {
    font-size: var(--base-font-size);
    font-weight: 400;
  }
  .gift-content-main{
    display:none;
  }
  .mobile_gift_main .gift-content-main{
    display:flex;
    margin-top: 5px !important;
  } 
  .gift-toggle-box {
    width: 18px;
    height: 18px;
  }
  .gift-content-btn {
    text-align: left;
    font-weight: 400;
  }
  .right-container{
    display:none;
  }
  .pickup_grid{
    gap: 5px;
  }
  .pickup_grid_mobile{
    margin-top:0px !important;
    margin-bottom:10px !important;
  }
  .lg_text_item:first-child .lg_shadow_text {
    width: min-content;
  }
  .pickup_item .lg_img_item{
    transform: rotate(17deg);
  }
  .lg_img_item{
    height:55px;
  }
  .lg_text_easy-returns img{
    height:50px;
  }
  .pc_delivery_main .pc_delivery_data{
    padding-bottom:27px;
  }
  .color-boxes span{
    width:38.39px;
    height:19.19px;
  }
  .rt_accordion_content{
    padding-bottom:26px;
  }
  .stack-images-main, .desktop_pdp_accordion, .return_box, .pickup__box{
    display:none;
  }
  .block_text_mobile .block_text p{
    font-weight:500;
    line-height:20px !important;
  }
  .store_availability{
    position:relative;
    padding:0;
    background:transparent;
    border:0;
    width:fit-content;
  }
  .usp_hover_text{
    background:#fff;
    padding: 4px;
    margin-top:0!important;
    box-shadow: 0px .61px 2.7px rgba(0,0,0,.35);
    left:0;
    right:unset;
  }
  .pickup_item .usp_hover_text{
    right: 0;
    left: unset;
  }
  .return_hover_main{
    display:inline;
  }
  .lg_text_item span {
    display: inline-block;
  }
  .return_item .lg_shadow_text{
    width: min-content;
  }
}

.price-value {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  white-space: nowrap;
}

.price-value--sale .price-value-current {
  color: #d0021b;
  font-weight: 700;
}

.price-value--sale .price-value-compare {
  text-decoration: line-through;
  opacity: 0.8;
  color: inherit;
  font-weight: 400;
}

@media (min-width: 1025px){
  .nav-menu-list-item, .nav-menu-item-link, .search-popup-opner, #cart-icon-bubble {
    font-size: var(--base-font-size) !important;
  }
  .pdp-main-swiper .swiper-slide:first-child,
  .pdp-swiper-thumbs .swiper-thumb:first-child,
  .mobile_pick_up_availabilities{
    display:none !important;
  }
  .button-slide-block, 
  .mobile-sts-atc, 
  .pdp_product_info_mobile, 
  .featured_tabs_mobile, 
  .delivery_drop_mobile,
  .mobile-sts-paypal,
  .ft_tab_closebtn,
  .pickup_grid_mobile,
  .pdp_accordion_mobile,
  .block_text_mobile,
  .store_availability{
    display:none;
  }
  .product-section-main .product-title {
    margin-top: -2.5px;
  }
  .desktop_delivery_main{
    margin-top: 23px !important;
  }
  .product-section-main .pdp_product_content .metafield-rich_text_field {
    margin-bottom: 2px !important;
  }
  .gift-toggle-box:hover {
    background: #000;
  }
  .product-section-main .center-container{
    gap:7px;
  }
  .right-container .custom-3d-video-right{
    transition: opacity 0.5s ease-in-out;
  }
}
@media (min-width:1025px){
  .custom-3d-video-right video{
    max-width:100%;
  }
  .featured_tab_btn, .pdp_product_content, .desktop_delivery_main, .rt_accordion_content{
    font-size: var(--base-font-size);
  }
  .swiper-container, .right .image-wrapper{
        display:none;
    }
}

@media (max-width: 768px) {
  .custom-3d-video-right {
      flex-direction: column;
  }
  .content-left,
  .media-right {
      width: 100%;
      height: 50vh;
  }
  .pdp-mux-player-block {
      height: 100% !important;
      min-height: 0;
      overflow: hidden;
  }
  .swiper-thumb mux-player, .pdp-mux-player-block mux-player{
    height:100%;
    width:100%;
    object-fit:cover;
  }
  .popup-box .value {
      max-width:150px;
  }
}