/* FastStore — sayfa kabuğu & siyah-beyaz palet */

.fs-store-return {
    background: #fff;
    border-bottom: 1px solid #f3f4f6;
}

.fs-store-return__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 12px 8px;
}

.fs-store-return__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #4b5563;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.3;
    transition: color 0.15s ease;
}

.fs-store-return__btn .ui-icon {
    font-size: 15px;
    color: #9ca3af;
    transition: color 0.15s ease, transform 0.15s ease;
}

.fs-store-return__btn:hover {
    color: #111827;
}

.fs-store-return__btn:hover .ui-icon {
    color: #111827;
    transform: translateX(-2px);
}

.fs-store-return__btn:active {
    opacity: 0.7;
}

body.fs-body.fs-body--with-store-return .fs-main,
body.fs-body.fs-body--with-store-return .store-auth-page {
    padding-top: 0;
}

body.fs-body.fs-body--with-store-return .pdp-page-main {
    padding-top: 8px;
}

@media (min-width: 1024px) {
    body.fs-body.fs-body--with-store-return .pdp-page-main {
        padding-top: 12px;
    }
}

.fs-page {
    min-height: calc(100vh - var(--fs-header-h));
    padding: 12px 12px 28px;
    max-width: 1200px;
    margin: 0 auto;
}

.fs-page-hero {
    margin-bottom: 16px;
    padding: 18px 16px;
    border: 1px solid var(--fs-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 3px rgb(15 23 42 / 0.06);
}

.fs-page-hero__row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 640px) {
    .fs-page-hero__row {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}

.fs-page-hero__eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9ca3af;
}

.fs-page-hero__title {
    margin: 0 0 6px;
    font-size: clamp(1.35rem, 4vw, 1.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: #111827;
}

.fs-page-hero__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
}

.fs-page-card {
    border: 1px solid var(--fs-border);
    border-radius: 14px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 1px 3px rgb(15 23 42 / 0.06);
}

.fs-page-card + .fs-page-card {
    margin-top: 12px;
}

.fs-page-grid {
    display: grid;
    gap: 14px;
}

@media (min-width: 768px) {
    .fs-page-grid--2 {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

.fs-page-empty {
    padding: 40px 20px;
    border: 1px dashed var(--fs-border);
    border-radius: 14px;
    background: #fafafa;
    text-align: center;
}

.fs-page-empty__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
    border-radius: 12px;
    background: #f3f4f6;
    color: #6b7280;
}

.fs-page-empty__title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

.fs-page-empty__desc {
    margin: 0 auto 18px;
    max-width: 28rem;
    font-size: 14px;
    color: #6b7280;
}

.fs-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.fs-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--fs-border);
    border-radius: 10px;
    background: #fff;
    color: #111827;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.fs-link-btn:hover {
    border-color: #111827;
    background: #f9fafb;
}

.fs-search-form {
    margin-top: 14px;
    max-width: 100%;
}

