:root {
    --shop-ink: #17151f;
    --shop-muted: #676270;
    --shop-paper: #f7f4ee;
    --shop-card: #fffdf9;
    --shop-line: #ded8cf;
    --shop-accent: #f05a28;
    --shop-accent-dark: #b83b12;
    --shop-green: #247a56;
}

body {
    background: var(--shop-paper);
    color: var(--shop-ink);
}

.main-nav {
    background: rgba(255, 253, 249, .96) !important;
    border-bottom: 1px solid var(--shop-line) !important;
}

.main-nav .nav-top-link,
.main-nav .logo-text {
    color: var(--shop-ink) !important;
}

.shop-nav-cart,
.shop-hero-cart,
.shop-checkout {
    background: var(--shop-accent) !important;
    color: #fff !important;
    border-color: var(--shop-accent) !important;
}

.shop-hero {
    min-height: auto;
    padding: clamp(5.2rem, 7vw, 6.3rem) 1.25rem clamp(1.35rem, 2.5vw, 2rem);
    background: #211e29;
}

.shop-hero .container {
    max-width: 1240px;
    margin: 0 auto;
}

.shop-hero-eyebrow,
.category-kicker {
    display: block;
    margin-bottom: .45rem;
    color: #f3a184;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.shop-hero h1 {
    max-width: 1180px;
    margin: 0;
    font-size: clamp(2.35rem, 5vw, 4.8rem);
    line-height: .97;
    letter-spacing: -.04em;
    color: #fff !important;
}

.shop-hero h1 em {
    color: #ff875d;
    font-style: normal;
}

.shop-hero p {
    max-width: 720px;
    margin: .8rem 0 0;
    color: #ddd7e5;
    font-size: clamp(.96rem, 1.4vw, 1.08rem);
    line-height: 1.45;
}

.shop-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 2rem;
}

.shop-custom-idea,
.shop-hero-cart {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: .8rem 1.1rem;
    border: 1px solid #fff;
    border-radius: 8px;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.shop-custom-idea {
    background: #fff;
    color: var(--shop-ink);
}

.shop-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.8rem;
    margin: 2.4rem 0 0;
    padding: 0;
    color: #c9c3d1;
    list-style: none;
    font-size: .92rem;
}

.shop-trust-row li::before {
    content: '✓';
    margin-right: .45rem;
    color: #70d3a6;
    font-weight: 900;
}

.shop-container {
    max-width: 1440px;
    padding-top: 1rem;
}

.catalog-filter-rail {
    align-self: start;
}

.catalog-filter-panel {
    background: var(--shop-card) !important;
    border: 1px solid var(--shop-line) !important;
    box-shadow: 0 10px 30px rgba(33, 30, 41, .06) !important;
}

.catalog-filter-header {
    border-bottom: 1px solid var(--shop-line);
    background: #211e29 !important;
}

.catalog-filter-header h2,
.catalog-filter-header p {
    color: #fff !important;
}

body[data-shop-catalog-page] .catalog-filter-form fieldset + fieldset {
    border-top: 0;
}

body[data-shop-catalog-page] .catalog-filter-form fieldset:not(:last-of-type) {
    border-bottom: 1px solid var(--shop-line);
}

.catalog-filter-option-ui {
    min-height: 44px;
    border-radius: 7px !important;
}

.catalog-filter-count {
    color: #5e5866 !important;
    font-weight: 750;
}

.catalog-filter-option input:checked + .catalog-filter-option-ui .catalog-filter-count {
    color: #7f290c !important;
}

.category-count {
    border-color: #cbbfb2 !important;
    color: #4c4652 !important;
    background: #f1ece4 !important;
}

.catalog-filter-option input:checked + .catalog-filter-option-ui {
    background: #fff0ea !important;
    color: var(--shop-accent-dark) !important;
    box-shadow: inset 0 0 0 1px #ef9a7b !important;
}

.catalog-results-header {
    background: transparent !important;
    border: 0 !important;
    padding: .4rem 0 1.5rem !important;
}

.shop-custom-route {
    display: flex;
    margin: .15rem 0 .4rem;
    padding: .85rem 1rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid #cfc6ba;
    border-radius: 8px;
    background: #f1ece4;
}

