.oswalt-enhanced-product-page {
    --oswalt-enhanced-accent: #004488;
    --oswalt-enhanced-accent-dark: #003766;
    --oswalt-enhanced-accent-soft: #f4f9ff;
    --oswalt-enhanced-border: #dce6ef;
    --oswalt-enhanced-text: #102a43;
    --oswalt-enhanced-muted: #52697d;
    --oswalt-enhanced-panel: #ffffff;
    --oswalt-enhanced-soft-panel: #f8fbfd;

    margin: 0 auto 42px;
    color: var(--oswalt-enhanced-text);
}

.oswalt-enhanced-product-page--clearance {
    --oswalt-enhanced-accent: #b42318;
    --oswalt-enhanced-accent-dark: #8f1c13;
    --oswalt-enhanced-accent-soft: #fff6f4;
    --oswalt-enhanced-border: #f0d2cd;
}

.oswalt-enhanced-product-page--used {
    --oswalt-enhanced-accent: #2f6f5e;
    --oswalt-enhanced-accent-dark: #245647;
    --oswalt-enhanced-accent-soft: #f2faf7;
    --oswalt-enhanced-border: #cfe5dc;
}

.oswalt-enhanced-product-page * {
    box-sizing: border-box;
}

.oswalt-enhanced-product-hero {
    display: grid;
    grid-template-columns: minmax(320px, 47%) minmax(420px, 1fr);
    gap: 28px;
    align-items: stretch;
    margin: 0 0 26px;
    padding: 24px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 18px;
    background: var(--oswalt-enhanced-panel);
    box-shadow: 0 14px 34px rgba(0, 68, 136, 0.08);
}

.oswalt-enhanced-product-media {
    min-width: 0;
}

.oswalt-enhanced-product-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    height: 100%;
    padding: 24px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 16px;
    background: var(--oswalt-enhanced-soft-panel);
}

.oswalt-enhanced-product-image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 390px;
    object-fit: contain;
}

.oswalt-enhanced-product-summary {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.oswalt-enhanced-product-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 10px;
}

.oswalt-enhanced-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 5px 11px;
    border-radius: 999px;
    background: var(--oswalt-enhanced-accent);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.oswalt-enhanced-product-title {
    margin: 0 0 10px;
    color: var(--oswalt-enhanced-text);
    font-size: clamp(30px, 3.1vw, 43px);
    font-weight: 900;
    line-height: 1.05;
}

.oswalt-enhanced-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0 0 14px;
    color: var(--oswalt-enhanced-muted);
    font-size: 13px;
}

.oswalt-enhanced-stock-callout {
    margin: 0 0 14px;
    padding: 14px 16px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-left: 6px solid var(--oswalt-enhanced-accent);
    border-radius: 14px;
    background: var(--oswalt-enhanced-accent-soft);
}

.oswalt-enhanced-stock-callout strong {
    display: block;
    margin: 0 0 4px;
    color: var(--oswalt-enhanced-accent-dark);
    font-size: 18px;
    font-weight: 900;
}

.oswalt-enhanced-stock-callout span {
    display: block;
    color: var(--oswalt-enhanced-muted);
    font-size: 13px;
    line-height: 1.4;
}

.oswalt-enhanced-price-panel {
    display: grid;
    grid-template-columns: minmax(190px, 240px) minmax(280px, 1fr);
    gap: 18px;
    align-items: center;
    margin: 0 0 14px;
    padding: 18px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 15px;
    background: var(--oswalt-enhanced-soft-panel);
}

.oswalt-enhanced-price-label {
    display: block;
    margin: 0 0 4px;
    color: var(--oswalt-enhanced-muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.oswalt-enhanced-price {
    display: block;
    color: var(--oswalt-enhanced-accent);
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;
}

.oswalt-enhanced-actions {
    display: grid;
    gap: 10px;
    justify-items: end;
}

.oswalt-enhanced-add-form {
    display: grid;
    grid-template-columns: 96px auto;
    gap: 10px;
    align-items: end;
    justify-content: end;
}

.oswalt-enhanced-qty-group {
    display: grid;
    gap: 4px;
}

.oswalt-enhanced-qty-label {
    margin: 0;
    color: var(--oswalt-enhanced-muted);
    font-size: 12px;
    font-weight: 900;
}

.oswalt-enhanced-qty {
    width: 96px;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--oswalt-enhanced-text);
    font-weight: 900;
    text-align: center;
}

.oswalt-enhanced-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 17px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
    cursor: pointer;
}

.oswalt-enhanced-button:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.oswalt-enhanced-button-primary {
    background: var(--oswalt-enhanced-accent);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 68, 136, 0.18);
}

.oswalt-enhanced-button-primary:hover {
    background: var(--oswalt-enhanced-accent-dark);
    color: #ffffff;
}

