/* =========================================================
   WIOCRAFT MAĞAZA CSS (GÜNCELLENMİŞ & LOGO DÜZELTİLMİŞ)
   index.css ile birlikte çalışır.
========================================================= */

/* =========================================================
   RESET / BOX MODEL
========================================================= */

.store-page,
.store-page *,
.product-modal,
.product-modal *,
.store-toast,
.store-toast * {
    box-sizing: border-box;
}

.store-page img,
.product-modal img {
    max-width: none;
}

.store-page a {
    text-decoration: none;
}

.store-page button,
.product-modal button {
    font-family: inherit;
}

/* =========================================================
   BODY / PAGE
========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    overflow-x: hidden;
}

.store-page {
    position: relative;
    z-index: 5;
    width: min(calc(100% - 48px), 1180px);
    margin: 0 auto;
    padding-top: 42px;
    padding-bottom: 100px;
}

/* =========================================================
   NAVBAR & LOGO DÜZELTMESİ (ÇAKIŞMAYI ÖNLER)
========================================================= */

.navbar {
    position: relative;
    z-index: 100;
}

.navbar .navbar-inner {
    position: relative;
    z-index: 101;
    width: min(calc(100% - 48px), 1240px);
    min-height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 25px;
}

.navbar .logo {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: auto;
    min-width: 0;
    flex-shrink: 0;
    color: #fff;
}

.navbar .logo .logo-image {
    position: relative;
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    flex: 0 0 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 11px;
    background: linear-gradient(135deg, rgba(30,159,238,.18), rgba(255,111,47,.12));
    box-shadow: 0 7px 22px rgba(0,0,0,.30);
}

.navbar .logo .logo-image img {
    position: relative;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    flex: 0 0 auto;
    z-index: 2;
}

/* LOGO UST UNDEKİ 'W' HARFİ ÇAKIŞMA DÜZELTMESİ */
.navbar .logo .logo-fallback {
    position: absolute;
    inset: 0;
    display: none; /* Resim varsa 'W' harfini gizler */
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    z-index: 1;
}

.navbar .logo-box.logo-fallback .logo-fallback-letter,
.navbar .logo .logo-image img[style*="display: none"] ~ .logo-fallback {
    display: flex !important;
}

/* =========================================================
   LOGO TEXT
========================================================= */

.navbar .logo-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

.navbar .logo-text strong {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.7px;
}

.navbar .logo-text span {
    display: block;
    color: #8393a8;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1px;
}

/* =========================================================
   NAVIGATION
========================================================= */

.navbar .main-nav {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    overflow: hidden;
}

.navbar .main-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 13px;
    border-radius: 9px;
    color: #9cb0cc;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.navbar .main-nav a:hover {
    color: #fff;
    background: rgba(255,255,255,.07);
}

.navbar .main-nav a.active {
    color: #fff;
    background: rgba(20,159,240,.15);
}

/* =========================================================
   USER AREA
========================================================= */

.navbar .navbar-user {
    position: relative;
    flex-shrink: 0;
}

.navbar .guest-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar .login-button,
.navbar .register-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 15px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.navbar .login-button {
    color: #b0bdce;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
}

.navbar .login-button:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
}

.navbar .register-button {
    color: #fff;
    background: linear-gradient(100deg, #159eea, #ff7832);
}

/* =========================================================
   USER LOGGED
========================================================= */

.navbar .user-actions {
    position: relative;
}

.navbar .user-actions.hidden,
.navbar .guest-actions.hidden {
    display: none !important;
}

.navbar .user-menu {
    min-width: 170px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    color: #fff;
    background: rgba(255,255,255,.03);
    cursor: pointer;
}

.navbar .user-avatar {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(85,201,255,.2);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #173b59, #172344);
    font-size: 13px;
    font-weight: 900;
}

.navbar .user-info {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.navbar .user-info strong {
    max-width: 100px;
    overflow: hidden;
    color: #e8edf5;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar .user-info span {
    color: #7d8ea6;
    font-size: 11px;
    font-weight: 600;
}

.credit-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 4px;
    border-radius: 50%;
    background: #1ee5a3;
}

.navbar .user-menu .arrow {
    margin-left: auto;
    color: #8393a8;
    font-size: 12px;
}

.navbar .user-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 200px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 11px;
    background: rgba(7,13,23,.98);
    box-shadow: 0 25px 70px rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.navbar .user-dropdown.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar .user-dropdown a,
.navbar .user-dropdown button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 0 12px;
    border: 0;
    border-radius: 7px;
    color: #9cb0cc;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.navbar .user-dropdown a:hover,
.navbar .user-dropdown button:hover {
    color: #fff;
    background: rgba(255,255,255,.06);
}

.dropdown-line {
    height: 1px;
    margin: 6px 0;
    background: rgba(255,255,255,.08);
}

/* =========================================================
   STORE HERO
========================================================= */

.store-hero {
    position: relative;
    padding: 18px 0 38px;
}

.store-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 15px;
    margin-bottom: 28px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    background: rgba(255,255,255,.02);
    color: #8797ad;
    font-size: 12px;
    font-weight: 600;
}

