:root {
    --shop-red: #e10613;
    --shop-ink: #171b20;
    --shop-muted: #666666;
    --shop-mid: #999999;
    --shop-line: #dedede;
    --shop-soft: #f7f5f2;
    --shop-white: #ffffff;
    --shop-content-width: 1460px;
    --shop-radius: .25rem;
    --shop-shadow: 0 .5rem 1.5rem rgba(23, 27, 32, .08);
    --shop-transition: 180ms ease;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

body {
    background: var(--shop-white);
    color: var(--shop-ink);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    line-height: 1.625;
}

body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--shop-ink);
    font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1.08;
}

h1 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
}

h2 {
    font-size: clamp(2rem, 3vw, 2.5rem);
}

h3 {
    font-size: clamp(1.5rem, 2vw, 1.85rem);
}

.container-xxl {
    max-width: var(--shop-content-width);
}

.material-symbols-outlined {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Symbols Outlined';
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    font-feature-settings: 'liga';
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.site-header {
    background: var(--shop-white);
    border-bottom: 1px solid var(--shop-line);
    z-index: 1030;
}

.site-servicebar {
    background: var(--shop-white);
    border-bottom: 1px solid var(--shop-line);
    color: var(--shop-ink);
    padding: .45rem 0;
}

.site-servicebar .container-xxl {
    align-items: center;
}

.site-servicebar > .container-xxl > span {
    align-items: center;
    display: inline-flex;
    gap: .45rem;
}

.brand-mark {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: .1rem;
    line-height: .9;
    text-decoration: none;
}

.brand-mark-main {
    color: var(--shop-red);
    font-family: Inter, system-ui, sans-serif;
    font-size: 2.35rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.brand-mark-sub {
    color: var(--shop-ink);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .18em;
    line-height: 1.15;
    padding-left: .18em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.site-navigation ul,
.site-navigation-mobile ul,
.footer-navigation ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-navigation ul {
    flex-wrap: nowrap;
    white-space: nowrap;
}

.site-navigation-mobile ul {
    flex-wrap: wrap;
    white-space: normal;
}

.site-navigation a,
.footer-navigation a {
    border-bottom: 2px solid transparent;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    padding: .45rem 0;
    text-decoration: none;
    transition: border-color var(--shop-transition), color var(--shop-transition);
}

.site-navigation > ul > li:has(> .sub-nav-container) {
    display: contents;
}

.site-navigation > ul > li:has(> .sub-nav-container) > a,
.site-navigation > ul > li > .sub-nav-container {
    display: none;
}

.site-navigation > ul > li:has(> .sub-nav-container) > .sub-nav-container {
    display: contents;
}

.site-navigation a:hover,
.site-navigation .current > a,
.footer-navigation a:hover {
    border-color: var(--shop-red);
    color: var(--shop-red);
}

.site-search {
    align-items: center;
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    display: flex;
    min-width: 15rem;
}

.site-search:focus-within {
    border-color: var(--shop-red);
    box-shadow: 0 0 0 .2rem rgba(201, 21, 30, .12);
}

.site-search input {
    background: transparent;
    border: 0;
    min-width: 0;
    outline: 0;
    padding: .65rem .8rem;
    width: 100%;
}

.site-search button,
.header-action {
    align-items: center;
    background: transparent;
    border: 0;
    display: inline-flex;
    gap: .4rem;
    padding: .55rem .65rem;
    text-decoration: none;
    transition: color var(--shop-transition);
}

.site-search button:hover,
.header-action:hover {
    color: var(--shop-red);
}

.cart-trigger {
    position: relative;
}

.cart-trigger .badge {
    font-size: .65rem;
    position: absolute;
    right: -.25rem;
    top: -.15rem;
}

.offcanvas {
    background: var(--shop-white);
}

.shop-panel {
    padding: 3rem 0;
}

.shop-panel-dark {
    background: var(--shop-ink);
    color: var(--shop-white);
}

.site-content {
    min-height: 30rem;
    padding-bottom: 4rem;
    padding-top: 2rem;
}

.shop-filter {
    min-width: 0;
}

.shop-products {
    min-width: 0;
}

.site-content:has(> .shop-products):has(> .shop-filter) {
    align-items: start;
    column-gap: 2rem;
    display: grid;
    grid-template-columns: 17rem minmax(0, 1fr);
}

.site-content:has(> .shop-products):has(> .shop-filter) > .shop-filter {
    grid-column: 1;
    grid-row: 1;
}

.site-content:has(> .shop-products):has(> .shop-filter) > .shop-products {
    grid-column: 2;
    grid-row: 1;
}

.site-content:has(> .shop-page-intro):has(> .shop-products):has(> .shop-filter) > .shop-page-intro {
    grid-column: 1 / -1;
    grid-row: 1;
}

.site-content:has(> .shop-page-intro):has(> .shop-products):has(> .shop-filter) > .shop-filter,
.site-content:has(> .shop-page-intro):has(> .shop-products):has(> .shop-filter) > .shop-products {
    grid-row: 2;
}

.site-content:has(> .shop-page-intro):has(> .shop-products):has(> .shop-filter) > .shop-filter {
    grid-column: 1;
}

.site-content:has(> .shop-page-intro):has(> .shop-products):has(> .shop-filter) > .shop-products {
    grid-column: 2;
}

.shop-page-intro {
    border-bottom: 1px solid var(--shop-line);
    margin-bottom: 1.5rem;
    padding-bottom: 2rem;
}

.shop-page-intro .breadcrumb {
    color: var(--shop-muted);
    font-size: .875rem;
    margin-bottom: 2rem;
}

.shop-page-intro-grid {
    align-items: end;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(34rem, 1.2fr);
}

.shop-page-intro h1 {
    margin-bottom: .75rem;
}

.shop-page-intro p {
    margin-bottom: 0;
    max-width: 48rem;
}

.shop-feature-strip {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shop-feature { 
    align-items: flex-start;
    border-left: 1px solid var(--shop-line);
    display: flex;
    gap: .65rem;
    min-height: 3.5rem;
    padding-left: 1rem;
}

.shop-feature .material-symbols-outlined {
    color: var(--shop-red);
    flex: 0 0 auto;
    font-size: 1.8rem;
}

.shop-feature strong {
    display: block;
    font-size: .9rem;
    line-height: 1.3;
}

.shop-feature span:last-child {
    color: var(--shop-muted);
    display: block;
    font-size: .8rem;
    line-height: 1.35;
    margin-top: .2rem;
}

.filter-groups {
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    overflow: hidden;
}

.filter-panel + .filter-panel {
    border-top: 1px solid var(--shop-line);
}

.filter-panel-title {
    margin: 0;
}

.filter-panel-toggle {
    background: var(--shop-soft);
    border: 0;
    box-shadow: none;
    color: var(--shop-ink);
    display: flex;
    font-size: .95rem;
    font-weight: 700;
    justify-content: space-between;
    padding: .9rem 1rem;
    text-align: left;
    width: 100%;
}

.filter-panel-toggle::after {
    content: '−';
    font-size: 1.1rem;
    font-weight: 400;
}

.filter-panel-toggle.collapsed::after {
    content: '+';
}

.filter-panel-toggle:hover,
.filter-panel-toggle:focus-visible {
    color: var(--shop-red);
}

.filter-panel-body {
    padding: 1rem;
}

.sr-only-legend > legend {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.shop-filter,
.shop-filter .form-check {
    font-size: .9rem;
}

.shop-filter .form-check-input {
    border-color: var(--shop-mid);
    float: none;
    margin-top: .25rem;
}

.shop-filter .form-check {
    padding-left: 0;
}

.shop-filter .form-check > span:first-child {
    align-items: center;
    display: inline-flex;
    gap: .5rem;
}

.shop-filter .form-check .form-check-input {
    margin: 0;
}

.shop-filter .form-check-input:checked {
    background-color: var(--shop-red);
    border-color: var(--shop-red);
}

.shop-filter .filter-group {
    border: 0;
    margin: 0;
    padding: 0;
}

.shop-filter .filter-group + .filter-group {
    margin-top: .75rem;
}

.shop-filter {
    align-self: start;
    position: sticky;
    top: 1rem;
}

.filter-groups {
    background: var(--shop-white);
}

.shop-filter {
    background: var(--shop-soft);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    overflow: hidden;
    padding: 0;
}

.shop-filter .filter-groups {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
}

.shop-filter .filter-panel {
    background: transparent;
}

.shop-filter .filter-panel + .filter-panel,
.shop-filter .filter-groups + .filter-groups,
.shop-filter .filter-groups + .mb-3 {
    border-top: 1px solid var(--shop-line);
}

.filter-panel-toggle {
    background: transparent;
    font-family: Inter, system-ui, sans-serif;
    min-height: 3.1rem;
    padding: .95rem 1.15rem;
}

.filter-panel-body {
    background: transparent;
    padding: .85rem 1.15rem 1.15rem;
}

.shop-filter > form > .mb-3 {
    background: transparent;
    margin: 0 !important;
    padding: 1rem 1.15rem 1.15rem;
}

.shop-filter > form > .btn[data-filter-reset] {
    margin: 0 1.15rem 1.15rem !important;
    width: calc(100% - 2.3rem) !important;
}
.shop-feature-strip .shop-feature:last-child { border-right: 0 !important; }
.shop-filter [data-filter-reset] { margin-inline: 1rem !important; width: calc(100% - 2rem) !important; }
.shop-filter [data-filter-reset] { margin-bottom: 1.25rem !important; }
.cart-quantity { border: 1px solid var(--shop-line); }
.cart-quantity > input.change_quantity { border-left: 1px solid var(--shop-line); border-right: 1px solid var(--shop-line); }
.cart-drawer-body .cart-drawer-quantity { margin-left: auto; }
.cart-drawer-remove { margin-left: .5rem; }
.cart-drawer-body .cart-drawer-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 0 0 .5rem;
    padding: 0;
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    background: transparent;
    color: var(--shop-ink);
}
.cart-drawer-body > .table.cart .table-body > .table-row > .table-cell:last-child,
.cart-drawer-body > .table.cart .table-body > .table-row > .table-cell:last-child .price-info,
.cart-drawer-body > .table.cart .table-body > .table-row > .table-cell:last-child .quantity-price {
    margin-left: auto !important;
    text-align: right !important;
    white-space: nowrap;
}
.cart-drawer-body > .table.cart .table-body > .table-row {
    display: grid !important;
    grid-template-columns: minmax(11rem, 1fr) 8rem 5rem;
    grid-template-rows: auto auto;
    column-gap: .75rem;
    align-items: center;
}
.cart-drawer-body > .table.cart .table-body > .table-row > .table-cell:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-width: 0;
    width: auto !important;
}
.cart-drawer-body > .table.cart .table-body > .table-row > .table-cell:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
    display: flex !important;
    justify-content: flex-end;
    padding: 0 !important;
}
.cart-drawer-body > .table.cart .table-body > .table-row > .table-cell:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    padding: 0 !important;
    text-align: right !important;
}
.cart-drawer-body > .table.cart .table-body > .table-row > .table-cell:nth-child(4) {
    grid-column: 3;
    grid-row: 1 / span 2;
    padding: 0 !important;
    text-align: right !important;
}
.site-content > form .cart-quantity > input.change_quantity,
.site-content .table.cart .cart-quantity > input.change_quantity {
    border: 0 !important;
    box-shadow: none !important;
}
.cart-drawer-body .cart.table .table-cell:nth-child(2) { display:flex; justify-content:flex-end; align-items:center; }
.cart-drawer-body .cart-quantity input, .cart-drawer-body .cart-drawer-quantity input { text-align:center; appearance:textfield; }
.cart-drawer-body .cart-drawer-quantity input::-webkit-inner-spin-button { display:none; }
.cms-customer-block input:disabled, .cms-customer-block select:disabled, .cms-customer-block textarea:disabled { opacity:.55; background:var(--shop-soft); cursor:not-allowed; }

.shop-filter form {
    margin: 0;
}

.product-results {
    width: 100%;
}

.shop-products {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    row-gap: 1rem;
    text-align: left;
}

.product-list-toolbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    grid-column: 3;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}

.product-list-head {
    align-items: center;
    display: flex;
    margin-bottom: .75rem;
    min-height: 1.5rem;
}

.product-list-head .product-result-count {
    color: var(--shop-muted);
    font-size: .8rem;
}

.shop-products > label,
.shop-products > select {
    display: inline-flex;
    vertical-align: middle;
    margin-left: 0;
}

.shop-products > label {
    grid-column: 2;
    justify-content: flex-end;
}

.shop-products > select {
    grid-column: 3;
    margin-left: .5rem;
}

.shop-products > .product-results {
    display: contents;
}

.shop-products #product-list {
    border-top: 1px solid var(--shop-line);
    grid-column: 1 / -1;
    margin-top: .5rem;
    padding-top: 1.25rem;
}

.shop-products #product-list .product-list-toolbar {
    display: none;
}

.product-view-switch {
    display: inline-flex;
    gap: .25rem;
    margin-left: auto;
}

.product-view-switch .btn.active {
    background: var(--shop-red);
    border-color: var(--shop-red);
    color: var(--shop-white);
}

.product-list-row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.5rem;
}

.product-list-row > .col {
    flex: 0 0 25%;
    max-width: 25%;
}

.product-card {
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    transition: box-shadow var(--shop-transition), transform var(--shop-transition);
}

.product-card:hover {
    box-shadow: var(--shop-shadow);
    transform: translateY(-2px);
}

.product-card-image {
    aspect-ratio: 1.1 / 1;
    background: var(--shop-soft);
    display: block;
    overflow: hidden;
    position: relative;
}

.product-card-image img {
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
    width: 100%;
}

.product-card:hover .product-card-image img {
    transform: scale(1.025);
}

.product-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1rem;
}

.product-card-body h2 {
    font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.35;
    margin-bottom: .35rem;
}

.product-card-body h2 a,
.product-card-title {
    text-decoration: none;
}

.product-card-tags,
.product-card-meta,
.product-card-base-price {
    color: var(--shop-muted);
    font-size: .8rem;
}

.product-card-price {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: .85rem;
}

.product-card-form {
    margin-top: auto;
    padding-top: 1rem;
}
.product-card-rating { display:flex; align-items:center; gap:.45rem; margin-top:.45rem; color:var(--shop-red); font-size:.9rem; }
.product-card-rating small { color:var(--shop-ink); font-size:.75rem; }

.product-card-variant {
    min-width: 0;
}

.product-card-variant label {
    color: var(--shop-muted);
    font-size: .75rem;
    margin-bottom: .3rem;
}

.product-card-actions {
    align-items: stretch;
    display: flex;
    gap: .5rem;
}

.product-card-actions .form-control {
    max-width: 5rem;
}

.product-card-actions .btn {
    flex: 1 1 auto;
}

.product-card-actions .btn-icon {
    flex: 0 0 2.75rem;
}

.product-card[data-add-state='loading'] {
    opacity: .72;
}

[data-view='list'] .product-list-row {
    display: block;
}

[data-view='list'] .product-list-row > .col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    width: 100%;
}

[data-view='list'] .product-card {
    display: grid;
    grid-template-columns: 12rem minmax(0, 1fr);
}

[data-view='list'] .product-card-image {
    aspect-ratio: 1;
    height: 100%;
}

[data-view='list'] .product-card-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 1.5rem;
}

[data-view='list'] .product-card-body h2,
[data-view='list'] .product-card-tags,
[data-view='list'] .product-card-meta {
    grid-column: 1;
}

[data-view='list'] .product-card-price,
[data-view='list'] .product-card-form {
    grid-column: 2;
    grid-row: 1 / span 4;
    margin-top: 0;
}

[data-view='list'] .product-card-form {
    align-self: end;
    min-width: 18rem;
}
[data-view='list'] .product-card-actions { align-items: center; }
[data-view='list'] .product-card-actions .input-group { height: 2.5rem; }
[data-view='list'] .product-card-actions > .btn-primary {
    flex: 0 0 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    padding: 0;
}

.btn-primary {
    --bs-btn-bg: var(--shop-red);
    --bs-btn-border-color: var(--shop-red);
    --bs-btn-hover-bg: #a90f17;
    --bs-btn-hover-border-color: #a90f17;
    --bs-btn-active-bg: #8e0c13;
    --bs-btn-active-border-color: #8e0c13;
}

.btn-outline-primary {
    --bs-btn-color: var(--shop-red);
    --bs-btn-border-color: var(--shop-red);
    --bs-btn-hover-bg: var(--shop-red);
    --bs-btn-hover-border-color: var(--shop-red);
}

.btn-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.pagination .page-link {
    color: var(--shop-red);
}

.pagination .active .page-link {
    background: var(--shop-red);
    border-color: var(--shop-red);
    color: var(--shop-white);
}

.content {
    width: 100%;
}

.content > .row,
.content > form,
.content > .table,
.content > .prop-holder {
    margin-bottom: 2rem;
}

.form-label {
    font-weight: 600;
}

.site-content > form > .row.form,
.site-content > form > .row.login,
.site-content > form > .table.cart,
.site-content > form > .table.cart ~ .table,
.site-content > form > .form-action {
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    padding: 1.5rem;
}

.site-content > form > .row.form,
.site-content > form > .row.login {
    --bs-gutter-y: 1.5rem;
    margin-left: 0;
    margin-right: 0;
}

.login-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.login-panel .form-action {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
}

.login-panel-actions {
    align-items: stretch;
}

.login-panel-actions .btn {
    flex: 1 1 12rem;
}

.login-panel-actions a {
    justify-content: center;
    text-align: center;
    width: 100%;
}

.site-content > form > .row.form + .row.form,
.site-content > form > .row.login + .row.login {
    margin-top: 1.5rem;
}

.site-content > form > .form-action {
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.site-content > form > .table.cart ~ .table {
    margin-top: 1rem;
}

.site-content .headline {
    border-bottom: 1px solid var(--shop-line);
    margin-bottom: 1.5rem;
    padding-bottom: .75rem;
}

.site-content .second-head {
    font-family: Inter, system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
}

.site-content .form-row,
.site-content .row.g-2.align-items-center {
    margin-bottom: 1.25rem;
}

.site-content .form-row:last-child,
.site-content .row.g-2.align-items-center:last-child {
    margin-bottom: 0;
}

.site-content .row.g-2.align-items-center > .form-label,
.site-content .form-row > .form-label {
    display: block;
    margin-bottom: .45rem;
    width: 100%;
}

.form-control,
.form-select {
    border-color: var(--shop-line);
    border-radius: var(--shop-radius);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--shop-red);
    box-shadow: 0 0 0 .2rem rgba(201, 21, 30, .12);
}

.site-content input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='button']),
.site-content textarea {
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    color: var(--shop-ink);
    display: block;
    min-height: calc(1.5em + 1.3rem + 2px);
    padding: .65rem .8rem;
    width: 100%;
}

.site-content input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='button']):focus,
.site-content textarea:focus {
    border-color: var(--shop-red);
    box-shadow: 0 0 0 .2rem rgba(201, 21, 30, .12);
    outline: 0;
}

.site-content input[type='checkbox'],
.site-content input[type='radio'] {
    accent-color: var(--shop-red);
    width: auto;
}

.site-content input[type='checkbox'],
.site-content input[type='radio'] {
    height: 1em;
    width: 1em;
}

.site-content .shop-filter .form-check-input {
    height: 1em;
    margin-left: 0;
    width: 1em;
}

.form-action {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.5rem;
}

.form-action .btn {
    display: inline-flex;
}

.form-action > .btn > a,
.form-action > .btn > button {
    background: var(--shop-red);
    border: 1px solid var(--shop-red);
    border-radius: var(--shop-radius);
    color: var(--shop-white);
    display: inline-flex;
    gap: .5rem;
    padding: .65rem 1rem;
    text-decoration: none;
    transition: background-color var(--shop-transition), border-color var(--shop-transition);
}

