
:root {
  --exp-bg: #09090d;
  --exp-panel: #11121a;
  --exp-panel-soft: rgba(22, 23, 34, 0.92);
  --exp-white: #f7f4ef;
  --exp-muted: #bfb6c5;
  --exp-line: rgba(255, 188, 214, 0.22);
  --exp-pink: #ff6d9f;
  --exp-pink-soft: #ffb6d0;
  --exp-pill: #fffaf4;
  --exp-text-dark: #1c1620;
  --exp-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
}

body {
  background:
    radial-gradient(circle at top left, rgba(255, 109, 159, 0.09), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 160, 198, 0.08), transparent 24%),
    #08090d;
}

.top-free-shipping-bar {
  background: linear-gradient(90deg, rgba(255,109,159,0.95), rgba(255,157,193,0.82));
  color: #20161f;
  text-align: center;
  font-weight: 800;
  padding: 10px 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.home-hero {
  position: relative;
  padding: 42px 20px 22px;
  background-image: linear-gradient(rgba(7,7,11,0.58), rgba(7,7,11,0.85)), url('https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?auto=format&fit=crop&w=1600&q=80');
  background-size: cover;
  background-position: center;
}

.hero-shell {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 470px) minmax(420px, 1fr);
  gap: 30px;
  align-items: center;
}

.hero-copy {
  background: linear-gradient(180deg, rgba(14,15,22,0.84), rgba(10,10,16,0.92));
  border: 1px solid var(--exp-line);
  border-radius: 28px;
  padding: 30px 28px;
  box-shadow: var(--exp-shadow);
  backdrop-filter: blur(12px);
}

