.store-type-sweets {
    --sw-ink: #2a160f;
    --sw-cocoa: #3d2118;
    --sw-cocoa-2: #5a3021;
    --sw-muted: #806653;
    --sw-line: rgba(61, 33, 24, 0.13);
    --sw-cream: #fff4e2;
    --sw-paper: #f7e3c6;
    --sw-caramel: color-mix(in srgb, var(--brand-color) 42%, #b76b2d);
    --sw-gold: #c79a46;
    --sw-pistachio: #738648;
    background:
        radial-gradient(circle at 18% -8%, rgba(var(--brand-rgb), 0.16), transparent 28rem),
        linear-gradient(180deg, #fff7ea 0%, #f4dec1 45%, #fff3df 100%);
    color: var(--sw-ink);
    overflow-x: hidden;
}

.store-type-sweets .storefront-page,
.store-type-sweets .storefront-main {
    background: transparent;
}

.store-type-sweets .storefront-ambience {
    opacity: 0;
}

.sw-shell-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 244, 226, 0.9);
    border-bottom: 1px solid var(--sw-line);
    backdrop-filter: blur(18px);
}

.sw-utility,
.sw-header-main,
.store-type-sweets .storefront-main,
.sw-footer {
    width: min(100% - 40px, 1320px);
    margin-inline: auto;
}

.sw-utility {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--sw-muted);
    font-size: 0.76rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sw-utility nav,
.sw-footer__locale {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sw-utility a,
.sw-footer__locale a {
    color: inherit;
    text-decoration: none;
}

.sw-utility a.is-active,
.sw-footer__locale a.is-active {
    color: var(--sw-caramel);
}

.sw-header-main {
    min-height: 78px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
}

.sw-logo {
    color: var(--sw-ink);
    text-decoration: none;
    display: grid;
    gap: 2px;
    min-width: 0;
}

.sw-logo strong,
.sw-hero h1,
.sw-section-head h2,
.sw-gifting h2,
.sw-footer h2 {
    font-family: "Fraunces", "IBM Plex Sans Arabic", serif;
    letter-spacing: 0;
}

.sw-logo strong {
    font-size: clamp(1.5rem, 2vw, 2.25rem);
    line-height: 0.98;
    font-weight: 800;
}

.sw-logo small {
    color: var(--sw-muted);
    font-size: 0.76rem;
    text-transform: uppercase;
}

.sw-nav,
.sw-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    min-width: 0;
}

.sw-nav {
    overflow: hidden;
}

.sw-nav a {
    color: var(--sw-ink);
    font-size: 0.86rem;
    text-decoration: none;
    padding: 8px 4px;
    white-space: nowrap;
}

.sw-nav a:hover {
    color: var(--sw-caramel);
}

.sw-search-form,
.sw-search {
    display: flex;
    align-items: center;
    border: 1px solid var(--sw-line);
    background: rgba(255, 255, 255, 0.7);
}

.sw-search-form {
    width: min(28vw, 320px);
    height: 42px;
    border-radius: 999px;
    overflow: hidden;
}

.sw-search-form input,
.sw-search input {
    min-width: 0;
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--sw-ink);
    outline: none;
}

.sw-search-form input {
    padding: 0 16px;
    font-size: 0.86rem;
}

.sw-search-form button,
.sw-cart-icon,
.sw-menu-button,
.sw-add {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--sw-line);
    border-radius: 50%;
    background: #fff8ed;
    color: var(--sw-ink);
}

.sw-search-form button {
    border: 0;
    background: transparent;
}

.sw-search-form svg,
.sw-cart-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sw-cart-icon {
    position: relative;
    text-decoration: none;
}

.sw-cart-icon span {
    position: absolute;
    top: -7px;
    inset-inline-end: -7px;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--sw-cocoa);
    color: var(--sw-cream);
    font-size: 0.72rem;
}

.sw-menu-button,
.sw-mobile-drawer {
    display: none;
}

.sw-menu-button span {
    width: 18px;
    height: 1px;
    background: currentColor;
}

