:root {
    --wiz-commerce-bg: #f4f5f7;
    --wiz-commerce-card: #ffffff;
    --wiz-commerce-text: #1c1c1f;
    --wiz-commerce-muted: #7e7f86;
    --wiz-commerce-line: #ececf0;
    --wiz-commerce-soft: #f7f7f9;
    --wiz-commerce-orange-soft: #fff2e9;
    --wiz-commerce-success: #15884d;
    --wiz-commerce-danger: #c93434;
    --wiz-commerce-warning: #9a6200;
    --wiz-commerce-shadow: 0 10px 30px rgba(24, 28, 38, 0.06);
    --wiz-commerce-shadow-lg: 0 18px 48px rgba(24, 28, 38, 0.13);
}

/* The public shell should feel like a real app instead of a desktop page placed inside a phone frame. */
body.wiz-marketplace-body {
    --wiz-shell-width: 600px;
    background: #edf0f4;
    padding-top: 0;
    padding-bottom: 112px;
}

body.wiz-marketplace-body .wiz-app-header {
    top: 0;
    width: min(100%, var(--wiz-shell-width));
    border-radius: 0;
    box-shadow: 0 5px 24px rgba(24, 28, 38, 0.075);
}

body.wiz-marketplace-body #wrapper,
body.wiz-marketplace-body .wiz-app-home {
    width: min(100%, var(--wiz-shell-width));
    border-radius: 0;
    box-shadow: none;
    background: var(--wiz-commerce-bg);
}

body.wiz-marketplace-body .wiz-bottom-nav {
    bottom: 0;
    width: min(100%, var(--wiz-shell-width));
    border-radius: 0;
    border-inline: 0;
    border-bottom: 0;
    box-shadow: 0 -8px 28px rgba(24, 28, 38, 0.08);
}

@media (min-width: 700px) {
    body.wiz-marketplace-body {
        padding-top: 18px;
        padding-bottom: 112px;
    }

    body.wiz-marketplace-body .wiz-app-header {
        top: 18px;
        border-radius: 28px 28px 0 0;
    }

    body.wiz-marketplace-body #wrapper,
    body.wiz-marketplace-body .wiz-app-home {
        border-radius: 0 0 28px 28px;
        box-shadow: 0 22px 55px rgba(24, 28, 38, 0.13);
    }

    body.wiz-marketplace-body .wiz-bottom-nav {
        bottom: 18px;
        border-radius: 22px;
        border: 1px solid rgba(30, 30, 35, 0.08);
    }
}

/* =========================================================
   Product page
   ========================================================= */
body.wiz-marketplace-body .wiz-product-page {
    overflow: visible;
    padding-bottom: 112px;
}

body.wiz-marketplace-body .wiz-product-page > .wiz-product-container {
    width: 100%;
    max-width: none;
    padding: 10px 12px 42px;
}

body.wiz-marketplace-body .wiz-product-breadcrumb-row {
    margin: 0 0 8px;
}

body.wiz-marketplace-body .wiz-product-breadcrumb {
    margin: 0;
}

body.wiz-marketplace-body .wiz-product-breadcrumb .breadcrumb {
    gap: 7px;
    padding: 2px 1px 4px;
}

body.wiz-marketplace-body .wiz-product-breadcrumb .breadcrumb-item {
    min-height: 31px;
    padding: 7px 11px;
    border: 0;
    background: #fff;
    box-shadow: 0 3px 12px rgba(24, 28, 38, 0.035);
    font-size: 10px;
}

body.wiz-marketplace-body .wiz-product-breadcrumb .breadcrumb-item.active {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--wiz-primary, #ff5a00);
    background: var(--wiz-commerce-orange-soft);
}

body.wiz-marketplace-body .wiz-product-details-container,
body.wiz-marketplace-body .wiz-product-details-container > .wiz-product-main-stack {
    display: block;
    margin: 0;
}

body.wiz-marketplace-body .wiz-product-gallery-column,
body.wiz-marketplace-body .wiz-product-info-column {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

body.wiz-marketplace-body .wiz-product-gallery-card {
    position: relative;
    margin-bottom: 12px;
    padding: 8px;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--wiz-commerce-shadow);
    overflow: hidden;
}

body.wiz-marketplace-body .wiz-product-gallery-card #product_slider_container {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 18px;
    background: #f6f6f7;
    box-shadow: none;
    overflow: hidden;
}

body.wiz-marketplace-body .wiz-product-gallery-actions {
    position: absolute;
    top: 18px;
    inset-inline: 18px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

body.wiz-marketplace-body .wiz-product-round-action {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(30, 30, 35, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #222328;
    display: grid;
    place-items: center;
    box-shadow: 0 7px 20px rgba(20, 22, 30, 0.12);
    backdrop-filter: blur(12px);
    pointer-events: auto;
}

body.wiz-marketplace-body .wiz-product-round-action svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.wiz-marketplace-body .wiz-product-gallery-card .product-slider-wrapper {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 100%;
}

body.wiz-marketplace-body .wiz-product-gallery-card .slider-for-container {
    order: 1;
    width: 100%;
    min-width: 0;
    border-radius: 18px;
    overflow: hidden;
    background: #f5f5f6;
}

body.wiz-marketplace-body .wiz-product-gallery-card .thumb-slider-wrapper {
    order: 2;
    width: 100%;
    height: auto !important;
    padding: 0 2px 2px;
    overflow: hidden;
}

body.wiz-marketplace-body .wiz-product-gallery-card .product-slider {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
}

body.wiz-marketplace-body .wiz-product-gallery-card .product-slider .swiper-slide {
    width: 100%;
    aspect-ratio: 4 / 4.7;
    display: grid;
    place-items: center;
    background: #f5f5f6;
}

body.wiz-marketplace-body .wiz-product-gallery-card .product-slider .swiper-slide > a,
body.wiz-marketplace-body .wiz-product-gallery-card .product-slider .swiper-slide > div {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

body.wiz-marketplace-body .wiz-product-gallery-card .product-slider img,
body.wiz-marketplace-body .wiz-product-gallery-card #product_slider_container img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    padding: 0;
}

body.wiz-marketplace-body .wiz-product-gallery-card .thumb-slider {
    width: 100%;
    height: 68px;
    overflow: visible;
}

body.wiz-marketplace-body .wiz-product-gallery-card .thumb-slider .swiper-wrapper {
    align-items: center;
}

body.wiz-marketplace-body .wiz-product-gallery-card .thumb-slider .swiper-slide {
    width: 62px !important;
    height: 62px !important;
    flex: 0 0 62px !important;
    padding: 3px;
    border: 1px solid #e5e5e9;
    border-radius: 14px;
    background: #fff;
    opacity: 0.72;
    overflow: hidden;
    transition: border-color 0.2s, opacity 0.2s, transform 0.2s;
}

body.wiz-marketplace-body .wiz-product-gallery-card .thumb-slider .swiper-slide-thumb-active {
    border-color: var(--wiz-primary, #ff5a00);
    box-shadow: 0 0 0 2px rgba(255, 90, 0, 0.12);
    opacity: 1;
    transform: translateY(-1px);
}

body.wiz-marketplace-body .wiz-product-gallery-card .thumb-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

body.wiz-marketplace-body .wiz-product-gallery-card .swiper-button-next,
body.wiz-marketplace-body .wiz-product-gallery-card .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border: 1px solid rgba(30, 30, 35, 0.08);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #222328;
    box-shadow: 0 6px 18px rgba(20, 22, 30, 0.12);
}

body.wiz-marketplace-body .wiz-product-gallery-card .swiper-button-next::after,
body.wiz-marketplace-body .wiz-product-gallery-card .swiper-button-prev::after {
    font-size: 15px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-product-gallery-footer {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 5px 0;
    color: var(--wiz-commerce-muted);
    font-size: 10px;
}

body.wiz-marketplace-body .wiz-product-gallery-counter {
    min-width: 48px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #222328;
    color: #fff;
    text-align: center;
    font-weight: 800;
}

body.wiz-marketplace-body .wiz-product-info-card {
    margin: 0 0 12px;
    padding: 0;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--wiz-commerce-shadow);
    overflow: visible;
}

body.wiz-marketplace-body .wiz-product-summary {
    padding: 16px 16px 12px;
}

body.wiz-marketplace-body .wiz-product-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 10px;
}

body.wiz-marketplace-body .wiz-product-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    padding: 6px 9px;
    border-radius: 9px;
    background: #f3f3f5;
    color: #57585e;
    font-size: 9px;
    font-weight: 800;
}

body.wiz-marketplace-body .wiz-product-badge svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.wiz-marketplace-body .wiz-product-badge.is-success {
    background: #eaf8f0;
    color: var(--wiz-commerce-success);
}

body.wiz-marketplace-body .wiz-product-badge.is-warning {
    background: #fff6df;
    color: var(--wiz-commerce-warning);
}

body.wiz-marketplace-body .wiz-product-badge.is-danger {
    background: #fff0f0;
    color: var(--wiz-commerce-danger);
}

body.wiz-marketplace-body .wiz-product-store-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    margin-bottom: 13px;
    padding: 8px 10px;
    border: 1px solid #f0f0f2;
    border-radius: 16px;
    background: #fafafd;
}

