/* Storefront template overrides. Add new visual templates here and expose them in storefrontTemplates(). */

.store-template-modern {
    --surface: #ffffff;
    --surface-2: #f7f4ef;
    --surface-3: #eee8dc;
    --border: #d7cabb;
    --text-primary: #161412;
    --text-secondary: #645c52;
    --text-muted: #8d8275;
    --primary-light: #f3ead9;
    --radius: 0;
    --radius-sm: 0;
    --shadow-sm: none;
    --shadow: none;
    --shadow-lg: 0 18px 42px rgba(22, 20, 18, .14);
}

.store-template-modern,
.store-template-modern main {
    background: #f7f4ef;
    color: #161412;
}

.store-template-modern .store-navbar {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(22, 20, 18, .14);
    box-shadow: none;
    backdrop-filter: blur(18px);
}

.store-template-modern.store-page--home .store-navbar {
    position: fixed;
    inset: 0 0 auto;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
}

.store-template-modern.store-page--category .store-navbar {
    position: fixed;
    inset: 0 0 auto;
    background: transparent;
    border-bottom: 0;
    color: #fff;
    backdrop-filter: none;
}

.store-template-modern.store-page--category .store-navbar--scrolled {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(22, 20, 18, .10);
    backdrop-filter: blur(16px);
}

.store-template-modern.store-page--home .store-navbar--scrolled {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(22, 20, 18, .10);
    backdrop-filter: blur(16px);
}

.store-template-modern.store-page--home .store-announcement + .store-navbar {
    top: 32px;
}

.store-template-modern .store-navbar .container {
    max-width: none;
    width: 100%;
    padding-inline: 42px;
}

.store-template-modern .store-navbar .nav-inner {
    width: 100%;
    min-height: 86px;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
    align-items: center;
    gap: 22px;
    position: relative;
}

.store-template-modern .store-navbar .brand {
    color: #161412;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: .22em;
    text-transform: uppercase;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    max-width: min(520px, 42vw);
    text-align: center;
}

.store-template-modern.store-page--home .store-navbar .brand,
.store-template-modern.store-page--home .store-navbar .brand-fallback,
.store-template-modern.store-page--home .nav-icon-btn,
.store-template-modern.store-page--home .lang-btn,
.store-template-modern.store-page--home .luxury-nav-contact,
.store-template-modern.store-page--home .luxury-menu-btn,
.store-template-modern.store-page--category .store-navbar .brand,
.store-template-modern.store-page--category .store-navbar .brand-fallback,
.store-template-modern.store-page--category .nav-icon-btn,
.store-template-modern.store-page--category .lang-btn,
.store-template-modern.store-page--category .luxury-nav-contact,
.store-template-modern.store-page--category .luxury-menu-btn {
    color: #fff;
}

.store-template-modern .store-navbar .brand-mark {
    border: 1px solid rgba(22, 20, 18, .18);
    background: #fff;
}

.store-template-modern .store-navbar .brand-mark img {
    object-fit: contain;
    padding: 4px;
}

.store-template-modern .store-navbar .brand,
.store-template-modern .store-navbar__quick-link,
.store-template-modern .store-navbar .mobile-toggle,
.store-template-modern .store-navbar .wishlist-toggle,
.store-template-modern .store-navbar .cart-toggle,
.store-template-modern .store-navbar .auth-link {
    color: #111827;
}

.store-template-modern .luxury-nav-contact {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    grid-row: 1;
    align-self: center;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #161412;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .03em;
    transform: translateY(-50%);
}

.store-template-modern .nav-actions {
    position: absolute;
    top: 50%;
    right: auto;
    left: 0;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    width: auto;
    margin-inline-start: 0;
    gap: 16px;
    transform: translateY(-50%);
}

[dir="rtl"] .store-template-modern .luxury-nav-contact {
    right: auto !important;
    left: 0 !important;
}

[dir="rtl"] .store-template-modern .nav-actions {
    right: 0 !important;
    left: auto !important;
}

html[lang="ar"] body.store-template-modern .luxury-nav-contact,
html[lang="he"] body.store-template-modern .luxury-nav-contact {
    right: auto !important;
    left: 0 !important;
}

html[lang="ar"] body.store-template-modern .nav-actions,
html[lang="he"] body.store-template-modern .nav-actions {
    right: 0 !important;
    left: auto !important;
}

.luxury-nav-contact,
.luxury-menu-btn,
.luxury-search-btn {
    display: none;
}

.store-template-modern .luxury-menu-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 38px;
    border: 0;
    background: transparent;
    color: #161412;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    padding: 0;
}

.store-template-modern .luxury-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 38px;
    color: #161412;
    font-size: 1.02rem;
}

.store-template-modern.store-page--home .luxury-search-btn {
    color: #fff;
}

.store-template-modern.store-page--category .luxury-search-btn {
    color: #fff;
}

