
.svh-order-app .svh-hero {
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #fff5f5 100%);
}
.svh-order-app .svh-stepper {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}
.svh-order-app .svh-step {
    display:flex;
    align-items:center;
    gap:.55rem;
    padding: .65rem 1rem;
    border-radius: 999px;
    background: #f1f3f5;
    color: #6c757d;
    font-weight: 600;
}
.svh-order-app .svh-step span {
    display:inline-flex;
    width:1.8rem;
    height:1.8rem;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:rgba(0,0,0,.06);
    font-weight:700;
}
.svh-order-app .svh-step.active {
    background: #dc3545;
    color: #fff;
}
.svh-order-app .svh-step.active span {
    background: rgba(255,255,255,.18);
}
.svh-order-app .svh-step-panel {
    display: none;
}
.svh-order-app .svh-step-panel.active {
    display: block;
}
.svh-order-app .svh-product-card,
.svh-order-app .svh-summary-box {
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 1.25rem;
}
.svh-order-app .svh-product-card .card-body {
    padding: 1rem 1rem 1.25rem;
}
.svh-order-app .svh-product-placeholder {
    min-height: 100%;
    background: #f8f9fa;
    border-top-left-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(1rem - 1px);
}
.svh-order-app .object-fit-cover {
    object-fit: cover;
}
.svh-order-app .form-control,
.svh-order-app .form-select,
.svh-order-app .btn,
.svh-order-app .card {
    border-radius: 1rem;
}
.svh-order-app .card-header,
.svh-order-app .card-footer {
    background: transparent;
}
.svh-order-app .svh-floating-total,
.svh-order-app .svh-total-box {
    font-weight: 600;
}
.svh-order-app .svh-filter-hidden {
    display:none !important;
}
.svh-order-app .svh-category-card {
    overflow:hidden;
}
.svh-order-app .svh-empty-state {
    border:1px dashed rgba(0,0,0,.15);
    border-radius:1rem;
    padding:2rem;
    text-align:center;
    color:#6c757d;
    background:#fff;
}
.svh-order-app .svh-honeypot{position:absolute !important;left:-9999px !important;opacity:0 !important;pointer-events:none !important;height:1px;width:1px;}

.svh-order-app .svh-total-bar {
    position: sticky;
    top: 1rem;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    background: #212529;
    color: #fff;
    margin-bottom: 1.25rem;
}
.svh-order-app .svh-total-bar-label {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    opacity: .85;
    font-weight: 700;
}
.svh-order-app .svh-total-bar-meta {
    font-size: .98rem;
    font-weight: 600;
    opacity: .95;
}
.svh-order-app .svh-total-bar-price {
    font-size: 1.35rem;
    font-weight: 800;
    white-space: nowrap;
}
.svh-order-app .svh-summary-total-row th {
    background: #212529;
    color: #fff;
    font-size: 1.08rem;
    padding-top: .9rem;
    padding-bottom: .9rem;
}
.svh-order-app .svh-summary-total-row th:first-child {
    border-top-left-radius: .8rem;
    border-bottom-left-radius: .8rem;
}
.svh-order-app .svh-summary-total-row th:last-child {
    border-top-right-radius: .8rem;
    border-bottom-right-radius: .8rem;
}
@media (max-width: 767.98px) {
    .svh-order-app .svh-total-bar {
        top: .5rem;
        padding: .9rem 1rem;
    }
    .svh-order-app .svh-total-bar-price {
        font-size: 1.15rem;
    }
}


.svh-order-app .svh-view-switcher .btn {
    border-radius: .9rem !important;
    font-weight: 600;
}
.svh-order-app .svh-view-switcher {
    gap: .35rem;
    display: flex;
    flex-wrap: wrap;
}
.svh-order-app .svh-view-switcher .btn.active {
    background: #212529;
    border-color: #212529;
    color: #fff;
}

@media (min-width: 992px) {
    .svh-order-app.svh-view-2 .svh-product-item {
        flex: 0 0 auto;
        width: 50%;
    }
    .svh-order-app.svh-view-3 .svh-product-item {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .svh-order-app.svh-view-4 .svh-product-item {
        flex: 0 0 auto;
        width: 25%;
    }
    .svh-order-app.svh-view-list .svh-product-item {
        flex: 0 0 auto;
        width: 100%;
    }

    .svh-order-app.svh-view-3 .svh-product-card .row,
    .svh-order-app.svh-view-4 .svh-product-card .row {
        display: block;
    }
    .svh-order-app.svh-view-3 .svh-product-card .col-md-4,
    .svh-order-app.svh-view-3 .svh-product-card .col-md-8,
    .svh-order-app.svh-view-4 .svh-product-card .col-md-4,
    .svh-order-app.svh-view-4 .svh-product-card .col-md-8 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .svh-order-app.svh-view-3 .svh-product-card img,
    .svh-order-app.svh-view-4 .svh-product-card img {
        width: 100%;
        min-height: 220px;
        max-height: 220px;
        border-radius: 1rem 1rem 0 0 !important;
    }
    .svh-order-app.svh-view-3 .svh-product-placeholder,
    .svh-order-app.svh-view-4 .svh-product-placeholder {
        min-height: 220px;
        border-radius: 1rem 1rem 0 0;
    }

    .svh-order-app.svh-view-list .svh-product-card img {
        max-height: 100%;
    }
}

@media (max-width: 991.98px) {
    .svh-order-app .svh-view-switcher .btn {
        flex: 1 1 calc(50% - .35rem);
    }
}


.svh-order-app .svh-total-bar-bottom {
    position: static;
    top: auto;
    margin-top: .25rem;
    margin-bottom: 1.25rem;
}

.svh-order-app .svh-view-switcher .btn {
    min-width: 3.25rem;
    min-height: 3rem;
    padding: .65rem .85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.svh-order-app .svh-view-icon {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    position: relative;
    color: currentColor;
}

.svh-order-app .svh-view-icon-grid2 {
    background:
        radial-gradient(circle, currentColor 0 38%, transparent 40%) 0 0/50% 50% no-repeat,
        radial-gradient(circle, currentColor 0 38%, transparent 40%) 100% 0/50% 50% no-repeat,
        radial-gradient(circle, currentColor 0 38%, transparent 40%) 0 100%/50% 50% no-repeat,
        radial-gradient(circle, currentColor 0 38%, transparent 40%) 100% 100%/50% 50% no-repeat;
}

.svh-order-app .svh-view-icon-grid3 {
    background:
        radial-gradient(circle, currentColor 0 28%, transparent 30%) 0 0/33.333% 33.333% no-repeat,
        radial-gradient(circle, currentColor 0 28%, transparent 30%) 50% 0/33.333% 33.333% no-repeat,
        radial-gradient(circle, currentColor 0 28%, transparent 30%) 100% 0/33.333% 33.333% no-repeat,
        radial-gradient(circle, currentColor 0 28%, transparent 30%) 0 50%/33.333% 33.333% no-repeat,
        radial-gradient(circle, currentColor 0 28%, transparent 30%) 50% 50%/33.333% 33.333% no-repeat,
        radial-gradient(circle, currentColor 0 28%, transparent 30%) 100% 50%/33.333% 33.333% no-repeat,
        radial-gradient(circle, currentColor 0 28%, transparent 30%) 0 100%/33.333% 33.333% no-repeat,
        radial-gradient(circle, currentColor 0 28%, transparent 30%) 50% 100%/33.333% 33.333% no-repeat,
        radial-gradient(circle, currentColor 0 28%, transparent 30%) 100% 100%/33.333% 33.333% no-repeat;
}

.svh-order-app .svh-view-icon-grid4 {
    background:
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 0 0/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 33.333% 0/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 66.666% 0/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 100% 0/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 0 33.333%/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 33.333% 33.333%/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 66.666% 33.333%/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 100% 33.333%/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 0 66.666%/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 33.333% 66.666%/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 66.666% 66.666%/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 100% 66.666%/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 0 100%/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 33.333% 100%/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 66.666% 100%/25% 25% no-repeat,
        radial-gradient(circle, currentColor 0 22%, transparent 24%) 100% 100%/25% 25% no-repeat;
}

.svh-order-app .svh-view-icon-list::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: .12rem;
    height: .16rem;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 .38rem 0 currentColor, 0 .76rem 0 currentColor;
}

@media (max-width: 991.98px) {
    .svh-order-app .svh-total-bar-bottom {
        margin-top: 0;
    }
}


/* v1.4.2 frontend refinements */
.svh-order-app .svh-category-heading{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1rem;
    margin:0 0 1rem;
    padding:.95rem 1.15rem;
    border:1px solid rgba(176,0,32,.12);
    border-left:5px solid #b00020;
    border-radius:14px;
    background:linear-gradient(180deg,#fff 0%,#faf6f7 100%);
    box-shadow:0 10px 24px rgba(16,24,40,.05);
}
.svh-order-app .svh-category-heading h3{
    margin:0;
    font-size:1.1rem;
    font-weight:700;
    color:#1f2937;
}
.svh-order-app .svh-category-count{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:2.5rem;
    padding:.35rem .75rem;
    border-radius:999px;
    background:#b00020;
    color:#fff;
    font-size:.85rem;
    font-weight:700;
    line-height:1.1;
    white-space:nowrap;
}
.svh-order-app .svh-flock-badge,
.svh-order-app .svh-badge-flock,
.svh-order-app .svh-product-flock,
.svh-order-app .svh-product-flocking{
    display:inline-flex;
    align-items:center;
    max-width:100%;
    padding:.42rem .72rem;
    border-radius:10px;
    background:#f4f4f5;
    border:1px solid #e5e7eb;
    color:#374151;
    font-size:.87rem;
    font-weight:600;
    line-height:1.35;
    word-break:break-word;
}
.svh-order-app .svh-summary-total{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:1rem;
    flex-wrap:wrap;
    padding:1rem 1.25rem;
    border-radius:16px;
    background:linear-gradient(135deg,#111827 0%,#1f2937 100%);
    color:#fff;
    box-shadow:0 18px 35px rgba(17,24,39,.20);
}
.svh-order-app .svh-summary-total strong{
    color:#fff;
    font-size:1rem;
    font-weight:700;
    margin:0;
}
.svh-order-app .svh-summary-total .amount,
.svh-order-app .svh-summary-total [data-svh-total]{
    font-size:1.3rem;
    font-weight:800;
    white-space:nowrap;
}
.svh-order-app .svh-summary-total .meta{
    color:rgba(255,255,255,.8);
    font-size:.92rem;
}
@media (max-width:767.98px){
    .svh-order-app .svh-summary-total{
        align-items:flex-start;
        padding:.9rem 1rem;
    }
    .svh-order-app .svh-summary-total .amount,
    .svh-order-app .svh-summary-total [data-svh-total]{
        font-size:1.15rem;
    }
    .svh-order-app .svh-flock-badge,
    .svh-order-app .svh-badge-flock,
    .svh-order-app .svh-product-flock,
    .svh-order-app .svh-product-flocking{
        border-radius:8px;
        padding:.35rem .6rem;
        font-size:.82rem;
    }
    .svh-order-app .svh-category-heading{
        padding:.8rem .95rem;
        border-radius:12px;
    }
}


/* v1.4.3 clean frontend improvements */
.svh-order-app .svh-category-header {
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
}
.svh-order-app .svh-category-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    margin: 0;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(176, 0, 32, .12);
    border-left: 5px solid #b00020;
    border-radius: 1rem;
    background: linear-gradient(180deg, #fff 0%, #faf6f7 100%);
    box-shadow: 0 10px 24px rgba(16,24,40,.05);
}
.svh-order-app .svh-category-heading h4 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f2937;
}
.svh-order-app .svh-category-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    padding: .42rem .8rem;
    border-radius: 999px;
    background: #b00020;
    color: #fff;
    font-size: .85rem;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}
.svh-order-app .svh-flock-badge {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: .38rem .68rem;
    border-radius: .7rem;
    background: #f4f4f5;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-size: .83rem;
    font-weight: 600;
    line-height: 1.3;
    white-space: normal;
    word-break: break-word;
}
.svh-order-app .svh-summary-total {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: 1rem 1.5rem;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #fff;
    box-shadow: 0 18px 35px rgba(17,24,39,.18);
}
.svh-order-app .svh-summary-total strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
.svh-order-app .svh-summary-total .meta {
    margin-top: .2rem;
    color: rgba(255,255,255,.78);
    font-size: .92rem;
}
.svh-order-app .svh-summary-total .amount,
.svh-order-app .svh-summary-total [data-svh-summary-total] {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    white-space: nowrap;
    text-align: right;
}
@media (max-width: 767.98px) {
    .svh-order-app .svh-summary-total {
        grid-template-columns: 1fr;
        align-items: start;
        padding: .95rem 1rem;
    }
    .svh-order-app .svh-summary-total .amount,
    .svh-order-app .svh-summary-total [data-svh-summary-total] {
        font-size: 1.18rem;
        text-align: left;
    }
    .svh-order-app .svh-flock-badge {
        border-radius: .55rem;
        padding: .32rem .58rem;
        font-size: .8rem;
    }
    .svh-order-app .svh-category-heading {
        padding: .85rem .95rem;
    }
    .svh-order-app .svh-category-count {
        padding: .35rem .65rem;
        font-size: .8rem;
    }
}


/* v1.4.6 FINAL FIX total wrapping */
.svh-order-app [data-svh-total],
.svh-order-app [data-svh-summary-total],
.svh-order-app .svh-total-bar-price,
.svh-order-app .svh-summary-total,
.svh-order-app .svh-summary-total .amount,
.svh-order-app .table tfoot td,
.svh-order-app .table tfoot strong {
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}

/* ensure enough space */
.svh-order-app .table tfoot td:last-child {
    min-width: 140px;
    text-align: right;
}

/* v1.4.9 comment field */
.svh-comment-counter{
    font-size:12px;
    color:#666;
    text-align:right;
    margin-top:4px;
}


/* v1.4.12 lightbox */
.svh-order-app .svh-image-lightbox-trigger {
    position: relative;
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
    cursor: zoom-in;
    overflow: hidden;
}
.svh-order-app .svh-image-lightbox-trigger img {
    width: 100%;
    transition: transform .2s ease;
}
.svh-order-app .svh-image-lightbox-trigger:hover img {
    transform: scale(1.03);
}
.svh-order-app .svh-image-zoom-hint {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    display: inline-flex;
    align-items: center;
    padding: .35rem .55rem;
    border-radius: 999px;
    background: rgba(17,24,39,.78);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1;
    z-index: 2;
}

.svh-image-lightbox-modal[hidden] { display: none !important; }
.svh-image-lightbox-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
}
.svh-image-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.82);
}
.svh-image-lightbox-dialog {
    position: relative;
    z-index: 2;
    width: min(92vw, 1100px);
    max-height: 90vh;
    margin: 4vh auto;
    padding: 1rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
    overflow: auto;
}
.svh-image-lightbox-title {
    margin: 0 2.5rem .85rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
}
.svh-image-lightbox-img {
    display: block;
    max-width: 100%;
    max-height: 76vh;
    margin: 0 auto;
    border-radius: .75rem;
}
.svh-image-lightbox-close {
    position: absolute;
    top: .6rem;
    right: .6rem;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}
