.tech-store .store-promo-badges {
    z-index: 4;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: .38rem;
}

.tech-store .store-promo-badges.is-overlay {
    position: absolute;
    top: .72rem;
    left: .72rem;
    max-width: calc(100% - 1.44rem);
}

.tech-store .store-promo-badge {
    display: inline-flex;
    min-height: 1.55rem;
    align-items: center;
    padding: .3rem .5rem;
    border: 1px solid rgba(110, 231, 183, .36);
    border-radius: 999px;
    background: rgba(6, 18, 18, .9);
    color: #a7f3d0;
    font-family: "JetBrains Mono", monospace;
    font-size: .57rem;
    font-weight: 800;
    letter-spacing: .055em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    backdrop-filter: blur(10px);
}

.tech-store .store-promo-badge.tone-discount {
    border-color: rgba(251, 113, 133, .5);
    background: rgba(74, 12, 28, .92);
    color: #fecdd3;
}

.tech-store .store-promo-badge.tone-code {
    border-color: rgba(192, 132, 252, .5);
    background: rgba(48, 20, 74, .92);
    color: #e9d5ff;
}

.tech-store .store-promo-badge.tone-shipping {
    border-color: rgba(56, 189, 248, .48);
    background: rgba(8, 47, 73, .92);
    color: #bae6fd;
}

.tech-store .store-promo-badge.tone-condition,
.tech-store .store-promo-badge.tone-special,
.tech-store .store-promo-badge.tone-promotion {
    border-color: rgba(251, 191, 36, .45);
    background: rgba(69, 39, 6, .92);
    color: #fde68a;
}

.tech-store .store-promo-price {
    display: grid;
    width: fit-content;
    max-width: 100%;
    gap: .14rem;
}

.tech-store .store-promo-price-label {
    color: var(--store-muted, #94a3b8);
    font-family: "JetBrains Mono", monospace;
    font-size: .58rem;
    font-weight: 650;
    letter-spacing: .055em;
    line-height: 1.25;
    text-transform: uppercase;
}

.tech-store .store-promo-price-label.is-promo {
    margin-top: .18rem;
    color: #86efac;
}

.tech-store .store-promo-price-label code {
    padding: .12rem .3rem;
    border: 1px solid rgba(192, 132, 252, .32);
    border-radius: .3rem;
    background: rgba(192, 132, 252, .1);
    color: #e9d5ff;
    font-size: inherit;
}

.tech-store .store-promo-price del {
    width: fit-content;
    color: #7c8a9f;
    font-family: "JetBrains Mono", monospace;
    font-size: .8rem;
    text-decoration-color: #fb7185;
    text-decoration-thickness: 2px;
}

.tech-store .store-promo-price strong {
    color: var(--store-green, #6ee7b7);
    font-size: 1.17rem;
    font-weight: 850;
    letter-spacing: -.045em;
    line-height: 1.08;
    text-shadow: 0 0 18px rgba(110, 231, 183, .15);
}

.tech-store .store-promo-price small {
    color: #86efac;
    font-size: .67rem;
    font-weight: 700;
}

.tech-store .store-promo-price--hero strong {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.tech-store .store-promo-price--hero del {
    font-size: .93rem;
}

.tech-store .store-promo-price--detail {
    gap: .25rem;
}

.tech-store .store-promo-price--detail strong {
    font-size: clamp(2rem, 4vw, 3rem);
}

.tech-store .store-promo-price--detail del {
    font-size: 1rem;
}

.tech-store .store-promo-price--detail small {
    font-size: .78rem;
}

.tech-store .store-promo-price--compact {
    gap: .08rem;
}

.tech-store .store-promo-price--compact .store-promo-price-label {
    display: none;
}

.tech-store .store-promo-price--compact strong {
    font-size: .91rem;
}

.tech-store .store-promo-price--compact del {
    font-size: .66rem;
}

.tech-store .store-promo-price--compact small {
    font-size: .56rem;
}

.tech-store .store-product-card .store-promo-price {
    margin: .28rem 0 .78rem;
}

.tech-store .store-distributor-price {
    display: grid;
    gap: .12rem;
    margin: -.3rem 0 .75rem;
    padding: .58rem .68rem;
    border: 1px dashed rgba(56, 189, 248, .25);
    border-radius: .58rem;
    background: rgba(56, 189, 248, .055);
}

.tech-store .store-distributor-price span {
    color: var(--store-muted, #94a3b8);
    font-family: "JetBrains Mono", monospace;
    font-size: .53rem;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.tech-store .store-distributor-price strong {
    color: #bae6fd;
    font-size: .88rem;
}

.tech-store .store-latest-copy .store-promo-badges,
.tech-store .store-liquid-product-copy .store-promo-badges {
    margin-bottom: .6rem;
}

.tech-store .store-latest-copy .store-promo-price {
    margin: .35rem 0 .75rem;
}

.tech-store .store-home-promotions {
    position: relative;
    margin: 0 0 1.7rem;
    padding: 1.25rem;
    overflow: hidden;
    border: 1px solid rgba(251, 191, 36, .2);
    border-radius: 1.15rem;
    background:
        radial-gradient(circle at 92% 8%, rgba(251, 191, 36, .12), transparent 19rem),
        linear-gradient(145deg, rgba(17, 24, 39, .92), rgba(7, 11, 17, .88));
    box-shadow: 0 18px 48px rgba(0, 0, 0, .22);
}

.tech-store .store-home-promotions::before {
    position: absolute;
    inset: 0 auto auto 0;
    width: 9rem;
    height: 1px;
    background: linear-gradient(90deg, #fbbf24, transparent);
    content: "";
}

.tech-store .store-home-promotions-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.tech-store .store-home-promotions-eyebrow,
.tech-store .store-home-promotion-validity {
    color: #fcd34d;
    font-family: "JetBrains Mono", monospace;
    font-size: .58rem;
    font-weight: 750;
    letter-spacing: .085em;
    text-transform: uppercase;
}

.tech-store .store-home-promotions-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
}

.tech-store .store-home-promotions-head h2 {
    margin: .3rem 0 .18rem;
    color: var(--store-text, #f8fafc);
    font-size: clamp(1.25rem, 2.4vw, 1.85rem);
    font-weight: 850;
    letter-spacing: -.04em;
}

.tech-store .store-home-promotions-head p {
    max-width: 42rem;
    margin: 0;
    color: var(--store-muted, #94a3b8);
    font-size: .72rem;
}

.tech-store .store-home-promotions-head > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .45rem;
    padding: .62rem .82rem;
    border: 1px solid rgba(251, 191, 36, .25);
    border-radius: .7rem;
    color: #fde68a;
    font-size: .68rem;
    font-weight: 750;
}

.tech-store .store-home-promotions-head > a:hover {
    border-color: rgba(251, 191, 36, .5);
    background: rgba(251, 191, 36, .08);
    color: #fff7cc;
}

.tech-store .store-home-promotions-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 14.5rem), 1fr));
    gap: .85rem;
}

.tech-store .store-home-promotion-card {
    display: grid;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .085);
    border-radius: .95rem;
    background: rgba(5, 9, 14, .78);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .18);
}