.hero-brand-row {display:flex;align-items:center;gap:10px;margin-bottom:18px;}
.hero-logo-mark {width:44px;height:44px;border-radius:12px;object-fit:cover;box-shadow:0 8px 18px rgba(0,0,0,.28);}
.hero-brand-text {color:var(--exp-pink-soft);font-weight:800;letter-spacing:.06em;text-transform:uppercase;font-size:13px;}
.hero-main-title {color:var(--exp-white);font-size:clamp(2rem, 3vw, 3.4rem);line-height:1.04;margin:0 0 14px;font-weight:850;}
.hero-main-subtitle {color:#e5d9e8;font-size:1.04rem;line-height:1.5;margin:0 0 20px;}
.hero-cta-row {display:flex;gap:12px;flex-wrap:wrap;margin-bottom:14px;}
.hero-primary-btn, .hero-secondary-btn, .section-link-more.button-link {appearance:none;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;}
.hero-primary-btn {background:linear-gradient(135deg,var(--exp-pink),var(--exp-pink-soft));color:#25131e;padding:14px 22px;border-radius:999px;font-weight:900;box-shadow:0 14px 24px rgba(255,109,159,.22);}
.hero-secondary-btn {padding:13px 20px;border-radius:999px;border:1px solid rgba(255,255,255,.16);color:var(--exp-white);background:rgba(255,255,255,.04);font-weight:700;}
.hero-free-note {display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.06);color:var(--exp-white);font-size:.93rem;}

.weekly-hero-card {
  background: linear-gradient(135deg, rgba(18,18,26,.9), rgba(31,25,41,.85));
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--exp-shadow);
  display: grid;
  grid-template-columns: minmax(250px, 340px) 1fr;
  overflow: hidden;
}
.weekly-hero-media {position:relative;min-height:100%;padding:18px;display:flex;align-items:center;}
.weekly-hero-media img {width:100%;height:100%;min-height:320px;max-height:430px;object-fit:cover;border-radius:24px;}
.weekly-hero-badge {position:absolute;left:34px;top:32px;background:#fffaf4;color:#1c1620;padding:8px 14px;border-radius:999px;font-size:.85rem;font-weight:800;}
.weekly-hero-content {padding:28px 28px 28px 10px;display:flex;flex-direction:column;justify-content:center;}
.weekly-hero-topline {color:var(--exp-pink-soft);font-weight:800;letter-spacing:.12em;font-size:.9rem;margin-bottom:12px;}
.weekly-hero-content h2 {margin:0 0 12px;font-size:clamp(2rem, 4vw, 3.6rem);line-height:1.02;color:var(--exp-pink);}
.weekly-hero-prices {display:flex;align-items:flex-end;gap:14px;margin-bottom:8px;flex-wrap:wrap;}
.weekly-old-price {color:#8d8590;text-decoration:line-through;font-size:1.25rem;}
.weekly-new-price {color:#fff;font-weight:900;font-size:clamp(2.2rem,4vw,4rem);}
.weekly-hero-meta,.weekly-promo-deadline {color:#e8dceb;font-weight:700;margin-bottom:10px;}
.weekly-hero-list {margin:8px 0 0;padding:0;list-style:none;display:grid;gap:8px;}
.weekly-hero-list li {color:#f0e6f2;padding-left:18px;position:relative;line-height:1.4;}
.weekly-hero-list li::before {content:'✦';position:absolute;left:0;top:0;color:var(--exp-pink-soft);}
.weekly-order-btn {margin-top:18px;background:#fff7ec;color:#1f1820;padding:15px 24px;border-radius:999px;border:none;font-weight:900;cursor:pointer;width:max-content;}

.home-section {max-width:1240px;margin:0 auto;padding:26px 20px;}
.home-section-head {display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px;flex-wrap:wrap;}
.home-section-head.compact-center {justify-content:center;text-align:center;}
.section-eyebrow {color:var(--exp-pink-soft);text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.78rem;margin-bottom:8px;}
.section-title-alt {margin:0;color:var(--exp-white);font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.08;}
.section-description {margin:8px 0 0;color:var(--exp-muted);max-width:700px;line-height:1.55;}
.section-link-more {color:var(--exp-pink-soft);font-weight:800;text-decoration:none;}

.home-quick-categories {padding:22px 20px 4px;}
.quick-categories-shell {max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:14px;}
.quick-category-chip {background:linear-gradient(180deg, rgba(20,21,30,.94), rgba(12,13,19,.98));border:1px solid var(--exp-line);color:var(--exp-white);padding:16px 12px;border-radius:22px;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;box-shadow:0 16px 36px rgba(0,0,0,.22);}
.quick-category-chip span {font-size:1.55rem;}
.quick-category-chip small {font-size:.92rem;font-weight:800;color:#f7f2fb;}

.hits-products-grid {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.hit-card {background:linear-gradient(180deg,#fff 0%, #fff5fb 100%);border-radius:24px;padding:12px;box-shadow:0 16px 34px rgba(0,0,0,.24);display:flex;flex-direction:column;color:#20161e;border:1px solid rgba(255,255,255,.55);}
.hit-card-media {position:relative;border-radius:18px;overflow:hidden;margin-bottom:12px;background:#0a0b11;aspect-ratio:1/1;}
.hit-card-media img {width:100%;height:100%;object-fit:cover;display:block;}
.hit-tag {position:absolute;left:10px;top:10px;background:linear-gradient(135deg,var(--exp-pink),var(--exp-pink-soft));padding:6px 10px;border-radius:999px;font-size:.74rem;font-weight:900;color:#2a1620;}
.hit-card h3 {margin:0 0 8px;font-size:1.15rem;line-height:1.2;}
.hit-card-meta {color:#665b68;font-weight:700;font-size:.9rem;margin-bottom:10px;}
.hit-card-price-row {display:flex;justify-content:space-between;align-items:end;gap:8px;margin-top:auto;margin-bottom:12px;}
.hit-price {font-size:1.5rem;font-weight:900;}
.hit-old-price {font-size:.95rem;color:#8e8790;text-decoration:line-through;}
.hit-add-btn {border:none;border-radius:999px;background:#171822;color:#fff;padding:12px 14px;font-weight:800;cursor:pointer;}

.reasons-section .reason-cards-grid, .review-preview-grid, .delivery-grid {display:grid;gap:18px;}
.reason-cards-grid {grid-template-columns:repeat(4,minmax(0,1fr));}
.reason-card {background:linear-gradient(180deg, rgba(18,18,28,.95), rgba(13,13,21,.95));border:1px solid var(--exp-line);border-radius:24px;padding:22px;color:var(--exp-white);box-shadow:0 14px 32px rgba(0,0,0,.24);}
.reason-icon {width:54px;height:54px;border-radius:16px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;font-size:1.7rem;margin-bottom:16px;}
.reason-card h3 {margin:0 0 10px;font-size:1.18rem;}
.reason-card p {margin:0;color:var(--exp-muted);line-height:1.55;}
.review-preview-grid {grid-template-columns:1.15fr 1fr 1fr;}
.review-preview-card {background:linear-gradient(180deg, rgba(18,18,28,.95), rgba(13,13,21,.95));border:1px solid var(--exp-line);border-radius:24px;padding:22px;color:var(--exp-white);overflow:hidden;min-height:190px;display:flex;flex-direction:column;justify-content:center;}
.review-stars {font-size:1.3rem;margin-bottom:14px;}
.review-preview-card p {line-height:1.6;color:#efe4f1;font-size:1rem;}
.review-preview-card span {margin-top:auto;color:#bcaec2;font-size:.92rem;}
.review-photo-wrap {width:100%;height:100%;min-height:200px;border-radius:18px;overflow:hidden;}
.review-photo-wrap img {width:100%;height:100%;object-fit:cover;display:block;}
.delivery-grid {grid-template-columns:1fr 1fr;}
.delivery-info-card,.delivery-zone-card {background:linear-gradient(180deg, rgba(18,18,28,.95), rgba(13,13,21,.95));border:1px solid var(--exp-line);border-radius:24px;padding:24px;color:var(--exp-white);box-shadow:0 14px 32px rgba(0,0,0,.24);}
.delivery-info-row {display:flex;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08);color:#ede6f0;}
.delivery-info-row:last-child {border-bottom:none;padding-bottom:0;}
.zone-map-placeholder {height:250px;position:relative;display:flex;align-items:center;justify-content:center;border-radius:22px;background:radial-gradient(circle, rgba(255,109,159,.16), rgba(255,109,159,0) 56%), #10121b;overflow:hidden;}
.zone-ring {position:absolute;border:1px solid rgba(255, 182, 208, 0.22);border-radius:50%;}
.zone-ring-1 {width:80px;height:80px;}
.zone-ring-2 {width:150px;height:150px;}
.zone-ring-3 {width:230px;height:230px;}
.zone-center {position:relative;z-index:1;font-size:2rem;}
.zone-legend {margin-top:18px;display:flex;flex-direction:column;gap:8px;color:var(--exp-muted);}

.menu-section {max-width:1240px;padding:26px 20px 10px;}
.menu-head {margin-bottom:16px;}
.menu-filters-sticky {margin-bottom:14px;}
.products-grid {gap:18px;}
.product-card {background:linear-gradient(180deg, rgba(18,18,28,.95), rgba(11,12,19,.98)) !important;border:1px solid rgba(255,255,255,.08) !important;}
.product-title,.product-desc,.product-weight,.product-price,.product-price-promo {color:var(--exp-white) !important;}
.product-old-price {color:#9f95a7 !important;}
.product-desc, .product-weight, .product-rating span[id^="val-"] {color:#b7a9bc !important;}
.add-to-cart-btn {background:#fff7ec !important;color:#1f1a21 !important;font-weight:900 !important;}
.category-btn {border-radius:999px !important;padding:12px 18px !important;}
.category-btn.active, .category-btn:hover {background:linear-gradient(135deg,var(--exp-pink),var(--exp-pink-soft)) !important;color:#261922 !important;border-color:transparent !important;}

.site-footer-redesign {margin-top:44px;padding:42px 20px;background:#07080d;border-top:1px solid rgba(255,255,255,.08);}
.footer-grid {max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:26px;}
.footer-brand-title {display:flex;align-items:center;gap:12px;color:var(--exp-white);font-size:1.6rem;font-weight:900;margin-bottom:14px;}
.footer-brand-title img {width:44px;height:44px;border-radius:12px;}
.footer-brand-block p {max-width:560px;color:var(--exp-muted);line-height:1.65;}
.footer-socials {display:flex;gap:12px;flex-wrap:wrap;margin-top:16px;}
.footer-socials a,.footer-contact-block a {text-decoration:none;color:var(--exp-white);}
.footer-socials a {padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);}
.footer-contact-block {display:grid;gap:10px;color:var(--exp-muted);}
.footer-contact-block h3 {margin:0 0 4px;color:var(--exp-white);}
.footer-bottom-note {max-width:1240px;margin:26px auto 0;color:#8a8092;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);font-size:.92rem;}

.floating-order-btn {position:fixed;right:22px;bottom:24px;z-index:3000;border:none;border-radius:999px;background:linear-gradient(135deg,var(--exp-pink),var(--exp-pink-soft));color:#24161e;font-weight:900;padding:15px 22px;box-shadow:0 14px 28px rgba(255,109,159,.28);cursor:pointer;}
.floating-contact-stack {position:fixed;right:22px;bottom:84px;display:flex;flex-direction:column;gap:10px;z-index:3000;}
.floating-social-btn {width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#1b1720;text-decoration:none;box-shadow:0 12px 22px rgba(0,0,0,.24);font-size:1.2rem;}

@media (max-width: 1024px) {
  .hero-shell, .weekly-hero-card, .delivery-grid, .footer-grid, .review-preview-grid {grid-template-columns:1fr;}
  .quick-categories-shell, .reason-cards-grid, .hits-products-grid {grid-template-columns:repeat(2,minmax(0,1fr));}
  .hero-copy {order:0;}
  .weekly-hero-content {padding:22px;}
  .weekly-hero-media img {min-height:260px;max-height:320px;}
}

@media (max-width: 700px) {
  .home-hero {padding:22px 14px 18px;}
  .top-free-shipping-bar {font-size:.86rem;padding:8px 14px;}
  .hero-copy {padding:22px 18px;border-radius:22px;}
  .hero-logo-mark {width:38px;height:38px;}
  .hero-main-title {font-size:2rem;}
  .hero-main-subtitle {font-size:.96rem;}
  .weekly-hero-card {border-radius:24px;}
  .weekly-hero-media {padding:12px;}
  .weekly-hero-media img {min-height:210px;max-height:260px;border-radius:18px;}
  .weekly-hero-badge {left:24px;top:24px;font-size:.72rem;padding:7px 12px;}
  .weekly-hero-content h2 {font-size:2.2rem;}
  .weekly-new-price {font-size:2.6rem;}
  .weekly-order-btn, .hero-primary-btn, .hero-secondary-btn {width:100%;}
  .home-section, .menu-section {padding-left:14px;padding-right:14px;}
  .quick-categories-shell, .hits-products-grid, .reason-cards-grid {grid-template-columns:1fr 1fr;gap:12px;}
  .quick-category-chip {padding:14px 8px;border-radius:18px;}
  .quick-category-chip small {font-size:.8rem;}
  .hit-card {padding:10px;border-radius:18px;}
  .hit-card h3 {font-size:1rem;}
  .hit-card-media {border-radius:14px;}
  .delivery-info-row {flex-direction:column;align-items:flex-start;padding:12px 0;}
  .footer-grid {gap:18px;}
  .floating-contact-stack {right:14px;bottom:78px;}
  .floating-order-btn {right:14px;bottom:18px;padding:14px 20px;}
}

@media (max-width: 430px) {
  .quick-categories-shell, .hits-products-grid, .reason-cards-grid {grid-template-columns:1fr 1fr;}
  .section-title-alt {font-size:1.65rem;}
  .hero-main-title {font-size:1.7rem;}
  .weekly-hero-content h2 {font-size:1.8rem;}
  .weekly-new-price {font-size:2.2rem;}
}


/* ===== EXP FIX v2: one-page landing, no mixed old/legacy design ===== */
#about-section,
#reviews-section {
  display: none !important;
}

html {
  scroll-padding-top: 96px;
}

/* full catalog now follows the same sales-card visual language */
.menu-section {
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 34px 20px 20px !important;
}

.menu-section .home-section-head.menu-head {
  max-width: 100% !important;
  margin-bottom: 18px !important;
}

.menu-section .menu-filters-sticky {
  position: sticky !important;
  top: 86px !important;
  z-index: 1200 !important;
  padding: 10px 0 18px !important;
  margin-bottom: 12px !important;
}

.menu-section .categories.categories-bar {
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  border-radius: 999px !important;
  background: rgba(13, 14, 22, 0.88) !important;
  border: 1px solid rgba(255, 188, 214, 0.22) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.28) !important;
}

.menu-section .products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  overflow: visible !important;
}

.menu-section .product-card {
  background: linear-gradient(180deg, #fff 0%, #fff5fb 100%) !important;
  color: #1f1820 !important;
  border: 1px solid rgba(255,255,255,.55) !important;
  border-radius: 24px !important;
  box-shadow: 0 16px 34px rgba(0,0,0,.24) !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.menu-section .product-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(255, 188, 214, 0.65) !important;
}

.menu-section .product-card img {
  height: 230px !important;
  border-radius: 20px !important;
  padding: 10px !important;
  background: transparent !important;
  object-fit: cover !important;
}

.menu-section .product-info {
  padding: 10px 16px 8px !important;
}

.menu-section .product-title {
  color: #1f1820 !important;
  font-size: 20px !important;
  line-height: 1.15 !important;
  min-height: 46px !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.menu-section .product-rating {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: auto !important;
  margin: 0 0 8px !important;
}

.menu-section .product-rating span[id^="stars-"] {
  white-space: nowrap !important;
  font-size: 14px !important;
  letter-spacing: -1px !important;
}

.menu-section .product-rating span[id^="val-"] {
  color: #625868 !important;
  font-size: 12px !important;
}

.menu-section .product-desc {
  color: #625868 !important;
  font-size: 14px !important;
  min-height: 42px !important;
  line-height: 1.35 !important;
  -webkit-line-clamp: 2 !important;
}

.menu-section .product-meta {
  padding: 0 16px !important;
  margin-bottom: 12px !important;
}

.menu-section .product-weight {
  color: #5c5260 !important;
  font-size: 14px !important;
}

.menu-section .product-price,
.menu-section .product-price-promo {
  color: #1f1820 !important;
  font-size: 26px !important;
  text-shadow: none !important;
}

.menu-section .product-old-price {
  color: #8a7f8d !important;
}

.menu-section .add-to-cart-btn {
  width: calc(100% - 32px) !important;
  margin: 0 16px 16px !important;
  background: #151621 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  min-height: 46px !important;
}

@media (max-width: 1024px) {
  .menu-section .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .menu-section .menu-filters-sticky {
    top: 74px !important;
    padding: 8px 0 14px !important;
  }

  .menu-section .categories.categories-bar {
    width: 100% !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    border-radius: 20px !important;
  }

  .menu-section .product-card {
    border-radius: 18px !important;
  }

  .menu-section .product-card img {
    height: 132px !important;
    border-radius: 16px !important;
    padding: 8px !important;
  }

  .menu-section .product-info {
    padding: 8px 12px 6px !important;
  }

  .menu-section .product-title {
    font-size: 16px !important;
    min-height: 38px !important;
  }

  .menu-section .product-rating {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 3px !important;
  }

  .menu-section .product-rating span[id^="stars-"] {
    font-size: 13px !important;
  }

  .menu-section .product-desc {
    font-size: 12px !important;
    min-height: 34px !important;
  }

  .menu-section .product-meta {
    padding: 0 12px !important;
    margin-bottom: 10px !important;
  }

  .menu-section .product-price,
  .menu-section .product-price-promo {
    font-size: 21px !important;
  }

  .menu-section .product-weight {
    font-size: 12px !important;
  }

  .menu-section .add-to-cart-btn {
    width: calc(100% - 24px) !important;
    margin: 0 12px 12px !important;
    min-height: 40px !important;
    font-size: 12px !important;
  }
}

/* ===== PATCH: real geolocation map in delivery block ===== */
.real-map-card {
  overflow: hidden;
}

.delivery-map-frame {
  width: 100%;
  height: 320px;
  border-radius: 22px;
  overflow: hidden;
  background: #10121b;
  border: 1px solid rgba(255, 188, 214, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.delivery-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(0.08) contrast(1.02) brightness(0.92);
}

.real-map-actions {
  margin-top: 14px;
  gap: 10px;
}

.real-map-actions a {
  color: var(--exp-pink-soft);
  text-decoration: none;
  font-weight: 900;
}

.real-map-actions a:hover {
  text-decoration: underline;
}

@media (max-width: 700px) {
  .delivery-map-frame {
    height: 260px;
    border-radius: 18px;
  }
}


/* ===== PATCH: visible about + work schedule block ===== */
.about-schedule-section {
  padding-top: 14px;
}

.about-schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.about-schedule-card {
  background: linear-gradient(180deg, rgba(18,18,28,.95), rgba(13,13,21,.95));
  border: 1px solid var(--exp-line);
  border-radius: 24px;
  padding: 24px;
  color: var(--exp-white);
  box-shadow: 0 14px 32px rgba(0,0,0,.24);
}

.about-card-heading {
  color: var(--exp-white);
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.about-info-card p {
  margin: 0 0 18px;
  color: var(--exp-muted);
  line-height: 1.7;
  font-size: 1.05rem;
}

.about-location-row {
  color: #f3edf6;
  font-size: 1.04rem;
  line-height: 1.5;
}

.schedule-status-wrap {
  margin-bottom: 18px;
}

.schedule-info-card .status-badge {
  padding: 10px 18px;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 800;
}

.schedule-hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.schedule-hours-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.10);
  color: #f0e9f3;
}

.schedule-hours-list li:last-child {
  border-bottom: none;
}

.schedule-day-main {
  font-weight: 800;
}

.schedule-time-main {
  font-size: 1.7rem;
  letter-spacing: .03em;
}

.schedule-off-row {
  color: #8f8997 !important;
}

.schedule-note {
  margin: 12px 0 0;
  color: #e9e0ea;
  font-size: .96rem;
}

@media (max-width: 1024px) {
  .about-schedule-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .about-schedule-card {
    border-radius: 20px;
    padding: 18px;
  }

  .about-card-heading {
    font-size: 1.35rem;
  }

  .about-info-card p,
  .about-location-row,
  .schedule-note {
    font-size: .95rem;
  }

  .schedule-hours-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .schedule-time-main {
    font-size: 1.35rem;
  }

  .schedule-info-card .status-badge {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}


/* ===== PATCH: hero block beautified ===== */
.home-hero {
  padding: 42px 20px 24px;
  overflow: hidden;
  isolation: isolate;
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .62;
  z-index: 0;
}

.home-hero::before {
  width: 260px;
  height: 260px;
  left: 8%;
  top: 12%;
  background: radial-gradient(circle, rgba(255, 109, 159, 0.18), rgba(255,109,159,0));
}

.home-hero::after {
  width: 300px;
  height: 300px;
  right: 10%;
  top: 20%;
  background: radial-gradient(circle, rgba(255, 182, 208, 0.14), rgba(255,182,208,0));
}

.hero-shell {
  max-width: 1240px;
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(320px, 440px) minmax(560px, 760px);
  gap: 34px;
  align-items: center;
  justify-content: center;
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 440px;
  min-height: 400px;
  padding: 28px 28px 26px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(180deg, rgba(18,19,30,0.82), rgba(10,10,18,0.90)),
    linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.01));
  box-shadow: 0 24px 60px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter: blur(16px);
  overflow: hidden;
  margin: 0 auto;
}

.hero-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,109,159,.08), transparent 36%);
  pointer-events: none;
}

.hero-copy::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
}

.hero-brand-row,
.hero-main-title,
.hero-main-subtitle,
.hero-feature-pills,
.hero-cta-row,
.hero-free-note {
  position: relative;
  z-index: 1;
}

.hero-brand-row { margin-bottom: 14px; }
.hero-logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(0,0,0,.30);
}
.hero-brand-text { font-size: 13px; color: #ffc0d8; }

.hero-main-title {
  font-size: clamp(2.15rem, 3vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  text-wrap: balance;
  text-shadow: 0 8px 24px rgba(0,0,0,.32);
}

.hero-main-subtitle {
  margin: 0 0 16px;
  color: #e7deea;
  font-size: 1rem;
}

.hero-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.hero-feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  color: #f4edf6;
  font-size: .88rem;
  font-weight: 700;
}

.hero-cta-row { gap: 12px; margin-bottom: 14px; }
.hero-primary-btn,
.hero-secondary-btn {
  min-height: 50px;
  padding: 13px 20px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.hero-primary-btn { box-shadow: 0 14px 28px rgba(255,109,159,.24); }
.hero-primary-btn:hover,
.weekly-order-btn:hover,
.hero-secondary-btn:hover { transform: translateY(-2px); }
.hero-secondary-btn { background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.14); }

.hero-free-note {
  align-self: flex-start;
  padding: 10px 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 20px rgba(0,0,0,.16);
}

.weekly-hero-card {
  position: relative;
  width: 100%;
  max-width: 760px;
  min-height: 440px;
  grid-template-columns: minmax(260px, 320px) 1fr;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(135deg, rgba(16,16,28,.92), rgba(22,18,34,.90)),
    linear-gradient(180deg, rgba(255,255,255,.03), transparent);
  box-shadow: 0 28px 70px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.06);
  overflow: hidden;
  margin: 0 auto;
}

.weekly-hero-card::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -50px;
  top: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,109,159,.12), rgba(255,109,159,0));
  filter: blur(26px);
  pointer-events: none;
}

.weekly-hero-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.20), transparent);
}

.weekly-hero-media {
  position: relative;
  padding: 24px 14px 24px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.weekly-hero-media::before {
  content: "";
  position: absolute;
  inset: 18px 12px 18px 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
  border: 1px solid rgba(255,255,255,.05);
}

.weekly-hero-media::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,109,159,.16), rgba(255,109,159,0));
  filter: blur(30px);
  z-index: 0;
}

.weekly-hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 20px 40px rgba(0,0,0,.34);
}

.weekly-hero-badge {
  z-index: 2;
  left: 24px;
  top: 22px;
  padding: 9px 14px;
  background: rgba(255,248,237,.95);
  box-shadow: 0 10px 18px rgba(0,0,0,.16);
}

.weekly-hero-content {
  position: relative;
  padding: 28px 30px 28px 16px;
}

.weekly-hero-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  bottom: 26px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.10), transparent);
}

.weekly-hero-topline {
  margin-bottom: 12px;
  font-size: .90rem;
}

.weekly-hero-content h2 {
  margin: 0 0 12px;
  font-size: clamp(2.25rem, 3.8vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 10ch;
  text-wrap: balance;
}

.weekly-hero-prices { gap: 14px; margin-bottom: 12px; }
.weekly-old-price { font-size: 1.25rem; }
.weekly-new-price { text-shadow: 0 10px 28px rgba(0,0,0,.22); font-size: clamp(2.1rem, 3.6vw, 3.6rem); }

.weekly-hero-meta {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 9px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  margin-bottom: 12px;
}

.weekly-promo-deadline {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border-radius: 14px;
  background: rgba(255,109,159,.08);
  border: 1px solid rgba(255, 188, 214, 0.12);
  color: #fff2f7;
  margin-bottom: 14px;
}

.weekly-hero-list { gap: 8px; }
.weekly-hero-list li { color: #f5edf8; font-size: .98rem; }
.weekly-hero-actions { margin-top: auto; padding-top: 14px; }
.weekly-order-btn { min-height: 52px; padding: 14px 24px; box-shadow: 0 14px 28px rgba(255,247,236,.14); }

@media (max-width: 1180px) {
  .hero-shell {
    grid-template-columns: 1fr;
    max-width: 900px;
  }

  .hero-copy,
  .weekly-hero-card {
    min-height: unset;
    max-width: 100%;
  }

  .hero-copy {
    padding: 28px 24px;
  }
}

@media (max-width: 1024px) {
  .hero-shell, .weekly-hero-card, .delivery-grid, .footer-grid, .review-preview-grid {grid-template-columns:1fr;}
  .quick-categories-shell, .reason-cards-grid, .hits-products-grid {grid-template-columns:repeat(2,minmax(0,1fr));}
  .hero-copy {order:0;}
  .weekly-hero-content {padding:24px;}
  .weekly-hero-content::before {display:none;}
  .weekly-hero-media {padding:22px 22px 10px;}
  .weekly-hero-media::before {inset: 18px;}
  .weekly-hero-media img {max-width: 340px;}
}

@media (max-width: 700px) {
  .home-hero {padding: 24px 14px 20px;}
  .hero-copy {padding:22px 18px;border-radius:24px;min-height:auto;max-width:none;}
  .hero-main-title {font-size:2rem;}
  .hero-main-subtitle {font-size:.98rem;}
  .hero-feature-pills {gap: 8px; margin-bottom: 18px;}
  .hero-feature-pill {font-size: .84rem; padding: 9px 12px;}
  .hero-cta-row {flex-direction: column;}
  .hero-free-note {width: 100%; justify-content: center; align-self: stretch;}
  .weekly-hero-card {border-radius:26px; min-height: auto;}
  .weekly-hero-media {padding:18px 18px 10px;}
  .weekly-hero-media::before {inset: 14px; border-radius: 22px;}
  .weekly-hero-media img {max-width: 100%; border-radius: 22px;}
  .weekly-hero-badge {left: 22px; top: 20px; font-size: .74rem; padding: 8px 12px;}
  .weekly-hero-content {padding: 20px 18px 22px;}
  .weekly-hero-content h2 {font-size: 2.2rem; max-width: none;}
  .weekly-hero-meta, .weekly-promo-deadline {width: 100%; justify-content: center; text-align: center;}
  .weekly-order-btn {width: 100%;}
}

@media (max-width: 430px) {
  .hero-main-title {font-size:1.8rem;}
  .hero-brand-text {font-size: 12px;}
  .hero-feature-pills {display:grid; grid-template-columns:1fr;}
  .weekly-hero-content h2 {font-size:1.95rem;}
  .weekly-new-price {font-size:2rem;}
}

/* ===== PATCH: unified category menu + interactive catalog cards ===== */
.menu-section .menu-filters-sticky {
  position: sticky !important;
  top: 84px !important;
  z-index: 1200 !important;
  padding: 10px 0 18px !important;
  margin-bottom: 12px !important;
}

.menu-section .categories.categories-bar {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: 14px !important;
  border-radius: 28px !important;
  background: linear-gradient(180deg, rgba(12,13,22,0.96), rgba(18,18,30,0.9)) !important;
  border: 1px solid rgba(255, 188, 214, 0.18) !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.05) !important;
}

.menu-section .category-btn {
  appearance: none !important;
  border: 1px solid rgba(255, 188, 214, 0.18) !important;
  background: linear-gradient(180deg, rgba(38,40,54,.92), rgba(28,29,41,.92)) !important;
  color: #f4ebf0 !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  min-height: 48px !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease !important;
}

.menu-section .category-btn:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(255, 188, 214, 0.38) !important;
  background: linear-gradient(180deg, rgba(49,51,67,.98), rgba(33,34,46,.98)) !important;
}

.menu-section .category-btn.active {
  background: linear-gradient(135deg, #ff7eb6, #ff9fcc) !important;
  color: #241420 !important;
  border-color: transparent !important;
  box-shadow: 0 14px 30px rgba(255, 126, 182, 0.24) !important;
}

.menu-section .products-grid {
  align-items: start !important;
}

.menu-section .product-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  position: relative !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
  cursor: pointer !important;
}

.menu-section .product-card:hover {
  transform: translateY(-6px) scale(1.02) !important;
  box-shadow: 0 26px 48px rgba(0,0,0,.28) !important;
}

.menu-section .product-info {
  padding-bottom: 0 !important;
}

.menu-section .product-desc {
  margin: 0 !important;
  color: #5e5662 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  min-height: 0 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

.menu-section .product-expand {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  padding: 0 16px !important;
  transition: max-height .24s ease, opacity .2s ease, padding .24s ease, margin-top .24s ease !important;
}

.menu-section .product-card:hover .product-expand,
.menu-section .product-card.expanded .product-expand {
  max-height: 190px !important;
  opacity: 1 !important;
  padding: 2px 16px 16px !important;
  margin-top: 2px !important;
}

.menu-section .add-to-cart-btn {
  width: 100% !important;
  margin: 0 !important;
  background: #151621 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  min-height: 46px !important;
  font-weight: 800 !important;
}

.menu-section .product-card:not(:hover):not(.expanded) .add-to-cart-btn {
  pointer-events: none !important;
}

@media (max-width: 1024px) {
  .menu-section .categories.categories-bar {
    justify-content: flex-start !important;
    max-width: 100% !important;
  }
}

@media (max-width: 700px) {
  .menu-section .menu-filters-sticky {
    top: 74px !important;
    padding: 8px 0 14px !important;
  }

  .menu-section .categories.categories-bar {
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 12px !important;
    border-radius: 24px !important;
    overflow: visible !important;
  }

  .menu-section .category-btn {
    padding: 10px 14px !important;
    min-height: 42px !important;
    font-size: .95rem !important;
  }

  .menu-section .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .menu-section .product-card:hover {
    transform: none !important;
  }

  .menu-section .product-card.expanded {
    transform: translateY(-3px) !important;
    box-shadow: 0 18px 34px rgba(0,0,0,.26) !important;
    border-color: rgba(255, 188, 214, 0.55) !important;
  }

  .menu-section .product-card img {
    height: 132px !important;
    border-radius: 16px !important;
    padding: 8px !important;
  }

  .menu-section .product-title {
    font-size: 16px !important;
    min-height: 38px !important;
  }

  .menu-section .product-rating {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px !important;
  }

  .menu-section .product-expand {
    padding: 0 12px !important;
  }

  .menu-section .product-card.expanded .product-expand {
    padding: 4px 12px 12px !important;
    max-height: 210px !important;
  }

  .menu-section .product-desc {
    font-size: 12px !important;
    -webkit-line-clamp: 4 !important;
  }

  .menu-section .add-to-cart-btn {
    min-height: 40px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 430px) {
  .menu-section .categories.categories-bar {
    gap: 8px !important;
  }

  .menu-section .category-btn {
    font-size: .92rem !important;
    padding: 10px 12px !important;
  }
}


/* ===== PATCH: apply expandable card behavior to hits + weekly set ===== */
.hit-card {
  position: relative !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
  cursor: pointer !important;
}

.hit-card:hover {
  transform: translateY(-6px) scale(1.02) !important;
  box-shadow: 0 24px 44px rgba(0,0,0,.28) !important;
}

.hit-expand {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  padding: 0 2px !important;
  transition: max-height .24s ease, opacity .2s ease, padding .24s ease, margin-top .24s ease !important;
}

.hit-card:hover .hit-expand,
.hit-card.expanded .hit-expand {
  max-height: 170px !important;
  opacity: 1 !important;
  padding: 4px 2px 2px !important;
  margin-top: 2px !important;
}

.hit-desc {
  margin: 0 !important;
  color: #5e5662 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.weekly-hero-card {
  cursor: pointer !important;
}

.weekly-expand {
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transition: max-height .28s ease, opacity .22s ease, padding-top .22s ease !important;
  padding-top: 0 !important;
}

.weekly-hero-card:hover .weekly-expand,
.weekly-hero-card.expanded .weekly-expand {
  max-height: 420px !important;
  opacity: 1 !important;
  padding-top: 6px !important;
}

.weekly-hero-card:hover {
  transform: translateY(-4px) !important;
}

.weekly-hero-list,
.weekly-hero-actions,
.weekly-promo-deadline {
  margin-right: 0 !important;
}

@media (max-width: 700px) {
  .hit-card:hover {
    transform: none !important;
  }

  .hit-card.expanded {
    transform: translateY(-3px) !important;
    box-shadow: 0 18px 32px rgba(0,0,0,.24) !important;
  }

  .hit-card.expanded .hit-expand {
    max-height: 190px !important;
  }

  .hit-desc {
    font-size: 12px !important;
  }

  .weekly-hero-card:hover {
    transform: none !important;
  }

  .weekly-hero-card.expanded {
    box-shadow: 0 22px 42px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.06) !important;
  }

  .weekly-hero-card.expanded .weekly-expand {
    max-height: 520px !important;
  }
}

/* ===== Legal / requisites page ===== */
.legal-page {
  min-height: 100vh;
  padding: 120px 20px 50px;
  background:
    radial-gradient(circle at top left, rgba(255, 109, 159, 0.08), transparent 26%),
    #08090d;
}

.legal-info-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(18,18,28,.96), rgba(13,13,21,.96));
  border: 1px solid rgba(255, 188, 214, 0.22);
  color: #f7f4ef;
  box-shadow: 0 20px 50px rgba(0,0,0,.28);
}

.legal-info-section h1 {
  margin: 0 0 22px;
  color: #f7f4ef;
  font-size: clamp(2rem, 4vw, 3rem);
}

.legal-info-list {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}

.legal-info-list p {
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  color: #d7ccd9;
  line-height: 1.5;
}

.legal-info-list strong {
  color: #fff;
}

.legal-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7eb6, #ff9fcc);
  color: #241420;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 700px) {
  .legal-page {
    padding: 100px 14px 34px;
  }

  .legal-info-section {
    padding: 22px;
    border-radius: 22px;
  }

  .legal-info-list p {
    font-size: .94rem;
  }

  .legal-back-btn {
    width: 100%;
  }
}

/* ===== FINAL: balanced weekly set card ===== */

@media (min-width: 1181px) {
    /*
     * Розширюємо всю hero-композицію, а не тільки фотографію.
     * Інакше фото забирає місце у текстової колонки.
     */
    .hero-shell {
        max-width: 1380px !important;
        grid-template-columns:
            minmax(360px, 430px)
            minmax(760px, 880px) !important;
        gap: 34px !important;
    }

    .weekly-hero-card {
        width: 100% !important;
        max-width: 880px !important;

        grid-template-columns:
            minmax(360px, 410px)
            minmax(0, 1fr) !important;

        gap: 22px !important;
        overflow: hidden !important;
    }

    .weekly-hero-media {
        width: 100% !important;
        min-width: 0 !important;
        padding: 22px 10px 22px 22px !important;
    }

    #weekly-hero-image {
        width: 100% !important;
        max-width: none !important;

        height: auto !important;
        max-height: 420px !important;

        aspect-ratio: auto !important;
        object-fit: contain !important;
        object-position: center !important;

        display: block !important;
        background: #11121a !important;
    }

    .weekly-hero-content {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;

        padding: 28px 26px 28px 4px !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }

    .weekly-hero-content h2 {
        width: 100% !important;
        max-width: none !important;

        font-size: clamp(2.5rem, 3.3vw, 3.6rem) !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    .weekly-hero-topline,
    .weekly-hero-prices,
    .weekly-hero-meta,
    .weekly-expand,
    .weekly-promo-deadline,
    .weekly-hero-list,
    .weekly-hero-actions {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .weekly-hero-meta,
    .weekly-promo-deadline {
        width: 100% !important;
        max-width: 100% !important;

        white-space: normal !important;
        overflow-wrap: break-word !important;
        text-align: left !important;
    }

    .weekly-order-btn {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        padding: 15px 18px !important;
        white-space: normal !important;
        box-sizing: border-box !important;
    }
}

@media (min-width: 1181px) and (max-width: 1350px) {
    .hero-shell {
        max-width: 1200px !important;
        grid-template-columns:
            minmax(330px, 400px)
            minmax(700px, 1fr) !important;
    }

    .weekly-hero-card {
        grid-template-columns:
            minmax(330px, 370px)
            minmax(0, 1fr) !important;
    }
}

@media (max-width: 1180px) {
    #weekly-hero-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;

        aspect-ratio: auto !important;
        object-fit: contain !important;
        object-position: center !important;
    }

    .weekly-hero-content,
    .weekly-promo-deadline,
    .weekly-hero-meta,
    .weekly-hero-actions {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .weekly-order-btn {
        width: 100% !important;
        max-width: 100% !important;
    }
}