/* Product detail 2026: compact two-column layout without a reserved empty options column. */
body.ice-product-page main {
    background: #f6f9fb;
}

body.ice-product-page .rs-product > .mb-6 {
    padding: 24px 0 48px;
    background: transparent;
}

body.ice-product-page .rs-product > .mb-6 > .container > .row {
    margin: 0;
    padding: 18px;
    border: 1px solid var(--ice-line, #d8e5ee);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(21, 36, 50, .08);
}

body.ice-product-page .variant-product-gallery,
body.ice-product-page .variant-product-main,
body.ice-product-page .variant-product-options,
body.ice-product-page .variant-product-aside {
    width: auto;
    max-width: none;
    padding: 0;
}

body.ice-product-page .variant-product-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-content: start;
}

body.ice-product-page .product-gallery {
    position: relative;
    min-height: 600px;
    padding: 22px;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(145deg, #edf4f8, #f9fbfc);
}

body.ice-product-page .product-gallery::before {
    position: absolute;
    right: -130px;
    bottom: -160px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(10, 175, 194, .14);
    border-radius: 50%;
    content: "";
}

body.ice-product-page .ice-product-gallery-badges {
    position: absolute;
    z-index: 4;
    top: 22px;
    left: 22px;
    display: flex;
    align-items: center;
    gap: 9px;
}

body.ice-product-page .ice-product-gallery-badges a {
    padding: 8px 10px;
    border: 1px solid #d4e1e9;
    border-radius: 6px;
    color: #627582;
    background: rgba(255, 255, 255, .82);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

body.ice-product-page .ice-product-gallery-badges .ice-product-gallery-stock {
    border-color: transparent;
    color: #fff;
    background: var(--brand-teal, #0aafc2);
}

body.ice-product-page .product-gallery-top {
    position: relative;
    z-index: 1;
    margin-top: 35px;
    border: 0;
    background: transparent;
}

body.ice-product-page .product-gallery-top .swiper-zoom-container {
    height: 475px;
}

body.ice-product-page .product-gallery-top img {
    width: 100%;
    height: 100%;
    padding: 18px;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 26px 22px rgba(21, 36, 50, .13));
}

body.ice-product-page .product-gallery-thumbs-wrap {
    position: relative;
    z-index: 2;
}

body.ice-product-page .ice-product-summary-head {
    padding: 12px 8px 0;
}

body.ice-product-page .ice-product-summary-meta {
    display: flex;
    margin-bottom: 17px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #7b8b97;
    font-size: 11px;
    font-weight: 700;
}

body.ice-product-page .ice-product-summary-meta > div {
    display: flex;
    align-items: center;
    gap: 16px;
}

body.ice-product-page .ice-product-summary-meta .product-brand {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
}

body.ice-product-page .ice-product-summary-meta .product-brand img {
    width: auto;
    max-width: 78px;
    max-height: 34px;
}

body.ice-product-page .ice-product-summary-meta .item-product-reviews {
    color: var(--brand-teal-dark, #078c9c);
    text-decoration: none;
}

body.ice-product-page .ice-product-summary-head h1 {
    max-width: 790px;
    margin: 0;
    color: var(--brand-navy, #152432);
    font-family: "Iceberg Unbounded", "Iceberg Manrope", sans-serif !important;
    font-size: clamp(27px, 2.55vw, 38px);
    font-weight: 700 !important;
    line-height: 1.13;
    letter-spacing: -.035em;
    text-transform: none !important;
}

body.ice-product-page .ice-product-summary-labels {
    margin-top: 17px;
}

body.ice-product-page .variant-product-options {
    padding: 0 8px;
}

body.ice-product-page .variant-product-options:empty,
body.ice-product-page .variant-product-options > div:empty {
    display: none;
}

body.ice-product-page .variant-product-options .fw-bold.mb-2 {
    margin-bottom: 10px !important;
    color: var(--brand-navy, #152432);
    font-size: 11px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.ice-product-page .ice-product-key-specs {
    display: grid;
    margin: 0 !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

body.ice-product-page .ice-product-key-specs li {
    min-height: 86px;
    padding: 14px 12px;
    border: 1px solid var(--ice-line, #d8e5ee);
    border-radius: 10px;
    background: #f9fbfc;
}

body.ice-product-page .ice-product-key-specs li::before,
body.ice-product-page .ice-product-key-specs li::after {
    display: none;
}

body.ice-product-page .ice-product-key-specs li > span {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.ice-product-page .ice-product-key-specs li > span:first-child {
    margin-bottom: 8px !important;
    color: #71828e;
    font-size: 9px;
    line-height: 1.4;
}

body.ice-product-page .ice-product-key-specs li > span:last-child {
    color: var(--brand-navy, #152432);
    font-family: "Iceberg Unbounded", "Iceberg Manrope", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

body.ice-product-page .variant-product-options .mt-2 .to-chars {
    color: var(--brand-teal-dark, #078c9c);
    font-size: 10px !important;
    font-weight: 800;
}

body.ice-product-page .ice-product-summary-note {
    margin-top: 2px !important;
    color: #60717f !important;
    font-size: 14px !important;
    line-height: 1.65;
}

body.ice-product-page .product-aside {
    width: 100%;
    padding: 23px;
    border: 1px solid var(--ice-line, #d8e5ee);
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
}

body.ice-product-page .variant-product-aside:has(.empty-list) .product-aside {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 245px;
    gap: 20px 24px;
    align-items: center;
    border-color: transparent;
    color: #fff;
    background: var(--brand-navy, #152432);
}

body.ice-product-page .variant-product-aside:has(.empty-list) .ice-product-request {
    grid-column: 1;
}

body.ice-product-page .variant-product-aside:has(.empty-list) .product-controls {
    grid-column: 2;
    grid-row: 1;
}

body.ice-product-page .variant-product-aside:has(.empty-list) .ice-product-benefits {
    grid-column: 1 / -1;
}

body.ice-product-page .ice-product-request__eyebrow {
    margin-bottom: 7px;
    color: var(--brand-teal, #0aafc2);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

body.ice-product-page .ice-product-request__title {
    margin-bottom: 8px;
    color: var(--brand-navy, #152432);
    font-family: "Iceberg Unbounded", "Iceberg Manrope", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

body.ice-product-page .variant-product-aside:has(.empty-list) .ice-product-request__title {
    color: #fff;
}

body.ice-product-page .ice-product-request p {
    margin: 0;
    color: #6a7a81;
    font-size: 11px;
    line-height: 1.55;
}

body.ice-product-page .variant-product-aside:has(.empty-list) .ice-product-request p {
    color: #b8c8d4;
}

body.ice-product-page .product-controls > .mb-xl-5:first-child {
    display: none;
}

body.ice-product-page .product-aside .empty-list .btn {
    width: 100%;
    min-height: 52px;
    padding: 10px 18px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--brand-teal, #0aafc2);
    font-size: 13px;
    font-weight: 800;
}

body.ice-product-page .variant-product-aside:not(:has(.empty-list)) .ice-product-request {
    display: none;
}

body.ice-product-page .ice-product-benefits {
    display: grid;
    margin-top: 0;
    padding-top: 17px;
    border-top: 1px solid rgba(178, 204, 229, .18);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body.ice-product-page .ice-product-benefits span {
    color: #c7d5de;
    font-size: 10px;
}

body.ice-product-page .product-in-stock {
    margin-top: 12px;
    padding: 10px 12px;
    font-size: 10px;
}

body.ice-product-page .variant-product-aside:has(.empty-list) .product-fav,
body.ice-product-page .variant-product-aside:has(.empty-list) .product-comp {
    color: #c7d5de;
}

body.ice-product-page .rs-product > .section {
    padding-top: 0;
    padding-bottom: 74px;
}

body.ice-product-page .rs-product > .section > .container > .row {
    display: flex;
    flex-direction: column;
}

body.ice-product-page .rs-product > .section > .container > .row > .col-xxl-8 {
    width: 100%;
    max-width: none;
    order: 1;
}

body.ice-product-page .rs-product > .section > .container > .row > .col.offset-xxl-1 {
    width: 100%;
    margin: 54px 0 0;
    order: 2 !important;
}

body.ice-product-page .tab-pills__wrap {
    margin-bottom: 28px !important;
    border-bottom: 1px solid var(--ice-line, #d8e5ee);
}

body.ice-product-page .tab-pills_product {
    flex-wrap: nowrap;
    gap: 30px;
    overflow-x: auto;
}

body.ice-product-page .tab-pills_product .nav-link {
    position: relative;
    padding: 18px 0;
    border: 0;
    border-radius: 0;
    color: #657884;
    background: transparent;
    font-size: 11px;
    font-weight: 750;
    white-space: nowrap;
}

body.ice-product-page .tab-pills_product .nav-link::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--brand-teal, #0aafc2);
    content: "";
    opacity: 0;
}

body.ice-product-page .tab-pills_product .nav-link.active {
    color: var(--brand-navy, #152432);
}

body.ice-product-page .tab-pills_product .nav-link.active::after {
    opacity: 1;
}

body.ice-product-page .tab-content > .tab-pane > article,
body.ice-product-page .tab-content > .tab-pane > .last-child-margin-remove,
body.ice-product-page .tab-content .product-chars,
body.ice-product-page .tab-content .product-availability-item {
    border-color: var(--ice-line, #d8e5ee);
}

@media (min-width: 992px) {
    body.ice-product-page .rs-product > .mb-6 > .container > .row {
        display: grid;
        grid-template-columns: minmax(390px, .9fr) minmax(520px, 1.1fr);
        gap: clamp(30px, 4vw, 64px);
        align-items: start;
    }

    body.ice-product-page .variant-product-gallery {
        position: sticky;
        top: 132px;
    }

    body.ice-product-page .variant-product-main {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    body.ice-product-page .variant-product-aside {
        position: static;
    }
}

@media (max-width: 1199.98px) {
    body.ice-product-page .ice-product-key-specs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.ice-product-page .variant-product-aside:has(.empty-list) .product-aside {
        grid-template-columns: 1fr;
    }

    body.ice-product-page .variant-product-aside:has(.empty-list) .product-controls {
        grid-column: 1;
        grid-row: auto;
    }
}

@media (max-width: 991.98px) {
    body.ice-product-page .rs-product > .mb-6 {
        padding-top: 12px;
    }

    body.ice-product-page .rs-product > .mb-6 > .container {
        max-width: none;
        padding: 0;
    }

    body.ice-product-page .rs-product > .mb-6 > .container > .row {
        display: grid;
        padding: 12px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        gap: 18px;
    }

    body.ice-product-page .product-gallery {
        min-height: 480px;
    }

    body.ice-product-page .product-gallery-top .swiper-zoom-container {
        height: 360px;
    }

    body.ice-product-page .ice-product-summary-head {
        padding: 14px 10px 0;
    }

    body.ice-product-page .variant-product-options,
    body.ice-product-page .variant-product-aside {
        margin-inline: 10px;
    }
}

@media (max-width: 575.98px) {
    body.ice-product-page .product-gallery {
        min-height: 365px;
        padding: 14px;
    }

    body.ice-product-page .ice-product-gallery-badges {
        top: 14px;
        left: 14px;
    }

    body.ice-product-page .product-gallery-top {
        margin-top: 34px;
    }

    body.ice-product-page .product-gallery-top .swiper-zoom-container {
        height: 275px;
    }

    body.ice-product-page .product-gallery-top img {
        padding: 8px;
    }

    body.ice-product-page .ice-product-summary-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    body.ice-product-page .ice-product-summary-head h1 {
        font-size: 22px;
    }

    body.ice-product-page .ice-product-key-specs {
        gap: 6px;
    }

    body.ice-product-page .ice-product-key-specs li {
        min-height: 82px;
        padding: 12px 10px;
    }

    body.ice-product-page .product-aside {
        padding: 18px;
    }

    body.ice-product-page .ice-product-benefits {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.ice-product-page .product-gallery-top img {
        transition: none !important;
    }
}
