/* Mana Shop — Storefront theme */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.store-app {
    font-family: var(--font-store, 'Inter', system-ui, sans-serif);
    -webkit-font-smoothing: antialiased;
}

/* —— Duyuru şeridi —— */
.store-announcement {
    background: linear-gradient(90deg, #1e293b, #334155);
    color: #f8fafc;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 500;
}

.store-announcement__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0.5rem 1rem;
}

.store-announcement-bar {
    --announcement-bg: #000000;
    --announcement-color: #ffffff;
    --announcement-font-size: 15px;
    --announcement-font-weight: 500;
    --announcement-speed: 8s;
    background: var(--announcement-bg);
    color: var(--announcement-color);
    overflow: hidden;
}

.store-announcement-bar__viewport {
    width: 100%;
    overflow: hidden;
}

.store-announcement-bar__track {
    display: flex;
    width: max-content;
    animation: store-announcement-bar-scroll var(--announcement-speed) linear infinite;
}

.store-announcement-bar--pause-on-hover:hover .store-announcement-bar__track {
    animation-play-state: paused;
}

.store-announcement-bar--static .store-announcement-bar__track {
    width: 100%;
    justify-content: center;
    animation: none;
}

.store-announcement-bar--sticky-top {
    position: sticky;
    top: 0;
    z-index: 45;
}

.store-announcement-bar__chunk {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.7rem 2.5rem;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: var(--announcement-font-size);
    font-weight: var(--announcement-font-weight);
    line-height: 1.3;
}

.store-announcement-bar__item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.store-announcement-bar__icon {
    height: 1.1rem;
    width: 1.1rem;
    flex-shrink: 0;
}

.store-announcement-bar__sep {
    opacity: 0.45;
    padding: 0 0.15rem;
}

.store-announcement-bar__text {
    display: inline-block;
}

.store-announcement-bar__link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
    opacity: 0.92;
}

.store-announcement-bar__link:hover {
    opacity: 1;
}

@keyframes store-announcement-bar-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .store-announcement-bar__track {
        width: 100%;
        justify-content: center;
        animation: none;
    }

    .store-announcement-bar__chunk.is-duplicate {
        display: none;
    }
}

/* —— Header shell (sticky stack) —— */
.store-header-shell {
    position: sticky;
    top: 0;
    z-index: 40;
}

.store-header-shell .store-announcement-bar--sticky-top {
    position: relative;
    top: auto;
    z-index: auto;
}

.store-header-shell--compact .store-announcement-bar,
.store-header-shell--compact .store-announcement,
.store-header-shell--compact .store-header__topbar {
    display: none !important;
}

/* —— Header —— */
.store-header {
    position: relative;
    top: auto;
    z-index: 1;
    border-bottom: 1px solid #e8ecf4;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.store-header__bar {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0.75rem 1rem;
}

.store-brand {
    display: inline-flex;
    align-items: center;
    max-width: min(100%, 11rem);
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--color-primary, #f97316);
    text-decoration: none;
}

.store-brand__logo {
    display: block;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.store-brand__text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .store-brand {
        max-width: min(100%, 14rem);
        font-size: 1.5rem;
    }
}

.store-footer__brand {
    max-width: 10rem;
}

.store-footer__brand .store-brand__logo {
    padding: 0.25rem 0.35rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.06);
}

.store-icon-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 0.625rem;
    padding: 0.375rem;
    color: #475569;
    transition: color 0.15s, background 0.15s;
}

.store-icon-link__icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    flex-shrink: 0;
}

.store-icon-link__copy {
    display: inline-flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.08rem;
    line-height: 1.1;
    text-align: left;
}

.store-icon-link__title {
    color: #1f2937;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.015em;
}

.store-icon-link__subtitle {
    color: #6b7280;
    font-size: 0.82rem;
    font-weight: 600;
}

.store-icon-link__subtitle--price {
    color: #f27600;
    font-weight: 800;
}

.store-icon-link__badge {
    position: absolute;
    top: -0.35rem;
    right: -0.5rem;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.14);
    color: #fff !important;
    z-index: 2;
    overflow: visible;
    white-space: nowrap;
}

.store-icon-link__badge .store-count-badge__text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 100%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.6rem;
    font-weight: 800;
    line-height: 1;
}

.store-icon-link__icon-wrap {
    overflow: visible;
}

/* Header: mobil / masaüstü araç ayrımı (tema CSS display override'ına karşı).
   Tailwind `md:contents` purge edilse bile masaüstü aksiyonlar görünür kalsın. */
@media (max-width: 767px) {
    .store-header__desktop-only {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .store-header__mobile-only {
        display: none !important;
    }

    .store-header__desktop-only {
        display: contents !important;
    }

    .store-header__desktop-account {
        display: inline-flex !important;
    }
}

.store-icon-link:hover {
    color: var(--color-primary, #f97316);
    background: #f8fafc;
}

.store-count-badge {
    position: absolute;
    right: -0.25rem;
    top: -0.25rem;
    display: inline-flex;
    height: 1rem;
    min-width: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ef4444;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: #fff !important;
    z-index: 2;
    overflow: visible;
    white-space: nowrap;
}

.store-count-badge[hidden],
[data-cart-badge][hidden],
.store-count-badge:not(:has(.store-count-badge__text:not(:empty))) {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.store-count-badge__text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    min-height: 100%;
    padding: 0 0.25rem;
    font-size: 0.625rem;
    font-weight: 800;
    line-height: 1;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* —— Arama —— */
.store-search-input {
    width: 100%;
    border-radius: 999px;
    border: 2px solid var(--color-primary, #f97316);
    background: #fff;
    padding: 0.625rem 5rem 0.625rem 3rem;
    font-size: 0.875rem;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.store-search-input:focus {
    outline: none;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary, #f97316) 18%, transparent);
}

@media (min-width: 768px) {
    .store-search-input {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

.store-search-submit {
    position: absolute;
    right: 0.375rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 999px;
    background: var(--color-primary, #f97316);
    padding: 0.375rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #fff;
    transition: filter 0.15s, transform 0.15s;
}

.store-search-submit:hover {
    filter: brightness(1.05);
}

.store-search-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 50;
    margin-top: 0.5rem;
    max-height: 24rem;
    overflow-y: auto;
    border-radius: 1rem;
    border: 1px solid #e8ecf4;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.store-search-panel__label {
    padding: 0.5rem 1rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
}

.store-search-hit {
    display: flex;
    gap: 0.75rem;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    transition: background 0.12s;
}

.store-search-hit:hover {
    background: #f8fafc;
}

/* —— Kategori şeridi & mega menü —— */
.store-category-nav {
    display: none;
    border-top: 1px solid #f1f5f9;
    background: #fff;
}

@media (min-width: 768px) {
    .store-category-nav {
        display: block;
    }
}

.store-nav-link {
    display: block;
    padding: 0.625rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    transition: color 0.15s;
}

button.store-nav-link {
    width: 100%;
    border: 0;
    background: transparent;
    font: inherit;
    text-align: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.store-nav-link:hover {
    color: var(--color-primary, #f97316);
}

.store-category-nav--with-menu .store-nav-link {
    position: relative;
}

.store-category-nav--with-menu .store-nav-link.is-active {
    color: var(--color-primary, #f97316);
}

.store-category-nav--with-menu .store-nav-link.is-active::after {
    content: "";
    position: absolute;
    left: 0.55rem;
    right: 0.55rem;
    bottom: 0;
    height: 2px;
    background: var(--color-primary, #f97316);
}

.store-mega-menu__link.is-active {
    color: var(--color-primary, #f97316);
    background: color-mix(in srgb, var(--color-primary, #f97316) 8%, #fff);
}

.store-mega-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 50;
    width: 37.5rem;
    border-radius: 0 0 1rem 1rem;
    border: 1px solid #e8ecf4;
    border-top: none;
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
}

/* —— Ürün kartı —— */
.store-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e8ecf4;
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s;
}

.store-product-card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 28%, #e8ecf4);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.store-product-card__media {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    overflow: hidden;
    padding: 0;
    background: #ffffff;
    contain: layout style;
    --card-media-inset: 0.65rem;
    --card-media-footer-space: 2.15rem;
    touch-action: pan-y;
}

.store-product-card__media-link {
    position: absolute;
    top: var(--card-media-inset);
    right: var(--card-media-inset);
    bottom: var(--card-media-footer-space);
    left: var(--card-media-inset);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 0;
    min-width: 0;
}

.store-product-card__image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.store-product-card__media img {
    object-fit: contain;
    object-position: center;
}

.store-product-card__media-footer {
    position: absolute;
    left: var(--card-media-inset, 0.65rem);
    right: var(--card-media-inset, 0.65rem);
    bottom: calc(var(--card-media-inset, 0.65rem) * 0.85);
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    min-height: 1.6rem;
    pointer-events: none;
}

.store-product-card__media-footer-spacer {
    flex: 1 1 auto;
}

.store-product-card__gallery-dots {
    position: static;
    left: auto;
    bottom: auto;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.28rem 0.45rem;
    border-radius: 999px;
    background: rgba(120, 120, 120, 0.55);
    transform: none;
    pointer-events: auto;
    flex-shrink: 0;
}

.store-product-card__gallery-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.35rem;
    height: 0.35rem;
    min-width: 0.35rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    opacity: 0.95;
    cursor: pointer;
    appearance: none;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.store-product-card__gallery-dot.is-active {
    background: #1f2937;
    transform: scale(1.05);
}

.store-product-card__gallery-dot.is-video {
    width: 0.35rem;
    height: 0.35rem;
    min-width: 0.35rem;
    padding: 0;
}

.store-product-card__gallery-dot.is-video.is-active {
    width: 0.45rem;
    height: 0.45rem;
    min-width: 0.45rem;
}

.store-product-card__gallery-dot__play {
    font-size: 0.28rem;
    line-height: 1;
    color: #64748b;
}

.store-product-card__gallery-dot.is-video.is-active .store-product-card__gallery-dot__play {
    color: #ffffff;
}

@media (max-width: 767px) {
    .store-product-card__gallery-dot {
        width: 0.5rem;
        height: 0.5rem;
        min-width: 0.5rem;
        box-shadow: 0 0 0 0.45rem transparent;
    }

    .store-product-card__gallery-dot.is-video.is-active {
        width: 0.55rem;
        height: 0.55rem;
        min-width: 0.55rem;
    }
}

.store-product-card__image-stage {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #ffffff;
}

.store-product-card__video-shell {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
    background: #000;
}

.store-product-card__video-embed {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    background: #000;
}

.store-product-card__video-embed--iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320%;
    height: 320%;
    min-width: 320%;
    min-height: 320%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}

.store-product-card__video-play {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.35);
    color: #fff;
    font-size: 1.5rem;
    pointer-events: none;
}

.store-product-card__quick-view {
    position: static;
    left: auto;
    bottom: auto;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    max-width: none;
    padding: 0.3rem 0.55rem;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.1);
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    color: var(--color-primary, #f97316);
    opacity: 0;
    pointer-events: none;
    transform: none;
    transition: opacity 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: auto;
}

.store-product-card:hover .store-product-card__quick-view,
.store-product-card:focus-within .store-product-card__quick-view {
    opacity: 1;
    pointer-events: auto;
}

.store-product-card__quick-view:hover {
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.16);
}

.store-product-card__discount-badge {
    position: absolute;
    left: calc(var(--card-media-inset, 0.65rem) + 0.35rem);
    top: calc(var(--card-media-inset, 0.65rem) + 0.35rem);
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 999px;
    background: #ef4444;
    padding: 0.2rem;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(239, 68, 68, 0.35);
}

.store-product-card__discount-badge-rate {
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.store-product-card__discount-badge-label {
    margin-top: 0.12rem;
    font-size: 0.4375rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.store-product-card__media--free-shipping,
.store-product-card__media--promo-badges {
    --card-media-footer-space: 2.95rem;
}

.store-product-card__promo-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    gap: 0;
    pointer-events: none;
}

.store-product-card__promo-badge {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    min-width: 0;
    min-height: 1.45rem;
    padding: 0.28rem 0.4rem;
    font-size: 0.5625rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    color: #fff;
}

.store-product-card__promo-badge span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-product-card__promo-badge-icon {
    height: 0.7rem;
    width: 0.7rem;
    flex-shrink: 0;
}

.store-product-card__promo-badge--shipping {
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--color-primary, #f97316) 90%, #000000) 0%,
        var(--color-primary, #f97316) 48%,
        color-mix(in srgb, var(--color-primary, #f97316) 62%, #ffffff) 100%
    );
    color: var(--color-primary-text, #ffffff);
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--color-primary-text, #ffffff) 18%, transparent);
}

.store-product-card__promo-badge--campaign {
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--color-secondary, #6366f1) 88%, #000000) 0%,
        var(--color-secondary, #6366f1) 52%,
        color-mix(in srgb, var(--color-secondary, #6366f1) 58%, #ffffff) 100%
    );
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.store-product-card__promo-strip[data-promo-count="2"] .store-product-card__promo-badge {
    font-size: 0.5rem;
    padding-inline: 0.28rem;
}

.store-product-card__shipping-ribbon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 1.45rem;
    padding: 0.28rem 0.55rem;
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--color-primary, #f97316) 90%, #000000) 0%,
        var(--color-primary, #f97316) 48%,
        color-mix(in srgb, var(--color-primary, #f97316) 62%, #ffffff) 100%
    );
    color: var(--color-primary-text, #ffffff);
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    pointer-events: none;
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--color-primary-text, #ffffff) 18%, transparent);
}

.store-product-card__shipping-ribbon-icon {
    height: 0.75rem;
    width: 0.75rem;
    flex-shrink: 0;
}

.store-product-card__media--free-shipping .store-product-card__media-footer,
.store-product-card__media--promo-badges .store-product-card__media-footer {
    bottom: calc(1.55rem + var(--card-media-inset, 0.65rem) * 0.35);
}

.store-product-card__body {
    flex: 1;
    padding: 0.75rem;
}

.store-product-card__body-link {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    text-decoration: none;
}

.store-product-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.75em;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0f172a;
    transition: color 0.15s;
}

.store-product-card:hover .store-product-card__title {
    color: var(--color-primary, #f97316);
}

.store-product-card__brand {
    font-weight: 700;
}

.store-product-card__name {
    font-weight: inherit;
}

.store-product-card__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.store-product-card__discount-chip {
    display: none;
}

.store-product-card__rating {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-top: 0.35rem;
    font-size: 0.75rem;
    color: #64748b;
}

.store-product-card__rating-stars {
    color: #f59e0b;
    font-size: 0.6875rem;
    line-height: 1;
}

.store-product-card__rating-value {
    font-weight: 600;
    color: #334155;
}

.store-product-card__rating-count {
    color: #94a3b8;
}

.store-product-card__foot {
    display: flex;
    align-items: center;
    margin-top: auto;
    gap: 0.5rem;
    border-top: 1px solid #f1f5f9;
    padding: 0.55rem 0.65rem;
}

.store-product-card__foot .store-product-card__price-row {
    flex: 1;
    min-width: 0;
}

.store-product-card__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    flex-shrink: 0;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.store-product-card__icon-btn:hover {
    border-color: #cbd5e1;
    color: #0f172a;
    transform: translateY(-1px);
}

.store-product-card__icon-btn.is-active {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 45%, #fff);
    background: color-mix(in srgb, var(--color-primary, #f97316) 12%, #fff);
    color: var(--color-primary, #f97316);
}

.store-product-card__icon-btn-svg {
    width: 1rem;
    height: 1rem;
}

.store-product-card__quick-actions {
    pointer-events: auto;
}

.store-product-card__quick-actions .store-icon-btn {
    width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 6px rgba(15, 23, 42, 0.14);
    color: #64748b;
}

.store-product-card__quick-actions .store-icon-btn:hover {
    color: #0f172a;
    transform: none;
}

.store-product-card__quick-actions .store-icon-btn.is-active {
    color: var(--color-primary, #f97316);
    background: color-mix(in srgb, var(--color-primary, #f97316) 10%, #ffffff);
}

.store-product-card__quick-actions .store-icon-btn--compare.is-active {
    color: #ffffff;
    background: #1f2937;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.18);
}

.store-product-card__cart-btn {
    display: inline-flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: none;
    border-radius: 999px;
    background: #0f172a;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.store-product-card__cart-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
}

.store-product-card__cart-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.store-product-card__cart-btn-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.store-product-card__cart-btn-loading {
    letter-spacing: 0.08em;
}

/* —— Bölüm başlığı & karusel —— */
.store-section {
    max-width: 80rem;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.store-section__title {
    margin-bottom: 1.25rem;
    font-size: clamp(1.25rem, 2.4vw, 1.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.store-carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.store-carousel::-webkit-scrollbar {
    display: none;
}

.store-carousel__item {
    width: 11rem;
    flex-shrink: 0;
    scroll-snap-align: start;
}

@media (min-width: 640px) {
    .store-carousel__item {
        width: 13rem;
    }
}

@media (min-width: 768px) {
    .store-carousel__item {
        width: 14rem;
    }
}

.store-product-rail {
    position: relative;
}

.store-product-rail__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.store-product-rail__see-all {
    margin-left: auto;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease;
}

.store-product-rail__see-all:hover {
    color: var(--color-primary, #f97316);
}

.store-product-rail__head .store-section__title {
    margin-bottom: 0;
}

.store-product-rail__head--nav-only {
    justify-content: flex-end;
    margin-bottom: 0.65rem;
}

.store-product-rail__head--with-extras {
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 0.85rem;
}

.store-product-rail__head-extras {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.store-product-rail__head--with-extras .store-product-rail__nav {
    margin-left: auto;
    flex-shrink: 0;
}

.store-product-rail--columns .store-product-rail__viewport {
    container-type: inline-size;
    container-name: product-rail;
}

.store-product-rail--columns .store-product-rail__item {
    width: calc(
        (100cqw - (var(--rail-columns-mobile, 2) - 1) * var(--rail-gap, 1rem)) / var(--rail-columns-mobile, 2)
    );
}

@media (min-width: 640px) {
    .store-product-rail--columns .store-product-rail__item {
        width: calc(
            (100cqw - (var(--rail-columns, 4) - 1) * var(--rail-gap, 1rem)) / var(--rail-columns, 4)
        );
    }
}

.store-product-rail__viewport {
    position: relative;
    display: flex;
    align-items: stretch;
}

.store-product-rail__track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 0.35rem;
}

.store-product-rail__track::-webkit-scrollbar {
    display: none;
}

.store-product-rail__item {
    width: 11.5rem;
    flex-shrink: 0;
    scroll-snap-align: start;
    display: flex;
}

.store-product-rail__item > .store-product-card {
    flex: 1;
    width: 100%;
    min-height: 100%;
    align-self: stretch;
}

.store-product-rail__item > .store-product-card .store-product-card__media {
    width: 100%;
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    height: auto;
    min-height: 0;
}

.store-product-rail--showcase .store-product-rail__item {
    width: 15.5rem;
}

.store-product-rail--compact .store-product-rail__item {
    width: 10rem;
}

.store-product-rail--compact.store-product-rail--showcase .store-product-rail__item {
    width: 10.5rem;
}

.store-product-rail__nav {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.store-product-rail__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.store-product-rail__arrow:hover:not(:disabled) {
    transform: translateY(-1px);
}

.store-product-rail__arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.store-product-rail__arrow svg {
    width: 1rem;
    height: 1rem;
}

.store-product-rail__arrow--edge {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
}

.store-product-rail__arrow--edge:hover:not(:disabled) {
    transform: translateY(-50%);
    filter: brightness(1.03);
}

.store-product-rail__arrow--edge:disabled {
    opacity: 0;
    pointer-events: none;
}

.store-product-rail__arrow--prev {
    left: 0.15rem;
}

.store-product-rail__arrow--next {
    right: 0.15rem;
}

.store-product-rail__dots {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    margin-top: 0.85rem;
}

.store-product-rail__dot {
    width: 0.5rem;
    height: 0.5rem;
    border: none;
    border-radius: 999px;
    background: #d1d5db;
    padding: 0;
    transition: width 0.2s ease, background-color 0.2s ease;
}

.store-product-rail__dot.is-active {
    width: 1.25rem;
    background: #3e8da8;
}

.store-product-rail__see-all-card {
    display: flex;
    align-self: stretch;
}

.store-product-rail__see-all-tile {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 100%;
    border-radius: 0.75rem;
    background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--color-primary, #f97316) 82%, #ffffff) 0%,
        var(--color-primary, #f97316) 38%,
        color-mix(in srgb, var(--color-primary, #f97316) 52%, var(--color-secondary, #1f2937)) 68%,
        var(--color-secondary, #1f2937) 100%
    );
    padding: 1rem;
    color: var(--color-primary-text, #ffffff);
    text-decoration: none;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--color-primary, #f97316) 24%, transparent);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.store-product-rail__see-all-tile:hover {
    background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--color-primary-hover, #ea580c) 82%, #ffffff) 0%,
        var(--color-primary-hover, #ea580c) 38%,
        color-mix(in srgb, var(--color-primary-hover, #ea580c) 52%, var(--color-secondary, #1f2937)) 68%,
        color-mix(in srgb, var(--color-secondary, #1f2937) 92%, #000000) 100%
    );
    transform: translateY(-2px);
    box-shadow: 0 14px 28px color-mix(in srgb, var(--color-primary, #f97316) 30%, transparent);
}

.store-product-rail__see-all-tile-text {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.store-product-rail__see-all-tile-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1.5px solid rgba(255, 255, 255, 0.92);
    border-radius: 999px;
}

.store-product-rail__see-all-tile-icon svg {
    width: 1rem;
    height: 1rem;
}

.store-product-card--showcase {
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.store-product-card--showcase .store-product-card__body {
    padding: 0.9rem 0.95rem 0.35rem;
}

.store-product-card--showcase .store-product-card__title {
    font-size: 0.9375rem;
    font-weight: 600;
}

.store-product-card--showcase .store-product-card__foot {
    padding: 0.65rem 0.95rem 0.85rem;
}

.store-product-rail--compact .store-product-card--showcase .store-product-card__body {
    padding: 0.65rem 0.7rem 0.25rem;
}

.store-product-rail--compact .store-product-card--showcase .store-product-card__title {
    font-size: 0.8125rem;
}

.store-product-rail--compact .store-product-card--showcase .store-product-card__foot {
    padding: 0.5rem 0.7rem 0.65rem;
}

.store-countdown-deal__products .store-product-rail--compact .store-product-rail__item {
    width: 9.25rem;
}

.store-countdown-deal__products .store-product-rail__track {
    gap: 0.75rem;
}

.store-countdown-deal {
    padding: 1.5rem 0 2rem;
}

.store-countdown-deal__page {
    padding-top: 0;
    padding-bottom: 0;
}

.store-countdown-deal__layout {
    display: grid;
    gap: 1.5rem;
    padding: 1.25rem;
    border-radius: 1.25rem;
    background:
        radial-gradient(circle at 0% 0%, rgba(99, 102, 241, 0.08) 0%, transparent 42%),
        linear-gradient(135deg, #f8fafc 0%, #eef2ff 48%, #f8fafc 100%);
}

.store-countdown-deal__intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.85rem;
}

.store-countdown-deal__eyebrow {
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #0f172a;
}

.store-countdown-deal__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.store-countdown-deal__subtitle {
    max-width: 24rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #64748b;
}

.store-countdown-deal__timer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.store-countdown-deal__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 4.25rem;
    min-height: 4.6rem;
    border-radius: 0.85rem;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    padding: 0.55rem 0.75rem;
}

.store-countdown-deal__value {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    color: #0f172a;
    font-variant-numeric: tabular-nums;
}

.store-countdown-deal__label {
    margin-top: 0.25rem;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #94a3b8;
}

.store-countdown-deal__sep {
    font-size: 1.25rem;
    font-weight: 700;
    color: #94a3b8;
}

.store-countdown-deal__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    width: fit-content;
    margin-top: 0.35rem;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    padding: 0.8rem 0.85rem 0.8rem 1.2rem;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.store-countdown-deal__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}

.store-countdown-deal__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
}

.store-countdown-deal__cta-icon svg {
    width: 1rem;
    height: 1rem;
}

.store-countdown-deal__products {
    min-width: 0;
}

@media (min-width: 640px) {
    .store-product-rail__item {
        width: 13rem;
    }

    .store-product-rail--columns .store-product-rail__item {
        width: calc(
            (100cqw - (var(--rail-columns, 4) - 1) * var(--rail-gap, 1rem)) / var(--rail-columns, 4)
        );
    }

    .store-product-rail--showcase .store-product-rail__item {
        width: 16.5rem;
    }

    .store-product-rail--compact .store-product-rail__item {
        width: 11rem;
    }

    .store-product-rail--compact.store-product-rail--showcase .store-product-rail__item {
        width: 11.5rem;
    }

    .store-countdown-deal__products .store-product-rail--compact .store-product-rail__item {
        width: 10rem;
    }
}

@media (min-width: 1024px) {
    .store-countdown-deal__layout {
        grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr);
        align-items: center;
        gap: 2rem;
        padding: 1.75rem 1.5rem;
    }

    .store-product-rail--showcase .store-product-rail__item {
        width: 18rem;
    }

    .store-product-rail--columns.store-product-rail--showcase .store-product-rail__item,
    .store-product-rail--columns .store-product-rail__item {
        width: calc(
            (100cqw - (var(--rail-columns, 4) - 1) * var(--rail-gap, 1rem)) / var(--rail-columns, 4)
        );
    }

    .store-product-rail--compact.store-product-rail--showcase .store-product-rail__item {
        width: 12rem;
    }

    .store-countdown-deal__products .store-product-rail--compact .store-product-rail__item {
        width: 10.5rem;
    }
}

/* —— Footer —— */
.store-footer {
    margin-top: 4rem;
    border-top: 1px solid #1e293b;
    background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
    color: #94a3b8;
}

.store-footer a:hover {
    color: var(--color-primary, #fb923c);
}

.store-footer__grid {
    max-width: 80rem;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    padding: 3rem 1rem;
}

@media (min-width: 768px) {
    .store-footer__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.store-footer__bottom {
    border-top: 1px solid #1e293b;
    padding: 1rem;
    text-align: center;
    font-size: 0.75rem;
    color: #64748b;
}

/* —— Mobil alt nav —— */
.store-mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 40;
    width: 100%;
    max-width: 100vw;
    display: flex;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    background: rgba(255, 255, 255, 0.96);
    padding: 0.25rem 0.15rem calc(0.35rem + env(safe-area-inset-bottom));
    backdrop-filter: blur(16px) saturate(1.2);
    box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.08);
}

@media (min-width: 768px) {
    .store-mobile-nav {
        display: none;
    }
}

.store-mobile-nav__link {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    padding: 0.5rem 0.15rem 0.35rem;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #64748b;
    transition: color 0.2s ease, transform 0.15s ease;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.store-mobile-nav__link:active {
    transform: scale(0.96);
}

.store-mobile-nav__link.is-active::before {
    content: none;
}

.store-mobile-nav__icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.store-mobile-nav__badge {
    position: absolute;
    top: -0.4rem;
    right: -0.55rem;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.16);
    background: var(--color-primary, #f97316);
}

.store-mobile-nav__badge .store-count-badge__text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 100%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.5625rem;
    line-height: 1;
    font-weight: 800;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.store-mobile-nav__link.is-active,
.store-mobile-nav__link.is-active .store-mobile-nav__label {
    color: var(--color-primary, #f97316);
}

.store-mobile-nav__link.is-active svg {
    color: var(--color-primary, #f97316);
}

.store-mobile-nav__icon--filled svg {
    fill: currentColor;
}

.store-mobile-nav__link:not(.is-active) .store-mobile-nav__icon svg {
    fill: none;
}

body.store-drawer-open .store-mobile-nav {
    visibility: hidden;
    pointer-events: none;
}

body.store-drawer-open .store-header__mobile-only,
body.store-drawer-open .store-chat-fab {
    visibility: hidden;
    pointer-events: none;
}

.store-mobile-nav__link svg {
    flex-shrink: 0;
    stroke: currentColor;
}

.store-mobile-nav__label {
    display: block;
    line-height: 1.1;
}

/* —— Mobil tam ekran arama —— */
.store-mobile-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
}

.store-mobile-search-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
}

.store-mobile-search-overlay__panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.store-mobile-search-overlay__head {
    display: flex;
    justify-content: flex-end;
    padding: 0.65rem 1rem 0;
    padding-top: calc(0.65rem + env(safe-area-inset-top));
}

.store-mobile-search-overlay__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #0f172a;
    cursor: pointer;
}

.store-mobile-search-overlay__body {
    flex: 1;
    overflow: auto;
    padding: 0.5rem 1rem calc(1.5rem + env(safe-area-inset-bottom));
    -webkit-overflow-scrolling: touch;
}

.store-mobile-search-overlay .store-search--modern {
    width: 100%;
}

.store-mobile-search-overlay .store-search__form--modern {
    position: relative;
}

body.store-mobile-search-open .store-mobile-search-overlay .store-search-input--modern,
body.store-mobile-search-open .store-mobile-search-overlay .store-search--modern .store-search-input,
body.store-mobile-search-open .store-mobile-search-overlay .store-search--expanded .store-search-input--modern,
body.store-mobile-search-open .store-mobile-search-overlay .store-search--expanded.store-search--modern .store-search-input {
    width: 100%;
    padding: 0.85rem 1rem 0.85rem 3rem !important;
    border-radius: 0.85rem !important;
    font-size: 1rem !important;
    line-height: 1.35;
    border-width: 1px !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

body.store-mobile-search-open .store-mobile-search-overlay .store-search--expanded .store-search-input--modern,
body.store-mobile-search-open .store-mobile-search-overlay .store-search--expanded.store-search--modern .store-search-input {
    padding: 0.85rem 1rem 0.85rem 3rem !important;
}

body.store-mobile-search-open .store-mobile-search-overlay .store-search__icon-wrap {
    left: 0.8rem !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
    transform: translateY(-50%);
    background: transparent !important;
}

.store-mobile-search-overlay .store-search-close-btn {
    display: none !important;
}

.store-mobile-search-overlay .store-search--expanded .store-search__form,
.store-mobile-search-overlay .store-search:focus-within .store-search__form {
    border-radius: 0.85rem;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

.store-mobile-search-overlay .store-search-panel {
    position: static;
    margin-top: 0.75rem;
    max-height: none;
    box-shadow: none;
    border: 1px solid #e2e8f0;
}

body.store-mobile-search-open {
    overflow: hidden;
}

@media (min-width: 768px) {
    .store-mobile-search-overlay {
        display: none !important;
    }
}

/* —— Toast —— */
.store-toast {
    --store-toast-accent: var(--color-primary, #f27a1a);
    position: fixed;
    right: 1rem;
    top: 5rem;
    z-index: 120;
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    overflow: hidden;
    max-width: min(22rem, calc(100vw - 2rem));
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 0.9rem 0.9rem 0.9rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172a;
    box-shadow:
        0 20px 48px -12px rgba(15, 23, 42, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.store-toast--error {
    --store-toast-accent: #dc2626;
}

.store-toast--info {
    --store-toast-accent: #0284c7;
}

.store-toast__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 2rem;
    width: 2rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--store-toast-accent) 14%, #ffffff);
    color: var(--store-toast-accent);
}

.store-toast__message {
    flex: 1;
    align-self: center;
    line-height: 1.45;
}

.store-toast__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 1.6rem;
    width: 1.6rem;
    margin: -0.15rem -0.15rem 0 0;
    border-radius: 999px;
    border: 0;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.store-toast__close:hover {
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
}

.store-toast__progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        var(--store-toast-accent),
        color-mix(in srgb, var(--store-toast-accent) 55%, #ffffff)
    );
    transform-origin: left;
    animation: store-toast-progress 3.5s linear forwards;
}

.store-toast--enter {
    transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.store-toast--leave {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.store-toast--enter-start {
    opacity: 0;
    transform: translateX(1.5rem) scale(0.97);
}

.store-toast--enter-end {
    opacity: 1;
    transform: translateX(0) scale(1);
}

@keyframes store-toast-progress {
    from {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
}

/* —— Çerez bandı —— */
.store-cookie {
    position: fixed;
    bottom: 5rem;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .store-cookie {
        bottom: 1rem;
        left: 1rem;
        right: auto;
        max-width: 24rem;
        padding: 0;
    }
}

.store-cookie__card {
    border-radius: 1rem;
    border: 1px solid #e8ecf4;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.12);
}

.store-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-button, 0.75rem);
    background: var(--color-primary, #f97316);
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    transition: filter 0.15s, transform 0.15s;
}

.store-btn-primary:hover {
    filter: brightness(1.05);
}

.store-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-button, 0.75rem);
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
}

.store-btn-secondary:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
}

/* —— Skeleton —— */
@keyframes store-shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.store-skeleton {
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #f1f5f9 0%, #e2e8f0 40%, #f1f5f9 80%);
    background-size: 200% 100%;
    animation: store-shimmer 1.4s ease-in-out infinite;
}

/* —— Mobil drawer —— */
.store-drawer-backdrop {
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px);
}

.store-drawer {
    background: #fff;
    box-shadow: 8px 0 40px rgba(15, 23, 42, 0.15);
}

/* —— Sayfa iskeleti —— */
.store-page {
    max-width: 80rem;
    margin: 0 auto;
    padding: 1.5rem 1rem 2rem;
}

.store-page__title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
}

@media (min-width: 768px) {
    .store-page__title {
        font-size: 1.875rem;
    }
}

.store-breadcrumb {
    margin-bottom: 1rem;
    font-size: 0.8125rem;
    color: #64748b;
}

.store-breadcrumb a:hover {
    color: var(--color-primary, #f97316);
}

.store-breadcrumb [aria-current] {
    color: #0f172a;
    font-weight: 500;
}

@media (max-width: 767px) {
    .store-app--pdp .store-breadcrumb {
        display: none;
    }
}

/* —— Kart panel —— */
.store-panel {
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.store-panel--muted {
    background: #f8fafc;
    border-color: #f1f5f9;
}

.store-panel__padding {
    padding: 1rem;
}

@media (min-width: 768px) {
    .store-panel__padding {
        padding: 1.5rem;
    }
}

/* —— Form —— */
.store-input {
    width: 100%;
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 0.5rem 0.875rem;
    font-size: 0.875rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.store-input:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 50%, #e2e8f0);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary, #f97316) 12%, transparent);
}

.store-input--sm {
    padding: 0.375rem 0.625rem;
    font-size: 0.8125rem;
}

.store-select {
    border-radius: 0.75rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
}

/* —— Filtre sidebar —— */
.store-filter-sidebar {
    position: sticky;
    top: 5.5rem;
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: #fff;
    padding: 1.25rem;
}

.store-filter-group__title {
    margin-bottom: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #334155;
}

.store-filter-drawer {
    position: fixed;
    inset: 0;
    z-index: 80;
}

.store-filter-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
}

.store-filter-drawer__sheet {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 1.25rem 1.25rem 0 0;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 -12px 48px rgba(15, 23, 42, 0.15);
}

.store-filter-drawer__sheet--fullscreen {
    inset: 0;
    max-height: none;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    box-shadow: none;
}

.store-filter-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-shrink: 0;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid #eef2f7;
    background: #ffffff;
}

.store-filter-drawer__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
}

.store-filter-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    cursor: pointer;
}

.store-filter-drawer__body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.35rem 1rem 1.25rem;
}

.store-filter-drawer__footer {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 0.65rem;
    flex-shrink: 0;
    padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom));
    border-top: 1px solid #eef2f7;
    background: #ffffff;
}

.store-filter-drawer__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
}

.store-filter-drawer__apply {
    min-height: 2.85rem;
    border-radius: 999px;
    font-size: 0.8125rem;
}

.store-filter-group__options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.store-filter-groups--sheet .store-filter-group {
    padding: 1rem 0;
    border-bottom: 1px solid #eef2f7;
}

.store-filter-groups--sheet .store-filter-group--last {
    border-bottom: 0;
}

.store-filter-groups--sheet .store-filter-group__title {
    margin-bottom: 0.75rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #334155;
}

.store-filter-groups--sheet .store-chip--filter {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: #eef2f7;
    color: #334155;
    font-size: 0.8125rem;
    font-weight: 600;
}

.store-filter-groups--sheet .store-chip--filter.store-chip--active {
    background: color-mix(in srgb, var(--color-primary, #f27a1a) 14%, #ffffff);
    color: var(--color-primary, #f27a1a);
    box-shadow: inset 0 0 0 1.5px var(--color-primary, #f27a1a);
}

.store-filter-groups--sheet .store-swatch-option {
    width: 2.35rem;
    height: 2.35rem;
    padding: 0.2rem;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
}

.store-filter-groups--sheet .store-swatch-option.is-selected {
    border-color: var(--color-primary, #f27a1a);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary, #f27a1a) 25%, transparent);
}

.store-filter-groups--sheet .store-swatch {
    width: 100%;
    height: 100%;
    border-radius: 999px;
}

.store-filter-groups--sheet .store-filter-option {
    padding: 0.7rem 0.15rem;
}

.store-filter-groups--sheet .store-filter-option__count {
    min-width: 1.5rem;
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
    background: #eef2f7;
    font-size: 0.7rem;
    font-weight: 700;
    color: #64748b;
    text-align: center;
}

.store-listing-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 2.4rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #ffffff;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #334155;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    cursor: pointer;
}

.store-listing-filter-btn__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: var(--color-primary, #f27a1a);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
}

/* —— Chip / görünüm —— */
.store-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #f1f5f9;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    transition: background 0.15s, color 0.15s;
}

.store-chip:hover {
    background: #e2e8f0;
}

.store-chip--active,
.store-view-btn.is-active {
    background: color-mix(in srgb, var(--color-primary, #f97316) 15%, #fff);
    color: var(--color-primary, #f97316);
}

.store-chip--dismiss {
    cursor: pointer;
    border: none;
    transition: opacity 0.15s;
}

.store-chip--dismiss:hover {
    opacity: 0.85;
}

/* —— Renk swatch —— */
.store-swatch {
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 999px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #cbd5e1;
}

.store-swatch-option {
    display: inline-flex;
    cursor: pointer;
    border-radius: 999px;
    padding: 2px;
    border: 2px solid transparent;
    transition: border-color 0.15s;
}

.store-swatch-option.is-selected {
    border-color: var(--color-primary, #f97316);
}

.store-variant-btn--swatch {
    padding: 0.375rem;
    min-width: 2.25rem;
}

.store-variant-btn--swatch .store-swatch {
    height: 1.25rem;
    width: 1.25rem;
}

/* —— SSS accordion —— */
.store-accordion {
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: #fff;
    overflow: hidden;
}

.store-accordion__summary {
    cursor: pointer;
    padding: 1rem 1.25rem;
    font-weight: 600;
    color: #0f172a;
    list-style: none;
}

.store-accordion__summary::-webkit-details-marker {
    display: none;
}

.store-accordion[open] .store-accordion__summary {
    border-bottom: 1px solid #f1f5f9;
}

.store-accordion__body {
    padding: 0 1.25rem 1rem;
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.6;
}

.store-view-btn {
    border-radius: 0.5rem;
    padding: 0.5rem;
    color: #64748b;
    transition: background 0.15s, color 0.15s;
}

/* —— PDP —— */
.store-pdp-gallery-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: #f8fafc;
    touch-action: pan-y;
}

.store-pdp-gallery-wrap .store-pdp-gallery,
.store-pdp-gallery-wrap .store-pdp-gallery--video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    border: 0;
    border-radius: 0;
}

.store-pdp-gallery {
    overflow: hidden;
    background: #f8fafc;
    z-index: 1;
}

.store-pdp-gallery-nav {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.75rem;
    pointer-events: none;
}

.store-pdp-gallery-arrow {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
    color: #334155;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

@media (max-width: 767px) {
    .store-pdp-gallery-arrow {
        width: 2.75rem;
        height: 2.75rem;
    }
}

.store-pdp-gallery-arrow:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.16);
}

.store-pdp-gallery-arrow--prev {
    color: var(--color-primary, #f97316);
}

.store-pdp-gallery--video {
    background: #000;
}

.store-pdp-gallery__iframe-shell,
.store-quick-view__video-shell {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #000;
}

.store-pdp-gallery__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.store-pdp-gallery-dots {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.65rem;
    padding: 0.32rem 0.5rem;
    border-radius: 999px;
    background: rgba(120, 120, 120, 0.55);
}

.store-pdp-gallery-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.4rem;
    height: 0.4rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    opacity: 0.95;
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.store-pdp-gallery-dot.is-active {
    background: #1f2937;
    transform: scale(1.05);
}

.store-pdp-gallery-dot.is-video {
    width: 0.4rem;
    height: 0.4rem;
    min-width: 0.4rem;
    padding: 0;
}

.store-pdp-gallery-dot.is-video.is-active {
    width: 0.55rem;
    height: 0.55rem;
    min-width: 0.55rem;
}

.store-pdp-gallery-dot__play {
    font-size: 0.3rem;
    line-height: 1;
    color: #64748b;
}

.store-pdp-gallery-dot.is-video.is-active .store-pdp-gallery-dot__play {
    color: #ffffff;
}

.store-pdp-admin-edit {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.store-pdp-admin-edit--gallery {
    margin-top: 0;
    margin-bottom: 0.35rem;
}

.store-pdp-admin-edit:hover {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 35%, #e2e8f0);
    color: var(--color-primary, #f97316);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.store-pdp-gallery__iframe--controlled {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    border: 0;
    transform: none;
    top: 0;
    left: 0;
    pointer-events: auto;
}

.store-gallery-youtube {
    position: absolute;
    inset: 0;
    background: #000;
}

.store-gallery-youtube__shell {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.store-gallery-youtube__iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 160%;
    height: 160%;
    min-width: 160%;
    min-height: 160%;
    border: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.store-gallery-youtube__controls {
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.store-gallery-youtube__progress {
    flex: 1 1 auto;
    height: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    overflow: hidden;
}

.store-gallery-youtube__progress-bar {
    height: 100%;
    border-radius: inherit;
    background: #fff;
    transition: width 0.12s linear;
}

.store-gallery-youtube__file {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.store-gallery-youtube--file .store-gallery-youtube__shell {
    position: relative;
    width: 100%;
    height: 100%;
}

.store-lightbox__video-wrap .store-gallery-youtube {
    position: relative;
    width: 100%;
    height: 100%;
}

.store-lightbox__video-wrap .store-gallery-youtube__shell {
    position: absolute;
    inset: 0;
}

.store-lightbox__video-wrap .store-gallery-youtube__controls {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
}

.store-gallery-youtube__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.18);
    color: #334155;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.store-gallery-youtube__btn:hover {
    transform: scale(1.04);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.22);
}

.store-quick-view__video-shell--player {
    overflow: hidden;
    background: #000;
}

.store-quick-view__video-shell .store-quick-view__video--controlled {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    border: 0;
    transform: none;
    pointer-events: auto;
}

.store-quick-view__video-shell .store-quick-view__video--chromeless {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320%;
    height: 320%;
    min-width: 320%;
    min-height: 320%;
    border: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.store-quick-view__image-wrap .store-quick-view__video-shell {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #000;
}

.store-pdp-price-box {
    margin-top: 1.5rem;
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: linear-gradient(180deg, #f8fafc, #fff);
    padding: 1rem 1.25rem;
}

.store-variant-btn {
    border-radius: 0.625rem;
    border: 1px solid #e2e8f0;
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 500;
    transition: border-color 0.15s, background 0.15s;
}

.store-variant-btn.is-selected {
    border-color: var(--color-primary, #f97316);
    background: color-mix(in srgb, var(--color-primary, #f97316) 10%, #fff);
    color: var(--color-primary, #f97316);
}

.store-tabs {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    border-bottom: 1px solid #e8ecf4;
    font-size: 0.875rem;
    font-weight: 600;
}

.store-tab {
    flex-shrink: 0;
    border-bottom: 2px solid transparent;
    padding-bottom: 0.75rem;
    color: #64748b;
    transition: color 0.15s, border-color 0.15s;
}

.store-tab.is-active {
    border-bottom-color: var(--color-primary, #f97316);
    color: var(--color-primary, #f97316);
}

.store-tab__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.35rem;
    padding: 0 0.35rem;
    border-radius: 9999px;
    background: color-mix(in srgb, var(--color-primary, #f97316) 14%, #fff);
    color: var(--color-primary, #f97316);
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1;
}

/* —— Sepet —— */
.store-cart-line {
    display: flex;
    gap: 1rem;
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: #fff;
    padding: 1rem;
    transition: box-shadow 0.15s;
}

.store-cart-line:hover {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.store-cart-line__thumb {
    height: 5rem;
    width: 5rem;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0.625rem;
    background: #f1f5f9;
}

.store-summary {
    position: sticky;
    top: 5.5rem;
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.store-progress {
    height: 0.5rem;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}

.store-progress__bar {
    height: 100%;
    border-radius: 999px;
    background: var(--color-primary, #f97316);
    transition: width 0.3s ease;
}

/* —— Checkout seçenek —— */
.store-option {
    display: flex;
    cursor: pointer;
    align-items: flex-start;
    gap: 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid #e8ecf4;
    padding: 0.875rem;
    margin-bottom: 0.5rem;
    transition: border-color 0.15s, background 0.15s;
}

.store-option.is-selected {
    border-color: var(--color-primary, #f97316);
    background: color-mix(in srgb, var(--color-primary, #f97316) 8%, #fff);
}

/* —— Hesabım nav —— */
.store-account-nav {
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: #fff;
    padding: 0.5rem;
}

.store-account-nav__link {
    display: block;
    border-radius: 0.625rem;
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #475569;
    transition: background 0.15s, color 0.15s;
}

.store-account-nav__link:hover {
    background: #f8fafc;
}

.store-account-nav__link.is-active {
    background: color-mix(in srgb, var(--color-primary, #f97316) 12%, #fff);
    color: var(--color-primary, #f97316);
}

.store-category-hero {
    height: 8rem;
    width: 100%;
    border-radius: var(--radius-card, 0.75rem);
    object-fit: cover;
}

@media (min-width: 768px) {
    .store-category-hero {
        height: 12rem;
    }
}

.store-link {
    color: var(--color-primary, #f97316);
    font-weight: 500;
}

.store-link:hover {
    text-decoration: underline;
}

.store-btn-primary--lg {
    padding: 0.75rem 2rem;
    font-size: 1rem;
}

.store-btn-cart-sm {
    border-radius: var(--radius-button, 0.5rem);
    background: var(--color-primary, #f97316);
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
}

.store-btn-cart-sm:hover {
    filter: brightness(1.05);
}

.store-btn-cart-sm:disabled {
    opacity: 0.5;
}

/* —— Skeleton grid —— */
.store-skeleton-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 640px) {
    .store-skeleton-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .store-skeleton-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.store-skeleton-card__image {
    aspect-ratio: 1;
    width: 100%;
    border-radius: var(--radius-card, 0.75rem);
}

.store-skeleton-card__line {
    height: 0.875rem;
    margin-top: 0.75rem;
    border-radius: 0.375rem;
}

.store-skeleton-card__line--short {
    width: 55%;
    margin-top: 0.5rem;
}

/* —— Hesap KPI —— */
.store-kpi-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1024px) {
    .store-kpi-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.store-kpi-card {
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: #fff;
    padding: 1rem;
}

.store-kpi-card__label {
    font-size: 0.75rem;
    color: #64748b;
}

.store-kpi-card__value {
    margin-top: 0.25rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
}

.store-kpi-card__meta {
    margin-top: 0.125rem;
    font-size: 0.75rem;
    color: var(--color-primary, #f97316);
}

/* —— Sipariş satırı —— */
.store-order-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: #fff;
    padding: 1rem;
    transition: box-shadow 0.15s, border-color 0.15s;
}

.store-order-row:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.store-status-badge {
    border-radius: 999px;
    background: #f1f5f9;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
}

/* —— Zaman çizelgesi —— */
.store-timeline {
    border-left: 2px solid color-mix(in srgb, var(--color-primary, #f97316) 35%, #e2e8f0);
    padding-left: 1rem;
}

.store-timeline li {
    font-size: 0.875rem;
}

.store-notice {
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--color-primary, #f97316) 10%, #fff);
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #9a3412;
}

/* —— Blog chip —— */
.store-blog-chip {
    display: inline-flex;
    border-radius: 999px;
    padding: 0.375rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    background: #f1f5f9;
    color: #475569;
    transition: background 0.15s, color 0.15s;
}

.store-blog-chip:hover {
    background: #e2e8f0;
}

.store-blog-chip.is-active {
    background: var(--color-primary, #f97316);
    color: #fff;
}

.store-blog-card {
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: #fff;
    padding: 1.25rem;
    transition: box-shadow 0.15s;
}

.store-blog-card:hover {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

/* —— Buton varyantları —— */
.store-btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-button, 0.75rem);
    background: #dc2626;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
}

.store-btn-danger:hover {
    background: #b91c1c;
}

.store-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-button, 0.75rem);
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1rem;
    color: #64748b;
    transition: border-color 0.15s, color 0.15s;
}

.store-icon-btn.is-active {
    border-color: #fecaca;
    color: #dc2626;
}

.store-icon-btn.is-active svg {
    fill: currentColor;
}

/* —— Destek sohbeti —— */
.store-chat-fab {
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-primary, #f97316);
    color: #fff;
    box-shadow: 0 8px 24px color-mix(in srgb, var(--color-primary, #f97316) 40%, transparent);
}

.store-chat-panel {
    position: absolute;
    bottom: 4rem;
    right: 0;
    width: 20rem;
    overflow: hidden;
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: #fff;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.15);
}

.store-chat-panel__header {
    border-bottom: 1px solid #e8ecf4;
    padding: 0.75rem 1rem;
    font-weight: 600;
    color: #0f172a;
}

/* —— Modal —— */
.store-modal-backdrop {
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px);
}

.store-modal {
    max-width: 28rem;
    border-radius: var(--radius-card, 1rem);
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.2);
}

/* —— Hızlı bakış modal —— */
.store-quick-view-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(4px);
}

.store-quick-view {
    position: relative;
    width: min(100%, 56rem);
    max-height: min(90vh, 40rem);
    overflow: auto;
    border-radius: 1rem;
    background: #ffffff;
    padding: 1.25rem;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.22);
}

.store-quick-view__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.store-quick-view__close:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.store-quick-view__grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .store-quick-view__grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 1.5rem;
        align-items: start;
    }
}

.store-quick-view__image-wrap {
    position: relative;
    aspect-ratio: 1;
    border-radius: 0.75rem;
    background: #f8fafc;
    overflow: hidden;
}

.store-quick-view__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.store-quick-view__video {
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
}

.store-quick-view__thumb {
    position: relative;
}

.store-quick-view__gallery-nav {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.5rem;
    pointer-events: none;
}

.store-quick-view__gallery-arrow {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
    color: #334155;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.store-quick-view__gallery-arrow:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.16);
}

.store-quick-view__gallery-arrow--prev {
    color: var(--color-primary, #f97316);
}

.store-quick-view__thumbs {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.65rem;
    overflow-x: auto;
}

.store-quick-view__thumb {
    flex-shrink: 0;
    width: 3.25rem;
    height: 3.25rem;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    background: #f8fafc;
    overflow: hidden;
    cursor: pointer;
}

.store-quick-view__thumb.is-active {
    border-color: var(--color-primary, #f97316);
}

.store-quick-view__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-quick-view__brand {
    font-size: 0.75rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.store-quick-view__title {
    margin-top: 0.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0f172a;
}

.store-quick-view__rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    color: #64748b;
}

.store-quick-view__rating span[aria-hidden="true"] {
    color: #f59e0b;
}

.store-quick-view__rating-count {
    color: #94a3b8;
}

.store-quick-view__intro {
    margin-top: 0.65rem;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #475569;
}

.store-quick-view__variants {
    margin-top: 0.85rem;
}

.store-quick-view__variants-label {
    margin-bottom: 0.45rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
}

.store-quick-view__variant-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.store-quick-view__specs {
    margin-top: 0.85rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    background: #f8fafc;
    list-style: none;
}

.store-quick-view__specs li {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.3rem 0;
    font-size: 0.75rem;
    color: #64748b;
}

.store-quick-view__specs li + li {
    border-top: 1px solid #e2e8f0;
}

.store-quick-view__specs strong {
    font-weight: 600;
    color: #0f172a;
    text-align: right;
}

.store-pdp-video__frame {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 0.85rem;
    border: 1px solid #e2e8f0;
    background: #000;
}

.store-pdp-video__frame iframe,
.store-pdp-video__frame video {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.store-quick-view__price-box {
    margin-top: 0.85rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid #fecaca;
    border-radius: 0.65rem;
    background: #fff5f5;
}

.store-quick-view__price-box .store-price__current {
    font-size: 1.375rem !important;
    font-weight: 800 !important;
    color: #dc2626 !important;
}

.store-quick-view__actions {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
    margin-top: 1rem;
}

.store-quick-view__actions .store-product-card__cart-btn {
    flex: 1;
    min-height: 2.75rem;
}

.store-quick-view__detail-link {
    display: inline-flex;
    margin-top: 0.85rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    transition: color 0.15s ease;
}

.store-quick-view__detail-link:hover {
    color: var(--color-primary, #f97316);
}

.store-badge {
    border-radius: 0.375rem;
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.store-badge--sale {
    background: var(--color-primary, #f97316);
    color: #fff;
}

.store-badge--info {
    background: #3b82f6;
    color: #fff;
}

/* —— Anasayfa hero —— */
.store-hero {
    background: linear-gradient(
        135deg,
        var(--color-primary, #f97316),
        color-mix(in srgb, var(--color-secondary, #1f2937) 40%, var(--color-primary, #f97316))
    );
    color: #fff;
}

.store-banner-slider {
    padding: 0 0 0.75rem;
}

.store-banner-slider__page.store-page {
    padding-top: 0;
    padding-bottom: 0;
}

.store-banner-slider__shell {
    position: relative;
}

.store-banner-slider__viewport {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--color-primary, #f97316) 14%, #fff),
        color-mix(in srgb, var(--color-primary, #f97316) 28%, #fff)
    );
    box-shadow: 0 10px 30px color-mix(in srgb, var(--color-primary, #f97316) 16%, transparent);
}

.store-banner-slider__track {
    display: flex;
    transition: transform 0.45s ease;
    will-change: transform;
}

.store-banner-slider__slide {
    min-width: 100%;
    flex-shrink: 0;
}

.store-banner-slider__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.store-banner-slider__inner {
    padding: 0.5rem;
}

.store-banner-slider__media {
    position: relative;
    width: 100%;
    aspect-ratio: 1200 / 420;
    overflow: hidden;
    border-radius: 0.9rem;
    background: #f1f5f9;
}

.store-banner-slider__media--empty {
    aspect-ratio: 1200 / 420;
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--color-primary, #f97316) 20%, #fff),
        color-mix(in srgb, var(--color-primary, #f97316) 36%, #fff)
    );
}

.store-banner-slider__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.9rem;
}

.store-banner-slider__meta {
    position: absolute;
    right: 1rem;
    bottom: 0.85rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    max-width: calc(100% - 2rem);
}

.store-banner-slider__title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 14rem;
    border-radius: 0.45rem;
    background: #fff;
    padding: 0.3rem 0.7rem;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--color-primary, #f97316);
    box-shadow: 0 4px 14px color-mix(in srgb, var(--color-primary, #f97316) 22%, transparent);
}

.store-banner-slider__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.14);
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.store-banner-slider__nav:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
}

.store-banner-slider__nav--prev {
    left: 0.65rem;
}

.store-banner-slider__nav--next {
    right: 0.65rem;
}

.store-banner-slider__nav-icon {
    width: 1.125rem;
    height: 1.125rem;
}

.store-banner-slider__counter {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.2rem;
    border-radius: 999px;
    background: var(--color-primary, #f97316);
    padding: 0.28rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--color-primary, #f97316) 35%, transparent);
    pointer-events: none;
}

@media (min-width: 768px) {
    .store-banner-slider__title {
        max-width: 18rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .store-banner-slider__image {
        object-position: var(--banner-mobile-position, center center);
    }

    .store-banner-slider__meta {
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .store-banner-slider__title {
        max-width: 9rem;
    }

    .store-banner-slider__nav {
        width: 2.15rem;
        height: 2.15rem;
    }
}

.store-category-rail__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.store-category-rail__head .store-section__title {
    margin-bottom: 0;
}

.store-category-rail__head--nav-only {
    justify-content: flex-end;
}

.store-category-rail__nav {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.store-category-rail__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.store-category-rail__arrow:hover:not(:disabled) {
    transform: translateY(-1px);
}

.store-category-rail__arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.store-category-rail__arrow svg {
    width: 1rem;
    height: 1rem;
}

.store-category-rail__track {
    display: flex;
    gap: 0.85rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 0.35rem;
}

.store-category-rail__track::-webkit-scrollbar {
    display: none;
}

.store-category-rail__item {
    width: 8.5rem;
    flex-shrink: 0;
    scroll-snap-align: start;
}

@media (min-width: 640px) {
    .store-category-rail__item {
        width: 9.5rem;
    }
}

@media (min-width: 1024px) {
    .store-category-rail__item {
        width: 10.5rem;
    }
}

.store-category-tile {
    display: block;
    height: 100%;
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: #fff;
    padding: 1rem;
    text-align: center;
    transition: box-shadow 0.15s, border-color 0.15s;
}

.store-category-tile:hover {
    border-color: #cbd5e1;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.store-category-tile__icon {
    display: flex;
    height: 3.5rem;
    width: 3.5rem;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    border-radius: 1rem;
    color: var(--color-primary, #f97316);
    background: color-mix(in srgb, var(--color-primary, #f97316) 12%, #fff);
}

.store-category-tile__label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #334155;
}

.store-brand-strip {
    border-block: 1px solid #e8ecf4;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    padding: 2rem 0;
}

.store-brand-strip__heading {
    max-width: 80rem;
    margin: 0 auto 1.25rem;
    padding: 0 1rem;
    text-align: center;
}

.store-brand-strip__inner {
    display: flex;
    max-width: 80rem;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem 2rem;
    padding: 0 1rem;
}

.store-brand-strip__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 5.5rem;
    min-height: 3rem;
    border-radius: 0.85rem;
    border: 1px solid #e8ecf4;
    background: #fff;
    padding: 0.65rem 1rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.store-brand-strip__item:hover {
    transform: translateY(-2px);
    border-color: #dbeafe;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.store-brand-strip__logo {
    display: block;
    max-width: 7.5rem;
    max-height: 2.5rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.store-brand-strip__name {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.02em;
    text-align: center;
}

/* —— Karşılaştırma tablosu —— */
.store-compare-wrap {
    overflow-x: auto;
    border-radius: var(--radius-card, 0.75rem);
    border: 1px solid #e8ecf4;
    background: #fff;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.store-compare-table {
    width: 100%;
    min-width: 36rem;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.store-compare-table th,
.store-compare-table td {
    padding: 1rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
    text-align: left;
}

.store-compare-table thead th {
    background: #f8fafc;
    font-weight: 600;
    color: #0f172a;
}

.store-compare-table__label {
    font-weight: 600;
    color: #475569;
    background: #fafbfc;
    white-space: nowrap;
}

.store-compare-table tbody tr:last-child td {
    border-bottom: none;
}

/* —— PDP galeri —— */
.store-pdp-thumb {
    position: relative;
    height: 4rem;
    width: 4rem;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0.5rem;
    border: 2px solid #e2e8f0;
    opacity: 0.7;
    transition: border-color 0.15s, opacity 0.15s;
}

.store-pdp-thumb__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.45);
    color: #fff;
    font-size: 0.875rem;
    pointer-events: none;
}

.store-pdp-thumb.is-active {
    border-color: var(--color-primary, #f97316);
    opacity: 1;
}

.store-lightbox {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.88);
    padding: 1rem;
    touch-action: pan-y;
}

body.store-lightbox-open {
    overflow: hidden;
}

.store-lightbox__stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: min(96vw, 72rem);
    width: 100%;
}

.store-lightbox__image {
    max-height: min(78vh, 52rem);
    max-width: 100%;
    width: auto;
    border-radius: 0.5rem;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
}

.store-lightbox__caption {
    margin: 0.85rem 0 0;
    max-width: 40rem;
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #f8fafc;
}

.store-lightbox__counter {
    margin: 0.5rem 0 0;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(248, 250, 252, 0.72);
}

.store-lightbox__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 999px;
    border: 0;
    background: #fff;
    font-size: 1.5rem;
    line-height: 1;
    color: #0f172a;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.2);
}

.store-lightbox__nav {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 0.75rem;
}

.store-lightbox__nav button {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.75rem;
    width: 2.75rem;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.92);
    font-size: 1.5rem;
    line-height: 1;
    color: #0f172a;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.18);
    transition: transform 0.15s ease, background 0.15s ease;
}

.store-lightbox--video .store-lightbox__stage {
    width: min(96vw, 72rem);
}

.store-lightbox__video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 0.65rem;
    background: #000;
}

.store-lightbox__video {
    width: 100%;
    height: 100%;
    border: 0;
}

/* —— Checkout adımları —— */
.store-checkout-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.store-checkout-step {
    border-radius: 999px;
    background: #f1f5f9;
    padding: 0.375rem 0.875rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}

.store-checkout-step.is-active {
    background: color-mix(in srgb, var(--color-primary, #f97316) 12%, #fff);
    color: var(--color-primary, #f97316);
}

.store-checkout-step.is-current {
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary, #f97316) 35%, transparent);
}

/* —— Karşılaştırma çubuğu —— */
.store-compare-bar {
    position: fixed;
    bottom: 5.5rem;
    left: 50%;
    z-index: 45;
    display: flex;
    transform: translateX(-50%);
    align-items: center;
    gap: 1rem;
    border-radius: 999px;
    border: 1px solid #e8ecf4;
    background: #fff;
    padding: 0.75rem 1.25rem;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.15);
}

@media (min-width: 768px) {
    .store-compare-bar {
        bottom: 1.5rem;
    }
}

/* —— Bakım modu önizleme şeridi (yönetici) —— */
:root {
    --store-maintenance-banner-h: 2.75rem;
}

.store-maintenance-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 70;
    height: var(--store-maintenance-banner-h);
    border-bottom: 1px solid rgba(251, 191, 36, 0.35);
    background: linear-gradient(90deg, #78350f, #92400e 45%, #b45309);
    color: #fffbeb;
    box-shadow: 0 4px 18px rgba(120, 53, 15, 0.28);
}

.store-maintenance-banner__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    height: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.3;
}

.store-maintenance-banner__text {
    margin: 0;
    text-align: center;
}

.store-maintenance-banner__link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0.2rem 0.65rem;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.store-maintenance-banner__link:hover {
    background: rgba(255, 255, 255, 0.12);
}

.store-app--maintenance-preview .store-header {
    top: var(--store-maintenance-banner-h);
}

@media (max-width: 640px) {
    .store-maintenance-banner__inner {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
        height: auto;
        min-height: var(--store-maintenance-banner-h);
    }

    .store-maintenance-banner__text {
        text-align: left;
        flex: 1 1 100%;
    }
}

.store-stories {
    --store-stories-gap: 0.85rem;
    padding: 0.75rem 0 0.5rem;
}

.store-stories .store-page {
    padding-top: 0;
    padding-bottom: 0;
}

.store-stories__shell {
    position: relative;
}

.store-stories--has-nav .store-stories__shell {
    padding-inline: 2.5rem;
}

.store-stories__nav {
    position: absolute;
    top: 2.25rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 999px;
    background: var(--color-primary, #f97316);
    color: #fff;
    box-shadow: 0 4px 14px color-mix(in srgb, var(--color-primary, #f97316) 40%, transparent);
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease, background 0.15s ease;
}

.store-stories__nav:hover:not(:disabled) {
    background: color-mix(in srgb, var(--color-primary, #f97316) 85%, #000);
    color: #fff;
    transform: scale(1.05);
}

.store-stories__nav:disabled {
    opacity: 0.35;
    cursor: default;
    transform: none;
}

.store-stories__nav--prev {
    left: 0;
}

.store-stories__nav--next {
    right: 0;
}

.store-stories__nav-icon {
    width: 1.125rem;
    height: 1.125rem;
}

@media (min-width: 768px) {
    .store-stories--has-nav .store-stories__shell {
        padding-inline: 3rem;
    }

    .store-stories__nav {
        top: 50%;
        width: 2.5rem;
        height: 2.5rem;
        margin-top: -1.35rem;
        transform: translateY(-50%);
    }

    .store-stories__nav:hover:not(:disabled) {
        transform: translateY(-50%) scale(1.06);
    }

    .store-stories__nav--prev {
        left: -0.25rem;
    }

    .store-stories__nav--next {
        right: -0.25rem;
    }
}

.store-stories__track {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--store-stories-gap);
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.25rem;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.store-stories__track::-webkit-scrollbar {
    display: none;
}

.store-stories--centered .store-stories__track {
    overflow-x: hidden;
    justify-content: space-evenly;
}

.store-stories--has-nav .store-stories__track {
    scroll-snap-type: x mandatory;
    cursor: grab;
}

.store-stories--has-nav .store-stories__track:active {
    cursor: grabbing;
}

.store-stories__item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    width: calc((100% - (var(--store-stories-gap) * (var(--store-stories-layout, var(--store-stories-visible, 6)) - 1))) / var(--store-stories-layout, var(--store-stories-visible, 6)));
    flex: 0 0 calc((100% - (var(--store-stories-gap) * (var(--store-stories-layout, var(--store-stories-visible, 6)) - 1))) / var(--store-stories-layout, var(--store-stories-visible, 6)));
    scroll-snap-align: start;
    transition: transform 0.22s ease, z-index 0s linear 0.22s;
}

.store-stories--has-nav .store-stories__item {
    width: calc((100% - (var(--store-stories-gap) * (var(--store-stories-visible, 6) - 1))) / var(--store-stories-visible, 6));
    flex: 0 0 calc((100% - (var(--store-stories-gap) * (var(--store-stories-visible, 6) - 1))) / var(--store-stories-visible, 6));
}

@media (max-width: 767px) {
    .store-stories--has-nav .store-stories__item {
        min-width: 4.25rem;
        max-width: 5.5rem;
        width: auto;
        flex: 0 0 calc((100% - (var(--store-stories-gap) * (var(--store-stories-visible, 6) - 1))) / var(--store-stories-visible, 6));
    }
}

.store-stories__item--linked {
    color: inherit;
    text-decoration: none;
}

.store-stories__ring {
    padding: 2px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f97316, #ec4899, #8b5cf6);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    transform-origin: center top;
}

.store-stories__cover {
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 999px;
    border: 2px solid #fff;
    object-fit: cover;
    background: #f1f5f9;
    transition: transform 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
    .store-stories__item:hover {
        z-index: 4;
        transition-delay: 0s;
        transform: translateY(-2px);
    }

    .store-stories__item:hover .store-stories__ring {
        transform: scale(1.14);
        box-shadow: 0 10px 28px color-mix(in srgb, var(--color-primary, #f97316) 28%, transparent);
    }

    .store-stories__item:hover .store-stories__cover {
        transform: scale(1.02);
    }

    .store-stories__item:hover .store-stories__label {
        color: #0f172a;
        font-weight: 600;
    }
}

.store-stories__label {
    display: -webkit-box;
    width: 100%;
    max-width: 100%;
    min-height: 2.4em;
    overflow: hidden;
    font-size: 0.6875rem;
    line-height: 1.2;
    text-align: center;
    color: #334155;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    word-break: break-word;
}

.store-app--embed-preview main {
    padding-bottom: 0 !important;
}

.store-app--embed-preview .store-banner-slider__media {
    aspect-ratio: 1200 / 420;
}

.store-app--embed-preview.store-app--preview-mobile .store-banner-slider__image {
    object-position: var(--banner-mobile-position, center center);
}


/* —— Store design themes —— */
.store-theme--market-flow {
    --store-design-card-radius: 0.35rem;
    --store-design-section-gap: 1rem;
}

.store-theme--orange-grid {
    --store-design-card-radius: 0.7rem;
    --store-design-section-gap: 1.2rem;
    --store-topbar-surface: color-mix(in srgb, var(--color-primary, #ff6000) 2.5%, #ffffff);
    --store-menu-surface: var(--color-page-bg, #f9fafb);
    --store-menu-border: color-mix(in srgb, var(--color-primary, #ff6000) 5%, var(--color-border, #e5e7eb));
    --store-search-surface: var(--color-card-bg, #ffffff);
    --store-search-surface-muted: color-mix(in srgb, var(--color-primary, #ff6000) 3.5%, var(--color-page-bg, #f9fafb));
    --store-brand-stripe: linear-gradient(
        90deg,
        var(--color-primary, #ff6000) 0%,
        #5bc2e7 32%,
        #7e5bef 64%,
        #5bd46a 100%
    );
}

.store-theme--coupon-pulse {
    --store-design-card-radius: 0.55rem;
    --store-design-section-gap: 1.35rem;
}

.store-theme--soft-gift {
    --store-design-card-radius: 1.1rem;
    --store-design-section-gap: 1.35rem;
}

.store-theme--mono-fashion {
    --store-design-card-radius: 0.15rem;
    --store-design-section-gap: 2rem;
}

.store-theme--fresh-market {
    --store-design-card-radius: 1.25rem;
    --store-design-section-gap: 1.5rem;
}

.store-theme--gourmet-dark {
    --store-design-card-radius: 0.2rem;
    --store-design-section-gap: 1.6rem;
}

.store-app[class*="store-theme--"] .store-section {
    margin-block: var(--store-design-section-gap, 1rem);
}

.store-app[class*="store-theme--"] .store-product-card,
.store-app[class*="store-theme--"] .store-banner-slider__viewport,
.store-app[class*="store-theme--"] .store-banner-slider__media,
.store-app[class*="store-theme--"] .store-banner-slider__image {
    border-radius: var(--store-design-card-radius, var(--radius-card, 0.75rem));
}

.store-theme--orange-grid .store-header,
.store-theme--coupon-pulse .store-header {
    border-bottom-width: 0;
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.08);
}

.store-theme--market-flow .store-header {
    border-bottom: 0;
    box-shadow: none;
    background: #ffffff;
    backdrop-filter: none;
}

.store-theme--market-flow .store-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ebebeb;
    border-radius: 0.5rem;
    box-shadow: none;
    background: #ffffff;
}

.store-theme--market-flow .store-product-card:hover {
    border-color: #d8d8d8;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
    transform: none;
}

.store-theme--market-flow .store-product-card__body-link {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    text-decoration: none;
}

.store-theme--market-flow .store-product-card__media {
    aspect-ratio: 1;
    padding: 0;
    background: #ffffff;
    --card-media-inset: 0.65rem;
    --card-media-footer-space: 2rem;
}

.store-theme--market-flow .store-product-card__media--free-shipping,
.store-theme--market-flow .store-product-card__media--promo-badges {
    --card-media-footer-space: 2.75rem;
}

.store-theme--market-flow .store-product-card__media img {
    object-fit: contain;
}

.store-theme--market-flow .store-product-card__bestseller-badge {
    display: none;
}

.store-theme--market-flow .store-product-card__quick-actions {
    top: 0.45rem;
    right: 0.45rem;
    opacity: 1;
}

.store-theme--market-flow .store-product-card__quick-actions .store-icon-btn {
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 6px rgba(15, 23, 42, 0.14);
    color: #666666;
}

.store-theme--market-flow .store-product-card__quick-actions .store-icon-btn.is-active {
    color: #e63737;
    background: #fff5f5;
}

.store-theme--market-flow .store-product-card__quick-actions .store-icon-btn--compare.is-active {
    color: #ffffff !important;
    background: #333333 !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.2);
}

.store-theme--market-flow .store-product-card__quick-view {
    padding: 0.28rem 0.5rem;
    font-size: 0.625rem;
    color: var(--color-primary, #f27a1a);
}

.store-theme--market-flow .store-product-card__body {
    flex: 1;
    padding: 0.35rem 0.7rem 0.5rem;
}

.store-theme--market-flow .store-product-card__title {
    min-height: 2.75em;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4;
    color: #333333;
    -webkit-line-clamp: 2;
}

.store-theme--market-flow .store-product-card__brand {
    font-weight: 700;
    color: #333333;
}

.store-theme--market-flow .store-product-card:hover .store-product-card__title,
.store-theme--market-flow .store-product-card:hover .store-product-card__brand {
    color: #333333;
}

.store-theme--market-flow .store-product-card__body .store-product-card__price-row {
    margin-top: 0.45rem;
    gap: 0.3rem;
}

.store-theme--market-flow .store-product-card__discount-chip {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0.2rem;
    background: #fff1f1;
    padding: 0.1rem 0.3rem;
    font-size: 0.6875rem;
    font-weight: 800;
    line-height: 1.2;
    color: #e63737;
}

.store-theme--market-flow .store-product-card__body .store-price {
    gap: 0.35rem;
    min-width: 0;
}

.store-theme--market-flow .store-product-card__body .store-price__current {
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: #333333 !important;
}

.store-theme--market-flow .store-product-card__body .store-product-card__price-row:has(.store-product-card__discount-chip) .store-price__current {
    color: #e63737 !important;
}

.store-theme--market-flow .store-product-card__body .store-price__old {
    font-size: 0.75rem;
    color: #999999;
}

.store-theme--market-flow .store-product-card__rating {
    margin-top: 0.3rem;
    font-size: 0.6875rem;
}

.store-theme--market-flow .store-product-card__rating-stars {
    color: #ffc107;
}

.store-theme--market-flow .store-product-card__rating-value {
    color: #666666;
    font-weight: 700;
}

.store-theme--market-flow .store-product-card__rating-count {
    color: #999999;
}

.store-theme--market-flow .store-product-card__foot {
    display: block;
    margin-top: auto;
    border-top: 0;
    padding: 0 0.7rem 0.7rem;
}

.store-theme--market-flow .store-product-card__foot .store-product-card__icon-btn {
    display: none;
}

.store-theme--market-flow .store-product-card__cart-btn {
    width: 100%;
    min-height: 2rem;
    padding: 0.5rem 0.75rem;
    border: 1.5px solid var(--color-primary, #f27a1a);
    border-radius: 0.35rem;
    background: #ffffff !important;
    color: var(--color-primary, #f27a1a) !important;
    font-size: 0.8125rem;
    font-weight: 700;
    box-shadow: none !important;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.store-theme--market-flow .store-product-card__cart-btn:hover:not(:disabled) {
    transform: none;
    border-color: var(--color-primary, #f27a1a) !important;
    background: var(--color-primary, #f27a1a) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(242, 122, 26, 0.28);
}

.store-theme--market-flow .store-product-card__cart-btn-icon {
    display: none;
}

.store-theme--market-flow .store-product-card__cart-btn span:not(.store-product-card__cart-btn-loading) {
    display: inline !important;
}

.store-theme--market-flow .store-product-card--showcase {
    border-radius: 0.5rem;
    box-shadow: none;
}

.store-theme--market-flow .store-product-card--showcase .store-product-card__body {
    padding: 0.35rem 0.7rem 0.5rem;
}

.store-theme--market-flow .store-product-card--showcase .store-product-card__foot {
    padding: 0 0.7rem 0.7rem;
}

.store-theme--market-flow .store-home-modules {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.75rem 1rem 1.5rem;
    overflow: visible;
}

.store-theme--market-flow .store-home-product-module {
    max-width: 80rem;
    margin-inline: auto;
    padding: 1.1rem 1rem 1.25rem;
    border: 1px solid #ebebeb;
    border-radius: 1rem;
    background:
        linear-gradient(180deg, #f3f3f3 0%, #fafafa 38%, #ffffff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
    overflow: visible;
    position: relative;
}

.store-theme--market-flow .store-home-product-module .store-product-rail {
    overflow: visible;
}

.store-theme--market-flow .store-home-product-module .store-product-rail__head {
    margin-bottom: 0.85rem;
    gap: 0.75rem;
}

.store-theme--market-flow .store-home-product-module .store-product-rail__see-all {
    color: #666666;
    font-size: 0.8125rem;
    font-weight: 500;
}

.store-theme--market-flow .store-home-product-module .store-product-rail__see-all:hover {
    color: var(--color-primary, #f27a1a);
}

.store-theme--market-flow .store-home-product-module .store-section__title {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: #333333;
    letter-spacing: -0.01em;
}

.store-theme--market-flow .store-home-product-module .store-product-rail__track {
    gap: 0.75rem;
    padding-bottom: 0.15rem;
}

.store-theme--market-flow .store-home-product-module .store-product-rail__arrow {
    border-color: #e8e8e8;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}

.store-theme--market-flow .store-home-product-module .store-product-rail__viewport {
    padding-inline: 0;
    overflow: visible;
}

.store-theme--market-flow .store-home-product-module .store-product-rail__arrow--edge {
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid #d6d6d6 !important;
    background: #ffffff !important;
    color: #333333 !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.store-theme--market-flow .store-home-product-module .store-product-rail__arrow--edge:hover:not(:disabled) {
    border-color: #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.22);
}

.store-theme--market-flow .store-home-product-module .store-product-rail__arrow--prev {
    left: -1.15rem;
}

.store-theme--market-flow .store-home-product-module .store-product-rail__arrow--next {
    right: -1.15rem;
}

.store-theme--market-flow .store-home-product-module .store-product-rail__dots {
    margin-top: 0.65rem;
}

.store-theme--market-flow .store-product-rail__dot.is-active,
.store-theme--market-flow .store-home-product-module .store-product-rail__dot.is-active {
    width: 1.25rem;
    background: var(--color-primary, #f27a1a);
}

.store-theme--market-flow .store-home-product-module .store-product-rail__see-all-tile {
    border-radius: 0.75rem;
}

.store-theme--market-flow .store-header__logo .store-brand {
    max-width: 10.5rem;
}

.store-theme--orange-grid .store-search-input:not(.store-search-input--modern) {
    border-color: #ff6000;
    box-shadow: 0 0 0 3px rgba(255, 96, 0, 0.08);
}

.store-theme--orange-grid .store-banner-slider__shell {
    padding: 0.35rem;
    border-radius: 1rem;
    background: linear-gradient(90deg, rgba(255, 96, 0, 0.14), rgba(255, 255, 255, 0));
}

.store-theme--coupon-pulse .store-banner-slider__shell,
.store-theme--soft-gift .store-banner-slider__shell {
    padding: 0.55rem;
    border-radius: 1.1rem;
    background: color-mix(in srgb, var(--color-primary, #f97316) 12%, #fff);
}

.store-theme--mono-fashion {
    background: #fff;
}

.store-theme--mono-fashion .store-header {
    position: relative;
    background: #fff;
    box-shadow: none;
}

.store-theme--mono-fashion .store-banner-slider__shell {
    max-width: 72rem;
    margin-inline: auto;
}

.store-theme--mono-fashion .store-banner-slider__media,
.store-theme--mono-fashion .store-banner-slider__image {
    border-radius: 0;
}

.store-theme--mono-fashion .store-product-card {
    border: 0;
    box-shadow: none;
}

.store-theme--mono-fashion .store-product-card__body {
    padding-inline: 0;
}

.store-theme--fresh-market .store-header {
    background: rgba(250, 255, 250, 0.94);
}

.store-theme--fresh-market .store-product-card {
    border-color: rgba(87, 189, 104, 0.22);
    box-shadow: 0 12px 30px rgba(87, 189, 104, 0.08);
}

.store-theme--fresh-market .store-banner-slider__shell {
    padding: 0;
    border-radius: 1.4rem;
    background: transparent;
}

.store-theme--gourmet-dark {
    background: #111;
    color: #f8fafc;
}

.store-theme--gourmet-dark main {
    background: #111;
}

.store-theme--gourmet-dark .store-header {
    background: rgba(17, 17, 17, 0.92);
    border-color: rgba(255, 255, 255, 0.12);
}

.store-theme--gourmet-dark .store-product-card,
.store-theme--gourmet-dark .store-section,
.store-theme--gourmet-dark .store-banner-slider__shell {
    color: #111827;
}

.store-theme--gourmet-dark .store-banner-slider__shell {
    padding: 0.4rem;
    border-radius: 0.35rem;
    background: rgba(255, 255, 255, 0.08);
}

.store-theme--market-flow .store-stories__ring {
    border-radius: 999px;
}

.store-theme--orange-grid .store-stories__ring,
.store-theme--coupon-pulse .store-stories__ring {
    border-radius: 1rem;
}

.store-theme--soft-gift .store-stories__ring {
    min-width: 5rem;
    border-radius: 999px;
}

.store-theme--mono-fashion .store-stories__ring,
.store-theme--gourmet-dark .store-stories__ring {
    border-radius: 0.25rem;
}

.store-theme--fresh-market .store-stories__ring {
    border-radius: 999px 999px 999px 0.45rem;
}

.store-theme--orange-grid .store-stories__cover,
.store-theme--coupon-pulse .store-stories__cover {
    border-radius: 0.8rem;
}

.store-theme--soft-gift .store-stories__cover {
    width: 5rem;
    border-radius: 999px;
}

.store-theme--mono-fashion .store-stories__cover,
.store-theme--gourmet-dark .store-stories__cover {
    border-radius: 0.1rem;
}

.store-theme--fresh-market .store-stories__cover {
    border-radius: 999px 999px 999px 0.35rem;
}

.store-theme--mono-fashion .store-stories {
    padding-block: 1.25rem;
}

.store-theme--gourmet-dark .store-stories__label,
.store-theme--gourmet-dark .store-section__title {
    color: #f8fafc;
}


/* —— Strong storefront template differences —— */
.store-app[class*="store-theme--"] .store-header,
.store-app[class*="store-theme--"] .store-category-nav,
.store-app[class*="store-theme--"] .store-footer,
.store-app[class*="store-theme--"] .store-mobile-nav,
.store-app[class*="store-theme--"] .store-drawer {
    transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, border-radius 0.2s ease;
}

.store-app[class*="store-theme--"] .store-section__title {
    letter-spacing: -0.025em;
}

.store-app[class*="store-theme--"] .store-search-submit,
.store-app[class*="store-theme--"] .store-btn-primary,
.store-app[class*="store-theme--"] .store-product-card__cart-btn {
    border-radius: var(--store-design-button-radius, 999px);
}

.store-app[class*="store-theme--"] .store-mobile-nav {
    box-shadow: 0 -14px 34px rgba(15, 23, 42, 0.12);
}

/* Market Flow: Trendyol-style marketplace */
.store-theme--market-flow {
    --store-design-button-radius: 0.35rem;
    --store-topbar-surface: #ffffff;
    --store-menu-border: #ebebeb;
    --store-search-surface: #f3f3f3;
    --store-search-surface-muted: #f8f8f8;
    --color-page-bg: #ffffff;
}

.store-theme--market-flow .store-header__topbar {
    border-bottom: 0;
    background: var(--store-topbar-surface);
}

.store-theme--market-flow .store-header__topbar-inner {
    gap: 0.65rem !important;
    min-height: 1.7rem;
    padding-top: 0.3rem;
    padding-bottom: 0.15rem;
}

.store-theme--market-flow .store-header__toplink {
    color: #9b9b9b;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

.store-theme--market-flow .store-header__toplink:hover {
    color: var(--color-primary, #f27a1a);
    transform: none;
    text-decoration: none !important;
}

.store-theme--market-flow .store-header__bar {
    padding: 0.85rem 1rem 0.65rem;
}

.store-theme--market-flow .store-header__inner {
    gap: 1.5rem;
}

.store-theme--market-flow .store-header__search {
    max-width: none;
}

.store-theme--market-flow .store-search-input--modern,
.store-theme--market-flow .store-search--modern .store-search-input {
    border: 0 !important;
    border-radius: 0.45rem !important;
    background: var(--store-search-surface) !important;
    box-shadow: none !important;
    padding: 0.8rem 3rem 0.8rem 2.75rem;
    font-size: 0.875rem;
    color: #333333;
}

.store-theme--market-flow .store-search-input--modern:focus,
.store-theme--market-flow .store-search--modern .store-search-input:focus {
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-primary, #f27a1a) 28%, transparent) !important;
    background: #ffffff !important;
}

.store-theme--market-flow .store-search__icon-wrap {
    left: 0.85rem;
    width: 1.5rem;
    height: 1.5rem;
    background: transparent;
    color: var(--color-primary, #f27a1a);
}

.store-theme--market-flow .store-header__actions {
    gap: 1.1rem !important;
}

.store-theme--market-flow .store-mini-cart__desktop-button .store-icon-link__icon-wrap,
.store-theme--market-flow .store-mini-cart__mobile-link .store-icon-link__icon-wrap,
.store-theme--market-flow .store-icon-link--wishlist .store-icon-link__icon-wrap {
    margin-inline: auto;
}

.store-theme--market-flow .store-icon-link__badge,
.store-theme--market-flow .store-count-badge {
    top: -0.4rem;
    right: -0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 1.15rem;
    height: 1.15rem;
}

.store-theme--market-flow .store-icon-link__badge .store-count-badge__text,
.store-theme--market-flow .store-count-badge .store-count-badge__text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 100%;
    height: 100%;
    font-size: 0.65rem !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.store-theme--market-flow .store-icon-link:not(.store-header__mobile-only):not(.store-header__menu-btn),
.store-theme--market-flow .store-mini-cart__desktop-button,
.store-theme--market-flow .store-mini-cart__mobile-link {
    flex-direction: column;
    gap: 0.2rem;
    min-width: 3.35rem;
    padding: 0.15rem 0.25rem;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: #333333 !important;
    font-size: 0.68rem;
    font-weight: 600;
    text-align: center;
}

.store-theme--market-flow .store-icon-link svg,
.store-theme--market-flow .store-mini-cart__desktop-button svg,
.store-theme--market-flow .store-mini-cart__mobile-link svg {
    width: 1.35rem;
    height: 1.35rem;
}

.store-theme--market-flow .store-icon-link__label {
    display: inline !important;
    line-height: 1.1;
    max-width: 4.5rem;
}

.store-theme--market-flow .store-icon-link:hover,
.store-theme--market-flow .store-mini-cart__desktop-button:hover,
.store-theme--market-flow .store-mini-cart__mobile-link:hover {
    background: transparent !important;
    color: var(--color-primary, #f27a1a) !important;
    transform: none;
}

.store-theme--market-flow .store-icon-link:hover svg,
.store-theme--market-flow .store-mini-cart__desktop-button:hover svg,
.store-theme--market-flow .store-mini-cart__mobile-link:hover svg {
    transform: none;
}

.store-theme--market-flow .store-currency-switcher {
    min-height: 2rem;
    border: 1px solid #e6e6e6 !important;
    border-radius: 0.35rem !important;
    background: #ffffff !important;
    box-shadow: none;
    font-size: 0.75rem;
    font-weight: 700;
}

.store-theme--market-flow .store-category-nav--with-menu {
    border-top: 0;
    border-bottom: 1px solid var(--store-menu-border);
    background: #ffffff;
    position: relative;
}

.store-theme--market-flow .store-category-nav--with-menu .store-category-nav__inner {
    min-height: 2.75rem;
    align-items: stretch !important;
    gap: 0.1rem;
    padding-inline: 1rem;
}

.store-theme--market-flow .store-category-nav {
    background: #ffffff;
    border-top: 0;
    border-bottom: 1px solid var(--store-menu-border);
}

.store-theme--market-flow .store-category-nav--with-menu .store-category-trigger {
    margin: 0 0.65rem 0 0;
    padding: 0.55rem 0.85rem 0.55rem 0;
    border-right: 1px solid var(--store-menu-border);
    border-radius: 0;
    box-shadow: none;
    background: transparent !important;
    color: #333333 !important;
    font-size: 0.8125rem;
    font-weight: 700;
}

.store-theme--market-flow .store-category-trigger:hover {
    transform: none;
    filter: none;
    color: var(--color-primary, #f27a1a) !important;
}

.store-theme--market-flow .store-category-nav--with-menu .store-nav-link {
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    padding: 0.75rem 0.55rem;
    border-top: 0 !important;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    box-shadow: none;
}

.store-theme--market-flow .store-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    border-radius: 0;
    border-top: 0 !important;
    padding: 0.75rem 0.55rem;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    background: transparent !important;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #333333 !important;
    box-shadow: none;
}

.store-theme--market-flow .store-category-nav--with-menu .store-nav-item {
    display: flex;
    align-items: stretch;
}

.store-theme--market-flow .store-nav-link:hover,
.store-theme--market-flow .store-category-nav--with-menu .store-nav-link:hover {
    background: transparent !important;
    color: var(--color-primary, #f27a1a) !important;
    border-bottom-color: var(--color-primary, #f27a1a);
}

.store-theme--market-flow .store-nav-link.is-active,
.store-theme--market-flow .store-category-nav--with-menu .store-nav-link.is-active {
    background: transparent !important;
    color: var(--color-primary, #f27a1a) !important;
    border-bottom-color: var(--color-primary, #f27a1a);
}

.store-theme--market-flow .store-nav-link:hover::after,
.store-theme--market-flow .store-nav-link.is-active::after {
    content: none;
    display: none;
}

.store-theme--market-flow .store-category-mega {
    top: calc(100% - 1px) !important;
    left: 0;
    right: 0;
    padding: 0 1rem !important;
    background: transparent !important;
    box-shadow: none;
    pointer-events: none;
}

.store-theme--market-flow .store-category-mega__shell {
    width: 100%;
    max-width: 80rem;
    margin-inline: auto;
    border: 1px solid #ebebeb;
    border-top: 0;
    border-radius: 0 0 0.35rem 0.35rem !important;
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.1);
    min-height: 0;
    max-height: min(32rem, calc(100vh - 10rem));
    grid-template-columns: minmax(14rem, 16rem) minmax(0, 1fr);
}

.store-theme--market-flow .store-category-mega__roots {
    background: #ffffff !important;
    border-right: 1px solid #f0f0f0;
    padding: 0.45rem 0;
}

.store-theme--market-flow .store-category-mega__root {
    gap: 0.55rem;
    border-radius: 0.45rem;
    margin: 0 0.35rem 0 0;
    padding: 0.65rem 0.85rem;
    color: #333333;
    font-size: 0.8125rem;
    font-weight: 600;
    background: transparent;
}

.store-theme--market-flow .store-category-mega__root > svg:last-of-type:not(:only-of-type) {
    display: none;
}

.store-theme--market-flow .store-category-mega__root::after {
    content: "›";
    margin-left: auto;
    font-size: 1.05rem;
    line-height: 1;
    font-weight: 400;
    opacity: 0;
    transform: translateX(-3px);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.store-theme--market-flow .store-category-mega__root:hover::after,
.store-theme--market-flow .store-category-mega__root.is-active::after {
    opacity: 1;
    transform: translateX(0);
    color: var(--color-primary, #f27a1a);
}

.store-theme--market-flow .store-category-mega__root svg {
    width: 1rem;
    height: 1rem;
    color: #9b9b9b;
    flex-shrink: 0;
}

.store-theme--market-flow .store-category-mega__root:hover,
.store-theme--market-flow .store-category-mega__root.is-active {
    background: color-mix(in srgb, var(--color-primary, #f27a1a) 11%, #ffffff) !important;
    color: var(--color-primary, #f27a1a) !important;
}

.store-theme--market-flow .store-category-mega__root:hover svg,
.store-theme--market-flow .store-category-mega__root.is-active svg {
    color: var(--color-primary, #f27a1a);
}

.store-theme--market-flow .store-category-mega__content {
    padding: 1rem 1.5rem 0;
    background: #ffffff !important;
}

.store-theme--market-flow .store-category-mega__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

.store-theme--market-flow .store-category-mega__title {
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    line-height: 1.25;
    color: #334155 !important;
}

.store-theme--market-flow .store-category-mega__subtitle {
    font-size: 0.7rem;
    color: #94a3b8;
}

.store-theme--market-flow .store-category-mega__all {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.35rem 0.65rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #334155;
    text-decoration: none;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.store-theme--market-flow .store-category-mega__all:hover {
    border-color: color-mix(in srgb, var(--color-primary, #f27a1a) 35%, #e2e8f0);
    color: var(--color-primary, #f27a1a);
    background: color-mix(in srgb, var(--color-primary, #f27a1a) 6%, #fff);
}

.store-theme--market-flow .store-category-mega__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.85rem;
    padding-block: 0.85rem;
    border-top: 1px solid #f0f0f0;
}

.store-theme--market-flow .store-category-mega__footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 0.55rem;
    padding: 0.45rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #334155;
    text-decoration: none;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.store-theme--market-flow .store-category-mega__footer-btn:hover {
    color: var(--color-primary, #f27a1a);
    background: color-mix(in srgb, var(--color-primary, #f27a1a) 8%, #fff);
}

.store-theme--market-flow .store-category-mega__footer-btn--muted {
    color: #64748b;
}

.store-theme--market-flow .store-category-mega__panel {
    display: flex !important;
    flex-direction: column;
}

.store-theme--market-flow .store-category-mega__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem 1.35rem;
    padding-top: 0;
}

.store-theme--market-flow .store-category-branch > .store-category-branch__link {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    color: var(--color-primary, #f27a1a) !important;
    font-size: 0.8125rem;
    font-weight: 700;
}

.store-theme--market-flow .store-category-branch > .store-category-branch__link::after {
    content: "›";
    font-size: 0.85rem;
    line-height: 1;
    opacity: 0;
    transform: translateX(-2px);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.store-theme--market-flow .store-category-branch > .store-category-branch__link:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.store-theme--market-flow .store-category-branch__children {
    margin-top: 0.55rem;
    padding-left: 0;
    gap: 0.42rem;
}

.store-theme--market-flow .store-category-branch__children .store-category-branch__link {
    color: #333333 !important;
    font-size: 0.8125rem;
    font-weight: 500;
}

.store-theme--market-flow .store-category-branch__children .store-category-branch__link:hover {
    color: var(--color-primary, #f27a1a) !important;
}

.store-theme--market-flow .store-footer {
    background: #111827;
}

.store-theme--market-flow .store-mobile-nav {
    border-radius: 0;
    background: #ffffff;
    border-top: 1px solid #ebebeb;
    box-shadow: none;
}

/* Orange Grid: wide orange commerce */
.store-theme--orange-grid {
    --store-design-button-radius: 0.45rem;
    --store-header-control-radius: 0.45rem;
}

.store-theme--orange-grid .store-announcement {
    background: linear-gradient(90deg, #ff6000, #fb923c);
    color: #fff;
}

.store-theme--orange-grid .store-search-submit {
    background: #111827;
}

.store-theme--orange-grid .store-section__title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 96, 0, 0.1);
}

.store-theme--orange-grid .store-footer {
    background: linear-gradient(135deg, #111827, #2d1b10);
}

.store-theme--orange-grid .store-mobile-nav {
    background: #ffffff !important;
    border-top: 1px solid #ebebeb;
    box-shadow: 0 -4px 24px rgba(15, 23, 42, 0.06);
}

.store-theme--orange-grid .store-mobile-nav__link,
.store-theme--orange-grid .store-mobile-nav__link.is-active,
.store-theme--orange-grid .store-mobile-nav__link:hover {
    color: #334155 !important;
}

.store-theme--orange-grid .store-mobile-nav__link.is-active,
.store-theme--orange-grid .store-mobile-nav__link.is-active span,
.store-theme--orange-grid .store-mobile-nav__link.is-active svg {
    color: var(--color-primary, #ff6000) !important;
}

/* Coupon Pulse: promotion blocks */
.store-theme--coupon-pulse {
    --store-design-button-radius: 0.6rem;
}

.store-theme--coupon-pulse .store-header {
    background: #ffffff;
}

.store-theme--coupon-pulse .store-category-nav {
    background: #ffffff;
    border-block: 1px solid #eef3f7;
}

.store-theme--coupon-pulse .store-nav-link {
    margin-block: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-weight: 700;
}

/* Soft Gift: friendly rounded gift shop */
.store-theme--soft-gift {
    --store-design-button-radius: 999px;
}

.store-theme--soft-gift .store-header {
    background: linear-gradient(180deg, #fff7fb, #ffffff);
}

.store-theme--soft-gift .store-category-nav {
    background: #fdf2f8;
    border-color: #fbcfe8;
}

.store-theme--soft-gift .store-nav-link {
    border-radius: 999px;
    color: #9d174d;
    font-weight: 700;
}

.store-theme--soft-gift .store-nav-link:hover {
    background: #fce7f3;
    color: #831843;
}

.store-theme--soft-gift .store-search-input {
    border-color: #f9a8d4;
    background: #fffafd;
}

.store-theme--soft-gift .store-product-card,
.store-theme--soft-gift .store-category-tile {
    box-shadow: 0 14px 34px rgba(236, 72, 153, 0.09);
}

.store-theme--soft-gift .store-footer {
    background: linear-gradient(135deg, #831843, #be185d);
}

.store-theme--soft-gift .store-mobile-nav {
    border-radius: 1.4rem 1.4rem 0 0;
    background: #fff7fb;
}

/* Mono Fashion: editorial minimal */
.store-theme--mono-fashion {
    --store-design-button-radius: 0;
}

.store-theme--mono-fashion .store-announcement {
    background: #111;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.store-theme--mono-fashion .store-header {
    border-bottom: 1px solid #111;
}

.store-theme--mono-fashion .store-category-nav {
    background: #fff;
    border-block: 1px solid #111;
}

.store-theme--mono-fashion .store-nav-link {
    border-radius: 0;
    color: #111;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.store-theme--mono-fashion .store-search-input {
    border: 1px solid #111;
    border-radius: 0;
}

.store-theme--mono-fashion .store-search-submit {
    border-radius: 0;
    background: #111;
}

.store-theme--mono-fashion .store-section__title {
    font-family: Georgia, serif;
    font-size: clamp(1.7rem, 4vw, 2.6rem);
    font-weight: 500;
}

.store-theme--mono-fashion .store-footer {
    background: #050505;
}

.store-theme--mono-fashion .store-mobile-nav {
    background: #111 !important;
}

.store-theme--mono-fashion .store-mobile-nav__link,
.store-theme--mono-fashion .store-mobile-nav__link.is-active,
.store-theme--mono-fashion .store-mobile-nav__link:hover {
    color: #fff !important;
}

/* Fresh Market: grocery airy */
.store-theme--fresh-market {
    --store-design-button-radius: 1rem;
}

.store-theme--fresh-market .store-announcement {
    background: linear-gradient(90deg, #166534, #57bd68);
}

.store-theme--fresh-market .store-header {
    border-bottom: 1px solid rgba(87, 189, 104, 0.22);
    box-shadow: 0 10px 30px rgba(87, 189, 104, 0.08);
}

.store-theme--fresh-market .store-category-nav {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.store-theme--fresh-market .store-nav-link {
    color: var(--color-text-heading, #14532d);
    font-weight: 700;
}

.store-theme--fresh-market .store-nav-link:hover {
    color: var(--color-primary, #16a34a);
}

.store-theme--fresh-market .store-search-input {
    border-color: #86efac;
    background: #fbfffc;
}

.store-theme--fresh-market .store-search-submit {
    background: #16a34a;
}

.store-theme--fresh-market .store-section__title {
    color: #14532d;
}

.store-theme--fresh-market .store-footer {
    background: linear-gradient(135deg, #052e16, #166534);
}

.store-theme--fresh-market .store-mobile-nav {
    background: #f0fdf4;
    border-top-color: #bbf7d0;
}

/* Gourmet Dark: restaurant premium */
.store-theme--gourmet-dark {
    --store-design-button-radius: 0.25rem;
}

.store-theme--gourmet-dark .store-announcement {
    background: #000;
    color: #f8fafc;
}

.store-theme--gourmet-dark .store-category-nav {
    background: #111;
    border-color: rgba(255, 255, 255, 0.12);
}

.store-theme--gourmet-dark .store-nav-link {
    color: #f8fafc;
    font-family: Georgia, serif;
    font-size: 0.92rem;
}

.store-theme--gourmet-dark .store-nav-link:hover {
    color: #facc15;
}

.store-theme--gourmet-dark .store-search-input {
    border-color: rgba(250, 204, 21, 0.45);
    background: #1f1f1f;
    color: #fff;
}

.store-theme--gourmet-dark .store-search-submit {
    background: #b7791f;
}

.store-theme--gourmet-dark .store-footer {
    background: #050505;
    border-top-color: rgba(250, 204, 21, 0.24);
}

.store-theme--gourmet-dark .store-mobile-nav {
    background: #111 !important;
    border-top-color: rgba(250, 204, 21, 0.24);
}

.store-theme--gourmet-dark .store-mobile-nav__link,
.store-theme--gourmet-dark .store-mobile-nav__link.is-active,
.store-theme--gourmet-dark .store-mobile-nav__link:hover {
    color: #f8fafc !important;
}

.store-theme--gourmet-dark .store-mobile-nav__link.is-active::before {
    background: #facc15;
}

.store-theme--gourmet-dark .store-drawer {
    background: #111;
    color: #f8fafc;
}


/* —— Deep template differentiation: header, search, prices, arrows —— */
.store-app[class*="store-theme--"] .store-header__logo .store-brand,
.store-app[class*="store-theme--"] .store-header__logo img {
    transition: max-width 0.2s ease, height 0.2s ease, transform 0.2s ease;
}

.store-app[class*="store-theme--"] .store-banner-slider__nav,
.store-app[class*="store-theme--"] .store-product-rail__arrow,
.store-app[class*="store-theme--"] .store-category-rail__arrow,
.store-app[class*="store-theme--"] .store-stories__nav {
    border-radius: var(--store-design-arrow-radius, 999px);
    background: var(--store-design-arrow-bg, #fff);
    color: var(--store-design-arrow-color, #0f172a);
    border: var(--store-design-arrow-border, 1px solid #e2e8f0);
    box-shadow: var(--store-design-arrow-shadow, 0 10px 24px rgba(15, 23, 42, 0.12));
}

.store-app[class*="store-theme--"] .store-search-panel {
    border-radius: var(--store-design-panel-radius, 1rem);
    border: var(--store-design-panel-border, 1px solid #e8ecf4);
}

.store-app[class*="store-theme--"] .store-icon-link,
.store-app[class*="store-theme--"] .store-currency-switcher,
.store-app[class*="store-theme--"] .store-mini-cart > a {
    border-radius: var(--store-design-icon-radius, 0.75rem);
}

.store-app[class*="store-theme--"] .store-product-card__discount-badge {
    border-radius: 999px;
    background: var(--store-design-badge-bg, #ef4444);
}

.store-app[class*="store-theme--"] .store-price {
    align-items: var(--store-design-price-align, baseline);
}

.store-app[class*="store-theme--"] .store-price__current {
    font-size: var(--store-design-price-size, 1.125rem);
    color: var(--store-design-price-color, var(--color-primary, #f97316)) !important;
}

.store-app[class*="store-theme--"] .store-product-card__cart-btn {
    background: var(--store-design-cart-bg, var(--color-primary, #f97316));
    color: var(--store-design-cart-color, #fff);
    box-shadow: var(--store-design-cart-shadow, none);
}

/* Market Flow */
.store-theme--market-flow {
    --store-design-arrow-radius: 50%;
    --store-design-arrow-bg: #ffffff;
    --store-design-arrow-color: #111827;
    --store-design-icon-radius: 0.5rem;
    --store-design-panel-radius: 0.75rem;
    --store-design-badge-bg: #f27a1a;
    --store-design-price-size: 1rem;
    --store-design-cart-bg: #ffffff;
    --store-design-cart-color: #f27a1a;
    --store-design-cart-hover-bg: #f27a1a;
    --store-design-cart-hover-color: #ffffff;
}

.store-theme--market-flow .store-header__logo .store-brand {
    max-width: 10.5rem;
}

.store-theme--market-flow .store-header__actions {
    gap: 1.1rem !important;
}

/* Orange Grid */
.store-theme--orange-grid {
    --store-design-arrow-radius: 0.85rem;
    --store-design-arrow-bg: #ff6000;
    --store-design-arrow-color: #fff;
    --store-design-arrow-border: 0;
    --store-design-icon-radius: 0.55rem;
    --store-design-badge-bg: #111827;
    --store-design-price-size: 1.2rem;
    --store-design-cart-bg: #111827;
    --store-design-cart-shadow: 0 12px 28px rgba(17, 24, 39, 0.22);
}

.store-theme--orange-grid .store-header {
    border-bottom: 0;
}

.store-theme--orange-grid .store-header__bar {
    position: relative;
    padding-bottom: 0.65rem;
}

.store-theme--orange-grid .store-header__bar::after {
    display: none;
}

.store-theme--orange-grid .store-header__logo .store-brand {
    max-width: 8.5rem;
}

.store-theme--orange-grid .store-currency-switcher,
.store-theme--orange-grid .store-icon-link {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

/* Orange Grid — Hepsiburada ürün kartı */
.store-theme--orange-grid .store-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: none;
}

.store-theme--orange-grid .store-product-card:hover {
    border-color: #e3e3e3;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.07);
    transform: none;
}

.store-theme--orange-grid .store-product-card__body-link {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    text-decoration: none;
}

.store-theme--orange-grid .store-product-card__media {
    aspect-ratio: 1;
    padding: 0;
    background: #ffffff;
    --card-media-inset: 0.5rem;
    --card-media-footer-space: 2rem;
}

.store-theme--orange-grid .store-product-card__media--free-shipping,
.store-theme--orange-grid .store-product-card__media--promo-badges {
    --card-media-footer-space: 2.75rem;
}

.store-theme--orange-grid .store-product-card__media img {
    object-fit: contain;
}

.store-theme--orange-grid .store-product-card__bestseller-badge {
    display: none;
}

.store-theme--orange-grid .store-product-card__quick-actions {
    top: 0.45rem;
    right: 0.45rem;
    opacity: 1;
}

.store-theme--orange-grid .store-product-card__quick-actions .store-icon-btn {
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1px 6px rgba(15, 23, 42, 0.14);
    color: #666666;
}

.store-theme--orange-grid .store-product-card__quick-actions .store-icon-btn.is-active {
    color: #e63737;
    background: #fff5f5;
}

.store-theme--orange-grid .store-product-card__quick-actions .store-icon-btn--compare.is-active {
    color: #ffffff !important;
    background: #333333 !important;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.2);
}

.store-theme--orange-grid .store-product-card__quick-view {
    padding: 0.28rem 0.5rem;
    font-size: 0.625rem;
    color: #ff6000;
}

.store-theme--orange-grid .store-product-card__body {
    flex: 1;
    padding: 0.35rem 0.65rem 0.25rem;
}

.store-theme--orange-grid .store-product-card__title {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.35;
    color: #484848;
    -webkit-line-clamp: 2;
}

.store-theme--orange-grid .store-product-card__brand {
    font-weight: 700;
    color: #484848;
}

.store-theme--orange-grid .store-product-card:hover .store-product-card__title,
.store-theme--orange-grid .store-product-card:hover .store-product-card__brand {
    color: #484848;
}

.store-theme--orange-grid .store-product-card__rating {
    margin-top: 0.35rem;
    font-size: 0.6875rem;
}

.store-theme--orange-grid .store-product-card__rating-stars {
    color: #ff6000;
}

.store-theme--orange-grid .store-product-card__rating-value {
    color: #484848;
    font-weight: 700;
}

.store-theme--orange-grid .store-product-card__rating-count {
    color: #999999;
}

.store-theme--orange-grid .store-product-card__foot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 0.25rem 0.5rem;
    margin-top: auto;
    border-top: 1px solid #f0f0f0;
    padding: 0.5rem 0.65rem 0.6rem;
    background: #ffffff;
}

.store-theme--orange-grid .store-product-card__price-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    min-width: 0;
}

.store-theme--orange-grid .store-product-card__price-row::before {
    content: attr(data-cart-label);
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.2;
    color: #48ad48;
}

.store-theme--orange-grid .store-product-card__discount-chip {
    display: inline-flex;
    align-items: center;
    order: 2;
    border-radius: 0.2rem;
    background: #48ad48;
    padding: 0.1rem 0.3rem;
    font-size: 0.625rem;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
}

.store-theme--orange-grid .store-product-card__foot .store-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2rem 0.35rem;
    min-width: 0;
}

.store-theme--orange-grid .store-product-card__foot .store-price__current {
    order: 3;
    flex-basis: 100%;
    font-size: 1.0625rem !important;
    font-weight: 800 !important;
    color: #48ad48 !important;
}

.store-theme--orange-grid .store-product-card__foot .store-price__old {
    order: 1;
    font-size: 0.6875rem;
    color: #999999;
}

.store-theme--orange-grid .store-product-card__price-row:not(:has(.store-product-card__discount-chip))::before {
    display: none;
}

.store-theme--orange-grid .store-product-card__price-row:not(:has(.store-product-card__discount-chip)) .store-price__current {
    color: #484848 !important;
    font-size: 1rem !important;
}

.store-theme--orange-grid .store-product-card__cart-btn {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
    justify-self: end;
    width: 2.35rem;
    height: 2.35rem;
    min-height: 0;
    padding: 0;
    border: 0 !important;
    border-radius: 0.35rem;
    background: transparent !important;
    color: #484848 !important;
    box-shadow: none !important;
}

.store-theme--orange-grid .store-product-card__cart-btn:hover:not(:disabled) {
    transform: none;
    background: #f3f4f6 !important;
    color: #ff6000 !important;
    box-shadow: none !important;
}

.store-theme--orange-grid .store-product-card__cart-btn-icon {
    display: block;
    width: 1.35rem;
    height: 1.35rem;
}

.store-theme--orange-grid .store-product-card__cart-btn span:not(.store-product-card__cart-btn-loading) {
    display: none !important;
}

.store-theme--orange-grid .store-product-card--showcase {
    border-radius: 0.5rem;
    box-shadow: none;
}

.store-theme--orange-grid .store-product-card--showcase .store-product-card__body {
    padding: 0.35rem 0.65rem 0.25rem;
}

.store-theme--orange-grid .store-product-card--showcase .store-product-card__foot {
    padding: 0.5rem 0.65rem 0.6rem;
}

.store-theme--orange-grid .store-home-modules {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.75rem 1rem 1.5rem;
    overflow: visible;
}

.store-theme--orange-grid .store-home-product-module {
    max-width: 80rem;
    margin-inline: auto;
    padding: 1rem 1rem 1.15rem;
    border: 1px solid #ebebeb;
    border-radius: 0.75rem;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
    overflow: visible;
    position: relative;
}

.store-theme--orange-grid .store-home-product-module .store-product-rail {
    overflow: visible;
}

.store-theme--orange-grid .store-home-product-module .store-product-rail__head {
    margin-bottom: 0.85rem;
    padding-inline: 0.15rem;
}

.store-theme--orange-grid .store-home-product-module .store-product-rail__see-all {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #ff6000;
}

.store-theme--orange-grid .store-home-product-module .store-product-rail__see-all:hover {
    color: #e55600;
}

.store-theme--orange-grid .store-home-product-module .store-section__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #484848;
}

.store-theme--orange-grid .store-home-product-module .store-product-rail__track {
    gap: 0.65rem;
    padding-bottom: 0.15rem;
}

.store-theme--orange-grid .store-home-product-module .store-product-rail__viewport {
    overflow: visible;
    margin-inline: 0;
}

.store-theme--orange-grid .store-home-product-module .store-product-rail__arrow--edge {
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #ffffff;
    color: #484848;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.1);
}

.store-theme--orange-grid .store-home-product-module .store-product-rail__arrow--edge:hover:not(:disabled) {
    background: #ffffff;
    color: #ff6000;
    border-color: #ffd0b0;
    box-shadow: 0 4px 14px rgba(255, 96, 0, 0.15);
}

.store-theme--orange-grid .store-home-product-module .store-product-rail__arrow--prev {
    left: -1.15rem;
}

.store-theme--orange-grid .store-home-product-module .store-product-rail__arrow--next {
    right: -1.15rem;
}

.store-theme--orange-grid .store-home-product-module .store-product-rail__dots {
    margin-top: 0.65rem;
}

.store-theme--orange-grid .store-product-rail__dot.is-active,
.store-theme--orange-grid .store-home-product-module .store-product-rail__dot.is-active {
    width: 1.25rem;
    background: #ff6000;
}

.store-theme--orange-grid .store-home-product-module .store-product-rail__see-all-tile {
    border-radius: 0.75rem;
}

.store-theme--orange-grid .store-product-rail__item {
    width: 11rem;
}

.store-theme--orange-grid .store-product-rail--columns .store-product-rail__item {
    width: calc(
        (100cqw - (var(--rail-columns-mobile, 2) - 1) * var(--rail-gap, 1rem)) / var(--rail-columns-mobile, 2)
    );
}

@media (min-width: 640px) {
    .store-theme--orange-grid .store-product-rail--columns .store-product-rail__item {
        width: calc(
            (100cqw - (var(--rail-columns, 4) - 1) * var(--rail-gap, 1rem)) / var(--rail-columns, 4)
        );
    }
}

.store-theme--orange-grid .store-product-rail--showcase .store-product-rail__item {
    width: 11rem;
}

/* Coupon Pulse (Mana Nexus) */
.store-theme--coupon-pulse {
    --store-design-arrow-radius: 999px;
    --store-design-arrow-bg: #ffffff;
    --store-design-arrow-color: #063b7a;
    --store-design-arrow-border: 1px solid #d8e8f1;
    --store-design-icon-radius: 0.55rem;
    --store-design-badge-bg: #1689c7;
    --store-design-price-size: 1.05rem;
    --store-design-cart-bg: #1689c7;
}

.store-theme--coupon-pulse .store-header__logo .store-brand {
    max-width: 7.8rem;
}

.store-theme--coupon-pulse .store-header__actions {
    padding: 0;
    border: 0;
    background: transparent;
}

.store-theme--coupon-pulse .store-home-product-module,
.store-theme--coupon-pulse .store-new-arrivals-module {
    max-width: 80rem;
    margin: 1.35rem auto;
    padding: 1rem;
    border: 1px solid #dbeafe;
    border-radius: 1rem;
    background: linear-gradient(180deg, #f0fbff 0%, #eef8ff 100%);
    box-shadow: 0 12px 32px rgba(14, 116, 144, 0.08);
    overflow: visible;
}

.store-theme--coupon-pulse .store-home-product-module .store-product-rail,
.store-theme--coupon-pulse .store-new-arrivals-module {
    overflow: visible;
}

.store-theme--coupon-pulse .store-home-product-module .store-product-rail__head,
.store-theme--coupon-pulse .store-new-arrivals-module__head {
    margin-bottom: 0.85rem;
    padding-inline: 0.1rem;
}

.store-theme--coupon-pulse .store-home-product-module .store-section__title,
.store-theme--coupon-pulse .store-new-arrivals-module .store-section__title {
    margin-bottom: 0;
    border-left-color: #7c3aed;
    font-size: 1.125rem;
    line-height: 1.25;
    color: #0f172a;
}

.store-theme--coupon-pulse .store-home-product-module .store-product-rail__viewport {
    overflow: visible;
}

.store-theme--coupon-pulse .store-home-product-module .store-product-rail__track {
    gap: 1rem;
    padding: 0.2rem 0.1rem 0.45rem;
}

.store-theme--coupon-pulse .store-product-rail__item {
    width: 11rem;
}

.store-theme--coupon-pulse .store-product-card {
    border-style: solid;
    border-color: #d7edf7;
    border-radius: 0.8rem;
    box-shadow: 0 8px 20px rgba(14, 116, 144, 0.08);
}

.store-theme--coupon-pulse .store-product-card__media {
    aspect-ratio: 1 / 1;
    --card-media-inset: 0.55rem;
    --card-media-footer-space: 2.05rem;
}

.store-theme--coupon-pulse .store-product-card__media--free-shipping,
.store-theme--coupon-pulse .store-product-card__media--promo-badges {
    --card-media-footer-space: 2.75rem;
}

.store-theme--coupon-pulse .store-product-card__body {
    padding: 0.7rem;
}

.store-theme--coupon-pulse .store-product-card__title {
    min-height: 2.35rem;
    font-size: 0.8rem;
    line-height: 1.35;
}

.store-theme--coupon-pulse .store-product-card__foot {
    padding: 0.55rem 0.65rem 0.65rem;
}

.store-theme--coupon-pulse .store-product-rail__see-all-card {
    width: 11rem;
}

.store-theme--coupon-pulse .store-product-rail__see-all-tile {
    min-height: 100%;
    border-radius: 0.8rem;
    background: linear-gradient(180deg, #22b8cf 0%, #0891b2 48%, #0f172a 100%);
    box-shadow: 0 12px 28px rgba(14, 116, 144, 0.22);
}

.store-theme--coupon-pulse .store-new-arrivals-module__grid {
    gap: 1rem;
}

.store-theme--coupon-pulse .store-new-arrivals-module__item {
    display: flex;
    min-width: 0;
}

.store-theme--coupon-pulse .store-new-arrivals-module__item > .store-product-card {
    width: 100%;
}

@media (min-width: 640px) {
    .store-theme--coupon-pulse .store-product-rail__item,
    .store-theme--coupon-pulse .store-product-rail__see-all-card {
        width: 12.25rem;
    }
}

@media (min-width: 1024px) {
    .store-theme--coupon-pulse .store-home-product-module,
    .store-theme--coupon-pulse .store-new-arrivals-module {
        margin-block: 1.55rem;
        padding: 1.1rem 1.15rem 1.25rem;
    }

    .store-theme--coupon-pulse .store-product-rail__item,
    .store-theme--coupon-pulse .store-product-rail__see-all-card {
        width: 11.65rem;
    }
}

/* Soft Gift */
.store-theme--soft-gift {
    --store-design-arrow-radius: 999px;
    --store-design-arrow-bg: #fce7f3;
    --store-design-arrow-color: #9d174d;
    --store-design-arrow-border: 1px solid #fbcfe8;
    --store-design-icon-radius: 999px;
    --store-design-badge-bg: #ec4899;
    --store-design-price-size: 1.18rem;
    --store-design-cart-bg: linear-gradient(135deg, #ec4899, #f97316);
    --store-design-cart-shadow: 0 14px 30px rgba(236, 72, 153, 0.22);
}

.store-theme--soft-gift .store-header__logo .store-brand {
    max-width: 10.5rem;
}

.store-theme--soft-gift .store-header__actions .store-icon-link,
.store-theme--soft-gift .store-currency-switcher {
    background: #fff7fb;
    border: 1px solid #fbcfe8;
}

.store-theme--soft-gift .store-search-submit__text {
    font-size: 0;
}

.store-theme--soft-gift .store-search-submit__text::after {
    content: "⌕";
    font-size: 1rem;
}

/* Mono Fashion */
.store-theme--mono-fashion {
    --store-design-arrow-radius: 0;
    --store-design-arrow-bg: #111;
    --store-design-arrow-color: #fff;
    --store-design-arrow-border: 1px solid #111;
    --store-design-icon-radius: 0;
    --store-design-badge-radius: 0;
    --store-design-badge-bg: #111;
    --store-design-price-size: 1.35rem;
    --store-design-price-color: #111;
    --store-design-cart-bg: #111;
}

.store-theme--mono-fashion .store-header__inner {
    justify-content: center;
}

.store-theme--mono-fashion .store-header__logo .store-brand {
    max-width: 12rem;
    transform: translateY(1px);
}

.store-theme--mono-fashion .store-header__search {
    max-width: 24rem;
    flex: 0 1 24rem;
}

.store-theme--mono-fashion .store-header__search:has(.store-search--expanded) {
    flex: 1 1 0;
    max-width: none;
    transition: max-width 0.22s ease, flex-basis 0.22s ease;
}

.store-theme--mono-fashion .store-header__actions .store-icon-link,
.store-theme--mono-fashion .store-currency-switcher {
    border: 1px solid #111;
    background: #fff;
}

.store-theme--mono-fashion .store-product-card__cart-btn {
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Fresh Market */
.store-theme--fresh-market {
    --store-design-arrow-radius: 999px 999px 999px 0.45rem;
    --store-design-arrow-bg: #dcfce7;
    --store-design-arrow-color: #166534;
    --store-design-arrow-border: 1px solid #bbf7d0;
    --store-design-icon-radius: 999px 999px 999px 0.45rem;
    --store-design-badge-bg: #16a34a;
    --store-design-price-size: 1.22rem;
    --store-design-price-color: #16a34a;
    --store-design-cart-bg: #16a34a;
    --store-design-cart-shadow: 0 12px 26px rgba(22, 163, 74, 0.18);
}

.store-theme--fresh-market .store-header__logo .store-brand {
    max-width: 11rem;
}

.store-theme--fresh-market .store-header__actions .store-icon-link,
.store-theme--fresh-market .store-currency-switcher {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.store-theme--fresh-market .store-product-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(22, 163, 74, 0.08), transparent 42%);
}

/* Gourmet Dark */
.store-theme--gourmet-dark {
    --store-design-arrow-radius: 0.2rem;
    --store-design-arrow-bg: rgba(0, 0, 0, 0.78);
    --store-design-arrow-color: #facc15;
    --store-design-arrow-border: 1px solid rgba(250, 204, 21, 0.38);
    --store-design-icon-radius: 0.25rem;
    --store-design-badge-bg: #b7791f;
    --store-design-price-size: 1.25rem;
    --store-design-price-color: #b7791f;
    --store-design-cart-bg: #b7791f;
    --store-design-cart-shadow: 0 14px 28px rgba(183, 121, 31, 0.22);
}

.store-theme--gourmet-dark .store-header__logo .store-brand {
    max-width: 10rem;
}

.store-theme--gourmet-dark .store-header__actions .store-icon-link,
.store-theme--gourmet-dark .store-currency-switcher {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(250, 204, 21, 0.24);
    color: #f8fafc;
}

.store-theme--gourmet-dark .store-product-card__cart-btn {
    font-family: Georgia, serif;
}

.store-theme--soft-gift .store-home-product-module,
.store-theme--soft-gift .store-new-arrivals-module,
.store-theme--fresh-market .store-home-product-module,
.store-theme--fresh-market .store-new-arrivals-module,
.store-theme--mono-fashion .store-home-product-module,
.store-theme--mono-fashion .store-new-arrivals-module,
.store-theme--gourmet-dark .store-home-product-module,
.store-theme--gourmet-dark .store-new-arrivals-module {
    max-width: 80rem;
    margin: var(--theme-module-margin, 1.5rem auto);
    padding: var(--theme-module-padding, 1.15rem);
    border: 1px solid var(--theme-module-border, #e5e7eb);
    border-radius: var(--theme-module-radius, var(--store-design-card-radius, 1rem));
    background: var(--theme-module-bg, #ffffff);
    box-shadow: var(--theme-module-shadow, 0 14px 34px rgba(15, 23, 42, 0.06));
    overflow: visible;
}

.store-theme--soft-gift {
    --theme-module-bg: linear-gradient(180deg, #fff7fb 0%, #ffffff 58%);
    --theme-module-border: #fbcfe8;
    --theme-module-radius: 1.35rem;
    --theme-module-shadow: 0 18px 42px rgba(236, 72, 153, 0.09);
}

.store-theme--mono-fashion {
    --theme-module-bg: #ffffff;
    --theme-module-border: #111111;
    --theme-module-radius: 0;
    --theme-module-shadow: none;
    --theme-module-padding: 1.25rem 0;
}

.store-theme--fresh-market {
    --theme-module-bg: linear-gradient(180deg, #f0fdf4 0%, #ffffff 62%);
    --theme-module-border: #bbf7d0;
    --theme-module-radius: 1.45rem 1.45rem 1.45rem 0.65rem;
    --theme-module-shadow: 0 18px 40px rgba(22, 163, 74, 0.09);
}

.store-theme--gourmet-dark {
    --theme-module-bg: linear-gradient(180deg, rgba(39, 30, 18, 0.96) 0%, rgba(17, 17, 17, 0.96) 100%);
    --theme-module-border: rgba(250, 204, 21, 0.24);
    --theme-module-radius: 0.35rem;
    --theme-module-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.store-theme--soft-gift .store-home-product-module .store-product-rail,
.store-theme--fresh-market .store-home-product-module .store-product-rail,
.store-theme--mono-fashion .store-home-product-module .store-product-rail,
.store-theme--gourmet-dark .store-home-product-module .store-product-rail,
.store-theme--soft-gift .store-home-product-module .store-product-rail__viewport,
.store-theme--fresh-market .store-home-product-module .store-product-rail__viewport,
.store-theme--mono-fashion .store-home-product-module .store-product-rail__viewport,
.store-theme--gourmet-dark .store-home-product-module .store-product-rail__viewport {
    overflow: visible;
}

.store-theme--soft-gift .store-home-product-module .store-product-rail__track,
.store-theme--soft-gift .store-new-arrivals-module__grid,
.store-theme--fresh-market .store-home-product-module .store-product-rail__track,
.store-theme--fresh-market .store-new-arrivals-module__grid,
.store-theme--mono-fashion .store-home-product-module .store-product-rail__track,
.store-theme--mono-fashion .store-new-arrivals-module__grid,
.store-theme--gourmet-dark .store-home-product-module .store-product-rail__track,
.store-theme--gourmet-dark .store-new-arrivals-module__grid {
    gap: var(--theme-module-card-gap, 1rem);
}

.store-theme--soft-gift .store-home-product-module .store-section__title,
.store-theme--soft-gift .store-new-arrivals-module .store-section__title {
    margin-bottom: 0;
    border-left-color: #ec4899;
    color: #831843;
}

.store-theme--fresh-market .store-home-product-module .store-section__title,
.store-theme--fresh-market .store-new-arrivals-module .store-section__title {
    margin-bottom: 0;
    border-left-color: #16a34a;
    color: #14532d;
}

.store-theme--mono-fashion .store-home-product-module .store-section__title,
.store-theme--mono-fashion .store-new-arrivals-module .store-section__title {
    margin-bottom: 0;
    padding-left: 0;
    border-left: 0;
    color: #111111;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-theme--gourmet-dark .store-home-product-module .store-section__title,
.store-theme--gourmet-dark .store-new-arrivals-module .store-section__title {
    margin-bottom: 0;
    border-left-color: #b7791f;
    color: #f8fafc;
}

.store-theme--gourmet-dark .store-home-product-module .store-product-rail__see-all,
.store-theme--gourmet-dark .store-new-arrivals-module__see-all {
    color: #facc15;
}

.store-theme--gourmet-dark .store-new-arrivals-module__filter {
    border-color: rgba(250, 204, 21, 0.24);
    background: rgba(255, 255, 255, 0.06);
    color: #f8fafc;
}

.store-theme--gourmet-dark .store-new-arrivals-module__filter.is-active {
    border-color: #b7791f;
    background: #b7791f;
    color: #111111;
}

@media (max-width: 767px) {
    .store-theme--soft-gift .store-header__mobile-search .store-search--expanded,
    .store-theme--mono-fashion .store-header__mobile-search .store-search--expanded,
    .store-theme--gourmet-dark .store-header__mobile-search .store-search--expanded {
        position: fixed;
        inset: 0;
        z-index: 80;
        display: flex;
        align-items: flex-start;
        padding: 5rem 1rem 1rem;
        background: var(--store-design-full-search-bg, rgba(255, 255, 255, 0.98));
    }

    .store-theme--mono-fashion .store-header__mobile-search .store-search--expanded {
        --store-design-full-search-bg: #fff;
    }

    .store-theme--gourmet-dark .store-header__mobile-search .store-search--expanded {
        --store-design-full-search-bg: rgba(17, 17, 17, 0.98);
    }

    .store-header__mobile-search .store-search:focus-within .store-search__form,
    .store-header__mobile-search .store-search--expanded .store-search__form,
    .store-header__mobile-search .store-search--expanded .store-search-panel {
        width: 100%;
        max-width: 38rem;
        margin-inline: auto;
    }

    .store-header__mobile-search .store-search--expanded .store-search-panel {
        position: absolute;
        left: 1rem;
        right: 1rem;
        top: 9rem;
        width: auto;
    }

    .store-header__mobile-search .store-search:not(.store-search--expanded) {
        position: static;
        inset: auto;
        z-index: auto;
        display: block;
        padding: 0;
        background: transparent;
    }

    .store-theme--mono-fashion .store-mobile-nav {
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 1px solid #fff;
    }
}


/* —— Marketplace style header refinements —— */
.store-header__topbar {
    border-bottom: 1px solid #eef2f7;
    background: #ffffff;
    font-size: 0.78rem;
}

.store-header__topbar-inner {
    min-height: 2rem;
}

.store-header__toplink {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #64748b;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.16s ease, transform 0.16s ease;
}

.store-header__toplink:hover {
    color: var(--color-primary, #f97316);
    transform: translateY(-1px);
}

.store-category-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 0;
    border-radius: var(--store-design-category-radius, 999px);
    background: var(--store-design-category-bg, linear-gradient(135deg, var(--color-primary, #f97316), color-mix(in srgb, var(--color-primary, #f97316) 76%, #111)));
    color: var(--store-design-category-color, #fff);
    padding: 0.62rem 0.9rem;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    box-shadow: var(--store-design-category-shadow, 0 12px 26px color-mix(in srgb, var(--color-primary, #f97316) 24%, transparent));
    transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.store-category-trigger:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.store-category-trigger__icon {
    flex-shrink: 0;
    stroke-width: 2.25;
    opacity: 0.96;
}

.store-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-width: 2.35rem;
}

.store-search-submit__icon {
    display: block;
}

.store-search-submit__text {
    font-size: 0;
}

.store-currency-switcher {
    min-height: 2.25rem;
    appearance: none;
    border-radius: 999px !important;
    background:
        linear-gradient(45deg, transparent 50%, currentColor 50%) right 0.85rem center / 0.35rem 0.35rem no-repeat,
        linear-gradient(135deg, #fff, #f8fafc) !important;
    padding: 0.45rem 1.65rem 0.45rem 0.75rem !important;
    color: #334155;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.store-icon-link,
.store-mini-cart > a {
    border: 1px solid transparent;
}

.store-icon-link svg,
.store-mini-cart > a svg,
.store-header__toplink svg {
    transition: fill 0.16s ease, color 0.16s ease, stroke-width 0.16s ease, transform 0.16s ease;
}

.store-icon-link:hover,
.store-mini-cart > a:hover {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 24%, #e2e8f0);
    background: color-mix(in srgb, var(--color-primary, #f97316) 9%, #fff);
    color: var(--color-primary, #f97316) !important;
}

.store-icon-link:hover svg,
.store-mini-cart > a:hover svg,
.store-header__toplink:hover svg {
    fill: currentColor;
    stroke-width: 2.8;
    transform: translateY(-1px) scale(1.04);
}

.store-icon-link--account:hover svg {
    fill: currentColor;
}

.store-icon-link--wishlist:hover svg {
    fill: currentColor;
}

.store-mini-cart > a:hover svg {
    fill: none;
    stroke-width: 3;
}

.store-drawer {
    border-right: 1px solid #e8ecf4;
    box-shadow: 22px 0 60px rgba(15, 23, 42, 0.18);
}

.store-drawer a:hover {
    color: var(--color-primary, #f97316);
}

@media (max-width: 767px) {
    .store-header__topbar {
        display: none;
    }

    .store-category-trigger {
        padding: 0.58rem;
    }

    .store-category-trigger span {
        display: none;
    }
}

/* Theme-specific header polish */
.store-theme--market-flow .store-category-trigger {
    --store-design-category-radius: 0;
    --store-design-category-bg: transparent;
    --store-design-category-color: #333333;
    --store-design-category-shadow: none;
}

.store-theme--orange-grid .store-header__topbar {
    background: var(--store-topbar-surface, #fffdfb);
    border-color: var(--store-menu-border);
}

.store-theme--orange-grid .store-category-trigger {
    --store-design-category-radius: 0;
    --store-design-category-bg: var(--color-primary, #ff6000);
    --store-design-category-color: #fff;
    --store-design-category-shadow: none;
}

.store-theme--soft-gift .store-category-trigger {
    --store-design-category-radius: 999px;
    --store-design-category-bg: linear-gradient(135deg, #ec4899, #f472b6);
}

.store-theme--mono-fashion .store-header__topbar {
    background: #111;
    border-color: #111;
}

.store-theme--mono-fashion .store-header__toplink {
    color: #e5e7eb;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-theme--mono-fashion .store-category-trigger {
    --store-design-category-radius: 0;
    --store-design-category-bg: #111;
    --store-design-category-shadow: none;
    border: 1px solid #111;
}

.store-theme--fresh-market .store-header__topbar {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.store-theme--fresh-market .store-category-trigger {
    --store-design-category-radius: 999px 999px 999px 0.5rem;
    --store-design-category-bg: linear-gradient(135deg, #16a34a, #57bd68);
}

.store-theme--gourmet-dark .store-header__topbar {
    background: #050505;
    border-color: rgba(250, 204, 21, 0.18);
}

.store-theme--gourmet-dark .store-header__toplink {
    color: #d1d5db;
}

.store-theme--gourmet-dark .store-category-trigger {
    --store-design-category-radius: 0.2rem;
    --store-design-category-bg: #b7791f;
    --store-design-category-shadow: 0 14px 28px rgba(183, 121, 31, 0.24);
}


/* —— Menu manager driven header/drawer —— */
.store-header__topitem {
    display: inline-flex;
    align-items: center;
}

.store-header__top-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 0.45rem);
    z-index: 55;
    min-width: 12rem;
    overflow: hidden;
    border: 1px solid #e8ecf4;
    border-radius: 0.8rem;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}

.store-header__top-dropdown a {
    display: block;
    padding: 0.7rem 0.85rem;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.store-header__top-dropdown a:hover {
    background: #f8fafc;
    color: var(--color-primary, #f97316);
}

.store-category-nav--trigger-only {
    padding-block: 0.45rem;
}

.store-category-nav--trigger-only .store-category-trigger {
    padding-inline: 0.85rem 1rem;
}

.store-drawer__section + .store-drawer__section {
    margin-top: 1.25rem;
    border-top: 1px solid #eef2f7;
    padding-top: 1rem;
}

.store-drawer__title {
    margin-bottom: 0.45rem;
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-drawer__link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    justify-content: flex-start;
    border: 1px solid transparent;
    border-radius: 0.8rem;
    background: #f8fafc;
    padding: 0.72rem 0.8rem;
    color: #1e293b;
    font-weight: 700;
    text-decoration: none;
}

.store-drawer__link--child,
.store-drawer__sublink {
    padding-left: calc(0.5rem + (var(--menu-depth, 2) - 2) * 0.5rem);
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 600;
}

.store-theme--gourmet-dark .store-header__top-dropdown,
.store-theme--gourmet-dark .store-drawer {
    background: #111;
    border-color: rgba(250, 204, 21, 0.2);
}

.store-theme--gourmet-dark .store-header__top-dropdown a,
.store-theme--gourmet-dark .store-drawer__link {
    color: #f8fafc;
}

.store-theme--gourmet-dark .store-drawer__section + .store-drawer__section,
.store-theme--gourmet-dark .store-drawer__link {
    border-color: rgba(255, 255, 255, 0.1);
}


/* —— Header menu beside categories —— */
.store-category-nav--with-menu {
    display: none;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #eef2f7;
    background: #fff;
}

@media (min-width: 768px) {
    .store-category-nav--with-menu {
        display: block;
    }
}

.store-category-nav--with-menu .store-category-nav__inner {
    min-height: 3.15rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.store-category-nav--with-menu .store-category-nav__inner::-webkit-scrollbar {
    display: none;
}

.store-category-nav--with-menu .store-category-trigger {
    flex: none;
    align-self: stretch;
    margin: 0;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.store-category-nav--with-menu .store-nav-item--categories {
    display: flex;
    align-items: stretch;
}

.store-category-nav--with-menu .store-nav-item {
    flex: none;
}

.store-category-nav--with-menu .store-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.store-menu-item-media__img {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    border-radius: 0.35rem;
    flex-shrink: 0;
}

.store-menu-item-media__icon {
    flex-shrink: 0;
    opacity: 0.9;
}

.store-menu-dropdown__visual-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.store-mega-menu--menu-items {
    min-width: 13rem;
    padding: 0.45rem;
}

.store-mega-menu__link {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 0.55rem;
    padding: 0.65rem 0.75rem;
    color: #475569;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
}

.store-mega-menu__link:hover {
    background: #f8fafc;
    color: var(--color-primary, #f97316);
}

.store-theme--orange-grid .store-category-nav--with-menu {
    background: var(--store-menu-surface) !important;
    border-block: 1px solid var(--store-menu-border);
    margin-top: 0;
    padding-top: 0;
}

.store-theme--orange-grid .store-category-nav--with-menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: var(--store-brand-stripe);
}

.store-theme--orange-grid .store-category-nav--with-menu .store-category-nav__inner {
    padding-inline: 1rem;
    gap: 0;
}

.store-theme--orange-grid .store-category-nav--with-menu .store-category-trigger {
    border-right: 1px solid var(--store-menu-border);
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    align-self: stretch;
    min-height: 100%;
    padding-inline: 1rem;
}

.store-theme--orange-grid .store-category-nav--with-menu .store-nav-item--categories {
    display: flex;
    align-items: stretch;
}

.store-theme--orange-grid .store-category-nav--with-menu .store-nav-item + .store-nav-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1.35rem;
    background: var(--store-menu-border);
}

.store-theme--orange-grid .store-category-nav--with-menu .store-nav-item {
    display: flex;
    align-items: stretch;
}

.store-theme--orange-grid .store-category-nav--with-menu .store-nav-link {
    color: #484848;
    border-radius: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    padding: 0.8rem 1rem;
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    transition: background 0.15s ease, color 0.15s ease;
}

.store-theme--orange-grid .store-category-nav--with-menu .store-nav-item:hover .store-nav-link {
    background: #fff;
    color: var(--color-primary, #ff6000);
    position: relative;
    z-index: 82;
}

.store-theme--orange-grid .store-category-nav--with-menu .store-nav-item:hover .store-nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #fff;
}

.store-theme--orange-grid .store-category-nav--with-menu .store-nav-item:hover + .store-nav-item::before {
    opacity: 0;
}

.store-theme--orange-grid .store-category-nav--with-menu .store-mega-menu--menu-items {
    top: 100% !important;
    margin-top: 0;
    border-radius: 0;
    border-top: 0;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
}

.store-theme--orange-grid .store-category-mega__shell {
    border-radius: 0 0 0.45rem 0.45rem !important;
}

.store-theme--orange-grid .store-category-mega__roots {
    background: #ffffff !important;
    padding: 0.7rem 0;
}

.store-theme--orange-grid .store-category-mega__root {
    position: relative;
    margin: 0;
    border-radius: 0;
    padding: 0.8rem 3rem 0.8rem 1.25rem;
    background: #ffffff !important;
    color: #484848;
    font-size: 1rem;
    font-weight: 800;
}

.store-theme--orange-grid .store-category-mega__root > svg:first-child {
    display: none;
}

.store-theme--orange-grid .store-category-mega__root > svg:last-child {
    position: absolute;
    right: 1.2rem;
    width: 1.35rem;
    height: 1.35rem;
    color: currentColor;
    stroke-width: 3;
}

.store-theme--orange-grid .store-category-mega__root:hover,
.store-theme--orange-grid .store-category-mega__root.is-active {
    background: #ffffff !important;
    color: var(--color-primary, #ff6000) !important;
}

.store-theme--orange-grid .store-category-mega__root.is-active::after {
    content: "";
    position: absolute;
    top: 0.35rem;
    right: 0;
    bottom: 0.35rem;
    width: 4px;
    background: var(--color-primary, #ff6000);
}

.store-theme--orange-grid .store-category-nav--with-menu .store-nav-link:hover {
    background: #fff;
    color: var(--color-primary, #ff6000);
}

.store-theme--orange-grid .store-category-nav--with-menu .store-nav-link.is-active {
    background: #fff;
    color: var(--color-primary, #ff6000);
    position: relative;
    z-index: 82;
}

.store-theme--orange-grid .store-category-nav--with-menu .store-nav-link.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--color-primary, #ff6000);
}

.store-theme--orange-grid .store-search--modern .store-search__form--modern::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0;
    height: 2px;
    border-radius: 0 0 0.45rem 0.45rem;
    background: var(--store-brand-stripe);
    pointer-events: none;
}

.store-search-backdrop {
    position: fixed;
    inset: 0;
    z-index: -1;
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    pointer-events: none;
}

.store-theme--orange-grid .store-search-backdrop--portal {
    position: fixed;
    inset: 0;
    z-index: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(1px);
    pointer-events: auto;
    cursor: default;
}

.store-search-portal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 200;
    pointer-events: none;
}

.store-search-portal.is-active {
    display: block;
}

body.store-search-portal-open {
    overflow: hidden;
}

.store-search-portal__anchor {
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.store-search-portal__brand {
    display: none;
}

.store-search-portal__anchor > .store-search--elevated {
    pointer-events: auto;
}

.store-theme--orange-grid .store-header__search.is-search-elevated {
    min-height: 2.85rem;
}

.store-theme--market-flow .store-header__search.is-search-elevated {
    min-height: 2.75rem;
}

@keyframes store-search-float-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes nexus-search-sheet-drop {
    from {
        opacity: 0.92;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes nexus-search-content-drop {
    from {
        opacity: 0;
        transform: translateY(-0.85rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .store-theme--orange-grid .store-search--expanded.store-search--elevated {
        position: fixed;
        z-index: 2;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border: 2px solid color-mix(in srgb, var(--color-primary, #ff6000) 72%, #e5e7eb);
        border-radius: 1.25rem;
        background: #fff;
        box-shadow: 0 28px 64px rgba(15, 23, 42, 0.2);
        animation: store-search-float-in 0.2s ease;
    }

    .store-theme--orange-grid .store-search--expanded.store-search--elevated .store-search__form--modern {
        position: relative;
        z-index: 2;
        flex: none;
        border: 0;
        border-radius: 1.15rem 1.15rem 0 0;
        background: #fff;
        box-shadow: none;
    }

    .store-theme--orange-grid .store-search--expanded .store-search__form--modern::after {
        left: 0;
        right: 0;
        bottom: 0;
        height: 3px;
        border-radius: 0;
        opacity: 1;
        background: var(--store-brand-stripe);
    }

    .store-theme--orange-grid .store-search--expanded .store-search-input--modern,
    .store-theme--orange-grid .store-search--expanded.store-search--modern .store-search-input {
        border: 0 !important;
        border-radius: 1.15rem 1.15rem 0 0 !important;
        box-shadow: none !important;
        background: #fff !important;
        padding: 1.05rem 3.5rem 1.05rem 3rem;
        font-size: 1rem;
        font-weight: 500;
        color: #0f172a;
    }

    .store-theme--orange-grid .store-search--expanded .store-search__icon-wrap {
        left: 1rem;
        width: 1.75rem;
        height: 1.75rem;
        background: transparent;
        color: #94a3b8;
    }

    .store-theme--orange-grid .store-search--expanded .store-search-close-btn {
        right: 0.9rem;
    }

    .store-theme--orange-grid .store-search--expanded .store-search-clear--mini {
        right: 3.15rem;
        font-size: 0.8125rem;
        font-weight: 600;
        color: #64748b;
        background: transparent;
    }

    .store-theme--orange-grid .store-search--expanded.store-search--elevated .store-search-panel--modern {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0;
        border: 0;
        border-radius: 0 0 1.1rem 1.1rem;
        box-shadow: none;
        background: #fff !important;
        z-index: 1;
        max-height: min(36rem, calc(100vh - 10rem));
    }

    .store-theme--orange-grid .store-search--expanded.store-search--elevated .store-search-panel--wide {
        grid-template-columns: minmax(0, 1.15fr) minmax(14rem, 0.85fr);
    }

    .store-theme--orange-grid .store-search--expanded .store-search-panel__main--scroll,
    .store-theme--orange-grid .store-search--expanded .store-search-panel__main--idle {
        max-height: min(34rem, calc(100vh - 11.5rem));
        padding: 0.85rem 1rem 1rem;
    }

    .store-theme--orange-grid .store-search--expanded .store-search-rail {
        padding: 0.85rem 0.9rem 1rem;
        background: #f8fafc !important;
        border-left-color: #e8edf4 !important;
    }

    .store-theme--market-flow .store-search--expanded.store-search--elevated {
        position: fixed;
        z-index: 2;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid #e6e6e6;
        border-radius: 0.45rem;
        background: #fff;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
        animation: store-search-float-in 0.2s ease;
    }

    .store-theme--market-flow .store-search--expanded.store-search--elevated .store-search__form--modern {
        position: relative;
        z-index: 2;
        flex: none;
        border: 0;
        border-radius: 0.45rem 0.45rem 0 0;
        background: #fff;
        box-shadow: none;
    }

    .store-theme--market-flow .store-search--expanded .store-search__form--modern::after {
        display: none;
    }

    .store-theme--market-flow .store-search--expanded .store-search-input--modern,
    .store-theme--market-flow .store-search--expanded.store-search--modern .store-search-input {
        border: 0 !important;
        border-radius: 0.45rem 0.45rem 0 0 !important;
        box-shadow: none !important;
        background: #fff !important;
        padding: 1rem 3.5rem 1rem 2.85rem;
        font-size: 0.9375rem;
        font-weight: 500;
        color: #333333;
    }

    .store-theme--market-flow .store-search--expanded .store-search__icon-wrap {
        left: 0.95rem;
        width: 1.5rem;
        height: 1.5rem;
        background: transparent;
        color: var(--color-primary, #f27a1a);
    }

    .store-theme--market-flow .store-search--expanded.store-search--elevated .store-search-panel--modern {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0;
        border: 0;
        border-top: 1px solid #f0f0f0;
        border-radius: 0 0 0.45rem 0.45rem;
        box-shadow: none;
        background: #fff !important;
        z-index: 1;
        max-height: min(36rem, calc(100vh - 10rem));
    }

    .store-theme--market-flow .store-search--expanded.store-search--elevated .store-search-panel--wide {
        grid-template-columns: minmax(0, 1.15fr) minmax(14rem, 0.85fr);
    }

    .store-theme--market-flow .store-search--expanded .store-search-panel__main--scroll,
    .store-theme--market-flow .store-search--expanded .store-search-panel__main--idle {
        max-height: min(34rem, calc(100vh - 11.5rem));
        padding: 0.85rem 1rem 1rem;
    }

    .store-theme--market-flow .store-search--expanded .store-search-rail {
        padding: 0.85rem 0.9rem 1rem;
        background: var(--store-search-surface-muted) !important;
        border-left-color: #f0f0f0 !important;
    }
}

.store-theme--orange-grid .store-search-input--modern,
.store-theme--orange-grid .store-search--modern .store-search-input {
    background: var(--store-search-surface) !important;
    border-color: var(--store-menu-border) !important;
    border-radius: 0.45rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.store-theme--orange-grid .store-search-input--modern:focus,
.store-theme--orange-grid .store-search--modern .store-search-input:focus {
    background: var(--store-search-surface) !important;
    border-color: color-mix(in srgb, var(--color-primary, #ff6000) 40%, var(--store-menu-border)) !important;
}

.store-theme--orange-grid .store-search-panel--modern {
    background: var(--store-search-surface) !important;
    border-color: var(--store-menu-border) !important;
}

.store-theme--orange-grid .store-search-panel__main {
    background: var(--store-search-surface);
}

.store-theme--orange-grid .store-search-rail {
    background: var(--store-search-surface-muted) !important;
    border-left-color: var(--store-menu-border) !important;
}

.store-theme--orange-grid .store-search-rail__thumb-wrap,
.store-theme--orange-grid .store-search-rail__price-bar {
    background: var(--store-search-surface);
}

.store-theme--orange-grid .store-search-rail__card {
    border-color: color-mix(in srgb, var(--store-menu-border) 80%, transparent);
}

.store-theme--orange-grid .store-search-rail__card:hover {
    background: var(--store-search-surface);
    border-color: var(--store-menu-border);
}

.store-theme--orange-grid .store-search-panel__divider {
    background: linear-gradient(
        90deg,
        transparent,
        var(--store-menu-border) 12%,
        var(--store-menu-border) 88%,
        transparent
    );
}

.store-theme--orange-grid .store-search-term:hover {
    background: var(--store-search-surface-muted);
}

.store-theme--orange-grid .store-search-tag {
    background: var(--store-search-surface-muted);
    border: 1px solid var(--store-menu-border);
}

.store-theme--orange-grid .store-search-tag:hover {
    background: color-mix(in srgb, var(--color-primary, #ff6000) 8%, var(--store-search-surface-muted));
}

.store-theme--orange-grid .store-search-popular__chip {
    background: var(--store-search-surface);
    border-color: var(--store-menu-border);
}

.store-theme--orange-grid .store-search-popular__chip:hover {
    background: color-mix(in srgb, var(--color-primary, #ff6000) 6%, var(--store-search-surface));
    border-color: color-mix(in srgb, var(--color-primary, #ff6000) 20%, var(--store-menu-border));
}

.store-theme--orange-grid .store-search-hit__image {
    background: var(--store-search-surface-muted);
    box-shadow: inset 0 0 0 1px var(--store-menu-border);
}

.store-theme--orange-grid .store-search-hit--product:hover {
    background: var(--store-search-surface);
    border-color: var(--store-menu-border);
}

.store-theme--orange-grid .store-search-panel__footer {
    border-top-color: var(--store-menu-border);
}

.store-theme--orange-grid .store-search-clear--mini {
    background: var(--store-search-surface-muted);
}

.store-theme--orange-grid .store-header__bar {
    background: var(--store-search-surface);
}

.store-theme--orange-grid .store-currency-switcher {
    border-radius: var(--store-header-control-radius, 0.45rem) !important;
}

.store-theme--orange-grid .store-icon-link,
.store-theme--orange-grid .store-mini-cart > a {
    border-radius: var(--store-header-control-radius, 0.45rem);
}

.store-theme--coupon-pulse .store-category-nav--with-menu {
    background: #ffffff;
    border-color: #eef3f7;
}

.store-theme--soft-gift .store-category-nav--with-menu {
    background: #fdf2f8;
    border-color: #fbcfe8;
}

.store-theme--mono-fashion .store-category-nav--with-menu {
    border-block: 1px solid #111;
}

.store-theme--fresh-market .store-category-nav--with-menu {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.store-theme--gourmet-dark .store-category-nav--with-menu {
    background: #111;
    border-color: rgba(255, 255, 255, 0.12);
}


/* —— Desktop category mega menu and mobile tab drawer —— */
.store-category-nav--with-menu {
    position: relative;
}

.store-category-mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 48;
    padding: 0.65rem 1rem 1rem;
    background: rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(2px);
}

.store-category-mega__shell {
    display: grid;
    grid-template-columns: minmax(13rem, 17rem) minmax(0, 1fr);
    overflow: hidden;
    min-height: 0;
    max-height: min(31rem, calc(100vh - 11rem));
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.18);
}

.store-category-mega__roots {
    overflow-y: auto;
    border-right: 1px solid #eef2f7;
    background: #f8fafc;
    padding: 0.55rem;
}

.store-category-mega__root {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border-radius: 0.75rem;
    padding: 0.8rem 0.85rem;
    color: #334155;
    font-weight: 800;
    text-decoration: none;
}

.store-category-mega__root:hover,
.store-category-mega__root.is-active {
    background: #0f172a;
    color: #fff;
}

.store-category-mega__content {
    overflow-y: auto;
    padding: 1rem 1.2rem 0;
}

.store-category-mega__panel {
    display: flex !important;
    flex-direction: column;
}

.store-category-mega__panel[style*="display: none"] {
    display: none !important;
}

.store-category-mega__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #eef2f7;
    padding-bottom: 0.85rem;
}

.store-category-mega__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.store-category-mega__title {
    color: #0f172a;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.25;
}

.store-category-mega__subtitle {
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 700;
}

.store-category-mega__all {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid #0f172a;
    border-radius: 999px;
    padding: 0.48rem 0.75rem;
    color: #0f172a;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
}

.store-category-mega__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem 1.25rem;
    padding-top: 1rem;
}

.store-category-mega__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.85rem;
    border-top: 1px solid #eef2f7;
    padding-block: 0.85rem;
}

.store-category-mega__footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 850;
    text-decoration: none;
}

.store-category-mega__footer-btn--muted {
    color: #64748b;
}

.store-category-mega__footer-btn svg,
.store-category-branch__icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.store-category-branch > .store-category-branch__link::after {
    content: "›";
    font-size: 0.85rem;
    line-height: 1;
    opacity: 0;
    transform: translateX(-2px);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.store-category-branch > .store-category-branch__link:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.store-category-branch__link {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    color: #334155;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
}

.store-category-branch__link:hover {
    color: var(--color-primary, #f97316);
}

.store-category-branch__children {
    display: grid;
    gap: 0.32rem;
    margin-top: 0.45rem;
    padding-left: 0.55rem;
}

.store-category-branch__children .store-category-branch__link {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 650;
}

.store-category-mega__empty {
    color: #94a3b8;
    font-size: 0.9rem;
}

.store-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0;
}

.store-drawer__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    margin-bottom: 0.85rem;
    border-radius: 0.9rem;
    background: #f1f5f9;
    padding: 0.28rem;
}

.store-drawer__tabs button {
    border: 0;
    border-radius: 0.7rem;
    background: transparent;
    padding: 0.68rem 0.75rem;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 800;
    transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.store-drawer__tabs button.is-active {
    background: #fff;
    color: #0f172a;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.store-drawer__tab-panel .store-category-branch {
    margin-left: 0.75rem;
    border-bottom: 1px solid #f8fafc;
    padding: 0.35rem 0 0.35rem 0.65rem;
}

.store-drawer__tab-panel .store-category-branch__children {
    padding-left: 0.85rem;
}

.store-drawer__empty {
    border-radius: 1rem;
    background: #f8fafc;
    padding: 1rem;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 700;
}

.store-theme--orange-grid .store-category-mega__root:hover,
.store-theme--orange-grid .store-category-mega__root.is-active {
    background: #ffffff !important;
    color: var(--color-primary, #ff6000) !important;
}

.store-theme--soft-gift .store-category-mega__shell,
.store-theme--soft-gift .store-drawer__tabs {
    border-radius: 1.35rem;
}

.store-theme--mono-fashion .store-category-mega__shell,
.store-theme--mono-fashion .store-category-mega__root,
.store-theme--mono-fashion .store-drawer__tabs,
.store-theme--mono-fashion .store-drawer__tabs button {
    border-radius: 0;
}

.store-theme--fresh-market .store-category-mega__roots,
.store-theme--fresh-market .store-drawer__tabs {
    background: #f0fdf4;
}

.store-theme--fresh-market .store-category-mega__root {
    position: relative;
    background: transparent;
    color: #14532d;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.store-theme--fresh-market .store-category-mega__root:hover,
.store-theme--fresh-market .store-category-mega__root.is-active {
    background: #ffffff !important;
    color: var(--color-primary, #16a34a) !important;
}

.store-theme--fresh-market .store-category-mega__root:hover svg,
.store-theme--fresh-market .store-category-mega__root.is-active svg {
    color: var(--color-primary, #16a34a);
}

.store-theme--fresh-market .store-category-mega__root:hover::after,
.store-theme--fresh-market .store-category-mega__root.is-active::after {
    content: "";
    position: absolute;
    top: 0.42rem;
    left: 0;
    right: auto;
    bottom: 0.42rem;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: var(--color-primary, #16a34a);
}

.store-theme--gourmet-dark .store-category-mega {
    background: rgba(0, 0, 0, 0.42);
}

.store-theme--gourmet-dark .store-category-mega__shell,
.store-theme--gourmet-dark .store-category-mega__roots,
.store-theme--gourmet-dark .store-category-mega__content {
    background: #111;
    border-color: rgba(250, 204, 21, 0.22);
}

.store-theme--gourmet-dark .store-category-mega__title,
.store-theme--gourmet-dark .store-category-branch__link {
    color: #f8fafc;
}

.store-theme--gourmet-dark .store-category-mega__all,
.store-theme--gourmet-dark .store-category-mega__footer-btn {
    border-color: rgba(250, 204, 21, 0.38);
    color: #facc15;
}

.store-theme--gourmet-dark .store-category-mega__footer-btn--muted {
    color: #f8fafc;
}

@media (max-width: 767px) {
    .store-category-mega {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .store-category-mega__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* —— Header dropdown visibility fixes —— */
.store-category-nav--with-menu {
    z-index: 55;
    overflow: visible !important;
}

.store-category-nav--with-menu .store-category-nav__inner {
    overflow: visible !important;
}

.store-category-nav--with-menu .store-nav-item {
    position: relative;
}

.store-category-nav--with-menu .store-mega-menu--menu-items {
    left: 0;
    top: calc(100% + 0.55rem);
    z-index: 80;
    border-radius: 0.85rem;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}

.store-category-mega {
    top: 100%;
    z-index: 70;
    padding: 0.65rem 1rem 1rem;
    background: transparent !important;
    backdrop-filter: none !important;
    pointer-events: none;
}

.store-category-mega__shell {
    pointer-events: auto;
}

.store-category-trigger:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--color-primary, #f97316) 26%, transparent);
    outline-offset: 3px;
}


/* —— Category mega flush under nav —— */
.store-category-mega {
    top: calc(100% - 1px) !important;
    padding-top: 0 !important;
}

.store-category-mega__shell {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}


/* —— Color source guard: layouts use admin color settings —— */
.store-app[class*="store-theme--"] {
    background: var(--color-page-bg, #f9fafb) !important;
    color: var(--color-text-body, #374151) !important;
}

.store-app[class*="store-theme--"] main {
    background: var(--color-page-bg, #f9fafb) !important;
    color: var(--color-text-body, #374151) !important;
}

.store-app[class*="store-theme--"] .store-header,
.store-app[class*="store-theme--"] .store-category-nav,
.store-app[class*="store-theme--"] .store-category-nav--with-menu,
.store-app[class*="store-theme--"] .store-drawer,
.store-app[class*="store-theme--"] .store-category-mega__shell,
.store-app[class*="store-theme--"] .store-category-mega__content,
.store-app[class*="store-theme--"] .store-search-panel,
.store-app[class*="store-theme--"] .store-product-card,
.store-app[class*="store-theme--"] .store-category-tile {
    background: var(--color-card-bg, #ffffff) !important;
    border-color: var(--color-border, #e5e7eb) !important;
    color: var(--color-text-body, #374151) !important;
}

.store-app.store-theme--orange-grid .store-header .store-category-nav--with-menu {
    background: var(--store-menu-surface) !important;
    border-top-color: transparent !important;
    border-bottom-color: var(--store-menu-border) !important;
}

.store-app.store-theme--market-flow .store-category-nav--with-menu {
    border-top: 0 !important;
    border-bottom: 1px solid var(--store-menu-border) !important;
}

.store-app.store-theme--orange-grid .store-header__topbar {
    background: var(--store-topbar-surface, #fffdfb) !important;
    border-color: var(--store-menu-border) !important;
}

.store-app.store-theme--orange-grid .store-category-mega__roots {
    background: var(--store-menu-surface) !important;
    border-color: var(--store-menu-border) !important;
}

.store-app.store-theme--orange-grid .store-category-nav--with-menu .store-nav-item:hover .store-nav-link {
    background: #fff !important;
    color: var(--color-primary, #ff6000) !important;
}

.store-app[class*="store-theme--"] .store-announcement,
.store-app[class*="store-theme--"] .store-footer {
    background: var(--color-secondary, #1f2937) !important;
    color: var(--color-card-bg, #ffffff) !important;
    border-color: color-mix(in srgb, var(--color-secondary, #1f2937) 74%, #ffffff) !important;
}

.store-app[class*="store-theme--"]:not(.store-theme--market-flow):not(.store-theme--orange-grid):not(.store-theme--coupon-pulse) .store-category-trigger,
.store-app[class*="store-theme--"]:not(.store-theme--market-flow):not(.store-theme--orange-grid) .store-search-submit,
.store-app[class*="store-theme--"]:not(.store-theme--market-flow):not(.store-theme--orange-grid) .store-product-card__cart-btn,
.store-app[class*="store-theme--"]:not(.store-theme--market-flow):not(.store-theme--orange-grid) .store-btn-primary {
    background: var(--color-primary, #f97316) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 26px color-mix(in srgb, var(--color-primary, #f97316) 24%, transparent) !important;
}

.store-app[class*="store-theme--"] .store-product-card__discount-badge,
.store-app[class*="store-theme--"] .store-count-badge {
    background: color-mix(in srgb, var(--color-primary, #f97316) 82%, #000000) !important;
    color: #ffffff !important;
}

.store-app[class*="store-theme--"] .store-nav-link,
.store-app[class*="store-theme--"] .store-header__toplink,
.store-app[class*="store-theme--"] .store-drawer__link,
.store-app[class*="store-theme--"] .store-category-branch__link,
.store-app[class*="store-theme--"] .store-category-mega__title,
.store-app[class*="store-theme--"] .store-section__title {
    color: var(--color-text-heading, #111827) !important;
}

.store-app[class*="store-theme--"] .store-mobile-nav__link svg {
    color: inherit !important;
    stroke: currentColor !important;
}

.store-app.store-theme--gourmet-dark .store-mobile-nav__link,
.store-app.store-theme--mono-fashion .store-mobile-nav__link {
    color: inherit !important;
}

.store-app[class*="store-theme--"] .store-nav-link:hover,
.store-app[class*="store-theme--"] .store-nav-link.is-active,
.store-app[class*="store-theme--"] .store-header__toplink:hover,
.store-app[class*="store-theme--"] .store-drawer__link:hover,
.store-app[class*="store-theme--"] .store-category-branch__link:hover,
.store-app[class*="store-theme--"] .store-icon-link:hover,
.store-app[class*="store-theme--"] .store-mini-cart > a:hover {
    color: var(--color-primary, #f97316) !important;
}

.store-app[class*="store-theme--"] .store-icon-link,
.store-app[class*="store-theme--"] .store-mini-cart > a,
.store-app[class*="store-theme--"] .store-currency-switcher,
.store-app[class*="store-theme--"] .store-search-input,
.store-app[class*="store-theme--"] .store-drawer__close,
.store-app[class*="store-theme--"] .store-drawer__tabs,
.store-app[class*="store-theme--"]:not(.store-theme--market-flow) .store-category-mega__roots {
    background: color-mix(in srgb, var(--color-card-bg, #ffffff) 88%, var(--color-primary, #f97316) 12%) !important;
    border-color: var(--color-border, #e5e7eb) !important;
    color: var(--color-text-body, #374151) !important;
}

.store-app.store-theme--market-flow .store-category-mega__roots {
    background: #ffffff !important;
    border-color: #f0f0f0 !important;
    color: #333333 !important;
}

.store-app.store-theme--orange-grid .store-search-input,
.store-app.store-theme--orange-grid .store-search-input--modern {
    background: var(--store-search-surface) !important;
    border-color: var(--store-menu-border) !important;
}

.store-app.store-theme--orange-grid .store-search-panel {
    background: var(--store-search-surface) !important;
    border-color: var(--store-menu-border) !important;
}

.store-app.store-theme--orange-grid .store-search-rail {
    background: var(--store-search-surface-muted) !important;
    border-color: var(--store-menu-border) !important;
}

.store-app.store-theme--market-flow .store-category-trigger {
    background: transparent !important;
    color: #333333 !important;
    box-shadow: none !important;
}

.store-app.store-theme--market-flow .store-icon-link,
.store-app.store-theme--market-flow .store-mini-cart__desktop-button,
.store-app.store-theme--market-flow .store-mini-cart__mobile-link {
    background: transparent !important;
    border-color: transparent !important;
    color: #333333 !important;
}

.store-app.store-theme--market-flow,
.store-app.store-theme--market-flow main {
    background: #ffffff !important;
}

.store-app.store-theme--market-flow .store-category-mega {
    background: transparent !important;
    box-shadow: none !important;
}

.store-app.store-theme--market-flow .store-category-mega__shell,
.store-app.store-theme--market-flow .store-category-mega__content {
    background: #ffffff !important;
}

.store-app.store-theme--market-flow .store-category-mega__roots {
    background: #ffffff !important;
    border-color: #f0f0f0 !important;
}

.store-app.store-theme--market-flow .store-category-mega__root:hover,
.store-app.store-theme--market-flow .store-category-mega__root.is-active {
    background: color-mix(in srgb, var(--color-primary, #f27a1a) 11%, #ffffff) !important;
    color: var(--color-primary, #f27a1a) !important;
}

.store-app.store-theme--market-flow .store-search-input,
.store-app.store-theme--market-flow .store-search-input--modern {
    background: var(--store-search-surface) !important;
    border-color: transparent !important;
    color: #333333 !important;
}

.store-app.store-theme--market-flow .store-search-panel {
    background: #ffffff !important;
    border-color: #f0f0f0 !important;
}

.store-app.store-theme--market-flow .store-search-rail {
    background: var(--store-search-surface-muted) !important;
    border-color: #f0f0f0 !important;
}

.store-app[class*="store-theme--"]:not(.store-theme--market-flow) .store-category-mega__root:hover,
.store-app[class*="store-theme--"]:not(.store-theme--market-flow) .store-category-mega__root.is-active,
.store-app[class*="store-theme--"] .store-mega-menu__link:hover {
    background: var(--color-primary, #f97316) !important;
    color: #ffffff !important;
}

.store-app.store-theme--fresh-market .store-category-mega__root:hover,
.store-app.store-theme--fresh-market .store-category-mega__root.is-active {
    background: #ffffff !important;
    color: var(--color-primary, #16a34a) !important;
}

.store-app.store-theme--fresh-market .store-category-mega__root:hover svg,
.store-app.store-theme--fresh-market .store-category-mega__root.is-active svg {
    color: var(--color-primary, #16a34a) !important;
}

.store-app.store-theme--fresh-market .store-category-mega__root:hover::after,
.store-app.store-theme--fresh-market .store-category-mega__root.is-active::after {
    background: var(--color-primary, #16a34a) !important;
}


/* —— Header menu dropdown flush under nav item —— */
.store-app[class*="store-theme--"] .store-product-rail__arrow,
.store-app[class*="store-theme--"] .store-category-rail__arrow,
.store-app[class*="store-theme--"] .store-stories__nav {
    background: var(--color-card-bg, #ffffff) !important;
    color: var(--color-text-heading, #111827) !important;
    border-color: var(--color-border, #e5e7eb) !important;
}

.store-app[class*="store-theme--"] .store-price__current {
    color: var(--color-primary, #f97316) !important;
}

.store-app[class*="store-theme--"] .store-category-mega {
    background: transparent !important;
}


/* —— Header menu dropdown flush under nav item —— */
.store-category-nav--with-menu .store-mega-menu--menu-items {
    top: calc(100% - 1px) !important;
    margin-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}


/* —— Header panels above menu row —— */
.store-header {
    overflow: visible !important;
}

.store-header__bar {
    position: relative;
    z-index: 90;
    overflow: visible !important;
}

.store-category-nav,
.store-category-nav--with-menu {
    position: relative;
    z-index: 70;
}

.store-header__search,
.store-header__actions,
.store-mini-cart,
.store-search {
    position: relative;
    z-index: 95;
}

.store-header__search .store-search-panel,
.store-header__mobile-search .store-search-panel,
.store-mini-cart .store-search-panel {
    z-index: 140 !important;
}

.store-mini-cart .store-search-panel {
    top: calc(100% + 0.45rem) !important;
}

/* Header search refinement */
.store-header__logo {
    flex: 0 0 auto;
    margin-right: 0.35rem;
}

@media (min-width: 768px) {
    .store-header__logo {
        margin-right: 1.35rem;
        min-width: 11.5rem;
    }

    .store-header__logo .store-brand {
        max-width: min(100%, 17rem);
    }
}

.store-header__search {
    flex: 1 1 auto;
    min-width: 0;
    max-width: min(100%, 30rem);
}

.store-header__search:has(.store-search--expanded) {
    flex: 1 1 0;
    max-width: none !important;
    transition: max-width 0.22s ease, flex-basis 0.22s ease;
}

.store-search:not(.store-search--expanded) .store-search-panel {
    display: none !important;
    pointer-events: none;
}

.store-header__search:has(.store-search--expanded) .store-search-panel--wide {
    width: 100%;
    max-width: 100%;
}

.store-search--modern .store-search__form--modern {
    position: relative;
}

.store-search-input--modern,
.store-search--modern .store-search-input {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    padding: 0.72rem 4.5rem 0.72rem 2.75rem;
    font-size: 0.875rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, padding 0.2s ease;
}

.store-search--expanded .store-search-input--modern,
.store-search--expanded.store-search--modern .store-search-input {
    padding-top: 0.82rem;
    padding-bottom: 0.82rem;
    box-shadow:
        0 12px 34px rgba(15, 23, 42, 0.08),
        0 0 0 1px color-mix(in srgb, var(--color-primary, #f97316) 8%, #e2e8f0);
}

.store-search-input--modern:focus,
.store-search--modern .store-search-input:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 55%, #e2e8f0);
    box-shadow:
        0 0 0 4px color-mix(in srgb, var(--color-primary, #f97316) 12%, transparent),
        0 16px 34px rgba(15, 23, 42, 0.08);
    background: #fff;
}

.store-search__icon-wrap {
    position: absolute;
    left: 0.95rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-primary, #f97316) 12%, #fff);
    color: var(--color-primary, #f97316);
    pointer-events: none;
}

.store-search-submit {
    display: none !important;
}

.store-search-clear--mini,
.store-search-panel__text-btn--mini {
    position: absolute;
    right: 0.55rem;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    padding: 0.18rem 0.45rem;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #64748b;
}

.store-search-close-btn {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    z-index: 3;
    padding: 0;
    transition: color 0.15s ease, background 0.15s ease;
}

.store-search--expanded .store-search-close-btn {
    display: inline-flex;
}

.store-search--expanded .store-search-close-btn:hover {
    color: var(--color-primary, #f97316);
    background: color-mix(in srgb, var(--color-primary, #f97316) 8%, #fff);
}

.store-search--expanded .store-search-clear--mini {
    right: 3.15rem;
}

.store-search-clear--mini:hover,
.store-search-panel__text-btn--mini:hover {
    background: color-mix(in srgb, var(--color-primary, #f97316) 10%, #f1f5f9);
    color: var(--color-primary, #f97316);
}

.store-search-panel__text-btn--mini {
    position: static;
    transform: none;
    padding: 0.18rem 0.45rem;
    font-size: 0.62rem;
}

.store-search__loading {
    position: absolute;
    right: 3.4rem;
    top: 50%;
    width: 0.85rem;
    height: 0.85rem;
    margin-top: -0.425rem;
    border: 2px solid color-mix(in srgb, var(--color-primary, #f97316) 18%, transparent);
    border-top-color: var(--color-primary, #f97316);
    border-radius: 999px;
    animation: store-search-spin 0.7s linear infinite;
}

@keyframes store-search-spin {
    to { transform: rotate(360deg); }
}

.store-search-panel--modern {
    overflow: hidden;
    border-radius: 1.25rem;
    border: 1px solid #e8ecf4;
    background: rgba(255, 255, 255, 0.98);
    box-shadow:
        0 28px 60px rgba(15, 23, 42, 0.14),
        0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    backdrop-filter: blur(14px);
}

.store-search-panel--wide {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 0;
}

.store-search-panel--single {
    display: block;
    padding: 0;
}

@media (min-width: 768px) {
    .store-search-panel--wide {
        width: min(58rem, calc(100vw - 2rem));
        grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.38fr);
    }
}

.store-search-panel__main {
    min-width: 0;
}

.store-search-panel__main--scroll {
    max-height: min(28rem, calc(100vh - 12rem));
    overflow-y: auto;
    padding: 0.85rem;
}

.store-search-panel__side {
    display: none;
    border-left: 1px solid #edf2f7;
    background: linear-gradient(180deg, #fbfdff 0%, #f8fafc 100%);
    padding: 0.85rem;
}

.store-search-panel__side--recent {
    padding-top: 0.9rem;
}

/* Son gezilen ürünler — ayrı rail */
.store-search-rail {
    display: none;
    flex-direction: column;
    min-width: 0;
    border-left: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 0.85rem 0.75rem;
}

@media (min-width: 768px) {
    .store-search-rail {
        display: flex;
    }
}

.store-search-rail__head {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.65rem;
    padding: 0 0.15rem;
}

.store-search-rail__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0.5rem;
    background: #fff;
    color: #64748b;
    box-shadow: inset 0 0 0 1px #e2e8f0;
}

.store-search-rail__title {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #475569;
}

.store-search-rail__list {
    display: grid;
    gap: 0.55rem;
    max-height: min(26rem, calc(100vh - 14rem));
    overflow-y: auto;
    padding-right: 0.1rem;
}

.store-search-rail__card {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: 0.55rem;
    align-items: stretch;
    border-radius: 0.85rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 0.45rem;
    box-shadow: 0 4px 14px rgb(15 23 42 / 0.05);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.store-search-rail__card:hover {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 28%, #e2e8f0);
    box-shadow: 0 10px 22px rgb(15 23 42 / 0.08);
    transform: translateY(-1px);
}

.store-search-rail__thumb-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.65rem;
    background: #f8fafc;
    overflow: hidden;
}

.store-search-rail__thumb {
    width: 3.25rem;
    height: 3.25rem;
    object-fit: cover;
}

.store-search-rail__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.35rem;
}

.store-search-rail__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1e293b;
}

.store-search-rail__price-bar {
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    background: #f8fafc;
    padding: 0.28rem 0.45rem;
}

.store-search-rail__price {
    font-size: 0.74rem;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.store-search-rail__empty {
    margin: 0;
    padding: 0.85rem 0.5rem;
    border-radius: 0.75rem;
    border: 1px dashed #cbd5e1;
    background: rgb(255 255 255 / 0.65);
    font-size: 0.74rem;
    text-align: center;
    color: #94a3b8;
}

.store-search-panel__divider {
    height: 1px;
    margin: 0.9rem 0 0.75rem;
    background: linear-gradient(90deg, transparent, #cbd5e1 12%, #cbd5e1 88%, transparent);
}

.store-search-panel__main--idle {
    padding: 0.85rem;
}

.store-search-panel__label--spaced {
    margin-top: 0.65rem;
}

.store-search-panel--results .store-search-panel__main {
    border-right: 0;
}

@media (min-width: 768px) {
    .store-search-panel--wide {
        grid-template-columns: minmax(0, 1fr) minmax(14.5rem, 0.36fr);
    }
}

@media (min-width: 768px) {
    .store-search-panel__side {
        display: block;
    }
}

.store-search-panel__section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.35rem;
}

.store-search-panel__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    height: 1.5rem;
    padding: 0 0.4rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-primary, #f97316) 12%, #fff);
    font-size: 0.68rem;
    font-weight: 800;
    color: var(--color-primary, #f97316);
}

.store-search-panel__head-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.35rem;
}

.store-search-panel__label {
    margin: 0;
    padding: 0;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.store-search-results {
    display: grid;
    gap: 0.35rem;
}

.store-search-hit--product {
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.95rem;
    border: 1px solid transparent;
    padding: 0.55rem 0.65rem;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.store-search-hit--product:hover {
    background: #fff;
    border-color: #e8ecf4;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.store-search-hit__image {
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border-radius: 0.8rem;
    object-fit: cover;
    background: #f8fafc;
    box-shadow: inset 0 0 0 1px #e8ecf4;
}

.store-search-hit__copy {
    display: grid;
    min-width: 0;
    flex: 1;
    gap: 0.15rem;
}

.store-search-hit__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.84rem;
    font-weight: 700;
    color: #0f172a;
}

.store-search-hit__price {
    font-size: 0.8rem;
    font-weight: 900;
    color: var(--color-primary, #f97316);
}

.store-search-hit__arrow {
    flex: 0 0 auto;
    color: #cbd5e1;
}

.store-search-hit--product:hover .store-search-hit__arrow {
    color: var(--color-primary, #f97316);
}

.store-search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.35rem;
}

.store-search-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #f8fafc;
    padding: 0.38rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #475569;
    transition: background 0.15s ease, color 0.15s ease;
}

.store-search-tag:hover {
    background: color-mix(in srgb, var(--color-primary, #f97316) 10%, #f8fafc);
    color: var(--color-primary, #f97316);
}

.store-search-panel__footer {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed #e2e8f0;
}

.store-search-panel__all {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 0;
    background: transparent;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--color-primary, #f97316);
}

.store-search-empty {
    display: grid;
    justify-items: center;
    gap: 0.5rem;
    padding: 2rem 1rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.875rem;
}

.store-search-recent-product {
    display: none;
}

.store-search-empty-side {
    padding: 0.65rem;
    border-radius: 0.85rem;
    background: #fff;
    font-size: 0.74rem;
    color: #94a3b8;
}

.store-search-history {
    display: grid;
    gap: 0.2rem;
}

.store-search-term {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    border: 0;
    border-radius: 0.7rem;
    background: transparent;
    padding: 0.42rem 0.45rem;
    text-align: left;
    font-size: 0.84rem;
    color: #475569;
    transition: background 0.15s ease, color 0.15s ease;
}

.store-search-term:hover {
    background: #f8fafc;
    color: var(--color-primary, #f97316);
}

.store-search-popular {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.store-search-popular__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    border: 1px solid #e8ecf4;
    background: #fff;
    padding: 0.38rem 0.65rem;
    font-size: 0.76rem;
    font-weight: 700;
    color: #475569;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.store-search-popular__chip:hover {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 24%, #e8ecf4);
    background: color-mix(in srgb, var(--color-primary, #f97316) 8%, #fff);
    color: var(--color-primary, #f97316);
}

.store-search-panel--idle .store-search-panel__main {
    padding: 0.85rem;
}

.store-category-nav--with-menu .store-category-trigger {
    align-self: stretch;
    min-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    padding-block: 0;
}

.store-category-nav--with-menu .store-nav-item--categories {
    display: flex;
    align-items: stretch;
}

.store-category-nav__inner {
    min-height: 2.85rem;
}


/* —— Mobile drawer (modern) —— */
.store-drawer-shell {
    pointer-events: none;
}

.store-drawer-shell[x-cloak],
.store-drawer-shell:not([style*="display: none"]) {
    pointer-events: auto;
}

.store-drawer {
    background: #fff;
    border-right: 1px solid #e8ecf4;
    box-shadow: 16px 0 48px rgba(15, 23, 42, 0.14);
    overflow: hidden;
}

.store-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-shrink: 0;
    padding: 1rem 1rem 0.85rem;
    margin-bottom: 0;
    border-bottom: 1px solid #f1f5f9;
}

.store-drawer__body {
    flex: 1;
    overflow-y: auto;
    padding: 0.85rem 0.75rem 1.25rem;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
    .store-drawer__body {
        padding-bottom: calc(5.5rem + env(safe-area-inset-bottom));
    }

    .store-header__actions--mobile-toolbar {
        gap: 0.25rem;
    }

    .store-header__mobile-only {
        min-width: 2.5rem;
        min-height: 2.5rem;
        padding-inline: 0.5rem;
        justify-content: center;
    }

    .store-theme--market-flow .store-header__inner {
        gap: 0.35rem !important;
    }

    .store-theme--market-flow .store-header__bar {
        padding-top: 0.6rem;
        padding-bottom: 0.45rem;
    }

    .store-theme--market-flow .store-header__logo {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        justify-content: center;
    }

    .store-theme--market-flow .store-header__logo .store-brand {
        max-width: min(58vw, 13rem) !important;
    }

    .store-theme--market-flow .store-header__logo .store-brand__logo,
    .store-theme--market-flow .store-header__logo img {
        height: 3.5rem !important;
        max-height: 3.5rem !important;
        width: auto !important;
    }

    .store-theme--market-flow .store-header__actions--mobile-toolbar {
        flex: 0 0 auto;
        gap: 0 !important;
        margin-left: 0 !important;
    }

    .store-theme--market-flow .store-header__mobile-only.store-icon-link {
        flex-direction: row !important;
        min-width: 0 !important;
        width: 2rem !important;
        padding: 0.15rem 0.1rem !important;
        font-size: 0 !important;
        gap: 0 !important;
    }

    .store-theme--market-flow .store-header__menu-btn.store-icon-link {
        flex-direction: row !important;
        min-width: 0 !important;
        width: 2.15rem !important;
        padding: 0.15rem !important;
    }

    .store-theme--market-flow .store-header__mobile-only .store-icon-link__icon-wrap svg,
    .store-theme--market-flow .store-header__menu-btn svg {
        width: 1.35rem !important;
        height: 1.35rem !important;
    }

    .store-header__logo {
        flex: 1;
        min-width: 0;
    }

    .store-header__logo .store-brand,
    .store-header__logo img {
        max-height: 2.35rem;
    }

    body.store-theme--market-flow .store-header__logo .store-brand__logo,
    body.store-theme--market-flow .store-header__logo img {
        height: 3.5rem !important;
        max-height: 3.5rem !important;
        width: auto !important;
    }

    html,
    body.store-app,
    body.store-app.store-app--layout {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .store-app--layout > .store-header-shell,
    .store-app--layout > .store-main,
    .store-app--layout > .store-footer-shell,
    .store-mobile-nav,
    .store-stories,
    .store-header__bar,
    .store-header__inner {
        max-width: 100vw;
    }

    .store-stories__shell,
    .store-stories__track {
        max-width: 100%;
    }
}

.store-drawer__eyebrow {
    margin: 0 0 0.65rem;
    padding: 0 0.35rem;
    color: #94a3b8;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.store-drawer__list {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.store-drawer-group__children {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.2rem 0 0.35rem 2.85rem;
}

.store-drawer__link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 0.8rem;
    background: #f8fafc;
    padding: 0.72rem 0.8rem;
    color: #1e293b;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    text-align: left;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.store-drawer__link:hover,
.store-drawer__link:focus-visible {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 18%, #e2e8f0);
    background: #fff;
    color: var(--color-primary, #f97316);
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.store-drawer__media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    flex-shrink: 0;
    border-radius: 0.6rem;
    background: #fff;
    border: 1px solid #eef2f7;
    color: #64748b;
    overflow: hidden;
}

.store-drawer__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-drawer__label {
    min-width: 0;
    flex: 1;
}

.store-drawer__chevron {
    margin-left: auto;
    flex-shrink: 0;
    opacity: 0.45;
}

.store-drawer__sublink {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 0.55rem;
    padding: 0.45rem 0.5rem;
    padding-left: calc(0.35rem + (var(--menu-depth, 2) - 2) * 0.5rem);
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.store-drawer__sublink:hover {
    background: #f8fafc;
    color: var(--color-primary, #f97316);
}

.store-drawer__footer-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.85rem;
    padding: 0.55rem 0.35rem;
    color: var(--color-primary, #f97316);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}

.store-drawer__footer-link:hover {
    text-decoration: underline;
}

.store-drawer__close {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.store-drawer__close:hover {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 25%, #e2e8f0);
    color: var(--color-primary, #f97316);
}

.store-drawer__link--button {
    cursor: pointer;
}

.store-drawer__tab-panel .store-category-branch {
    margin-left: 0;
    border-bottom: 0;
    padding: 0;
}

.store-drawer__tab-panel .store-category-branch__link {
    display: block;
    border-radius: 0.5rem;
    padding: 0.42rem 0.5rem;
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
}

.store-drawer__tab-panel .store-category-branch__link:hover {
    background: #f8fafc;
    color: var(--color-primary, #f97316);
}

.store-drawer__tab-panel .store-category-branch__children {
    padding-left: 0.65rem;
}

.store-drawer__empty {
    border-radius: 0.85rem;
    background: #f8fafc;
    padding: 1rem;
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 600;
}

/* —— Mobile drawer category accordion (legacy aliases) —— */
.store-drawer__link--button {
    width: 100%;
    border-bottom: 0;
    background: #f8fafc;
}

.store-drawer-category__children {
    overflow: hidden;
    padding: 0.25rem 0 0.55rem 2.85rem;
}

.store-drawer__utilities {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    margin-top: auto;
    border-top: 1px solid #f1f5f9;
    padding: 0.85rem 0.75rem 1rem;
    background: #fff;
}

.store-drawer__support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    border-radius: 0.85rem;
    background: #f8fafc;
    padding: 0.7rem 0.75rem;
}

.store-drawer__support-copy {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.store-drawer__support-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
}

.store-drawer__support-label {
    margin: 0;
    color: #94a3b8;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.store-drawer__support-phone {
    display: block;
    color: #0f172a;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.store-drawer__support-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-primary, #f97316);
    padding: 0.45rem 0.85rem;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.store-drawer__auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    border-radius: 0.85rem;
    background: #0f172a;
    padding: 0.8rem 1rem;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.store-drawer__auth-btn--muted {
    background: #f8fafc;
    color: #0f172a;
    border: 1px solid #e2e8f0;
}

.store-drawer__quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
}

.store-drawer__quick {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    min-height: 3.1rem;
    padding: 0.45rem 0.35rem;
    border: 1px solid #eef2f7;
    border-radius: 0.7rem;
    background: #fff;
    color: #334155;
    font-size: 0.64rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.store-drawer__quick svg {
    width: 1rem;
    height: 1rem;
}

.store-drawer__quick:hover {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 20%, #e2e8f0);
    color: var(--color-primary, #f97316);
    background: #fffaf5;
}

.store-drawer__quick-badge {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    display: inline-flex;
    min-width: 0.95rem;
    height: 0.95rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0f172a;
    padding: 0 0.18rem;
    font-size: 0.55rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
}

.store-drawer__prefs {
    display: flex;
    justify-content: center;
}

.store-drawer__prefs .store-currency-switcher {
    width: 100%;
}

.store-drawer__link--all {
    color: var(--color-primary, #f97316) !important;
    font-size: 0.82rem;
    font-weight: 900;
}

.store-drawer-category__children .store-category-branch {
    margin-left: 0;
}


/* —— Desktop header hamburger hard hide —— */
@media (min-width: 768px) {
    .store-header__inner > button[aria-label="Menü"],
    .store-header__inner .store-icon-link[aria-label="Menü"] {
        display: none !important;
    }
}

/* Mini cart side drawer */
.store-mini-cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 99999;
    pointer-events: none;
}

.store-mini-cart-drawer__panel {
    position: fixed;
    top: 1rem;
    right: 0;
    bottom: 1rem;
    display: grid;
    width: min(100vw - 1rem, 440px);
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    pointer-events: auto;
    border: 1px solid color-mix(in srgb, var(--color-primary, #0891b2) 18%, #e5e7eb);
    border-right: 0;
    border-radius: 1.35rem 0 0 1.35rem;
    background: var(--color-card-bg, #fff);
    box-shadow: -24px 0 70px rgba(15, 23, 42, 0.2);
}

.store-mini-cart-panel__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid var(--color-border, #e5e7eb);
    padding: 1.2rem 1.25rem;
    background: linear-gradient(135deg, color-mix(in srgb, var(--color-primary, #0891b2) 10%, #fff), #fff);
}

.store-mini-cart-panel__title {
    color: var(--color-text-heading, #111827);
    font-size: 1.05rem;
    font-weight: 900;
}

.store-mini-cart-panel__subtitle {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 800;
}

.store-mini-cart-panel__close {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 999px;
    background: #fff;
    color: var(--color-text-heading, #111827);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.store-mini-cart-panel__close:hover {
    border-color: color-mix(in srgb, var(--color-primary, #0891b2) 35%, #e5e7eb);
    color: var(--color-primary, #0891b2);
}

.store-mini-cart-panel__items {
    min-height: 0;
    overflow-y: auto;
    padding: 0.75rem;
}

.store-mini-cart-line {
    display: grid;
    grid-template-columns: 5rem minmax(0, 1fr);
    gap: 0.9rem;
    margin-bottom: 0.7rem;
    padding: 0.75rem;
    border: 1px solid #eef2f7;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.store-mini-cart-line__image {
    width: 5rem;
    height: 5rem;
    border-radius: 0.8rem;
    object-fit: cover;
    background: #f8fafc;
}

.store-mini-cart-line__body {
    min-width: 0;
}

.store-mini-cart-line__top,
.store-mini-cart-line__actions,
.store-mini-cart-panel__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.store-mini-cart-line__title {
    display: -webkit-box;
    overflow: hidden;
    color: var(--color-text-heading, #111827);
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.store-mini-cart-line__remove {
    display: inline-flex;
    flex: none;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #f8fafc;
    color: #94a3b8;
}

.store-mini-cart-line__remove:hover {
    background: #fee2e2;
    color: #dc2626;
}

.store-mini-cart-line__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 800;
}

.store-mini-cart-line__actions {
    margin-top: 0.55rem;
}

.store-mini-cart-qty {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 999px;
    background: #fff;
}

.store-mini-cart-qty button {
    width: 2rem;
    height: 2rem;
    border: 0;
    background: transparent;
    color: var(--color-primary, #0891b2);
    font-size: 1rem;
    font-weight: 900;
}

.store-mini-cart-qty button:hover {
    background: color-mix(in srgb, var(--color-primary, #0891b2) 10%, #fff);
}

.store-mini-cart-qty span {
    min-width: 1.65rem;
    text-align: center;
    color: var(--color-text-heading, #111827);
    font-size: 0.82rem;
    font-weight: 900;
}

.store-mini-cart-line__actions strong {
    color: var(--color-text-heading, #111827);
    font-size: 0.95rem;
    font-weight: 950;
}

.store-mini-cart-panel__foot {
    margin: 0 0.9rem 0.9rem;
    padding: 0.9rem;
    border: 1px solid var(--color-border, #e5e7eb);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.store-mini-cart-panel__total {
    margin-bottom: 0.75rem;
}

.store-mini-cart-panel__total span {
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 900;
}

.store-mini-cart-panel__total strong {
    color: var(--color-text-heading, #111827);
    font-size: 1.25rem;
    font-weight: 950;
}

.store-mini-cart-panel__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.store-mini-cart-panel__button {
    display: inline-flex;
    min-height: 3.1rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.85rem;
    font-size: 0.95rem;
    font-weight: 900;
    text-align: center;
}

.store-mini-cart-panel__button--secondary {
    border: 1px solid var(--color-border, #e5e7eb);
    background: #f8fafc;
    color: var(--color-text-heading, #111827);
}

.store-mini-cart-panel__button--primary {
    background: var(--color-primary, #0891b2);
    color: #fff;
    box-shadow: 0 14px 30px color-mix(in srgb, var(--color-primary, #0891b2) 28%, transparent);
}

.store-mini-cart-panel__empty {
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    padding: 2rem 1rem;
    color: #94a3b8;
    font-weight: 800;
}

@media (max-width: 640px) {
    .store-mini-cart-drawer__panel {
        top: 0.75rem;
        bottom: 0.75rem;
        width: calc(100vw - 0.75rem);
        border-radius: 1.15rem 0 0 1.15rem;
    }
}

@media (max-width: 420px) {
    .store-mini-cart-panel__buttons {
        grid-template-columns: 1fr;
    }
}


/* Mini cart responsive trigger split */
.store-mini-cart__mobile-link {
    display: inline-flex !important;
}

.store-mini-cart__desktop-button {
    display: none !important;
}

@media (min-width: 768px) {
    .store-mini-cart__mobile-link {
        display: none !important;
    }

    .store-mini-cart__desktop-button {
        display: inline-flex !important;
    }
}

.store-app.store-theme--market-flow .store-product-card__cart-btn {
    background: #ffffff !important;
    color: var(--color-primary, #f27a1a) !important;
    border: 1.5px solid var(--color-primary, #f27a1a) !important;
    box-shadow: none !important;
}

.store-app.store-theme--market-flow .store-product-card__cart-btn:hover:not(:disabled) {
    background: var(--color-primary, #f27a1a) !important;
    color: #ffffff !important;
    border-color: var(--color-primary, #f27a1a) !important;
    box-shadow: 0 4px 12px rgba(242, 122, 26, 0.28) !important;
}

.store-app.store-theme--orange-grid .store-product-card__cart-btn {
    background: transparent !important;
    color: #484848 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.store-app.store-theme--orange-grid .store-product-card__cart-btn:hover:not(:disabled) {
    background: #f3f4f6 !important;
    color: #ff6000 !important;
    box-shadow: none !important;
}

/* —— Header menu dropdown types (Fashion) —— */
.store-menu-dropdown--simple,
.store-menu-dropdown--columns_products_banner,
.store-menu-dropdown--visual_products_banner_brands,
.store-menu-dropdown--visual_brands {
    min-width: min(92vw, 56rem);
    padding: 0.9rem;
    border: 1px solid color-mix(in srgb, var(--color-primary, #f97316) 10%, #e8ecf4);
    border-radius: 1rem;
    box-shadow:
        0 22px 50px rgba(15, 23, 42, 0.12),
        0 4px 14px rgba(15, 23, 42, 0.05);
}

.store-menu-dropdown--simple {
    min-width: min(92vw, 18rem);
    padding: 0.55rem;
    display: flex;
    flex-direction: column;
}

.store-menu-dropdown__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.55rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid #eef2f7;
}

.store-menu-dropdown__title {
    margin: 0;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    line-height: 1.25;
}

.store-menu-dropdown__all {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 0.3rem 0.55rem;
    color: #334155;
    font-size: 0.68rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.store-menu-dropdown__all:hover {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 35%, #e2e8f0);
    color: var(--color-primary, #f97316);
    background: color-mix(in srgb, var(--color-primary, #f97316) 6%, #fff);
}

.store-menu-dropdown__footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid #eef2f7;
}

.store-menu-dropdown__footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 0.55rem;
    padding: 0.4rem 0.6rem;
    color: var(--color-primary, #f97316);
    font-size: 0.72rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.store-menu-dropdown__footer-btn:hover {
    background: color-mix(in srgb, var(--color-primary, #f97316) 8%, #fff);
}

.store-menu-dropdown__footer-btn--muted {
    color: #64748b;
}

.store-menu-dropdown__footer-btn--muted:hover {
    color: var(--color-primary, #f97316);
}

.store-menu-dropdown--visual_brands {
    min-width: min(92vw, 34rem);
    padding: 0.5rem 0.55rem;
}

.store-menu-dropdown__layout--visual-brands {
    gap: 0;
}

.store-menu-dropdown__visual-grid--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
}

@media (min-width: 640px) {
    .store-menu-dropdown__visual-grid--compact {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    .store-menu-dropdown__visual-grid--compact {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.store-menu-dropdown--visual_brands .store-menu-dropdown__visual-card {
    gap: 0.28rem;
    padding: 0.3rem 0.25rem 0.35rem;
    border: 1px solid transparent;
    border-radius: 0.625rem;
    background: #f8fafc;
    box-shadow: none;
}

.store-menu-dropdown--visual_brands .store-menu-dropdown__visual-card:hover {
    background: #fff;
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 22%, #e2e8f0);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
    transform: translateY(-1px);
}

.store-menu-dropdown--visual_brands .store-menu-dropdown__visual-media {
    aspect-ratio: auto;
    height: 2.75rem;
    padding: 0.2rem;
    border: 1px solid #eef2f7;
    border-radius: 0.5rem;
    background: #fff;
}

.store-menu-dropdown--visual_brands .store-menu-dropdown__visual-media img,
.store-menu-dropdown--visual_brands .store-menu-dropdown__visual-media .store-menu-item-media__img,
.store-menu-dropdown--visual_brands .store-menu-dropdown__visual-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.store-menu-dropdown--visual_brands .store-menu-dropdown__visual-label {
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 1.2;
    color: #475569;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-menu-dropdown--visual_brands .store-menu-dropdown__visual-card:hover .store-menu-dropdown__visual-label {
    color: var(--color-primary, #f97316);
}

.store-menu-dropdown__simple-list {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.store-menu-dropdown__simple-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.7rem;
    color: #334155;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.store-menu-dropdown__simple-link:hover,
.store-menu-dropdown__simple-link.is-active {
    background: color-mix(in srgb, var(--color-primary, #f97316) 9%, #fff);
    color: var(--color-primary, #f97316);
}

.store-menu-dropdown__simple-media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.5rem;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    overflow: hidden;
    flex-shrink: 0;
}

.store-menu-dropdown__simple-img,
.store-menu-dropdown__text-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.store-menu-dropdown__simple-label {
    flex: 1;
    min-width: 0;
}

.store-menu-dropdown__simple-arrow {
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-2px);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.store-menu-dropdown__simple-link:hover .store-menu-dropdown__simple-arrow,
.store-menu-dropdown__simple-link.is-active .store-menu-dropdown__simple-arrow {
    opacity: 0.85;
    transform: translateX(2px);
}

.store-menu-dropdown__layout {
    display: grid;
    gap: 0.85rem;
}

.store-menu-dropdown__layout--columns {
    grid-template-columns: minmax(0, 1fr) 12.5rem;
}

.store-menu-dropdown__layout--visual-full {
    grid-template-columns: minmax(0, 1fr) 11rem;
}

.store-menu-dropdown__columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem 1.15rem;
}

.store-menu-dropdown__text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.55rem;
    border-radius: 0.55rem;
    color: #475569;
    font-size: 0.84rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.store-menu-dropdown__text-media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.45rem;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    overflow: hidden;
    flex-shrink: 0;
}

.store-menu-dropdown__text-link:hover,
.store-menu-dropdown__text-link.is-active {
    background: color-mix(in srgb, var(--color-primary, #f97316) 8%, #fff);
    color: var(--color-primary, #f97316);
}

.store-menu-dropdown__banner {
    display: flex;
    align-items: flex-end;
    min-height: 8.5rem;
    border-radius: 0.9rem;
    background: linear-gradient(160deg, #fde68a 0%, #fbbf24 100%);
    padding: 0.85rem;
    overflow: hidden;
    position: relative;
}

.store-menu-dropdown__banner--tall {
    min-height: 12rem;
}

.store-menu-dropdown__banner--photo {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.62) 100%),
        var(--banner-image) center / cover no-repeat;
}

.store-menu-dropdown__banner-label {
    position: relative;
    z-index: 1;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px 8px rgba(15, 23, 42, 0.35);
}

.store-menu-dropdown__banner:not(.store-menu-dropdown__banner--photo) .store-menu-dropdown__banner-label {
    color: #78350f;
    text-shadow: none;
}

.store-menu-dropdown__visual-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.35rem;
}

.store-menu-dropdown__visual-grid--wide {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.store-menu-dropdown__visual-card {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    border-radius: 0.5rem;
    border: 1px solid #eef2f7;
    background: #fff;
    padding: 0.25rem;
    text-decoration: none;
    color: #334155;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.store-menu-dropdown__visual-card:hover {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 28%, #e2e8f0);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.store-menu-dropdown__visual-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    border-radius: 0.45rem;
    background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
    overflow: hidden;
}

.store-menu-dropdown__visual-media.is-empty {
    color: #94a3b8;
}

.store-menu-dropdown__visual-media img,
.store-menu-dropdown__visual-media .store-menu-item-media__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-menu-dropdown__visual-label {
    font-size: 0.62rem;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
}

.store-menu-dropdown__brands {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #eef2f7;
}

.store-menu-dropdown__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 4.5rem;
    min-height: 2.4rem;
    padding: 0.35rem 0.65rem;
    border-radius: 0.55rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    color: #64748b;
    text-decoration: none;
}

.store-menu-dropdown__brand img {
    max-height: 1.6rem;
    width: auto;
    object-fit: contain;
}

.store-menu-dropdown__empty {
    grid-column: 1 / -1;
    padding: 0.75rem;
    color: #94a3b8;
    font-size: 0.8125rem;
    text-align: center;
}

@media (max-width: 1023px) {
    .store-menu-dropdown__columns,
    .store-menu-dropdown__visual-grid,
    .store-menu-dropdown__visual-grid--wide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-menu-dropdown__layout--columns,
    .store-menu-dropdown__layout--visual-full {
        grid-template-columns: 1fr;
    }
}

/* —— CMS sayfa şablonları —— */
.store-cms-page {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem 2.5rem;
}

.store-cms-page--full {
    width: 100%;
    max-width: 80rem;
}

.store-cms-page__hero {
    position: relative;
    margin: 0 -1rem 1.5rem;
    overflow: hidden;
    border-radius: 0 0 1.25rem 1.25rem;
    min-height: 220px;
}

.store-cms-page--full .store-cms-page__hero {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
}

.store-cms-page__hero--compact {
    min-height: 180px;
    margin-bottom: 1.25rem;
}

.store-cms-page__hero-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.store-cms-page__hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.55) 100%);
}

.store-cms-page__hero-caption {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1.5rem 1.25rem;
}

.store-cms-page__hero-title {
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.store-cms-page__body--full {
    width: 100%;
    max-width: none;
}

.store-cms-page--full .store-cms-page__content {
    max-width: none;
}

.store-cms-page--full .store-cms-page__team {
    width: 100%;
}

.store-cms-page__header {
    margin-bottom: 1.25rem;
}

.store-cms-page__header--legal .store-cms-page__title,
.store-cms-page__header--contact .store-cms-page__title {
    font-size: 1.75rem;
}

.store-cms-page__content {
    color: #334155;
    line-height: 1.75;
}

.store-cms-page__content--legal {
    font-size: 0.9375rem;
}

/* —— Yasal metin şablonu (sade) —— */
.store-cms-page--legal {
    max-width: none;
    padding: 1.25rem 0 2.5rem;
}

.store-legal-layout {
    display: grid;
    gap: 1.25rem;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 1024px) {
    .store-legal-layout {
        grid-template-columns: 240px minmax(0, 1fr);
        align-items: start;
        gap: 1.5rem;
    }
}

.store-template-nav {
    border-radius: 1rem;
    border: 1px solid #eef2f6;
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
    padding: 1rem 1rem 1.125rem;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}

@media (min-width: 1024px) {
    .store-template-nav {
        position: sticky;
        top: 6.5rem;
    }
}

.store-template-nav__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #f1f5f9;
}

.store-template-nav__icon {
    display: flex;
    height: 2.25rem;
    width: 2.25rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    color: #fff;
}

.store-template-nav__icon--indigo {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    box-shadow: 0 6px 16px rgba(79, 70, 229, 0.28);
}

.store-template-nav__icon--amber {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 6px 16px rgba(217, 119, 6, 0.25);
}

.store-template-nav__icon--sky {
    background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
    box-shadow: 0 6px 16px rgba(2, 132, 199, 0.25);
}

.store-template-nav__icon--slate {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
    box-shadow: 0 6px 16px rgba(71, 85, 105, 0.22);
}

.store-template-nav__title {
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #0f172a;
    line-height: 1.25;
}

.store-template-nav__meta {
    margin-top: 0.1rem;
    font-size: 0.75rem;
    color: #94a3b8;
}

.store-template-nav__list {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.store-template-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    border-radius: 0.625rem;
    padding: 0.5rem 0.55rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #64748b;
    transition: background 0.15s ease, color 0.15s ease;
}

.store-template-nav__link:hover {
    background: #f8fafc;
    color: #0f172a;
}

.store-template-nav__link.is-active {
    background: rgba(99, 102, 241, 0.07);
    color: #0f172a;
    font-weight: 600;
}

.store-template-nav__link-text {
    min-width: 0;
    line-height: 1.35;
}

.store-template-nav__active-dot {
    flex-shrink: 0;
    height: 0.4rem;
    width: 0.4rem;
    border-radius: 9999px;
    background: var(--color-primary, #f97316);
}

.store-legal-document {
    border-radius: 1rem;
    border: 1px solid #e8ecf4;
    background: #fff;
    padding: 1.25rem 1.25rem 1.5rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

@media (min-width: 768px) {
    .store-legal-document {
        padding: 1.75rem 2rem 2rem;
    }
}

.store-legal-document__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.85rem;
    font-size: 0.8125rem;
    color: #94a3b8;
}

.store-legal-document__breadcrumb a {
    color: #64748b;
    transition: color 0.15s ease;
}

.store-legal-document__breadcrumb a:hover {
    color: var(--color-primary, #f97316);
}

.store-legal-document__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.store-legal-document__title {
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #0f172a;
}

.store-legal-document__print {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.store-legal-document__print:hover {
    border-color: #cbd5e1;
    background: #fff;
    color: #0f172a;
}

.store-legal-document__updated {
    margin-top: 0.5rem;
    font-size: 0.8125rem;
    color: #94a3b8;
}

.store-legal-document__divider {
    margin: 1.25rem 0 1.5rem;
    border: 0;
    border-top: 1px solid #f1f5f9;
}

.store-legal-prose {
    color: #334155;
    line-height: 1.8;
}

.store-legal-prose > :first-child {
    margin-top: 0;
}

.store-legal-prose h2 {
    margin-top: 1.75rem;
    margin-bottom: 0.65rem;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
}

.store-legal-prose h3 {
    margin-top: 1.25rem;
    margin-bottom: 0.45rem;
    font-size: 0.975rem;
    font-weight: 700;
    color: #1e293b;
}

.store-legal-prose p {
    margin-bottom: 0.9rem;
}

.store-legal-prose ul,
.store-legal-prose ol {
    margin-bottom: 0.9rem;
    padding-left: 1.25rem;
}

.store-legal-prose li {
    margin-bottom: 0.3rem;
}

.store-legal-prose a {
    color: var(--color-primary, #f97316);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.store-legal-prose strong {
    color: #0f172a;
}

@media print {
    .store-legal-aside,
    .store-template-nav,
    .store-legal-document__print,
    .store-header-shell,
    .store-footer,
    .store-mobile-nav {
        display: none !important;
    }

    .store-legal-document {
        border: 0;
        box-shadow: none;
        padding: 0;
    }
}

.store-cms-page__updated {
    margin-bottom: 1rem;
    font-size: 0.8125rem;
    color: #94a3b8;
}

.store-cms-page__layout {
    display: grid;
    gap: 2rem;
    padding-top: 0.5rem;
}

@media (min-width: 1024px) {
    .store-cms-page__layout {
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }
}

.store-cms-page__sidebar {
    border-radius: 1rem;
    border: 1px solid #e8ecf4;
    background: #f8fafc;
    padding: 1rem 1.125rem;
}

.store-cms-page__sidebar--compact {
    margin-top: 1rem;
}

.store-cms-page__sidebar-title {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.store-cms-page__sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.store-cms-page__sidebar-link {
    display: block;
    border-radius: 0.625rem;
    padding: 0.5rem 0.65rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #334155;
    transition: background 0.15s ease, color 0.15s ease;
}

.store-cms-page__sidebar-link:hover {
    background: #fff;
    color: var(--color-primary, #f97316);
}

.store-cms-page__sidebar-link.is-active {
    background: #fff;
    color: var(--color-primary, #f97316);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.store-cms-page__team {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e8ecf4;
}

.store-cms-page__team-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.store-cms-page__team-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

.store-cms-page__team-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-primary, #f97316);
}

.store-cms-page__contact-grid {
    display: grid;
    gap: 1.5rem;
    padding-top: 1rem;
}

@media (min-width: 1024px) {
    .store-cms-page__contact-grid {
        grid-template-columns: minmax(0, 1fr) 320px;
        align-items: start;
    }
}

.store-cms-page__contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.store-cms-page__contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    padding: 0.65rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    background: var(--color-primary, #f97316);
}

.store-cms-page__contact-btn--outline {
    color: #0f172a;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.store-cms-page__contact-card {
    border-radius: 1rem;
    border: 1px solid #e8ecf4;
    background: linear-gradient(165deg, #f8fafc 0%, #fff 100%);
    padding: 1.25rem;
}

.store-cms-page__contact-card-title {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.store-cms-page__contact-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.store-cms-page__contact-list li {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    font-size: 0.875rem;
    color: #334155;
}

.store-cms-page__contact-list a {
    color: var(--color-primary, #f97316);
    font-weight: 600;
}

.store-cms-page__contact-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #94a3b8;
}

/* Promo banner module (Modül Ekle > Banner) */
.store-promo-banner {
    --store-promo-banner-bg: #f4f3f5;
    padding: 0.75rem 0 1rem;
}

.store-promo-banner__link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 1rem;
    background: var(--store-promo-banner-bg);
    min-height: 12rem;
    text-decoration: none;
}

.store-promo-banner__media {
    position: absolute;
    inset: 0;
}

.store-promo-banner__image {
    width: 100%;
    height: 100%;
    min-height: 12rem;
    object-position: center;
}

.store-promo-banner__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-height: 12rem;
    padding: 1.5rem;
    justify-content: center;
}

.store-promo-banner--align-left .store-promo-banner__content { align-items: flex-start; text-align: left; }
.store-promo-banner--align-center .store-promo-banner__content { align-items: center; text-align: center; }
.store-promo-banner--align-right .store-promo-banner__content { align-items: flex-end; text-align: right; }

.store-promo-banner--align-left .store-promo-banner__subtitle,
.store-promo-banner--align-right .store-promo-banner__subtitle {
    width: 100%;
    max-width: 32rem;
}

.store-promo-banner--align-right .store-promo-banner__subtitle {
    margin-left: auto;
}

.store-promo-banner--align-left .store-promo-banner__cta,
.store-promo-banner--align-right .store-promo-banner__cta {
    align-self: flex-start;
}

.store-promo-banner--align-right .store-promo-banner__cta {
    align-self: flex-end;
}

.store-promo-banner--align-center .store-promo-banner__cta {
    align-self: center;
}

.store-promo-banner--overlay .store-promo-banner__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.55) 100%);
}

.store-promo-banner--theme-dark.store-promo-banner--overlay .store-promo-banner__media::after {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.72) 100%);
}

.store-promo-banner--theme-light.store-promo-banner--overlay .store-promo-banner__media::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.72) 100%);
}

.store-promo-banner--theme-gradient.store-promo-banner--overlay .store-promo-banner__media::after {
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--color-primary, #f97316) 42%, transparent) 0%,
        color-mix(in srgb, var(--color-secondary, var(--color-accent-bg, #1f2937)) 48%, transparent) 100%
    );
}

.store-promo-banner--theme-minimal.store-promo-banner--overlay .store-promo-banner__media::after {
    background: transparent;
}

.store-promo-banner__title {
    margin: 0;
    font-size: clamp(1.25rem, 2.4vw, 1.75rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 12px rgba(15, 23, 42, 0.35);
}

.store-promo-banner--theme-light .store-promo-banner__title,
.store-promo-banner--theme-minimal .store-promo-banner__title {
    color: #0f172a;
    text-shadow: none;
}

.store-promo-banner__subtitle {
    margin: 0;
    max-width: 32rem;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.92);
}

.store-promo-banner--theme-light .store-promo-banner__subtitle,
.store-promo-banner--theme-minimal .store-promo-banner__subtitle {
    color: #475569;
}

.store-promo-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.35rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--color-primary, #f97316) 78%, #fff) 0%,
        color-mix(in srgb, var(--color-primary, #f97316) 55%, var(--color-secondary, #1f2937)) 100%
    );
    padding: 0.55rem 1.15rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary-text, #fff);
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--color-primary, #f97316) 24%, transparent);
}

.store-promo-banner--theme-gradient .store-promo-banner__cta {
    border-color: color-mix(in srgb, var(--color-primary-text, #fff) 35%, transparent);
    background: linear-gradient(
        135deg,
        var(--color-primary, #f97316) 0%,
        color-mix(in srgb, var(--color-primary, #f97316) 62%, var(--color-secondary, #1f2937)) 100%
    );
}

.store-promo-banner--theme-minimal .store-promo-banner__cta {
    border-color: var(--color-primary, #f97316);
    background: var(--color-primary, #f97316);
}

/* Splash overlay (Pazarlama > Splash Kampanyalar) */
.store-splash {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.store-splash__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
}

.store-splash__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 24rem);
    overflow: hidden;
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
}

.store-splash__close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 2;
    display: inline-flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #334155;
}

.store-splash__media img {
    display: block;
    width: 100%;
    max-height: 14rem;
    object-fit: cover;
}

.store-splash__body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.15rem 1.15rem 1.25rem;
}

.store-splash__title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 800;
    color: #0f172a;
}

.store-splash__content {
    font-size: 0.875rem;
    line-height: 1.55;
    color: #475569;
}

.store-splash__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: var(--color-primary, #f97316);
    padding: 0.7rem 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.store-promo-banner__module-title {
    margin-bottom: 0.75rem;
}

.store-promo-banner-grid {
    padding: 0.75rem 0 1rem;
}

.store-promo-banner-grid__items {
    display: grid;
    gap: 0.75rem;
}

.store-promo-banner-grid__items--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-promo-banner-grid__items--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.store-promo-banner-grid__items--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
    .store-promo-banner-grid__items--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .store-promo-banner-grid__items--4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.store-promo-banner-grid__card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0.85rem;
    background: var(--store-promo-banner-bg, #f1f5f9);
    min-height: 9.5rem;
    text-decoration: none;
}

.store-promo-banner-grid__card .store-promo-banner__image {
    min-height: 9.5rem;
}

.store-promo-banner--shape-horizontal .store-promo-banner__image,
.store-promo-banner-grid.store-promo-banner--shape-horizontal .store-promo-banner-grid__card .store-promo-banner__image {
    aspect-ratio: 16 / 10;
}

.store-promo-banner--shape-square .store-promo-banner__image,
.store-promo-banner-grid.store-promo-banner--shape-square .store-promo-banner-grid__card .store-promo-banner__image {
    aspect-ratio: 1 / 1;
}

.store-promo-banner--shape-horizontal .store-promo-banner__link {
    min-height: 12rem;
}

.store-promo-banner--shape-square .store-promo-banner__link {
    min-height: auto;
}

.store-promo-banner-grid__card .store-promo-banner__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    min-height: 0;
    padding: 1rem;
}

.store-promo-banner-grid__card .store-promo-banner__title {
    font-size: clamp(0.95rem, 2vw, 1.15rem);
}

.store-promo-banner-grid__card .store-promo-banner__subtitle {
    font-size: 0.8125rem;
}

.store-promo-banner-grid__card .store-promo-banner__cta {
    padding: 0.45rem 0.9rem;
    font-size: 0.6875rem;
}

.store-new-arrivals-module__filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.4rem;
}

.store-new-arrivals-module__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 0.85rem;
    margin-bottom: 1rem;
}

.store-new-arrivals-module__head .store-section__title {
    margin-bottom: 0;
}

.store-new-arrivals-module__head-filters {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.store-new-arrivals-module__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(var(--new-arrivals-columns-mobile, 2), minmax(0, 1fr));
}

@media (min-width: 640px) {
    .store-new-arrivals-module__grid {
        grid-template-columns: repeat(var(--new-arrivals-columns, 4), minmax(0, 1fr));
    }
}

.store-new-arrivals-module__item {
    min-width: 0;
}

.store-new-arrivals-module__footer {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
}

.store-new-arrivals-module__see-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 10rem;
    padding: 0.7rem 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.store-new-arrivals-module__see-all:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #0f172a;
}

.store-new-arrivals-module__filter {
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #334155;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.store-new-arrivals-module__filter.is-active {
    border-color: #0f172a;
    background: #0f172a;
    color: #fff;
}

/* —— Stat strip —— */
.store-stat-strip {
    padding: 1.5rem 0 1.75rem;
}

.store-stat-strip__inner {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
    .store-stat-strip__inner {
        grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
    }
}

.store-stat-strip__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 8.5rem;
    padding: 1.25rem 1rem;
    border-radius: 1.1rem;
    border: 1px solid color-mix(in srgb, var(--color-primary, #6366f1) 12%, #e2e8f0);
    background: linear-gradient(
        165deg,
        #ffffff 0%,
        color-mix(in srgb, var(--color-primary, #6366f1) 4%, #f8fafc) 100%
    );
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    text-align: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.store-stat-strip__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.store-stat-strip__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-primary, #6366f1) 12%, #fff);
    color: var(--color-primary, #6366f1);
}

.store-stat-strip__value {
    font-size: clamp(1.65rem, 3vw, 2.2rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--color-primary, #6366f1);
    font-variant-numeric: tabular-nums;
}

.store-stat-strip__label {
    max-width: 12rem;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.45;
    color: #64748b;
}

/* —— Blog module —— */
.store-blog-module {
    padding: 0.5rem 0 1.5rem;
}

.store-blog-module__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.store-blog-module__head .store-section__title {
    margin-bottom: 0;
}

.store-blog-module__see-all {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    transition: color 0.15s ease;
}

.store-blog-module__see-all:hover {
    color: var(--color-primary, #6366f1);
}

.store-blog-module__footer {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
}

.store-blog-module__see-all--footer {
    min-width: 10rem;
    justify-content: center;
    padding: 0.7rem 1.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #334155;
}

.store-blog-module__see-all--footer:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #0f172a;
}

.store-blog-module__grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(var(--blog-columns-mobile, 1), minmax(0, 1fr));
}

@media (min-width: 640px) {
    .store-blog-module__grid {
        grid-template-columns: repeat(var(--blog-columns, 3), minmax(0, 1fr));
    }
}

.store-blog-module__viewport {
    position: relative;
    display: flex;
    align-items: stretch;
}

.store-blog-module__track {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 0.35rem;
}

.store-blog-module__track::-webkit-scrollbar {
    display: none;
}

.store-blog-module__viewport {
    container-type: inline-size;
    container-name: blog-rail;
}

.store-blog-module__item {
    flex: 0 0 calc(
        (100cqw - (var(--blog-columns-mobile, 2) - 1) * 1rem) / var(--blog-columns-mobile, 2)
    );
    scroll-snap-align: start;
    min-width: 0;
}

@media (min-width: 640px) {
    .store-blog-module__item {
        flex-basis: calc(
            (100cqw - (var(--blog-columns, 3) - 1) * 1rem) / var(--blog-columns, 3)
        );
    }
}

.store-blog-module__nav {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.store-blog-module__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.store-blog-module__arrow:hover:not(:disabled) {
    transform: translateY(-1px);
}

.store-blog-module__arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.store-blog-module__arrow--edge {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}

.store-blog-module__arrow--edge:hover:not(:disabled) {
    transform: translateY(calc(-50% - 1px));
}

.store-blog-module__arrow--prev {
    left: -0.35rem;
}

.store-blog-module__arrow--next {
    right: -0.35rem;
}

.store-blog-card {
    height: 100%;
    border-radius: 1.1rem;
    border: 1px solid #e8edf5;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.store-blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.store-blog-card__link {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.store-blog-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f1f5f9;
}

.store-blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.store-blog-card:hover .store-blog-card__media img {
    transform: scale(1.04);
}

.store-blog-card__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
}

.store-blog-card__category {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0f172a;
}

.store-blog-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1rem 1.1rem 1.15rem;
}

.store-blog-card__date {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #94a3b8;
}

.store-blog-card__date-icon {
    width: 0.9rem;
    height: 0.9rem;
}

.store-blog-card__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0f172a;
}

.store-blog-card__excerpt {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #64748b;
}

.store-blog-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #f1f5f9;
}

.store-blog-card__cta {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #0f172a;
}

.store-blog-card__cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
}

.store-blog-card--compact .store-blog-card__link {
    flex-direction: row;
}

.store-blog-card--compact .store-blog-card__media {
    flex: 0 0 7.5rem;
    aspect-ratio: 1 / 1;
    border-radius: 0.85rem;
    margin: 0.85rem 0 0.85rem 0.85rem;
}

.store-blog-card--compact .store-blog-card__body {
    padding: 0.95rem 1rem 0.95rem 0.35rem;
}

.store-blog-card--compact .store-blog-card__title {
    font-size: 0.95rem;
}

.store-blog-card--compact .store-blog-card__excerpt {
    font-size: 0.8125rem;
}

.store-blog-card--compact .store-blog-card__footer {
    border-top: 0;
    padding-top: 0.25rem;
}

@media (max-width: 639px) {
    .store-blog-card--compact .store-blog-card__link {
        flex-direction: column;
    }

    .store-blog-card--compact .store-blog-card__media {
        flex: none;
        width: auto;
        margin: 0;
        border-radius: 0;
        aspect-ratio: 16 / 10;
    }

    .store-blog-card--compact .store-blog-card__body {
        padding: 1rem 1.1rem 1.15rem;
    }
}

.store-blog-module--scrollable .store-blog-card {
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.store-blog-module--scrollable .store-blog-card:hover {
    transform: translateY(-2px);
}

.store-blog-module--scrollable .store-blog-card--compact .store-blog-card__media {
    flex: 0 0 5.25rem;
    margin: 0.65rem 0 0.65rem 0.65rem;
    border-radius: 0.7rem;
}

.store-blog-module--scrollable .store-blog-card--compact .store-blog-card__body {
    gap: 0.35rem;
    padding: 0.65rem 0.7rem 0.65rem 0.2rem;
}

.store-blog-module--scrollable .store-blog-card--compact .store-blog-card__title {
    font-size: 0.84rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.store-blog-module--scrollable .store-blog-card--compact .store-blog-card__excerpt {
    font-size: 0.75rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.store-blog-module--scrollable .store-blog-card--compact .store-blog-card__date {
    font-size: 0.6875rem;
}

.store-blog-module--scrollable .store-blog-card--compact .store-blog-card__cta {
    font-size: 0.75rem;
}

.store-blog-module--scrollable .store-blog-card--compact .store-blog-card__cta-icon {
    width: 1.65rem;
    height: 1.65rem;
}

.store-blog-module--scrollable .store-blog-card--featured .store-blog-card__media {
    aspect-ratio: 4 / 3;
}

.store-blog-module--scrollable .store-blog-card--featured .store-blog-card__body {
    padding: 0.75rem 0.85rem 0.85rem;
    gap: 0.4rem;
}

.store-blog-module--scrollable .store-blog-card--featured .store-blog-card__title {
    font-size: 0.875rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.store-blog-module--scrollable .store-blog-card--featured .store-blog-card__excerpt {
    display: none;
}

.store-blog-module--scrollable .store-blog-card--featured .store-blog-card__footer {
    padding-top: 0.35rem;
}

/* —— Social hub —— */
.store-social-hub {
    padding: 1.5rem 0 2rem;
}

.store-social-hub__head {
    text-align: center;
    margin-bottom: 1.35rem;
}

.store-social-hub__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #0f172a;
}

.store-social-hub__subtitle {
    margin: 0.45rem 0 0;
    font-size: 0.9375rem;
    color: #64748b;
}

.store-social-hub__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.35rem 1.5rem;
}

.store-social-hub__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    min-width: 6.5rem;
    text-decoration: none;
    color: inherit;
    transition: transform 0.18s ease;
}

.store-social-hub__item:hover {
    transform: translateY(-3px);
}

.store-social-hub__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.35rem;
    height: 4.35rem;
    border-radius: 1rem;
    background: #f8fafc;
    color: #334155;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition: box-shadow 0.18s ease;
}

.store-social-hub__item:hover .store-social-hub__icon {
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.store-social-hub__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #475569;
}

.store-social-hub__item--facebook .store-social-hub__icon { background: #eef4ff; color: #1877f2; }
.store-social-hub__item--instagram .store-social-hub__icon { background: #fff0f3; color: #e4405f; }
.store-social-hub__item--twitter .store-social-hub__icon { background: #eef6ff; color: #1d9bf0; }
.store-social-hub__item--youtube .store-social-hub__icon { background: #fff1ee; color: #ff0000; }
.store-social-hub__item--linkedin .store-social-hub__icon { background: #eef4ff; color: #0a66c2; }
.store-social-hub__item--pinterest .store-social-hub__icon { background: #fff0f0; color: #bd081c; }
.store-social-hub__item--tiktok .store-social-hub__icon { background: #f8fafc; color: #111827; }
.store-social-hub__item--whatsapp .store-social-hub__icon { background: #ecfaf1; color: #25d366; }
.store-social-hub__item--telegram .store-social-hub__icon { background: #eef9ff; color: #229ed9; }

/* —— Video gallery homepage module —— */
.store-video-gallery-module__grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(var(--video-gallery-columns-mobile, 1), minmax(0, 1fr));
}

@media (min-width: 768px) {
    .store-video-gallery-module__grid {
        grid-template-columns: repeat(var(--video-gallery-columns, 3), minmax(0, 1fr));
    }
}

.store-video-gallery-module__card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 12px 28px rgba(15, 23, 42, 0.06);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-video-gallery-module__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

.store-video-gallery-module__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #0f172a;
}

.store-video-gallery-module__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.store-video-gallery-module__card:hover .store-video-gallery-module__media img {
    transform: scale(1.04);
}

.store-video-gallery-module__placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.72);
}

.store-video-gallery-module__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.store-video-gallery-module__play::before {
    content: '';
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.62);
    backdrop-filter: blur(4px);
    position: absolute;
}

.store-video-gallery-module__play svg {
    position: relative;
    z-index: 1;
}

.store-video-gallery-module__count {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 700;
}

.store-video-gallery-module__body {
    padding: 0.9rem 1rem 1rem;
}

.store-video-gallery-module__title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
}

.store-video-gallery-module__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0.45rem 0 0;
    font-size: 0.75rem;
    color: #64748b;
}

.store-video-gallery-module__more {
    margin: 1.25rem 0 0;
    text-align: center;
}

.store-video-gallery-module__link {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-primary, #f97316);
    text-decoration: none;
}

.store-video-gallery-module__link:hover {
    text-decoration: underline;
}

/* Mana Nexus: flat text menu, no boxes. */
.store-app.store-theme--coupon-pulse .store-category-nav--with-menu {
    background: #ffffff !important;
    border-color: #eef3f7 !important;
}

.store-app.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-link {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #2f3033 !important;
    box-shadow: none !important;
}

.store-app.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-link:hover,
.store-app.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-link.is-active {
    background: transparent !important;
    border: 0 !important;
    color: var(--nexus-blue, #1689c7) !important;
    box-shadow: none !important;
}

.store-app.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-link:hover::after,
.store-app.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-link.is-active::after {
    content: none !important;
    display: none !important;
}

.store-app.store-theme--coupon-pulse .store-category-nav--with-menu .store-category-nav__inner {
    align-items: center !important;
    gap: 0;
}

.store-app.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-item {
    display: flex;
    align-items: center;
}

.store-app.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-link {
    min-height: 3.05rem;
    align-items: center;
    margin-block: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #2f3033 !important;
    box-shadow: none !important;
}

/* Mana Nexus: Avansas-inspired B2B storefront. Structure stays shared; only the theme skin changes. */
.store-app.store-theme--coupon-pulse,
.store-theme--coupon-pulse {
    --nexus-blue: #1689c7;
    --nexus-blue-dark: #063b7a;
    --nexus-blue-deep: #082f63;
    --nexus-teal: #55d1cf;
    --nexus-ink: #142033;
    --nexus-muted: #64748b;
    --nexus-border: #d8e8f1;
    --nexus-soft: #f4fbff;
    --color-primary: var(--nexus-blue);
    --color-primary-hover: #0b6fa8;
    --color-secondary: var(--nexus-blue-dark);
    --color-accent-bg: var(--nexus-blue-dark);
    --color-accent-text: #ffffff;
    --color-page-bg: #f6f9fb;
    --store-design-card-radius: 1rem;
    --store-design-button-radius: 999px;
    --store-design-arrow-radius: 0.65rem;
    --store-design-arrow-bg: #ffffff;
    --store-design-arrow-color: var(--nexus-blue-dark);
    --store-design-arrow-border: 1px solid var(--nexus-border);
    --store-design-arrow-shadow: 0 8px 22px rgba(6, 59, 122, 0.14);
    --store-design-icon-radius: 0.75rem;
    --store-design-panel-radius: 1rem;
    --store-design-panel-border: 1px solid var(--nexus-border);
    --store-design-badge-bg: var(--nexus-blue);
    --store-design-price-size: 1.08rem;
    --store-design-price-color: #e58b13;
    --store-design-cart-bg: var(--nexus-blue);
    --store-design-cart-shadow: 0 12px 26px rgba(22, 137, 199, 0.22);
}

.store-theme--coupon-pulse .store-header {
    border-bottom: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(6, 59, 122, 0.08) !important;
}

.store-theme--coupon-pulse .store-announcement {
    background: var(--nexus-blue-dark) !important;
    color: #ffffff !important;
}

.store-theme--coupon-pulse .store-announcement__inner {
    min-height: 1.85rem;
    justify-content: center;
    color: #ffffff !important;
    font-size: 0.76rem;
    font-weight: 800;
}

.store-theme--coupon-pulse .store-announcement__inner::before {
    content: "Kampanya";
    display: inline-flex;
    align-items: center;
    margin-right: 0.5rem;
    border-radius: 999px;
    background: rgba(85, 209, 207, 0.18);
    padding: 0.12rem 0.5rem;
    color: #d9ffff;
    font-size: 0.66rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.store-theme--coupon-pulse .store-announcement-bar {
    background: var(--nexus-blue-dark) !important;
    color: #ffffff !important;
}

.store-theme--coupon-pulse .store-announcement-bar__item,
.store-theme--coupon-pulse .store-announcement-bar__link,
.store-theme--coupon-pulse .store-announcement-bar__sep {
    color: #ffffff !important;
}

.store-theme--coupon-pulse .store-announcement-bar__icon {
    color: var(--nexus-teal) !important;
}

.store-theme--coupon-pulse:has(.store-search--expanded) .store-announcement,
.store-theme--coupon-pulse:has(.store-search--expanded) .store-announcement-bar {
    display: none !important;
}

.store-theme--coupon-pulse .store-header__topbar {
    display: none !important;
}

.store-theme--coupon-pulse .store-header__topbar-inner {
    min-height: 1.7rem;
}

.store-theme--coupon-pulse .store-header__toplink {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 0.72rem;
    font-weight: 700;
}

.store-theme--coupon-pulse .store-header__toplink:hover {
    color: #ffffff !important;
}

.store-theme--coupon-pulse .store-header__bar {
    padding-block: 0.75rem;
    background: #ffffff !important;
}

.store-theme--coupon-pulse .store-header__inner {
    gap: 1.25rem !important;
}

.store-theme--coupon-pulse .store-header__logo .store-brand,
.store-theme--coupon-pulse .store-header__logo img {
    max-width: 10.25rem !important;
}

.store-theme--coupon-pulse .store-header__search {
    flex: 1 1 auto;
    max-width: 48rem;
}

.store-theme--coupon-pulse .store-search__form--modern {
    min-height: 3.05rem;
    border-radius: 999px;
    border: 1.5px solid #7fc7e6;
    background: #ffffff;
    box-shadow: 0 3px 12px rgba(6, 59, 122, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.store-theme--coupon-pulse .store-search--expanded .store-search__form--modern,
.store-theme--coupon-pulse .store-search:focus-within .store-search__form--modern {
    border-color: var(--nexus-blue);
    box-shadow: 0 9px 24px rgba(22, 137, 199, 0.16), 0 0 0 4px rgba(85, 209, 207, 0.18);
}

.store-theme--coupon-pulse .store-search__icon-wrap {
    left: auto;
    right: 0.34rem;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 999px;
    background: transparent;
    color: #0040a8 !important;
    box-shadow: none;
}

.store-theme--coupon-pulse .store-search__icon-wrap svg {
    width: 1.65rem;
    height: 1.65rem;
    stroke-width: 2.25;
}

.store-theme--coupon-pulse .store-search-input,
.store-theme--coupon-pulse .store-search-input--modern,
.store-theme--coupon-pulse .store-search--modern .store-search-input {
    min-height: 3.05rem;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    padding: 0.72rem 3.4rem 0.72rem 1.55rem !important;
    color: var(--nexus-ink);
    font-size: 0.88rem;
    box-shadow: none !important;
}

.store-theme--coupon-pulse .store-search-input::placeholder {
    color: #9aaec0;
}

.store-theme--coupon-pulse .store-search-clear--mini {
    right: 3.05rem;
    color: var(--nexus-blue-dark);
}

.store-theme--coupon-pulse .store-search-close-btn {
    right: 3.05rem;
    color: var(--nexus-blue-dark);
}

@media (min-width: 768px) {
    .store-theme--coupon-pulse .store-header__search.is-search-elevated {
        min-height: 3.05rem;
    }

    .store-theme--coupon-pulse .store-search--expanded .store-search-close-btn {
        right: -3.05rem;
        display: inline-flex !important;
        width: 2.35rem;
        height: 2.35rem;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 999px;
        background: #ffffff;
        color: #111827;
        box-shadow: 0 8px 22px rgba(6, 59, 122, 0.12);
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated {
        position: fixed;
        z-index: 5;
        display: flex;
        flex-direction: column;
        overflow: visible;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        animation: nexus-search-content-drop 0.22s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search__form--modern {
        position: relative;
        z-index: 3;
        flex: none;
        min-height: 3.1rem;
        border: 1.5px solid #7fc7e6 !important;
        border-radius: 999px !important;
        background: transparent !important;
        box-shadow: 0 10px 28px rgba(6, 59, 122, 0.18) !important;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-input,
    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-input--modern {
        min-height: 3.1rem;
        padding-block: 0.72rem !important;
        font-size: 0.9rem;
        font-weight: 500;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-panel--modern {
        position: fixed !important;
        top: 3.7rem !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: none !important;
        height: min(27.3rem, calc(100vh - 3.7rem));
        min-height: 0;
        max-height: none;
        margin-top: 0 !important;
        padding: 0.95rem max(1rem, calc((100vw - 80rem) / 2)) 1.35rem;
        border: 0 !important;
        border-top: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        box-sizing: border-box;
        overflow: hidden;
        z-index: 2;
        animation: nexus-search-content-drop 0.24s 0.03s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-panel--results {
        height: min(27.3rem, calc(100vh - 3.7rem)) !important;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-panel--idle {
        height: min(27.3rem, calc(100vh - 3.7rem)) !important;
        min-height: 0 !important;
        max-height: none !important;
        background: transparent !important;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-panel--wide {
        grid-template-columns: minmax(18rem, 20rem) minmax(0, 1fr);
        gap: 1.4rem;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-panel__main--scroll,
    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-panel__main--idle {
        max-height: 100%;
        padding: 0 0.7rem 0 0;
        overflow-y: auto;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-rail {
        max-height: 100%;
        overflow-y: auto;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-rail {
        border-left: 0 !important;
        background: #ffffff !important;
        padding: 0 0 0 1.35rem;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-rail__title {
        font-size: 0;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-rail__title::after {
        content: "Senin İçin Seçtiklerimiz";
        font-size: 0.82rem;
        font-weight: 900;
        color: #111827;
        letter-spacing: -0.01em;
        text-transform: none;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-rail__list {
        display: grid;
        grid-template-columns: repeat(4, minmax(8rem, 1fr));
        gap: 1.1rem;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-rail__card {
        display: flex;
        flex-direction: column;
        gap: 0.55rem;
        min-height: 10.25rem;
        border-color: transparent;
        background: #ffffff;
        box-shadow: none;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-rail__card:first-child {
        border: 1px solid #badbe9;
        border-radius: 0.45rem;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-rail__thumb-wrap {
        width: 100%;
        height: 6.4rem;
        border: 0;
        background: #ffffff;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-rail__thumb {
        object-fit: contain;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-rail__name {
        -webkit-line-clamp: 3;
        min-height: 2.8rem;
        color: #1f2937;
        font-size: 0.72rem;
        line-height: 1.25;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-rail__price-bar {
        padding: 0;
        background: transparent;
    }

    .store-theme--coupon-pulse .store-search--expanded.store-search--elevated .store-search-rail__price {
        color: #e58b13;
        font-size: 0.88rem;
        font-weight: 900;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-panel--modern {
        position: fixed !important;
        top: 5.05rem !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: none !important;
        min-height: 19.5rem;
        max-height: min(34rem, calc(100vh - 6rem));
        margin-top: 0 !important;
        padding: 0.95rem max(1rem, calc((100vw - 80rem) / 2 + 3.75rem)) 1.35rem max(1rem, calc((100vw - 80rem) / 2 + 12.5rem));
        border: 0 !important;
        border-top: 0 !important;
        border-radius: 0 !important;
        background: #ffffff !important;
        box-shadow: 0 18px 34px rgba(6, 59, 122, 0.1) !important;
        box-sizing: border-box;
        overflow: hidden;
        z-index: 240;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-panel--wide {
        grid-template-columns: minmax(18rem, 20rem) minmax(0, 1fr);
        gap: 1.4rem;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-panel__main--scroll,
    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-panel__main--idle {
        max-height: min(28rem, calc(100vh - 10rem));
        padding: 0 1.15rem 0 0;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-rail {
        border-left: 0 !important;
        background: #ffffff !important;
        padding: 0 0 0 1.35rem;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-rail__title {
        font-size: 0;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-rail__title::after {
        content: "Senin İçin Seçtiklerimiz";
        font-size: 0.82rem;
        font-weight: 900;
        color: #111827;
        letter-spacing: -0.01em;
        text-transform: none;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-rail__list {
        display: grid;
        grid-template-columns: repeat(4, minmax(8rem, 1fr));
        gap: 1.1rem;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-rail__card {
        display: flex;
        flex-direction: column;
        gap: 0.55rem;
        min-height: 10.25rem;
        border-color: transparent;
        background: #ffffff;
        box-shadow: none;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-rail__card:first-child {
        border: 1px solid #badbe9;
        border-radius: 0.45rem;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-rail__thumb-wrap {
        width: 100%;
        height: 6.4rem;
        border: 0;
        background: #ffffff;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-rail__thumb {
        object-fit: contain;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-rail__name {
        -webkit-line-clamp: 3;
        min-height: 2.8rem;
        color: #1f2937;
        font-size: 0.72rem;
        line-height: 1.25;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-rail__price-bar {
        padding: 0;
        background: transparent;
    }

    .store-theme--coupon-pulse .store-search--expanded:not(.store-search--elevated) .store-search-rail__price {
        color: #e58b13;
        font-size: 0.88rem;
        font-weight: 900;
    }
}

.store-theme--coupon-pulse .store-search-portal {
    z-index: 320;
}

.store-theme--coupon-pulse .store-search-portal__brand {
    position: fixed;
    top: 0.68rem;
    left: max(1rem, calc((100vw - 80rem) / 2 + 1rem));
    z-index: 6;
    display: block;
    pointer-events: auto;
}

.store-theme--coupon-pulse .store-search-portal__brand .store-brand,
.store-theme--coupon-pulse .store-search-portal__brand img {
    max-width: 10.25rem !important;
}

.store-theme--coupon-pulse .store-search-portal.is-active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: min(31.5rem, 100vh);
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(6, 59, 122, 0.08);
    pointer-events: none;
    animation: nexus-search-sheet-drop 0.24s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.store-theme--coupon-pulse .store-search-backdrop--portal {
    position: fixed;
    inset: 0;
    z-index: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #ffffff 0 31.5rem, rgba(15, 23, 42, 0.28) 31.5rem 100%);
    -webkit-backdrop-filter: blur(8px) saturate(1.08);
    backdrop-filter: blur(8px) saturate(1.08);
    pointer-events: auto;
    cursor: default;
}

.store-theme--coupon-pulse .store-search-panel,
.store-theme--coupon-pulse .store-search-panel--modern {
    margin-top: 0.8rem;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden;
}

.store-theme--coupon-pulse .store-search-panel__main {
    background: #ffffff !important;
}

.store-theme--coupon-pulse .store-search-panel__label {
    color: var(--nexus-blue-dark);
    padding: 0.35rem 0 0.75rem;
    font-size: 0.82rem;
    letter-spacing: -0.01em;
    text-transform: none;
    font-weight: 900;
}

.store-theme--coupon-pulse .store-search-hit:hover,
.store-theme--coupon-pulse .store-search-term:hover,
.store-theme--coupon-pulse .store-search-tag,
.store-theme--coupon-pulse .store-search-popular__chip {
    background: var(--nexus-soft) !important;
    color: var(--nexus-blue-dark);
}

.store-theme--coupon-pulse .store-search-hit__price,
.store-theme--coupon-pulse .store-search-panel__all {
    color: var(--nexus-blue) !important;
}

.store-theme--coupon-pulse .store-search-panel--idle .store-search-panel__main {
    border-right: 0;
}

.store-theme--coupon-pulse .store-search-panel__head-line {
    align-items: center;
    padding: 0 0 0.65rem;
}

.store-theme--coupon-pulse .store-search-panel__divider {
    display: none !important;
}

.store-theme--coupon-pulse .store-search-popular {
    display: grid;
    gap: 0;
    border: 0;
    background: #ffffff;
}

.store-theme--coupon-pulse .store-search-popular__chip {
    width: 100%;
    justify-content: space-between;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
    background: #ffffff !important;
    padding: 0.62rem 0 !important;
    color: #2f2a28 !important;
    font-size: 0.98rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -0.012em;
}

.store-theme--coupon-pulse .store-search-popular__chip::after {
    content: "Kategori";
    margin-left: auto;
    color: #3f3a38;
    font-size: 0.82rem;
    font-weight: 300;
    letter-spacing: -0.006em;
}

.store-theme--coupon-pulse .store-search-popular__chip:hover {
    color: #2f2a28 !important;
}

.store-theme--coupon-pulse .store-search-popular__chip svg {
    display: none;
}

.store-theme--coupon-pulse .store-search-panel--idle .store-search-panel__label--spaced,
.store-theme--coupon-pulse .store-search-panel--idle .store-search-panel__label {
    padding-top: 0.2rem;
    padding-bottom: 0.8rem;
    color: #111111;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.018em;
}

.store-theme--coupon-pulse .store-header__actions {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.store-theme--coupon-pulse .store-icon-link:not(.store-header__mobile-only):not(.store-header__menu-btn),
.store-theme--coupon-pulse .store-currency-switcher,
.store-theme--coupon-pulse .store-mini-cart > a {
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--nexus-blue-dark);
    box-shadow: none;
}

.store-theme--coupon-pulse .store-icon-link--account,
.store-theme--coupon-pulse .store-mini-cart__desktop-button {
    min-height: 3.35rem;
    align-items: center;
    gap: 0.65rem;
    padding: 0.2rem 0.15rem !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.store-theme--coupon-pulse .store-icon-link--account .store-icon-link__icon-wrap,
.store-theme--coupon-pulse .store-mini-cart__desktop-button .store-icon-link__icon-wrap {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.65rem;
    background: transparent !important;
    color: var(--nexus-blue) !important;
    box-shadow: none !important;
}

.store-theme--coupon-pulse .store-icon-link--account .store-icon-link__icon-wrap svg,
.store-theme--coupon-pulse .store-mini-cart__desktop-button .store-icon-link__icon-wrap svg {
    width: 2.45rem;
    height: 2.45rem;
    stroke-width: 1.8;
    color: var(--nexus-blue) !important;
}

.store-theme--coupon-pulse .store-icon-link__copy {
    display: inline-flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.08rem;
    line-height: 1.05;
}

.store-theme--coupon-pulse .store-icon-link__title {
    color: #2d2a2a;
    font-size: 0.98rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.store-theme--coupon-pulse .store-icon-link__subtitle {
    color: #2d2a2a;
    font-size: 0.92rem;
    font-weight: 500;
}

.store-theme--coupon-pulse .store-icon-link__subtitle--price {
    color: #f27600 !important;
    font-weight: 900;
}

.store-theme--coupon-pulse .store-mini-cart__desktop-button {
    min-width: 7rem;
    margin-left: 0.5rem;
    padding-left: 1.1rem !important;
    border-left: 1px solid #e3e8ee !important;
    border-radius: 0 !important;
}

.store-theme--coupon-pulse .store-mini-cart__desktop-button .store-icon-link__icon-wrap {
    color: var(--nexus-blue) !important;
}

.store-theme--coupon-pulse .store-mini-cart__desktop-button .store-icon-link__icon-wrap::after {
    content: "";
    position: absolute;
    left: 0.34rem;
    right: 0.34rem;
    bottom: 0.18rem;
    height: 0.32rem;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.72;
}

.store-theme--coupon-pulse .store-mini-cart__desktop-button .store-icon-link__badge {
    top: 0.1rem;
    right: 0.1rem;
    left: auto;
    min-width: 1.1rem;
    height: 1.1rem;
    border-width: 1.5px;
    background: #f27600 !important;
}

.store-theme--coupon-pulse .store-mini-cart__desktop-button .store-icon-link__badge .store-count-badge__text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    height: 100%;
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1;
}

/* Favori etiketi: varsayılan gizli, Mana Prime'da ikon altında görünür */
.store-icon-link__label--wishlist {
    display: none !important;
}

.store-app.store-theme--market-flow .store-icon-link__label--wishlist {
    display: inline !important;
}

/* Mana Prime & Mana Vertex: sepet tutarını gösterme */
.store-app.store-theme--market-flow .store-mini-cart__desktop-button .store-icon-link__subtitle--price,
.store-app.store-theme--orange-grid .store-mini-cart__desktop-button .store-icon-link__subtitle--price {
    display: none !important;
}

.store-app.store-theme--market-flow .store-mini-cart__desktop-button .store-icon-link__title {
    font-size: 0.68rem;
    font-weight: 600;
    color: inherit;
}

.store-app.store-theme--market-flow .store-mini-cart__desktop-button .store-icon-link__copy {
    align-items: center;
    text-align: center;
}

/* Mana Prime: header aksiyonları eşit oranlı (ikon kutusu + yazı boyutu) */
.store-app.store-theme--market-flow .store-icon-link--account .store-icon-link__icon-wrap,
.store-app.store-theme--market-flow .store-icon-link--wishlist .store-icon-link__icon-wrap,
.store-app.store-theme--market-flow .store-mini-cart__desktop-button .store-icon-link__icon-wrap {
    width: 2.15rem;
    height: 2.15rem;
    align-items: center;
    justify-content: center;
}

.store-app.store-theme--market-flow .store-icon-link--account .store-icon-link__copy {
    align-items: center;
    text-align: center;
    gap: 0;
}

.store-app.store-theme--market-flow .store-icon-link--account .store-icon-link__title,
.store-app.store-theme--market-flow .store-icon-link--account .store-icon-link__subtitle,
.store-app.store-theme--market-flow .store-icon-link__label--wishlist,
.store-app.store-theme--market-flow .store-mini-cart__desktop-button .store-icon-link__title {
    font-size: 0.68rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.1;
    color: inherit !important;
}

/* Mana Vertex: header aksiyonları eşit yükseklikte */
.store-app.store-theme--orange-grid .store-header__actions {
    align-items: stretch;
}

.store-app.store-theme--orange-grid .store-mini-cart {
    display: flex;
    align-items: stretch;
}

.store-app.store-theme--orange-grid .store-icon-link--account,
.store-app.store-theme--orange-grid .store-icon-link--wishlist,
.store-app.store-theme--orange-grid .store-mini-cart__desktop-button,
.store-app.store-theme--orange-grid .store-currency-switcher {
    min-height: 3.1rem;
    align-items: center;
    justify-content: center;
    padding-inline: 0.85rem;
}

/* Mana Prime & Mana Vertex: sepet adedi rozeti kırpılmasın */
.store-app.store-theme--market-flow .store-icon-link,
.store-app.store-theme--market-flow .store-mini-cart__desktop-button,
.store-app.store-theme--market-flow .store-icon-link__icon-wrap,
.store-app.store-theme--orange-grid .store-icon-link,
.store-app.store-theme--orange-grid .store-mini-cart__desktop-button,
.store-app.store-theme--orange-grid .store-icon-link__icon-wrap {
    overflow: visible !important;
}

.store-app.store-theme--market-flow .store-mini-cart__desktop-button .store-icon-link__icon-wrap,
.store-app.store-theme--market-flow .store-mini-cart__mobile-link .store-icon-link__icon-wrap,
.store-app.store-theme--orange-grid .store-mini-cart__desktop-button .store-icon-link__icon-wrap,
.store-app.store-theme--orange-grid .store-mini-cart__mobile-link .store-icon-link__icon-wrap {
    width: 2.15rem;
    height: 2.15rem;
    align-items: center;
    justify-content: center;
}

.store-app.store-theme--market-flow .store-mini-cart .store-icon-link__badge,
.store-app.store-theme--orange-grid .store-mini-cart .store-icon-link__badge {
    top: -0.1rem;
    right: -0.1rem;
    left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 1.1rem;
    height: 1.1rem;
    border-width: 1.5px;
}

.store-app.store-theme--market-flow .store-mini-cart .store-icon-link__badge .store-count-badge__text,
.store-app.store-theme--orange-grid .store-mini-cart .store-icon-link__badge .store-count-badge__text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 100%;
    height: 100%;
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1;
}

.store-theme--coupon-pulse .store-icon-link:hover,
.store-theme--coupon-pulse .store-currency-switcher:hover {
    border-color: transparent;
    background: transparent;
    color: var(--nexus-blue);
}

.store-theme--coupon-pulse .store-icon-link--wishlist {
    min-width: 0;
    min-height: 3.35rem;
    justify-content: center;
    margin-left: 0.5rem;
    padding-left: 1.1rem !important;
    padding-right: 0.5rem !important;
    border: 0 !important;
    border-left: 1px solid #e3e8ee !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--nexus-blue) !important;
    box-shadow: none !important;
}

.store-theme--coupon-pulse .store-icon-link--wishlist .store-icon-link__label {
    display: none !important;
}

.store-theme--coupon-pulse .store-icon-link--wishlist .store-icon-link__icon-wrap svg {
    width: 1.45rem;
    height: 1.45rem;
    color: var(--nexus-blue) !important;
}

.store-theme--coupon-pulse .store-category-nav,
.store-theme--coupon-pulse .store-category-nav--with-menu {
    border-block: 1px solid #eef3f7 !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.store-theme--coupon-pulse .store-category-nav--with-menu .store-category-nav__inner {
    align-items: center !important;
    gap: 0 !important;
    min-height: 3.1rem;
}

.store-app.store-theme--coupon-pulse .store-category-trigger,
.store-theme--coupon-pulse .store-category-trigger {
    --store-design-category-bg: transparent !important;
    --store-design-category-radius: 0 !important;
    --store-design-category-shadow: none !important;
    align-self: stretch !important;
    min-height: 3.1rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #2f3033 !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    box-shadow: none !important;
    text-transform: none;
}

.store-app.store-theme--coupon-pulse .store-category-trigger:hover,
.store-theme--coupon-pulse .store-category-trigger:hover {
    background: transparent !important;
    color: var(--nexus-blue, #1689c7) !important;
    box-shadow: none !important;
}

.store-theme--coupon-pulse .store-category-trigger svg {
    width: 1.05rem;
    height: 1.05rem;
    color: currentColor !important;
}

.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-link svg {
    display: none !important;
}

.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-item,
.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-item--categories {
    position: relative;
}

.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-item:not(:last-child)::after,
.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-item--categories:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 1.15rem;
    margin-inline: 1.15rem;
    background: #d9d9d9;
}

.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-link {
    min-height: 3.1rem !important;
    padding-inline: 0 !important;
    margin-block: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #2f3033 !important;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-link:hover,
.store-theme--coupon-pulse .store-category-nav--with-menu .store-nav-link.is-active {
    background: transparent !important;
    color: #111827 !important;
    box-shadow: none !important;
}

.store-theme--coupon-pulse .store-category-mega__shell {
    border: 1px solid var(--nexus-border) !important;
    border-top: 0 !important;
    border-radius: 0 0 0.85rem 0.85rem !important;
    background: #ffffff !important;
    box-shadow: 0 24px 60px rgba(6, 59, 122, 0.15) !important;
}

.store-theme--coupon-pulse .store-category-mega__roots {
    border-right: 1px solid #e5eef5 !important;
    background: #f8fbfd !important;
}

.store-theme--coupon-pulse .store-category-mega__root {
    margin-right: 0.35rem;
    border-radius: 0.55rem !important;
    color: var(--nexus-ink) !important;
    font-size: 0.82rem;
    font-weight: 750;
}

.store-theme--coupon-pulse .store-category-mega__root:hover,
.store-theme--coupon-pulse .store-category-mega__root.is-active {
    background: #ffffff !important;
    color: var(--nexus-blue) !important;
    box-shadow: inset 3px 0 0 var(--nexus-blue);
}

.store-theme--coupon-pulse .store-category-mega__content {
    background: #ffffff !important;
}

.store-theme--coupon-pulse .store-category-mega__footer,
.store-theme--coupon-pulse .store-category-mega__head {
    border-color: #e5eef5 !important;
}

.store-theme--coupon-pulse .store-category-mega__footer-btn,
.store-theme--coupon-pulse .store-category-mega__all {
    border-color: var(--nexus-border) !important;
    color: var(--nexus-blue-dark) !important;
}

.store-theme--coupon-pulse .store-category-mega__footer-btn:hover,
.store-theme--coupon-pulse .store-category-mega__all:hover {
    background: var(--nexus-soft) !important;
    color: var(--nexus-blue) !important;
}

/* Mana Nexus: genel tema kurallarını ez — header aksiyonları kutusuz, mega menü beyaz */
.store-app.store-theme--coupon-pulse .store-icon-link,
.store-app.store-theme--coupon-pulse .store-mini-cart > a,
.store-app.store-theme--coupon-pulse .store-currency-switcher,
.store-app.store-theme--coupon-pulse .store-search-input {
    background: transparent !important;
    border-color: transparent !important;
}

.store-app.store-theme--coupon-pulse .store-icon-link--wishlist,
.store-app.store-theme--coupon-pulse .store-mini-cart__desktop-button {
    border-left: 1px solid #e3e8ee !important;
}

.store-app.store-theme--coupon-pulse .store-category-mega .store-category-mega__roots,
.store-app.store-theme--coupon-pulse .store-category-mega__roots {
    background: #ffffff !important;
    border-right: 1px solid #eef3f7 !important;
}

.store-app.store-theme--coupon-pulse .store-category-mega .store-category-mega__shell,
.store-app.store-theme--coupon-pulse .store-category-mega__shell {
    border: 1px solid #eef3f7 !important;
    border-top: 0 !important;
    border-radius: 0 0 0.85rem 0.85rem !important;
    background: #ffffff !important;
    box-shadow: 0 24px 60px rgba(6, 59, 122, 0.12) !important;
}

.store-app.store-theme--coupon-pulse .store-category-mega__roots .store-category-mega__root {
    border-radius: 0 !important;
    background: transparent !important;
    color: #2f3033 !important;
    box-shadow: none !important;
}

.store-app.store-theme--coupon-pulse .store-category-mega__roots .store-category-mega__root:hover,
.store-app.store-theme--coupon-pulse .store-category-mega__roots .store-category-mega__root.is-active {
    background: #ffffff !important;
    color: var(--nexus-blue, #1689c7) !important;
    box-shadow: inset 3px 0 0 var(--nexus-blue, #1689c7) !important;
}

.store-app.store-theme--coupon-pulse .store-category-mega__roots .store-category-mega__root:hover svg,
.store-app.store-theme--coupon-pulse .store-category-mega__roots .store-category-mega__root.is-active svg {
    color: var(--nexus-blue, #1689c7) !important;
}

.store-theme--coupon-pulse .store-stories {
    padding-block: 0.85rem;
    border-bottom: 1px solid #e5eef5;
    background: #ffffff;
}

.store-theme--coupon-pulse .store-stories__shell {
    padding-block: 0.35rem;
}

.store-theme--coupon-pulse .store-stories__ring {
    padding: 3px;
    border: 1px solid #a9e7e5;
    background: linear-gradient(135deg, #ffffff, #f2ffff) !important;
    box-shadow: 0 6px 16px rgba(6, 59, 122, 0.08);
}

.store-theme--coupon-pulse .store-stories__cover {
    width: 4.9rem;
    height: 4.9rem;
    border: 2px solid #ffffff;
    border-radius: 999px !important;
    background: #f5fbff;
}

.store-theme--coupon-pulse .store-stories__label {
    min-height: 2.25em;
    color: var(--nexus-ink);
    font-size: 0.72rem;
    font-weight: 800;
}

.store-theme--coupon-pulse .store-stories__nav {
    border: 1px solid var(--nexus-border) !important;
    background: #ffffff !important;
    color: var(--nexus-blue-dark) !important;
    box-shadow: 0 8px 20px rgba(6, 59, 122, 0.12) !important;
}

.store-theme--coupon-pulse .store-stories__nav:hover:not(:disabled) {
    color: var(--nexus-blue) !important;
    transform: translateY(-50%) scale(1.04);
}

.store-theme--coupon-pulse .store-banner-slider {
    padding-block: 0.75rem 1rem;
}

.store-theme--coupon-pulse .store-banner-slider__shell {
    padding: 0.7rem;
    border: 10px solid var(--nexus-teal);
    border-radius: 1.25rem;
    background: var(--nexus-teal);
    box-shadow: 0 18px 44px rgba(6, 59, 122, 0.12) !important;
}

.store-theme--coupon-pulse .store-banner-slider__viewport,
.store-theme--coupon-pulse .store-banner-slider__media,
.store-theme--coupon-pulse .store-banner-slider__image {
    border-radius: 0.9rem !important;
}

.store-theme--coupon-pulse .store-banner-slider__viewport {
    background: #ffffff !important;
    box-shadow: none !important;
}

.store-theme--coupon-pulse .store-banner-slider__inner {
    padding: 0 !important;
}

.store-theme--coupon-pulse .store-banner-slider__nav {
    border: 1px solid #d6e6ef !important;
    border-radius: 0.55rem !important;
    background: #ffffff !important;
    color: var(--nexus-blue-dark) !important;
}

.store-theme--coupon-pulse .store-banner-slider__counter {
    background: rgba(255, 255, 255, 0.9) !important;
    color: var(--nexus-blue-dark) !important;
    box-shadow: 0 5px 16px rgba(6, 59, 122, 0.12) !important;
}

.store-theme--coupon-pulse .store-banner-slider__title {
    color: var(--nexus-blue-dark) !important;
}

.store-theme--coupon-pulse .store-home-product-module,
.store-theme--coupon-pulse .store-new-arrivals-module {
    border: 1px solid var(--nexus-border) !important;
    border-radius: 1rem !important;
    background: #ffffff !important;
    box-shadow: 0 10px 28px rgba(6, 59, 122, 0.08) !important;
}

.store-theme--coupon-pulse .store-section__title,
.store-theme--coupon-pulse .store-home-product-module .store-section__title,
.store-theme--coupon-pulse .store-new-arrivals-module .store-section__title {
    border-left: 0 !important;
    padding-left: 0 !important;
    color: var(--nexus-ink) !important;
}

.store-theme--coupon-pulse .store-section__title::after {
    content: "";
    display: block;
    width: 2.6rem;
    height: 3px;
    margin-top: 0.4rem;
    border-radius: 999px;
    background: var(--nexus-teal);
}

.store-theme--coupon-pulse .store-product-card {
    border: 1px solid #e2edf4 !important;
    border-radius: 0.75rem !important;
    background: #ffffff !important;
    box-shadow: 0 7px 18px rgba(6, 59, 122, 0.06) !important;
}

.store-theme--coupon-pulse .store-product-card:hover {
    border-color: #bedae9 !important;
    box-shadow: 0 13px 30px rgba(6, 59, 122, 0.12) !important;
}

.store-theme--coupon-pulse .store-product-card__media {
    background: #f8fbfd !important;
}

.store-theme--coupon-pulse .store-price {
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}

.store-theme--coupon-pulse .store-price::before {
    content: none !important;
    display: none !important;
}

.store-theme--coupon-pulse .store-price__current {
    color: #e58b13 !important;
    font-weight: 900 !important;
}

.store-theme--coupon-pulse .store-product-rail__see-all-tile {
    border-radius: 0.85rem !important;
    background: linear-gradient(135deg, var(--nexus-blue), var(--nexus-blue-dark)) !important;
    box-shadow: 0 14px 30px rgba(6, 59, 122, 0.22) !important;
}

.store-theme--coupon-pulse .store-mobile-nav {
    border-top: 1px solid var(--nexus-border) !important;
    background: #ffffff !important;
}

/* Fresh Market keeps category focus as a white row with the brand accent line. */
.store-app.store-theme--fresh-market .store-category-mega__roots .store-category-mega__root:hover,
.store-app.store-theme--fresh-market .store-category-mega__roots .store-category-mega__root.is-active {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    color: var(--color-primary, #16a34a) !important;
    box-shadow: none !important;
}

.store-app.store-theme--fresh-market .store-category-mega__roots .store-category-mega__root:hover span,
.store-app.store-theme--fresh-market .store-category-mega__roots .store-category-mega__root.is-active span,
.store-app.store-theme--fresh-market .store-category-mega__roots .store-category-mega__root:hover svg,
.store-app.store-theme--fresh-market .store-category-mega__roots .store-category-mega__root.is-active svg {
    color: var(--color-primary, #16a34a) !important;
    -webkit-text-fill-color: var(--color-primary, #16a34a) !important;
    stroke: currentColor !important;
}

.store-app.store-theme--fresh-market .store-category-mega__roots .store-category-mega__root:hover::after,
.store-app.store-theme--fresh-market .store-category-mega__roots .store-category-mega__root.is-active::after {
    background: var(--color-primary, #16a34a) !important;
}

/* Fresh Market leaf radius: rounded top-left and bottom-right. */
.store-app.store-theme--fresh-market,
.store-theme--fresh-market {
    --fresh-market-leaf-radius: 1.35rem 0.42rem 1.35rem 0.42rem;
    --fresh-market-leaf-radius-sm: 0.95rem 0.32rem 0.95rem 0.32rem;
    --store-design-card-radius: var(--fresh-market-leaf-radius);
    --store-design-button-radius: var(--fresh-market-leaf-radius-sm);
    --store-design-arrow-radius: var(--fresh-market-leaf-radius-sm);
}

.store-app.store-theme--fresh-market .store-category-trigger,
.store-app.store-theme--fresh-market .store-nav-link,
.store-app.store-theme--fresh-market .store-search-input,
.store-app.store-theme--fresh-market .store-search-submit,
.store-app.store-theme--fresh-market .store-icon-link,
.store-app.store-theme--fresh-market .store-mini-cart > a,
.store-app.store-theme--fresh-market .store-currency-switcher,
.store-app.store-theme--fresh-market .store-category-mega__root,
.store-app.store-theme--fresh-market .store-category-mega__footer-btn,
.store-app.store-theme--fresh-market .store-banner-slider__nav,
.store-app.store-theme--fresh-market .store-product-rail__arrow,
.store-app.store-theme--fresh-market .store-category-rail__arrow,
.store-app.store-theme--fresh-market .store-blog-module__arrow,
.store-app.store-theme--fresh-market .store-premium-rail__arrow,
.store-app.store-theme--fresh-market .store-product-rail__see-all-tile-icon,
.store-app.store-theme--fresh-market .store-promo-banner__cta,
.store-app.store-theme--fresh-market .store-blog-module__see-all,
.store-app.store-theme--fresh-market .store-video-gallery-module__link,
.store-app.store-theme--fresh-market .store-social-hub__icon,
.store-app.store-theme--fresh-market .store-btn-primary,
.store-app.store-theme--fresh-market .store-product-card__cart-btn {
    border-radius: var(--fresh-market-leaf-radius-sm) !important;
}

.store-app.store-theme--fresh-market .store-category-mega__shell,
.store-app.store-theme--fresh-market .store-product-card,
.store-app.store-theme--fresh-market .store-category-tile,
.store-app.store-theme--fresh-market .store-product-rail__see-all-tile,
.store-app.store-theme--fresh-market .store-banner-slider__shell,
.store-app.store-theme--fresh-market .store-banner-slider__viewport,
.store-app.store-theme--fresh-market .store-banner-slider__media,
.store-app.store-theme--fresh-market .store-banner-slider__image,
.store-app.store-theme--fresh-market .store-promo-banner__link,
.store-app.store-theme--fresh-market .store-promo-banner-grid__card,
.store-app.store-theme--fresh-market .store-brand-strip,
.store-app.store-theme--fresh-market .store-brand-strip__item,
.store-app.store-theme--fresh-market .store-blog-card,
.store-app.store-theme--fresh-market .store-blog-card__media,
.store-app.store-theme--fresh-market .store-blog-card__placeholder,
.store-app.store-theme--fresh-market .store-social-hub__item,
.store-app.store-theme--fresh-market .store-video-gallery-module__card,
.store-app.store-theme--fresh-market .store-video-gallery-module__media,
.store-app.store-theme--fresh-market .store-video-gallery-module__placeholder,
.store-app.store-theme--fresh-market .store-home-product-module,
.store-app.store-theme--fresh-market .store-new-arrivals-module,
.store-app.store-theme--fresh-market .store-premium-rail {
    border-radius: var(--fresh-market-leaf-radius) !important;
}

/* Mana Atlas: slider dış kutusu yok, sadece görsel */
.store-app.store-theme--fresh-market .store-banner-slider__shell {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.store-app.store-theme--fresh-market .store-banner-slider__viewport {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Mana Atlas: Tüm Kategoriler daha soft görünüm */
.store-app.store-theme--fresh-market .store-category-trigger {
    background: color-mix(in srgb, var(--color-primary, #16a34a) 14%, #ffffff) !important;
    color: color-mix(in srgb, var(--color-primary, #16a34a) 82%, #0f172a) !important;
    border: 1px solid color-mix(in srgb, var(--color-primary, #16a34a) 24%, #ffffff) !important;
    box-shadow: none !important;
}

.store-app.store-theme--fresh-market .store-category-trigger:hover {
    background: color-mix(in srgb, var(--color-primary, #16a34a) 22%, #ffffff) !important;
    color: color-mix(in srgb, var(--color-primary, #16a34a) 88%, #0f172a) !important;
}

.store-app.store-theme--fresh-market .store-category-trigger svg {
    color: currentColor !important;
}

/* Mana Atlas: header aksiyonları eşit yükseklikte, Giriş Yap koyu zemin beyaz yazı */
.store-app.store-theme--fresh-market .store-header__actions {
    align-items: stretch;
}

.store-app.store-theme--fresh-market .store-icon-link--account,
.store-app.store-theme--fresh-market .store-icon-link--wishlist,
.store-app.store-theme--fresh-market .store-mini-cart__desktop-button,
.store-app.store-theme--fresh-market .store-mini-cart > a,
.store-app.store-theme--fresh-market .store-currency-switcher {
    min-height: 3.1rem;
    align-items: center;
    padding-inline: 0.85rem;
}

.store-app.store-theme--fresh-market .store-mini-cart {
    display: flex;
    align-items: stretch;
}

.store-app.store-theme--fresh-market .store-icon-link--account {
    background: var(--color-accent-bg, #14532d) !important;
    border-color: var(--color-accent-bg, #14532d) !important;
    color: #ffffff !important;
}

.store-app.store-theme--fresh-market .store-icon-link--account .store-icon-link__title,
.store-app.store-theme--fresh-market .store-icon-link--account .store-icon-link__subtitle,
.store-app.store-theme--fresh-market .store-icon-link--account .store-icon-link__icon-wrap,
.store-app.store-theme--fresh-market .store-icon-link--account svg {
    color: #ffffff !important;
}

.store-app.store-theme--fresh-market .store-icon-link--account:hover {
    filter: brightness(1.12);
    color: #ffffff !important;
}

/* Mana Atlas: rozet ikonu kapatmasın */
.store-app.store-theme--fresh-market .store-icon-link--account .store-icon-link__icon-wrap,
.store-app.store-theme--fresh-market .store-icon-link--wishlist .store-icon-link__icon-wrap,
.store-app.store-theme--fresh-market .store-mini-cart__desktop-button .store-icon-link__icon-wrap,
.store-app.store-theme--fresh-market .store-mini-cart__mobile-link .store-icon-link__icon-wrap {
    width: 2.15rem;
    height: 2.15rem;
}

.store-app.store-theme--fresh-market .store-icon-link,
.store-app.store-theme--fresh-market .store-mini-cart__desktop-button,
.store-app.store-theme--fresh-market .store-icon-link .store-icon-link__icon-wrap {
    overflow: visible !important;
}

.store-app.store-theme--fresh-market .store-icon-link .store-icon-link__badge,
.store-app.store-theme--fresh-market .store-mini-cart .store-icon-link__badge {
    top: -0.1rem;
    right: -0.1rem;
    left: auto;
    min-width: 1.1rem;
    height: 1.1rem;
    border-width: 1.5px;
}

.store-app.store-theme--fresh-market .store-icon-link__badge .store-count-badge__text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    height: 100%;
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1;
}

/* Mana Atlas: slider sayacı sağ üstte */
.store-app.store-theme--fresh-market .store-banner-slider__meta {
    top: 0.85rem;
    bottom: auto;
}

/* Mana Atlas: solda kutulu arama ikonu */
.store-app.store-theme--fresh-market .store-search__icon-wrap {
    left: 0.3rem;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: var(--fresh-market-leaf-radius-sm, 0.95rem 0.32rem 0.95rem 0.32rem);
    background: var(--color-primary, #16a34a);
    color: #ffffff;
    box-shadow: 0 6px 14px color-mix(in srgb, var(--color-primary, #16a34a) 26%, transparent);
}

.store-app.store-theme--fresh-market .store-search__icon-wrap svg {
    width: 1.15rem;
    height: 1.15rem;
    stroke-width: 2.4;
}

.store-app.store-theme--fresh-market .store-search-input,
.store-app.store-theme--fresh-market .store-search-input--modern {
    padding-left: 3.35rem !important;
}

/* Mana Atlas: düz metin menü + aktif/hover'da üstü yuvarlatılmış yarım kutu alt vurgu */
.store-app.store-theme--fresh-market .store-category-nav--with-menu .store-nav-item {
    display: flex;
    align-items: stretch;
}

.store-app.store-theme--fresh-market .store-category-nav--with-menu .store-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    min-height: 2.85rem;
    margin-block: 0 !important;
    padding: 0 0.75rem !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--color-text-heading, #14532d) !important;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
}

.store-app.store-theme--fresh-market .store-category-nav--with-menu .store-nav-link:hover,
.store-app.store-theme--fresh-market .store-category-nav--with-menu .store-nav-link.is-active {
    background: transparent !important;
    color: var(--color-primary, #16a34a) !important;
    box-shadow: none !important;
}

.store-app.store-theme--fresh-market .store-category-nav--with-menu .store-nav-link::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    left: 0.35rem;
    right: 0.35rem;
    bottom: 0;
    height: 0.35rem;
    border-radius: 0.5rem 0.5rem 0 0;
    background: var(--color-primary, #16a34a);
    opacity: 0;
    transform: scaleX(0.35);
    transform-origin: center bottom;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.store-app.store-theme--fresh-market .store-category-nav--with-menu .store-nav-link:hover::after,
.store-app.store-theme--fresh-market .store-category-nav--with-menu .store-nav-link.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

/* ============================================================
   Ultra Premium Sepet (store-cartx)
   ============================================================ */

.store-cartx-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.store-cartx-head__title-wrap {
    display: flex;
    align-items: baseline;
    gap: 0.65rem;
}

.store-cartx-head__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.store-cartx-head__count {
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-primary, #f97316) 10%, #fff);
    border: 1px solid color-mix(in srgb, var(--color-primary, #f97316) 22%, #fff);
    color: var(--color-primary, #f97316);
    font-size: 0.8125rem;
    font-weight: 700;
    white-space: nowrap;
}

/* —— Adım göstergesi —— */
.store-cartx-steps {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.store-cartx-steps__item {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.store-cartx-steps__dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    border: 1.5px solid #e2e8f0;
    background: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    color: #94a3b8;
    transition: all 0.2s ease;
}

.store-cartx-steps__label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #94a3b8;
}

.store-cartx-steps__item.is-active .store-cartx-steps__dot {
    border-color: var(--color-primary, #f97316);
    background: var(--color-primary, #f97316);
    color: #fff;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary, #f97316) 16%, transparent);
}

.store-cartx-steps__item.is-active .store-cartx-steps__label {
    color: #0f172a;
}

.store-cartx-steps__item.is-done .store-cartx-steps__dot {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 55%, #e2e8f0);
    background: color-mix(in srgb, var(--color-primary, #f97316) 12%, #fff);
    color: var(--color-primary, #f97316);
}

.store-cartx-steps__item.is-done .store-cartx-steps__label {
    color: #475569;
}

.store-cartx-steps__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 0;
    background: transparent;
    padding: 0;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.store-cartx-steps__link:disabled {
    cursor: default;
}

.store-cartx-steps__sep {
    width: 1.75rem;
    height: 1.5px;
    background: linear-gradient(90deg, #e2e8f0, #cbd5e1);
    border-radius: 999px;
}

@media (max-width: 640px) {
    .store-cartx-steps__label { display: none; }
    .store-cartx-steps__sep { width: 1rem; }
}

/* —— Rezervasyon bildirimi —— */
.store-cartx-notice {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
    padding: 0.7rem 1rem;
    border-radius: 0.9rem;
    border: 1px solid #fde68a;
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
    color: #92400e;
    font-size: 0.8425rem;
    font-weight: 500;
}

.store-cartx-notice__icon {
    width: 1.05rem;
    height: 1.05rem;
    flex-shrink: 0;
    color: #d97706;
}

/* —— Boş sepet —— */
.store-cartx-empty {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.5rem 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid #e8ecf4;
    background: #fff;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
    text-align: center;
}

.store-cartx-empty__glow {
    position: absolute;
    top: -6rem;
    left: 50%;
    width: 24rem;
    height: 14rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: radial-gradient(closest-side, color-mix(in srgb, var(--color-primary, #f97316) 14%, transparent), transparent);
    pointer-events: none;
}

.store-cartx-empty__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1.35rem;
    background: color-mix(in srgb, var(--color-primary, #f97316) 8%, #fff);
    border: 1px solid color-mix(in srgb, var(--color-primary, #f97316) 18%, #fff);
    box-shadow: 0 10px 30px color-mix(in srgb, var(--color-primary, #f97316) 15%, transparent);
}

.store-cartx-empty__icon {
    width: 2rem;
    height: 2rem;
    color: var(--color-primary, #f97316);
}

.store-cartx-empty__title {
    margin-top: 1.35rem;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.store-cartx-empty__text {
    margin-top: 0.4rem;
    max-width: 26rem;
    font-size: 0.9rem;
    color: #64748b;
}

.store-cartx-cta.store-cartx-empty__cta {
    margin-top: 1.75rem;
    display: inline-flex;
    width: auto;
    padding-inline: 2.25rem;
}


/* —— Kampanya bandı —— */
.store-cartx-campaign {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    border: 1px solid color-mix(in srgb, var(--color-primary, #f97316) 22%, #e8ecf4);
    background: linear-gradient(135deg, color-mix(in srgb, var(--color-primary, #f97316) 7%, #fff), #fff);
}

.store-cartx-campaign__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    flex-shrink: 0;
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--color-primary, #f97316) 12%, #fff);
    color: var(--color-primary, #f97316);
}

.store-cartx-campaign__icon {
    width: 1.05rem;
    height: 1.05rem;
}

.store-cartx-campaign__body { flex: 1; min-width: 0; }

.store-cartx-campaign__eyebrow {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
}

.store-cartx-campaign__title {
    margin-top: 0.1rem;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.store-cartx-campaign__saving {
    flex-shrink: 0;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    font-size: 0.72rem;
    font-weight: 800;
    color: #047857;
    white-space: nowrap;
}

.store-cartx-campaign__note {
    margin-top: 0.2rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
}

.store-cartx-progress {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    border: 1px solid #dbeafe;
    background: linear-gradient(135deg, #f0f9ff, #fff);
}

.store-cartx-progress__icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    flex-shrink: 0;
    border-radius: 0.7rem;
    background: #e0f2fe;
    color: #0369a1;
}

.store-cartx-progress__icon {
    width: 1rem;
    height: 1rem;
}

.store-cartx-progress__body {
    flex: 1;
    min-width: 0;
}

.store-cartx-progress__title {
    font-size: 0.78rem;
    font-weight: 800;
    color: #0c4a6e;
}

.store-cartx-progress__text {
    margin-top: 0.15rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.35;
}

.store-cartx-progress__track {
    margin-top: 0.55rem;
    height: 0.35rem;
    border-radius: 999px;
    background: #e2e8f0;
    overflow: hidden;
}

.store-cartx-progress__fill {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #38bdf8, #0284c7);
    transition: width 0.35s ease;
}

.store-cartx-line__hint {
    margin-top: 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0369a1;
    line-height: 1.35;
}

.store-cartx-shipbar--campaign {
    border-color: #bfdbfe;
    background: #f8fbff;
}

.store-cartx-shipbar--campaign .store-cartx-shipbar__fill {
    background: linear-gradient(90deg, #38bdf8, #0284c7);
}

/* —— Seçim araç çubuğu —— */
.store-cartx-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.35rem 0.15rem;
}

.store-cartx-toolbar__select-all {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    user-select: none;
}

.store-cartx-toolbar__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}

.store-cartx-toolbar__count {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-primary, #f97316);
}

.store-cartx-toolbar__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.store-cartx-toolbar__btn:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #0f172a;
}

.store-cartx-toolbar__btn--danger:hover {
    border-color: #fecaca;
    background: #fef2f2;
    color: #dc2626;
}

.store-cartx-check {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--color-primary, #f97316);
    cursor: pointer;
}

.store-cartx-line__check {
    display: flex;
    align-items: flex-start;
    padding-top: 0.35rem;
    flex-shrink: 0;
    cursor: pointer;
}

.store-cartx-line--selected {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 35%, #e8ecf4);
    background: color-mix(in srgb, var(--color-primary, #f97316) 4%, #fff);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary, #f97316) 10%, transparent);
}

.store-cartx-line__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.4rem;
}

.store-cartx-line__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-primary, #f97316) 10%, #fff);
    border: 1px solid color-mix(in srgb, var(--color-primary, #f97316) 22%, #fff);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: var(--color-primary, #f97316);
}

.store-cartx-points {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.7rem 0.85rem;
    border-radius: 0.8rem;
    background: #fefce8;
    border: 1px solid #fde68a;
    font-size: 0.78rem;
    font-weight: 700;
    color: #854d0e;
}

.store-cartx-points__icon {
    width: 0.95rem;
    height: 0.95rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
    color: #d97706;
}

.store-cartx-points__hint {
    margin-top: 0.15rem;
    font-size: 0.68rem;
    font-weight: 500;
    color: #a16207;
    opacity: 0.9;
}

/* —— Ürün satırı —— */
.store-cartx-line {
    position: relative;
    display: flex;
    gap: 1.1rem;
    padding: 1.1rem;
    border-radius: 1.15rem;
    border: 1px solid #e8ecf4;
    background: linear-gradient(180deg, #ffffff, #fdfdfe);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.03);
    transition: border-color 0.2s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.store-cartx-line:hover {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 24%, #e8ecf4);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.09);
    transform: translateY(-2px);
}

.store-cartx-line--warning {
    border-color: #fcd34d;
    background: linear-gradient(180deg, #fffdf7, #fffbeb);
}

.store-cartx-line--busy {
    opacity: 0.6;
    pointer-events: none;
}

.store-cartx-line__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.25rem;
    height: 6.25rem;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0.9rem;
    border: 1px solid #f1f5f9;
    background: #fff;
}

.store-cartx-line__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.store-cartx-line:hover .store-cartx-line__thumb img {
    transform: scale(1.05);
}

.store-cartx-line__thumb-placeholder {
    width: 1.75rem;
    height: 1.75rem;
    color: #cbd5e1;
}

.store-cartx-line__body {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.75rem;
}

.store-cartx-line__name {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    color: #0f172a;
    transition: color 0.15s;
}

.store-cartx-line__name:hover {
    color: var(--color-primary, #f97316);
}

.store-cartx-line__variant {
    display: inline-block;
    margin-top: 0.3rem;
    padding: 0.14rem 0.55rem;
    border-radius: 999px;
    background: #f1f5f9;
    font-size: 0.7rem;
    font-weight: 600;
    color: #475569;
}

.store-cartx-line__custom {
    margin-top: 0.35rem;
    font-size: 0.72rem;
    color: #64748b;
    line-height: 1.5;
}

.store-cartx-line__custom span {
    font-weight: 600;
    color: #475569;
}

.store-cartx-line__warning {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.4rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #b45309;
}

.store-cartx-line__warning-icon {
    width: 0.85rem;
    height: 0.85rem;
    flex-shrink: 0;
}

.store-cartx-line__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem;
}

/* —— Adet düğmeleri —— */
.store-cartx-qty {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.store-cartx-qty button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border: 0;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.store-cartx-qty button:hover:not(:disabled) {
    background: color-mix(in srgb, var(--color-primary, #f97316) 10%, #fff);
    color: var(--color-primary, #f97316);
}

.store-cartx-qty button:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.store-cartx-qty__icon {
    width: 0.85rem;
    height: 0.85rem;
}

.store-cartx-qty__value {
    min-width: 2rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
}

/* —— Satır aksiyonları —— */
.store-cartx-line__actions {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.store-cartx-action {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.65rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.store-cartx-action:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.store-cartx-action--active {
    background: color-mix(in srgb, var(--color-primary, #0ea5e9) 10%, #fff);
    color: var(--color-primary, #0284c7);
}

.store-cartx-action--active:hover {
    background: color-mix(in srgb, var(--color-primary, #0ea5e9) 16%, #fff);
    color: var(--color-primary, #0369a1);
}

.store-cartx-action--danger:hover {
    background: #fef2f2;
    color: #dc2626;
}

.store-cartx-action__icon {
    width: 0.9rem;
    height: 0.9rem;
    flex-shrink: 0;
}

.store-cartx-action__icon--filled {
    fill: currentColor;
}

@media (max-width: 560px) {
    .store-cartx-action__label { display: none; }
    .store-cartx-action { padding: 0.45rem; }
}

/* —— Satır fiyatı —— */
.store-cartx-line__price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 0.2rem;
    flex-shrink: 0;
}

.store-cartx-line__unit {
    font-size: 0.72rem;
    color: #94a3b8;
    white-space: nowrap;
}

.store-cartx-line__total {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
    white-space: nowrap;
}

@media (max-width: 560px) {
    .store-cartx-line { flex-wrap: wrap; }
    .store-cartx-line__thumb { width: 4.75rem; height: 4.75rem; }
    .store-cartx-line__price {
        flex-direction: row;
        align-items: baseline;
        width: 100%;
        justify-content: flex-end;
        order: 3;
        padding-top: 0.5rem;
        border-top: 1px dashed #e8ecf4;
    }
}

/* —— Sonra alınacaklar —— */
.store-cartx-saved {
    margin-top: 2rem;
}

.store-cartx-saved__title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.9rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.store-cartx-saved__title-icon {
    width: 1.05rem;
    height: 1.05rem;
    color: var(--color-primary, #f97316);
}

.store-cartx-saved__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.4rem;
    height: 1.4rem;
    padding-inline: 0.35rem;
    border-radius: 999px;
    background: #f1f5f9;
    font-size: 0.72rem;
    font-weight: 700;
    color: #475569;
}

.store-cartx-saved__list {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
}

.store-cartx-saved__item {
    display: flex;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 1rem;
    border: 1px dashed #dbe2ec;
    background: #fbfcfe;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.store-cartx-saved__item:hover {
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 30%, #dbe2ec);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.store-cartx-saved__thumb {
    width: 3.75rem;
    height: 3.75rem;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0.7rem;
    border: 1px solid #f1f5f9;
    background: #fff;
}

.store-cartx-saved__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.store-cartx-saved__body {
    min-width: 0;
    flex: 1;
}

.store-cartx-saved__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.3;
    color: #0f172a;
}

.store-cartx-saved__price {
    margin-top: 0.2rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--color-primary, #f97316);
}

.store-cartx-saved__actions {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.5rem;
}

.store-cartx-saved__move {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.32rem 0.7rem;
    border: 0;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-primary, #f97316) 12%, #fff);
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--color-primary, #f97316);
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.store-cartx-saved__move:hover {
    background: var(--color-primary, #f97316);
    color: #fff;
}

.store-cartx-saved__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.store-cartx-saved__remove:hover {
    background: #fef2f2;
    color: #dc2626;
}

/* —— Sipariş özeti —— */
.store-cartx-summary {
    position: sticky;
    top: 5.5rem;
    overflow: hidden;
    border-radius: 1.25rem;
    border: 1px solid #e8ecf4;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.store-cartx-summary__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.1rem 1.4rem;
    border-bottom: 1px solid #eef2f8;
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
}

.store-cartx-summary__title {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.store-cartx-summary__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    font-size: 0.68rem;
    font-weight: 700;
    color: #047857;
    white-space: nowrap;
}

.store-cartx-summary__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 1.4rem 1.4rem;
}

/* —— Kupon —— */
.store-cartx-coupon {
    display: flex;
    gap: 0.5rem;
}

.store-cartx-coupon__field {
    position: relative;
    flex: 1;
    min-width: 0;
}

.store-cartx-coupon__icon {
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    color: #94a3b8;
    pointer-events: none;
}

.store-cartx-coupon__input {
    width: 100%;
    padding: 0.6rem 0.85rem 0.6rem 2.35rem;
    border-radius: 0.8rem;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 0.8125rem;
    font-weight: 500;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.store-cartx-coupon__input:focus {
    outline: none;
    background: #fff;
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 50%, #e2e8f0);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary, #f97316) 12%, transparent);
}

.store-cartx-coupon__apply {
    flex-shrink: 0;
    padding: 0.6rem 1.1rem;
    border: 0;
    border-radius: 0.8rem;
    background: #0f172a;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    transition: background 0.15s, transform 0.15s;
}

.store-cartx-coupon__apply:hover {
    background: #1e293b;
}

.store-cartx-coupon__error {
    font-size: 0.78rem;
    font-weight: 500;
    color: #dc2626;
}

.store-cartx-coupon-chip {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.85rem;
    border-radius: 0.8rem;
    border: 1px dashed #6ee7b7;
    background: #ecfdf5;
}

.store-cartx-coupon-chip__icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    color: #059669;
}

.store-cartx-coupon-chip__code {
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #065f46;
}

.store-cartx-coupon-chip__text {
    flex: 1;
    min-width: 0;
    font-size: 0.72rem;
    color: #047857;
}

.store-cartx-coupon-chip__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #059669;
    cursor: pointer;
    transition: background 0.15s;
}

.store-cartx-coupon-chip__remove:hover {
    background: #d1fae5;
}

.store-cartx-wallet-btn {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    margin-top: 0.15rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    background: #f8fafc;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
    color: #0f172a;
}

.store-cartx-wallet-btn:hover {
    background: #fff;
    border-color: color-mix(in srgb, var(--color-primary, #f97316) 45%, #e2e8f0);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary, #f97316) 10%, transparent);
}

.store-cartx-wallet-btn__body {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    flex: 1;
    min-width: 0;
}

.store-cartx-wallet-btn__body strong {
    font-size: 0.8125rem;
    font-weight: 700;
}

.store-cartx-wallet-btn__body small {
    font-size: 0.7rem;
    color: #64748b;
}

.store-cartx-wallet-btn__cta {
    flex-shrink: 0;
    padding: 0.35rem 0.75rem;
    border-radius: 0.65rem;
    background: #0f172a;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

.store-cartx-wallet-chip {
    margin-top: 0.15rem;
}

/* —— Ücretsiz kargo çubuğu —— */
.store-cartx-shipbar {
    padding: 0.8rem 0.9rem;
    border-radius: 0.9rem;
    border: 1px solid color-mix(in srgb, var(--color-primary, #f97316) 20%, #f1f5f9);
    background: color-mix(in srgb, var(--color-primary, #f97316) 5%, #fff);
}

.store-cartx-shipbar__text {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.76rem;
    color: #475569;
}

.store-cartx-shipbar__text strong {
    color: var(--color-primary, #f97316);
    font-weight: 800;
}

.store-cartx-shipbar__icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    color: var(--color-primary, #f97316);
}

.store-cartx-shipbar__track {
    position: relative;
    height: 0.5rem;
    margin-top: 0.55rem;
    overflow: hidden;
    border-radius: 999px;
    background: #e2e8f0;
}

.store-cartx-shipbar__fill {
    position: relative;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--color-primary, #f97316) 80%, #000),
        var(--color-primary, #f97316)
    );
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.store-cartx-shipbar__fill::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: linear-gradient(
        105deg,
        transparent 30%,
        rgba(255, 255, 255, 0.45) 50%,
        transparent 70%
    );
    background-size: 200% 100%;
    animation: store-cartx-shimmer 1.8s ease-in-out infinite;
}

@keyframes store-cartx-shimmer {
    0% { background-position: 160% 0; }
    100% { background-position: -60% 0; }
}

/* —— CTA —— */
.store-cartx-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    overflow: hidden;
    padding: 0.95rem 1.5rem;
    border-radius: 0.95rem;
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--color-primary, #f97316) 88%, #000),
        var(--color-primary, #f97316) 55%,
        color-mix(in srgb, var(--color-primary, #f97316) 82%, #fff)
    );
    font-size: 0.9375rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--color-primary-text, #fff);
    box-shadow:
        0 10px 26px color-mix(in srgb, var(--color-primary, #f97316) 38%, transparent),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: transform 0.18s ease, box-shadow 0.22s ease, filter 0.18s ease;
}

.store-cartx-cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow:
        0 16px 36px color-mix(in srgb, var(--color-primary, #f97316) 45%, transparent),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.store-cartx-cta:active {
    transform: translateY(0);
}

.store-cartx-cta--busy {
    opacity: 0.7;
    pointer-events: none;
}

.store-cartx-cta__lock {
    width: 1rem;
    height: 1rem;
    opacity: 0.85;
}

.store-cartx-cta__icon {
    width: 1.05rem;
    height: 1.05rem;
    transition: transform 0.2s ease;
}

.store-cartx-cta:hover .store-cartx-cta__icon {
    transform: translateX(3px);
}

.store-cartx-continue {
    display: block;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
    transition: color 0.15s;
}

.store-cartx-continue:hover {
    color: var(--color-primary, #f97316);
}

.store-cartx-guest {
    text-align: center;
    font-size: 0.78rem;
    color: #64748b;
}

/* —— Misafir ödeme tercihi —— */
.store-checkout-choice {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.store-checkout-choice__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.store-checkout-choice__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 38rem);
    border-radius: 1.35rem;
    background: #fff;
    padding: 2.8rem 2.25rem 2.25rem;
    text-align: center;
    box-shadow: 0 32px 80px -16px rgba(15, 23, 42, 0.45);
}

.store-checkout-choice__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.store-checkout-choice__close:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.store-checkout-choice__icon {
    display: inline-flex;
    width: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--color-primary, #0891b2) 10%, #fff);
    color: var(--color-primary, #0891b2);
}

.store-checkout-choice__title {
    margin-top: 1.35rem;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #0f172a;
}

.store-checkout-choice__text {
    max-width: 31rem;
    margin: 0.65rem auto 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #64748b;
}

.store-checkout-choice__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.8rem;
}

.store-checkout-choice__button {
    display: inline-flex;
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-primary, #0891b2);
    border-radius: var(--store-design-button-radius, var(--radius-button, 0.75rem));
    background: #fff;
    padding: 0.75rem 1rem;
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 750;
    color: var(--color-primary, #0891b2);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
}

.store-checkout-choice__button:hover {
    background: color-mix(in srgb, var(--color-primary, #0891b2) 7%, #fff);
}

.store-checkout-choice__button--primary {
    background: var(--color-primary, #0891b2);
    color: var(--color-primary-text, #fff);
}

.store-checkout-choice__button--primary:hover {
    background: color-mix(in srgb, var(--color-primary, #0891b2) 90%, #000);
}

.store-checkout-choice__button:only-child {
    grid-column: 1 / -1;
}

.store-checkout-choice__button:active {
    transform: scale(0.98);
}

@media (max-width: 639px) {
    .store-checkout-choice__dialog {
        padding: 2.4rem 1.15rem 1.25rem;
    }

    .store-checkout-choice__actions {
        grid-template-columns: 1fr;
    }
}

/* —— Güven rozetleri —— */
.store-cartx-trust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.9rem 1.4rem;
    border-top: 1px solid #eef2f8;
    background: #fafbfd;
}

.store-cartx-trust__item {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.68rem;
    font-weight: 600;
    color: #64748b;
    white-space: nowrap;
}

.store-cartx-trust__icon {
    width: 0.95rem;
    height: 0.95rem;
    flex-shrink: 0;
    color: #10b981;
}

/* —— Hediyeler —— */
.store-cartx-gifts {
    padding: 1rem 1.25rem;
    border-radius: 1.1rem;
    border: 1px solid #a7f3d0;
    background: linear-gradient(135deg, #ecfdf5, #f0fdf4);
}

.store-cartx-gifts__title {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.85rem;
    font-weight: 700;
    color: #065f46;
}

.store-cartx-gifts__icon {
    width: 1rem;
    height: 1rem;
    color: #059669;
}

.store-cartx-gifts__item {
    margin-top: 0.35rem;
    font-size: 0.8rem;
    color: #047857;
}

/* —— Birlikte alınanlar —— */
.store-cartx-recs {
    margin-top: 3.5rem;
}

.store-cartx-recs__title {
    margin-bottom: 1.1rem;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.store-cartx-recs__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

@media (min-width: 768px) {
    .store-cartx-recs__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* —— Premium checkout (adres + fatura) —— */
.store-checkoutx-head.store-cartx-head {
    margin-bottom: 1.5rem;
}

.store-checkoutx-head .store-checkoutx-head__subtitle {
    margin-top: 0.35rem;
    font-size: 0.9375rem;
    color: #64748b;
}

.store-checkoutx-head__title {
    font-size: clamp(1.5rem, 2.4vw, 1.85rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.store-checkoutx-head__subtitle {
    margin-top: 0.35rem;
    font-size: 0.9375rem;
    color: #64748b;
}

.store-checkoutx-card {
    border: 1px solid #e8ecf4;
    border-radius: 1.25rem;
    background: #fff;
    padding: 1.35rem 1.4rem 1.5rem;
    box-shadow: 0 10px 30px -24px rgba(15, 23, 42, 0.35);
}

.store-checkoutx-card__head {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1.15rem;
}

.store-checkoutx-card__step {
    display: inline-flex;
    width: 2.15rem;
    height: 2.15rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--color-primary, #0891b2) 10%, #fff);
    color: var(--color-primary, #0891b2);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.store-checkoutx-card__title {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.store-checkoutx-card__desc {
    margin-top: 0.2rem;
    font-size: 0.8125rem;
    color: #64748b;
}

.store-checkoutx-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .store-checkoutx-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.store-checkoutx-field--full {
    grid-column: 1 / -1;
}

.store-checkoutx-label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #334155;
}

.store-checkoutx-label span {
    color: #ef4444;
}

.store-checkoutx-input {
    width: 100%;
    min-height: 2.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    background: #f8fafc;
    padding: 0.7rem 0.9rem;
    font-size: 0.9375rem;
    color: #0f172a;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.store-checkoutx-input:hover {
    border-color: #cbd5e1;
}

.store-checkoutx-input:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--color-primary, #0891b2) 55%, #cbd5e1);
    background: #fff;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary, #0891b2) 12%, transparent);
}

.store-checkoutx-input:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.store-checkoutx-input--area {
    min-height: 5.5rem;
    resize: vertical;
}

.store-checkoutx-phone {
    display: flex;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    background: #f8fafc;
}

.store-checkoutx-phone:focus-within {
    border-color: color-mix(in srgb, var(--color-primary, #0891b2) 55%, #cbd5e1);
    background: #fff;
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-primary, #0891b2) 12%, transparent);
}

.store-checkoutx-phone__prefix {
    display: inline-flex;
    align-items: center;
    padding: 0 0.85rem;
    border-right: 1px solid #e2e8f0;
    background: #eef2f7;
    font-size: 0.875rem;
    font-weight: 700;
    color: #475569;
}

.store-checkoutx-phone__input {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
}

.store-checkoutx-phone__input:focus {
    background: transparent;
}

.store-checkoutx-error {
    margin-top: 0.35rem;
    font-size: 0.75rem;
    color: #dc2626;
}

.store-checkoutx-hint {
    margin-top: 0.35rem;
    font-size: 0.75rem;
    color: #64748b;
}

.store-checkoutx-invoice-toggle {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    padding: 0.35rem;
    border-radius: 1rem;
    background: #f1f5f9;
}

.store-checkoutx-invoice-toggle__btn {
    display: inline-flex;
    min-height: 2.85rem;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    border: 0;
    border-radius: 0.8rem;
    background: transparent;
    font-size: 0.875rem;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.store-checkoutx-invoice-toggle__btn.is-active {
    background: #fff;
    color: #0f172a;
    box-shadow: 0 6px 18px -10px rgba(15, 23, 42, 0.35);
}

.store-checkoutx-invoice-summary {
    margin-top: 1rem;
    display: grid;
    gap: 0.35rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 0.85rem;
    color: #475569;
}

.store-checkoutx-invoice-summary__type {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #0f172a;
}

.store-checkoutx-invoice-summary__hint {
    margin: 0.35rem 0 0;
    font-size: 0.75rem;
    color: #94a3b8;
}

.store-checkoutx-check {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
}

.store-checkoutx-check input {
    border-radius: 0.35rem;
    color: var(--color-primary, #0891b2);
}

.store-checkoutx-billing-same {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1.15rem;
    padding: 0.8rem 0.95rem;
    border-radius: 0.9rem;
    background: color-mix(in srgb, var(--color-primary, #0891b2) 8%, #fff);
    color: color-mix(in srgb, var(--color-primary, #0891b2) 80%, #0f172a);
    font-size: 0.8125rem;
    font-weight: 600;
}

.store-checkoutx-contract-check {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.95rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    background: #fff;
    color: #475569;
    line-height: 1.55;
    cursor: pointer;
}

.store-checkoutx-contract-check input {
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
    margin-top: 0.12rem;
    border-radius: 0.3rem;
    color: var(--color-primary, #0891b2);
}

.store-checkoutx-contract-check strong,
.store-checkoutx-contract-link {
    color: #1e293b;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.15rem;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    font: inherit;
}

.store-checkoutx-contract-link:hover {
    color: var(--color-primary, #0891b2);
}

.store-checkoutx-contract-modal {
    width: min(100%, 40rem);
    max-height: min(86vh, 36rem);
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.store-checkoutx-contract-backdrop {
    z-index: 9999 !important;
}

.store-checkoutx-contract-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid #e2e8f0;
}

.store-checkoutx-contract-modal__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 750;
    color: #0f172a;
}

.store-checkoutx-contract-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    cursor: pointer;
}

.store-checkoutx-contract-modal__body {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 1.15rem;
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.6;
}

.store-checkoutx-contract-modal__foot {
    display: flex;
    justify-content: flex-end;
    padding: 0.85rem 1.15rem 1.1rem;
    border-top: 1px solid #e2e8f0;
}

/* —— Premium seçenek kartları (kargo + ödeme) —— */
.store-checkoutx-opts {
    display: grid;
    gap: 0.65rem;
}

.store-checkoutx-opt {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 3rem 1rem 1rem;
    border: 1.5px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.18s, box-shadow 0.18s, background 0.18s, transform 0.18s;
}

.store-checkoutx-opt:hover {
    border-color: color-mix(in srgb, var(--color-primary, #0891b2) 45%, #e2e8f0);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
    transform: translateY(-1px);
}

.store-checkoutx-opt.is-selected {
    border-color: var(--color-primary, #0891b2);
    background:
        linear-gradient(
            135deg,
            color-mix(in srgb, var(--color-primary, #0891b2) 7%, #fff) 0%,
            color-mix(in srgb, var(--color-primary, #0891b2) 3%, #fff) 100%
        );
    box-shadow:
        0 0 0 3px color-mix(in srgb, var(--color-primary, #0891b2) 14%, transparent),
        0 10px 28px rgba(15, 23, 42, 0.08);
}

.store-checkoutx-opt__input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.store-checkoutx-opt__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 0.85rem;
    background: #f1f5f9;
    color: #64748b;
    transition: background 0.18s, color 0.18s;
}

.store-checkoutx-opt.is-selected .store-checkoutx-opt__icon {
    background: var(--color-primary, #0891b2);
    color: var(--color-primary-text, #fff);
    box-shadow: 0 6px 16px color-mix(in srgb, var(--color-primary, #0891b2) 35%, transparent);
}

.store-checkoutx-opt__body {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
    flex: 1;
}

.store-checkoutx-opt__title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.store-checkoutx-opt__hint {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.45;
}

.store-checkoutx-opt__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.3rem;
    flex-shrink: 0;
}

.store-checkoutx-opt__price {
    font-size: 0.9375rem;
    font-weight: 800;
    color: #0f172a;
    white-space: nowrap;
}

.store-checkoutx-opt__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.6875rem;
    font-weight: 700;
    white-space: nowrap;
}

.store-checkoutx-opt__badge--free {
    background: #dcfce7;
    color: #15803d;
}

.store-checkoutx-opt__check {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) scale(0.6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 999px;
    border: 1.5px solid #cbd5e1;
    background: #fff;
    color: transparent;
    opacity: 0.65;
    transition: all 0.18s;
}

.store-checkoutx-opt.is-selected .store-checkoutx-opt__check {
    transform: translateY(-50%) scale(1);
    border-color: var(--color-primary, #0891b2);
    background: var(--color-primary, #0891b2);
    color: var(--color-primary-text, #fff);
    opacity: 1;
}

@media (max-width: 480px) {
    .store-checkoutx-opt {
        padding: 0.85rem 2.6rem 0.85rem 0.85rem;
        gap: 0.7rem;
    }

    .store-checkoutx-opt__icon {
        width: 2.35rem;
        height: 2.35rem;
    }
}

.store-checkoutx-cart-acc {
    border: 1px solid #e2e8f0;
    border-radius: 0.95rem;
    background: #fff;
    overflow: hidden;
}

.store-checkoutx-cart-acc__toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border: 0;
    background: #f1f5f9;
    color: #0f172a;
    cursor: pointer;
    text-align: left;
}

.store-checkoutx-cart-acc__title {
    font-size: 0.9375rem;
    font-weight: 750;
}

.store-checkoutx-cart-acc__title span {
    font-weight: 650;
    color: #64748b;
}

.store-checkoutx-cart-acc__chevron {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #64748b;
    flex-shrink: 0;
}

.store-checkoutx-cart-acc__body {
    padding: 0.9rem 1rem 1rem;
    background: #fff;
}

.store-checkoutx-cart-acc__list {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.store-checkoutx-cart-acc__item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
}

.store-checkoutx-cart-acc__thumb {
    position: relative;
    width: 4.5rem;
    height: 4.5rem;
    flex-shrink: 0;
    border-radius: 0.65rem;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.store-checkoutx-cart-acc__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store-checkoutx-cart-acc__qty {
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    z-index: 1;
    padding: 0.1rem 0.35rem;
    border-radius: 0.3rem;
    background: rgba(248, 250, 252, 0.92);
    color: #334155;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1.2;
}

.store-checkoutx-cart-acc__meta {
    min-width: 0;
    padding-top: 0.15rem;
}

.store-checkoutx-cart-acc__name {
    margin: 0;
    color: #334155;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.35;
}

.store-checkoutx-cart-acc__price {
    margin: 0.35rem 0 0;
    color: var(--color-primary, #f97316);
    font-size: 0.9375rem;
    font-weight: 800;
}

.store-checkoutx-contract-links {
    display: grid;
    gap: 0.45rem;
}

.store-checkoutx-contract-links details {
    border-radius: 0.75rem;
    background: #f8fafc;
    padding: 0.65rem 0.8rem;
}

.store-checkoutx-contract-links summary {
    color: var(--color-primary, #0891b2);
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
}

.store-checkoutx-contract-links details > div {
    max-height: 10rem;
    overflow-y: auto;
    margin-top: 0.65rem;
    color: #64748b;
    font-size: 0.72rem;
    line-height: 1.5;
}

.store-checkoutx-next {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2.9rem;
    padding: 0.75rem 1.35rem;
    border: 0;
    border-radius: var(--store-design-button-radius, var(--radius-button, 0.85rem));
    background: var(--color-primary, #0891b2);
    color: var(--color-primary-text, #fff);
    font-size: 0.9375rem;
    font-weight: 750;
    cursor: pointer;
    box-shadow: 0 12px 28px -14px color-mix(in srgb, var(--color-primary, #0891b2) 70%, transparent);
}

.store-checkoutx-saved {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.store-checkoutx-saved__item {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 8rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.85rem;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.store-checkoutx-saved__item.is-selected,
.store-checkoutx-saved__item:hover {
    border-color: color-mix(in srgb, var(--color-primary, #0891b2) 45%, #e2e8f0);
    box-shadow: 0 8px 20px -16px rgba(15, 23, 42, 0.45);
}

.store-checkoutx-saved__name {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #0f172a;
}

.store-checkoutx-saved__meta {
    font-size: 0.72rem;
    color: #64748b;
}

.store-checkoutx-address-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.store-checkoutx-address-card-wrap {
    position: relative;
    min-width: 0;
}

.store-checkoutx-address-card,
.store-checkoutx-address-add,
.store-checkoutx-address-empty {
    position: relative;
    display: flex;
    min-height: 7.25rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1.5px solid #e2e8f0;
    border-radius: 0.85rem;
    background: #fff;
    padding: 0.75rem 0.8rem;
    text-align: left;
}

.store-checkoutx-address-card {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.store-checkoutx-address-card:hover {
    border-color: color-mix(in srgb, var(--color-primary, #0891b2) 36%, #e2e8f0);
    box-shadow: 0 12px 28px -22px rgba(15, 23, 42, 0.45);
    transform: translateY(-1px);
}

.store-checkoutx-address-card.is-selected {
    border-color: var(--color-primary, #0891b2);
    background: color-mix(in srgb, var(--color-primary, #0891b2) 4%, #fff);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-primary, #0891b2) 11%, transparent);
}

.store-checkoutx-address-card__check {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: transparent;
}

.store-checkoutx-address-card.is-selected .store-checkoutx-address-card__check {
    border-color: var(--color-primary, #0891b2);
    background: var(--color-primary, #0891b2);
    color: var(--color-primary-text, #fff);
}

.store-checkoutx-address-card__title {
    display: flex;
    max-width: calc(100% - 3.5rem);
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    font-weight: 800;
    color: #0f172a;
}

.store-checkoutx-address-card__title small {
    border-radius: 999px;
    background: #eef2ff;
    padding: 0.15rem 0.4rem;
    font-size: 0.6rem;
    font-weight: 700;
    color: #4f46e5;
}

.store-checkoutx-address-card__person {
    margin-top: 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    color: #334155;
}

.store-checkoutx-address-card__line,
.store-checkoutx-address-card__city {
    margin-top: 0.18rem;
    font-size: 0.68rem;
    line-height: 1.35;
    color: #64748b;
}

.store-checkoutx-address-card__line {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.store-checkoutx-address-card__edit {
    position: absolute;
    z-index: 2;
    top: 0.52rem;
    right: 2.15rem;
    display: inline-flex;
    width: 1.4rem;
    height: 1.4rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.store-checkoutx-address-card__edit:hover {
    background: color-mix(in srgb, var(--color-primary, #0891b2) 12%, #fff);
    color: var(--color-primary, #0891b2);
}

.store-checkoutx-address-add {
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    border-style: dashed;
    background: #f8fafc;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--color-primary, #0891b2);
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.store-checkoutx-address-add:hover {
    border-color: var(--color-primary, #0891b2);
    background: color-mix(in srgb, var(--color-primary, #0891b2) 5%, #fff);
}

.store-checkoutx-address-empty {
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-style: dashed;
    background: #f8fafc;
    text-align: center;
    font-size: 0.78rem;
    color: #64748b;
}

.store-checkoutx-billing-choice {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.9rem;
    background: #f8fafc;
    cursor: pointer;
}

.store-checkoutx-billing-choice > input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.store-checkoutx-billing-choice__switch {
    position: relative;
    width: 2.5rem;
    height: 1.4rem;
    flex-shrink: 0;
    border-radius: 999px;
    background: #cbd5e1;
    transition: background 0.15s ease;
}

.store-checkoutx-billing-choice__switch::after {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(15, 23, 42, 0.18);
    transition: transform 0.15s ease;
}

.store-checkoutx-billing-choice > input:checked + .store-checkoutx-billing-choice__switch {
    background: var(--color-primary, #0891b2);
}

.store-checkoutx-billing-choice > input:checked + .store-checkoutx-billing-choice__switch::after {
    transform: translateX(1.1rem);
}

.store-checkoutx-billing-choice strong,
.store-checkoutx-billing-choice small {
    display: block;
}

.store-checkoutx-billing-choice strong {
    font-size: 0.8125rem;
    color: #0f172a;
}

.store-checkoutx-billing-choice small {
    margin-top: 0.1rem;
    font-size: 0.7rem;
    color: #64748b;
}

.store-checkoutx-billing-addresses {
    margin-bottom: 1rem;
}

.store-checkoutx-address-modal {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.store-checkoutx-address-modal__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 23, 42, 0.62);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.store-checkoutx-address-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 44rem);
    max-height: calc(100dvh - 2rem);
    overflow-y: auto;
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 34px 90px -20px rgba(15, 23, 42, 0.55);
}

.store-checkoutx-address-modal__head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #eef2f7;
    background: rgba(255, 255, 255, 0.96);
    padding: 1.15rem 1.35rem;
    backdrop-filter: blur(10px);
}

.store-checkoutx-address-modal__eyebrow {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary, #0891b2);
}

.store-checkoutx-address-modal__title {
    margin-top: 0.2rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
}

.store-checkoutx-address-modal__close {
    display: inline-flex;
    width: 2.35rem;
    height: 2.35rem;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    cursor: pointer;
}

.store-checkoutx-address-modal__body {
    padding: 1.35rem;
}

.store-checkoutx-address-modal__corporate {
    margin-top: 1.25rem;
    border-top: 1px solid #eef2f7;
    padding-top: 1.15rem;
}

.store-checkoutx-address-modal__section-title {
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
    font-weight: 800;
    color: #334155;
}

.store-checkoutx-address-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.35rem;
    border-top: 1px solid #eef2f7;
    padding-top: 1rem;
}

.store-checkoutx-address-modal__actions {
    display: flex;
    gap: 0.55rem;
}

@media (max-width: 639px) {
    .store-checkoutx-address-list {
        grid-template-columns: 1fr;
    }

    .store-checkoutx-address-modal {
        align-items: flex-end;
        padding: 0;
    }

    .store-checkoutx-address-modal__dialog {
        max-height: 92dvh;
        border-radius: 1.25rem 1.25rem 0 0;
    }

    .store-checkoutx-address-modal__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .store-checkoutx-address-modal__actions > * {
        flex: 1;
    }
}

@media (min-width: 1024px) {
    .store-checkoutx-address-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* —— Sipariş başarı (ultra premium) —— */
.store-successx {
    position: relative;
    isolation: isolate;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 0 3rem;
}

.store-successx__glow {
    position: absolute;
    inset: -2rem -1rem auto;
    height: 22rem;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(ellipse 55% 60% at 50% 0%, color-mix(in srgb, var(--color-primary, #0891b2) 22%, transparent), transparent 70%),
        radial-gradient(ellipse 40% 50% at 15% 20%, color-mix(in srgb, #10b981 12%, transparent), transparent 65%),
        radial-gradient(ellipse 35% 45% at 85% 15%, color-mix(in srgb, var(--color-primary, #0891b2) 10%, transparent), transparent 60%);
}

.store-successx__head {
    margin-bottom: 1.5rem;
}

.store-successx__hero {
    text-align: center;
    padding: 1.5rem 1rem 2rem;
    animation: store-successx-fade-up 0.55s ease both;
}

.store-successx__mark {
    position: relative;
    width: 5.5rem;
    height: 5.5rem;
    margin: 0 auto 1.25rem;
}

.store-successx__ring {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    border: 2px solid color-mix(in srgb, #10b981 45%, transparent);
    animation: store-successx-pulse 1.8s ease-out infinite;
}

.store-successx__ring--delay {
    animation-delay: 0.45s;
}

.store-successx__check {
    position: absolute;
    inset: 0.55rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(145deg, #34d399, #059669);
    color: #fff;
    box-shadow: 0 12px 28px rgba(16, 185, 129, 0.35);
    animation: store-successx-pop 0.5s cubic-bezier(0.22, 1.2, 0.36, 1) both;
}

.store-successx__eyebrow {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--color-primary, #0891b2) 80%, #0f172a);
}

.store-successx__title {
    margin: 0.45rem 0 0;
    font-size: clamp(1.55rem, 2.5vw, 2.1rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.store-successx__lead {
    margin: 0.55rem auto 0;
    max-width: 32rem;
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.55;
}

.store-successx__number {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1.35rem;
}

.store-successx__number-label {
    font-size: 0.72rem;
    font-weight: 650;
    color: #94a3b8;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.store-successx__number-value {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 1rem;
    border: 1px dashed color-mix(in srgb, var(--color-primary, #0891b2) 35%, #e2e8f0);
    border-radius: 0.9rem;
    background: color-mix(in srgb, var(--color-primary, #0891b2) 6%, #fff);
    color: #0f172a;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}

.store-successx__number-value:hover {
    border-color: var(--color-primary, #0891b2);
    background: color-mix(in srgb, var(--color-primary, #0891b2) 10%, #fff);
}

.store-successx__copied {
    font-size: 0.75rem;
    font-weight: 700;
    color: #059669;
}

.store-successx__grid {
    display: grid;
    gap: 1.25rem;
    animation: store-successx-fade-up 0.65s ease 0.12s both;
}

@media (min-width: 1024px) {
    .store-successx__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.9fr);
        align-items: start;
    }

    .store-successx__aside {
        position: sticky;
        top: 6rem;
    }
}

.store-successx__main {
    display: grid;
    gap: 1rem;
}

.store-successx__panel {
    border: 1px solid #e2e8f0;
    border-radius: 1.15rem;
    background: #fff;
    padding: 1.15rem 1.25rem 1.25rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.store-successx__panel-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: #0f172a;
}

.store-successx__panel-head h3 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 750;
}

.store-successx__timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
}

.store-successx__timeline li {
    position: relative;
    display: grid;
    grid-template-columns: 1.1rem 1fr;
    gap: 0.85rem;
    padding: 0 0 1.15rem 0.15rem;
}

.store-successx__timeline li:last-child {
    padding-bottom: 0;
}

.store-successx__timeline li:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 0.42rem;
    top: 1.15rem;
    bottom: 0;
    width: 2px;
    background: #e2e8f0;
}

.store-successx__timeline-dot {
    width: 0.9rem;
    height: 0.9rem;
    margin-top: 0.2rem;
    border-radius: 999px;
    border: 2px solid #cbd5e1;
    background: #fff;
}

.store-successx__timeline li.is-done .store-successx__timeline-dot,
.store-successx__timeline li.is-active .store-successx__timeline-dot {
    border-color: #10b981;
    background: #10b981;
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.15);
}

.store-successx__timeline li.is-active:not(:last-child)::before {
    background: linear-gradient(#10b981, #e2e8f0);
}

.store-successx__timeline strong {
    display: block;
    font-size: 0.9rem;
    color: #0f172a;
}

.store-successx__timeline p {
    margin: 0.2rem 0 0;
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.45;
}

.store-successx__address {
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.55;
}

.store-successx__address p {
    margin: 0.15rem 0 0;
}

.store-successx__address-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin: 0 !important;
    color: #0f172a;
    font-weight: 700;
}

.store-successx__address-name span {
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0.68rem;
    font-weight: 700;
}

.store-successx__address-phone {
    margin-top: 0.45rem !important;
    font-weight: 650;
    color: #334155;
}

.store-successx__actions {
    display: grid;
    gap: 0.65rem;
    justify-items: stretch;
    max-width: 28rem;
    margin: 1.5rem auto 0;
    padding: 0;
}

.store-successx__cta {
    width: 100%;
    justify-content: center;
}

.store-successx__ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.65rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: var(--store-design-button-radius, var(--radius-button, 0.85rem));
    background: #fff;
    color: #334155;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s;
}

.store-successx__ghost:hover {
    border-color: color-mix(in srgb, var(--color-primary, #0891b2) 40%, #e2e8f0);
    color: var(--color-primary, #0891b2);
}

.store-successx__summary {
    animation: store-successx-fade-up 0.7s ease 0.18s both;
}

.store-successx__items {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.store-successx__items li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.55rem;
    align-items: start;
    font-size: 0.8125rem;
}

.store-successx__item-qty {
    padding: 0.1rem 0.35rem;
    border-radius: 0.35rem;
    background: #f1f5f9;
    color: #475569;
    font-weight: 750;
    font-size: 0.7rem;
}

.store-successx__item-name {
    color: #334155;
    font-weight: 600;
    line-height: 1.35;
}

.store-successx__item-price {
    color: #0f172a;
    font-weight: 750;
    white-space: nowrap;
}

.store-successx__totals {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding-top: 0.85rem;
    border-top: 1px solid #e2e8f0;
    font-size: 0.8125rem;
}

.store-successx__totals > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #64748b;
}

.store-successx__totals dd {
    margin: 0;
    color: #0f172a;
    font-weight: 650;
}

.store-successx__totals .is-discount {
    color: #059669;
}

.store-successx__totals .is-discount dd {
    color: #059669;
}

.store-successx__totals .is-total {
    margin-top: 0.35rem;
    padding-top: 0.65rem;
    border-top: 1px solid #e2e8f0;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
}

.store-successx__totals .is-total dd {
    font-weight: 800;
}

.store-successx__meta {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
    padding: 0.85rem;
    border-radius: 0.85rem;
    background: #f8fafc;
}

.store-successx__meta > div {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.78rem;
}

.store-successx__meta span {
    color: #94a3b8;
    font-weight: 600;
}

.store-successx__meta strong {
    color: #0f172a;
    font-weight: 750;
    text-align: right;
}

.store-successx__paynotify {
    margin-top: 1.5rem;
    animation: store-successx-fade-up 0.75s ease 0.22s both;
}

.store-successx__paynotify .store-panel {
    border: 1px solid #e2e8f0;
    border-radius: 1.15rem;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.store-successx-bank {
    border-radius: 0.95rem;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    padding: 0.95rem 1rem;
}

.store-successx-bank__iban {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.55rem;
    padding: 0.55rem 0.7rem;
    border: 0;
    border-radius: 0.65rem;
    background: #fff;
    color: var(--color-primary, #0891b2);
    cursor: pointer;
    text-align: left;
}

.store-successx-bank__iban code {
    font-size: 0.85rem;
    font-weight: 750;
    word-break: break-all;
}

@keyframes store-successx-fade-up {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes store-successx-pop {
    from { opacity: 0; transform: scale(0.55); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes store-successx-pulse {
    0% { transform: scale(0.85); opacity: 0.85; }
    100% { transform: scale(1.45); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .store-successx__hero,
    .store-successx__grid,
    .store-successx__summary,
    .store-successx__paynotify,
    .store-successx__check,
    .store-successx__ring {
        animation: none !important;
    }
}
