/* Platform product v1: marketplace-grade product detail page */
body.frontend-template-boutique .boutique-product-page {
    --pp-ink: #111827;
    --pp-muted: #667085;
    --pp-line: #d8e0e8;
    --pp-soft-line: #eef2f6;
    --pp-paper: #fff;
    --pp-soft: #f6f8fa;
    --pp-deep: #111827;
    --pp-teal: #08756f;
    --pp-red: #c2410c;
    overflow: hidden;
    padding: 18px 0 48px;
    background:
        linear-gradient(180deg, #f8fafc 0, #eef3f7 520px, #f7f9fb 100%);
    color: var(--pp-ink);
}

body.frontend-template-boutique .boutique-product-page *,
body.frontend-template-boutique .boutique-product-page *::before,
body.frontend-template-boutique .boutique-product-page *::after {
    box-sizing: border-box;
}

body.frontend-template-boutique .boutique-product-page > .container {
    width: min(100% - 32px, 1880px);
    max-width: none;
    padding: 0;
}

body.frontend-template-boutique .boutique-product-page a {
    text-decoration: none;
}

body.frontend-template-boutique .boutique-product-page .breadcrumb {
    display: flex;
    min-height: 42px;
    margin: 0 0 12px;
    padding: 0;
    align-items: center;
    gap: 8px;
    border: 0;
    background: transparent;
    color: var(--pp-muted);
    font-size: 12px;
    font-weight: 800;
}

body.frontend-template-boutique .boutique-product-page .breadcrumb a {
    color: #344054;
}

body.frontend-template-boutique .bpdp-shell {
    display: grid;
    grid-template-columns: minmax(420px, 38%) minmax(520px, 1fr) 332px;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 8px;
    background: var(--pp-paper);
    box-shadow: 0 20px 54px rgba(15, 23, 42, .06);
}

body.frontend-template-boutique .bpdp-gallery-card,
body.frontend-template-boutique .bpdp-info-card,
body.frontend-template-boutique .bpdp-side-card,
body.frontend-template-boutique .bpdp-tabs-card,
body.frontend-template-boutique .bpdp-more-card,
body.frontend-template-boutique .bpdp-query-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.frontend-template-boutique .bpdp-gallery-card {
    display: grid;
    grid-template-rows: minmax(560px, 1fr) auto;
    min-width: 0;
    padding: 20px;
    border-right: 1px solid var(--pp-line);
    background:
        linear-gradient(180deg, #fff, #f7fafb);
}

body.frontend-template-boutique .bpdp-gallery-main {
    display: flex;
    min-height: 560px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--pp-soft-line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, #f8fafc 0, #fff 52%, #edf3f7 100%);
}

body.frontend-template-boutique .bpdp-gallery-card .slick-slider,
body.frontend-template-boutique .bpdp-gallery-card .slick-list,
body.frontend-template-boutique .bpdp-gallery-card .slick-track,
body.frontend-template-boutique .bpdp-gallery-card .slick-slide,
body.frontend-template-boutique .bpdp-gallery-card .carousel-box {
    height: 100%;
}

body.frontend-template-boutique .bpdp-gallery-main .carousel-box {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

body.frontend-template-boutique .bpdp-gallery-main img {
    width: min(88%, 620px);
    max-height: 520px;
    object-fit: contain;
}

body.frontend-template-boutique .bpdp-thumbs {
    margin-top: 14px;
    padding: 0;
}

body.frontend-template-boutique .bpdp-thumbs .carousel-box {
    height: 78px;
    margin-right: 8px;
    overflow: hidden;
    border: 1px solid var(--pp-soft-line);
    border-radius: 6px;
    background: #fff;
}

body.frontend-template-boutique .bpdp-thumbs .carousel-box.slick-current,
body.frontend-template-boutique .bpdp-thumbs .carousel-box:hover {
    border-color: rgba(8, 117, 111, .55);
    box-shadow: inset 0 0 0 1px rgba(8, 117, 111, .18);
}

body.frontend-template-boutique .bpdp-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.frontend-template-boutique .bpdp-info-card {
    display: grid;
    align-content: start;
    min-width: 0;
    padding: 30px 34px;
    border-right: 1px solid var(--pp-line);
}

body.frontend-template-boutique .bpdp-label-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

body.frontend-template-boutique .bpdp-badge,
body.frontend-template-boutique .bpdp-brand {
    display: inline-flex;
    min-height: 28px;
    padding: 0 11px;
    align-items: center;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.frontend-template-boutique .bpdp-badge {
    background: #fff3ed;
    color: var(--pp-red);
}

body.frontend-template-boutique .bpdp-brand {
    border: 1px solid #cfe2e0;
    background: #effaf8;
    color: var(--pp-teal);
}

body.frontend-template-boutique .bpdp-info-card h1 {
    max-width: 980px;
    margin: 0;
    color: var(--pp-ink);
    font-size: clamp(32px, 2.6vw, 52px);
    font-weight: 950;
    line-height: 1.06;
    letter-spacing: 0;
}

body.frontend-template-boutique .bpdp-rating-row {
    display: flex;
    margin-top: 18px;
    padding: 12px 0;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    border-top: 1px solid var(--pp-soft-line);
    border-bottom: 1px solid var(--pp-soft-line);
    color: var(--pp-muted);
    font-size: 13px;
    font-weight: 800;
}

body.frontend-template-boutique .bpdp-price-panel {
    display: flex;
    min-height: 94px;
    margin-top: 18px;
    padding: 18px 20px;
    align-items: baseline;
    gap: 12px;
    border: 1px solid #f0d7c9;
    border-radius: 8px;
    background:
        linear-gradient(135deg, #fff7f2, #fff 58%, #f8fafc);
}

body.frontend-template-boutique .bpdp-price-panel del {
    color: #98a2b3;
    font-size: 14px;
    font-weight: 800;
}

body.frontend-template-boutique .bpdp-price-panel strong {
    color: var(--pp-red);
    font-size: clamp(34px, 2.6vw, 54px);
    font-weight: 950;
    line-height: 1;
}

body.frontend-template-boutique .bpdp-price-panel span {
    color: var(--pp-muted);
    font-size: 13px;
    font-weight: 800;
}

body.frontend-template-boutique .bpdp-wholesale {
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 8px;
}

body.frontend-template-boutique .bpdp-option-form {
    display: grid;
    gap: 0;
    margin-top: 20px;
    border-top: 1px solid var(--pp-line);
}

body.frontend-template-boutique .bpdp-option-group {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 16px;
    margin: 0;
    padding: 16px 0;
    align-items: start;
    border-bottom: 1px solid var(--pp-soft-line);
}

body.frontend-template-boutique .bpdp-option-title {
    color: #344054;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body.frontend-template-boutique .bpdp-option-values,
body.frontend-template-boutique .bpdp-color-values {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

body.frontend-template-boutique .bpdp-option-values .aiz-megabox,
body.frontend-template-boutique .bpdp-color-values .aiz-megabox {
    margin: 0;
}

body.frontend-template-boutique .bpdp-option-values .aiz-megabox-elem {
    display: inline-flex;
    min-height: 38px;
    padding: 0 14px;
    align-items: center;
    border: 1px solid var(--pp-line);
    border-radius: 6px;
    background: #fff;
    color: #263449;
    font-size: 13px;
    font-weight: 850;
}

body.frontend-template-boutique .bpdp-color-values .aiz-megabox-elem {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--pp-line);
    border-radius: 999px;
    background: #fff;
}

body.frontend-template-boutique .bpdp-color-values i {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 999px;
}

body.frontend-template-boutique .bpdp-option-values input:checked + .aiz-megabox-elem,
body.frontend-template-boutique .bpdp-color-values input:checked + .aiz-megabox-elem {
    border-color: var(--pp-teal);
    box-shadow: inset 0 0 0 1px var(--pp-teal), 0 8px 18px rgba(8, 117, 111, .12);
}

body.frontend-template-boutique .bpdp-qty-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

body.frontend-template-boutique .bpdp-qty {
    display: inline-grid;
    grid-template-columns: 42px 68px 42px;
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 6px;
    background: #fff;
}

body.frontend-template-boutique .bpdp-qty .btn,
body.frontend-template-boutique .bpdp-qty input {
    height: 42px;
    border: 0;
    border-radius: 0;
    background: #fff;
    text-align: center;
}

body.frontend-template-boutique .bpdp-stock {
    color: var(--pp-muted);
    font-size: 13px;
    font-weight: 800;
}

body.frontend-template-boutique .bpdp-total {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 8px;
    background: #f3f7f7;
}

body.frontend-template-boutique .bpdp-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    margin-top: 22px;
}

body.frontend-template-boutique .bpdp-actions .btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 950;
    letter-spacing: 0;
}

body.frontend-template-boutique .bpdp-actions .btn-primary,
body.frontend-template-boutique .bpdp-query-card .btn-primary {
    border-color: var(--pp-teal);
    background: var(--pp-teal);
}

body.frontend-template-boutique .bpdp-actions .btn-soft-primary {
    border-color: #b7d8d5;
    background: #effaf8;
    color: #075f5a;
}

body.frontend-template-boutique .bpdp-secondary-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

body.frontend-template-boutique .bpdp-secondary-actions button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid var(--pp-line);
    border-radius: 6px;
    background: #fff;
    color: #344054;
    font-size: 12px;
    font-weight: 850;
}

body.frontend-template-boutique .bpdp-side-card {
    display: grid;
    align-content: start;
    gap: 0;
    min-width: 0;
    padding: 0;
    background: #fbfcfd;
}

body.frontend-template-boutique .bpdp-service-list {
    display: grid;
}

body.frontend-template-boutique .bpdp-service-list div,
body.frontend-template-boutique .bpdp-seller-box {
    display: grid;
    gap: 6px;
    padding: 18px;
    border-bottom: 1px solid var(--pp-line);
}

body.frontend-template-boutique .bpdp-service-list i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #e8f7f5;
    color: var(--pp-teal);
    font-size: 20px;
}

body.frontend-template-boutique .bpdp-service-list span,
body.frontend-template-boutique .bpdp-seller-box a,
body.frontend-template-boutique .bpdp-seller-box strong {
    color: var(--pp-ink);
    font-size: 14px;
    font-weight: 950;
}

body.frontend-template-boutique .bpdp-service-list small,
body.frontend-template-boutique .bpdp-seller-box > span,
body.frontend-template-boutique .bpdp-seller-box p {
    margin: 0;
    color: var(--pp-muted);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.45;
}

body.frontend-template-boutique .bpdp-store-link {
    display: inline-flex;
    width: max-content;
    min-height: 32px;
    padding: 0 12px;
    align-items: center;
    border-radius: 999px;
    background: var(--pp-deep);
    color: #fff !important;
    font-size: 12px !important;
}

body.frontend-template-boutique .bpdp-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
    margin-top: 18px;
}

body.frontend-template-boutique .bpdp-tabs-card,
body.frontend-template-boutique .bpdp-more-card,
body.frontend-template-boutique .bpdp-query-card {
    overflow: hidden;
    border: 1px solid var(--pp-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .045);
}

body.frontend-template-boutique .bpdp-tabs {
    display: flex;
    min-height: 58px;
    padding: 0 18px;
    align-items: center;
    gap: 22px;
    border-bottom: 1px solid var(--pp-line);
    background: #fbfcfd;
}

body.frontend-template-boutique .bpdp-tabs a {
    position: relative;
    display: inline-flex;
    min-height: 58px;
    align-items: center;
    color: #475467;
    font-size: 13px;
    font-weight: 900;
}

body.frontend-template-boutique .bpdp-tabs a.active {
    color: var(--pp-teal);
}

body.frontend-template-boutique .bpdp-tabs a.active::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background: var(--pp-teal);
}

