/* default_v29 foundation: Ecomus-inspired structure, legacy Angular/Bootstrap runtime. */

:root {
    --dv29-action-color: #111111;
}

.dv29-shell .btn-primary,
.dv29-shell .btn-primary:hover,
.dv29-shell .btn-primary:focus,
.dv29-shell .btn-primary:active,
.dv29-shell .btn-primary.active {
    border-color: var(--dv29-action-color);
    background-color: var(--dv29-action-color);
}

.dv29-shell {
    min-height: 100vh;
    background: #ffffff;
    color: #111111;
}

/* Outer page-title bands are obsolete in default_v29. Existing breadcrumbs
   remain directly below the shared header without introducing new ones. */
.dv29-page .tf-page-title:not(.dv29-breadcrumb-only) {
    display: none;
}

.dv29-page .dv29-breadcrumb-only {
    display: block;
    padding: 14px 0 !important;
    background: #ffffff !important;
    text-align: left !important;
}

.dv29-page .dv29-breadcrumb-only .heading {
    display: none;
}

.dv29-page .dv29-breadcrumb-only .dv29-shop-breadcrumb {
    margin: 0;
    text-align: left;
}

.dv29-page .dv29-breadcrumb-only .dv29-shop-breadcrumb ul,
.dv29-page .dv29-breadcrumb-only .breadcrumbs {
    justify-content: flex-start !important;
}

.dv29-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.dv29-header {
    position: relative;
    z-index: 900;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.dv29-topbar {
    border-bottom: 1px solid #eeeeee;
    background: #fafafa;
    font-size: 12px;
    line-height: 1.4;
}

.dv29-topbar-inner,
.dv29-main-header-inner,
.dv29-nav-inner,
.dv29-mobile-header-inner {
    display: flex;
    align-items: center;
    min-width: 0;
}

.dv29-topbar-inner {
    min-height: 38px;
    justify-content: space-between;
    gap: 18px;
}

.dv29-topbar-left,
.dv29-topbar-right,
.dv29-header-actions,
.dv29-nav-list,
.dv29-footer-menu,
.dv29-currency-list {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.dv29-topbar-left,
.dv29-topbar-right {
    gap: 14px;
    flex-wrap: wrap;
}

.dv29-topbar a,
.dv29-header a,
.dv29-footer a {
    color: inherit;
}

.dv29-mini-button,
.dv29-icon-button,
.dv29-mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid #dddddd;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    text-decoration: none;
}

.dv29-icon-button {
    position: relative;
}

.dv29-mini-button {
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    gap: 6px;
}

.dv29-main-header-inner {
    min-height: 82px;
    gap: 28px;
}

.dv29-main-header-container {
    max-width: none;
}

.dv29-main-header-container .dv29-search {
    flex: 0 1 1020px;
    max-width: 1020px;
}

.dv29-main-header-container .dv29-header-actions {
    margin-left: auto;
}

.dv29-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    min-width: 0;
}

.dv29-logo img {
    display: block;
    max-width: 180px;
    max-height: 58px;
    width: auto;
    height: auto;
}

.dv29-search {
    position: relative;
    flex: 1 1 auto;
    min-width: 180px;
}

.dv29-search form {
    margin: 0;
}

.dv29-search-control {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 46px;
    border: 1px solid #dddddd;
    border-radius: 999px;
    background: #ffffff;
    overflow: hidden;
}

.dv29-search-control input {
    flex: 1 1 auto;
    min-width: 0;
    height: 44px;
    border: 0;
    box-shadow: none;
    padding: 0 18px;
    outline: none;
    background: transparent;
}

.dv29-search-control button {
    flex: 0 0 48px;
    width: 48px;
    height: 44px;
    border: 0;
    background: var(--dv29-action-color);
    color: #ffffff;
}