.store-template-modern.store-page--home .store-navbar--scrolled .brand,
.store-template-modern.store-page--home .store-navbar--scrolled .brand-fallback,
.store-template-modern.store-page--home .store-navbar--scrolled .nav-icon-btn,
.store-template-modern.store-page--home .store-navbar--scrolled .luxury-nav-contact,
.store-template-modern.store-page--home .store-navbar--scrolled .luxury-menu-btn,
.store-template-modern.store-page--home .store-navbar--scrolled .luxury-search-btn,
.store-template-modern.store-page--category .store-navbar--scrolled .brand,
.store-template-modern.store-page--category .store-navbar--scrolled .brand-fallback,
.store-template-modern.store-page--category .store-navbar--scrolled .nav-icon-btn,
.store-template-modern.store-page--category .store-navbar--scrolled .luxury-nav-contact,
.store-template-modern.store-page--category .store-navbar--scrolled .luxury-menu-btn,
.store-template-modern.store-page--category .store-navbar--scrolled .luxury-search-btn {
    color: #161412;
}

.store-template-modern .luxury-menu-btn i {
    font-size: 1.15rem;
}

.store-template-modern .store-navbar .search-wrap,
.store-template-modern .store-navbar__category-row,
.store-template-modern .store-navbar__mobile-menu-link,
.store-template-modern .store-navbar__contact-icon,
.store-template-modern .store-navbar__mobile-favorite,
.store-template-modern .lang-btn {
    display: none !important;
}

.store-template-modern .store-navbar__category-row {
    border-top: 1px solid rgba(22, 20, 18, .08);
    background: rgba(255, 255, 255, .94);
}

.store-template-modern .store-navbar__quick-link {
    color: #2b2723;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.store-template-modern .store-navbar__quick-link:hover,
.store-template-modern .store-navbar__quick-link.active {
    color: #000;
}

.store-template-modern .store-navbar__quick-link::after {
    background: #9b7a3b;
}

.store-template-modern .nav-icon-btn,
.store-template-modern .lang-btn {
    border-radius: 0;
    color: #161412;
}

.store-template-modern .store-navbar .search-wrap input {
    height: 42px;
    border: 0;
    border-bottom: 1px solid #161412;
    border-radius: 0;
    background: transparent;
    color: #161412;
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.store-template-modern .store-navbar .search-wrap .search-btn,
.store-template-modern .shein-btn--dark {
    background: #161412;
    color: #fff;
    border-radius: 0;
}

.store-template-modern .shein-home {
    background: #f7f4ef;
}

.store-template-modern.store-page--home .shein-home-hero {
    padding: 0;
    background: #f7f4ef;
}

.store-template-modern.store-page--home .shein-home-hero .container {
    max-width: none;
    padding-inline: 0;
}

.store-template-modern.store-page--home .shein-home-hero__slider,
.store-template-modern.store-page--home .shein-hero-card {
    border-radius: 0;
    min-height: min(760px, calc(100vh - 112px));
    box-shadow: none;
}

.store-template-modern.store-page--home .shein-hero-card__image {
    object-fit: cover;
}

.store-template-modern .shein-hero-card__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .24));
}

.store-template-modern .shein-hero-card,
.store-template-modern .product-card,
.store-template-modern .shein-circle-category__image {
    border-radius: 0;
}

.store-template-modern .shein-circle-section,
.store-template-modern .shein-brand-showcase,
.store-template-modern .shein-product-section,
.store-template-modern .shein-product-section--soft {
    background: #f7f4ef;
    padding-block: clamp(48px, 6vw, 88px);
}

.store-template-modern .shein-section-heading {
    align-items: end;
    border-bottom: 1px solid rgba(22, 20, 18, .22);
    padding-bottom: 18px;
    margin-bottom: clamp(28px, 4vw, 48px);
}

