/* Extracted from JS runtime-injected styles */

.ss-ab-hidden {
    display: none !important;
}

.snaglet-turnstile-hidden {
    display: none;
    min-height: 1px;
}

.product-card__cart-label,
.product-name-inline {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-name-link {
    text-decoration: none;
}

.ss-price-old {
    text-decoration: line-through;
    opacity: .65;
    margin-right: 4px;
}

.ss-price-old--muted {
    text-decoration: line-through;
    opacity: .75;
    margin-right: 4px;
}

.ss-price-new {
    font-weight: 700;
}

.ss-minw0 {
    min-width: 0;
}

.ss-link-reset {
    text-decoration: none;
    color: inherit;
}

.ss-link-block {
    display: block;
}

.ss-select-fullwidth {
    width: 100%;
}

.ss-hidden-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    pointer-events: none;
}

.ss-note-box {
    padding: 10px 12px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 12px;
}

.ss-note-box--danger {
    border-color: rgba(255, 0, 0, .35);
}

.ss-basket-toast__body {
    min-width: 0;
    flex: 1 1 auto;
}

.ss-lc-title {
    margin-bottom: 8px;
    font-weight: 700;
}

.ss-lc-row-body {
    min-width: 0;
}

.settings-panel {
    background-color: var(--SearchBar_Background_Colour);
    color: var(--Default_Text_Colour);
}

.payment-modal-country {
    width: 100%;
}

.payment-request-slot {
    margin: 16px 0;
}

.payment-element-slot {
    margin-top: 16px;
}

.payment-last-chance-slot {
    margin-top: 12px;
}

.ss-ci-addons-title {
    margin-top: 10px;
}

.ss-ci-card-body {
    min-width: 0;
}

/* cart incentives */
.ss-cart-inc {
    background-color: var(--Modal_Background_Colour);
    margin: 12px 0 8px;
    padding: 2%;
    border-radius: 14px;
    font-family: 'Afacad', sans-serif;
    border: 1px solid rgba(0, 0, 0, .10);
    background: rgba(0, 0, 0, .02);
}

.ss-ci-wrap {
    display: block;
}

.ss-ci-title {
    color: var(--Default_Text_Colour) !important;
    font-weight: 700;
    font-size: .95rem;
    margin-left: auto;
    font-family: 'Afacad', sans-serif;
    height: fit-content;
}

.ss-ci-sub {
    font-size: .86rem;
    opacity: .85;
    margin-top: 4%;
    margin-bottom: 2%;
    color: var(--Default_Text_Colour);
    font-family: 'Afacad', sans-serif;
}

.ss-ci-ticks-title {
    margin-top: 6px;
    font-size: .78rem;
    opacity: .75;
    text-align: center;
}

.ss-ci-bar {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .08);
    overflow: visible;
    margin-top: 8px;
    color: var(--Default_Text_Colour) !important;
    font-family: 'Afacad', sans-serif;
}

.ss-ci-bar--secondary {
    margin-top: 8px;
}

html.dark-mode .ss-ci-bar {
    background: rgba(255, 255, 255, .12);
}

.ss-ci-fill {
    position: absolute;
    inset: 0;
    width: 0%;
    background: var(--Accent, #2563eb);
    border-radius: 999px;
}

.ss-ci-ticks {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.ss-ci-tick {
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(0, 0, 0, .18);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

html.dark-mode .ss-ci-tick {
    background: rgba(0, 0, 0, .35);
    border-color: rgba(255, 255, 255, .35);
    box-shadow: none;
}

.ss-ci-ticklbl {
    position: absolute;
    top: -18px;
    font-size: .72rem;
    font-weight: 600;
    opacity: .8;
    transform: translateX(-50%);
    white-space: nowrap;
}

.Badges_Div {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.ss-ci-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.ss-ci-badge {
    padding: 0px 5px;
    padding-top: 5px;
    border-radius: 999px;
    font-size: 1em;
    border: 1px solid rgba(0, 0, 0, .10);
    background: rgba(255, 255, 255, .75);
    color: var(--Default_Text_Colour) !important;
    background-color: var(--BasketReceipt_Background_Colour) !important;
}

html.dark-mode .ss-ci-badge {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(0, 0, 0, .25);
}

.ss-ci-addons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1%;
}

.ss-ci-card {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, .10);
    background: rgba(255, 255, 255, .85);
    background-color: var(--BasketReceipt_Background_Colour) !important;
}

.ss-ci-card,
.ss-ci-card * {
    color: rgba(0, 0, 0, .92);
}

html.dark-mode .ss-ci-card,
html.dark-mode .ss-ci-card * {
    color: rgba(255, 255, 255, .92);
}

html.dark-mode .ss-ci-card {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(0, 0, 0, .25);
}

.ss-ci-img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    flex: 0 0 auto;
    background: rgba(0, 0, 0, .05);
}

.ss-ci-name {
    font-weight: 650;
    font-size: .9rem;
    line-height: 1.15;
}

.ss-ci-price {
    font-size: .86rem;
    opacity: .85;
}

.ss-ci-btn {
    margin-left: auto;
    padding: 8px 10px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: rgba(0, 0, 0, .03);
    cursor: pointer;
    font-weight: 650;
}

html.dark-mode .ss-ci-btn {
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .06);
    color: inherit;
}