.dv29-live-search {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 950;
    max-height: 420px;
    overflow: auto;
    padding: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.dv29-live-search ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dv29-live-search-group + .dv29-live-search-group {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eeeeee;
}

.dv29-live-search a {
    display: block;
    padding: 7px 0;
    overflow-wrap: anywhere;
}

.dv29-header-actions {
    flex: 0 0 auto;
    gap: 10px;
}

.dv29-action-label {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dv29-count {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--dv29-action-color);
    color: #ffffff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}

.dv29-icon-wrap {
    position: static;
    display: inline-flex;
}

.dv29-currency-row {
    border-top: 1px solid #f1f1f1;
    font-size: 12px;
}

.dv29-currency-list {
    min-height: 32px;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
}

.dv29-nav {
    border-top: 1px solid #eeeeee;
    background: #ffffff;
}

.dv29-nav-inner {
    min-height: 52px;
    justify-content: center;
}

.dv29-nav-list {
    gap: 24px;
    flex-wrap: wrap;
}

.dv29-nav-list > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 52px;
    gap: 6px;
    font-weight: 600;
    text-decoration: none;
}

.dv29-nav-list > .dv29-promotion-nav-item > a,
.dv29-mobile-menu-list > .dv29-promotion-nav-item > a {
    color: var(--dv29-action-color);
    font-weight: 700;
}

.dv29-nav .dropdown-menu {
    min-width: 240px;
    border-radius: 6px;
    border-color: #e5e5e5;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
}

.dv29-category-menu-item {
    position: static;
}

.dv29-category-menu-item > .item-link {
    position: relative;
}

.dv29-category-menu-item > .item-link::after {
    position: absolute;
    left: -18px;
    right: -18px;
    top: 0;
    bottom: -20px;
    content: "";
    display: none;
}

.dv29-category-menu-item:hover > .item-link::after,
.dv29-category-menu-item:focus-within > .item-link::after {
    display: block;
}

.dv29-category-mega-menu {
    display: block;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 980;
    max-height: calc(100vh - 170px);
    overflow: visible;
    padding: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-radius: 0;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.dv29-category-menu-item:hover > .dv29-category-mega-menu,
.dv29-category-menu-item:focus-within > .dv29-category-mega-menu,
.dv29-category-menu-item > .item-link:focus + .dv29-category-mega-menu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dv29-category-mega-inner {
    width: 100%;
    max-width: 1440px;
    max-height: calc(100vh - 170px);
    margin: 0 auto;
    padding: 34px 40px 38px;
    overflow-y: auto;
    overflow-x: visible;
}

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

.dv29-category-mega-group {
    position: relative;
    min-width: 0;
}

.dv29-category-mega-heading {
    display: inline-flex;
    max-width: 100%;
    margin: 0 0 16px;
    color: #111111;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.dv29-category-mega-list,
.dv29-category-flyout,
.dv29-category-flyout-depth,
.dv29-mobile-category-list,
.dv29-mobile-category-list .sub-nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dv29-category-mega-list > li {
    position: relative;
}

.dv29-category-mega-list > li + li {
    margin-top: 11px;
}

.dv29-category-mega-list a,
.dv29-category-flyout a,
.dv29-category-flyout-depth a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #555555;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.dv29-category-mega-list a:hover,
.dv29-category-mega-list a:focus,
.dv29-category-flyout a:hover,
.dv29-category-flyout a:focus,
.dv29-category-flyout-depth a:hover,
.dv29-category-flyout-depth a:focus {
    color: #111111;
}

.dv29-category-flyout {
    pointer-events: none;
    position: absolute;
    top: -16px;
    left: calc(100% + 16px);
    z-index: 990;
    min-width: 240px;
    max-width: min(320px, calc(100vw - 48px));
    padding: 16px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.12);
    transition: opacity 0.16s ease, visibility 0.16s ease, transform 0.16s ease;
}

.dv29-category-flyout::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 20px;
    content: "";
}

.dv29-category-mega-group:nth-child(4n) .dv29-category-flyout {
    left: auto;
    right: calc(100% + 16px);
}

.dv29-category-mega-group:nth-child(4n) .dv29-category-flyout::before {
    left: auto;
    right: -20px;
}

.dv29-category-mega-child:hover > .dv29-category-flyout,
.dv29-category-mega-child:focus-within > .dv29-category-flyout,
.dv29-category-mega-child > a:focus + .dv29-category-flyout {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dv29-category-flyout > li + li,
.dv29-category-flyout-depth > li + li {
    margin-top: 10px;
}

.dv29-category-flyout-depth {
    margin-top: 8px;
    padding-left: 14px;
}

.dv29-category-flyout-depth a {
    font-size: 13px;
    color: #777777;
}

.dv29-mobile-category-root {
    border-bottom: 1px solid #f0f0f0;
}

.dv29-mobile-category-row {
    display: flex;
    align-items: center;
    min-width: 0;
}

.dv29-mobile-category-row > a {
    flex: 1 1 auto;
    min-width: 0;
}

.dv29-mobile-category-toggle {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #111111;
}

.dv29-mobile-category-toggle i {
    transition: transform 0.16s ease;
}

.dv29-mobile-category-toggle:not(.collapsed) i {
    transform: rotate(180deg);
}

.dv29-mobile-category-title {
    font-weight: 700;
}

.dv29-mobile-category-list {
    padding-bottom: 8px;
}

.dv29-mobile-category-list .sub-nav-menu {
    padding-left: 16px;
}

.dv29-mobile-category-list .sub-menu-level-2,
.dv29-mobile-category-list .sub-menu-level-3 {
    padding-left: 14px;
}

.dv29-mobile-category-list .sub-nav-link,
.dv29-mobile-category-list .mb-menu-link {
    overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: reduce) {
    .dv29-category-mega-menu,
    .dv29-category-flyout,
    .dv29-mobile-category-toggle i {
        transition: none;
    }
}

.dv29-mobile-header {
    display: none;
    border-top: 1px solid #eeeeee;
    background: #ffffff;
}

.dv29-mobile-header-inner {
    min-height: 64px;
    justify-content: space-between;
    gap: 10px;
}

.dv29-mobile-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.dv29-mobile-menu {
    border-top: 1px solid #eeeeee;
    background: #ffffff;
}

.dv29-mobile-menu-inner {
    padding-top: 14px;
    padding-bottom: 18px;
}

.dv29-mobile-menu-list,
.dv29-mobile-account-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dv29-mobile-menu-list a,
.dv29-mobile-account-list a {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
}

.dv29-mobile-search {
    margin-bottom: 14px;
}

.dv29-page-shell {
    padding: 42px 0 56px;
}

.dv29-page-title {
    padding: 34px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #eeeeee;
}

.dv29-page-title h1 {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

.dv29-foundation-card {
    padding: 28px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #ffffff;
}

.dv29-foundation-card p {
    margin: 0;
    color: #666666;
}

.dv29-footer {
    background: #ffffff;
    color: #000000;
}

.dv29-footer-main {
    padding: 52px 0 36px;
}

.dv29-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 36px;
}

.dv29-footer h4,
.dv29-footer h6 {
    margin: 0 0 16px;
    color: #ffffff;
    font-weight: 600;
}

.dv29-footer p,
.dv29-footer li,
.dv29-footer a,
.dv29-footer span {
    color: #d0d0d0;
}

.dv29-footer-menu {
    display: block;
}

.dv29-footer-menu li + li {
    margin-top: 9px;
}

.dv29-footer-contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dv29-footer-contact-list li + li {
    margin-top: 12px;
}

.dv29-footer-bottom {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.dv29-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.dv29-social-list {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.dv29-social-list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    text-decoration: none;
}

.dv29-payment-list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.dv29-payment-list img {
    max-height: 24px;
    width: auto;
}

.dv29-modal .modal-content {
    border-radius: 8px;
    border: 0;
}

.dv29-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-color: #eeeeee;
}

.dv29-modal .modal-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.dv29-customer-modal .modal-dialog {
    width: 960px;
    max-width: calc(100% - 30px);
}

.dv29-customer-modal .modal-body {
    padding: 20px 24px 24px;
}

.dv29-customer-filter-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(130px, .8fr) minmax(130px, .8fr) auto;
    gap: 12px;
    align-items: end;
}

.dv29-customer-filter-field label {
    display: block;
    margin: 0 0 6px;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 600;
}

.dv29-customer-filter-actions {
    display: flex;
    gap: 8px;
}

.dv29-customer-filter-actions .btn {
    min-width: 78px;
}

.dv29-customer-results-summary {
    min-height: 20px;
    margin: 20px 0 10px;
    color: #777;
    font-size: 13px;
}

.dv29-customer-modal #customer_list_as_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
}