.store-template-modern .shein-section-heading__eyebrow {
    color: #9b7a3b;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.store-template-modern .shein-section-heading h2,
.store-template-modern .shein-section-heading__title {
    color: #161412;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.store-template-modern .shein-section-heading__link {
    color: #161412;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.store-template-modern .product-card {
    background: transparent;
    border: 0;
    color: #161412;
}

.store-template-modern .product-card:hover {
    transform: none;
}

.store-template-modern .product-card .pc-img-wrap {
    background: #fff;
    border: 0;
    aspect-ratio: 1 / 1.16;
    overflow: hidden;
}

.store-template-modern .product-card .pc-img-wrap .pc-image-link,
.store-template-modern .product-card .pc-img-wrap .pc-image-gallery {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.store-template-modern .product-card .pc-img-wrap .pc-gallery-img,
.store-template-modern .product-card .pc-img-wrap .pc-image-link:not(.pc-image-gallery) .pc-gallery-img,
.store-template-modern .product-card .pc-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding: 0;
    transition: transform .7s ease;
}

.store-template-modern .product-card .pc-img-wrap .pc-image-link:not(.pc-image-gallery) .pc-gallery-img {
    position: absolute;
    inset: 0;
}

.store-template-modern .product-card .pc-img-wrap.is-landscape img,
.store-template-modern .product-card .pc-img-wrap.is-closeup img {
    object-fit: cover;
    transform: none;
}

.store-template-modern .product-card:hover .pc-img-wrap img {
    transform: scale(1.035);
}

.store-template-modern .pc-body {
    padding: 16px 0 0;
}

.store-template-modern .pc-cat-label {
    color: #8b7d68;
    font-size: .68rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.store-template-modern .pc-name {
    color: #161412;
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: .03em;
}

.store-template-modern .pc-name a {
    color: inherit;
}

.store-template-modern .pc-price {
    color: #161412;
    font-size: .88rem;
    font-weight: 500;
}

.store-template-modern .pc-badge-sale,
.store-template-modern .pc-badge-featured,
.store-template-modern .pc-badge-oos {
    border-radius: 0;
    background: #161412;
    color: #fff;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.store-template-modern .pc-add-btn,
.store-template-modern .pc-wishlist-btn {
    border-radius: 0;
    background: rgba(255, 255, 255, .88);
    color: #161412;
    border: 1px solid rgba(22, 20, 18, .18);
}

.store-template-modern .pc-add-btn:hover,
.store-template-modern .pc-wishlist-btn:hover,
.store-template-modern .pc-wishlist-btn.is-active {
    background: #161412;
    color: #fff;
}

.store-template-modern .shein-circle-category__image,
.store-template-modern .shein-circle-card__image {
    background: #ede7dd;
    border: 0;
}

.store-template-modern .shein-circle-category__label,
.store-template-modern .shein-circle-card__label {
    color: #161412;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.store-template-modern .shein-mega-menu {
    background: #fff;
    border-color: rgba(22, 20, 18, .14);
    border-radius: 0;
    box-shadow: 0 24px 60px rgba(22, 20, 18, .16);
}

.store-template-modern .shein-mega-menu__sidebar {
    background: #f7f4ef;
}

.store-template-modern .store-footer {
    background: #161412;
    color: #f7f4ef;
}

.store-template-modern .store-navbar__mobile-drawer {
    display: block !important;
    position: fixed;
    inset: 0;
    z-index: 2200;
    pointer-events: none;
}

.store-template-modern .store-navbar__mobile-backdrop {
    background: rgba(0, 0, 0, .08);
    opacity: 0;
}

.store-template-modern .store-navbar__mobile-panel {
    position: relative;
    width: min(410px, 100vw);
    max-width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 30px 36px 46px;
    background: #fff;
    color: #050505;
    border-radius: 0;
    box-shadow: 8px 0 28px rgba(0, 0, 0, .10);
    transform: translateX(-100%);
    overflow-y: auto;
}

[dir="rtl"] .store-template-modern .store-navbar__mobile-panel {
    margin-inline-start: auto;
    transform: translateX(100%);
    box-shadow: -8px 0 28px rgba(0, 0, 0, .10);
}

.store-template-modern .store-navbar__mobile-drawer.is-open {
    pointer-events: auto;
}

.store-template-modern .store-navbar__mobile-drawer.is-open .store-navbar__mobile-backdrop {
    opacity: 1;
}

.store-template-modern .store-navbar__mobile-drawer.is-open .store-navbar__mobile-panel {
    transform: translateX(0);
}

body.store-mobile-menu-open .store-template-modern .store-navbar__account-control {
    visibility: hidden !important;
    pointer-events: none !important;
}

.store-template-modern .store-navbar__mobile-header {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(5, 5, 5, .12);
    background: transparent;
}

.store-template-modern .store-navbar__mobile-brand {
    display: none;
}

.luxury-menu-title {
    display: none;
}

.store-template-modern .luxury-menu-title {
    display: block;
    margin: 0;
    color: #2b2723;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
}

.store-template-modern .store-navbar__mobile-close {
    position: static;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #050505;
    box-shadow: none;
}

.store-template-modern .store-navbar__mobile-close i {
    font-size: 1.05rem;
}

.store-template-modern .store-navbar__mobile-links-inner {
    gap: 0;
    padding-top: 20px;
}

.store-template-modern .store-navbar__mobile-link {
    min-height: 52px;
    justify-content: space-between;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #2b2723;
    background: transparent;
    font-size: .98rem;
    font-weight: 650;
    letter-spacing: 0;
}

[dir="rtl"] .store-template-modern .store-navbar__mobile-link {
    text-align: right;
}

.store-template-modern .store-navbar__mobile-link-icons {
    display: none;
}

.store-template-modern .luxury-menu-parent {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    border: 0;
    text-align: inherit;
    cursor: pointer;
}

.store-template-modern .store-navbar__mobile-link i {
    display: none;
}

.store-template-modern .luxury-menu-parent i {
    display: inline-flex;
    margin-inline-start: auto;
    color: #050505;
    font-size: .74rem;
    opacity: 1;
    transform: none;
    transition: opacity .18s ease, transform .18s ease;
}

[dir="rtl"] .store-template-modern .luxury-menu-parent i {
    order: -1;
    margin-inline-start: 0;
    margin-inline-end: auto;
    transform: none;
}

[dir="ltr"] .store-template-modern .luxury-menu-parent i {
    order: 2;
    margin-inline-start: auto;
    margin-inline-end: 0;
    transform: none;
}

[dir="ltr"] .store-template-modern .luxury-menu-parent span {
    order: 1;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

[dir="rtl"] .store-template-modern .luxury-menu-parent span {
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.store-template-modern .luxury-menu-parent:hover i,
.store-template-modern .luxury-menu-parent:focus-visible i {
    opacity: 1;
    transform: none;
}

.store-template-modern .luxury-menu-category {
    display: block;
}

.store-template-modern .luxury-menu-category.is-open .luxury-menu-parent i {
    transform: rotate(180deg);
}

.store-template-modern .luxury-inline-submenu {
    display: grid;
    gap: 18px;
    padding: 12px 0 22px;
}

.store-template-modern .luxury-inline-submenu a {
    color: #4f4840;
    font-size: .88rem;
    font-weight: 500;
    line-height: 1.35;
    padding-inline-start: 34px;
}

[dir="rtl"] .store-template-modern .luxury-inline-submenu a {
    padding-inline-start: 0;
    padding-inline-end: 34px;
}

.store-template-modern .luxury-inline-submenu a:hover,
.store-template-modern .luxury-inline-submenu a.active {
    color: #8a6a31;
}

.store-template-modern .store-navbar__mobile-link:hover,
.store-template-modern .store-navbar__mobile-link.active {
    background: transparent;
    border-color: transparent;
    color: #8a6a31;
}

.store-template-modern .store-navbar__mobile-link:hover i,
.store-template-modern .store-navbar__mobile-link.active i {
    color: #8a6a31;
}

.store-template-modern .luxury-menu-secondary {
    display: grid;
    gap: 0;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(5, 5, 5, .12);
}

.store-template-modern .luxury-menu-secondary .store-navbar__mobile-link {
    min-height: 42px;
    color: #77716b;
    font-size: .86rem;
    font-weight: 500;
}

.store-template-modern .luxury-menu-secondary .store-navbar__mobile-link:hover,
.store-template-modern .luxury-menu-secondary .store-navbar__mobile-link.active {
    color: #2b2723;
}

.store-template-modern .luxury-menu-login {
    width: 100%;
    font-family: inherit;
    text-align: start;
    cursor: pointer;
}

.store-template-modern .luxury-menu-languages {
    margin-top: 18px;
    padding-top: 24px;
    border-top: 1px solid rgba(5, 5, 5, .12);
}

.store-template-modern .luxury-menu-languages > span {
    display: block;
    margin-bottom: 14px;
    color: #7b7166;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.store-template-modern .luxury-menu-languages > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}

.store-template-modern .luxury-menu-languages a {
    color: #050505;
    border-bottom: 1px solid transparent;
    font-size: .92rem;
    font-weight: 500;
    line-height: 1.6;
}

.store-template-modern .luxury-menu-languages a:hover,
.store-template-modern .luxury-menu-languages a.active {
    color: #8a6a31;
    border-bottom-color: currentColor;
}

.store-template-modern .modern-category-page {
    min-height: 100vh;
    background: #fff;
    color: #050505;
}

.store-template-modern .modern-category-hero {
    position: relative;
    min-height: 100vh;
    display: grid;
    align-items: end;
    overflow: hidden;
    background: #161412;
}

.store-template-modern .modern-category-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.store-template-modern .modern-category-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .08) 42%, rgba(0, 0, 0, .58) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .02) 44%);
}

[dir="rtl"] .store-template-modern .modern-category-hero__shade {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .08) 42%, rgba(0, 0, 0, .58) 100%),
        linear-gradient(270deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .02) 44%);
}