body.svh-lightbox-open { overflow: hidden; }

@media (max-width: 767.98px) {
    .svh-image-lightbox-dialog {
        width: 94vw;
        margin: 3vh auto;
        padding: .85rem;
    }
}


/* v1.4.13 fix close button */
.svh-image-lightbox-close {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1;
    border-radius: 50%;
    padding: 0;
}


/* v1.5.2 frontend spacing for product meta / flocking */
.svh-order-app .card .card-body,
.svh-order-app .svh-product-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.svh-order-app .svh-product-description:empty {
    display: none;
}

.svh-order-app .svh-product-meta,
.svh-order-app .svh-product-sku,
.svh-order-app .small.text-muted {
    margin-bottom: .55rem;
}

.svh-order-app .svh-flock-badge {
    margin-top: .45rem;
}

.svh-order-app .svh-product-description + .small.mb-3,
.svh-order-app .svh-product-description + .svh-flock-badge,
.svh-order-app .small.text-muted + .small.mb-3,
.svh-order-app .small.text-muted + .svh-flock-badge,
.svh-order-app .svh-product-sku + .small.mb-3,
.svh-order-app .svh-product-sku + .svh-flock-badge {
    margin-top: .5rem;
}

.svh-order-app .card .mt-auto,
.svh-order-app .svh-product-card .mt-auto {
    margin-top: auto !important;
}

.svh-order-app.svh-view-4 .svh-flock-badge,
.svh-order-app.svh-view-4 .small.mb-3 .svh-flock-badge {
    margin-top: .55rem;
    font-size: .78rem;
    line-height: 1.25;
}

.svh-order-app.svh-view-4 .small.text-muted,
.svh-order-app.svh-view-4 .svh-product-sku {
    margin-bottom: .6rem;
}

@media (max-width: 991.98px) {
    .svh-order-app .svh-flock-badge {
        margin-top: .5rem;
    }
}


/* v1.5.3 improved size selection UI */
.svh-order-app .svh-size-picker {
    margin-top: auto;
    padding-top: .5rem;
}
.svh-order-app .svh-size-picker-label {
    margin-bottom: .65rem;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6b7280;
}
.svh-order-app .svh-size-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
    gap: .55rem;
}
.svh-order-app .svh-size-item {
    padding: .55rem;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: .9rem;
    background: #f8f9fb;
}
.svh-order-app .svh-size-label {
    display: block;
    margin-bottom: .35rem;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.2;
    color: #374151;
    min-height: 1.9em;
}
.svh-order-app .svh-size-item .svh-qty-input {
    min-height: 2.35rem;
    text-align: center;
    padding-left: .45rem;
    padding-right: .45rem;
    font-weight: 700;
    border-radius: .8rem;
    background: #fff;
}
.svh-order-app.svh-view-4 .svh-size-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.svh-order-app.svh-view-list .svh-size-grid {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}
@media (max-width: 1199.98px) {
    .svh-order-app .svh-size-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575.98px) {
    .svh-order-app .svh-size-item {
        padding: .5rem;
        border-radius: .8rem;
    }
    .svh-order-app .svh-size-label {
        font-size: .74rem;
        min-height: auto;
    }
}


/* v1.5.4 quantity steppers */
.svh-order-app .svh-qty-stepper {
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr) 2rem;
    align-items: center;
    gap: .35rem;
}
.svh-order-app .svh-qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .7rem;
    background: #fff;
    color: #111827;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.svh-order-app .svh-qty-btn:hover {
    background: #f3f4f6;
    border-color: rgba(0,0,0,.16);
}
.svh-order-app .svh-qty-btn:active {
    transform: translateY(1px);
}
.svh-order-app .svh-size-item .svh-qty-input {
    min-width: 0;
}
.svh-order-app.svh-view-4 .svh-qty-stepper {
    grid-template-columns: 1.9rem minmax(0, 1fr) 1.9rem;
    gap: .25rem;
}
.svh-order-app.svh-view-4 .svh-qty-btn {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: .65rem;
}
@media (max-width: 575.98px) {
    .svh-order-app .svh-qty-stepper {
        grid-template-columns: 1.9rem minmax(0, 1fr) 1.9rem;
        gap: .3rem;
    }
}


/* v1.5.5 stepper visibility fix */
.svh-order-app .svh-qty-stepper {
    grid-template-columns: 1.9rem minmax(2.75rem, 1fr) 1.9rem !important;
    gap: .25rem;
}

.svh-order-app .svh-size-item .svh-qty-input {
    width: 100%;
    min-width: 2.75rem;
    text-align: center;
    font-size: .95rem;
    line-height: 1.2;
    padding: .35rem .2rem;
    appearance: textfield;
    -moz-appearance: textfield;
}

.svh-order-app .svh-size-item .svh-qty-input::-webkit-outer-spin-button,
.svh-order-app .svh-size-item .svh-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.svh-order-app.svh-view-4 .svh-qty-stepper,
.svh-order-app.svh-view-3 .svh-qty-stepper {
    grid-template-columns: 1.8rem minmax(2.5rem, 1fr) 1.8rem !important;
}

.svh-order-app.svh-view-4 .svh-size-item .svh-qty-input,
.svh-order-app.svh-view-3 .svh-size-item .svh-qty-input {
    min-width: 2.5rem;
    font-size: .9rem;
    padding: .32rem .15rem;
}

@media (max-width: 575.98px) {
    .svh-order-app .svh-qty-stepper {
        grid-template-columns: 1.75rem minmax(2.4rem, 1fr) 1.75rem !important;
    }
    .svh-order-app .svh-size-item .svh-qty-input {
        min-width: 2.4rem;
        font-size: .88rem;
    }
}


/* v1.5.6 sizes as single rows */
.svh-order-app .svh-size-grid {
    grid-template-columns: 1fr !important;
}

.svh-order-app .svh-size-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
}

.svh-order-app .svh-size-label {
    margin-bottom: 0;
    font-size: .85rem;
    min-width: 40%;
}

.svh-order-app .svh-qty-stepper {
    flex: 1;
    max-width: 140px;
}