.dv29-customer-modal #customer_list_as_list::before,
.dv29-customer-modal #customer_list_as_list::after {
    display: none;
}

.dv29-customer-result-col {
    float: none;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.dv29-customer-result-col > .dv29-customer-card {
    height: 100%;
}

.dv29-customer-card {
    position: relative;
    display: flex;
    min-height: 116px;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 38px 15px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.dv29-customer-card:hover,
.dv29-customer-card:focus {
    border-color: #222;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    color: inherit;
    text-decoration: none;
}

.dv29-customer-card-icon {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f5f5;
    color: #555;
    font-size: 15px;
}

.dv29-customer-card-body {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 3px;
}

.dv29-customer-card-name,
.dv29-customer-card-code,
.dv29-customer-card-meta {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dv29-customer-card-name {
    display: -webkit-box;
    max-height: 40px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.dv29-customer-card-code,
.dv29-customer-card-meta {
    color: #777;
    font-size: 12px;
}

.dv29-customer-card-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    color: #777;
    font-size: 24px;
    line-height: 1;
    transform: translateY(-50%);
}

.dv29-customer-status {
    display: inline-block;
    width: max-content;
    margin-top: 4px;
    padding: 2px 7px;
    border-radius: 3px;
    background: #fff1f1;
    color: #b42318;
    font-size: 11px;
    font-weight: 600;
}

.dv29-customer-card.is-locked {
    border-color: #f0caca;
}

.dv29-cart-drawer {
    z-index: 1100;
    padding: 0 !important;
}

.modal.dv29-cart-drawer.fade .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 430px;
    max-width: 100%;
    height: 100%;
    margin: 0;
    transform: translate3d(100%, 0, 0);
    transition: transform .3s ease;
}

.modal.dv29-cart-drawer.in .modal-dialog {
    transform: translate3d(0, 0, 0);
}

.dv29-cart-drawer .modal-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: -12px 0 32px rgba(0, 0, 0, .14);
}

.dv29-cart-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 20px 24px;
    border-bottom: 1px solid #e8e8e8;
}

