:root {
    --dsl-navy: #101873;
    --dsl-navy-deep: #0b104f;
    --dsl-ink: #11131a;
    --dsl-muted: #6f7280;
    --dsl-line: #eceef4;
    --dsl-paper: #f8f9fc;
    --dsl-white: #ffffff;
}

html:has(body.dsl-landing-page),
body.dsl-landing-page {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

body.dsl-landing-page.dsl-hide-theme-title .entry-title,
body.dsl-landing-page.dsl-hide-theme-title .page-title,
body.dsl-landing-page.dsl-hide-theme-title .wp-block-post-title,
body.dsl-landing-page.dsl-hide-theme-title .post-title,
body.dsl-landing-page.dsl-hide-theme-title .page-header,
body.dsl-landing-page.dsl-hide-theme-title .entry-header,
body.dsl-landing-page.dsl-hide-theme-title .woocommerce-products-header,
body.dsl-landing-page.dsl-hide-theme-title .elementor-page-title {
    display: none !important;
}

body.dsl-landing-page .dsl-fullwidth-parent,
body.dsl-landing-page #primary,
body.dsl-landing-page #main,
body.dsl-landing-page .site-main,
body.dsl-landing-page .site-content,
body.dsl-landing-page .content-area,
body.dsl-landing-page .entry-content,
body.dsl-landing-page .page-content,
body.dsl-landing-page .post-content,
body.dsl-landing-page .hentry,
body.dsl-landing-page .inside-article,
body.dsl-landing-page .elementor-widget-container {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.dsl-landing-page .site-content,
body.dsl-landing-page .content-area,
body.dsl-landing-page .site-main,
body.dsl-landing-page .entry-content,
body.dsl-landing-page .page-content,
body.dsl-landing-page .post-content,
body.dsl-landing-page article,
body.dsl-landing-page .inside-article {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.dsl-landing-page .dsl-hidden-by-plugin {
    display: none !important;
}

body.dsl-landing-page .dsl-fullwidth-host {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.dsl-landing-page .is-layout-constrained,
body.dsl-landing-page .wp-block-group,
body.dsl-landing-page .wp-block-post-content,
body.dsl-landing-page .wp-site-blocks,
body.dsl-landing-page .site-content > .content-area,
body.dsl-landing-page .content-area > .site-main {
    max-width: none !important;
}

body.dsl-landing-page .dsl-force-hidden {
    display: none !important;
}

.dsl-landing,
.dsl-landing * {
    box-sizing: border-box;
}

.dsl-landing {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    isolation: isolate;
    background: var(--dsl-paper);
    color: var(--dsl-ink);
    font-family: inherit;
    line-height: 1.8;
}

.dsl-landing a {
    color: inherit;
    text-decoration: none;
}

.dsl-hero,
.dsl-main-content {
    width: 100%;
}

.dsl-container {
    width: min(1380px, calc(100% - 32px));
    margin-inline: auto;
}

.dsl-breakout {
    position: relative;
    right: 50%;
    left: auto;
    width: 100vw;
    max-width: 100vw;
    margin-right: -50vw;
}



body.dsl-landing-page.dsl-hide-theme-header #masthead,
body.dsl-landing-page.dsl-hide-theme-header .site-header:not(.dsl-site-header),
body.dsl-landing-page.dsl-hide-theme-header .elementor-location-header,
body.dsl-landing-page.dsl-hide-theme-header header.wp-block-template-part,
body.dsl-landing-page.dsl-hide-theme-header .header-wrapper,
body.dsl-landing-page.dsl-hide-theme-header .main-header-bar-wrap {
    display: none !important;
}

.dsl-site-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    border-top: 3px solid #0875c9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #f7f8fe;
    color: #171922;
    font-family: inherit;
}

.dsl-header-container {
    width: min(1760px, calc(100% - 92px));
    margin-inline: auto;
}

.dsl-header-top {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
}

.dsl-header-logo {
    min-width: 230px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    direction: ltr;
    color: var(--dsl-navy) !important;
}

.dsl-header-logo img {
    width: auto;
    max-width: 260px;
    height: 36px;
    display: block;
    object-fit: contain;
    object-position: right center;
}

.dsl-header-logo span {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(25px, 2vw, 32px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.045em;
    white-space: nowrap;
}

.dsl-header-tools {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    direction: ltr;
}

.dsl-header-icon-link {
    position: relative;
    width: 24px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #171922 !important;
    cursor: pointer;
}

.dsl-header-icon-link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dsl-header-cart-count {
    position: absolute;
    top: 1px;
    right: -7px;
    min-width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    border-radius: 999px;
    background: var(--dsl-navy);
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
}

.dsl-header-line {
    width: min(1760px, calc(100% - 92px));
    height: 1px;
    margin-inline: auto;
    background: #e3e5ed;
}

.dsl-header-bottom {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
}

.dsl-header-auth {
    display: inline-flex;
    align-items: center;
    gap: 27px;
    direction: ltr;
}

.dsl-header-login,
.dsl-header-register {
    min-height: 30px;
    direction: rtl;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 13px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    transition: background-color .2s ease, color .2s ease;
}

.dsl-header-login {
    color: var(--dsl-navy) !important;
}

.dsl-header-register {
    min-width: 56px;
    background: var(--dsl-navy);
    color: #fff !important;
}

.dsl-header-register:hover {
    background: var(--dsl-navy-deep);
}

.dsl-header-nav {
    display: flex;
    align-items: center;
    gap: clamp(22px, 2.5vw, 42px);
    direction: rtl;
}

.dsl-header-nav-link {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(7, 7, 7, 0.4) !important;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: color .2s ease;
}

.dsl-header-nav-link:hover,
.dsl-header-nav-link.is-open {
    color: var(--dsl-navy) !important;
}

.dsl-header-nav-link.is-active {
    color: #11131a !important;
    font-weight: 800;
}

.dsl-header-nav-link > svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: #8185b4;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dsl-header-nav-link.is-active > svg {
    stroke: var(--dsl-navy);
}

.dsl-header-nav-link .dsl-header-chevron {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    stroke: currentColor;
    transition: transform .2s ease;
}

.dsl-header-category-toggle.is-open .dsl-header-chevron {
    transform: rotate(180deg);
}

.dsl-header-mega,
.dsl-header-search-panel {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.dsl-header-mega.is-open,
.dsl-header-search-panel.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.dsl-header-mega {
    border-top: 1px solid #e4e6ee;
    border-bottom: 1px solid #dedfe8;
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 18px 45px rgba(21, 24, 50, .13);
}

.dsl-header-mega-inner {
    padding-top: 28px;
    padding-bottom: 22px;
}

.dsl-header-mega-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 34px;
}

.dsl-header-mega-column {
    min-width: 0;
    padding-left: 22px;
    border-left: 1px solid #eceef4;
    text-align: right;
}

.dsl-header-mega-column:nth-child(4n) {
    border-left: 0;
}

.dsl-header-mega-title {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 13px;
    color: #151823 !important;
    font-size: 14px;
    font-weight: 800;
}

.dsl-header-mega-title img {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 2px;
    object-fit: cover;
    background: #f0f1f6;
}

.dsl-header-mega-column ul {
    margin: 0;
    padding: 0 53px 0 0;
    list-style: none;
}

.dsl-header-mega-column li + li {
    margin-top: 7px;
}

.dsl-header-mega-column li a {
    color: #777b89 !important;
    font-size: 12px;
    transition: color .2s ease;
}

.dsl-header-mega-column li a:hover {
    color: var(--dsl-navy) !important;
}

.dsl-header-mega-all {
    display: inline-flex;
    margin-top: 20px;
    color: var(--dsl-navy) !important;
    font-size: 12px;
    font-weight: 800;
}

.dsl-header-search-panel {
    padding: 20px 0 24px;
    border-top: 1px solid #e4e6ee;
    background: rgba(247, 248, 254, .99);
    box-shadow: 0 18px 45px rgba(21, 24, 50, .12);
}

.dsl-header-search-form {
    position: relative;
    width: min(760px, 100%);
    margin-inline: auto;
}

.dsl-header-search-form input {
    width: 100%;
    height: 48px;
    padding: 0 48px 0 18px;
    border: 1px solid #dfe2ec;
    border-radius: 0;
    outline: 0;
    background: #fff;
    color: #171922;
    font-family: inherit;
    font-size: 14px;
    text-align: right;
}

.dsl-header-search-form input:focus {
    border-color: var(--dsl-navy);
    box-shadow: 0 0 0 1px var(--dsl-navy);
}

.dsl-header-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--dsl-navy);
    cursor: pointer;
}

.dsl-header-search-form button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dsl-header-search-results {
    width: min(760px, 100%);
    max-height: 370px;
    margin: 10px auto 0;
    overflow-y: auto;
    background: #fff;
}

.dsl-header-search-state {
    padding: 17px;
    color: #777b89;
    font-size: 12px;
    text-align: center;
}

.dsl-header-search-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    min-height: 72px;
    padding: 8px 10px;
    border-bottom: 1px solid #eceef4;
    direction: rtl;
}