body.wiz-marketplace-body .wiz-product-store-avatar {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--wiz-commerce-orange-soft);
    color: var(--wiz-primary, #ff5a00);
    display: grid;
    place-items: center;
    font-size: 17px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-product-store-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    text-align: start;
}

body.wiz-marketplace-body .wiz-product-store-copy small {
    color: #96969b;
    font-size: 9px;
}

body.wiz-marketplace-body .wiz-product-store-copy strong {
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222328;
    font-size: 12px;
}

body.wiz-marketplace-body .wiz-product-store-chevron {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #8d8e94;
    stroke-width: 1.8;
}

body.wiz-marketplace-body .wiz-product-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

body.wiz-marketplace-body .wiz-product-info-card h1.product-title {
    flex: 1;
    margin: 0;
    color: var(--wiz-commerce-text);
    font-size: 21px;
    line-height: 1.55;
    font-weight: 900;
    letter-spacing: -0.15px;
}

body.wiz-marketplace-body .wiz-product-edit {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 12px;
    background: #fff;
    display: grid;
    place-items: center;
    color: #55565c;
}

body.wiz-marketplace-body .wiz-product-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

body.wiz-marketplace-body .wiz-product-meta-chip {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border: 0;
    border-radius: 10px;
    background: #f6f6f8;
    color: #55565c;
    font-size: 10px;
}

body.wiz-marketplace-body button.wiz-product-meta-chip {
    cursor: pointer;
}

body.wiz-marketplace-body .wiz-product-meta-chip strong {
    color: #26272b;
    font-size: 11px;
}

body.wiz-marketplace-body .wiz-product-meta-chip small {
    color: #8e8f95;
    font-size: 9px;
}

body.wiz-marketplace-body .wiz-product-meta-star {
    color: #f4a000;
    font-size: 13px;
}

body.wiz-marketplace-body .wiz-product-meta-chip.is-stock {
    background: #edf9f2;
    color: var(--wiz-commerce-success);
}

body.wiz-marketplace-body .wiz-product-meta-chip.is-out-stock {
    background: #fff0f0;
    color: var(--wiz-commerce-danger);
}

body.wiz-marketplace-body .wiz-product-stock-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

body.wiz-marketplace-body .wiz-product-price-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #f0f0f2;
}

body.wiz-marketplace-body .wiz-product-price-copy {
    min-width: 0;
}

body.wiz-marketplace-body .wiz-product-price-copy .product-price-container {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;
}