.store-template-modern .modern-category-hero__content {
    position: relative;
    z-index: 1;
    width: min(760px, calc(100% - 48px));
    margin: 0;
    padding: 0 64px 58px;
    color: #fff;
}

.store-template-modern .modern-category-hero__content span {
    display: block;
    margin-bottom: 12px;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}

.store-template-modern .modern-category-hero__content h1 {
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.16;
}

.store-template-modern .modern-category-catalog {
    background: #fff;
}

.store-template-modern .modern-products-intro {
    min-height: 320px;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 42px;
    padding: 74px clamp(24px, 5vw, 84px) 64px;
    background: #f7f4ef;
    color: #161412;
    text-align: center;
}

.store-template-modern .modern-products-intro__heading span {
    display: block;
    margin-bottom: 14px;
    color: #8b6a31;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.store-template-modern .modern-products-intro__heading h1 {
    margin: 0;
    font-size: clamp(2.1rem, 4vw, 3.8rem);
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.08;
    text-transform: uppercase;
}

.store-template-modern .modern-products-search {
    width: min(680px, 100%);
    min-height: 56px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #161412;
}

.store-template-modern .modern-products-search input[type="search"] {
    min-width: 0;
    flex: 1;
    height: 56px;
    padding: 0 10px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #161412;
    font-size: 1rem;
    letter-spacing: 0;
}