.tech-store .store-home-promotions-grid.is-single .store-home-promotion-card {
    grid-template-columns: minmax(15rem, .82fr) minmax(0, 1.18fr);
}

.tech-store .store-home-promotion-media {
    position: relative;
    display: grid;
    min-height: 13.5rem;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    background:
        radial-gradient(circle at 50% 46%, rgba(56, 189, 248, .12), transparent 56%),
        rgba(255, 255, 255, .018);
}

.tech-store .store-home-promotions-grid.is-single .store-home-promotion-media {
    min-height: 18rem;
    border-right: 1px solid rgba(255, 255, 255, .07);
    border-bottom: 0;
}

.tech-store .store-home-promotion-media::after {
    position: absolute;
    inset: auto 12% 8% 12%;
    height: 1.2rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, .32);
    filter: blur(11px);
    content: "";
}

.tech-store .store-home-promotion-media img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 13.5rem;
    padding: 1.2rem;
    object-fit: contain;
    transition: transform .25s ease;
}

.tech-store .store-home-promotion-placeholder {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: grid;
    place-content: center;
    place-items: center;
    gap: .65rem;
    color: rgba(148, 163, 184, .68);
    opacity: 0;
}

.tech-store .store-home-promotion-placeholder i {
    font-size: 3rem;
}