.form-action > .btn > a:hover,
.form-action > .btn > button:hover {
    background: #a90f17;
    border-color: #a90f17;
}

.form-action > .btn + .btn > a,
.form-action > .btn + .btn > button {
    background: transparent;
    border-color: var(--shop-red);
    color: var(--shop-red);
}

.form-action > .btn + .btn > a:hover,
.form-action > .btn + .btn > button:hover {
    background: var(--shop-red);
    color: var(--shop-white);
}

.product-detail-quantity {
    max-width: 11rem;
}

.checkout-step {
    color: var(--shop-muted);
    text-decoration: none;
    transition: border-color var(--shop-transition), color var(--shop-transition);
}

.checkout-step-number {
    align-items: center;
    background: var(--shop-soft);
    border: 1px solid var(--shop-line);
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 2rem;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.checkout-nav .active .checkout-step {
    color: var(--shop-red);
    font-weight: 700;
}

.checkout-nav .active .checkout-step-number {
    background: var(--shop-red);
    border-color: var(--shop-red);
    color: var(--shop-white);
}

.checkout-nav {
    border-bottom: 1px solid var(--shop-line);
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
}

.checkout-page-heading {
    margin-bottom: 1.5rem;
}

.checkout-page-heading .breadcrumb,
.product-page-heading .breadcrumb {
    align-items: center;
    color: var(--shop-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: .875rem;
    gap: .35rem;
    margin-bottom: 1.5rem;
}

.checkout-page-heading .breadcrumb a,
.product-page-heading .breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.checkout-page-heading .breadcrumb a:hover,
.product-page-heading .breadcrumb a:hover {
    color: var(--shop-red);
}

.checkout-page-heading .breadcrumb .material-symbols-outlined,
.product-page-heading .breadcrumb .material-symbols-outlined {
    font-size: 1rem;
}

.checkout-page-heading h1 {
    margin-bottom: .35rem;
}

.checkout-page-heading p {
    margin-bottom: 0;
}

.product-page-heading {
    margin-bottom: 1.5rem;
}

.checkout-progress {
    border-bottom: 1px solid var(--shop-line);
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}

.checkout-progress ol {
    align-items: start;
    display: flex;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.checkout-progress-step {
    align-items: start;
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    position: relative;
}

.checkout-progress-step::after {
    background: var(--shop-line);
    content: '';
    height: 1px;
    left: calc(1.35rem + .75rem);
    position: absolute;
    right: .75rem;
    top: 1.35rem;
}

.checkout-progress-step:last-child::after {
    display: none;
}

.checkout-progress-step > a,
.checkout-progress-step > span {
    align-items: center;
    color: var(--shop-muted);
    display: inline-flex;
    gap: .65rem;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.checkout-progress-number {
    align-items: center;
    background: var(--shop-soft);
    border: 1px solid var(--shop-line);
    border-radius: 50%;
    color: var(--shop-muted);
    display: inline-flex;
    flex: 0 0 2.7rem;
    font-size: .9rem;
    font-weight: 700;
    height: 2.7rem;
    justify-content: center;
    width: 2.7rem;
}

.checkout-progress-label {
    font-size: .9rem;
    font-weight: 600;
    white-space: nowrap;
}

.checkout-progress-step.completed::after {
    background: var(--shop-red);
}

.checkout-progress-step.active > a,
.checkout-progress-step.active > span,
.checkout-progress-step.completed > a {
    color: var(--shop-red);
}

.checkout-progress-step.active .checkout-progress-number,
.checkout-progress-step.completed .checkout-progress-number {
    background: var(--shop-red);
    border-color: var(--shop-red);
    color: var(--shop-white);
}

.site-content .custom-radio .radio {
    align-items: center;
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    display: flex;
    gap: .65rem;
    padding: .75rem 1rem;
    transition: border-color var(--shop-transition), box-shadow var(--shop-transition);
}

.site-content .custom-radio .radio:has(input:checked) {
    border-color: var(--shop-red);
    box-shadow: 0 0 0 .15rem rgba(201, 21, 30, .08);
}

.site-content .custom-radio .radio input {
    flex: 0 0 auto;
}

.site-content .custom-radio .radio label {
    cursor: pointer;
    margin: 0;
}

.site-content .radio-content {
    background: var(--shop-soft);
    border-left: 3px solid var(--shop-red);
    border-radius: 0 var(--shop-radius) var(--shop-radius) 0;
    margin: -.5rem 0 1rem;
    padding: .75rem 1rem;
}

.site-content .custom-checkbox label {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: .55rem;
}

.site-content .custom-checkbox input[type='checkbox'] {
    flex: 0 0 auto;
    height: 1.1rem;
    margin-top: .25rem;
    width: 1.1rem;
}

.hidden {
    display: none !important;
}

.form-row {
    margin-bottom: 1rem;
}

.form-row.website {
    display: none !important;
}

.site-content .row.g-2.align-items-center > .col-12:has(> .col-12.col-md-6),
.site-content .row.g-2.align-items-center > .col-12:has(> .col-12.col-md-2) {
    display: grid;
    gap: .75rem;
}

.site-content .row.g-2.align-items-center > .col-12:has(> .col-12.col-md-6) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-content .row.g-2.align-items-center > .col-12:has(> .col-12.col-md-2) {
    grid-template-columns: .75fr 1.5fr 1fr;
}

.site-content .row.g-2.align-items-center > .col-12:has(> .col-12.col-md-6) > .col-12,
.site-content .row.g-2.align-items-center > .col-12:has(> .col-12.col-md-2) > .col-12 {
    width: auto;
}

.coupon-controls {
    align-items: stretch;
    display: grid !important;
    gap: .75rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.coupon-controls .coupon-btn {
    min-width: 7.5rem;
}

.coupon-btn {
    background: var(--shop-red);
    border: 1px solid var(--shop-red);
    border-radius: var(--shop-radius);
    color: var(--shop-white);
    cursor: pointer;
    font-weight: 600;
    min-height: 2.65rem;
    padding: .6rem 1rem;
}

.coupon-btn:hover {
    background: #a90f17;
    border-color: #a90f17;
}

.product-selection-hint {
    color: var(--shop-muted);
    font-size: .875rem;
    margin: .75rem 0 0;
}

.form-row input:not([type='radio']):not([type='checkbox']),
.form-row textarea,
.form-row select:not(.form-select) {
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    padding: .65rem .8rem;
    width: 100%;
}

.table.cart,
.cart.table {
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    display: block;
    overflow-x: auto;
    width: 100%;
}

.cart.table .table-head,
.table.cart .table-head {
    background: var(--shop-soft);
    font-weight: 700;
}

.cart.table .table-row,
.table.cart .table-row {
    align-items: center;
    border-bottom: 1px solid var(--shop-line);
    display: grid;
    grid-template-columns: minmax(18rem, 2fr) minmax(8rem, .7fr) minmax(8rem, .8fr) minmax(8rem, .8fr);
    min-width: 0;
}

.cart.table .table-cell,
.table.cart .table-cell {
    padding: 1rem;
}

.cart.table .table-row:last-child,
.table.cart .table-row:last-child {
    border-bottom: 0;
}

.site-content > form > .table:not(.cart) .table-row {
    align-items: center;
    border-bottom: 1px solid var(--shop-line);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: .7rem 0;
}

.site-content > form > .table:not(.cart) .table-row:last-child {
    border-bottom: 0;
}

.site-content > form > .table:not(.cart) .table-cell {
    padding: 0;
}

.cart.table .product-details,
.table.cart .product-details {
    border: 0;
    margin-top: .35rem;
    width: auto;
}

.cart.table .product-details .table-row,
.table.cart .product-details .table-row {
    border: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    min-width: 0;
    padding: .1rem 0;
}

.cart.table .product-details .table-cell,
.table.cart .product-details .table-cell {
    padding: 0 .5rem 0 0;
}

.cart.table .product-image img,
.table.cart .product-image img {
    height: 4.5rem;
    object-fit: cover;
    width: 4.5rem;
}

.cart.table .product-image,
.table.cart .product-image {
    float: left;
    margin-right: 1rem;
}

.cart.table .product-title,
.table.cart .product-title {
    font-weight: 700;
}

.cart.table .product-brand,
.table.cart .product-brand,
.cart.table .product-details,
.table.cart .product-details {
    color: var(--shop-muted);
    font-size: .85rem;
}

.cart.table .change_quantity,
.table.cart .change_quantity {
    max-width: 5rem;
    min-height: 2.5rem;
    text-align: center;
}

.cart.table .product-body,
.table.cart .product-body {
    min-height: 4.5rem;
}

.cart.table .strong,
.table.cart .strong {
    font-weight: 700;
}

.cart-qty {
    max-width: 5rem;
}

.product-slider-holder {
    display: grid;
    gap: 1rem;
}

.product-slider-nav {
    display: flex;
    gap: .75rem;
    order: 2;
    overflow-x: auto;
}

.product-slider-nav .slide {
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    flex: 0 0 5rem;
    overflow: hidden;
}

.product-slider-nav .slide:hover {
    border-color: var(--shop-red);
}

.product-slider-nav img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

.product-slider {
    background: var(--shop-soft);
    border-radius: var(--shop-radius);
    overflow: hidden;
}

.product-slider .slide {
    position: relative;
}

.product-slider .slide img {
    display: block;
    height: auto;
    max-height: 38rem;
    object-fit: contain;
    width: 100%;
}

.product-box,
.prop-holder {
    width: 100%;
}

.variant-group {
    margin-bottom: 1.25rem;
}

.variant-group.is-loading {
    opacity: .6;
    pointer-events: none;
    position: relative;
}

.variant-group.is-loading::after {
    background: rgba(255, 255, 255, .5);
    content: '';
    inset: 0;
    position: absolute;
}

.variant-group fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.variant-group .btn input {
    position: absolute;
}

.product-info,
.prop-offer,
.checkout-step,
.payment,
.shipping {
    background: var(--shop-soft);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    padding: 1rem;
}

.prop-offer {
    margin-top: 1.5rem;
}

.prop-offer .product-info {
    background: transparent;
    border: 0;
    padding: 0 0 1rem;
}

.prop-offer .product-inner {
    align-items: end;
}

.prop-offer .product-price {
    min-width: 10rem;
}

.prop-offer .product-price .price {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

.prop-offer .product-price .price-note {
    color: var(--shop-muted);
    display: block;
    font-size: .8rem;
    font-weight: 400;
    margin-top: .4rem;
}

.prop-offer .form-action {
    flex: 1 1 100%;
    margin-top: .75rem;
}

.prop-offer .form-action .btn:last-child {
    flex: 1 1 auto;
}

.prop-offer .form-action .btn:last-child > button {
    justify-content: center;
    width: 100%;
}

.product-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
}

.product-price,
.product-detail-price {
    font-size: 1.5rem;
    font-weight: 700;
}

.product-delivery {
    margin-bottom: 1rem;
}

.green {
    color: #237a3b;
}

.orange {
    color: #a35c00;
}

.red {
    color: var(--shop-red);
}

.headline-product-detail {
    margin-bottom: 1.5rem;
}

.headline-product-detail h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.content-section-title {
    border-bottom: 1px solid var(--shop-line);
    margin-bottom: 2rem;
    padding-bottom: .75rem;
}

.cms-article {
    max-width: 78ch;
}

.cms-article:first-child {
    margin-top: 1rem;
}

.cms-article h1:first-child,
.cms-article h2:first-child,
.cms-article h3:first-child {
    margin-top: 0;
}

.cms-article-teaser {
    font-size: 1.05rem;
}

.cms-article-addition {
    color: var(--shop-muted);
}

.cms-article h2,
.cms-article h3 {
    margin-top: 2rem;
}

.cms-article p,
.cms-article ul,
.cms-article ol {
    margin-bottom: 1rem;
}

.site-footer {
    background: var(--shop-white);
    margin-top: 4rem;
}

.site-benefits {
    border-top: 1px solid var(--shop-line);
    border-bottom: 1px solid var(--shop-line);
    padding: 1.5rem 0;
}

.site-benefit {
    align-items: center;
    border-right: 1px solid var(--shop-line);
    display: flex;
    gap: .9rem;
    min-height: 4.25rem;
    padding-right: 1.5rem;
}
.site-benefits .row > div:last-child .site-benefit { border-right: 0 !important; padding-right: 0; }

.site-benefit .material-symbols-outlined {
    color: var(--shop-ink);
    flex: 0 0 auto;
    font-size: 2.35rem;
}

.site-benefit strong,
.site-benefit span:last-child {
    display: block;
}

.site-benefit strong {
    font-size: .9rem;
    font-weight: 600;
}

.site-benefit span:last-child {
    color: var(--shop-muted);
    font-size: .8rem;
    line-height: 1.4;
    margin-top: .2rem;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer h2,
.site-footer .h6 {
    font-family: Inter, system-ui, sans-serif;
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: 0;
}

.site-footer li + li {
    margin-top: .25rem;
}

.site-footer .footer-navigation-dynamic ul {
    align-items: start;
    display: grid;
    gap: .25rem 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-footer .footer-navigation-dynamic a {
    border-bottom: 0;
    font-size: .86rem;
    font-weight: 400;
    padding: .18rem 0;
}

.site-footer .footer-navigation-dynamic a:hover {
    border-bottom: 0;
}

.site-footer-bottom {
    background: var(--shop-ink);
    color: var(--shop-white);
    padding: .75rem 0;
}

.site-footer-bottom a {
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .site-footer .footer-navigation-dynamic ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

[x-cloak] {
    display: none !important;
}

[data-bs-theme='dark'] {
    --shop-ink: #f5f5f5;
    --shop-line: #3b4148;
    --shop-soft: #20252b;
    --shop-white: #171b20;
    --bs-body-bg: #171b20;
    --bs-body-color: #f5f5f5;
    --bs-border-color: #3b4148;
}

[data-bs-theme='dark'] body {
    background: var(--shop-white);
}

[data-bs-theme='dark'] .site-header,
[data-bs-theme='dark'] .site-footer {
    background: #20252b;
}

[data-bs-theme='dark'] .site-search,
[data-bs-theme='dark'] .product-card,
[data-bs-theme='dark'] .accordion-item,
[data-bs-theme='dark'] .product-info,
[data-bs-theme='dark'] .prop-offer,
[data-bs-theme='dark'] .site-content > form > .row.form,
[data-bs-theme='dark'] .site-content > form > .row.login,
[data-bs-theme='dark'] .site-content > form > .table.cart,
[data-bs-theme='dark'] .site-content > form > .table.cart ~ .table,
[data-bs-theme='dark'] .site-content > form > .form-action,
[data-bs-theme='dark'] .site-content input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='button']),
[data-bs-theme='dark'] .site-content textarea,
[data-bs-theme='dark'] .site-content .custom-radio .radio {
    background: #20252b;
}

[data-bs-theme='dark'] .site-content select,
[data-bs-theme='dark'] .site-content .form-select,
[data-bs-theme='dark'] .site-content .form-control {
    background-color: #20252b;
    color: var(--shop-ink);
}

[data-bs-theme='dark'] .site-content .shop-page-intro,
[data-bs-theme='dark'] .site-content .shop-feature-strip,
[data-bs-theme='dark'] .site-content .shop-filter,
[data-bs-theme='dark'] .site-content .filter-group,
[data-bs-theme='dark'] .site-content .filter-panel-toggle,
[data-bs-theme='dark'] .site-content .radio-content {
    background-color: #20252b;
}

[data-bs-theme='dark'] .site-content .cart.table .table-head,
[data-bs-theme='dark'] .site-content .table.cart .table-head {
    background-color: #2b3036;
}

[data-bs-theme='dark'] .checkout-progress-step::after {
    background: #59616b;
}

[data-bs-theme='dark'] .checkout-progress-step.completed::after {
    background: var(--shop-red);
}

[data-bs-theme='dark'] .product-card-image,
[data-bs-theme='dark'] .product-slider {
    background: #2b3036;
}

[data-bs-theme='dark'] .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

@media (max-width: 1199.98px) {
    .site-navigation ul {
        gap: .75rem;
    }

    .site-navigation a {
        font-size: .875rem;
    }

    .site-search {
        min-width: 12rem;
    }

    .product-list-row > .col {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }

    .shop-page-intro-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .site-servicebar > .container-xxl {
        justify-content: center !important;
    }

    .site-servicebar > .container-xxl > span:nth-child(3) {
        display: none;
    }

    .site-content:has(> .shop-products):has(> .shop-filter) {
        display: grid;
        grid-template-columns: 1fr;
    }

    .site-content:has(> .shop-products):has(> .shop-filter) > .shop-filter,
    .site-content:has(> .shop-products):has(> .shop-filter) > .shop-products {
        grid-column: 1;
    }

    .site-content:has(> .shop-products):has(> .shop-filter) > .shop-filter {
        grid-row: 1;
        margin-bottom: 1.5rem;
    }

    .site-content:has(> .shop-products):has(> .shop-filter) > .shop-products {
        grid-row: 2;
    }

    .site-content:has(> .shop-page-intro):has(> .shop-products):has(> .shop-filter) > .shop-filter {
        grid-row: 2;
    }

    .site-content:has(> .shop-page-intro):has(> .shop-products):has(> .shop-filter) > .shop-products {
        grid-row: 3;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: .95rem;
    }

    .brand-mark-main {
        font-size: 1.85rem;
    }

    .brand-mark-sub {
        font-size: .6rem;
    }

    .site-servicebar > .container-xxl {
        gap: .5rem !important;
        justify-content: space-between !important;
    }

    .site-servicebar > .container-xxl > span {
        font-size: .75rem;
    }

    .site-servicebar > .container-xxl > span:nth-child(2) {
        display: none;
    }

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

    .shop-feature {
        padding-left: .75rem;
    }

    [data-view='list'] .product-card {
        grid-template-columns: 7rem minmax(0, 1fr);
    }

    [data-view='list'] .product-card-body {
        display: block;
    }

    [data-view='list'] .product-card-price,
    [data-view='list'] .product-card-form {
        margin-top: .75rem;
    }

    [data-view='list'] .product-card-form {
        min-width: 0;
    }

    .product-list-row > .col {
        flex-basis: 50%;
        max-width: 50%;
    }

    .cart.table .table-row,
    .table.cart .table-row {
        grid-template-columns: minmax(12rem, 1fr) minmax(6rem, auto) minmax(6rem, auto) minmax(6rem, auto);
    }

    .site-content > form > .row.form,
    .site-content > form > .row.login,
    .site-content > form > .table.cart,
    .site-content > form > .table.cart ~ .table,
    .site-content > form > .form-action {
        padding: 1rem;
    }

    .site-benefit {
        border-right: 0;
        padding-right: 0;
    }

    .checkout-progress {
        overflow-x: auto;
    }

    .checkout-progress ol {
        min-width: 42rem;
    }

    .checkout-progress-label {
        font-size: .8rem;
    }

    .shop-products {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .shop-products > label {
        grid-column: 1;
        justify-content: flex-start;
    }

    .shop-products > select {
        grid-column: 2;
    }

    .shop-products .product-list-toolbar {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-content: flex-start;
    }

    .shop-products #product-list {
        grid-row: 3;
    }

    .coupon-controls {
        grid-template-columns: 1fr;
    }

    .coupon-controls .coupon-btn {
        width: 100%;
    }

    .site-content .row.g-2.align-items-center > .col-12:has(> .col-12.col-md-6),
    .site-content .row.g-2.align-items-center > .col-12:has(> .col-12.col-md-2) {
        grid-template-columns: 1fr;
    }

    .product-page-heading .breadcrumb,
    .checkout-page-heading .breadcrumb {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .product-list-row > .col {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Final theme alignment: compact controls, reference-style commerce layout. */
.footer-brand-mark {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer-brand-logo {
    display: block;
    height: auto !important;
    max-width: 5.5rem;
    width: 5.5rem !important;
}

.site-header .brand-logo {
    height: 4.25rem !important;
    width: 5.5rem !important;
}

.footer-brand-copy {
    max-width: 18rem;
}

.shop-products > .product-result-count-toolbar {
    align-self: center;
    color: var(--shop-muted);
    font-size: .8rem;
    grid-column: 1;
    grid-row: 1;
}

.shop-products .product-list-head {
    display: none;
}

.shop-products #product-list .product-list-toolbar {
    gap: .3rem;
    top: -3.3rem;
}

.product-view-switch {
    gap: 0;
    margin-left: .15rem;
}

.product-view-switch .btn {
    height: 2.35rem;
    width: 2.35rem;
}

.product-view-switch .btn:first-child {
    border-radius: var(--shop-radius) 0 0 var(--shop-radius);
}

.product-view-switch .btn:last-child {
    border-radius: 0 var(--shop-radius) var(--shop-radius) 0;
}

.product-card-actions {
    align-items: center;
    gap: .65rem;
}

.product-card-actions .input-group {
    border: 1px solid var(--shop-line) !important;
    border-radius: var(--shop-radius);
    display: grid;
    flex: 0 0 8rem;
    grid-template-columns: 2.15rem minmax(2.5rem, 1fr) 2.15rem;
    min-width: 8rem;
    overflow: hidden;
}

.product-card-actions .input-group > .btn,
.product-card-actions .input-group > .form-control {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 2.35rem;
    min-height: 2.35rem;
    padding: 0;
}

.product-card-actions .input-group > .form-control {
    border-left: 1px solid var(--shop-line) !important;
    border-right: 1px solid var(--shop-line) !important;
    width: 100%;
}

.product-card-actions .btn-icon {
    flex: 0 0 2.75rem;
    height: 2.75rem;
    width: 2.75rem;
}

[data-view='list'] .product-card-body {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 16rem);
    grid-template-rows: auto auto 1fr auto;
}

[data-view='list'] .product-card-body h2 {
    grid-column: 1;
    grid-row: 1;
}

[data-view='list'] .product-card-rating {
    grid-column: 1;
    grid-row: 3;
}

[data-view='list'] .product-card-price {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    text-align: right;
}

[data-view='list'] .product-card-base-price {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    text-align: right;
}

[data-view='list'] .product-card-form {
    align-self: end;
    grid-column: 2;
    grid-row: 3 / span 2;
    min-width: 0;
    padding-top: 0;
    width: 100%;
}

.shop-filter .form-check-input {
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    height: 1rem !important;
    margin: 0 !important;
    max-height: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    min-width: 1rem;
    padding: 0;
    width: 1rem !important;
}

.shop-filter .form-check-input:checked::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -58%) rotate(45deg);
}

.price-range {
    margin-left: .55rem;
    margin-right: .55rem;
}

.price-range-track {
    left: 1rem;
    right: 1rem;
    top: calc(50% - .15rem);
    transform: translateY(-50%);
}

.price-range-track span {
    left: var(--price-min-position);
    right: calc(100% - var(--price-max-position));
    top: 0;
}

.price-range-input {
    left: .5rem;
    right: auto;
    top: 0;
    width: calc(100% - 1rem);
}

.price-filter-limits {
    margin-left: 1.55rem;
    margin-right: 1.55rem;
}

.price-filter-limits span {
    display: block;
    min-width: 0;
}

.shop-products > nav[aria-label='Seitennavigation'] .pagination {
    align-items: center;
    gap: .35rem;
}

.shop-products > nav[aria-label='Seitennavigation'] .page-link {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    min-width: 2.25rem;
    padding: 0 .45rem;
}

.shop-products > nav[aria-label='Seitennavigation'] .page-item.active .page-link {
    background: var(--shop-red);
    border-color: var(--shop-red);
}

.shop-products > nav[aria-label='Seitennavigation'] > label .form-select {
    border-radius: 999px;
    min-height: 2.25rem;
    padding-bottom: .3rem;
    padding-top: .3rem;
}

.prop-offer .form-action {
    gap: .75rem;
    margin-top: .85rem;
    grid-template-columns: minmax(7rem, 9.5rem) minmax(0, 1fr);
}

.prop-offer .form-action > .btn:last-child > button {
    min-height: 3.5rem;
    width: 100%;
}

.prop-offer .form-action > .btn:last-child {
    display: flex;
    grid-column: 1 / -1;
    padding: 0;
    width: 100%;
}

.product-detail-quantity {
    border: 1px solid var(--shop-line) !important;
    grid-template-columns: 2.5rem minmax(3.5rem, 1fr) 2.5rem;
}

.product-detail-quantity > button,
.product-detail-quantity > input {
    border: 0 !important;
    min-height: 3.5rem;
}

.product-detail-quantity > input {
    border-left: 1px solid var(--shop-line) !important;
    border-right: 1px solid var(--shop-line) !important;
}

.cart-trigger {
    transition: color 180ms ease, transform 180ms ease;
}

.cart-trigger:hover {
    color: var(--shop-red);
    transform: translateY(-1px);
}

.cart-drawer-backdrop {
    transition: opacity 260ms ease;
}

.cart-drawer {
    box-shadow: -1.5rem 0 3rem rgba(10, 12, 15, .2);
    transition: transform 320ms cubic-bezier(.22, .8, .3, 1);
}

.cart-drawer-body .cart.table .table-row,
.cart-drawer-body .table.cart .table-row {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.cart-drawer-body .cart.table .table-cell:nth-child(2),
.cart-drawer-body .table.cart .table-cell:nth-child(2) {
    display: flex;
    grid-column: 2;
    min-width: 6rem;
}

.cart-drawer-body .cart.table .table-cell:nth-child(3),
.cart-drawer-body .table.cart .table-cell:nth-child(3) {
    display: none;
}

.cart-drawer-body .cart.table .table-cell:last-child {
    grid-column: 3;
    min-width: 4.5rem;
    text-align: right;
}

.cart-drawer-body .cart.table .table-cell:nth-child(2) .row,
.cart-drawer-body .table.cart .table-cell:nth-child(2) .row,
.cart-drawer-body .cart.table .table-cell:nth-child(2) .col-12,
.cart-drawer-body .table.cart .table-cell:nth-child(2) .col-12 {
    width: 100%;
}

.cart-drawer-body .cart.table .table-body > .table-row,
.cart-drawer-body .table.cart .table-body > .table-row {
    align-items: start;
    border-bottom: 1px solid var(--shop-line);
    column-gap: .85rem;
    padding: 1rem 0;
}

.cart-drawer-body .cart.table .table-cell:first-child .product-image,
.cart-drawer-body .table.cart .table-cell:first-child .product-image {
    flex: 0 0 4.5rem;
}

.cart-drawer-body .cart.table .table-cell:first-child .product-image img,
.cart-drawer-body .table.cart .table-cell:first-child .product-image img {
    border-radius: .25rem;
    height: 4.5rem;
    object-fit: cover;
    width: 4.5rem;
}

.cart-drawer-body .cart-drawer-quantity {
    grid-template-columns: 2rem 3rem 2rem;
    margin: 0;
    max-width: 7rem;
}

/* Variant properties are a nested table, not cart line items. */
.cart-drawer-body .product-details .table-body > .table-row {
    align-items: start;
    border: 0;
    display: grid;
    gap: .2rem .4rem;
    grid-template-columns: auto minmax(0, 1fr) !important;
    padding: .1rem 0;
}

.cart-drawer-body .product-details .table-cell {
    display: block !important;
    font-size: .75rem;
    min-width: 0;
    padding: 0;
    text-align: left !important;
}

.cart-drawer-body .product-details .table-cell:first-child {
    color: var(--shop-muted);
    font-weight: 600;
}

/* The drawer is the card. Do not nest a second cart card inside it. */
.cart-drawer-body .table.cart,
.cart-drawer-body .cart.table,
.cart-drawer-body .table.cart .table-body,
.cart-drawer-body .cart.table .table-body {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}

.cart-drawer-body .change_quantity {
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    min-height: 2.3rem;
    padding: .3rem;
    text-align: center;
    width: 3.25rem !important;
}

.cart-drawer-body .remove_from_cart {
    border: 0;
    color: var(--shop-muted);
    padding: .25rem;
}

.cart-drawer-body .product-details {
    margin-top: .45rem;
}

.cart-drawer-actions {
    border-top: 1px solid var(--shop-line);
    display: grid;
    gap: .65rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
}

.cart-drawer-actions .btn {
    justify-content: center;
    width: 100%;
}

.checkout-progress-step::after {
    left: 2.8rem;
    right: .35rem;
    top: 1.175rem;
}

.checkout-progress-label {
    padding: .15rem .45rem;
    position: relative;
    z-index: 3;
}

.checkout-layout {
    gap: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
}

.checkout-main > .row.form {
    padding: 1.15rem 1.25rem;
}

.checkout-main > .row.form .row.g-2.align-items-center {
    column-gap: 1rem;
    display: grid;
    grid-template-columns: minmax(9rem, .38fr) minmax(0, 1fr);
}

.checkout-main > .row.form .row.g-2.align-items-center > .form-label {
    margin: 0;
    width: auto;
}

.overview-layout {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1.15fr) minmax(22rem, .85fr);
}

.overview-review > .table.cart,
.overview-review > .table:not(.cart) {
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    padding: 1.25rem;
}

.overview-review > .table:not(.cart) {
    margin-top: 1rem;
}

.overview-details #checkout {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.overview-details #checkout > .row.form {
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    margin: 0;
    padding: 1.15rem 1.25rem;
}

.overview-details #checkout > .row.form .row.g-2.align-items-center {
    column-gap: 1rem;
    display: grid;
    grid-template-columns: minmax(9rem, .38fr) minmax(0, 1fr);
}

.overview-details #checkout > .row.form .row.g-2.align-items-center > .form-label {
    margin: 0;
    width: auto;
}

/* Order review mirrors the compact checkout summary and sits on the right. */
@media (min-width: 992px) {
    .overview-layout {
        grid-template-columns: minmax(0, 1.35fr) minmax(19rem, .65fr);
    }

    .overview-details {
        grid-column: 1;
        grid-row: 1;
    }

    .overview-review {
        grid-column: 2;
        grid-row: 1;
    }
}

.overview-review.checkout-summary-style {
    align-self: start;
    background: var(--shop-soft);
    border: 0;
    border-radius: var(--shop-radius);
    padding: 1.25rem;
}

.overview-review.checkout-summary-style > .table.cart,
.overview-review.checkout-summary-style > .table:not(.cart) {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.overview-review.checkout-summary-style > .table:not(.cart) {
    border-top: 1px solid var(--shop-line);
    margin-top: .85rem;
    padding-top: .85rem;
}

.overview-review.checkout-summary-style .table.cart .table-head {
    display: none;
}

.overview-review.checkout-summary-style .table.cart .table-row {
    border-bottom: 1px solid var(--shop-line);
    padding: .7rem 0;
}

.overview-review.checkout-summary-style .overview_quantity {
    background: transparent;
    border: 0;
    min-height: auto;
    padding: 0;
    text-align: right;
    width: 2rem;
}

.overview-details #checkout input[readonly],
.overview-details #checkout textarea[readonly],
.overview-details #checkout select:disabled {
    background: var(--shop-soft);
    color: var(--shop-ink);
    opacity: 1;
}

/* Registration uses the same clear checkout card and field rhythm. */
.registration-form {
    margin: 0 auto;
    max-width: 920px;
}

.registration-page-form {
    max-width: none;
}

.site-content .registration-form.password-form {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}
.password-form .row.g-2.align-items-center > .form-label {
    font: 600 .78rem/1.25 Inter, system-ui, sans-serif;
    margin: 0 0 .35rem;
}
.password-form > .row.form:last-child .form-action .btn:first-child { flex: 0 0 auto; }
.password-form > .row.form:last-child .form-action .btn:first-child > button { width: auto; min-width: 0; }

.site-content .registration-page-form > .row.form { --bs-gutter-y: 0; }
.site-content .registration-page-form > .row.form .row.g-2.align-items-center { margin-top: .6rem; }
.site-content .registration-page-form > .row.form .row.g-2.align-items-center > .form-label,
.site-content .registration-page-form > .row.form .row.g-2.align-items-center:has(#salutation) > .form-label { display: block; }
.site-content .registration-page-form > .row.form .row.g-2.align-items-center:has(#salutation) > .col-12 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.site-content .registration-page-form > .row.form .row.g-2.align-items-center:has(#birthday_day) > .col-12 { grid-template-columns: minmax(3.5rem, .5fr) minmax(0, 1.5fr) minmax(5rem, .8fr); gap: .5rem; }
.site-content .registration-page-form input:not([type='hidden']),
.site-content .registration-page-form select { width: 100%; height: 2.45rem; min-height: 2.45rem; }

.registration-page-form > .row.form .row.g-2.align-items-center:has(#salutation) > .col-12 {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.registration-page-form > .row.form .row.g-2.align-items-center:has(#salutation) > .col-12 > .col-12 {
    max-width: none;
    padding: 0;
    width: auto;
}

.registration-page-form > .row.form .row.g-2.align-items-center:has(#birthday_day) > .form-label {
    display: block;
}

.registration-page-form > .row.form .row.g-2.align-items-center:has(#birthday_day) > .col-12 {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.registration-page-form > .row.form .row.g-2.align-items-center:has(#birthday_day) .field-label {
    display: none;
}

.registration-page-form > .row.form .row.g-2.align-items-center:has(#birthday_day) > .col-12 > .col-12 {
    max-width: none;
    padding: 0;
    width: auto;
}

.registration-form > .row.form {
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    margin: 0 0 1rem;
    padding: 1.15rem 1.25rem;
}

.registration-form > .row.form .row.g-2.align-items-center {
    column-gap: 1rem;
    display: grid;
    grid-template-columns: minmax(9rem, .38fr) minmax(0, 1fr);
}

.registration-form > .row.form .row.g-2.align-items-center > .form-label {
    margin: 0;
    width: auto;
}

.registration-form input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='button']),
.registration-form .form-select {
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}

.registration-form > .row.form:last-child {
    background: var(--shop-soft);
    border: 0;
}

.registration-form > .row.form:last-child .form-action {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.registration-form > .row.form:last-child .form-action .btn:first-child {
    flex: 1 1 auto;
}

.registration-form > .row.form:last-child .form-action .btn:first-child > button {
    width: 100%;
}

/* Registration uses the identical field rhythm as checkout. */
.registration-page-form > .row.form .row.g-2.align-items-center {
    margin-bottom: .85rem !important;
    margin-top: 0 !important;
}
.registration-page-form > .row.form .row.g-2.align-items-center > .form-label {
    font: 600 .78rem/1.25 Inter, system-ui, sans-serif !important;
    margin: 0 0 .35rem !important;
}
.registration-page-form > .row.form input:not([type='checkbox']):not([type='radio']),
.registration-page-form > .row.form select { height: 2.45rem; min-height: 2.45rem; }

@media (max-width: 991.98px) {
    .registration-form > .row.form .row.g-2.align-items-center {
        grid-template-columns: 1fr;
        row-gap: .35rem;
    }

    .registration-page-form > .row.form .row.g-2.align-items-center:has(#salutation) > .col-12,
    .registration-page-form > .row.form .row.g-2.align-items-center:has(#birthday_day) > .col-12 {
        grid-template-columns: 1fr;
    }
}

/* Login follows the same separate-card layout as checkout. */
.login-form > .row.login {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.site-content > form.login-form > .row.login {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.login-form .login-panel {
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    padding: 1.15rem 1.25rem;
}

.login-form .login-panel .row.g-2.align-items-center {
    column-gap: 1rem;
    display: grid;
    grid-template-columns: minmax(9rem, .38fr) minmax(0, 1fr);
    margin-bottom: .8rem;
}

.login-form .login-panel .row.g-2.align-items-center > .form-label {
    font: 600 .78rem/1.25 Inter, system-ui, sans-serif;
    margin: 0 0 .35rem;
}

.login-form .login-panel input,
.login-form .login-panel select {
    height: 2.45rem;
    min-height: 2.45rem;
    padding: .375rem .75rem;
}

.login-form .login-panel .form-action {
    background: transparent;
    border: 0;
    margin: 1.25rem 0 0;
    padding: 0;
}

.login-form .login-panel .form-action .btn:first-child {
    flex: 1 1 auto;
}

.login-form .login-panel .form-action .btn:first-child > a,
.login-form .login-panel .form-action .btn:first-child > button {
    width: 100%;
}

@media (max-width: 991.98px) {
    .login-form .login-panel .row.g-2.align-items-center {
        grid-template-columns: 1fr;
        row-gap: .35rem;
    }
}

.account-orders {
    margin: 0 auto;
    max-width: 920px;
}

.account-orders-list,
.account-order-detail,
.account-orders-empty {
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    padding: 1.15rem 1.25rem;
}

.account-order-card {
    align-items: center;
    border-bottom: 1px solid var(--shop-line);
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) auto 2.25rem;
    padding: 1rem 0;
}

.account-order-card:first-child {
    padding-top: 0;
}

.account-order-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.account-order-kicker,
.account-order-card small,
.account-order-meta {
    color: var(--shop-muted);
    display: block;
    font-size: .78rem;
}

.account-order-card h2 {
    font: 600 1rem/1.2 Inter, system-ui, sans-serif;
    margin: .2rem 0;
}

.account-order-status {
    display: grid;
    gap: .3rem;
    text-align: right;
}

.account-order-status span {
    color: #28723a;
    font-size: .78rem;
}

.account-order-card > a {
    align-items: center;
    border: 1px solid var(--shop-line);
    border-radius: 50%;
    color: var(--shop-red);
    display: inline-flex;
    height: 2.25rem;
    justify-content: center;
    text-decoration: none;
    width: 2.25rem;
}

.account-orders-empty {
    text-align: center;
}

.account-orders-empty > .material-symbols-outlined {
    color: var(--shop-red);
    font-size: 2.5rem;
}

.account-orders-empty h2 {
    margin: .75rem 0 .35rem;
}

.account-order-detail .checkout-summary-header {
    border-bottom: 1px solid var(--shop-line);
    padding-bottom: .85rem;
}

.account-order-items > div {
    display: flex;
    justify-content: space-between;
    padding: .7rem 0;
}

@media (max-width: 575.98px) {
    .account-order-card {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .account-order-card > a {
        display: none;
    }
}

.account-addresses {
    margin: 0 auto;
    max-width: 920px;
}

.account-address-list {
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
}

.account-address-card {
    align-items: center;
    background: var(--shop-soft);
    border-radius: var(--shop-radius);
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.25rem;
}

.account-address-card strong,
.account-address-card span {
    display: block;
}

.account-address-card > div:first-child > span:not(.account-order-kicker) {
    font-size: .88rem;
    line-height: 1.45;
}

.account-address-actions {
    align-items: center;
    display: flex;
    gap: .75rem;
}

.account-address-actions a,
.account-address-actions button {
    background: transparent;
    border: 0;
    color: var(--shop-red);
    font: 600 .8rem/1 Inter, system-ui, sans-serif;
    padding: 0;
    text-decoration: none;
}

.account-address-actions form {
    margin: 0;
}

.account-address-form {
    max-width: none;
}

@media (max-width: 575.98px) {
    .account-address-card {
        align-items: start;
        flex-direction: column;
        gap: 1rem;
    }
}

[data-bs-theme='dark'] .cart-drawer,
[data-bs-theme='dark'] .cart-drawer-header,
[data-bs-theme='dark'] .cart-drawer-body,
[data-bs-theme='dark'] .overview-review > .table,
[data-bs-theme='dark'] .overview-details #checkout > .row.form {
    background: #20252b;
    color: #f5f5f5;
}

[data-bs-theme='dark'] .cart-drawer-actions,
[data-bs-theme='dark'] .cart-drawer-header,
[data-bs-theme='dark'] .overview-review > .table,
[data-bs-theme='dark'] .overview-details #checkout > .row.form {
    border-color: #3b4148;
}

@media (max-width: 991.98px) {
    .overview-layout {
        grid-template-columns: 1fr;
    }

    .checkout-main > .row.form .row.g-2.align-items-center,
    .overview-details #checkout > .row.form .row.g-2.align-items-center {
        grid-template-columns: 1fr;
        row-gap: .35rem;
    }
}

@media (max-width: 767.98px) {
    .shop-products > .product-result-count-toolbar {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .shop-products > label {
        grid-column: 1;
        grid-row: 2;
    }

    .shop-products > select {
        grid-column: 2;
        grid-row: 2;
    }

    .shop-products #product-list {
        grid-row: 3;
    }

    [data-view='list'] .product-card {
        grid-template-columns: 7rem minmax(0, 1fr);
    }

    [data-view='list'] .product-card-body {
        grid-template-columns: 1fr;
    }

    [data-view='list'] .product-card-price,
    [data-view='list'] .product-card-form {
        grid-column: 1;
    }

    [data-view='list'] .product-card-price {
        grid-row: 4;
        text-align: left;
    }

    [data-view='list'] .product-card-form {
        grid-row: 5;
    }
}

@media (max-width: 575.98px) {
    .site-header .brand-logo {
        height: 3.25rem !important;
        width: 8rem !important;
    }
}

.shop-products {
    column-gap: .75rem;
    grid-template-columns: minmax(0, 1fr) auto auto minmax(8.5rem, auto);
}

.shop-products > label {
    grid-column: 2;
    grid-row: 1;
}

.shop-products > select {
    grid-column: 3;
    grid-row: 1;
}

.shop-products #product-list {
    grid-column: 1 / -1;
    grid-row: 2;
    min-width: 0;
    position: relative;
}

.shop-products #product-list .product-list-toolbar {
    align-items: center;
    display: flex;
    gap: .5rem;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: -3.5rem;
}

.shop-products > nav[aria-label='Seitennavigation'] {
    grid-column: 1 / -1;
    grid-row: 3;
    justify-content: space-between;
    margin-top: 0 !important;
    width: 100%;
}

.shop-products > nav[aria-label='Seitennavigation'] .pagination {
    margin-bottom: 0;
}

.site-content:has(.checkout-progress) > form {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
}
.site-content > .checkout-progress,
.site-content > form > .checkout-progress {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 575.98px) {
    .site-content > .checkout-progress,
    .site-content > form > .checkout-progress { width: 100%; margin-left: 0; padding-left: 0; padding-right: 0; }
}

.product-detail-content {
    border-top: 1px solid var(--shop-line);
    margin-top: 3rem;
    padding-top: 2rem;
}

.product-detail-content .headline {
    margin-bottom: 1rem;
}

.product-detail-content .text {
    max-width: 78ch;
}

.product-card-actions .input-group {
    display: grid;
    flex: 1 1 auto;
    grid-template-columns: 1.75rem minmax(2.5rem, 1fr) 1.75rem;
    min-width: 7rem;
}

.product-card-actions .input-group > * {
    min-width: 0;
}

.product-card-hint {
    color: var(--shop-red);
    font-size: .8rem;
    margin: .35rem 0 0;
}

.site-content .field-label {
    flex: 0 0 100%;
    font-size: .8rem;
    margin: 0;
}

.site-content .row.g-2.align-items-center:has(#salutation) > .form-label,
.site-content .row.g-2.align-items-center:has(#birthday_day) > .form-label {
    display: none;
}

.variant-options {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.variant-option {
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    cursor: pointer;
    display: inline-flex;
    font-size: .9rem;
    line-height: 1.25;
    padding: .7rem .9rem;
    transition: background-color var(--shop-transition), border-color var(--shop-transition), color var(--shop-transition);
}

.btn-check:checked + .variant-option {
    background: var(--shop-red);
    border-color: var(--shop-red);
    color: var(--shop-white);
}

.variant-option:hover {
    border-color: var(--shop-red);
    color: var(--shop-red);
}

.btn-check:checked + .variant-option:hover {
    color: var(--shop-white);
}

.product-detail-quantity {
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    display: grid;
    grid-template-columns: 2.7rem minmax(4rem, 1fr) 2.7rem;
    max-width: 9.5rem;
    overflow: hidden;
}

.product-detail-quantity > .btn,
.product-detail-quantity > .form-control {
    border: 0;
    border-radius: 0;
    min-height: 2.7rem;
}

.product-detail-quantity > .btn {
    background: var(--shop-white);
    color: var(--shop-ink);
    padding: 0;
}

.product-detail-quantity > .btn:hover {
    background: var(--shop-soft);
    color: var(--shop-red);
}

.product-detail-quantity > .form-control {
    border-left: 1px solid var(--shop-line);
    border-right: 1px solid var(--shop-line);
}

.site-content input[type='checkbox'],
.site-content input[type='radio'] {
    accent-color: var(--shop-red);
}

.shop-filter .form-check-input {
    appearance: none;
    background: var(--shop-white);
    border: 1px solid var(--shop-mid);
    border-radius: .15rem;
    display: inline-block;
    flex: 0 0 1rem;
    height: 1rem;
    margin: .1rem 0 0;
    position: relative;
    width: 1rem;
}

.shop-filter .form-check-input:checked {
    background: var(--shop-red);
    border-color: var(--shop-red);
}

.shop-filter .form-check-input:checked::after {
    border-bottom: 2px solid var(--shop-white);
    border-right: 2px solid var(--shop-white);
    content: '';
    height: .55rem;
    left: .3rem;
    position: absolute;
    top: .12rem;
    transform: rotate(45deg);
    width: .3rem;
}

.coupon-controls .coupon-btn[name='apply_code'] {
    background: var(--shop-soft);
    border-color: var(--shop-line);
    color: var(--shop-ink);
}

.coupon-controls .coupon-btn[name='apply_code']:hover {
    background: var(--shop-ink);
    border-color: var(--shop-ink);
    color: var(--shop-white);
}

@media (max-width: 991.98px) {
    .shop-products {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .shop-products > label {
        grid-column: 1;
        grid-row: 1;
        justify-content: flex-start;
    }

    .shop-products > select {
        grid-column: 2;
        grid-row: 1;
    }

    .shop-products #product-list {
        grid-row: 2;
    }

    .shop-products > nav[aria-label='Seitennavigation'] {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    .shop-products #product-list .product-list-toolbar {
        justify-content: flex-start;
        position: static;
    }
}

@media (max-width: 575.98px) {
    .product-detail-quantity {
        max-width: 100%;
        width: 100%;
    }
}

/* Final theme layer: reusable storefront defaults and responsive corrections. */
:root {
    --shop-red: #e10613;
    --shop-ink: #1a1a1a;
    --shop-muted: #666666;
    --shop-mid: #999999;
    --shop-line: #e5e5e5;
    --shop-soft: #f8f6f4;
    --shop-white: #ffffff;
    --shop-content-width: 1400px;
    --shop-radius: .2rem;
}

body {
    font-size: .95rem;
    line-height: 1.55;
}

.site-servicebar {
    background: var(--shop-soft);
    border-bottom: 0;
    font-size: .78rem;
}

.site-servicebar > .container-xxl {
    justify-content: center !important;
    gap: clamp(1.5rem, 6vw, 7rem) !important;
}

.site-servicebar > .container-xxl > span + span {
    border-left: 1px solid var(--shop-line);
    padding-left: clamp(1.5rem, 6vw, 7rem);
}

.site-header > .container-xxl {
    min-height: 5.6rem;
}

.brand-mark {
    min-width: 7rem;
}

.brand-mark-main {
    font-size: 2.15rem;
    letter-spacing: .12em;
}

.site-navigation ul {
    gap: clamp(.75rem, 1.7vw, 1.65rem);
}

.site-navigation a {
    font-size: .86rem;
    padding: .55rem 0;
}

.site-search {
    min-width: 14rem;
}

.site-content {
    padding-bottom: 5rem;
    padding-top: 1.75rem;
}

.shop-page-intro {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
}

.shop-page-intro-grid {
    align-items: center;
    grid-template-columns: minmax(0, .9fr) minmax(34rem, 1.1fr);
}

.shop-page-intro h1,
.checkout-page-heading h1 {
    margin-top: 0;
}

.shop-feature-strip {
    gap: 0;
}

.shop-feature {
    border-left: 1px solid var(--shop-line);
    padding: .25rem 1rem;
}

.shop-products {
    column-gap: .85rem;
}

.shop-products #product-list {
    border-top: 0;
    padding-top: .5rem;
}

.product-list-row {
    --bs-gutter-x: .95rem;
    --bs-gutter-y: 1rem;
}

.product-card {
    box-shadow: none;
}

.product-card-image {
    aspect-ratio: 1.12 / 1;
}

.product-card-body {
    padding: .9rem;
}

.product-card-body h2 {
    font-family: Inter, system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.35;
}

.product-card-price {
    font-size: 1.05rem;
    margin-top: .7rem;
}

.product-card-actions .btn-icon {
    border-color: var(--shop-red);
    color: var(--shop-red);
}

.product-card-actions .btn-icon:hover {
    background: var(--shop-red);
    color: var(--shop-white);
}

.product-card-hint {
    min-height: 1.2rem;
}

.product-detail-content {
    margin-top: 3.5rem;
}

.product-detail-content .text {
    max-width: none;
}

.product-detail-content > .text {
    background: var(--shop-soft);
    border: 1px solid var(--shop-line);
    padding: 1.5rem;
}

.product-detail-content > .text p:last-child {
    margin-bottom: 0;
}

.product-slider {
    border: 1px solid var(--shop-line);
}

.product-slider-nav .slide {
    border-radius: var(--shop-radius);
}

.prop-holder .headline-product-detail {
    border-bottom: 1px solid var(--shop-line);
    padding-bottom: 1rem;
}

.prop-holder .headline-product-detail .first-head,
.prop-holder .headline-product-detail .first-head h2 {
    color: var(--shop-red);
    font-family: Inter, system-ui, sans-serif;
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.prop-holder .headline-product-detail .first-head h2 {
    margin-bottom: .45rem;
}

.prop-holder .headline-product-detail h1 {
    font-size: clamp(2.3rem, 4.5vw, 3.75rem);
}

.prop-offer {
    background: transparent;
    border: 0;
    border-top: 1px solid var(--shop-line);
    border-radius: 0;
    padding: 1.25rem 0 0;
}

.prop-offer .product-info {
    background: transparent;
}

.prop-offer .product-price .price {
    font-size: 1.8rem;
}

.prop-offer .form-action {
    align-items: stretch;
}

.prop-offer .form-action .btn:last-child > button,
.prop-offer .form-action > .btn:last-child > button {
    min-height: 3.15rem;
}

.checkout-page-heading {
    border-bottom: 0;
    margin-bottom: 1rem;
}

.checkout-progress {
    margin-bottom: 1.75rem;
    padding: .25rem 0 1.25rem;
}

.checkout-progress-step > a,
.checkout-progress-step > span {
    font-size: .85rem;
}

.checkout-progress-number {
    flex-basis: 2.35rem;
    height: 2.35rem;
    width: 2.35rem;
}

.site-content > form > .row.form,
.site-content > form > .row.login,
.site-content > form > .table.cart,
.site-content > form > .table.cart ~ .table,
.site-content > form > .form-action {
    box-shadow: 0 8px 24px rgba(26, 26, 26, .04);
}

.site-content > form > .form-action {
    background: var(--shop-soft);
    border: 0;
}

.cart.table .table-head {
    font-size: .8rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cart.table .table-cell,
.table.cart .table-cell {
    padding: 1.1rem;
}

.theme-toast-stack {
    bottom: 1rem;
    display: grid;
    gap: .65rem;
    max-width: min(28rem, calc(100vw - 2rem));
    position: fixed;
    right: 1rem;
    z-index: 1090;
}

.theme-toast {
    align-items: flex-start;
    background: #f3faf4;
    border: 1px solid #cde7d1;
    border-left: .3rem solid #3d8a4b;
    box-shadow: 0 .75rem 2rem rgba(26, 26, 26, .12);
    color: #245d30;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    padding: .9rem 1rem;
}

.theme-toast.is-error {
    border-color: #f0c5c5;
    border-left-color: var(--shop-red);
    background: #fff4f4;
    color: #8e2020;
}

.theme-toast-close {
    background: transparent;
    border: 0;
    color: inherit;
    font-size: 1.25rem;
    line-height: 1;
    padding: 0;
}

.content-page-shell {
    margin: 0 auto;
    max-width: 1050px;
}

.content-page-shell > .breadcrumb,
.product-page-heading .breadcrumb {
    align-items: center;
    color: var(--shop-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: .8rem;
    gap: .35rem;
    margin-bottom: 2rem;
}

.content-page-shell > .breadcrumb a,
.product-page-heading .breadcrumb a {
    text-decoration: none;
}

.content-page-heading {
    border-bottom: 1px solid var(--shop-line);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.content-page-heading h1 {
    margin: 0 0 .75rem;
}

.content-page-heading .lead {
    margin: 0;
    max-width: 58ch;
}

.content-page-body {
    max-width: none;
}

.content-page-body:empty::after {
    color: var(--shop-muted);
    content: 'Inhalte werden im CMS gepflegt.';
    display: block;
    font-style: italic;
}

.eyebrow {
    color: var(--shop-red);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.home-hero {
    align-items: stretch;
    background: var(--shop-soft);
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    min-height: 24rem;
}

.home-hero-copy {
    align-self: center;
    padding: clamp(2rem, 3.5vw, 3.5rem);
}

.home-hero h1 {
    font-size: clamp(3rem, 5.5vw, 5.25rem);
    margin-bottom: 1rem;
}

.home-hero .lead {
    max-width: 32rem;
    font-size: 1.05rem;
}

.home-hero .btn,
.home-shop-panel .btn {
    align-items: center;
    display: inline-flex;
    gap: .35rem;
}

.home-hero-art {
    position: relative;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, #252525, #4a4a4a);
    color: rgba(255, 255, 255, .88);
    display: flex;
    justify-content: center;
    min-height: 24rem;
}

.home-hero-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-featured { margin: 2.5rem 0; }
.cms-home-hero { padding: clamp(1.5rem, 4vw, 3.5rem); background: var(--shop-soft); margin-bottom: 2rem; }
.cms-home-hero h1 { margin: 0 0 1rem; }
.cms-home-section { padding: 1.5rem 0; }
.cms-home-feature { height: 100%; padding: 1rem; }
.cms-home-feature h3 { font: 600 .95rem/1.4 Inter, system-ui, sans-serif; margin: 0 0 .5rem; }
.cms-home-teaser { margin-bottom: 1rem; }
.cms-home-addition { margin-top: 1rem; font-size: .85rem; }
.cms-home-content img { max-width: 100%; height: auto; }
.home-section-heading { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.home-section-heading h2 { margin: 0; }
.home-section-heading a { color: var(--shop-red); font-size: .85rem; text-decoration: none; white-space: nowrap; }
.home-featured .product-list-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-featured .product-list-row > .col { width: auto; }
.home-shop-links ul { list-style: none; padding: 0; margin: 0; }
.footer-link-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
.site-footer .footer-link-columns h3 { font: 700 .85rem/1.5 Inter, system-ui, sans-serif; }
.site-footer .footer-link-columns ul { display: block; }
.site-footer .col-lg-3:has(address:empty) { display: none; }
.overview-unit-price { display: block; font-weight: 400; font-size: .75rem; white-space: nowrap; margin-top: .25rem; }
@media (max-width: 991.98px) { .home-featured .product-list-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575.98px) { .home-featured .product-list-row { grid-template-columns: minmax(0, 1fr); } }

.home-hero-art .material-symbols-outlined {
    font-size: clamp(7rem, 16vw, 15rem);
    font-variation-settings: 'FILL' 0, 'wght' 250, 'GRAD' 0, 'opsz' 48;
}

.home-values {
    border-bottom: 1px solid var(--shop-line);
    border-top: 1px solid var(--shop-line);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 2rem 0 4rem;
}

.home-values > div {
    align-items: center;
    border-right: 1px solid var(--shop-line);
    display: grid;
    gap: .1rem .8rem;
    grid-template-columns: 2rem 1fr;
    padding: 1.25rem 1.5rem;
}

.home-values > div:last-child {
    border-right: 0;
}

.home-values .material-symbols-outlined {
    color: var(--shop-red);
    grid-row: 1 / span 2;
}

.home-values strong {
    font-size: .9rem;
}

.home-values span:last-child {
    color: var(--shop-muted);
    font-size: .8rem;
}

.home-shop-panel {
    background: var(--shop-soft);
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1fr) minmax(20rem, .8fr);
    padding: clamp(2rem, 4vw, 4rem);
}

.home-shop-panel h2 {
    margin-bottom: .75rem;
}

.home-shop-panel p {
    max-width: 50ch;
}

.home-shop-links {
    align-content: center;
    display: grid;
}

.home-shop-links a {
    align-items: center;
    border-bottom: 1px solid var(--shop-line);
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    padding: .95rem 0;
    text-decoration: none;
}

.home-shop-links a:hover {
    color: var(--shop-red);
}

@media (max-width: 1199.98px) {
    .site-header > .container-xxl > .d-flex {
        gap: 1.25rem !important;
    }

    .site-navigation ul {
        gap: .9rem;
    }

    .shop-page-intro-grid {
        grid-template-columns: 1fr;
    }

    .shop-feature-strip {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991.98px) {
    .site-servicebar > .container-xxl > span:nth-child(2) {
        display: inline-flex;
    }

    .site-servicebar > .container-xxl {
        gap: 1rem !important;
        justify-content: space-between !important;
    }

    .site-servicebar > .container-xxl > span + span {
        padding-left: 1rem;
    }

    .site-content:has(> .shop-products):has(> .shop-filter) {
        display: block;
    }

    .shop-filter {
        margin-bottom: 1.25rem;
        position: static;
    }

    .shop-feature-strip {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1rem;
    }

    .home-hero {
        grid-template-columns: 1fr;
    }

    .home-hero-art {
        min-height: 14rem;
    }

    .home-values {
        grid-template-columns: 1fr;
    }

    .home-values > div {
        border-bottom: 1px solid var(--shop-line);
        border-right: 0;
    }

    .home-values > div:last-child {
        border-bottom: 0;
    }

    .home-shop-panel {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .site-servicebar > .container-xxl > span {
        font-size: .7rem;
    }

    .site-servicebar > .container-xxl > span:nth-child(2) {
        display: none;
    }

    .site-servicebar > .container-xxl > span + span {
        border-left: 0;
        padding-left: 0;
    }

    .site-content {
        padding-top: 1.25rem;
    }

    .shop-feature {
        padding-left: .5rem;
    }

    .product-list-row > .col {
        flex-basis: 50%;
        max-width: 50%;
    }

    [data-view='list'] .product-card {
        grid-template-columns: 6rem minmax(0, 1fr);
    }

    .checkout-progress ol {
        min-width: 38rem;
    }
}

@media (max-width: 575.98px) {
    .product-list-row > .col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .shop-feature-strip {
        grid-template-columns: 1fr;
    }

    .shop-feature {
        border-left: 0;
        border-top: 1px solid var(--shop-line);
        padding: .75rem 0 0;
    }

    .shop-feature:first-child {
        border-top: 0;
    }

    .home-hero-copy {
        padding: 2rem 1.25rem;
    }

    .home-hero h1 {
        font-size: 3rem;
    }

    .home-shop-panel {
        padding: 2rem 1.25rem;
    }
}

/* Final polish: controls, filters, product detail, checkout and theme contrast. */
.brand-mark {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    justify-content: flex-start;
    min-height: 4.25rem;
    min-width: 10rem;
}

.brand-logo {
    display: block;
    height: 3rem;
    object-fit: contain;
    object-position: left center;
    width: 9.75rem;
}

.brand-logo-cms {
    height: 4.35rem;
    width: 5.55rem;
}

.site-navigation,
.site-navigation a,
.site-search,
.site-search input,
.header-action,
.filter-panel,
.product-card,
.product-card button,
.product-card select,
.product-card input,
.form-control,
.form-select,
.btn,
.site-benefits,
.checkout-progress,
.checkout-page-heading p {
    font-family: Inter, system-ui, -apple-system, sans-serif;
}

.product-card-badge {
    background: var(--shop-white);
    border: 1px solid var(--shop-red);
    border-radius: 999px;
    bottom: .65rem;
    color: var(--shop-red);
    font-size: .62rem;
    font-weight: 700;
    left: .65rem;
    line-height: 1;
    padding: .42rem .55rem;
    position: absolute;
    text-transform: uppercase;
}

.product-card-rating {
    align-items: center;
    color: var(--shop-red);
    display: flex;
    font-size: .86rem;
    gap: .45rem;
    line-height: 1;
    margin-top: .45rem;
}

.product-card-rating small {
    color: var(--shop-muted);
    font-size: .72rem;
}

.product-card-actions .btn-icon,
.product-card-actions .btn-icon:focus {
    background: var(--shop-white);
    border: 1px solid var(--shop-red);
    color: var(--shop-red);
    flex: 0 0 2.75rem;
}

.product-card-actions .btn-icon:hover {
    background: var(--shop-red);
    color: var(--shop-white);
}

.product-card-actions .input-group {
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    overflow: hidden;
}

.product-card-actions .input-group > * {
    border: 0;
    border-radius: 0;
}

.product-card-actions .input-group > .form-control {
    border-left: 1px solid var(--shop-line);
    border-right: 1px solid var(--shop-line);
}

.product-list-toolbar {
    gap: .75rem;
}

.product-view-switch {
    gap: 0;
    margin-left: .25rem;
}

.product-view-switch .btn {
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    color: var(--shop-ink);
}

.product-view-switch .btn.active,
.product-view-switch .btn:hover {
    background: var(--shop-red);
    border-color: var(--shop-red);
    color: var(--shop-white);
}

.shop-products {
    column-gap: 1.25rem;
}

.shop-products > label {
    margin-left: 1rem;
}

.shop-products > select {
    margin-left: 0;
    min-width: 10rem;
}

.shop-filter .form-check,
.shop-filter .checkbox,
.shop-filter .radio {
    align-items: center;
    display: flex;
    min-height: 1.75rem;
}

.shop-filter .form-check > span:first-child,
.shop-filter .checkbox > span:first-child {
    align-items: center;
    display: inline-flex;
    gap: .5rem;
}

.shop-filter .form-check-input,
.shop-filter input[type='checkbox'] {
    margin: 0 !important;
    vertical-align: middle;
}

.price-filter {
    border-top: 1px solid var(--shop-line);
    padding-top: 1rem;
}

.filter-price-heading,
.price-filter-limits {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.price-filter-current {
    color: var(--shop-red);
    font-size: .78rem;
    font-weight: 700;
}

.price-filter-limits {
    color: var(--shop-muted);
    font-size: .75rem;
    margin-top: .45rem;
}

.price-range {
    height: 2.4rem;
    margin: .7rem .35rem 0;
    position: relative;
}

.price-range-track,
.price-range-track span {
    border-radius: 999px;
    height: .25rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 1.05rem;
}

.price-range-track {
    background: var(--shop-line);
}

.price-range-track span {
    background: var(--shop-red);
    left: var(--price-min-position);
    right: calc(100% - var(--price-max-position));
}

.price-range-input {
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    height: 2.4rem;
    margin: 0;
    outline: 0;
    padding: 0 !important;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.price-range-input::-webkit-slider-thumb {
    appearance: none;
    background: var(--shop-white);
    border: .16rem solid var(--shop-red);
    border-radius: 50%;
    cursor: pointer;
    height: 1rem;
    pointer-events: auto;
    width: 1rem;
}

.price-range-input::-moz-range-thumb {
    background: var(--shop-white);
    border: .16rem solid var(--shop-red);
    border-radius: 50%;
    cursor: pointer;
    height: .7rem;
    pointer-events: auto;
    width: .7rem;
}

.shop-products > nav[aria-label='Seitennavigation'] {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr;
    justify-content: initial;
}

.shop-products > nav[aria-label='Seitennavigation'] .product-result-count {
    color: var(--shop-muted);
    font-size: .8rem;
    grid-column: 1;
    grid-row: 1;
}

.shop-products > nav[aria-label='Seitennavigation'] .pagination {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
}

.shop-products > nav[aria-label='Seitennavigation'] > label {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin-left: 0;
}

.product-slider {
    background: var(--shop-white) !important;
    border: 0 !important;
    border-radius: 0;
}

.product-slider .slide {
    background: var(--shop-white);
}

.product-slider .slide img {
    aspect-ratio: 1 / 1;
    cursor: zoom-in;
    height: auto;
    max-height: none;
    object-fit: cover;
    width: 100%;
}

.product-slider .btn-icon {
    bottom: 1rem;
    position: absolute;
    right: 1rem;
    z-index: 2;
}

.product-feature-strip {
    border-bottom: 1px solid var(--shop-line);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 1.35rem 0 1.5rem;
    padding: 1rem 0 1.35rem;
}

.product-feature {
    align-items: center;
    border-left: 1px solid var(--shop-line);
    display: flex;
    gap: .55rem;
    padding: .15rem .8rem;
}

.product-feature:first-child {
    border-left: 0;
    padding-left: 0;
}

.product-feature .material-symbols-outlined {
    color: var(--shop-red);
    font-size: 1.55rem;
}

.product-feature strong,
.product-feature small {
    display: block;
}

.product-feature strong {
    font-size: .78rem;
}

.product-feature small {
    color: var(--shop-muted);
    font-size: .7rem;
}

.product-detail-rating {
    align-items: center;
    display: flex;
    gap: .65rem;
    margin: .85rem 0 0;
}

.product-detail-rating-stars {
    color: var(--shop-red);
    letter-spacing: .08em;
}

.product-detail-rating small {
    color: var(--shop-muted);
}

.prop-offer .product-info {
    padding-bottom: .75rem;
}

.prop-offer .product-delivery {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1.5rem minmax(0, 1fr);
    margin-bottom: 0;
}

.prop-offer .product-delivery > p {
    grid-column: 2;
    margin: .15rem 0 0;
}

.prop-offer .product-inner {
    align-items: stretch;
    display: block;
    position: relative;
}

.prop-offer .form-action {
    display: grid;
    flex: 1 1 100%;
    gap: .75rem;
    grid-template-columns: minmax(7rem, 9.5rem) minmax(0, 1fr);
    margin-top: 1.15rem;
    width: 100%;
}

.prop-offer .product-price {
    position: absolute;
    right: 0;
    text-align: right;
    top: -3.15rem;
}

.prop-offer .form-action > .btn {
    min-width: 0;
}

.prop-offer .form-action > .btn > button {
    align-items: center;
    background: var(--shop-red);
    border: 1px solid var(--shop-red);
    color: var(--shop-white);
    display: flex;
    gap: .5rem;
    justify-content: center;
    min-height: 3.35rem;
    padding: .7rem 1rem;
    width: 100%;
}

.prop-offer .form-action > .btn > button:hover {
    background: #ad0b15;
    border-color: #ad0b15;
}

.product-detail-quantity {
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    display: grid;
    grid-template-columns: 2.35rem minmax(3rem, 1fr) 2.35rem;
    max-width: none;
    overflow: hidden;
}

.product-detail-quantity > button,
.product-detail-quantity > input {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 3.35rem;
}

.product-detail-quantity > input {
    border-left: 1px solid var(--shop-line) !important;
    border-right: 1px solid var(--shop-line) !important;
}

.product-detail-content {
    display: block;
}

.product-detail-tabs {
    border-bottom: 1px solid var(--shop-line);
    display: flex;
    gap: 1.4rem;
    margin-bottom: 1.5rem;
    overflow-x: auto;
}

.product-detail-tab {
    background: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    color: var(--shop-muted);
    font: 600 .85rem Inter, system-ui, sans-serif;
    padding: .8rem 0;
    white-space: nowrap;
}

.product-detail-tab.active,
.product-detail-tab:hover {
    border-bottom-color: var(--shop-red);
    color: var(--shop-red);
}

.product-detail-tab-panel {
    min-width: 0;
}

.product-description-grid {
    align-items: start;
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr);
}

.product-description-copy {
    min-width: 0;
}

.product-detail-tab-panel[hidden] {
    display: none !important;
}

.nutrition-card,
.review-card {
    background: var(--shop-soft);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    padding: 1.25rem;
}

.nutrition-card {
    max-width: 42rem;
}

.nutrition-card table {
    border-collapse: collapse;
    width: 100%;
}

.nutrition-card th,
.nutrition-card td {
    border-bottom: 1px solid var(--shop-line);
    padding: .55rem 0;
    text-align: left;
}

.nutrition-card td {
    text-align: right;
}

.nutrition-card tr:last-child th,
.nutrition-card tr:last-child td {
    border-bottom: 0;
}

.theme-lightbox {
    align-items: center;
    background: rgba(10, 12, 15, .88);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 2rem;
    position: fixed;
    z-index: 2000;
}

.theme-lightbox img {
    max-height: 90vh;
    max-width: min(92vw, 1000px);
    object-fit: contain;
}

.theme-lightbox-close {
    background: var(--shop-white);
    border: 0;
    border-radius: 50%;
    color: var(--shop-ink);
    font-size: 1.5rem;
    height: 2.75rem;
    line-height: 1;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    width: 2.75rem;
}

.cart-drawer-backdrop {
    background: rgba(10, 12, 15, .38);
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 1990;
}

.cart-drawer-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}

.cart-drawer {
    background: var(--shop-white);
    box-shadow: -1rem 0 3rem rgba(10, 12, 15, .16);
    display: flex;
    flex-direction: column;
    inset: 0 0 0 auto;
    max-width: min(34rem, 100vw);
    position: fixed;
    transform: translateX(100%);
    transition: transform 220ms ease;
    width: 100%;
    z-index: 1995;
}

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

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

.cart-drawer-header h2 {
    font: 700 1.15rem Inter, system-ui, sans-serif;
    margin: 0;
}

.product-purchase-benefits {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.25rem;
}

.product-purchase-benefits > div {
    align-items: center;
    border-left: 1px solid var(--shop-line);
    display: flex;
    gap: .45rem;
    padding: 0 .65rem;
}

.product-purchase-benefits > div:first-child {
    border-left: 0;
    padding-left: 0;
}

.product-purchase-benefits .material-symbols-outlined {
    color: var(--shop-ink);
    font-size: 1.45rem;
}

.product-purchase-benefits strong,
.product-purchase-benefits small {
    display: block;
}

.product-purchase-benefits strong {
    font: 700 .7rem/1.25 Inter, system-ui, sans-serif;
}

.product-purchase-benefits small {
    color: var(--shop-muted);
    font-size: .64rem;
    line-height: 1.3;
}

.related-products {
    border-top: 1px solid var(--shop-line);
    margin-top: 2.5rem;
    padding-top: 2rem;
}

.related-products .headline {
    margin-bottom: 1.1rem;
}

.site-content > form > .table:not(.cart) .table-row.strong {
    justify-content: flex-end;
}

.site-content > form > .table:not(.cart) .table-row.strong .table-cell:first-child {
    margin-right: auto;
}

.site-content > form > .table:not(.cart) .table-row.strong .table-cell:last-child {
    min-width: 8rem;
    text-align: right;
}

#checkout .checkout-layout {
    align-items: start;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    width: 100%;
}

#checkout .checkout-main,
#checkout .checkout-sidebar,
#checkout .checkout-main > .row.form:first-child {
    margin-top: 0 !important;
}

#checkout .checkout-sidebar {
    align-self: start;
}

.checkout-summary-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.checkout-summary-header h2 {
    margin: 0;
}

.checkout-summary-header a {
    color: var(--shop-red);
    font: 700 .78rem/1 Inter, system-ui, sans-serif;
    text-decoration: none;
}

.checkout-summary-item > div > small {
    display: block;
}

.checkout-summary-costs {
    border-bottom: 1px solid var(--shop-line);
    display: grid;
    gap: .45rem;
    margin-top: .85rem;
    padding: .85rem 0;
}

.checkout-summary-costs > div {
    display: flex;
    font-size: .85rem;
    justify-content: space-between;
}

.checkout-free-shipping {
    align-items: center;
    background: #edf8ef;
    border-radius: var(--shop-radius);
    color: #28723a;
    display: flex;
    font-size: .73rem;
    gap: .35rem;
    margin: .85rem 0 0;
    padding: .45rem .55rem;
}

.checkout-free-shipping .material-symbols-outlined {
    font-size: 1rem;
}

.checkout-vat-note {
    color: var(--shop-muted);
    display: flex;
    font-size: .72rem;
    justify-content: space-between;
    margin-top: .25rem;
}

.checkout-coupon-card {
    align-self: start;
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    grid-column: 2;
    padding: 1.1rem 1.25rem;
}

.checkout-coupon-card .h6 {
    font: 700 .85rem/1.2 Inter, system-ui, sans-serif;
    margin: 0 0 .75rem;
}

.checkout-coupon-card .coupon-controls {
    display: flex;
    gap: .5rem;
}

.checkout-coupon-card .coupon-controls input {
    min-width: 0;
}

.prop-offer .product-delivery {
    align-items: start;
    display: grid;
    gap: .15rem .45rem;
    grid-template-columns: 1.45rem minmax(0, 1fr);
}

.prop-offer .product-delivery > .material-symbols-outlined {
    grid-row: 1 / span 2;
}

.prop-offer .product-delivery > .green,
.prop-offer .product-delivery > .orange,
.prop-offer .product-delivery > .red {
    grid-column: 2;
}

.prop-offer .product-delivery > p {
    font: 400 .82rem/1.25 Inter, system-ui, sans-serif;
    grid-column: 2;
}

.prop-offer .product-delivery > p strong {
    font-weight: 700;
}

.prop-offer .product-price {
    margin: .65rem 0 .9rem;
    position: static;
    text-align: right;
}

.prop-offer .product-inner {
    padding-top: 0;
}

.prop-offer .form-action {
    margin-top: 0;
}

.product-detail-content {
    border-top: 0;
}

.nutrition-card,
.review-card {
    border: 0;
    box-shadow: none;
}

.related-products .product-card-base-price {
    margin-top: .2rem;
}

.related-products .product-card-rating {
    margin-bottom: .85rem;
}

.related-products .product-card-form {
    margin-top: .75rem;
}

.shop-feature-strip .shop-feature:first-child {
    border-left: 0;
    padding-left: 0;
}

.shop-feature-strip .shop-feature:last-child {
    border-right: 0;
}

#checkout input:not([type='checkbox']):not([type='radio']):not([type='submit']):not([type='button']) {
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}

.product-detail-quantity > .btn:first-child {
    border-right: 1px solid var(--shop-line) !important;
}

.product-detail-quantity > .btn:last-child {
    border-left: 1px solid var(--shop-line) !important;
}

.product-detail-quantity > input {
    border-left: 0 !important;
    border-right: 0 !important;
}

@media (max-width: 991.98px) {
    .checkout-coupon-card {
        grid-column: auto;
    }
}

#checkout .row.g-2.align-items-center:has(#birthday_day) > .form-label {
    display: block;
}

@media (min-width: 992px) {
    #checkout .checkout-main {
        display: grid;
        gap: 1rem;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    #checkout .checkout-main > .row.form {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    #checkout .checkout-main > .row.form + .row.form {
        margin-top: 0;
    }

    #checkout .checkout-main > .checkout-shipping-method {
        display: block !important;
        grid-column: 1;
        grid-row: 2;
    }

    #checkout .checkout-main > .checkout-payment-method {
        display: block !important;
        grid-column: 2;
        grid-row: 2;
    }

    #checkout .checkout-main > .checkout-shipping-method,
    #checkout .checkout-main > .checkout-payment-method {
        align-self: stretch;
        margin-top: 0;
    }
}

#checkout .checkout-confirmation-terms,
#checkout .checkout-confirmation-action {
    background: var(--shop-soft) !important;
    border: 0 !important;
    box-shadow: none !important;
}