.shop-custom-route p {
    max-width: 780px;
    margin: 0;
    color: #57515d;
    font-size: .88rem;
}

.shop-custom-route strong {
    color: var(--shop-ink);
}

.shop-custom-route a {
    display: inline-flex;
    min-height: 44px;
    padding: .65rem .8rem;
    align-items: center;
    gap: .4rem;
    flex: 0 0 auto;
    border-radius: 6px;
    color: #fff;
    background: var(--shop-ink);
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
}

.shop-custom-route svg {
    width: 16px;
    height: 16px;
}

.category-intro {
    max-width: 760px;
    margin: .65rem 0 0;
    color: var(--shop-muted);
    line-height: 1.55;
}

.category-section--reviews {
    border-top: 1px solid var(--shop-line);
}

.catalog-search-control,
.catalog-search input {
    background: #fff !important;
    color: var(--shop-ink) !important;
}

.catalog-results-heading h2,
.category-header h2 {
    color: var(--shop-ink) !important;
}

.category-section {
    scroll-margin-top: 90px;
}

.category-section--maker {
    border-top: 4px solid var(--shop-accent);
    padding-top: 2.2rem;
}

.category-section--maker .category-kicker {
    margin-bottom: .35rem;
    color: var(--shop-accent-dark);
}

.product-grid {
    gap: 1.15rem !important;
}

.product-card {
    overflow: hidden;
    background: var(--shop-card) !important;
    border: 1px solid var(--shop-line) !important;
    border-radius: 11px !important;
    box-shadow: none !important;
    transform: none !important;
}

.product-card[data-product-url] {
    cursor: pointer;
}

.product-card:hover {
    border-color: #aaa2b2 !important;
    box-shadow: 0 12px 30px rgba(33, 30, 41, .09) !important;
    transform: translateY(-2px) !important;
}

.product-image {
    aspect-ratio: 4 / 3;
    height: auto !important;
    background: #e9e4dc;
    object-fit: cover;
}

.product-media-link {
    display: block;
    overflow: hidden;
    background: #e9e4dc;
}

.product-card--real-example .product-image {
    object-position: center 56%;
}

.product-content {
    display: flex;
    min-height: 265px;
    flex-direction: column;
    padding: 1.1rem !important;
}

.product-technique {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    width: fit-content;
    margin-bottom: .65rem;
    color: var(--shop-muted);
    font-size: .76rem;
    font-weight: 750;
}

.product-technique svg {
    width: 14px;
    height: 14px;
    color: var(--shop-accent-dark);
}

.product-badge {
    border-radius: 4px !important;
    border-color: #c6b7aa !important;
    color: #5e2818 !important;
    background: #f5e1d8 !important;
}

.product-title {
    color: var(--shop-ink) !important;
    letter-spacing: -.015em;
}

.product-title a {
    color: inherit;
    text-decoration: none;
}

.product-title a:hover {
    color: var(--shop-accent-dark);
}

.product-description {
    color: var(--shop-muted) !important;
    line-height: 1.5 !important;
}

.product-price {
    margin-top: auto !important;
    color: var(--shop-ink) !important;
    font-size: 1.4rem !important;
    font-weight: 850 !important;
}

.product-price::after {
    content: ' incl. btw';
    color: var(--shop-muted);
    font-size: .7rem;
    font-weight: 600;
}

.product-details-link {
    display: inline-flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    border: 1px solid #bdb6ad;
    border-radius: 7px;
    color: var(--shop-ink);
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
}

.product-details-link:hover {
    border-color: var(--shop-ink);
    background: #f6f1e9;
}

.product-details-link svg {
    width: 15px;
    height: 15px;
}

.product-cta {
    width: 100%;
    min-height: 44px;
    margin-top: .55rem;
    border: 1px solid var(--shop-ink) !important;
    border-radius: 7px !important;
    background: var(--shop-ink) !important;
    color: #fff !important;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.product-media-link:focus-visible,
.product-title a:focus-visible,
.product-details-link:focus-visible {
    outline: 3px solid #0b65d8;
    outline-offset: 3px;
}

.product-cta:hover {
    background: var(--shop-accent) !important;
    border-color: var(--shop-accent) !important;
}

.shop-ordering {
    background: #211e29 !important;
    color: #fff;
}

.shop-ordering h2,
.shop-ordering strong {
    color: #fff;
}

.shop-ordering p,
.shop-ordering-list span {
    color: #ddd7e5;
}

.shop-ordering-list li {
    border-color: rgba(255, 255, 255, .2);
}

.shop-ordering-list li::before {
    border-color: rgba(255, 135, 93, .48);
    color: #ff875d;
}

#catalogus,
#werkwijze,
#garantie {
    scroll-margin-top: 96px;
}