.store-template-modern .modern-products-search input[type="search"]::placeholder {
    color: #77716a;
    opacity: 1;
}

.store-template-modern .modern-products-search button {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #161412;
    font-size: 1rem;
}

.store-template-modern .modern-products-search button:hover,
.store-template-modern .modern-products-search button:focus-visible {
    background: #161412;
    color: #fff;
}

.store-template-modern .modern-category-toolbar {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 64px;
    background: #fff;
    border-bottom: 1px solid rgba(5, 5, 5, .06);
}

[dir="rtl"] .store-template-modern .modern-category-toolbar {
    flex-direction: row;
}

[dir="rtl"] .store-template-modern .modern-category-toolbar p {
    order: 0;
}

[dir="rtl"] .store-template-modern .modern-filter-button {
    order: 1;
}

.store-template-modern .modern-category-toolbar p {
    margin: 0;
    color: #050505;
    font-size: .82rem;
    line-height: 1.45;
}

.store-template-modern .modern-category-toolbar p strong {
    font-weight: 500;
}

.store-template-modern .modern-category-toolbar p span {
    margin-inline-start: 8px;
}

.store-template-modern .modern-filter-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    color: #050505;
    font-size: .82rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0 0 3px;
}

.store-template-modern .modern-filter-button b {
    min-width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    background: #050505;
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
}

.store-template-modern .modern-category-products {
    padding: 34px clamp(18px, 4vw, 64px) 72px;
    background: #f7f4ef;
}

.store-template-modern .modern-category-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 18px;
    max-width: 1680px;
    margin-inline: auto;
    background: transparent;
}

.store-template-modern .modern-category-product-grid > div {
    min-width: 0;
    background: transparent;
}

.store-template-modern .modern-category-product-grid .product-card {
    height: 100%;
    background: transparent;
}

.store-template-modern .modern-category-product-grid .product-card .pc-img-wrap {
    aspect-ratio: 1 / 1.16;
    background: #fff;
}

.store-template-modern .modern-category-product-grid .product-card .pc-img-wrap .pc-image-link {
    background: #fff;
}

body.store-template-modern .product-card .pc-img-wrap img,
body.store-template-modern .product-card .pc-img-wrap .pc-gallery-img {
    object-fit: contain !important;
    object-position: center !important;
    transform: scale(1.02) !important;
}

body.store-template-modern .product-card .pc-img-wrap.is-spacious img,
body.store-template-modern .product-card .pc-img-wrap.is-spacious .pc-gallery-img {
    transform: scale(1.12) !important;
}

body.store-template-modern .product-card .pc-img-wrap.is-closeup img,
body.store-template-modern .product-card .pc-img-wrap.is-closeup .pc-gallery-img {
    transform: none !important;
}

body.store-template-modern .product-card:hover .pc-img-wrap:not(.is-closeup) img {
    transform: scale(1.045) !important;
}

body.store-template-modern .product-card:hover .pc-img-wrap.is-spacious img {
    transform: scale(1.145) !important;
}

.store-template-modern .modern-category-product-grid .product-card .pc-body {
    padding: 16px 0 0;
    min-height: 0;
}

.store-template-modern .modern-category-product-grid .pc-cat-label {
    margin-bottom: .2rem;
    color: #8b7d68;
    font-size: .68rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.store-template-modern .modern-category-product-grid .pc-name {
    font-size: .9rem;
    font-weight: 500;
    letter-spacing: .03em;
}

.store-template-modern .modern-category-product-grid .pc-price-row {
    margin-top: .45rem;
}

.store-template-modern .modern-category-pagination {
    padding: 34px 64px;
    background: #fff;
}

.store-template-modern .modern-category-empty {
    margin: 64px auto;
    max-width: 560px;
}

.store-template-modern .modern-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 2300;
    display: block;
    pointer-events: none;
}

.store-template-modern .modern-filter-overlay.is-open {
    pointer-events: auto;
}

.store-template-modern .modern-filter-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(10, 9, 8, .48);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    opacity: 0;
    transition: opacity .24s ease;
}

.store-template-modern .modern-filter-overlay.is-open .modern-filter-backdrop {
    opacity: 1;
}

.store-template-modern .modern-filter-panel {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: min(430px, 100vw);
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    padding: 62px 46px 42px;
    background: #fff;
    color: #050505;
    box-shadow: -12px 0 50px rgba(0, 0, 0, .12);
    transform: translateX(100%);
    transition: transform .24s ease;
    overflow-y: auto;
}

[dir="rtl"] .store-template-modern .modern-filter-panel {
    box-shadow: -12px 0 50px rgba(0, 0, 0, .12);
    transform: translateX(100%);
}

.store-template-modern .modern-filter-overlay.is-open .modern-filter-panel {
    transform: translateX(0);
}

.store-template-modern .modern-filter-close {
    position: absolute;
    top: 22px;
    inset-inline-end: 24px;
    width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #050505;
    color: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
}