#checkout .checkout-confirmation-terms {
    border-radius: var(--shop-radius) var(--shop-radius) 0 0;
    margin-bottom: 0;
    padding-bottom: .75rem;
}

#checkout .checkout-confirmation-action {
    border-radius: 0 0 var(--shop-radius) var(--shop-radius);
    margin-top: -1rem !important;
    padding-top: .25rem;
}

#checkout .checkout-confirmation-action .form-action {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

#checkout .checkout-confirmation-action .form-action .btn:first-child {
    flex: 1 1 auto;
}

#checkout .checkout-confirmation-action .form-action .btn:first-child > button {
    width: 100%;
}

/* The acknowledgement and final action belong below both checkout columns. */
@media (min-width: 992px) {
    #checkout .checkout-main {
        grid-column: 1;
        grid-row: 1;
    }

    #checkout .checkout-side-column {
        grid-column: 2;
        grid-row: 1;
    }

    #checkout .checkout-side-column {
        align-self: start;
        display: grid;
        gap: 1rem;
    }

    #checkout .checkout-side-column .checkout-sidebar,
    #checkout .checkout-side-column .checkout-coupon-card {
        grid-column: auto;
        grid-row: auto;
    }

    #checkout .checkout-coupon-card {
        margin: 0;
    }

    #checkout .checkout-confirmation-terms {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    #checkout .checkout-confirmation-action {
        grid-column: 1 / -1;
        grid-row: 3;
    }
}

