/* ValyutaMobile custom single-product page */
.vm-product-page {
    --vm-blue: #0767f2;
    --vm-blue-dark: #0453c7;
    --vm-green: #03a56a;
    --vm-orange: #ff4b12;
    --vm-orange-soft: #fff2eb;
    --vm-text: #0b1730;
    --vm-muted: #667085;
    --vm-line: #e3e8ef;
    --vm-bg: #f7f9fc;
    --vm-card: #ffffff;
    color: var(--vm-text);
}

.vm-product-page * { box-sizing: border-box; }

.vm-product-shell {
    width: min(1440px, calc(100vw - 40px));
    margin: 0 0 50px 50%;
    transform: translateX(-50%);
}

.vm-product-hero,
.vm-related-section,
.vm-product-tabs {
    background: var(--vm-card);
    border: 1px solid var(--vm-line);
    border-radius: 20px;
    box-shadow: 0 10px 34px rgba(20, 35, 70, .06);
}

.vm-product-hero {
    display: grid;
    grid-template-columns: minmax(340px, 400px) minmax(0, 1fr);
    min-height: 420px;
    overflow: hidden;
}

.vm-product-media {
    padding: 22px;
    border-right: 1px solid var(--vm-line);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: #fff;
}

.vm-product-media .woocommerce-product-gallery {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    align-self: flex-start;
}

.vm-product-media .woocommerce-product-gallery__wrapper { margin: 0 !important; }

.vm-product-media .woocommerce-product-gallery__image a {
    display: block;
    border-radius: 16px;
    overflow: hidden;
}

.vm-product-media .woocommerce-product-gallery__image img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 16px;
}

.vm-product-media .flex-control-thumbs {
    display: flex !important;
    gap: 10px;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    overflow-x: auto;
}

.vm-product-media .flex-control-thumbs li {
    flex: 0 0 64px !important;
    width: 64px !important;
}

.vm-product-media .flex-control-thumbs img {
    width: 64px !important;
    height: 64px !important;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid transparent;
}

.vm-product-media .flex-control-thumbs img.flex-active { border-color: var(--vm-blue); }

.vm-product-info { padding: 34px 38px 28px; }

.vm-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.vm-title-copy { min-width: 0; }

.vm-category-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 11px;
    border-radius: 999px;
    background: #f2ecff;
    color: #7650d5;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: none !important;
}

.vm-product-title {
    margin: 0 !important;
    font-size: clamp(26px, 2.2vw, 38px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.03em;
    color: var(--vm-text) !important;
    font-weight: 800 !important;
}

.vm-product-subtitle {
    margin-top: 10px;
    color: #4f5d73;
    font-size: 16px;
    line-height: 1.45;
}

.vm-product-subtitle p { margin: 0; }

.vm-live-pill {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border: 1px solid #ffd092;
    border-radius: 999px;
    background: #fffaf4;
    color: #2c3340;
    font-size: 13px;
    font-weight: 700;
}

.vm-live-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffad2f;
    box-shadow: 0 0 0 4px rgba(255, 173, 47, .18);
}

.vm-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.vm-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border: 1px solid #dfe5ed;
    border-radius: 999px;
    background: #fff;
    color: #28364d;
    font-size: 13px;
    font-weight: 700;
}