body.frontend-template-boutique .bpdp-tabs-card .tab-content,
body.frontend-template-boutique .bpdp-query-card {
    padding: 24px;
}

body.frontend-template-boutique .bpdp-editor {
    color: #263449;
    font-size: 15px;
    line-height: 1.8;
}

body.frontend-template-boutique .bpdp-editor img {
    max-width: 100%;
    height: auto;
}

body.frontend-template-boutique .bpdp-more-card h3,
body.frontend-template-boutique .bpdp-query-card h3 {
    margin: 0;
    padding: 18px;
    border-bottom: 1px solid var(--pp-line);
    color: var(--pp-ink);
    font-size: 15px;
    font-weight: 950;
}

body.frontend-template-boutique .bpdp-more-card > div {
    display: grid;
}

body.frontend-template-boutique .bpdp-more-card a {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-bottom: 1px solid var(--pp-soft-line);
    color: var(--pp-ink);
}

body.frontend-template-boutique .bpdp-more-card img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    border-radius: 6px;
    background: #f4f6f8;
}

body.frontend-template-boutique .bpdp-more-card strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--pp-ink);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.45;
}

body.frontend-template-boutique .bpdp-more-card em {
    display: block;
    margin-top: 6px;
    color: var(--pp-red);
    font-size: 15px;
    font-style: normal;
    font-weight: 950;
}