@media (max-width: 575.98px) {
    .product-purchase-benefits {
        gap: .75rem;
        grid-template-columns: 1fr;
    }

    .product-purchase-benefits > div {
        border-left: 0;
        padding: 0;
    }
}

.cart-drawer-close {
    background: transparent;
    border: 0;
    color: var(--shop-ink);
    font-size: 1.7rem;
    line-height: 1;
}

.cart-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem 1.5rem 2rem;
}

.cart-drawer-body .table.cart {
    border: 0;
    overflow: visible;
}

.cart-drawer-body .cart.table .table-head,
.cart-drawer-body .table.cart .table-head,
.cart-drawer-body .cart.table .table-cell:nth-child(2),
.cart-drawer-body .table.cart .table-cell:nth-child(2),
.cart-drawer-body .cart.table .table-cell:nth-child(3),
.cart-drawer-body .table.cart .table-cell:nth-child(3) {
    display: none;
}

.cart-drawer-body .cart.table .table-row,
.cart-drawer-body .table.cart .table-row {
    grid-template-columns: minmax(0, 1fr) auto;
}

.cart-drawer-body .cart.table .table-cell:first-child,
.cart-drawer-body .table.cart .table-cell:first-child {
    grid-column: 1;
}

.cart-drawer-body .cart.table .table-cell:last-child {
    grid-column: 2;
}