.fs-search-form__combo {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 4px 4px 4px 12px;
    border: 1px solid var(--fs-border);
    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-form__combo:focus-within {
    border-color: #111827;
    box-shadow: 0 0 0 3px rgb(17 24 39 / 0.08);
}

.fs-search-form__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-form__input {
    flex: 1;
    min-width: 0;
    width: 0;
    border: 0;
    background: transparent;
    padding: 8px 0;
    font-size: 15px;
    font-weight: 500;
    color: #111827;
    outline: none;
}

.fs-search-form__input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.fs-search-form__submit {
    flex-shrink: 0;
    min-height: 40px;
    padding: 0 16px;
    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-form__submit:hover {
    background: #374151;
}

.fs-search-form__submit:active {
    transform: scale(0.98);
}

.fs-page-actions .fs-btn {
    width: auto;
    min-width: 148px;
}

.fs-search-meta {
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
}

.fs-search-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

@media (min-width: 768px) {
    .fs-search-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (min-width: 1024px) {
    .fs-search-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Arama sayfalama */
.storefront-search-pagination {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.storefront-search-pagination__bar {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    max-width: 100%;
    padding: 6px 8px;
    border: 1px solid var(--fs-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 3px rgb(15 23 42 / 0.06);
}

.storefront-search-pagination__nav,
.storefront-search-pagination__page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #4b5563;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.storefront-search-pagination__nav:hover,
.storefront-search-pagination__page:hover {
    background: #f3f4f6;
    color: #111827;
}

.storefront-search-pagination__nav.is-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.storefront-search-pagination__page.is-active {
    border-color: #111827;
    background: #111827;
    color: #fff;
}

.storefront-search-pagination__pages {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.storefront-search-pagination__gap {
    min-width: 1.5rem;
    color: #9ca3af;
    user-select: none;
}

.fs-search-result {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--fs-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 3px rgb(15 23 42 / 0.06);
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.fs-search-result:hover {
    border-color: #d1d5db;
    box-shadow: 0 4px 14px rgb(15 23 42 / 0.08);
}

.fs-search-result__media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f9fafb;
    text-decoration: none;
}

.fs-search-result__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fs-search-result__badge {
    position: absolute;
    z-index: 2;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    pointer-events: none;
}

.fs-search-result__badge--stock {
    left: 8px;
    bottom: 8px;
    background: rgb(17 24 39 / 0.82);
    color: #fff;
}

.fs-search-result__badge--discount {
    top: 8px;
    right: 8px;
    background: #dc2626;
    color: #fff;
}

/* İletişim */
.fs-contact-item {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #f3f4f6;
}

.fs-contact-item:last-child {
    border-bottom: 0;
}

.fs-contact-item__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f3f4f6;
    color: #6b7280;
    flex-shrink: 0;
}

.fs-contact-item__title {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
}

.fs-contact-item__text,
.fs-contact-item__link {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #6b7280;
    text-decoration: none;
}

.fs-contact-item__link:hover {
    color: #111827;
}

.fs-contact-wa {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 24px 16px;
    border: 1px solid #bbf7d0;
    border-radius: 14px;
    background: #f0fdf4;
    text-align: center;
}

.fs-contact-wa__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: #25d366;
    color: #fff;
}

.fs-contact-wa__title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
    color: #14532d;
}

.fs-contact-wa__desc {
    margin: 0 0 18px;
    max-width: 18rem;
    font-size: 13px;
    line-height: 1.45;
    color: #166534;
}

.fs-contact-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.fs-contact-social__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--fs-border);
    border-radius: 10px;
    background: #fff;
    color: #374151;
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.fs-contact-social__btn:hover {
    border-color: #111827;
    background: #f9fafb;
}

/* Sepet — boş sepet önerileri */
.fs-cart-suggest {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--fs-border, #e5e7eb);
}

.fs-cart-suggest__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.fs-cart-suggest__title {
    margin: 0 0 4px;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    color: #111827;
}

.fs-cart-suggest__desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #6b7280;
}

.fs-cart-suggest__link {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    text-decoration: none;
    white-space: nowrap;
}

.fs-cart-suggest__link:hover {
    color: #111827;
}

.fs-cart-suggest__frame {
    width: 100%;
}

/* Mobil — 2x2 kaydırmalı slayt (scroll yok, dikey kaydırma bozulmaz) */
.fs-cart-suggest__viewport {
    width: 100%;
    overflow: hidden;
}

.fs-cart-suggest__track {
    display: flex;
    width: 100%;
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.fs-cart-suggest__page {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
}

.fs-cart-suggest__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.fs-cart-suggest .fs-product-card {
    min-width: 0;
}

/* PC — tam genişlik grid, tüm ürünler tek ekranda */
@media (min-width: 768px) {
    .fs-cart-suggest__viewport {
        overflow: visible;
    }

    .fs-cart-suggest__track {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px 16px;
        transform: none !important;
        transition: none;
        will-change: auto;
    }

    .fs-cart-suggest__page,
    .fs-cart-suggest__grid {
        display: contents;
    }
}

@media (min-width: 1024px) {
    .fs-cart-suggest__track {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
    }
}

.fs-cart-suggest__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
}

@media (min-width: 768px) {
    .fs-cart-suggest__dots {
        display: none;
    }
}

.fs-cart-suggest__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #d1d5db;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.fs-cart-suggest__dot.is-active {
    background: #111827;
    transform: scale(1.15);
}

/* Sepet — arama sayfası kabuğu ile uyumlu */
.fs-cart-hero__bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    align-items: center;
}