.oswalt-enhanced-button-secondary {
    border-color: var(--oswalt-enhanced-accent);
    background: #ffffff;
    color: var(--oswalt-enhanced-accent);
}

.oswalt-enhanced-button-secondary:hover {
    background: var(--oswalt-enhanced-accent-soft);
    color: var(--oswalt-enhanced-accent-dark);
}

.oswalt-enhanced-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
}

.oswalt-enhanced-trust-card {
    min-height: 86px;
    padding: 13px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 13px;
    background: #ffffff;
}

.oswalt-enhanced-trust-card strong {
    display: block;
    margin: 0 0 5px;
    color: var(--oswalt-enhanced-text);
    font-size: 13px;
    font-weight: 900;
}

.oswalt-enhanced-trust-card span {
    display: block;
    color: var(--oswalt-enhanced-muted);
    font-size: 12px;
    line-height: 1.45;
}

.oswalt-enhanced-product-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 22px;
    align-items: start;
}

.oswalt-enhanced-card {
    margin: 0 0 22px;
    padding: 24px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(16, 42, 67, 0.05);
}

.oswalt-enhanced-card h2 {
    margin: 0 0 12px;
    color: var(--oswalt-enhanced-text);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}

.oswalt-enhanced-richtext {
    color: #334e68;
    font-size: 15px;
    line-height: 1.65;
}

.oswalt-enhanced-richtext p:last-child,
.oswalt-enhanced-richtext ul:last-child,
.oswalt-enhanced-richtext ol:last-child {
    margin-bottom: 0;
}

.oswalt-enhanced-richtext ul,
.oswalt-enhanced-richtext ol {
    padding-left: 22px;
}

.oswalt-enhanced-detail-list {
    display: grid;
    gap: 16px;
}

.oswalt-enhanced-detail-list > div {
    padding: 16px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 14px;
    background: var(--oswalt-enhanced-soft-panel);
}

.oswalt-enhanced-detail-list strong,
.oswalt-enhanced-side-note strong {
    display: block;
    margin: 0 0 7px;
    color: var(--oswalt-enhanced-text);
    font-size: 14px;
    font-weight: 900;
}

.oswalt-enhanced-content-side {
    position: sticky;
    top: 18px;
}

.oswalt-enhanced-side-card {
    padding: 20px;
}

.oswalt-enhanced-spec-row {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid var(--oswalt-enhanced-border);
}

.oswalt-enhanced-spec-row span {
    color: var(--oswalt-enhanced-muted);
    font-size: 14px;
}

.oswalt-enhanced-spec-row strong {
    color: var(--oswalt-enhanced-text);
    font-size: 14px;
    text-align: right;
}

.oswalt-enhanced-side-note {
    margin: 16px 0 0;
    padding: 14px;
    border-radius: 14px;
    background: var(--oswalt-enhanced-soft-panel);
}

.oswalt-enhanced-help-card {
    padding: 22px;
    border-radius: 16px;
    background: var(--oswalt-enhanced-accent);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 68, 136, 0.18);
}

.oswalt-enhanced-help-card strong {
    display: block;
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
}

.oswalt-enhanced-help-card span {
    display: block;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.45;
}

.oswalt-enhanced-help-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 14px;
    border-radius: 10px;
    background: #ffffff;
    color: var(--oswalt-enhanced-accent);
    font-weight: 900;
    text-decoration: none;
}

.oswalt-enhanced-help-card a:hover {
    background: var(--oswalt-enhanced-accent-soft);
    color: var(--oswalt-enhanced-accent-dark);
    text-decoration: none;
}

@media (max-width: 1120px) {
    .oswalt-enhanced-product-hero {
        grid-template-columns: 1fr;
    }

    .oswalt-enhanced-product-content-grid {
        grid-template-columns: 1fr;
    }

    .oswalt-enhanced-content-side {
        position: static;
    }
}

@media (max-width: 760px) {
    .oswalt-enhanced-product-hero {
        gap: 18px;
        padding: 16px;
        border-radius: 14px;
    }

    .oswalt-enhanced-product-image-wrap {
        min-height: 240px;
        padding: 14px;
    }

    .oswalt-enhanced-price-panel {
        grid-template-columns: 1fr;
    }

    .oswalt-enhanced-actions {
        justify-items: stretch;
    }

    .oswalt-enhanced-add-form {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }

    .oswalt-enhanced-qty {
        width: 100%;
    }

    .oswalt-enhanced-button {
        width: 100%;
    }

    .oswalt-enhanced-trust-grid {
        grid-template-columns: 1fr;
    }

    .oswalt-enhanced-card {
        padding: 18px;
    }
}

.oswalt-enhanced-price-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: baseline;
}

.oswalt-enhanced-price-unit {
    color: var(--oswalt-enhanced-text);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.oswalt-enhanced-unit-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 8px;
    color: var(--oswalt-enhanced-muted);
    font-size: 12px;
    line-height: 1.3;
}