.cart-drawer-link {
    display: flex;
    justify-content: center;
    margin-top: 1.25rem;
    width: 100%;
}

.cart.table a,
.table.cart a {
    border: 0 !important;
    text-decoration: none !important;
}

.cart.table a:hover,
.table.cart a:hover {
    color: var(--shop-red);
}

body.cart-drawer-open {
    overflow: hidden;
}

/* Cart overlay: layered entrance and compact inline cart controls. */
.cart-drawer-backdrop {
    backdrop-filter: blur(0);
    transition: opacity 320ms ease, backdrop-filter 320ms ease;
}

.cart-drawer-backdrop.is-open {
    backdrop-filter: blur(3px);
}

.cart-drawer {
    opacity: 0;
    transform: translate3d(104%, 0, 0);
    transition: opacity 220ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1);
}

.cart-drawer.is-open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.cart-drawer-header,
.cart-drawer-body {
    position: relative;
    transform: translateY(.8rem);
    transition: opacity 300ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1);
    z-index: 1;
}

.cart-drawer-header {
    opacity: 0;
}

.cart-drawer-body {
    opacity: 0;
    transition-delay: 70ms;
}

.cart-drawer.is-ready .cart-drawer-header,
.cart-drawer.is-ready .cart-drawer-body {
    opacity: 1;
    transform: translateY(0);
}