.svh-order-app.svh-view-4 .svh-size-item,
.svh-order-app.svh-view-3 .svh-size-item {
    gap: .5rem;
}

@media (max-width: 575.98px) {
    .svh-order-app .svh-qty-stepper {
        max-width: 120px;
    }
}


/* v1.5.7 active size highlight */
.svh-order-app .svh-size-item {
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.svh-order-app .svh-size-item.is-active {
    border-color: rgba(176, 0, 32, .28);
    background: linear-gradient(180deg, #fff 0%, #fff5f6 100%);
    box-shadow: 0 8px 22px rgba(176, 0, 32, .10);
}

.svh-order-app .svh-size-item.is-active .svh-size-label {
    color: #8f001a;
    font-weight: 800;
}

.svh-order-app .svh-size-item.is-active .svh-qty-btn {
    border-color: rgba(176, 0, 32, .2);
}

.svh-order-app .svh-size-item.is-active .svh-qty-input {
    border-color: rgba(176, 0, 32, .24);
    background: #fff;
    color: #8f001a;
}


/* v1.5.8 sticky total bars on step 1 and step 3 */
.svh-order-app .svh-step-panel[data-step-panel="1"] .svh-total-bar,
.svh-order-app .svh-step-panel[data-step-panel="3"] .svh-total-bar,
.svh-order-app .svh-step-panel[data-step-panel="1"] .svh-summary-total,
.svh-order-app .svh-step-panel[data-step-panel="3"] .svh-summary-total {
    position: sticky;
    top: 1rem;
    z-index: 20;
}

.svh-order-app .svh-step-panel[data-step-panel="1"] .svh-total-bar-bottom {
    top: 5.75rem;
    z-index: 19;
}

@media (max-width: 991.98px) {
    .svh-order-app .svh-step-panel[data-step-panel="1"] .svh-total-bar,
    .svh-order-app .svh-step-panel[data-step-panel="3"] .svh-total-bar,
    .svh-order-app .svh-step-panel[data-step-panel="1"] .svh-summary-total,
    .svh-order-app .svh-step-panel[data-step-panel="3"] .svh-summary-total {
        top: .75rem;
    }

    .svh-order-app .svh-step-panel[data-step-panel="1"] .svh-total-bar-bottom {
        top: 4.9rem;
    }
}


/* v1.5.9 sticky fix for step 1 */
.svh-order-app .svh-total-bar {
    position: sticky;
    top: 1rem;
    z-index: 30;
}

.svh-order-app .svh-total-bar-bottom {
    position: sticky;
    top: 5.75rem;
    z-index: 29;
}

.svh-order-app .svh-step-panel[data-step-panel="3"] .svh-summary-total {
    position: sticky;
    top: 1rem;
    z-index: 30;
}

@media (max-width: 991.98px) {
    .svh-order-app .svh-total-bar {
        top: .75rem;
    }

    .svh-order-app .svh-total-bar-bottom {
        top: 4.9rem;
    }

    .svh-order-app .svh-step-panel[data-step-panel="3"] .svh-summary-total {
        top: .75rem;
    }
}


/* v1.5.10 sticky step 1 layout fix */
.svh-order-app .svh-step1-header .svh-total-bar {
    position: sticky;
    top: 1rem;
    z-index: 30;
}
.svh-order-app .svh-step1-header {
    position: relative;
}
@media (max-width: 991.98px) {
    .svh-order-app .svh-step1-header .svh-total-bar {
        top: .75rem;
    }
}


/* v1.5.11 robust fixed bar for step 1 */
.svh-order-app .svh-step1-bar-placeholder {
    display: none;
}
.svh-order-app .svh-step1-total-bar.is-fixed {
    position: fixed !important;
    top: 1rem;
    z-index: 60;
    margin: 0;
}
.svh-order-app .svh-step1-bar-placeholder.is-active {
    display: block;
}
@media (max-width: 991.98px) {
    .svh-order-app .svh-step1-total-bar.is-fixed {
        top: .75rem;
    }
}


/* v1.5.20 email confirmation */
.svh-order-app .svh-email-confirm-feedback{
    display:none;
    margin-top:.35rem;
    font-size:.875rem;
    color:#dc3545;
}
.svh-order-app .svh-email-confirm.is-invalid + .svh-email-confirm-feedback{
    display:block;
}


/* v1.5.21 email fields inline spacing */
.svh-order-app input[data-svh-email],
.svh-order-app input[data-svh-email-confirm]{
    width:100%;
}


/* v1.5.23 max per order */
.svh-order-app .svh-max-order-note {
    color: #8b5e00;
    font-weight: 700;
    font-size: .78rem;
    text-transform: none;
    letter-spacing: 0;
}


/* v1.5.25 category badge on product cards */
.svh-order-app .svh-product-meta-top {
    margin-bottom: .55rem;
}
.svh-order-app .svh-category-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .32rem .72rem;
    border-radius: 999px;
    background: rgba(176, 0, 32, .08);
    color: #9b001c;
    border: 1px solid rgba(176, 0, 32, .14);
    font-size: .74rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: .02em;
    white-space: normal;
}
.svh-order-app.svh-view-4 .svh-category-badge {
    font-size: .7rem;
    padding: .28rem .62rem;
}
@media (max-width: 575.98px) {
    .svh-order-app .svh-category-badge {
        font-size: .7rem;
    }
}


/* v1.5.26 product card polish */
.svh-order-app .svh-price-box {
    padding: .8rem .95rem;
    border: 1px solid rgba(176, 0, 32, .10);
    border-radius: .95rem;
    background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}

.svh-order-app .svh-price-uvp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .4rem;
    font-size: .78rem;
    color: #6b7280;
}

.svh-order-app .svh-price-uvp span {
    text-decoration: line-through;
    opacity: .9;
}

.svh-order-app .svh-price-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: .75rem;
}

.svh-order-app .svh-price-label {
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #9b001c;
}

.svh-order-app .svh-price-value {
    font-size: 1.28rem;
    line-height: 1;
    font-weight: 900;
    color: #b00020;
    white-space: nowrap;
}

.svh-order-app .svh-size-picker-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .18rem;
    margin-bottom: .65rem;
}

.svh-order-app .svh-max-order-note {
    display: block;
    margin-top: 0;
    color: #8b5e00;
    font-weight: 700;
    font-size: .76rem;
    text-transform: none;
    letter-spacing: 0;
}

.svh-order-app.svh-view-4 .svh-price-box {
    padding: .72rem .8rem;
}

.svh-order-app.svh-view-4 .svh-price-value {
    font-size: 1.12rem;
}

@media (max-width: 575.98px) {
    .svh-order-app .svh-price-value {
        font-size: 1.12rem;
    }
}


/* v1.5.27 visible price polish fix */
.svh-order-app .svh-price-box {
    min-width: 138px;
}
.svh-order-app .svh-price-uvp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.svh-order-app .svh-price-main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .18rem;
}
.svh-order-app .svh-price-label {
    display: block;
}
.svh-order-app .svh-size-picker-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .18rem;
}
.svh-order-app .svh-max-order-note {
    display: block;
}


/* v1.5.28 responsive product cards across 1/2/3/4 columns */
.svh-order-app .svh-product-card {
    overflow: hidden;
}
.svh-order-app .svh-product-head {
    margin-bottom: .9rem;
}
.svh-order-app .svh-product-main-meta {
    min-width: 0;
}
.svh-order-app .svh-product-main-meta .card-title {
    line-height: 1.25;
}
.svh-order-app .svh-product-main-meta .small.text-secondary {
    line-height: 1.35;
    word-break: break-word;
}
.svh-order-app .svh-price-box {
    min-width: 0;
    width: 100%;
    max-width: 180px;
    margin-left: auto;
}
.svh-order-app .svh-price-uvp,
.svh-order-app .svh-price-main {
    width: 100%;
}
.svh-order-app .svh-price-main {
    align-items: flex-end;
}
.svh-order-app .svh-price-value {
    white-space: nowrap;
}
.svh-order-app .svh-max-order-note {
    display: block;
    margin-top: .1rem;
}

/* Multi-column views: stack image and simplify header */
.svh-order-app.svh-view-2 .svh-product-card .row.g-0,
.svh-order-app.svh-view-3 .svh-product-card .row.g-0,
.svh-order-app.svh-view-4 .svh-product-card .row.g-0 {
    display: block;
}
.svh-order-app.svh-view-2 .svh-product-card .row.g-0 > [class*="col-"],
.svh-order-app.svh-view-3 .svh-product-card .row.g-0 > [class*="col-"],
.svh-order-app.svh-view-4 .svh-product-card .row.g-0 > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.svh-order-app.svh-view-2 .svh-product-card .svh-product-placeholder,
.svh-order-app.svh-view-3 .svh-product-card .svh-product-placeholder,
.svh-order-app.svh-view-4 .svh-product-card .svh-product-placeholder,
.svh-order-app.svh-view-2 .svh-product-card .object-fit-cover,
.svh-order-app.svh-view-3 .svh-product-card .object-fit-cover,
.svh-order-app.svh-view-4 .svh-product-card .object-fit-cover {
    border-bottom-left-radius: 0;
    border-top-right-radius: calc(1rem - 1px);
    width: 100%;
}
.svh-order-app.svh-view-2 .svh-product-card .object-fit-cover,
.svh-order-app.svh-view-3 .svh-product-card .object-fit-cover,
.svh-order-app.svh-view-4 .svh-product-card .object-fit-cover {
    max-height: 210px;
}
.svh-order-app.svh-view-2 .svh-product-head,
.svh-order-app.svh-view-3 .svh-product-head,
.svh-order-app.svh-view-4 .svh-product-head {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    gap: .75rem !important;
}
.svh-order-app.svh-view-2 .svh-price-box,
.svh-order-app.svh-view-3 .svh-price-box,
.svh-order-app.svh-view-4 .svh-price-box {
    max-width: none;
    width: 100%;
    margin-left: 0;
    text-align: left !important;
}
.svh-order-app.svh-view-2 .svh-price-main,
.svh-order-app.svh-view-3 .svh-price-main,
.svh-order-app.svh-view-4 .svh-price-main {
    align-items: flex-start;
}
.svh-order-app.svh-view-2 .svh-price-value,
.svh-order-app.svh-view-3 .svh-price-value,
.svh-order-app.svh-view-4 .svh-price-value {
    font-size: 1.18rem;
}
.svh-order-app.svh-view-4 .svh-product-main-meta .card-title {
    font-size: 1rem;
}
.svh-order-app.svh-view-4 .svh-product-main-meta .small.text-secondary,
.svh-order-app.svh-view-3 .svh-product-main-meta .small.text-secondary {
    font-size: .82rem;
}
.svh-order-app.svh-view-2 .svh-flock-badge,
.svh-order-app.svh-view-3 .svh-flock-badge,
.svh-order-app.svh-view-4 .svh-flock-badge {
    width: 100%;
    justify-content: flex-start;
}
.svh-order-app.svh-view-2 .svh-size-picker,
.svh-order-app.svh-view-3 .svh-size-picker,
.svh-order-app.svh-view-4 .svh-size-picker {
    padding-top: .2rem;
}

