/** Shopify CDN: Minification failed

Line 1941:0 Unexpected "}"

**/
      /* 通用工具类 */
      :root {
        --font-color:#1F1D1A
      }
      /* .mt-custom-product-container .mt-cursor-nav-left-black {
        cursor:
        url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.16731 31.0006C5.16731 16.7333 16.7333 5.16731 31.0006 5.16731C45.268 5.16731 56.834 16.7333 56.834 31.0006C56.834 45.268 45.268 56.834 31.0006 56.834C16.7333 56.834 5.16731 45.268 5.16731 31.0006Z' stroke='%231F1D1A' stroke-linejoin='round'/%3E%3Cpath d='M37.8069 31.1396C38.0248 30.9701 38.0642 30.6564 37.8948 30.4385L30.8948 21.4385C30.8001 21.3167 30.6545 21.2451 30.5003 21.2451C30.346 21.2451 30.2005 21.3167 30.1057 21.4385L23.1057 30.4385C22.9363 30.6564 22.9757 30.9701 23.1936 31.1396C23.4116 31.3091 23.7253 31.2697 23.8948 31.0518L30.0003 23.2021V39.5C30.0004 39.776 30.2242 40 30.5003 40C30.7763 39.9999 31.0001 39.776 31.0003 39.5V23.2021L37.1057 31.0518C37.2752 31.2697 37.5889 31.3091 37.8069 31.1396Z' fill='%231F1D1A'/%3E%3C/svg%3E") 9 7,
      pointer;
      }
      .mt-custom-product-container .mt-cursor-nav-right-black {
        cursor:
        url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56.8327 30.9994C56.8327 45.2667 45.2667 56.8327 30.9994 56.8327C16.732 56.8327 5.16602 45.2667 5.16602 30.9994C5.16602 16.732 16.732 5.16602 30.9994 5.16602C45.2667 5.16602 56.8327 16.732 56.8327 30.9994Z' stroke='%231F1D1A' stroke-linejoin='round'/%3E%3Cpath d='M24.1931 30.8604C23.9752 31.0299 23.9358 31.3436 24.1052 31.5615L31.1052 40.5615C31.1999 40.6833 31.3455 40.7549 31.4997 40.7549C31.654 40.7549 31.7995 40.6833 31.8943 40.5615L38.8943 31.5615C39.0637 31.3436 39.0243 31.0299 38.8064 30.8604C38.5884 30.6909 38.2747 30.7303 38.1052 30.9482L31.9997 38.7979V22.5C31.9996 22.224 31.7758 22 31.4997 22C31.2237 22.0001 30.9999 22.224 30.9997 22.5V38.7979L24.8943 30.9482C24.7248 30.7303 24.4111 30.6909 24.1931 30.8604Z' fill='%231F1D1A'/%3E%3C/svg%3E") 9 7,
      pointer;
      } */
      .mt-flex-center {
        display: flex;
        align-items: center;
    }

    .mt-flex-between {
        display: flex;
        justify-content: space-between;
    }

    .mt-flex-center-between {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mt-flex-center-gap {
        display: flex;
        align-items: center;
        grid-gap: 5px;
    }

    .mt-flex-center-gap-10 {
        display: flex;
        align-items: center;
        grid-gap: 10px;
    }

    .mt-cursor-pointer {
        cursor: pointer;
    }

    /* 通用间距类 */
    .mt-spacing-inline {
        /* 内联样式将使用这些变量 */
    }

    /* 通用内联样式变量 - 将在具体使用时定义 */

    /* 通用动画类 */
    .mt-transition-all {
        transition: all 0.5s ease-in;
    }

    .mt-transition-transform {
        transition: transform 0.2s ease-in;
    }

    .mt-rotate-90 {
        transform: rotate(-90deg);
    }

    .mt-rotate-0 {
        transform: rotate(0deg);
    }

    .mt-collasible_icon svg {
        width: 25px;
        margin-right: 10px;
    }

    .mt-collasible_icon .mt-line-item {
        /* 使用通用类 flex-center */
    }

    /* 移除未使用的warranty_product相关样式 */

    .mt-p_check_box {
        margin-top: 45px;
    }

    .mt-p_check_box input {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .mt-price_inventory {
        /* 使用通用类 flex-between */
    }

    .mt-price_inventory .mt-price {
        /* 使用通用类 flex-center */
    }

    .mt-review_product__inventory {
        right: 10px;
        position: absolute;
        margin: 5px;
        /* 使用通用类 flex-center-gap */
    }

    .mt-price_product__inventory {
        margin-right: 20px;
        /* 使用通用类 flex-center-gap */
    }

    .tying-product .shopify-product-form {
        /* 使用通用类 flex-between cursor-pointer */
        margin-top: 10px;
    }

    .tying-products {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    /* tying_products 头部：左侧标题 + 右侧已选商品文案 + 箭头 */
    .tying-products__wrapper {
        border-bottom: 1px solid #E2DBD3;
    }

    .tying-products__header {
        position: relative;
        padding: 1.5rem 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.09px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

    .tying-products__header-label {
        font-family: Sora;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: var(--font-color);
    }

    .tying-products__header-right {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .tying-products__selected-text {
        font-family: Sora;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #8A837B;
        max-width: 100%;
        text-align: left;
        padding:0 10px;
        flex:1;
    }

    .tying-products__wrapper .mt-option-arrow {
        transition: transform 0.2s;
    }

    .tying-products__wrapper.selected .mt-option-arrow {
        transform: translateX(3px);
    }
    .tying-products-modal.active  .mt-option-modal-content{
        width:456px;
    }

    /* tying_products 弹窗里的每一行 */
    .tying-products-modal-options .tying-product {
        border-bottom: 1px solid #E2DBD3;
        padding: 10px 0;
    }

    .tying-product__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .tying-product__title {
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 1;
        min-width: 0;
    }

    .tying-product__label {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        position: relative;
    }

    .tying-product__check {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    .tying-product__check-custom {
        width: 18px;
        height: 18px;
        border: 1px solid #E2DBD3;
        border-radius: 50%;
        margin-right: 4px;
        position: relative;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: border-color 0.2s, background 0.2s;
    }

    .tying-product__check-custom svg {
        opacity: 0;
        transition: opacity 0.2s;
    }

    .tying-product__check:checked + .tying-product__check-custom {
        border-color: #506A5A;
        background: #506A5A;
    }

    .tying-product__check:checked + .tying-product__check-custom svg {
        opacity: 1;
    }

    .tying-product__name {
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: rgba(34, 34, 34, 1);
        display: inline-block;
    }

    .tying-product__price {
        font-family: Sora;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: rgba(34, 34, 34, 1);
        white-space: nowrap;
        margin-left: 12px;
    }

    .mt-ore-payment-options-link {
        display: block !important;
    }

    .shopify-payment-button-box {
        margin-top: 15px;
    }

   

    .mt-custom-product-rating svg {
        width: 18px;
        height: 18px;
    }

    .mt-custom-product-rating .mt-dot {
        width: 6px;
        height: 6px;
        color: transparent !important;
        background: #000;
        border-radius: 50%;
        margin-left: 16px;
    }

    #mt-more-payment-options-link {
        cursor: pointer;
        text-decoration: none;
        width: 100%;
        background: rgba(239, 238, 234, 1);
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Poppins';
        font-size: 14px;
        font-weight: 400;
    }

    .mt-button-content {
        height: 45px;
    }

    .mt-custom-product-container {
        display: flex;
        gap: 48px;
        align-items: flex-start;
        max-width: 1440px;
        margin: 0 auto;
        font-family: PT Serif Caption;
        padding-left:68px;
        padding-right:68px;
        width:100%;
    }

    .mt-custom-product-gallery {
        width: 775px;
        position: relative;
        position:sticky;
        top:0;
        display:flex;
        flex-direction:row-reverse;
        gap:5px;
    }

    .mt-express-pic {
        position: absolute;
        right: 30px;
        top: 19px;
        cursor: pointer;
        display:none;
    }
    .mt-custom-product-gallery-main {
        position: relative;
        width: 688px;
        min-height:688px;
        background: #fff;
        overflow: hidden;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mt-custom-product-gallery-slider {
        display: flex;
        height: 688px;
        transition: transform 0.5s ease-in-out;
        transform: translateY(0);
        flex-direction:column;
    }

    .mt-custom-product-gallery-main-img {
        width:auto;
        height: 688px;
        object-fit: cover;
        flex-shrink: 0;
        /* 如果需要淡入淡出，设置为0 */
        opacity: 1;
        border-radius:0px 4px 0 0;
    }

    .mt-custom-product-gallery-main-img.active {
        opacity: 1;
    }
    .mt-custom-product-gallery-thumbs-wrapper {
        height:688px;
    }

    .mt-custom-product-gallery-thumbs {
        display: flex;
        gap: 5px;
        overflow-x: auto;
        align-items: center;
        position: relative;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE 10+ */
        position: relative;
        height:566px;
        flex-direction:column;
        margin:5px 0;
    }


    .mt-custom-product-gallery-thumbs::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari/Webkit */
    }

    .mt-custom-product-gallery-nav {
        width: 86px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 2;
        border: 0;
        padding: 0;
        background: none;
        background:#FBFAF8;
    }

    .mt-custom-product-gallery-nav.left {
        /* top:0; */
    }

    .mt-custom-product-gallery-nav.right {
        /* bottom:0; */
    }

    .mt-custom-product-gallery-nav svg {
        color:#333333;

    }

    
    .mt-custom-product-gallery-thumbs>div {
        width: 82px;
        /* height: 89px; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        opacity:0.5;
        transition:all 0.5s ease;
    }
    .mt-custom-product-gallery-thumbs>div.active{
        opacity:1
    }

    .mt-custom-product-gallery-thumbs img {
        width: 82px;
        height: auto;
        object-fit: cover;
        cursor: pointer;
        transition: border 0.2s;

    }


    .mt-custom-product-info {
        flex: 1 1 50%;
        max-width: 481px;
    }
    .mt-custom-product-title-sbu {
        font-family: Sora;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 18px;
letter-spacing: 0%;
color:var(--font-color)
    }

    .mt-custom-product-title {
        font-family: Sora;
font-weight: 400;
font-style: Regular;
font-size: 24px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;
color:var(--font-color);
margin:10px 0;

    }

    .shopify-payment-button {
        /* height:45px; */
    }

    .mt-custom-product-rating {
       padding:10px 0;
    }

    .mt-custom-product-rating span {
        font-family: Poppins;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: 0%;
        color: rgba(34, 34, 34, 1);
        /* margin-right:6px; */
        margin-left: 10px;
    }

    .mt-stock span {
        margin-right: 7px;
    }

    .mt-custom-product-price {
        font-family: Sora;
font-weight: 600;
font-style: SemiBold;
font-size: 36px;
leading-trim: NONE;
line-height: 44px;
letter-spacing: 0%;
text-transform: capitalize;
color:var(--font-color);
    }

    .mt-custom-product-price-all {
        margin:10px 0;
        display:flex;
        align-items:center;
        gap:24px;
        flex-wrap: wrap;
    }

    .mt-custom-product-old-price {
        font-family: Sora;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 22px;
letter-spacing: 0%;
        text-decoration: line-through;
        color:#8A837B;

    }

    .mt-custom-product-save {
        color: #fff;
        background: rgba(34, 34, 34, 1);
        padding: 2px 7px;
        font-size: 12px;
        margin-left: 22.5px;
        font-family: Poppins;
        font-weight: 300;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        position: relative;
        bottom: 6px;

    }

    .mt-custom-product-options {
        margin:0 0;
        border-bottom: 1px solid #E2DBD3;
    }

    .mt-custom-product-option-label {
        font-family: Poppins;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-bottom: 12px;
        display: block;

    }

    /* 列表项样式 */
    .mt-option-list-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
        margin-bottom: 0;
    }

    .mt-option-list-label {
        font-family: Sora;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;
color:var(--font-color);
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mt-option-desc {
        color:#8A837B;
    }
    .mt-option-arrow {
        flex-shrink: 0;
        transition: transform 0.2s;
    }

 

    .mt-custom-product-option-values {
        display: flex;
        gap: 10px;
        font-size: 14px;
        font-family: Poppins;
        flex-wrap:wrap;
    }

    .mt-custom-product-option-value {
        padding: 6px 13px;
        background: rgba(242, 242, 243, 1);
        cursor: pointer;
        transition: border 0.2s, background 0.2s;
        color: rgba(34, 34, 34, 1);
        white-space: nowrap;
    }

    .mt-custom-product-option-value.selected{
        background: rgba(34, 34, 34, 1);
        color: rgba(255, 255, 255, 1);
    }

    .mt-custom-product-option-value.out-of-stock {
        color: rgba(192, 194, 195, 1) !important;
        background: rgba(242, 242, 243, 1) !important;
        cursor: not-allowed !important;
        border: 2px dashed #eee;
        pointer-events: none;
        opacity: 0.7;
    }

        /* 弹窗样式 */
    .mt-option-modal {
        display: flex;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        align-items: center;
        justify-content: flex-end;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .mt-option-modal.active {
        visibility: visible;
        opacity: 1;
    }

    .mt-option-modal-backdrop {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        display:block !important;
    }

    .mt-option-modal-content {
        position: relative;
        z-index: 2;
        background: #fff;
        width: 400px;
        height: 100vh;
        display: flex;
        flex-direction: column;
        transform: translateX(100%);
        transition: transform 0.5s ease;
    }

    .mt-option-modal.active .mt-option-modal-content {
        transform: translateX(0);
    }

    .mt-option-modal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:32px 0 32px 24px;
    }

    .mt-option-modal-title {
        font-family: Sora;
font-weight: 400;
font-style: Regular;
font-size: 24px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;
color:var(--font-color);
        margin: 0;
    }

    .mt-option-modal-close {
        background: none;
        border: none;
        margin:0 37px 0 0;
        padding:0;
    }


    .mt-option-modal-options {
        flex: 1;
        overflow-y: auto;
        padding: 0 52px 0 32px;
    }

    .mt-option-modal-option {
        display: flex;
        align-items: center;
        padding: 12px 0;
        cursor: pointer;
        transition: background 0.2s;
        position: relative;
        border-bottom: 1px solid #8A837B;
    }


    .mt-option-modal-option input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .mt-option-radio-custom {
        width: 18px;
        height: 18px;
        border: 1px solid #E2DBD3;
        border-radius: 50%;
        margin-right: 24px;
        position: relative;
        flex-shrink: 0;
        transition: border-color 0.2s;
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .mt-option-modal-option input[type="radio"]:checked + .mt-option-radio-custom {
        border-color: #506A5A;
        background:#506A5A;
    }



    .mt-option-radio-label {
        font-family: Sora;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;
color:#1F1D1A;
    }

    .mt-option-modal-footer {
        padding: 32px 52px 32px 32px;
    }

    .mt-option-modal-confirm-btn {
        width: 100%;
        background: var(--font-color);
        color: #fff;
        border: none;
        height: 40px;
        cursor: pointer;
        transition: background 0.2s;
        font-family: Sora;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;
color:#C8A575;
        text-align: center;
        border-radius:4px;
    }

 

    .mt-custom-product-atc-row {
        display: flex;
        gap: 10px;
        align-items: center;
        padding-top: 12px;
        flex-wrap:wrap;
    }

    .mt-custom-product-qty-wrap {
        display: none;
        align-items: center;
        overflow: hidden;
        height: 45px;
        background: rgba(242, 242, 243, 1);
    }

    .mt-custom-product-qty-btn {
        width: 45px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        cursor: pointer;
        font-size: 2.4rem;
        color: #333;
        transition: background 0.2s;
    }

    .mt-custom-product-qty-btn:active {
        background: #f0f0f0;
    }

    .mt-custom-product-qty {
        width: 51px;
        text-align: center;
        border: none;
        outline: none;
        height: 100%;
        background: none;
        font-family: PT Serif Caption;
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .mt-custom-product-atc-btn {
        flex: 1;
        background: var(--font-color);
        color: #C8A575;
        border: none;
        height: 44px;
        cursor: pointer;
        transition: background 0.2s;
        font-family: Sora;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;
        text-align: center;
        border-radius:4px;
        position:relative;


    }
    .mt-custom-product-atc-btn {
            display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    }
    circle.path {
        stroke:#fff;
    }
    .mt-shopify-payment-button-box {
        width:100%;
        border-radius:4px;
        overflow:hidden;
    }
   

    .mt-more-pay {
        background: rgba(239, 238, 234, 1);
        color: rgba(34, 34, 34, 1)
    }

    .mt-custom-product-atc-btn[disabled] {
        background: #ccc;
        cursor: not-allowed;
    }





    .mt-custom-product-image-modal {
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1F1D1AE5;
    }

    .mt-custom-product-image-modal-backdrop {
        position: absolute;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .mt-custom-product-image-modal-content {
        position: relative;
        z-index: 2;
        background: none;
        padding: 0;
        border-radius: 8px;
        box-shadow: 0 4px 32px rgba(0, 0, 0, 0.18);
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    /* Modal slider: swipe/drag carousel (PC + M) */
    .mt-custom-product-image-modal-slider {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        height: 100vh;
        scroll-snap-type: x mandatory;
        scroll-snap-stop: always;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        max-width: 90vw;
        max-height: 100vh;
        gap: 0;
        
    }
    .mt-custom-product-image-modal-slider::-webkit-scrollbar {
        display: none;
    }
    .mt-custom-product-image-modal-slider .mt-modal-image-slide {
        scroll-snap-align: center;
        scroll-snap-stop: always;
        flex: 0 0 100%;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 0;
    }

    .mt-custom-product-image-modal-slider .mt-modal-image {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
        transform-origin: center center;
        transform: scale(1) translate3d(0px, 0px, 0);
        transition: transform 0.25s ease;
        will-change: transform;
    }

    /* Zoom 状态：禁用横向滚动/吸附，改用图片自身拖拽平移 */
    .mt-custom-product-image-modal-slider.is-modal-zoomed {
        overflow-x: hidden;
        scroll-snap-type: none !important;
    }

    .mt-custom-product-image-modal-slider.is-modal-panning .mt-modal-image {
        transition: none;
    }

    /* 放大态 cursor（用户希望和未放大/未打开保持一致，只在放大态切换） */
    .mt-custom-product-image-modal-content.mt-modal-zoom-active {
        cursor:
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 19C15.1944 19 19 15.1944 19 10.5C19 5.8056 15.1944 2 10.5 2C5.8056 2 2 5.8056 2 10.5C2 15.1944 5.8056 19 10.5 19Z' stroke='%23333333' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M7.5 10.5H13.5' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.6104 16.6108L20.853 20.8535' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 9 7,
    pointer !important;
    }

    .mt-custom-product-image-modal-close {
        position: absolute;
        top: 18px;
        right: 18px;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        z-index: 3;
        display: flex;
        transition: background 0.2s;
        background: transparent;
        align-items: center;
        justify-content: center;
        /* display:none; */
        padding:0;
    }
    .mt-custom-product-image-modal-close-m {
        display:none;
    }

    /* .custom-product-image-modal-close:hover {
        background: #fff;
      } */

    /* 模态框导航按钮样式 */
    .mt-modal-nav-btn {
        position: absolute;
        top: 50%;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 3;
        transition: all 0.2s ease;
        /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); */
        background: transparent;
            transform: translateY(-50%);
    }
    .mt-modal-nav-left {
        left:18px;
    }
    .mt-modal-nav-right {
        right:18px;
    }



    .mt-modal-nav-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        /* transform: translateY(-50%) scale(1); */
    }

    

   

    .brank-card {
        display: flex;
        gap: 4px;
        flex-wrap: wrap;
        justify-content:center;
        width: 100%;
        height: fit-content;
        margin-top: 4px;
    }

    .brank-card svg {
        width:37px;
        height:17px;
    }


    .mt-klarna {
        margin-top: 16px;
    }

    /* Service List Styles */
    .mt-service-list-section-box {
        max-width: 1200px;
        margin: auto;
        display: flex;
        justify-content: end;
    }

    .mt-service-list-section {
        width: 100%;
        font-family: Poppins;
    }

    .mt-service-list {
        list-style: none;
        margin: 0;
        padding: 0;
        background: rgba(242, 242, 243, 1);
    }

    .mt-service-list-item {
        display: flex;
        align-items: center;
        padding: 11px 18px 11px 18px;
        transition: background 0.2s, color 0.2s;
        cursor: pointer;
        position: relative;
    }

    .mt-service-list-item:last-child {
        border-bottom: none;
    }

    .mt-service-list-item.active {
        background: #222;
        color: #fff;
    }

    .mt-service-list-item .mt-service-icon {
        width: 28px;
        height: 28px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mt-service-list-item .mt-service-title {
        flex: 1;
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .mt-service-list-item .mt-service-arrow {
        font-size: 20px;
        color: inherit;
        transition: color 0.2s;
    }

    .mt-service-list-item.active .mt-service-arrow {
        color: #fff;
    }

    .mt-service-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.35);
        align-items: center;
        justify-content: center;
    }

    .mt-service-modal.active {
        display: flex;
    }

    .mt-service-modal-content {
        background: #fff;
        border-radius: 10px;
        padding: 32px 24px 24px 24px;
        max-width: 400px;
        width: 90%;
        position: relative;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
        animation: fadeIn 0.2s;
    }

    @keyframes fadeIn {
        from {
            transform: translateY(30px);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .mt-service-modal-close {
        position: absolute;
        top: 18px;
        right: 18px;
        z-index: 10;
        background: none;
        border: none;
        font-size: 28px;
        color: #222;
        cursor: pointer;
        transition: color 0.2s;
    }

    .mt-modal-flex {
        display: flex;
        flex-direction: row;
        min-width: 1000px;
        height: 683px;
        padding: 0;
        overflow: hidden;
    }

    .mt-modal-left {
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }

    .mt-modal-left-image {
        width: auto;
        height: 100%;
    }

    .mt-modal-brand-logo {
        width: 90px;
        margin-bottom: 12px;
    }

    .mt-modal-brand-slogan {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 12px;
        color: #222;
    }

    .mt-modal-right {
        flex: 1;
        background: #fff;
        padding: 20px 50px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
    }

    .mt-modal-product-info {
        display: flex;
        align-items: center;
        gap: 40px;
        margin-bottom: 50px;
        height: 281px;
    }

    .mt-modal-product-image {
        width: 76px;
        height: auto;
        object-fit: contain;
    }

    .mt-modal-product-title {
        font-size: 16px;
        font-weight: 900;
        font-family: Poppins;
        color: #000;
    }

    .mt-modal-product-price {
        font-size: 16px;
        color: #222;
        font-weight: 400;
        font-family: Poppins;
        margin-top: 20px;
        line-height: 16px;
    }

    .mt-modal-content-blocks {
        margin-top: 12px;
    }

    .mt-modal-section-title {
        font-size: 16px;
        font-weight: 700;
        margin-top: 18px;
        margin-bottom: 4px;
    }

    .mt-modal-section-content {
        font-size: 15px;
        color: #222;
        margin-bottom: 8px;
        white-space: pre-line;
    }

    .mt-modal-services-list {
        flex: 1;
        overflow: scroll;
    }

    .mt-modal-service-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 18px;
        gap: 20px;
    }

    .mt-modal-service-icon {
        margin-right: 20px;
        padding-top: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mt-modal-service-icon img {
        width: 30px;
        height: 30px;
    }

    .mt-modal-service-title {
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 2px;
    }

    .mt-modal-service-content {
        font-size: 16px;
        color: rgb(18, 18, 18);
        line-height: 1.5;
        font-family: Poppins;
        margin-top: 6px;
    }

    /* Accordion Styles */
    .mt-custom-accordion-section-box {
        max-width: 1200px;
        margin: auto;
        display: flex;
        justify-content: end;
    }

    .mt-list-social__link {
        padding: 0 !important;
    }

    .mt-custom-accordion-section {
        width: 100%;
        font-family: Poppins;
        color: #444;
    }

    .mt-accordion-item {
        border-bottom: 1px solid #e5e5e5;
    }

    .mt-accordion-title {
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        outline: none;
        position: relative;
        line-height: 100%;
        color: rgba(34, 34, 34, 1)
    }

    .mt-accordion-content {
        max-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        transition: max-height 0.3s ease;
        font-size: 14px;
        color: rgba(102, 102, 102, 1);
        padding: 0 0;
    }

    .mt-accordion-content.open {
        padding: 15px 5px 18px 5px;
        max-height: 500px;
    }

    .mt-accordion-title-box {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .mt-accordion-icon {
        margin-left: 8px;
        transition: transform 0.3s;
    }

    .mt-accordion-icon.rotated {
        transform: rotate(180deg);
    }

    .visually-hidden {
        display: none;
    }

    .mt-share {
        display: flex;
        gap: 8px;
        justify-content: end;
        max-width: 1200px;
        margin: auto;
        margin-top: 20px;
        align-items: center;
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .mt-share span {
        padding-right: 2px;
        color: #222222;
    }


 
    /* 折扣 */
    .product-info_discount p,.product-info_discount span {
        font-family:Sora;
        font-weight:400;
        line-height:20px;

    }

    @media screen and (min-width: 990px) and (max-width: 1200px) {
        .mt-custom-product-gallery {
            width:50%;
        }
        .mt-custom-product-gallery-main {
            width:100%;
        }
    }
    .product-info_discount span {
            display: inline-block;
            margin: 4px 0;
        }
        .product-info_discount {
            margin-bottom:12px;
        }

    

    @media screen and (max-width:989px) {
        .mt-express-pic  {
            display:block;
        }
        .mt-option-modal-close {
            margin-right:0;
        }
        .brank-card {
            gap:0.7px;
        }
        .tying-products__selected-text {
            max-width:220px;
            flex:auto;
            padding:0;
        }
        .mt-custom-product-image-modal-slider .mt-modal-image-slide {
                height: max-content;
        }
        

        .mt-custom-product-gallery-slider {
            flex-direction:row;
            transform: translateX(0);
            height:auto;
        }

        /* Mobile main gallery: swipe carousel */
        .mt-custom-product-gallery-slider {
            overflow-x: auto;
            overflow-y: hidden;
            scroll-snap-type: x mandatory;
            scroll-snap-stop: always;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }
        .mt-custom-product-gallery-slider::-webkit-scrollbar {
            display: none;
        }
        .mt-custom-product-gallery-main-img {
            flex: 0 0 100%;
            scroll-snap-align: start;
            scroll-snap-stop: always;
            width: 100%;
        }

        .mt-custom-product-save {
            bottom: 4px;
        }

        #mt-more-payment-options-link {
            height: 38px;
        }

        .mt-custom-product-rating .dot {
            width: 5px;
            height: 5px
        }

        .mt-brank-card svg {
            width: 26px;
            height: 18px;
            min-width: 26px !important;
            min-height: 18px !important;
        }

        .mt-custom-product-qty-btn {
            width: 26px !important;
        }

        .mt-express-pic {
            right: 12px;
            top: 12px;
            cursor: pointer;
        }
        .mt-custom-product-gallery-thumbs {
            flex: 1;
    flex-direction: row;
    height: 48px;
    gap:5px;
    margin:0;
        }
        .mt-custom-product-gallery-nav {
            margin: 0;
            width: 42.5px;
            height: 48px
        }

        .mt-custom-product-gallery-nav svg {
                transform: rotate(-90deg);
        }
   
        .mt-custom-product-container {
            margin: 0;
            padding-left:0;
            padding-right:0;
            flex-direction: column;
            gap:32px;
        }
        .mt-custom-product-gallery-main-img {
            border-radius:0;
        }


        .mt-stock span {
            margin: 0 6px;
        }

        .mt-custom-product-container {
        }

        .mt-custom-product-gallery {
            width: 100%;
            /* height: 447px; */
            margin: auto;
            flex-direction: column;
            position:relative;
        }

        .mt-custom-product-gallery-main {
            /* height:447px; */
            margin-bottom: 0px;
            width:100%;
            min-height:auto;
        }

        .mt-custom-product-gallery-main-img {
            width: 100%;
            height: auto;
            object-fit: cover;

        }
        .mt-custom-product-gallery-thumbs-wrapper {
            height:48px;
                display: flex;
    gap: 5px;
        }

        .mt-custom-product-gallery-thumbs>div {
            width: 42.5px;
            height: 48px;
        }

        .mt-custom-product-gallery-thumbs img {
            width: 100%;
            height:100%;
            object-fit:cover;
        }

        .mt-custom-product-info {
            max-width: 100%;
            padding:0 18px;
            width:100%;
            flex:1 1 100%;
        }

        .mt-custom-product-option-values {
            overflow-x: auto;
            flex-wrap: nowrap;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            gap: 12px
        }

        .mt-custom-product-option-values::-webkit-scrollbar {
            display: none;
        }

        .mt-custom-product-option-value {
            padding: 5px 10px;
            font-size: 12px
        }

        /* 移动端弹窗样式 - 从底部弹出 */
        .mt-option-modal {
            align-items: flex-end;
            justify-content: center;
        }

        .mt-option-modal-content {
            width: 100% !important;
            max-width: 100%;
            max-height: 90vh;
            border-radius: 4px 4px 0 0;
            transform: translateY(100%);
            transition: transform 0.3s ease-out;
        }

        .mt-option-modal.active .mt-option-modal-content {
            transform: translateY(0);
        }
        .mt-option-modal-header {
            padding:0px 0px 24px 18px;
        }
        .mt-option-modal-footer {
            padding:32px 18px;
        }
        .mt-option-modal-title {
            font-size:16px;
            line-height:24px;
            font-weight:700;
        }
        .mt-option-modal-options {
            padding:0 18px;
        }


        
        /* 移动端模态框导航按钮样式 */
        .mt-modal-nav-btn {
            width: 36px;
            height: 36px;
        }

        .mt-modal-nav-btn svg {
            width: 16px;
            height: 16px;
        }

        .mt-modal-nav-left {
            left: 10px;
            display: none;
        }

        .mt-modal-nav-right {
            right: 10px;
            display: none;
        }

        .mt-custom-product-image-modal-close {
            font-size: 4rem;
            right: 10px;
            top:130px;
        }
        .mt-custom-product-image-modal-close-pc {
            display:none;
        }
        .mt-custom-product-image-modal-close-m {
            display:block;
            position:absolute;
            top:12px;
            right:12px;
            z-index:99;
        }
        .mt-custom-product-image-modal-content {
            display:block;
            margin-top: 118px;
        }
        .mt-custom-product-image-modal {
                align-items: flex-start;
        }
       

        .mt-custom-product-qty {
            font-size: 20px;
            width: 51px;
        }

        /* Service List Mobile Styles */
        .mt-service-list-section-box {
            padding: 0 20px;
        }

        .mt-service-list-section {
            width: 100%;
        }

        .mt-service-icon img {
            width: 24px !important;
            height: 24px !important;
        }

        .mt-service-list-item {
            padding: 8px 20px 8px 13px;
        }

        .mt-service-list-item .mt-service-title {
            font-size: 10px;
            line-height: 100%;
        }

        .mt-service-list-item .mt-service-icon {
            width: 23px;
            height: 23px;
            margin-right: 11px;
        }

        .mt-service-modal {
            width: 100vw;
            height: 100vh;
        }

        .mt-service-modal.active {
            align-items: end;
        }

        .mt-modal-flex {
            width: 80vw;
            min-width: 100vw;
            height: 60vh;
            border-radius: 0;
        }

        .mt-modal-left {
            display: none;
        }

        .mt-modal-product-image {
            width: 52px;
        }

        .mt-modal-product-info {
            gap: 10px;
            height: fit-content;
        }

        .mt-modal-product-title {
            font-size: 15px;
            line-height: 16px;
        }

        .mt-modal-service-icon img {
            width: 30px;
            height: 30px;
        }

        .mt-modal-service-title {
            font-size: 15px;
            line-height: 1.5;
        }

        .mt-modal-service-content {
            font-size: 15px;
            line-height: 1.5;
        }

        /* Accordion Mobile Styles */
        .mt-accordion-item {
            min-height: 56.2px;
        }

        .mt-installation_guide-wrapper,
        .mt-custom-accordion-section-box {
            width: 100%;
            padding: 0 20px;
        }


        .mt-custom-accordion-section {
            width: 100%;
        }

        .mt-accordion-title {
            font-size: 12px;
            padding: 22px 0;
        }

        .mt-accordion-content {
            font-size: 10px;
            margin-top: -13px;
        }

        .mt-accordion-content.open {
            padding-bottom: 13px
        }

        .mt-accordion-content p {
            margin: 0;
            line-height: 16px;
            margin-bottom: 5px;
        }

        .mt-share {
            /* font-size: 10px; */
            gap: 6px;
            padding: 0 20px;
            margin-top: 17px;
        }

        .mt-share a {
            width: 13px;
            height: 13px;
            padding: 0;
        }

        .mt-share svg {
            width: 13px;
            height: 13px;
        }

        .mt-custom-product-rating svg {
            width: 13px;
            height: 13px;
        }

        .mt-custom-product-rating span {
            margin-left: 0 !important;
        }

        .mt-custom-product-rating .dot {
            margin-left: 12px;
        }

        .mt-share span {
            font-size: 10px;
        }
    }

    /* 复制按钮样式 */
    .mt-copy-wrapper {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        margin-left: 6px;
        position: relative;
    }

    
    .mt-copy-icon {
        display: inline-block;
        transition: opacity 0.2s ease;
    }

    .mt-copy-icon-success {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        pointer-events: none;
    }

    .mt-copy-wrapper.copied .mt-copy-icon-default {
        opacity: 0;
    }

    .mt-copy-wrapper.copied .mt-copy-icon-success {
        opacity: 1;
    }

    /* 复制提示样式 */
    .mt-copy-toast {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.85);
        color: #fff;
        padding: 12px 24px;
        border-radius: 6px;
        font-size: 14px;
        z-index: 10000;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
        white-space: nowrap;
    }

    .mt-copy-toast.show {
        opacity: 1;
    }


    .mt-custom-product-gallery-main-img {
         cursor:
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0003 25.3333C20.2595 25.3333 25.3337 20.2592 25.3337 14C25.3337 7.74079 20.2595 2.66666 14.0003 2.66666C7.74113 2.66666 2.66699 7.74079 2.66699 14C2.66699 20.2592 7.74113 25.3333 14.0003 25.3333Z' fill='white' stroke='%231F1D1A' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M14 10V18' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0107 14.0104L18.0003 14' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.1475 22.1478L27.8043 27.8047' stroke='%231F1D1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 9 7,
      pointer !important;
    }
   .mt-custom-product-image-modal-backdrop {
    cursor: 
        url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 19C15.1944 19 19 15.1944 19 10.5C19 5.8056 15.1944 2 10.5 2C5.8056 2 2 5.8056 2 10.5C2 15.1944 5.8056 19 10.5 19Z' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M7.5 10.5H13.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.6113 16.6113L20.854 20.854' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 
        9 7,  /* 光标热点坐标，保持原有精准点击位置 */
        pointer !important;
}

     .mt-custom-product-image-modal-content{
            /* cursor:
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0003 25.3333C20.2595 25.3333 25.3337 20.2592 25.3337 14C25.3337 7.74079 20.2595 2.66666 14.0003 2.66666C7.74113 2.66666 2.66699 7.74079 2.66699 14C2.66699 20.2592 7.74113 25.3333 14.0003 25.3333Z' fill='white' stroke='%231F1D1A' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M14 10V18' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0107 14.0104L18.0003 14' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.1475 22.1478L27.8043 27.8047' stroke='%231F1D1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 9 7,
      pointer !important; */
    /* cursor:
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 19C15.1944 19 19 15.1944 19 10.5C19 5.8056 15.1944 2 10.5 2C5.8056 2 2 5.8056 2 10.5C2 15.1944 5.8056 19 10.5 19Z' stroke='%23333333' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M7.5 10.5H13.5' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.6104 16.6108L20.853 20.8535' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 9 7,
    pointer !important;
    }  */
      cursor: 
        url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 19C15.1944 19 19 15.1944 19 10.5C19 5.8056 15.1944 2 10.5 2C5.8056 2 2 5.8056 2 10.5C2 15.1944 5.8056 19 10.5 19Z' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M7.5 10.5H13.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.6113 16.6113L20.854 20.854' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 
        9 7,  /* 光标热点坐标，保持原有精准点击位置 */
        pointer !important;
     }
    /* .mt-custom-product-image-modal-content{
    cursor:
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9993 25.3333C20.2585 25.3333 25.3327 20.2592 25.3327 14C25.3327 7.74076 20.2585 2.66663 13.9993 2.66663C7.74015 2.66663 2.66602 7.74076 2.66602 14C2.66602 20.2592 7.74015 25.3333 13.9993 25.3333Z' fill='white' stroke='%231F1D1A' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M10 14H18' stroke='%231F1D1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.1484 22.1478L27.8053 27.8047' stroke='%231F1D1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 9 7,
    pointer !important;
}
    

    /* .mt-close {
         cursor:
         url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9998 56.8334C45.2672 56.8334 56.8332 45.2674 56.8332 31.0001C56.8332 16.7327 45.2672 5.16675 30.9998 5.16675C16.7325 5.16675 5.1665 16.7327 5.1665 31.0001C5.1665 45.2674 16.7325 56.8334 30.9998 56.8334Z' stroke='white' stroke-linejoin='round'/%3E%3Cpath d='M38.3064 23.6934L23.6929 38.3069' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.6934 23.6934L38.3069 38.3069' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 9 7,
      pointer !important;

    }
.mt-close-black {
  cursor: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.9994 56.8327C45.2667 56.8327 56.8327 45.2667 56.8327 30.9994C56.8327 16.732 45.2667 5.16602 30.9994 5.16602C16.732 5.16602 5.16602 16.732 5.16602 30.9994C5.16602 45.2667 16.732 56.8327 30.9994 56.8327Z' stroke='black' stroke-linejoin='round'/%3E%3Cpath d='M38.3069 23.6934L23.6934 38.3069M23.6934 23.6934L38.3069 38.3069' stroke='%231A1A1A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 16 16, auto !important;
} */

.mt-modal-image-slide img{
         cursor:
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0003 25.3333C20.2595 25.3333 25.3337 20.2592 25.3337 14C25.3337 7.74079 20.2595 2.66666 14.0003 2.66666C7.74113 2.66666 2.66699 7.74079 2.66699 14C2.66699 20.2592 7.74113 25.3333 14.0003 25.3333Z' fill='white' stroke='%231F1D1A' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M14 10V18' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.0107 14.0104L18.0003 14' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.1475 22.1478L27.8043 27.8047' stroke='%231F1D1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 9 7,
      pointer !important;

}
.mt-modal-zoom-active .mt-modal-image-slide img {
 cursor:
    url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 19C15.1944 19 19 15.1944 19 10.5C19 5.8056 15.1944 2 10.5 2C5.8056 2 2 5.8056 2 10.5C2 15.1944 5.8056 19 10.5 19Z' stroke='%23333333' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M7.5 10.5H13.5' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.6104 16.6108L20.853 20.8535' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 9 7,
    pointer !important;
    } 
}
product-info .loading__spinner:not(.hidden)~*, .quantity__rules-cart .loading__spinner:not(.hidden)~* {
    display:block !important;
    visibility: visible;
}

.mt-custom-product-container .loading__spinner {
    position:relative;
}

  @media screen and (min-width: 1920px)  {
    .mt-custom-product-container {
          max-width: 1600px;
    padding-left: 0;
    padding-right: 0;
    }
    .mt-custom-product-info {
          flex: 1;
    max-width: 50%;
}
.brank-card svg {
    width:67px;
    height:31px;
}
    }
 @media screen and (min-width: 768px) {
 .mt-custom-product-gallery-nav:hover svg {
            fill-opacity: 1;
        }
    .mt-custom-product-gallery-thumbs>div.active,
    .mt-custom-product-gallery-thumbs>div:hover {
        opacity:1
    }
     .mt-custom-product-option-value:hover {
        background: rgba(34, 34, 34, 1);
        color: rgba(255, 255, 255, 1);
    }
    .mt-custom-product-atc-btn:hover:not([disabled]) {
        background: #333;
    }
    .mt-modal-nav-btn:disabled:hover {
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        /* transform: translateY(-50%) scale(1); */
    }
     .mt-service-list-item:hover {
        background: #222;
        color: #fff;
    }
    .mt-service-list-item:hover .mt-service-arrow{
        color: #fff;
    }
    /* .mt-copy-wrapper:hover .mt-copy-icon-default {
        opacity: 0.7;
    } */
    .mt-copy-wrapper:hover {
        opacity:0.5;
    }
    .mt-option-list-item:hover .mt-option-arrow {
        opacity:0.5
    }
    .mt-option-modal-option:hover .mt-option-radio-custom {
        border-color:#000
    }
    .mt-option-modal-option:hover input[type="radio"]:checked + .mt-option-radio-custom{
        border-color: #506A5A;
    }
 }