.oswalt-enhanced-unit-meta span {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.oswalt-enhanced-unit-meta strong {
    color: var(--oswalt-enhanced-text);
    font-weight: 900;
}

@media (max-width: 760px) {
    .oswalt-enhanced-unit-meta {
        display: grid;
        gap: 5px;
    }
}

.oswalt-enhanced-price-unit {
    line-height: 1.25;
}



/* Final product identity and price treatment */
.oswalt-enhanced-manufacturer {
    margin: 0 0 8px;
    color: #334e68;
    font-size: clamp(20px, 1.7vw, 26px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: .01em;
}

.oswalt-enhanced-price {
    color: #102a43;
}

.oswalt-enhanced-price-unit {
    color: #52697d;
    line-height: 1.25;
}

.oswalt-enhanced-price-unit br {
    display: block;
}

.oswalt-enhanced-section-heading {
    margin: 0 0 16px;
}

.oswalt-enhanced-section-heading h2 {
    margin-bottom: 4px;
}

.oswalt-enhanced-section-heading span {
    display: block;
    color: var(--oswalt-enhanced-muted);
    font-size: 14px;
    line-height: 1.4;
}

.oswalt-enhanced-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.oswalt-enhanced-spec-item {
    display: grid;
    gap: 5px;
    padding: 14px 16px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 12px;
    background: var(--oswalt-enhanced-soft-panel);
}

.oswalt-enhanced-spec-label {
    color: var(--oswalt-enhanced-muted);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.oswalt-enhanced-spec-value {
    color: var(--oswalt-enhanced-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.oswalt-enhanced-spec-value a {
    color: var(--oswalt-enhanced-accent);
    font-weight: 900;
}

@media (max-width: 760px) {
    .oswalt-enhanced-spec-grid {
        grid-template-columns: 1fr;
    }
}

.oswalt-enhanced-more-information-card {
    margin-top: 0;
}

.oswalt-enhanced-info-notes {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

.oswalt-enhanced-info-note {
    padding: 16px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 14px;
    background: var(--oswalt-enhanced-soft-panel);
}

.oswalt-enhanced-info-note strong {
    display: block;
    margin: 0 0 7px;
    color: var(--oswalt-enhanced-text);
    font-size: 14px;
    font-weight: 900;
}

.oswalt-enhanced-document-list {
    display: grid;
    gap: 12px;
}

.oswalt-enhanced-document-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 14px;
    background: var(--oswalt-enhanced-soft-panel);
    color: inherit;
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.oswalt-enhanced-document-item:hover {
    border-color: var(--oswalt-enhanced-accent);
    box-shadow: 0 10px 20px rgba(16, 42, 67, 0.08);
    color: inherit;
    text-decoration: none;
    transform: translateY(-1px);
}

.oswalt-enhanced-document-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 44px;
    border-radius: 12px;
    background: #ffffff;
    color: var(--oswalt-enhanced-accent);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
}

.oswalt-enhanced-document-content {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.oswalt-enhanced-document-content strong {
    color: var(--oswalt-enhanced-text);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.oswalt-enhanced-document-content span {
    color: var(--oswalt-enhanced-muted);
    font-size: 13px;
    line-height: 1.35;
}

.oswalt-enhanced-document-type {
    padding: 6px 10px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--oswalt-enhanced-muted);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .oswalt-enhanced-document-item {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .oswalt-enhanced-document-icon {
        width: 44px;
        height: 40px;
    }

    .oswalt-enhanced-document-type {
        grid-column: 2;
        justify-self: start;
    }
}

.oswalt-enhanced-bestused-card h2 {
    margin-bottom: 12px;
}

.oswalt-enhanced-bestused-intro {
    color: var(--oswalt-enhanced-muted);
}

.oswalt-enhanced-bestused-list {
    display: grid;
    gap: 12px;
}

.oswalt-enhanced-bestused-item {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    padding: 12px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 13px;
    background: var(--oswalt-enhanced-soft-panel);
}

.oswalt-enhanced-bestused-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: var(--oswalt-enhanced-accent);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.oswalt-enhanced-bestused-copy {
    display: grid;
    gap: 4px;
}

.oswalt-enhanced-bestused-copy strong {
    color: var(--oswalt-enhanced-text);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.oswalt-enhanced-bestused-copy span {
    color: var(--oswalt-enhanced-muted);
    font-size: 13px;
    line-height: 1.45;
}

/* Enhanced product image lightbox */
.oswalt-enhanced-product-image-link {
    position: relative;
    color: inherit;
    text-decoration: none;
    cursor: zoom-in;
}

.oswalt-enhanced-product-image-link:hover {
    color: inherit;
    text-decoration: none;
}

.oswalt-enhanced-image-zoom-label {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(16, 42, 67, 0.88);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .16s ease, transform .16s ease;
}

.oswalt-enhanced-product-image-link:hover .oswalt-enhanced-image-zoom-label {
    opacity: 1;
    transform: translateY(0);
}

.oswalt-enhanced-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
}

.oswalt-enhanced-image-lightbox:target {
    display: flex;
}

.oswalt-enhanced-image-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 20, 33, 0.82);
}

.oswalt-enhanced-image-lightbox-panel {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: min(1200px, 96vw);
    max-height: 92vh;
    padding: 28px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.oswalt-enhanced-image-lightbox-img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: calc(92vh - 56px);
    object-fit: contain;
}

.oswalt-enhanced-image-lightbox-close {
    position: absolute;
    top: -14px;
    right: -14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #102a43;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.oswalt-enhanced-image-lightbox-close:hover {
    background: #004488;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 760px) {
    .oswalt-enhanced-image-zoom-label {
        opacity: 1;
        transform: none;
    }

    .oswalt-enhanced-image-lightbox {
        padding: 14px;
    }

    .oswalt-enhanced-image-lightbox-panel {
        padding: 16px;
        border-radius: 14px;
    }

    .oswalt-enhanced-image-lightbox-close {
        top: 8px;
        right: 8px;
    }

    .oswalt-enhanced-image-lightbox-img {
        max-height: calc(92vh - 32px);
    }
}

/* Magento built-in gallery inside enhanced product hero */
.oswalt-enhanced-product-media--gallery {
    min-width: 0;
}

.oswalt-enhanced-product-media--gallery .product.media {
    float: none;
    width: 100%;
    margin: 0;
}

.oswalt-enhanced-product-media--gallery .gallery-placeholder,
.oswalt-enhanced-product-media--gallery .fotorama,
.oswalt-enhanced-product-media--gallery .fotorama__stage {
    max-width: 100%;
}

.oswalt-enhanced-product-media--gallery .gallery-placeholder {
    padding: 18px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 16px;
    background: var(--oswalt-enhanced-soft-panel);
}

.oswalt-enhanced-product-media--gallery .fotorama__stage {
    background: #ffffff;
    border-radius: 12px;
}

.oswalt-enhanced-product-media--gallery .fotorama__thumb-border {
    border-color: var(--oswalt-enhanced-accent);
}

@media (max-width: 760px) {
    .oswalt-enhanced-product-media--gallery .gallery-placeholder {
        padding: 12px;
    }
}

/* Enhanced gallery repair: use Magento's native gallery without stretching the hero awkwardly */
.oswalt-enhanced-product-hero {
    align-items: start;
}

.oswalt-enhanced-product-summary {
    align-self: start;
}

.oswalt-enhanced-trust-grid {
    margin-top: 14px;
}

.oswalt-enhanced-product-media--gallery .product.media {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.oswalt-enhanced-product-media--gallery .gallery-placeholder {
    padding: 18px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 16px;
    background: var(--oswalt-enhanced-soft-panel);
}

.oswalt-enhanced-product-media--gallery .fotorama__stage {
    background: #ffffff;
    border-radius: 12px;
}

.oswalt-enhanced-product-media--gallery .fotorama__thumb-border {
    border-color: var(--oswalt-enhanced-accent);
}

/* Disable the previous CSS-only lightbox rules if any old markup/CSS remains cached */
.oswalt-enhanced-image-lightbox {
    display: none !important;
}

/* Tighten Magento native gallery inside the enhanced hero */
.oswalt-enhanced-product-media--gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.oswalt-enhanced-product-media--gallery .product.media {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.oswalt-enhanced-product-media--gallery .gallery-placeholder {
    width: 100%;
    min-height: 0 !important;
    padding: 18px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 16px;
    background: var(--oswalt-enhanced-soft-panel);
}

.oswalt-enhanced-product-media--gallery .fotorama {
    width: 100% !important;
}

.oswalt-enhanced-product-media--gallery .fotorama__wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
}

.oswalt-enhanced-product-media--gallery .fotorama__stage {
    height: 360px !important;
    max-height: 360px !important;
    background: #ffffff;
    border-radius: 12px;
}

.oswalt-enhanced-product-media--gallery .fotorama__stage__shaft,
.oswalt-enhanced-product-media--gallery .fotorama__stage__frame {
    height: 360px !important;
    max-height: 360px !important;
}

.oswalt-enhanced-product-media--gallery .fotorama__img {
    width: auto !important;
    max-width: 92% !important;
    max-height: 330px !important;
    object-fit: contain;
}

.oswalt-enhanced-product-media--gallery .fotorama__nav-wrap {
    margin-top: 10px;
}

.oswalt-enhanced-product-media--gallery .fotorama__thumb-border {
    border-color: var(--oswalt-enhanced-accent);
}

@media (min-width: 1200px) {
    .oswalt-enhanced-product-media--gallery .fotorama__stage,
    .oswalt-enhanced-product-media--gallery .fotorama__stage__shaft,
    .oswalt-enhanced-product-media--gallery .fotorama__stage__frame {
        height: 390px !important;
        max-height: 390px !important;
    }

    .oswalt-enhanced-product-media--gallery .fotorama__img {
        max-height: 360px !important;
    }
}

@media (max-width: 760px) {
    .oswalt-enhanced-product-media--gallery .gallery-placeholder {
        padding: 12px;
    }

    .oswalt-enhanced-product-media--gallery .fotorama__stage,
    .oswalt-enhanced-product-media--gallery .fotorama__stage__shaft,
    .oswalt-enhanced-product-media--gallery .fotorama__stage__frame {
        height: 280px !important;
        max-height: 280px !important;
    }

    .oswalt-enhanced-product-media--gallery .fotorama__img {
        max-height: 250px !important;
    }
}

/* Enhanced product page price block using Magento's native price renderer */
.oswalt-enhanced-magento-price .price-box {
    margin: 0;
}

.oswalt-enhanced-magento-price .normal-price,
.oswalt-enhanced-magento-price .special-price {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: baseline;
    margin: 0;
}

.oswalt-enhanced-magento-price .price-box .price {
    color: #102a43;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;
}

.oswalt-enhanced-magento-price .old-price {
    display: block;
    margin: 0 0 6px;
    color: #52697d;
}

.oswalt-enhanced-magento-price .old-price .price-label {
    display: inline-block;
    margin-right: 6px;
    color: #52697d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.oswalt-enhanced-magento-price .old-price .price {
    color: #6b7c8f;
    font-size: 16px;
    font-weight: 900;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.oswalt-enhanced-magento-price .special-price .price-label,
.oswalt-enhanced-magento-price .normal-price .price-label {
    color: #52697d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.oswalt-enhanced-magento-price .sale-text {
    display: inline-block;
    margin-left: 6px;
    color: #52697d !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.25;
    vertical-align: baseline;
}

.oswalt-enhanced-magento-price .sale-text br {
    display: block;
}

@media (max-width: 760px) {
    .oswalt-enhanced-magento-price .price-box .price {
        font-size: 26px;
    }
}

/* Put the unit text with the active/final price, not with the old crossed-out price */
.oswalt-enhanced-magento-price .price-box {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    margin: 0;
}

.oswalt-enhanced-magento-price .special-price,
.oswalt-enhanced-magento-price .normal-price,
.oswalt-enhanced-magento-price [data-price-type="finalPrice"] {
    order: 10;
}

.oswalt-enhanced-magento-price .sale-text {
    order: 11;
    display: inline-flex !important;
    align-items: baseline;
    margin: 0 0 0 2px !important;
    color: #52697d !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.2;
    vertical-align: baseline;
}

.oswalt-enhanced-magento-price .old-price {
    order: 30;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    margin: 2px 0 0;
}

.oswalt-enhanced-magento-price .old-price .price-label {
    margin: 0;
}

.oswalt-enhanced-magento-price .old-price .price-container {
    display: inline-flex;
    align-items: baseline;
}

.oswalt-enhanced-magento-price .old-price .price {
    color: #6b7c8f;
    font-size: 14px;
    font-weight: 900;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.oswalt-enhanced-magento-price .special-price .price-label,
.oswalt-enhanced-magento-price .normal-price .price-label {
    display: none;
}

/* Final enhanced price block cleanup */
.oswalt-enhanced-price-panel {
    grid-template-columns: minmax(300px, 1fr) auto;
    align-items: center;
    gap: 22px;
    padding: 20px;
}

.oswalt-enhanced-price-block--magento {
    min-width: 0;
}

.oswalt-enhanced-price-block--magento .oswalt-enhanced-price-label {
    margin-bottom: 6px;
}

.oswalt-enhanced-magento-price .price-box {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 8px;
    margin: 0;
    line-height: 1.15;
}

/* Active price */
.oswalt-enhanced-magento-price .special-price,
.oswalt-enhanced-magento-price .normal-price {
    order: 10;
    display: inline-flex;
    align-items: baseline;
    margin: 0;
}

.oswalt-enhanced-magento-price .special-price .price-container,
.oswalt-enhanced-magento-price .normal-price .price-container {
    display: inline-flex;
    align-items: baseline;
}

.oswalt-enhanced-magento-price .special-price .price-label,
.oswalt-enhanced-magento-price .normal-price .price-label {
    display: none;
}

.oswalt-enhanced-magento-price .price-box .special-price .price,
.oswalt-enhanced-magento-price .price-box .normal-price .price,
.oswalt-enhanced-magento-price .price-box [data-price-type="finalPrice"] .price {
    color: #102a43;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

/* Unit text, like EACH */
.oswalt-enhanced-magento-price .sale-text {
    order: 11;
    display: inline-flex !important;
    align-items: baseline;
    margin: 0 !important;
    padding-left: 2px;
    color: #52697d !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.1;
    text-transform: uppercase;
}

/* Regular/old price line */
.oswalt-enhanced-magento-price .old-price {
    order: 30;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 7px;
    margin: 9px 0 0;
    line-height: 1.2;
}

.oswalt-enhanced-magento-price .old-price .price-label {
    display: inline-flex;
    margin: 0;
    color: #52697d;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .03em;
    line-height: 1.2;
    text-transform: uppercase;
}

.oswalt-enhanced-magento-price .old-price .price-container {
    display: inline-flex;
    align-items: baseline;
    margin: 0;
}

.oswalt-enhanced-magento-price .old-price .price {
    color: #6b7c8f;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: #6b7c8f;
}

/* Qty/action side */
.oswalt-enhanced-actions {
    min-width: 210px;
}

.oswalt-enhanced-add-form {
    grid-template-columns: 88px auto;
    gap: 10px;
}

/* Mobile/tablet price layout */
@media (max-width: 760px) {
    .oswalt-enhanced-price-panel {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .oswalt-enhanced-magento-price .price-box .special-price .price,
    .oswalt-enhanced-magento-price .price-box .normal-price .price,
    .oswalt-enhanced-magento-price .price-box [data-price-type="finalPrice"] .price {
        font-size: 30px;
    }

    .oswalt-enhanced-actions {
        min-width: 0;
    }
}

/* Product reviews inside enhanced product pages */
.oswalt-enhanced-content-main .block.review-list,
.oswalt-enhanced-content-main .block.review-add {
    margin-top: 0;
    padding: 24px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(16, 42, 67, 0.07);
}

.oswalt-enhanced-content-main .block.review-list + .block.review-add {
    margin-top: 18px;
}

.oswalt-enhanced-content-main .block.review-list .block-title,
.oswalt-enhanced-content-main .block.review-add .block-title {
    margin-bottom: 16px;
}

.oswalt-enhanced-content-main .block.review-list .block-title strong,
.oswalt-enhanced-content-main .block.review-add .block-title strong {
    color: var(--oswalt-enhanced-text);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}

.oswalt-enhanced-content-main .review-item {
    padding: 16px 0;
    border-bottom: 1px solid var(--oswalt-enhanced-border);
}

.oswalt-enhanced-content-main .review-item:last-child {
    border-bottom: 0;
}

.oswalt-enhanced-content-main .review-title {
    color: var(--oswalt-enhanced-text);
    font-size: 16px;
    font-weight: 900;
}

.oswalt-enhanced-content-main .review-content {
    color: var(--oswalt-enhanced-muted);
    line-height: 1.55;
}

.oswalt-enhanced-content-main .review-form .field {
    margin-bottom: 14px;
}

.oswalt-enhanced-content-main .review-form input,
.oswalt-enhanced-content-main .review-form textarea {
    border-radius: 10px;
}

.oswalt-enhanced-content-main .review-form .action.submit.primary {
    border-radius: 10px;
    background: var(--oswalt-enhanced-accent);
    border-color: var(--oswalt-enhanced-accent);
    font-weight: 900;
}

@media (max-width: 760px) {
    .oswalt-enhanced-content-main .block.review-list,
    .oswalt-enhanced-content-main .block.review-add {
        padding: 18px;
        border-radius: 14px;
    }
}

/* Multiple enhanced product badges */
.oswalt-enhanced-badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 12px;
}

.oswalt-enhanced-badge-list .oswalt-enhanced-product-badge {
    margin: 0;
}

/* Multiple enhanced product badges */
.oswalt-enhanced-badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 12px;
}

.oswalt-enhanced-badge-list .oswalt-enhanced-product-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
}

/* Multiple enhanced product badges */
.oswalt-enhanced-badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 12px;
}

.oswalt-enhanced-badge-list .oswalt-enhanced-product-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
}

/* Enhanced product badge list */
.oswalt-enhanced-product-kicker .oswalt-enhanced-badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 12px;
}

.oswalt-enhanced-product-kicker .oswalt-enhanced-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
}

/* Enhanced product badge list */
.oswalt-enhanced-product-kicker .oswalt-enhanced-badge-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 12px;
}

.oswalt-enhanced-product-kicker .oswalt-enhanced-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    white-space: nowrap;
}

/* Compact native Magento reviews inside enhanced product pages */
.oswalt-enhanced-product-page .block.review-list,
.oswalt-enhanced-product-page .block.review-add,
.oswalt-enhanced-content-main .block.review-list,
.oswalt-enhanced-content-main .block.review-add {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 16px 18px;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(16, 42, 67, 0.045);
}

.oswalt-enhanced-product-page .block.review-list .block-title,
.oswalt-enhanced-product-page .block.review-add .block-title,
.oswalt-enhanced-content-main .block.review-list .block-title,
.oswalt-enhanced-content-main .block.review-add .block-title {
    margin-bottom: 10px;
}

.oswalt-enhanced-product-page .block.review-list .block-title strong,
.oswalt-enhanced-product-page .block.review-add .block-title strong,
.oswalt-enhanced-content-main .block.review-list .block-title strong,
.oswalt-enhanced-content-main .block.review-add .block-title strong {
    font-size: 18px;
    line-height: 1.25;
}

.oswalt-enhanced-product-page .review-item,
.oswalt-enhanced-content-main .review-item {
    padding: 12px 0;
}

.oswalt-enhanced-product-page .review-form .field,
.oswalt-enhanced-content-main .review-form .field {
    margin-bottom: 10px;
}

.oswalt-enhanced-product-page .review-form textarea,
.oswalt-enhanced-content-main .review-form textarea {
    min-height: 86px;
}

/* Safe compact native Magento reviews on enhanced product pages */
.oswalt-enhanced-product-page .block.review-list,
.oswalt-enhanced-product-page .block.review-add,
.oswalt-enhanced-content-main .block.review-list,
.oswalt-enhanced-content-main .block.review-add {
    margin: 12px 0 !important;
    padding: 12px 14px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 14px rgba(16, 42, 67, 0.035) !important;
}

.oswalt-enhanced-product-page .block.review-list .block-title,
.oswalt-enhanced-product-page .block.review-add .block-title,
.oswalt-enhanced-content-main .block.review-list .block-title,
.oswalt-enhanced-content-main .block.review-add .block-title {
    margin: 0 0 8px !important;
}

.oswalt-enhanced-product-page .block.review-list .block-title strong,
.oswalt-enhanced-product-page .block.review-add .block-title strong,
.oswalt-enhanced-content-main .block.review-list .block-title strong,
.oswalt-enhanced-content-main .block.review-add .block-title strong {
    font-size: 16px !important;
    line-height: 1.2 !important;
}

.oswalt-enhanced-product-page .review-item,
.oswalt-enhanced-content-main .review-item {
    padding: 8px 0 !important;
}

.oswalt-enhanced-product-page .review-title,
.oswalt-enhanced-content-main .review-title {
    font-size: 14px !important;
    line-height: 1.25 !important;
}

.oswalt-enhanced-product-page .review-content,
.oswalt-enhanced-content-main .review-content {
    font-size: 13px !important;
    line-height: 1.35 !important;
}

.oswalt-enhanced-product-page .review-form .field:not(.review-field-rating),
.oswalt-enhanced-content-main .review-form .field:not(.review-field-rating) {
    margin-bottom: 8px !important;
}

.oswalt-enhanced-product-page .review-form .field:not(.review-field-rating) textarea,
.oswalt-enhanced-content-main .review-form .field:not(.review-field-rating) textarea {
    min-height: 68px !important;
}

/* Restore Magento native star alignment */
.oswalt-enhanced-product-page .review-control-vote:before,
.oswalt-enhanced-product-page .review-control-vote label:before,
.oswalt-enhanced-content-main .review-control-vote:before,
.oswalt-enhanced-content-main .review-control-vote label:before {
    font-size: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    letter-spacing: -10px !important;
}

.oswalt-enhanced-product-page .review-control-vote label,
.oswalt-enhanced-content-main .review-control-vote label {
    margin: 0 !important;
    padding: 0 !important;
}

/* Keep the two remaining trust cards balanced after removing custom pricing */
.oswalt-enhanced-product-page .oswalt-enhanced-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 760px) {
    .oswalt-enhanced-product-page .oswalt-enhanced-trust-grid {
        grid-template-columns: 1fr;
    }
}