.fs-cart-layout {
    display: grid;
    gap: 14px;
}

@media (min-width: 1024px) {
    .fs-cart-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 16px;
        align-items: start;
    }
}

.fs-cart-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fs-cart-item {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border: 1px solid var(--fs-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 3px rgb(15 23 42 / 0.06);
}

@media (min-width: 640px) {
    .fs-cart-item {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 14px;
        padding: 14px;
    }
}

.fs-cart-item__media {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 10px;
    background: #f9fafb;
    text-decoration: none;
}

.fs-cart-item__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fs-cart-item__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.fs-cart-item__name {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
}

.fs-cart-item__name a {
    color: inherit;
    text-decoration: none;
}

.fs-cart-item__name a:hover {
    color: #374151;
}

.fs-cart-item__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    font-size: 12px;
    color: #6b7280;
}

.fs-cart-item__swatch {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    flex-shrink: 0;
}

.fs-cart-item__unit {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
}

.fs-cart-item__unit strong {
    color: #111827;
    font-weight: 700;
}

.fs-cart-item__warn {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #dc2626;
}

.fs-cart-item__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid #f3f4f6;
}

.fs-cart-qty {
    display: inline-flex;
    align-items: center;
    padding: 3px;
    border: 1px solid var(--fs-border);
    border-radius: 10px;
    background: #f9fafb;
}

.fs-cart-qty__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #4b5563;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.fs-cart-qty__btn:hover:not(:disabled) {
    background: #fff;
    color: #111827;
}

.fs-cart-qty__btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.fs-cart-qty__val {
    min-width: 2rem;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    color: #111827;
    font-variant-numeric: tabular-nums;
}

.fs-cart-item__price-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.fs-cart-item__price {
    font-size: 16px;
    font-weight: 800;
    color: #111827;
    font-variant-numeric: tabular-nums;
}

.fs-cart-item__price small {
    font-size: 12px;
    font-weight: 700;
    color: #9ca3af;
}

.fs-cart-item__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--fs-border);
    border-radius: 10px;
    background: #fff;
    color: #6b7280;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.fs-cart-item__remove:hover {
    border-color: #fca5a5;
    background: #fef2f2;
    color: #dc2626;
}

.fs-cart-summary {
    position: sticky;
    top: calc(var(--fs-header-h) + 12px);
}

.fs-cart-summary .fs-page-card {
    padding: 18px 16px;
}

.fs-cart-summary__title {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 800;
    color: #111827;
}

.fs-cart-summary__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 10px;
}

.fs-cart-summary__row strong {
    color: #111827;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.fs-cart-summary__row--discount {
    color: #059669;
    font-weight: 600;
}

.fs-cart-summary__total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--fs-border);
}

.fs-cart-summary__total-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
}

.fs-cart-summary__total-val {
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    font-variant-numeric: tabular-nums;
}

.fs-cart-summary__total-val small {
    font-size: 14px;
    font-weight: 700;
    color: #9ca3af;
}

.fs-cart-summary .fs-btn--primary {
    margin-top: 14px;
}

.fs-cart-summary__note {
    margin: 12px 0 0;
    font-size: 11px;
    line-height: 1.5;
    color: #9ca3af;
}

/* İndigo → siyah-beyaz (mevcut şablon sınıfları) */
.fs-body .bg-indigo-600,
.fs-body .bg-indigo-500 {
    background-color: var(--fs-accent) !important;
}

.fs-body .hover\:bg-indigo-700:hover,
.fs-body .hover\:bg-indigo-500:hover {
    background-color: var(--fs-accent-hover) !important;
}

.fs-body .bg-indigo-600\/10,
.fs-body .bg-indigo-400\/15 {
    background-color: rgb(17 24 39 / 0.06) !important;
}

.fs-body .bg-indigo-100 {
    background-color: #f3f4f6 !important;
}

.fs-body .text-indigo-600,
.fs-body .text-indigo-700,
.fs-body .text-indigo-800,
.fs-body .text-indigo-900,
.fs-body .text-indigo-400,
.fs-body .text-indigo-300 {
    color: #111827 !important;
}