.dsl-header-search-item img,
.dsl-header-search-placeholder {
    width: 58px;
    height: 58px;
    display: block;
    object-fit: contain;
    background: #f4f5f8;
}

.dsl-header-search-item strong {
    display: block;
    color: #1c1e28;
    font-size: 12px;
    font-weight: 700;
}

.dsl-header-search-item small {
    color: var(--dsl-navy);
    font-size: 11px;
    white-space: nowrap;
}

.dsl-header-mobile-toggle {
    width: 26px;
    height: 34px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.dsl-header-mobile-toggle span {
    width: 19px;
    height: 1.5px;
    background: #171922;
    transition: transform .2s ease, opacity .2s ease;
}

.dsl-header-mobile-toggle.is-open span:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
}

.dsl-header-mobile-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.dsl-header-mobile-toggle.is-open span:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg);
}


.dsl-hero {
    min-height: clamp(430px, 42vw, 620px);
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(8, 11, 20, .04) 0%, rgba(8, 11, 20, .18) 44%, rgba(8, 11, 20, .9) 100%),
        var(--dsl-hero-image);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--dsl-white);
}

.dsl-hero__inner {
    display: flex;
    justify-content: flex-end;
}


.dsl-hero__content {
    width: min(560px, 46%);
    margin-right: 0;
    margin-left: auto;
    padding: 0 8px;
    text-align: right;
}

.dsl-hero__eyebrow,
.dsl-story-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
    color: #c7ccff;
}

.dsl-hero__eyebrow {
    display: none !important;
}

.dsl-hero h1 {
    margin: 0 0 14px;
    color: var(--dsl-white);
    font-size: clamp(34px, 3.6vw, 58px);
    font-weight: 800;
    line-height: 1.35;
}

.dsl-hero p {
    max-width: 520px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
}

.dsl-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 9px 18px;
    border: 1px solid transparent;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.dsl-button:hover {
    transform: translateY(-1px);
}

.dsl-button--primary {
    background: var(--dsl-navy);
    color: var(--dsl-white) !important;
}

.dsl-button--primary:hover {
    background: var(--dsl-navy-deep);
}

.dsl-button--outline {
    border-color: var(--dsl-navy);
    background: transparent;
    color: var(--dsl-navy) !important;
}

.dsl-main-content {
    padding-bottom: 84px;
}

.dsl-section {
    padding-top: 84px;
}

.dsl-section-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
}

.dsl-section-head h2,
.dsl-faq-section > h2 {
    grid-column: 2;
    margin: 0;
    color: #0e1017;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.45;
    text-align: right;
}

.dsl-slider-arrows {
    grid-column: 1;
    grid-row: 1;
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 4px;
    direction: ltr;
}

.dsl-category-section .dsl-section-head h2 {
    grid-column: 1;
    justify-self: start;
}

.dsl-category-section .dsl-slider-arrows {
    grid-column: 2;
    justify-self: end;
}

.dsl-product-section .dsl-section-head h2 {
    grid-column: 1;
    justify-self: start;
}

.dsl-product-section .dsl-slider-arrows {
    grid-column: 2;
    justify-self: end;
}

.dsl-slider-button {
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--dsl-navy);
    cursor: pointer;
}

.dsl-slider-button svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dsl-slider-button:hover {
    background: #eef0ff;
}

.dsl-scroll-slider {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.dsl-scroll-slider::-webkit-scrollbar {
    display: none;
}

.dsl-category-section {
    padding-top: 70px;
}

.dsl-category-slider {
    width: 100%;
    direction: ltr;
    gap: 22px;
    align-items: stretch;
    justify-content: space-between;
}

.dsl-category-card {
    flex: 0 0 calc((100% - 110px) / 6);
    min-width: 0;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    background: #03060d;
    text-align: center;
    transition: transform .25s ease;
}

.dsl-category-card:hover {
    transform: translateY(-2px);
}

.dsl-category-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 199 / 198;
    display: block;
    overflow: hidden;
    isolation: isolate;
    background: #0a0f19;
}

.dsl-category-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .35s ease;
}

.dsl-category-card:hover img {
    transform: scale(1.03);
}

.dsl-category-card__placeholder {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 60% 30%, rgba(255,255,255,.17), transparent 18%),
        linear-gradient(145deg, #05080f, #182234 55%, #05080f);
}

.dsl-category-card__title {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 14px 8px 12px;
    overflow: hidden;
    isolation: isolate;
    color: #f1f4fb !important;
    direction: rtl;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.dsl-product-slider {
    gap: 22px;
}

.dsl-product-card {
    flex: 0 0 calc((100% - 54px) / 4);
    min-width: 0;
    scroll-snap-align: start;
    background: transparent;
}

.dsl-product-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1.18;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
    background: #fff;
}

.dsl-product-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform .3s ease;
}

.dsl-product-card:hover .dsl-product-card__image img {
    transform: scale(1.02);
}

.dsl-product-card__body {
    padding-top: 13px;
    text-align: right;
}

.dsl-product-card h3 {
    min-height: 64px;
    margin: 0 0 10px;
    overflow: hidden;
    isolation: isolate;
    color: #181a21;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dsl-product-card__footer {
    min-height: 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dsl-product-card__price {
    min-height: 24px;
    color: #11131a;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.dsl-product-card__price del {
    color: #9c9da5;
    font-size: 12px;
    font-weight: 400;
    text-decoration-thickness: 1px;
}

.dsl-product-card__price ins {
    background: transparent;
    color: inherit;
    text-decoration: none;
    font-weight: 800;
}

.dsl-product-card__sale {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 30px;
    padding: 0 8px;
    border-radius: 3px;
    background: #ff5c5c;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.dsl-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dsl-promo-card {
    position: relative;
    min-height: 190px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background-image:
        linear-gradient(90deg, rgba(8, 10, 16, .1), rgba(8, 10, 16, .9)),
        var(--dsl-promo-image);
    background-position: center;
    background-size: cover;
    color: #fff;
}

.dsl-promo-card__content {
    width: 58%;
    margin-right: 0;
    margin-left: auto;
    padding: 24px;
    text-align: right;
}

.dsl-promo-card h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 19px;
    font-weight: 800;
}

.dsl-promo-card p {
    margin: 0 0 14px;
    color: rgba(255,255,255,.74);
    font-size: 11px;
    line-height: 1.8;
}

.dsl-promo-card a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: #fff;
    color: var(--dsl-navy);
    font-size: 10px;
    font-weight: 700;
}

.dsl-story-section {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 48px;
    direction: ltr;
}

.dsl-story-media {
    aspect-ratio: 1 / 1.04;
    overflow: hidden;
    isolation: isolate;
    background: #0e121c;
}

.dsl-story-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dsl-story-content {
    direction: rtl;
    text-align: right;
}

.dsl-story-content h2 {
    margin: 0 0 18px;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.45;
}

.dsl-story-text {
    color: var(--dsl-muted);
    font-size: 14px;
}

.dsl-story-text p {
    margin: 0 0 14px;
}

