.fs-site-top {
    position: sticky;
    top: 0;
    z-index: 45;
    background: #fff;
}

.fs-site-top .storefront-announcement-band--header .announcement-rotate__line {
    transition:
        opacity 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.fs-site-top .storefront-announcement-band--header.hero-promo-strip {
    --hero-promo-fade: #fafafa;
    border: 0;
    border-bottom: 1px solid var(--fs-border, #e5e7eb);
    border-radius: 0;
    background: #fafafa !important;
    color: #4b5563;
    box-shadow: none;
}

.fs-site-top .storefront-announcement-band--header.hero-promo-strip::before,
.fs-site-top .storefront-announcement-band--header.hero-promo-strip::after {
    display: none;
}

.fs-site-top .storefront-announcement-band--header .announcement-rotate {
    padding: 7px 12px;
}

.fs-site-top .storefront-announcement-band--header .announcement-rotate__stage {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 1.375rem;
    height: 1.375rem;
    contain: layout style paint;
}

.fs-site-top .storefront-announcement-band--header .announcement-rotate__line {
    position: absolute !important;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #4b5563;
    gap: 6px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    z-index: 1;
    box-sizing: border-box;
}

.fs-site-top .storefront-announcement-band--header .announcement-rotate__text {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fs-site-top .storefront-announcement-band--header .announcement-rotate__line.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.fs-site-top .storefront-announcement-band--header .announcement-rotate__line.is-leaving,
.fs-site-top .storefront-announcement-band--header .announcement-rotate__line.is-entering {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.fs-site-top .storefront-announcement-band--header .announcement-rotate__icon {
    width: 14px;
    height: 14px;
    opacity: 0.55;
    color: #9ca3af;
    flex-shrink: 0;
}

.fs-site-top .storefront-announcement-band--header .announcement-rotate__text strong {
    font-weight: 600;
    color: #111827;
}

.fs-site-top .storefront-announcement-band--header .announcement-rotate__sep {
    opacity: 0.45;
    font-weight: 400;
    color: #9ca3af;
}

.fs-site-top .storefront-announcement-band--header .announcement-rotate__text a {
    color: #111827;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .fs-site-top .storefront-announcement-band--header .announcement-rotate__line {
        transition: opacity 0.15s ease, visibility 0.15s ease;
    }
}

.fs-site-top-tabs-dock:empty {
    display: none;
}

.fs-site-top-tabs-dock:not(:empty) {
    display: block;
    width: 100%;
    background: #fff;
}

.fs-site-top .fs-cat-tabs-wrap.is-docked {
    margin: 0;
    max-width: none;
    width: 100%;
    padding-left: max(12px, env(safe-area-inset-left, 0px));
    padding-right: max(12px, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
    background: #fff;
    border-top: 1px solid var(--fs-border, #e5e7eb);
    border-bottom: 1px solid var(--fs-border, #e5e7eb);
    box-shadow: 0 8px 18px -16px rgb(15 23 42 / 0.12);
    animation: fs-tabs-dock-in 0.18s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes fs-tabs-dock-in {
    from {
        opacity: 0.88;
        transform: translate3d(0, -5px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .fs-site-top .fs-cat-tabs-wrap.is-docked {
        animation: none;
    }
}

.fs-site-top .fs-cat-tabs-wrap.is-docked .fs-cat-tabs,
.fs-site-top .fs-cat-tabs-wrap.is-docked #fs-vitrin-subtabs {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fs-site-top .fs-cat-tabs-wrap.is-docked .fs-cat-tabs__scroll,
.fs-site-top .fs-cat-tabs-wrap.is-docked .fs-cat-tabs__scroll--sub {
    min-height: 42px;
}

.fs-site-top .fs-cat-tabs-wrap.is-docked .fs-cat-tabs__tab {
    height: 42px;
}

@media (max-width: 767px) {
    .fs-site-top .fs-cat-tabs-wrap.is-docked .fs-cat-tabs__scroll,
    .fs-site-top .fs-cat-tabs-wrap.is-docked .fs-cat-tabs__scroll--sub {
        min-height: 40px;
    }

    .fs-site-top .fs-cat-tabs-wrap.is-docked .fs-cat-tabs__tab {
        height: 40px;
        font-size: 12px;
        padding: 0 12px;
    }
}

.fs-header {
    position: relative;
    z-index: 40;
    background: #fff;
    border-bottom: 1px solid var(--fs-border, #e5e7eb);
    height: var(--fs-header-h, 56px);
}

.fs-site-top:has(.fs-site-top-tabs-dock:not(:empty)) .fs-header {
    border-bottom: 0;
}

.fs-header__inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    padding: 0 10px;
    gap: 8px;
}

.fs-header__menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #111827;
    cursor: pointer;
    flex-shrink: 0;
}

.fs-header__menu-btn .ui-icon {
    font-size: 20px;
}

.fs-header__brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    flex-shrink: 1;
    min-width: 0;
}

.fs-header__logo {
    max-height: 30px;
    max-width: 96px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.fs-header__title {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

.fs-header__search {
    display: flex;
    align-items: center;
    min-width: 0;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: 0 4px 0 14px;
    height: 38px;
}

.fs-header__search--desktop {
    display: none;
}

.fs-header__search-input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #111827;
    outline: none;
}

.fs-header__search-input::placeholder {
    color: #9ca3af;
}

.fs-header__search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    flex-shrink: 0;
}

.fs-header__actions {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.fs-header__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #111827;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

.fs-header__search-trigger {
    display: inline-flex;
}

.fs-header__action--desktop {
    display: none;
}

.fs-header__badge {
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fs-header__kampanya-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.fs-header__kampanya-icon .ui-icon,
.fs-header__kampanya-icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.fs-header__notify-dot {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ef4444;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgb(239 68 68 / 0.28);
    pointer-events: none;
}

/* Mobil menü — FastStore (kart tabanlı) */
.fs-mobile-menu .mobile-menu-panel,
.fs-mm-panel {
    width: min(94vw, 22rem);
    max-width: 22rem;
    background: #f3f4f6;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.2);
}

.fs-mm-panel .mobile-menu-panel__head {
    padding: 16px 16px 10px;
    border-bottom: 0;
    background: #f3f4f6;
}

.fs-mm-panel .mobile-menu-panel__title {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    color: #111827;
}

.fs-mm-panel__close {
    background: #e5e7eb !important;
    color: #6b7280 !important;
}

.fs-mm-panel .mobile-menu-panel__body,
.fs-mm-panel__body {
    padding: 4px 0 calc(24px + env(safe-area-inset-bottom, 0px));
    background: #f3f4f6;
}

.fs-mm-card {
    margin: 0 14px 10px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgb(15 23 42 / 0.06), 0 1px 2px rgb(15 23 42 / 0.04);
    overflow: hidden;
}

.fs-mm-card--account {
    margin-bottom: 14px;
}

.fs-mm-card--logout {
    margin-top: 4px;
}

.fs-mm-card__nav {
    display: flex;
    flex-direction: column;
}

.fs-mm-section-title {
    margin: 0;
    padding: 10px 18px 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9ca3af;
}

.fs-mm-section-title--social {
    padding-top: 6px;
}

.fs-mm-account {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    text-decoration: none;
    color: inherit;
}

.fs-mm-account__avatar-wrap {
    position: relative;
    flex-shrink: 0;
}

.fs-mm-account__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #9ca3af;
}

.fs-mm-account__avatar .ui-icon svg {
    width: 22px;
    height: 22px;
}

.fs-mm-account__status {
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #22c55e;
}

.fs-mm-account__info {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.fs-mm-account__hello {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}

.fs-mm-account__sub {
    font-size: 12px;
    font-weight: 500;
    color: #9ca3af;
    line-height: 1.35;
}

.fs-mm-account__chevron {
    display: inline-flex;
    flex-shrink: 0;
    color: #d1d5db;
}

.fs-mm-account__chevron .ui-icon svg {
    width: 16px;
    height: 16px;
}

.fs-mm-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 48px;
    padding: 10px 16px;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
}

.fs-mm-row:not(.fs-mm-row--last):not(.fs-mm-row--solo)::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 50px;
    height: 1px;
    background: #f3f4f6;
}

.fs-mm-row--btn {
    appearance: none;
}

.fs-mm-row__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    color: #6b7280;
    flex-shrink: 0;
}

.fs-mm-row__icon .ui-icon svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.75;
}

.fs-mm-row__label {
    flex: 1;
    min-width: 0;
}

.fs-mm-row__chevron {
    display: inline-flex;
    color: #d1d5db;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.fs-mm-row__chevron .ui-icon svg {
    width: 16px;
    height: 16px;
}

.fs-mm-row__chevron.is-open {
    transform: rotate(180deg);
}

.fs-mm-row__chevron--sm .ui-icon svg {
    width: 14px;
    height: 14px;
}

.fs-mm-row:active,
.fs-mm-sub:active,
.fs-mm-whatsapp:active,
.fs-mm-account:active,
.fs-mm-social__card:active {
    opacity: 0.75;
}

.fs-mm-accordion__body {
    padding: 2px 16px 10px 50px;
    background: #fafafa;
}

.fs-mm-accordion__body--nested {
    padding: 0 0 6px 12px;
    margin: 0 0 4px 8px;
    border-left: 1px solid #e5e7eb;
    background: transparent;
}

.fs-mm-accordion__body--inline {
    padding: 0 16px 12px 50px;
    background: #fff;
}

.fs-mm-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 9px 0;
    font-size: 13px;
    font-weight: 500;
    color: #4b5563;
    text-decoration: none;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}

.fs-mm-sub--toggle {
    font-weight: 600;
    color: #111827;
}

.fs-mm-sub--highlight {
    font-weight: 600;
    color: #111827;
    padding-bottom: 6px;
}

.fs-mm-sub--child {
    font-size: 12px;
    color: #6b7280;
    padding: 7px 0;
}

.fs-mm-row__icon--bell {
    position: relative;
}

.fs-mm-row__icon--bell svg {
    width: 18px;
    height: 18px;
    display: block;
}

.fs-mm-row__notify-dot {
    position: absolute;
    top: -1px;
    right: -2px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #ef4444;
    border: 1.5px solid #fff;
}

.fs-mm-row__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
}

.fs-mm-row--kampanya-live .fs-mm-row__pill {
    background: #fef2f2;
    color: #dc2626;
}

.fs-mm-whatsapp-wrap {
    padding: 4px 12px 12px;
}

.fs-mm-whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 12px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    text-decoration: none;
    color: inherit;
}

.fs-mm-whatsapp__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #25d366;
    color: #fff;
    flex-shrink: 0;
}

.fs-mm-whatsapp__icon .ui-icon svg {
    width: 20px;
    height: 20px;
}

.fs-mm-whatsapp__copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.fs-mm-whatsapp__title {
    font-size: 13px;
    font-weight: 700;
    color: #15803d;
    line-height: 1.25;
}

.fs-mm-whatsapp__desc {
    font-size: 10px;
    font-weight: 500;
    color: #6b7280;
    line-height: 1.35;
}

.fs-mm-whatsapp__arrow {
    color: #22c55e;
    flex-shrink: 0;
}

.fs-mm-whatsapp__arrow svg {
    width: 16px;
    height: 16px;
}

.fs-mm-footer-link {
    display: block;
    padding: 7px 0;
    font-size: 13px;
    color: #4b5563;
    text-decoration: none;
}

.fs-mm-contact {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1.45;
    color: #6b7280;
}

.fs-mm-contact .ui-icon {
    margin-top: 1px;
    flex-shrink: 0;
    color: #9ca3af;
}

.fs-mm-contact--link {
    text-decoration: none;
    color: #374151;
}

.fs-mm-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 14px 14px;
}