/* Fix selected thumbnail border alignment in Magento/Fotorama gallery */
.oswalt-enhanced-product-page .fotorama__thumb-border {
    display: none !important;
}

.oswalt-enhanced-product-page .fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active .fotorama__thumb {
    outline: 2px solid #c4201d;
    outline-offset: 0;
    border-radius: 4px;
}

.oswalt-enhanced-product-page .fotorama__nav--thumbs .fotorama__thumb {
    border-radius: 4px;
}

/* Enhanced quantity stepper */
.oswalt-enhanced-qty-stepper {
    display: inline-flex;
    align-items: center;
    height: 42px;
    border: 1px solid #cfd9e3;
    border-radius: 999px;
    background: #ffffff;
    overflow: hidden;
}

.oswalt-enhanced-qty-stepper .oswalt-enhanced-qty {
    width: 54px;
    height: 40px;
    border: 0;
    border-left: 1px solid #e1e8f0;
    border-right: 1px solid #e1e8f0;
    border-radius: 0;
    text-align: center;
    font-weight: 800;
    color: #0b2f4f;
    background: #ffffff;
    box-shadow: none;
}

.oswalt-enhanced-qty-stepper .oswalt-enhanced-qty:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(196, 32, 29, 0.18);
}

.oswalt-enhanced-qty-stepper .oswalt-enhanced-qty::-webkit-outer-spin-button,
.oswalt-enhanced-qty-stepper .oswalt-enhanced-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.oswalt-enhanced-qty-stepper .oswalt-enhanced-qty {
    -moz-appearance: textfield;
}