.tech-store .store-home-promotion-placeholder small {
    font-family: "JetBrains Mono", monospace;
    font-size: .52rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.tech-store .store-home-promotion-media.is-image-missing .store-home-promotion-placeholder {
    opacity: 1;
}

.tech-store .store-home-promotions-grid.is-single .store-home-promotion-media img {
    height: 18rem;
    padding: 1.45rem;
}

.tech-store .store-home-promotion-card:hover .store-home-promotion-media img {
    transform: translateY(-3px) scale(1.025);
}

.tech-store .store-home-promotion-stock {
    position: absolute;
    z-index: 3;
    right: .7rem;
    bottom: .65rem;
    display: inline-flex;
    align-items: center;
    gap: .32rem;
    padding: .32rem .48rem;
    border: 1px solid rgba(110, 231, 183, .2);
    border-radius: 999px;
    background: rgba(4, 12, 13, .84);
    color: #a7f3d0;
    font-family: "JetBrains Mono", monospace;
    font-size: .5rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.tech-store .store-home-promotion-stock i {
    color: #34d399;
    font-size: .4rem;
}

.tech-store .store-home-promotion-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
}

.tech-store .store-home-promotions-grid.is-single .store-home-promotion-copy {
    justify-content: center;
    padding: clamp(1.25rem, 3vw, 2.25rem);
}

.tech-store .store-home-promotion-copy h3 {
    margin: .35rem 0 .35rem;
    color: var(--store-text, #f8fafc);
    font-size: 1.02rem;
    font-weight: 850;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.tech-store .store-home-promotions-grid.is-single .store-home-promotion-copy h3 {
    font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.tech-store .store-home-promotion-product {
    display: -webkit-box;
    margin: 0 0 .55rem;
    overflow: hidden;
    color: #cbd5e1;
    font-size: .67rem;
    font-weight: 650;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tech-store .store-home-promotion-description {
    display: -webkit-box;
    margin: 0 0 .7rem;
    overflow: hidden;
    color: var(--store-muted, #94a3b8);
    font-size: .66rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tech-store .store-home-promotion-copy .store-promo-price {
    margin-top: auto;
}

.tech-store .store-promo-price--home strong {
    font-size: 1.45rem;
}

.tech-store .store-promo-price--home del {
    font-size: .78rem;
}

.tech-store .store-home-promotion-actions {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-top: .85rem;
    padding-top: .75rem;
    border-top: 1px solid rgba(255, 255, 255, .075);
}

.tech-store .store-home-promotion-button {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .58rem .72rem;
    border-radius: .62rem;
    background: linear-gradient(135deg, #f59e0b, #f97316);
    color: #180b01 !important;
    font-size: .67rem;
    font-weight: 850;
    box-shadow: 0 10px 22px rgba(249, 115, 22, .18);
}

.tech-store .store-home-promotion-button:hover {
    color: #000 !important;
    transform: translateY(-1px);
}

.tech-store .store-home-promotion-actions small {
    overflow: hidden;
    color: #7c8a9f;
    font-family: "JetBrains Mono", monospace;
    font-size: .5rem;
    text-align: right;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.tech-store .store-liquid-product-card {
    position: relative;
}

.tech-store .store-liquid-product-card .store-promo-price {
    margin-top: .35rem;
}

.tech-store .store-detail-main-media {
    position: relative;
}

.tech-store .store-detail-price-panel > .store-promo-badges {
    margin-bottom: .75rem;
}

.tech-store .store-detail-price-panel .store-promo-price {
    margin-bottom: .75rem;
}

.tech-store .store-promo-conditions {
    display: grid;
    gap: .85rem;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(110, 231, 183, .22);
    border-radius: .95rem;
    background: linear-gradient(145deg, rgba(110, 231, 183, .075), rgba(56, 189, 248, .035));
}

.tech-store .store-promo-conditions-head {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.tech-store .store-promo-conditions-head > i {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 auto;
    place-items: center;
    border-radius: .65rem;
    background: rgba(110, 231, 183, .11);
    color: var(--store-green, #6ee7b7);
}

.tech-store .store-promo-conditions-head span {
    color: var(--store-green, #6ee7b7);
    font-family: "JetBrains Mono", monospace;
    font-size: .54rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tech-store .store-promo-conditions-head h2 {
    margin: .1rem 0 0;
    color: var(--store-text, #f8fafc);
    font-size: .84rem;
}

.tech-store .store-promo-offers {
    display: grid;
    gap: .55rem;
}

.tech-store .store-promo-offers article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .35rem .6rem;
    padding: .72rem;
    border: 1px solid rgba(148, 163, 184, .13);
    border-radius: .72rem;
    background: rgba(4, 8, 13, .38);
}

.tech-store .store-promo-offers article > div {
    min-width: 0;
}

.tech-store .store-promo-offers article strong {
    display: block;
    color: var(--store-text, #f8fafc);
    font-size: .74rem;
}

.tech-store .store-promo-offers article p {
    margin: .22rem 0 0;
    color: var(--store-muted, #94a3b8);
    font-size: .66rem;
    line-height: 1.4;
}

.tech-store .store-promo-offers article > span {
    align-self: start;
    padding: .24rem .4rem;
    border-radius: 999px;
    background: rgba(110, 231, 183, .1);
    color: #a7f3d0;
    font-family: "JetBrains Mono", monospace;
    font-size: .5rem;
    font-weight: 750;
    letter-spacing: .05em;
    white-space: nowrap;
}

.tech-store .store-promo-offers ul {
    display: flex;
    grid-column: 1 / -1;
    flex-wrap: wrap;
    gap: .3rem;
    margin: .15rem 0 0;
    padding: 0;
    list-style: none;
}

.tech-store .store-promo-offers li {
    padding: .22rem .34rem;
    border-radius: .35rem;
    background: rgba(148, 163, 184, .08);
    color: #b8c4d4;
    font-size: .56rem;
}

.tech-store .store-promo-offers article > small {
    grid-column: 1 / -1;
    color: #7c8a9f;
    font-family: "JetBrains Mono", monospace;
    font-size: .52rem;
}

.tech-store .store-related-media .store-promo-badges {
    top: .5rem;
    left: .5rem;
}

.tech-store .store-related-copy .store-promo-price {
    margin-top: auto;
}

.tech-store .store-price-list-table .store-promo-price {
    min-width: 7rem;
}

.tech-store .store-price-list-table .store-promo-badges {
    margin-top: .32rem;
}

.tech-store .store-price-list-table .store-promo-badge {
    min-height: 1.25rem;
    padding: .22rem .34rem;
    font-size: .48rem;
}

.tech-store .store-sidebar-product-copy > .store-promo-badges {
    margin-top: .18rem;
    gap: .2rem;
}

.tech-store .store-sidebar-product-copy > .store-promo-badges .store-promo-badge {
    min-height: 1.08rem;
    padding: .16rem .28rem;
    font-size: .42rem;
}

.tech-store .store-sidebar-product-meta .store-promo-price {
    min-width: 0;
}

.tech-store .store-sidebar-product-meta .store-promo-price strong {
    font-size: .64rem;
}

.tech-store .store-sidebar-product-meta .store-promo-price del,
.tech-store .store-sidebar-product-meta .store-promo-price small {
    font-size: .45rem;
}

.tech-store.store-theme-liquid .store-promo-badge {
    border-color: rgba(255, 255, 255, .19);
    background: rgba(12, 18, 32, .72);
    box-shadow: 0 9px 24px rgba(2, 6, 23, .24);
}

.tech-store.store-theme-liquid .store-promo-price strong {
    color: #d7ffe8;
}

.tech-store.store-theme-liquid .store-promo-conditions {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .055);
    backdrop-filter: blur(18px);
}

.tech-store.store-theme-liquid .store-home-promotions {
    border-color: rgba(255, 255, 255, .2);
    background:
        radial-gradient(circle at 92% 8%, rgba(245, 158, 11, .19), transparent 20rem),
        rgba(255, 255, 255, .1);
    box-shadow: 0 22px 55px rgba(15, 23, 42, .13);
    backdrop-filter: blur(22px);
}

.tech-store.store-theme-liquid .store-home-promotion-card {
    border-color: rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .12);
}

.tech-store.store-theme-liquid .store-home-promotion-media {
    background:
        radial-gradient(circle at 50% 46%, rgba(59, 130, 246, .16), transparent 56%),
        rgba(255, 255, 255, .08);
}

@media (max-width: 767px) {
    .tech-store .store-promo-badges.is-overlay {
        top: .55rem;
        left: .55rem;
        max-width: calc(100% - 1.1rem);
    }

    .tech-store .store-promo-badge {
        min-height: 1.4rem;
        padding: .26rem .4rem;
        font-size: .51rem;
    }

    .tech-store .store-promo-price--hero strong {
        font-size: 1.65rem;
    }

    .tech-store .store-promo-price--detail strong {
        font-size: 2.15rem;
    }

    .tech-store .store-promo-offers article {
        grid-template-columns: 1fr;
    }

    .tech-store .store-promo-offers article > span {
        width: fit-content;
    }

    .tech-store .store-home-promotions {
        padding: .9rem;
        border-radius: 1rem;
    }

    .tech-store .store-home-promotions-head {
        align-items: flex-start;
    }

    .tech-store .store-home-promotions-head > a {
        padding: .5rem;
        font-size: 0;
    }

    .tech-store .store-home-promotions-head > a i {
        font-size: .68rem;
    }

    .tech-store .store-home-promotions-grid:not(.is-single) {
        display: flex;
        margin-right: -.9rem;
        padding-right: .9rem;
        overflow-x: auto;
        scroll-padding-left: .1rem;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .tech-store .store-home-promotions-grid:not(.is-single)::-webkit-scrollbar {
        display: none;
    }

    .tech-store .store-home-promotions-grid:not(.is-single) .store-home-promotion-card {
        flex: 0 0 min(82vw, 20rem);
        scroll-snap-align: start;
    }

    .tech-store .store-home-promotions-grid.is-single .store-home-promotion-card {
        grid-template-columns: 1fr;
    }

    .tech-store .store-home-promotions-grid.is-single .store-home-promotion-media {
        min-height: 13.5rem;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
    }

    .tech-store .store-home-promotions-grid.is-single .store-home-promotion-media img {
        height: 13.5rem;
        padding: 1rem;
    }

    .tech-store .store-home-promotions-grid.is-single .store-home-promotion-copy {
        padding: 1rem;
    }

    .tech-store .store-home-promotions-grid.is-single .store-home-promotion-copy h3 {
        font-size: 1.3rem;
    }
}
