html[data-compat-theme="default"] body.legacy-compat--default {
    --default-legacy-accent: #d4b35d;
    --default-legacy-border: #ececec;
    --default-legacy-muted: #7b7b7b;
    --default-legacy-text: #202020;
    --default-legacy-soft: #f7f7f7;
    --default-legacy-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
}

html[data-compat-theme="default"] body.legacy-compat--default .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .row > [class*="col-"] {
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .col-12,
html[data-compat-theme="default"] body.legacy-compat--default .col-xs-12,
html[data-compat-theme="default"] body.legacy-compat--default .col-sm-12,
html[data-compat-theme="default"] body.legacy-compat--default .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

html[data-compat-theme="default"] body.legacy-compat--default .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

html[data-compat-theme="default"] body.legacy-compat--default .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

html[data-compat-theme="default"] body.legacy-compat--default .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

html[data-compat-theme="default"] body.legacy-compat--default .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

html[data-compat-theme="default"] body.legacy-compat--default .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

html[data-compat-theme="default"] body.legacy-compat--default .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

html[data-compat-theme="default"] body.legacy-compat--default .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

html[data-compat-theme="default"] body.legacy-compat--default .d-flex {
    display: flex;
}

html[data-compat-theme="default"] body.legacy-compat--default .flex-row-reverse {
    flex-direction: row-reverse;
}

html[data-compat-theme="default"] body.legacy-compat--default .align-items-center {
    align-items: center;
}

html[data-compat-theme="default"] body.legacy-compat--default .justify-content-between {
    justify-content: space-between;
}

html[data-compat-theme="default"] body.legacy-compat--default .justify-content-center {
    justify-content: center;
}

html[data-compat-theme="default"] body.legacy-compat--default .w-100 {
    width: 100%;
}

html[data-compat-theme="default"] body.legacy-compat--default .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

html[data-compat-theme="default"] body.legacy-compat--default .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

html[data-compat-theme="default"] body.legacy-compat--default .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

html[data-compat-theme="default"] body.legacy-compat--default .pl-0 {
    padding-left: 0;
}

html[data-compat-theme="default"] body.legacy-compat--default .mb-20 {
    margin-bottom: 1.25rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .mb-50 {
    margin-bottom: 3.125rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .mt-30 {
    margin-top: 1.875rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .pt-20 {
    padding-top: 1.25rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .pt-25 {
    padding-top: 1.5625rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .pt-55 {
    padding-top: 3.4375rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .pt-80 {
    padding-top: 5rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .pt-100 {
    padding-top: 6.25rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .pb-30 {
    padding-bottom: 1.875rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .pb-60 {
    padding-bottom: 3.75rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .pb-100 {
    padding-bottom: 6.25rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .mt-100 {
    margin-top: 6.25rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .p-30 {
    padding: 1.875rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .section-padding {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .min-w-25 {
    min-width: 12rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .text-uppercase {
    text-transform: uppercase;
}

html[data-compat-theme="default"] body.legacy-compat--default .bg-grey-9 {
    background: #f4f5f9;
}

html[data-compat-theme="default"] body.legacy-compat--default .fw-900 {
    font-weight: 900;
}

html[data-compat-theme="default"] body.legacy-compat--default .hidden-md {
    display: inline-flex;
}

html[data-compat-theme="default"] body.legacy-compat--default .flex-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header {
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header .header-left-option {
    margin-bottom: 0.8rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid #f5f5f5;
    color: var(--default-legacy-muted);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header .header-wrap,
html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-footer .row {
    align-items: center;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header .logo img {
    max-height: 24px;
    width: auto;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header .main-menu > nav > ul {
    gap: 1.4rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header .main-menu > nav > ul > li > a {
    color: var(--default-legacy-text);
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header .header-right {
    gap: 1rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header__meta {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-right: 0.9rem;
    color: var(--default-legacy-text);
    font-size: 0.78rem;
    font-weight: 500;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header__currency {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header__lang-switcher {
    position: relative;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header__lang-summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 34px;
    cursor: pointer;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header__lang-summary::-webkit-details-marker {
    display: none;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header__lang-icon {
    width: 1rem;
    height: 1rem;
    display: inline-flex;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header__lang-icon svg {
    width: 100%;
    height: 100%;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header__lang-menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 4.5rem;
    display: grid;
    gap: 0.15rem;
    padding: 0.45rem;
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 10px 25px rgba(17, 24, 39, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 12;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header__lang-switcher[open] .legacy-default-header__lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header__lang-link {
    display: block;
    padding: 0.35rem 0.45rem;
    color: var(--default-legacy-text);
    text-decoration: none;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header__lang-link:hover,
html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header__lang-link.is-active {
    background: #f5f5f5;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header .search-style-1 form,
html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header .search-style-2 form {
    background: #f6f1e4;
    border: 1px solid #f1e8cf;
    border-radius: 999px;
    min-height: 42px;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header .search-style-1 input,
html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header .search-style-2 input {
    font-size: 0.92rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-cart-icon {
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default .cart-count.pro-count {
    min-width: 1.5rem;
    min-height: 1.5rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: var(--default-legacy-accent);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-footer {
    margin-top: 3.5rem;
    border-top: 1px solid #f2f2f2;
    background: #fff;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-footer .footer-mid {
    padding-top: 3rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-footer .widget-about-logo img {
    max-height: 42px;
    width: auto;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_home"] .post-thumb.aa,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_category"] .post-thumb.aa,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_post"] .blog-sidebar-thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_post"] .single-page,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_post"] .single-content,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_post"] .page-content,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_post"] .widgetSidebarBlog {
    min-width: 0;
    max-width: 100%;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_post"] .page-content,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_post"] .single-content {
    overflow-wrap: anywhere;
    word-break: break-word;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_post"] .page-content img,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_post"] .page-content video,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_post"] .page-content iframe,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_post"] .page-content table,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_post"] .page-content pre {
    max-width: 100%;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="blog_post"] .page-content pre {
    white-space: pre-wrap;
    overflow-x: auto;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .home-slider {
    position: relative;
    margin-bottom: 2.5rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-1,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .single-hero-slider {
    min-height: 540px;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .slider-picture-home {
    display: flex !important;
    align-items: center;
    width: 100%;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-content-2 {
    margin-top: 6.75rem;
    margin-bottom: 0.625rem;
    text-align: left;
    color: #fff;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .slider-text-top {
    margin-bottom: 0.8rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    text-shadow: rgb(0 0 0 / 65%) 0 2px 5px;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-content-2 h2,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-content-2 h1 {
    margin: 0 0 0.625rem;
    color: #fff;
    font-weight: 600;
    text-shadow: rgb(0 0 0 / 65%) 0 2px 5px;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-content-2 h1 {
    font-size: 66px;
    line-height: 1.05;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-content-2 h2 {
    font-size: 66px;
    line-height: 1.05;
    margin-bottom: 10px;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-content-2 h4 {
    font-size: 20px;
    margin: 0 0 18px;
    color: #fff;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .slider-text-description {
    max-width: 715px;
    margin: 7px 0 22px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: rgb(0 0 0 / 65%) 0 2px 5px;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .btn-discover-link {
    margin-top: 0;
    border: 0;
    border-radius: 999px;
    padding: 0.9rem 1.6rem;
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.85), 10px 13px 20px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: saturate(100%) blur(20px);
    text-decoration: none;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] #containerHomeBlockStyle1 {
    display: grid;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .home-block-std {
    display: block;
    object-fit: cover;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .default-compat-home__editorial-placeholder {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: linear-gradient(135deg, #f7f3e8, #ece4d1);
    color: var(--default-legacy-muted);
    box-shadow: var(--default-legacy-shadow);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .font-heading {
    font-size: 2.35rem;
    line-height: 1.18;
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .message-block-1,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .message-block-2,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .message-block-3 {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .informative-message {
    margin-top: 0;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .text-informative-message {
    max-width: 58rem;
    margin: 0 auto;
    font-size: 2.3rem;
    line-height: 1.35;
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .section-title {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .section-title h2 {
    margin: 0 0 0.6rem;
    font-size: 2rem;
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .subtitle-block-1,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .subtitle-block-2,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .subtitle-block-3,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .section-title span,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .text-brand {
    color: var(--shop-color-primary) !important;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-content-2 .text-brand {
    color: #fff !important;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .default-compat-home__collection-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border-radius: 28px;
    box-shadow: var(--default-legacy-shadow);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .default-compat-home__collection-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.08), rgba(17, 24, 39, 0.46));
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .default-compat-home__collection-card .row,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .default-compat-home__collection-card .hero-slider-content-2 {
    position: relative;
    z-index: 1;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .default-compat-home__collections .hero-slider-content-2 {
    margin-top: 12rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .default-compat-home__collection-card h4,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .default-compat-home__collection-card p {
    color: #fff;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .home-last-products .product-grid-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .home-last-products .product-grid-4 > .disp-grid {
    box-sizing: border-box;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .default-compat-home__product-placeholder {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f7f3e8, #ece4d1);
    color: var(--default-legacy-muted);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="product"] .container {
    width: min(calc(100% - 2rem), 1170px);
}

html[data-compat-theme="default"] body.legacy-compat--default .nova-product--default-compat {
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .product-detail {
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__row {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 0;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__row > [class*="col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__row > .default-compat-product__media {
    flex: 0 0 58.333333% !important;
    width: 58.333333% !important;
    max-width: 58.333333% !important;
    min-width: 0;
    padding-top: 0.5rem;
}

html[data-compat-theme="default"] body.legacy-compat--default #mainPictureDiv {
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    cursor: zoom-in;
}

html[data-compat-theme="default"] body.legacy-compat--default #mainPicture {
    width: 100%;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
}

html[data-compat-theme="default"] body.legacy-compat--default .p-page-thumb {
    margin-top: 1rem;
    max-width: 100%;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__thumbs {
    margin-left: 0;
    margin-right: 0;
}

html[data-compat-theme="default"] body.legacy-compat--default .carousel-thumbnail {
    aspect-ratio: 1 / 1;
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    max-width: none;
    padding: 0.25rem !important;
    margin: 0.25rem !important;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #fff;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

html[data-compat-theme="default"] body.legacy-compat--default .carousel-thumbnail.is-active,
html[data-compat-theme="default"] body.legacy-compat--default .carousel-thumbnail:hover {
    border-color: var(--shop-color-primary, #111827);
}

html[data-compat-theme="default"] body.legacy-compat--default .carousel-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__row > .default-compat-product__info {
    flex: 0 0 41.666667% !important;
    width: 41.666667% !important;
    max-width: 41.666667% !important;
    min-width: 0;
}

html[data-compat-theme="default"] body.legacy-compat--default .detail-info.default-compat-product__panel {
    padding: 1.875rem;
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.08);
    background: #fff;
}

html[data-compat-theme="default"] body.legacy-compat--default .detail-info h1 {
    font-size: 24px;
}

html[data-compat-theme="default"] body.legacy-compat--default .product-detail .title-detail {
    margin-bottom: 0.7rem;
    font-size: 24px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

html[data-compat-theme="default"] body.legacy-compat--default .product-price {
    color: #575757;
    font-weight: 300;
    margin-bottom: 2em;
}

html[data-compat-theme="default"] body.legacy-compat--default #priceOneProduct {
    color: #111827;
    font-size: 1.1rem;
    font-weight: 500;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__compare-price {
    color: #a3a3a3;
    font-size: 1rem;
    text-decoration: line-through;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__stock-wrap {
    margin-top: 0.65rem;
    margin-bottom: 0.45rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__stock-wrap .nova-stock-badge {
    border-radius: 999px;
    background: #f5f7ea;
    color: #6c7a37;
}

html[data-compat-theme="default"] body.legacy-compat--default .bt-1.border-color-1 {
    border-top: 1px solid var(--default-legacy-border);
}

html[data-compat-theme="default"] body.legacy-compat--default .detail-extralink .product-extra-link {
    margin-bottom: 1rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .detail-extralink .nova-product__add-to-cart {
    justify-content: center;
    min-height: 54px;
    padding: 15px 40px;
    border: 0 !important;
    background: #111827 !important;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    box-shadow: none !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

html[data-compat-theme="default"] body.legacy-compat--default .detail-extralink .nova-product__add-to-cart:hover {
    background: #1f2937 !important;
    border-color: #1f2937 !important;
}

html[data-compat-theme="default"] body.legacy-compat--default .detail-extralink .nova-product__add-to-cart::after {
    content: "\279E";
    margin-left: auto;
    font-size: 1rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .detail-extralink .product-extra-link > form {
    display: block;
    width: 100%;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-nova-pod-customize="1"] {
    display: none !important;
}

html[data-compat-theme="default"] body.legacy-compat--default .nova-variant-selector.selectorsProduct {
    gap: 0;
    margin-bottom: 1rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .nova-variant-selector.selectorsProduct label {
    display: block;
    margin-bottom: 0.35rem;
    color: #303030;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

html[data-compat-theme="default"] body.legacy-compat--default .variantSelector {
    width: 100%;
    min-height: 45px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    background: #fff;
    color: #222;
    font-size: 0.95rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__description {
    margin-top: 1.1rem;
    color: #555;
    font-size: 0.84rem;
    line-height: 1.7;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__trust-list {
    display: grid;
    gap: 0.65rem;
    padding: 0;
    margin: 1rem 0 0;
    list-style: none;
    color: #555;
    font-size: 0.9rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__trust-dot {
    width: 0.45rem;
    height: 0.45rem;
    margin-right: 0.55rem;
    border-radius: 999px;
    background: var(--default-legacy-accent);
    display: inline-block;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-related {
    margin-top: 2rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-related .section-title {
    color: #1f2937;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-related .section-title span {
    color: #d8c154;
}

html[data-compat-theme="default"] body.legacy-compat--default .related-products {
    row-gap: 1.5rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-related .product-cart-wrap {
    border: 0;
    box-shadow: none;
    background: transparent;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-related .product-img {
    background: #fff;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-related .product-img img,
html[data-compat-theme="default"] body.legacy-compat--default .default-compat-related__image-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #f7f7f7;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-related__image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-related .product-content-wrap h2 {
    font-size: 0.95rem;
    font-weight: 600;
}

html[data-compat-theme="default"] body.legacy-compat--default .default-compat-related .product-price {
    font-size: 0.92rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="shop"] .product-grid-3 > .disp-grid {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    min-width: 0;
    box-sizing: border-box;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="shop"] .default-compat-shop__content,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="shop"] .default-compat-shop__sidebar {
    width: auto;
    max-width: none;
    flex: initial;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="shop"] .default-compat-shop__content {
    justify-self: stretch;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="shop"] .default-compat-shop__sidebar {
    align-self: start;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="shop"] .product-grid-3 {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    gap: 0 !important;
}

html[data-compat-theme="default"] body.legacy-compat--default .m-auto {
    margin-left: auto;
    margin-right: auto;
}

html[data-compat-theme="default"] body.legacy-compat--default .mb-10 {
    margin-bottom: 0.625rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .mb-80 {
    margin-bottom: 5rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .mt-60 {
    margin-top: 3.75rem;
}

html[data-compat-theme="default"] body.legacy-compat--default .text-muted {
    color: var(--default-legacy-muted);
}

html[data-compat-theme="default"] body.legacy-compat--default .mw-100 {
    max-width: 100%;
}

html[data-compat-theme="default"] body.legacy-compat--default .flex-start {
    display: flex;
    justify-content: flex-start;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .contact-from-area {
    background: #fff;
    padding: 0;
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .default-compat-contact__panel {
    max-width: 54rem;
    margin: 0 auto;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .default-compat-contact__subtitle {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .default-compat-contact__status .rounded-\[var\(--nova-radius\)\] {
    border-radius: 0.9rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .contact-form-style {
    max-width: 100%;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .input-style,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .textarea-style {
    width: 100%;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .form-control {
    width: 100%;
    border: 1px solid var(--default-legacy-border);
    background: #fff;
    color: var(--default-legacy-text);
    padding: 1rem 1.1rem;
    font-size: 0.95rem;
    line-height: 1.5;
    border-radius: 0;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] input.form-control {
    min-height: 3.35rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] textarea.form-control {
    min-height: 12rem;
    resize: vertical;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .form-control:focus {
    outline: none;
    border-color: #202020;
    box-shadow: 0 0 0 3px rgba(32, 32, 32, 0.06);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .form-check {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.75rem;
    text-align: left;
    color: var(--default-legacy-muted);
    font-size: 0.88rem;
    line-height: 1.6;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .form-check-input {
    width: 1rem;
    height: 1rem;
    margin-top: 0.2rem;
    accent-color: #111827;
    flex: 0 0 auto;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .btn.c-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 13rem;
    border: 1px solid #111827;
    background: #111827;
    color: #fff;
    padding: 0.95rem 1.9rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .btn.c-secondary:hover {
    background: transparent;
    color: #111827;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .default-compat-contact__response {
    margin-top: 1.25rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .default-compat-contact__infos {
    border-top: 1px solid #f1f1f1;
    padding-top: 2.2rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .default-compat-contact__infos .text-center {
    padding: 0 1rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="page"] .legacy-default-content-page,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="custom"] .legacy-default-content-page,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="content"] .legacy-default-content-page {
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="page"] .tp-title,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="custom"] .tp-title,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="content"] .tp-title {
    max-width: 16ch;
    margin: 5rem auto 5rem;
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: -0.03em;
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="page"] figure.single-thumbnail,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="custom"] figure.single-thumbnail,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="content"] figure.single-thumbnail {
    padding: 0 30px;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="page"] figure.single-thumbnail img,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="custom"] figure.single-thumbnail img,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="content"] figure.single-thumbnail img {
    display: block;
    width: min(100%, 1300px);
    max-height: 500px;
    margin: 0 auto;
    object-fit: cover;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="page"] .content,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="custom"] .content,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="content"] .content {
    width: min(100%, 920px);
    margin: 2.5rem auto 0;
    color: var(--default-legacy-text);
    line-height: 1.9;
    font-size: 1rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="page"] .content > *:first-child,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="custom"] .content > *:first-child,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="content"] .content > *:first-child {
    margin-top: 0;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="page"] .content h2,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="page"] .content h3,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="custom"] .content h2,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="custom"] .content h3,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="content"] .content h2,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="content"] .content h3 {
    color: var(--default-legacy-text);
    line-height: 1.2;
    margin: 3rem 0 1rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .nova-cart--default-compat {
    padding-top: 1rem;
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .shopping-cart-page {
    width: min(100%, 1160px);
    margin: 0 auto;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .heading_s1 h1 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .default-compat-cart__items-wrap {
    min-height: 7rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .article {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #f1f1f1;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .img-cart {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #f7f7f7;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .default-compat-cart__image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 0.9rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .product-name a {
    color: var(--default-legacy-text);
    text-decoration: none;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .product-name a:hover {
    text-decoration: underline;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .default-compat-cart__qty-controls {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.85rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .default-compat-cart__qty-action {
    display: inline-flex;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .quantity-down,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .quantity-up {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid var(--default-legacy-border);
    background: #fff;
    color: var(--default-legacy-text);
    font-size: 1rem;
    line-height: 1;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .quantity-val {
    min-width: 1.5rem;
    text-align: center;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .default-compat-cart__remove {
    border: 0;
    background: transparent;
    color: var(--default-legacy-muted);
    font-size: 1.4rem;
    line-height: 1;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .default-compat-cart__continue-link {
    border-bottom: 1px solid #111827;
    color: inherit;
    text-decoration: none;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .cart-totals {
    position: sticky;
    top: 2rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .table-cart-total {
    width: 100%;
    border-collapse: collapse;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .cart-order-summary {
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] #total_cart {
    font-size: 1.35rem;
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .checkout-cart-button.btn.c-secondary {
    width: 100%;
    justify-content: center;
    gap: 0.6rem;
    border: 1px solid #111827;
    background: #111827;
    color: #fff;
    padding: 1rem 1.25rem;
    letter-spacing: 0.12em;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="collections"] .default-compat-collections-page {
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="collections"] .default-compat-collections-page .font-heading {
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.08;
    margin: 0;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="collections"] .default-compat-collections__card {
    min-height: 430px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 2rem;
    background: linear-gradient(rgba(0,0,0,0.02), rgba(0,0,0,0.08)), #f6f6f6;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="collections"] .default-compat-collections__content {
    width: 100%;
    padding: 1rem 0;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="collections"] .default-compat-collections__content h4 {
    margin: 0;
    font-size: 2rem;
    color: #fff;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="collections"] .default-compat-collections__content p {
    max-width: 24rem;
    margin: 0.85rem auto 0;
    color: rgba(255,255,255,0.88);
    line-height: 1.7;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="collections"] .default-compat-collections__count {
    margin-top: 0.85rem;
    color: rgba(255,255,255,0.88);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="collections"] .default-compat-collections__content .btn.c-secondary {
    margin-top: 1.25rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="account"] .nova-account,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile"] .nova-profile,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_orders"] .nova-profile,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_order"] .nova-profile,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_identity"] .nova-profile,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_addresses"] .nova-profile,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="order_tracking"] .nova-order-tracking {
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="account"] .rounded-3xl,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile"] .rounded-3xl,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_orders"] .rounded-3xl,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_order"] .rounded-3xl,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_identity"] .rounded-3xl,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_addresses"] .rounded-3xl,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="order_tracking"] .rounded-3xl {
    border-radius: 0;
    background: #fff;
    border-color: var(--default-legacy-border);
    box-shadow: none;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="account"] .nova-cta--primary,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile"] .nova-cta--primary,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_orders"] .nova-cta--primary,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_order"] .nova-cta--primary,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_identity"] .nova-cta--primary,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_addresses"] .nova-cta--primary {
    border-radius: 0;
    background: #111827;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="account"] input,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_identity"] input,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_addresses"] input,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_addresses"] select,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] input,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] select {
    border-radius: 0 !important;
    border-color: var(--default-legacy-border) !important;
    box-shadow: none !important;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile"] nav,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_orders"] nav,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_order"] nav,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_identity"] nav,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="profile_addresses"] nav {
    padding: 0.75rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .nova-checkout--classic {
    background: #fafafa;
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .nova-checkout--classic > header {
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .nova-checkout--classic > header a {
    margin: 0 auto;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .nova-checkout--classic section[aria-labelledby="payment-heading"] {
    padding-top: 2rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .nova-checkout--classic section[aria-labelledby="summary-heading"] {
    color: #f5f5f5;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .nova-checkout--classic button,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .nova-checkout--classic .nova-cta--primary {
    border-radius: 0 !important;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .nova-checkout--default-compat {
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout-page {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
    background: #fafafa;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout-page .container {
    max-width: 1240px;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .container-logo {
    margin-bottom: 2.25rem;
    text-align: center;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__logo-link .logo-img {
    max-width: 100px;
    background: #ededed;
    border-radius: 3px;
    padding: 0.35rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__shop-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--default-legacy-text);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__form-card,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__summary-card {
    border: 1px solid #ececec;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__form-card .card-body,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__summary-card {
    padding: 2rem 2.2rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__form-card .card-title,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__summary-card h4 {
    margin-bottom: 1.25rem;
    color: #111;
    font-size: 1.15rem;
    font-weight: 700;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__section {
    margin-top: 2rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .form-group-float {
    position: relative;
    margin-bottom: 1rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .form-group-float label {
    position: absolute;
    top: 0.65rem;
    left: 1rem;
    z-index: 2;
    background: #fff;
    color: #888;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1;
    transition: all 0.15s ease;
    pointer-events: none;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .form-group-float input::placeholder {
    color: transparent;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .form-group-float:focus-within label,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .form-group-float input:not(:placeholder-shown) + label {
    top: -0.6rem;
    padding: 0 0.45rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.75rem;
    color: #666;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .form-control.f-custom,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .form-select.f-custom {
    width: 100%;
    min-height: 3rem;
    padding: 0.85rem 0.95rem;
    background: #fff;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    color: var(--default-legacy-text);
    font-size: 0.96rem;
    box-shadow: none;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .form-select.f-custom {
    padding-right: 2.25rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__toggle-wrap {
    margin-top: 0.25rem;
    margin-bottom: 1.35rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .min-h-65 {
    min-height: 4.0625rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .check-switch {
    position: relative;
    width: 52px;
    height: 28px;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .check-switch .switch {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .label-switch {
    display: block;
    width: 52px;
    height: 28px;
    border-radius: 999px;
    background: #d6d6d6;
    position: relative;
    transition: background 0.18s ease;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .label-switch::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
    transition: transform 0.18s ease;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .check-switch .switch:checked + .label-switch {
    background: #111;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .check-switch .switch:checked + .label-switch::before {
    transform: translateX(24px);
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .ml-15 {
    margin-left: 0.95rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .fs-14 {
    font-size: 0.9rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .divider.center_icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .divider.center_icon span {
    display: block;
    width: 100%;
    height: 1px;
    background: #ececec;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__shipping-methods {
    display: grid;
    gap: 0.75rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__shipping-methods label {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__shipping-methods label:hover,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__shipping-methods label:has(input:checked) {
    border-color: #111;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0;
    font-size: 1.3rem;
    color: #555;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__payment-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-height: 3.6rem;
    padding: 0.9rem 1rem;
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__payment-card-copy {
    display: grid;
    gap: 0.1rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__payment-card-copy strong {
    font-size: 0.92rem;
    color: #111;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__payment-card-copy small {
    color: #7b7b7b;
    font-size: 0.78rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__cta-wrap {
    margin-top: 2rem;
    padding-top: 1.35rem;
    border-top: 1px solid #ececec;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__submit {
    min-height: 3rem;
    border: 0;
    border-radius: 4px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__summary-card .table,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__summary-card .table td,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__summary-card .table th {
    border: 0;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__items {
    display: grid;
    gap: 1rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__item + .default-compat-checkout__item {
    padding-top: 0.9rem;
    border-top: 1px solid #f0f0f0;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__item-media {
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 4px;
    background: #f5f5f5;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__item-title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #111;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__item-meta {
    margin-top: 0.2rem;
    color: #767676;
    font-size: 0.82rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__item-price {
    font-size: 0.92rem;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__totals-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
    color: #111;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__totals-row dt,
html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__totals-row dd {
    margin: 0;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__totals-row--subtotal {
    padding-top: 0.8rem;
    border-top: 1px solid #f0f0f0;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__totals-row--total {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ececec;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__coupon-row {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    margin-top: 1.5rem;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__coupon-input-wrap {
    flex: 1 1 auto;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__coupon-btn {
    min-width: 3.2rem;
    height: 2.5rem;
    padding: 0 1rem;
    border: 0;
    border-radius: 4px !important;
    background: #111 !important;
    color: #fff !important;
    box-shadow: none !important;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] #promo-message {
    color: #6b7280;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] #promo-message.text-red-300 {
    color: #b91c1c !important;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] #promo-message.text-emerald-300 {
    color: #15803d !important;
}

html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (min-width: 576px) {
    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="shop"] .product-grid-3 > .disp-grid {
        width: 50%;
        max-width: 50%;
        flex-basis: 50%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 768px) {
    html[data-compat-theme="default"] body.legacy-compat--default .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="shop"] .product-grid-3 > .disp-grid {
        width: 33.333333%;
        max-width: 33.333333%;
        flex-basis: 33.333333%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    html[data-compat-theme="default"] body.legacy-compat--default .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1280px) {
    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="shop"] .default-compat-shop__row--with-sidebar {
        grid-template-columns: 280px minmax(0, 1fr);
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="shop"] .default-compat-shop__sidebar {
        grid-column: 1;
        grid-row: 1;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="shop"] .default-compat-shop__content {
        grid-column: 2;
        grid-row: 1;
    }
}

@media (max-width: 1199.98px) {
    html[data-compat-theme="default"] body.legacy-compat--default #mainPictureDiv {
        min-height: 0;
    }
}

@media (max-width: 991.98px) {
    html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header .main-menu {
        display: none;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .hidden-md {
        display: none;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .legacy-default-header__meta {
        display: none;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__row {
        display: block;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__row > .default-compat-product__media,
    html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__row > .default-compat-product__info {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: none;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .default-compat-product__info {
        margin-top: 2rem;
    }

    html[data-compat-theme="default"] body.legacy-compat--default #mainPictureDiv {
        min-height: 0;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-1,
    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .single-hero-slider {
        min-height: 500px;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-content-2 {
        margin-top: 4rem;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-content-2 h2,
    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-content-2 h1 {
        font-size: 2.6rem;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .home-block-std {
        min-height: 320px;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .text-informative-message {
        font-size: 1.75rem;
    }
}

@media (max-width: 767.98px) {
    html[data-compat-theme="default"] body.legacy-compat--default .col-8,
    html[data-compat-theme="default"] body.legacy-compat--default .col-9,
    html[data-compat-theme="default"] body.legacy-compat--default .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="product"] .container {
        width: min(calc(100% - 1.25rem), 100%);
    }

    html[data-compat-theme="default"] body.legacy-compat--default .detail-info.default-compat-product__panel {
        padding: 1.35rem 1.2rem;
        box-shadow: none;
    }

    html[data-compat-theme="default"] body.legacy-compat--default .product-detail .title-detail {
        font-size: 1.45rem;
        text-transform: none;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .section-padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-1,
    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .single-hero-slider {
        min-height: 430px;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-content-2 {
        margin-top: 3rem;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .slider-text-top {
        font-size: 0.82rem;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-content-2 h2,
    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .hero-slider-content-2 h1 {
        font-size: 2rem;
        line-height: 1.15;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .slider-text-description {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.3;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="home"] .font-heading {
        font-size: 1.9rem;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="contact"] .btn.c-secondary {
        width: 100%;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .default-compat-cart__summary-col,
    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="cart"] .default-compat-cart__spacer {
        display: none;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="page"] .tp-title,
    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="custom"] .tp-title,
    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="content"] .tp-title {
        margin-top: 3.5rem;
        margin-bottom: 3rem;
        font-size: 2.2rem;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="page"] .content,
    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="custom"] .content,
    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="content"] .content {
        width: min(100%, calc(100% - 2rem));
        font-size: 0.96rem;
        line-height: 1.8;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="collections"] .default-compat-collections__card {
        min-height: 340px;
        padding: 1.5rem;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__summary-card,
    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__form-card .card-body {
        padding: 1.5rem;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__coupon-row {
        flex-direction: column;
        align-items: stretch;
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__item {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    html[data-compat-theme="default"] body.legacy-compat--default [data-page-type="checkout"] .default-compat-checkout__item-price {
        grid-column: 2;
    }
}