/* List view keeps richer desktop layout */
.svh-order-app.svh-view-list .svh-product-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.svh-order-app.svh-view-list .svh-price-box {
    max-width: 180px;
}

@media (max-width: 1399.98px) {
    .svh-order-app.svh-view-3 .svh-product-card .object-fit-cover,
    .svh-order-app.svh-view-4 .svh-product-card .object-fit-cover {
        max-height: 190px;
    }
}
@media (max-width: 991.98px) {
    .svh-order-app .svh-product-card .row.g-0 {
        display: block;
    }
    .svh-order-app .svh-product-card .row.g-0 > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .svh-order-app .svh-product-card .object-fit-cover,
    .svh-order-app .svh-product-card .svh-product-placeholder {
        border-bottom-left-radius: 0;
        border-top-right-radius: calc(1rem - 1px);
        width: 100%;
        max-height: 210px;
    }
    .svh-order-app .svh-product-head {
        display: flex;
        flex-direction: column;
        align-items: stretch !important;
        gap: .75rem !important;
    }
    .svh-order-app .svh-price-box {
        max-width: none;
        width: 100%;
        margin-left: 0;
        text-align: left !important;
    }
    .svh-order-app .svh-price-main {
        align-items: flex-start;
    }
}


/* v1.5.29 card finish */
.svh-order-app .svh-product-card {
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
    background: #fff;
}
.svh-order-app .svh-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(17, 24, 39, .08);
    border-color: rgba(176, 0, 32, .10);
}

.svh-order-app .svh-product-card .card-body {
    gap: .2rem;
}

.svh-order-app .svh-product-meta-top {
    margin-bottom: .65rem;
}

.svh-order-app .svh-product-main-meta .card-title {
    margin-bottom: .35rem;
    font-size: 1.08rem;
    font-weight: 800;
    color: #111827;
    letter-spacing: -.01em;
}

.svh-order-app .svh-product-main-meta .small.text-secondary {
    color: #6b7280 !important;
}
.svh-order-app .svh-product-main-meta .small.text-secondary + .small.text-secondary {
    margin-top: .12rem;
}

.svh-order-app .svh-price-box {
    box-shadow: inset 0 0 0 1px rgba(176, 0, 32, .03);
}

.svh-order-app .svh-flock-badge {
    background: #f8fafc;
    border-color: #e5e7eb;
}

.svh-order-app .svh-size-picker {
    margin-top: .15rem;
    border-top: 1px solid rgba(0,0,0,.05);
    padding-top: .85rem;
}

.svh-order-app .svh-size-item {
    background: #fff;
    border-color: rgba(15, 23, 42, .08);
}
.svh-order-app .svh-size-item.is-active {
    box-shadow: 0 10px 24px rgba(176,0,32,.10);
}

.svh-order-app .svh-size-picker-label span:first-child {
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6b7280;
}

.svh-order-app.svh-view-list .svh-product-card .card-body {
    padding: 1.15rem 1.15rem 1.25rem;
}

.svh-order-app.svh-view-2 .svh-product-main-meta .card-title,
.svh-order-app.svh-view-3 .svh-product-main-meta .card-title,
.svh-order-app.svh-view-4 .svh-product-main-meta .card-title {
    font-size: 1rem;
}

.svh-order-app.svh-view-4 .svh-product-card,
.svh-order-app.svh-view-3 .svh-product-card {
    border-radius: 1.05rem;
}
.svh-order-app.svh-view-4 .svh-product-card .card-body,
.svh-order-app.svh-view-3 .svh-product-card .card-body {
    padding: .9rem .9rem 1.05rem;
}
.svh-order-app.svh-view-4 .svh-product-meta-top,
.svh-order-app.svh-view-3 .svh-product-meta-top {
    margin-bottom: .5rem;
}
.svh-order-app.svh-view-4 .svh-category-badge,
.svh-order-app.svh-view-3 .svh-category-badge {
    font-size: .68rem;
    padding: .24rem .55rem;
}
.svh-order-app.svh-view-4 .svh-price-box,
.svh-order-app.svh-view-3 .svh-price-box {
    padding: .68rem .78rem;
}
.svh-order-app.svh-view-4 .svh-price-label,
.svh-order-app.svh-view-3 .svh-price-label {
    font-size: .72rem;
}
.svh-order-app.svh-view-4 .svh-price-value,
.svh-order-app.svh-view-3 .svh-price-value {
    font-size: 1.04rem;
}
.svh-order-app.svh-view-4 .svh-flock-badge,
.svh-order-app.svh-view-3 .svh-flock-badge {
    font-size: .79rem;
}
.svh-order-app.svh-view-4 .svh-size-picker,
.svh-order-app.svh-view-3 .svh-size-picker {
    padding-top: .7rem;
}
.svh-order-app.svh-view-4 .svh-size-picker-label span:first-child,
.svh-order-app.svh-view-3 .svh-size-picker-label span:first-child {
    font-size: .74rem;
}
.svh-order-app.svh-view-4 .svh-max-order-note,
.svh-order-app.svh-view-3 .svh-max-order-note {
    font-size: .72rem;
}

@media (max-width: 575.98px) {
    .svh-order-app .svh-product-card:hover {
        transform: none;
        box-shadow: none;
    }
    .svh-order-app .svh-product-main-meta .card-title {
        font-size: .98rem;
    }
}


/* v1.5.30 price block below category in multi-column views */
.svh-order-app.svh-view-2 .svh-product-head,
.svh-order-app.svh-view-3 .svh-product-head,
.svh-order-app.svh-view-4 .svh-product-head {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
}

.svh-order-app.svh-view-2 .svh-product-main-meta,
.svh-order-app.svh-view-3 .svh-product-main-meta,
.svh-order-app.svh-view-4 .svh-product-main-meta {
    display: flex;
    flex-direction: column;
}

.svh-order-app.svh-view-2 .svh-product-meta-top,
.svh-order-app.svh-view-3 .svh-product-meta-top,
.svh-order-app.svh-view-4 .svh-product-meta-top {
    order: 1;
    margin-bottom: .45rem;
}

.svh-order-app.svh-view-2 .svh-price-box,
.svh-order-app.svh-view-3 .svh-price-box,
.svh-order-app.svh-view-4 .svh-price-box {
    order: 2;
    margin: 0 0 .7rem 0;
    max-width: none;
    width: 100%;
    text-align: left !important;
}

.svh-order-app.svh-view-2 .svh-product-main-meta .card-title,
.svh-order-app.svh-view-3 .svh-product-main-meta .card-title,
.svh-order-app.svh-view-4 .svh-product-main-meta .card-title {
    order: 3;
    margin-bottom: .35rem;
}

.svh-order-app.svh-view-2 .svh-product-main-meta .small.text-secondary,
.svh-order-app.svh-view-3 .svh-product-main-meta .small.text-secondary,
.svh-order-app.svh-view-4 .svh-product-main-meta .small.text-secondary {
    order: 4;
}

.svh-order-app.svh-view-2 .svh-price-main,
.svh-order-app.svh-view-3 .svh-price-main,
.svh-order-app.svh-view-4 .svh-price-main {
    align-items: flex-start;
}

.svh-order-app.svh-view-list .svh-price-box {
    order: initial;
}