.oswalt-enhanced-qty-button {
    width: 38px;
    height: 40px;
    border: 0;
    background: #ffffff;
    color: #0b2f4f;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.oswalt-enhanced-qty-button:hover {
    background: #f3f7fb;
}

.oswalt-enhanced-qty-button:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

/* Cleaner enhanced quantity stepper */
.oswalt-enhanced-product-page .oswalt-enhanced-qty-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.oswalt-enhanced-product-page .oswalt-enhanced-qty-stepper {
    display: grid !important;
    grid-template-columns: 34px 46px 34px;
    align-items: center;
    width: 116px;
    height: 42px;
    border: 1px solid #cfd9e3;
    border-radius: 999px;
    background: #ffffff;
    overflow: hidden;
}

.oswalt-enhanced-product-page .oswalt-enhanced-qty-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    min-width: 34px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #0b2f4f !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: none !important;
    cursor: pointer;
}

.oswalt-enhanced-product-page .oswalt-enhanced-qty-button:hover {
    background: #f3f7fb !important;
    color: #0b2f4f !important;
}

.oswalt-enhanced-product-page .oswalt-enhanced-qty-button:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.oswalt-enhanced-product-page .oswalt-enhanced-qty-stepper .oswalt-enhanced-qty {
    width: 46px !important;
    min-width: 46px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 1px solid #e1e8f0 !important;
    border-right: 1px solid #e1e8f0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #0b2f4f !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 40px !important;
    box-shadow: none !important;
}