body.wiz-marketplace-body .wiz-product-price-copy .final-price {
    color: var(--wiz-primary, #ff5a00);
    font-size: 24px;
    line-height: 1.15;
    font-weight: 950;
}

body.wiz-marketplace-body .wiz-product-price-copy .original-price {
    color: #a0a1a6;
    font-size: 11px;
}

body.wiz-marketplace-body .wiz-product-price-copy .discount-rate {
    padding: 4px 7px;
    border-radius: 7px;
    background: #fff0e8;
    color: var(--wiz-primary, #ff5a00);
    font-size: 9px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-product-tax-note {
    display: block;
    margin-top: 5px;
    color: #96969c;
    font-size: 9px;
}

body.wiz-marketplace-body .wiz-product-question-button {
    min-height: 38px;
    flex: 0 0 auto;
    padding: 8px 11px;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 12px;
    background: #fff;
    color: #34353a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 800;
}

body.wiz-marketplace-body .wiz-product-facts {
    display: grid;
    gap: 0;
    margin-top: 14px;
    padding: 4px 12px;
    border-radius: 15px;
    background: #f8f8fa;
}

body.wiz-marketplace-body .wiz-product-fact {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #ebebee;
    font-size: 10px;
}

body.wiz-marketplace-body .wiz-product-fact:last-child {
    border-bottom: 0;
}

body.wiz-marketplace-body .wiz-product-fact span {
    color: var(--wiz-commerce-muted);
}

body.wiz-marketplace-body .wiz-product-fact strong {
    color: #303136;
    text-align: end;
    font-size: 10px;
}

body.wiz-marketplace-body .wiz-product-fact strong.is-positive {
    color: var(--wiz-commerce-success);
}

body.wiz-marketplace-body .wiz-product-fact strong.is-negative {
    color: var(--wiz-commerce-danger);
}

body.wiz-marketplace-body .wiz-product-order-form {
    display: block;
}

body.wiz-marketplace-body .wiz-product-options-panel {
    margin: 0 12px 12px;
    padding: 14px;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 20px;
    background: #fff;
}

body.wiz-marketplace-body .wiz-product-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 11px;
}

body.wiz-marketplace-body .wiz-product-panel-heading small {
    display: block;
    color: #97979c;
    font-size: 9px;
}

body.wiz-marketplace-body .wiz-product-panel-heading h2 {
    margin: 2px 0 0;
    color: #25262a;
    font-size: 15px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-product-unavailable {
    padding: 6px 8px;
    border-radius: 8px;
    background: #fff0f0;
    color: var(--wiz-commerce-danger);
    font-size: 9px;
    font-weight: 800;
}

body.wiz-marketplace-body .wiz-product-options-panel .product-options-container {
    min-height: 0 !important;
}

body.wiz-marketplace-body .wiz-product-options-panel .mb-4 {
    margin-bottom: 15px !important;
}

body.wiz-marketplace-body .wiz-product-options-panel .mb-4:last-child {
    margin-bottom: 0 !important;
}

body.wiz-marketplace-body .wiz-product-options-panel .title-option {
    display: block;
    margin: 0 0 8px;
    color: #303136;
    font-size: 11px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-product-options-panel .selected-option-name {
    color: var(--wiz-primary, #ff5a00);
    font-weight: 800;
}

body.wiz-marketplace-body .wiz-product-options-panel .option-base {
    min-width: 48px;
    min-height: 42px;
    border: 1px solid #dedee3;
    border-radius: 12px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #414248;
    cursor: pointer;
    transition: border-color 0.18s, box-shadow 0.18s, transform 0.18s;
}

body.wiz-marketplace-body .wiz-product-options-panel .option-base:hover,
body.wiz-marketplace-body .wiz-product-options-panel .option-base.selected {
    border-color: var(--wiz-primary, #ff5a00);
    box-shadow: 0 0 0 3px rgba(255, 90, 0, 0.1);
}

body.wiz-marketplace-body .wiz-product-options-panel .option-base:active {
    transform: scale(0.96);
}

body.wiz-marketplace-body .wiz-product-options-panel .option-base.disabled {
    opacity: 0.38;
    filter: grayscale(0.5);
}

body.wiz-marketplace-body .wiz-product-options-panel .option-radio-label {
    padding: 9px 14px;
    font-size: 10px;
}

body.wiz-marketplace-body .wiz-product-options-panel .option-radio-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

body.wiz-marketplace-body .wiz-product-options-panel .option-swatch {
    min-width: 38px;
    width: 38px;
    min-height: 38px;
    height: 38px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #d7d7dc;
}

body.wiz-marketplace-body .wiz-product-options-panel .option-swatch.selected {
    box-shadow: 0 0 0 2px var(--wiz-primary, #ff5a00);
}

body.wiz-marketplace-body .wiz-product-options-panel .option-image-swatch {
    width: 58px;
    height: 58px;
    overflow: hidden;
}

body.wiz-marketplace-body .wiz-product-options-panel .option-image-swatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

body.wiz-marketplace-body .wiz-product-options-panel select,
body.wiz-marketplace-body .wiz-product-options-panel input[type="text"],
body.wiz-marketplace-body .wiz-product-options-panel input[type="number"] {
    width: 100%;
    min-height: 46px;
    padding: 9px 12px;
    border: 1px solid #dedee3;
    border-radius: 13px;
    background: #fafafd;
    color: #2d2e33;
    font-size: 11px;
    outline: 0;
}

body.wiz-marketplace-body .wiz-product-options-panel select:focus,
body.wiz-marketplace-body .wiz-product-options-panel input:focus {
    border-color: var(--wiz-primary, #ff5a00);
    box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.08);
    background: #fff;
}

body.wiz-marketplace-body .wiz-product-message-area:empty {
    display: none;
}

body.wiz-marketplace-body .wiz-product-fast-order {
    margin: 0 12px 12px;
    padding: 12px;
    border: 1px solid #d7f1e1;
    border-radius: 18px;
    background: #effbf4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

body.wiz-marketplace-body .wiz-product-fast-order > div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
}

body.wiz-marketplace-body .wiz-product-fast-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 13px;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 19px;
}

body.wiz-marketplace-body .wiz-product-fast-order small,
body.wiz-marketplace-body .wiz-product-fast-order strong {
    display: block;
}

body.wiz-marketplace-body .wiz-product-fast-order small {
    color: #6f8e7c;
    font-size: 9px;
}

body.wiz-marketplace-body .wiz-product-fast-order strong {
    margin-top: 2px;
    color: #215c39;
    font-size: 11px;
}

body.wiz-marketplace-body .wiz-product-fast-order .btn-commerce-order {
    min-height: 38px;
    padding: 8px 12px;
    border: 0;
    border-radius: 11px;
    background: #25d366;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-product-purchase-bar {
    position: fixed;
    z-index: 1038;
    left: 50%;
    bottom: 78px;
    transform: translateX(-50%);
    width: min(100%, var(--wiz-shell-width));
    min-height: 74px;
    margin: 0;
    padding: 10px 12px;
    border-top: 1px solid var(--wiz-commerce-line);
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(18px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 108px 48px;
    gap: 8px;
    align-items: center;
    box-shadow: 0 -8px 28px rgba(24, 28, 38, 0.08);
}

@media (min-width: 700px) {
    body.wiz-marketplace-body .wiz-product-purchase-bar {
        bottom: 96px;
        border-radius: 18px;
        border: 1px solid var(--wiz-commerce-line);
        box-shadow: var(--wiz-commerce-shadow-lg);
    }
}

body.wiz-marketplace-body .wiz-product-purchase-bar .wiz-product-primary-container {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    margin: 0;
}

body.wiz-marketplace-body .wiz-product-purchase-bar .wiz-product-primary-action,
body.wiz-marketplace-body .wiz-product-digital-actions .wiz-product-primary-action {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 15px;
    background: var(--wiz-primary, #ff5a00);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(255, 90, 0, 0.22);
}

body.wiz-marketplace-body .wiz-product-purchase-bar .wiz-product-primary-action:disabled {
    background: #d7d7db;
    color: #8f9096;
    box-shadow: none;
}

body.wiz-marketplace-body .wiz-product-purchase-bar .wiz-product-quantity {
    grid-column: 2;
    grid-row: 1;
    width: 108px;
    margin: 0;
}

body.wiz-marketplace-body .wiz-product-purchase-bar .number-spinner .input-group {
    height: 50px;
    border: 1px solid #dedee3;
    border-radius: 15px;
    background: #fff;
}

body.wiz-marketplace-body .wiz-product-purchase-bar .number-spinner .btn,
body.wiz-marketplace-body .wiz-product-purchase-bar .number-spinner .form-control {
    width: 36px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border: 0;
    background: #fff;
    color: #2d2e33;
    font-size: 16px;
    font-weight: 800;
}

body.wiz-marketplace-body .wiz-product-purchase-bar .number-spinner .form-control {
    font-size: 12px;
}

body.wiz-marketplace-body .wiz-product-wishlist-container {
    grid-column: 3;
    grid-row: 1;
    width: 48px;
    margin: 0;
}

body.wiz-marketplace-body .wiz-product-purchase-bar .btn-wishlist {
    width: 48px;
    min-height: 48px;
    height: 48px;
    border: 1px solid #dedee3;
    border-radius: 15px;
    background: #fff;
    color: #34353a;
    display: grid;
    place-items: center;
    padding: 0;
    font-size: 20px;
}

body.wiz-marketplace-body .wiz-product-purchase-bar .btn-wishlist.is-active,
body.wiz-marketplace-body .wiz-product-purchase-bar .btn-wishlist .icon-heart {
    color: var(--wiz-primary, #ff5a00);
}

body.wiz-marketplace-body .wiz-product-purchase-bar .btn-wishlist span {
    display: none;
}

body.wiz-marketplace-body .wiz-product-digital-actions {
    margin: 0 12px 12px;
}

body.wiz-marketplace-body .wiz-product-demo-link {
    min-height: 44px;
    margin: 0 12px 12px;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 13px;
    background: #fff;
    color: #3d3e44;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 10px;
    font-weight: 800;
}

body.wiz-marketplace-body .wiz-product-purchased {
    margin: 0 12px 12px;
    padding: 12px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.wiz-marketplace-body .wiz-product-purchased.is-success {
    border: 1px solid #d6f0e1;
    background: #effaf4;
    color: var(--wiz-commerce-success);
}

body.wiz-marketplace-body .wiz-product-purchased > svg {
    width: 32px;
    height: 32px;
    padding: 7px;
    border-radius: 11px;
    background: #fff;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

body.wiz-marketplace-body .wiz-product-purchased strong,
body.wiz-marketplace-body .wiz-product-purchased a,
body.wiz-marketplace-body .wiz-product-purchased button {
    display: block;
    font-size: 10px;
}

body.wiz-marketplace-body .wiz-product-purchased a,
body.wiz-marketplace-body .wiz-product-purchased button {
    margin-top: 4px;
    border: 0;
    background: transparent;
    color: inherit;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-product-service-card {
    margin: 0 12px 14px;
    padding: 4px 12px;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 18px;
    background: #fff;
}

body.wiz-marketplace-body .wiz-product-service-item {
    min-height: 62px;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeF1;
}

body.wiz-marketplace-body .wiz-product-service-item:last-child {
    border-bottom: 0;
}

body.wiz-marketplace-body .wiz-product-service-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: var(--wiz-commerce-orange-soft);
    color: var(--wiz-primary, #ff5a00);
    display: grid;
    place-items: center;
}

body.wiz-marketplace-body .wiz-product-service-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.wiz-marketplace-body .wiz-product-service-item small,
body.wiz-marketplace-body .wiz-product-service-item strong {
    display: block;
}

body.wiz-marketplace-body .wiz-product-service-item small {
    color: #96969b;
    font-size: 9px;
}

body.wiz-marketplace-body .wiz-product-service-item strong {
    margin-top: 3px;
    color: #303136;
    font-size: 11px;
}

body.wiz-marketplace-body .wiz-product-location-link {
    margin-top: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--wiz-primary, #ff5a00);
    font-size: 9px;
    font-weight: 800;
}

body.wiz-marketplace-body .wiz-product-share-links {
    margin-top: 4px;
}

body.wiz-marketplace-body .wiz-product-description-card {
    margin: 0 0 14px;
    padding: 0;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--wiz-commerce-shadow);
    overflow: hidden;
}

body.wiz-marketplace-body .wiz-product-description-card .nav-tabs-horizontal {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 12px 12px 8px;
    border: 0;
}

body.wiz-marketplace-body .wiz-product-description-card .nav-tabs-horizontal::-webkit-scrollbar {
    display: none;
}

body.wiz-marketplace-body .wiz-product-description-card .nav-item {
    flex: 0 0 auto;
}

body.wiz-marketplace-body .wiz-product-description-card .nav-link {
    min-height: 34px;
    padding: 8px 11px;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 999px;
    background: #fff;
    color: #6d6e74;
    font-size: 9px;
    font-weight: 800;
}

body.wiz-marketplace-body .wiz-product-description-card .nav-link.active {
    border-color: var(--wiz-primary, #ff5a00);
    background: var(--wiz-commerce-orange-soft);
    color: var(--wiz-primary, #ff5a00);
}

body.wiz-marketplace-body .wiz-product-description-card .tab-pane > .card,
body.wiz-marketplace-body .wiz-product-description-card .card {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.wiz-marketplace-body .wiz-product-description-card .card-header {
    padding: 0 13px;
    border: 0;
    background: #fff;
}

body.wiz-marketplace-body .wiz-product-description-card .card-link {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2d2e33;
    font-size: 11px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-product-description-card .tab-content-inner {
    padding: 4px 14px 16px;
    color: #606167;
    font-size: 11px;
    line-height: 1.85;
}

body.wiz-marketplace-body .wiz-product-page .section-related-products,
body.wiz-marketplace-body .wiz-product-page .section-more-from-seller {
    margin: 0 0 14px !important;
    padding: 14px 12px;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--wiz-commerce-shadow);
}

body.wiz-marketplace-body .wiz-product-page .section-related-products > .title,
body.wiz-marketplace-body .wiz-product-page .section-more-from-seller > .title {
    display: block;
    margin-bottom: 11px;
    color: #25262a;
    font-size: 15px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-product-page .section-related-products .row-product,
body.wiz-marketplace-body .wiz-product-page .section-more-from-seller .row-product {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

body.wiz-marketplace-body .wiz-product-page .section-related-products .row-product::-webkit-scrollbar,
body.wiz-marketplace-body .wiz-product-page .section-more-from-seller .row-product::-webkit-scrollbar {
    display: none;
}

body.wiz-marketplace-body .wiz-product-page .section-related-products .col-product,
body.wiz-marketplace-body .wiz-product-page .section-more-from-seller .col-product {
    width: 45%;
    min-width: 45%;
    max-width: 45%;
    flex: 0 0 45%;
    padding: 0;
}

/* =========================================================
   Cart page
   ========================================================= */
body.wiz-marketplace-body .wiz-cart-page-v3 {
    min-height: calc(100dvh - 126px);
    padding-bottom: 104px;
    overflow: visible;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-content {
    padding: 12px 12px 34px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-title-row {
    min-height: 58px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-page-back {
    width: 42px;
    height: 42px;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 14px;
    background: #fff;
    display: grid;
    place-items: center;
    color: #292a2f;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-page-back svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

body.wiz-marketplace-body .wiz-cart-heading-copy {
    min-width: 0;
}

body.wiz-marketplace-body .wiz-cart-heading-copy small {
    display: block;
    color: #96969b;
    font-size: 9px;
}

body.wiz-marketplace-body .wiz-cart-heading-copy h1 {
    margin: 2px 0 0;
    color: #222328;
    font-size: 20px;
    font-weight: 950;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-count-label {
    min-height: 31px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #fff;
    color: #77787e;
    display: inline-flex;
    align-items: center;
    font-size: 9px;
    font-weight: 800;
}

body.wiz-marketplace-body .wiz-cart-address-button {
    width: 100%;
    min-height: 70px;
    margin: 0 0 10px;
    padding: 11px 12px;
    border: 1px solid #ffdcca;
    border-radius: 19px;
    background: linear-gradient(135deg, #fff8f4, #fff1e8);
    color: #292a2f;
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    text-align: start;
}

body.wiz-marketplace-body .wiz-cart-address-icon {
    width: 43px;
    height: 43px;
    border-radius: 14px;
    background: #fff;
    color: var(--wiz-primary, #ff5a00);
    display: grid;
    place-items: center;
    box-shadow: 0 5px 15px rgba(255, 90, 0, 0.08);
}

body.wiz-marketplace-body .wiz-cart-address-icon svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

body.wiz-marketplace-body .wiz-cart-address-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

body.wiz-marketplace-body .wiz-cart-address-copy small {
    color: #9a8174;
    font-size: 9px;
}

body.wiz-marketplace-body .wiz-cart-address-copy strong {
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #342e2a;
    font-size: 11px;
}

body.wiz-marketplace-body .wiz-cart-address-change {
    padding: 7px 9px;
    border-radius: 9px;
    background: #fff;
    color: var(--wiz-primary, #ff5a00);
    font-size: 9px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-cart-notice {
    min-height: 54px;
    margin-bottom: 12px;
    padding: 10px 11px;
    border: 1px solid #e6ebf4;
    border-radius: 16px;
    background: #f8faff;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
}

body.wiz-marketplace-body .wiz-cart-notice svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: #66738d;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.wiz-marketplace-body .wiz-cart-notice p {
    margin: 0;
    color: #6e7584;
    font-size: 9.5px;
    line-height: 1.6;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-groups {
    display: grid;
    gap: 12px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-store {
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--wiz-commerce-shadow);
    overflow: hidden;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-store.is-unavailable {
    border-color: #f0dfb9;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-store-head {
    min-height: 72px;
    height: auto;
    padding: 11px 12px;
    border-bottom: 1px solid #f0f0f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

body.wiz-marketplace-body .wiz-cart-store-identity {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-store-avatar {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 14px;
    background: var(--wiz-commerce-orange-soft);
    color: var(--wiz-primary, #ff5a00);
    display: grid;
    place-items: center;
    font-size: 17px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-cart-store-identity > div {
    min-width: 0;
}

body.wiz-marketplace-body .wiz-cart-store-identity small,
body.wiz-marketplace-body .wiz-cart-store-identity strong {
    display: block;
}

body.wiz-marketplace-body .wiz-cart-store-identity small {
    color: #99999e;
    font-size: 9px;
}

body.wiz-marketplace-body .wiz-cart-store-identity strong {
    max-width: 230px;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #26272b;
    font-size: 12px;
}

body.wiz-marketplace-body .wiz-cart-store-services {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 4px;
}

body.wiz-marketplace-body .wiz-cart-store-services span {
    padding: 3px 6px;
    border-radius: 6px;
    background: #f4f4f6;
    color: #77787e;
    font-size: 7.5px;
}

body.wiz-marketplace-body .wiz-cart-store-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: var(--wiz-primary, #ff5a00);
    font-size: 9px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-cart-store-link svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-items {
    padding: 0 12px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-item {
    display: grid;
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 11px;
    padding: 13px 0;
    border-bottom: 1px solid #f0f0f2;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-item:last-child {
    border-bottom: 0;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-item-image {
    width: 98px;
    height: 112px;
    border-radius: 16px;
    background: #f6f6f7;
    overflow: hidden;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-item-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

body.wiz-marketplace-body .wiz-cart-item-topline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 8px;
    align-items: start;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-item-title {
    color: #242529;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-remove-cart-item {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 11px;
    background: #fff2f2;
    color: var(--wiz-commerce-danger);
    display: grid;
    place-items: center;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-remove-cart-item:disabled {
    opacity: 0.45;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-remove-cart-item svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-item-options {
    margin-top: 4px;
    color: #8b8c92;
    font-size: 9px;
    line-height: 1.5;
}

body.wiz-marketplace-body .wiz-cart-stock-warning {
    align-self: flex-start;
    margin-top: 5px;
    padding: 4px 7px;
    border-radius: 7px;
    background: #fff0f0;
    color: var(--wiz-commerce-danger);
    font-size: 8px;
    font-weight: 800;
}

body.wiz-marketplace-body .wiz-cart-item-price-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: 8px;
}

body.wiz-marketplace-body .wiz-cart-item-price-row > span {
    display: flex;
    flex-direction: column;
}

body.wiz-marketplace-body .wiz-cart-item-price-row small {
    color: #9a9aa0;
    font-size: 8px;
}

body.wiz-marketplace-body .wiz-cart-item-price-row strong {
    margin-top: 2px;
    color: #303136;
    font-size: 10px;
}

body.wiz-marketplace-body .wiz-cart-item-price-row .wiz-cart-item-price {
    color: var(--wiz-primary, #ff5a00);
    font-size: 12px;
    font-weight: 950;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
    padding-top: 9px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-quantity-control {
    height: 38px;
    display: grid;
    grid-template-columns: 36px 39px 36px;
    border: 1px solid #dedee3;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-quantity-control.is-busy {
    opacity: 0.55;
    pointer-events: none;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-quantity-control button,
body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-quantity-control input {
    width: 100%;
    height: 36px;
    border: 0;
    background: #fff;
    color: #303136;
    text-align: center;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-quantity-control button {
    font-size: 18px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-quantity-control input {
    font-size: 11px;
    font-weight: 900;
    appearance: textfield;
}

body.wiz-marketplace-body .wiz-cart-edit-item {
    color: var(--wiz-primary, #ff5a00);
    font-size: 8.5px;
    font-weight: 800;
}

body.wiz-marketplace-body .wiz-cart-fixed-quantity {
    min-height: 34px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #f5f5f7;
    color: #5e5f65;
    font-size: 9px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-store-total {
    min-height: 60px;
    padding: 11px 13px;
    border-top: 1px solid #f0f0f2;
    background: #fafafd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #3a3b40;
    font-size: 10px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-store-total span {
    display: flex;
    flex-direction: column;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-store-total small {
    margin-bottom: 2px;
    color: #99999f;
    font-size: 8px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-store-total strong {
    color: #232428;
    font-size: 13px;
    font-weight: 950;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-store-warning {
    margin: 0;
    padding: 10px 12px;
    background: #fff7e8;
    color: #875700;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: 7px;
    font-size: 9px;
    line-height: 1.55;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-store-warning svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

body.wiz-marketplace-body .wiz-cart-coupon-card,
body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-summary-card {
    margin-top: 12px;
    padding: 14px;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 21px;
    background: #fff;
    box-shadow: var(--wiz-commerce-shadow);
}

body.wiz-marketplace-body .wiz-cart-coupon-heading {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
}

body.wiz-marketplace-body .wiz-cart-coupon-heading > span {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: var(--wiz-commerce-orange-soft);
    color: var(--wiz-primary, #ff5a00);
    display: grid;
    place-items: center;
}

body.wiz-marketplace-body .wiz-cart-coupon-heading svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.wiz-marketplace-body .wiz-cart-coupon-heading strong,
body.wiz-marketplace-body .wiz-cart-coupon-heading small {
    display: block;
}

body.wiz-marketplace-body .wiz-cart-coupon-heading strong {
    color: #292a2f;
    font-size: 12px;
}

body.wiz-marketplace-body .wiz-cart-coupon-heading small {
    margin-top: 2px;
    color: #94949a;
    font-size: 8.5px;
}

body.wiz-marketplace-body .wiz-cart-coupon-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 78px;
    gap: 8px;
    margin-top: 11px;
}

body.wiz-marketplace-body .wiz-cart-coupon-form input {
    min-width: 0;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #dedee3;
    border-radius: 12px;
    background: #fafafd;
    color: #303136;
    font-size: 10px;
    outline: 0;
}

body.wiz-marketplace-body .wiz-cart-coupon-form input:focus {
    border-color: var(--wiz-primary, #ff5a00);
    box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.08);
    background: #fff;
}

body.wiz-marketplace-body .wiz-cart-coupon-form button {
    height: 44px;
    border: 0;
    border-radius: 12px;
    background: #25262a;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-cart-coupon-error {
    margin: 7px 0 0;
    color: var(--wiz-commerce-danger);
    font-size: 9px;
}

body.wiz-marketplace-body .wiz-cart-applied-coupon {
    margin-top: 9px;
    padding: 8px 9px;
    border-radius: 10px;
    background: #effaf4;
    color: var(--wiz-commerce-success);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 9px;
}

body.wiz-marketplace-body .wiz-cart-applied-coupon button {
    border: 0;
    background: transparent;
    color: var(--wiz-commerce-danger);
    font-size: 9px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-cart-summary-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

body.wiz-marketplace-body .wiz-cart-summary-heading small {
    display: block;
    color: #99999f;
    font-size: 8.5px;
}

body.wiz-marketplace-body .wiz-cart-summary-heading h2 {
    margin: 2px 0 0;
    color: #292a2f;
    font-size: 15px;
    font-weight: 950;
}

body.wiz-marketplace-body .wiz-cart-summary-heading svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: var(--wiz-primary, #ff5a00);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-summary-card > div:not(.wiz-cart-summary-heading) {
    min-height: 35px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #66676d;
    font-size: 10px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-summary-card > div strong {
    color: #303136;
    font-size: 10px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-summary-card > div small {
    color: #99999f;
    font-size: 8.5px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-summary-card .is-discount,
body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-summary-card .is-discount strong {
    color: var(--wiz-commerce-success);
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-summary-card .wiz-cart-summary-total {
    min-height: 58px;
    margin-top: 8px !important;
    padding-top: 10px;
    border-top: 1px solid #eeeeF1;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-summary-total span {
    display: flex;
    flex-direction: column;
    color: #292a2f;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-summary-total strong {
    color: var(--wiz-primary, #ff5a00) !important;
    font-size: 16px !important;
    font-weight: 950;
}

body.wiz-marketplace-body .wiz-cart-continue-shopping {
    min-height: 46px;
    margin-top: 11px;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 14px;
    background: #fff;
    color: #4c4d53;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 10px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-cart-continue-shopping svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-checkout-bar {
    position: fixed;
    z-index: 1038;
    left: 50%;
    bottom: 78px;
    transform: translateX(-50%);
    width: min(100%, var(--wiz-shell-width));
    min-height: 76px;
    padding: 10px 12px;
    border-top: 1px solid var(--wiz-commerce-line);
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(18px);
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    box-shadow: 0 -8px 28px rgba(24, 28, 38, 0.08);
}

@media (min-width: 700px) {
    body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-checkout-bar {
        bottom: 96px;
        border: 1px solid var(--wiz-commerce-line);
        border-radius: 18px;
        box-shadow: var(--wiz-commerce-shadow-lg);
    }
}

body.wiz-marketplace-body .wiz-cart-checkout-total {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

body.wiz-marketplace-body .wiz-cart-checkout-total small {
    color: #929399;
    font-size: 8px;
}

body.wiz-marketplace-body .wiz-cart-checkout-total strong {
    margin-top: 3px;
    color: #25262a;
    font-size: 13px;
    font-weight: 950;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-checkout-bar button {
    min-height: 52px;
    border: 0;
    border-radius: 15px;
    background: var(--wiz-primary, #ff5a00);
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 8px;
    align-items: center;
    padding: 8px 13px;
    box-shadow: 0 8px 20px rgba(255, 90, 0, 0.22);
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-checkout-bar button > span {
    align-self: end;
    text-align: start;
    font-size: 12px;
    font-weight: 950;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-checkout-bar button > small {
    align-self: start;
    text-align: start;
    color: rgba(255, 255, 255, 0.82);
    font-size: 8px;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-checkout-bar button > svg {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-checkout-bar button:disabled {
    background: #d6d6da;
    color: #8f9096;
    box-shadow: none;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 {
    z-index: 2400;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 > section {
    width: min(100%, var(--wiz-shell-width));
    max-height: 92dvh;
    padding: 15px 12px calc(22px + env(safe-area-inset-bottom));
    border-radius: 28px 28px 0 0;
    background: var(--wiz-commerce-bg);
}

body.wiz-marketplace-body .wiz-checkout-sheet-heading {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding-inline-end: 38px;
}

body.wiz-marketplace-body .wiz-checkout-sheet-heading > span {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--wiz-commerce-orange-soft);
    color: var(--wiz-primary, #ff5a00);
    display: grid;
    place-items: center;
}

body.wiz-marketplace-body .wiz-checkout-sheet-heading svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.wiz-marketplace-body .wiz-checkout-sheet-heading small {
    display: block;
    color: #98999e;
    font-size: 9px;
}

body.wiz-marketplace-body .wiz-checkout-sheet-heading h2 {
    margin: 2px 0 0;
    color: #26272b;
    font-size: 17px;
    font-weight: 950;
}

body.wiz-marketplace-body .wiz-checkout-sheet-intro {
    margin: 9px 0 12px !important;
    color: #7d7e84 !important;
    font-size: 9.5px !important;
    line-height: 1.6 !important;
}

body.wiz-marketplace-body .wiz-checkout-section-card {
    margin-bottom: 10px;
    padding: 13px;
    border: 1px solid var(--wiz-commerce-line);
    border-radius: 20px;
    background: #fff;
}

body.wiz-marketplace-body .wiz-checkout-section-title {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    margin-bottom: 12px;
}

body.wiz-marketplace-body .wiz-checkout-section-title > span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: var(--wiz-primary, #ff5a00);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-checkout-section-title strong,
body.wiz-marketplace-body .wiz-checkout-section-title small {
    display: block;
}

body.wiz-marketplace-body .wiz-checkout-section-title strong {
    color: #292a2f;
    font-size: 12px;
}

body.wiz-marketplace-body .wiz-checkout-section-title small {
    margin-top: 2px;
    color: #96969c;
    font-size: 8.5px;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 label {
    margin: 0;
    color: #44454b;
    font-size: 9.5px;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 input,
body.wiz-marketplace-body .wiz-checkout-sheet-v3 textarea,
body.wiz-marketplace-body .wiz-checkout-sheet-v3 select {
    width: 100%;
    min-height: 44px;
    margin-top: 5px;
    padding: 10px 11px;
    border: 1px solid #dedee3;
    border-radius: 12px;
    background: #fafafd;
    color: #303136;
    font: inherit;
    font-size: 10px;
    outline: 0;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 textarea {
    resize: vertical;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 input:focus,
body.wiz-marketplace-body .wiz-checkout-sheet-v3 textarea:focus,
body.wiz-marketplace-body .wiz-checkout-sheet-v3 select:focus {
    border-color: var(--wiz-primary, #ff5a00);
    box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.08);
    background: #fff;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-vendors {
    display: grid;
    gap: 9px;
    margin: 0;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-vendor {
    padding: 11px;
    border: 1px solid #e7e7eb;
    border-radius: 16px;
    background: #fafafd;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-vendor.is-disabled {
    background: #f3f3f5;
    opacity: 0.72;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-vendor-title {
    margin-bottom: 8px;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-vendor-title > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-vendor-title > div > span {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: var(--wiz-commerce-orange-soft);
    color: var(--wiz-primary, #ff5a00);
    display: grid;
    place-items: center;
    font-weight: 900;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-vendor-title strong,
body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-vendor-title small {
    display: block;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-vendor-title strong {
    color: #2c2d32;
    font-size: 11px;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-vendor-title small {
    color: #96969c;
    font-size: 8px;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-vendor-title b {
    color: var(--wiz-primary, #ff5a00);
    font-size: 10px;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-submit-vendor-order {
    min-height: 46px;
    margin-top: 9px;
    border-radius: 13px;
    background: #25d366;
    font-size: 10px;
}

body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-submit-vendor-order.is-loading::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: wiz-commerce-spin 0.7s linear infinite;
}

body.wiz-marketplace-body .wiz-cart-toast {
    position: fixed;
    z-index: 2600;
    left: 50%;
    bottom: 174px;
    transform: translate(-50%, 18px);
    width: min(calc(100% - 28px), 420px);
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 13px;
    background: #25262a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s;
    box-shadow: 0 12px 28px rgba(24, 28, 38, 0.2);
}

body.wiz-marketplace-body .wiz-cart-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

body.wiz-marketplace-body .wiz-cart-toast.is-error {
    background: #9d2c2c;
}

@keyframes wiz-commerce-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 430px) {
    body.wiz-marketplace-body .wiz-product-page > .wiz-product-container,
    body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-content {
        padding-inline: 9px;
    }

    body.wiz-marketplace-body .wiz-product-gallery-card {
        padding: 6px;
        border-radius: 21px;
    }

    body.wiz-marketplace-body .wiz-product-gallery-card .product-slider .swiper-slide {
        aspect-ratio: 1 / 1.18;
    }

    body.wiz-marketplace-body .wiz-product-summary {
        padding-inline: 13px;
    }

    body.wiz-marketplace-body .wiz-product-info-card h1.product-title {
        font-size: 19px;
    }

    body.wiz-marketplace-body .wiz-product-purchase-bar {
        grid-template-columns: minmax(0, 1fr) 100px 46px;
        padding-inline: 9px;
    }

    body.wiz-marketplace-body .wiz-product-purchase-bar .wiz-product-quantity {
        width: 100px;
    }

    body.wiz-marketplace-body .wiz-product-wishlist-container,
    body.wiz-marketplace-body .wiz-product-purchase-bar .btn-wishlist {
        width: 46px;
    }

    body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-item {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 9px;
    }

    body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-item-image {
        width: 86px;
        height: 102px;
    }

    body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-quantity-control {
        grid-template-columns: 32px 35px 32px;
    }

    body.wiz-marketplace-body .wiz-cart-page-v3 .wiz-cart-checkout-bar {
        grid-template-columns: 112px minmax(0, 1fr);
        padding-inline: 9px;
    }

    body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-fields {
        grid-template-columns: 1fr;
    }

    body.wiz-marketplace-body .wiz-checkout-sheet-v3 .wiz-checkout-full {
        grid-column: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.wiz-marketplace-body .wiz-product-options-panel .option-base,
    body.wiz-marketplace-body .wiz-cart-toast {
        transition: none;
    }
}

/* =========================================================
   Marketplace Commerce V4 — product and cart app screens
   Loaded after the legacy theme and custom theme overrides.
   ========================================================= */
body.wiz-product-body,
body.wiz-cart-body {
    --wiz-shell-width: 600px;
    --wiz-commerce-bg: #f6f6f7;
    --wiz-commerce-card: #ffffff;
    --wiz-commerce-text: #18181b;
    --wiz-commerce-muted: #77777f;
    --wiz-commerce-line: #e9e9ed;
    background: #eef0f3 !important;
}

body.wiz-product-body .wiz-app-header,
body.wiz-cart-body .wiz-app-header {
    display: none !important;
}

body.wiz-product-body #wrapper,
body.wiz-cart-body .wiz-app-home {
    min-height: 100dvh;
    padding-top: 0 !important;
    background: var(--wiz-commerce-bg) !important;
}

body.wiz-product-body .wiz-bottom-nav,
body.wiz-cart-body .wiz-bottom-nav {
    z-index: 1045;
    height: 72px;
    padding: 7px 10px max(7px, env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid var(--wiz-commerce-line);
    backdrop-filter: blur(20px);
}

body.wiz-product-body .wiz-bottom-nav > a,
body.wiz-cart-body .wiz-bottom-nav > a {
    min-width: 0;
    gap: 3px;
    font-size: 11px;
}

body.wiz-product-body .wiz-bottom-nav > a svg,
body.wiz-cart-body .wiz-bottom-nav > a svg {
    width: 22px;
    height: 22px;
}

body.wiz-product-body .wiz-bottom-nav .wiz-cart-circle,
body.wiz-cart-body .wiz-bottom-nav .wiz-cart-circle {
    width: 44px;
    height: 44px;
    margin-top: -20px;
}

/* Product screen */
body.wiz-product-body {
    padding-bottom: 146px !important;
}

body.wiz-product-body .wiz-product-page {
    padding: 0 0 154px !important;
    overflow: clip;
}

body.wiz-product-body .wiz-product-page > .wiz-product-container {
    width: 100% !important;
    max-width: none !important;
    padding: 0 0 32px !important;
}

body.wiz-product-body .wiz-product-breadcrumb-row {
    display: block !important;
    margin: 0 !important;
}

body.wiz-product-body .wiz-product-breadcrumb {
    display: none !important;
}

body.wiz-product-body .wiz-product-breadcrumb-row > .col-12,
body.wiz-product-body .wiz-product-details-container,
body.wiz-product-body .wiz-product-main-stack,
body.wiz-product-body .wiz-product-gallery-column,
body.wiz-product-body .wiz-product-info-column {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.wiz-product-body .wiz-product-gallery-card {
    position: relative;
    margin: 0 0 12px !important;
    padding: 0 0 10px !important;
    border: 0 !important;
    border-radius: 0 0 26px 26px !important;
    background: #fff !important;
    box-shadow: 0 8px 26px rgba(23, 25, 31, 0.07) !important;
    overflow: hidden !important;
}

body.wiz-product-body .wiz-product-gallery-card #product_slider_container,
body.wiz-product-body .wiz-product-gallery-card .product-slider-wrapper,
body.wiz-product-body .wiz-product-gallery-card .slider-for-container,
body.wiz-product-body .wiz-product-gallery-card .product-slider {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f3f3f4 !important;
    box-shadow: none !important;
}

body.wiz-product-body .wiz-product-gallery-card .product-slider-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

body.wiz-product-body .wiz-product-gallery-card .slider-for-container {
    order: 1 !important;
    overflow: hidden !important;
}

body.wiz-product-body .wiz-product-gallery-card .product-slider .swiper-slide {
    width: 100% !important;
    min-height: 390px !important;
    height: min(66dvh, 610px) !important;
    aspect-ratio: auto !important;
    background: #f4f4f5 !important;
    display: grid !important;
    place-items: center !important;
}

body.wiz-product-body .wiz-product-gallery-card .product-slider .swiper-slide > a,
body.wiz-product-body .wiz-product-gallery-card .product-slider .swiper-slide > div {
    width: 100% !important;
    height: 100% !important;
    display: grid !important;
    place-items: center !important;
}

body.wiz-product-body .wiz-product-gallery-card .product-slider img,
body.wiz-product-body .wiz-product-gallery-card #product_slider_container .product-slider img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
}

body.wiz-product-body .wiz-product-gallery-card .thumb-slider-wrapper {
    order: 2 !important;
    width: 100% !important;
    height: 72px !important;
    padding: 0 14px !important;
    overflow: hidden !important;
    background: #fff !important;
}

body.wiz-product-body .wiz-product-gallery-card .thumb-slider {
    width: 100% !important;
    height: 68px !important;
    overflow: visible !important;
}

body.wiz-product-body .wiz-product-gallery-card .thumb-slider .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    height: 68px !important;
}

body.wiz-product-body .wiz-product-gallery-card .thumb-slider .swiper-slide {
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 58px !important;
    flex: 0 0 58px !important;
    margin: 0 !important;
    padding: 2px !important;
    border: 1px solid #dedee3 !important;
    border-radius: 14px !important;
    background: #fff !important;
    opacity: 0.72 !important;
    overflow: hidden !important;
}

body.wiz-product-body .wiz-product-gallery-card .thumb-slider .swiper-slide-thumb-active {
    border: 2px solid var(--wiz-primary, #ff5a00) !important;
    box-shadow: 0 0 0 3px rgba(255, 90, 0, 0.1) !important;
    opacity: 1 !important;
}

body.wiz-product-body .wiz-product-gallery-card .thumb-slider .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    border-radius: 10px !important;
    object-fit: cover !important;
}

body.wiz-product-body .wiz-product-gallery-actions {
    top: calc(12px + env(safe-area-inset-top));
    inset-inline: 12px;
    z-index: 25;
}

body.wiz-product-body .wiz-product-round-action {
    width: 44px !important;
    height: 44px !important;
    border: 1px solid rgba(15, 15, 20, 0.07) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 7px 22px rgba(15, 16, 22, 0.15) !important;
}

body.wiz-product-body .wiz-product-gallery-card .swiper-button-next,
body.wiz-product-body .wiz-product-gallery-card .swiper-button-prev {
    width: 42px !important;
    height: 42px !important;
    margin-top: -21px !important;
    border: 0 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 6px 20px rgba(20, 21, 28, 0.14) !important;
}

body.wiz-product-body .wiz-product-gallery-footer {
    position: absolute;
    z-index: 22;
    inset-inline: 14px;
    bottom: 88px;
    min-height: 0;
    padding: 0 !important;
    pointer-events: none;
}

body.wiz-product-body .wiz-product-gallery-counter {
    min-width: 48px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(25, 25, 28, 0.76);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    backdrop-filter: blur(10px);
}

body.wiz-product-body .wiz-product-gallery-hint {
    display: none !important;
}

body.wiz-product-body .wiz-product-info-card {
    margin: 0 12px 12px !important;
    padding: 0 !important;
    border: 1px solid var(--wiz-commerce-line) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 7px 22px rgba(20, 22, 28, 0.045) !important;
    overflow: hidden !important;
}

body.wiz-product-body .wiz-product-summary {
    padding: 18px 16px 14px !important;
}

body.wiz-product-body .wiz-product-info-card h1.product-title {
    margin: 0 !important;
    color: #19191d !important;
    font-size: clamp(20px, 5.2vw, 27px) !important;
    line-height: 1.45 !important;
    font-weight: 900 !important;
    letter-spacing: -0.25px;
}

body.wiz-product-body .wiz-product-title-row {
    align-items: center !important;
}

body.wiz-product-body .wiz-product-edit {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
    border-radius: 13px !important;
}

body.wiz-product-body .wiz-product-store-row {
    grid-template-columns: 44px minmax(0, 1fr) auto 18px !important;
    min-height: 58px !important;
    margin: 12px 0 0 !important;
    padding: 7px 10px !important;
    border: 1px solid #ececf0 !important;
    border-radius: 16px !important;
    background: #fafafb !important;
    color: inherit !important;
}

body.wiz-product-body .wiz-product-store-avatar {
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
    font-size: 17px !important;
}

body.wiz-product-body .wiz-product-store-copy small {
    font-size: 11px !important;
    color: #85858c !important;
}

body.wiz-product-body .wiz-product-store-copy strong {
    font-size: 14px !important;
    font-weight: 900 !important;
}

body.wiz-product-body .wiz-product-store-open {
    color: var(--wiz-primary, #ff5a00);
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

body.wiz-product-body .wiz-product-store-chevron {
    width: 17px !important;
    height: 17px !important;
}

body.wiz-product-body .wiz-product-meta-row {
    gap: 8px !important;
    margin-top: 12px !important;
}

body.wiz-product-body .wiz-product-meta-chip {
    min-height: 34px !important;
    padding: 7px 10px !important;
    border-radius: 10px !important;
    background: #f5f5f7 !important;
    color: #56565d !important;
    font-size: 12px !important;
}

body.wiz-product-body .wiz-product-meta-chip strong,
body.wiz-product-body .wiz-product-meta-chip small {
    font-size: 11px !important;
}

body.wiz-product-body .wiz-product-meta-chip.is-stock {
    background: #eef8f2 !important;
    color: #157747 !important;
}

body.wiz-product-body .wiz-product-meta-chip.is-out-stock {
    background: #fff0f0 !important;
    color: #bc2f2f !important;
}

body.wiz-product-body .wiz-product-price-row {
    align-items: center !important;
    margin-top: 14px !important;
    padding-top: 14px !important;
}

body.wiz-product-body .wiz-product-price-copy .final-price {
    color: var(--wiz-primary, #ff5a00) !important;
    font-size: clamp(24px, 6vw, 32px) !important;
    line-height: 1.1 !important;
    font-weight: 950 !important;
}

body.wiz-product-body .wiz-product-price-copy .original-price {
    font-size: 13px !important;
}

body.wiz-product-body .wiz-product-price-copy .discount-rate,
body.wiz-product-body .wiz-product-tax-note {
    font-size: 11px !important;
}

body.wiz-product-body .wiz-product-question-button {
    min-height: 42px !important;
    padding: 9px 12px !important;
    border-radius: 13px !important;
    font-size: 12px !important;
}

body.wiz-product-body .wiz-product-facts {
    margin-top: 14px !important;
    padding: 4px 12px !important;
    border-radius: 14px !important;
}

body.wiz-product-body .wiz-product-fact,
body.wiz-product-body .wiz-product-fact strong {
    min-height: 40px !important;
    font-size: 12px !important;
}

body.wiz-product-body .wiz-product-options-panel,
body.wiz-product-body .wiz-product-fast-order,
body.wiz-product-body .wiz-product-service-card,
body.wiz-product-body .wiz-product-purchased,
body.wiz-product-body .wiz-product-description-card {
    margin: 0 12px 12px !important;
    border: 1px solid var(--wiz-commerce-line) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 7px 22px rgba(20, 22, 28, 0.04) !important;
}

body.wiz-product-body .wiz-product-options-panel {
    padding: 16px !important;
}

body.wiz-product-body .wiz-product-panel-heading {
    margin-bottom: 14px !important;
}

body.wiz-product-body .wiz-product-panel-heading small {
    font-size: 11px !important;
}

body.wiz-product-body .wiz-product-panel-heading h2 {
    margin-top: 3px !important;
    font-size: 17px !important;
}

body.wiz-product-body .wiz-product-options-panel .title-option {
    margin-bottom: 9px !important;
    font-size: 13px !important;
}

body.wiz-product-body .wiz-product-options-panel .option-base {
    min-width: 52px !important;
    min-height: 44px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
}

body.wiz-product-body .wiz-product-options-panel .option-radio-label {
    padding: 10px 15px !important;
    font-size: 12px !important;
}

body.wiz-product-body .wiz-product-options-panel select,
body.wiz-product-body .wiz-product-options-panel input[type="text"],
body.wiz-product-body .wiz-product-options-panel input[type="number"] {
    min-height: 48px !important;
    border-radius: 13px !important;
    font-size: 13px !important;
}

body.wiz-product-body .wiz-product-fast-order {
    min-height: 72px;
    padding: 12px 14px !important;
}

body.wiz-product-body .wiz-product-fast-order small {
    font-size: 11px !important;
}

body.wiz-product-body .wiz-product-fast-order strong {
    font-size: 13px !important;
}

body.wiz-product-body .wiz-product-fast-order .btn-commerce-order {
    min-height: 42px !important;
    padding: 9px 13px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
}

body.wiz-product-body .wiz-product-service-card {
    padding: 5px 15px !important;
}

body.wiz-product-body .wiz-product-service-item {
    min-height: 68px !important;
    gap: 12px !important;
    padding: 12px 0 !important;
}

body.wiz-product-body .wiz-product-service-icon {
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important;
    border-radius: 13px !important;
}

body.wiz-product-body .wiz-product-service-item small,
body.wiz-product-body .wiz-product-service-item strong,
body.wiz-product-body .wiz-product-location-link {
    font-size: 12px !important;
}

body.wiz-product-body .wiz-product-description-card {
    padding: 0 !important;
    overflow: hidden !important;
}

body.wiz-product-body .wiz-product-description-card .nav-tabs-horizontal {
    min-height: 52px !important;
    padding: 8px 10px !important;
    gap: 7px !important;
    border-bottom: 1px solid #eeeeF1 !important;
    background: #fff !important;
}

body.wiz-product-body .wiz-product-description-card .nav-link {
    min-height: 36px !important;
    padding: 8px 12px !important;
    border-radius: 11px !important;
    font-size: 12px !important;
}

body.wiz-product-body .wiz-product-description-card .card-link {
    min-height: 50px !important;
    padding: 13px 15px !important;
    font-size: 14px !important;
}

body.wiz-product-body .wiz-product-description-card .tab-content-inner {
    padding: 15px !important;
    font-size: 14px !important;
    line-height: 1.85 !important;
}

body.wiz-product-body .wiz-product-purchase-bar {
    z-index: 1042 !important;
    bottom: 72px !important;
    width: min(100%, var(--wiz-shell-width)) !important;
    min-height: 74px !important;
    padding: 10px 12px !important;
    grid-template-columns: minmax(0, 1fr) 116px 48px !important;
    gap: 8px !important;
    border-top: 1px solid var(--wiz-commerce-line) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 -8px 30px rgba(22, 24, 30, 0.09) !important;
}

body.wiz-product-body .wiz-product-purchase-bar .wiz-product-primary-action {
    min-height: 52px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    box-shadow: 0 9px 22px rgba(255, 90, 0, 0.2) !important;
}

body.wiz-product-body .wiz-product-purchase-bar .wiz-product-quantity {
    width: 116px !important;
}

body.wiz-product-body .wiz-product-purchase-bar .wiz-product-quantity .input-group {
    height: 50px !important;
    border-radius: 15px !important;
}

body.wiz-product-body .wiz-product-purchase-bar .wiz-product-quantity button,
body.wiz-product-body .wiz-product-purchase-bar .wiz-product-quantity input {
    height: 48px !important;
    font-size: 17px !important;
}

body.wiz-product-body .wiz-product-wishlist-container button {
    width: 48px !important;
    height: 50px !important;
    border-radius: 15px !important;
}

/* Cart screen */
body.wiz-cart-body {
    padding-bottom: 150px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 {
    min-height: 100dvh !important;
    padding: 0 0 152px !important;
    background: var(--wiz-commerce-bg) !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 12px 34px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-title-row {
    position: sticky;
    top: 0;
    z-index: 1038;
    min-height: 68px !important;
    margin: 0 -12px 12px !important;
    padding: max(10px, env(safe-area-inset-top)) 14px 10px !important;
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    background: rgba(255, 255, 255, 0.97) !important;
    border-bottom: 1px solid var(--wiz-commerce-line) !important;
    backdrop-filter: blur(18px);
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-page-back {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid #e8e8ec !important;
    border-radius: 14px !important;
    background: #fff !important;
}

body.wiz-cart-body .wiz-cart-heading-copy small {
    display: block;
    color: #8b8b92;
    font-size: 10px;
    line-height: 1.2;
}

body.wiz-cart-body .wiz-cart-heading-copy h1 {
    margin: 2px 0 0 !important;
    color: #1c1c20 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-count-label {
    min-height: 32px;
    padding: 7px 10px;
    border-radius: 999px;
    background: #fff1e8;
    color: var(--wiz-primary, #ff5a00) !important;
    display: grid;
    place-items: center;
    font-size: 11px !important;
    font-weight: 900;
    white-space: nowrap;
}

body.wiz-cart-body .wiz-cart-address-button {
    width: 100% !important;
    min-height: 72px !important;
    margin: 0 0 12px !important;
    padding: 12px 13px !important;
    border: 1px solid #ffddca !important;
    border-radius: 18px !important;
    background: #fff6f0 !important;
    text-align: start;
    box-shadow: none !important;
}

body.wiz-cart-body .wiz-cart-address-icon {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
    border-radius: 14px !important;
}

body.wiz-cart-body .wiz-cart-address-copy small {
    font-size: 11px !important;
}

body.wiz-cart-body .wiz-cart-address-copy strong {
    margin-top: 2px;
    font-size: 13px !important;
    line-height: 1.45;
}

body.wiz-cart-body .wiz-cart-address-change {
    min-height: 34px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #fff;
    color: var(--wiz-primary, #ff5a00);
    font-size: 11px !important;
    font-weight: 900;
}

body.wiz-cart-body .wiz-cart-notice {
    min-height: 58px !important;
    margin: 0 0 12px !important;
    padding: 11px 12px !important;
    border: 1px solid #dce8ff !important;
    border-radius: 16px !important;
    background: #f3f7ff !important;
    color: #385372 !important;
}

body.wiz-cart-body .wiz-cart-notice p {
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.65 !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-groups {
    gap: 12px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-store {
    border: 1px solid var(--wiz-commerce-line) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 7px 22px rgba(22, 24, 30, 0.045) !important;
    overflow: hidden !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-store-head {
    min-height: 70px !important;
    height: auto !important;
    padding: 12px 13px !important;
}

body.wiz-cart-body .wiz-cart-store-identity {
    min-width: 0;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-store-avatar {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
    border-radius: 14px !important;
    font-size: 17px !important;
}

body.wiz-cart-body .wiz-cart-store-identity small {
    font-size: 10px !important;
}

body.wiz-cart-body .wiz-cart-store-identity strong {
    font-size: 14px !important;
    line-height: 1.35 !important;
}

body.wiz-cart-body .wiz-cart-store-services {
    gap: 5px !important;
    margin-top: 4px !important;
}

body.wiz-cart-body .wiz-cart-store-services span {
    padding: 3px 6px !important;
    border-radius: 7px !important;
    font-size: 9px !important;
}

body.wiz-cart-body .wiz-cart-store-link {
    min-height: 34px;
    padding: 7px 9px;
    border-radius: 10px;
    background: #fff3eb;
    font-size: 11px !important;
    white-space: nowrap;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-items {
    padding: 0 13px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-item {
    position: relative;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    gap: 12px !important;
    min-height: 126px !important;
    padding: 14px 0 !important;
    transition: opacity 0.2s, transform 0.2s;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-item.is-removing {
    opacity: 0;
    transform: translateX(-12px);
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-item-image {
    width: 96px !important;
    height: 112px !important;
    border-radius: 16px !important;
    background: #f5f5f6 !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-item-image img {
    width: 100% !important;
    height: 100% !important;
    padding: 5px !important;
    object-fit: contain !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-item-title {
    padding-inline-end: 34px;
    color: #202024 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 900 !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-remove-cart-item {
    position: absolute;
    top: 12px;
    inset-inline-end: 0;
    width: 34px !important;
    height: 34px !important;
    border-radius: 11px !important;
    background: #fff1f1 !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-item-options {
    margin-top: 5px !important;
    padding: 5px 8px !important;
    border-radius: 8px !important;
    background: #f5f5f7 !important;
    color: #76767d !important;
    font-size: 10px !important;
}

body.wiz-cart-body .wiz-cart-item-price-row {
    gap: 12px !important;
    margin-top: 8px !important;
}

body.wiz-cart-body .wiz-cart-item-price-row span small {
    font-size: 9px !important;
}

body.wiz-cart-body .wiz-cart-item-price-row span strong {
    margin-top: 1px !important;
    font-size: 12px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-item-actions {
    margin-top: 9px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-quantity-control {
    height: 38px !important;
    grid-template-columns: 38px 40px 38px !important;
    border-radius: 12px !important;
    border-color: #dedee3 !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-quantity-control button,
body.wiz-cart-body .wiz-cart-page-v3 .wiz-quantity-control input {
    width: auto !important;
    height: 36px !important;
    font-size: 16px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-quantity-control input {
    font-size: 13px !important;
}

body.wiz-cart-body .wiz-cart-edit-item {
    color: var(--wiz-primary, #ff5a00) !important;
    font-size: 10px !important;
    font-weight: 900 !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-store-total {
    min-height: 62px !important;
    padding: 12px 14px !important;
    background: #fafafb !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-store-total span {
    font-size: 12px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-store-total small {
    font-size: 9px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-store-total strong {
    color: var(--wiz-primary, #ff5a00) !important;
    font-size: 16px !important;
}

body.wiz-cart-body .wiz-cart-coupon-card,
body.wiz-cart-body .wiz-cart-summary-card {
    margin-top: 12px !important;
    padding: 15px !important;
    border: 1px solid var(--wiz-commerce-line) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 7px 22px rgba(22, 24, 30, 0.04) !important;
}

body.wiz-cart-body .wiz-cart-coupon-heading strong,
body.wiz-cart-body .wiz-cart-summary-heading h2 {
    font-size: 15px !important;
}

body.wiz-cart-body .wiz-cart-coupon-heading small,
body.wiz-cart-body .wiz-cart-summary-heading small {
    font-size: 10px !important;
}

body.wiz-cart-body .wiz-cart-coupon-form {
    min-height: 48px !important;
    margin-top: 12px !important;
    border-radius: 14px !important;
}

body.wiz-cart-body .wiz-cart-coupon-form input {
    min-width: 0;
    font-size: 13px !important;
}

body.wiz-cart-body .wiz-cart-coupon-form button {
    min-width: 86px !important;
    font-size: 12px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-summary-card > div:not(.wiz-cart-summary-heading) {
    min-height: 38px !important;
    font-size: 12px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-summary-card > div strong {
    font-size: 13px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-summary-card .wiz-cart-summary-total {
    min-height: 62px !important;
    margin-top: 9px !important;
    padding-top: 12px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-summary-total strong {
    font-size: 19px !important;
}

body.wiz-cart-body .wiz-cart-continue-shopping {
    min-height: 48px !important;
    margin-top: 12px !important;
    border-radius: 15px !important;
    font-size: 12px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-checkout-bar {
    z-index: 1042 !important;
    bottom: 72px !important;
    width: min(100%, var(--wiz-shell-width)) !important;
    min-height: 76px !important;
    padding: 10px 12px !important;
    grid-template-columns: 128px minmax(0, 1fr) !important;
    gap: 10px !important;
    border-top: 1px solid var(--wiz-commerce-line) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 -8px 30px rgba(22, 24, 30, 0.09) !important;
}

body.wiz-cart-body .wiz-cart-checkout-total small {
    font-size: 9px !important;
}

body.wiz-cart-body .wiz-cart-checkout-total strong {
    margin-top: 2px;
    font-size: 16px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-checkout-bar button {
    min-height: 54px !important;
    height: 54px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    box-shadow: 0 9px 22px rgba(255, 90, 0, 0.2) !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-checkout-bar button > small {
    font-size: 9px !important;
}

body.wiz-cart-body .wiz-checkout-sheet-v3 > section {
    width: min(100%, var(--wiz-shell-width)) !important;
    max-height: 94dvh !important;
    padding: 14px 14px calc(20px + env(safe-area-inset-bottom)) !important;
    border-radius: 28px 28px 0 0 !important;
}

body.wiz-cart-body .wiz-checkout-sheet-heading h2 {
    font-size: 20px !important;
}

body.wiz-cart-body .wiz-checkout-sheet-intro {
    font-size: 12px !important;
    line-height: 1.65 !important;
}

body.wiz-cart-body .wiz-checkout-section-card {
    padding: 14px !important;
    border-radius: 20px !important;
}

body.wiz-cart-body .wiz-checkout-section-title strong {
    font-size: 14px !important;
}

body.wiz-cart-body .wiz-checkout-section-title small {
    font-size: 10px !important;
}

body.wiz-cart-body .wiz-checkout-fields label,
body.wiz-cart-body .wiz-checkout-vendor label {
    font-size: 12px !important;
}

body.wiz-cart-body .wiz-checkout-fields input,
body.wiz-cart-body .wiz-checkout-fields textarea,
body.wiz-cart-body .wiz-checkout-vendor select {
    min-height: 48px !important;
    border-radius: 13px !important;
    font-size: 13px !important;
}

body.wiz-cart-body .wiz-submit-vendor-order {
    min-height: 52px !important;
    border-radius: 14px !important;
    font-size: 13px !important;
}

body.wiz-cart-body .wiz-cart-toast {
    position: fixed;
    z-index: 2600;
    left: 50%;
    bottom: 160px;
    transform: translate(-50%, 12px);
    width: min(calc(100% - 28px), 430px);
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #242429;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s;
    box-shadow: 0 14px 34px rgba(20, 22, 28, 0.22);
}

body.wiz-cart-body .wiz-cart-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

body.wiz-cart-body .wiz-cart-toast.is-error {
    background: #b62f2f;
}

@media (max-width: 390px) {
    body.wiz-product-body .wiz-product-gallery-card .product-slider .swiper-slide {
        min-height: 345px !important;
        height: 58dvh !important;
    }

    body.wiz-product-body .wiz-product-store-row {
        grid-template-columns: 42px minmax(0, 1fr) 16px !important;
    }

    body.wiz-product-body .wiz-product-store-open {
        display: none;
    }

    body.wiz-product-body .wiz-product-purchase-bar {
        grid-template-columns: minmax(0, 1fr) 104px 46px !important;
        padding-inline: 9px !important;
    }

    body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-content {
        padding-inline: 10px !important;
    }

    body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-title-row {
        margin-inline: -10px !important;
    }

    body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-item {
        grid-template-columns: 84px minmax(0, 1fr) !important;
        gap: 10px !important;
    }

    body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-item-image {
        width: 84px !important;
        height: 104px !important;
    }

    body.wiz-cart-body .wiz-cart-page-v3 .wiz-quantity-control {
        grid-template-columns: 34px 34px 34px !important;
    }

    body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-checkout-bar {
        grid-template-columns: 110px minmax(0, 1fr) !important;
        padding-inline: 9px !important;
    }
}

@media (min-width: 700px) {
    body.wiz-product-body,
    body.wiz-cart-body {
        padding-top: 18px !important;
    }

    body.wiz-product-body #wrapper,
    body.wiz-cart-body .wiz-app-home {
        border-radius: 28px !important;
        box-shadow: 0 22px 55px rgba(24, 28, 38, 0.13) !important;
        overflow: hidden;
    }

    body.wiz-product-body .wiz-product-gallery-card {
        border-radius: 28px 28px 26px 26px !important;
    }

    body.wiz-product-body .wiz-product-purchase-bar,
    body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-checkout-bar {
        bottom: 96px !important;
        border: 1px solid var(--wiz-commerce-line) !important;
        border-radius: 20px !important;
    }

    body.wiz-product-body .wiz-bottom-nav,
    body.wiz-cart-body .wiz-bottom-nav {
        bottom: 18px !important;
    }
}
