body.storefront-body.store-type-fashion {
    --ma-surface: #f7f4ee;
    --ma-raised: #ffffff;
    --ma-ink: #171411;
    --ma-muted: #6e675f;
    --ma-line: #d9d1c7;
    --ma-panel: #ede7dd;
    --ma-accent: color-mix(in srgb, var(--brand-color) 62%, #b96432);
    --ma-radius: 6px;
    --surface-page: var(--ma-surface) !important;
    --surface-panel: var(--ma-raised) !important;
    --surface-panel-strong: var(--ma-raised) !important;
    --text-strong: var(--ma-ink) !important;
    --text-base: #2a2621 !important;
    --text-soft: var(--ma-muted) !important;
    --line-soft: var(--ma-line) !important;
    min-width: 320px;
    overflow-x: clip;
    background: var(--ma-surface) !important;
    color: var(--ma-ink) !important;
    font-family: "Inter", "IBM Plex Sans Arabic", sans-serif !important;
}

body.storefront-body.store-type-fashion .storefront-ambience {
    display: none !important;
}

body.storefront-body.store-type-fashion .storefront-page {
    width: 100%;
    overflow-x: clip;
}

body.storefront-body.store-type-fashion a {
    color: inherit;
}

body.storefront-body.store-type-fashion :focus-visible {
    outline: 2px solid var(--ma-ink);
    outline-offset: 2px;
}

.ma-shell-header {
    position: sticky;
    inset-block-start: 0;
    z-index: 30;
    background: rgba(247, 244, 238, .95);
    border-block-end: 1px solid rgba(23, 20, 17, .12);
    backdrop-filter: blur(18px);
}

.ma-utility {
    min-height: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr auto auto;
    align-items: center;
    gap: 20px;
    padding: 0 48px;
    background: #eee8dd;
    color: var(--ma-muted);
    font-size: 12px;
    font-weight: 600;
}

.ma-utility nav {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.ma-utility a {
    text-decoration: none;
}

.ma-utility a.is-active {
    color: var(--ma-ink);
}

.ma-header-main {
    min-height: 104px;
    display: grid;
    grid-template-columns: 235px minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: 0 48px;
}

.ma-logo {
    width: min-content;
    color: var(--ma-ink);
    font-family: "Playfair Display", "IBM Plex Sans Arabic", serif;
    font-size: 36px;
    font-weight: 600;
    line-height: .88;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
}

.ma-logo::first-line {
    letter-spacing: .11em;
}

.ma-nav {
    display: flex;
    justify-content: center;
    gap: clamp(18px, 2.6vw, 42px);
    min-width: 0;
}

.ma-nav a {
    color: var(--ma-ink);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .02em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.ma-nav a:hover {
    color: var(--ma-accent);
}

.ma-header-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ma-header-icons svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ma-header-icons a,
.ma-search-form button,
.ma-menu-button {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--ma-ink);
    text-decoration: none;
    cursor: pointer;
}

.ma-search-form {
    display: flex;
    align-items: center;
}

.ma-search-form input {
    width: 0;
    min-width: 0;
    height: 36px;
    padding: 0;
    border: 0;
    border-block-end: 1px solid transparent;
    background: transparent;
    color: var(--ma-ink);
    opacity: 0;
    transition: width 180ms ease, opacity 180ms ease, border-color 180ms ease;
}

.ma-search-form:focus-within input,
.ma-search-form:hover input {
    width: 190px;
    padding-inline: 10px;
    border-color: var(--ma-line);
    opacity: 1;
}

.ma-cart-icon span {
    position: absolute;
    inset-block-start: -1px;
    inset-inline-end: -3px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: var(--ma-accent);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
}

.ma-menu-button {
    display: none;
}

.ma-menu-button span {
    width: 20px;
    height: 1px;
    display: block;
    background: var(--ma-ink);
}

.ma-mobile-drawer {
    display: none;
}

.storefront-main {
    padding: 0 !important;
}

body.storefront-body.store-type-fashion .storefront-main {
    width: 100% !important;
    max-width: none !important;
}

.ma-hero {
    position: relative;
    min-height: min(760px, calc(100svh - 32px));
    overflow: hidden;
    background: var(--ma-panel);
}

.ma-hero__media,
.ma-hero__slide {
    position: absolute;
    inset: 0;
}

.ma-hero__slide {
    z-index: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .9s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .9s;
}

.ma-hero__slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.ma-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--ma-slide-position, center center);
    transform: scale(1.015);
    will-change: transform;
}

.ma-hero__slide.is-active .ma-hero__image {
    animation: maHeroScale 6.4s cubic-bezier(.22, 1, .36, 1) both;
}

.ma-hero__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(23, 20, 17, .62), rgba(23, 20, 17, .18) 45%, rgba(23, 20, 17, .04));
}

.ma-hero__copy {
    position: relative;
    z-index: 2;
    width: min(720px, calc(100% - 96px));
    min-height: inherit;
    display: grid;
    align-content: center;
    gap: 28px;
    margin-inline-start: clamp(130px, 17vw, 320px);
    padding-block: 70px;
    color: #ffffff;
}

.ma-hero h1 {
    max-width: 8ch;
    margin: 0;
    font-family: "Playfair Display", "IBM Plex Sans Arabic", serif;
    font-size: clamp(78px, 8.3vw, 132px);
    font-weight: 500;
    line-height: .88;
    letter-spacing: 0;
    text-transform: uppercase;
    text-wrap: balance;
}

.ma-hero p {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-size: clamp(23px, 2.4vw, 38px);
    line-height: 1.25;
}

.ma-text-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .03em;
    text-decoration: none;
    text-transform: uppercase;
}

.ma-text-cta span {
    display: inline-block;
    min-width: 0;
    border: 0;
    color: currentColor;
    line-height: 1;
    transition: transform 180ms ease;
}

.ma-text-cta:hover span,
.ma-text-cta:focus-visible span {
    transform: translateX(4px);
}

.ma-text-cta--dark {
    color: var(--ma-ink);
}

.ma-slide-index {
    position: absolute;
    z-index: 3;
    inset-inline-start: 56px;
    inset-block-start: 50%;
    display: grid;
    justify-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    transform: translateY(-50%);
}

.ma-slide-progress {
    width: 1px;
    height: 64px;
    overflow: hidden;
    background: rgba(255, 255, 255, .28);
}

.ma-slide-progress i {
    display: block;
    width: 100%;
    height: 100%;
    background: currentColor;
    transform: scaleY(0);
    transform-origin: top;
}

.ma-hero.is-running .ma-slide-progress i {
    animation: maHeroProgress 6.4s linear both;
}

.ma-slide-dots {
    display: grid;
    gap: 7px;
}

.ma-slide-dot {
    appearance: none;
    display: grid;
    width: 16px;
    height: 16px;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.ma-slide-dot::before {
    width: 7px;
    height: 7px;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    content: "";
    transition: background-color .25s ease, transform .25s ease;
}

.ma-slide-dot.is-active::before {
    background: currentColor;
    transform: scale(1.12);
}

.ma-slide-dot:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 2px;
}