body.frontend-template-boutique .bpdp-review-list {
    display: grid;
    gap: 12px;
}

body.frontend-template-boutique .bpdp-review-list article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--pp-soft-line);
    border-radius: 8px;
}

body.frontend-template-boutique .bpdp-review-list img {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    object-fit: cover;
}

body.frontend-template-boutique .bpdp-empty {
    display: flex;
    min-height: 120px;
    align-items: center;
    justify-content: center;
    color: var(--pp-muted);
    font-weight: 850;
}

body.frontend-template-boutique .commerce-section {
    margin-top: 18px;
}

@media (max-width: 1399.98px) {
    body.frontend-template-boutique .bpdp-shell {
        grid-template-columns: minmax(360px, 40%) minmax(420px, 1fr);
    }

    body.frontend-template-boutique .bpdp-side-card {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr);
        border-top: 1px solid var(--pp-line);
    }

    body.frontend-template-boutique .bpdp-service-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.frontend-template-boutique .bpdp-service-list div {
        border-right: 1px solid var(--pp-line);
    }
}

@media (max-width: 991.98px) {
    body.frontend-template-boutique .bpdp-shell,
    body.frontend-template-boutique .bpdp-content-grid {
        grid-template-columns: 1fr;
    }

    body.frontend-template-boutique .bpdp-gallery-card,
    body.frontend-template-boutique .bpdp-info-card {
        border-right: 0;
        border-bottom: 1px solid var(--pp-line);
    }

    body.frontend-template-boutique .bpdp-gallery-card {
        grid-template-rows: auto auto;
    }

    body.frontend-template-boutique .bpdp-gallery-main {
        min-height: 430px;
    }

    body.frontend-template-boutique .bpdp-gallery-main img {
        max-height: 390px;
    }
}