.cart-drawer.is-open .cart-drawer-header {
    opacity: 1;
    transform: translateY(0);
}

.cart-drawer-quantity {
    align-items: stretch;
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    display: grid;
    grid-template-columns: 2rem minmax(2rem, 1fr) 2rem;
    min-height: 2.35rem;
    overflow: hidden;
    width: 100%;
}

.cart-drawer-quantity .btn {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--shop-ink);
    display: inline-flex;
    font-size: 1.1rem;
    justify-content: center;
    padding: 0;
}

.cart-drawer-quantity .btn:hover {
    background: var(--shop-soft);
    color: var(--shop-red);
}

.cart-drawer-quantity .btn:first-child {
    border-right: 1px solid var(--shop-line);
}

.cart-drawer-quantity .btn:last-child {
    border-left: 1px solid var(--shop-line);
}

.cart-drawer-quantity .change_quantity,
.cart-drawer-quantity [class^="change_quantity_"] {
    appearance: textfield;
    border: 0 !important;
    border-radius: 0;
    margin: 0;
    min-width: 0;
    padding: 0 !important;
    text-align: center;
    width: 100% !important;
}

.cart-drawer-remove {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--shop-muted);
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    margin-left: .4rem;
    padding: 0;
    vertical-align: middle;
    width: 2rem;
}

.cart-drawer-remove:hover {
    color: var(--shop-red);
}

/* Keep the selected variant details visible in the compact drawer view. */
.cart-drawer-body .product-details {
    display: block;
    margin-top: .3rem;
}

.cart-drawer-body .product-details .table-row {
    border: 0;
    display: grid;
    gap: .35rem;
    grid-template-columns: auto minmax(0, 1fr) !important;
    padding: .1rem 0;
}

.cart-drawer-body .product-details .table-cell {
    color: var(--shop-muted);
    display: block !important;
    font-size: .75rem;
}

.cart-drawer-body .product-details .table-cell:first-child {
    font-weight: 600;
    grid-column: auto;
}

.cart-drawer-body .product-details .table-cell:last-child {
    grid-column: auto;
    text-align: left;
}

.checkout-progress-step > a,
.checkout-progress-step > span {
    position: relative;
    z-index: 2;
}

.checkout-progress-label {
    background: var(--shop-white);
    padding: 0 .35rem;
}

.checkout-progress-step::after {
    z-index: 0;
}

.checkout-layout {
    align-items: start;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(19rem, .65fr);
}

.checkout-main {
    min-width: 0;
}

.checkout-sidebar {
    background: var(--shop-soft);
    border: 0;
    border-radius: var(--shop-radius);
    padding: 1.25rem;
    position: sticky;
    top: 1rem;
}

.checkout-sidebar h2 {
    font: 700 1rem Inter, system-ui, sans-serif;
    margin: 0 0 1rem;
}

.checkout-summary-item {
    align-items: center;
    border-bottom: 1px solid var(--shop-line);
    display: grid;
    gap: .7rem;
    grid-template-columns: 3.4rem minmax(0, 1fr) auto;
    padding: .7rem 0;
}

.checkout-summary-item img {
    aspect-ratio: 1;
    border-radius: .15rem;
    object-fit: cover;
    width: 3.4rem;
}

.checkout-sidebar .checkout-summary-item,
.overview-review .checkout-summary-item {
    grid-template-columns: 3.4rem minmax(0, 1fr) max-content;
    align-items: start;
    column-gap: .75rem;
    padding: 1rem 0;
}
.checkout-summary-item .summary-product-meta { min-width: 0; }
.checkout-summary-item .summary-product-title {
    font: 600 .82rem/1.45 Inter, system-ui, sans-serif;
    margin: 0; white-space: normal; overflow-wrap: anywhere;
}
.checkout-summary-item .summary-product-variant {
    font: 400 .75rem/1.5 Inter, system-ui, sans-serif;
    color: var(--shop-muted); margin-top: .15rem;
}
.checkout-summary-item .summary-line-calculation {
    display: flex; flex-wrap: nowrap; align-items: baseline; gap: .3rem;
    font: 400 .78rem/1.5 Inter, system-ui, sans-serif;
    color: var(--shop-ink); margin-top: .25rem;
    font-variant-numeric: tabular-nums;
}
.checkout-summary-item .summary-line-calculation > span { white-space: nowrap; }
.checkout-summary-item .summary-line-total {
    font: 700 .82rem/1.45 Inter, system-ui, sans-serif;
    white-space: nowrap; text-align: right; margin: 0;
    font-variant-numeric: tabular-nums;
}

.checkout-summary-item strong,
.checkout-summary-item small {
    display: block;
}

.checkout-summary-item strong {
    font-size: .82rem;
}

.checkout-summary-item small {
    color: var(--shop-muted);
    font-size: .72rem;
}

.checkout-summary-total {
    border-top: 0;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 1rem;
}

.checkout-sidebar .checkout-coupon {
    border-top: 1px solid var(--shop-line);
    margin-top: 1rem;
    padding-top: 1rem;
}

.checkout-sidebar .checkout-coupon .coupon-controls {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
}

.checkout-sidebar .checkout-coupon input {
    min-width: 0;
}

.checkout-main > .checkout-discount {
    display: none;
}

.checkout-main > .row.form {
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    margin-left: 0;
    margin-right: 0;
    padding: 1.25rem;
}

.checkout-main > .row.form + .row.form {
    margin-top: 1rem;
}

.checkout-main .row.g-2.align-items-center,
.checkout-main .form-row {
    margin-bottom: .8rem;
}

.checkout-summary-placeholder {
    align-items: center;
    background: var(--shop-line);
    color: var(--shop-muted);
    display: flex;
    height: 3.4rem;
    justify-content: center;
    width: 3.4rem;
}

.checkout-applied-code {
    align-items: center;
    display: flex;
    font-size: .8rem;
    justify-content: space-between;
    margin-top: .65rem;
}

[data-bs-theme='dark'] {
    --shop-white: #171b20;
    --shop-soft: #20252b;
    --shop-ink: #f5f5f5;
    --shop-line: #3b4148;
    color-scheme: dark;
}

[data-bs-theme='dark'] body {
    background-color: #171b20 !important;
    color: #f5f5f5;
}

[data-bs-theme='dark'] .site-servicebar,
[data-bs-theme='dark'] .site-header,
[data-bs-theme='dark'] .site-footer,
[data-bs-theme='dark'] .filter-groups,
[data-bs-theme='dark'] .shop-filter,
[data-bs-theme='dark'] .product-card,
[data-bs-theme='dark'] .product-card-image,
[data-bs-theme='dark'] .product-slider,
[data-bs-theme='dark'] .product-slider .slide,
[data-bs-theme='dark'] .checkout-sidebar,
[data-bs-theme='dark'] .nutrition-card,
[data-bs-theme='dark'] .review-card {
    background-color: #20252b !important;
    color: #f5f5f5;
}

[data-bs-theme='dark'] .site-content,
[data-bs-theme='dark'] .site-content a,
[data-bs-theme='dark'] .site-content h1,
[data-bs-theme='dark'] .site-content h2,
[data-bs-theme='dark'] .site-content h3,
[data-bs-theme='dark'] .site-content label,
[data-bs-theme='dark'] .site-content .form-label,
[data-bs-theme='dark'] .site-navigation a,
[data-bs-theme='dark'] .header-action {
    color: #f5f5f5;
}

[data-bs-theme='dark'] .site-content input:not([type='checkbox']):not([type='radio']):not([type='range']),
[data-bs-theme='dark'] .site-content textarea,
[data-bs-theme='dark'] .site-content select,
[data-bs-theme='dark'] .site-search input {
    background-color: #171b20 !important;
    border-color: #3b4148;
    color: #f5f5f5;
}

[data-bs-theme='dark'] .filter-panel-toggle,
[data-bs-theme='dark'] .product-view-switch .btn,
[data-bs-theme='dark'] .product-card-actions .btn-icon,
[data-bs-theme='dark'] .product-detail-quantity > button,
[data-bs-theme='dark'] .product-detail-quantity > input,
[data-bs-theme='dark'] .product-card-badge {
    background-color: #171b20;
    color: #f5f5f5;
}

[data-bs-theme='dark'] .product-card-badge,
[data-bs-theme='dark'] .product-card-actions .btn-icon {
    border-color: var(--shop-red);
    color: #ff5c66;
}

[data-bs-theme='dark'] .product-view-switch .btn.active,
[data-bs-theme='dark'] .product-view-switch .btn:hover {
    background: var(--shop-red);
    color: #fff;
}

[data-bs-theme='dark'] .brand-logo:not(.brand-logo-cms) {
    filter: grayscale(1) brightness(0) invert(1);
}

@media (max-width: 991.98px) {
    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .checkout-sidebar {
        position: static;
    }

    .product-feature-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: .75rem;
    }

    .product-description-grid {
        grid-template-columns: 1fr;
    }

    .product-feature:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 575.98px) {
    .brand-logo {
        height: 2.55rem;
        width: 8rem;
    }

    .product-feature-strip {
        grid-template-columns: 1fr;
    }

    .product-feature {
        border-left: 0;
        border-top: 1px solid var(--shop-line);
        padding: .65rem 0 0;
    }

    .product-feature:first-child {
        border-top: 0;
    }

    .shop-products > nav[aria-label='Seitennavigation'] {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .shop-products > nav[aria-label='Seitennavigation'] .product-result-count,
    .shop-products > nav[aria-label='Seitennavigation'] .pagination,
    .shop-products > nav[aria-label='Seitennavigation'] > label {
        grid-column: 1;
        grid-row: auto;
        justify-self: center;
    }
}

/* Price range final override: one coordinate system for line, handles and labels. */
.price-range {
    height: 2.4rem !important;
    margin: .7rem 0 0 !important;
    position: relative !important;
}

.price-range-track {
    background: var(--shop-line);
    border-radius: 999px;
    height: .25rem !important;
    left: 1rem !important;
    right: 1rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1;
}

.price-range-track span {
    background: var(--shop-red);
    border-radius: 999px;
    height: 100% !important;
    left: var(--price-min-position) !important;
    right: calc(100% - var(--price-max-position)) !important;
    top: 0 !important;
}

.price-range-track span::before,
.price-range-track span::after {
    background: var(--shop-white);
    border: .16rem solid var(--shop-red);
    border-radius: 50%;
    content: '';
    height: 1rem;
    position: absolute;
    top: 50%;
    width: 1rem;
}

.price-range-track span::before {
    left: 0;
    transform: translate(-50%, -50%);
}

.price-range-track span::after {
    right: 0;
    transform: translate(50%, -50%);
}

.price-range-input {
    appearance: none !important;
    background: transparent !important;
    border: 0 !important;
    height: 2.4rem !important;
    left: 0 !important;
    opacity: 0;
    padding: 0 !important;
    pointer-events: none !important;
    right: auto !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 2;
}

.price-range-input::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
}

.price-range-input::-moz-range-track {
    background: transparent;
    border: 0;
}

.price-range-input::-webkit-slider-thumb,
.price-range-input::-moz-range-thumb {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 0 !important;
}

.price-filter-limits {
    margin: .45rem 1rem 0 !important;
    width: auto !important;
}

.price-filter-limits span {
    white-space: nowrap;
}

/* Match the price group to the other filter group headings. */
.price-filter {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.filter-price-heading {
    margin-left: .5rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.filter-price-heading .form-label {
    color: var(--shop-ink);
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.3;
}

.price-filter-current {
    display: none;
}

.price-range {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.price-filter-limits {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    margin-top: .15rem !important;
}

.shop-filter {
    border: 0 !important;
    border-radius: 0 !important;
}

.shop-filter .filter-panel-body > .vstack.gap-2 {
    gap: 0 !important;
}

/* List cards: keep the quantity control as three equal, fully clickable cells. */
.product-card-actions .input-group {
    grid-template-columns: 2.25rem minmax(2.6rem, 1fr) 2.25rem;
}

.product-card-actions .input-group > .btn.btn-icon {
    align-items: center;
    border: 0 !important;
    box-sizing: border-box;
    display: inline-flex;
    flex: 0 0 auto;
    height: 100% !important;
    justify-content: center;
    margin: 0 !important;
    min-height: 2.35rem;
    min-width: 0;
    padding: 0 !important;
    width: 100% !important;
}

.product-card-actions .input-group > .btn.btn-icon:first-child {
    border-right: 1px solid var(--shop-line) !important;
}

.product-card-actions .input-group > .btn.btn-icon:last-child {
    border-left: 1px solid var(--shop-line) !important;
}

.product-card-actions .input-group > .form-control {
    border: 0 !important;
    appearance: textfield;
    -moz-appearance: textfield;
    text-align: center;
}

.product-card-actions .input-group > .form-control::-webkit-inner-spin-button,
.product-card-actions .input-group > .form-control::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.shop-products > nav[aria-label='Seitennavigation'] > label .form-select {
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    min-height: 2.35rem;
    padding-bottom: .375rem;
    padding-top: .375rem;
}

.product-card-actions .input-group > .form-control,
.product-card-actions .input-group > .form-control:focus {
    box-shadow: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    text-indent: 0;
}

.product-card-actions .input-group:focus-within {
    border-color: var(--shop-red) !important;
}

.product-card-actions .input-group:focus-within > .btn.btn-icon:first-child {
    border-right-color: var(--shop-red) !important;
}

.product-card-actions .input-group:focus-within > .btn.btn-icon:last-child {
    border-left-color: var(--shop-red) !important;
}

.product-detail-badge {
    border: 1px solid var(--shop-red);
    border-radius: var(--shop-radius);
    color: var(--shop-red);
    display: inline-flex;
    font: 700 .68rem/1 Inter, system-ui, sans-serif;
    letter-spacing: .035em;
    margin-bottom: .7rem;
    padding: .42rem .55rem;
    text-transform: uppercase;
}

.product-selection-layout {
    align-items: start;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr) minmax(9rem, 10.5rem);
    margin: 1.25rem 0;
}

.product-selection-options .variant-group:last-child .product-form,
.product-selection-options .variant-group:last-child .product-form.mb-4 {
    margin-bottom: 0 !important;
}

.product-selection-options .form-label,
.product-selection-options legend.form-label,
.product-selection-label {
    font: 700 .78rem/1.25 Inter, system-ui, sans-serif;
    margin-bottom: .55rem;
}

.product-selection-quantity {
    justify-self: end;
    width: 100%;
}

.product-selection-label {
    display: block;
    text-align: right;
}

.product-selection-quantity .product-detail-quantity {
    max-width: none;
}

.prop-offer .product-delivery {
    align-items: start;
    display: grid;
    gap: .15rem .45rem;
    grid-template-columns: 1.45rem minmax(0, 1fr);
}

.prop-offer .product-delivery > .material-symbols-outlined {
    color: currentColor;
    flex: 0 0 auto;
    grid-row: 1 / span 2;
}

.prop-offer .product-delivery > p {
    color: var(--shop-ink);
    font: 400 .82rem/1.25 Inter, system-ui, sans-serif;
    grid-column: 2;
    margin: 0;
}

.prop-offer .product-delivery > .green,
.prop-offer .product-delivery > .orange,
.prop-offer .product-delivery > .red {
    grid-column: 2;
}

.prop-offer .product-delivery > p strong {
    font-weight: 700;
}

.prop-offer .form-action {
    grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 575.98px) {
    .product-selection-layout {
        grid-template-columns: 1fr;
    }

    .product-selection-quantity {
        justify-self: stretch;
    }

    .product-selection-label {
        text-align: left;
    }
}

/* Keep the complete price block away from both filter edges. */
.price-filter {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.filter-price-heading {
    padding-left: .25rem;
    padding-right: .25rem;
}

.price-range {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.price-filter-limits {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
}

/* Checkout: keep dispatch and payment as two equally weighted cards.  The
 * generic form rule must not span both grid columns here. */
@media (min-width: 992px) {
    #checkout .checkout-main > .row.form.checkout-shipping-method {
        display: block !important;
        grid-column: 1 !important;
        grid-row: 2 !important;
        width: auto !important;
    }

    #checkout .checkout-main > .row.form.checkout-payment-method {
        display: block !important;
        grid-column: 2 !important;
        grid-row: 2 !important;
        width: auto !important;
    }

    #checkout .checkout-main > .row.form.checkout-shipping-method,
    #checkout .checkout-main > .row.form.checkout-payment-method {
        align-self: stretch;
        margin: 0 !important;
    }
}

/* The order side column starts at the top of the address card, like the
 * reference checkout, and the legal/action area spans both checkout columns. */
@media (min-width: 992px) {
    #checkout .checkout-layout > .checkout-confirmation-terms,
    #checkout .checkout-layout > .checkout-confirmation-action {
        width: auto;
    }
}

/* Checkout fields follow the reference's calm, vertical label rhythm. */
#checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center {
    display: block;
    margin-bottom: .85rem;
}

#checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center > .form-label {
    display: block;
    font: 600 .78rem/1.25 Inter, system-ui, sans-serif;
    margin: 0 0 .35rem;
    width: 100%;
}

#checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center > .col-12,
#checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center .d-flex {
    display: block !important;
    width: 100%;
}

#checkout .checkout-main > .row.form input:not([type='checkbox']):not([type='radio']),
#checkout .checkout-main > .row.form select {
    height: 2.45rem;
}

/* Birthday stays a compact three-part control: day / month / year. */
#checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center:has(#birthday_day) > .col-12 {
    display: grid !important;
    gap: .5rem;
    grid-template-columns: 4.75rem minmax(0, 1fr) 6.25rem;
}

#checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center:has(#birthday_day) > .col-12 > .col-12,
#checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center:has(#birthday_day) .d-flex {
    display: block !important;
    min-width: 0;
    width: auto;
}

/* Zip and city share one row on desktop, matching the checkout reference. */
@media (min-width: 576px) {
    #checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center:has(#zip) > .col-12 {
        display: grid !important;
        gap: .5rem;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    #checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center:has(#zip) > .col-12 > .col-12,
    #checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center:has(#zip) .d-flex {
        display: block !important;
        min-width: 0;
        width: auto;
    }
}

/* Delivery time starts under the shipping icon, not under the stock text. */
.prop-offer .product-delivery > p {
    grid-column: 1 / -1;
}

/* The drawer needs its own, always-visible quantity row. A compact drawer
 * intentionally hides the unit price, never the quantity control. */