.store-breadcrumb a { color: #a0b0c7; }
.store-breadcrumb a:hover { color: #fff; }
.store-breadcrumb span { color: #536378; }
.store-breadcrumb strong { color: #55c9ff; font-weight: 800; }

.store-hero-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 35px;
}

.store-eyebrow {
    display: block;
    color: #55c9ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
}

.store-hero h1 {
    margin: 9px 0 0;
    color: #fff;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1.5px;
}

.store-hero h1 span {
    background: linear-gradient(100deg, #55c9ff, #6d63ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.store-hero p {
    max-width: 650px;
    margin: 14px 0 0;
    color: #8ea0b8;
    font-size: 14px;
    line-height: 1.65;
}

/* =========================================================
   SERVER CARD
========================================================= */

.store-server-card {
    width: 300px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 12px;
    background: rgba(7,13,23,.85);
    box-shadow: 0 20px 55px rgba(0,0,0,.2);
}

.store-server-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #55c9ff;
    background: rgba(21,159,240,.12);
    font-size: 16px;
}

.store-server-card > div:nth-child(2) {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.store-server-card span {
    color: #798ba3;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.3px;
}

.store-server-card strong {
    color: #e9eef6;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.store-server-card button {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    color: #a0b0c7;
    background: rgba(255,255,255,.03);
    cursor: pointer;
    transition: .2s ease;
}

.store-server-card button:hover {
    color: #fff;
    border-color: rgba(85,201,255,.4);
    background: rgba(21,159,240,.12);
}

/* =========================================================
   SECTION HEADINGS & ORTALAMA DÜZELTMELERİ
========================================================= */

.category-section,
.products-section {
    position: relative;
    margin-top: 8px;
}

/* KATEGORİLER BAŞLIĞINI TAM ORTALAMA */
.category-section .section-heading {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
}

.category-section .section-heading div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-eyebrow {
    color: #55c9ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.9px;
}

.section-heading h2,
.products-heading h2 {
    margin: 6px 0 0;
    color: #f4f7fb;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.section-heading p,
.products-heading p {
    margin: 5px 0 0;
    color: #8495ad;
    font-size: 13px;
}

/* =========================================================
   ALL PRODUCTS BUTTON
========================================================= */

.all-products-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 15px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    color: #b3c2d6;
    background: rgba(255,255,255,.03);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}

.all-products-button:hover {
    color: #fff;
    border-color: rgba(85,201,255,.35);
    background: rgba(21,159,240,.1);
}

.all-products-button span {
    color: #55c9ff;
    font-size: 15px;
}

/* =========================================================
   CATEGORY GRID
========================================================= */

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 16px;
    width: 100%;
}

.category-card {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 15px;
    background: #070d17;
    cursor: pointer;
    isolation: isolate;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.category-card:hover {
    transform: translateY(-4px);
    border-color: rgba(85,201,255,.35);
    box-shadow: 0 22px 55px rgba(0,0,0,.4);
}

.category-card.active {
    border-color: rgba(85,201,255,.6);
    box-shadow: 0 0 0 1px rgba(85,201,255,.15), 0 20px 55px rgba(21,159,240,.18);
}

/* =========================================================
   CATEGORY IMAGE
========================================================= */

.category-card-image {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    background: radial-gradient(circle at 50% 30%, rgba(85,201,255,.13), transparent 50%), linear-gradient(145deg, #111b2b, #070b14);
}

.category-card-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: transform .4s ease;
}

.category-card:hover .category-card-image img {
    transform: scale(1.06);
}

.category-card-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to bottom, rgba(2,5,10,.05) 0%, rgba(2,5,10,.3) 40%, rgba(2,5,10,.95) 100%);
}

.category-card-icon {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 10px;
    color: #fff;
    background: rgba(4,8,15,.6);
    backdrop-filter: blur(10px);
    font-size: 18px;
}

.category-count {
    position: absolute;
    top: 13px;
    right: 13px;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 7px;
    color: #b5c3d6;
    background: rgba(4,8,15,.6);
    backdrop-filter: blur(10px);
    font-size: 11px;
    font-weight: 800;
}

.category-card-content {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
}

.category-card-content span {
    color: #55c9ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.category-card-content h3 {
    margin: 5px 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
}

.category-card-content p {
    margin: 5px 0 0;
    color: #a0b0c7;
    font-size: 12px;
}

/* =========================================================
   PRODUCTS SECTION
========================================================= */

.products-section {
    margin-top: 55px;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.products-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 22px;
}

.products-tools {
    display: flex;
    align-items: center;
    gap: 10px;
}

.store-search {
    width: 260px;
    height: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    background: rgba(7,13,23,.85);
    transition: .2s ease;
}

.store-search:focus-within {
    border-color: rgba(85,201,255,.45);
    box-shadow: 0 0 0 4px rgba(85,201,255,.06);
}

.store-search > span {
    color: #8192a8;
    font-size: 18px;
}

.store-search input {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    border: 0 !important;
    color: #fff !important;
    background: transparent !important;
    font-family: inherit !important;
    font-size: 13px !important;
}

.store-search input::placeholder {
    color: #728399;
}

.clear-filter-button {
    height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    color: #9cb0cc;
    background: rgba(255,255,255,.03);
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}

.clear-filter-button:hover {
    color: #fff;
    border-color: rgba(255,255,255,.2);
}

.active-category-bar {
    min-height: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #8192a8;
    font-size: 12px;
}

.active-category-bar strong {
    color: #55c9ff;
    font-weight: 900;
}

/* PRODUCTS GRID */

.products-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0,1fr)) !important;
    gap: 16px;
    width: 100%;
    align-items: stretch;
}