.store-template-modern .modern-filter-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

[dir="rtl"] .store-template-modern .modern-filter-header {
    flex-direction: row;
    text-align: right;
}

.store-template-modern .modern-filter-header h2 {
    margin: 0;
    color: #050505;
    font-size: 1.55rem;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.store-template-modern .modern-filter-header a {
    color: #4a453f;
    font-size: .8rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.store-template-modern .modern-filter-form {
    min-height: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.store-template-modern .modern-filter-group {
    border-bottom: 1px solid rgba(5, 5, 5, .16);
}

.store-template-modern .modern-filter-group__head {
    min-height: 64px;
    padding: 0;
    color: #050505;
    background: transparent;
    font-size: 1rem;
    font-weight: 500;
}

.store-template-modern .modern-filter-group__head i {
    font-size: .78rem;
}

.store-template-modern .modern-filter-group__body {
    padding: 0 0 22px;
}

.store-template-modern .modern-category-filter-list,
.store-template-modern .modern-check-list,
.store-template-modern .modern-radio-list {
    display: grid;
    gap: 14px;
}

.store-template-modern .modern-filter-link,
.store-template-modern .modern-filter-link--button,
.store-template-modern .modern-check-option,
.store-template-modern .modern-radio-option {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    border: 0;
    background: transparent;
    color: #050505;
    font-size: .94rem;
    font-weight: 500;
    line-height: 1.35;
    padding: 0;
    text-align: inherit;
}

.store-template-modern .modern-filter-link.active,
.store-template-modern .modern-filter-link:hover {
    color: #8a6a31;
}

.store-template-modern .modern-filter-link--sub {
    color: #4f4840;
    font-size: .86rem;
    padding-inline-start: 18px;
}

.store-template-modern .modern-subcategory-filter-list {
    display: grid;
    gap: 13px;
    margin: 12px 0 6px;
}

.store-template-modern .modern-check-option,
.store-template-modern .modern-radio-option {
    justify-content: flex-start;
    cursor: pointer;
}

.store-template-modern .modern-check-option input,
.store-template-modern .modern-radio-option input {
    width: 18px;
    height: 18px;
    accent-color: #050505;
}

.store-template-modern .modern-check-option small {
    color: #8d8275;
}

.store-template-modern .modern-price-range > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    color: #050505;
    font-size: .86rem;
}

.store-template-modern .modern-price-range .range-input {
    width: 100%;
    accent-color: #050505;
}

.store-template-modern .modern-filter-submit {
    width: 100%;
    min-height: 58px;
    margin-top: auto;
    border: 0;
    background: #050505;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.store-template-modern .modern-filter-submit:hover {
    background: #8a6a31;
}

.store-template-modern .store-navbar__mobile-submenu {
    padding: 0 0 14px 18px;
    border: 0;
}

[dir="rtl"] .store-template-modern .store-navbar__mobile-submenu {
    padding-inline: 0 18px;
}

.store-template-modern .store-navbar__mobile-submenu a {
    min-height: 36px;
    color: #111;
    font-size: .98rem;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .store-template-modern .store-navbar .container {
        padding-inline: 24px;
    }

    .store-template-modern .store-navbar .nav-inner {
        min-height: 68px;
        grid-template-columns: minmax(36px, 1fr) auto minmax(96px, 1fr);
        gap: 12px;
    }

    .store-template-modern .store-navbar .brand {
        font-size: 1.18rem;
        letter-spacing: .14em;
        max-width: 52vw;
    }

    .store-template-modern .luxury-nav-contact,
    .store-template-modern .store-navbar__mobile-lang,
    .store-template-modern .store-navbar__mobile-logo-btn,
    .store-template-modern .store-navbar__mobile-search,
    .store-template-modern .store-navbar__mobile-favorite {
        display: none !important;
    }

    .store-template-modern .nav-actions {
        gap: 12px;
    }

    .store-template-modern .luxury-menu-btn span {
        display: inline;
    }

    .store-template-modern .store-navbar__mobile-panel {
        width: 100vw;
        padding: 28px 30px 44px;
    }

    .store-template-modern .store-navbar__mobile-link {
        min-height: 50px;
        font-size: .96rem;
    }

    .store-template-modern.store-page--home .shein-home-hero__slider,
    .store-template-modern.store-page--home .shein-hero-card {
        min-height: 68vh;
    }

    .store-template-modern .modern-category-hero {
        min-height: 78vh;
    }

    .store-template-modern .modern-category-hero__content {
        width: 100%;
        padding: 0 24px 42px;
    }

    .store-template-modern .modern-category-hero__content h1 {
        font-size: 1.8rem;
    }

    .store-template-modern .modern-category-toolbar {
        padding: 16px 20px;
        align-items: flex-start;
    }

    .store-template-modern .modern-category-toolbar p {
        font-size: .78rem;
    }

    .store-template-modern .modern-category-toolbar p span {
        display: block;
        margin: 4px 0 0;
    }

    .store-template-modern .modern-filter-button {
        white-space: nowrap;
    }

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

    .store-template-modern .modern-category-product-grid .product-card .pc-img-wrap {
        aspect-ratio: 1 / 1.16;
    }

    .store-template-modern .modern-category-product-grid .product-card .pc-body {
        padding: 16px 0 0;
        min-height: 0;
    }

    .store-template-modern .modern-filter-panel {
        width: 100vw;
        padding: 72px 30px 34px;
    }

    .store-template-modern .modern-filter-close {
        top: 20px;
        inset-inline-end: 24px;
    }

    [dir="rtl"] .store-template-modern .modern-filter-close {
        inset-inline-start: 24px;
        inset-inline-end: auto;
    }

    .store-template-modern .modern-filter-header h2 {
        font-size: 1.38rem;
    }

    .store-template-modern .modern-filter-group__head {
        min-height: 68px;
    }
}

body.store-template-modern .store-navbar {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
}

body.store-template-modern .store-navbar .container {
    max-width: none !important;
    width: 100% !important;
    padding-inline: 42px !important;
}

body.store-template-modern .store-navbar .nav-inner {
    direction: ltr;
    display: grid !important;
    grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
    align-items: center;
    max-width: none !important;
    width: 100% !important;
}

body.store-template-modern .store-navbar .brand {
    grid-column: 2 !important;
    justify-self: center !important;
}

body.store-template-modern .store-navbar .luxury-nav-contact,
body.store-template-modern .store-navbar .nav-actions {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    transform: none !important;
    width: auto !important;
    margin: 0 !important;
}

html[dir="rtl"] body.store-template-modern .store-navbar .luxury-nav-contact,
html[lang="ar"] body.store-template-modern .store-navbar .luxury-nav-contact,
html[lang="he"] body.store-template-modern .store-navbar .luxury-nav-contact {
    grid-column: 1 !important;
    justify-self: start !important;
}

html[dir="rtl"] body.store-template-modern .store-navbar .nav-actions,
html[lang="ar"] body.store-template-modern .store-navbar .nav-actions,
html[lang="he"] body.store-template-modern .store-navbar .nav-actions {
    grid-column: 3 !important;
    justify-self: end !important;
}

html[dir="ltr"] body.store-template-modern .store-navbar .luxury-nav-contact {
    grid-column: 3 !important;
    justify-self: end !important;
}

html[dir="ltr"] body.store-template-modern .store-navbar .nav-actions {
    grid-column: 1 !important;
    justify-self: start !important;
}

@media (max-width: 991.98px) {
    body.store-template-modern .store-navbar .container {
        padding-inline: 24px !important;
    }

    body.store-template-modern .store-navbar .nav-inner {
        grid-template-columns: minmax(96px, 1fr) auto minmax(96px, 1fr);
    }
}

.store-template-modern .luxury-home {
    background: #f7f4ef;
    color: #161412;
}

.store-template-modern .luxury-hero {
    position: relative;
    min-height: calc(100vh - 126px);
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #161412;
}

.store-template-modern .luxury-hero__image,
.store-template-modern .luxury-full-bleed > img,
.store-template-modern .luxury-editorial-tile > img,
.store-template-modern .luxury-story__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-template-modern [data-luxury-zoom] {
    scale: 1.2;
    backface-visibility: hidden;
    transition: scale 1.2s cubic-bezier(.5, 0, 0, 1);
    will-change: scale;
}

.store-template-modern [data-luxury-zoom].is-zoomed-out {
    scale: 1;
    will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
    .store-template-modern [data-luxury-zoom] {
        scale: 1;
        transition: none;
    }
}

.store-template-modern .luxury-hero__shade {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .38);
}

.store-template-modern .luxury-hero__content {
    position: relative;
    z-index: 1;
    width: min(920px, calc(100% - 32px));
    padding: 36px 16px;
    color: #fff;
    text-align: center;
    transform: translateY(92px);
}

.store-template-modern .luxury-hero__content p,
.store-template-modern .luxury-story__copy span,
.store-template-modern .luxury-section-head span,
.store-template-modern .luxury-full-bleed span {
    margin: 0 0 14px;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.store-template-modern .luxury-hero__content h1,
.store-template-modern .luxury-story__copy h2,
.store-template-modern .luxury-section-head h2,
.store-template-modern .luxury-full-bleed h2 {
    margin: 0;
    font-size: 3.3rem;
    font-weight: 500;
    letter-spacing: .16em;
    line-height: 1.16;
    text-transform: uppercase;
}

.store-template-modern .luxury-hero__actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
    flex-wrap: wrap;
}

.store-template-modern .luxury-hero__actions a,
.store-template-modern .luxury-story__copy a,
.store-template-modern .luxury-section-head a,
.store-template-modern .luxury-full-bleed a {
    min-width: 142px;
    padding: 14px 24px;
    border: 1px solid rgba(255, 255, 255, .92);
    color: #fff;
    background: rgba(255, 255, 255, .14);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.store-template-modern .luxury-hero__actions a:hover,
.store-template-modern .luxury-story__copy a:hover,
.store-template-modern .luxury-section-head a:hover,
.store-template-modern .luxury-full-bleed a:hover {
    background: #fff;
    color: #161412;
}

.store-template-modern .luxury-editorial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: #f7f4ef;
}

.store-template-modern .luxury-editorial-tile {
    position: relative;
    min-height: 72vh;
    display: grid;
    place-items: end center;
    overflow: hidden;
    color: #fff;
    background: #161412;
}

.store-template-modern .luxury-editorial-tile::after,
.store-template-modern .luxury-full-bleed::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, .52) 100%);
}