.ss-ci-btn:hover {
    filter: brightness(1.02);
}

@media (max-width:520px) {
    .ss-cart-inc {
        padding: 4%;
        padding-top: 5% !important;
        margin-bottom: 7.5%;
    }

    .ss-ci-addons {
        grid-template-columns: 1fr;
    }

    .Badges_Div {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .ss-ci-badge {
        padding-top: 0%;
        padding-bottom: 10%;
        padding-left: 10%;
        padding-right: 10%;
        border-radius: 999px;
        font-size: 1em;
        border: 1px solid rgba(0, 0, 0, .10);
        background: rgba(255, 255, 255, .75);
        color: var(--Default_Text_Colour) !important;
        background-color: var(--BasketReceipt_Background_Colour) !important;
    }
}

/* product options */
.BasketSelectedOption {
    display: none !important;
}

.Basket-Item,
.Basket_Item_Container {
    aspect-ratio: auto !important;
}

.Basket-Item {
    width: min(1000px, 100%) !important;
    max-width: 2000px !important;
    align-items: flex-start !important;
    padding: 16px 18px !important;
    gap: 18px !important;
}

.Basket_Item_Container {
    width: min(1000px, 100%) !important;
    max-width: 2000px !important;
}

.BasketTitle {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.BasketTextDescription {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Quantity-Controls-Basket .BasketChangeQuantityButton:hover {
    background: rgba(0, 0, 0, 0.06);
}

.Quantity-Controls-Basket .BasketChangeQuantityText {
    font-family: 'Afacad', sans-serif;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
    min-width: 1.5em;
    text-align: center;
}

.BasketOptionChips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
}

.BasketOptionChip {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 9999px;
    background: rgba(0, 0, 0, 0.045);
    white-space: nowrap;
    font-family: 'Afacad', sans-serif;
    font-size: 16px;
}

.Basket-Item-Pay {
    display: block !important;
    width: min(1000px, 100%) !important;
}

.ReceiptTable {
    width: 100% !important;
    border-collapse: collapse;
}

.ReceiptTable td {
    vertical-align: top;
    padding: 6px 8px;
}

.ReceiptItemName {
    display: block;
}

.ReceiptItemShipFree {
    font-size: 12px;
    opacity: .85;
    margin-top: 2px;
    line-height: 1.2;
}

.BasketItemShipFree {
    font-size: 12px;
    opacity: .85;
    margin-top: 6px;
    line-height: 1.2;
}

.Product_Delivery_Info {
    margin-top: 10px;
    font-size: 13px;
    font-family: 'Afacad', sans-serif;
    opacity: .9;
    line-height: 1.2;
}

.ReceiptOptionChips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}

.ReceiptOptionChips .BasketOptionChip {
    padding: 5px 10px;
    font-size: 15px;
}

@media (max-width: 700px) {
    .Quantity-Controls-Basket .BasketChangeQuantityButton {
        width: 38px;
        height: 38px;
        font-size: 22px;
    }

    .Quantity-Controls-Basket .BasketChangeQuantityText {
        font-size: 18px;
    }

    .Basket-Item {
        padding: 12px 12px !important;
        gap: 12px !important;
    }

    .BasketOptionChip {
        font-size: 14px;
        padding: 5px 10px;
    }

    .BasketTextDescription {
        -webkit-line-clamp: 2;
    }

    .ReceiptOptionChips .BasketOptionChip {
        font-size: 13px;
    }
}

/* product skeleton */
.pps {
    width: 100%;
    display: block;
    padding: 14px 10px 20px;
    box-sizing: border-box;
}

.pps-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.pps-top {
    display: grid;
    grid-template-columns: minmax(320px, 620px) minmax(300px, 420px);
    gap: 34px;
    align-items: start;
}

.pps-left {
    position: relative;
    padding: 12px 36px 0;
}

.pps-main-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    display: block;
}