.dsl-story-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.dsl-faq-section > h2 {
    grid-column: auto;
    margin-bottom: 26px;
    text-align: center;
}

.dsl-faq-list {
    width: min(920px, 100%);
    margin-inline: auto;
}

.dsl-faq-item {
    border: 1px solid var(--dsl-line);
    background: #fff;
}


.dsl-faq-item + .dsl-faq-item {
    margin-top: 8px;
}

.dsl-faq-item summary {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 18px;
    color: #171922;
    cursor: pointer;
    list-style: none;
    font-size: 13px;
    font-weight: 600;
}

.dsl-faq-item summary::-webkit-details-marker {
    display: none;
}

.dsl-faq-item summary svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: none;
    stroke: var(--dsl-navy);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform .2s ease;
}

.dsl-faq-item[open] summary svg {
    transform: rotate(180deg);
}

.dsl-faq-answer {
    padding: 0 18px 18px;
    color: #71737c;
    font-size: 12px;
}

.dsl-faq-answer p {
    margin: 0;
}


body.dsl-cart-drawer-open {
    overflow: hidden !important;
}

.dsl-header-cart {
    appearance: none;
    border: 0;
    font: inherit;
    cursor: pointer;
}

.dsl-cart-overlay {
    position: fixed;
    inset: 0;
    z-index: 99996;
    background: rgba(10, 13, 26, .48);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(2px);
    transition: opacity .28s ease, visibility .28s ease;
}

.dsl-cart-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.dsl-cart-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99997;
    width: min(430px, 92vw);
    height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    color: #11131a;
    direction: rtl;
    box-shadow: 22px 0 55px rgba(6, 9, 24, .18);
    transform: translate3d(-104%, 0, 0);
    visibility: hidden;
    transition: transform .34s cubic-bezier(.22, 1, .36, 1), visibility .34s ease;
}