.sw-hero,
.sw-categories,
.sw-deals,
.sw-products,
.sw-gifting,
.sw-sections,
.sw-trust {
    margin-block: clamp(28px, 5vw, 76px);
}

.sw-hero {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: clamp(22px, 4vw, 56px);
    align-items: stretch;
    min-height: min(76vh, 760px);
}

.sw-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(22px, 5vw, 58px);
    border: 1px solid var(--sw-line);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(247, 227, 198, 0.52)),
        radial-gradient(circle at top right, rgba(var(--brand-rgb), 0.11), transparent 24rem);
    box-shadow: 0 26px 80px rgba(61, 33, 24, 0.11);
}

.sw-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--sw-caramel);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.sw-eyebrow::before {
    content: "";
    width: 26px;
    height: 1px;
    background: currentColor;
}

.sw-hero h1 {
    max-width: 11ch;
    margin: 16px 0;
    color: var(--sw-cocoa);
    font-size: clamp(46px, 7vw, 104px);
    line-height: 0.95;
}

.sw-hero p,
.sw-section-head p,
.sw-gifting p,
.sw-card p {
    color: var(--sw-muted);
    line-height: 1.7;
}

.sw-hero p {
    max-width: 62ch;
    margin: 0 0 22px;
    font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.sw-search {
    width: min(100%, 620px);
    min-height: 58px;
    display: grid;
    grid-template-columns: 1fr auto;
    overflow: hidden;
    border-radius: 14px;
}

.sw-search input {
    padding: 0 18px;
    font-size: 1rem;
}

.sw-search button,
.sw-button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--sw-cocoa);
    color: var(--sw-cream);
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.sw-button--soft,
.sw-button--paper {
    border-color: var(--sw-line);
    background: rgba(255, 255, 255, 0.72);
    color: var(--sw-cocoa);
}

.sw-button--dark {
    background: var(--sw-cocoa);
    color: var(--sw-cream);
}

.sw-hero__actions,
.sw-gifting__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.sw-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.sw-hero__stats span {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--sw-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.58);
    color: var(--sw-muted);
    font-size: 0.84rem;
}

.sw-hero__stats strong {
    color: var(--sw-cocoa);
    font-size: 1.34rem;
}

.sw-hero__media {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(61, 33, 24, 0.22);
}

.sw-hero__media img,
.sw-gifting > img,
.sw-category img,
.sw-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sw-hero__pick {
    position: absolute;
    inset-inline: 24px;
    bottom: 24px;
    display: grid;
    gap: 6px;
    max-width: 360px;
    padding: 18px;
    border: 1px solid rgba(255, 244, 226, 0.34);
    border-radius: 16px;
    background: rgba(42, 22, 15, 0.78);
    color: var(--sw-cream);
    backdrop-filter: blur(14px);
}

.sw-hero__pick span,
.sw-hero__pick small {
    color: rgba(255, 244, 226, 0.78);
}

.sw-hero__pick strong {
    font-size: 1.2rem;
}

.sw-hero__pick a {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.sw-section-head,
.sw-aisle__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.sw-section-head h2,
.sw-gifting h2 {
    margin: 8px 0 0;
    color: var(--sw-cocoa);
    font-size: clamp(30px, 4.5vw, 58px);
    line-height: 1.02;
}

.sw-section-head p {
    max-width: 58ch;
    margin: 8px 0 0;
}

.sw-section-head > a,
.sw-aisle__head a {
    color: var(--sw-cocoa);
    font-weight: 800;
    text-decoration: none;
}

.sw-category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.sw-category {
    position: relative;
    min-width: 0;
    min-height: 250px;
    overflow: hidden;
    border-radius: 14px;
    color: #fff;
    text-decoration: none;
    background: var(--sw-cocoa);
}

.sw-category img {
    transition: transform 0.45s ease;
}

.sw-category::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 34%, rgba(42, 22, 15, 0.86));
}