.ma-season,
.ma-editorial,
.ma-lookbook,
.ma-detail,
.ma-service-strip {
    width: min(100% - 96px, 1320px);
    margin-inline: auto;
}

.ma-season {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 42px;
    padding: 42px 0;
}

.ma-section-side h2,
.ma-lookbook h2,
.ma-detail__intro h2,
.ma-footer h2 {
    margin: 0;
    color: var(--ma-ink);
    font-family: "Playfair Display", "IBM Plex Sans Arabic", serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ma-section-side h2 {
    font-size: 32px;
}

.ma-section-side p,
.ma-lookbook__head p,
.ma-detail__intro p {
    margin: 10px 0 0;
    color: var(--ma-muted);
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

.ma-rail-controls {
    display: flex;
    gap: 14px;
    margin-top: 44px;
}

.ma-rail-controls button {
    width: 44px;
    height: 44px;
    border: 1px solid var(--ma-line);
    border-radius: 999px;
    background: transparent;
    color: var(--ma-ink);
    cursor: pointer;
}

.ma-product-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 1fr);
    gap: 24px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    padding: 0 2px 18px;
    scrollbar-width: thin;
}

.ma-product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ma-line);
    border-radius: var(--ma-radius);
    background: var(--ma-raised);
    box-shadow: 0 14px 36px rgba(23, 20, 17, .08);
    scroll-snap-align: start;
}

.ma-product-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3.5;
    overflow: hidden;
    background: #e9e2d7;
}

.ma-product-card__media img,
.ma-mini-product img,
.ma-lookbook-card img,
.ma-detail__main img,
.ma-detail__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ma-product-card__media img {
    transition: transform 360ms ease;
}

.ma-product-card:hover .ma-product-card__media img {
    transform: scale(1.035);
}

.ma-badge {
    position: absolute;
    inset-block-start: 16px;
    inset-inline-start: 16px;
    padding: 7px 10px;
    border: 1px solid rgba(23, 20, 17, .16);
    border-radius: var(--ma-radius);
    background: rgba(255, 255, 255, .86);
    color: var(--ma-ink);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.ma-product-card__wish {
    position: absolute;
    inset-block-start: 14px;
    inset-inline-end: 14px;
}

.ma-icon,
.ma-quick-add,
.ma-wishlist {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--ma-line);
    border-radius: var(--ma-radius);
    background: rgba(255, 255, 255, .9);
    color: var(--ma-ink);
    font-size: 19px;
    text-decoration: none;
}

.ma-product-card__body {
    display: grid;
    gap: 6px;
    padding: 14px 16px 16px;
}

.ma-product-card__name {
    color: var(--ma-ink);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

.ma-product-card__meta {
    color: var(--ma-muted);
    font-size: 13px;
}

.ma-product-card__foot {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-top: 5px;
}

.ma-product-card__foot strong,
.ma-mini-product b {
    color: var(--ma-ink);
    font-size: 14px;
}

.ma-quick-add {
    cursor: pointer;
}

.ma-editorial {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 4fr) minmax(240px, 3fr);
    gap: 0;
    border-block: 1px solid var(--ma-line);
    background: var(--ma-raised);
}

.ma-editorial__image {
    min-height: 420px;
    overflow: hidden;
    background: var(--ma-panel);
}

.ma-editorial__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ma-editorial__copy {
    display: grid;
    align-content: center;
    gap: 20px;
    padding: clamp(34px, 5vw, 72px);
}

.ma-editorial__copy > span {
    color: var(--ma-muted);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ma-editorial__copy h2 {
    max-width: 11ch;
    margin: 0;
    color: var(--ma-ink);
    font-family: "Playfair Display", serif;
    font-size: clamp(38px, 4.3vw, 64px);
    font-weight: 500;
    line-height: 1;
}

.ma-arabic-line {
    margin: 0;
    color: var(--ma-muted);
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-size: 22px;
}

.ma-mini-list {
    display: grid;
    align-content: center;
    gap: 18px;
    padding: clamp(26px, 4vw, 54px);
}

.ma-mini-product {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    color: var(--ma-ink);
    text-decoration: none;
}

.ma-mini-product__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: start;
    gap: 10px;
    min-width: 0;
}

.ma-mini-product__text {
    min-width: 0;
}

.ma-mini-product img {
    aspect-ratio: 1;
    border-radius: var(--ma-radius);
    background: var(--ma-panel);
}

.ma-mini-product strong,
.ma-mini-product small {
    display: block;
}

.ma-mini-product small {
    margin-top: 4px;
    color: var(--ma-muted);
}

.ma-mini-product__price {
    justify-self: end;
    line-height: 1.25;
    white-space: nowrap;
}

.ma-collection-band {
    position: relative;
    min-height: 318px;
    display: grid;
    align-items: center;
    margin-top: 0;
    overflow: hidden;
    color: #ffffff;
}

.ma-collection-band img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ma-collection-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(23, 20, 17, .66), rgba(23, 20, 17, .16));
}

.ma-collection-band div {
    position: relative;
    z-index: 1;
    width: min(100% - 96px, 1320px);
    margin-inline: auto;
}

.ma-collection-band span {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ma-collection-band h2 {
    margin: 16px 0 4px;
    font-family: "Playfair Display", "IBM Plex Sans Arabic", serif;
    font-size: clamp(38px, 4.2vw, 62px);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.ma-collection-band p {
    margin: 0 0 24px;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-size: 26px;
}

.ma-lookbook {
    padding: 42px 0 54px;
}

.ma-lookbook__head {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.ma-lookbook h2,
.ma-detail__intro h2 {
    font-size: 32px;
}

.ma-lookbook__grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 28px;
}

.ma-lookbook-card {
    color: var(--ma-ink);
    text-decoration: none;
}

.ma-lookbook-card img {
    aspect-ratio: 16 / 9;
    margin-bottom: 18px;
    background: var(--ma-panel);
}

.ma-lookbook-card span {
    display: block;
    color: var(--ma-ink);
    font-family: "Playfair Display", serif;
    font-size: 20px;
}

.ma-lookbook-card b {
    margin-inline-end: 18px;
    color: var(--ma-accent);
}

.ma-lookbook-card small {
    display: block;
    margin-top: 4px;
    color: var(--ma-muted);
    font-family: "IBM Plex Sans Arabic", sans-serif;
}

.ma-detail {
    display: grid;
    grid-template-columns: 220px 1fr 360px;
    gap: 28px;
    align-items: center;
    padding: 28px 0 52px;
}

.ma-detail__intro {
    display: grid;
    gap: 18px;
}

.ma-detail__gallery {
    display: grid;
    grid-template-columns: 102px minmax(0, 1fr);
    gap: 16px;
    min-width: 0;
}

.ma-detail__thumbs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-content: start;
}

.ma-detail__thumbs button {
    aspect-ratio: 1;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--ma-line);
    border-radius: var(--ma-radius);
    background: var(--ma-raised);
    cursor: pointer;
}