.store-template-modern .luxury-editorial-tile span {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    padding: 0 24px 48px;
    text-align: center;
}

.store-template-modern .luxury-editorial-tile strong {
    font-size: 1.65rem;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
}

.store-template-modern .luxury-editorial-tile em {
    justify-self: center;
    border-bottom: 1px solid currentColor;
    font-size: .76rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.8;
    text-transform: uppercase;
}

.store-template-modern .luxury-story {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
    min-height: 74vh;
    background: #fff;
}

.store-template-modern .luxury-story__media {
    position: relative;
    min-height: 620px;
    background: #ded5c7;
}

.store-template-modern .luxury-story__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 64px;
}

[dir="rtl"] .store-template-modern .luxury-story__copy {
    align-items: flex-end;
    text-align: right;
}

.store-template-modern .luxury-story__copy span,
.store-template-modern .luxury-section-head span,
.store-template-modern .luxury-full-bleed span {
    color: #9b7a3b;
}

.store-template-modern .luxury-story__copy p {
    max-width: 520px;
    margin: 22px 0 30px;
    color: #5b544b;
    font-size: 1rem;
    line-height: 1.9;
}

.store-template-modern .luxury-story__copy a,
.store-template-modern .luxury-section-head a {
    background: transparent;
    color: #161412;
}