.pps-arrow {
    position: absolute;
    top: 42%;
    width: 0;
    height: 0;
    opacity: 0.9;
    transform: translateY(-50%);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}

.pps-arrow-left {
    left: 0;
    border-right: 26px solid #b9b2ab;
}

.pps-arrow-right {
    right: 0;
    border-left: 26px solid #b9b2ab;
}

.pps-thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 0 0 32px;
}

.pps-thumb {
    width: 58px;
    height: 58px;
    border-radius: 6px;
}

.pps-right {
    padding-top: 8px;
}

.pps-title-line {
    height: 22px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.pps-title-line-1 {
    width: 82%;
    height: 24px;
}

.pps-title-line-2 {
    width: 64%;
    height: 24px;
    margin-bottom: 22px;
}

.pps-desc {
    margin-bottom: 18px;
}

.pps-text {
    height: 14px;
    border-radius: 7px;
    margin-bottom: 10px;
    width: 92%;
}

.pps-text.short {
    width: 68%;
}

.pps-bullets {
    margin-bottom: 16px;
}

.pps-bullet-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.pps-icon {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    flex: 0 0 16px;
}

.pps-bullet-text {
    height: 14px;
    width: 72%;
    border-radius: 7px;
}

.pps-shipping {
    width: 90px;
    height: 12px;
    border-radius: 7px;
    margin: 18px 0 16px;
}

.pps-price {
    width: 110px;
    height: 20px;
    border-radius: 8px;
    margin-bottom: 18px;
}

.pps-buy-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

.pps-qty {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pps-qty-btn {
    width: 48px;
    height: 46px;
    border-radius: 4px;
}

.pps-qty-num {
    width: 44px;
    height: 28px;
    border-radius: 6px;
}

.pps-cart-btn {
    width: 195px;
    height: 46px;
    border-radius: 4px;
}

.pps-buy-btn {
    width: 100%;
    max-width: 375px;
    height: 52px;
    border-radius: 4px;
}

.pps-related {
    margin-top: 44px;
}

.pps-related-title {
    width: 140px;
    height: 24px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.pps-related-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(120px, 1fr));
    gap: 14px;
}

.pps-related-card {
    min-width: 0;
}

.pps-related-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    margin-bottom: 10px;
}

.pps-related-line {
    width: 92%;
    height: 12px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.pps-related-line.short {
    width: 55%;
}

.sk {
    background: linear-gradient(90deg,
            rgba(180, 174, 168, 0.22) 0%,
            rgba(230, 227, 223, 0.65) 50%,
            rgba(180, 174, 168, 0.22) 100%);
    background-size: 220% 100%;
    animation: ppsShimmer 1.15s linear infinite;
}

@keyframes ppsShimmer {
    0% {
        background-position: 220% 0;
    }

    100% {
        background-position: -220% 0;
    }
}

#ProductPageSkeleton {
    opacity: 1;
    transition: opacity 0.22s ease;
}