.ma-detail__thumbs button.is-active {
    border-color: var(--ma-accent);
    box-shadow: inset 0 0 0 2px var(--ma-accent);
}

.ma-detail__main {
    min-height: 310px;
    overflow: hidden;
    border: 1px solid var(--ma-line);
    border-radius: var(--ma-radius);
    background: var(--ma-panel);
}

.ma-detail__panel {
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 1px solid var(--ma-line);
    border-radius: var(--ma-radius);
    background: var(--ma-raised);
}

.ma-detail__title-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.ma-detail__title-row h3 {
    margin: 0;
    color: var(--ma-ink);
    font-size: 20px;
    line-height: 1.2;
}

.ma-detail__title-row p {
    margin: 6px 0 0;
    color: var(--ma-muted);
}

.ma-rating {
    color: var(--ma-ink);
    font-size: 13px;
}

.ma-rating span {
    color: var(--ma-muted);
}

.ma-swatch-group,
.ma-size-group {
    display: grid;
    gap: 10px;
}

.ma-swatch-group > span,
.ma-size-group > span,
.ma-size-group > a {
    color: var(--ma-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.ma-color-swatches {
    display: flex;
    gap: 10px;
}

.ma-color-swatches span {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(23, 20, 17, .22);
    border-radius: 999px;
    background: var(--ma-panel);
}

.ma-size-group {
    grid-template-columns: 1fr auto;
}

.ma-size-group > div {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.ma-size-group input {
    position: absolute;
    opacity: 0;
}

.ma-size-group span {
    display: grid;
    place-items: center;
    min-height: 34px;
    border: 1px solid var(--ma-line);
    border-radius: var(--ma-radius);
    color: var(--ma-ink);
    font-size: 12px;
    cursor: pointer;
}

.ma-size-group input:checked + span {
    border-color: var(--ma-accent);
    box-shadow: inset 0 0 0 1px var(--ma-accent);
}

.ma-detail__actions {
    display: grid;
    grid-template-columns: 1fr 48px;
    gap: 12px;
}

.ma-add-bag {
    min-height: 50px;
    border: 0;
    border-radius: var(--ma-radius);
    background: var(--ma-accent);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: pointer;
}

.ma-service-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-block: 1px solid var(--ma-line);
}

.ma-service-strip div,
.ma-footer-trust div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 4px 14px;
    align-items: center;
    padding: 20px;
}

.ma-service-strip span,
.ma-footer-trust span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--ma-line);
    border-radius: 999px;
}

