/*
 * WizzMall V26 — Product detail cleanup.
 * IMPORTANT: CSS only styles the original V2.0.8 DOM.
 * It does not reorder cart nodes.
 */

.wiz-storefront-body.wizz-product-v26 {
    --v26-bg: #f5f6f8;
    --v26-card: #ffffff;
    --v26-line: #e7e7ea;
    --v26-text: #1f2024;
    --v26-muted: #777981;
    --v26-orange: #ff5a00;
    --v26-orange-dark: #e95000;
    --v26-soft-orange: #fff4ed;
    --v26-green: #23984a;
}

/* ---------- Gallery ---------- */
.wiz-storefront-body.wizz-product-v26 #product_slider_container,
.wiz-storefront-body.wizz-product-v26 .product-slider-container,
.wiz-storefront-body.wizz-product-v26 .product-image-slider {
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid var(--v26-line) !important;
    border-radius: 22px !important;
    box-shadow: none !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-gallery-shell {
    padding: 10px !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-gallery-slide {
    border-radius: 17px !important;
    background: #fafafa !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-gallery-thumb {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
    border-radius: 11px !important;
}

/* ---------- Main details card ---------- */
.wiz-storefront-body.wizz-product-v26 .product-content-details {
    margin-top: 12px !important;
    padding: 16px !important;
    color: var(--v26-text) !important;
    background: var(--v26-card) !important;
    border: 1px solid var(--v26-line) !important;
    border-radius: 20px !important;
    box-shadow: none !important;
}

.wiz-storefront-body.wizz-product-v26 .product-content-details .product-title,
.wiz-storefront-body.wizz-product-v26 .product-content-details h1 {
    margin: 0 0 9px !important;
    color: var(--v26-text) !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
}

.wiz-storefront-body.wizz-product-v26 .product-meta-info {
    gap: 7px !important;
    padding: 2px 0 9px !important;
    color: var(--v26-muted) !important;
    font-size: 10px !important;
}

.wiz-storefront-body.wizz-product-v26 .product-analytics {
    display: none !important;
}

.wiz-storefront-body.wizz-product-v26 .product-details-review .review-text {
    font-size: 10px !important;
}

.wiz-storefront-body.wizz-product-v26 .product-content-details .product-price,
.wiz-storefront-body.wizz-product-v26 .product-content-details .price {
    color: var(--v26-orange) !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
}

.wiz-storefront-body.wizz-product-v26 .product-content-details .discount-original-price {
    color: #a0a1a7 !important;
}

/* Store link stays where source rendered it. */
.wiz-storefront-body.wizz-product-v26 .wiz-product-store-link {
    min-height: 42px !important;
    gap: 7px !important;
    padding: 7px 10px !important;
    color: #26272b !important;
    background: #fafafa !important;
    border: 1px solid var(--v26-line) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-store-link span {
    max-width: 118px !important;
    color: var(--v26-muted) !important;
    font-size: 10px !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-store-link strong {
    color: var(--v26-orange) !important;
    font-size: 10px !important;
}

/* Stock + SKU should be small rows, never giant cards. */
.wiz-storefront-body.wizz-product-v26 .product-content-details .row-custom.details {
    margin: 2px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.wiz-storefront-body.wizz-product-v26 .item-details {
    min-height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 6px 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #f0f0f2 !important;
    border-radius: 0 !important;
}

.wiz-storefront-body.wizz-product-v26 .item-details .left,
.wiz-storefront-body.wizz-product-v26 .item-details .right {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wiz-storefront-body.wizz-product-v26 .item-details label,
.wiz-storefront-body.wizz-product-v26 .item-details span {
    margin: 0 !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
}

.wiz-storefront-body.wizz-product-v26 #span-product-stock-status {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 6px 9px !important;
    color: #21753a !important;
    background: #edf8f0 !important;
    border-radius: 999px !important;
    font-weight: 800 !important;
}

/* ---------- Product options ---------- */
.wiz-storefront-body.wizz-product-v26 .product-options-container {
    min-height: 0 !important;
    height: auto !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.wiz-storefront-body.wizz-product-v26 .product-options-container.wizz-v26-options-empty {
    display: none !important;
}

.wiz-storefront-body.wizz-product-v26 .product-options-container:not(.wizz-v26-options-empty) {
    padding: 11px !important;
    background: #fafafa !important;
    border: 1px solid var(--v26-line) !important;
    border-radius: 14px !important;
}

/* ---------- Purchase row: original source order only ---------- */
.wiz-storefront-body.wizz-product-v26 .wiz-product-order-form {
    margin-top: 12px !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-purchase-bar {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr) !important;
    gap: 9px !important;
    align-items: stretch !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-quantity {
    width: 108px !important;
    min-width: 108px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    direction: ltr !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-quantity .input-group {
    width: 108px !important;
    height: 50px !important;
    display: grid !important;
    grid-template-columns: 34px 40px 34px !important;
    align-items: stretch !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid #dedee2 !important;
    border-radius: 13px !important;
    box-shadow: none !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-quantity .input-group-btn {
    display: contents !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-quantity button {
    width: 34px !important;
    min-width: 34px !important;
    height: 48px !important;
    min-height: 48px !important;
    display: grid !important;
    place-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--v26-orange) !important;
    background: #fff8f4 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-quantity input {
    width: 40px !important;
    min-width: 40px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--v26-text) !important;
    background: #fff !important;
    border: 0 !important;
    border-inline: 1px solid #efeff1 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 48px !important;
    text-align: center !important;
    direction: ltr !important;
    appearance: textfield;
    -moz-appearance: textfield;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-quantity input::-webkit-inner-spin-button,
.wiz-storefront-body.wizz-product-v26 .wiz-product-quantity input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-add-main {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    overflow: hidden !important;
    color: #fff !important;
    background: var(--v26-orange) !important;
    border: 1px solid var(--v26-orange) !important;
    border-radius: 13px !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-add-main:hover {
    background: var(--v26-orange-dark) !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-add-main strong {
    margin-inline-start: 4px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-secondary-actions {
    margin-top: 8px !important;
}

.wiz-storefront-body.wizz-product-v26 .wiz-product-favorite {
    min-height: 40px !important;
    border: 1px solid var(--v26-line) !important;
    border-radius: 12px !important;
    color: #494a50 !important;
    background: #fff !important;
    font-size: 10px !important;
}

/* ---------- Description ---------- */
.wiz-storefront-body.wizz-product-v26 #product_description_content {
    min-height: 0 !important;
    height: auto !important;
    margin: 12px 14px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid var(--v26-line) !important;
    border-radius: 18px !important;
    box-shadow: none !important;
}

.wiz-storefront-body.wizz-product-v26 #product_description_content .nav-tabs {
    display: none !important;
}

.wiz-storefront-body.wizz-product-v26 #product_description_content .card {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.wiz-storefront-body.wizz-product-v26 #product_description_content .card-header {
    display: none !important;
}

.wiz-storefront-body.wizz-product-v26 #product_description_content .tab-pane,
.wiz-storefront-body.wizz-product-v26 #product_description_content .collapse-description-content,
.wiz-storefront-body.wizz-product-v26 #product_description_content .tab-content-inner,
.wiz-storefront-body.wizz-product-v26 #product_description_content .description {
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.wiz-storefront-body.wizz-product-v26 #product_description_content .tab-content-inner {
    padding: 13px !important;
}

.wiz-storefront-body.wizz-product-v26 #product_description_content .description {
    margin: 0 !important;
    padding: 0 !important;
    color: #55565d !important;
    font-size: 11px !important;
    line-height: 1.8 !important;
}

.wiz-storefront-body.wizz-product-v26 .wizz-v26-qena-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 !important;
    padding: 11px 12px;
    color: #5f5144;
    background: #faf7f2;
    border: 1px solid #eee5db;
    border-radius: 13px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.7;
}

.wiz-storefront-body.wizz-product-v26 .wizz-v26-qena-note::before {
    content: "✓";
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--v26-green);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}

.wiz-storefront-body.wizz-product-v26 .link-abuse-report {
    margin-top: 8px !important;
    color: #a1a1a6 !important;
    font-size: 9px !important;
}

/* ---------- Related products ---------- */
.wiz-storefront-body.wizz-product-v26 .section-related-products {
    margin: 12px 14px 0 !important;
    padding: 13px !important;
    background: #fff !important;
    border: 1px solid var(--v26-line) !important;
    border-radius: 18px !important;
    box-shadow: none !important;
}

.wiz-storefront-body.wizz-product-v26 .section-related-products .title {
    display: block !important;
    margin: 0 0 11px !important;
    color: var(--v26-text) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.5 !important;
}

.wiz-storefront-body.wizz-product-v26 .section-related-products .row-product {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    margin: 0 !important;
}

.wiz-storefront-body.wizz-product-v26 .section-related-products .col-product {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wiz-storefront-body.wizz-product-v26 .section-related-products .product-card,
.wiz-storefront-body.wizz-product-v26 .section-related-products .item-product {
    min-width: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #ececef !important;
    border-radius: 15px !important;
    box-shadow: none !important;
}

/* No shipping/location panel in product flow. */
.wiz-storefront-body.wizz-product-v26 .product-delivery-est {
    display: none !important;
}

/* Old product page patch wrappers must never drive layout. */
.wiz-storefront-body.wizz-product-v26 .wizz-v25-purchase-wrap,
.wiz-storefront-body.wizz-product-v26 .wizz-v25-store-box,
.wiz-storefront-body.wizz-product-v26 .wizz-v25-price-note,
.wiz-storefront-body.wizz-product-v26 .wizz-v25-technical-box {
    display: none !important;
}

/* WIZZ_V32_PURCHASE_BAR_FINAL_START */

/*
 * FINAL purchase bar rule on the CSS file that is actually loaded last:
 * assets/css/wizz-product-page-v26.css
 *
 * Existing functional modules remain untouched.
 */

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31 {
    position: fixed !important;
    z-index: 1044 !important;

    left: 50% !important;
    right: auto !important;
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    transform: translateX(-50%) !important;

    display: grid !important;
    grid-template-columns: 106px minmax(0, 1fr) 50px !important;
    grid-template-rows: 52px !important;
    column-gap: 12px !important;
    row-gap: 0 !important;
    align-items: center !important;

    width: min(calc(100vw - 24px), 480px) !important;
    max-width: calc(100vw - 24px) !important;
    min-height: 72px !important;
    box-sizing: border-box !important;

    margin: 0 !important;
    padding: 9px 10px !important;

    direction: ltr !important;
    overflow: visible !important;

    background: rgba(255,255,255,.97) !important;
    border: 1px solid #e6e7ea !important;
    border-bottom: 0 !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: 0 -4px 14px rgba(24,28,36,.055) !important;
}

/* ========= QUANTITY: independent capsule ========= */

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-qty-v31 {
    grid-column: 1 !important;
    grid-row: 1 !important;

    position: relative !important;
    inset: auto !important;
    float: none !important;
    clear: none !important;
    transform: none !important;

    display: block !important;

    width: 106px !important;
    min-width: 106px !important;
    max-width: 106px !important;
    height: 52px !important;
    min-height: 52px !important;

    margin: 0 !important;
    padding: 0 !important;

    direction: ltr !important;
    overflow: hidden !important;

    background: #fff !important;
    border: 1px solid #d9dbe0 !important;
    border-radius: 14px !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .03) !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-qty-v31
> .input-group {
    position: static !important;

    display: grid !important;
    grid-template-columns: 33px 38px 33px !important;
    align-items: stretch !important;

    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 50px !important;

    margin: 0 !important;
    padding: 0 !important;

    direction: ltr !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-qty-v31
.input-group-btn {
    display: contents !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-qty-v31 button {
    position: static !important;
    inset: auto !important;
    float: none !important;
    transform: none !important;

    width: 33px !important;
    min-width: 33px !important;
    max-width: 33px !important;
    height: 50px !important;
    min-height: 50px !important;

    display: grid !important;
    place-items: center !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #25282e !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-qty-v31 button:hover {
    color: #ff5a00 !important;
    background: #fff5ef !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-qty-v31 input {
    position: static !important;
    inset: auto !important;
    float: none !important;
    transform: none !important;

    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 50px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #15171b !important;
    background: #fafafa !important;
    border: 0 !important;
    border-inline: 1px solid #eceef1 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    text-align: center !important;
    direction: ltr !important;

    appearance: textfield !important;
    -moz-appearance: textfield !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-qty-v31 input::-webkit-inner-spin-button,
body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-qty-v31 input::-webkit-outer-spin-button {
    margin: 0 !important;
    -webkit-appearance: none !important;
}

/* ========= ADD TO CART: independent middle CTA ========= */

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-main-v31 {
    grid-column: 2 !important;
    grid-row: 1 !important;

    position: relative !important;
    inset: auto !important;
    float: none !important;
    clear: none !important;
    transform: none !important;

    display: block !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 52px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-main-v31
> #add-to-cart-button {
    position: static !important;
    inset: auto !important;
    float: none !important;
    transform: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;

    margin: 0 !important;
    padding: 0 14px !important;

    color: #fff !important;
    background: #ff5a00 !important;
    border: 1px solid #ff5a00 !important;
    border-radius: 14px !important;
    box-shadow: 0 5px 12px rgba(255, 90, 0, .15) !important;

    overflow: hidden !important;

    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    direction: rtl !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-main-v31
> #add-to-cart-button:hover {
    color: #fff !important;
    background: #e95000 !important;
    border-color: #e95000 !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-main-v31
> #add-to-cart-button:disabled {
    opacity: .55 !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
.btn-cart-icon,
body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
.btn-cart-icon svg {
    width: 20px !important;
    height: 20px !important;
    flex: 0 0 20px !important;
}

/* ========= FAVORITE: independent square ========= */

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-fav-v31 {
    grid-column: 3 !important;
    grid-row: 1 !important;

    position: relative !important;
    inset: auto !important;
    float: none !important;
    clear: none !important;
    transform: none !important;

    display: block !important;

    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    height: 52px !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-fav-v31
> .btn-wishlist {
    position: static !important;
    inset: auto !important;
    float: none !important;
    transform: none !important;

    display: grid !important;
    place-items: center !important;

    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    height: 52px !important;
    min-height: 52px !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #30343a !important;
    background: #fff !important;
    border: 1px solid #d9dbe0 !important;
    border-radius: 14px !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .03) !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-fav-v31
> .btn-wishlist:hover {
    color: #ff5a00 !important;
    background: #fff6f0 !important;
    border-color: #ffb58d !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-fav-v31
> .btn-wishlist span {
    display: none !important;
}

body.wiz-product-body #form-add-to-cart
> .wiz-buy-panel-v31
> .wiz-buy-fav-v31
> .btn-wishlist i {
    margin: 0 !important;
    font-size: 23px !important;
}

/* Hard-disable stale runtime visual shells from old attempts. */
body.wiz-product-body .wizz-v27-strip,
body.wiz-product-body .wizz-v28-panel,
body.wiz-product-body .wizz-v29-bar {
    display: none !important;
}

/* Keep one row on ordinary phones, retain visible independent gaps. */
@media (max-width: 390px) {
    body.wiz-product-body #form-add-to-cart
    > .wiz-buy-panel-v31 {
        grid-template-columns: 94px minmax(0, 1fr) 46px !important;
        column-gap: 8px !important;
        padding-inline: 9px !important;
    }

    body.wiz-product-body #form-add-to-cart
    > .wiz-buy-panel-v31
    > .wiz-buy-qty-v31 {
        width: 94px !important;
        min-width: 94px !important;
        max-width: 94px !important;
    }

    body.wiz-product-body #form-add-to-cart
    > .wiz-buy-panel-v31
    > .wiz-buy-qty-v31
    > .input-group {
        width: 92px !important;
        min-width: 92px !important;
        max-width: 92px !important;
        grid-template-columns: 28px 36px 28px !important;
    }

    body.wiz-product-body #form-add-to-cart
    > .wiz-buy-panel-v31
    > .wiz-buy-qty-v31 button {
        width: 28px !important;
        min-width: 28px !important;
        max-width: 28px !important;
    }

    body.wiz-product-body #form-add-to-cart
    > .wiz-buy-panel-v31
    > .wiz-buy-qty-v31 input {
        width: 36px !important;
        min-width: 36px !important;
        max-width: 36px !important;
    }

    body.wiz-product-body #form-add-to-cart
    > .wiz-buy-panel-v31
    > .wiz-buy-fav-v31,
    body.wiz-product-body #form-add-to-cart
    > .wiz-buy-panel-v31
    > .wiz-buy-fav-v31
    > .btn-wishlist {
        width: 46px !important;
        min-width: 46px !important;
        max-width: 46px !important;
    }

    body.wiz-product-body #form-add-to-cart
    > .wiz-buy-panel-v31
    > .wiz-buy-main-v31
    > #add-to-cart-button {
        padding-inline: 8px !important;
        font-size: 13px !important;
    }
}

@media (min-width: 700px) {
    body.wiz-product-body #form-add-to-cart
    > .wiz-buy-panel-v31 {
        bottom: 90px !important;
        border-bottom: 1px solid #e6e7ea !important;
        border-radius: 20px !important;
    }
}

/* WIZZ_V32_PURCHASE_BAR_FINAL_END */