.cart-drawer-body .cart.table .table-cell:nth-child(2),
.cart-drawer-body .table.cart .table-cell:nth-child(2) {
    display: block !important;
    grid-column: 1 / -1 !important;
    grid-row: 2;
    margin-top: .7rem;
    min-width: 0;
}

.cart-drawer-body .cart.table .table-cell:nth-child(2) .row,
.cart-drawer-body .cart.table .table-cell:nth-child(2) .col-12,
.cart-drawer-body .table.cart .table-cell:nth-child(2) .row,
.cart-drawer-body .table.cart .table-cell:nth-child(2) .col-12 {
    margin: 0;
    width: 100%;
}

/* Cart totals use the full available width and keep the amount flush right. */
.site-content > form > .table:not(.cart) .table-row.strong {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.site-content > form > .table:not(.cart) .table-row.strong .table-cell:last-child {
    margin-left: auto;
    text-align: right;
}

.site-content > form > .table:not(.cart) .table-row.strong .table-cell,
.site-content > form > .table:not(.cart) .table-row.strong .price-info {
    font-weight: 700;
}

/* Checkout dispatch and payment methods are full-width selectable rows. */
#checkout .checkout-shipping-method .custom-radio .radio,
#checkout .checkout-payment-method .custom-radio .radio {
    display: flex !important;
    width: 100%;
}

#checkout .checkout-shipping-method .custom-radio .radio label,
#checkout .checkout-payment-method .custom-radio .radio label {
    flex: 1 1 auto;
}

#checkout .checkout-shipping-method .radio-content,
#checkout .checkout-payment-method .radio-content {
    width: 100%;
}

#checkout .checkout-payment-method .radio-content {
    display: none;
}

#checkout .checkout-payment-method .radio-content:has(*) {
    display: block;
}

#checkout .radio-info {
    align-items: center;
    color: var(--shop-muted);
    cursor: help;
    display: inline-flex;
    flex: 0 0 auto;
    position: relative;
}

#checkout .radio-info .material-symbols-outlined {
    font-size: 1.1rem;
}

#checkout .radio-info::after {
    background: var(--shop-ink);
    border-radius: .25rem;
    color: var(--shop-white);
    content: attr(data-tooltip);
    font: 400 .75rem/1.35 Inter, system-ui, sans-serif;
    max-width: 17rem;
    opacity: 0;
    padding: .5rem .6rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + .45rem);
    transform: translateY(-.2rem);
    transition: opacity 160ms ease, transform 160ms ease;
    visibility: hidden;
    width: max-content;
    z-index: 20;
}

#checkout .radio-info:hover::after,
#checkout .radio-info:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* The two checkout columns sit flush inside the page grid. */
#checkout .checkout-layout,
#checkout .checkout-main,
#checkout .checkout-side-column,
#checkout .checkout-main > .row.form,
#checkout .checkout-side-column > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#checkout .checkout-layout {
    max-width: none;
    width: 100%;
}

/* Legal confirmations and primary checkout action share one full-width band. */
#checkout .checkout-confirmation-row {
    background: var(--shop-soft);
    border-radius: var(--shop-radius);
    display: grid;
    gap: 1rem;
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 1rem 1.25rem;
}

#checkout .checkout-confirmation-row .checkout-confirmation-terms,
#checkout .checkout-confirmation-row .checkout-confirmation-action {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    margin: 0 !important;
    padding: 0;
}

#checkout .checkout-confirmation-row .checkout-confirmation-terms .headline {
    display: none;
}

#checkout .checkout-confirmation-row .checkout-confirmation-terms .text {
    display: none;
}

#checkout .checkout-confirmation-row .checkout-confirmation-action .form-action {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

#checkout .checkout-confirmation-row .checkout-confirmation-action .btn:last-child {
    display: none;
}

@media (min-width: 992px) {
    #checkout .checkout-confirmation-row {
        align-items: center;
        grid-template-columns: minmax(0, 1fr) minmax(17rem, 24rem);
    }

    #checkout .checkout-confirmation-row .checkout-confirmation-action .btn:first-child,
    #checkout .checkout-confirmation-row .checkout-confirmation-action .btn:first-child > button {
        width: 100%;
    }
}

/* Order overview intentionally uses the same visual system as checkout. */
.overview-layout {
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(19rem, .65fr);
}

.overview-details #checkout {
    gap: 1rem;
}

.overview-details #checkout > .row.form {
    background: var(--shop-white);
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    margin: 0;
    padding: 1.25rem;
}

.overview-details #checkout > .row.form .row.g-2.align-items-center {
    display: block;
    margin-bottom: .85rem;
}

.overview-details #checkout > .row.form .row.g-2.align-items-center > .form-label {
    display: block;
    font: 600 .78rem/1.25 Inter, system-ui, sans-serif;
    margin: 0 0 .35rem;
    width: 100%;
}

.overview-details #checkout > .row.form .row.g-2.align-items-center > .col-12,
.overview-details #checkout > .row.form .row.g-2.align-items-center .d-flex {
    display: block !important;
    width: 100%;
}

.overview-details #checkout > .row.form input[readonly],
.overview-details #checkout > .row.form textarea[readonly],
.overview-details #checkout > .row.form select:disabled {
    background: var(--shop-white);
    border-color: var(--shop-line);
    color: var(--shop-ink);
    height: 2.45rem;
}

.overview-details #checkout > .row.form textarea[readonly] {
    height: auto;
    min-height: 5rem;
}

.overview-details #checkout > .row.form .row.g-2.align-items-center:has(#birthday_day) > .col-12 {
    display: grid !important;
    gap: .5rem;
    grid-template-columns: 4.75rem minmax(0, 1fr) 6.25rem;
}

.overview-details #checkout > .row.form .row.g-2.align-items-center:has(#birthday_day) > .col-12 > .col-12,
.overview-details #checkout > .row.form .row.g-2.align-items-center:has(#birthday_day) .d-flex {
    display: block !important;
    min-width: 0;
    width: auto;
}

@media (min-width: 576px) {
    .overview-details #checkout > .row.form .row.g-2.align-items-center:has(#zip) > .col-12,
    .overview-details #checkout > .row.form .row.g-2.align-items-center:has(#delivery_zip) > .col-12 {
        display: grid !important;
        gap: .5rem;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .overview-details #checkout > .row.form .row.g-2.align-items-center:has(#zip) .d-flex,
    .overview-details #checkout > .row.form .row.g-2.align-items-center:has(#delivery_zip) .d-flex {
        display: block !important;
    }
}

.overview-details #checkout .custom-radio .radio {
    display: flex !important;
    width: 100%;
}

.overview-details #checkout .custom-radio .radio label {
    flex: 1 1 auto;
}

.overview-review.checkout-summary-style {
    background: var(--shop-soft);
    border: 0;
    border-radius: var(--shop-radius);
    padding: 1.25rem;
}

.overview-review.checkout-summary-style > .table {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.overview-review.checkout-summary-style .table.cart .table-head,
.overview-review.checkout-summary-style .table.cart .table-cell:nth-child(2),
.overview-review.checkout-summary-style .table.cart .table-cell:nth-child(3) {
    display: none;
}

.overview-review.checkout-summary-style .table.cart .table-row {
    align-items: start;
    border-bottom: 1px solid var(--shop-line);
    display: grid;
    gap: .7rem;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: .7rem 0;
}

.overview-review.checkout-summary-style .table.cart .table-cell:first-child {
    grid-column: 1;
}

.overview-review.checkout-summary-style .table.cart .table-cell:last-child {
    grid-column: 2;
    text-align: right;
}

.overview-review.checkout-summary-style .table.cart .product-image img {
    border-radius: .2rem;
    height: 3.4rem;
    object-fit: cover;
    width: 3.4rem;
}

.overview-review.checkout-summary-style > .table:not(.cart) {
    border-top: 1px solid var(--shop-line);
    margin-top: .85rem;
    padding-top: .85rem;
}

.overview-review.checkout-summary-style > .table:not(.cart) .table-row {
    display: flex;
    justify-content: space-between;
    padding: .28rem 0;
}

.overview-review.checkout-summary-style > .table:not(.cart) .table-cell:last-child {
    margin-left: auto;
    text-align: right;
}

.overview-review.checkout-summary-style > .table:last-child .table-row.strong,
.overview-review.checkout-summary-style > .table:last-child .table-row.strong .price-info {
    font-weight: 700;
}

/* Desktop checkout forms use left-hand labels; only the fields themselves
 * form compact groups such as birthday and ZIP/city. */
@media (min-width: 768px) {
    #checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center,
    .overview-details #checkout > .row.form .row.g-2.align-items-center {
        align-items: center;
        column-gap: 1rem;
        display: grid !important;
        grid-template-columns: minmax(9rem, .38fr) minmax(0, 1fr);
        margin-bottom: .8rem;
    }

    #checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center > .form-label,
    .overview-details #checkout > .row.form .row.g-2.align-items-center > .form-label {
        margin: 0;
        width: auto;
    }

    #checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center > .col-12,
    .overview-details #checkout > .row.form .row.g-2.align-items-center > .col-12 {
        grid-column: 2;
        min-width: 0;
    }

    #checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center:has(#birthday_day) > .col-12,
    .overview-details #checkout > .row.form .row.g-2.align-items-center:has(#birthday_day) > .col-12 {
        display: grid !important;
        gap: .5rem;
        grid-template-columns: 4.75rem minmax(0, 1fr) 6.25rem;
    }

    #checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center:has(#zip) > .col-12,
    .overview-details #checkout > .row.form .row.g-2.align-items-center:has(#zip) > .col-12,
    .overview-details #checkout > .row.form .row.g-2.align-items-center:has(#delivery_zip) > .col-12 {
        display: grid !important;
        gap: .5rem;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

/* Purchase area: normal-flow rows reserve space for tax and base-price notes. */
.prop-offer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 1.25rem 1rem;
}
.prop-offer > .product-info { grid-column: 1; padding: 0; margin: 0; }
.prop-offer > .product-inner { display: contents; }
.prop-offer .product-price {
    position: static;
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    text-align: right;
    min-width: 0;
}
.prop-offer .product-price .price-note { display: block; margin-top: .35rem; line-height: 1.5; }
.prop-offer .form-action,
.prop-offer .product-selection-hint,
.prop-offer .product-purchase-benefits { grid-column: 1 / -1; margin: 0; width: 100%; }
.prop-offer .form-action > .btn { padding: 0; margin: 0; }
.prop-offer .product-delivery > .material-symbols-outlined { grid-row: 1; }
.prop-offer .product-delivery > p { grid-column: 1 / -1; margin-top: .3rem; }

/* Reference typography and page gutters. Controls remain sans serif. */
.site-content h1, .site-content .prop-holder .second-head h1, .home-hero h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.8rem, 2.6vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: 1.14;
}
.site-content .prop-holder .second-head h1 { font-size: clamp(1.8rem, 2.6vw, 2.75rem); }
.prop-holder .product-features { padding-top: 1rem; padding-bottom: 1rem; }
.cart-drawer-backdrop { backdrop-filter: none !important; -webkit-backdrop-filter: none !important; background: transparent !important; }
.cart-drawer-body > .table:not(.cart) { margin: .75rem 0; padding: .75rem 0 0; border: 0; border-top: 1px solid var(--shop-line); background: transparent; }
.cart-drawer-body > .table.cart + .table { border-top: 0; margin-top: 0; }
.cart-drawer-body > .table:not(.cart) .table-body { display: block; padding: 0; }
.cart-drawer-body > .table:not(.cart) .table-row { display: flex; justify-content: space-between; gap: 1rem; padding: .3rem 0; border: 0; }
.cart-drawer-body > .table:not(.cart) .table-cell { padding: 0; width: auto; }
.cart-drawer-body > .table:not(.cart) .table-cell:last-child { margin-left: auto; text-align: right; }
.cart-drawer-body > .table:not(.cart) .strong { font-weight: 700; }
.cart-drawer-body > .table.cart > .table-body > .table-row { padding: .75rem 0; row-gap: .25rem; }
.cart-drawer-body > .table.cart > .table-body > .table-row > .table-cell:nth-child(2) { margin-top: .5rem !important; padding: 0 0 0 5.25rem; }
.cart-drawer-body > .table.cart > .table-body > .table-row > .table-cell:nth-child(2) .table-cell { padding: 0; }
.cart-drawer-body .cart-drawer-actions { margin-top: 1rem; }
.variant-options .btn-check { width: 1px !important; height: 1px !important; min-height: 0 !important; padding: 0 !important; clip: rect(0, 0, 0, 0); overflow: hidden; }
.variant-options .btn-check:focus-visible + label { outline: 2px solid var(--shop-red); outline-offset: 3px; }
.checkout-summary-header h2, .checkout-coupon-card h3,
.overview-review .checkout-summary-header h2 { font: 700 1rem/1.4 Inter, system-ui, sans-serif !important; letter-spacing: 0; }
#checkout .checkout-main > .row.form { --bs-gutter-y: 0; }
#checkout .checkout-main > .row.form > .col-12 { margin-top: 0; }
#checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center { margin-bottom: .5rem; }
.checkout-progress { border-bottom: 0; padding-bottom: 0; margin-bottom: 1.5rem; }
.checkout-progress-step { align-items: center; }
.checkout-progress-step::after { position: static; flex: 1 1 auto; margin: 0 .65rem; min-width: .5rem; }
.checkout-progress-number { flex-basis: 2rem; width: 2rem; height: 2rem; }
.checkout-progress-label { padding: 0; font-size: .8rem; }
.site-content > form > .table.cart { box-shadow: none; }
.site-content > form > .cart-main-box {
    margin: 0 0 1.5rem;
    padding: 1.25rem;
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    background: var(--shop-white);
}
.site-content > form > .cart-main-box > .table.cart { border: 0; border-radius: 0; padding: 0; }
.site-content > form > .cart-main-box > .table.cart-summary-box { display: table; width: 100%; margin: .75rem 0 0; padding: .85rem 1rem; border: 1px solid var(--shop-line); border-radius: var(--shop-radius); background: var(--shop-white); }
.site-content > form > .cart-main-box > .table.cart-summary-box .table-row { display: table-row; }
.site-content > form > .cart-main-box > .table.cart-summary-box .table-cell { display: table-cell; padding: .35rem 0; border: 0; }
.site-content > form > .cart-main-box > .table.cart-summary-box .table-cell:last-child { text-align: right; }
.site-content > form > .cart-main-box > .form-action { margin-bottom: 0; }
.site-content > form > .table.cart > .table-head > .table-row > .table-cell:last-child,
.site-content > form > .table.cart > .table-body > .table-row > .table-cell:last-child { text-align: right; }
.site-content > form > .table.cart ~ .table { padding: .75rem 0; border: 0; border-top: 1px solid var(--shop-line); box-shadow: none; background: transparent; }
.site-content > form > .table.cart-summary-box {
    display: table;
    width: 100%;
    margin: .75rem 0 0;
    padding: .85rem 1rem;
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    background: var(--shop-white);
    box-shadow: none;
}
.site-content > form > .table.cart-summary-box .table-row { display: table-row; }
.site-content > form > .table.cart-summary-box .table-cell { display: table-cell; padding: .35rem 0; border: 0; }
.site-content > form > .table.cart-summary-box .table-cell:last-child { text-align: right; }
.site-content > form > .table.cart-summary-box.cart-total-box { margin-top: .5rem; }
.site-content > form > .table.cart-summary-box.cart-total-box .strong { font-weight: 700; font-size: 1.05rem; }
.site-content > form > .table:not(.cart) .table-row { display: flex; justify-content: space-between; gap: 1rem; }
.site-content > form > .table:not(.cart) .table-cell { padding: .25rem 0; }
.site-content > form > .table:not(.cart) .table-cell:last-child { margin-left: auto; text-align: right; }
.site-content .login-form input { height: 2.45rem; min-height: 2.45rem; }
.site-content .login-form > .row { margin-left: 0; margin-right: 0; }
.site-content .login-form .form-action .btn > button { justify-content: center; text-align: center; }
.shop-feature strong { font-size: .75rem; }
.shop-filter-content > form { margin: 0; }
.shop-filter-content .filter-panel-body { padding-top: .5rem; }
.mobile-filter-toggle { width: 100%; align-items: center; justify-content: center; gap: .35rem; }
@media (max-width: 991.98px) {
    #main-content .site-content:has(> .shop-filter) { display: grid !important; grid-template-columns: minmax(0, 1fr); gap: 1rem; }
    #main-content .site-content:has(> .shop-filter) > .shop-page-intro { grid-column: 1; grid-row: 1; margin-bottom: 0; }
    #main-content .site-content:has(> .shop-filter) > .shop-filter { grid-column: 1; grid-row: 2; margin: 0; padding: 0; background: transparent; }
    #main-content .site-content:has(> .shop-filter) > .shop-products { grid-column: 1; grid-row: 3; }
    .shop-filter:not(.is-open) > .shop-filter-content { display: none; }
    .shop-filter.is-open > .shop-filter-content { padding-top: 1rem; background: var(--shop-soft); }
}
@media (max-width: 767.98px) {
    .shop-products { grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; }
    .shop-products > .product-result-count-toolbar { grid-column: 1 / -1; grid-row: 1; position: static; }
    .shop-products > label[for='select-sort'] { grid-column: 1; grid-row: 2; justify-content: flex-start; }
    .shop-products > #select-sort { grid-column: 2; grid-row: 2; margin: 0; }
    .shop-products #product-list { grid-column: 1 / -1; grid-row: 3; margin: 0; padding: 0; }
    .shop-products #product-list .product-list-toolbar { position: static; justify-content: flex-end; margin: 0 0 1rem; }
    .shop-products > nav[aria-label='Seitennavigation'] { grid-row: 4; display: flex !important; flex-direction: column; gap: .85rem !important; }
    .shop-products > nav[aria-label='Seitennavigation'] .pagination { position: static; transform: none; }
    .shop-feature { border-top: 0; border-bottom: 0; padding: .3rem .5rem; }
    .checkout-progress { overflow-x: auto; padding-bottom: .5rem; }
    .checkout-progress ol { min-width: 35rem; }
    .checkout-progress-label { font-size: .7rem; }
    #checkout .checkout-main > .row.form > .col-12 > .row:has(#birthday_day) > .col-12,
    .overview-details #checkout > .row.form .row:has(#birthday_day) > .col-12 { grid-template-columns: 3.5rem minmax(0, 1fr) 5rem; gap: .35rem; }
    #checkout .checkout-main > .row.form > .col-12 > .row:has(#zip) > .col-12,
    #checkout .checkout-main > .row.form > .col-12 > .row:has(#delivery_zip) > .col-12 { display: grid !important; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: .5rem; }
    #checkout .checkout-main .row:has(#zip) > .col-12 > .col-12,
    #checkout .checkout-main .row:has(#delivery_zip) > .col-12 > .col-12 { width: auto; min-width: 0; }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .site-header .d-flex.gap-4 { gap: 1rem !important; }
    .site-header .site-search { flex: 0 1 12rem; min-width: 8rem; width: 12rem; }
    .site-header .site-navigation a { font-size: .78rem; }
    .site-header .header-action { gap: .35rem; font-size: .82rem; }
}
.site-content h2:not(.h5):not(.h6), .site-content h3:not(.h5):not(.h6) {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 700;
    line-height: 1.25;
}
.container-xxl { padding-left: clamp(1rem, 2.5vw, 2.5rem); padding-right: clamp(1rem, 2.5vw, 2.5rem); }
.breadcrumb a { text-decoration: none; }
.site-search { border-radius: var(--shop-radius); }
.shop-page-intro { background: transparent; padding-bottom: 1.25rem; margin-bottom: 1.25rem; }
.shop-page-intro-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 1.5rem; }
.shop-feature { border-right: 0; padding: .25rem .75rem; color: var(--shop-ink); font-size: .75rem; }
.shop-feature:first-child { border-left: 0; }
.shop-feature > span > span { font-size: .7rem; line-height: 1.5; }
.shop-feature-strip { background: transparent; }
.product-card-body h2, .shop-filter h2,
.nutrition-card h2, .review-card h2 { font-family: Inter, system-ui, sans-serif !important; }