#ProductPageSkeleton.is-hiding {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 680px) {
    .pps {
        width: 100%;
        display: block;
        padding: 1.8vw 2.2vw 5vw;
        box-sizing: border-box;
    }

    .pps-inner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .pps-top {
        display: block;
    }

    .pps-left {
        position: relative;
        padding: 0;
        margin-bottom: 4.8vw;
    }

    .pps-main-image {
        width: 58vw;
        max-width: 58vw;
        aspect-ratio: 1 / 1;
        margin: 0 auto;
        border-radius: 1.1vw;
        display: block;
    }

    .pps-arrow {
        position: absolute;
        top: 39%;
        width: 0;
        height: 0;
        transform: translateY(-50%);
        opacity: 0.95;
        border-top: 2.6vw solid transparent;
        border-bottom: 2.6vw solid transparent;
    }

    .pps-arrow-left {
        left: calc(50% - 37.5vw);
        border-right: 4vw solid #b8b1aa;
    }

    .pps-arrow-right {
        right: calc(50% - 37.5vw);
        border-left: 4vw solid #b8b1aa;
    }

    .pps-thumbs {
        display: flex;
        flex-wrap: wrap;
        gap: 1.8vw;
        padding: 2.6vw 0 0;
        justify-content: center;
    }

    .pps-thumb {
        width: 9vw;
        height: 9vw;
        border-radius: 1vw;
    }

    .pps-right {
        padding-top: 0;
    }

    .pps-title-line {
        border-radius: 1.8vw;
        margin-left: auto;
        margin-right: auto;
    }

    .pps-title-line-1 {
        width: 72%;
        height: 4.6vw;
        margin-bottom: 1.7vw;
    }

    .pps-title-line-2 {
        width: 56%;
        height: 4.6vw;
        margin-bottom: 5vw;
    }

    .pps-desc {
        margin-bottom: 4.2vw;
        padding: 0 0.5vw;
    }

    .pps-text {
        height: 3.1vw;
        width: 100%;
        border-radius: 1.5vw;
        margin-bottom: 2vw;
    }

    .pps-text:nth-child(1) {
        width: 94%;
    }

    .pps-text:nth-child(2) {
        width: 92%;
    }

    .pps-text.short {
        width: 76%;
    }

    .pps-bullets {
        margin-bottom: 3.8vw;
    }

    .pps-bullet-row {
        display: flex;
        align-items: center;
        gap: 2vw;
        margin-bottom: 2vw;
    }

    .pps-icon {
        width: 3.6vw;
        height: 3.6vw;
        border-radius: 0.8vw;
        flex: 0 0 3.6vw;
    }

    .pps-bullet-text {
        width: 78%;
        height: 3.1vw;
        border-radius: 1.4vw;
    }

    .pps-shipping {
        width: 19vw;
        height: 2.4vw;
        border-radius: 1.2vw;
        margin: 4.8vw auto 4vw;
    }

    .pps-price {
        width: 25vw;
        height: 4vw;
        border-radius: 1.2vw;
        margin: 0 0 4.2vw 0;
    }

    .pps-buy-row {
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: center;
        gap: 3vw;
        width: 87.5vw;
        margin-bottom: 4.4vw;
    }

    .pps-qty {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1.6vw;
        width: 40vw;
        height: 100%;
    }

    .pps-qty-btn {
        aspect-ratio: 1 / 1;
        border-radius: 1vw;
        flex: 0 0 10vw;
    }

    .pps-qty-num {
        width: 6.5vw;
        height: 5.8vw;
        border-radius: 1.1vw;
        flex: 0 0 6.5vw;
    }

    .pps-cart-btn {
        width: 87.5%;
    }

    .pps-buy-btn {
        aspect-ratio: 7 / 1;
        max-width: 85vw;
        width: 100%;
        border-radius: 1vw;
    }

    .pps-related {
        margin-top: 8vw;
    }

    .pps-related-title {
        width: 31vw;
        height: 4.4vw;
        border-radius: 1.4vw;
        margin-bottom: 3.5vw;
    }

    .pps-related-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4vw;
    }

    .pps-related-card {
        min-width: 0;
        width: 100%;
    }

    .pps-right {
        margin-left: 2.5vw;
    }

    .pps-related-image {
        width: 100%;
        aspect-ratio: 0.92 / 1;
        border-radius: 6vw;
        margin-bottom: 2vw;
    }

    .pps-qty-btn {
        height: 100%;
        width: 100%;
        aspect-ratio: 1/1;
    }

    .pps-related-line {
        width: 90%;
        height: 2.6vw;
        border-radius: 1.3vw;
        margin-bottom: 1.8vw;
    }

    .pps-related-line.short {
        width: 52%;
    }

    .desktop-only {
        display: none !important;
    }
}