.vm-trust-badge--orange { background: #fff8f4; color: #7d351e; }
.vm-trust-badge--green { background: #ecfff7; border-color: #b9eedc; color: #08775a; }
.vm-trust-badge--stock { background: #f8fafc; }

.vm-purchase-area {
    margin-top: 22px;
    padding-top: 14px;
    border-top: 1px solid #edf0f4;
}

.vm-product-addon-fields:empty { display: none; }

.vm-product-addon-fields:not(:empty) {
    display: grid;
    gap: 12px;
    margin-bottom: 16px;
}

.vm-product-addon-fields label { font-weight: 700; color: var(--vm-text); }
.vm-product-addon-fields input,
.vm-product-addon-fields select,
.vm-product-addon-fields textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #cfd8e5 !important;
    border-radius: 12px !important;
    background: #fff !important;
    padding: 10px 12px !important;
    box-shadow: none !important;
}

.vm-purchase-row {
    display: grid;
    grid-template-columns: 112px 160px minmax(150px, .72fr) minmax(210px, 1fr);
    gap: 10px;
    align-items: stretch;
}

.vm-qty-wrap,
.vm-price-box,
.vm-cart-button,
.vm-buy-now-button {
    min-height: 52px;
    border-radius: 12px !important;
}

.vm-qty-wrap {
    border: 1px solid #d9e0e9;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

.vm-qty-wrap .quantity {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vm-qty-wrap input.qty {
    width: 38px !important;
    min-width: 38px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--vm-text) !important;
    font-size: 15px !important;
    font-weight: 800;
    text-align: center;
    box-shadow: none !important;
}

.vm-qty-wrap .minus,
.vm-qty-wrap .plus {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #506078 !important;
    font-size: 17px !important;
    line-height: 1 !important;
}

.vm-sold-individually { font-size: 15px; font-weight: 800; }

.vm-price-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border: 1px solid #c9eadc;
    background: #effcf6;
    color: var(--vm-green);
    font-size: 22px;
    font-weight: 800;
    white-space: nowrap;
}

.vm-price-box .price,
.vm-price-box .amount {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.vm-price-box del {
    opacity: .45;
    font-size: .65em;
    margin-right: 6px;
}

.vm-cart-button,
.vm-buy-now-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100% !important;
    padding: 10px 14px !important;
    border: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    white-space: nowrap;
}

.vm-cart-button {
    background: linear-gradient(90deg, #1477f8, #075ee0) !important;
    box-shadow: 0 9px 18px rgba(7, 103, 242, .16) !important;
}

.vm-buy-now-button {
    background: linear-gradient(90deg, #ff5a18, #ff3d0a) !important;
    box-shadow: 0 10px 20px rgba(255, 75, 18, .20) !important;
}

.vm-cart-button:hover,
.vm-buy-now-button:hover {
    filter: brightness(.97);
    transform: translateY(-1px);
}

.vm-cart-icon { font-size: 16px; }
.vm-buy-price .amount { color: #fff !important; font-weight: 800 !important; }

.vm-after-cart-hooks {
    margin-top: 0;
}

/* Keep hook-generated hidden fields/scripts, but suppress duplicate buy/cart buttons. */
.vm-after-cart-hooks > button,
.vm-after-cart-hooks > a.button,
.vm-after-cart-hooks .button {
    display: none !important;
}

.vm-complex-buy-form .vm-price-box--standalone {
    width: max-content;
    min-width: 170px;
    margin-bottom: 14px;
}

.vm-complex-buy-form form.cart,
.vm-complex-buy-form .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: stretch;
    gap: 12px;
    flex-wrap: wrap;
}

.vm-complex-buy-form form.cart .quantity input.qty { min-height: 52px; }
.vm-complex-buy-form .single_add_to_cart_button,
.vm-complex-buy-now-button {
    min-height: 50px !important;
    flex: 1 1 180px;
    border-radius: 12px !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 800 !important;
    text-transform: none !important;
}

.vm-complex-buy-form .single_add_to_cart_button {
    background: linear-gradient(90deg, #1477f8, #075ee0) !important;
}

.vm-complex-buy-now-button {
    background: linear-gradient(90deg, #ff5a18, #ff3d0a) !important;
}

.vm-complex-buy-now-button.disabled,
.vm-complex-buy-now-button:disabled {
    opacity: .48 !important;
    cursor: not-allowed !important;
}

.vm-complex-buy-form table.variations { width: 100%; margin-bottom: 14px; }
.vm-complex-buy-form table.variations th,
.vm-complex-buy-form table.variations td { padding: 6px 0; }
.vm-complex-buy-form table.variations select {
    width: 100%;
    min-height: 46px;
    border: 1px solid #cfd8e5;
    border-radius: 12px;
    padding: 8px 12px;
}

.vm-bonus-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 13px;
    color: #6d7788;
    font-size: 13px;
}

.vm-bonus-pill {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid #ffd7a6;
    background: #fff9ef;
    color: #bd5b13;
    font-weight: 800;
}

.vm-divider { height: 1px; background: #edf0f4; margin: 22px 0 14px; }

.vm-service-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.vm-service-item { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; }
.vm-service-icon {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #edfff6;
    color: var(--vm-green);
    font-weight: 800;
}
.vm-service-icon--orange { background: #fff2eb; color: var(--vm-orange); }
.vm-service-icon--blue { background: #eef6ff; color: var(--vm-blue); }

.vm-payment-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}
.vm-payment-label { color: #68748a; font-size: 13px; margin-right: 4px; }
.vm-payment-chip {
    padding: 7px 12px;
    border: 1px solid #dbe1e9;
    border-radius: 9px;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
}

.vm-third-party-summary:empty { display: none; }
.vm-third-party-summary { margin-top: 14px; }

.vm-related-section { margin-top: 22px; padding: 0; overflow: hidden; }
.vm-related-heading {
    min-height: 74px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #edf0f4;
    background: linear-gradient(90deg, #fff, #fff8f4);
}
.vm-related-heading-left { display: flex; align-items: center; gap: 12px; }
.vm-related-star {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--vm-orange);
    color: #fff;
    font-size: 24px;
}
.vm-related-heading h2 { margin: 0; font-size: 17px; font-weight: 800; color: var(--vm-text); }
.vm-related-heading p { margin: 3px 0 0; font-size: 12px; color: #778195; }
.vm-related-all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    border: 1px solid #dbe1e9;
    border-radius: 10px;
    color: var(--vm-text) !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    background: #fff;
}

.vm-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
}

.vm-related-card {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 10px;
    min-height: 68px;
    padding: 9px 10px;
    border: 1px solid #e2e7ee;
    border-radius: 12px;
    background: #fff;
    color: var(--vm-text) !important;
    text-decoration: none !important;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.vm-related-card:hover { border-color: #b9c9dc; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(20,35,70,.06); }
.vm-related-thumb img { width: 50px !important; height: 50px !important; border-radius: 10px; object-fit: cover; display: block; }
.vm-related-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.vm-related-copy strong { font-size: 12px; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vm-related-price { color: var(--vm-green); font-size: 12px; font-weight: 800; }
.vm-related-price .amount { color: inherit !important; }
.vm-related-arrow { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: #f4f6f9; color: #728096; font-size: 20px; }

.vm-product-tabs { margin-top: 22px; overflow: hidden; }
.vm-tabs-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 22px;
    min-height: 58px;
    border-bottom: 1px solid var(--vm-line);
    overflow-x: auto;
}
.vm-tab-button {
    position: relative;
    min-height: 58px;
    padding: 0 12px !important;
    border: 0 !important;
    background: transparent !important;
    color: #6d778a !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    white-space: nowrap;
}
.vm-tab-button::after {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    height: 2px;
    background: var(--vm-orange);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .18s ease;
}
.vm-tab-button.is-active { color: var(--vm-text) !important; }
.vm-tab-button.is-active::after { transform: scaleX(1); }
.vm-tabs-content { padding: 24px 26px 28px; min-height: 120px; }
.vm-tab-panel { color: #4e5a6e; line-height: 1.65; }
.vm-tab-panel h2:first-child { margin-top: 0; color: var(--vm-text); font-size: 18px; }
.vm-tab-panel p:last-child { margin-bottom: 0; }
.vm-tab-panel[hidden] { display: none !important; }

/* Keep theme's own related/tabs blocks out because this template renders custom ones. */
.vm-product-page + .product-tabs-wrapper,
.vm-product-page + .related-and-upsells { display: none !important; }

@media (max-width: 1180px) {
    .vm-product-shell { width: min(100% - 28px, 1120px); }
    .vm-product-hero { grid-template-columns: minmax(300px, 350px) minmax(0, 1fr); }
    .vm-product-info { padding: 28px 26px 24px; }
    .vm-purchase-row {
        grid-template-columns: 105px 145px minmax(135px, .7fr) minmax(180px, 1fr);
        gap: 8px;
    }
    .vm-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 940px) {
    .vm-product-shell { width: min(100% - 22px, 840px); }
    .vm-product-hero { grid-template-columns: 1fr; }
    .vm-product-media {
        border-right: 0;
        border-bottom: 1px solid var(--vm-line);
        padding: 18px;
    }
    .vm-product-media .woocommerce-product-gallery {
        max-width: 520px !important;
        margin-inline: auto !important;
    }
    .vm-product-info { padding: 24px; }
    .vm-purchase-row {
        grid-template-columns: 110px 150px minmax(0, 1fr) minmax(0, 1fr);
    }
    .vm-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
    .vm-product-shell {
        width: calc(100vw - 14px);
        margin-bottom: 92px;
    }

    .vm-product-hero,
    .vm-related-section,
    .vm-product-tabs {
        border-radius: 15px;
        box-shadow: 0 6px 20px rgba(20, 35, 70, .05);
    }

    .vm-product-media { padding: 10px; }

    .vm-product-media .woocommerce-product-gallery {
        max-width: 430px !important;
    }

    .vm-product-media .woocommerce-product-gallery__image a,
    .vm-product-media .woocommerce-product-gallery__image img {
        border-radius: 13px;
    }

    .vm-product-info { padding: 18px 14px 16px; }

    .vm-title-row {
        flex-direction: column;
        gap: 10px;
    }

    .vm-live-pill {
        order: -1;
        align-self: flex-end;
        padding: 6px 9px;
        font-size: 10px;
    }

    .vm-category-chip {
        min-height: 24px;
        padding: 4px 9px;
        font-size: 10px;
        margin-bottom: 7px;
    }

    .vm-product-title {
        font-size: clamp(22px, 7vw, 28px) !important;
        line-height: 1.16 !important;
    }

    .vm-product-subtitle {
        margin-top: 7px;
        font-size: 13px;
    }

    .vm-trust-badges {
        margin-top: 14px;
        gap: 6px;
    }

    .vm-trust-badge {
        padding: 6px 8px;
        font-size: 10px;
    }

    .vm-purchase-area {
        margin-top: 14px;
        padding-top: 12px;
    }

    .vm-product-addon-fields:not(:empty) {
        gap: 9px;
        margin-bottom: 12px;
    }

    .vm-product-addon-fields input,
    .vm-product-addon-fields select,
    .vm-product-addon-fields textarea {
        min-height: 43px;
        border-radius: 10px !important;
        padding: 8px 10px !important;
    }

    .vm-purchase-row {
        grid-template-columns: 92px minmax(112px, .8fr) 1fr 1fr;
        gap: 7px;
    }

    .vm-qty-wrap,
    .vm-price-box,
    .vm-cart-button,
    .vm-buy-now-button {
        min-height: 46px;
        border-radius: 10px !important;
    }

    .vm-qty-wrap input.qty {
        width: 30px !important;
        min-width: 30px !important;
        height: 44px !important;
        min-height: 44px !important;
        font-size: 13px !important;
    }

    .vm-qty-wrap .minus,
    .vm-qty-wrap .plus {
        width: 27px !important;
        min-width: 27px !important;
        height: 27px !important;
        min-height: 27px !important;
        font-size: 15px !important;
    }

    .vm-price-box {
        padding: 6px 8px;
        font-size: 18px;
    }

    .vm-cart-button,
    .vm-buy-now-button {
        padding: 8px 8px !important;
        font-size: 12px !important;
    }

    .vm-cart-icon { display: none; }
    .vm-buy-price { display: none; }

    .vm-bonus-row {
        align-items: flex-start;
        font-size: 11px;
        gap: 7px;
    }

    .vm-bonus-pill { padding: 5px 8px; }

    .vm-divider { margin: 15px 0 11px; }

    .vm-service-row { gap: 8px 12px; }
    .vm-service-item { font-size: 11px; }
    .vm-service-icon { width: 26px; height: 26px; border-radius: 8px; }

    .vm-payment-row { gap: 5px; margin-top: 8px; }
    .vm-payment-label { width: 100%; margin: 0; font-size: 11px; }
    .vm-payment-chip { padding: 5px 7px; font-size: 9px; }

    .vm-related-heading {
        min-height: 64px;
        padding: 10px;
        gap: 10px;
    }

    .vm-related-star {
        width: 36px;
        height: 36px;
        font-size: 20px;
        border-radius: 10px;
    }

    .vm-related-heading h2 { font-size: 14px; }
    .vm-related-heading p { display: none; }
    .vm-related-all { padding: 7px 8px; font-size: 10px; }

    .vm-related-grid {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 8px;
    }

    .vm-related-card {
        min-height: 60px;
        grid-template-columns: 46px minmax(0, 1fr) 26px;
        padding: 7px 8px;
    }

    .vm-related-thumb img {
        width: 46px !important;
        height: 46px !important;
        border-radius: 9px;
    }

    .vm-related-copy strong,
    .vm-related-price { font-size: 11px; }

    .vm-tabs-nav {
        padding: 0 8px;
        gap: 4px;
        min-height: 50px;
    }

    .vm-tab-button {
        min-height: 50px;
        padding: 0 9px !important;
        font-size: 11px !important;
    }

    .vm-tabs-content { padding: 16px 13px 20px; }

    .vm-complex-buy-form form.cart,
    .vm-complex-buy-form .woocommerce-variation-add-to-cart {
        gap: 7px;
    }

    .vm-complex-buy-form .single_add_to_cart_button,
    .vm-complex-buy-now-button {
        flex: 1 1 calc(50% - 4px);
        min-height: 46px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 480px) {
    .vm-purchase-row {
        grid-template-columns: 88px minmax(105px, 1fr);
    }

    .vm-cart-button,
    .vm-buy-now-button {
        min-height: 46px;
        font-size: 13px !important;
    }

    .vm-cart-button { grid-column: 1 / 2; }
    .vm-buy-now-button { grid-column: 2 / 3; }

    .vm-service-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }

    .vm-service-item:last-child {
        grid-column: 1 / -1;
    }
}


/* ValyutaMobile product v4 — short description Font Awesome lines */
.vm-product-subtitle .vm-shortdesc-icon-line {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-right: 12px;
}

.vm-product-subtitle .vm-shortdesc-icon-line i {
    width: 16px;
    flex: 0 0 16px;
    color: #0067ed;
    text-align: center;
}

.vm-shortdesc-bonus-badge {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .vm-product-subtitle .vm-shortdesc-icon-line {
        display: flex;
        margin: 0 0 5px;
    }

    .vm-shortdesc-bonus-badge {
        margin-top: 8px;
    }
}


/* =========================================================
   ValyutaMobile product page v5 — compact purchase layout
   Reference: bonus card -> feature pills -> price -> actions
   ========================================================= */
.vm-title-row--stacked {
    display: block !important;
}

.vm-title-row--stacked .vm-title-copy {
    width: 100%;
    max-width: none;
}

.vm-shortdesc-bonus-badge {
    margin: 28px 0 26px !important;
    width: min(100%, 430px);
}

.vm-product-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
    width: min(100%, 520px);
    margin-top: 0 !important;
}

.vm-product-features p {
    display: contents;
}

.vm-product-features br {
    display: none;
}

.vm-product-features .vm-shortdesc-icon-line {
    display: flex !important;
    align-items: center;
    gap: 9px;
    min-width: 0;
    min-height: 54px;
    margin: 0 !important;
    padding: 7px 14px 7px 8px;
    border: 1px solid #d8e1ec;
    border-radius: 999px;
    background: #f9fbfd;
    color: #172033;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.vm-product-features .vm-shortdesc-icon-line i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    min-width: 38px;
    height: 38px;
    flex: 0 0 38px !important;
    border-radius: 50%;
    background: #edf5ff;
    color: #1477f8;
    font-size: 16px;
    text-align: center;
}

.vm-product-features .vm-shortdesc-icon-line i.fa-bolt,
.vm-product-features .vm-shortdesc-icon-line i.fa-bolt-lightning {
    background: #fff0e8;
    color: #ff6b16;
}

.vm-product-features .vm-shortdesc-icon-line i.fa-globe,
.vm-product-features .vm-shortdesc-icon-line i.fa-earth-europe,
.vm-product-features .vm-shortdesc-icon-line i.fa-earth-americas {
    background: #e9fbf3;
    color: #00a66a;
}

.vm-product-features .vm-shortdesc-icon-line i.fa-shield,
.vm-product-features .vm-shortdesc-icon-line i.fa-shield-halved,
.vm-product-features .vm-shortdesc-icon-line i.fa-lock {
    background: #e8f6ff;
    color: #149ee8;
}

.vm-product-features .vm-shortdesc-icon-line i.fa-medal,
.vm-product-features .vm-shortdesc-icon-line i.fa-award,
.vm-product-features .vm-shortdesc-icon-line i.fa-gem {
    background: #f2eaff;
    color: #8b54df;
}

.vm-purchase-area {
    margin-top: 28px !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}

.vm-main-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;
    margin: 30px 0 22px;
    color: #101828;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

.vm-main-price .price,
.vm-main-price .amount {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.vm-main-price del {
    opacity: 1 !important;
    color: #1477f8 !important;
    font-size: .68em;
    font-weight: 500;
}

.vm-main-price del .amount {
    color: #1477f8 !important;
    font-weight: 500 !important;
}

.vm-main-price ins {
    color: #ef1b1b !important;
    text-decoration: none !important;
}

.vm-main-price ins .amount {
    color: #ef1b1b !important;
}

.vm-purchase-row--compact {
    display: flex !important;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
}

.vm-purchase-row--compact .vm-qty-wrap {
    width: 102px;
    min-width: 102px;
    min-height: 52px;
    border-radius: 8px !important;
}

.vm-purchase-row--compact .vm-qty-wrap input.qty {
    width: 38px !important;
    min-width: 38px !important;
    height: 50px !important;
    min-height: 50px !important;
    font-size: 15px !important;
}

.vm-purchase-row--compact .vm-qty-wrap .minus,
.vm-purchase-row--compact .vm-qty-wrap .plus {
    width: 29px !important;
    min-width: 29px !important;
    height: 38px !important;
    min-height: 38px !important;
    font-size: 18px !important;
}

.vm-purchase-row--compact .vm-cart-button,
.vm-purchase-row--compact .vm-buy-now-button {
    width: auto !important;
    min-height: 52px;
    border-radius: 6px !important;
    padding: 0 28px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
}

.vm-purchase-row--compact .vm-cart-button {
    min-width: 194px;
    background: #05a63f !important;
}

.vm-purchase-row--compact .vm-buy-now-button {
    min-width: 105px;
    background: #0967ed !important;
}

.vm-purchase-row--compact .vm-cart-button:hover {
    background: #049237 !important;
}

.vm-purchase-row--compact .vm-buy-now-button:hover {
    background: #055bd3 !important;
}

/* Product addon fields remain compatible, but visually follow the compact card. */
.vm-product-addon-fields:not(:empty) {
    width: min(100%, 620px);
    margin: 0 0 18px;
}

/* Old visual blocks are intentionally hidden in v5 if cached markup survives. */
.vm-trust-badges,
.vm-live-pill,
.vm-divider,
.vm-service-row,
.vm-payment-row,
.vm-bonus-row {
    display: none !important;
}

@media (max-width: 767px) {
    .vm-shortdesc-bonus-badge {
        margin: 18px 0 18px !important;
        width: 100%;
    }

    .vm-product-features {
        grid-template-columns: 1fr;
        gap: 7px;
        width: 100%;
    }

    .vm-product-features .vm-shortdesc-icon-line {
        min-height: 48px;
        padding: 6px 12px 6px 7px;
        font-size: 13px;
    }

    .vm-product-features .vm-shortdesc-icon-line i {
        width: 34px !important;
        min-width: 34px;
        height: 34px;
        flex-basis: 34px !important;
        font-size: 14px;
    }

    .vm-main-price {
        margin: 22px 0 16px;
        font-size: 25px;
    }

    .vm-purchase-row--compact {
        display: grid !important;
        grid-template-columns: 92px minmax(0, 1fr) minmax(86px, .62fr);
        gap: 8px;
    }

    .vm-purchase-row--compact .vm-qty-wrap {
        width: 92px;
        min-width: 92px;
        min-height: 48px;
    }

    .vm-purchase-row--compact .vm-qty-wrap input.qty {
        width: 32px !important;
        min-width: 32px !important;
        height: 46px !important;
        min-height: 46px !important;
        font-size: 14px !important;
    }

    .vm-purchase-row--compact .vm-cart-button,
    .vm-purchase-row--compact .vm-buy-now-button {
        min-width: 0;
        min-height: 48px;
        padding: 0 10px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 420px) {
    .vm-purchase-row--compact {
        grid-template-columns: 86px minmax(0, 1fr) 82px;
        gap: 6px;
    }

    .vm-purchase-row--compact .vm-qty-wrap {
        width: 86px;
        min-width: 86px;
    }

    .vm-purchase-row--compact .vm-cart-button,
    .vm-purchase-row--compact .vm-buy-now-button {
        padding: 0 6px !important;
        font-size: 10px !important;
    }
}

/* =========================================================
   ValyutaMobile single product v6 — approved desktop/mobile UI
   Keeps WooCommerce behaviour; overrides presentation only.
   ========================================================= */
.vm-product-page {
    --vm-v6-blue: #1468ef;
    --vm-v6-blue-hover: #0d59d5;
    --vm-v6-green: #39bf6b;
    --vm-v6-green-hover: #2fac5d;
    --vm-v6-red: #f04424;
    --vm-v6-text: #111827;
    --vm-v6-muted: #68758a;
    --vm-v6-border: #e1e7ef;
    --vm-v6-soft: #f8fafc;
    --vm-v6-shadow: 0 18px 55px rgba(31, 45, 72, .08);
}

.vm-product-page .vm-product-shell {
    width: min(1180px, calc(100vw - 40px));
    margin: 24px auto 56px !important;
    transform: none !important;
}

.vm-product-page .vm-product-hero {
    display: grid;
    grid-template-columns: minmax(380px, 430px) minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--vm-v6-border);
    border-radius: 18px;
    box-shadow: var(--vm-v6-shadow);
}

.vm-product-page .vm-product-topbar {
    grid-column: 1 / -1;
    min-width: 0;
    border-bottom: 1px solid #edf1f5;
    background: #fff;
}

.vm-product-page .vm-desktop-topbar {
    min-height: 64px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #637087;
    font-size: 13px;
}

.vm-product-page .vm-breadcrumbs,
.vm-product-page .vm-topbar-trust {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.vm-product-page .vm-breadcrumbs a {
    color: #637087 !important;
    text-decoration: none !important;
}

.vm-product-page .vm-breadcrumbs span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vm-product-page .vm-topbar-trust {
    flex: 0 0 auto;
    gap: 24px;
}

.vm-product-page .vm-topbar-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.vm-product-page .vm-topbar-trust i {
    color: #5b6d87;
}

.vm-product-page .vm-mobile-topbar {
    display: none;
}

.vm-product-page .vm-product-media {
    position: relative;
    padding: 24px 18px 26px 28px;
    border-right: 0 !important;
    border-bottom: 0 !important;
    background: #fff;
    align-items: flex-start;
}

.vm-product-page .vm-product-media .woocommerce-product-gallery {
    width: 100% !important;
    max-width: 404px !important;
    margin: 0 auto !important;
}

.vm-product-page .vm-product-media .woocommerce-product-gallery__image a {
    border-radius: 12px !important;
    background: #f4f7fb;
}

.vm-product-page .vm-product-media .woocommerce-product-gallery__image img {
    width: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px !important;
}

/* Use our clean percentage badge instead of theme/WooCommerce sale flash. */
.vm-product-page .vm-product-media .onsale,
.vm-product-page .vm-product-media .product-labels,
.vm-product-page .vm-product-media .labels-rounded {
    display: none !important;
}

.vm-product-page .vm-image-discount {
    position: absolute;
    z-index: 8;
    top: 36px;
    right: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 36px;
    padding: 0 11px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 999px;
    background: linear-gradient(135deg, #f04424, #ff3b1f);
    color: #fff;
    font-size: 15px;
    font-weight: 850;
    line-height: 1;
    box-shadow: 0 7px 18px rgba(240, 68, 36, .23);
}

.vm-product-page .vm-product-media .flex-control-thumbs {
    gap: 10px;
    margin: 12px 0 0 !important;
    padding-bottom: 2px !important;
}

.vm-product-page .vm-product-media .flex-control-thumbs li {
    flex: 0 0 78px !important;
    width: 78px !important;
}

.vm-product-page .vm-product-media .flex-control-thumbs img {
    width: 78px !important;
    height: 68px !important;
    border-radius: 9px !important;
    border: 1px solid #dce4ee;
    opacity: .86;
}

.vm-product-page .vm-product-media .flex-control-thumbs img.flex-active {
    border: 2px solid var(--vm-v6-blue) !important;
    opacity: 1;
}

.vm-product-page .vm-product-info {
    padding: 36px 34px 30px 30px;
    min-width: 0;
}

.vm-product-page .vm-category-chip {
    display: none !important;
}

.vm-product-page .vm-product-title {
    max-width: 650px;
    margin: 0 !important;
    color: var(--vm-v6-text) !important;
    font-size: clamp(28px, 2.35vw, 39px) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: -.035em;
}

.vm-product-page .vm-shortdesc-bonus-badge {
    width: min(100%, 465px) !important;
    margin: 26px 0 24px !important;
}

/* Preserve the bonus plugin's internals but make the outer card match the mockup. */
.vm-product-page .vm-shortdesc-bonus-badge > * {
    max-width: 100%;
}

.vm-product-page .vm-product-features {
    width: min(100%, 600px) !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 10px !important;
    margin: 0 !important;
}

.vm-product-page .vm-product-features p {
    display: contents !important;
}

.vm-product-page .vm-product-features .vm-shortdesc-icon-line {
    min-height: 56px !important;
    padding: 7px 13px 7px 8px !important;
    border: 1px solid #dde5ef !important;
    border-radius: 13px !important;
    background: #fbfcfe !important;
    gap: 10px !important;
    color: #1d2939 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.15 !important;
}

.vm-product-page .vm-product-features .vm-shortdesc-icon-line > span {
    min-width: 0;
}

.vm-product-page .vm-product-features .vm-shortdesc-icon-line strong {
    display: block;
    margin-bottom: 3px;
    color: #111827;
    font-size: 13px;
    font-weight: 800;
}

.vm-product-page .vm-product-features .vm-shortdesc-icon-line small {
    display: block;
    color: #758196;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
}

.vm-product-page .vm-product-features .vm-shortdesc-icon-line i {
    width: 35px !important;
    min-width: 35px !important;
    height: 35px !important;
    flex-basis: 35px !important;
    font-size: 14px !important;
    background: #edf4ff !important;
    color: #1468ef !important;
}

.vm-product-page .vm-purchase-area {
    margin-top: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.vm-product-page .vm-main-price {
    margin: 24px 0 20px !important;
    gap: 9px !important;
    color: #ef221f !important;
    font-size: 25px !important;
    line-height: 1.05 !important;
}

.vm-product-page .vm-main-price del,
.vm-product-page .vm-main-price del .amount {
    color: #64748b !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}

.vm-product-page .vm-main-price ins,
.vm-product-page .vm-main-price ins .amount {
    color: #ef221f !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.vm-product-page .vm-product-addon-fields:not(:empty) {
    width: min(100%, 385px) !important;
    margin: 0 0 18px !important;
    gap: 8px !important;
}

.vm-product-page .vm-product-addon-fields label {
    margin: 0 0 7px !important;
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.vm-product-page .vm-product-addon-fields input,
.vm-product-page .vm-product-addon-fields select,
.vm-product-page .vm-product-addon-fields textarea {
    width: 100% !important;
    min-height: 50px !important;
    padding: 10px 14px !important;
    border: 1.5px solid #3075ef !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #111827 !important;
    font-size: 13px !important;
    box-shadow: 0 0 0 2px rgba(20, 104, 239, .04) !important;
}

.vm-product-page .vm-product-addon-fields input:focus,
.vm-product-page .vm-product-addon-fields select:focus,
.vm-product-page .vm-product-addon-fields textarea:focus {
    border-color: #1468ef !important;
    box-shadow: 0 0 0 3px rgba(20, 104, 239, .11) !important;
    outline: 0 !important;
}

.vm-product-page .vm-purchase-row--compact {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    width: min(100%, 550px);
}

.vm-product-page .vm-purchase-row--compact .vm-qty-wrap {
    width: 124px !important;
    min-width: 124px !important;
    min-height: 50px !important;
    border: 1px solid #dce3ec !important;
    border-radius: 7px !important;
    background: #fff !important;
}

.vm-product-page .vm-purchase-row--compact .vm-qty-wrap input.qty {
    width: 42px !important;
    min-width: 42px !important;
    height: 48px !important;
    min-height: 48px !important;
    font-size: 14px !important;
}

.vm-product-page .vm-purchase-row--compact .vm-qty-wrap .minus,
.vm-product-page .vm-purchase-row--compact .vm-qty-wrap .plus {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    color: #4f5f77 !important;
}

.vm-product-page .vm-purchase-row--compact .vm-cart-button,
.vm-product-page .vm-purchase-row--compact .vm-buy-now-button {
    width: auto !important;
    min-width: 0 !important;
    min-height: 50px !important;
    padding: 0 19px !important;
    border-radius: 7px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
    white-space: nowrap !important;
}

.vm-product-page .vm-purchase-row--compact .vm-cart-button {
    flex: 0 1 218px;
    background: var(--vm-v6-green) !important;
}

.vm-product-page .vm-purchase-row--compact .vm-buy-now-button {
    flex: 0 1 154px;
    background: var(--vm-v6-blue) !important;
}

.vm-product-page .vm-purchase-row--compact .vm-cart-button::before {
    content: "\f07a";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

.vm-product-page .vm-purchase-row--compact .vm-buy-now-button::before {
    content: "\f0e7";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
}

.vm-product-page .vm-purchase-row--compact .vm-cart-button:hover {
    background: var(--vm-v6-green-hover) !important;
}

.vm-product-page .vm-purchase-row--compact .vm-buy-now-button:hover {
    background: var(--vm-v6-blue-hover) !important;
}

.vm-product-page .vm-delivery-note {
    width: min(100%, 550px);
    min-height: 44px;
    margin-top: 18px;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #e3e8ef;
    border-radius: 8px;
    background: #fbfcfe;
    color: #657187;
    font-size: 12px;
    line-height: 1.35;
}

.vm-product-page .vm-delivery-note i {
    color: #1468ef;
}

/* Tabs follow the same restrained card language. */
.vm-product-page .vm-product-tabs,
.vm-product-page .vm-related-section {
    margin-top: 22px;
    border: 1px solid var(--vm-v6-border) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 10px 34px rgba(31, 45, 72, .05) !important;
}

.vm-product-page .vm-tabs-nav {
    min-height: 56px !important;
    padding: 0 22px !important;
    gap: 18px !important;
}

.vm-product-page .vm-tab-button {
    min-height: 56px !important;
    padding: 0 4px !important;
    color: #5f6c80 !important;
    font-size: 12px !important;
    font-weight: 750 !important;
}

.vm-product-page .vm-tab-button.is-active {
    color: #1468ef !important;
}

.vm-product-page .vm-tab-button.is-active::after {
    background: #1468ef !important;
}

.vm-product-page .vm-tabs-content {
    min-height: 130px;
    padding: 20px 22px 26px !important;
    color: #536076;
    font-size: 13px;
    line-height: 1.7;
}

.vm-product-page .vm-tabs-content h1,
.vm-product-page .vm-tabs-content h2,
.vm-product-page .vm-tabs-content h3,
.vm-product-page .vm-tabs-content h4 {
    color: #111827;
}

/* Compact related products stay available below the approved main layout. */
.vm-product-page .vm-related-section {
    overflow: hidden;
}

.vm-product-page .vm-related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
    .vm-product-page .vm-product-shell {
        width: min(900px, calc(100vw - 24px));
    }

    .vm-product-page .vm-product-hero {
        grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
    }

    .vm-product-page .vm-desktop-topbar {
        padding-inline: 22px;
    }

    .vm-product-page .vm-product-media {
        padding: 22px 14px 22px 22px;
    }

    .vm-product-page .vm-product-info {
        padding: 30px 22px 25px;
    }

    .vm-product-page .vm-product-features {
        grid-template-columns: 1fr !important;
        max-width: 410px;
    }

    .vm-product-page .vm-purchase-row--compact {
        gap: 9px !important;
    }

    .vm-product-page .vm-purchase-row--compact .vm-cart-button,
    .vm-product-page .vm-purchase-row--compact .vm-buy-now-button {
        padding-inline: 14px !important;
    }
}

@media (max-width: 767px) {
    .vm-product-page .vm-product-shell {
        width: calc(100vw - 14px) !important;
        margin: 7px auto 88px !important;
    }

    .vm-product-page .vm-product-hero {
        grid-template-columns: 1fr !important;
        border-radius: 18px !important;
        box-shadow: 0 12px 34px rgba(31, 45, 72, .08) !important;
    }

    .vm-product-page .vm-desktop-topbar {
        display: none !important;
    }

    .vm-product-page .vm-mobile-topbar {
        min-height: 58px;
        padding: 0 10px;
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        align-items: center;
        gap: 6px;
    }

    .vm-product-page .vm-mobile-topbar strong {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        color: #111827;
        font-size: 13px;
        font-weight: 800;
    }

    .vm-product-page .vm-mobile-icon-button {
        width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
        padding: 0 !important;
        display: inline-grid !important;
        place-items: center;
        border: 0 !important;
        border-radius: 50% !important;
        background: transparent !important;
        color: #111827 !important;
        box-shadow: none !important;
        font-size: 14px !important;
    }

    .vm-product-page .vm-product-media {
        padding: 10px 10px 0 !important;
        border: 0 !important;
    }

    .vm-product-page .vm-product-media .woocommerce-product-gallery {
        max-width: 100% !important;
    }

    .vm-product-page .vm-product-media .woocommerce-product-gallery__image a,
    .vm-product-page .vm-product-media .woocommerce-product-gallery__image img {
        border-radius: 11px !important;
    }

    .vm-product-page .vm-image-discount {
        top: 20px;
        right: 20px;
        min-width: 52px;
        height: 32px;
        padding: 0 10px;
        font-size: 14px;
    }

    .vm-product-page .vm-product-media .flex-control-thumbs {
        display: none !important;
    }

    .vm-product-page .vm-product-info {
        padding: 12px 10px 14px !important;
    }

    .vm-product-page .vm-product-title {
        display: none !important;
    }

    .vm-product-page .vm-shortdesc-bonus-badge {
        width: 100% !important;
        margin: 6px 0 10px !important;
    }

    .vm-product-page .vm-product-features {
        width: 100% !important;
        max-width: none !important;
        grid-template-columns: 1fr !important;
        gap: 6px !important;
    }

    .vm-product-page .vm-product-features .vm-shortdesc-icon-line {
        min-height: 45px !important;
        padding: 5px 9px 5px 6px !important;
        border-radius: 10px !important;
        font-size: 12px !important;
    }

    .vm-product-page .vm-product-features .vm-shortdesc-icon-line i {
        width: 32px !important;
        min-width: 32px !important;
        height: 32px !important;
        flex-basis: 32px !important;
        font-size: 13px !important;
    }

    .vm-product-page .vm-product-features .vm-shortdesc-icon-line strong {
        font-size: 12px;
    }

    .vm-product-page .vm-product-features .vm-shortdesc-icon-line small {
        font-size: 10px;
    }

    .vm-product-page .vm-main-price {
        margin: 15px 0 11px !important;
        font-size: 22px !important;
    }

    .vm-product-page .vm-main-price del,
    .vm-product-page .vm-main-price del .amount {
        font-size: 15px !important;
    }

    .vm-product-page .vm-product-addon-fields:not(:empty) {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .vm-product-page .vm-product-addon-fields label {
        margin-bottom: 5px !important;
        font-size: 12px !important;
    }

    .vm-product-page .vm-product-addon-fields input,
    .vm-product-page .vm-product-addon-fields select,
    .vm-product-page .vm-product-addon-fields textarea {
        min-height: 43px !important;
        padding: 8px 11px !important;
        border-radius: 6px !important;
        font-size: 12px !important;
    }

    .vm-product-page .vm-purchase-row--compact {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
    }

    .vm-product-page .vm-purchase-row--compact .vm-qty-wrap {
        grid-column: 1 / -1;
        width: 104px !important;
        min-width: 104px !important;
        min-height: 40px !important;
        justify-self: start;
    }

    .vm-product-page .vm-purchase-row--compact .vm-qty-wrap input.qty {
        width: 36px !important;
        min-width: 36px !important;
        height: 38px !important;
        min-height: 38px !important;
        font-size: 12px !important;
    }

    .vm-product-page .vm-purchase-row--compact .vm-qty-wrap .minus,
    .vm-product-page .vm-purchase-row--compact .vm-qty-wrap .plus {
        width: 30px !important;
        min-width: 30px !important;
        height: 30px !important;
        min-height: 30px !important;
    }

    .vm-product-page .vm-purchase-row--compact .vm-cart-button,
    .vm-product-page .vm-purchase-row--compact .vm-buy-now-button {
        width: 100% !important;
        min-height: 43px !important;
        padding: 0 8px !important;
        border-radius: 6px !important;
        font-size: 10.5px !important;
    }

    .vm-product-page .vm-purchase-row--compact .vm-cart-button::before,
    .vm-product-page .vm-purchase-row--compact .vm-buy-now-button::before {
        margin-right: 5px;
    }

    .vm-product-page .vm-delivery-note {
        display: none;
    }

    .vm-product-page .vm-product-tabs,
    .vm-product-page .vm-related-section {
        margin-top: 10px;
        border-radius: 14px !important;
        box-shadow: 0 8px 24px rgba(31, 45, 72, .05) !important;
    }

    .vm-product-page .vm-tabs-nav {
        min-height: 48px !important;
        padding: 0 8px !important;
        gap: 14px !important;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .vm-product-page .vm-tabs-nav::-webkit-scrollbar {
        display: none;
    }

    .vm-product-page .vm-tab-button {
        min-height: 48px !important;
        flex: 0 0 auto;
        padding: 0 3px !important;
        font-size: 10.5px !important;
    }

    .vm-product-page .vm-tabs-content {
        min-height: 100px;
        padding: 14px 10px 18px !important;
        font-size: 12px;
        line-height: 1.6;
    }

    .vm-product-page .vm-related-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 380px) {
    .vm-product-page .vm-purchase-row--compact {
        gap: 6px !important;
    }

    .vm-product-page .vm-purchase-row--compact .vm-cart-button,
    .vm-product-page .vm-purchase-row--compact .vm-buy-now-button {
        font-size: 9.5px !important;
        padding-inline: 6px !important;
    }
}