.ma-service-strip strong,
.ma-footer-trust strong {
    color: var(--ma-ink);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.ma-service-strip small,
.ma-footer-trust small {
    color: var(--ma-muted);
}

.ma-footer {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 48px 22px !important;
    background: linear-gradient(180deg, #f2ede5, #f8f5ef);
    border-block-start: 1px solid var(--ma-line);
}

.ma-footer-top {
    width: min(100%, 1320px);
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 42px;
    margin: 0 auto;
    padding: 42px 0;
    border-block-end: 1px solid var(--ma-line);
}

.ma-newsletter,
.ma-concierge,
.ma-footer-trust {
    display: grid;
    align-content: start;
    gap: 14px;
}

.ma-newsletter h2,
.ma-concierge h2 {
    font-family: "Inter", "IBM Plex Sans Arabic", sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .04em;
}

.ma-newsletter p,
.ma-concierge p,
.ma-concierge span,
.ma-concierge a,
.ma-footer-links a,
.ma-footer-links p,
.ma-footer-bottom {
    color: var(--ma-muted);
    font-size: 14px;
    line-height: 1.55;
}

.ma-newsletter form {
    display: grid;
    grid-template-columns: 1fr 54px;
    width: min(100%, 370px);
    border: 1px solid var(--ma-line);
    border-radius: var(--ma-radius);
    overflow: hidden;
    background: var(--ma-raised);
}

.ma-newsletter input {
    min-width: 0;
    min-height: 52px;
    padding: 0 16px;
    border: 0;
    background: transparent;
}

.ma-newsletter button {
    border: 0;
    background: var(--ma-accent);
    color: #ffffff;
    cursor: pointer;
}

.ma-consent {
    display: flex;
    gap: 9px;
    align-items: center;
    color: var(--ma-muted);
    font-size: 12px;
}

.ma-concierge a {
    text-decoration: none;
}

.ma-concierge .ma-whatsapp-link {
    width: fit-content;
    color: var(--ma-ink);
    border-block-end: 1px solid var(--ma-accent);
}

.ma-footer-trust {
    gap: 6px;
}

.ma-footer-trust div {
    padding: 0;
}

.ma-footer-links {
    width: min(100%, 1320px);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 34px;
    margin: 0 auto;
    padding: 28px 0;
    border-block-end: 1px solid var(--ma-line);
}

.ma-footer-links h3 {
    margin: 0 0 14px;
    color: var(--ma-ink);
    font-size: 13px;
    text-transform: uppercase;
}

.ma-footer-links a {
    display: block;
    margin: 8px 0;
    text-decoration: none;
}

.ma-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ma-socials a {
    display: grid;
    place-items: center;
    min-width: 34px;
    height: 34px;
    margin: 0;
    padding: 0 8px;
    border: 1px solid var(--ma-line);
    border-radius: 999px;
    background: var(--ma-raised);
}

.ma-footer-bottom {
    width: min(100%, 1320px);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin: 0 auto;
    padding-top: 20px;
}

.ma-footer-bottom p {
    margin: 0;
}

.ma-mobile-sticky {
    display: none;
}

[dir="rtl"] .ma-hero__scrim,
[dir="rtl"] .ma-collection-band::after {
    transform: scaleX(-1);
}

[dir="rtl"] .ma-text-cta span {
    transform: scaleX(-1);
}

[dir="rtl"] .ma-text-cta:hover span,
[dir="rtl"] .ma-text-cta:focus-visible span {
    transform: scaleX(-1) translateX(4px);
}

@keyframes maHeroScale {
    from {
        transform: scale(1.015) translate3d(0, 0, 0);
    }
    to {
        transform: scale(1.055) translate3d(-.35%, -.2%, 0);
    }
}

@keyframes maHeroProgress {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ma-hero__slide {
        transition: none;
    }

    .ma-hero__slide.is-active .ma-hero__image,
    .ma-hero.is-running .ma-slide-progress i {
        animation: none;
    }
}

@media (max-width: 1120px) {
    .ma-header-main {
        grid-template-columns: 190px minmax(0, 1fr) auto;
        padding-inline: 28px;
    }

    .ma-utility {
        padding-inline: 28px;
    }

    .ma-nav {
        justify-content: start;
        overflow-x: auto;
    }

    .ma-season,
    .ma-editorial,
    .ma-lookbook,
    .ma-detail,
    .ma-service-strip {
        width: min(100% - 48px, 1320px);
    }

    .ma-detail {
        grid-template-columns: 1fr;
    }

    .ma-detail__intro {
        grid-template-columns: 1fr auto;
        align-items: end;
    }

    .ma-footer-top,
    .ma-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .ma-utility {
        min-height: 25px;
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding: 0 16px;
        font-size: 10px;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .ma-header-main {
        min-height: 42px;
        grid-template-columns: 36px 1fr auto;
        gap: 10px;
        padding: 0 14px;
        border-block-end: 1px solid var(--ma-line);
    }

    .ma-menu-button {
        display: inline-grid;
        gap: 5px;
    }

    .ma-logo {
        justify-self: center;
        width: auto;
        font-size: 16px;
        line-height: 1;
        letter-spacing: .08em;
        white-space: nowrap;
    }

    .ma-nav {
        display: none;
    }

    .ma-header-icons {
        gap: 6px;
    }

    .ma-header-icons a,
    .ma-search-form button {
        width: 30px;
        height: 30px;
    }

    .ma-account-icon,
    .ma-wishlist-icon {
        display: none;
    }

    .ma-header-icons svg {
        width: 21px;
        height: 21px;
    }

    .ma-search-form input {
        display: none;
    }

    .ma-mobile-drawer {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 40;
        width: min(320px, 86vw);
        display: grid;
        align-content: start;
        gap: 2px;
        padding: 22px;
        background: var(--ma-surface);
        border-inline-end: 1px solid var(--ma-line);
        transform: translateX(-100%);
        transition: transform 180ms ease;
    }

    [dir="rtl"] .ma-mobile-drawer {
        inset: 0 0 0 auto;
        border-inline-end: 0;
        border-inline-start: 1px solid var(--ma-line);
        transform: translateX(100%);
    }

    body[data-nav-open="true"] .ma-mobile-drawer,
    [dir="rtl"] body[data-nav-open="true"] .ma-mobile-drawer {
        transform: translateX(0);
    }

    .ma-mobile-drawer button {
        justify-self: end;
        width: 38px;
        height: 38px;
        border: 1px solid var(--ma-line);
        border-radius: var(--ma-radius);
        background: var(--ma-raised);
        font-size: 24px;
    }

    .ma-mobile-drawer a {
        padding: 16px 0;
        border-block-end: 1px solid var(--ma-line);
        color: var(--ma-ink);
        font-weight: 800;
        text-decoration: none;
        text-transform: uppercase;
    }

    .ma-hero {
        min-height: 456px;
    }

    .ma-hero__image {
        object-position: var(--ma-slide-position, 62% center);
    }

    .ma-hero__scrim {
        background: linear-gradient(90deg, rgba(23, 20, 17, .82), rgba(23, 20, 17, .18) 74%);
    }

    .ma-hero__copy {
        width: calc(100% - 30px);
        min-height: 456px;
        gap: 16px;
        margin-inline-start: 16px;
        padding-block: 40px 58px;
    }

    .ma-hero h1 {
        max-width: 7ch;
        font-size: 54px;
        line-height: .9;
    }

    .ma-hero p {
        font-size: 16px;
    }

    .ma-text-cta {
        min-height: 36px;
        padding: 0 12px;
        border: 1px solid currentColor;
        border-radius: var(--ma-radius);
        font-size: 11px;
    }

    .ma-text-cta span {
        display: none;
    }

    .ma-slide-index {
        inset-inline-start: 50%;
        inset-block-start: auto;
        inset-block-end: 22px;
        display: flex;
        align-items: center;
        gap: 6px;
        transform: translateX(-50%);
    }

    .ma-slide-index > span:not(.ma-slide-dots) {
        display: none;
    }

    .ma-slide-dots {
        grid-auto-flow: column;
        gap: 5px;
    }

    .ma-season,
    .ma-editorial,
    .ma-lookbook,
    .ma-detail,
    .ma-service-strip {
        width: 100%;
    }

    .ma-season {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px 15px 22px;
    }

    .ma-section-side {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .ma-section-side h2 {
        font-size: 14px;
        font-family: "Inter", "IBM Plex Sans Arabic", sans-serif;
    }

    .ma-section-side p {
        grid-column: 1 / -1;
        margin-top: 6px;
        font-size: 12px;
    }

    .ma-rail-controls {
        display: none;
    }

    .ma-product-rail {
        grid-auto-columns: minmax(170px, 47vw);
        gap: 8px;
        padding-bottom: 15px;
    }

    .ma-product-card {
        box-shadow: none;
    }

    .ma-product-card__media {
        aspect-ratio: 4 / 3.2;
    }

    .ma-badge {
        inset-block-start: 9px;
        inset-inline-start: 9px;
        padding: 5px 7px;
        font-size: 9px;
    }

    .ma-product-card__wish {
        display: none;
    }

    .ma-product-card__body {
        padding: 10px;
    }

    .ma-product-card__name,
    .ma-product-card__foot strong {
        font-size: 12px;
    }

    .ma-product-card__meta {
        font-size: 11px;
    }

    .ma-quick-add {
        width: 28px;
        height: 28px;
    }

    .ma-editorial {
        grid-template-columns: 35% 40% 25%;
        align-items: stretch;
        border-block: 1px solid var(--ma-line);
    }

    .ma-editorial__image {
        min-height: 178px;
    }

    .ma-editorial__copy {
        gap: 8px;
        padding: 14px;
    }

    .ma-editorial__copy span {
        font-size: 8px;
    }

    .ma-editorial__copy h2 {
        max-width: 12ch;
        font-size: 21px;
    }

    .ma-arabic-line {
        font-size: 11px;
    }

    .ma-editorial__copy .ma-text-cta {
        min-height: auto;
        padding: 0;
        border: 0;
        font-size: 9px;
    }

    .ma-mini-list {
        gap: 8px;
        padding: 12px 8px;
    }

    .ma-mini-product {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 7px;
    }

    .ma-mini-product__body {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .ma-mini-product b {
        font-size: 10px;
    }

    .ma-mini-product__price {
        justify-self: start;
    }

    .ma-mini-product strong,
    .ma-mini-product small {
        font-size: 10px;
        line-height: 1.2;
    }

    .ma-collection-band {
        min-height: 150px;
    }

    .ma-collection-band div {
        width: calc(100% - 30px);
    }

    .ma-collection-band span,
    .ma-collection-band .ma-text-cta {
        font-size: 10px;
    }

    .ma-collection-band h2 {
        max-width: 8ch;
        margin-top: 8px;
        font-size: 26px;
    }

    .ma-collection-band p {
        margin-bottom: 9px;
        font-size: 13px;
    }

    .ma-lookbook {
        padding: 16px 15px;
    }

    .ma-lookbook__head {
        margin-bottom: 10px;
    }

    .ma-lookbook h2,
    .ma-detail__intro h2 {
        font-family: "Inter", "IBM Plex Sans Arabic", sans-serif;
        font-size: 14px;
    }

    .ma-lookbook__head p,
    .ma-detail__intro p {
        font-size: 12px;
    }

    .ma-lookbook__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ma-lookbook-card {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr) 20px;
        align-items: center;
        gap: 12px;
        padding: 7px;
        border: 1px solid var(--ma-line);
        border-radius: var(--ma-radius);
        background: var(--ma-raised);
    }

    .ma-lookbook-card::after {
        content: "→";
        color: var(--ma-accent);
    }

    .ma-lookbook-card img {
        aspect-ratio: 16 / 10;
        margin: 0;
    }

    .ma-lookbook-card span {
        font-family: "Inter", "IBM Plex Sans Arabic", sans-serif;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .ma-lookbook-card b {
        margin-inline-end: 6px;
    }

    .ma-lookbook-card small {
        grid-column: 2;
        margin-top: -18px;
        font-size: 10px;
    }

    .ma-detail {
        padding: 0 15px 16px;
        gap: 10px;
    }

    .ma-detail__intro {
        display: none;
    }

    .ma-detail__gallery {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 9px;
    }

    .ma-detail__thumbs {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .ma-detail__main {
        min-height: 255px;
    }

    .ma-detail__panel {
        padding: 12px;
        gap: 12px;
        box-shadow: none;
    }

    .ma-detail__title-row h3 {
        font-size: 14px;
        text-transform: uppercase;
    }

    .ma-rating {
        display: none;
    }

    .ma-size-group > div {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .ma-detail__actions {
        grid-template-columns: 1fr;
    }

    .ma-wishlist {
        display: none;
    }

    .ma-service-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-inline: 15px;
        border-block: 1px solid var(--ma-line);
    }

    .ma-service-strip div {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 3px;
        padding: 13px 5px;
        text-align: center;
    }

    .ma-service-strip span {
        grid-row: auto;
        width: 26px;
        height: 26px;
    }

    .ma-service-strip strong,
    .ma-service-strip small {
        font-size: 9px;
    }

    .ma-footer {
        padding: 0 15px 82px !important;
    }

    .ma-footer-top,
    .ma-footer-links {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px 0;
    }

    .ma-footer-trust {
        display: none;
    }

    .ma-footer-links {
        gap: 0;
    }

    .ma-footer-links div {
        padding: 11px 0;
        border-block-end: 1px solid var(--ma-line);
    }

    .ma-footer-links h3 {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 11px;
    }

    .ma-footer-links a,
    .ma-footer-links p {
        display: none;
    }

    .ma-footer-links h3::after {
        content: "+";
    }

    .ma-footer-bottom {
        width: 100%;
        display: grid;
        gap: 8px;
        text-align: center;
    }

    .ma-mobile-sticky {
        position: fixed;
        inset-inline: 0;
        inset-block-end: 0;
        z-index: 32;
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
        background: rgba(247, 244, 238, .96);
        border-block-start: 1px solid var(--ma-line);
        backdrop-filter: blur(14px);
    }

    .ma-mobile-sticky img {
        width: 48px;
        height: 48px;
        object-fit: cover;
        border-radius: var(--ma-radius);
    }

    .ma-mobile-sticky strong,
    .ma-mobile-sticky span {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ma-mobile-sticky strong {
        color: var(--ma-ink);
        font-size: 12px;
    }

    .ma-mobile-sticky span {
        color: var(--ma-muted);
        font-size: 11px;
    }

    .ma-mobile-sticky a {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        padding: 0 18px;
        border-radius: var(--ma-radius);
        background: var(--ma-accent);
        color: #ffffff;
        font-size: 11px;
        font-weight: 800;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
    }
}

@media (max-width: 390px) {
    .ma-product-rail {
        grid-auto-columns: minmax(164px, 48vw);
    }

    .ma-hero h1 {
        font-size: 50px;
    }

    .ma-editorial__copy h2 {
        font-size: 19px;
    }
}

/* Le Caire Atelier flagship refinement — 2026-07-30 */
body.storefront-body.store-type-fashion {
    --ma-accent: #8b412a;
    --ma-accent-dark: #6d2f20;
}

body.storefront-body.store-type-fashion .ma-header-main {
    min-height: 78px;
    grid-template-columns: minmax(220px, auto) minmax(0, 1fr) auto;
    gap: clamp(20px, 3vw, 48px);
    padding-inline: clamp(24px, 3.5vw, 56px);
}

body.storefront-body.store-type-fashion .ma-logo {
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    line-height: .9;
    letter-spacing: .1em;
    white-space: pre-line;
}

body.storefront-body.store-type-fashion .ma-logo .commerce-brand-symbol {
    width: 44px;
    height: 44px;
}

body.storefront-body.store-type-fashion .ma-nav {
    gap: clamp(16px, 2vw, 32px);
}

body.storefront-body.store-type-fashion .ma-nav a {
    position: relative;
    padding-block: 10px;
    font-size: 12px;
}

body.storefront-body.store-type-fashion .ma-nav a::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    inset-block-end: 4px;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 180ms ease;
}

body.storefront-body.store-type-fashion .ma-nav a:hover::after,
body.storefront-body.store-type-fashion .ma-nav a:focus-visible::after {
    transform: scaleX(1);
}

body.storefront-body.store-type-fashion .ma-header-icons {
    gap: 8px;
}

body.storefront-body.store-type-fashion .ma-header-icons a,
body.storefront-body.store-type-fashion .ma-search-form button,
body.storefront-body.store-type-fashion .ma-menu-button {
    width: 44px;
    height: 44px;
}

body.storefront-body.store-type-fashion .ma-header-icons a:hover,
body.storefront-body.store-type-fashion .ma-search-form button:hover,
body.storefront-body.store-type-fashion .ma-menu-button:hover {
    background: rgba(23, 20, 17, .06);
}

body.storefront-body.store-type-fashion .storefront-main > .listing-shell,
body.storefront-body.store-type-fashion .storefront-main > .product-layout,
body.storefront-body.store-type-fashion .storefront-main > .content-section {
    width: min(100% - 64px, 1380px) !important;
    margin-inline: auto !important;
}

body.storefront-body.store-type-fashion .storefront-main > .listing-shell,
body.storefront-body.store-type-fashion .storefront-main > .product-layout {
    padding-block: clamp(44px, 6vw, 86px) 100px !important;
}

body.storefront-body.store-type-fashion .storefront-main > .content-section {
    padding-block: clamp(44px, 6vw, 82px) 100px !important;
}

body.storefront-body.store-type-fashion .listing-shell > .panel {
    min-height: 0 !important;
    padding: clamp(28px, 4vw, 56px) 0 !important;
    border: 0 !important;
    border-block: 1px solid var(--ma-line) !important;
    background: transparent !important;
}

body.storefront-body.store-type-fashion .listing-shell .section-head {
    margin-block: 24px 0 !important;
}

body.storefront-body.store-type-fashion .listing-title,
body.storefront-body.store-type-fashion .product-detail__title,
body.storefront-body.store-type-fashion .section-title,
body.storefront-body.store-type-fashion .empty-state h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
    color: var(--ma-ink) !important;
    font-family: "Cormorant Garamond", "IBM Plex Sans Arabic", serif !important;
    font-weight: 600 !important;
    letter-spacing: -.035em !important;
}

body.storefront-body.store-type-fashion .listing-title {
    font-size: clamp(3.4rem, 7vw, 7rem) !important;
    line-height: .9 !important;
}

body.storefront-body.store-type-fashion .listing-copy,
body.storefront-body.store-type-fashion .section-copy,
body.storefront-body.store-type-fashion .product-copy {
    max-width: 58ch;
    color: var(--ma-muted) !important;
    line-height: 1.7 !important;
}

body.storefront-body.store-type-fashion .listing-toolbar {
    min-height: 58px;
    padding-block: 10px !important;
    border-block: 0 1px solid var(--ma-line) !important;
}

body.storefront-body.store-type-fashion .listing-summary {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.storefront-body.store-type-fashion .grid-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 44px 18px !important;
}

body.storefront-body.store-type-fashion .product-card {
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion .product-card__media {
    overflow: hidden;
    aspect-ratio: 4 / 5 !important;
    border-radius: 0 !important;
    background: #e8e2d8 !important;
}

body.storefront-body.store-type-fashion .product-card__media img {
    transition: transform 420ms ease, filter 220ms ease;
}

body.storefront-body.store-type-fashion .product-card:hover .product-card__media img {
    transform: scale(1.025);
}

body.storefront-body.store-type-fashion .product-card__content {
    padding: 16px 0 0 !important;
}

body.storefront-body.store-type-fashion .product-card__title {
    font-family: "Cormorant Garamond", "IBM Plex Sans Arabic", serif !important;
    font-size: clamp(1.5rem, 2vw, 2rem) !important;
    line-height: 1.05 !important;
}

body.storefront-body.store-type-fashion .product-card__excerpt {
    display: none !important;
}

body.storefront-body.store-type-fashion .product-card__actions {
    margin-top: 14px !important;
    padding-top: 12px !important;
    border-top: 1px solid var(--ma-line) !important;
}

body.storefront-body.store-type-fashion .product-card__actions .button {
    min-height: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--ma-accent-dark) !important;
    justify-content: flex-start;
    font-size: 11px !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body.storefront-body.store-type-fashion .product-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr) !important;
    gap: clamp(32px, 5vw, 76px) !important;
}

body.storefront-body.store-type-fashion .product-sidebar,
body.storefront-body.store-type-fashion .product-sidebar > * {
    min-width: 0;
}

body.storefront-body.store-type-fashion .product-sidebar {
    position: static !important;
}

body.storefront-body.store-type-fashion .product-detail__title {
    font-size: clamp(3.25rem, 5.2vw, 5.4rem) !important;
    line-height: .9 !important;
}

body.storefront-body.store-type-fashion .detail-card,
body.storefront-body.store-type-fashion .cart-item-card,
body.storefront-body.store-type-fashion .empty-state {
    border: 1px solid var(--ma-line) !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, .72) !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion .product-sidebar .detail-card {
    padding: clamp(24px, 3vw, 38px) !important;
}

body.storefront-body.store-type-fashion .detail-price strong {
    color: var(--ma-accent-dark) !important;
    font-family: "Cormorant Garamond", "IBM Plex Sans Arabic", serif;
    font-size: 2rem;
}

body.storefront-body.store-type-fashion .trust-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px !important;
    background: var(--ma-line);
}

body.storefront-body.store-type-fashion .trust-card {
    min-width: 0;
    padding: 15px !important;
    border: 0 !important;
    background: var(--ma-surface) !important;
}

body.storefront-body.store-type-fashion .trust-card strong,
body.storefront-body.store-type-fashion .trust-card span {
    overflow-wrap: anywhere;
}

body.storefront-body.store-type-fashion .quantity-box__actions {
    width: fit-content;
    display: grid !important;
    grid-template-columns: 48px 72px 48px;
    gap: 0 !important;
    border: 1px solid var(--ma-line);
}

body.storefront-body.store-type-fashion .quantity-box__actions button,
body.storefront-body.store-type-fashion .quantity-box__actions input {
    width: 100% !important;
    min-height: 48px !important;
    border: 0 !important;
    border-inline-end: 1px solid var(--ma-line) !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--ma-ink) !important;
}

body.storefront-body.store-type-fashion .quantity-box__actions button:last-child {
    border-inline-end: 0 !important;
}

body.storefront-body.store-type-fashion .button {
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 120ms ease;
}

body.storefront-body.store-type-fashion .button:active,
body.storefront-body.store-type-fashion .ma-footer-book:active {
    transform: translateY(1px);
}

body.storefront-body.store-type-fashion .button-primary {
    border-color: var(--ma-accent-dark) !important;
    background: var(--ma-accent-dark) !important;
    color: #fff !important;
}

body.storefront-body.store-type-fashion .button-primary:hover {
    border-color: var(--ma-ink) !important;
    background: var(--ma-ink) !important;
}

body.storefront-body.store-type-fashion .button-secondary {
    border-color: var(--ma-ink) !important;
    background: transparent !important;
    color: var(--ma-ink) !important;
}

body.storefront-body.store-type-fashion .button-secondary:hover {
    background: var(--ma-ink) !important;
    color: #fff !important;
}

body.storefront-body.store-type-fashion .cart-layout,
body.storefront-body.store-type-fashion .checkout-layout {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, .72fr) !important;
    gap: clamp(28px, 4vw, 60px) !important;
}

body.storefront-body.store-type-fashion .cart-summary-card {
    min-width: 0;
    position: sticky !important;
    top: 134px !important;
    padding: clamp(24px, 3vw, 38px) !important;
}

body.storefront-body.store-type-fashion .cart-summary-card .section-title {
    font-size: clamp(2.5rem, 4vw, 4rem) !important;
    line-height: .92 !important;
}

body.storefront-body.store-type-fashion .cart-item-card {
    grid-template-columns: minmax(150px, 190px) minmax(0, 1fr) !important;
    gap: clamp(18px, 3vw, 32px) !important;
    padding: clamp(18px, 2.5vw, 28px) !important;
}

body.storefront-body.store-type-fashion .cart-item-card__media {
    min-height: 0 !important;
    aspect-ratio: 4 / 5;
    border-radius: 0 !important;
    background: #e8e2d8 !important;
}

body.storefront-body.store-type-fashion .cart-item-card__head h2 {
    font-family: "Cormorant Garamond", "IBM Plex Sans Arabic", serif;
    font-size: clamp(1.7rem, 2.5vw, 2.5rem);
    line-height: 1;
    overflow-wrap: anywhere;
}

body.storefront-body.store-type-fashion .checkout-progress {
    margin-block: 26px 38px;
    border-radius: 0 !important;
    background: transparent !important;
}

body.storefront-body.store-type-fashion .checkout-progress__item {
    min-height: 42px;
    border-radius: 0 !important;
}

body.storefront-body.store-type-fashion .checkout-progress__item.is-active {
    background: var(--ma-ink) !important;
    color: #fff !important;
}

body.storefront-body.store-type-fashion .checkout-form {
    padding: clamp(24px, 3vw, 38px) !important;
}

body.storefront-body.store-type-fashion .checkout-step {
    padding-block: 30px !important;
    border-block-end: 1px solid var(--ma-line);
}

body.storefront-body.store-type-fashion .checkout-step:first-child {
    padding-block-start: 0 !important;
}

body.storefront-body.store-type-fashion .checkout-step__index {
    background: var(--ma-ink) !important;
    color: #fff !important;
}

body.storefront-body.store-type-fashion .checkout-step__title {
    font-family: "Cormorant Garamond", "IBM Plex Sans Arabic", serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
    font-weight: 600;
}

body.storefront-body.store-type-fashion .checkout-field input,
body.storefront-body.store-type-fashion .checkout-field select,
body.storefront-body.store-type-fashion .checkout-field textarea,
body.storefront-body.store-type-fashion .checkout-radio {
    border-radius: 0 !important;
    border-color: var(--ma-line) !important;
    background: #fff !important;
    box-shadow: none !important;
}

body.storefront-body.store-type-fashion .checkout-field input:focus,
body.storefront-body.store-type-fashion .checkout-field select:focus,
body.storefront-body.store-type-fashion .checkout-field textarea:focus {
    border-color: var(--ma-accent-dark) !important;
    outline: 1px solid var(--ma-accent-dark);
}

body.storefront-body.store-type-fashion .ma-footer-kicker {
    color: var(--ma-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

body.storefront-body.store-type-fashion .ma-footer-book {
    width: fit-content;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 20px;
    padding-inline: 20px;
    border: 1px solid currentColor;
    color: var(--ma-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
}

body.storefront-body.store-type-fashion .ma-footer-book:hover {
    background: var(--ma-ink);
    color: #fff;
}

body.storefront-body.store-type-fashion #atelier-story,
body.storefront-body.store-type-fashion #lookbook,
body.storefront-body.store-type-fashion #concierge,
body.storefront-body.store-type-fashion #size-guide,
body.storefront-body.store-type-fashion #returns,
body.storefront-body.store-type-fashion #terms,
body.storefront-body.store-type-fashion #privacy,
body.storefront-body.store-type-fashion #cookies {
    scroll-margin-top: 130px;
}

body.storefront-body.store-type-fashion .ma-policy-panels {
    width: min(100%, 1440px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-block: 1px solid var(--ma-line);
}

body.storefront-body.store-type-fashion .ma-policy-panels details {
    min-width: 0;
    padding: 18px;
    border-inline-end: 1px solid var(--ma-line);
}

body.storefront-body.store-type-fashion .ma-policy-panels details:last-child {
    border-inline-end: 0;
}

body.storefront-body.store-type-fashion .ma-policy-panels summary {
    cursor: pointer;
    color: var(--ma-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.storefront-body.store-type-fashion .ma-policy-panels p {
    margin: 14px 0 0;
    color: var(--ma-muted);
    font-size: 12px;
    line-height: 1.65;
}

body.storefront-body.store-type-fashion .ma-footer-bottom {
    padding-block: 20px !important;
}

@media (max-width: 1100px) {
    body.storefront-body.store-type-fashion .ma-header-main {
        grid-template-columns: 48px minmax(0, 1fr) auto;
        min-height: 70px;
    }

    body.storefront-body.store-type-fashion .ma-menu-button {
        display: inline-grid;
    }

    body.storefront-body.store-type-fashion .ma-nav {
        display: none;
    }

    body.storefront-body.store-type-fashion .product-layout,
    body.storefront-body.store-type-fashion .cart-layout,
    body.storefront-body.store-type-fashion .checkout-layout {
        grid-template-columns: 1fr !important;
    }

    body.storefront-body.store-type-fashion .product-sidebar,
    body.storefront-body.store-type-fashion .cart-summary-card {
        position: static !important;
    }

    body.storefront-body.store-type-fashion #atelier-story,
body.storefront-body.store-type-fashion #lookbook,
body.storefront-body.store-type-fashion #concierge,
body.storefront-body.store-type-fashion #size-guide,
body.storefront-body.store-type-fashion #returns,
body.storefront-body.store-type-fashion #terms,
body.storefront-body.store-type-fashion #privacy,
body.storefront-body.store-type-fashion #cookies {
    scroll-margin-top: 130px;
}

body.storefront-body.store-type-fashion .ma-policy-panels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    body.storefront-body.store-type-fashion .ma-utility {
        min-height: 30px;
        grid-template-columns: minmax(0, 1fr) auto auto;
        gap: 8px;
        padding-inline: 14px;
        font-size: 9px;
    }

    html[lang="en"] body.storefront-body.store-type-fashion .ma-utility__promise--ar,
    html[lang="ar"] body.storefront-body.store-type-fashion .ma-utility__promise--en {
        display: none;
    }

    body.storefront-body.store-type-fashion .ma-header-main {
        width: 100%;
        min-height: 62px;
        grid-template-columns: 44px minmax(0, 1fr) 88px;
        gap: 6px;
        padding-inline: 10px;
    }

    body.storefront-body.store-type-fashion .ma-menu-button,
    body.storefront-body.store-type-fashion .ma-header-icons .ma-cart-icon,
    body.storefront-body.store-type-fashion .ma-search-form button {
        width: 44px !important;
        height: 44px !important;
        display: inline-grid !important;
    }

    body.storefront-body.store-type-fashion .ma-header-icons {
        width: 88px;
        display: grid;
        grid-template-columns: repeat(2, 44px);
        gap: 0;
    }

    body.storefront-body.store-type-fashion .ma-logo {
        max-width: 164px;
        justify-self: center;
        gap: 7px;
        font-size: 13px;
        line-height: .86;
        letter-spacing: .07em;
    }

    body.storefront-body.store-type-fashion .ma-logo .commerce-brand-symbol {
        width: 34px;
        height: 34px;
    }

    body.storefront-body.store-type-fashion .ma-search-form input {
        display: none !important;
    }

    body.storefront-body.store-type-fashion .ma-mobile-drawer button {
        width: 44px;
        height: 44px;
    }

    body.storefront-body.store-type-fashion .storefront-main > .listing-shell,
    body.storefront-body.store-type-fashion .storefront-main > .product-layout,
    body.storefront-body.store-type-fashion .storefront-main > .content-section {
        width: calc(100% - 30px) !important;
    }

    body.storefront-body.store-type-fashion .storefront-main > .listing-shell,
    body.storefront-body.store-type-fashion .storefront-main > .product-layout,
    body.storefront-body.store-type-fashion .storefront-main > .content-section {
        padding-block: 30px 72px !important;
    }

    body.storefront-body.store-type-fashion .ma-hero h1 {
        font-size: clamp(46px, 14vw, 58px);
    }

    body.storefront-body.store-type-fashion .ma-product-rail {
        grid-auto-columns: minmax(220px, 76vw) !important;
        gap: 10px;
    }

    body.storefront-body.store-type-fashion .ma-editorial {
        grid-template-columns: 1fr !important;
    }

    body.storefront-body.store-type-fashion .ma-editorial__image {
        min-height: 0;
        aspect-ratio: 4 / 5;
    }

    body.storefront-body.store-type-fashion .ma-editorial__copy {
        min-height: 270px;
        padding: 28px 22px;
    }

    body.storefront-body.store-type-fashion .ma-editorial__copy h2 {
        max-width: 11ch;
        font-size: 36px;
    }

    body.storefront-body.store-type-fashion .ma-mini-list {
        padding: 18px 15px 24px;
    }

    body.storefront-body.store-type-fashion .ma-mini-product {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 12px;
    }

    body.storefront-body.store-type-fashion .ma-mini-product__body {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    body.storefront-body.store-type-fashion .ma-mini-product strong,
    body.storefront-body.store-type-fashion .ma-mini-product small,
    body.storefront-body.store-type-fashion .ma-mini-product b {
        font-size: 12px;
    }

    body.storefront-body.store-type-fashion .listing-title {
        font-size: clamp(3rem, 17vw, 4.7rem) !important;
    }

    body.storefront-body.store-type-fashion .grid-cards {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }

    body.storefront-body.store-type-fashion .product-gallery {
        grid-template-columns: 1fr !important;
    }

    body.storefront-body.store-type-fashion .gallery-stage,
    body.storefront-body.store-type-fashion .gallery-thumbs,
    body.storefront-body.store-type-fashion .fashion-pdp-fit {
        grid-column: auto !important;
        grid-row: auto !important;
    }

    body.storefront-body.store-type-fashion .gallery-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        grid-row: 2 !important;
    }

    body.storefront-body.store-type-fashion .product-detail__title {
        font-size: clamp(2.9rem, 15vw, 4.25rem) !important;
    }

    body.storefront-body.store-type-fashion .trust-list {
        grid-template-columns: 1fr;
    }

    body.storefront-body.store-type-fashion .cart-item-card {
        grid-template-columns: 104px minmax(0, 1fr) !important;
        align-items: start;
    }

    body.storefront-body.store-type-fashion .cart-item-card__head,
    body.storefront-body.store-type-fashion .cart-item-card__actions {
        align-items: flex-start;
    }

    body.storefront-body.store-type-fashion .cart-item-card__actions,
    body.storefront-body.store-type-fashion .cart-inline-form {
        width: 100%;
    }

    body.storefront-body.store-type-fashion .checkout-progress {
        overflow-x: auto;
    }

    body.storefront-body.store-type-fashion .checkout-progress__item {
        min-width: 120px;
    }

    body.storefront-body.store-type-fashion .ma-footer {
        padding: 0 15px 86px !important;
    }

    body.storefront-body.store-type-fashion .ma-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 18px;
    }

    body.storefront-body.store-type-fashion .ma-footer-links div {
        min-width: 0;
    }

    body.storefront-body.store-type-fashion .ma-footer-links h3::after {
        content: none;
    }

    body.storefront-body.store-type-fashion .ma-footer-links a,
    body.storefront-body.store-type-fashion .ma-footer-links p {
        display: block;
        overflow-wrap: anywhere;
    }

    body.storefront-body.store-type-fashion #atelier-story,
body.storefront-body.store-type-fashion #lookbook,
body.storefront-body.store-type-fashion #concierge,
body.storefront-body.store-type-fashion #size-guide,
body.storefront-body.store-type-fashion #returns,
body.storefront-body.store-type-fashion #terms,
body.storefront-body.store-type-fashion #privacy,
body.storefront-body.store-type-fashion #cookies {
    scroll-margin-top: 130px;
}

body.storefront-body.store-type-fashion .ma-policy-panels {
        grid-template-columns: 1fr;
    }

    body.storefront-body.store-type-fashion .ma-policy-panels details {
        border-inline-end: 0;
        border-block-end: 1px solid var(--ma-line);
    }

    body.storefront-body.store-type-fashion .ma-footer-book {
        width: 100%;
    }
}

@media (max-width: 430px) {
    body.storefront-body.store-type-fashion .cart-item-card {
        grid-template-columns: 86px minmax(0, 1fr) !important;
        gap: 14px !important;
        padding: 14px !important;
    }

    body.storefront-body.store-type-fashion .cart-item-card__head {
        display: grid;
    }

    body.storefront-body.store-type-fashion .cart-inline-form {
        display: grid;
        grid-template-columns: 64px 1fr;
    }

    body.storefront-body.store-type-fashion .cart-item-card__actions > form:last-child,
    body.storefront-body.store-type-fashion .cart-item-card__actions > form:last-child .button {
        width: 100%;
    }

    body.storefront-body.store-type-fashion .ma-footer-links {
        grid-template-columns: 1fr;
    }
}
/* Mobile accessibility touch targets */
@media (max-width: 780px) {
    body.storefront-body.store-type-fashion .button {
        min-height: 44px;
    }

    body.storefront-body.store-type-fashion .ma-slide-dot {
        width: 44px;
        height: 44px;
    }

    body.storefront-body.store-type-fashion .ma-quick-add {
        width: 44px;
        height: 44px;
    }

    body.storefront-body.store-type-fashion .icon-button[data-cart-close] {
        min-width: 44px;
        min-height: 44px;
    }
}

/* Le Caire Atelier alignment corrections — 2026-07-30 */
body.storefront-body.store-type-fashion .ma-lookbook-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

body.storefront-body.store-type-fashion .ma-size-group > span {
    min-height: 0;
    place-items: initial;
    align-self: center;
    justify-self: start;
    border: 0;
    border-radius: 0;
    color: var(--ma-muted);
    cursor: default;
}

body.storefront-body.store-type-fashion .ma-size-group > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

body.storefront-body.store-type-fashion .ma-add-bag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

body.storefront-body.store-type-fashion .ma-detail__actions {
    margin-top: 14px;
}

body.storefront-body.store-type-fashion .option-pill label {
    gap: 8px;
}

body.storefront-body.store-type-fashion .cart-item-card__actions {
    display: grid;
    gap: 12px;
}

body.storefront-body.store-type-fashion .ma-mini-product__body {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
}

body.storefront-body.store-type-fashion .ma-mini-product__price {
    justify-self: start;
}

@media (min-width: 781px) {
    body.storefront-body.store-type-fashion .ma-lookbook-card {
        display: block;
    }

    body.storefront-body.store-type-fashion .ma-collection-band {
        width: min(1320px, calc(100% - 48px));
        margin: clamp(48px, 5vw, 72px) auto 0;
    }

    body.storefront-body.store-type-fashion .ma-lookbook {
        padding-block: clamp(58px, 5vw, 76px) clamp(68px, 6vw, 88px);
    }

    body.storefront-body.store-type-fashion .ma-detail__actions {
        grid-template-columns: minmax(0, 1fr) 50px;
        align-items: stretch;
    }

    body.storefront-body.store-type-fashion .ma-detail__actions .ma-wishlist {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 760px) {
    [dir="rtl"] body.storefront-body.store-type-fashion .ma-slide-index {
        transform: translateX(50%);
    }
}