@media (min-width: 681px) {
    .pps-inner {
        width: 1300px;
        max-width: 1300px;
        margin-top: 24px;
        margin-left: 25px;
        margin-right: auto;
        padding: 32px 80px;
        box-sizing: border-box;
        background-color: var(--SearchBar_Background_Colour);
        border-radius: 5px;
        box-shadow: 0 0 0 24px var(--SearchBar_Background_Colour);
    }

    .pps-top {
        grid-template-columns: 650px 520px;
        gap: 40px;
        width: 100%;
    }

    .pps-left {
        width: 650px;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pps-main-image {
        width: 500px;
        height: 500px;
        border-radius: 5px;
    }

    .pps-arrow {
        top: 235px;
    }

    .pps-arrow-left {
        left: 10px;
    }

    .pps-arrow-right {
        right: 10px;
    }

    .pps-thumbs {
        display: grid;
        grid-template-columns: repeat(5, 80px);
        gap: 10px;
        width: 500px;
        max-width: 500px;
        margin-top: 5px;
        padding: 0;
        justify-content: center;
    }

    .pps-thumb {
        width: 80px;
        height: 80px;
        border-radius: 5px;
    }

    .pps-right {
        width: 520px;
        max-width: 520px;
        padding-top: 0;
    }
}

@media (max-width: 679px) {
    #ProductPageSkeleton .pps-top {
        position: relative !important;
        padding-top: 18vw !important;
    }

    #ProductPageSkeleton .pps-right {
        position: static !important;
    }

    #ProductPageSkeleton .pps-right .pps-title-line-1,
    #ProductPageSkeleton .pps-right .pps-title-line-2 {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        z-index: 5 !important;
        margin: 0 !important;
    }

    #ProductPageSkeleton .pps-right .pps-title-line-1 {
        top: 3vw !important;
        width: 60% !important;
        height: 4.8vw !important;
        border-radius: 999px !important;
    }

    #ProductPageSkeleton .pps-right .pps-title-line-2 {
        top: 10vw !important;
        width: 48% !important;
        height: 4.8vw !important;
        border-radius: 999px !important;
    }

    #ProductPageSkeleton .pps-right .pps-title {
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* recommendations */
.RecoSection {
    --reco-card-bg: linear-gradient(180deg, #ffffff, #fbfbfc);
    --reco-card-border: rgba(15, 23, 42, .10);
    --reco-card-border-hover: rgba(15, 23, 42, .18);
    --reco-card-shadow: 0 10px 20px rgba(15, 23, 42, .08);
    --reco-card-shadow-hover: 0 14px 26px rgba(15, 23, 42, .12);
    --reco-media-bg: #f3f4f6;
    --reco-media-border: rgba(15, 23, 42, .08);
    --reco-text: #17181c;
    --reco-muted: #717784;
    --reco-price: #f25c3f;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 18px;
    /* lock to viewport width on first paint (prevents initial oversized cards) */
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

html.dark-mode .RecoSection {
    --reco-card-bg: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)), linear-gradient(180deg, #18181b, #121214);
    --reco-card-border: rgba(255, 255, 255, .1);
    --reco-card-border-hover: rgba(255, 255, 255, .18);
    --reco-card-shadow: 0 14px 28px rgba(0, 0, 0, .26);
    --reco-card-shadow-hover: 0 18px 34px rgba(0, 0, 0, .32);
    --reco-media-bg: rgba(255, 255, 255, .055);
    --reco-media-border: rgba(255, 255, 255, .09);
    --reco-text: rgba(255, 255, 255, .96);
    --reco-muted: rgba(255, 255, 255, .64);
    --reco-price: #ff7250;
}

.RecoHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    font-family: 'Afacad', sans-serif;
}

.RecoHead h3 {
    margin: 0;
    font-size: 18px;
    color: var(--Default_Text_Colour, inherit);
    font-family: 'Afacad', sans-serif;
}

.RecoNavs {
    display: flex;
    gap: 8px;
    align-items: center;
}

.RecoNav {
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--Default_Text_Colour, inherit);
    box-shadow: none;
    cursor: pointer;
    display: grid;
    place-items: center;
    user-select: none;
    position: relative;
    z-index: 3;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    transition: transform .18s ease, opacity .18s ease, color .18s ease
}

.RecoNav:hover:not(:disabled) {
    transform: translateY(-1px);
    opacity: .82;
}

.RecoNav:disabled {
    opacity: .28;
    cursor: default
}

html.dark-mode .RecoNav {
    color: rgba(255, 255, 255, .92);
}

html.dark-mode .RecoNav:hover:not(:disabled) {
    opacity: .86;
}

/* single-row AliExpress-like strip */
.RecoViewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    padding-bottom: 10px;

    width: 100%;
    box-sizing: border-box;
}

.RecoViewport::-webkit-scrollbar {
    height: 10px
}

.RecoViewport::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .14);
    border-radius: 999px
}