.fs-mm-social__card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 3px rgb(15 23 42 / 0.06), 0 1px 2px rgb(15 23 42 / 0.04);
    color: #374151;
    text-decoration: none;
}

.fs-mm-social__card .ui-icon svg {
    width: 22px;
    height: 22px;
}

.fs-cargo-modal {
    position: fixed;
    inset: 0;
    z-index: 5200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.fs-cargo-modal__backdrop {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgb(15 23 42 / 0.58) 0%,
        rgb(15 23 42 / 0.42) 38%,
        rgb(15 23 42 / 0.28) 72%,
        rgb(15 23 42 / 0.18) 100%
    );
    -webkit-backdrop-filter: blur(12px) saturate(1.15);
    backdrop-filter: blur(12px) saturate(1.15);
}

.fs-cargo-modal__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.fs-cargo-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.fs-cargo-modal__title {
    font-size: 15px;
    font-weight: 800;
    margin: 0;
}

.fs-cargo-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 8px;
    background: #f3f4f6;
    color: #6b7280;
    cursor: pointer;
}

.fs-cargo-modal__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fs-cargo-modal__label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
}

.fs-cargo-field__wrap {
    position: relative;
}

.fs-cargo-modal__input {
    width: 100%;
    min-height: 48px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 42px 12px 14px;
    font-size: 15px;
    color: #111827;
    background: #fff;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.fs-cargo-modal__input:focus {
    border-color: #111827;
    box-shadow: 0 0 0 3px rgb(17 24 39 / 0.08);
}