.fs-body .hover\:text-indigo-600:hover,
.fs-body .hover\:text-indigo-400:hover,
.fs-body .dark\:hover\:text-indigo-400:hover {
    color: #111827 !important;
}

.fs-body .border-indigo-200,
.fs-body .border-indigo-500\/30,
.fs-body .border-indigo-400 {
    border-color: var(--fs-border) !important;
}

.fs-body .hover\:border-indigo-400:hover,
.fs-body .hover\:ring-indigo-500\/25:hover {
    border-color: #111827 !important;
}

.fs-body .ring-indigo-500\/25,
.fs-body .ring-indigo-500\/30 {
    --tw-ring-color: rgb(17 24 39 / 0.12) !important;
}

.fs-body .shadow-indigo-500\/25,
.fs-body .shadow-indigo-500\/30,
.fs-body .shadow-indigo-600\/25 {
    --tw-shadow-color: rgb(17 24 39 / 0.12) !important;
}

.fs-body .focus\:ring-indigo-500\/35:focus,
.fs-body .focus\:border-indigo-500:focus {
    border-color: #111827 !important;
    --tw-ring-color: rgb(17 24 39 / 0.1) !important;
}

.fs-body .from-indigo-50\/60,
.fs-body .to-indigo-50\/60,
.fs-body .via-white {
    --tw-gradient-from: #f9fafb !important;
    --tw-gradient-to: #fff !important;
}

.fs-body .bg-gradient-to-br.from-slate-50 {
    background: #fff !important;
}

.fs-body .selection\:bg-indigo-500::selection {
    background-color: #111827 !important;
}

.fs-body .fs-checkout .bg-indigo-600,
.fs-body .fs-checkout button[type="submit"].bg-indigo-600 {
    background-color: var(--fs-accent) !important;
}

/* Kargo takip sayfası */
.fs-cargo-page .fs-page-hero {
    margin-bottom: 12px;
}

.fs-cargo-page__query {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fs-cargo-page__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fs-cargo-page__form-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 4px;
}

.fs-cargo-page__form-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #f3f4f6;
    color: #111827;
}

.fs-cargo-page__form-icon .ui-icon {
    font-size: 18px;
}

.fs-cargo-page__form-title {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 800;
    color: #111827;
    line-height: 1.25;
}

.fs-cargo-page__form-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #6b7280;
}

.fs-cargo-page__submit {
    margin-top: 2px;
}

.fs-cargo-page__account {
    margin: 14px 0 0;
    text-align: center;
}

.fs-cargo-page__account-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    text-decoration: none;
    transition: color 0.15s ease;
}

.fs-cargo-page__account-link:hover {
    color: #111827;
}

.fs-cargo-page__account-link .ui-icon {
    font-size: 12px;
    color: #9ca3af;
}

.fs-cargo-result {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.fs-cargo-result__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.fs-cargo-result__eyebrow {
    margin: 0 0 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
}

.fs-cargo-result__order-id {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
}

.fs-cargo-result__date {
    margin: 4px 0 0;
    font-size: 12px;
    color: #6b7280;
}

.fs-cargo-result__status {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111827;
}

.fs-cargo-result__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fs-cargo-result__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    font-size: 11px;
    font-weight: 700;
    color: #374151;
}

.fs-cargo-result__badge--carrier {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534;
}

.fs-cargo-result__badge--neutral {
    background: #f3f4f6;
}

.fs-cargo-result__desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #4b5563;
}

.fs-cargo-result__codes {
    display: grid;
    gap: 10px;
}

@media (min-width: 480px) {
    .fs-cargo-result__codes {
        grid-template-columns: 1fr 1fr;
    }
}

.fs-cargo-result__code {
    padding: 12px;
    border-radius: 10px;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
}

.fs-cargo-result__code-label {
    margin: 0 0 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
}

.fs-cargo-result__code-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.fs-cargo-result__code-row code {
    font-size: 12px;
    font-weight: 700;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    color: #111827;
    word-break: break-all;
}