/* All quantity controls share one border and two full-height dividers. */
.product-card-actions .input-group,
.product-detail-quantity.input-group,
.cart-drawer-body .cart-drawer-quantity {
    display: grid;
    grid-template-columns: 2.25rem minmax(2.5rem, 1fr) 2.25rem;
    width: 8rem;
    height: 2.5rem;
    border: 1px solid var(--shop-line) !important;
    border-radius: var(--shop-radius);
    overflow: hidden;
    padding: 0;
    gap: 0;
}
.product-card-actions .input-group > *,
.product-detail-quantity.input-group > *,
.cart-drawer-body .cart-drawer-quantity > * {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center !important;
    background: transparent;
    color: var(--shop-ink);
    line-height: 1 !important;
}
.product-card-actions .input-group > button:first-child,
.product-detail-quantity.input-group > button:first-child,
.cart-drawer-body .cart-drawer-quantity > button:first-child { border-right: 1px solid var(--shop-line) !important; }
.product-card-actions .input-group > button:last-child,
.product-detail-quantity.input-group > button:last-child,
.cart-drawer-body .cart-drawer-quantity > button:last-child { border-left: 1px solid var(--shop-line) !important; }
.product-card-actions .input-group input,
.product-detail-quantity input,
.cart-drawer-quantity input { appearance: textfield; -moz-appearance: textfield; }
.product-detail-quantity input::-webkit-inner-spin-button,
.product-detail-quantity input::-webkit-outer-spin-button,
.cart-drawer-quantity input::-webkit-inner-spin-button,
.cart-drawer-quantity input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.product-card-actions .input-group button:hover,
.product-detail-quantity.input-group button:hover,
.cart-drawer-body .cart-drawer-quantity button:hover { background: var(--shop-soft); }
.product-selection-layout { align-items: end; }
.product-selection-options fieldset { margin-bottom: 0 !important; }
.product-selection-options .form-label, .product-selection-label { margin: 0 0 .5rem; line-height: 1.4; font-size: .8rem; }
.product-selection-layout { grid-template-columns: minmax(0, 1fr) auto; }
.product-selection-quantity { align-self: end; width: 8rem; }
.product-selection-options > .variant-group:last-child { margin-bottom: 0; }
.cart-quantity { display: grid; grid-template-columns: 2.25rem minmax(2.5rem, 1fr) 2.25rem; width: 8rem; height: 2.5rem; border: 1px solid var(--shop-line); border-radius: var(--shop-radius); overflow: hidden; }
.cart-quantity > button, .cart-quantity > input.change_quantity { width: 100%; min-width: 0; height: 100%; min-height: 0; border: 0; border-radius: 0; padding: 0; margin: 0; text-align: center; background: transparent; color: var(--shop-ink); }
.cart-quantity > button:first-child { border-right: 1px solid var(--shop-line); }
.cart-quantity > button:last-child { border-left: 1px solid var(--shop-line); }
.cart-quantity > button:hover { background: var(--shop-soft); }
.site-content > form > .table.cart > .table-body > .table-row > .table-cell:has(.cart-remove-button) .d-flex {
    display: flex !important; flex-wrap: nowrap !important; align-items: center; gap: .65rem !important;
}
.site-content .cart-quantity { flex: 0 0 8rem; }
.site-content > form .cart-quantity {
    height: 3rem;
    grid-template-columns: 2.5rem minmax(3rem, 1fr) 2.5rem;
}
.site-content > form .cart-quantity > button,
.site-content > form .cart-quantity > input.change_quantity {
    min-height: 3rem;
}
.cart-remove-button {
    display: inline-flex; align-items: center; justify-content: center; flex: 0 0 2.5rem;
    width: 2.5rem; height: 2.5rem; padding: 0; margin: 0; border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius); color: var(--shop-muted); background: transparent;
    transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}
.cart-remove-button svg { display: block; flex: none; width: 20px; height: 20px; }
.cart-remove-button:hover { color: var(--shop-red); border-color: var(--shop-red); background: var(--shop-soft); }
.cart-remove-button:focus-visible { outline: 2px solid var(--shop-red); outline-offset: 3px; }
@media (min-width: 992px) {
    .site-content > form > .table.cart > .table-head > .table-row,
    .site-content > form > .table.cart > .table-body > .table-row {
        grid-template-columns: minmax(0, 1fr) 13.5rem 10rem 10rem;
    }
}
.overview-review .checkout-summary-item a { color: inherit; text-decoration: none; }
.overview-review .checkout-summary-item > strong { white-space: nowrap; }
.overview-details #checkout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.overview-details #checkout > .row.form { grid-column: 1 / -1; order: 5; }
.overview-details #checkout > .row.form:first-of-type { order: 0; }
.overview-details #checkout > .row.form:has(input[name='r_shipping_method']) { grid-column: auto; order: 1; }
.overview-details #checkout > .row.form:has(input[name='r_payment_method']) { grid-column: auto; order: 2; }
.overview-details #checkout .custom-radio > .form-label { display: none; }
.overview-details #checkout .radio { padding: .75rem; gap: .5rem; }
.overview-details #checkout .radio-content { font-size: .8rem; color: var(--shop-muted); }
.overview-details #checkout .radio-content { border: 0; padding: .5rem 0 0; background: transparent; }
.overview-details #checkout .radio-content p { margin: 0; }
.overview-details #checkout .radio:has(input[name='r_shipping_address']:not(:checked)) { display: none !important; }
.overview-confirmation { display: grid; grid-template-columns: minmax(0, 1fr) minmax(16rem, .45fr); gap: 1.5rem; align-items: center; background: var(--shop-soft); padding: 1.25rem; margin-top: 1.5rem; border-radius: var(--shop-radius); }
.overview-confirmation > .row.form { --bs-gutter-y: 0; margin: 0; border: 0; padding: 0; background: transparent; box-shadow: none; }
.overview-confirmation .headline, .site-content .overview-confirmation .row > .form-label { display: none !important; }
.overview-confirmation .custom-checkbox label { font-size: .8rem; line-height: 1.6; }
.overview-confirmation .text { font-size: .75rem; margin-top: .75rem; }
.overview-confirmation .form-action { display: flex; flex-direction: column; gap: .5rem; margin: 0; padding: 0; background: transparent; border: 0; box-shadow: none; }
.overview-confirmation .form-action > .btn { margin: 0; width: 100%; padding: 0; }
.overview-confirmation .form-action > .btn > button, .overview-confirmation .form-action > .btn > a { width: 100%; display: flex; justify-content: center; }
@media (max-width: 767.98px) {
    .overview-confirmation, .overview-details #checkout { grid-template-columns: minmax(0, 1fr); }
}
.overview-details #checkout > .row.form { --bs-gutter-y: 0; padding: 1rem; }
.overview-details #checkout > .row.form > .col-12 { margin-top: 0; }
.overview-details #checkout > .row.form .row.g-2.align-items-center { margin-top: 0; margin-bottom: .5rem; }
.overview-details #checkout input[readonly], .overview-details #checkout select:disabled { opacity: 1; color: var(--shop-ink); }
.overview-details #checkout input[readonly],
.overview-details #checkout textarea[readonly],
.overview-details #checkout select:disabled,
.overview-details #checkout input:disabled {
    background: #eeeeee !important;
    border-color: #d0d0d0 !important;
    color: #777777 !important;
    cursor: not-allowed;
    opacity: .72 !important;
}
.overview-details #checkout .radio:has(input:disabled) label,
.overview-details #checkout label:has(input:disabled) { color: #888888 !important; cursor: not-allowed; }
[data-bs-theme='dark'] .overview-details #checkout input[readonly],
[data-bs-theme='dark'] .overview-details #checkout textarea[readonly],
[data-bs-theme='dark'] .overview-details #checkout select:disabled,
[data-bs-theme='dark'] .overview-details #checkout input:disabled { background: #303030 !important; border-color: #555 !important; color: #999 !important; }
.overview-details #checkout > .row.form .row.g-2.align-items-center:has(#birthday_day) > .col-12 { grid-template-columns: minmax(3.5rem, .5fr) minmax(0, 1.5fr) minmax(5rem, .8fr); }
.overview-details #checkout > .row.form .row.g-2.align-items-center:has(#zip) > .col-12,
.overview-details #checkout > .row.form .row.g-2.align-items-center:has(#delivery_zip) > .col-12 { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
.product-selection-quantity .product-detail-quantity { margin: 0; }
.product-intro { font-size: .9rem; line-height: 1.7; margin: .75rem 0 1.5rem; }
.headline-product-detail { border-bottom: 0; margin-bottom: .75rem; padding-bottom: 0; }
.product-feature-strip { padding: .5rem 0; margin: 0 0 1.5rem; border-top: 0; border-bottom: 0; }
.product-feature { padding: .25rem .75rem; }
.product-feature:first-child { padding-left: 0; }
.product-feature strong { font-size: .73rem; }
.product-feature small { font-size: .68rem; }
.prop-holder .product-box { border-top: 1px solid var(--shop-line); padding-top: 1.25rem; }
#checkout .checkout-main > .row.form > .col-12 > .row.g-2.align-items-center { margin-top: 0; }
.product-purchase-benefits strong { font-size: .72rem; }
.product-detail-tab[aria-selected='true'] { border-bottom-color: var(--shop-red); }

/* The checkout action belongs alongside the consent text, not a third grid row. */
#checkout .checkout-confirmation-row > .checkout-confirmation-terms,
#checkout .checkout-confirmation-row > .checkout-confirmation-action {
    grid-column: auto;
    grid-row: auto;
    width: auto;
    min-width: 0;
}
#checkout .checkout-confirmation-row .form-label { display: none; }
#checkout .checkout-confirmation-row .custom-checkbox label { font-size: .8rem; line-height: 1.6; }
#checkout .checkout-confirmation-row .form-action > .btn > button { text-align: center; justify-content: center; }
#checkout .checkout-confirmation-row .row { --bs-gutter-y: 0; }
#checkout .checkout-confirmation-row .row + .row { margin-top: .6rem; }
#checkout .checkout-main > .row.form { padding: 1rem; }
#checkout .checkout-main > .r_shipping_address_2 > .col-12 { min-width: 0; }
#checkout .checkout-main > .r_shipping_address_2 .row.g-2 > .col-12 > .col-12,
#checkout .checkout-main > .r_shipping_address_2 .row.g-2 > .col-12 > .col-12 > .d-flex {
    display: block !important; width: 100%; min-width: 0;
}
#checkout .checkout-main > .r_shipping_address_2 input:not([type='checkbox']):not([type='radio']),
#checkout .checkout-main > .r_shipping_address_2 select { width: 100%; min-width: 0; }
#checkout .checkout-main > .r_shipping_address_2 .row:has(#c_save_address) > .col-12 { grid-column: 2; }
#checkout .checkout-main > .r_shipping_address_2 label:has(#c_save_address) { display: inline-flex; align-items: center; justify-content: flex-start; gap: .5rem; width: auto; }
#checkout .checkout-main > .r_shipping_address_2 #c_save_address { width: 1rem; height: 1rem; min-width: 1rem; flex: 0 0 1rem; margin: 0; }
@media (max-width: 767.98px) {
    #checkout .checkout-main > .r_shipping_address_2 .row:has(#c_save_address) > .col-12 { grid-column: 1; }
}
#checkout .checkout-main > .r_shipping_address_2 .row.g-2:has(#delivery_zip) > .col-12 {
    display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: .5rem;
}
#checkout #shipping_methods > .shipping-method { display: block; margin: 0 0 .5rem; }
#checkout #shipping_methods > .shipping-method > .radio { width: 100%; }
/* AJAX refreshes must retain the same bordered choice as server-rendered methods.
   The direct-input selector also covers already cached versions of the renderer. */
#checkout #shipping_methods .radio,
#checkout #shipping_methods .shipping-method:has(> input[type='radio']) {
    display: flex !important;
    align-items: center;
    gap: .65rem;
    width: 100%;
    padding: .75rem 1rem !important;
    border: 1px solid var(--shop-line) !important;
    border-radius: var(--shop-radius);
    background: var(--shop-white);
    box-sizing: border-box;
}
#checkout #shipping_methods .radio:has(input:checked),
#checkout #shipping_methods .shipping-method:has(> input:checked) {
    border-color: var(--shop-red) !important;
    box-shadow: 0 0 0 .15rem rgba(201, 21, 30, .08);
}
#checkout #shipping_methods .radio > input[type='radio'],
#checkout #shipping_methods .shipping-method > input[type='radio'] { flex: 0 0 auto; margin: 0; }
#checkout #shipping_methods .radio > label,
#checkout #shipping_methods .shipping-method:has(> input[type='radio']) > label { flex: 1 1 auto; margin: 0; min-width: 0; }
#checkout .checkout-main .delivery-postcode-city {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: .5rem;
    min-width: 0;
}
#checkout .checkout-main .delivery-postcode-city > input {
    width: 100% !important;
    min-width: 0;
    margin: 0;
    grid-row: 1;
}
#checkout .checkout-main .delivery-postcode-city > #delivery_zip { grid-column: 1; }
#checkout .checkout-main .delivery-postcode-city > #delivery_city { grid-column: 2; }
#checkout .headline { margin-bottom: .8rem; padding-bottom: .6rem; }
#checkout input:not([type='checkbox']):not([type='radio']):not([type='hidden']),
#checkout select,
.account-page input:not([type='checkbox']):not([type='radio']) { min-height: 2.45rem; }
.overview-layout { grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); }

/* Nested product properties must never inherit cart-column positioning. */
.cart-drawer-body .table.cart .table.product-details,
.overview-review.checkout-summary-style .table.cart .table.product-details { display: block; margin: .25rem 0; padding: 0; border: 0; background: transparent; }
.cart-drawer-body .table.cart .product-details .table-body,
.overview-review.checkout-summary-style .table.cart .product-details .table-body { display: block; background: transparent; border: 0; padding: 0; }
.cart-drawer-body .table.cart .product-details .table-row,
.overview-review.checkout-summary-style .table.cart .product-details .table-row { display: flex; gap: .35rem; border: 0; padding: 0; margin: 0; }
.cart-drawer-body .table.cart .product-details .table-row > .table-cell,
.overview-review.checkout-summary-style .table.cart .product-details .table-row > .table-cell {
    display: block !important; grid-column: auto !important; grid-row: auto !important;
    margin: 0 !important; padding: 0; width: auto; text-align: left; font-size: .75rem;
}
.cart-drawer-body .table.cart > .table-body > .table-row > .table-cell:last-child { text-align: right; }
.cart-drawer-remove { margin-top: .6rem; }
.cart-drawer-body a, .overview-review a { text-decoration: none; }
[data-bs-theme='dark'] { --shop-muted: #b9bdc3; --shop-mid: #a9afb7; }
[data-bs-theme='dark'] .shop-feature,
[data-bs-theme='dark'] .shop-feature strong,
[data-bs-theme='dark'] .shop-feature > span > span,
[data-bs-theme='dark'] .shop-page-intro .breadcrumb,
[data-bs-theme='dark'] .shop-products .text-secondary { color: var(--shop-muted) !important; }
[data-bs-theme='dark'] .radio-info::after { background: #e9edf2 !important; color: #171b20 !important; }
@media (max-width: 991.98px) {
    .shop-page-intro-grid, .overview-layout { grid-template-columns: minmax(0, 1fr); }
    .overview-layout > .overview-details, .overview-layout > .overview-review { grid-column: 1; grid-row: auto; }
    #checkout .checkout-confirmation-row { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 575.98px) {
    .shop-feature-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
    .shop-feature:nth-child(odd) { border-left: 0; }
    .prop-offer { gap: 1rem .5rem; }
    .prop-offer .product-price .price-note { font-size: .7rem; }
    .product-selection-layout { grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; }
    .product-selection-quantity { justify-self: end; }
    .product-selection-label { text-align: right; }
    .product-detail-quantity.input-group { width: 7rem; grid-template-columns: 2rem minmax(2rem, 1fr) 2rem; }
    .product-detail-tabs { gap: .85rem; }
}

/* Backend customer/withdrawal blocks: preserve CMS fields and handlers. */
.cms-customer-block { width:100%; min-width:0; margin-block:1.5rem; }
.cms-customer-block .row.form { margin:0; width:100%; }
.cms-customer-block .col-4of4 { width:100%; flex:0 0 100%; padding:0; }
.cms-customer-block .form-row { display:grid; grid-template-columns:10rem minmax(0,1fr); gap:.75rem; align-items:center; margin:0 0 .85rem; }
.cms-customer-block .form-label { margin:0; font-family:var(--bs-body-font-family); font-size:.875rem; }
.cms-customer-block .form-cols { display:flex; gap:.65rem; min-width:0; }
.cms-customer-block .form-col { flex:1; min-width:0; width:auto; }
.cms-customer-block .form-col:has(#birthday_day) { flex:1; }
.cms-customer-block .form-col:has(#birthday_month) { flex:2.5; }
.cms-customer-block .form-col:has(#birthday_year) { flex:1.5; }
.cms-customer-block input:not([type=radio]):not([type=checkbox]):not([type=hidden]),
.cms-customer-block select,.cms-customer-block textarea { width:100%; min-height:2.5rem; padding:.5rem .75rem; border:1px solid var(--bs-border-color,#ddd); border-radius:4px; background:var(--bs-body-bg,#fff); color:var(--bs-body-color,#1a1a1a); font:inherit; }
.cms-customer-block textarea { min-height:7rem; }
.cms-customer-block .radio { display:flex; align-items:center; gap:.6rem; margin-bottom:.65rem; }
.cms-customer-block .radio input { margin:0; width:1rem; height:1rem; flex:none; }
.cms-customer-block .form-action { display:flex; flex-wrap:wrap; gap:.75rem; margin-top:1.25rem; }
.cms-customer-block .form-action > .btn { padding:0; border:0; }
.cms-customer-block .form-action button,.cms-customer-block .form-action a { display:inline-flex; align-items:center; min-height:2.5rem; padding:.6rem 1.2rem; background:var(--bs-primary,#e10613); color:#fff; border:0; border-radius:4px; text-decoration:none; font-family:var(--bs-body-font-family); }
.cms-customer-block .headline { margin-bottom:1rem; }
.cms-customer-block .second-head { font-size:1.125rem; font-weight:600; font-family:var(--bs-body-font-family); }
.cms-customer-block .table { display:table; width:100%; }
.cms-customer-block .table-head { display:table-header-group; font-weight:600; }
.cms-customer-block .table-body { display:table-row-group; }
.cms-customer-block .table-row { display:table-row; }
.cms-customer-block .table-cell { display:table-cell; padding:.75rem; vertical-align:top; border-bottom:1px solid var(--bs-border-color,#ddd); }
.cms-customer-block .table-cell:last-child { text-align:right; }
.cms-customer-block .table-cell .form-row { display:block; }
.cms-customer-block .overview_quantity { max-width:4rem; text-align:center; }
.cms-customer-block .product-image img { max-width:100%; height:auto; }
.cms-customer-block .error { color:var(--bs-danger,#b42318); }
@media(max-width:575px) {
 .cms-customer-block .form-row { grid-template-columns:1fr; gap:.35rem; }
 .cms-customer-block { overflow-x:auto; }
 .cms-customer-block .table-cell { padding:.5rem; }
}