.shop-guarantee {
    display: grid;
    width: min(100% - 48px, 1180px);
    margin: -40px auto 110px;
    padding: clamp(30px, 5vw, 54px) 0;
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1.55fr);
    gap: clamp(32px, 6vw, 78px);
    border-block: 1px solid var(--shop-line);
}

.shop-guarantee-heading > span {
    display: block;
    margin-bottom: .65rem;
    color: var(--shop-accent-dark);
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.shop-guarantee-heading h2 {
    margin: 0;
    color: var(--shop-ink);
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    letter-spacing: -.045em;
    line-height: .94;
}

.shop-guarantee-heading p {
    max-width: 34ch;
    margin: 1rem 0 0;
    color: var(--shop-muted);
    line-height: 1.65;
}

.shop-guarantee-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-guarantee-list article {
    padding: .25rem clamp(18px, 2.5vw, 32px);
    border-left: 1px solid var(--shop-line);
}

.shop-guarantee-list article > span {
    color: var(--shop-accent-dark);
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .08em;
}

.shop-guarantee-list h3 {
    margin: 1.2rem 0 .65rem;
    color: var(--shop-ink);
    font-size: 1.05rem;
    letter-spacing: -.015em;
}

.shop-guarantee-list p {
    margin: 0;
    color: var(--shop-muted);
    font-size: .88rem;
    line-height: 1.62;
}

.shop-cart-lock {
    overflow: hidden;
}

.shop-cart-backdrop {
    position: fixed;
    z-index: 15000;
    inset: 0;
    background: rgba(16, 14, 21, .62);
}

.shop-cart {
    position: fixed;
    z-index: 15001;
    top: 0;
    right: 0;
    display: grid;
    width: min(620px, 100vw);
    height: 100dvh;
    grid-template-rows: auto auto 1fr auto;
    background: var(--shop-card);
    box-shadow: -24px 0 60px rgba(20, 17, 25, .2);
    transform: translateX(102%);
    transition: transform .24s ease-out;
}

.shop-cart.is-open {
    transform: translateX(0);
}

.shop-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid var(--shop-line);
}

.shop-cart-header span {
    color: var(--shop-accent-dark);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.shop-cart-header h2 {
    margin: .15rem 0 0;
    font-size: 1.65rem;
}

.shop-cart-header button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--shop-line);
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
}

.shop-cart-status {
    min-height: 0;
    padding: 0 1.25rem;
    color: var(--shop-accent-dark);
    font-size: .9rem;
    font-weight: 700;
}

.shop-cart-status:not(:empty) {
    padding-top: .8rem;
    padding-bottom: .8rem;
    background: #fff0ea;
}

.shop-cart-items {
    overflow-y: auto;
    padding: 1rem 1.25rem 2rem;
}

.shop-cart-empty {
    display: grid;
    min-height: 50vh;
    place-content: center;
    text-align: center;
}

.shop-cart-empty svg {
    width: 44px;
    height: 44px;
    margin: 0 auto .8rem;
    color: var(--shop-accent);
}

.shop-cart-item {
    padding: 1rem 0 1.25rem;
    border-bottom: 1px solid var(--shop-line);
}

.shop-cart-item-heading,
.shop-cart-item-actions,
.shop-cart-totals {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.shop-cart-item-heading span {
    color: var(--shop-muted);
    font-size: .75rem;
}

.shop-cart-item-heading h3 {
    margin: .15rem 0 0;
    font-size: 1.08rem;
}

.shop-cart-price-breakdown {
    margin: -.15rem 0 .75rem;
    color: var(--shop-muted);
    font-size: .86rem;
    line-height: 1.45;
}

.shop-cart-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .85rem;
    margin-top: 1rem;
}

.shop-cart-fields label,
.shop-cart-field,
.shop-color-picker,
.shop-email {
    display: grid;
    gap: .35rem;
    color: var(--shop-ink);
    font-size: .78rem;
    font-weight: 750;
}