.oswalt-enhanced-product-page .oswalt-enhanced-qty-stepper .oswalt-enhanced-qty:focus {
    outline: none !important;
    box-shadow: inset 0 0 0 2px rgba(196, 32, 29, 0.16) !important;
}

.oswalt-enhanced-product-page .oswalt-enhanced-qty-stepper .oswalt-enhanced-qty::-webkit-outer-spin-button,
.oswalt-enhanced-product-page .oswalt-enhanced-qty-stepper .oswalt-enhanced-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.oswalt-enhanced-product-page .oswalt-enhanced-qty-stepper .oswalt-enhanced-qty {
    -moz-appearance: textfield;
}

/* Final layout fix for enhanced qty + cart actions */
.oswalt-enhanced-product-page .oswalt-enhanced-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
}

.oswalt-enhanced-product-page .oswalt-enhanced-add-form {
    display: grid !important;
    grid-template-columns: 120px minmax(130px, 1fr) !important;
    align-items: end !important;
    column-gap: 16px !important;
    row-gap: 8px !important;
    width: 100% !important;
    margin: 0 !important;
}

.oswalt-enhanced-product-page .oswalt-enhanced-qty-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
    width: 120px !important;
    min-width: 120px !important;
    margin: 0 !important;
}

.oswalt-enhanced-product-page .oswalt-enhanced-qty-label {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #304f6d !important;
}