.fs-cargo-result__copy {
    flex-shrink: 0;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fs-cargo-result__copy:hover {
    color: #111827;
}

.fs-cargo-result__foot {
    padding-top: 4px;
    border-top: 1px solid #f3f4f6;
}

.fs-cargo-result__track {
    width: auto;
    min-height: 44px;
    padding-left: 18px;
    padding-right: 18px;
}

.fs-cargo-result__pending {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
    padding: 12px;
    border-radius: 10px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    font-size: 13px;
    line-height: 1.45;
    color: #92400e;
}

.fs-cargo-result__pending .ui-icon {
    flex-shrink: 0;
    margin-top: 2px;
    font-size: 14px;
}

.fs-cargo-guide {
    margin-top: 14px;
    padding: 18px 16px;
}

.fs-cargo-guide__title {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 800;
    color: #111827;
}

.fs-cargo-guide__steps {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 640px) {
    .fs-cargo-guide__steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

.fs-cargo-guide__step {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    border-radius: 10px;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
}

.fs-cargo-guide__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.fs-cargo-guide__step-title {
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

.fs-cargo-guide__step-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #6b7280;
}

.fs-cargo-guide__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.fs-cargo-guide__card {
    padding: 14px;
    border: 1px solid var(--fs-border, #e5e7eb);
    border-radius: 12px;
    background: #fff;
    min-height: 100%;
}

.fs-cargo-guide__card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.fs-cargo-guide__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #f3f4f6;
    color: #6b7280;
}

.fs-cargo-guide__card-title {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 800;
    color: #111827;
}

.fs-cargo-guide__card-desc {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #6b7280;
}

.fs-cargo-guide__card-desc a {
    color: #111827;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fs-cargo-guide__wa {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    margin-top: 2px;
}

@media (min-width: 480px) {
    .fs-cargo-guide__wa {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.fs-cargo-guide__wa-label {
    margin: 0 0 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
}

.fs-cargo-guide__wa-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #4b5563;
}

.fs-cargo-guide__wa-btn {
    width: auto;
    min-height: 42px;
    flex-shrink: 0;
}

/* Kargo hata bildirimi + toast */
.fs-cargo-alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #fecaca;
    background: #fef2f2;
}

.fs-cargo-alert--error .fs-cargo-alert__icon {
    color: #dc2626;
}

.fs-cargo-alert__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 1px;
}

.fs-cargo-alert__icon .ui-icon {
    font-size: 20px;
}

.fs-cargo-alert__body {
    min-width: 0;
    flex: 1;
}

.fs-cargo-alert__title {
    margin: 0 0 4px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    color: #991b1b;
}

.fs-cargo-alert__text {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #b91c1c;
}

.fs-cargo-alert-enter {
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.fs-cargo-alert-enter-start {
    opacity: 0;
    transform: translate3d(0, 6px, 0);
}

.fs-cargo-alert-enter-end {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fs-cargo-modal__error {
    margin: 0;
}

/* —— Favoriler —— */
.fs-favorites-page .fs-page-hero__row {
    align-items: center;
}

.fs-fav__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.fs-fav__bulk-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--fs-border);
    border-radius: 10px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.fs-fav__bulk-btn:hover:not(:disabled) {
    border-color: #111827;
    background: #f9fafb;
}

.fs-fav__bulk-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.fs-fav__view-toggle {
    display: inline-flex;
    border: 1px solid var(--fs-border);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.fs-fav__view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #9ca3af;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.fs-fav__view-btn.is-active {
    background: #111827;
    color: #fff;
}

.fs-fav__list--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

@media (min-width: 640px) {
    .fs-fav__list--grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (min-width: 1024px) {
    .fs-fav__list--grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.fs-fav__list--list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fs-fav__card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--fs-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 3px rgb(15 23 42 / 0.06);
    transition: opacity 0.28s ease, transform 0.28s ease, border-color 0.2s ease;
}

.fs-fav__card:hover {
    border-color: #d1d5db;
}

.fs-fav__card.fav-card--new {
    animation: fs-fav-card-in 0.35s ease both;
}

@keyframes fs-fav-card-in {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fs-fav__card.is-removing {
    opacity: 0;
    transform: scale(0.98);
    pointer-events: none;
}

.fs-fav__card-media-wrap {
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.fs-fav__card-media {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #f3f4f6;
}

.fs-fav__list--grid .fs-fav__card-media {
    aspect-ratio: 1 / 1;
}

.fs-fav__card-media [data-product-card-image] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.fs-fav__card-media [data-product-card-image] .product-card-img-ph,
.fs-fav__card-media [data-product-card-image] .product-card-img-el {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.fs-fav__select {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 14;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0;
    border-radius: 8px;
    border: 1px solid var(--fs-border);
    background: rgb(255 255 255 / 0.97);
    box-shadow: 0 2px 8px rgb(15 23 42 / 0.08);
    cursor: pointer;
}

.fs-fav__select:has(input:checked) {
    border-color: #111827;
    background: #f3f4f6;
}

.fs-fav__select input {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #111827;
    cursor: pointer;
}

.fs-fav__heart {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 13;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgb(255 255 255 / 0.96);
    color: #ef4444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgb(15 23 42 / 0.1);
    cursor: pointer;
    transition: transform 0.15s ease;
}

.fs-fav__heart:hover {
    transform: scale(1.06);
}

.fs-fav__heart svg,
.fs-fav__heart .lucide,
.fs-fav__heart .ui-icon {
    fill: currentColor;
}

.fs-fav__card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 12px 14px 14px;
    border-top: 1px solid #f3f4f6;
}

.fs-fav__brand {
    margin: 0 0 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9ca3af;
}

.fs-fav__name {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
}

.fs-fav__name a {
    color: inherit;
    text-decoration: none;
}

.fs-fav__name a:hover {
    color: #374151;
}

.fs-fav__size {
    margin: 0 0 4px;
    font-size: 12px;
    color: #6b7280;
}

.fs-fav__price {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 800;
    color: #111827;
}

.fs-fav__price--muted {
    color: #9ca3af;
}

.fs-fav__stock-note {
    flex: 1 1 auto;
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
}

.fs-fav__card-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.fs-fav__cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1 1 auto;
    min-height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 10px;
    background: #111827;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease, opacity 0.15s ease;
}

.fs-fav__cart-btn--link {
    background: transparent;
    border: 1px solid #111827;
    color: #111827;
}

.fs-fav__cart-btn:hover {
    background: #1f2937;
}

.fs-fav__cart-btn--link:hover {
    background: #111827;
    color: #fff;
}

.fs-fav__remove-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--fs-border);
    border-radius: 10px;
    background: #fff;
    color: #6b7280;
    cursor: pointer;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.fs-fav__remove-mini:hover {
    color: #ef4444;
    border-color: #fecaca;
}

.fs-fav__list--list .fs-fav__card {
    flex-direction: row;
    align-items: stretch;
}

.fs-fav__list--list .fs-fav__card-media-wrap {
    flex: 0 0 clamp(9.5rem, 34vw, 14rem);
    width: clamp(9.5rem, 34vw, 14rem);
    max-width: 14rem;
}

.fs-fav__list--list .fs-fav__card-media {
    height: 100%;
    min-height: 11rem;
    aspect-ratio: 4 / 5;
}

.fs-fav__list--list .fs-fav__card-body {
    flex: 1 1 auto;
    border-top: 0;
    border-left: 1px solid #f3f4f6;
}

.fs-fav-suggest {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--fs-border);
}

.fs-fav-suggest__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.fs-fav-suggest__title {
    margin: 0;
    font-size: clamp(1.1rem, 3vw, 1.35rem);
    font-weight: 800;
    color: #111827;
}

.fs-fav-suggest__desc {
    margin: 6px 0 0;
    font-size: 13px;
    color: #6b7280;
}

.fs-fav-suggest__link {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    white-space: nowrap;
}

.fs-fav-suggest__link:hover {
    text-decoration: underline;
}

.fs-fav-suggest__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

@media (min-width: 640px) {
    .fs-fav-suggest__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (min-width: 1024px) {
    .fs-fav-suggest__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.fs-fav-suggest__card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--fs-border);
    border-radius: 14px;
    background: #fff;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.fs-fav-suggest__card.is-added {
    opacity: 0;
    transform: scale(0.96);
    pointer-events: none;
}

.fs-fav-suggest__media-wrap {
    position: relative;
}

.fs-fav-suggest__media {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f3f4f6;
}

.fs-fav-suggest__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fs-fav-suggest__fav {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgb(255 255 255 / 0.96);
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgb(15 23 42 / 0.1);
    cursor: pointer;
    transition: color 0.15s ease, transform 0.15s ease;
}

.fs-fav-suggest__fav:hover,
.fs-fav-suggest__fav.is-active {
    color: #ef4444;
}

.fs-fav-suggest__fav.is-busy {
    opacity: 0.6;
    pointer-events: none;
}

.fs-fav-suggest__fav.is-active svg,
.fs-fav-suggest__fav.is-active .ui-icon {
    fill: currentColor;
}

.fs-fav-suggest__body {
    padding: 10px 12px 12px;
}

.fs-fav-suggest__brand {
    margin: 0 0 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9ca3af;
}

.fs-fav-suggest__name {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.fs-fav-suggest__name a {
    color: #111827;
    text-decoration: none;
}

.fs-fav-suggest__price {
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    color: #111827;
}

/* —— Şans çarkı —— */
.fs-wheel-trigger {
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.fs-wheel-modal {
    position: fixed;
    inset: 0;
    z-index: 5300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.fs-wheel-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-wheel-modal__panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 440px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--fs-border);
    border-radius: 16px;
    box-shadow: 0 20px 50px rgb(15 23 42 / 0.22);
}

.fs-wheel-modal__confetti {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
}

.fs-wheel-modal__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 18px 14px;
    border-bottom: 1px solid #f3f4f6;
    background: #fff;
}

.fs-wheel-modal__head-copy {
    min-width: 0;
}

.fs-wheel-modal__eyebrow {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9ca3af;
}

.fs-wheel-modal__title {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
}

.fs-wheel-modal__lead {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #6b7280;
}

.fs-wheel-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 10px;
    background: #f3f4f6;
    color: #6b7280;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.fs-wheel-modal__close:hover {
    background: #e5e7eb;
    color: #111827;
}

.fs-wheel-modal__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 18px 22px;
    background: #fafafa;
}