/* v1.5.31 modern product cards */
.svh-order-app .svh-product-card {
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 1.1rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
    overflow: hidden;
}
.svh-order-app .svh-product-card .card-body {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
.svh-order-app .svh-product-head {
    display: block;
    margin-bottom: .7rem;
}
.svh-order-app .svh-product-main-meta {
    min-width: 0;
}
.svh-order-app .svh-product-meta-top {
    margin-bottom: .55rem;
}
.svh-order-app .svh-category-badge {
    background: linear-gradient(180deg, rgba(176,0,32,.10), rgba(176,0,32,.06));
    border-color: rgba(176,0,32,.16);
}
.svh-order-app .svh-price-box {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 0 .8rem 0;
    padding: .8rem .9rem;
    border: 1px solid rgba(176, 0, 32, .12);
    border-radius: .95rem;
    background: linear-gradient(180deg, #fff 0%, #fff7f8 100%);
    text-align: left;
}
.svh-order-app .svh-price-uvp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    margin-bottom: .3rem;
    color: #6b7280;
    font-size: .76rem;
}
.svh-order-app .svh-price-uvp span:last-child {
    text-decoration: line-through;
}
.svh-order-app .svh-price-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .14rem;
}
.svh-order-app .svh-price-label {
    font-size: .74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #9b001c;
}
.svh-order-app .svh-price-value {
    font-size: 1.34rem;
    line-height: 1.05;
    font-weight: 900;
    color: #b00020;
    white-space: nowrap;
}
.svh-order-app .svh-product-main-meta .card-title {
    margin-bottom: .3rem;
    font-size: 1.04rem;
    font-weight: 800;
    line-height: 1.25;
    color: #111827;
}
.svh-order-app .svh-subtitle {
    margin-bottom: .12rem;
}
.svh-order-app .svh-sku-line {
    font-weight: 600;
}
.svh-order-app .svh-flock-badge {
    width: 100%;
    justify-content: flex-start;
    background: #f8fafc;
    border-color: #e5e7eb;
}
.svh-order-app .svh-size-picker-modern {
    margin-top: .35rem;
    padding: .9rem;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 1rem;
    background: linear-gradient(180deg, #fafbfc 0%, #f8fafc 100%);
}
.svh-order-app .svh-size-picker-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .16rem;
    margin-bottom: .7rem;
}
.svh-order-app .svh-size-picker-label span:first-child {
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6b7280;
}
.svh-order-app .svh-max-order-note {
    display: block;
    color: #8b5e00;
    font-size: .75rem;
    font-weight: 700;
}
.svh-order-app .svh-size-item {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: .95rem;
    padding: .58rem .62rem;
}
.svh-order-app .svh-size-label {
    font-size: .82rem;
    font-weight: 800;
    color: #374151;
}
.svh-order-app .svh-qty-stepper {
    max-width: 142px;
}
.svh-order-app .svh-size-item.is-active {
    border-color: rgba(176,0,32,.22);
    background: linear-gradient(180deg, #fff 0%, #fff6f7 100%);
    box-shadow: 0 10px 22px rgba(176,0,32,.08);
}
.svh-order-app .svh-size-item.is-active .svh-size-label {
    color: #8f001a;
}
.svh-order-app .svh-qty-btn {
    background: #fff;
}
.svh-order-app .svh-qty-input {
    background: #fff;
}

/* 2/3/4 columns: compact but stable */
.svh-order-app.svh-view-2 .svh-product-card .card-body,
.svh-order-app.svh-view-3 .svh-product-card .card-body,
.svh-order-app.svh-view-4 .svh-product-card .card-body {
    padding: .95rem .95rem 1.05rem;
}
.svh-order-app.svh-view-2 .svh-price-box,
.svh-order-app.svh-view-3 .svh-price-box,
.svh-order-app.svh-view-4 .svh-price-box {
    padding: .72rem .78rem;
    margin-bottom: .68rem;
}
.svh-order-app.svh-view-2 .svh-price-value,
.svh-order-app.svh-view-3 .svh-price-value,
.svh-order-app.svh-view-4 .svh-price-value {
    font-size: 1.08rem;
}
.svh-order-app.svh-view-3 .svh-product-main-meta .card-title,
.svh-order-app.svh-view-4 .svh-product-main-meta .card-title {
    font-size: .98rem;
}
.svh-order-app.svh-view-3 .svh-category-badge,
.svh-order-app.svh-view-4 .svh-category-badge {
    font-size: .68rem;
    padding: .24rem .55rem;
}
.svh-order-app.svh-view-3 .svh-size-picker-modern,
.svh-order-app.svh-view-4 .svh-size-picker-modern {
    padding: .75rem;
}
.svh-order-app.svh-view-3 .svh-flock-badge,
.svh-order-app.svh-view-4 .svh-flock-badge {
    font-size: .8rem;
}
.svh-order-app.svh-view-list .svh-price-box {
    max-width: 220px;
}
.svh-order-app.svh-view-list .svh-product-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.svh-order-app.svh-view-list .svh-product-main-meta {
    flex: 1;
}
.svh-order-app.svh-view-list .svh-price-box {
    margin: 0;
    text-align: left;
}

/* avoid overflows */
.svh-order-app .svh-product-main-meta,
.svh-order-app .svh-price-box,
.svh-order-app .svh-flock-badge,
.svh-order-app .svh-size-picker-modern {
    max-width: 100%;
}
@media (max-width: 575.98px) {
    .svh-order-app .svh-product-card:hover {
        transform: none;
        box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
    }
    .svh-order-app .svh-product-main-meta .card-title {
        font-size: .98rem;
    }
    .svh-order-app .svh-price-value {
        font-size: 1.1rem;
    }
    .svh-order-app .svh-size-picker-modern {
        padding: .75rem;
    }
}


/* v1.5.32 card spacing rollback/fix */
.svh-order-app .svh-product-meta-top {
    margin-bottom: .8rem;
}

.svh-order-app .svh-price-box {
    margin: .55rem 0 1rem 0 !important;
}

.svh-order-app .svh-category-badge {
    margin-bottom: 0;
}

.svh-order-app .svh-product-main-meta .card-title {
    margin-top: .15rem;
}

.svh-order-app .svh-size-picker-modern,
.svh-order-app .svh-size-picker {
    padding: 1rem 1rem 1.05rem !important;
}

.svh-order-app .svh-size-grid {
    gap: .7rem !important;
}

.svh-order-app .svh-size-item {
    padding: .72rem .8rem !important;
    gap: .8rem !important;
}

.svh-order-app .svh-size-label {
    min-width: 46% !important;
    font-size: .86rem !important;
    line-height: 1.25 !important;
}

.svh-order-app .svh-qty-stepper {
    max-width: 160px !important;
}

.svh-order-app .svh-qty-stepper .svh-qty-btn {
    width: 2.1rem !important;
    height: 2.1rem !important;
}

.svh-order-app .svh-size-item .svh-qty-input {
    min-width: 2.9rem !important;
    min-height: 2.45rem !important;
    font-size: .96rem !important;
}

.svh-order-app.svh-view-4 .svh-size-picker-modern,
.svh-order-app.svh-view-3 .svh-size-picker-modern,
.svh-order-app.svh-view-4 .svh-size-picker,
.svh-order-app.svh-view-3 .svh-size-picker {
    padding: .9rem !important;
}

.svh-order-app.svh-view-4 .svh-size-item,
.svh-order-app.svh-view-3 .svh-size-item {
    padding: .68rem .72rem !important;
}

.svh-order-app.svh-view-4 .svh-size-label,
.svh-order-app.svh-view-3 .svh-size-label {
    min-width: 42% !important;
    font-size: .82rem !important;
}

.svh-order-app.svh-view-4 .svh-qty-stepper,
.svh-order-app.svh-view-3 .svh-qty-stepper {
    max-width: 150px !important;
}

@media (max-width: 575.98px) {
    .svh-order-app .svh-size-picker-modern,
    .svh-order-app .svh-size-picker {
        padding: .85rem !important;
    }
    .svh-order-app .svh-size-item {
        padding: .62rem .68rem !important;
    }
    .svh-order-app .svh-qty-stepper {
        max-width: 145px !important;
    }
}


/* v1.5.33 clean, simple, premium card style */
.svh-order-app .svh-product-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 1rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .04);
}
.svh-order-app .svh-product-card:hover {
    transform: none;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
    border-color: rgba(15, 23, 42, .10);
}
.svh-order-app .svh-product-card .card-body {
    gap: 0;
}
.svh-order-app .svh-product-meta-top {
    margin-bottom: .7rem;
}
.svh-order-app .svh-category-badge {
    background: #f8fafc;
    color: #475569;
    border: 1px solid #e2e8f0;
    font-weight: 700;
    letter-spacing: 0;
}
.svh-order-app .svh-price-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    box-shadow: none;
    margin: .7rem 0 .95rem 0 !important;
    padding: .78rem .9rem;
    border-radius: .9rem;
}
.svh-order-app .svh-price-uvp {
    color: #64748b;
    font-size: .74rem;
}
.svh-order-app .svh-price-label {
    color: #475569;
    font-size: .72rem;
    letter-spacing: .04em;
}
.svh-order-app .svh-price-value {
    color: #111827;
    font-size: 1.22rem;
    font-weight: 800;
}
.svh-order-app .svh-product-main-meta .card-title {
    color: #111827;
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: .28rem;
}
.svh-order-app .svh-subtitle,
.svh-order-app .svh-sku-line,
.svh-order-app .svh-product-main-meta .small.text-secondary {
    color: #6b7280 !important;
}
.svh-order-app .svh-subtitle {
    margin-bottom: .12rem;
}
.svh-order-app .svh-sku-line {
    font-weight: 500;
}
.svh-order-app .svh-flock-badge {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    color: #475569;
    border-radius: .8rem;
    box-shadow: none;
}
.svh-order-app .svh-size-picker-modern,
.svh-order-app .svh-size-picker {
    background: #fbfcfd;
    border: 1px solid #eef2f7;
    border-radius: .95rem;
    padding: 1rem 1rem 1.05rem !important;
    margin-top: .45rem;
}
.svh-order-app .svh-size-picker-label {
    margin-bottom: .75rem;
}
.svh-order-app .svh-size-picker-label span:first-child {
    color: #475569;
    font-size: .76rem;
    letter-spacing: .04em;
}
.svh-order-app .svh-max-order-note {
    color: #92400e;
    font-size: .73rem;
    font-weight: 600;
}
.svh-order-app .svh-size-grid {
    gap: .65rem !important;
}
.svh-order-app .svh-size-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: .85rem;
    padding: .68rem .76rem !important;
    box-shadow: none;
}
.svh-order-app .svh-size-item.is-active {
    background: #f8fafc;
    border-color: #cbd5e1;
    box-shadow: none;
}
.svh-order-app .svh-size-item.is-active .svh-size-label {
    color: #0f172a;
}
.svh-order-app .svh-size-label {
    color: #334155;
    font-size: .83rem !important;
    font-weight: 700;
}
.svh-order-app .svh-qty-btn {
    background: #fff;
    border-color: #dbe1e8;
    color: #111827;
}
.svh-order-app .svh-qty-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}
.svh-order-app .svh-size-item .svh-qty-input {
    background: #fff;
    border-color: #dbe1e8;
    color: #111827;
    font-weight: 700;
}
.svh-order-app.svh-view-3 .svh-product-main-meta .card-title,
.svh-order-app.svh-view-4 .svh-product-main-meta .card-title {
    font-size: .96rem;
}
.svh-order-app.svh-view-3 .svh-price-value,
.svh-order-app.svh-view-4 .svh-price-value {
    font-size: 1.05rem;
}
.svh-order-app.svh-view-3 .svh-price-box,
.svh-order-app.svh-view-4 .svh-price-box {
    padding: .72rem .78rem;
}
.svh-order-app.svh-view-3 .svh-size-picker-modern,
.svh-order-app.svh-view-4 .svh-size-picker-modern,
.svh-order-app.svh-view-3 .svh-size-picker,
.svh-order-app.svh-view-4 .svh-size-picker {
    padding: .9rem !important;
}
@media (max-width: 575.98px) {
    .svh-order-app .svh-product-card {
        box-shadow: 0 4px 14px rgba(15, 23, 42, .04);
    }
    .svh-order-app .svh-price-value {
        font-size: 1.08rem;
    }
}


/* v1.5.34 size picker overflow fix */
.svh-order-app .svh-size-grid {
    grid-template-columns: 1fr !important;
    gap: .65rem !important;
}

.svh-order-app .svh-size-item {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: .75rem !important;
    width: 100%;
    overflow: hidden;
}

.svh-order-app .svh-size-label {
    min-width: 0 !important;
    width: auto !important;
    margin-bottom: 0 !important;
    padding-right: .25rem;
    word-break: break-word;
}

.svh-order-app .svh-qty-stepper {
    flex: none !important;
    width: 140px !important;
    max-width: 140px !important;
    min-width: 140px !important;
    grid-template-columns: 2rem minmax(0, 1fr) 2rem !important;
    gap: .3rem !important;
}

