.account .block .logo img {
    max-width: 150px;
}

.cartCount {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    height: 15px;
    line-height: 18px;
    border-radius: 100px;

    padding-top: 0;
    overflow: hidden;
    font-weight: bold;
}
.cartCount.active {
    color: white;
    background-color: red;
}
.empty-cart {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
}

.empty-cart svg {
    max-width: 60%;
    padding: 5rem 3rem;
}

.empty-cart h3 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.empty-cart p {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 24px;
    max-width: 80%;
    margin: 1.25rem auto 0 auto;
}

.accutech-mobile-category {
    margin-bottom: 10px;
}
.accutech-mobile-category a {
    width: auto;
    float: left;
    margin: 5px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

:root {
    --accu-ink: #14213d;
    --accu-muted: #6b7280;
    --accu-line: #e5e7eb;
    --accu-soft: #f6f8fb;
    --accu-surface: #ffffff;
    --accu-primary: #0f766e;
    --accu-primary-dark: #115e59;
    --accu-accent: #f59e0b;
    --accu-danger: #ef4444;
    --accu-shadow: 0 18px 45px rgba(20, 33, 61, 0.1);
    --accu-shadow-soft: 0 10px 24px rgba(20, 33, 61, 0.08);
}

@keyframes accuFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes accuGlow {
    0%,
    100% {
        box-shadow: 0 0 0 rgba(15, 118, 110, 0);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(15, 118, 110, 0.08);
    }
}

@keyframes accuSlideInRight {
    from {
        opacity: 0;
        transform: translateX(32px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes accuButtonPop {
    0% {
        transform: scale(1);
    }
    45% {
        transform: scale(0.97);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes accuPageIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes accuSoftReveal {
    from {
        opacity: 0;
        transform: translateY(16px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes accuShine {
    from {
        transform: translateX(-120%) skewX(-18deg);
    }

    to {
        transform: translateX(220%) skewX(-18deg);
    }
}

@keyframes accuPulseDot {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(15, 118, 110, 0.22);
    }

    50% {
        box-shadow: 0 0 0 9px rgba(15, 118, 110, 0);
    }
}

body {
    color: var(--accu-ink);
    background: var(--accu-soft);
    animation: accuPageIn 0.36s ease both;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

a {
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.section {
    padding-top: 58px;
    padding-bottom: 58px;
}

.page-wrapper,
.products.section,
.user-dashboard.page-wrapper,
.cart.shopping,
.single-product,
.related-products {
    animation: accuSoftReveal 0.46s ease both;
}

.block,
.dashboard-wrapper,
.dso-catalog-panel,
.single-product-slider,
.single-product-details,
.invalid-company-card {
    animation: accuSoftReveal 0.5s ease both;
}

.table tbody tr {
    animation: accuFadeUp 0.36s ease both;
}

.table tbody tr:nth-child(2) {
    animation-delay: 0.04s;
}

.table tbody tr:nth-child(3) {
    animation-delay: 0.08s;
}

.table tbody tr:nth-child(4) {
    animation-delay: 0.12s;
}

.top-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(229, 231, 235, 0.9);
    box-shadow: 0 8px 30px rgba(20, 33, 61, 0.06);
    position: sticky;
    top: 0;
    z-index: 99;
    backdrop-filter: blur(12px);
}

.top-header .container {
    padding-top: 12px;
    padding-bottom: 12px;
}

.contact-number,
.top-menu > li > a,
.dropdown.search > a {
    color: var(--accu-ink);
    font-weight: 500;
}

.top-menu > li > a:hover,
.dropdown.search > a:hover,
.product-content h4 a:hover,
.breadcrumb a:hover {
    color: var(--accu-primary);
}

.top-menu > li > a {
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 9px 12px;
}

.top-menu > li > a:hover {
    background: rgba(15, 118, 110, 0.08);
}

.logo img,
#logoAccu {
    max-height: 58px;
    object-fit: contain;
    transition: transform 0.22s ease, filter 0.22s ease;
}

.logo a:hover img,
a:hover #logoAccu {
    filter: drop-shadow(0 8px 12px rgba(15, 118, 110, 0.18));
    transform: translateY(-1px) scale(1.03);
}

.cartCount {
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-left: 4px;
}

.cartCount.active {
    background: var(--accu-danger);
    animation: accuGlow 1.8s ease infinite;
}

.dropdown-menu {
    border: 0;
    border-radius: 8px;
    box-shadow: var(--accu-shadow-soft);
    padding: 8px;
}

.dropdown-menu > li > a {
    border-radius: 6px;
    color: var(--accu-ink);
    padding: 9px 12px;
}

.dropdown-menu > li > a:hover {
    background: rgba(15, 118, 110, 0.08);
    color: var(--accu-primary-dark);
}

.page-header {
    background: linear-gradient(120deg, rgba(15, 118, 110, 0.96), rgba(20, 33, 61, 0.94)),
        url("../images/shop/header-img.jpg") center/cover;
    padding: 54px 0 46px;
    margin: 0;
    border: 0;
    color: #fff;
}

.page-header .content {
    animation: accuFadeUp 0.55s ease both;
}

.page-header .page-name {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-header .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.page-header .breadcrumb,
.page-header .breadcrumb a,
.page-header .breadcrumb > .active {
    color: rgba(255, 255, 255, 0.88);
}

.btn-main,
.btn-small,
.btn-transparent,
.btn-solid-border {
    border: 0;
    border-radius: 7px;
    font-weight: 600;
    letter-spacing: 0.4px;
    background: var(--accu-primary);
    box-shadow: 0 10px 22px rgba(15, 118, 110, 0.22);
}

.btn-main:hover,
.btn-small:hover,
.btn-transparent:hover,
.btn-solid-border:hover {
    background: var(--accu-primary-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(15, 118, 110, 0.26);
}

.btn-main:active,
.btn-small:active {
    animation: accuButtonPop 0.18s ease;
}

.form-control,
input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"],
textarea.form-control,
select.form-control {
    border: 1px solid var(--accu-line);
    border-radius: 7px;
    color: var(--accu-ink);
    font-size: 14px;
    font-weight: 400;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea.form-control:focus,
select.form-control:focus {
    border-color: var(--accu-primary);
    box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.widget,
.account .block,
.cart .block,
.single-product-slider,
.single-product-details,
.panel.panel-default {
    background: var(--accu-surface);
    border: 1px solid rgba(229, 231, 235, 0.78);
    border-radius: 8px;
    box-shadow: var(--accu-shadow-soft);
}

.widget,
.account .block,
.cart .block,
.single-product-details {
    padding: 24px;
}

.widget-title,
.title h2 {
    color: var(--accu-ink);
    font-weight: 700;
}

.product-item {
    background: var(--accu-surface);
    border: 1px solid rgba(229, 231, 235, 0.88);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(20, 33, 61, 0.06);
    margin-bottom: 28px;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    animation: accuFadeUp 0.45s ease both;
}

.product-item:hover {
    border-color: rgba(15, 118, 110, 0.28);
    box-shadow: var(--accu-shadow);
    transform: translateY(-5px);
}

.product-item:before {
    background: linear-gradient(90deg, var(--accu-primary), var(--accu-accent));
    content: "";
    display: block;
    height: 3px;
    opacity: 0;
    transition: opacity 0.22s ease;
}

.product-item:hover:before {
    opacity: 1;
}

.product-thumb {
    background: linear-gradient(180deg, #ffffff, #f3f7f8) !important;
    overflow: hidden;
}

.product-thumb img {
    transition: transform 0.28s ease;
}

.product-item:hover .product-thumb img {
    transform: scale(1.04);
}

.product-content {
    padding: 16px 14px 18px;
}

.product-content h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.price,
.product-price {
    color: var(--accu-primary-dark) !important;
    font-weight: 700;
}

.accutech-mobile-category a,
.panel-body li a,
.single-product-details .product-category li a {
    border-radius: 999px;
    border: 1px solid var(--accu-line);
    color: var(--accu-ink);
    display: inline-block;
    padding: 8px 12px;
}

.accutech-mobile-category a:hover,
.panel-body li a:hover,
.single-product-details .product-category li a:hover {
    background: rgba(15, 118, 110, 0.08);
    border-color: rgba(15, 118, 110, 0.22);
    color: var(--accu-primary-dark);
}

.commonAccordion .panel-heading {
    background: transparent;
    border: 0;
    padding: 14px 18px;
}

.commonAccordion .panel-title a {
    color: var(--accu-ink);
    font-weight: 700;
}

.single-product-slider {
    padding: 18px;
    overflow: hidden;
}

.single-product-slider img {
    border-radius: 8px;
}

.single-product-details h2 {
    font-weight: 700;
    line-height: 1.25;
}

.product-description {
    color: var(--accu-muted);
}

.bootstrap-touchspin .btn {
    border-color: var(--accu-line);
}

.table {
    background: #fff;
}

.table > thead > tr > th {
    border-bottom: 1px solid var(--accu-line);
    color: var(--accu-muted);
    font-size: 12px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.table > tbody > tr {
    transition: background-color 0.2s ease;
}

.table > tbody > tr:hover {
    background: rgba(15, 118, 110, 0.04);
}

.product-info img {
    border-radius: 8px;
    background: var(--accu-soft);
    margin-right: 12px;
}

.product-remove {
    color: var(--accu-danger);
    font-weight: 600;
}

.empty-cart {
    background: #fff;
    border-radius: 8px;
    padding: 28px;
}

.footer {
    background: var(--accu-ink);
    color: rgba(255, 255, 255, 0.76);
    padding: 28px 0;
}

.footer .copyright-text,
.footer a {
    color: rgba(255, 255, 255, 0.76);
}

.cart-drawer-overlay {
    background: rgba(20, 33, 61, 0.42);
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.24s ease;
    z-index: 998;
}

.cart-drawer {
    background: #fff;
    box-shadow: -24px 0 50px rgba(20, 33, 61, 0.18);
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    max-width: 420px;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(110%, 0, 0);
    transition: transform 0.28s ease;
    width: 92vw;
    z-index: 999;
    animation: none;
    will-change: transform;
}

html.cart-drawer-open,
body.cart-drawer-open {
    height: 100%;
    overflow: hidden;
}

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

.cart-drawer-open .cart-drawer {
    transform: translate3d(0, 0, 0);
}

.cart-drawer__header {
    align-items: center;
    border-bottom: 1px solid var(--accu-line);
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    padding: 22px 22px 18px;
}

.cart-drawer__eyebrow {
    color: var(--accu-primary);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.cart-drawer__header h3 {
    color: var(--accu-ink);
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.cart-drawer__close {
    background: var(--accu-soft);
    border: 0;
    border-radius: 50%;
    color: var(--accu-ink);
    font-size: 28px;
    height: 38px;
    line-height: 34px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    width: 38px;
}

.cart-drawer__close:hover {
    background: rgba(239, 68, 68, 0.1);
    color: var(--accu-danger);
    transform: rotate(90deg);
}

.cart-drawer__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.cart-drawer__loading {
    color: var(--accu-muted);
    padding: 24px;
}

.cart-drawer__items {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px 18px;
}

.cart-drawer__item {
    animation: accuSlideInRight 0.28s ease both;
    border-bottom: 1px solid var(--accu-line);
    display: grid;
    gap: 12px;
    grid-template-columns: 82px 1fr;
    padding: 14px 0;
}

.cart-drawer__image {
    align-items: center;
    background: linear-gradient(180deg, #ffffff, #f3f7f8);
    border: 1px solid var(--accu-line);
    border-radius: 8px;
    display: flex;
    height: 82px;
    justify-content: center;
    overflow: hidden;
    width: 82px;
}

.cart-drawer__image img {
    max-height: 78px;
    max-width: 78px;
    object-fit: contain;
    transition: transform 0.22s ease;
}

.cart-drawer__item:hover .cart-drawer__image img {
    transform: scale(1.06);
}

.cart-drawer__name {
    color: var(--accu-ink);
    display: block;
    font-weight: 700;
    line-height: 1.35;
}

.cart-drawer__variant {
    color: var(--accu-muted);
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.cart-drawer__line {
    align-items: center;
    color: var(--accu-muted);
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    margin-top: 8px;
}

.cart-drawer__line strong {
    color: var(--accu-primary-dark);
}

.cart-drawer__remove {
    display: inline-block;
    font-size: 12px;
    margin-top: 7px;
}

.cart-drawer__footer {
    border-top: 1px solid var(--accu-line);
    box-shadow: 0 -12px 24px rgba(20, 33, 61, 0.06);
    flex: 0 0 auto;
    padding: 18px 22px 22px;
}

.cart-drawer__total {
    align-items: center;
    display: flex;
    font-size: 17px;
    justify-content: space-between;
    margin-bottom: 14px;
}

.cart-drawer__total strong {
    color: var(--accu-primary-dark);
    font-size: 20px;
}

.cart-drawer__checkout {
    text-align: center;
    width: 100%;
    color: #fff !important;
}

.cart-drawer__checkout:hover,
.cart-drawer__checkout:focus,
.cart-drawer__checkout:active,
.cart-drawer__checkout:visited {
    color: #fff !important;
}

.cart-drawer__empty {
    margin: auto;
    max-width: 280px;
    padding: 36px 22px;
    text-align: center;
}

.cart-drawer__empty .tf-ion-android-cart {
    align-items: center;
    background: rgba(15, 118, 110, 0.1);
    border-radius: 50%;
    color: var(--accu-primary);
    display: inline-flex;
    font-size: 34px;
    height: 72px;
    justify-content: center;
    margin-bottom: 16px;
    width: 72px;
}

.cart-drawer__empty h4 {
    color: var(--accu-ink);
    font-weight: 700;
}

.cart-drawer__empty p {
    color: var(--accu-muted);
    margin-bottom: 18px;
}

.signin-page.account {
    min-height: 100vh;
    background: #f8fafc;
    display: flex;
    align-items: center;
}

.account .block {
    animation: accuFadeUp 0.55s ease both;
}

.account h2 {
    font-weight: 700;
}

.otp-test-box {
    border: 1px solid rgba(15, 118, 110, 0.22);
    border-radius: 8px;
    color: var(--accu-ink);
    font-size: 16px;
    margin: 16px 0 22px;
}

.otp-test-box strong {
    color: var(--accu-primary-dark);
    font-size: 22px;
    letter-spacing: 2px;
}

.invalid-company-page {
    align-items: center;
    background:radial-gradient(circle at 75% 20%,rgba(31,90,166,.16),transparent 28%),linear-gradient(135deg,#07172f,#104b91);
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 24px;
}

.invalid-company-card {
    background: #fff;
    border:1px solid rgba(255,255,255,.65);
    border-radius:20px;
    box-shadow:0 28px 70px rgba(3,17,40,.35);
    max-width:560px;
    width:100%;
    padding:38px;
    text-align: center;
}

.invalid-company-card img {
    max-height:58px;
    margin-bottom:16px;
}
.invalid-company-card__eyebrow { display:block; color:#b7780d; font-size:10px; font-weight:900; letter-spacing:.18em; text-transform:uppercase; }
.invalid-company-card__icon { width:54px; height:54px; margin:14px auto; display:flex; align-items:center; justify-content:center; border-radius:16px; color:#fff; background:linear-gradient(145deg,#17579e,#082e65); box-shadow:0 12px 26px rgba(10,53,111,.22); font-size:23px; }

.invalid-company-card h1 {
    color: var(--accu-ink);
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 12px;
}

.invalid-company-card p {
    color: var(--accu-muted);
    font-size:14px;
    line-height:1.7;
    margin:0 auto 20px;
    max-width:455px;
}

.invalid-company-help {
    background:#f4f7fb;
    border:1px solid #e1e7ef;
    border-radius:11px;
    color: var(--accu-muted);
    padding:13px;
}
.invalid-company-help strong { display:block; color:#14243c; font-size:10px; letter-spacing:.08em; text-transform:uppercase; }

.invalid-company-help span {
    color: var(--accu-primary-dark);
    display: block;
    font-weight: 800;
    margin-top: 4px;
    overflow-wrap: anywhere;
}
.invalid-company-card > small { display:block; margin-top:14px; color:#8993a3; font-size:10px; }
@media(max-width:520px) {
    .invalid-company-page { padding:14px; }
    .invalid-company-card { padding:28px 18px; border-radius:16px; }
    .invalid-company-card h1 { font-size:23px; }
    .invalid-company-card p { font-size:13px; }
}

@media (max-width: 767px) {
    .top-header {
        position: relative;
    }

    .top-menu.text-right,
    .contact-number {
        text-align: center;
    }

    .section {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .page-header {
        padding: 38px 0 32px;
    }

    .widget,
    .account .block,
    .cart .block,
    .single-product-details {
        padding: 18px;
    }

    .product-thumb {
        height: 240px !important;
    }

    .table {
        font-size: 13px;
    }
}

.shop-home-hero {
    background: #fff;
    padding: 34px 0 20px;
}

.shop-home-hero__inner {
    align-items: center;
    background: linear-gradient(120deg, rgba(15, 118, 110, 0.95), rgba(20, 33, 61, 0.96));
    border-radius: 8px;
    box-shadow: var(--accu-shadow);
    display: grid;
    gap: 24px;
    grid-template-columns: 1.25fr 0.75fr;
    min-height: 250px;
    overflow: hidden;
}

.shop-home-hero__content {
    padding: 34px 38px;
}

.shop-home-hero__eyebrow,
.shop-section-heading span {
    color: var(--accu-accent);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.shop-home-hero h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 10px;
}

.shop-home-hero p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    margin: 0;
    max-width: 520px;
}

.shop-home-hero__art {
    height: 100%;
    min-height: 250px;
}

.shop-home-hero__art img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.shop-category-strip {
    background: #fff;
    padding: 22px 0 18px;
}

.shop-section-heading {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.shop-section-heading h2 {
    color: var(--accu-ink);
    font-size: 26px;
    font-weight: 800;
    margin: 0;
}

.shop-section-heading > a,
.shop-section-heading > p {
    color: var(--accu-muted);
    font-weight: 700;
    margin: 0;
}

.shop-section-heading > a:hover {
    color: var(--accu-primary);
}

.shop-category-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shop-category-card {
    border-radius: 8px;
    display: block;
    height: 142px;
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.shop-category-card:before {
    background: linear-gradient(180deg, rgba(20, 33, 61, 0.08), rgba(20, 33, 61, 0.76));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.shop-category-card img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
    width: 100%;
}

.shop-category-card span {
    bottom: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    left: 16px;
    position: absolute;
    right: 16px;
    z-index: 2;
}

.shop-category-card:hover,
.shop-category-card.is-active {
    box-shadow: var(--accu-shadow);
    transform: translateY(-4px);
}

.shop-category-card:hover img,
.shop-category-card.is-active img {
    transform: scale(1.06);
}

.shop-category-card.is-active {
    outline: 3px solid rgba(245, 158, 11, 0.72);
    outline-offset: 2px;
}

.products.section {
    background: var(--accu-soft);
    padding-top: 32px;
}

.shop-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

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

.shop-products-grid .shop-product-card {
    height: 100%;
    margin-bottom: 0;
}

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

@media (max-width: 767px) {
    .shop-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 12px;
    }
}

.shop-section-heading--products {
    margin-bottom: 24px;
}

.shop-product-card {
    background: #fff;
    border: 1px solid rgba(229, 231, 235, 0.9);
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(20, 33, 61, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 390px;
    overflow: hidden;
    animation: accuSoftReveal 0.46s ease both;
}

.products .row > [class*="col-"]:nth-child(2) .shop-product-card {
    animation-delay: 0.04s;
}

.products .row > [class*="col-"]:nth-child(3) .shop-product-card {
    animation-delay: 0.08s;
}

.products .row > [class*="col-"]:nth-child(4) .shop-product-card {
    animation-delay: 0.12s;
}

.products .row > [class*="col-"]:nth-child(5) .shop-product-card {
    animation-delay: 0.16s;
}

.shop-product-card__media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.34), transparent);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-120%) skewX(-18deg);
}

.shop-product-card:hover .shop-product-card__media:after {
    opacity: 1;
    animation: accuShine 0.8s ease;
}

.shop-product-card__media,
.product-item .shop-product-card__media {
    align-items: center;
    background:
        radial-gradient(circle at 20% 10%, rgba(15, 118, 110, 0.09), transparent 26%),
        linear-gradient(180deg, #ffffff, #eef3f5);
    cursor: pointer;
    display: flex;
    height: 260px;
    justify-content: center;
    padding: 18px;
    position: relative;
    z-index: 1;
}

.shop-product-card__media img,
.product-item .shop-product-card__media img {
    height: 100%;
    max-height: 224px;
    max-width: 100%;
    object-fit: contain;
    opacity: 1;
    width: auto;
}

.shop-product-card__badge {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(20, 33, 61, 0.12);
    color: var(--accu-primary-dark);
    font-size: 12px;
    font-weight: 800;
    opacity: 0;
    padding: 7px 13px;
    position: absolute;
    right: 14px;
    top: 14px;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.shop-product-card:hover .shop-product-card__badge {
    opacity: 1;
    transform: translateY(0);
}

.shop-product-card__content,
.product-item .shop-product-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px;
    text-align: left;
}

.shop-product-card__group {
    color: var(--accu-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
    margin-bottom: 8px;
    min-height: 14px;
    text-transform: uppercase;
}

.shop-product-card__content h4 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 14px;
    min-height: 44px;
}

.shop-product-card__content h4 a {
    color: var(--accu-ink);
}

.shop-product-card__bottom {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: auto;
}

.shop-product-card__cart {
    position: static;
    min-width: 118px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    color: #fff;
    background: #0f766e;
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.28);
    padding: 0 13px;
    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    max-width: none;
    overflow: hidden;
    white-space: nowrap;
}

.shop-product-card__cart i {
    flex: 0 0 auto;
    font-size: 17px;
}

.shop-product-card__cart span {
    max-width: none;
    font-size: 12px;
    font-weight: 900;
    opacity: 1;
    text-transform: uppercase;
}

.shop-product-card:hover .shop-product-card__cart {
    background: #14303f;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(20, 48, 63, 0.24);
}

.shop-product-card:hover .shop-product-card__cart i,
.shop-product-card:hover .shop-product-card__cart span {
    color: #fff;
}

.shop-product-card__bottom .price {
    color: var(--accu-primary-dark) !important;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
}

.shop-product-card__action {
    background: var(--accu-ink);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 8px 13px;
}

.shop-product-card__action:hover {
    background: var(--accu-primary);
    color: #fff;
}

.products .widget {
    position: sticky;
    top: 98px;
}

.products .widget-title {
    font-size: 15px;
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .shop-home-hero__inner {
        grid-template-columns: 1fr;
    }

    .shop-home-hero__art {
        display: none;
    }

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

    .products .widget {
        position: static;
    }
}

@media (max-width: 767px) {
    .shop-home-hero {
        padding-top: 18px;
    }

    .shop-home-hero__content {
        padding: 26px 22px;
    }

    .shop-home-hero h1 {
        font-size: 29px;
    }

    .shop-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

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

    .shop-category-card {
        height: 118px;
    }

    .shop-product-card {
        min-height: 330px;
    }

    .shop-product-card__media,
    .product-item .shop-product-card__media {
        height: 205px !important;
    }

    .shop-product-card__content h4 {
        min-height: auto;
    }
}

/* Storefront polish pass */
body {
    background: #f7f9fb;
}

.top-header {
    border-bottom: 1px solid #edf0f3;
}

.page-header {
    padding: 42px 0 38px;
}

.shop-home-hero {
    background: #f7f9fb;
    padding: 26px 0 14px;
}

.shop-home-hero__inner {
    background: #10213f;
    border-radius: 8px;
    grid-template-columns: 1fr 390px;
    min-height: 230px;
}

.shop-home-hero__content {
    padding: 34px 42px;
}

.shop-home-hero h1 {
    font-size: 34px;
    max-width: 560px;
}

.shop-home-hero__art {
    min-height: 230px;
}

.shop-home-hero__art img {
    filter: saturate(1.05);
}

.shop-category-strip {
    background: #f7f9fb;
    padding: 20px 0 4px;
}

.shop-category-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.shop-category-card {
    background: #fff;
    border: 1px solid #e6ebf0;
    box-shadow: 0 8px 18px rgba(20, 33, 61, 0.06);
    height: 112px;
}

.shop-category-card:before {
    background: linear-gradient(180deg, rgba(16, 33, 63, 0.02), rgba(16, 33, 63, 0.68));
}

.shop-category-card span {
    font-size: 14px;
    line-height: 1.25;
}

.products.section {
    padding-top: 26px;
}

.products .widget {
    border: 1px solid #e6ebf0;
    box-shadow: 0 8px 18px rgba(20, 33, 61, 0.05);
}

.products .widget-title {
    color: #10213f;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.7px;
}

.commonAccordion .panel.panel-default {
    box-shadow: none;
}

.panel-body li {
    margin-bottom: 8px;
}

.panel-body li a {
    border-radius: 7px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-product-card {
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(20, 33, 61, 0.06);
    margin-bottom: 24px;
    min-height: 358px;
}

.shop-product-card:hover {
    box-shadow: 0 18px 36px rgba(20, 33, 61, 0.12);
    transform: translateY(-4px);
}

.shop-product-card:before {
    display: none;
}

.shop-product-card__media,
.product-item .shop-product-card__media {
    background: #fff;
    border-bottom: 1px solid #eef1f5;
    height: 230px;
    padding: 18px;
}

.shop-product-card__media img,
.product-item .shop-product-card__media img {
    border-radius: 6px;
    height: 100%;
    max-height: 198px;
    object-fit: contain;
}

.shop-product-card__content,
.product-item .shop-product-card__content {
    padding: 14px 15px 16px;
}

.shop-product-card__group {
    color: #778195;
    font-size: 10px;
    margin-bottom: 7px;
}

.shop-product-card__content h4 {
    color: #10213f;
    font-size: 15px;
    min-height: 42px;
}

.shop-product-card__bottom .price {
    color: #0f766e !important;
    font-size: 17px;
}

.shop-product-card__action {
    background: #eef6f5;
    color: #0f766e;
}

.shop-product-card__action:hover {
    background: #0f766e;
    color: #fff;
}

.mobile-product-back {
    display: block;
    padding: 14px 0 0;
    background: #f7fafc;
}

.mobile-product-back a,
.back-to-products-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    padding: 8px 14px;
    color: #172033;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.mobile-product-back i,
.back-to-products-btn i {
    color: #0f766e;
    font-size: 17px;
}

.mobile-product-back a:hover,
.back-to-products-btn:hover {
    color: #fff;
    background: #14303f;
}

.mobile-product-back a:hover i,
.back-to-products-btn:hover i {
    color: #fff;
}

.cart-page-actions {
    margin-bottom: 14px;
}

.single-product {
    background: #f7f9fb;
    padding: 52px 0;
}

.single-product-slider,
.single-product-details {
    border: 1px solid #e4e9ef;
    box-shadow: 0 14px 28px rgba(20, 33, 61, 0.07);
}

.single-product-slider {
    background: #fff;
}

.single-product-slider .carousel-inner {
    overflow: hidden;
}

.single-product-slider .carousel-inner > .item {
    align-items: center;
    display: none !important;
    min-height: 430px;
}

.single-product-slider .carousel-inner > .active,
.single-product-slider .carousel-inner > .next,
.single-product-slider .carousel-inner > .prev {
    display: flex !important;
}

.single-product-slider img {
    max-height: 410px;
    object-fit: contain;
}

.single-product-details h2 {
    color: #10213f;
    font-size: 32px;
}

.product-price {
    font-size: 24px;
}

@media (max-width: 1199px) {
    .shop-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .shop-home-hero__inner {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 767px) {
    .shop-home-hero__content {
        padding: 24px;
    }

    .shop-home-hero h1 {
        font-size: 27px;
    }

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

    .shop-product-card__media,
    .product-item .shop-product-card__media {
        height: 190px !important;
    }

    .single-product-slider .item {
        min-height: 280px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *:before,
    *:after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}

.dso-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background:
        linear-gradient(90deg, rgba(255,255,255,0.98), rgba(248,250,252,0.96)),
        linear-gradient(90deg, rgba(15,118,110,0.08), rgba(20,33,61,0.04));
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(14px);
}

.dso-header .container {
    max-width: 1240px;
}

.dso-header__bar {
    min-height: 58px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
}

.dso-header__company-name {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    max-width: 100%;
}

.dso-header__company-name span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dso-header__logo {
    display: flex;
    justify-content: flex-start;
}

.dso-header__logo img {
    max-width: 132px;
    max-height: 42px;
    object-fit: contain;
}

.dso-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

.dso-header__actions > li {
    margin: 0;
}

.dso-header .dropdown-slide {
    position: relative;
}

.dso-header .search-dropdown {
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    min-width: 210px;
    max-width: 230px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 10px;
    padding: 8px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    transform: translateY(8px);
    overflow: hidden;
}

.dso-header .dropdown-slide:hover .search-dropdown,
.dso-header .dropdown.open .search-dropdown {
    transform: translateY(0);
}

.dso-header .search-dropdown:before {
    content: "";
    position: absolute;
    top: -6px;
    right: 24px;
    width: 12px;
    height: 12px;
    border-left: 1px solid rgba(15, 23, 42, 0.1);
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    background: #fff;
    transform: rotate(45deg);
}

.dso-header .search-dropdown > li > a {
    border-radius: 6px;
    padding: 10px 12px;
    color: #172033;
    font-size: 14px;
    font-weight: 700;
}

.dso-header .search-dropdown > li:first-child {
    margin-top: 38px;
}

.dso-header .search-dropdown > li:first-child:before {
    content: "My Account";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 11px 14px;
    color: #fff;
    background: linear-gradient(120deg, #0f766e, #14303f);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dso-header .search-dropdown > li > a:hover {
    color: #0f766e;
    background: rgba(15, 118, 110, 0.08);
}

.dso-header__cart,
.dso-header__user {
    min-height: 36px;
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    padding: 7px 12px !important;
    color: #172033 !important;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    background: #fff;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.dso-header__cart:hover,
.dso-header__user:hover {
    border-color: rgba(15, 118, 110, 0.32);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.dso-header .cartCount {
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0f766e;
    color: #fff;
    font-size: 11px;
    animation: accuPulseDot 2.4s ease infinite;
}

.dso-company-home {
    padding: 22px 0 14px;
    background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}

.dso-company-home .container,
.shop-category-strip .container,
.products .container {
    max-width: 1240px;
}

.dso-company-home__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    align-items: center;
    gap: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    padding: 18px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
}

.dso-company-home__content span,
.shop-section-heading span {
    display: inline-block;
    margin-bottom: 6px;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.dso-company-home__content h1 {
    margin: 0;
    color: #172033;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.15;
}

.dso-company-home__content p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 15px;
    font-weight: 700;
}

.dso-company-home__tools {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
}

.dso-company-home__tools form {
    position: relative;
    min-width: 0;
}

.dso-company-home__tools input {
    height: 44px;
    border-radius: 6px;
    border-color: rgba(15, 23, 42, 0.14);
    padding-right: 46px;
    font-weight: 700;
}

.dso-company-home__tools button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: #0f766e;
}

.dso-company-home__tools img {
    width: 78px;
    height: 52px;
    border-radius: 6px;
    object-fit: cover;
}

.shop-category-strip {
    padding: 18px 0 6px;
}

.products.section {
    padding-top: 20px;
}

.dso-search-widget {
    display: none;
}

@media (max-width: 991px) {
    .dso-header__bar {
        grid-template-columns: 1fr auto;
        gap: 8px 12px;
        min-height: auto;
        padding: 8px 0;
        text-align: left;
    }

    .dso-header__logo {
        grid-column: 1;
        grid-row: 1;
        justify-content: flex-start;
        min-width: 0;
    }

    .dso-header__logo img {
        max-width: 118px;
        max-height: 34px;
    }

    .dso-header__actions {
        grid-column: 2;
        grid-row: 1;
        justify-content: flex-end;
        gap: 8px;
    }

    .dso-company-home__inner {
        grid-template-columns: 1fr;
    }

    .dso-company-home__tools {
        grid-template-columns: 1fr;
    }

    .dso-company-home__tools img {
        display: none;
    }
}

@media (max-width: 575px) {
    .dso-header {
        position: sticky;
    }

    .dso-header .container {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .dso-header__actions {
        flex-wrap: nowrap;
    }

    .dso-header__cart,
    .dso-header__user {
        width: 38px;
        height: 38px;
        min-height: 38px;
        justify-content: center;
        padding: 0 !important;
        font-size: 0;
    }

    .dso-header__cart i,
    .dso-header__user i {
        font-size: 18px;
    }

    .dso-header__cart > span:not(.cartCount),
    .dso-header__user > span {
        display: none;
    }

    .dso-header .cartCount {
        position: absolute;
        top: -5px;
        right: -5px;
        min-width: 19px;
        height: 19px;
        border: 2px solid #fff;
        font-size: 10px;
    }

    .dso-header .cart-nav {
        position: relative;
    }

    .dso-header .search-dropdown {
        top: calc(100% + 8px);
        right: 0;
        min-width: 190px;
        transform: translateY(8px);
    }

    .dso-header .dropdown-slide:hover .search-dropdown,
    .dso-header .dropdown.open .search-dropdown {
        transform: translateY(0);
    }

    .dso-header .search-dropdown:before {
        right: 14px;
        margin-right: 0;
    }

    .dso-company-home {
        padding-top: 14px;
    }

    .dso-company-home__inner {
        padding: 14px;
    }

    .dso-company-home__content h1 {
        font-size: 24px;
    }

    .shop-product-card {
        min-height: 292px;
    }

    .shop-product-card__media,
    .product-item .shop-product-card__media {
        height: 132px !important;
    }

    .shop-product-card__media img,
    .product-item .shop-product-card__media img {
        max-height: 106px;
    }

    .shop-product-card h4 {
        min-height: 42px;
        font-size: 14px;
    }

    .shop-product-card .price,
    .shop-product-card__bottom .price {
        font-size: 15px;
    }

    .shop-product-card__action {
        min-width: 66px;
        padding: 7px 9px;
    }
}

.dso-shop-toolbar {
    padding: 18px 0 10px;
    background: #f7fafc;
}

.dso-shop-toolbar .container,
.dso-category-filter .container,
.products .container {
    max-width: 1240px;
}

.dso-shop-toolbar__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
    align-items: center;
    gap: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    padding: 16px 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.dso-shop-toolbar__inner span {
    display: inline-block;
    margin-bottom: 5px;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.dso-shop-toolbar__inner h1 {
    margin: 0;
    color: #172033;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
}

.dso-shop-toolbar__inner p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
}

.dso-shop-toolbar__inner form {
    position: relative;
}

.dso-shop-toolbar__inner input {
    height: 42px;
    border-radius: 6px;
    border-color: rgba(15, 23, 42, 0.14);
    padding-right: 46px;
}

.dso-shop-toolbar__inner button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: #0f766e;
}

.dso-category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dso-category-pills a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 6px;
    padding: 7px 13px;
    color: #172033;
    background: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.04);
    transition: transform 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.dso-category-pills a:hover,
.dso-category-pills a.is-active {
    border-color: #f59e0b;
    color: #0f766e;
    box-shadow: 0 10px 22px rgba(245, 158, 11, 0.16);
    transform: translateY(-1px);
}

.dso-top-filter__search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: min(520px, 42vw);
}

.dso-top-filter__search input {
    height: 44px;
    border-radius: 6px;
    border-color: rgba(15, 23, 42, 0.14);
    padding-right: 48px;
    font-weight: 700;
}

.dso-top-filter__search button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: #0f766e;
}

.dso-top-filter__search.has-clear button {
    right: 86px;
}

.dso-top-filter__search a {
    min-width: 76px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 6px;
    color: #172033;
    background: #fff;
    font-size: 13px;
    font-weight: 900;
}

.dso-catalog-panel {
    margin-bottom: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.dso-catalog-panel__top {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(280px, 520px) auto;
    align-items: center;
    gap: 16px;
}

.dso-catalog-panel__top span {
    display: inline-block;
    margin-bottom: 5px;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dso-catalog-panel__top h2 {
    margin: 0;
    color: #10213f;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.15;
}

.dso-catalog-panel__top form {
    margin: 0;
}

.dso-catalog-panel__meta {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.dso-catalog-panel__meta > p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
}

.dso-mobile-search-toggle {
    display: none;
}

.dso-catalog-panel__filters {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.dso-catalog-panel__filters strong {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


.shop-home-hero,
.shop-category-card img {
    display: none !important;
}

.page-header {
    position: relative;
    overflow: hidden;
    min-height: 178px;
    margin: 0;
    border: 0;
    display: flex;
    align-items: center;
    background:
        linear-gradient(115deg, rgba(15, 118, 110, 0.96), rgba(20, 33, 61, 0.96)),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 56px);
}

.page-header:before {
    content: "";
    position: absolute;
    inset: -40% -10%;
    background:
        radial-gradient(circle at 22% 35%, rgba(255,255,255,0.18), transparent 28%),
        linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
    animation: dsoBreadcrumbSweep 8s linear infinite;
}

.page-header:after {
    content: "";
    position: absolute;
    right: 9%;
    bottom: -70px;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;
}

.page-header .container {
    position: relative;
    z-index: 1;
    max-width: 1240px;
}

.page-header .content {
    text-align: left;
}

.page-header .page-name {
    margin: 0 0 14px;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.1;
}

.page-header .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.page-header .breadcrumb li,
.page-header .breadcrumb li a {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    font-weight: 700;
}

.page-header .breadcrumb > li + li:before {
    color: rgba(255,255,255,0.7);
}

@keyframes dsoBreadcrumbSweep {
    from {
        transform: translateX(-18%);
    }

    to {
        transform: translateX(18%);
    }
}

.dso-auth-page {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.92) 46%, rgba(232, 35, 45, 0.08) 100%),
        linear-gradient(135deg, #f8fafc 0%, #eef4f6 44%, #14303f 100%);
    overflow: hidden;
}

.dso-auth-page:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: min(760px, 54vw);
    height: 100%;
    background:
        linear-gradient(135deg, rgba(20, 48, 63, 0.98), rgba(22, 111, 113, 0.92)),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 54px),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.07) 0 1px, transparent 1px 54px);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: -20px 0 60px rgba(20, 48, 63, 0.18);
    opacity: 1;
}

.dso-auth-page:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 100%;
    background: #e8232d;
}

.dso-auth-page .container {
    position: relative;
    z-index: 1;
}

.dso-auth-page .block {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.dso-login-strip {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 690px;
    margin: 0 auto 14px;
    overflow: hidden;
    border-radius: 8px;
    background: #14303f;
    color: #fff;
    box-shadow: 0 16px 34px rgba(20, 48, 63, 0.2);
}

.dso-login-strip:before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: #e8232d;
}

.dso-login-strip__track {
    display: flex;
    width: max-content;
    animation: dsoLoginStrip 18s linear infinite;
}

.dso-login-strip__track span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 34px;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.dso-login-strip__track span:before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 12px;
    border-radius: 50%;
    background: #e8232d;
    box-shadow: 0 0 0 4px rgba(232, 35, 45, 0.18);
}

/* Account dropdown and profile workspace */
.dso-reference-theme .dso-header .search-dropdown {
    top: calc(100% + 7px) !important;
    min-width: 180px !important;
    max-width: 190px !important;
    padding: 6px !important;
    border: 1px solid #dfe5ee !important;
    border-top: 2px solid #dda126 !important;
    border-radius: 11px !important;
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 16px 34px rgba(15,40,76,.16) !important;
}
.dso-reference-theme .dso-header .search-dropdown > li:first-child { margin-top: 30px !important; }
.dso-reference-theme .dso-header .search-dropdown > li:first-child:before {
    padding: 8px 11px !important;
    color: #d9a33b !important;
    background: #102d58 !important;
    font-size: 9px !important;
    letter-spacing: .12em !important;
}
.dso-reference-theme .dso-header .search-dropdown > li > a {
    padding: 8px 10px !important;
    border-radius: 7px !important;
    color: #1d2b45 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}
.dso-reference-theme .dso-header .search-dropdown > li > a:hover {
    color: #0b3978 !important;
    background: #fff6e5 !important;
}
.dso-reference-theme .dso-header .search-dropdown > li:first-child > a { color: #0b3978 !important; background: #f1f6fc !important; }

.dso-reference-theme .dso-account-page { padding: 18px 0 44px !important; }
.dso-reference-theme .dso-account-page .container { width: min(1100px,calc(100% - 32px)); }
.dso-reference-theme .dso-account-page .container { width: min(1440px,calc(100% - 48px)) !important; }
.dso-reference-theme .dso-account-page .dashboard-wrapper { width: 100%; }
.dso-reference-theme .dso-account-page .dashboard-menu {
    width: max-content;
    max-width: 100%;
    margin: 0 auto 14px !important;
    padding: 5px !important;
    display: flex;
    gap: 5px;
    border: 1px solid #e0e6ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(18,43,80,.065);
}
.dso-reference-theme .dso-account-page .dashboard-menu li { margin: 0 !important; }
.dso-reference-theme .dso-account-page .dashboard-menu li a {
    min-width: 100px;
    padding: 9px 13px !important;
    border: 0 !important;
    border-radius: 8px;
    color: #687389;
    background: transparent;
    font-size: 11px;
    font-weight: 700;
    transition: color .2s,background .2s,transform .2s;
}
.dso-reference-theme .dso-account-page .dashboard-menu li a:hover { color:#0b3978; background:#f2f6fb; transform:translateY(-1px); }
.dso-reference-theme .dso-account-page .dashboard-menu li a.active { color:#fff !important; background:linear-gradient(145deg,#154f94,#082f68) !important; box-shadow:0 7px 16px rgba(11,52,108,.19); }
.dso-reference-theme .dso-account-page .dashboard-wrapper { padding: 22px !important; border-radius: 16px !important; }
.dso-reference-theme .dso-account-page .dso-profile-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px 16px; }
.dso-reference-theme .dso-account-page .dso-profile-form .form-group:nth-of-type(6) { grid-column: auto !important; }
.dso-reference-theme .dso-account-page .form-group { margin:0 !important; }
.dso-reference-theme .dso-account-page .form-group label { margin-bottom:6px; color:#273550; font-size:10px; font-weight:800; }
.dso-reference-theme .dso-account-page .form-control { height:44px; padding:0 13px; color:#172846; font-size:13px; }
.dso-reference-theme .dso-account-page .dso-profile-actions { grid-column:1/-1; padding-top:4px; }
.dso-reference-theme .dso-account-page .dso-profile-submit { width:min(100%,280px); min-height:43px; border-radius:9px; }

@media (max-width:767px) {
    .dso-reference-theme .dso-account-page { padding:12px 0 88px !important; }
    .dso-reference-theme .dso-account-page .container { width:calc(100% - 16px); max-width:100%; }
    .dso-reference-theme .dso-account-page .dashboard-menu {
        width:100% !important;
        max-width:100% !important;
        margin:0 0 12px !important;
        padding:4px !important;
        display:flex !important;
        align-items:stretch;
        justify-content:stretch;
        gap:4px !important;
        box-sizing:border-box !important;
        overflow:visible !important;
    }
    .dso-reference-theme .dso-account-page .dashboard-menu li {
        flex:1 1 0 !important;
        min-width:0 !important;
        margin:0 !important;
        padding:0 !important;
    }
    .dso-reference-theme .dso-account-page .dashboard-menu li a {
        display:flex !important;
        align-items:center;
        justify-content:center;
        width:100% !important;
        min-width:0 !important;
        min-height:40px;
        padding:8px 6px !important;
        box-sizing:border-box !important;
        white-space:nowrap;
        text-align:center;
        font-size:11px !important;
    }
    .dso-reference-theme .dso-account-page .dashboard-wrapper { padding:12px !important; overflow:visible !important; }
    .dso-reference-theme .dso-account-page .dso-profile-form { grid-template-columns:1fr; gap:12px; }
}

/* Order history workspace */
.dso-reference-theme .dso-orders-page { padding:18px 0 44px !important; }
.dso-reference-theme .dso-orders-page .container { width:min(1500px,calc(100% - 48px)) !important; }
.dso-reference-theme .dso-orders-page .dashboard-menu {
    width:max-content;
    max-width:100%;
    margin:0 auto 14px !important;
    padding:5px !important;
    display:flex;
    gap:5px;
    border:1px solid #e0e6ef;
    border-radius:12px;
    background:#fff;
    box-shadow:0 8px 22px rgba(18,43,80,.065);
}
.dso-reference-theme .dso-orders-page .dashboard-menu li { margin:0 !important; }
.dso-reference-theme .dso-orders-page .dashboard-menu li a { min-width:100px; padding:9px 13px !important; border:0 !important; border-radius:8px; color:#687389; background:transparent; font-size:11px; font-weight:700; }
.dso-reference-theme .dso-orders-page .dashboard-menu li a:hover { color:#0b3978; background:#f2f6fb; }
.dso-reference-theme .dso-orders-page .dashboard-menu li a.active { color:#fff !important; background:linear-gradient(145deg,#154f94,#082f68) !important; box-shadow:0 7px 16px rgba(11,52,108,.19); }
.dso-reference-theme .dso-orders-page .dashboard-wrapper { padding:16px !important; border-radius:16px !important; }
.dso-reference-theme .dso-orders-page table { margin:0; border-collapse:separate; border-spacing:0 7px; }
.dso-reference-theme .dso-orders-page table thead th { padding:12px 14px !important; border:0 !important; color:rgba(255,255,255,.76) !important; font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.dso-reference-theme .dso-orders-page table thead th:first-child { border-radius:9px 0 0 9px; }
.dso-reference-theme .dso-orders-page table thead th:last-child { border-radius:0 9px 9px 0; }
.dso-reference-theme .dso-orders-page tbody tr:not(.dso-orders-empty-row) { background:#fff; box-shadow:0 5px 16px rgba(18,43,80,.055); }
.dso-reference-theme .dso-orders-page tbody tr:not(.dso-orders-empty-row) td { padding:13px 14px !important; border:solid #e6ebf2 !important; border-width:1px 0 !important; color:#344159; font-size:12px; vertical-align:middle; }
.dso-reference-theme .dso-orders-page tbody tr:not(.dso-orders-empty-row) td:first-child { border-left-width:1px !important; border-radius:10px 0 0 10px; color:#102247; font-weight:800; }
.dso-reference-theme .dso-orders-page tbody tr:not(.dso-orders-empty-row) td:last-child { border-right-width:1px !important; border-radius:0 10px 10px 0; }
.dso-reference-theme .dso-orders-page .btn-default { padding:7px 13px; border:0; border-radius:7px; color:#fff; background:#123f7d; font-size:10px; font-weight:800; }
.dso-orders-empty-row td { padding:0 !important; border:0 !important; }
.dso-orders-empty { min-height:220px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; border:1px dashed #d9e1eb; border-radius:13px; background:linear-gradient(145deg,#fbfcff,#f6f9fd); }
.dso-orders-empty > span { width:52px; height:52px; display:inline-flex; align-items:center; justify-content:center; border-radius:14px; color:#dba12e; background:#102f5d; font-size:25px; box-shadow:0 10px 22px rgba(16,47,93,.16); }
.dso-orders-empty h3 { margin:13px 0 3px; color:#102247; font-size:19px; font-weight:800; }
.dso-orders-empty p { margin:0; color:#7b8597; font-size:11px; }
.dso-orders-empty a { margin-top:12px; padding:8px 14px; border-radius:8px; color:#fff; background:linear-gradient(145deg,#154f94,#082f68); font-size:10px; font-weight:800; text-transform:uppercase; }
@media(max-width:767px) {
    .dso-reference-theme .dso-orders-page { padding:12px 0 88px !important; }
    .dso-reference-theme .dso-orders-page .container { width:calc(100% - 16px) !important; max-width:100% !important; }
    .dso-reference-theme .dso-orders-page .dashboard-menu {
        width:100% !important;
        max-width:100% !important;
        margin:0 0 12px !important;
        padding:4px !important;
        display:flex !important;
        align-items:stretch;
        justify-content:stretch;
        gap:4px !important;
        box-sizing:border-box !important;
        overflow:visible !important;
    }
    .dso-reference-theme .dso-orders-page .dashboard-menu li {
        flex:1 1 0 !important;
        min-width:0 !important;
        margin:0 !important;
        padding:0 !important;
    }
    .dso-reference-theme .dso-orders-page .dashboard-menu li a {
        display:flex !important;
        align-items:center;
        justify-content:center;
        width:100% !important;
        min-width:0 !important;
        min-height:40px;
        padding:8px 6px !important;
        box-sizing:border-box !important;
        white-space:nowrap;
        text-align:center;
        font-size:11px !important;
    }
    .dso-reference-theme .dso-orders-page .dashboard-wrapper {
        padding:10px !important;
        overflow:hidden !important;
        max-width:100% !important;
        box-sizing:border-box !important;
    }
    .dso-reference-theme .dso-orders-page table {
        display:block !important;
        min-width:0 !important;
        width:100% !important;
        max-width:100% !important;
    }
    .dso-reference-theme .dso-orders-page tbody tr:hover {
        background:#fff !important;
        transform:none !important;
    }
    .dso-orders-empty { min-height:180px; }
}

/* Product detail variant card grid */
.dso-reference-theme .single-product { padding:18px 0 44px !important; }
.dso-reference-theme .single-product .mt-20 { margin-top:0 !important; }
.dso-reference-theme .single-product-slider,.dso-reference-theme .single-product-details { min-height:520px; }
.dso-reference-theme .single-product-details { padding:28px !important; }
.dso-reference-theme .single-product-details h2 { margin:0 0 8px; color:#101d36; font-size:clamp(25px,2.4vw,36px); }
.dso-reference-theme .single-product-details .product-price { margin:0 0 18px; color:#0b6b65; font-size:25px; font-weight:800; }
.dso-reference-theme .single-product-details .product-size { display:block; margin:18px 0; }
.dso-reference-theme .single-product-details .product-size > span { display:block; margin-bottom:8px; color:#293852; font-size:11px; font-weight:800; }
.dso-variant-grid { display:flex; flex-wrap:wrap; align-items:center; gap:5px; width:100%; }
.dso-variant-option { position:relative; width:auto; min-width:62px; max-width:112px; min-height:36px; padding:5px 23px 5px 8px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; border:1px solid #dfe5ee; border-radius:7px; color:#273650; background:#fff; text-align:left; box-shadow:0 3px 8px rgba(18,43,80,.035); transition:transform .2s,border-color .2s,background .2s,box-shadow .2s; }
.dso-variant-option strong { max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:9px; line-height:1.1; font-weight:800; }
.dso-variant-option span { margin-top:2px; color:#7b8596; font-size:8px; line-height:1; font-weight:700; }
.dso-variant-option i { position:absolute; top:50%; right:6px; width:13px; height:13px; margin-top:-6.5px; display:flex; align-items:center; justify-content:center; border-radius:50%; color:#fff; background:#dda126; font-size:6px; opacity:0; transform:scale(.5); transition:opacity .2s,transform .2s; }
.dso-variant-option:hover { transform:translateY(-2px); border-color:rgba(221,161,38,.65); box-shadow:0 9px 19px rgba(18,43,80,.09); }
.dso-variant-option.is-selected { color:#fff; border-color:#dda126; background:linear-gradient(145deg,#154f94,#082f68); box-shadow:0 10px 22px rgba(11,52,108,.2); }
.dso-variant-option.is-selected span { color:#f1c567; }
.dso-variant-option.is-selected i { opacity:1; transform:scale(1); }
.dso-reference-theme .single-product-details .product-quantity,.dso-reference-theme .single-product-details .product-category { margin:16px 0; }
@media(max-width:767px) {
    .dso-reference-theme .single-product { padding:12px 0 30px !important; }
    .dso-reference-theme .single-product-slider,.dso-reference-theme .single-product-details { min-height:0; }
    .dso-reference-theme .single-product-details { margin-top:12px; padding:18px !important; }
    .dso-variant-grid { gap:5px; }
    .dso-variant-option { min-width:58px; max-width:104px; min-height:34px; padding:4px 21px 4px 7px; }
}

/* Refined cart page */
.dso-reference-theme .dso-cart-page { padding: 18px 0 44px !important; }
.dso-reference-theme .dso-cart-page .cart.shopping { padding: 0 !important; }
.dso-reference-theme .dso-cart-page .cart-page-actions { margin: 0 0 10px !important; }
.dso-reference-theme .dso-cart-page .back-to-products-btn { min-height: 36px; padding: 0 13px; border:1px solid #dfe5ef; border-radius:10px; color:#123f7d !important; background:#fff; box-shadow:0 7px 18px rgba(18,43,80,.06); }
.dso-reference-theme .dso-cart-page .block { padding: 16px !important; overflow: visible !important; }
.dso-reference-theme .dso-cart-page table { margin:0 !important; border-collapse:separate; border-spacing:0 7px; }
.dso-reference-theme .dso-cart-page table thead th { padding:12px 13px !important; border:0 !important; color:rgba(255,255,255,.78) !important; font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.dso-reference-theme .dso-cart-page table thead th:first-child { border-radius:10px 0 0 10px; }
.dso-reference-theme .dso-cart-page table thead th:last-child { border-radius:0 10px 10px 0; }
.dso-reference-theme .dso-cart-page .dso-cart-item { background:#fff; box-shadow:0 5px 18px rgba(18,43,80,.055); }
.dso-reference-theme .dso-cart-page .dso-cart-item td { padding:10px 13px !important; border:solid #e8ecf2 !important; border-width:1px 0 !important; vertical-align:middle !important; }
.dso-reference-theme .dso-cart-page .dso-cart-item td:first-child { border-left-width:1px !important; border-radius:11px 0 0 11px; }
.dso-reference-theme .dso-cart-page .dso-cart-item td:last-child { border-right-width:1px !important; border-radius:0 11px 11px 0; }
.dso-reference-theme .dso-cart-page .product-info { display:flex; align-items:center; gap:13px; }
.dso-reference-theme .dso-cart-page .product-info img { width:60px; height:60px; padding:5px; object-fit:contain; border:1px solid #e3e8ef; border-radius:9px; background:#f7f9fc; }
.dso-reference-theme .dso-cart-page .product-info a { color:#102247; font-size:13px; font-weight:800; }
.dso-reference-theme .dso-cart-page .product-remove { color:#d12d43 !important; font-size:11px; font-weight:800; }
.dso-reference-theme .dso-cart-page .dso-cart-total-row { color:#102247; background:#f2f6fb !important; font-size:14px !important; font-weight:800; }
.dso-reference-theme .dso-cart-page .dso-cart-total-row td { padding:12px 13px !important; border:0 !important; }
.dso-cart-checkout-row { margin-top:14px; display:flex; align-items:stretch; }
.dso-cart-assurance { height:100%; min-height:142px; padding:20px; display:flex; align-items:center; gap:14px; border:1px solid #e5eaf1; border-radius:13px; background:linear-gradient(135deg,#f7faff,#fffaf0); }
.dso-cart-assurance i { width:42px; min-width:42px; height:42px; display:inline-flex; align-items:center; justify-content:center; border-radius:11px; color:#fff; background:#123f7d; font-size:19px; }
.dso-cart-assurance strong,.dso-cart-assurance span { display:block; }
.dso-cart-assurance strong { color:#102247; font-size:14px; }
.dso-cart-assurance span { max-width:430px; margin-top:4px; color:#758096; font-size:11px; line-height:1.6; }
.dso-cart-notes label { margin-bottom:7px; color:#102247; font-size:12px; }
.dso-cart-notes textarea { min-height:88px; resize:vertical; }
.dso-cart-notes .checkoutBtn { width:100%; min-height:42px; margin-top:10px; border-radius:9px; color:#fff !important; }
.dso-cart-notes .checkoutBtn:hover,
.dso-cart-notes .checkoutBtn:focus,
.dso-cart-notes .checkoutBtn:active {
    color:#fff !important;
}
@media (max-width:767px) {
    .dso-reference-theme .dso-cart-page { padding:12px 0 40px !important; }
    .dso-reference-theme .dso-cart-page .container { width:calc(100% - 16px) !important; max-width:100% !important; }
    .dso-reference-theme .dso-cart-page .block { padding:10px !important; overflow:visible !important; }
    .dso-reference-theme .dso-cart-page table { min-width:0 !important; width:100% !important; }
    .dso-cart-checkout-row { display:block; }
    .dso-cart-assurance { min-height:0; margin-bottom:13px; padding:14px; }
}

/* Cart drawer always starts directly below the rendered application header. */
.dso-reference-theme .cart-drawer-overlay {
    top: var(--dso-drawer-top, 54px) !important;
    height: calc(100dvh - var(--dso-drawer-top, 54px)) !important;
}
.dso-reference-theme .cart-drawer {
    top: var(--dso-drawer-top, 54px) !important;
    height: calc(100dvh - var(--dso-drawer-top, 54px)) !important;
    max-height: calc(100dvh - var(--dso-drawer-top, 54px)) !important;
    border-top: 1px solid #e0e6ef;
    border-radius: 16px 0 0 0;
    will-change: transform;
}
@media (max-width: 767px) {
    .dso-reference-theme .cart-drawer {
        width: min(92vw, 420px) !important;
        border-radius: 13px 0 0 0;
    }
}
@media (max-width: 420px) {
    .dso-reference-theme .cart-drawer { width: 100% !important; max-width: 100% !important; border-radius: 0; }
}

/* Join the slim hero directly to the sticky toolbar and finish pagination colours. */
.dso-reference-theme .dso-header { margin-bottom: 0 !important; border-radius: 13px 13px 0 0 !important; }
.dso-reference-theme .page-header {
    width: calc(100% - 20px) !important;
    max-width: 100%;
    margin-top: 0 !important;
    border-top: 1px solid #dfe5ef;
    border-radius: 0 0 18px 18px !important;
    overflow: hidden;
}
.dso-reference-theme .pagination .active {
    color: #fff !important;
    border-color: #dca12b !important;
    background: linear-gradient(145deg,#154f94,#082f68) !important;
    box-shadow: 0 9px 20px rgba(11,52,108,.2) !important;
}
.dso-reference-theme .pagination a { color: #16345f !important; }
.dso-reference-theme .pagination a:hover {
    color: #0b3978 !important;
    border-color: rgba(220,161,43,.55) !important;
    background: #fff7e7 !important;
}
@media (max-width: 767px) {
    .dso-reference-theme .page-header {
        width: calc(100% - 10px) !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        border-radius: 0 0 14px 14px !important;
        overflow: hidden !important;
    }
}

/* Extra-compact header and hero requested for the final layout. */
.dso-reference-theme .dso-header__bar { min-height: 40px !important; }
.dso-reference-theme .dso-header__logo img { max-width: 92px !important; }
.dso-reference-theme .dso-header__cart,
.dso-reference-theme .dso-header__user { min-height: 30px !important; padding: 0 10px !important; }
.dso-reference-theme .dso-header .cartCount { min-width: 19px; height: 19px; line-height: 19px; }
.dso-reference-theme .page-header { min-height: 112px !important; }
.dso-reference-theme .page-header .content { min-height: 112px !important; gap: 7px; }
.dso-reference-theme .page-header .page-name { font-size: 31px !important; }
.dso-reference-theme .dso-page-mark { width: 62px; height: 62px; }
.dso-reference-theme .dso-page-mark:before { inset: -11px; }
.dso-reference-theme .dso-page-mark i { font-size: 25px; }

@media (max-width: 767px) {
    .dso-reference-theme .dso-header__bar { min-height: 40px !important; }
    .dso-reference-theme .dso-header__logo img { max-width: 86px !important; }
    .dso-reference-theme .page-header { min-height: 88px !important; }
    .dso-reference-theme .page-header .content { min-height: 88px !important; }
    .dso-reference-theme .page-header .page-name { font-size: 24px !important; }
    .dso-reference-theme .dso-page-mark { width: 48px; height: 48px; }
    .dso-reference-theme .dso-page-mark i { font-size: 20px; }
}

@media (max-width: 420px) {
    .dso-reference-theme .page-header { min-height: 78px !important; }
    .dso-reference-theme .page-header .content { min-height: 78px !important; }
    .dso-reference-theme .page-header .page-name { font-size: 22px !important; }
}

@media (max-width: 991px) {
    .dso-auth-page { padding: 28px 0; }
    .dso-auth-brand { display: none; }
    .dso-auth-page .col-md-6 {
        width: min(600px, calc(100% - 36px));
        margin: 0 auto;
    }
    .dso-auth-grid {
        -webkit-mask-image: linear-gradient(to bottom, #000, transparent 82%);
        mask-image: linear-gradient(to bottom, #000, transparent 82%);
    }
}

@media (max-width: 767px) {
    .dso-auth-page {
        align-items: center;
        padding: 18px 0 22px;
        background: #080a0f;
    }
    .dso-auth-page:before {
        inset: 0;
        width: 100%;
        height: 100%;
        clip-path: none;
        opacity: 1;
    }
    .dso-auth-page:after { width: 70vw; left: -30vw; }
    .dso-auth-orb--one { width: 280px; height: 280px; top: -120px; right: -130px; }
    .dso-auth-orb--two { width: 220px; height: 220px; right: -90px; bottom: -100px; }
    .dso-auth-page .col-md-6 { width: calc(100% - 28px); }
    .dso-auth-page .block.dso-auth-card {
        padding: 26px 20px 24px !important;
        border-radius: 18px;
        box-shadow: 0 25px 55px rgba(0,0,0,.42);
    }
    .dso-auth-card .logo img { max-width: 140px !important; }
    .dso-auth-heading { margin-top: 22px; }
    .dso-auth-page .dso-auth-heading h2 { margin: 0; font-size: 27px; }
    .dso-auth-heading p { padding: 0 5px; font-size: 13px; line-height: 1.5; }
    .dso-auth-page .dso-auth-form { margin-top: 24px; }
    .dso-auth-page .dso-field .form-control { height: 58px; font-size: 16px; }
    .dso-field label { top: 18px; }
    .dso-field__icon { top: 17px; }
    .dso-auth-page .dso-auth-submit { min-height: 52px; }
    .dso-login-strip { margin-bottom: 12px; }
    .dso-login-strip__track span { min-height: 38px; padding: 0 20px; font-size: 10px; }
    .dso-auth-powered { margin-top: 15px; }
}

@media (prefers-reduced-motion: reduce) {
    .dso-auth-page *,
    .dso-auth-page *:before,
    .dso-auth-page *:after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Balanced commerce palette: midnight, amber and restrained brand red */
:root {
    --dso-primary: #17253b;
    --dso-primary-soft: #243955;
    --dso-accent: #d99a2b;
    --dso-accent-dark: #b97812;
    --dso-brand-red: #e21d2e;
}
.dso-header__nav a:after { background: var(--dso-accent); }
.dso-header__cart:hover,.dso-header__user:hover { border-color: rgba(217,154,43,.45); color: var(--dso-primary); }
.dso-header .cartCount { background: var(--dso-accent); color: #fff; }
.dso-header .search-dropdown { border-top-color: var(--dso-accent); }
.dso-header .search-dropdown > li > a:hover { color: var(--dso-primary); background: #fff9ef; }

.page-header {
    background:
        radial-gradient(circle at 82% 10%, rgba(217,154,43,.18), transparent 25%),
        linear-gradient(125deg,#101a2b,#253b58);
}
.page-header:after { border-color: rgba(217,154,43,.32); box-shadow: 0 0 0 30px rgba(217,154,43,.025); }
.dso-catalog-panel__top span,.dso-catalog-panel__filters strong { color: var(--dso-accent-dark); }
.dso-top-filter__search input:focus { border-color: var(--dso-accent); box-shadow: 0 0 0 4px rgba(217,154,43,.1); }
.dso-top-filter__search button { background: linear-gradient(135deg,var(--dso-primary-soft),var(--dso-primary)); box-shadow: 0 8px 18px rgba(23,37,59,.2); }
.dso-category-pills a:hover,.dso-category-pills a.is-active { border-color: var(--dso-accent); color: var(--dso-primary); background: #fff7e8; box-shadow: 0 9px 18px rgba(217,154,43,.13); }
.shop-product-card:before { background: var(--dso-accent); }
.shop-product-card:hover { border-color: rgba(217,154,43,.4); }
.shop-product-card__badge { color: #fff; background: var(--dso-primary); }
.shop-product-card__group { color: #92702f; }
.shop-product-card__bottom .price { color: #17253b; }
.shop-product-card__cart { color: #fff; background: var(--dso-primary); box-shadow: 0 9px 18px rgba(23,37,59,.18); }
.shop-product-card__cart:hover { color: #fff; background: var(--dso-primary-soft); }
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover { border-color: var(--dso-accent); color: var(--dso-primary); background: #fff3db; }
.single-product-details .product-price { color: var(--dso-primary); }
.btn-main { border-color: var(--dso-primary); background: linear-gradient(135deg,var(--dso-primary-soft),var(--dso-primary)); box-shadow: 0 10px 22px rgba(23,37,59,.18); }
.btn-main:hover { border-color: var(--dso-accent-dark); background: var(--dso-accent); color: var(--dso-primary); }
.cart.shopping table thead { background: var(--dso-primary); }
.cart.shopping .product-remove,.back-to-products-btn,.mobile-product-back a { color: var(--dso-accent-dark); }

@media (max-width: 767px) {
    .dso-mobile-search-toggle { background: var(--dso-primary); box-shadow: 0 8px 18px rgba(23,37,59,.18); }
}

/* Premium authentication experience */
.dso-auth-page {
    min-height: 100svh;
    padding: 42px 0 34px;
    background: #07090e;
    isolation: isolate;
}

.dso-auth-page:before {
    inset: 0;
    width: 100%;
    height: 100%;
    clip-path: none;
    background:
        radial-gradient(circle at 74% 32%, rgba(226, 29, 46, .17), transparent 27%),
        linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, .025) 48.1% 48.2%, transparent 48.3%),
        linear-gradient(135deg, #07090e 0%, #10131b 58%, #090a0f 100%);
    box-shadow: none;
    opacity: 1;
}

.dso-auth-page:after {
    top: 50%;
    left: -12vw;
    width: 44vw;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(226, 29, 46, .9), transparent);
    transform: rotate(-32deg);
    animation: dsoAuthBeam 7s ease-in-out infinite alternate;
}

.dso-auth-grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: linear-gradient(to right, #000, transparent 74%);
    mask-image: linear-gradient(to right, #000, transparent 74%);
}

.dso-auth-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.dso-auth-orb--one {
    top: -140px;
    right: -100px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(226, 29, 46, .22);
    box-shadow: inset 0 0 90px rgba(226, 29, 46, .08);
    animation: dsoAuthFloat 9s ease-in-out infinite;
}

.dso-auth-orb--two {
    right: 20%;
    bottom: -190px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(255,255,255,.08);
    animation: dsoAuthFloat 11s 1s ease-in-out infinite reverse;
}

.dso-auth-brand {
    position: absolute;
    top: 50%;
    left: clamp(28px, 7vw, 120px);
    display: flex;
    flex-direction: column;
    color: #fff;
    transform: translateY(-50%);
    animation: dsoAuthBrandIn 1s .15s both cubic-bezier(.16,1,.3,1);
}

.dso-auth-brand strong {
    position: relative;
    display: inline-block;
    font-size: clamp(90px, 12vw, 190px);
    font-weight: 900;
    line-height: .8;
    letter-spacing: -.08em;
    text-shadow: 0 18px 50px rgba(0,0,0,.5);
}

.dso-auth-brand strong:before {
    position: absolute;
    z-index: 2;
    top: 52%;
    left: -8%;
    width: 116%;
    height: 7px;
    background: #090b11;
    content: "";
    pointer-events: none;
    transform: rotate(-19deg);
    transform-origin: center;
}

.dso-auth-brand > span:last-child {
    margin-top: 22px;
    padding-left: 6px;
    color: rgba(255,255,255,.55);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .42em;
    text-transform: uppercase;
}

.dso-auth-brand__eyebrow {
    margin-bottom: 26px;
    padding-left: 42px;
    color: #e21d2e;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.dso-auth-brand__eyebrow:before {
    position: absolute;
    width: 30px;
    height: 1px;
    margin: 7px 0 0 -42px;
    background: #e21d2e;
    content: "";
}

.dso-auth-page .container { width: 100%; }
.dso-auth-page .row { margin: 0; }
.dso-auth-page .col-md-6 {
    width: min(620px, 46vw);
    margin-left: auto;
    margin-right: clamp(22px, 7vw, 120px);
    padding: 0;
    float: none;
}

.dso-auth-page .block.dso-auth-card {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0 !important;
    padding: clamp(30px, 4vw, 52px) clamp(25px, 4.5vw, 58px) 40px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 24px;
    background: rgba(255,255,255,.975);
    box-shadow: 0 35px 90px rgba(0,0,0,.42), 0 0 0 1px rgba(226,29,46,.04);
    animation: dsoAuthCardIn .9s .25s both cubic-bezier(.16,1,.3,1);
}

.dso-auth-card__glow {
    position: absolute;
    top: -110px;
    right: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(226,29,46,.08);
    filter: blur(25px);
}

.dso-auth-card .logo { position: relative; display: inline-block; }
.dso-auth-card .logo:after {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.85) 48%, transparent 70%);
    content: "";
    transform: translateX(-150%);
    animation: dsoLogoShine 4.5s 1.3s ease-in-out infinite;
}
.dso-auth-card .logo img { max-width: 170px; height: auto; }

.dso-auth-heading { margin-top: 30px; }
.dso-auth-heading > span {
    display: block;
    margin-bottom: 8px;
    color: #e21d2e;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.dso-auth-page .dso-auth-heading h2 {
    display: flex;
    justify-content: center;
    gap: .09em;
    margin: 0;
    color: #11131a;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 900;
    letter-spacing: .1em;
}
.dso-auth-heading h2 i {
    font-style: normal;
    animation: dsoLoginLetter .55s both cubic-bezier(.16,1,.3,1);
}
.dso-auth-heading h2 i:nth-child(1) { animation-delay: .65s; }
.dso-auth-heading h2 i:nth-child(2) { animation-delay: .73s; }
.dso-auth-heading h2 i:nth-child(3) { animation-delay: .81s; }
.dso-auth-heading h2 i:nth-child(4) { animation-delay: .89s; }
.dso-auth-heading h2 i:nth-child(5) { animation-delay: .97s; }
.dso-auth-heading p { margin: 10px 0 0; color: #777b85; font-size: 14px; }

.dso-auth-page .dso-auth-form { margin-top: 32px; }
.dso-field { position: relative; margin-bottom: 26px; }
.dso-auth-page .dso-field .form-control {
    height: 62px;
    padding: 19px 54px 7px 18px;
    border: 1px solid #dfe1e6;
    border-radius: 12px;
    color: #13151b;
    background: #fafafa;
    font-size: 17px;
    box-shadow: none;
    transition: border-color .25s, background .25s, box-shadow .25s, transform .25s;
}
.dso-field label {
    position: absolute;
    top: 20px;
    left: 18px;
    margin: 0;
    color: #858991;
    font-size: 15px;
    pointer-events: none;
    transition: all .22s ease;
}
.dso-field input:focus + label,
.dso-field input:not(:placeholder-shown) + label {
    top: 8px;
    color: #e21d2e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.dso-auth-page .dso-field .form-control:focus {
    border-color: #e21d2e;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(226,29,46,.09), 0 12px 28px rgba(20,20,25,.06);
    transform: translateY(-1px);
}
.dso-field__icon { position: absolute; top: 19px; right: 18px; color: #a1a4ab; }
.dso-field__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.dso-field:focus-within .dso-field__icon { color: #e21d2e; }
.dso-field .text-danger { margin-top: 7px; font-size: 12px; }

.dso-auth-page .dso-auth-submit {
    position: relative;
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #ef293a, #be1020);
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    box-shadow: 0 16px 30px rgba(226,29,46,.25);
    transition: transform .25s, box-shadow .25s;
}
.dso-auth-submit:before {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.3), transparent 65%);
    content: "";
    transform: translateX(-130%);
    transition: transform .55s;
}
.dso-auth-submit:hover { transform: translateY(-3px); box-shadow: 0 20px 35px rgba(226,29,46,.34); }
.dso-auth-submit:hover:before { transform: translateX(130%); }
.dso-auth-submit svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .25s; }
.dso-auth-submit:hover svg { transform: translateX(4px); }
.dso-auth-submit.is-loading span, .dso-auth-submit.is-loading svg { opacity: 0; }
.dso-auth-submit.is-loading:after {
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255,255,255,.35);
    border-top-color: #fff;
    border-radius: 50%;
    content: "";
    animation: dsoSpin .7s linear infinite;
}

.dso-login-strip {
    max-width: none;
    margin-bottom: 16px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    background: rgba(18,20,27,.9);
    box-shadow: 0 18px 40px rgba(0,0,0,.25);
    animation: dsoAuthCardIn .8s .1s both cubic-bezier(.16,1,.3,1);
}
.dso-login-strip__track span { min-height: 45px; padding: 0 28px; font-size: 11px; }
.dso-auth-powered { margin-top: 20px; color: rgba(255,255,255,.48); font-size: 13px; animation: dsoAuthFade 1s 1s both; }
.dso-auth-powered img { max-height: 28px; width: auto; margin-left: 7px; filter: grayscale(1) brightness(4); opacity: .72; }

@keyframes dsoAuthCardIn { from { opacity: 0; transform: translateY(42px) scale(.96); filter: blur(10px); } to { opacity: 1; transform: none; filter: none; } }
@keyframes dsoAuthBrandIn { from { opacity: 0; transform: translate(-45px,-50%); } to { opacity: 1; transform: translate(0,-50%); } }
@keyframes dsoLoginLetter { from { opacity: 0; transform: translateY(18px) rotate(8deg); filter: blur(5px); } to { opacity: 1; transform: none; filter: none; } }
@keyframes dsoLogoShine { 0%,65% { transform: translateX(-150%); } 88%,100% { transform: translateX(150%); } }
@keyframes dsoAuthFloat { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(-22px,28px,0); } }
@keyframes dsoAuthBeam { to { transform: translate(22vw, -8vh) rotate(-32deg); opacity: .35; } }
@keyframes dsoAuthFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes dsoSpin { to { transform: rotate(360deg); } }

@keyframes dsoLoginStrip {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .page-header {
        min-height: 118px;
        padding: 24px 0 22px !important;
    }

    .page-header .page-name {
        margin-bottom: 8px;
        font-size: 30px;
    }

    .page-header .breadcrumb li,
    .page-header .breadcrumb li a {
        font-size: 13px;
    }

    .single-product {
        padding: 28px 0;
    }

    .single-product .row.mt-20 {
        margin-top: 0;
    }

    .single-product-slider {
        margin-bottom: 18px;
    }

    .dso-auth-page {
        min-height: 100svh;
        align-items: flex-start;
        padding: 18px 0;
        overflow-x: hidden;
    }

    .dso-auth-page:before {
        top: auto;
        right: -24%;
        bottom: -18%;
        width: 92%;
        height: 44%;
        clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
        opacity: 0.22;
    }

    .dso-auth-page:after {
        width: 5px;
    }

    .dso-auth-page .container {
        width: 100%;
        padding-right: 14px;
        padding-left: 14px;
    }

    .dso-auth-page .row {
        margin-right: 0;
        margin-left: 0;
    }

    .dso-auth-page [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .dso-auth-page .block {
        width: 100%;
        margin-bottom: 14px !important;
        padding: 18px !important;
        box-shadow: 0 16px 34px rgba(15, 23, 42, 0.14);
    }

    .dso-auth-page .block .logo img {
        max-width: 135px;
    }

    .dso-auth-page .block h2 {
        margin-top: 12px;
        font-size: 23px;
    }

    .dso-auth-page .block form {
        margin-top: 22px;
    }

    .dso-auth-page .form-control {
        height: 46px;
        font-size: 15px;
    }

    .dso-auth-page .btn-main {
        width: 100%;
        min-height: 46px;
    }

    .dso-login-strip {
        margin-bottom: 10px;
        border-radius: 7px;
    }

    .dso-login-strip__track span {
        min-height: 36px;
        padding: 0 22px;
        font-size: 11px;
    }

    .dso-shop-toolbar__inner {
        grid-template-columns: 1fr;
    }

    .dso-catalog-panel {
        padding: 14px;
    }

    .dso-catalog-panel__top {
        grid-template-columns: 1fr auto;
        gap: 12px;
        align-items: center;
    }

    .dso-catalog-panel__top form {
        display: none;
        grid-column: 1 / -1;
        order: 3;
    }

    .dso-catalog-panel.is-search-open .dso-catalog-panel__top form {
        display: block;
    }

    .dso-catalog-panel__filters {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .dso-catalog-panel__top h2 {
        font-size: 24px;
    }

    .dso-catalog-panel__top span {
        margin-bottom: 3px;
        font-size: 11px;
    }

    .dso-catalog-panel__meta {
        align-self: end;
        gap: 8px;
        padding-bottom: 2px;
    }

    .dso-catalog-panel__meta > p {
        font-size: 13px;
    }

    .dso-mobile-search-toggle {
        width: 38px;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 8px;
        color: #fff;
        background: #0f766e;
        box-shadow: 0 10px 18px rgba(15, 118, 110, 0.22);
    }

    .dso-top-filter__search {
        width: 100%;
    }

    .dso-category-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

    .dso-category-pills a {
        flex: 0 0 auto;
    }

    .products.section {
        padding-top: 18px;
        padding-bottom: 26px;
    }

    .products .row {
        margin-right: 0;
        margin-left: 0;
    }

    .products .row > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .shop-product-card {
        min-height: 305px;
        margin-bottom: 18px;
        border-radius: 8px;
    }

    .shop-product-card__media,
    .product-item .shop-product-card__media {
        height: 145px !important;
        padding: 12px;
    }

    .shop-product-card__media img,
    .product-item .shop-product-card__media img {
        max-height: 118px;
    }

    .shop-product-card__content,
    .product-content.shop-product-card__content {
        padding: 14px 12px 12px;
    }

    .shop-product-card__group {
        margin-bottom: 8px;
        font-size: 10px;
        letter-spacing: 0.08em;
    }

    .shop-product-card h4 {
        min-height: 46px;
        margin-bottom: 12px;
        font-size: 15px;
        line-height: 1.25;
    }

    .shop-product-card h4 a {
        display: -webkit-box;
        overflow: hidden;
        color: #111827;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .shop-product-card__bottom {
        gap: 8px;
        align-items: center;
        justify-content: space-between;
    }

    .shop-product-card .price,
    .shop-product-card__bottom .price {
        font-size: 16px;
        line-height: 1;
        white-space: nowrap;
    }

    .shop-product-card__action {
        min-width: 72px;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }

    .shop-product-card__cart {
        width: 36px;
        min-width: 36px;
        height: 36px;
        max-width: 36px;
    }

    .shop-product-card__cart span {
        display: none;
    }

    .shop-product-card:hover .shop-product-card__cart {
        max-width: 36px;
        padding: 0;
        transform: none;
    }
}

/* Final mobile auth overrides must remain after the legacy responsive rules. */
@media (max-width: 991px) {
    .dso-auth-brand { display: none; }
    .dso-auth-page .col-md-6 { width: min(600px, calc(100% - 36px)); margin: 0 auto; }
}

@media (max-width: 767px) {
    .dso-auth-page { min-height: 100svh; align-items: center; padding: 18px 0 22px; background: #080a0f; }
    .dso-auth-page:before { inset: 0; width: 100%; height: 100%; clip-path: none; opacity: 1; }
    .dso-auth-page .col-md-6 { width: calc(100% - 28px); }
    .dso-auth-page .block.dso-auth-card { margin: 0 !important; padding: 26px 20px 24px !important; border-radius: 18px; box-shadow: 0 25px 55px rgba(0,0,0,.42); }
    .dso-auth-card .logo img { max-width: 140px !important; }
    .dso-auth-page .dso-auth-heading h2 { margin: 0; font-size: 27px; }
    .dso-auth-page .dso-auth-form { margin-top: 24px; }
    .dso-auth-page .dso-field .form-control { height: 58px; font-size: 16px; }
    .dso-auth-page .dso-auth-submit { min-height: 52px; }
    .dso-login-strip { margin-bottom: 12px; border-radius: 10px; }
    .dso-login-strip__track span { min-height: 38px; padding: 0 20px; font-size: 10px; }
}

/* Scroll-free compact login composition */
body:has(.dso-auth-page) { overflow: hidden; background: #07090e; }
.dso-auth-page {
    height: 100vh;
    height: 100svh;
    min-height: 0;
    padding: clamp(16px, 3vh, 28px) 0;
    overflow: hidden;
}
.dso-auth-page .container {
    height: 100%;
    display: flex;
    align-items: center;
}
.dso-auth-page .row { width: 100%; }
.dso-auth-page .block.dso-auth-card {
    padding-top: clamp(24px, 4vh, 38px);
    padding-bottom: clamp(24px, 4vh, 34px);
}
.dso-auth-card .logo img { max-width: clamp(130px, 9vw, 158px); }
.dso-auth-heading { margin-top: clamp(16px, 2.5vh, 25px); }
.dso-auth-page .dso-auth-form { margin-top: clamp(20px, 3vh, 28px); }
.dso-auth-powered { margin-top: clamp(10px, 2vh, 16px); }
.dso-auth-brand strong { font-size: clamp(80px, 10vw, 150px); }

@media (max-height: 720px) and (min-width: 768px) {
    .dso-auth-page .block.dso-auth-card { padding: 22px 42px 24px; border-radius: 20px; }
    .dso-auth-card .logo img { max-width: 125px; }
    .dso-auth-heading { margin-top: 14px; }
    .dso-auth-heading p { margin-top: 6px; }
    .dso-auth-page .dso-auth-form { margin-top: 19px; }
    .dso-auth-page .dso-field .form-control { height: 56px; }
    .dso-field label { top: 17px; }
    .dso-field__icon { top: 17px; }
    .dso-field { margin-bottom: 20px; }
    .dso-auth-page .dso-auth-submit { min-height: 50px; }
    .dso-auth-powered { margin-top: 10px; }
}

@media (max-width: 767px) {
    .dso-auth-page { height: 100svh; min-height: 0; padding: 12px 0; }
    .dso-auth-page .block.dso-auth-card { padding: 22px 20px !important; }
    .dso-auth-heading { margin-top: 17px; }
    .dso-auth-page .dso-auth-form { margin-top: 20px; }
    .dso-auth-powered { margin-top: 12px; }
}

@media (max-height: 650px) {
    .dso-auth-card .logo img { max-width: 110px !important; }
    .dso-auth-heading { margin-top: 10px; }
    .dso-auth-heading > span { margin-bottom: 4px; }
    .dso-auth-heading p { margin-top: 4px; }
    .dso-auth-page .dso-auth-form { margin-top: 14px; }
    .dso-field { margin-bottom: 15px; }
    .dso-auth-page .dso-field .form-control { height: 52px; }
    .dso-field label { top: 15px; }
    .dso-field__icon { top: 15px; }
    .dso-auth-page .dso-auth-submit { min-height: 47px; }
    .dso-auth-powered { margin-top: 8px; }
}

/* Complete profile */
body:has(.dso-profile-complete) { overflow-x: hidden; overflow-y: auto; background: #07090e; }
.dso-profile-complete {
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    padding: 38px 0;
    overflow: visible;
}
.dso-profile-complete .container { height: auto; min-height: calc(100svh - 76px); align-items: flex-start; }
.dso-profile-complete .col-md-6 {
    width: min(880px, 55vw);
    margin-right: clamp(24px, 4vw, 72px);
}
.dso-profile-complete .dso-auth-card {
    padding: 34px 42px 40px !important;
    border-radius: 22px !important;
}
.dso-profile-complete .dso-auth-card > .logo img { max-width: 145px; }
.dso-profile-complete .dso-auth-brand { position: fixed; }
.dso-profile-heading { margin: 24px 0 28px; text-align: center; }
.dso-profile-heading > span {
    display: block;
    margin-bottom: 7px;
    color: #e21d2e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.dso-profile-complete .dso-profile-heading h2 {
    margin: 0;
    color: #11131a;
    font-size: clamp(28px, 2.5vw, 36px);
    font-weight: 900;
    letter-spacing: -.025em;
    text-transform: none;
}
.dso-profile-heading p { margin: 9px 0 0; color: #777b85; font-size: 14px; }
.dso-profile-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
    margin-top: 0 !important;
}
.dso-profile-form .form-group { min-width: 0; margin: 0; }
.dso-profile-form .form-group:nth-of-type(6) { grid-column: 1 / -1; }
.dso-profile-form label {
    display: block;
    margin-bottom: 7px;
    color: #30333b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .015em;
}
.dso-profile-complete .dso-profile-form .form-control {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: 1px solid #dfe1e6;
    border-radius: 10px;
    color: #171920;
    background: #fafafa;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    box-shadow: none;
    transition: border-color .22s, box-shadow .22s, background .22s, transform .22s;
}
.dso-profile-complete .dso-profile-form .form-control::placeholder { color: #a1a4ab; }
.dso-profile-complete .dso-profile-form .form-control:focus {
    border-color: #e21d2e;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(226,29,46,.08);
    transform: translateY(-1px);
}
.dso-profile-form select.form-control { cursor: pointer; appearance: auto; }
.dso-profile-form .text-danger { margin-top: 5px; font-size: 11px; }
.dso-profile-actions { grid-column: 1 / -1; padding-top: 4px; }
.dso-profile-complete .dso-profile-submit {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, #ef293a, #be1020);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    box-shadow: 0 15px 28px rgba(226,29,46,.22);
    transition: transform .22s, box-shadow .22s;
}
.dso-profile-submit:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 19px 34px rgba(226,29,46,.3); }
.dso-profile-complete .dso-auth-powered { padding-bottom: 10px; }

@media (max-width: 1100px) {
    .dso-profile-complete .dso-auth-brand { display: none; }
    .dso-profile-complete .col-md-6 { width: min(880px, calc(100% - 40px)); margin: 0 auto; }
}

@media (max-width: 767px) {
    body:has(.dso-profile-complete) { overflow-y: auto; }
    .dso-profile-complete { height: auto; min-height: 100svh; padding: 16px 0 24px; overflow: visible; }
    .dso-profile-complete .container { height: auto; min-height: 0; display: block; }
    .dso-profile-complete .col-md-6 { width: calc(100% - 24px); }
    .dso-profile-complete .dso-auth-card { padding: 24px 18px 26px !important; border-radius: 17px !important; }
    .dso-profile-complete .dso-auth-card > .logo img { max-width: 125px !important; }
    .dso-profile-heading { margin: 19px 0 23px; }
    .dso-profile-complete .dso-profile-heading h2 { font-size: 27px; }
    .dso-profile-heading p { font-size: 13px; line-height: 1.45; }
    .dso-profile-form { grid-template-columns: minmax(0,1fr); gap: 16px; }
    .dso-profile-form .form-group:nth-of-type(6) { grid-column: auto; }
    .dso-profile-complete .dso-profile-form .form-control { height: 50px; font-size: 15px; }
    .dso-profile-actions { grid-column: auto; }
}

/* Refined profile onboarding layout */
.dso-profile-complete {
    padding: 28px 0;
    background: #080a0f;
}
.dso-profile-complete .container {
    width: min(1380px, calc(100% - 48px));
    min-height: calc(100svh - 56px);
    margin: 0 auto;
    padding: 0;
    display: block;
}
.dso-profile-complete .row { height: 100%; }
.dso-profile-complete .col-md-6 {
    width: min(920px, 67vw);
    margin: 0 0 0 auto;
    padding: 0;
}
.dso-profile-complete .dso-auth-brand {
    position: fixed;
    top: 50%;
    left: max(42px, calc((100vw - 1380px) / 2));
    width: min(360px, 25vw);
}
.dso-profile-complete .dso-auth-brand strong { font-size: clamp(72px, 8vw, 122px); }
.dso-profile-complete .dso-auth-brand > span:last-child { font-size: 10px; letter-spacing: .34em; }
.dso-profile-complete .dso-auth-card {
    padding: 30px 42px 38px !important;
    border-radius: 20px !important;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0,0,0,.38);
}
.dso-profile-complete .dso-auth-card > .logo img { max-width: 120px; }
.dso-profile-heading { margin: 15px 0 25px; }
.dso-profile-heading > span { margin-bottom: 5px; font-size: 9px; }
.dso-profile-complete .dso-profile-heading h2 { font-size: 30px; }
.dso-profile-heading p { margin-top: 6px; font-size: 13px; }
.dso-profile-form { gap: 17px 16px; }
.dso-profile-form label { margin-bottom: 6px; font-size: 11px; color: #454851; }
.dso-profile-complete .dso-profile-form .form-control {
    height: 47px;
    border-color: #e4e6ea;
    border-radius: 9px;
    background: #f8f9fa;
    font-size: 14px;
}
.dso-profile-actions { padding-top: 2px; }
.dso-profile-complete .dso-profile-submit { min-height: 50px; }
.dso-profile-complete .dso-auth-powered { margin: 12px 0 0; padding: 0; }

@media (min-width: 1350px) and (min-height: 850px) {
    .dso-profile-complete .dso-auth-card { padding: 32px 46px 40px !important; }
    .dso-profile-form { gap: 19px 18px; }
    .dso-profile-complete .dso-profile-form .form-control { height: 50px; }
}

@media (max-width: 1100px) {
    .dso-profile-complete .container { width: min(900px, calc(100% - 40px)); }
    .dso-profile-complete .col-md-6 { width: 100%; }
    .dso-profile-complete .dso-auth-brand { display: none; }
}

@media (max-width: 767px) {
    .dso-profile-complete { padding: 12px 0 22px; }
    .dso-profile-complete .container { width: calc(100% - 20px); min-height: 0; }
    .dso-profile-complete .dso-auth-card { padding: 22px 16px 25px !important; border-radius: 16px !important; }
    .dso-profile-complete .dso-auth-card > .logo img { max-width: 105px !important; }
    .dso-profile-heading { margin: 14px 0 21px; }
    .dso-profile-complete .dso-profile-heading h2 { font-size: 25px; }
    .dso-profile-heading p { max-width: 270px; margin: 6px auto 0; }
    .dso-profile-form { gap: 14px; }
    .dso-profile-complete .dso-profile-form .form-control { height: 48px; }
    .dso-profile-complete .dso-profile-submit { min-height: 50px; }
}

/* Standalone business onboarding */
body:has(.profile-onboarding) {
    overflow-x: hidden;
    overflow-y: auto;
    color: #171920;
    background: #f3f4f7;
    font-family: "Helvetica Neue", Arial, sans-serif;
}
.profile-onboarding { min-height: 100svh; background: #f3f4f7; }
.profile-onboarding__hero {
    position: relative;
    min-height: 295px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 5%, rgba(226,29,46,.24), transparent 28%),
        linear-gradient(125deg, #080a0f, #151722);
}
.profile-onboarding__hero:before {
    position: absolute;
    inset: 0;
    opacity: .15;
    background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 60px 60px;
    content: "";
    -webkit-mask-image: linear-gradient(to right, transparent, #000);
    mask-image: linear-gradient(to right, transparent, #000);
}
.profile-onboarding__hero:after {
    position: absolute;
    right: -80px;
    bottom: -210px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    content: "";
}
.profile-onboarding__hero-inner {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 26px 0 68px;
}
.profile-onboarding__logo img { width: auto !important; max-width: 125px; filter: brightness(0) invert(1); }
.profile-onboarding__intro { margin-top: 30px; }
.profile-onboarding__step { color: #ef3343; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.profile-onboarding__intro h1 { margin: 8px 0 8px; color: #fff; font-size: clamp(32px, 4vw, 48px); font-weight: 900; line-height: 1.08; letter-spacing: -.035em; }
.profile-onboarding__intro p { max-width: 580px; margin: 0; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.6; }
.profile-onboarding__progress { position: absolute; right: 0; bottom: 77px; display: flex; align-items: center; }
.profile-onboarding__progress span { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; white-space: nowrap; }
.profile-onboarding__progress i { width: 29px; height: 29px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-style: normal; }
.profile-onboarding__progress .is-complete i { border-color: #e21d2e; background: #e21d2e; color: #fff; }
.profile-onboarding__progress .is-active { color: #fff; }
.profile-onboarding__progress .is-active i { border-color: #fff; }
.profile-onboarding__progress b { width: 52px; height: 1px; margin: 0 12px; background: rgba(255,255,255,.18); }
.profile-onboarding__content { position: relative; z-index: 2; width: min(1120px, calc(100% - 48px)); margin: -48px auto 0; padding-bottom: 28px; }
.profile-onboarding__card { padding: 30px 38px 36px; border: 1px solid #e7e8eb; border-radius: 16px; background: #fff; box-shadow: 0 24px 65px rgba(17,20,28,.12); }
.profile-onboarding__card-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 25px; padding-bottom: 19px; border-bottom: 1px solid #eceef1; }
.profile-onboarding__card-heading span { color: #e21d2e; font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.profile-onboarding__card-heading h2 { margin: 4px 0 0; color: #161820; font-size: 25px; font-weight: 900; letter-spacing: -.02em; }
.profile-onboarding__card-heading p { margin: 0; color: #91949b; font-size: 11px; }
.profile-onboarding__card-heading p i { color: #e21d2e; font-style: normal; }
.profile-onboarding .dso-profile-form { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.profile-onboarding .dso-profile-form .form-group:nth-of-type(6) { grid-column: auto; }
.profile-onboarding .dso-profile-form label { color: #494c55; font-size: 11px; }
.profile-onboarding .dso-profile-form .form-control { height: 48px; padding: 0 14px; border: 1px solid #dfe2e7; border-radius: 8px; background: #fafbfc; color: #161820; font-size: 14px; box-shadow: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.profile-onboarding .dso-profile-form .form-control:focus { border-color: #e21d2e; background: #fff; box-shadow: 0 0 0 3px rgba(226,29,46,.08); }
.profile-onboarding .dso-profile-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-column: 1 / -1;
    margin-top: 4px;
    padding-top: 22px;
    border-top: 1px solid #eceef1;
}
.profile-onboarding .dso-profile-submit { width: min(100%, 340px); min-height: 50px; border: 0; border-radius: 8px; background: linear-gradient(135deg,#ef293a,#c71121); color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 12px 24px rgba(226,29,46,.2); }
.profile-onboarding__footer { margin-top: 16px; color: #9699a0; font-size: 11px; text-align: center; }
.profile-onboarding__footer img { width: auto !important; max-height: 23px; margin-left: 5px; filter: grayscale(1); opacity: .65; }

@media (max-width: 900px) {
    .profile-onboarding__progress { position: static; margin-top: 25px; }
    .profile-onboarding__hero-inner { padding-bottom: 74px; }
    .profile-onboarding .dso-profile-form { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .profile-onboarding .dso-profile-form .form-group:nth-of-type(6) { grid-column: auto; }
    .profile-onboarding .dso-profile-actions { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    .profile-onboarding__hero { min-height: 0; }
    .profile-onboarding__hero-inner { width: calc(100% - 32px); padding: 20px 0 68px; }
    .profile-onboarding__logo img { max-width: 105px; }
    .profile-onboarding__intro { margin-top: 23px; }
    .profile-onboarding__intro h1 { font-size: 30px; }
    .profile-onboarding__intro p { font-size: 13px; }
    .profile-onboarding__progress { overflow-x: auto; margin-top: 20px; padding-bottom: 3px; }
    .profile-onboarding__progress b { width: 24px; margin: 0 8px; }
    .profile-onboarding__content { width: calc(100% - 20px); margin-top: -42px; }
    .profile-onboarding__card { padding: 22px 15px 24px; border-radius: 13px; }
    .profile-onboarding__card-heading { align-items: flex-start; margin-bottom: 20px; padding-bottom: 16px; }
    .profile-onboarding__card-heading h2 { font-size: 22px; }
    .profile-onboarding__card-heading > p { display: none; }
    .profile-onboarding .dso-profile-form { grid-template-columns: minmax(0,1fr); gap: 15px; }
    .profile-onboarding .dso-profile-form .form-group:nth-of-type(6) { grid-column: auto; }
    .profile-onboarding .dso-profile-actions { grid-column: auto; padding-top: 18px; }
    .profile-onboarding .dso-profile-submit { width: 100%; }
}

/* Unified black, red and white commerce theme */
:root {
    --dso-red: #e21d2e;
    --dso-red-dark: #ba0f20;
    --dso-ink: #10121a;
    --dso-muted: #717680;
    --dso-line: #e5e7eb;
    --dso-surface: #ffffff;
    --dso-canvas: #f4f5f7;
}

body:not(:has(.dso-auth-page)):not(:has(.profile-onboarding)) {
    color: var(--dso-ink);
    background: var(--dso-canvas);
    font-family: "Helvetica Neue", Arial, sans-serif;
    animation: none !important;
    transform: none !important;
    filter: none !important;
}

.dso-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    padding: 0;
    border-bottom: 1px solid rgba(15,17,24,.08);
    background: rgba(255,255,255,.94);
    box-shadow: 0 8px 30px rgba(15,17,24,.06);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}
.dso-header .container { width: min(1280px, calc(100% - 48px)); }
.dso-header__bar { min-height: 82px; display: flex; align-items: center; gap: 38px; }
.dso-header__logo { margin: 0; }
.dso-header__logo img { width: auto !important; max-width: 145px; height: auto; }
.dso-header__nav { display: flex; align-items: stretch; align-self: stretch; gap: 28px; }
.dso-header__nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #676b74;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .07em;
}
.dso-header__nav a:after { position: absolute; right: 50%; bottom: 0; left: 50%; height: 3px; background: var(--dso-red); content: ""; transition: right .25s,left .25s; }
.dso-header__nav a:hover,.dso-header__nav a.is-active { color: var(--dso-ink); }
.dso-header__nav a:hover:after,.dso-header__nav a.is-active:after { right: 0; left: 0; }
.dso-header__actions { margin-left: auto; }
.dso-header__cart,.dso-header__user {
    min-height: 44px;
    padding: 0 17px;
    border: 1px solid var(--dso-line);
    border-radius: 10px;
    color: var(--dso-ink);
    background: #fff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 6px 18px rgba(16,18,26,.04);
    transition: border-color .22s,transform .22s,box-shadow .22s;
}
.dso-header__cart:hover,.dso-header__user:hover { border-color: rgba(226,29,46,.4); color: var(--dso-red); transform: translateY(-2px); box-shadow: 0 10px 22px rgba(16,18,26,.08); }
.dso-header .cartCount { background: var(--dso-red); }
.dso-header .search-dropdown { border-top: 3px solid var(--dso-red); border-radius: 10px; box-shadow: 0 20px 45px rgba(16,18,26,.16); }
.dso-header .search-dropdown > li > a:hover { color: var(--dso-red); background: #fff5f6; }

.page-header {
    min-height: 205px;
    background:
        radial-gradient(circle at 82% 10%, rgba(226,29,46,.22), transparent 25%),
        linear-gradient(125deg,#080a0f,#191b25);
}
.page-header:before {
    opacity: .17;
    background: repeating-linear-gradient(90deg,rgba(255,255,255,.09) 0 1px,transparent 1px 62px);
    animation: dsoCommerceSweep 12s linear infinite;
}
.page-header:after { border-color: rgba(226,29,46,.3); box-shadow: 0 0 0 30px rgba(226,29,46,.025); animation: dsoHeroRing 6s ease-in-out infinite; }
.page-header .container { width: min(1280px, calc(100% - 48px)); }
.page-header .page-name { color: #fff; font-size: clamp(36px,4vw,50px); font-weight: 900; letter-spacing: -.04em; }
.page-header .breadcrumb li,.page-header .breadcrumb li a { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.page-header .breadcrumb li a:hover { color: #fff; }

.products.section.dso-shop-page { padding: 32px 0 60px; background: var(--dso-canvas); }
.dso-shop-page > .container { width: min(1280px, calc(100% - 48px)); }
.dso-catalog-panel {
    margin-bottom: 30px;
    padding: 27px 30px 24px;
    border: 1px solid var(--dso-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(16,18,26,.07);
    animation: dsoCommerceRise .7s both cubic-bezier(.16,1,.3,1);
}
.dso-catalog-panel__top span,.dso-catalog-panel__filters strong { color: var(--dso-red); }
.dso-catalog-panel__top h2 { color: var(--dso-ink); font-size: 31px; font-weight: 900; letter-spacing: -.03em; }
.dso-catalog-panel__meta > p { color: #737883; }
.dso-top-filter__search input { height: 50px; border-color: var(--dso-line); border-radius: 9px; font-size: 14px; }
.dso-top-filter__search input:focus { border-color: var(--dso-red); box-shadow: 0 0 0 4px rgba(226,29,46,.08); }
.dso-top-filter__search button { top: 5px; right: 5px; width: 40px; height: 40px; border-radius: 7px; background: linear-gradient(135deg,var(--dso-red),var(--dso-red-dark)); box-shadow: 0 8px 18px rgba(226,29,46,.2); }
.dso-category-pills a { border-color: var(--dso-line); border-radius: 8px; color: #363943; background: #fff; font-size: 11px; transition: all .22s; }
.dso-category-pills a:hover,.dso-category-pills a.is-active { border-color: var(--dso-red); color: #fff; background: var(--dso-red); box-shadow: 0 9px 18px rgba(226,29,46,.16); transform: translateY(-2px); }

.shop-products-grid { gap: 24px; }
.shop-products-grid__item { animation: dsoCommerceRise .65s both cubic-bezier(.16,1,.3,1); }
.shop-products-grid__item:nth-child(2n) { animation-delay: .06s; }
.shop-products-grid__item:nth-child(3n) { animation-delay: .12s; }
.shop-product-card {
    overflow: hidden;
    border: 1px solid var(--dso-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(16,18,26,.06);
    transition: transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s,border-color .28s;
}
.shop-product-card:before { background: var(--dso-red); }
.shop-product-card:hover { border-color: rgba(226,29,46,.28); transform: translateY(-7px); box-shadow: 0 22px 45px rgba(16,18,26,.13); }
.shop-product-card__media,.product-item .shop-product-card__media { background: linear-gradient(145deg,#f8f9fa,#f0f1f3); }
.shop-product-card__media img,.product-item .shop-product-card__media img { transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.shop-product-card:hover .shop-product-card__media img { transform: scale(1.06); }
.shop-product-card__badge { background: var(--dso-ink); }
.shop-product-card__group { color: var(--dso-red); }
.shop-product-card__content h4 a { color: var(--dso-ink); }
.shop-product-card__bottom .price { color: var(--dso-ink); font-weight: 900; }
.shop-product-card__cart { background: var(--dso-red); box-shadow: 0 9px 18px rgba(226,29,46,.2); }
.shop-product-card__cart:hover { background: var(--dso-red-dark); }

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover { border-color: var(--dso-red); background: var(--dso-red); }
.footer { border-top: 1px solid #e5e7eb; background: #fff; }
.footer .copyright-text { color: #858993; }

/* Product, cart and dashboard surfaces inherit the same system. */
.single-product,.page-wrapper,.products.related-products { background: var(--dso-canvas); }
.single-product .container,.cart.shopping .container,.related-products .container { width: min(1280px,calc(100% - 48px)); }
.single-product-slider,.single-product-details,.cart.shopping .block { border: 1px solid var(--dso-line); border-radius: 15px; background: #fff; box-shadow: 0 14px 38px rgba(16,18,26,.07); }
.single-product-slider { overflow: hidden; padding: 18px; }
.single-product-details { padding: 30px; }
.single-product-details h2 { color: var(--dso-ink); font-weight: 900; }
.single-product-details .product-price { color: var(--dso-red); }
.btn-main { border-color: var(--dso-red); background: linear-gradient(135deg,var(--dso-red),var(--dso-red-dark)); box-shadow: 0 10px 22px rgba(226,29,46,.18); }
.btn-main:hover { border-color: var(--dso-red-dark); background: var(--dso-red-dark); transform: translateY(-2px); }
.cart.shopping table thead { color: #fff; background: var(--dso-ink); }
.cart.shopping .product-remove { color: var(--dso-red); }
.back-to-products-btn,.mobile-product-back a { color:#123f7d; }
.mobile-product-back a {
    min-height:36px;
    padding:0 13px;
    border:1px solid #dfe5ef;
    border-radius:10px;
    color:#123f7d !important;
    background:#fff;
    box-shadow:0 7px 18px rgba(18,43,80,.06);
}
.mobile-product-back a i { color:#0f766e; }
.mobile-product-back a:hover {
    color:#fff !important;
    border-color:#123f7d;
    background:#123f7d;
}
.mobile-product-back a:hover i { color:#fff; }

@keyframes dsoCommerceRise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes dsoHeroRing { 50% { transform: scale(1.07); opacity: .6; } }
@keyframes dsoCommerceSweep { to { transform: translateX(62px); } }

@media (max-width: 767px) {
    .dso-header .container,.page-header .container,.dso-shop-page > .container,.single-product .container,.cart.shopping .container,.related-products .container { width: calc(100% - 24px); }
    .dso-header__bar { min-height: 64px; gap: 12px; }
    .dso-header__logo img { max-width: 112px; }
    .dso-header__nav { display: none; }
    .dso-header__cart,.dso-header__user { width: 40px; min-height: 40px; padding: 0; border-radius: 9px; }
    .page-header { min-height: 132px; }
    .page-header .page-name { font-size: 31px; }
    .products.section.dso-shop-page { padding: 18px 0 38px; }
    .dso-catalog-panel { padding: 18px 15px; border-radius: 12px; }
    .dso-catalog-panel__top h2 { font-size: 25px; }
    .dso-mobile-search-toggle { background: var(--dso-red); box-shadow: 0 8px 18px rgba(226,29,46,.2); }
    .dso-category-pills a { padding: 9px 13px; }
    .shop-products-grid { gap: 16px; }
    .shop-product-card { border-radius: 12px; }
    .single-product-details { padding: 21px; }
    .cart.shopping .block { overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
    .dso-shop-page *,.page-header:before,.page-header:after { animation: none !important; transition-duration: .01ms !important; }
}

/* Keep the primary profile action centred below the complete field grid. */
.profile-onboarding .dso-profile-form > .dso-profile-actions {
    grid-column: 1 / -1 !important;
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    padding-top: 22px;
}
.profile-onboarding .dso-profile-form > .dso-profile-actions .dso-profile-submit {
    width: min(100%, 380px);
}

@media (max-width: 600px) {
    .profile-onboarding .dso-profile-form > .dso-profile-actions {
        grid-column: 1 / -1 !important;
        padding-top: 17px;
    }
    .profile-onboarding .dso-profile-form > .dso-profile-actions .dso-profile-submit { width: 100%; }
}

/* Final commerce colours — kept last to prevent legacy theme overrides. */
.dso-shop-page .shop-product-card__group { color: #8a6725 !important; }
.dso-shop-page .shop-product-card__bottom .price { color: #17253b !important; }
.dso-shop-page .shop-product-card__cart,
.dso-shop-page .shop-product-card:hover .shop-product-card__cart {
    color: #fff !important;
    background: #17253b !important;
    box-shadow: 0 9px 18px rgba(23,37,59,.18) !important;
}
.dso-shop-page .shop-product-card__cart:hover { background: #243955 !important; }
.dso-shop-page .shop-product-card:before { background: #d99a2b !important; }
.dso-shop-page .shop-product-card:hover { border-color: rgba(217,154,43,.42) !important; }
.dso-shop-page .shop-product-card__badge { color: #fff !important; background: #17253b !important; }
.dso-shop-page .dso-catalog-panel__top span,
.dso-shop-page .dso-catalog-panel__filters strong { color: #a06d14 !important; }
.dso-shop-page .dso-top-filter__search button { background: linear-gradient(135deg,#243955,#17253b) !important; box-shadow: 0 8px 18px rgba(23,37,59,.2) !important; }
.dso-shop-page .dso-category-pills a:hover,
.dso-shop-page .dso-category-pills a.is-active { border-color: #d99a2b !important; color: #17253b !important; background: #fff7e8 !important; box-shadow: 0 9px 18px rgba(217,154,43,.13) !important; }
.dso-header__nav a:after { background: #d99a2b !important; }
.dso-header .cartCount { color: #fff !important; background: #d99a2b !important; }
.page-header { background: radial-gradient(circle at 82% 10%,rgba(217,154,43,.18),transparent 25%),linear-gradient(125deg,#101a2b,#253b58) !important; }
.page-header:after { border-color: rgba(217,154,43,.32) !important; box-shadow: 0 0 0 30px rgba(217,154,43,.025) !important; }
.single-product .btn-main,.cart.shopping .btn-main,.checkoutBtn { border-color: #17253b !important; background: linear-gradient(135deg,#243955,#17253b) !important; box-shadow: 0 10px 22px rgba(23,37,59,.18) !important; color: #fff !important; }
.single-product .btn-main:hover,.cart.shopping .btn-main:hover,.checkoutBtn:hover,
.single-product .btn-main:focus,.cart.shopping .btn-main:focus,.checkoutBtn:focus {
    color: #fff !important;
}

/* Inline variant and quantity purchasing */
.quick-cart { margin-top: auto; }
.dso-shop-page .quick-cart { margin-top: 2px; }
.dso-shop-page .shop-product-card__content h4,
.dso-shop-page .shop-product-card h4 {
    margin-bottom: 4px !important;
    min-height: 0;
    line-height: 1.25;
}
.quick-cart__selects { display: flex; gap: 8px; align-items: flex-end; margin: 13px 0 12px; width: 100%; }
.dso-shop-page .quick-cart__selects { margin: 2px 0 8px !important; }
.quick-cart__selects .quick-cart__variant { flex: 1 1 62%; min-width: 0; margin: 0 !important; }
.quick-cart__selects .quick-cart__unit { flex: 1 1 38%; min-width: 0; margin: 0 !important; }
.quick-cart__variant { margin: 13px 0 12px; }
.quick-cart__variant label { display: block; margin-bottom: 5px; color: #0f4081; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quick-cart__select.form-control { width: 100%; height: 38px; padding: 0 32px 0 11px; border: 1px solid #dfe2e7; border-radius: 8px; color: #17253b; background: #f8f9fb; font-size: 12px; font-weight: 700; box-shadow: none; }
.quick-cart__select.form-control:focus { border-color: #d99a2b; box-shadow: 0 0 0 3px rgba(217,154,43,.1); }
.quick-cart__select:disabled { opacity: 1; color: #747984; cursor: default; }
.quick-cart__unit { margin: 0 0 10px; }
.quick-cart__unit label { display: block; margin-bottom: 5px; color: #0f4081; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quick-cart__unit-select.form-control { width: 100%; height: 38px; padding: 0 32px 0 11px; border: 1px solid #dfe2e7; border-radius: 8px; color: #17253b; background: #fff; font-size: 12px; font-weight: 700; box-shadow: none; }
.quick-cart__unit-select.form-control:focus { border-color: #d99a2b; box-shadow: 0 0 0 3px rgba(217,154,43,.1); }
.quick-cart__unit-select:disabled { opacity: 1; color: #747984; cursor: default; }
.quick-cart__unit-value { height: 38px; padding: 0 11px; display: flex; align-items: center; border: 1px solid #dfe2e7; border-radius: 8px; color: #17253b; background: #fff; font-size: 12px; font-weight: 700; }
.quick-cart__info { margin: 0 0 12px; padding: 10px; border: 1px solid #e8edf3; border-radius: 12px; background: #f8fafc; }
.dso-shop-page .quick-cart__info { margin-bottom: 8px; padding: 6px 8px; border-radius: 8px; }
.quick-cart__info-title { display: block; margin-bottom: 8px; color: #596273; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.dso-shop-page .quick-cart__info-title { margin-bottom: 4px; font-size: 9px; }
.quick-cart__info-list { margin: 0; display: grid; gap: 4px; }
.dso-shop-page .quick-cart__info-list { gap: 0; }
.quick-cart__info-list > div { display: flex; justify-content: space-between; gap: 8px; }
.quick-cart__info-list dt { margin: 0; color: #0f4081; font-size: 10px; font-weight: 700; }
.quick-cart__info-list dd { margin: 0; color: #17253b; font-size: 10px; font-weight: 800; text-align: right; }
.quick-cart .shop-product-card__bottom { margin-bottom: 11px; }
.quick-cart__qty { height: 38px; display: inline-grid; grid-template-columns: 34px 38px 34px; overflow: hidden; border: 1px solid #dfe2e7; border-radius: 9px; background: #fff; }
.quick-cart:not(.is-in-cart) .quick-cart__qty { display: none; }
.quick-cart.is-in-cart .quick-cart__submit { display: none; }
.quick-cart.is-syncing .quick-cart__qty { opacity: .55; pointer-events: none; }
.quick-cart__qty button { width: 34px; min-width: 0; height: 36px; min-height: 0; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; border: 0; border-radius: 0; color: #17253b; background: #f5f6f8; font-size: 20px; font-weight: 600; line-height: 1; box-shadow: none; transition: background .2s,color .2s; }
.quick-cart__qty button:hover { color: #fff; background: #17253b; }
.quick-cart__qty-value { width: 38px; height: 36px; display: flex; align-items: center; justify-content: center; color: #17253b; background: #fff; font-size: 13px; font-weight: 900; line-height: 1; }
.quick-cart__qty input[type="hidden"] { display: none !important; width: 0 !important; height: 0 !important; margin: 0 !important; padding: 0 !important; }
.quick-cart .shop-product-card__bottom { display: grid; grid-template-columns: minmax(0,1fr) max-content; align-items: center; gap: 8px; }
.quick-cart .shop-product-card__bottom .price { min-width: 0; margin: 0; white-space: normal; line-height: 1.15; overflow-wrap: anywhere; }
.quick-cart__price-unit { color: #7a8392; font-size: 10px; font-weight: 700; }
.quick-cart__submit { width: auto; min-width: 96px; max-width: 112px; min-height: 34px; padding: 0 8px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; border: 0; border-radius: 8px; color: #fff; background: #17253b; font-size: 9px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; box-shadow: 0 8px 16px rgba(23,37,59,.14); transition: transform .2s,background .2s,box-shadow .2s; }
.quick-cart__submit:hover { background: #243955; transform: translateY(-2px); box-shadow: 0 14px 24px rgba(23,37,59,.21); }
.quick-cart__submit:disabled { opacity: .62; cursor: wait; transform: none; }
.quick-cart__submit.is-added { opacity: 1; background: #23805d; }
.shop-product-card__content,.product-item .shop-product-card__content { display: flex; flex-direction: column; }
.shop-products-grid .shop-product-card { min-height: 430px; }
.dso-shop-page .shop-products-grid .shop-product-card { min-height: 360px; }

@media (max-width: 767px) {
    .shop-products-grid .shop-product-card { min-height: 385px; }
    .dso-shop-page .shop-products-grid .shop-product-card { min-height: 340px; }
    .quick-cart__variant { margin-top: 9px; }
    .quick-cart__select.form-control { height: 36px; }
    .quick-cart__qty { height: 36px; grid-template-columns: 31px 35px 31px; }
    .quick-cart__qty button { width: 31px; height: 34px; }
    .quick-cart__qty-value { width: 35px; height: 34px; }
    .quick-cart__submit { min-height: 32px; font-size: 9px; }
}

@media (max-width: 420px) {
    .quick-cart .shop-product-card__bottom { gap: 7px; }
    .quick-cart__qty { grid-template-columns: 29px 32px 29px; }
    .quick-cart__qty button { width: 29px; }
    .quick-cart__qty-value { width: 32px; }
    .quick-cart__submit { font-size: 8px; letter-spacing: .02em; min-width: 88px; max-width: 100px; padding: 0 6px; }
}

/* Compact commerce title ribbon */
.dso-commerce-body .page-header {
    min-height: 104px !important;
    overflow: hidden;
    background: linear-gradient(105deg,#12233b 0%,#1b395c 66%,#294d70 100%) !important;
    box-shadow: inset 0 -1px rgba(255,255,255,.08);
}
.dso-commerce-body .page-header:before {
    width: 260px;
    height: 180px;
    right: 12%;
    left: auto;
    top: -92px;
    opacity: 1;
    transform: rotate(-12deg);
    background: linear-gradient(135deg,rgba(236,174,63,.18),rgba(255,255,255,.025));
    border: 1px solid rgba(236,174,63,.15);
    border-radius: 32px;
    animation: dsoRibbonFloat 7s ease-in-out infinite;
}
.dso-commerce-body .page-header:after {
    width: 150px;
    height: 3px;
    left: auto;
    right: 6%;
    top: auto;
    bottom: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(90deg,transparent,#e5a52f) !important;
    box-shadow: none !important;
    animation: dsoRibbonLine 4s ease-in-out infinite !important;
}
.dso-commerce-body .page-header .content {
    min-height: 104px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
}
.dso-page-title { position: relative; padding-left: 15px; }
.dso-page-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 3px;
    border-radius: 4px;
    background: #e5a52f;
}
.dso-page-title__eyebrow {
    display: block;
    margin-bottom: 2px;
    color: #f2c66d;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.dso-commerce-body .page-header .page-name {
    margin: 0 !important;
    color: #fff;
    font-size: 29px !important;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.035em;
}
.dso-commerce-body .page-header .breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
    justify-self: start;
    background: transparent;
}
.dso-commerce-body .page-header .breadcrumb li,
.dso-commerce-body .page-header .breadcrumb li a { font-size: 9px !important; letter-spacing: .1em; }
.dso-page-mark {
    min-height: 42px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    color: rgba(255,255,255,.78);
    background: rgba(255,255,255,.07);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}
.dso-page-mark i { color: #efb343; font-size: 17px; }
@keyframes dsoRibbonFloat { 50% { transform: translateY(8px) rotate(-9deg); } }
@keyframes dsoRibbonLine { 50% { width: 230px; opacity: .6; } }

@media (max-width: 767px) {
    .dso-commerce-body .page-header { min-height: 82px !important; }
    .dso-commerce-body .page-header .content {
        min-height: 82px;
        grid-template-columns: auto 1fr;
        gap: 14px;
    }
    .dso-commerce-body .page-header .page-name { font-size: 24px !important; }
    .dso-page-title__eyebrow { font-size: 7px; }
    .dso-page-mark { display: none; }
    .dso-commerce-body .page-header .breadcrumb { justify-self: end; }
    .dso-commerce-body .page-header:before { right: -100px; }
}

@media (max-width: 420px) {
    .dso-commerce-body .page-header .content { gap: 8px; }
    .dso-commerce-body .page-header .page-name { font-size: 22px !important; }
    .dso-commerce-body .page-header .breadcrumb li,
    .dso-commerce-body .page-header .breadcrumb li a { font-size: 8px !important; }
}

/* Final compact, brighter shop presentation */
.dso-commerce-body { background: #f7f8fc !important; }
.dso-header__bar { min-height: 70px !important; }
.dso-header__logo img { max-width: 132px !important; }
.page-header {
    min-height: 172px !important;
    background:
        radial-gradient(circle at 84% 18%,rgba(245,178,67,.28),transparent 23%),
        linear-gradient(120deg,#14243c 0%,#1d3d62 58%,#315477 100%) !important;
}
.page-header .content { padding: 0 !important; }
.page-header .page-name { font-size: clamp(32px,3vw,43px) !important; }
.page-header:before { opacity: .2; }
.products.section.dso-shop-page { padding: 22px 0 48px !important; background: #f7f8fc !important; }
.dso-catalog-panel {
    margin-bottom: 22px !important;
    padding: 22px 26px !important;
    border: 1px solid #e7eaf0 !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg,#fff 0%,#fffdf8 100%) !important;
    box-shadow: 0 12px 32px rgba(25,43,70,.07) !important;
    animation: dsoPanelReveal .58s cubic-bezier(.16,1,.3,1) both;
}
.dso-catalog-panel__top { padding-bottom: 16px !important; }
.dso-catalog-panel__top h2 { font-size: 27px !important; color: #14243c !important; }
.dso-catalog-panel__top span,
.dso-catalog-panel__filters strong { color: #c47b12 !important; }
.dso-catalog-panel__filters { padding-top: 14px !important; }
.dso-category-pills { gap: 8px !important; }
.dso-category-pills a {
    padding: 9px 13px !important;
    border-color: #e2e6ed !important;
    color: #354158 !important;
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(25,43,70,.04);
}
.dso-shop-page .dso-category-pills a:hover,
.dso-shop-page .dso-category-pills a.is-active {
    border-color: #e3a02d !important;
    color: #14243c !important;
    background: linear-gradient(135deg,#fff9ec,#ffefc9) !important;
    box-shadow: 0 8px 18px rgba(227,160,45,.17) !important;
}
.dso-shop-page .shop-products-grid { gap: 18px !important; }
.dso-shop-page .shop-product-card {
    border-color: #e4e8ef !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 10px 28px rgba(24,42,68,.08) !important;
    animation: dsoCardPop .65s cubic-bezier(.16,1,.3,1) both !important;
    transition: transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s,border-color .32s !important;
}
.dso-shop-page .shop-products-grid__item:nth-child(4n+2) .shop-product-card { animation-delay: .06s !important; }
.dso-shop-page .shop-products-grid__item:nth-child(4n+3) .shop-product-card { animation-delay: .12s !important; }
.dso-shop-page .shop-products-grid__item:nth-child(4n+4) .shop-product-card { animation-delay: .18s !important; }
.dso-shop-page .shop-product-card:hover {
    transform: translateY(-8px) scale(1.012) !important;
    border-color: rgba(227,160,45,.65) !important;
    box-shadow: 0 20px 42px rgba(24,42,68,.15) !important;
}
.dso-shop-page .shop-product-card__media,
.dso-shop-page .product-item .shop-product-card__media {
    height: 172px !important;
    background: linear-gradient(145deg,#fbfcfe,#eef3f8) !important;
}
.dso-shop-page .shop-product-card__media img,
.dso-shop-page .product-item .shop-product-card__media img { max-height: 146px !important; }
.dso-shop-page .shop-product-card__content { padding: 14px !important; }
.dso-shop-page .shop-product-card__content h4 { min-height: 0 !important; font-size: 14px !important; margin-bottom: 4px !important; }
.dso-shop-page .quick-cart__select.form-control { background: #f8fafc !important; }
.dso-shop-page .quick-cart__submit { background: linear-gradient(135deg,#1e3b60,#14243c) !important; }
.dso-shop-page .quick-cart__submit:hover { background: linear-gradient(135deg,#315477,#1a304e) !important; }
@keyframes dsoPanelReveal { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:none; } }
@keyframes dsoCardPop { from { opacity:0; transform:translateY(26px) scale(.97); } to { opacity:1; transform:none; } }

@media (max-width: 767px) {
    .dso-header__bar { min-height: 62px !important; }
    .page-header { min-height: 112px !important; }
    .page-header .page-name { font-size: 29px !important; }
    .products.section.dso-shop-page { padding: 14px 0 34px !important; }
    .dso-catalog-panel { padding: 16px 14px !important; margin-bottom: 16px !important; border-radius: 13px !important; }
    .dso-catalog-panel__top h2 { font-size: 23px !important; }
    .dso-shop-page .shop-products-grid { gap: 13px 10px !important; }
    .dso-shop-page .shop-product-card__media,
    .dso-shop-page .product-item .shop-product-card__media { height: 138px !important; }
    .dso-shop-page .shop-product-card__media img,
    .dso-shop-page .product-item .shop-product-card__media img { max-height: 118px !important; }
}

@media (max-width: 420px) {
    .dso-shop-page .shop-product-card__media,
    .dso-shop-page .product-item .shop-product-card__media { height: 155px !important; }
    .dso-shop-page .shop-product-card__media img,
    .dso-shop-page .product-item .shop-product-card__media img { max-height: 134px !important; }
}

/* Final responsive stability guard: animated cards must never resize the viewport. */
html,
body.dso-commerce-body {
    width:100%;
    max-width:100%;
    overflow-x:hidden !important;
}
.dso-commerce-body .dso-header,
.dso-commerce-body .page-header,
.dso-commerce-body .dso-shop-page,
.dso-commerce-body .dso-catalog-panel,
.dso-commerce-body .shop-products-grid {
    max-width:100%;
}
.dso-shop-page .shop-products-grid {
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    align-items:stretch;
}
.dso-shop-page .shop-products-grid__item,
.dso-shop-page .shop-product-card,
.dso-shop-page .shop-product-card__content,
.dso-shop-page .quick-cart {
    min-width:0 !important;
    max-width:100% !important;
}
.dso-shop-page .shop-product-card {
    animation:none !important;
    transform:none !important;
    will-change:auto !important;
}
.dso-shop-page .shop-product-card:hover {
    transform:none !important;
}
.dso-shop-page .shop-product-card__media img {
    max-width:100% !important;
}
.dso-category-pills {
    min-width:0;
    max-width:100%;
}
@media (max-width:1199px) {
    .dso-shop-page .shop-products-grid { grid-template-columns:repeat(3,minmax(0,1fr)) !important; }
}
@media (max-width:767px) {
    .dso-shop-page .shop-products-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
    .dso-shop-page .shop-product-card,
    .dso-shop-page .shop-product-card:hover,
    .dso-shop-page .shop-product-card__media img,
    .dso-shop-page .shop-product-card:hover .shop-product-card__media img {
        animation:none !important;
        transform:none !important;
        transition:none !important;
    }
}
@media (max-width:480px) {
    .dso-shop-page .shop-products-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
    .dso-reference-theme .dso-header { width:calc(100% - 12px) !important; }
}

/* Slim fixed application toolbar */
.dso-reference-theme .dso-header {
    position: sticky !important;
    z-index: 1000;
    top: 5px !important;
    width: calc(100% - 20px) !important;
    margin: 5px auto 8px !important;
    border-radius: 13px !important;
}
.dso-reference-theme .dso-header .container { width: calc(100% - 42px) !important; }
.dso-reference-theme .dso-header__bar { min-height: 48px !important; gap: 24px !important; }
.dso-reference-theme .dso-header__logo img { max-width: 106px !important; }
.dso-reference-theme .dso-header__nav { gap: 22px !important; }
.dso-reference-theme .dso-header__nav a { font-size: 11px !important; }
.dso-reference-theme .dso-header__cart,
.dso-reference-theme .dso-header__user {
    min-height: 34px !important;
    padding: 0 11px !important;
    border-radius: 17px !important;
    font-size: 11px !important;
}
.dso-reference-theme .dso-header .cartCount { min-width: 22px; height: 22px; line-height: 22px; font-size: 10px; }

@media (max-width: 767px) {
    .dso-reference-theme .dso-header { top: 3px !important; width: calc(100% - 10px) !important; margin: 3px auto 6px !important; }
    .dso-reference-theme .dso-header .container { width: calc(100% - 20px) !important; }
    .dso-reference-theme .dso-header__bar { min-height: 46px !important; }
    .dso-reference-theme .dso-header__logo img { max-width: 94px !important; }
    .dso-reference-theme .dso-header__cart,
    .dso-reference-theme .dso-header__user { width: 34px !important; min-height: 34px !important; padding: 0 !important; }
}

/* Keep the redesigned title ribbon above older hero declarations. */
.dso-commerce-body .page-header { min-height: 104px !important; }
.dso-commerce-body .page-header .content { min-height: 104px !important; }
@media (max-width: 767px) {
    .dso-commerce-body .page-header { min-height: 82px !important; }
    .dso-commerce-body .page-header .content { min-height: 82px !important; }
}

/* Reference-led navy, white and gold system for signed-in pages. */
.dso-reference-theme {
    color: #101d36;
    background: radial-gradient(circle at 18% 0,rgba(42,103,182,.06),transparent 28%),#f5f7fb !important;
    font-family: "Poppins","Helvetica Neue",Arial,sans-serif !important;
}
.dso-reference-theme .dso-header {
    width: calc(100% - 28px);
    margin: 7px auto 13px;
    border: 1px solid #dfe5ef;
    border-radius: 17px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 9px 28px rgba(19,42,76,.075);
}
.dso-reference-theme .dso-header__bar { min-height: 72px !important; }
.dso-reference-theme .dso-header__bar { min-height: 58px !important; }
.dso-reference-theme .dso-header__logo img { max-width: 118px !important; }
.dso-reference-theme .dso-header__cart,
.dso-reference-theme .dso-header__user { min-height: 38px; padding: 0 13px; font-size: 12px; }
.dso-reference-theme .dso-header__nav a { color: #667087; font-size: 12px; font-weight: 700; }
.dso-reference-theme .dso-header__nav a.is-active { color: #101d36; }
.dso-reference-theme .dso-header__nav a:after { height: 3px; background: #dda126 !important; }
.dso-reference-theme .dso-header__cart,
.dso-reference-theme .dso-header__user { border-color: #dfe4ed; background: #fff; box-shadow: 0 7px 20px rgba(20,43,77,.055); }
.dso-reference-theme .dso-header .cartCount { background: #dda126 !important; }

.dso-reference-theme .page-header {
    width: calc(100% - 28px);
    min-height: 150px !important;
    margin: 0 auto;
    border-radius: 24px;
    background:
        radial-gradient(circle at 78% 54%,rgba(44,113,205,.34),transparent 22%),
        linear-gradient(112deg,#09214a 0%,#0b438f 52%,#063674 100%) !important;
    box-shadow: 0 18px 38px rgba(10,44,92,.14);
}
.dso-reference-theme .page-header:before {
    width: 390px;
    height: 390px;
    right: -45px;
    top: -80px;
    border: 1px solid rgba(225,161,39,.5);
    border-radius: 50%;
    background: radial-gradient(circle,rgba(229,165,47,.12),transparent 62%);
    transform: none;
    animation: dsoReferenceOrbit 8s ease-in-out infinite;
}
.dso-reference-theme .page-header:after {
    width: 250px;
    height: 250px;
    right: 55px;
    bottom: -75px;
    border: 1px solid rgba(225,161,39,.7) !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: 0 0 34px rgba(231,170,53,.13) !important;
    animation: dsoReferenceGlow 4s ease-in-out infinite !important;
}
.dso-reference-theme .page-header .content {
    min-height: 150px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 14px;
}
.dso-reference-theme .dso-page-title { padding-left: 0; }
.dso-reference-theme .dso-page-title:before,
.dso-reference-theme .dso-page-title__eyebrow { display: none; }
.dso-reference-theme .page-header .page-name { font-size: clamp(31px,3vw,40px) !important; font-weight: 700; letter-spacing: -.04em; }
.dso-reference-theme .page-header .breadcrumb { justify-self: auto; }
.dso-reference-theme .page-header .breadcrumb li,
.dso-reference-theme .page-header .breadcrumb li a { color: rgba(255,255,255,.68); font-size: 10px !important; font-weight: 800; }
.dso-reference-theme .dso-page-mark {
    position: absolute;
    z-index: 2;
    right: 12%;
    top: 50%;
    width: 82px;
    height: 82px;
    min-height: 0;
    padding: 0;
    justify-content: center;
    border: 1px solid rgba(228,165,46,.72);
    border-radius: 50%;
    color: #e6ab3e;
    background: rgba(5,39,85,.25);
    animation: dsoBagFloat 4.5s ease-in-out infinite;
}
.dso-reference-theme .dso-page-mark:before { content:""; position:absolute; inset:-16px; border:1px solid rgba(228,165,46,.28); border-radius:50%; }
.dso-reference-theme .dso-page-mark i { font-size: 34px; color: #e6ab3e; }

.dso-reference-theme .products.section.dso-shop-page { padding: 10px 0 52px !important; }
.dso-reference-theme .dso-catalog-panel {
    margin-top: 0 !important;
    margin-bottom: 22px !important;
    border-color: #e0e6ef !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.98) !important;
    box-shadow: 0 14px 36px rgba(18,43,80,.075) !important;
}
.dso-reference-theme .dso-catalog-panel__top h2 { color:#102247 !important; font-size:30px !important; }
.dso-reference-theme .dso-catalog-panel__top span,
.dso-reference-theme .dso-catalog-panel__filters strong { color:#bd7d08 !important; }
.dso-reference-theme .dso-top-filter__search button { background:linear-gradient(145deg,#124a91,#082b61) !important; }
.dso-reference-theme .dso-category-pills a { color:#243655 !important; border-color:#e0e6ef !important; }
.dso-reference-theme .dso-category-pills a:hover,
.dso-reference-theme .dso-category-pills a.is-active { color:#fff !important; border-color:#dda126 !important; background:linear-gradient(145deg,#123e78,#082b61) !important; box-shadow:0 8px 20px rgba(10,48,101,.18) !important; }
.dso-reference-theme .shop-product-card { border-color:#e0e6ee !important; box-shadow:0 11px 28px rgba(18,43,80,.075) !important; }
.dso-reference-theme .shop-product-card:hover { border-color:#dfa52f !important; box-shadow:0 22px 44px rgba(12,53,107,.16) !important; }
.dso-reference-theme .shop-product-card__media { background:linear-gradient(145deg,#fffdf8,#f6f0e5) !important; }
.dso-reference-theme .quick-cart__submit,
.dso-reference-theme .btn-main,
.dso-reference-theme .checkoutBtn { border-color:#0a356f !important; background:linear-gradient(145deg,#124a91,#082b61) !important; box-shadow:0 9px 21px rgba(10,48,101,.2) !important; color:#fff !important; }
.dso-reference-theme .checkoutBtn:hover,
.dso-reference-theme .checkoutBtn:focus,
.dso-reference-theme .checkoutBtn:active { color:#fff !important; }
.dso-reference-theme .quick-cart__submit:hover,
.dso-reference-theme .btn-main:hover { background:linear-gradient(145deg,#1b5aa8,#0b3778) !important; }

.dso-reference-theme .single-product,
.dso-reference-theme .page-wrapper,
.dso-reference-theme .user-dashboard.page-wrapper,
.dso-reference-theme .checkout.shopping { background:transparent !important; }
.dso-reference-theme .single-product-slider,
.dso-reference-theme .single-product-details,
.dso-reference-theme .cart.shopping .block,
.dso-reference-theme .dashboard-wrapper {
    border:1px solid #e0e6ef !important;
    border-radius:18px !important;
    background:#fff !important;
    box-shadow:0 14px 36px rgba(18,43,80,.08) !important;
    animation:dsoInternalRise .65s cubic-bezier(.16,1,.3,1) both;
}
.dso-reference-theme table thead { color:#fff !important; background:linear-gradient(105deg,#102543,#143b6a) !important; }
.dso-reference-theme table tbody tr { transition:background .2s,transform .2s; }
.dso-reference-theme table tbody tr:hover { background:#f7faff; }
.dso-reference-theme .form-control { border-color:#dce3ed; border-radius:9px; box-shadow:none; }
.dso-reference-theme .form-control:focus { border-color:#dda126; box-shadow:0 0 0 3px rgba(221,161,38,.12); }

@keyframes dsoReferenceOrbit { 50% { transform:scale(1.045) rotate(4deg); opacity:.8; } }
@keyframes dsoReferenceGlow { 50% { transform:scale(1.055); opacity:.62; } }
@keyframes dsoBagFloat { 50% { transform:translateY(-8px); box-shadow:0 0 28px rgba(228,165,46,.18); } }
@keyframes dsoInternalRise { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:none; } }

@media (max-width:767px) {
    .dso-reference-theme .dso-header { width:calc(100% - 14px); margin:5px auto 8px; border-radius:13px; }
    .dso-reference-theme .dso-header__bar { min-height:60px !important; }
    .dso-reference-theme .page-header { width:calc(100% - 14px); min-height:112px !important; border-radius:17px; }
    .dso-reference-theme .page-header .content { min-height:112px !important; gap:7px; }
    .dso-reference-theme .page-header .page-name { font-size:27px !important; }
    .dso-reference-theme .dso-page-mark { right:7%; width:58px; height:58px; display:inline-flex; }
    .dso-reference-theme .dso-page-mark:before { inset:-9px; }
    .dso-reference-theme .dso-page-mark i { font-size:24px; }
    .dso-reference-theme .dso-catalog-panel { border-radius:15px !important; }
}

@media (max-width:420px) {
    .dso-reference-theme .page-header { min-height:96px !important; }
    .dso-reference-theme .page-header .content { min-height:96px !important; }
    .dso-reference-theme .page-header .page-name { font-size:24px !important; }
    .dso-reference-theme .dso-page-mark { opacity:.58; right:5%; }
}

/* Product-to-cart feedback animation */
.dso-cart-flyer {
    position: fixed !important;
    z-index: 2147483640 !important;
    margin: 0 !important;
    padding: 5px !important;
    object-fit: contain !important;
    pointer-events: none !important;
    border: 2px solid rgba(217,154,43,.72);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(15,27,45,.3),0 0 0 5px rgba(217,154,43,.12);
    will-change: transform,opacity;
}
.dso-cart-impact { animation: dsoCartImpact .62s cubic-bezier(.2,.9,.25,1) both !important; }
.dso-cart-summary--jump .dso-cart-summary__inner { animation: dsoCartJump .62s cubic-bezier(.2,.9,.25,1) both !important; }
#cartCount.active { transition: transform .2s; }
@keyframes dsoCartImpact {
    0% { transform: translateY(0) rotate(0) scale(1); }
    28% { transform: translateY(-11px) rotate(-10deg) scale(1.18); }
    48% { transform: translateY(2px) rotate(8deg) scale(.96); }
    68% { transform: translateY(-5px) rotate(-5deg) scale(1.08); }
    100% { transform: none; }
}
@keyframes dsoCartJump {
    0% { transform: translateY(0) scale(1); }
    35% { transform: translateY(-9px) scale(1.025); }
    62% { transform: translateY(3px) scale(.99); }
    100% { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
    .dso-cart-flyer { display: none !important; }
    .dso-cart-impact,.dso-cart-summary--jump .dso-cart-summary__inner { animation: none !important; }
}

/* Sticky live cart summary */
.dso-commerce-body {
    animation: none !important;
    transform: none !important;
    perspective: none !important;
    filter: none !important;
    contain: none !important;
}
.dso-cart-summary {
    position: fixed !important;
    z-index: 2147483000 !important;
    right: 0 !important;
    bottom: 18px !important;
    left: 0 !important;
    top: auto !important;
    padding: 0 18px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(24px) scale(.97);
    transition: opacity .3s ease,transform .35s cubic-bezier(.16,1,.3,1);
}
body > .dso-cart-summary { position: fixed !important; transform-origin: bottom center; }
.dso-cart-summary.is-visible { pointer-events: none !important; opacity: 1; transform: none; }
html body > #dsoCartSummary.is-visible { display: block !important; visibility: visible !important; opacity: 1 !important; transform: none !important; pointer-events: none !important; }
.dso-cart-summary__inner {
    width: min(365px,100%);
    min-height: 52px;
    margin: 0 auto;
    padding: 7px 8px 7px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 13px;
    color: #fff;
    background: rgba(23,37,59,.97);
    box-shadow: 0 20px 55px rgba(14,22,36,.32);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    pointer-events: auto !important;
}
.dso-cart-summary__info { min-width: 0; display: flex; align-items: center; gap: 11px; }
.dso-cart-summary__icon { width: 42px; min-width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; color: #17253b; background: #d99a2b; font-size: 18px; }
.dso-cart-summary__icon { width: 36px; min-width: 36px; height: 36px; border-radius: 9px; font-size: 15px; }
.dso-cart-summary__info strong { display: block; color: #fff; font-size: 12px; font-weight: 900; line-height: 1.2; }
.dso-cart-summary__info small { display: block; margin-top: 2px; color: rgba(255,255,255,.6); font-size: 9px; }
.dso-cart-summary__link { min-height: 38px; padding: 0 14px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border-radius: 9px; color: #17253b !important; background: #fff; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; transition: background .2s,transform .2s; }
.dso-cart-summary__link:hover { background: #fff7e8; transform: translateY(-2px); }
.dso-cart-summary__link i { font-size: 17px; }
.dso-shop-page { padding-bottom: 60px !important; }

@media (max-width: 520px) {
    .dso-cart-summary { top: auto !important; bottom: 10px !important; padding: 0 10px; }
    .dso-cart-summary__inner { min-height: 54px; padding: 7px; border-radius: 12px; }
    .dso-cart-summary__icon { width: 34px; min-width: 34px; height: 34px; }
    .dso-cart-summary__info strong { font-size: 12px; }
    .dso-cart-summary__info small { font-size: 10px; }
    .dso-cart-summary__link { min-height: 36px; padding: 0 11px; font-size: 9px; }
}

/* Compact product cards: category is available in filters, so cards focus on purchasing. */
.dso-shop-page .shop-product-card__group { display: none !important; }
.dso-shop-page .shop-products-grid .shop-product-card {
    min-height: 0 !important;
    height: 100%;
}
.dso-shop-page .shop-product-card__media,
.dso-shop-page .product-item .shop-product-card__media {
    height: 205px !important;
    padding: 14px !important;
}
.dso-shop-page .shop-product-card__media img,
.dso-shop-page .product-item .shop-product-card__media img {
    max-height: 177px !important;
}
.dso-shop-page .shop-product-card__content,
.dso-shop-page .product-item .shop-product-card__content {
    padding: 15px !important;
}
.dso-shop-page .shop-product-card__content h4 {
    min-height: 0 !important;
    margin: 0 0 4px !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
}
.dso-shop-page .quick-cart__selects { margin: 2px 0 8px !important; }
.dso-shop-page .quick-cart__selects .quick-cart__variant { margin: 0 !important; }
.dso-shop-page .quick-cart__selects .quick-cart__unit { margin: 0 !important; }
.dso-shop-page .quick-cart .shop-product-card__bottom { margin-bottom: 9px !important; }
.dso-shop-page .quick-cart .shop-product-card__bottom { grid-template-columns: minmax(0,1fr) max-content !important; gap: 6px !important; }
.dso-shop-page .quick-cart .shop-product-card__bottom .price { font-size: 13px !important; white-space: normal !important; }
.dso-shop-page .quick-cart__submit {
    width: auto !important;
    min-width: 92px !important;
    max-width: 108px !important;
    min-height: 32px !important;
    padding: 0 8px !important;
    margin: 0;
    gap: 4px !important;
    font-size: 9px !important;
    letter-spacing: .03em !important;
}
.dso-shop-page .quick-cart__submit i { font-size: 12px; }

@media (max-width: 767px) {
    .dso-shop-page .shop-product-card__media,
    .dso-shop-page .product-item .shop-product-card__media {
        height: 160px !important;
        padding: 10px !important;
    }
    .dso-shop-page .shop-product-card__media img,
    .dso-shop-page .product-item .shop-product-card__media img { max-height: 140px !important; }
    .dso-shop-page .shop-product-card__content,
    .dso-shop-page .product-item .shop-product-card__content { padding: 12px !important; }
    .dso-shop-page .shop-product-card__content h4 {
        min-height: 0 !important;
        font-size: 14px !important;
    }
    .dso-shop-page .quick-cart__submit { min-width: 84px !important; max-width: 96px !important; padding: 0 6px !important; }
}

@media (max-width: 420px) {
    .dso-shop-page .shop-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .dso-shop-page .shop-product-card__media,
    .dso-shop-page .product-item .shop-product-card__media { height: 180px !important; }
    .dso-shop-page .shop-product-card__media img,
    .dso-shop-page .product-item .shop-product-card__media img { max-height: 158px !important; }
    .dso-shop-page .quick-cart__submit { min-width: 84px !important; max-width: 96px !important; }
}

/* Final card sizing must remain last in the legacy cascade. */
.dso-shop-page .shop-product-card__media,
.dso-shop-page .product-item .shop-product-card__media { height: 172px !important; padding: 12px !important; }
.dso-shop-page .shop-product-card__media img,
.dso-shop-page .product-item .shop-product-card__media img { max-height: 146px !important; }
.dso-shop-page .shop-product-card__content,
.dso-shop-page .product-item .shop-product-card__content { padding: 14px !important; }
.dso-shop-page .shop-product-card__content h4 { min-height: 0 !important; font-size: 14px !important; margin-bottom: 4px !important; }
@media (max-width: 767px) {
    .dso-shop-page .shop-product-card__media,
    .dso-shop-page .product-item .shop-product-card__media { height: 138px !important; padding: 9px !important; }
    .dso-shop-page .shop-product-card__media img,
    .dso-shop-page .product-item .shop-product-card__media img { max-height: 118px !important; }
}
@media (max-width: 420px) {
    .dso-shop-page .shop-product-card__media,
    .dso-shop-page .product-item .shop-product-card__media { height: 155px !important; }
    .dso-shop-page .shop-product-card__media img,
    .dso-shop-page .product-item .shop-product-card__media img { max-height: 134px !important; }
}

/* Compact product detail */
.dso-pd-back { padding: 10px 0 0; background: transparent; }
.dso-pd-back a,
.dso-reference-theme .dso-pd-back a {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #5d6a7c !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}
.dso-pd-back a i,
.dso-reference-theme .dso-pd-back a i { color: #5d6a7c !important; font-size: 14px; }
.dso-pd-back a:hover,
.dso-pd-back a:focus,
.dso-reference-theme .dso-pd-back a:hover,
.dso-reference-theme .dso-pd-back a:focus {
    color: #123f7d !important;
    background: transparent !important;
    outline: 0;
}
.dso-pd-back a:hover i,
.dso-pd-back a:focus i { color: #123f7d !important; }
.dso-pd { overflow-x: hidden; }
.dso-pd .dso-pd-layout { margin-left: -10px; margin-right: -10px; }
.dso-pd .dso-pd-media,
.dso-pd .dso-pd-copy { padding-left: 10px; padding-right: 10px; }
.dso-pd .single-product-slider {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    padding: 16px !important;
    border: 1px solid #e7edf4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16,33,63,.05);
}
.dso-pd .single-product-slider .carousel,
.dso-pd .single-product-slider .carousel-outer,
.dso-pd .single-product-slider .carousel-inner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}
.dso-pd .single-product-slider .carousel-inner > .item {
    min-height: 0 !important;
    height: 100% !important;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border-radius: 12px;
}
.dso-pd .single-product-slider img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.dso-pd-view {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #e4e9f0;
    border-radius: 10px;
    color: #123f7d;
    background: #fff;
    box-shadow: 0 6px 14px rgba(16,33,63,.08);
    cursor: pointer;
}
.dso-pd-view:hover { color: #fff; background: #123f7d; }
.dso-pd-view:focus { outline: 0; box-shadow: 0 0 0 3px rgba(18,63,125,.18); }
.dso-pd-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    border-radius: 16px;
}
.dso-pd-panel #add2cartForm {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
}
.dso-pd-kicker {
    margin: 0 0 8px;
    color: #7a8494;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.dso-pd-kicker span { margin-right: 6px; color: #7a8494; }
.dso-pd-kicker a { color: #123f7d; font-weight: 800; }
.dso-pd-kicker a:hover,
.dso-pd-kicker a:focus { color: #0d2d5c; text-decoration: underline; }
.dso-pd-panel h2 { margin: 0 0 16px !important; color: #10213f; font-size: clamp(22px, 2.1vw, 28px) !important; font-weight: 800; line-height: 1.2; }
.dso-pd-desc { margin: -8px 0 16px; color: #667289; font-size: 13px; line-height: 1.5; }
.dso-pd-selects { display: flex; gap: 12px; align-items: flex-end; width: 100%; margin: 0 0 12px; }
.dso-pd-selects.is-split .dso-pd-field:first-child { flex: 1 1 68%; max-width: 68%; }
.dso-pd-selects.is-split .dso-pd-field--unit { flex: 1 1 32%; max-width: 32%; }
.dso-pd-selects:not(.is-split) .dso-pd-field { flex: 1 1 100%; }
.dso-pd-field { min-width: 0; }
.dso-pd-field label { display: block; margin: 0 0 6px; color: #7a8494; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dso-pd-control, .dso-pd-static {
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 1px solid #dfe5ee;
    border-radius: 10px;
    color: #10213f;
    background: #fff;
    text-align: left;
    box-shadow: none;
}
.dso-pd-control { cursor: pointer; }
.dso-pd-control:hover { border-color: #c5d0de; }
.dso-pd-control:focus { outline: 0; border-color: #123f7d; box-shadow: 0 0 0 3px rgba(18,63,125,.12); }
.dso-pd-control span, .dso-pd-static { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; font-weight: 700; }
.dso-pd-control i { flex: 0 0 auto; color: #8b95a7; font-size: 12px; }
.dso-pd-info {
    margin: 0 0 12px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    background: #f8fafc;
}
.dso-pd-info h3 { margin: 0; color: #7a8494; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.dso-pd-info dl, .dso-pd-modal-list { display: grid; gap: 0; margin: 0; }
.dso-pd-info dl > div, .dso-pd-modal-list > div { display: flex; justify-content: flex-end; align-items: baseline; gap: 8px; }
.dso-pd-info dt, .dso-pd-modal-list dt { margin: 0; color: #758096; font-size: 12px; font-weight: 600; }
.dso-pd-info dd, .dso-pd-modal-list dd { margin: 0; color: #10213f; font-size: 13px; font-weight: 800; word-break: break-word; text-align: right; }
.dso-pd-buy {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid #eef2f6;
}
.dso-pd-price { margin: 0; color: #10213f; }
.dso-pd-price strong { display: block; color: #10213f; font-size: 26px; font-weight: 800; line-height: 1.1; }
.dso-pd-price-unit { margin-left: 2px; color: #667289; font-size: 14px; font-weight: 700; }
.dso-pd-price small { display: block; margin-top: 3px; color: #8b95a7; font-size: 12px; font-weight: 700; text-decoration: line-through; }
.dso-pd-cart { display: flex; align-items: center; gap: 10px; flex-wrap: nowrap; }
.dso-pd-qty { display: inline-flex; align-items: center; border: 1px solid #dfe5ee; border-radius: 10px; background: #fff; overflow: hidden; }
.dso-pd-qty__btn { width: 40px; min-width: 40px; height: 44px; border: 0; color: #123f7d; background: #f4f7fb; font-size: 18px; font-weight: 700; cursor: pointer; }
.dso-pd-qty__btn:hover, .dso-pd-qty__btn:focus { background: #e8eef7; outline: 0; }
.dso-pd-qty__btn:focus { box-shadow: inset 0 0 0 2px rgba(18,63,125,.18); }
.dso-pd-qty__input { width: 46px; height: 44px; border: 0; color: #10213f; text-align: center; font-size: 15px; font-weight: 800; box-shadow: none; }
.dso-pd-qty__input:focus { outline: 0; box-shadow: none; }
.dso-pd-cart__submit {
    min-height: 40px;
    min-width: 118px;
    margin: 0;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
    white-space: nowrap;
}
.dso-pd-cart__submit:focus { outline: 0; box-shadow: 0 0 0 3px rgba(18,63,125,.18); }
.dso-pd-errors { margin-top: 12px; }
.dso-pd-errors .alert { margin-bottom: 8px; }
.dso-pd-menu { position: fixed; z-index: 1080; max-height: 260px; overflow: auto; padding: 6px; border: 1px solid #e4e9f0; border-radius: 12px; background: #fff; box-shadow: 0 16px 32px rgba(16,33,63,.12); }
.dso-pd-menu[hidden] { display: none !important; }
.dso-pd-menu__item, .dso-pd-picker-item { width: 100%; padding: 10px 12px; border: 0; border-radius: 8px; color: #10213f; background: transparent; text-align: left; font-size: 13px; font-weight: 700; cursor: pointer; }
.dso-pd-menu__item.is-active, .dso-pd-menu__item:hover, .dso-pd-picker-item:hover { background: #f3f6fb; }
.dso-pd-menu__item:focus, .dso-pd-picker-item:focus { outline: 0; background: #eef3fb; }
.dso-pd-picker-item { display: flex; justify-content: space-between; gap: 12px; }
.dso-pd-picker-item small { color: #0b6b65; }
.dso-pd-picker-list { max-height: 360px; overflow: auto; margin-top: 10px; }
.dso-pd-modal .modal-content { border-radius: 16px; }
.dso-pd-modal .modal-body img { width: 100%; max-height: 240px; margin-bottom: 12px; object-fit: contain; border: 1px solid #eef2f6; border-radius: 12px; background: #f8fafc; }
.dso-pd-modal .modal-body h3 { margin: 0 0 8px; color: #10213f; font-size: 20px; font-weight: 800; }
.dso-reference-theme .dso-pd { padding: 10px 0 36px !important; }
.dso-reference-theme .dso-pd .single-product-slider,
.dso-reference-theme .dso-pd .single-product-details { min-height: 0 !important; }
.dso-reference-theme .dso-pd .single-product-details { padding: 20px 22px !important; }
@media (min-width: 992px) {
    .dso-pd .dso-pd-layout { display: flex; align-items: stretch; }
    .dso-pd .dso-pd-media,
    .dso-pd .dso-pd-copy {
        display: flex;
        float: none;
        width: 40%;
    }
    .dso-pd .dso-pd-copy { width: 60%; }
    .dso-pd .single-product-slider,
    .dso-pd .single-product-details {
        flex: 1 1 auto;
        width: 100%;
        min-height: 100%;
    }
}
@media (max-width: 991px) {
    .dso-pd .dso-pd-copy { margin-top: 12px; }
    .dso-pd .single-product-slider .carousel-inner > .item { min-height: 260px !important; }
}
@media (max-width: 767px) {
    .dso-pd-selects,
    .dso-pd-selects.is-split { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); }
    .dso-pd-selects.is-split .dso-pd-field:first-child,
    .dso-pd-selects.is-split .dso-pd-field--unit { flex: none; max-width: none; }
    .dso-pd-buy { flex-wrap: wrap; align-items: stretch; }
    .dso-pd-cart { width: 100%; }
    .dso-pd-cart__submit { flex: 1 1 auto; min-width: 0; }
}
@media (max-width: 380px) {
    .dso-pd-selects,
    .dso-pd-selects.is-split { grid-template-columns: 1fr; }
}

/* Keep long prices from colliding with compact Add to Cart on every product card. */
.shop-products-grid .shop-product-card__bottom,
.quick-cart .shop-product-card__bottom {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: center;
    gap: 6px !important;
}
.shop-products-grid .shop-product-card__bottom .price,
.quick-cart .shop-product-card__bottom .price {
    min-width: 0 !important;
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
    line-height: 1.15;
}
.quick-cart__submit,
.dso-shop-page .quick-cart__submit {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 88px !important;
    max-width: 104px !important;
    min-height: 32px !important;
    padding: 0 7px !important;
    gap: 4px !important;
    font-size: 9px !important;
}
.quick-cart__submit i { font-size: 12px !important; }
.dso-pd-buy { gap: 10px; }
.dso-pd-price strong { font-size: 22px !important; }
.dso-pd-cart__submit { min-width: 112px; padding: 0 10px; font-size: 11px; }

.product-item .product-content h4 a {
    color: #000 !important;
	font-weight: 500 !important;
}

.quick-cart__unit-select.form-control {
    width: 100%;
    height: 38px;
    padding: 8px;
    border: 1px solid #dfe2e7;
    border-radius: 8px;
    color: #17253b;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
}

/* Related products reuse shop-list compact card spacing without shop-page padding. */
.related-products .dso-shop-page {
    padding-bottom: 0 !important;
}

/* Mobile shop grid: two compact cards, price left / cart-qty right, no character wrap. */
@media (max-width: 767px) {
    .dso-shop-page .container {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .dso-shop-page .shop-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px 6px !important;
    }
    .dso-shop-page .shop-products-grid__item,
    .dso-shop-page .shop-product-card {
        overflow: hidden !important;
    }
    .dso-shop-page .shop-product-card__media,
    .dso-shop-page .product-item .shop-product-card__media {
        height: 108px !important;
        padding: 6px !important;
    }
    .dso-shop-page .shop-product-card__media img,
    .dso-shop-page .product-item .shop-product-card__media img {
        max-height: 96px !important;
    }
    .dso-shop-page .shop-product-card__content,
    .dso-shop-page .product-item .shop-product-card__content {
        padding: 7px !important;
    }
    .dso-shop-page .shop-product-card__content h4 {
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
        min-height: 2.4em !important;
        margin-bottom: 5px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
    }
    .dso-shop-page .quick-cart__selects {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 4px !important;
        margin: 0 0 5px !important;
    }
    .dso-shop-page .quick-cart__selects .quick-cart__variant,
    .dso-shop-page .quick-cart__selects .quick-cart__unit {
        flex: 1 1 auto !important;
        width: 100% !important;
    }
    .dso-shop-page .quick-cart__selects label {
        margin: 0 0 2px !important;
        font-size: 8px !important;
        letter-spacing: .04em !important;
    }
    .dso-shop-page .quick-cart__select.form-control,
    .dso-shop-page .quick-cart__unit-select.form-control {
        height: 30px !important;
        padding: 3px 5px !important;
        font-size: 10px !important;
    }
    .dso-shop-page .quick-cart .shop-product-card__bottom,
    .dso-shop-page .shop-products-grid .shop-product-card__bottom {
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 3px !important;
        margin-bottom: 0 !important;
        overflow: hidden !important;
    }
    .dso-shop-page .quick-cart .shop-product-card__bottom .price,
    .dso-shop-page .shop-products-grid .shop-product-card__bottom .price {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: baseline !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-right: 2px !important;
        font-size: 12px !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }
    .dso-shop-page .quick-cart__price {
        display: inline !important;
        font-size: 12px !important;
        font-weight: 800 !important;
        line-height: 1.1 !important;
    }
    .dso-shop-page .quick-cart__price-unit {
        display: none !important;
    }
    .dso-shop-page .quick-cart__qty {
        grid-column: auto !important;
        justify-self: end !important;
        width: 56px !important;
        min-width: 56px !important;
        max-width: 56px !important;
        height: 26px !important;
        margin-left: 0 !important;
        grid-template-columns: 18px 20px 18px !important;
        flex-shrink: 0 !important;
        position: relative !important;
        z-index: 1 !important;
    }
    .dso-shop-page .quick-cart__qty button {
        width: 18px !important;
        min-width: 18px !important;
        height: 24px !important;
        font-size: 13px !important;
    }
    .dso-shop-page .quick-cart__qty-value {
        width: 20px !important;
        min-width: 20px !important;
        height: 24px !important;
        font-size: 10px !important;
    }
    .dso-shop-page .quick-cart__submit,
    .dso-shop-page .shop-products-grid .quick-cart__submit {
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        min-height: 32px !important;
        padding: 0 !important;
        gap: 0 !important;
        flex-shrink: 0 !important;
    }
    .dso-shop-page .quick-cart__submit span {
        display: none !important;
    }
    .dso-shop-page .quick-cart__submit i {
        font-size: 15px !important;
        margin: 0 !important;
    }
    .dso-shop-page .quick-cart__info {
        display: block !important;
        margin: 0 0 5px !important;
        padding: 4px 6px !important;
    }
    .dso-shop-page .quick-cart__info-title {
        margin-bottom: 1px !important;
        font-size: 7px !important;
    }
    .dso-shop-page .quick-cart__info-list > div {
        gap: 4px !important;
    }
    .dso-shop-page .quick-cart__info-list dt,
    .dso-shop-page .quick-cart__info-list dd {
        font-size: 8px !important;
        white-space: nowrap !important;
    }
    .dso-shop-page .pagination {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 6px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 12px 0 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
    .dso-shop-page .pagination a,
    .dso-shop-page .pagination span {
        display: none !important;
        min-width: 0 !important;
        width: 100% !important;
        padding: 8px 6px !important;
        font-size: 13px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        text-align: center !important;
        border-radius: 8px !important;
        box-sizing: border-box !important;
    }
    .dso-shop-page .pagination .pagination__prev,
    .dso-shop-page .pagination .pagination__next,
    .dso-shop-page .pagination .pagination__status {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .dso-shop-page .pagination .pagination__prev,
    .dso-shop-page .pagination .pagination__next {
        font-size: 0 !important;
    }
    .dso-shop-page .pagination .pagination__prev::before {
        content: "Prev" !important;
        font-size: 13px !important;
        font-weight: 800 !important;
    }
    .dso-shop-page .pagination .pagination__next::before {
        content: "Next" !important;
        font-size: 13px !important;
        font-weight: 800 !important;
    }
    .dso-shop-page .pagination .pagination__status {
        color: #16345f !important;
        background: #f4f7fb !important;
        border-color: rgba(15, 23, 42, 0.12) !important;
        box-shadow: none !important;
    }
    .dso-shop-page .pagination .pagination__prev.disabled::before,
    .dso-shop-page .pagination .pagination__next.disabled::before {
        color: #94a3b8 !important;
    }
}

/* ==========================================================================
   Mobile customer pages: card layouts (no whole-page horizontal scroll)
   Desktop/tablet tables remain unchanged above 767px.
   ========================================================================== */
.dso-nav-back__short { display: none; }

@media (max-width: 767px) {
    .dso-nav-back__full { display: none; }
    .dso-nav-back__short { display: inline; }

    .dso-orders-page .dashboard-menu.list-inline,
    .dso-account-page .dashboard-menu.list-inline,
    .dso-order-detail-page .dashboard-menu.list-inline {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .dso-orders-page .dashboard-menu.list-inline > li,
    .dso-account-page .dashboard-menu.list-inline > li,
    .dso-order-detail-page .dashboard-menu.list-inline > li {
        float: none !important;
        display: block !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .dso-commerce-body .container,
    .dso-reference-theme .container {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .dso-orders-page .row,
    .dso-order-detail-page .row,
    .dso-cart-page .row,
    .dso-account-page .row {
        margin-left: -8px !important;
        margin-right: -8px !important;
    }
    .dso-orders-page .row > [class*="col-"],
    .dso-order-detail-page .row > [class*="col-"],
    .dso-cart-page .row > [class*="col-"],
    .dso-account-page .row > [class*="col-"] {
        padding-left: 8px !important;
        padding-right: 8px !important;
        min-width: 0 !important;
    }

    .back-to-products-btn {
        max-width: 100%;
        box-sizing: border-box;
        white-space: nowrap;
    }

    .dso-mobile-cards {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: clip !important;
        overflow-y: visible !important;
    }

    /* ---- Shared table → card conversion ---- */
    .dso-orders-page .dso-orders-table,
    .dso-order-detail-page .dso-order-items-table,
    .dso-cart-page .dso-cart-table {
        display: block !important;
        table-layout: fixed !important;
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        border-collapse: separate !important;
        border-spacing: 0 !important;
        margin: 0 !important;
    }

    .dso-orders-page .dso-orders-table thead,
    .dso-order-detail-page .dso-order-items-table thead,
    .dso-cart-page .dso-cart-table thead {
        display: none !important;
    }

    .dso-orders-page .dso-orders-table tbody,
    .dso-orders-page .dso-orders-table tr:not(.dso-orders-empty-row),
    .dso-orders-page .dso-orders-table td,
    .dso-order-detail-page .dso-order-items-table tbody,
    .dso-order-detail-page .dso-order-items-table tr,
    .dso-order-detail-page .dso-order-items-table td,
    .dso-cart-page .dso-cart-table tbody,
    .dso-cart-page .dso-cart-table tr,
    .dso-cart-page .dso-cart-table td {
        display: block !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .dso-orders-page .dso-orders-table tbody tr:not(.dso-orders-empty-row),
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-item-row,
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item {
        margin: 0 0 12px !important;
        padding: 12px !important;
        border: 1px solid #e6ebf2 !important;
        border-radius: 12px !important;
        background: #fff !important;
        box-shadow: 0 5px 16px rgba(18, 43, 80, 0.055) !important;
        overflow: hidden !important;
        transform: none !important;
        animation: none !important;
    }

    .dso-orders-page .dso-orders-table tbody tr:not(.dso-orders-empty-row) td {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        padding: 8px 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        color: #102247 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: visible !important;
        text-align: right !important;
    }

    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-item-row td {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        padding: 8px 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        color: #102247 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: visible !important;
        text-align: right !important;
    }

    .dso-orders-page .dso-orders-table tbody tr:not(.dso-orders-empty-row) td + td,
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-item-row td + td,
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td + td {
        border-top: 1px solid #eef2f7 !important;
        padding-top: 8px !important;
    }

    .dso-orders-page .dso-orders-table tbody tr:not(.dso-orders-empty-row) td[data-label]:not([data-label=""])::before {
        content: attr(data-label);
        display: block !important;
        flex: 0 0 auto !important;
        min-width: 0 !important;
        max-width: 48% !important;
        margin: 0 !important;
        color: #7b8597;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        text-align: left !important;
    }

    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-item-row td[data-label]:not([data-label=""])::before {
        content: attr(data-label);
        display: block !important;
        flex: 0 0 auto !important;
        min-width: 0 !important;
        max-width: 48% !important;
        margin: 0 !important;
        color: #7b8597;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        text-align: left !important;
    }

    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td[data-label]:not([data-label=""])::before {
        content: attr(data-label);
        display: block !important;
        flex: 0 0 auto !important;
        min-width: 0 !important;
        max-width: 48% !important;
        margin: 0 !important;
        color: #7b8597;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        text-align: left !important;
    }

    .dso-orders-page .dso-orders-table tbody tr:not(.dso-orders-empty-row) td:first-child {
        display: block !important;
        padding-top: 0 !important;
        padding-bottom: 10px !important;
        color: #102247 !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        border-top: 0 !important;
        text-align: left !important;
    }
    .dso-orders-page .dso-orders-table tbody tr:not(.dso-orders-empty-row) td:first-child::before {
        display: none !important;
        content: none !important;
    }
    .dso-orders-page .dso-orders-table tbody tr:not(.dso-orders-empty-row) td[data-label="Date"],
    .dso-orders-page .dso-orders-table tbody tr:not(.dso-orders-empty-row) td[data-label="Items"],
    .dso-orders-page .dso-orders-table tbody tr:not(.dso-orders-empty-row) td[data-label="Amount"],
    .dso-orders-page .dso-orders-table tbody tr:not(.dso-orders-empty-row) td[data-label="Remark"] {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .dso-orders-page .dso-orders-table tbody tr:not(.dso-orders-empty-row) td:last-child {
        padding-top: 12px !important;
        border-top: 1px solid #eef2f7 !important;
        justify-content: stretch !important;
        text-align: left !important;
    }
    .dso-orders-page .dso-orders-table tbody tr:not(.dso-orders-empty-row) td:last-child::before {
        display: none !important;
        content: none !important;
    }
    .dso-orders-page .dso-orders-table tbody tr:not(.dso-orders-empty-row) td:last-child .btn-default {
        width: 100%;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 14px;
        font-size: 12px;
        box-sizing: border-box;
    }

    .dso-orders-page .dashboard-wrapper,
    .dso-orders-page .dso-mobile-cards,
    .dso-order-detail-page .dso-mobile-cards,
    .dso-cart-page .dso-mobile-cards {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .dso-orders-empty-row td {
        display: block !important;
        width: 100% !important;
        border: 0 !important;
        padding: 0 !important;
    }

    /* Order detail product cards */
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-item-row td:first-child {
        display: block !important;
        padding-top: 0 !important;
        padding-bottom: 10px !important;
        border-top: 0 !important;
        text-align: left !important;
    }
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-item-row td:first-child::before {
        display: none !important;
        content: none !important;
    }
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-item-row td[data-label="Pack Size"],
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-item-row td[data-label="Pack Unit"],
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-item-row td[data-label="Quantity"],
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-item-row td[data-label="Amount"],
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-item-row td[data-label="Remark"] {
        flex-direction: row !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
    }
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-item-row td[data-label="Remark"] {
        align-items: flex-start !important;
    }
    .dso-order-detail-page .product-info,
    .dso-cart-page .product-info {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        gap: 10px;
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }
    .dso-order-detail-page .product-info img,
    .dso-cart-page .product-info img {
        width: 56px !important;
        min-width: 56px;
        height: 56px !important;
        max-width: 56px;
        object-fit: contain;
        border: 1px solid #e3e8ef;
        border-radius: 9px;
        background: #f7f9fc;
    }
    .dso-order-detail-page .product-info a,
    .dso-cart-page .product-info a {
        min-width: 0;
        color: #102247;
        font-size: 13px;
        font-weight: 800;
        overflow-wrap: anywhere;
    }

    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-total-row {
        margin: 4px 0 0 !important;
        padding: 12px !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 8px 12px;
        border: 1px solid #dfe5ee !important;
        border-radius: 12px !important;
        background: #f2f6fb !important;
        box-shadow: none !important;
    }
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-total-row td {
        display: none !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        font-size: 13px !important;
    }
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-total-row td:nth-child(4),
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-total-row td:nth-child(5) {
        display: flex !important;
        flex-direction: column;
        gap: 2px;
    }
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-total-row td:nth-child(4)::before,
    .dso-order-detail-page .dso-order-items-table tbody tr.dso-order-total-row td:nth-child(5)::before {
        content: attr(data-label);
        color: #7b8597;
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
    }

    /* Order meta (header) on mobile */
    .dso-order-detail-page .dso-order-meta {
        margin: 8px 0 14px;
    }
    .dso-order-detail-page .dso-order-meta-table {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        border: 1px solid #e6ebf2 !important;
        border-radius: 12px !important;
        overflow: hidden;
        background: #fff;
    }
    .dso-order-detail-page .dso-order-meta-table,
    .dso-order-detail-page .dso-order-meta-table tbody,
    .dso-order-detail-page .dso-order-meta-table tr,
    .dso-order-detail-page .dso-order-meta-table td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .dso-order-detail-page .dso-order-meta-table tr {
        padding: 0 !important;
        border: 0 !important;
    }
    .dso-order-detail-page .dso-order-meta-table td {
        padding: 8px 12px !important;
        border: 0 !important;
        border-bottom: 1px solid #eef2f7 !important;
    }
    .dso-order-detail-page .dso-order-meta-table tr:last-child td:last-child {
        border-bottom: 0 !important;
    }
    .dso-order-detail-page .dso-order-meta-table td:nth-child(odd) {
        display: none !important;
    }
    .dso-order-detail-page .dso-order-meta-table td:nth-child(even) {
        display: flex !important;
        justify-content: space-between;
        gap: 10px;
        font-size: 13px;
        font-weight: 700;
        color: #102247;
    }
    .dso-order-detail-page .dso-order-meta-table td:nth-child(even)::before {
        content: attr(data-label);
        color: #7b8597;
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
    }

    /* Cart item cards — label left / value right */
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        padding: 8px 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        color: #102247 !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: visible !important;
        text-align: right !important;
    }
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td:nth-child(1) {
        display: none !important;
    }
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td:nth-child(2) {
        display: block !important;
        padding-top: 0 !important;
        padding-bottom: 10px !important;
        border-top: 0 !important;
        text-align: left !important;
        font-weight: 800 !important;
    }
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td:nth-child(2)::before {
        display: none !important;
        content: none !important;
    }
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td[data-label="Pack Size"],
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td[data-label="Pack Unit"],
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td[data-label="Quantity"],
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td[data-label="Amount"] {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        font-weight: 700 !important;
        color: #102247 !important;
    }
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td[data-label="Remark"] {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        text-align: left !important;
    }
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td[data-label="Remark"]::before {
        flex: none !important;
        max-width: none !important;
        text-align: left !important;
    }
    .dso-cart-page .dso-cart-item-note {
        width: 100%;
        min-height: 64px;
        font-size: 13px;
        text-align: left;
    }
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td:last-child {
        display: flex !important;
        padding-top: 10px !important;
        justify-content: flex-end !important;
        text-align: right !important;
    }
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item td:last-child::before {
        display: none !important;
        content: none !important;
    }
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-item .product-remove {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        min-width: 88px;
        margin-left: auto;
        padding: 0 14px;
        border: 1px solid rgba(209, 45, 67, 0.2);
        border-radius: 8px;
        background: #fff5f6;
        font-size: 12px;
    }

    .dso-cart-page .dso-cart-table tbody tr.dso-cart-total-row {
        margin: 4px 0 12px !important;
        padding: 12px !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 8px 12px;
        border: 1px solid #dfe5ee !important;
        border-radius: 12px !important;
        background: #f2f6fb !important;
        box-shadow: none !important;
    }
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-total-row td {
        display: none !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        font-size: 13px !important;
    }
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-total-row td:nth-child(5),
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-total-row td:nth-child(6) {
        display: flex !important;
        flex-direction: column;
        gap: 2px;
        color: #102247 !important;
        font-weight: 800 !important;
    }
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-total-row td:nth-child(5)::before,
    .dso-cart-page .dso-cart-table tbody tr.dso-cart-total-row td:nth-child(6)::before {
        content: attr(data-label);
        color: #7b8597;
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .dso-cart-page .dso-cart-notes .checkoutBtn {
        float: none !important;
        width: 100%;
        min-height: 44px;
        margin-top: 10px;
    }
    .dso-cart-page .dso-cart-assurance {
        gap: 10px;
    }
    .dso-cart-page .dso-cart-assurance span {
        max-width: none;
    }

    /* Sticky bottom cart bar — stay inside 320px viewport */
    .dso-cart-summary {
        left: 0 !important;
        right: 0 !important;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
        max-width: 100vw !important;
    }
    .dso-cart-summary__inner {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 52px;
        gap: 8px !important;
        padding: 6px 7px !important;
        box-sizing: border-box !important;
    }
    .dso-cart-summary__info {
        min-width: 0 !important;
        flex: 1 1 auto;
        gap: 8px !important;
    }
    .dso-cart-summary__info > div {
        min-width: 0;
    }
    .dso-cart-summary__info strong,
    .dso-cart-summary__info small {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dso-cart-summary__link {
        flex: 0 0 auto;
        min-height: 40px !important;
        padding: 0 10px !important;
        font-size: 9px !important;
    }

    .dso-shop-page,
    .dso-account-page,
    .dso-orders-page,
    .dso-order-detail-page {
        padding-bottom: 88px !important;
    }

    .dso-reference-theme .page-header .page-name {
        font-size: 22px !important;
        line-height: 1.15 !important;
        overflow-wrap: anywhere;
    }
    .dso-reference-theme .page-header .breadcrumb {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 360px) {
    .dso-cart-summary__info small {
        display: none;
    }
    .dso-cart-summary__link {
        padding: 0 9px !important;
    }
}