.dsl-cart-drawer.is-open {
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.dsl-cart-drawer__header {
    min-height: 94px;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    border-bottom: 1px solid #eceef5;
    background: #f8f9fd;
}

.dsl-cart-drawer__header h2 {
    margin: 2px 0 0;
    color: #11131a;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
}

.dsl-cart-drawer__eyebrow {
    display: block;
    color: #101873;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .2em;
}

.dsl-cart-drawer__close {
    width: 40px;
    height: 40px;
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #e3e6f0;
    border-radius: 50%;
    background: #fff;
    color: #171922;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.dsl-cart-drawer__close:hover {
    border-color: #e33445;
    color: #e33445;
    transform: rotate(6deg);
}

.dsl-cart-drawer__close svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.dsl-cart-drawer-content {
    min-height: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow-y: auto;
    padding: 0 22px 24px;
    scrollbar-width: thin;
}

.dsl-cart-drawer-content .woocommerce-mini-cart {
    margin: 0 !important;
    padding: 8px 0 0 !important;
    list-style: none !important;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item {
    position: relative;
    min-height: 108px;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin: 0 !important;
    padding: 16px 30px 16px 0 !important;
    border-bottom: 1px solid #eef0f5;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item > a:not(.remove) {
    display: contents;
    color: #181a22;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.75;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item img {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 78px !important;
    height: 78px !important;
    float: none !important;
    margin: 0 !important;
    object-fit: contain;
    background: #f7f8fb;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item .quantity {
    grid-column: 2;
    display: block;
    color: #6f7280;
    font-size: 12px;
    font-weight: 500;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item .remove,
.dsl-cart-drawer-content .woocommerce-mini-cart-item .remove_from_cart_button {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    width: 23px !important;
    height: 23px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-top: -12px !important;
    border: 1px solid #e4e6ee !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #a5a8b3 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-align: center;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item .remove:hover,
.dsl-cart-drawer-content .woocommerce-mini-cart-item .remove_from_cart_button:hover {
    border-color: #e33445 !important;
    color: #e33445 !important;
}

.dsl-cart-drawer-content .woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: auto 0 0 !important;
    padding: 22px 0 16px !important;
    border-top: 1px solid #e9ebf2;
    color: #171922;
    font-size: 14px;
}

.dsl-cart-drawer-content .woocommerce-mini-cart__total strong {
    font-weight: 700;
}

.dsl-cart-drawer-content .woocommerce-mini-cart__total .woocommerce-Price-amount {
    color: #101873;
    font-size: 15px;
    font-weight: 800;
}

.dsl-cart-drawer-content .woocommerce-mini-cart__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 !important;
}

.dsl-cart-drawer-content .woocommerce-mini-cart__buttons a.button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid #101873 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #101873 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
}

.dsl-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout {
    background: #101873 !important;
    color: #fff !important;
}

.dsl-cart-drawer-content .woocommerce-mini-cart__buttons a.button:hover {
    background: #0b104f !important;
    color: #fff !important;
}

.dsl-cart-drawer-content .woocommerce-mini-cart__empty-message {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 40px 20px !important;
    color: #777a86;
    text-align: center;
    font-size: 14px;
}

.dsl-header-cart-count.is-empty {
    display: none;
}

@media (max-width: 900px) {
    .dsl-container {
        width: min(100% - 32px, 980px);
    }

    .dsl-section {
        padding-top: 68px;
    }

    .dsl-section-head h2,
    .dsl-faq-section > h2 {
        font-size: 19px;
    }

    .dsl-category-slider {
        gap: 14px;
    }

    .dsl-category-card {
        flex-basis: calc((100% - 42px) / 4);
    }

    .dsl-product-slider {
        gap: 12px;
    }

    .dsl-product-card {
        flex-basis: calc((100% - 36px) / 4);
    }

    .dsl-story-section {
        gap: 28px;
    }

    .dsl-story-content h2 {
        font-size: 25px;
    }
}

@media (max-width: 600px) {
    .dsl-container {
        width: calc(100% - 24px);
    }

    .dsl-hero {
        min-height: 185px;
        background-image:
            linear-gradient(90deg, rgba(7, 10, 18, .02) 0%, rgba(7, 10, 18, .18) 40%, rgba(7, 10, 18, .92) 100%),
            var(--dsl-hero-image);
    }

    .dsl-hero__content {
        width: 58%;
        margin-right: 0;
        margin-left: auto;
    }

    .dsl-hero__eyebrow {
        display: none;
    }

    .dsl-hero h1 {
        margin-bottom: 6px;
        font-size: 17px;
        line-height: 1.45;
    }

    .dsl-hero p {
        max-width: 170px;
        margin-bottom: 9px;
        font-size: 7px;
        line-height: 1.8;
    }

    .dsl-hero .dsl-button {
        min-height: 25px;
        gap: 5px;
        padding: 5px 9px;
        font-size: 7px;
    }

    .dsl-main-content {
        padding-bottom: 48px;
    }

    .dsl-section {
        padding-top: 54px;
    }

    .dsl-section-head {
        margin-bottom: 16px;
    }

    .dsl-section-head h2,
    .dsl-faq-section > h2 {
        font-size: 13px;
    }

    .dsl-slider-arrows {
        gap: 0;
    }

    .dsl-slider-button {
        width: 18px;
        height: 18px;
    }

    .dsl-slider-button svg {
        width: 10px;
        height: 10px;
    }

    .dsl-category-slider {
        gap: 10px;
    }

    .dsl-category-card {
        flex-basis: calc((100% - 20px) / 2.5);
    }

    .dsl-category-card__image {
        aspect-ratio: 199 / 198;
    }

    .dsl-category-card__title {
        min-height: 34px;
        padding: 8px 4px 7px;
        font-size: 10px;
    }

    .dsl-product-slider {
        gap: 10px;
    }

    .dsl-product-card {
        flex-basis: calc((100% - 30px) / 4);
    }

    .dsl-product-card__body {
        padding-top: 7px;
    }

    .dsl-product-card h3 {
        min-height: 30px;
        margin-bottom: 4px;
        font-size: 7px;
        line-height: 1.65;
    }

    .dsl-product-card__price {
        min-height: 16px;
        font-size: 7px;
    }

    .dsl-product-card__price del {
        font-size: 6px;
    }

    .dsl-product-card__sale {
        right: 4px;
        bottom: 4px;
        padding: 1px 4px;
        font-size: 6px;
    }

    .dsl-promo-grid {
        gap: 8px;
    }

    .dsl-promo-card {
        min-height: 64px;
    }

    .dsl-promo-card__content {
        width: 61%;
        padding: 8px;
    }

    .dsl-promo-card h2 {
        margin-bottom: 2px;
        font-size: 8px;
    }

    .dsl-promo-card p {
        max-height: 18px;
        margin-bottom: 3px;
        overflow: hidden;
    isolation: isolate;
        font-size: 5px;
        line-height: 1.7;
    }

    .dsl-promo-card a {
        min-height: 14px;
        padding: 2px 5px;
        font-size: 5px;
    }

    .dsl-story-section {
        grid-template-columns: 1.18fr .82fr;
        gap: 16px;
    }

    .dsl-story-content h2 {
        margin-bottom: 7px;
        font-size: 13px;
    }

    .dsl-story-eyebrow {
        margin-bottom: 3px;
        font-size: 5px;
    }

    .dsl-story-text {
        max-height: 58px;
        overflow: hidden;
    isolation: isolate;
        font-size: 6px;
        line-height: 1.8;
    }

    .dsl-story-text p {
        margin-bottom: 4px;
    }

    .dsl-story-actions {
        gap: 4px;
        margin-top: 8px;
    }

    .dsl-story-actions .dsl-button {
        min-height: 20px;
        padding: 4px 6px;
        font-size: 5px;
    }

    .dsl-faq-section > h2 {
        margin-bottom: 14px;
    }

    .dsl-faq-item + .dsl-faq-item {
        margin-top: 5px;
    }

    .dsl-faq-item summary {
        min-height: 34px;
        gap: 8px;
        padding: 7px 9px;
        font-size: 7px;
    }

    .dsl-faq-item summary svg {
        width: 10px;
        height: 10px;
        flex-basis: 10px;
    }

    .dsl-faq-answer {
        padding: 0 9px 9px;
        font-size: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dsl-landing *,
    .dsl-landing *::before,
    .dsl-landing *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}


@media (max-width: 860px) {
    .dsl-header-container,
    .dsl-header-line {
        width: calc(100% - 28px);
    }

    .dsl-header-top {
        min-height: 64px;
    }

    .dsl-header-logo {
        min-width: 0;
    }

    .dsl-header-logo img {
        max-width: 190px;
        height: 32px;
    }

    .dsl-header-logo span {
        font-size: 24px;
    }

    .dsl-header-tools {
        gap: 13px;
    }

    .dsl-header-mobile-toggle {
        display: inline-flex;
    }

    .dsl-header-line {
        display: none;
    }

    .dsl-header-bottom {
        position: absolute;
        top: 64px;
        right: 0;
        left: 0;
        z-index: 1003;
        width: 100%;
        min-height: 0;
        max-height: 0;
        display: flex;
        align-items: stretch;
        flex-direction: column-reverse;
        gap: 18px;
        overflow: hidden;
        padding: 0 17px;
        border-top: 1px solid transparent;
        background: #f7f8fe;
        opacity: 0;
        visibility: hidden;
        transition: max-height .3s ease, padding .3s ease, opacity .2s ease, visibility .2s ease;
    }

    .dsl-header-bottom.is-open {
        max-height: 520px;
        padding-top: 18px;
        padding-bottom: 20px;
        border-top-color: #e4e6ee;
        opacity: 1;
        visibility: visible;
    }

    .dsl-header-nav {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    .dsl-header-nav-link {
        width: 100%;
        min-height: 44px;
        justify-content: flex-start;
        border-bottom: 1px solid #e8eaf1;
        font-size: 13px;
    }

    .dsl-header-auth {
        width: 100%;
        justify-content: flex-start;
    }

    .dsl-header-mega,
    .dsl-header-search-panel {
        top: 64px;
    }

    .dsl-header-mega {
        max-height: calc(100vh - 64px);
        overflow-y: auto;
    }

    .dsl-header-mega-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 18px;
    }

    .dsl-header-mega-column,
    .dsl-header-mega-column:nth-child(4n) {
        padding-left: 14px;
        border-left: 1px solid #eceef4;
    }

    .dsl-header-mega-column:nth-child(2n) {
        border-left: 0;
    }

    .dsl-header-search-panel {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 520px) {
    .dsl-header-container,
    .dsl-header-line {
        width: calc(100% - 22px);
    }

    .dsl-header-logo img {
        max-width: 150px;
        height: 29px;
    }

    .dsl-header-logo span {
        font-size: 21px;
    }

    .dsl-header-tools {
        gap: 8px;
    }

    .dsl-header-icon-link {
        width: 22px;
    }

    .dsl-header-mega-grid {
        grid-template-columns: 1fr;
    }

    .dsl-header-mega-column,
    .dsl-header-mega-column:nth-child(2n),
    .dsl-header-mega-column:nth-child(4n) {
        padding: 0 0 18px;
        border: 0;
        border-bottom: 1px solid #eceef4;
    }

    .dsl-header-search-item {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .dsl-header-search-item img,
    .dsl-header-search-placeholder {
        width: 48px;
        height: 48px;
    }

    .dsl-header-search-item small {
        grid-column: 2;
        justify-self: start;
    }
}


/* Minimal attractive product card refinement */
.dsl-product-slider {
    gap: 18px;
    align-items: stretch;
    justify-content: flex-start;
}

.dsl-product-card {
    flex: 0 0 clamp(220px, 22vw, 268px);
    max-width: 268px;
    padding: 12px;
    border: 1px solid #e8ebf2;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.dsl-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .09);
}

.dsl-product-card__image {
    aspect-ratio: 1 / 1;
    padding: 14px;
    border-radius: 14px;
    background: #f8f9fc;
}

.dsl-product-card__body {
    padding-top: 12px;
}

.dsl-product-card h3 {
    min-height: 52px;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}

.dsl-product-card__footer {
    min-height: 28px;
    gap: 8px;
}

.dsl-product-card__price {
    font-size: 13px;
    gap: 6px;
}

.dsl-product-card__price del {
    font-size: 11px;
}

.dsl-product-card__sale {
    min-width: 44px;
    height: 28px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 12px;
}

@media (max-width: 900px) {
    .dsl-product-slider {
        gap: 14px;
    }

    .dsl-product-card {
        flex-basis: clamp(190px, 28vw, 238px);
        max-width: 238px;
        padding: 10px;
        border-radius: 16px;
    }

    .dsl-product-card__image {
        padding: 12px;
    }

    .dsl-product-card h3 {
        min-height: 48px;
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .dsl-product-slider {
        gap: 12px;
    }

    .dsl-product-card {
        flex: 0 0 calc((100% - 12px) / 2);
        max-width: none;
        padding: 9px;
        border-radius: 14px;
    }

    .dsl-product-card__image {
        aspect-ratio: 1 / 1;
        padding: 10px;
        border-radius: 12px;
    }

    .dsl-product-card__body {
        padding-top: 8px;
    }

    .dsl-product-card h3 {
        min-height: 42px;
        margin-bottom: 6px;
        font-size: 11px;
        line-height: 1.7;
    }

    .dsl-product-card__footer {
        min-height: 24px;
        gap: 6px;
    }

    .dsl-product-card__price {
        min-height: 18px;
        font-size: 10px;
        gap: 4px;
    }

    .dsl-product-card__price del {
        font-size: 8px;
    }

    .dsl-product-card__sale {
        min-width: 34px;
        height: 22px;
        padding: 0 6px;
        border-radius: 6px;
        font-size: 9px;
    }
}


/* Remove the outer product-card frame while keeping the compact layout. */
.dsl-product-card,
.dsl-product-card:hover {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.dsl-product-card:hover {
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .dsl-product-card {
        padding: 0;
        border-radius: 0;
    }
}

@media (max-width: 600px) {
    .dsl-product-card {
        padding: 0;
        border-radius: 0;
    }
}


/* Professional price styling */
.dsl-product-card__price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    color: #0f172a;
}

.dsl-product-card__price ins,
.dsl-product-card__price > .woocommerce-Price-amount,
.dsl-product-card__price > span.amount {
    order: 1;
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    padding: 6px 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .06);
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
}

.dsl-product-card__price ins {
    background: linear-gradient(180deg, #f7f9ff 0%, #eef2ff 100%);
}

.dsl-product-card__price del {
    order: 2;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin: 0;
    color: #9aa3b2;
    font-size: 12px;
    font-weight: 500;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(148, 163, 184, .9);
}

.dsl-product-card__price .woocommerce-Price-amount,
.dsl-product-card__price .amount,
.dsl-product-card__price bdi {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
}

.dsl-product-card__price bdi {
    flex-direction: row-reverse;
}

.dsl-product-card__price .woocommerce-Price-currencySymbol {
    font-size: .78em;
    font-weight: 700;
    color: #475569;
}

.dsl-product-card__price del .woocommerce-Price-currencySymbol {
    color: #94a3b8;
}

.dsl-product-card--sale .dsl-product-card__price {
    align-items: center;
}

@media (max-width: 600px) {
    .dsl-product-card__price {
        gap: 5px;
    }

    .dsl-product-card__price ins,
    .dsl-product-card__price > .woocommerce-Price-amount,
    .dsl-product-card__price > span.amount {
        padding: 4px 7px;
        font-size: 11px;
    }

    .dsl-product-card__price del {
        font-size: 8px;
    }
}


/* Sale price vertical layout and sale badge on the right */
.dsl-product-card--sale .dsl-product-card__footer {
    direction: ltr;
    align-items: flex-start;
    justify-content: space-between;
}

.dsl-product-card--sale .dsl-product-card__price {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.dsl-product-card--sale .dsl-product-card__price ins {
    order: 1;
}

.dsl-product-card--sale .dsl-product-card__price del {
    order: 2;
}

.dsl-product-card--sale .dsl-product-card__sale {
    order: 2;
    align-self: flex-start;
}

@media (max-width: 600px) {
    .dsl-product-card--sale .dsl-product-card__price {
        gap: 4px;
    }
}


/* Price order correction and borderless current price */
.dsl-product-card__price ins,
.dsl-product-card__price > .woocommerce-Price-amount,
.dsl-product-card__price > span.amount {
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.dsl-product-card--sale .dsl-product-card__price del {
    order: 1;
}

.dsl-product-card--sale .dsl-product-card__price ins {
    order: 2;
}


/* Align regular product prices to the left side of the card */
.dsl-product-card:not(.dsl-product-card--sale) .dsl-product-card__footer {
    direction: ltr;
    justify-content: flex-start;
}

.dsl-product-card:not(.dsl-product-card--sale) .dsl-product-card__price {
    margin-right: 0;
    margin-left: 0;
    text-align: left;
}


/* Hide old/original price in sale products */
.dsl-product-card--sale .dsl-product-card__price del {
    display: none !important;
}

.dsl-product-card--sale .dsl-product-card__price {
    min-height: auto;
}


/* Exact 644x223 promotional banners with Retina source images */
.dsl-promo-grid {
    width: min(1306px, 100%);
    margin-inline: auto;
    grid-template-columns: repeat(2, 644px);
    justify-content: center;
    gap: 18px;
}

.dsl-promo-card {
    width: 644px;
    max-width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 644 / 223;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    image-rendering: auto;
}

@media (max-width: 1340px) {
    .dsl-promo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dsl-promo-card {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .dsl-promo-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .dsl-promo-card {
        width: 100%;
        aspect-ratio: 644 / 223;
    }
}


/* Promo banner typography refinement */
.dsl-promo-card__content {
    width: 62%;
    padding: 26px 28px;
}

.dsl-promo-card h2 {
    margin: 0 0 10px;
    font-family: inherit;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: -.02em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
}

.dsl-promo-card p {
    max-width: 440px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, .92);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .22);
}

.dsl-promo-card a {
    min-height: 42px;
    padding: 9px 18px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .dsl-promo-card__content {
        width: 64%;
        padding: 20px 22px;
    }

    .dsl-promo-card h2 {
        font-size: 22px;
    }

    .dsl-promo-card p {
        margin-bottom: 14px;
        font-size: 12px;
        line-height: 1.9;
    }

    .dsl-promo-card a {
        min-height: 36px;
        padding: 7px 14px;
        font-size: 11px;
    }
}

@media (max-width: 600px) {
    .dsl-promo-card {
        min-height: 132px;
    }

    .dsl-promo-card__content {
        width: 66%;
        padding: 12px 13px;
    }

    .dsl-promo-card h2 {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 900;
        line-height: 1.5;
    }

    .dsl-promo-card p {
        max-height: 42px;
        margin-bottom: 7px;
        font-size: 8px;
        font-weight: 600;
        line-height: 1.8;
    }

    .dsl-promo-card a {
        min-height: 25px;
        padding: 4px 8px;
        font-size: 7px;
        font-weight: 800;
    }
}


/* Promo button style match */
.dsl-promo-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 54px;
    padding: 12px 28px;
    background: #ffffff;
    color: var(--dsl-navy);
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-family: inherit;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -.01em;
    white-space: nowrap;
}

.dsl-promo-card a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    flex: 0 0 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='22' viewBox='0 0 26 22' fill='none'%3E%3Cpath d='M10 3L2 11L10 19' stroke='%23101873' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24 11H3.5' stroke='%23101873' stroke-width='3.2' stroke-linecap='round'/%3E%3C/svg%3E") center center / contain no-repeat;
}

@media (max-width: 900px) {
    .dsl-promo-card a {
        min-height: 44px;
        padding: 9px 18px;
        gap: 10px;
        font-size: 14px;
    }

    .dsl-promo-card a::after {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }
}

@media (max-width: 600px) {
    .dsl-promo-card a {
        min-height: 32px;
        padding: 5px 10px;
        gap: 6px;
        font-size: 10px;
        font-weight: 800;
    }

    .dsl-promo-card a::after {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }
}


/* Story section quality, typography and color improvements */
.dsl-story-section {
    grid-template-columns: 1.05fr .95fr;
    gap: 64px;
}

.dsl-story-media {
    aspect-ratio: 1 / 1;
    border-radius: 0;
    background: #0b0f18;
}

.dsl-story-media img {
    image-rendering: auto;
    object-position: center center;
}

.dsl-story-content h2 {
    margin: 0 0 20px;
    color: #0f172a;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.dsl-story-text {
    color: #374151;
    font-size: 17px;
    line-height: 2.15;
}

.dsl-story-actions {
    gap: 14px;
    margin-top: 28px;
}

.dsl-story-actions .dsl-button {
    min-height: 46px;
    padding: 10px 18px;
    font-size: 15px;
    font-weight: 800;
}

@media (max-width: 900px) {
    .dsl-story-section {
        gap: 32px;
    }

    .dsl-story-content h2 {
        font-size: 30px;
    }

    .dsl-story-text {
        font-size: 15px;
        line-height: 2;
    }
}

@media (max-width: 600px) {
    .dsl-story-section {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .dsl-story-media {
        aspect-ratio: 1 / 1;
    }

    .dsl-story-content h2 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 1.5;
    }

    .dsl-story-eyebrow {
        margin-bottom: 6px;
        font-size: 10px;
    }

    .dsl-story-text {
        max-height: none;
        overflow: visible;
        font-size: 13px;
        line-height: 2;
    }

    .dsl-story-text p {
        margin-bottom: 8px;
    }

    .dsl-story-actions {
        gap: 8px;
        margin-top: 12px;
    }

    .dsl-story-actions .dsl-button {
        min-height: 34px;
        padding: 7px 10px;
        font-size: 11px;
    }
}


/* Story text final style */
.dsl-story-eyebrow {
    display: none !important;
}

.dsl-story-text {
    color: rgba(7, 7, 7, 0.7);
    font-size: 17px;
    line-height: 2.15;
    font-weight: 500;
}

.dsl-faq-item summary {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 18px;
    color: #171922;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
}

.dsl-faq-answer {
    padding: 0 18px 18px;
    color: #71737c;
    font-size: 14px;
    font-weight: 500;
}


/* Footer */
.dsl-footer {
    margin-top: 80px;
    background: #f3f3f4;
    border-top: 1px solid #e0e0e2;
}

.dsl-footer__inner {
    padding-top: 42px;
    padding-bottom: 26px;
}

.dsl-footer__top {
    display: grid;
    grid-template-columns: 1.15fr .9fr 1.05fr;
    gap: 48px;
    align-items: start;
}

.dsl-footer__brand,
.dsl-footer__links,
.dsl-footer__newsletter {
    min-width: 0;
}

.dsl-footer__logo {
    margin-bottom: 22px;
    color: var(--dsl-navy);
    font-size: 46px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.02em;
}

.dsl-footer__about {
    margin: 0;
    color: #666a75;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.95;
}

.dsl-footer__links h3,
.dsl-footer__newsletter h3 {
    margin: 0 0 18px;
    color: #a3a3a6;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.dsl-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(185px, max-content));
    justify-content: center;
    justify-items: start;
    gap: 18px 0;
}

.dsl-footer__nav a {
    color: #1d1f24;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.dsl-footer__newsletter {
    text-align: center;
}

.dsl-footer__newsletter p {
    margin: 0 0 24px;
    color: #1d1f24;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.dsl-footer__newsletter-form {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: stretch;
}

.dsl-footer__newsletter-form button {
    min-width: 120px;
    height: 44px;
    border: none;
    background: var(--dsl-navy);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.dsl-footer__newsletter-form {
    position: relative;
}

.dsl-footer__newsletter-form input {
    width: 100%;
    height: 44px;
    padding: 0 50px 0 18px;
    border: 1px solid #ececee;
    background: #ececee;
    color: #1d1f24;
    font-size: 16px;
    text-align: right;
    outline: none;
}

.dsl-footer__newsletter-form input::placeholder {
    color: #b3b3b6;
}

.dsl-footer__phone-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--dsl-navy);
    width: 24px;
    height: 24px;
    pointer-events: none;
}

.dsl-footer__phone-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.dsl-footer__bottom {
    margin-top: 58px;
    padding-top: 28px;
    border-top: 1px solid #dfdfe1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
}

.dsl-footer__copyright {
    justify-self: start;
    color: #72747d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.dsl-footer__socials {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.dsl-footer__socials a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e5e5e6;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dsl-footer__socials svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.dsl-footer__badges {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 18px;
}

.dsl-footer__badges img {
    display: block;
    height: 72px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .dsl-footer__top {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .dsl-footer__nav {
        justify-content: center;
        justify-items: center;
    }

    .dsl-footer__bottom {
        grid-template-columns: 1fr;
    }

    .dsl-footer__copyright,
    .dsl-footer__badges,
    .dsl-footer__socials {
        justify-self: center;
    }

    .dsl-footer__newsletter-form {
        max-width: 460px;
        margin: 0 auto;
    }

    .dsl-footer__phone-icon {
        right: 18px;
    }
}

@media (max-width: 600px) {
    .dsl-footer {
        margin-top: 48px;
    }

    .dsl-footer__inner {
        padding-top: 28px;
        padding-bottom: 20px;
    }

    .dsl-footer__logo {
        margin-bottom: 16px;
        font-size: 42px;
    }

    .dsl-footer__about {
        font-size: 14px;
    }

    .dsl-footer__links h3,
    .dsl-footer__newsletter h3 {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .dsl-footer__nav {
        grid-template-columns: repeat(2, minmax(90px, 1fr));
        gap: 14px 30px;
    }

    .dsl-footer__nav a,
    .dsl-footer__newsletter p {
        font-size: 15px;
    }

    .dsl-footer__newsletter-form {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .dsl-footer__newsletter-form button,
    .dsl-footer__newsletter-form input {
        height: 42px;
    }

    .dsl-footer__phone-icon {
        right: 14px;
        top: 21px;
        transform: translateY(-50%);
    }

    .dsl-footer__bottom {
        margin-top: 34px;
        padding-top: 20px;
        gap: 16px;
    }

    .dsl-footer__copyright {
        font-size: 14px;
        text-align: center;
    }

    .dsl-footer__badges {
        gap: 12px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .dsl-footer__badges img {
        height: 58px;
    }
}


.dsl-footer__copyright a {
    color: var(--dsl-navy);
    font-weight: 700;
    text-decoration: none;
}

.dsl-footer__copyright a:hover {
    text-decoration: underline;
}

.dsl-footer__newsletter-form button:disabled {
    cursor: wait;
    opacity: .68;
}

.dsl-footer__newsletter-message {
    min-height: 24px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7;
    text-align: right;
}

.dsl-footer__newsletter-message.is-success {
    color: #16803a;
}

.dsl-footer__newsletter-message.is-error {
    color: #c62828;
}


/* Crisp WhatsApp footer icon */
.dsl-footer__socials .dsl-footer__social--whatsapp svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor;
}


/* Center footer trust badges consistently */
.dsl-footer__badges {
    align-items: center;
}

.dsl-footer__badge-item {
    width: 82px;
    height: 82px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 82px;
    line-height: 0;
    text-align: center;
}

.dsl-footer__badge-item img {
    display: block;
    width: auto;
    height: auto;
    max-width: 76px;
    max-height: 72px;
    margin: auto;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 600px) {
    .dsl-footer__badge-item {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
    }

    .dsl-footer__badge-item img {
        max-width: 62px;
        max-height: 58px;
    }
}


/* Professional mobile menu */
.dsl-mobile-overlay {
    display: none;
}

@media (max-width: 980px) {
    body.dsl-mobile-menu-open {
        overflow: hidden;
    }

    .dsl-mobile-overlay {
        position: fixed;
        inset: 0;
        z-index: 1001;
        background: rgba(11, 15, 24, .42);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity .25s ease, visibility .25s ease;
    }

    .dsl-mobile-overlay.is-open {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .dsl-header-mobile-toggle {
        width: 28px;
        height: 28px;
        align-items: center;
        justify-content: center;
    }

    .dsl-header-mobile-toggle span {
        transition: transform .25s ease, opacity .2s ease;
        transform-origin: center;
    }

    .dsl-header-mobile-toggle.is-open span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .dsl-header-mobile-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .dsl-header-mobile-toggle.is-open span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .dsl-header-bottom {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        z-index: 1003;
        width: min(88vw, 360px);
        height: 100vh;
        min-height: 100vh;
        max-height: 100vh;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0 18px 20px;
        border-top: 0;
        background: #ffffff;
        box-shadow: -18px 0 50px rgba(16, 24, 39, .18);
        opacity: 1;
        visibility: visible;
        overflow-y: auto;
        transform: translateX(104%);
        transition: transform .3s ease;
    }

    .dsl-header-bottom.is-open {
        max-height: 100vh;
        padding-top: 18px;
        padding-bottom: 20px;
        border-top-color: transparent;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .dsl-header-nav {
        width: 100%;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .dsl-header-nav-link {
        width: 100%;
        min-height: 52px;
        justify-content: space-between;
        padding: 0 14px;
        border: 1px solid #eceff5;
        border-radius: 14px;
        background: #fff;
        font-size: 14px;
        font-weight: 700;
        color: #4a5263 !important;
    }

    .dsl-header-nav-link > span {
        flex: 1 1 auto;
        text-align: right;
    }

    .dsl-header-nav-link > svg:first-child {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
    }

    .dsl-header-nav-link .dsl-header-chevron {
        margin-right: 0;
        margin-left: 0;
    }

    .dsl-header-nav-link.is-active {
        color: var(--dsl-navy) !important;
        border-color: rgba(29, 50, 138, .14);
        background: #f8faff;
    }

    .dsl-header-auth {
        width: 100%;
        justify-content: stretch;
        gap: 10px;
        margin-top: auto;
        padding-top: 18px;
    }

    .dsl-header-auth a {
        flex: 1 1 50%;
        min-height: 44px;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 700;
        justify-content: center;
    }

    .dsl-header-mega,
    .dsl-header-search-panel {
        top: 64px;
    }

    .dsl-header-mega {
        position: static;
        right: auto;
        left: auto;
        z-index: auto;
        margin: -2px 0 2px;
        border: 0;
        background: transparent;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        max-height: 0;
        overflow: hidden;
        transition: max-height .28s ease, margin .28s ease;
    }

    .dsl-header-mega.is-open {
        max-height: 70vh;
        margin: 4px 0 10px;
    }

    .dsl-header-mega-inner {
        padding: 0;
    }

    .dsl-header-mega-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .dsl-header-mega-column,
    .dsl-header-mega-column:nth-child(2n),
    .dsl-header-mega-column:nth-child(4n) {
        padding: 14px;
        border: 1px solid #edf0f5;
        border-radius: 14px;
        background: #fbfcfe;
    }

    .dsl-header-mega-title {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .dsl-header-mega-title img {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }

    .dsl-header-mega-column ul {
        padding: 0 52px 0 0;
    }

    .dsl-header-mega-column li + li {
        margin-top: 8px;
    }

    .dsl-header-mega-column li a {
        font-size: 12px;
        line-height: 1.8;
    }

    .dsl-header-mega-all {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        margin-top: 12px;
        border-radius: 12px;
        background: #f3f6ff;
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .dsl-header-bottom {
        width: min(92vw, 340px);
        padding-right: 14px;
        padding-left: 14px;
    }

    .dsl-header-nav-link {
        min-height: 48px;
        padding: 0 12px;
        font-size: 13px;
    }

    .dsl-header-auth a {
        min-height: 42px;
        font-size: 13px;
    }
}


/* Cart drawer redesign */
.dsl-cart-drawer-content {
    padding: 0 18px 22px;
}

.dsl-cart-drawer-content .woocommerce-mini-cart {
    padding-top: 12px !important;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item {
    min-height: 128px;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    margin-bottom: 14px !important;
    padding: 18px 42px 18px 16px !important;
    border: 1px solid #eceff5;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
    box-shadow: 0 8px 22px rgba(17, 24, 39, .05);
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item:last-child {
    margin-bottom: 0 !important;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item > a:not(.remove) {
    align-self: start;
    color: #171923;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.85;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item img {
    width: 92px !important;
    height: 92px !important;
    border: 1px solid #edf1f7;
    border-radius: 16px;
    object-fit: cover;
    background: #fff;
    box-shadow: 0 6px 16px rgba(17, 24, 39, .05);
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item .variation {
    grid-column: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
    margin: 8px 0 0 !important;
    color: #5d6473;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.8;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item .variation dt,
.dsl-cart-drawer-content .woocommerce-mini-cart-item .variation dd {
    margin: 0;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item .variation dt {
    color: #1f2430;
    font-weight: 700;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item .variation dd p {
    margin: 0;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item .quantity {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    margin-top: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f3f6fd;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount {
    color: var(--dsl-navy);
    font-size: 14px;
    font-weight: 800;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item .remove,
.dsl-cart-drawer-content .woocommerce-mini-cart-item .remove_from_cart_button {
    top: 18px !important;
    right: 14px !important;
    margin-top: 0 !important;
    width: 28px !important;
    height: 28px !important;
    border-color: #d9dfeb !important;
    background: #fff !important;
    color: #98a1b2 !important;
    font-size: 20px !important;
    box-shadow: 0 4px 12px rgba(17, 24, 39, .05);
}

.dsl-cart-drawer-content .woocommerce-mini-cart__total {
    margin-top: 18px !important;
    padding: 18px 4px 14px !important;
    border-top: 1px solid #e7ebf3;
    color: #151823;
    font-size: 15px;
    font-weight: 700;
}

.dsl-cart-drawer-content .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 17px;
    font-weight: 900;
}

.dsl-cart-drawer-content .woocommerce-mini-cart__buttons {
    gap: 12px;
}

.dsl-cart-drawer-content .woocommerce-mini-cart__buttons a.button {
    min-height: 48px;
    border-radius: 14px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.dsl-cart-drawer-content .woocommerce-mini-cart__empty-message {
    min-height: 280px;
    border: 1px dashed #d8deea;
    border-radius: 18px;
    background: #fafbff;
}

@media (max-width: 520px) {
    .dsl-cart-drawer-content {
        padding-right: 14px;
        padding-left: 14px;
    }

    .dsl-cart-drawer-content .woocommerce-mini-cart-item {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 12px;
        padding: 14px 36px 14px 12px !important;
        border-radius: 16px;
    }

    .dsl-cart-drawer-content .woocommerce-mini-cart-item > a:not(.remove) {
        font-size: 14px;
        line-height: 1.7;
    }

    .dsl-cart-drawer-content .woocommerce-mini-cart-item img {
        width: 78px !important;
        height: 78px !important;
        border-radius: 14px;
    }

    .dsl-cart-drawer-content .woocommerce-mini-cart-item .variation {
        font-size: 12px;
        gap: 3px 6px;
    }

    .dsl-cart-drawer-content .woocommerce-mini-cart-item .quantity {
        margin-top: 10px;
        padding: 6px 10px;
        font-size: 12px;
    }

    .dsl-cart-drawer-content .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount {
        font-size: 13px;
    }
}


/* Keep mini-cart layout stable after WooCommerce fragment refresh */
.dsl-cart-drawer-content > .widget_shopping_cart_content {
    min-height: 0;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.dsl-cart-drawer-content .woocommerce-mini-cart {
    width: 100% !important;
    display: block !important;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item {
    width: 100% !important;
    display: grid !important;
    float: none !important;
    clear: both !important;
    box-sizing: border-box !important;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item > a:not(.remove) {
    min-width: 0;
}

.dsl-cart-drawer-content .woocommerce-mini-cart-item img {
    max-width: none !important;
}

/* ==========================================================
   WooCommerce My Account — Divansalar visual system
   ========================================================== */
body.dsl-account-page {
    background: #f6f7fb !important;
    color: var(--dsl-ink);
    direction: rtl;
}

body.dsl-account-page > header,
body.dsl-account-page > footer,
body.dsl-account-page #masthead,
body.dsl-account-page #colophon,
body.dsl-account-page .site-header:not(.dsl-site-header),
body.dsl-account-page .site-footer:not(.dsl-footer),
body.dsl-account-page .elementor-location-header,
body.dsl-account-page .elementor-location-footer,
body.dsl-account-page header:not(.dsl-site-header),
body.dsl-account-page footer:not(.dsl-footer),
body.dsl-account-page .wp-block-template-part:not(.dsl-site-header):not(.dsl-footer) {
    display: none !important;
}

body.dsl-account-page .dsl-account-site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f6f7fb;
}

body.dsl-account-page .dsl-site-header,
body.dsl-account-page .dsl-footer {
    flex: 0 0 auto;
}

body.dsl-account-page .dsl-account-site > main,
body.dsl-account-page .dsl-account-site > .site,
body.dsl-account-page .dsl-account-site > #page,
body.dsl-account-page .dsl-account-site > .wp-site-blocks {
    flex: 1 0 auto;
}

body.dsl-account-page .entry-title,
body.dsl-account-page .page-title,
body.dsl-account-page .woocommerce-breadcrumb,
body.dsl-account-page .page-header,
body.dsl-account-page .entry-header {
    display: none !important;
}

body.dsl-account-page #primary,
body.dsl-account-page #main,
body.dsl-account-page .site-main,
body.dsl-account-page .content-area,
body.dsl-account-page .site-content,
body.dsl-account-page .entry-content,
body.dsl-account-page .page-content,
body.dsl-account-page .wp-block-post-content,
body.dsl-account-page article {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.dsl-account-page .woocommerce {
    width: min(1480px, calc(100% - 48px));
    margin: 56px auto 72px !important;
    padding: 0 !important;
    font-family: inherit;
}

body.dsl-account-page .woocommerce::before {
    display: none !important;
    content: none !important;
}

body.dsl-account-page .woocommerce-MyAccount-navigation {
    float: right !important;
    width: 300px !important;
    margin: 0 !important;
    padding: 18px !important;
    border: 1px solid #e7e9f2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(16, 24, 115, .07);
    position: sticky;
    top: 24px;
}

body.dsl-account-page .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    gap: 7px;
}

body.dsl-account-page .woocommerce-MyAccount-navigation li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.dsl-account-page .woocommerce-MyAccount-navigation a {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 15px;
    color: #343744;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: .22s ease;
}

body.dsl-account-page .woocommerce-MyAccount-navigation a::before {
    content: "";
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border: 2px solid #adb1c0;
    border-radius: 50%;
    transition: .22s ease;
}

body.dsl-account-page .woocommerce-MyAccount-navigation li:hover a {
    background: #f3f5ff;
    color: var(--dsl-navy);
    transform: translateX(-2px);
}

body.dsl-account-page .woocommerce-MyAccount-navigation li.is-active a {
    color: #fff;
    background: linear-gradient(135deg, var(--dsl-navy), var(--dsl-navy-deep));
    box-shadow: 0 11px 28px rgba(16, 24, 115, .24);
}

body.dsl-account-page .woocommerce-MyAccount-navigation li.is-active a::before {
    border-color: #fff;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(255,255,255,.18);
}

body.dsl-account-page .woocommerce-MyAccount-content {
    float: left !important;
    width: calc(100% - 332px) !important;
    min-height: 440px;
    margin: 0 !important;
    padding: 34px 38px !important;
    border: 1px solid #e7e9f2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(16, 24, 115, .07);
    font-size: 16px;
    line-height: 2;
}

body.dsl-account-page .woocommerce-MyAccount-content > p:first-child {
    margin-top: 0;
    padding: 18px 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f3f5ff, #fafbff);
    border: 1px solid #e7eaff;
}

body.dsl-account-page .woocommerce-MyAccount-content a {
    color: var(--dsl-navy);
    text-underline-offset: 4px;
}

body.dsl-account-page .woocommerce-MyAccount-content h2,
body.dsl-account-page .woocommerce-MyAccount-content h3,
body.dsl-account-page .woocommerce-Address-title h3 {
    margin: 0 0 20px;
    color: var(--dsl-ink);
    font-weight: 800;
}

body.dsl-account-page .woocommerce table.shop_table,
body.dsl-account-page .woocommerce-orders-table {
    width: 100%;
    border: 1px solid #e9ebf3 !important;
    border-radius: 18px !important;
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
}

body.dsl-account-page .woocommerce table.shop_table th,
body.dsl-account-page .woocommerce table.shop_table td {
    padding: 15px 16px !important;
    text-align: right !important;
    border: 0 !important;
    border-bottom: 1px solid #eef0f5 !important;
}

body.dsl-account-page .woocommerce table.shop_table th {
    background: #f5f6fa;
    color: #343744;
    font-weight: 800;
}

body.dsl-account-page .woocommerce table.shop_table tr:last-child td {
    border-bottom: 0 !important;
}

body.dsl-account-page .woocommerce a.button,
body.dsl-account-page .woocommerce button.button,
body.dsl-account-page .woocommerce input.button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px !important;
    border: 0 !important;
    border-radius: 13px !important;
    color: #fff !important;
    background: var(--dsl-navy) !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    box-shadow: 0 9px 22px rgba(16, 24, 115, .18);
    transition: .2s ease;
}

body.dsl-account-page .woocommerce a.button:hover,
body.dsl-account-page .woocommerce button.button:hover,
body.dsl-account-page .woocommerce input.button:hover {
    background: var(--dsl-navy-deep) !important;
    transform: translateY(-1px);
}

body.dsl-account-page .woocommerce form .form-row {
    margin: 0 0 18px !important;
    padding: 0 !important;
}

body.dsl-account-page .woocommerce form .form-row label {
    display: block;
    margin-bottom: 7px;
    color: #353846;
    font-weight: 750;
}

body.dsl-account-page .woocommerce input.input-text,
body.dsl-account-page .woocommerce textarea,
body.dsl-account-page .woocommerce select {
    width: 100%;
    min-height: 50px;
    padding: 11px 15px !important;
    border: 1px solid #dfe2ec !important;
    border-radius: 13px !important;
    background: #fbfcfe !important;
    color: #20232c;
    box-shadow: none !important;
    outline: none;
    transition: .2s ease;
}

body.dsl-account-page .woocommerce textarea {
    min-height: 120px;
}

body.dsl-account-page .woocommerce input.input-text:focus,
body.dsl-account-page .woocommerce textarea:focus,
body.dsl-account-page .woocommerce select:focus {
    border-color: var(--dsl-navy) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(16, 24, 115, .08) !important;
}

body.dsl-account-page .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.dsl-account-page .woocommerce-Address {
    width: auto !important;
    float: none !important;
    padding: 22px !important;
    border: 1px solid #e9ebf3;
    border-radius: 18px;
    background: #fbfcff;
}

body.dsl-account-page .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

body.dsl-account-page .woocommerce-Address-title a.edit {
    float: none !important;
    padding: 6px 12px;
    border-radius: 9px;
    background: #eef0ff;
    text-decoration: none;
    font-weight: 700;
}

body.dsl-account-page .woocommerce-message,
body.dsl-account-page .woocommerce-info,
body.dsl-account-page .woocommerce-error {
    margin: 0 0 24px !important;
    padding: 17px 20px 17px 20px !important;
    border: 0 !important;
    border-radius: 15px;
    background: #eef1ff;
    color: #262a39;
}

body.dsl-account-page .woocommerce-error {
    background: #fff0f0;
}

/* Login / registration state (before authentication). */
body.dsl-account-page .woocommerce > h2,
body.dsl-account-page #customer_login h2 {
    font-size: 25px;
    font-weight: 850;
}

body.dsl-account-page #customer_login {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

body.dsl-account-page #customer_login .u-column1,
body.dsl-account-page #customer_login .u-column2 {
    width: auto !important;
    float: none !important;
    padding: 30px !important;
    border: 1px solid #e7e9f2;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(16, 24, 115, .07);
}

body.dsl-account-page form.login,
body.dsl-account-page form.register,
body.dsl-account-page form.lost_reset_password {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

body.dsl-account-page .woocommerce-LostPassword {
    margin-top: 15px;
}

body.dsl-account-page .woocommerce::after,
body.dsl-account-page .woocommerce::before {
    clear: none;
}

body.dsl-account-page .woocommerce::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 900px) {
    body.dsl-account-page .woocommerce {
        width: min(100% - 28px, 680px);
        margin-top: 34px !important;
    }

    body.dsl-account-page .woocommerce-MyAccount-navigation,
    body.dsl-account-page .woocommerce-MyAccount-content {
        float: none !important;
        width: 100% !important;
    }

    body.dsl-account-page .woocommerce-MyAccount-navigation {
        position: static;
        margin-bottom: 18px !important;
        padding: 12px !important;
    }

    body.dsl-account-page .woocommerce-MyAccount-navigation ul {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 5px !important;
        scrollbar-width: thin;
    }

    body.dsl-account-page .woocommerce-MyAccount-navigation li {
        flex: 0 0 auto;
    }

    body.dsl-account-page .woocommerce-MyAccount-navigation a {
        min-height: 44px;
        white-space: nowrap;
        padding: 9px 14px;
    }

    body.dsl-account-page .woocommerce-MyAccount-content {
        min-height: 0;
        padding: 24px 22px !important;
    }

    body.dsl-account-page #customer_login,
    body.dsl-account-page .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    body.dsl-account-page .woocommerce::before {
        margin-bottom: 20px;
        font-size: 30px;
    }

    body.dsl-account-page .woocommerce-MyAccount-content {
        padding: 20px 16px !important;
        border-radius: 18px;
    }

    body.dsl-account-page .woocommerce table.shop_table,
    body.dsl-account-page .woocommerce-orders-table {
        font-size: 13px;
    }

    body.dsl-account-page #customer_login .u-column1,
    body.dsl-account-page #customer_login .u-column2 {
        padding: 22px 18px !important;
    }
}