.store-template-modern .luxury-products {
    padding: 72px clamp(18px, 4vw, 64px) 88px;
    background: #f7f4ef;
}

.store-template-modern .luxury-section-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 20px;
    margin: 0 auto 42px;
    max-width: 1680px;
}

.store-template-modern .luxury-section-head span,
.store-template-modern .luxury-section-head h2 {
    grid-column: 1;
}

.store-template-modern .luxury-section-head a {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
}

.store-template-modern .luxury-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 18px;
    max-width: 1680px;
    margin-inline: auto;
}

.store-template-modern .luxury-full-bleed {
    position: relative;
    min-height: 82vh;
    display: grid;
    place-items: end center;
    overflow: hidden;
    color: #fff;
    background: #161412;
}

.store-template-modern .luxury-full-bleed > div {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 14px;
    width: min(760px, calc(100% - 32px));
    padding: 0 16px 58px;
    text-align: center;
}

.store-template-modern .luxury-full-bleed a {
    margin-top: 8px;
    color: #161412;
}

@media (max-width: 1199.98px) {
    .store-template-modern .luxury-product-grid,
    .store-template-modern .modern-category-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .store-template-modern .modern-category-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 12px;
    }

    .store-template-modern .modern-category-products {
        padding: 28px 14px 56px;
    }

    .store-template-modern .modern-products-intro {
        min-height: 260px;
        gap: 30px;
        padding: 54px 22px 44px;
    }

    .store-template-modern .modern-products-intro__heading h1 {
        font-size: 2rem;
        letter-spacing: .08em;
    }

    .store-template-modern .luxury-hero {
        min-height: 72vh;
    }

    .store-template-modern .luxury-hero__content {
        padding-block: 28px;
        transform: translateY(62px);
    }

    .store-template-modern .luxury-hero__content h1,
    .store-template-modern .luxury-story__copy h2,
    .store-template-modern .luxury-section-head h2,
    .store-template-modern .luxury-full-bleed h2 {
        font-size: 1.7rem;
        letter-spacing: .08em;
    }

    .store-template-modern .luxury-hero__actions a {
        min-width: 136px;
        padding: 12px 18px;
    }

    .store-template-modern .luxury-editorial-grid,
    .store-template-modern .luxury-story {
        grid-template-columns: 1fr;
    }

    .store-template-modern .luxury-editorial-tile,
    .store-template-modern .luxury-full-bleed {
        min-height: 66vh;
    }

    .store-template-modern .luxury-story__media {
        min-height: 58vh;
    }

    .store-template-modern .luxury-story__copy {
        padding: 42px 22px;
        align-items: center;
        text-align: center;
    }

    [dir="rtl"] .store-template-modern .luxury-story__copy {
        align-items: center;
        text-align: center;
    }

    .store-template-modern .luxury-products {
        padding: 48px 14px 64px;
    }

    .store-template-modern .luxury-section-head {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .store-template-modern .luxury-section-head a {
        grid-column: 1;
        grid-row: auto;
    }

    .store-template-modern .luxury-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 12px;
    }
}