.dv29-cart-drawer-header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.dv29-cart-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f4f4f4;
    color: #111;
}

.dv29-cart-drawer-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0 24px;
}

.dv29-cart-drawer-loading,
.dv29-cart-drawer-empty {
    display: flex;
    min-height: 260px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    color: #767676;
    text-align: center;
}

.dv29-cart-drawer-empty .glyphicon {
    font-size: 34px;
}

.dv29-cart-drawer-empty p {
    margin: 0;
}

.dv29-mini-cart-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
}

.dv29-mini-cart-image {
    width: 92px;
    height: 108px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    background: #ffffff;
}

.dv29-mini-cart-image a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.dv29-mini-cart-image img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px;
    object-fit: contain;
}

.dv29-mini-cart-info {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    flex-direction: column;
}

.dv29-mini-cart-title {
    color: #111;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.dv29-mini-cart-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin-top: 7px;
    color: #767676;
    font-size: 12px;
}

.dv29-mini-cart-price {
    margin-top: 8px;
    color: #111;
    font-size: 14px;
}

.dv29-mini-cart-remove {
    margin-top: auto;
    padding: 4px 0 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: #767676;
    font-size: 12px;
}

.dv29-cart-drawer-footer {
    flex: 0 0 auto;
    padding: 20px 24px 24px;
    border-top: 1px solid #e8e8e8;
    background: #ffffff;
}