.sw-category span {
    position: absolute;
    inset-inline: 14px;
    bottom: 14px;
    z-index: 1;
    display: grid;
    gap: 4px;
}

.sw-category strong {
    font-size: 1.03rem;
}

.sw-category small {
    color: rgba(255, 255, 255, 0.76);
}

.sw-category:hover img,
.sw-card:hover img {
    transform: scale(1.045);
}

.sw-deal-grid,
.sw-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 16px;
}

.sw-product-grid--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sw-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--sw-line);
    border-radius: 14px;
    background: rgba(255, 248, 237, 0.82);
    box-shadow: 0 16px 50px rgba(61, 33, 24, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.sw-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 68px rgba(61, 33, 24, 0.13);
}

.sw-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--sw-paper);
}

.sw-card__media img {
    transition: transform 0.45s ease;
}

.sw-badge {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--sw-caramel);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 800;
}

.sw-badge--soft {
    background: rgba(42, 22, 15, 0.74);
}

.sw-card__body {
    display: grid;
    gap: 9px;
    padding: 15px;
}

.sw-card__name {
    color: var(--sw-cocoa);
    font-size: 1.03rem;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
}

.sw-card p {
    min-height: 52px;
    margin: 0;
    font-size: 0.9rem;
}

.sw-card__unit {
    width: fit-content;
    padding: 6px 9px;
    border: 1px solid var(--sw-line);
    border-radius: 999px;
    color: var(--sw-muted);
    font-size: 0.78rem;
}

.sw-card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.sw-price {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.sw-price strong {
    color: var(--sw-cocoa);
    font-size: 1.02rem;
}

.sw-price del {
    color: var(--sw-muted);
    font-size: 0.82rem;
}

.sw-add {
    flex: 0 0 auto;
    background: var(--sw-cocoa);
    color: var(--sw-cream);
    font-size: 1.2rem;
    font-weight: 800;
}

.sw-add:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.sw-gifting {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    min-height: 460px;
    overflow: hidden;
    border-radius: 18px;
    background: var(--sw-cocoa);
    color: var(--sw-cream);
}

.sw-gifting > img {
    min-height: 460px;
}

.sw-gifting__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: clamp(24px, 4.5vw, 58px);
    background:
        radial-gradient(circle at top right, rgba(199, 154, 70, 0.2), transparent 22rem),
        linear-gradient(135deg, #3d2118 0%, #2a160f 100%);
}

.sw-gifting h2,
.sw-gifting p {
    color: var(--sw-cream);
}

.sw-gifting p {
    max-width: 58ch;
    margin: 14px 0 0;
}

.sw-gifting .sw-eyebrow {
    color: #e7c06f;
}

.sw-aisle {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--sw-line);
}

.sw-aisle__head h3 {
    margin: 0;
    color: var(--sw-cocoa);
    font-size: clamp(22px, 3vw, 34px);
}

.sw-trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.sw-trust div {
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--sw-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.58);
}

.sw-trust span {
    color: var(--sw-caramel);
    font-size: 0.78rem;
    font-weight: 900;
}

.sw-trust strong,
.sw-trust small {
    display: block;
}

.sw-trust strong {
    margin-top: 10px;
    color: var(--sw-cocoa);
}

.sw-trust small {
    margin-top: 5px;
    color: var(--sw-muted);
    line-height: 1.55;
}

.sw-empty {
    padding: 28px;
    border: 1px dashed var(--sw-line);
    border-radius: 14px;
    color: var(--sw-muted);
    background: rgba(255, 255, 255, 0.52);
}

.sw-footer {
    margin-top: clamp(44px, 7vw, 96px);
    color: var(--sw-cream);
}

.sw-footer__top {
    display: grid;
    grid-template-columns: 1.25fr 1fr 0.8fr 0.8fr;
    gap: clamp(20px, 4vw, 42px);
    padding: clamp(28px, 5vw, 58px);
    border-radius: 18px 18px 0 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(199, 154, 70, 0.22), transparent 24rem),
        linear-gradient(135deg, #3d2118 0%, #24110b 100%);
}

