.section-card--stack {
    display: grid;
    gap: 18px;
}

.section-title--flush {
    margin-bottom: 0;
}

.section-title--compact {
    margin-bottom: 6px;
}

.section-copy--flush {
    margin: 0;
}

.section-copy--preline {
    margin: 0;
    white-space: pre-line;
}

.section-subtitle--flush {
    margin: 0;
}

.section-subtitle--compact {
    margin: 0 0 6px;
}

.form-reset {
    margin: 0;
}

.inline-form {
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.inline-form--end {
    align-items: flex-end;
}

.inline-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.inline-actions--end {
    justify-content: flex-end;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.summary-row--total {
    font-size: 20px;
}

.control-label {
    display: grid;
    gap: 6px;
    font-weight: 700;
}

.control-label--compact {
    gap: 4px;
}

.control-label--wide {
    min-width: 220px;
}

.control-label--full {
    grid-column: 1 / -1;
}

.control-input {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #d6cdbd;
    border-radius: 12px;
    background: #fff;
}

.control-input--qty {
    width: 88px;
}

.control-input--cart-qty {
    width: 80px;
    min-height: 40px;
    border-radius: 10px;
}

.shopping-button,
.shopping-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 14px;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.shopping-button {
    border: 1px solid #7e1f16;
    background: #7e1f16;
    color: #fff;
}

.shopping-button:hover {
    background: #65170f;
}

.shopping-button-secondary {
    border: 1px solid #d2c4af;
    background: #fff;
    color: #352d28;
}

.shopping-button-secondary:hover {
    background: #faf5ea;
}

.divider-rule {
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid #e4dacb;
}

.text-meta-inline {
    font-size: 12px;
    color: #6a5d51;
}


.field--flush {
    margin: 0;
}

.field--rows {
    min-width: 120px;
}

.field--select {
    min-width: 220px;
}

.field--bulk-note {
    min-width: 180px;
}

.field--search-panel {
    min-width: 280px;
    flex: 1 1 320px;
    max-width: 420px;
}

.field--narrow {
    max-width: 240px;
}

.field--medium {
    max-width: 520px;
}

.toolbar-fill-end {
    flex: 1 1 320px;
    justify-content: flex-end;
}

.inline-controls {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.inline-controls--spread {
    width: 100%;
    justify-content: space-between;
}

.bulk-actions-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 14px;
}

.bulk-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.control-help-text {
    padding-top: 10px;
}

.table-col-select {
    width: 44px;
}

.table-col-actions {
    width: 70px;
    text-align: center;
}

.table-head-actions-right {
    text-align: right;
}

.form-reset--spaced {
    margin-bottom: 14px;
}

.grid-align-end {
    align-items: flex-end;
}

.note-top-space {
    margin-top: 8px;
}

.awards-title {
    text-align: center;
}

.awards-intro,
.awards-note,
.awards-missing {
    text-align: center;
}

.awards-intro {
    font-size: 17px;
    margin-bottom: 14px;
}

.awards-book-wrap {
    max-width: 860px;
    margin: 0 auto;
}

.awards-book {
    position: relative;
    margin: 0 auto;
    max-width: 760px;
    aspect-ratio: 8 / 5.7;
    border-radius: 18px;
    background: linear-gradient(90deg, #542f1c 0%, #6d3f24 3.5%, #efe2c3 9%, #fffaf0 50%, #efe2c3 91%, #6d3f24 96.5%, #542f1c 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .24);
    overflow: hidden;
}

.awards-book::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 12px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(80, 40, 20, .9) 0%, rgba(245, 235, 214, .95) 10%, rgba(110, 64, 36, .85) 50%, rgba(245, 235, 214, .95) 90%, rgba(80, 40, 20, .9) 100%);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
    z-index: 1;
}

.awards-page-shell {
    position: absolute;
    inset: 22px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #fffdf8 0%, #f7ecd6 100%);
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(114, 78, 41, .2);
}

.awards-page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.awards-page-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    background: #fff;
    border: 1px solid #d8c7a2;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.awards-edge {
    position: absolute;
    top: 16px;
    bottom: 16px;
    width: 24%;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    transition: background .15s ease;
}

.awards-edge.left {
    left: 0;
}

.awards-edge.right {
    right: 0;
}

.awards-edge.left:hover,
.awards-edge.left:focus-visible {
    background: linear-gradient(90deg, rgba(83, 50, 25, .18) 0%, rgba(83, 50, 25, .08) 35%, rgba(83, 50, 25, 0) 100%);
    outline: none;
}

.awards-edge.right:hover,
.awards-edge.right:focus-visible {
    background: linear-gradient(270deg, rgba(83, 50, 25, .18) 0%, rgba(83, 50, 25, .08) 35%, rgba(83, 50, 25, 0) 100%);
    outline: none;
}

.awards-edge[disabled] {
    cursor: default;
    opacity: .35;
}

.awards-edge-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 700;
    color: rgba(84, 47, 28, .8);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
    pointer-events: none;
}

.awards-edge.left .awards-edge-text {
    left: 14px;
}

.awards-edge.right .awards-edge-text {
    right: 14px;
}

.awards-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    font-size: 14px;
    color: #555;
    flex-wrap: wrap;
}

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

.awards-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #cab48d;
    border: 1px solid #866541;
}

.awards-dot.active {
    background: #600;
}

.awards-note {
    margin-top: 14px;
    font-size: 17px;
    font-weight: 700;
    color: #600;
}

.awards-missing {
    max-width: 640px;
    margin: 0 auto;
    padding: 18px;
    border: 1px dashed #b89a73;
    background: #fff9ef;
    line-height: 1.6;
}

@media (max-width: 800px) {
    .awards-book {
        aspect-ratio: 4 / 5;
    }

    .awards-page-shell {
        inset: 18px 18px 24px;
    }

    .awards-edge {
        width: 28%;
    }

    .awards-status {
        justify-content: center;
        text-align: center;
    }
}