.oswalt-enhanced-product-page .oswalt-enhanced-qty-stepper {
    display: grid !important;
    grid-template-columns: 34px 46px 34px !important;
    width: 114px !important;
    min-width: 114px !important;
    height: 42px !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 2 !important;
}

.oswalt-enhanced-product-page .oswalt-enhanced-add-form > .oswalt-enhanced-button-primary {
    width: 100% !important;
    min-width: 130px !important;
    height: 48px !important;
    margin: 0 !important;
    align-self: end !important;
    position: relative !important;
    z-index: 1 !important;
    white-space: nowrap !important;
}

.oswalt-enhanced-product-page .oswalt-enhanced-actions > .oswalt-enhanced-button-secondary {
    width: 100% !important;
    margin: 0 !important;
}

/* Keep qty internals from being distorted by theme button/input styles */
.oswalt-enhanced-product-page .oswalt-enhanced-qty-stepper .oswalt-enhanced-qty-button,
.oswalt-enhanced-product-page .oswalt-enhanced-qty-stepper .oswalt-enhanced-qty {
    box-sizing: border-box !important;
}

@media (max-width: 520px) {
    .oswalt-enhanced-product-page .oswalt-enhanced-add-form {
        grid-template-columns: 1fr !important;
    }

    .oswalt-enhanced-product-page .oswalt-enhanced-qty-group {
        width: 100% !important;
    }

    .oswalt-enhanced-product-page .oswalt-enhanced-qty-stepper {
        width: 140px !important;
        grid-template-columns: 40px 60px 40px !important;
    }
}