@media (max-width: 767.98px) {
    body.frontend-template-boutique .boutique-product-page {
        padding-top: 10px;
    }

    body.frontend-template-boutique .boutique-product-page > .container {
        width: min(100% - 20px, 1880px);
    }

    body.frontend-template-boutique .boutique-product-page .breadcrumb {
        overflow: auto;
        white-space: nowrap;
    }

    body.frontend-template-boutique .bpdp-gallery-card,
    body.frontend-template-boutique .bpdp-info-card {
        padding: 14px;
    }

    body.frontend-template-boutique .bpdp-gallery-main {
        min-height: 320px;
    }

    body.frontend-template-boutique .bpdp-gallery-main img {
        max-height: 292px;
    }

    body.frontend-template-boutique .bpdp-info-card h1 {
        font-size: 26px;
    }

    body.frontend-template-boutique .bpdp-price-panel {
        min-height: 78px;
        padding: 14px;
    }

    body.frontend-template-boutique .bpdp-price-panel strong {
        font-size: 32px;
    }

    body.frontend-template-boutique .bpdp-option-group {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px 0;
    }

    body.frontend-template-boutique .bpdp-actions,
    body.frontend-template-boutique .bpdp-secondary-actions,
    body.frontend-template-boutique .bpdp-service-list {
        grid-template-columns: 1fr;
    }

    body.frontend-template-boutique .bpdp-tabs {
        overflow: auto;
        gap: 16px;
        padding: 0 14px;
    }

    body.frontend-template-boutique .bpdp-tabs-card .tab-content,
    body.frontend-template-boutique .bpdp-query-card {
        padding: 16px;
    }
}