.fs-cargo-modal__input.is-invalid,
.fs-cargo-field.is-invalid .fs-cargo-modal__input {
    border-color: #dc2626;
    background: #fef2f2;
    box-shadow: 0 0 0 3px rgb(220 38 38 / 0.1);
}

.fs-cargo-modal__input.is-invalid:focus,
.fs-cargo-field.is-invalid .fs-cargo-modal__input:focus {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgb(220 38 38 / 0.14);
}

.fs-cargo-field__warn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    color: #dc2626;
    pointer-events: none;
}

.fs-cargo-field__warn .ui-icon {
    font-size: 18px;
}

.fs-cargo-field__hint {
    margin: 6px 0 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #dc2626;
}

.fs-cargo-modal .fs-btn--primary {
    border-radius: 10px;
    font-weight: 700;
}

.fs-cargo-modal__error {
    font-size: 13px;
    color: #dc2626;
    margin: 0;
}

.fs-cargo-modal__result {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fs-cargo-modal__order-id {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
}

.fs-cargo-modal__status {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.fs-cargo-modal__hint {
    font-size: 13px;
    color: #d97706;
    margin: 0;
}

.fs-cargo-modal__fullscreen {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
    padding: 10px 0 2px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.15s ease;
}

.fs-cargo-modal__fullscreen:hover {
    color: #111827;
}

.fs-cargo-modal__fullscreen .ui-icon svg {
    width: 14px;
    height: 14px;
}

/* Arama overlay — FastStore */
.fs-body .fs-search-overlay {
    --search-accent: #111827;
    --search-accent-soft: rgb(17 24 39 / 0.08);
    z-index: 5100;
    min-height: 100dvh;
    min-height: 100svh;
}

.fs-body .fs-search-overlay .storefront-search-overlay__backdrop {
    background: linear-gradient(
        180deg,
        rgb(15 23 42 / 0.52) 0%,
        rgb(15 23 42 / 0.34) 45%,
        rgb(15 23 42 / 0.2) 100%
    );
    backdrop-filter: blur(12px) saturate(1.1);
    -webkit-backdrop-filter: blur(12px) saturate(1.1);
}

.fs-body .fs-search-overlay__panel,
.fs-body .fs-search-overlay .storefront-search-overlay__panel {
    width: 100%;
    min-height: 100%;
    background: #fff !important;
    box-shadow: none;
}

.fs-search-overlay__head {
    padding-top: calc(10px + env(safe-area-inset-top, 0px));
}

.fs-search-overlay__bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.fs-search-overlay__form {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    min-height: 48px;
    padding: 4px 4px 4px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 3px rgb(15 23 42 / 0.06);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.fs-search-overlay__form:focus-within {
    border-color: #111827;
    box-shadow: 0 0 0 3px rgb(17 24 39 / 0.08);
}

.fs-search-overlay__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f3f4f6;
    color: #6b7280;
    flex-shrink: 0;
}

.fs-search-overlay__spinner {
    width: 18px !important;
    height: 18px !important;
    border-color: rgb(17 24 39 / 0.15) !important;
    border-top-color: #111827 !important;
}

.fs-search-overlay__input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 8px 0;
    font-size: 15px;
    font-weight: 500;
    color: #111827;
    outline: none;
}

.fs-search-overlay__input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.fs-search-overlay__clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 8px;
    background: #f3f4f6;
    color: #6b7280;
    cursor: pointer;
    flex-shrink: 0;
}