.fs-wheel-modal__stage {
    position: relative;
    width: 260px;
    height: 260px;
    margin-bottom: 22px;
}

@media (min-width: 640px) {
    .fs-wheel-modal__stage {
        width: 300px;
        height: 300px;
        margin-bottom: 24px;
    }
}

.fs-wheel-modal__disk {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    border: 8px solid #fff;
    box-shadow:
        0 0 0 1px var(--fs-border),
        0 16px 36px rgb(15 23 42 / 0.14);
    overflow: hidden;
    position: relative;
    transition: transform 5s cubic-bezier(0.17, 0.67, 0.12, 0.99);
    will-change: transform;
}

.fs-wheel-modal__slices {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 999px;
}

.fs-wheel-modal__divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 50%;
    background: rgb(255 255 255 / 0.22);
    transform-origin: bottom center;
}

.fs-wheel-modal__label {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    width: 43%;
    align-items: center;
    justify-content: flex-end;
    padding-right: 12px;
    transform-origin: left center;
    translate: 0 -50%;
}

.fs-wheel-modal__label-text {
    display: block;
    max-width: 88px;
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
    word-break: break-word;
    text-shadow: 0 1px 3px rgb(0 0 0 / 0.35);
}

@media (min-width: 640px) {
    .fs-wheel-modal__label-text {
        max-width: 100px;
        font-size: 11px;
    }
}

.fs-wheel-modal__pointer {
    position: absolute;
    top: -14px;
    left: 50%;
    z-index: 3;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 30px solid #111827;
    filter: drop-shadow(0 6px 10px rgb(15 23 42 / 0.22));
}

.fs-wheel-modal__cap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    border: 3px solid #f3f4f6;
    background: #fff;
    color: #111827;
    box-shadow: 0 4px 14px rgb(15 23 42 / 0.12);
}

.fs-wheel-modal__cap .ui-icon {
    font-size: 18px;
}

.fs-wheel-modal__spin {
    width: 100%;
    min-height: 48px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fs-wheel-modal__spin:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.fs-wheel-modal__result {
    margin: 14px 0 0;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
}

.fs-wheel-modal__result.is-win {
    color: #047857;
}

.fs-wheel-modal__result.is-neutral {
    color: #6b7280;
}

/* Toast stilleri: faststore-toast.css */