body.frontend-template-boutique .boutique-product-page .bpdp-gallery-card,
body.frontend-template-boutique .boutique-product-page .bpdp-info-card,
body.frontend-template-boutique .boutique-product-page .bpdp-side-card {
    position: relative !important;
    top: auto !important;
    border-radius: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-gallery-card {
    border-left: 0 !important;
    border-right: 1px solid var(--pp-line) !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-info-card {
    border-left: 0 !important;
    border-right: 1px solid var(--pp-line) !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-side-card {
    border-left: 0 !important;
    border-right: 0 !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-gallery-main {
    height: 560px !important;
    min-height: 560px !important;
    border-radius: 8px !important;
}

body.frontend-template-boutique .boutique-product-page .product-gallery,
body.frontend-template-boutique .boutique-product-page .product-gallery .slick-list,
body.frontend-template-boutique .boutique-product-page .product-gallery .slick-track,
body.frontend-template-boutique .boutique-product-page .product-gallery .slick-slide,
body.frontend-template-boutique .boutique-product-page .product-gallery .carousel-box {
    height: 558px !important;
    min-height: 558px !important;
}

body.frontend-template-boutique .boutique-product-page .product-gallery .slick-slide > div {
    height: 100% !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-price-panel {
    border-radius: 8px !important;
}

@media (max-width: 991.98px) {
    body.frontend-template-boutique .boutique-product-page .bpdp-gallery-card,
    body.frontend-template-boutique .boutique-product-page .bpdp-info-card {
        border-right: 0 !important;
        border-bottom: 1px solid var(--pp-line) !important;
    }

    body.frontend-template-boutique .boutique-product-page .bpdp-gallery-main {
        height: 430px !important;
        min-height: 430px !important;
    }

    body.frontend-template-boutique .boutique-product-page .product-gallery,
    body.frontend-template-boutique .boutique-product-page .product-gallery .slick-list,
    body.frontend-template-boutique .boutique-product-page .product-gallery .slick-track,
    body.frontend-template-boutique .boutique-product-page .product-gallery .slick-slide,
    body.frontend-template-boutique .boutique-product-page .product-gallery .carousel-box {
        height: 428px !important;
        min-height: 428px !important;
    }
}

@media (max-width: 767.98px) {
    body.frontend-template-boutique .boutique-product-page .bpdp-gallery-main {
        height: 320px !important;
        min-height: 320px !important;
    }

    body.frontend-template-boutique .boutique-product-page .product-gallery,
    body.frontend-template-boutique .boutique-product-page .product-gallery .slick-list,
    body.frontend-template-boutique .boutique-product-page .product-gallery .slick-track,
    body.frontend-template-boutique .boutique-product-page .product-gallery .slick-slide,
    body.frontend-template-boutique .boutique-product-page .product-gallery .carousel-box {
        height: 318px !important;
        min-height: 318px !important;
    }
}

/* Product showcase v3 authoritative tail */
body.frontend-template-boutique .product-showcase-v3 .bpdp-shell {
    grid-template-columns: minmax(560px, 52%) minmax(460px, 48%) !important;
    border: 1px solid #d3dce6 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08) !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-card {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    grid-template-rows: 56px 650px !important;
    gap: 16px !important;
    padding: 22px !important;
    border: 0 !important;
    background: linear-gradient(145deg, #101828 0, #172033 62%, #0f172a 100%) !important;
}

body.frontend-template-boutique .product-showcase-v3 .pdpv3-media-head {
    grid-column: 1 / -1 !important;
    display: flex !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-main {
    grid-column: 2 !important;
    grid-row: 2 !important;
    height: 650px !important;
    min-height: 650px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #f8fafc 0, #fff 52%, #e8eef4 100%) !important;
}

body.frontend-template-boutique .product-showcase-v3 .product-gallery,
body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-list,
body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-track,
body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-slide,
body.frontend-template-boutique .product-showcase-v3 .product-gallery .carousel-box {
    height: 650px !important;
    min-height: 650px !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 92px !important;
    height: 650px !important;
    margin: 0 !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-info-card {
    min-height: 750px !important;
    padding: 34px 38px !important;
    border: 0 !important;
    background: linear-gradient(180deg, #fff 0, #fff 72%, #f8fafc 100%) !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-side-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(230px, .85fr) !important;
    margin-top: 24px !important;
    border: 1px solid #d8e0e8 !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
    color: #111827 !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-price-panel {
    border: 0 !important;
    background: linear-gradient(90deg, #111827 0, #202b40 50%, #0b6b66 100%) !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-price-panel strong {
    color: #fff !important;
}

@media (max-width: 1399.98px) {
    body.frontend-template-boutique .product-showcase-v3 .bpdp-shell {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 991.98px) {
    body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-card {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto 430px 86px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-main {
        grid-column: 1 !important;
        grid-row: 2 !important;
        height: 430px !important;
        min-height: 430px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs {
        grid-column: 1 !important;
        grid-row: 3 !important;
        width: 100% !important;
        height: 86px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-side-card {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767.98px) {
    body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-card {
        grid-template-rows: auto 320px 78px !important;
        padding: 14px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-main {
        height: 320px !important;
        min-height: 320px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .product-gallery,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-list,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-track,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-slide,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .carousel-box {
        height: 320px !important;
        min-height: 320px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-info-card {
        min-height: 0 !important;
        padding: 20px 16px !important;
    }
}

/* Product showcase v3 final overrides */
body.frontend-template-boutique .product-showcase-v3 .bpdp-shell {
    grid-template-columns: minmax(560px, 52%) minmax(460px, 48%) !important;
    gap: 0 !important;
    border: 1px solid #d3dce6 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08) !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-card {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    grid-template-rows: 56px 650px !important;
    gap: 16px !important;
    padding: 22px !important;
    border: 0 !important;
    background: linear-gradient(145deg, #101828 0, #172033 62%, #0f172a 100%) !important;
}

body.frontend-template-boutique .product-showcase-v3 .pdpv3-media-head {
    grid-column: 1 / -1 !important;
    display: flex !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-main {
    grid-column: 2 !important;
    grid-row: 2 !important;
    height: 650px !important;
    min-height: 650px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #f8fafc 0, #fff 52%, #e8eef4 100%) !important;
}

body.frontend-template-boutique .product-showcase-v3 .product-gallery,
body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-list,
body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-track,
body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-slide,
body.frontend-template-boutique .product-showcase-v3 .product-gallery .carousel-box {
    height: 650px !important;
    min-height: 650px !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 92px !important;
    height: 650px !important;
    margin: 0 !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-info-card {
    min-height: 750px !important;
    padding: 34px 38px !important;
    border: 0 !important;
    background: linear-gradient(180deg, #fff 0, #fff 72%, #f8fafc 100%) !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-side-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(230px, .85fr) !important;
    margin-top: 24px !important;
    border: 1px solid #d8e0e8 !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
    color: #111827 !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-price-panel {
    border: 0 !important;
    background: linear-gradient(90deg, #111827 0, #202b40 50%, #0b6b66 100%) !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-price-panel strong {
    color: #fff !important;
}

@media (max-width: 1399.98px) {
    body.frontend-template-boutique .product-showcase-v3 .bpdp-shell {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 991.98px) {
    body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-card {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto 430px 86px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-main {
        grid-column: 1 !important;
        grid-row: 2 !important;
        height: 430px !important;
        min-height: 430px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs {
        grid-column: 1 !important;
        grid-row: 3 !important;
        width: 100% !important;
        height: 86px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-side-card {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767.98px) {
    body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-card {
        grid-template-rows: auto 320px 78px !important;
        padding: 14px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-main {
        height: 320px !important;
        min-height: 320px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .product-gallery,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-list,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-track,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-slide,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .carousel-box {
        height: 320px !important;
        min-height: 320px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-info-card {
        min-height: 0 !important;
        padding: 20px 16px !important;
    }
}

/* Product showcase v3 */
body.frontend-template-boutique .product-showcase-v3 {
    padding: 18px 0 54px !important;
    background:
        linear-gradient(180deg, #eef3f7 0, #f8fafc 360px, #f3f6f8 100%) !important;
}

body.frontend-template-boutique .product-showcase-v3 > .container {
    width: min(100% - 36px, 1760px) !important;
}

body.frontend-template-boutique .product-showcase-v3 .pdpv3-topline {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

body.frontend-template-boutique .product-showcase-v3 .breadcrumb {
    min-width: 0;
    margin: 0 !important;
}

body.frontend-template-boutique .product-showcase-v3 .pdpv3-market-stats {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

body.frontend-template-boutique .product-showcase-v3 .pdpv3-market-stats span {
    display: inline-flex;
    min-height: 30px;
    padding: 0 11px;
    align-items: center;
    border: 1px solid #d8e0e8;
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    color: #475467;
    font-size: 12px;
    font-weight: 850;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-shell {
    display: grid !important;
    grid-template-columns: minmax(560px, 52%) minmax(460px, 48%) !important;
    gap: 0 !important;
    overflow: hidden !important;
    border: 1px solid #d3dce6 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .08) !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-card {
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    grid-template-rows: 56px 650px !important;
    gap: 16px !important;
    height: auto !important;
    padding: 22px !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, .1) !important;
    background:
        linear-gradient(145deg, #101828 0, #172033 62%, #0f172a 100%) !important;
}

body.frontend-template-boutique .product-showcase-v3 .pdpv3-media-head {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

body.frontend-template-boutique .product-showcase-v3 .pdpv3-media-head span,
body.frontend-template-boutique .product-showcase-v3 .pdpv3-context span {
    color: #8ff3e8;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.frontend-template-boutique .product-showcase-v3 .pdpv3-media-head a {
    display: inline-flex;
    min-height: 30px;
    padding: 0 12px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: rgba(255, 255, 255, .84);
    font-size: 12px;
    font-weight: 850;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-main {
    grid-column: 2 !important;
    grid-row: 2 !important;
    width: 100% !important;
    height: 650px !important;
    min-height: 650px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 8px !important;
    background:
        linear-gradient(135deg, #f8fafc 0, #fff 52%, #e8eef4 100%) !important;
}

body.frontend-template-boutique .product-showcase-v3 .product-gallery,
body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-list,
body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-track,
body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-slide,
body.frontend-template-boutique .product-showcase-v3 .product-gallery .carousel-box {
    height: 650px !important;
    min-height: 650px !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-main img {
    width: min(86%, 680px) !important;
    max-height: 590px !important;
    object-fit: contain !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 92px !important;
    height: 650px !important;
    margin: 0 !important;
    overflow: hidden !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs .slick-list,
body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs .slick-track {
    width: 92px !important;
    height: auto !important;
    transform: none !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs .slick-track {
    display: grid !important;
    gap: 10px !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs .slick-slide,
body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs .carousel-box {
    width: 92px !important;
    height: 92px !important;
    min-height: 92px !important;
    margin: 0 !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .08) !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs .carousel-box.slick-current,
body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs .carousel-box:hover {
    border-color: #8ff3e8 !important;
    background: rgba(143, 243, 232, .12) !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-info-card {
    display: grid !important;
    align-content: start !important;
    min-height: 750px !important;
    padding: 34px 38px !important;
    border: 0 !important;
    background:
        linear-gradient(180deg, #fff 0, #fff 72%, #f8fafc 100%) !important;
}

body.frontend-template-boutique .product-showcase-v3 .pdpv3-context {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

body.frontend-template-boutique .product-showcase-v3 .pdpv3-context a {
    color: #08756f;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-label-row {
    margin-bottom: 14px !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-info-card h1 {
    max-width: 820px !important;
    font-size: clamp(34px, 2.65vw, 58px) !important;
    line-height: .99 !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-rating-row {
    margin-top: 20px !important;
    padding: 14px 0 !important;
    border-color: #e5eaf0 !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-price-panel {
    min-height: 112px !important;
    margin-top: 20px !important;
    padding: 20px 22px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background:
        linear-gradient(90deg, #111827 0, #202b40 50%, #0b6b66 100%) !important;
    color: #fff !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-price-panel strong {
    color: #fff !important;
    font-size: clamp(42px, 3.2vw, 68px) !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-price-panel del,
body.frontend-template-boutique .product-showcase-v3 .bpdp-price-panel span {
    color: rgba(255, 255, 255, .68) !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-option-form {
    margin-top: 22px !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-actions {
    grid-template-columns: .9fr 1.1fr !important;
    gap: 12px !important;
    margin-top: 24px !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-actions .btn {
    min-height: 56px !important;
    border-radius: 8px !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-actions .btn-primary {
    background: #111827 !important;
    border-color: #111827 !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-actions .btn-soft-primary {
    background: #eefaf8 !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-secondary-actions {
    margin-top: 12px !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-secondary-actions button {
    border-radius: 8px !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-side-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(230px, .85fr) !important;
    gap: 0 !important;
    margin-top: 24px !important;
    overflow: hidden !important;
    border: 1px solid #d8e0e8 !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
    color: #111827 !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-service-list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    border-right: 1px solid #d8e0e8 !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-service-list div,
body.frontend-template-boutique .product-showcase-v3 .bpdp-seller-box {
    padding: 16px !important;
    border-color: #d8e0e8 !important;
    background: transparent !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-service-list div {
    border-right: 1px solid #e4e9ef !important;
    border-bottom: 0 !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-service-list i {
    background: #e8f7f5 !important;
    color: #08756f !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-service-list span,
body.frontend-template-boutique .product-showcase-v3 .bpdp-seller-box a,
body.frontend-template-boutique .product-showcase-v3 .bpdp-seller-box strong {
    color: #111827 !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-service-list small,
body.frontend-template-boutique .product-showcase-v3 .bpdp-seller-box > span,
body.frontend-template-boutique .product-showcase-v3 .bpdp-seller-box p {
    color: #667085 !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-store-link {
    background: #111827 !important;
    color: #fff !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-content-grid {
    grid-template-columns: minmax(0, 1fr) 340px !important;
    gap: 18px !important;
    margin-top: 18px !important;
}

body.frontend-template-boutique .product-showcase-v3 .bpdp-tabs-card,
body.frontend-template-boutique .product-showcase-v3 .bpdp-more-card,
body.frontend-template-boutique .product-showcase-v3 .bpdp-query-card {
    border-radius: 8px !important;
    box-shadow: none !important;
}

@media (max-width: 1399.98px) {
    body.frontend-template-boutique .product-showcase-v3 .bpdp-shell {
        grid-template-columns: 1fr !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-card {
        border-right: 0 !important;
    }
}

@media (max-width: 991.98px) {
    body.frontend-template-boutique .product-showcase-v3 .pdpv3-topline {
        align-items: flex-start;
        flex-direction: column;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-card {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto 430px 86px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-main {
        grid-column: 1 !important;
        grid-row: 2 !important;
        height: 430px !important;
        min-height: 430px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .product-gallery,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-list,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-track,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-slide,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .carousel-box {
        height: 430px !important;
        min-height: 430px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs {
        grid-column: 1 !important;
        grid-row: 3 !important;
        width: 100% !important;
        height: 86px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs .slick-list,
    body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs .slick-track {
        width: 100% !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs .slick-track {
        display: flex !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs .slick-slide,
    body.frontend-template-boutique .product-showcase-v3 .bpdp-thumbs .carousel-box {
        width: 86px !important;
        height: 86px !important;
        min-height: 86px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-side-card,
    body.frontend-template-boutique .product-showcase-v3 .bpdp-content-grid {
        grid-template-columns: 1fr !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-service-list {
        border-right: 0 !important;
        border-bottom: 1px solid #d8e0e8 !important;
    }
}

@media (max-width: 767.98px) {
    body.frontend-template-boutique .product-showcase-v3 > .container {
        width: min(100% - 20px, 1760px) !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-card {
        grid-template-rows: auto 320px 78px !important;
        padding: 14px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-gallery-main {
        height: 320px !important;
        min-height: 320px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .product-gallery,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-list,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-track,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .slick-slide,
    body.frontend-template-boutique .product-showcase-v3 .product-gallery .carousel-box {
        height: 320px !important;
        min-height: 320px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-info-card {
        min-height: 0 !important;
        padding: 20px 16px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-info-card h1 {
        font-size: 28px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-price-panel strong {
        font-size: 34px !important;
    }

    body.frontend-template-boutique .product-showcase-v3 .bpdp-actions,
    body.frontend-template-boutique .product-showcase-v3 .bpdp-secondary-actions,
    body.frontend-template-boutique .product-showcase-v3 .bpdp-service-list {
        grid-template-columns: 1fr !important;
    }
}

/* Product console refinement */
body.frontend-template-boutique .boutique-product-page .bpdp-shell {
    grid-template-columns: minmax(560px, 43%) minmax(520px, 1fr) 318px !important;
    border-color: #d6dee7 !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-gallery-card {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    grid-template-rows: 640px !important;
    gap: 14px !important;
    padding: 16px !important;
    background: #fff !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-gallery-main {
    grid-column: 2 !important;
    grid-row: 1 !important;
    height: 640px !important;
    min-height: 640px !important;
    border-color: #e6ebf0 !important;
    background:
        linear-gradient(135deg, #f8fafc 0, #ffffff 48%, #eef3f7 100%) !important;
}

body.frontend-template-boutique .boutique-product-page .product-gallery,
body.frontend-template-boutique .boutique-product-page .product-gallery .slick-list,
body.frontend-template-boutique .boutique-product-page .product-gallery .slick-track,
body.frontend-template-boutique .boutique-product-page .product-gallery .slick-slide,
body.frontend-template-boutique .boutique-product-page .product-gallery .carousel-box {
    height: 638px !important;
    min-height: 638px !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-gallery-main img {
    width: min(88%, 660px) !important;
    max-height: 590px !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-thumbs {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 82px !important;
    height: 640px !important;
    margin: 0 !important;
    overflow: hidden !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-thumbs .slick-list,
body.frontend-template-boutique .boutique-product-page .bpdp-thumbs .slick-track {
    width: 82px !important;
    height: auto !important;
    transform: none !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-thumbs .slick-track {
    display: grid !important;
    gap: 8px !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-thumbs .slick-slide,
body.frontend-template-boutique .boutique-product-page .bpdp-thumbs .carousel-box {
    width: 82px !important;
    height: 82px !important;
    min-height: 82px !important;
    margin: 0 !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-info-card {
    padding: 28px 32px !important;
    background: #fff !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-info-card h1 {
    font-size: clamp(30px, 2.25vw, 46px) !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-price-panel {
    min-height: 104px !important;
    border-color: #ead7cb !important;
    background:
        linear-gradient(90deg, #fff4ee 0, #fff 46%, #f7fafb 100%) !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-side-card {
    background: #111827 !important;
    color: #fff !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-service-list div,
body.frontend-template-boutique .boutique-product-page .bpdp-seller-box {
    border-color: rgba(255, 255, 255, .1) !important;
    background: transparent !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-service-list i {
    background: rgba(8, 117, 111, .22) !important;
    color: #8ff3e8 !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-service-list span,
body.frontend-template-boutique .boutique-product-page .bpdp-seller-box a,
body.frontend-template-boutique .boutique-product-page .bpdp-seller-box strong {
    color: #fff !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-service-list small,
body.frontend-template-boutique .boutique-product-page .bpdp-seller-box > span,
body.frontend-template-boutique .boutique-product-page .bpdp-seller-box p {
    color: rgba(255, 255, 255, .66) !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-store-link {
    background: #fff !important;
    color: #111827 !important;
}

body.frontend-template-boutique .boutique-product-page .bpdp-tabs-card,
body.frontend-template-boutique .boutique-product-page .bpdp-more-card,
body.frontend-template-boutique .boutique-product-page .bpdp-query-card {
    box-shadow: none !important;
}

@media (max-width: 1399.98px) {
    body.frontend-template-boutique .boutique-product-page .bpdp-shell {
        grid-template-columns: minmax(420px, 42%) minmax(420px, 1fr) !important;
    }

    body.frontend-template-boutique .boutique-product-page .bpdp-side-card {
        grid-column: 1 / -1 !important;
        background: #111827 !important;
    }
}

@media (max-width: 991.98px) {
    body.frontend-template-boutique .boutique-product-page .bpdp-shell {
        grid-template-columns: 1fr !important;
    }

    body.frontend-template-boutique .boutique-product-page .bpdp-gallery-card {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto !important;
    }

    body.frontend-template-boutique .boutique-product-page .bpdp-gallery-main {
        grid-column: 1 !important;
        height: 430px !important;
        min-height: 430px !important;
    }

    body.frontend-template-boutique .boutique-product-page .product-gallery,
    body.frontend-template-boutique .boutique-product-page .product-gallery .slick-list,
    body.frontend-template-boutique .boutique-product-page .product-gallery .slick-track,
    body.frontend-template-boutique .boutique-product-page .product-gallery .slick-slide,
    body.frontend-template-boutique .boutique-product-page .product-gallery .carousel-box {
        height: 428px !important;
        min-height: 428px !important;
    }

    body.frontend-template-boutique .boutique-product-page .bpdp-thumbs {
        grid-column: 1 !important;
        grid-row: 2 !important;
        width: 100% !important;
        height: 82px !important;
    }

    body.frontend-template-boutique .boutique-product-page .bpdp-thumbs .slick-list,
    body.frontend-template-boutique .boutique-product-page .bpdp-thumbs .slick-track {
        width: 100% !important;
    }

    body.frontend-template-boutique .boutique-product-page .bpdp-thumbs .slick-track {
        display: flex !important;
    }
}

@media (max-width: 767.98px) {
    body.frontend-template-boutique .boutique-product-page .bpdp-gallery-main {
        height: 320px !important;
        min-height: 320px !important;
    }

    body.frontend-template-boutique .boutique-product-page .product-gallery,
    body.frontend-template-boutique .boutique-product-page .product-gallery .slick-list,
    body.frontend-template-boutique .boutique-product-page .product-gallery .slick-track,
    body.frontend-template-boutique .boutique-product-page .product-gallery .slick-slide,
    body.frontend-template-boutique .boutique-product-page .product-gallery .carousel-box {
        height: 318px !important;
        min-height: 318px !important;
    }
}