.shop-cart-fields select,
.shop-cart-fields input,
.shop-email input {
    min-width: 0;
    height: 44px;
    padding: 0 .7rem;
    border: 1px solid #bcb5c1;
    border-radius: 6px;
    background: #fff;
    color: var(--shop-ink);
    font: inherit;
}

.shop-cart-accessory {
    display: grid;
    min-height: 72px;
    margin-top: .85rem;
    padding: .85rem;
    align-items: center;
    grid-template-columns: 26px 1fr;
    gap: .8rem;
    border: 1px solid #cfc6ba;
    border-radius: 8px;
    background: #f4efe7;
    cursor: pointer;
}

.shop-cart-accessory:focus-within {
    outline: 3px solid rgba(184, 59, 18, .25);
    outline-offset: 2px;
}

.shop-cart-accessory-check {
    position: relative;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
}

.shop-cart-accessory-check input {
    position: absolute;
    width: 24px;
    height: 24px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.shop-cart-accessory-check span {
    width: 22px;
    height: 22px;
    border: 1px solid #8e8579;
    border-radius: 5px;
    background: #fff;
}

.shop-cart-accessory-check input:checked + span {
    border-color: var(--shop-accent-dark);
    background:
        linear-gradient(135deg, transparent 44%, #fff 44% 54%, transparent 54%) -2px -1px / 16px 12px no-repeat,
        linear-gradient(45deg, transparent 42%, #fff 42% 54%, transparent 54%) 6px 7px / 13px 9px no-repeat,
        var(--shop-accent-dark);
}

.shop-cart-accessory-copy {
    display: grid;
    gap: .12rem;
}

.shop-cart-accessory-copy > span,
.shop-cart-accessory-copy small {
    color: var(--shop-muted);
    font-size: .72rem;
}

.shop-cart-accessory-copy strong {
    display: flex;
    justify-content: space-between;
    gap: .7rem;
}

.shop-cart-accessory-copy em {
    flex: 0 0 auto;
    color: var(--shop-accent-dark);
    font-style: normal;
}

.shop-cart-accessory-summary {
    display: grid;
    grid-column: 1 / -1;
    gap: .25rem;
    padding: .75rem;
    border-left: 3px solid var(--shop-accent-dark);
    background: #f4efe7;
}

.shop-cart-accessory-summary strong {
    color: var(--shop-ink);
    font-size: .8rem;
}

.shop-cart-accessory-summary span,
.shop-cart-item-actions > span {
    color: var(--shop-muted);
    font-size: .74rem;
    line-height: 1.45;
}

.shop-cart-personalization,
.shop-upload,
.shop-color-picker {
    grid-column: 1 / -1;
}

.shop-cart-personalization small,
.shop-color-picker small {
    color: var(--shop-muted);
    font-size: .72rem;
    font-weight: 500;
    line-height: 1.45;
}

.shop-fixed-choice,
.shop-choice-pending {
    display: flex;
    min-height: 44px;
    padding: .65rem .75rem;
    align-items: center;
    border: 1px solid #cfc6ba;
    border-radius: 6px;
    background: #f4efe7;
    line-height: 1.35;
}

.shop-choice-pending {
    color: var(--shop-muted);
    font-weight: 600;
}

.shop-color-picker {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.shop-color-picker legend {
    margin-bottom: .45rem;
    padding: 0;
    font-size: .78rem;
    font-weight: 800;
}

.shop-color-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .5rem;
}

.shop-color-option {
    position: relative;
    display: grid !important;
    min-width: 0;
    min-height: 48px;
    padding: .45rem .5rem;
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    align-items: center;
    gap: .45rem !important;
    border: 1px solid #bcb5c1;
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
}

.shop-color-option:has(input:checked) {
    border: 2px solid var(--shop-accent-dark);
    padding: calc(.45rem - 1px) calc(.5rem - 1px);
    background: #fff4ef;
}

.shop-color-option:has(input:focus-visible) {
    outline: 3px solid rgba(184, 59, 18, .28);
    outline-offset: 2px;
}

.shop-color-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.shop-color-swatch {
    width: 24px;
    height: 24px;
    border: 1px solid #827a87;
    border-radius: 50%;
    background: repeating-linear-gradient(135deg, #eee 0 4px, #d5ced8 4px 8px);
}

.shop-color-option svg {
    width: 17px;
    height: 17px;
    opacity: 0;
    color: var(--shop-accent-dark);
}

.shop-color-option:has(input:checked) svg {
    opacity: 1;
}

.shop-upload {
    padding: .8rem;
    border: 1px dashed #aaa2b2;
    border-radius: 7px;
}

.shop-upload--optional {
    padding: 0;
}

.shop-upload--optional summary {
    display: flex;
    min-height: 46px;
    padding: .75rem .8rem;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    cursor: pointer;
    font-size: .78rem;
    font-weight: 800;
}

.shop-upload--optional summary span {
    color: var(--shop-muted);
    font-weight: 600;
}

.shop-upload-content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .5rem .75rem;
    align-items: center;
}

.shop-upload--optional .shop-upload-content {
    padding: 0 .8rem .8rem;
}

.shop-upload.is-required {
    border-color: #d87b5a;
    background: #fff8f4;
}

.shop-upload-input {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.shop-upload button {
    align-self: end;
    min-height: 44px;
    padding-inline: .8rem;
    border: 1px solid var(--shop-ink);
    border-radius: 6px;
    background: #fff;
    font-weight: 750;
    cursor: pointer;
}

.shop-upload small {
    grid-column: 1 / -1;
    color: var(--shop-muted);
    font-weight: 500;
    line-height: 1.45;
}

@media (forced-colors: active) {
    .shop-color-option:has(input:checked) {
        border-color: Highlight;
    }

    .shop-color-option:has(input:checked) svg {
        color: Highlight;
    }
}

.shop-cart-item-actions {
    align-items: center;
    margin-top: .85rem;
}

.shop-cart-item-actions label {
    font-size: .78rem;
    font-weight: 750;
}

.shop-cart-item-actions input {
    width: 58px;
    height: 44px;
    margin-left: .4rem;
}

.shop-cart-item-actions button {
    min-height: 44px;
    padding: .55rem .4rem;
    border: 0;
    background: transparent;
    color: #a33018;
    text-decoration: underline;
    cursor: pointer;
}

.shop-material-label {
    display: flex;
    min-height: 24px;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
}

.shop-material-info {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    padding: 0 .55rem;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    border: 1px solid #b9b0bd;
    border-radius: 6px;
    color: #514a58;
    background: #fff;
    font: inherit;
    font-size: .72rem;
    font-weight: 800;
    cursor: pointer;
}

.shop-material-info svg {
    width: 15px;
    height: 15px;
}

.shop-material-dialog {
    width: min(680px, calc(100vw - 32px));
    max-height: min(760px, calc(100dvh - 32px));
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--shop-line);
    border-radius: 12px;
    color: var(--shop-ink);
    background: #fffdf9;
}

.shop-material-dialog::backdrop {
    background: rgba(16, 14, 21, .72);
}

.shop-material-dialog-header {
    display: flex;
    padding: 1.1rem 1.25rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--shop-line);
}

.shop-material-dialog-header h2 {
    margin: 0;
    font-size: 1.55rem;
}

.shop-material-dialog-header button {
    width: 44px;
    height: 44px;
    border: 1px solid #b9b0bd;
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
}

.shop-material-dialog-body {
    max-height: calc(100dvh - 124px);
    padding: 1.25rem;
    overflow-y: auto;
}

.shop-material-current {
    margin: 0 0 1rem;
    padding: .85rem 1rem;
    border: 1px solid #cfc6ba;
    border-radius: 8px;
    background: #f4efe7;
}

.shop-material-list {
    display: grid;
    margin: 0;
    gap: .75rem;
}

.shop-material-list div {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 1rem;
}

.shop-material-list dt {
    font-weight: 850;
}

.shop-material-list dd {
    margin: 0;
    color: var(--shop-muted);
}

.shop-pla-details {
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid var(--shop-line);
}

.shop-pla-details summary {
    min-height: 44px;
    color: #175b3f;
    font-weight: 850;
    cursor: pointer;
}

.shop-pla-details p {
    color: var(--shop-muted);
    line-height: 1.55;
}

.shop-pla-links {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem 1.1rem;
}

.shop-pla-links a {
    color: #175b3f;
    font-weight: 800;
}

.shop-mobile-cart {
    position: relative;
    display: none;
    min-width: 44px;
    height: 44px;
    padding: 0 .65rem;
    align-items: center;
    justify-content: center;
    gap: .3rem;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: var(--shop-accent);
    font: inherit;
    font-weight: 850;
}

.shop-mobile-cart svg {
    width: 18px;
    height: 18px;
}

.shop-cart-footer {
    max-height: 42vh;
    overflow-y: auto;
    padding: 1rem 1.25rem calc(1rem + env(safe-area-inset-bottom));
    border-top: 1px solid var(--shop-line);
    background: #fff;
}

.shop-email span,
.shop-checkout-hint {
    color: var(--shop-muted);
    font-size: .75rem;
    font-weight: 500;
}

.shop-cart-totals {
    display: grid;
    grid-template-columns: 1fr auto;
    margin: .9rem 0;
    font-size: .86rem;
}

.shop-cart-totals strong:last-child {
    color: var(--shop-accent-dark);
    font-size: 1.15rem;
}

.shop-checkout {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 7px;
    font: inherit;
    font-weight: 850;
    cursor: pointer;
}

.shop-checkout:disabled {
    background: #aaa5ae !important;
    cursor: not-allowed;
}

.shop-checkout-hint {
    margin: .55rem 0 0;
    text-align: center;
}

.shop-return-status {
    margin-bottom: 1rem;
    padding: .8rem 1rem;
    border-radius: 7px;
    background: #e5f5ed;
    color: #175b3f;
    font-weight: 750;
}

.shop-return-status.is-cancelled {
    background: #fff0ea;
    color: #8f2f12;
}

@media (max-width: 960px) {
    .catalog-filter-toggle {
        border: 1px solid var(--shop-line) !important;
        color: var(--shop-ink) !important;
        background: var(--shop-card) !important;
    }

    .catalog-filter-toggle-count {
        padding: .28rem .5rem;
        border-radius: 999px;
        color: var(--shop-muted);
        background: var(--shop-paper);
        font-weight: 750;
    }

    .shop-hero {
        padding-top: 5.6rem;
    }

    .shop-guarantee {
        margin-top: -30px;
        grid-template-columns: 1fr;
    }

}

@media (max-width: 600px) {
    html:has(.shop-cart.is-open) {
        scrollbar-gutter: auto;
    }

    .shop-hero {
        padding-top: 4.7rem;
        padding-bottom: 1rem;
    }

    .shop-hero h1 {
        font-size: 2rem;
    }

    .shop-hero p {
        display: none;
    }

    .product-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }

    .product-image {
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    .product-content {
        padding: 18px;
    }

    .product-title {
        font-size: 1.12rem;
    }

    .product-description {
        font-size: .84rem;
    }

    .product-cta {
        font-size: .78rem;
    }

    .shop-mobile-cart {
        display: inline-flex;
    }

    .shop-cart-fields {
        grid-template-columns: 1fr;
    }

    .shop-cart {
        right: 0;
        left: 0;
        width: auto;
        max-width: none;
    }

    .shop-cart-personalization,
    .shop-upload,
    .shop-color-picker {
        grid-column: auto;
    }

    .shop-upload-content {
        grid-template-columns: 1fr;
    }

    .shop-upload small {
        grid-column: auto;
    }

    .shop-color-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-material-list div {
        grid-template-columns: 1fr;
        gap: .2rem;
    }

    .shop-custom-route {
        align-items: stretch;
        flex-direction: column;
        gap: .65rem;
        padding: .7rem;
    }

    .shop-custom-route p span {
        display: none;
    }

    .shop-custom-route a {
        justify-content: center;
    }

    .shop-guarantee {
        width: min(100% - 28px, 1180px);
        margin-bottom: 78px;
        padding-block: 34px;
        gap: 28px;
    }

    .shop-guarantee-list {
        grid-template-columns: 1fr;
    }

    .shop-guarantee-list article {
        padding: 22px 0;
        border-left: 0;
        border-top: 1px solid var(--shop-line);
    }

    .shop-guarantee-list h3 {
        margin-top: .7rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .shop-cart {
        transition: none;
    }
}