.sw-footer h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.08;
}

.sw-footer p,
.sw-footer span,
.sw-footer small {
    color: rgba(255, 244, 226, 0.76);
    line-height: 1.7;
}

.sw-footer a {
    color: #fff;
    text-decoration: none;
}

.sw-footer__locale {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.sw-footer__locale a,
.sw-footer__locale span,
.sw-whatsapp {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
}

.sw-footer__locale .is-active {
    background: rgba(255, 255, 255, 0.12);
}

.sw-contact,
.sw-footer__links {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.sw-whatsapp {
    margin-top: 8px;
    border-color: transparent;
    background: var(--sw-caramel);
}

.sw-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    color: var(--sw-muted);
    font-size: 13px;
}

.sw-footer__bottom p,
.sw-footer__bottom span {
    margin: 0;
    color: var(--sw-muted);
}

[dir="rtl"] .sw-eyebrow {
    letter-spacing: 0;
}

[dir="rtl"] .sw-search,
[dir="rtl"] .store-type-sweets .storefront-search__input,
[dir="rtl"] .sw-card__body,
[dir="rtl"] .sw-footer,
[dir="rtl"] .sw-hero__copy {
    text-align: right;
}

@media (max-width: 1180px) {
    .sw-nav {
        display: none;
    }

    .sw-menu-button {
        display: inline-grid;
    }

    .sw-header-main {
        grid-template-columns: auto 1fr auto;
    }

    .store-type-sweets[data-nav-open="true"] .sw-mobile-drawer {
        display: grid;
    }

    .sw-mobile-drawer {
        position: fixed;
        inset: 0 0 auto;
        z-index: 60;
        padding: 28px;
        gap: 14px;
        background: var(--sw-cream);
        border-bottom: 1px solid var(--sw-line);
        box-shadow: 0 24px 80px rgba(61, 33, 24, 0.18);
    }

    .sw-mobile-drawer a,
    .sw-mobile-drawer button {
        width: fit-content;
        color: var(--sw-ink);
        text-decoration: none;
    }

    .sw-mobile-drawer button {
        border: 0;
        background: transparent;
        font-size: 1.7rem;
    }
}

@media (max-width: 1120px) {
    .sw-hero,
    .sw-gifting,
    .sw-footer__top {
        grid-template-columns: 1fr;
    }

    .sw-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sw-product-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sw-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .sw-utility,
    .sw-header-main,
    .store-type-sweets .storefront-main,
    .sw-footer {
        width: min(100% - 28px, 1320px);
    }

    .sw-utility {
        min-height: 32px;
        font-size: 0.68rem;
    }

    .sw-utility > span:nth-child(2),
    .sw-search-form {
        display: none;
    }

    .sw-header-main {
        min-height: 68px;
        gap: 12px;
    }

    .sw-logo strong {
        font-size: clamp(1.18rem, 7vw, 1.7rem);
    }

    .sw-hero {
        min-height: 0;
    }

    .sw-hero__media {
        min-height: 390px;
        order: -1;
    }

    .sw-hero__copy {
        padding: 22px;
    }

    .sw-hero h1 {
        max-width: 10ch;
        font-size: clamp(38px, 13vw, 58px);
    }

    .sw-search {
        grid-template-columns: 1fr;
    }

    .sw-search button {
        min-height: 46px;
    }

    .sw-hero__stats,
    .sw-category-grid,
    .sw-product-grid--compact,
    .sw-trust {
        grid-template-columns: 1fr;
    }

    .sw-category {
        min-height: 230px;
    }

    .sw-section-head,
    .sw-aisle__head,
    .sw-card__foot,
    .sw-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .sw-card__foot {
        gap: 10px;
    }

    .sw-add {
        inline-size: 100%;
        border-radius: 12px;
    }

    .sw-gifting > img {
        min-height: 280px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sw-card,
    .sw-card__media img,
    .sw-category img {
        transition: none;
    }
}