.RecoStrip {
    --reco-cols: 3;
    --reco-gap: 12px;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr;
    gap: var(--reco-gap);
    align-content: start;
    align-items: start;
    padding-right: 0;
    /* monolith sizing: keep a usable minimum so cards never collapse into tiny tiles */
    grid-auto-columns: minmax(176px, calc((100% - (var(--reco-gap) * (var(--reco-cols) - 1))) / var(--reco-cols)));
}

@media (min-width: 721px) {
    .RecoStrip {
        --reco-gap: 12px;
        grid-auto-columns: calc((100% - (var(--reco-gap) * 4)) / 5);
    }
}

@media (max-width: 720px) {
    .RecoSection {
        margin-top: 20px;
        padding-top: 16px;
    }

    .RecoNavs {
        display: none;
    }

    .RecoViewport {
        overflow: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
    }

    .RecoStrip {
        --reco-gap: 8px;
        min-width: 0;
        width: 100%;
        grid-auto-flow: row;
        grid-auto-columns: unset;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .RecoCard {
        scroll-snap-align: unset;
        scroll-snap-stop: normal;
        border-radius: 12px;
        padding: 6px;
        gap: 7px;
    }

    .RecoMedia {
        border-radius: 9px;
    }

    .RecoImg {
        aspect-ratio: 0.9 / 1;
    }

    .RecoPromo {
        display: none;
    }

    .RecoBody {
        gap: 6px;
    }

    .RecoName {
        font-size: 12px;
        line-height: 1.35;
        min-height: 2.55em;
    }

    .RecoMeta {
        gap: 6px;
    }

    .RecoPrice {
        font-size: 15px !important;
        gap: 4px;
    }

    .RecoPrice .ss-price-new {
        font-size: 15px;
    }

    .RecoPrice .ss-price-old,
    .RecoPriceOff,
    .RecoHint {
        font-size: 10px;
    }

    .RecoHint {
        display: none;
    }

    .RecoBadge {
        top: 6px;
        left: 6px;
        font-size: 9px;
        padding: 4px 7px;
    }
}

@media (max-width: 460px) {
    .RecoStrip {
        --reco-gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .RecoNav {
        width: 26px;
        height: 26px;
        font-size: 22px;
    }
}


.RecoCard {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid var(--reco-card-border);
    background: var(--reco-card-bg);
    box-shadow: var(--reco-card-shadow);
    cursor: pointer;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.RecoCard:hover {
    transform: translateY(-2px);
    border-color: var(--reco-card-border-hover);
    box-shadow: var(--reco-card-shadow-hover);
}

.RecoCard:focus-visible {
    outline: none;
    border-color: rgba(255, 71, 87, .55);
    box-shadow: 0 0 0 3px rgba(255, 71, 87, .14), 0 14px 28px rgba(0, 0, 0, .11);
}

.RecoMedia {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px;
    background: var(--reco-media-bg);
    border: 1px solid var(--reco-media-border);
}

.RecoMedia::after {
    content: none;
}

.RecoImg {
    width: 100%;
    aspect-ratio: 0.96 / 1;
    object-fit: cover;
    display: block;
    background: var(--reco-media-bg)
}

.RecoBody {
    display: grid;
    gap: 8px;
    min-width: 0;
    box-sizing: border-box;
}

.RecoPromo {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    font-size: 11px;
    line-height: 1.2;
}

.RecoPromoTag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 20px;
    padding: 0 7px;
    border-radius: 4px;
    background: #ff5a00;
    color: #fff;
    font-weight: 700;
    letter-spacing: .03em;
}

.RecoPromoTag--deal {
    background: #ff1744;
}

.RecoPromoTag--hot {
    background: #ff7a00;
}

.RecoPromoTag--soft {
    background: #1677ff;
}

.RecoPromoText {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--reco-muted);
}

.RecoName {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--reco-text);
    letter-spacing: 0;
    min-height: 2.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.RecoMeta {
    display: grid;
    gap: 5px;
    min-width: 0;
    font-size: 12px;
}

.RecoPriceRow {
    display: flex;
    align-items: baseline;
    gap: 7px;
    min-width: 0;
    flex-wrap: wrap;
}

.RecoPrice {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
    font-size: 21px !important;
    line-height: 1.1;
    font-weight: 700;
    color: var(--reco-price);
}

.RecoPrice .ss-price-old {
    order: 2;
    font-size: 14px;
    color: var(--reco-muted);
    text-decoration-thickness: 1px;
}

.RecoPrice .ss-price-new {
    order: 1;
    font-size: 21px;
    color: var(--reco-price);
}

.RecoPriceOff {
    color: var(--reco-price);
    font-size: 14px;
    font-weight: 500;
}

.RecoBadge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    max-width: calc(100% - 16px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(15, 23, 42, .55);
    color: #f8fafc;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
}

.RecoBadge--best {
    background: rgba(255, 145, 0, .16);
    border-color: rgba(255, 180, 77, .32);
    color: #ffbe6b;
}

.RecoBadge--deal {
    background: rgba(255, 90, 54, .18);
    border-color: rgba(255, 120, 92, .34);
    color: #ff9f88;
}

.RecoBadge--soft {
    background: rgba(59, 130, 246, .16);
    border-color: rgba(96, 165, 250, .3);
    color: #93c5fd;
}

.RecoHint {
    color: var(--reco-muted);
    font-size: 12px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.RecoHint--deal {
    color: var(--reco-price);
}

.RecoDiscountBadge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #eff6ff;
    border: 1px solid rgba(147, 197, 253, .28);
    box-shadow: 0 10px 22px rgba(37, 99, 235, .26);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .01em;
}

.RecoOld {
    text-decoration: line-through;
    opacity: .65;
    margin-right: 4px
}

.RecoNew {
    font-weight: 700
}

.RecoDisc {
    border-color: rgba(255, 255, 255, .22)
}

@media (max-width: 680px) {
    .RecoStrip {
        --reco-gap: 8px;
        grid-auto-columns: calc((100% - var(--reco-gap)) / 2);
    }

    .RecoCard {
        border-radius: 12px;
        padding: 6px;
        gap: 7px;
    }

    .RecoImg {
        aspect-ratio: 0.9 / 1;
    }

    .RecoName {
        font-size: 12px;
        line-height: 1.35;
        min-height: 2.55em;
    }

    .RecoPromo {
        display: none;
    }

    .RecoPromoTag {
        min-width: 38px;
        height: 18px;
        padding: 0 5px;
    }

    .RecoPromoText {
        display: none;
    }

    .RecoPrice {
        font-size: 15px !important;
        gap: 4px;
    }

    .RecoPrice .ss-price-old {
        font-size: 11px;
    }

    .RecoPrice .ss-price-new {
        font-size: 15px;
    }

    .RecoPriceOff,
    .RecoHint {
        font-size: 10px;
    }

    .RecoHint {
        display: none;
    }

    .RecoBadge {
        top: 8px;
    }

    .RecoBadge {
        left: 8px;
        font-size: 10px;
        padding: 4px 7px;
    }
}

@media (max-width: 460px) {
    .RecoStrip {
        --reco-gap: 8px;
        grid-auto-columns: calc((100% - var(--reco-gap)) / 2);
    }

    .RecoCard {
        padding: 6px;
        gap: 7px;
    }

    .RecoImg {
        aspect-ratio: 0.9 / 1;
    }

    .RecoName {
        font-size: 12px;
        line-height: 1.35;
        min-height: 2.55em;
    }

    .RecoMeta {
        gap: 6px;
    }

    .RecoPrice {
        font-size: 15px !important;
    }

    .RecoPrice .ss-price-new {
        font-size: 15px;
    }

    .RecoPrice .ss-price-old,
    .RecoPriceOff {
        font-size: 10px;
    }

    .RecoBadge {
        top: 6px;
        left: 6px;
        font-size: 9px;
        padding: 4px 7px;
    }
}

/* basket toast */
.ss-basket-toast {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 99999;
    max-width: min(360px, calc(100vw - 24px));
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    font: 14px/1.35 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #111;
    display: flex;
    gap: 12px;
    align-items: flex-start
}

html.dark-mode .ss-basket-toast {
    background: rgba(24, 24, 27, .96);
    color: #f5f5f5;
    border-color: rgba(255, 255, 255, .12)
}

.ss-basket-toast__img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
    flex: 0 0 auto;
    background: rgba(0, 0, 0, .06)
}

.ss-basket-toast__title {
    font-weight: 700;
    margin-bottom: 2px
}

.ss-basket-toast__sub {
    opacity: .82;
    font-size: 13px
}

.ss-basket-toast__actions {
    display: flex;
    gap: 8px;
    margin-top: 8px
}

.ss-basket-toast__btn {
    border: 0;
    border-radius: 10px;
    padding: 7px 10px;
    font: inherit;
    cursor: pointer
}