.svh-order-app .svh-size-item .svh-qty-input {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

.svh-order-app.svh-view-4 .svh-size-picker-modern,
.svh-order-app.svh-view-4 .svh-size-picker,
.svh-order-app.svh-view-3 .svh-size-picker-modern,
.svh-order-app.svh-view-3 .svh-size-picker {
    padding: .85rem !important;
}

.svh-order-app.svh-view-4 .svh-size-item,
.svh-order-app.svh-view-3 .svh-size-item {
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: .6rem !important;
    padding: .62rem .66rem !important;
}

.svh-order-app.svh-view-4 .svh-qty-stepper,
.svh-order-app.svh-view-3 .svh-qty-stepper {
    width: 132px !important;
    max-width: 132px !important;
    min-width: 132px !important;
    grid-template-columns: 1.85rem minmax(0, 1fr) 1.85rem !important;
}

.svh-order-app.svh-view-4 .svh-qty-btn,
.svh-order-app.svh-view-3 .svh-qty-btn {
    width: 1.85rem !important;
    height: 1.85rem !important;
}

.svh-order-app.svh-view-4 .svh-size-label,
.svh-order-app.svh-view-3 .svh-size-label {
    font-size: .78rem !important;
    line-height: 1.2 !important;
}

.svh-order-app.svh-view-4 .svh-size-item .svh-qty-input,
.svh-order-app.svh-view-3 .svh-size-item .svh-qty-input {
    min-height: 2.2rem !important;
    font-size: .9rem !important;
    padding: .28rem .12rem !important;
}

@media (max-width: 575.98px) {
    .svh-order-app .svh-size-item {
        grid-template-columns: minmax(0, 1fr) 126px;
        gap: .55rem !important;
    }
    .svh-order-app .svh-qty-stepper {
        width: 126px !important;
        max-width: 126px !important;
        min-width: 126px !important;
        grid-template-columns: 1.8rem minmax(0, 1fr) 1.8rem !important;
    }
    .svh-order-app .svh-qty-btn {
        width: 1.8rem !important;
        height: 1.8rem !important;
    }
}

@media (max-width: 420px) {
    .svh-order-app .svh-size-item {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
    .svh-order-app .svh-size-label {
        padding-right: 0;
    }
    .svh-order-app .svh-qty-stepper {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
}


/* v1.5.35 cleaner size picker */
.svh-order-app .svh-size-picker-modern,
.svh-order-app .svh-size-picker{
    background: transparent !important;
    border: none !important;
    padding: .4rem 0 .6rem !important;
}

.svh-order-app .svh-size-grid{
    gap: .85rem !important;
}

.svh-order-app .svh-size-item{
    border: 1px solid #e5e7eb !important;
    border-radius: .9rem;
    padding: .7rem .85rem !important;
    background:#fff;
}

.svh-order-app .svh-size-label{
    font-size: .9rem !important;
    font-weight: 700;
}

.svh-order-app .svh-size-item{
    grid-template-columns: minmax(0,1fr) 150px !important;
}

.svh-order-app .svh-qty-stepper{
    width:150px !important;
    max-width:150px !important;
    min-width:150px !important;
}

.svh-order-app.svh-view-4 .svh-size-item,
.svh-order-app.svh-view-3 .svh-size-item{
    grid-template-columns: minmax(0,1fr) 140px !important;
}

.svh-order-app.svh-view-4 .svh-qty-stepper,
.svh-order-app.svh-view-3 .svh-qty-stepper{
    width:140px !important;
    max-width:140px !important;
    min-width:140px !important;
}


/* v1.5.36 use full width in 2 & 3 column layout */
.svh-order-app.svh-view-2 .svh-size-item,
.svh-order-app.svh-view-3 .svh-size-item{
    grid-template-columns: minmax(0,1fr) 1fr !important;
}

.svh-order-app.svh-view-2 .svh-qty-stepper,
.svh-order-app.svh-view-3 .svh-qty-stepper{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
}

.svh-order-app.svh-view-2 .svh-size-label,
.svh-order-app.svh-view-3 .svh-size-label{
    font-size:.88rem;
}

.svh-order-app.svh-view-2 .svh-size-item,
.svh-order-app.svh-view-3 .svh-size-item{
    padding:.75rem .85rem !important;
}


/* v1.5.37 balanced size row / compact stepper */
.svh-order-app .svh-size-item {
    grid-template-columns: minmax(0, 1fr) 120px !important;
    gap: .55rem !important;
    align-items: center !important;
}

.svh-order-app .svh-size-label {
    min-width: 0 !important;
    width: auto !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere;
    font-size: .88rem !important;
    line-height: 1.18 !important;
}

.svh-order-app .svh-qty-stepper {
    width: 120px !important;
    max-width: 120px !important;
    min-width: 120px !important;
    grid-template-columns: 1.75rem minmax(0, 1fr) 1.75rem !important;
    gap: .22rem !important;
}

.svh-order-app .svh-qty-btn {
    width: 1.75rem !important;
    height: 1.75rem !important;
    font-size: .95rem !important;
    border-radius: .6rem !important;
}

.svh-order-app .svh-size-item .svh-qty-input {
    min-height: 2rem !important;
    min-width: 0 !important;
    padding: .22rem .1rem !important;
    font-size: .92rem !important;
    border-radius: .72rem !important;
}

.svh-order-app.svh-view-2 .svh-size-item,
.svh-order-app.svh-view-3 .svh-size-item,
.svh-order-app.svh-view-4 .svh-size-item {
    grid-template-columns: minmax(0, 1fr) 116px !important;
}

.svh-order-app.svh-view-2 .svh-qty-stepper,
.svh-order-app.svh-view-3 .svh-qty-stepper,
.svh-order-app.svh-view-4 .svh-qty-stepper {
    width: 116px !important;
    max-width: 116px !important;
    min-width: 116px !important;
    grid-template-columns: 1.7rem minmax(0, 1fr) 1.7rem !important;
}

.svh-order-app.svh-view-2 .svh-qty-btn,
.svh-order-app.svh-view-3 .svh-qty-btn,
.svh-order-app.svh-view-4 .svh-qty-btn {
    width: 1.7rem !important;
    height: 1.7rem !important;
}

.svh-order-app.svh-view-3 .svh-size-label,
.svh-order-app.svh-view-4 .svh-size-label {
    font-size: .84rem !important;
}

@media (max-width: 575.98px) {
    .svh-order-app .svh-size-item {
        grid-template-columns: minmax(0, 1fr) 112px !important;
    }
    .svh-order-app .svh-qty-stepper {
        width: 112px !important;
        max-width: 112px !important;
        min-width: 112px !important;
        grid-template-columns: 1.65rem minmax(0, 1fr) 1.65rem !important;
    }
    .svh-order-app .svh-qty-btn {
        width: 1.65rem !important;
        height: 1.65rem !important;
    }
    .svh-order-app .svh-size-item .svh-qty-input {
        font-size: .88rem !important;
    }
}


/* v1.5.38 cleaner shop-style presentation without logic changes */

/* overall card rhythm */
.svh-order-app .svh-product-card .card-body {
    gap: 0 !important;
}
.svh-order-app .svh-product-meta-top {
    margin-bottom: .6rem !important;
}
.svh-order-app .svh-product-main-meta .card-title {
    margin-bottom: .22rem !important;
}
.svh-order-app .svh-subtitle,
.svh-order-app .svh-sku-line,
.svh-order-app .svh-product-main-meta .small.text-secondary {
    line-height: 1.35;
}

/* price box should feel like an inline section, not full width */
.svh-order-app .svh-price-box {
    display: inline-flex !important;
    flex-direction: column;
    align-items: flex-start;
    width: auto !important;
    max-width: 100%;
    min-width: 0 !important;
    margin: .55rem 0 .9rem 0 !important;
    padding: .7rem .8rem !important;
    background: #f8fafc !important;
    border: 1px solid #e5e7eb !important;
    border-radius: .85rem !important;
}
.svh-order-app .svh-price-uvp,
.svh-order-app .svh-price-main {
    width: auto !important;
}
.svh-order-app .svh-price-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    gap: .12rem;
}
.svh-order-app .svh-price-label {
    font-size: .7rem !important;
}
.svh-order-app .svh-price-value {
    font-size: 1.15rem !important;
    white-space: nowrap;
}

/* flocking should not span the full card width */
.svh-order-app .svh-flock-badge {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100%;
    justify-content: flex-start !important;
    margin: 0 0 .9rem 0 !important;
    padding: .46rem .72rem !important;
    border-radius: .8rem !important;
    background: #f8fafc !important;
    border: 1px solid #e5e7eb !important;
}

/* size picker aligned neatly with outer content edges */
.svh-order-app .svh-size-picker-modern,
.svh-order-app .svh-size-picker {
    padding: .15rem 0 0 !important;
    margin-top: .15rem !important;
    background: transparent !important;
    border: 0 !important;
}
.svh-order-app .svh-size-picker-label {
    margin-bottom: .7rem !important;
}
.svh-order-app .svh-size-grid {
    gap: .6rem !important;
}
.svh-order-app .svh-size-item {
    border-radius: .85rem !important;
    padding: .64rem .74rem !important;
    border: 1px solid #e5e7eb !important;
    background: #fff !important;
    box-sizing: border-box;
}
.svh-order-app .svh-size-item.is-active {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
}
.svh-order-app .svh-size-label {
    font-size: .84rem !important;
    line-height: 1.2 !important;
}

/* multi-column views: compact but aligned */
.svh-order-app.svh-view-2 .svh-price-box,
.svh-order-app.svh-view-3 .svh-price-box,
.svh-order-app.svh-view-4 .svh-price-box {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100%;
    margin: .5rem 0 .8rem 0 !important;
    padding: .64rem .74rem !important;
}
.svh-order-app.svh-view-2 .svh-flock-badge,
.svh-order-app.svh-view-3 .svh-flock-badge,
.svh-order-app.svh-view-4 .svh-flock-badge {
    display: inline-flex !important;
    width: auto !important;
    margin-bottom: .8rem !important;
}
.svh-order-app.svh-view-2 .svh-size-picker-modern,
.svh-order-app.svh-view-2 .svh-size-picker,
.svh-order-app.svh-view-3 .svh-size-picker-modern,
.svh-order-app.svh-view-3 .svh-size-picker,
.svh-order-app.svh-view-4 .svh-size-picker-modern,
.svh-order-app.svh-view-4 .svh-size-picker {
    padding: .1rem 0 0 !important;
}
.svh-order-app.svh-view-3 .svh-size-item,
.svh-order-app.svh-view-4 .svh-size-item {
    padding-left: .68rem !important;
    padding-right: .68rem !important;
}
.svh-order-app.svh-view-3 .svh-price-value,
.svh-order-app.svh-view-4 .svh-price-value {
    font-size: 1.02rem !important;
}
.svh-order-app.svh-view-3 .svh-price-label,
.svh-order-app.svh-view-4 .svh-price-label {
    font-size: .68rem !important;
}

/* list view can keep a bit more presence */
.svh-order-app.svh-view-list .svh-price-box {
    padding: .72rem .85rem !important;
}
.svh-order-app.svh-view-list .svh-flock-badge {
    padding: .5rem .8rem !important;
}


/* v1.5.39 fix spacing between minus and input in list view */
.svh-order-app.svh-view-list .svh-qty-stepper {
    gap: .45rem !important;
}

.svh-order-app.svh-view-list .svh-qty-input {
    margin: 0 .1rem !important;
}


/* v1.5.40 stepper visual polish */
.svh-order-app .svh-qty-stepper {
    align-items: center;
}

.svh-order-app .svh-qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.svh-order-app .svh-qty-input {
    text-align: center;
    font-weight: 700;
}

/* equal height + alignment */
.svh-order-app .svh-qty-btn,
.svh-order-app .svh-qty-input {
    height: 2rem !important;
}

/* subtle border consistency */
.svh-order-app .svh-qty-btn,
.svh-order-app .svh-qty-input {
    border: 1px solid #d1d5db !important;
}

/* hover refinement */
.svh-order-app .svh-qty-btn:hover {
    background: #f3f4f6 !important;
}


/* v1.5.41 brand focus for stepper */
.svh-order-app .svh-qty-input:focus {
    border-color: #b00020 !important;
    box-shadow: 0 0 0 2px rgba(176,0,32,.15);
    outline: none;
}

.svh-order-app .svh-qty-btn:active {
    border-color: #b00020 !important;
    color: #b00020 !important;
}

.svh-order-app .svh-size-item.is-active .svh-qty-btn {
    border-color: rgba(176,0,32,.3);
}

.svh-order-app .svh-size-item.is-active .svh-qty-input {
    border-color: rgba(176,0,32,.35);
}


/* v1.5.42 force stepper brand styles */
html body .svh-order-app .svh-qty-input:focus,
html body .svh-order-app .svh-size-item .svh-qty-input:focus {
    border-color: #b00020 !important;
    box-shadow: 0 0 0 3px rgba(176, 0, 32, .18) !important;
    outline: none !important;
    background: #fff !important;
}

html body .svh-order-app .svh-qty-btn:hover,
html body .svh-order-app .svh-size-item .svh-qty-btn:hover {
    border-color: rgba(176, 0, 32, .28) !important;
    color: #8f001a !important;
    background: #fff5f6 !important;
}

html body .svh-order-app .svh-qty-btn:active,
html body .svh-order-app .svh-size-item .svh-qty-btn:active {
    border-color: #b00020 !important;
    color: #b00020 !important;
    background: #ffe8eb !important;
}

html body .svh-order-app .svh-size-item.is-active .svh-qty-btn {
    border-color: rgba(176, 0, 32, .24) !important;
}

html body .svh-order-app .svh-size-item.is-active .svh-qty-input {
    border-color: rgba(176, 0, 32, .28) !important;
}


/* v1.5.43 iban validation */
.svh-order-app .svh-iban-feedback{
    display:none;
    margin-top:.35rem;
    font-size:.875rem;
    color:#dc3545;
}
.svh-order-app [data-svh-iban].is-invalid + .svh-iban-feedback{
    display:block;
}


/* v1.5.47 payment success / qr */
.svh-order-app .svh-payment-success{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:1rem;
    flex-wrap:wrap;
    margin-top:1rem;
    padding-top:1rem;
    border-top:1px solid rgba(0,0,0,.08);
}
.svh-order-app .svh-payment-success-text{
    min-width:280px;
}
.svh-order-app .svh-payment-success-text div{
    margin-bottom:.2rem;
}

.svh-order-app .svh-pdf-download-wrap{margin-top:1.5rem!important}


/* v1.6.12 mobile sticky bar optimization */
@media (max-width: 767.98px){
    .svh-order-app .svh-stepbar-sticky,
    .svh-order-app .svh-section-sticky,
    .svh-order-app .svh-sticky-bar{
        padding-top:.45rem !important;
        padding-bottom:.45rem !important;
    }

    .svh-order-app .svh-stepbar-sticky .btn,
    .svh-order-app .svh-section-sticky .btn,
    .svh-order-app .svh-sticky-bar .btn{
        padding:.32rem .55rem !important;
        font-size:.82rem !important;
        line-height:1.2 !important;
    }

    .svh-order-app .svh-stepbar-sticky h1,
    .svh-order-app .svh-stepbar-sticky h2,
    .svh-order-app .svh-stepbar-sticky h3,
    .svh-order-app .svh-section-sticky h1,
    .svh-order-app .svh-section-sticky h2,
    .svh-order-app .svh-section-sticky h3,
    .svh-order-app .svh-sticky-bar h1,
    .svh-order-app .svh-sticky-bar h2,
    .svh-order-app .svh-sticky-bar h3{
        font-size:1rem !important;
        line-height:1.2 !important;
        margin-bottom:0 !important;
    }

    .svh-order-app .svh-stepbar-sticky .fw-semibold,
    .svh-order-app .svh-stepbar-sticky .fw-bold,
    .svh-order-app .svh-section-sticky .fw-semibold,
    .svh-order-app .svh-section-sticky .fw-bold,
    .svh-order-app .svh-sticky-bar .fw-semibold,
    .svh-order-app .svh-sticky-bar .fw-bold{
        font-size:.92rem !important;
        line-height:1.2 !important;
    }

    .svh-order-app .svh-stepbar-sticky .small,
    .svh-order-app .svh-section-sticky .small,
    .svh-order-app .svh-sticky-bar .small{
        font-size:.74rem !important;
        line-height:1.15 !important;
    }

    .svh-order-app .svh-stepbar-sticky .badge,
    .svh-order-app .svh-section-sticky .badge,
    .svh-order-app .svh-sticky-bar .badge{
        font-size:.68rem !important;
        padding:.22rem .4rem !important;
    }

    .svh-order-app .svh-stepbar-sticky .d-flex,
    .svh-order-app .svh-section-sticky .d-flex,
    .svh-order-app .svh-sticky-bar .d-flex{
        gap:.45rem !important;
    }
}


/* v1.6.13 local EPC QR */
.svh-order-app .svh-payment-success{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:1rem;
    flex-wrap:wrap;
}
.svh-order-app .svh-payment-success-qr{
    flex:0 0 auto;
    text-align:center;
}
.svh-order-app .svh-payment-success-qr img{
    display:block;
    width:190px;
    max-width:100%;
    height:auto;
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:.9rem;
    padding:.45rem;
}
@media (max-width: 767.98px){
    .svh-order-app .svh-payment-success-qr img{
        width:160px;
    }
}


/* v1.6.14 thank-you layout polish */
.svh-order-app .svh-payment-success{
    align-items:center;
}
.svh-order-app .svh-payment-success-main{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:.75rem;
    min-width:280px;
    flex:1 1 420px;
}
.svh-order-app .svh-payment-success-text{
    width:100%;
}
.svh-order-app .svh-payment-success-qr{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:.5rem;
}
.svh-order-app .svh-payment-success-qr .small{
    max-width:190px;
    text-align:center;
    line-height:1.25;
}
.svh-order-app .svh-pdf-download-wrap{
    margin-top:.25rem !important;
}
@media (max-width: 767.98px){
    .svh-order-app .svh-payment-success{
        align-items:flex-start;
    }
    .svh-order-app .svh-payment-success-main{
        flex-basis:100%;
    }
    .svh-order-app .svh-payment-success-qr{
        width:100%;
    }
    .svh-order-app .svh-payment-success-qr .small{
        max-width:220px;
    }
}


/* v1.6.18 sticky next button */
.svh-order-app .svh-sticky-actions{
    display:flex;
    align-items:center;
    gap:.75rem;
    flex-wrap:wrap;
}
.svh-order-app .svh-sticky-next{
    white-space:nowrap;
}
@media (max-width: 767.98px){
    .svh-order-app .svh-sticky-actions{
        gap:.45rem;
    }
    .svh-order-app .svh-sticky-next{
        padding:.32rem .55rem !important;
        font-size:.82rem !important;
        line-height:1.2 !important;
    }
}


/* v1.6.19 sticky next button fixed */
.svh-order-app .svh-step1-total-bar{
    display:grid;
    grid-template-columns:auto 1fr auto auto;
    align-items:center;
    gap:1rem;
}
.svh-order-app .svh-total-bar-action{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.svh-order-app .svh-total-bar-action .btn{
    white-space:nowrap;
}
@media (max-width: 767.98px){
    .svh-order-app .svh-step1-total-bar{
        grid-template-columns:1fr auto;
        gap:.55rem .75rem;
    }
    .svh-order-app .svh-total-bar-label{
        grid-column:1 / 2;
    }
    .svh-order-app .svh-total-bar-meta{
        grid-column:1 / 2;
    }
    .svh-order-app .svh-total-bar-price{
        grid-column:2 / 3;
        grid-row:1 / span 2;
        align-self:center;
        text-align:right;
    }
    .svh-order-app .svh-total-bar-action{
        grid-column:1 / -1;
        justify-content:flex-start;
    }
}


/* v1.6.21 product badge */
.svh-order-app .svh-product-image-wrap{
    position:relative;
    overflow:hidden;
    border-radius:.75rem 0 0 .75rem;
    height:100%;
}
.svh-order-app .svh-product-badge{
    position:absolute;
    top:.75rem;
    left:.75rem;
    z-index:4;
    display:inline-flex;
    align-items:center;
    max-width:calc(100% - 1.5rem);
    padding:.42rem .72rem;
    border-radius:.4rem;
    background:#dc3545;
    color:#fff;
    font-size:.8rem;
    font-weight:700;
    line-height:1.1;
    letter-spacing:.01em;
    box-shadow:0 4px 14px rgba(0,0,0,.12);
}
@media (max-width: 767.98px){
    .svh-order-app .svh-product-image-wrap{
        border-radius:.75rem .75rem 0 0;
    }
    .svh-order-app .svh-product-badge{
        top:.6rem;
        left:.6rem;
        max-width:calc(100% - 1.2rem);
        padding:.34rem .58rem;
        font-size:.72rem;
    }
}


/* v1.7.0 revocation */
.svh-order-app .svh-revocation-box{
    padding:1rem 1.1rem;
    border:1px solid rgba(0,0,0,.08);
    border-radius:1rem;
    background:#f8fafc;
    display:grid;
    gap:.25rem;
}


/* v1.7.15 mobile sticky + revocation button spacing */
@media (max-width: 767.98px){
    .svh-order-app .svh-step1-total-bar{
        padding:.7rem .85rem !important;
        border-radius:20px !important;
        min-height:auto !important;
        display:grid !important;
        grid-template-columns:1fr auto !important;
        gap:.35rem .85rem !important;
        align-items:center !important;
    }

    .svh-order-app .svh-total-bar-label{
        font-size:.78rem !important;
        line-height:1.15 !important;
        letter-spacing:.04em !important;
        margin:0 !important;
    }

    .svh-order-app .svh-total-bar-meta{
        font-size:.9rem !important;
        line-height:1.2 !important;
        margin:0 !important;
    }

    .svh-order-app .svh-total-bar-price,
    .svh-order-app .svh-total-bar-price span{
        font-size:1rem !important;
        line-height:1.15 !important;
        text-align:right !important;
        white-space:nowrap !important;
    }

    .svh-order-app .svh-total-bar-action{
        grid-column:1 / -1 !important;
        justify-content:flex-start !important;
        margin-top:.15rem !important;
    }

    .svh-order-app .svh-total-bar-action .btn,
    .svh-order-app .svh-step1-total-bar .btn{
        padding:.42rem .78rem !important;
        font-size:.84rem !important;
        line-height:1.15 !important;
        border-radius:999px !important;
    }

    .svh-order-app .svh-step1-header{
        margin-bottom:.75rem !important;
    }

    .svh-order-app .d-flex.gap-2.flex-wrap{
        gap:.85rem !important;
    }

    .svh-order-app .alert + .d-flex.gap-2.flex-wrap,
    .svh-order-app .svh-revocation-box + form .d-flex.gap-2.flex-wrap{
        gap:.9rem !important;
    }
}

@media (max-width: 479.98px){
    .svh-order-app .svh-step1-total-bar{
        padding:.62rem .75rem !important;
        gap:.28rem .7rem !important;
    }

    .svh-order-app .svh-total-bar-label{
        font-size:.72rem !important;
    }

    .svh-order-app .svh-total-bar-meta{
        font-size:.84rem !important;
    }

    .svh-order-app .svh-total-bar-price,
    .svh-order-app .svh-total-bar-price span{
        font-size:.94rem !important;
    }

    .svh-order-app .svh-total-bar-action .btn,
    .svh-order-app .svh-step1-total-bar .btn{
        padding:.38rem .72rem !important;
        font-size:.8rem !important;
    }
}


/* v1.7.16 mobile sticky rebalance + revocation button spacing */
@media (max-width: 767.98px){
    .svh-order-app .svh-step1-total-bar{
        padding:.68rem .8rem !important;
        border-radius:20px !important;
        display:grid !important;
        grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
        grid-template-areas:
            "label price"
            "meta button" !important;
        gap:.35rem .9rem !important;
        align-items:center !important;
    }

    .svh-order-app .svh-total-bar-label{
        grid-area:label !important;
        font-size:.76rem !important;
        line-height:1.12 !important;
        letter-spacing:.04em !important;
        margin:0 !important;
        align-self:end !important;
    }

    .svh-order-app .svh-total-bar-meta{
        grid-area:meta !important;
        font-size:.9rem !important;
        line-height:1.15 !important;
        margin:0 !important;
        align-self:start !important;
    }

    .svh-order-app .svh-total-bar-price{
        grid-area:price !important;
        text-align:right !important;
        align-self:end !important;
        margin:0 !important;
    }

    .svh-order-app .svh-total-bar-price,
    .svh-order-app .svh-total-bar-price span{
        font-size:1rem !important;
        line-height:1.1 !important;
        white-space:nowrap !important;
    }

    .svh-order-app .svh-total-bar-action{
        grid-area:button !important;
        justify-content:flex-end !important;
        align-self:start !important;
        margin:0 !important;
    }

    .svh-order-app .svh-total-bar-action .btn,
    .svh-order-app .svh-step1-total-bar .btn{
        padding:.42rem .78rem !important;
        font-size:.82rem !important;
        line-height:1.1 !important;
        border-radius:999px !important;
        white-space:nowrap !important;
    }

    .svh-order-app .svh-step1-header{
        margin-bottom:.75rem !important;
    }

    .svh-order-app .svh-revocation-buttons{
        display:flex !important;
        flex-wrap:wrap !important;
        gap:1rem !important;
    }

    .svh-order-app .svh-revocation-buttons .btn{
        margin:0 !important;
    }
}

@media (max-width: 479.98px){
    .svh-order-app .svh-step1-total-bar{
        padding:.6rem .72rem !important;
        gap:.3rem .75rem !important;
    }

    .svh-order-app .svh-total-bar-label{
        font-size:.71rem !important;
    }

    .svh-order-app .svh-total-bar-meta{
        font-size:.84rem !important;
    }

    .svh-order-app .svh-total-bar-price,
    .svh-order-app .svh-total-bar-price span{
        font-size:.93rem !important;
    }

    .svh-order-app .svh-total-bar-action .btn,
    .svh-order-app .svh-step1-total-bar .btn{
        padding:.38rem .68rem !important;
        font-size:.78rem !important;
    }

    .svh-order-app .svh-revocation-buttons{
        gap:.9rem !important;
    }
}


/* v1.7.17 mobile count badge padding fix */
@media (max-width: 767.98px){
    .svh-order-app .svh-category-card-badge,
    .svh-order-app .svh-category-badge,
    .svh-order-app .svh-category-count-badge{
        padding:.34rem .82rem .34rem .72rem !important;
        min-width:auto !important;
        line-height:1.05 !important;
        display:inline-flex !important;
        align-items:center !important;
        justify-content:center !important;
        white-space:nowrap !important;
    }
}

@media (max-width: 479.98px){
    .svh-order-app .svh-category-card-badge,
    .svh-order-app .svh-category-badge,
    .svh-order-app .svh-category-count-badge{
        padding:.32rem .88rem .32rem .68rem !important;
        font-size:.78rem !important;
    }
}


/* v1.7.18 mobile category badge refine */
@media (max-width: 767.98px){
    .svh-order-app .svh-category-card-badge,
    .svh-order-app .svh-category-badge,
    .svh-order-app .svh-category-count-badge{
        top:.7rem !important;
        right:.7rem !important;
        padding:.28rem .72rem .28rem .62rem !important;
        font-size:.9rem !important;
        border-radius:999px !important;
        max-width:calc(100% - 1.4rem) !important;
    }
}

@media (max-width: 479.98px){
    .svh-order-app .svh-category-card-badge,
    .svh-order-app .svh-category-badge,
    .svh-order-app .svh-category-count-badge{
        top:.65rem !important;
        right:.65rem !important;
        padding:.26rem .68rem .26rem .58rem !important;
        font-size:.84rem !important;
        max-width:calc(100% - 1.3rem) !important;
    }
}






/* v1.7.24 review spacing */
.svh-order-app .svh-review-comment-spacing{margin-top:.85rem !important}


.svh-order-app .svh-section-kicker {
    display:inline-flex;
    align-items:center;
    padding:.35rem .75rem;
    border-radius:999px;
    background:#fff1f2;
    color:#b42318;
    font-size:.78rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.04em;
    margin-bottom:.75rem;
}
.svh-order-app .svh-form-section-card,
.svh-order-app .svh-form-side-card,
.svh-order-app .svh-review-hint-card {
    border:1px solid rgba(15,23,42,.06);
    border-radius:1.25rem;
}
.svh-order-app .svh-form-subsection + .svh-form-subsection {
    margin-top:1.5rem;
    padding-top:1.5rem;
    border-top:1px solid rgba(15,23,42,.08);
}
.svh-order-app .svh-form-subsection-title {
    font-size:.95rem;
    font-weight:700;
    color:#111827;
    margin-bottom:.9rem;
}
.svh-order-app .svh-required-marker {
    color:#dc3545;
    font-weight:700;
}
.svh-order-app .svh-side-info-box {
    background:#f8fafc;
    border:1px solid rgba(15,23,42,.08);
    border-radius:1rem;
    padding:1rem 1rem 1.05rem;
}
.svh-order-app .svh-side-info-box--accent {
    background:linear-gradient(135deg, #fff5f5 0%, #fff 100%);
    border-color:rgba(220,53,69,.14);
}
.svh-order-app .svh-side-info-title,
.svh-order-app .svh-review-hint-title {
    font-weight:700;
    margin-bottom:.45rem;
    color:#111827;
}
.svh-order-app .svh-side-info-list {
    margin:0;
    padding-left:1.1rem;
}
.svh-order-app .svh-side-info-list li + li {
    margin-top:.35rem;
}
.svh-order-app .svh-review-hints {
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:1rem;
}
.svh-order-app .svh-review-hint-card {
    background:#f8fafc;
    padding:1rem 1.1rem;
}
.svh-order-app .form-check {
    padding:1rem 1rem 1rem 2.35rem;
    border:1px solid rgba(15,23,42,.08);
    border-radius:1rem;
    background:#fff;
}
.svh-order-app .form-check-input.is-invalid {
    border-color:#dc3545;
}
.svh-order-app .form-control.is-invalid,
.svh-order-app .form-select.is-invalid {
    border-color:#dc3545;
    box-shadow:0 0 0 .2rem rgba(220,53,69,.08);
}
.svh-order-app .svh-payment-success-card {
    border-radius:1.5rem;
    overflow:hidden;
}
.svh-order-app .svh-payment-success-card .alert-heading {
    font-weight:800;
}
@media (max-width: 991.98px) {
    .svh-order-app .svh-review-hints {
        grid-template-columns:1fr;
    }
}


/* v1.7.48 review step polish */
.svh-order-app .svh-review-section {
    border-top:1px solid rgba(15,23,42,.08);
    padding-top:1.25rem;
}
.svh-order-app .svh-review-field-card {
    background:#f8fafc;
    border:1px solid rgba(15,23,42,.08);
    border-radius:1rem;
    padding:1rem 1rem .85rem;
}
.svh-order-app .svh-review-check {
    margin-top:0 !important;
    display:grid;
    grid-template-columns:1.1rem minmax(0,1fr);
    column-gap:.75rem;
    align-items:start;
    padding:1rem;
}
.svh-order-app .svh-review-check .form-check-input {
    float:none;
    margin:.2rem 0 0 0;
    position:static;
}
.svh-order-app .svh-review-check .form-check-label {
    display:block;
    margin:0;
}
.svh-order-app .svh-review-check .svh-inline-error {
    grid-column:2;
}
.svh-order-app .svh-review-field-card.is-invalid,
.svh-order-app .svh-review-check.is-invalid {
    border-color:#dc3545;
    box-shadow:0 0 0 .2rem rgba(220,53,69,.08);
}
.svh-order-app .svh-inline-error {
    display:none;
    color:#dc3545;
    font-size:.875rem;
    margin-top:.5rem;
    font-weight:600;
}
.svh-order-app .svh-review-field-card.is-invalid .svh-inline-error,
.svh-order-app .svh-review-check.is-invalid .svh-inline-error {
    display:block;
}