.fs-search-overlay__submit {
    flex-shrink: 0;
    min-height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 9px;
    background: #111827;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}

.fs-search-overlay__submit:hover:not(:disabled) {
    background: #374151;
}

.fs-search-overlay__submit:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.fs-search-overlay__cancel {
    flex-shrink: 0;
    border: 0;
    background: transparent;
    padding: 8px 4px;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    white-space: nowrap;
}

.fs-search-overlay__cancel:hover {
    color: #111827;
}

.fs-body .fs-search-overlay .storefront-search-section__action,
.fs-body .fs-search-overlay .storefront-search-section__link,
.fs-body .fs-search-overlay .storefront-search-bar__cancel {
    color: #111827 !important;
}

.fs-body .fs-search-overlay .storefront-search-popular__chip {
    border-color: #e5e7eb;
    background: #f9fafb;
    color: #374151;
    transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.fs-body .fs-search-overlay .storefront-search-popular__chip:hover {
    border-color: #111827;
    background: #fff;
    transform: translateY(-1px);
}

.fs-body .fs-search-overlay .storefront-search-recent-chips__item {
    border-color: #e5e7eb;
    transition: transform 0.15s ease;
}

.fs-body .fs-search-overlay .storefront-search-recent-chips__item:hover {
    transform: translateY(-1px);
}

.fs-body .fs-search-overlay .storefront-search-mobile-list__item,
.fs-body .fs-search-overlay .storefront-search-mobile-rows__item {
    border-radius: 10px;
    transition: background 0.15s ease, transform 0.15s ease;
}

.fs-body .fs-search-overlay .storefront-search-mobile-list__item:hover,
.fs-body .fs-search-overlay .storefront-search-mobile-rows__item:hover {
    background: #f9fafb;
}

.fs-search-overlay__foot {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
}

.fs-body .fs-search-overlay .storefront-search-overlay__foot-link,
.fs-search-overlay__foot-link {
    color: #111827 !important;
    background: #f3f4f6 !important;
    border-color: #e5e7eb !important;
    transition: background 0.15s ease, transform 0.15s ease;
}

.fs-body .fs-search-overlay .storefront-search-overlay__foot-link:hover {
    background: #e5e7eb !important;
}

.fs-search-overlay__fullpage {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.15s ease;
}

.fs-search-overlay__fullpage:hover {
    color: #111827;
}

@media (min-width: 768px) {
    .fs-header__inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        padding: 0 16px;
        gap: 16px;
    }

    .fs-header__menu-btn {
        display: none;
    }

    .fs-header__search--desktop {
        display: flex;
    }

    .fs-header__search-trigger {
        display: none;
    }

    .fs-header__action--desktop {
        display: inline-flex;
    }

    .fs-header__logo {
        max-height: 32px;
        max-width: 120px;
    }

    .fs-header__title {
        font-size: 15px;
    }
}

@media (min-width: 1024px) {
    .fs-mobile-menu {
        display: none !important;
    }
}