.dv29-mini-cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    font-size: 16px;
}

.dv29-mini-cart-points {
    margin: -6px 0 14px;
    color: #606060;
    font-size: 12px;
    text-align: right;
}

.dv29-mini-cart-view {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid var(--dv29-action-color);
    border-radius: 3px;
    background: var(--dv29-action-color);
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none !important;
}

@media (max-width: 479px) {
    .modal.dv29-cart-drawer.fade .modal-dialog {
        width: 100%;
    }

    .dv29-cart-drawer-header,
    .dv29-cart-drawer-footer {
        padding-right: 18px;
        padding-left: 18px;
    }

    .dv29-cart-drawer-body {
        padding-right: 18px;
        padding-left: 18px;
    }

    .dv29-mini-cart-item {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
    }

    .dv29-mini-cart-image {
        width: 82px;
        height: 96px;
    }
}

@media (max-width: 1199px) {
    .dv29-container {
        padding: 0 24px;
    }

    .dv29-main-header-inner {
        gap: 18px;
    }

    .dv29-nav-list {
        gap: 16px;
    }

    .dv29-category-mega-inner {
        padding-right: 24px;
        padding-left: 24px;
    }

    .dv29-category-mega-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 991px) {
    .dv29-desktop-main,
    .dv29-nav,
    .dv29-topbar .dv29-topbar-left .dv29-account-summary {
        display: none;
    }

    .dv29-mobile-header {
        display: block;
    }

    .dv29-topbar-inner {
        justify-content: center;
    }

    .dv29-topbar-right {
        justify-content: center;
    }

    .dv29-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dv29-category-mega-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .dv29-container {
        padding: 0 15px;
    }

    .dv29-topbar {
        font-size: 11px;
    }

    .dv29-topbar-left,
    .dv29-topbar-right {
        gap: 8px;
    }

    .dv29-logo img {
        max-width: 132px;
        max-height: 42px;
    }

    .dv29-mobile-header-inner {
        min-height: 58px;
    }

    .dv29-icon-button,
    .dv29-mobile-toggle {
        min-width: 42px;
        min-height: 42px;
    }

    .dv29-mobile-category-row {
        align-items: stretch;
    }

    .dv29-mobile-category-toggle {
        min-height: 40px;
    }

    .dv29-page-title {
        padding: 24px 0;
    }

    .dv29-page-title h1 {
        font-size: 24px;
    }

    .dv29-page-shell {
        padding: 28px 0 42px;
    }

    .dv29-foundation-card {
        padding: 20px;
    }

    .dv29-footer-main {
        padding: 36px 0 28px;
    }

    .dv29-footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 374px) {
    .dv29-container {
        padding: 0 12px;
    }

    .dv29-mobile-actions {
        gap: 6px;
    }

    .dv29-icon-button,
    .dv29-mobile-toggle {
        min-width: 40px;
        min-height: 40px;
    }

    .dv29-logo img {
        max-width: 112px;
    }
}

@media (max-width: 767px) {
    .dv29-customer-modal .modal-dialog {
        width: auto;
        max-width: calc(100% - 20px);
        margin: 10px auto;
    }

    .dv29-customer-modal .modal-body {
        padding: 16px;
    }

    .dv29-customer-filter-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .dv29-customer-filter-actions .btn {
        flex: 1;
    }

    .dv29-customer-modal #customer_list_as_list {
        grid-template-columns: 1fr;
    }

    .dv29-customer-card {
        min-height: 104px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .dv29-customer-modal #customer_list_as_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
