/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
:root {
  color-scheme: light;
  --bg: #f6f6f6;
  --surface: #ffffff;
  --surface-2: #fafafa;
  --line: #e9e9e9;
  --text: #1f1f1f;
  --muted: #767676;
  --brand: #ff7a00;
  --brand-dark: #d86100;
  --danger: #f05a28;
  --shadow: 0 12px 32px rgba(0,0,0,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.store-container { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.store-page { min-height: 100vh; }

.topbar { background: #fff; border-bottom: 1px solid var(--line); font-size: 12px; color: #8a8a8a; }
.topbar__inner { height: 32px; display: flex; align-items: center; gap: 18px; }
.topbar nav { margin-left: auto; display: flex; gap: 18px; }

.store-header { background: #fff; border-bottom: 1px solid var(--line); position: -webkit-sticky; position: sticky; top: 0; z-index: 40; }
.store-header__inner { height: 88px; display: flex; align-items: center; gap: 22px; }
.store-logo { width: 150px; text-align: center; line-height: .95; }
.store-logo__name { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: 34px; letter-spacing: -2px; color: #252525; }
.store-logo__sub { display: block; margin-top: 4px; font-size: 10px; letter-spacing: 3px; color: #666; }
.category-trigger { border: 1px solid var(--line); border-radius: 999px; padding: 13px 18px; color: #4d4d4d; background: #fff; font-size: 14px; }
.store-search { flex: 1 1; height: 48px; border: 1px solid var(--line); border-radius: 999px; display: flex; align-items: center; padding-left: 22px; background: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.03); }
.store-search input { flex: 1 1; min-width: 0; border: 0; outline: 0; color: #444; background: transparent; }
.store-search input::placeholder { color: #949494; }
.store-search button { width: 46px; height: 36px; border: 0; border-radius: 999px; margin-right: 6px; color: #fff; background: var(--brand); font-weight: 900; cursor: pointer; }
.store-actions { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.action-item { display: flex; flex-direction: column; font-size: 12px; color: #6f6f6f; }
.action-item b { color: var(--brand); font-size: 14px; }
.cart-link { position: relative; font-weight: 700; font-size: 14px; }
.cart-count { position: absolute; top: -13px; left: 17px; min-width: 17px; height: 17px; border-radius: 999px; background: #e31d1d; color: #fff; font-size: 10px; display: grid; place-items: center; }

.hero-wrap { display: grid; grid-template-columns: 1fr 285px; grid-gap: 24px; gap: 24px; padding: 24px 0 22px; align-items: stretch; }
.hero-slider { position: relative; min-height: 340px; }
.hero-banner { min-height: 340px; height: 100%; overflow: hidden; position: relative; background: radial-gradient(circle at 82% 44%, rgba(255,255,255,.7) 0 4rem, transparent 4.2rem), linear-gradient(115deg, rgba(255,244,204,.98), rgba(255,211,94,.70) 45%, rgba(255,150,42,.72)); border-radius: 2px; box-shadow: var(--shadow); }
.hero-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 70% 50%, rgba(255,255,255,.60), transparent 9rem), repeating-radial-gradient(circle at 45% 32%, rgba(255,255,255,.65) 0 2px, transparent 2px 12px); opacity: .85; }
.hero-banner::after { content: '🎁'; position: absolute; right: 70px; bottom: 20px; font-size: 120px; filter: drop-shadow(0 18px 20px rgba(117,54,0,.2)); }
.hero-copy { position: relative; z-index: 2; max-width: 640px; padding: 50px 56px; text-align: center; color: #3b2813; }
.hero-kicker { display: inline-block; color: var(--brand-dark); text-transform: uppercase; letter-spacing: 4px; font-weight: 800; font-size: 12px; }
.hero-copy h1 { margin: 4px 0 6px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(58px, 7vw, 100px); line-height: .9; font-weight: 400; letter-spacing: -5px; }
.hero-copy h2 { margin: 0; max-width: 560px; font-size: clamp(30px, 4vw, 54px); line-height: 1.02; text-transform: uppercase; font-weight: 600; }
.hero-copy p { margin: 16px 0 10px; color: #7b4d1d; font-size: 18px; }
.hero-cta { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 3px; background: var(--brand); color: #fff; font-weight: 800; padding: 12px 18px; margin-top: 6px; box-shadow: 0 8px 18px rgba(255,122,0,.25); }
.slider-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 38px; height: 38px; border: 0; border-radius: 999px; background: #fff; color: #9b9b9b; box-shadow: 0 4px 16px rgba(0,0,0,.12); font-size: 31px; line-height: 1; cursor: pointer; }
.slider-btn--left { left: 18px; }
.slider-btn--right { right: 18px; }
.slider-dots { position: absolute; bottom: 16px; left: 0; right: 0; display: flex; justify-content: center; gap: 12px; z-index: 4; }
.slider-dots span { width: 9px; height: 9px; border-radius: 999px; background: rgba(255,255,255,.9); opacity: .7; }
.slider-dots .active { opacity: 1; background: var(--brand); }

.deals-panel { background: #fff; border: 1px solid var(--line); padding: 18px; }
.panel-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.panel-title b { font-size: 20px; }
.panel-title a { font-size: 12px; color: #777; }
.deal-item { display: grid; grid-template-columns: 72px 1fr; grid-gap: 12px; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.deal-item:last-child { border-bottom: 0; }
.deal-item img, .deal-img-empty { width: 72px; height: 72px; object-fit: cover; background: #f2dfc2; display: block; }
.deal-info strong { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 13px; line-height: 1.25; font-weight: 600; }
.deal-info em { display: block; margin-top: 6px; color: var(--danger); font-style: normal; font-weight: 800; }
.mini-empty { color: var(--muted); font-size: 13px; }

.quick-cats { display: flex; gap: 10px; overflow-x: auto; padding: 3px 0 18px; }
.quick-cats a { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 10px 14px; white-space: nowrap; color: #555; font-size: 13px; }
.product-section { padding: 10px 0 64px; }
.section-title { display: flex; justify-content: space-between; align-items: end; margin: 12px 0 18px; }
.section-title h2 { margin: 0; font-size: 22px; }
.section-title p { margin: 6px 0 0; color: var(--muted); }
.section-title a { color: var(--brand-dark); font-size: 13px; font-weight: 800; }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 20px; gap: 20px; }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: 3px; overflow: hidden; transition: box-shadow .2s ease, transform .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-media { display: block; position: relative; aspect-ratio: 1 / 1.18; background: #f4f1ed; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-placeholder { height: 100%; display: grid; place-items: center; color: #b68b59; font-family: Georgia, serif; font-size: 24px; }
.discount-badge { position: absolute; top: 10px; right: 10px; z-index: 2; color: #fff; background: var(--danger); border-radius: 2px; padding: 5px 7px; font-size: 11px; font-weight: 800; }
.product-info { padding: 12px; text-align: center; }
.product-name { min-height: 38px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 13px; line-height: 1.45; color: #333; }
.product-meta { margin-top: 5px; color: #999; font-size: 11px; }
.price-row { margin-top: 8px; min-height: 38px; }
.old-price { display: block; color: #a0a0a0; text-decoration: line-through; font-size: 12px; }
.price { display: block; color: var(--danger); font-size: 17px; }
.add-btn { width: 100%; border: 1px solid var(--brand); color: var(--brand-dark); background: #fff7ef; border-radius: 3px; padding: 9px; font-size: 12px; font-weight: 800; cursor: pointer; }
.add-btn:disabled { border-color: #ddd; color: #999; background: #f7f7f7; cursor: not-allowed; }
.empty-products { background: #fff; border: 1px dashed #ddd; color: #777; padding: 34px; text-align: center; }

.catalog-page { display: grid; grid-template-columns: 240px 1fr; grid-gap: 24px; gap: 24px; padding: 28px 0 70px; }
.filter-panel { background: #fff; border: 1px solid var(--line); padding: 18px; align-self: start; position: -webkit-sticky; position: sticky; top: 126px; }
.filter-panel h3 { margin: 0 0 12px; }
.filter-panel a { display: block; padding: 11px 0; border-bottom: 1px solid var(--line); color: #555; }
.catalog-title { margin-top: 0; }
.catalog-grid { grid-template-columns: repeat(4, 1fr); }
.cart-shell { padding: 34px 0 70px; }
.cart-box { background: #fff; border: 1px solid var(--line); padding: 30px; box-shadow: var(--shadow); }
.cart-box h1 { margin: 0 0 8px; }
.cart-box p { color: var(--muted); }
.checkout-steps { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 14px; gap: 14px; margin: 24px 0; }
.checkout-steps div { border: 1px solid var(--line); padding: 18px; background: #fafafa; }
.checkout-steps b { display: block; margin-bottom: 6px; }
.checkout-steps span { color: var(--muted); font-size: 13px; }

body[data-theme='dark'] { color-scheme: dark; --bg:#07101c; --surface:#101827; --surface-2:#162235; --line:rgba(255,255,255,.14); --text:#f7fbff; --muted:#aebbd0; background:#07101c; }
body[data-theme='dark'] .topbar, body[data-theme='dark'] .store-header, body[data-theme='dark'] .deals-panel, body[data-theme='dark'] .product-card, body[data-theme='dark'] .quick-cats a, body[data-theme='dark'] .filter-panel, body[data-theme='dark'] .cart-box { background: var(--surface); }
body[data-theme='dark'] .store-logo__name, body[data-theme='dark'] .product-name, body[data-theme='dark'] .category-trigger { color: var(--text); }
body[data-theme='dark'] .store-search, body[data-theme='dark'] .category-trigger { background: var(--surface-2); }
body[data-theme='dark'] .store-search input { color: var(--text); }

@media (max-width: 1100px) {
  .store-header__inner { height: auto; padding: 16px 0; flex-wrap: wrap; }
  .store-logo { text-align: left; }
  .store-search { order: 5; flex-basis: 100%; }
  .hero-wrap { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .catalog-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .topbar { display: none; }
  .store-actions { width: 100%; justify-content: space-between; gap: 10px; }
  .action-item { display: none; }
  .hero-banner, .hero-slider { min-height: 270px; }
  .hero-copy { padding: 34px 28px; text-align: left; }
  .hero-copy h1 { font-size: 54px; }
  .hero-copy h2 { font-size: 28px; }
  .hero-banner::after { font-size: 76px; right: 18px; }
  .product-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .catalog-page { grid-template-columns: 1fr; }
  .filter-panel { position: static; }
  .checkout-steps { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  .store-container { width: min(100% - 20px, 1200px); }
  .category-trigger { padding: 10px 12px; }
  .product-grid, .catalog-grid { grid-template-columns: 1fr; }
}