.store-product-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.store-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(85,201,255,.3);
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

.store-product-image {
    position: relative;
    width: 100%;
    height: 195px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 30%, rgba(85,201,255,.11), transparent 55%), linear-gradient(145deg, #111827, #080d17);
}

.store-product-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    transition: transform .35s ease;
}

.store-product-card:hover .store-product-image img {
    transform: scale(1.045);
}

.product-category-label {
    position: absolute;
    top: 11px;
    left: 11px;
    z-index: 5;
    padding: 6px 10px;
    border: 1px solid rgba(85,201,255,.25);
    border-radius: 6px;
    color: #8bdcff;
    background: rgba(2,8,15,.75);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
}

.product-discount {
    position: absolute;
    top: 11px;
    right: 11px;
    z-index: 5;
    padding: 6px 10px;
    border-radius: 6px;
    color: #fff;
    background: linear-gradient(100deg, #ef4dce, #6d63ff);
    font-size: 11px;
    font-weight: 900;
}

.store-product-body {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.store-product-body h3 {
    margin: 0;
    color: #f1f5fa;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
    word-break: break-word;
}

.store-product-description {
    min-height: 38px;
    max-height: 38px;
    overflow: hidden;
    margin-top: 6px;
    color: #8ea0b8;
    font-size: 12px;
    line-height: 1.55;
}

.store-product-price {
    min-height: 38px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 12px;
    padding: 0 !important;
    color: #fff !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.store-product-price strong {
    display: inline-block !important;
    color: #ffffff !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    visibility: visible !important;
    opacity: 1 !important;
    white-space: nowrap;
}

.store-product-footer {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.store-stock {
    color: #1ee5a3;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.product-view-button {
    height: 34px;
    padding: 0 12px;
    flex-shrink: 0;
    border: 1px solid rgba(85,201,255,.25);
    border-radius: 7px;
    color: #9fdcf6;
    background: rgba(21,159,240,.08);
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
    transition: .2s ease;
}

.product-view-button:hover {
    color: #fff;
    border-color: rgba(85,201,255,.5);
    background: rgba(21,159,240,.18);
}

/* =========================================================
   MODAL & TOAST
========================================================= */

.product-modal {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .22s ease, visibility .22s ease;
}

.product-modal.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.product-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(1,4,10,.84);
    backdrop-filter: blur(15px);
}

.product-modal-dialog {
    position: relative;
    z-index: 2;
    width: 850px;
    max-width: 100%;
    max-height: 90vh;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: linear-gradient(145deg, #0b1423, #050a12);
    box-shadow: 0 40px 120px rgba(0,0,0,.72);
}

.product-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 20;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    color: #a0b0c7;
    background: rgba(2,6,12,.68);
    font-size: 24px;
    cursor: pointer;
}

.modal-product-image {
    position: relative;
    min-width: 0;
    min-height: 430px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.modal-product-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 35px 30px 28px;
}

.modal-product-category {
    color: #55c9ff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.7px;
}

.modal-product-content h2 {
    margin: 7px 0 0;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
}

.modal-product-description {
    margin-top: 15px;
    color: #9cb0cc;
    font-size: 13px;
    line-height: 1.75;
}

.modal-product-price {
    margin-top: auto;
    padding-top: 25px;
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 900 !important;
}

.modal-product-actions {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.modal-primary-button {
    min-height: 45px;
    flex: 1;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    border: 0;
    color: #fff;
    background: linear-gradient(100deg, #159ff0, #6d63ff);
}

.store-toast {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 6000;
    min-width: 300px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(30,229,163,.25);
    border-radius: 11px;
    background: rgba(7,14,23,.98);
    transform: translateY(20px);
    opacity: 0;
    transition: transform .25s ease, opacity .25s ease;
}

.store-toast.show {
    transform: translateY(0);
    opacity: 1;
}

/* FOOTER */
.footer {
    border-top: 1px solid rgba(255,255,255,.08);
    background: rgba(2,6,12,.55);
}

.footer-inner {
    width: min(calc(100% - 48px), 1180px);
    margin: 0 auto;
    padding: 38px 0;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 30px;
}

.footer-bottom {
    width: min(calc(100% - 48px), 1180px);
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.06);
    color: #6a7b91;
    font-size: 11px;
}

@media (max-width: 1100px) {
    .category-grid, .products-grid {
        grid-template-columns: repeat(3, minmax(0,1fr)) !important;
    }
}

@media (max-width: 900px) {
    .category-grid, .products-grid {
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    }
}

@media (max-width: 650px) {
    .category-grid, .products-grid {
        grid-template-columns: 1fr !important;
    }
}