:root {
  --brand-dark: #111827;
  --brand-primary: #2563eb;
  --brand-accent: #f59e0b;
  --brand-muted: #6b7280;
  --soft-bg: #f8fafc;
  --tomato: #ff6347;
  --brand-gold: #b88938;
}
body { font-family: 'Inter', sans-serif; background: var(--soft-bg); color: var(--brand-dark); }
.announcement-bar { background: linear-gradient(90deg, #111827, #1d4ed8); color: #fff; font-size: 0.92rem; }
.announcement-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-align: center;
}
.announcement-message {
  font-weight: 600;
}
.announcement-welcome {
  padding: .18rem .65rem;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  font-size: .78rem;
  font-weight: 600;
  white-space: nowrap;
}
.hero-wrap { margin-bottom: 1rem; }
.hero-tight { margin-top: 0; }
.hero-image { height: 430px; object-fit: cover; filter: brightness(0.62); }
.hero-caption { bottom: 12%; max-width: 620px; }
.hero-pill { display: inline-block; border-radius: 999px; background: rgba(255,255,255,0.18); color: #fff; padding: 0.55rem 1rem; font-size: 0.85rem; font-weight: 600; backdrop-filter: blur(5px); }
.hero-subtitle, .hero-description { max-width: 540px; }
.small-section-title { font-size: 1rem; }
.main-navbar .nav-link { border-radius: 999px; padding: .55rem .75rem !important; font-weight: 500; transition: all 0.2s ease; }
.main-navbar {
  --navbar-sticky-offset: 96px;
}
.main-navbar .navbar-collapse {
  gap: .8rem;
}
.main-menu {
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
  row-gap: .35rem;
}
.action-links {
  align-items: center;
  flex-wrap: nowrap;
  flex: 0 1 auto;
  min-width: 0;
  margin-left: auto;
  column-gap: .45rem;
  row-gap: .65rem;
}
.action-links > .nav-item {
  flex: 0 0 auto;
}
.search-ribbon {
  position: sticky;
  top: var(--navbar-sticky-offset);
  z-index: 1015;
  padding: .55rem 0 .95rem;
  background: linear-gradient(180deg, rgba(248,250,252,.96) 0%, rgba(248,250,252,.88) 100%);
  border-bottom: 1px solid rgba(17,24,39,.06);
  backdrop-filter: blur(10px);
}
.account-logout-form {
  display: flex;
  justify-content: center;
}
.action-icon-link {
  width: 2.6rem;
  height: 2.6rem;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  color: var(--brand-dark);
  transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.action-icon-link i {
  font-size: 1.18rem;
}
.action-icon-link:hover,
.action-icon-link:focus {
  background: rgba(37,99,235,.1);
  color: var(--brand-primary) !important;
  transform: translateY(-1px);
  box-shadow: 0 .45rem 1rem rgba(37,99,235,.12);
}
.action-logout-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: .38rem;
  min-height: 2.2rem;
  padding: .34rem .66rem !important;
  border-radius: 999px;
  color: var(--brand-dark);
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.action-logout-btn i {
  font-size: 1.1rem;
}
.action-logout-btn span {
  font-size: .76rem;
  font-weight: 600;
}
.action-logout-btn:hover,
.action-logout-btn:focus {
  background: rgba(37,99,235,.1);
  color: var(--brand-primary) !important;
  transform: translateY(-1px);
  box-shadow: 0 .45rem 1rem rgba(37,99,235,.12);
}
.action-login-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 2.8rem;
  padding: .55rem 1.05rem !important;
  border-radius: 999px;
  color: var(--brand-dark);
  text-decoration: none;
  background: rgba(37,99,235,.06);
  transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.action-login-btn i {
  font-size: 1.15rem;
}
.action-login-btn span {
  font-size: .96rem;
  font-weight: 700;
}
.action-login-btn:hover,
.action-login-btn:focus {
  background: linear-gradient(135deg, var(--brand-primary), #1d4ed8);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 .55rem 1.1rem rgba(37,99,235,.16);
}
.main-navbar .container { padding-top: .35rem !important; padding-bottom: .35rem !important; }
.navbar-brand {
  text-decoration: none;
  min-height: 78px;
}
.brand-mark {
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: .35rem;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f3ede0 100%);
  border: 1px solid rgba(184,137,56,.16);
  box-shadow: 0 .75rem 1.5rem rgba(148, 118, 58, .1), inset 0 0 0 1px rgba(255,255,255,.85);
  flex-shrink: 0;
}
.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: none;
  filter: brightness(1.08) saturate(1.08) contrast(1.02) drop-shadow(0 .18rem .28rem rgba(122,85,29,.08));
}
.brand-wordmark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}
.brand-name {
  color: transparent;
  background: linear-gradient(
    80deg,
    #8f6422 0%,
    #c4933f 28%,
    #bd9b52 0%,
    #b88938 76%,
    #7f571f 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: .015em;
  text-shadow: 0 1px 0 rgba(255,255,255,.55), 0 .35rem .8rem rgba(184,137,56,.14);
}
.brand-tagline {
  color: #8a6227;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.main-navbar .main-menu .nav-link:hover, .main-navbar .main-menu .nav-link:focus { background: rgba(37,99,235,.12); color: var(--brand-primary); }
.category-dropdown .dropdown-toggle::after { margin-left: .15rem; }
.category-dropdown-menu { min-width: 230px; max-height: 360px; overflow-y: auto; border-radius: .85rem; padding: .45rem; }
.category-dropdown-menu .dropdown-item { border-radius: .65rem; padding: .62rem .75rem; font-weight: 600; color: var(--brand-dark); }
.category-dropdown-menu .dropdown-item i { color: var(--brand-gold); width: 1.1rem; text-align: center; }
.category-dropdown-menu .dropdown-item:hover, .category-dropdown-menu .dropdown-item:focus { background: rgba(184,137,56,.1); color: #7a551d; }
@media (min-width: 1200px) {
  .category-dropdown:hover .dropdown-menu { display: block; margin-top: 0; }
  .info-dropdown:hover .dropdown-menu { display: block; margin-top: 0; }
}
.nav-search-wrap {
  min-width: 0;
  position: relative;
  border: 1px solid #dbe3f0;
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.nav-search-ribbon {
  width: min(100%, 840px);
  margin: 0 auto;
  border-color: rgba(17,24,39,.08);
  box-shadow: 0 1rem 2.2rem rgba(17,24,39,.08);
}
.nav-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-primary);
  background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(37,99,235,.16));
  pointer-events: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.nav-search-icon i {
  font-size: .96rem;
}
.nav-search-input {
  border: 0;
  border-radius: 0;
  box-shadow: none !important;
  flex: 1 1 auto;
  padding-left: 3.7rem;
  padding-right: 1rem;
  height: 3.45rem;
  font-size: .98rem;
  background: transparent;
}
.nav-search-submit {
  margin-right: .45rem;
  min-width: 120px;
  height: 2.7rem;
  padding: 0 1.1rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-dark), #1f2937);
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: .01em;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.nav-search-submit:hover,
.nav-search-submit:focus {
  background: linear-gradient(135deg, var(--brand-primary), #1d4ed8);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 .7rem 1.4rem rgba(37,99,235,.18);
}
.nav-search-wrap:hover {
  border-color: rgba(37,99,235,.28);
  background: #fcfdff;
}
.nav-search-wrap:focus-within {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 .18rem rgba(37,99,235,.12);
}
.nav-search-wrap:hover .nav-search-icon,
.nav-search-wrap:focus-within .nav-search-icon {
  background: linear-gradient(135deg, var(--brand-primary), #1d4ed8);
  color: #fff;
  box-shadow: 0 .45rem 1rem rgba(37,99,235,.16);
}
.nav-search-input:focus { border-color: transparent; }
@media (min-width: 1200px) {
  .main-navbar .navbar-collapse {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
  }
  .main-navbar .main-menu {
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-navbar .navbar-collapse {
    flex-wrap: wrap;
  }
  .main-navbar .main-menu {
    flex: 1 1 100%;
  }
  .action-links {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-top: .35rem;
    column-gap: .55rem;
    row-gap: .55rem;
  }
  .action-login-btn {
    min-height: 2.55rem;
    padding: .5rem .9rem !important;
  }
  .action-login-btn span {
    font-size: .9rem;
  }
  .action-signup-btn,
  .cart-pill {
    font-size: .82rem;
  }
}
.footer-links a { color: #d1d5db; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-logo { width: 100px; height: auto; display: block;}
.footer-upgraded .text-light-emphasis, .footer-upgraded .small { color: rgba(255,255,255,.72) !important; }
.footer-bottom-note { display: flex; justify-content: flex-start; }
.footer-bottom-badge {
  padding: .35rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.82);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .02em;
}
.footer-flag {
  position: relative;
  width: 1.9rem;
  height: 1.2rem;
  display: inline-block;
  border-radius: .15rem;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,.18);
  background:
    repeating-linear-gradient(
      to bottom,
      #b22234 0,
      #b22234 7.69%,
      #ffffff 7.69%,
      #ffffff 15.38%
    );
}
.footer-flag-sm {
  width: 1.35rem;
  height: .9rem;
}
.footer-flag-canton {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 53.85%;
  background:
    radial-gradient(circle, rgba(255,255,255,.95) 0 16%, transparent 18%) 0 0 / .22rem .22rem,
    #3c3b6e;
}
.mission-hero {
  max-width: 800px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

/* subtle decorative glow */
.mission-hero::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(255,182,193,0.25), transparent);
}

/* title styling */
.mission-title {
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  letter-spacing: 0.5px;
}

/* paragraph styling */
.mission-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  max-width: 650px;
}

/* top message in about page */

.mission-section {
  margin-top: 45px;
}

.mission-row {
  padding: 20px;
  border-radius: 35px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,245,239,0.96)),
    radial-gradient(circle at top right, rgba(139, 94, 60, 0.12), transparent 40%);
  border: 1px solid rgba(139, 94, 60, 0.14);
  box-shadow: 0 24px 60px rgba(30, 20, 10, 0.08);
}

.mission-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(139, 94, 60, 0.1);
  color: #7a5135;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mission-title {
  margin: 0;
  color: #251a14;
  font-size: clamp(1.8rem, 1vw, 1rem);
  font-weight: 500;
  line-height: 1.15;
}

.mission-text {
  color: #5f554e;
  font-size: clamp(0.7rem, 1vw, 1rem);
  line-height: 1.5;
  max-width: 760px;
}

.mission-text strong {
  color: #7a5135;
  font-weight: 700;
}

@media (max-width: 768px) {
  .mission-row {
    padding: 32px 24px;
    border-radius: 22px;
  }
}

/* end of top message in about page */

.footer-meta-separator { color: rgba(255,255,255,.46); }
.social-icons a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; text-decoration: none; transition: .2s ease; }
.social-icons a:hover { background: var(--brand-primary); transform: translateY(-2px); }
.stat-card, .content-card { background: #fff; border-radius: 1.25rem; padding: 1.25rem; }
.stats-row {
  align-items: stretch;
}
.stats-row > [class*="col"] {
  display: flex;
}
.stat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
  min-height: 178px;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17,24,39,.06);
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,250,252,.95)),
    radial-gradient(circle at top right, currentColor 0 16%, transparent 17%);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}
.stat-card::after {
  content: "";
  position: absolute;
  inset: auto -22px -30px auto;
  width: 112px;
  height: 112px;
  border-radius: 32px;
  background: currentColor;
  opacity: .08;
  transform: rotate(16deg);
  pointer-events: none;
}
.stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37,99,235,.18);
  box-shadow: 0 1rem 2.2rem rgba(17,24,39,.1) !important;
}
.stat-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: .35rem;
  background: rgba(37,99,235,.09);
  color: var(--brand-primary);
  font-size: 1.24rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.68), 0 .7rem 1.25rem rgba(17,24,39,.08);
  flex: 0 0 auto;
}
.stat-icon i {
  line-height: 1;
}
.stat-card strong {
  min-height: 1.45rem;
  font-size: 1.25rem;
  line-height: 1.15;
  color: var(--brand-dark);
}
.stat-card > span:not(.stat-icon) {
  color: var(--brand-muted);
  line-height: 1.45;
  margin-top: auto;
}
.stat-card-wishlist { color: #be123c; }
.stat-card-wishlist .stat-icon { background: linear-gradient(135deg, rgba(244,63,94,.13), rgba(255,255,255,.8)); color: #be123c; }
.stat-card-coupons { color: #b45309; }
.stat-card-coupons .stat-icon { background: linear-gradient(135deg, rgba(245,158,11,.16), rgba(255,255,255,.82)); color: #b45309; }
.stat-card-reviews { color: #047857; }
.stat-card-reviews .stat-icon { background: linear-gradient(135deg, rgba(16,185,129,.15), rgba(255,255,255,.82)); color: #047857; }
.stat-card-address { color: #4338ca; }
.stat-card-address .stat-icon { background: linear-gradient(135deg, rgba(99,102,241,.14), rgba(255,255,255,.82)); color: #4338ca; }
.category-chip-panel { background: #fff; border-radius: 1rem; padding: .9rem 1rem; box-shadow: 0 .5rem 1rem rgba(17,24,39,.06); }
.category-chip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)); gap: .65rem; }
.category-chip { display: flex; align-items: center; gap: .55rem; padding: .65rem .8rem; border: 1px solid #e5e7eb; border-radius: .9rem; color: var(--brand-dark); background: #fff; transition: .2s ease; min-height: 56px; }
.category-chip:hover { border-color: rgba(37,99,235,.28); background: rgba(37,99,235,.05); color: var(--brand-primary); }
.chip-icon { width: 28px; height: 28px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(37,99,235,.08); color: var(--brand-primary); font-size: .9rem; }
.chip-icon-lg { width: 36px; height: 36px; font-size: 1.1rem; }
.chip-text { font-size: .86rem; font-weight: 600; line-height: 1.1; }
.secondary-category-card { display:flex; align-items:center; gap:.9rem; padding:1rem; border-radius:1rem; background:#fff; border:1px solid #e5e7eb; color:var(--brand-dark); min-height:82px; box-shadow:0 .5rem 1rem rgba(17,24,39,.05); transition:.2s ease; }
.secondary-category-card:hover { transform:translateY(-2px); border-color:rgba(37,99,235,.28); color:var(--brand-primary); background:rgba(37,99,235,.04); }
.secondary-category-icon { width:46px; height:46px; border-radius:14px; display:inline-flex; align-items:center; justify-content:center; background:rgba(37,99,235,.1); color:var(--brand-primary); font-size:1.25rem; }
.secondary-category-name { font-weight:700; }
.map-strip-section { padding-top: 1rem; }
.second-category-section { margin-top: 3.5rem; }
@media (max-width: 991px) { .second-category-section { margin-top: 2.2rem; } }
.map-strip-card { background:#fff; border-radius:1.25rem; padding:1.25rem; }
.map-frame-wrap { overflow:hidden; border-radius:1rem; }
.about-story-image { width: 100%; height: 400px; object-fit: cover; display: block; border-radius: 1rem; }
.chip-link { font-size: .86rem; text-decoration: none; color: var(--brand-primary); font-weight: 600; }
.category-card, .product-card, .order-summary-card, .filter-card { border-radius: 1.2rem; overflow: hidden; }
@media (min-width: 992px) {
  .filter-card.sticky-lg-top { top: 8rem; z-index: 10; max-height: calc(100vh - 9rem); overflow-y: auto; }
}
.product-card { border: 1px solid rgba(17,24,39,.07) !important; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.product-card[data-product-url] { cursor: pointer; }
.product-card:hover { transform: translateY(-3px); border-color: rgba(184,137,56,.32) !important; box-shadow: 0 1rem 2.2rem rgba(17,24,39,.11) !important; }
.category-img { height: 180px; object-fit: cover; }
.product-media-wrap { position: relative; overflow: hidden; aspect-ratio: 1 / .92; padding: 0; background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%); }
.product-media { width: 100%; height: 100%; object-fit: contain; border-radius: .95rem .95rem .35rem .35rem; mix-blend-mode: multiply; transition: transform 0.25s ease, filter .25s ease; display: block; }
.product-card:hover .product-media { transform: scale(1.035); filter: saturate(1.05) contrast(1.03); }
.product-badge { position: absolute; top: 12px; left: 12px; }
.quick-view-trigger {
  position: absolute;
  left: 50%;
  bottom: .8rem;
  min-width: 0;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .38rem;
  padding: 0 .82rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.85);
  background: rgba(255,255,255,.92);
  color: var(--brand-dark);
  box-shadow: 0 .7rem 1.4rem rgba(17,24,39,.14);
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
  transition: opacity .18s ease, transform .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
  z-index: 3;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap;
}
.product-card:hover .quick-view-trigger,
.product-card:focus-within .quick-view-trigger {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.quick-view-trigger:hover,
.quick-view-trigger:focus {
  background: var(--brand-dark);
  border-color: var(--brand-dark);
  color: #fff;
}
.quick-view-trigger i { font-size: .86rem; }
.product-card .card-body { padding: .42rem .82rem .82rem; }
.product-card .card-title { font-size: .96rem; line-height: 1.32; margin-bottom: .4rem; }
.product-card .card-body > .small.text-muted.mb-1 { font-size: .72rem !important; margin-bottom: .2rem !important; }
.product-card p.text-muted.small { font-size: .76rem !important; line-height: 1.45; margin-bottom: .55rem; }
.product-card .fs-5 { font-size: 1rem !important; }
.product-card .text-end.small { font-size: .72rem !important; }
.product-card .add-to-cart-btn,
.product-card .view-details-btn,
.product-card .wishlist-btn { font-size: .8rem; }
.quick-view-modal-content {
  border-radius: 1.35rem;
  box-shadow: 0 1.4rem 3rem rgba(17,24,39,.18);
}
.quick-view-media-card {
  padding: .3rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, #fafafa 0%, #eef2f7 100%);
}
.quick-view-main-image {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: .9rem;
}
.quick-view-thumb-btn {
  width: 100%;
  border-radius: .85rem;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(17,24,39,.08);
  transition: box-shadow .18s ease, transform .18s ease;
}
.quick-view-thumb-btn.active {
  box-shadow: inset 0 0 0 2px rgba(37,99,235,.48);
}
.quick-view-thumb-btn:hover {
  transform: translateY(-1px);
}
.quick-view-thumb {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff;
}
.icon-circle { width: 48px; height: 48px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(37, 99, 235, 0.08); color: var(--brand-primary); font-size: 1.35rem; }
.feature-list { display: grid; gap: 1rem; }
.feature-item { display: flex; gap: 0.75rem; align-items: flex-start; background: #fff; border-radius: 1rem; padding: 1rem; box-shadow: 0 .5rem 1rem rgba(17,24,39,.08); }
.feature-item i { color: #059669; font-size: 1.1rem; }
.best-sellers-copy-card { display: grid; gap: .9rem; padding: 1.1rem 1.15rem; border-radius: 1.15rem; background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); border: 1px solid rgba(17,24,39,.08); box-shadow: 0 .7rem 1.5rem rgba(17,24,39,.06); color: var(--brand-dark); }
.best-sellers-copy-card i { color: #059669; font-size: 1rem; }
.home-spotlight-copy { display: flex; flex-direction: column; gap: .55rem; }
.home-spotlight-copy-item { display: inline-flex; align-items: center; gap: .45rem; color: var(--brand-muted); font-size: .78rem; }
.home-spotlight-copy-item i { color: var(--brand-primary); }
.home-spotlight-card { border-radius: 1rem; }
.home-spotlight-media-wrap { padding: 0; background: linear-gradient(135deg, #fafafa 0%, #eef2f7 100%); }
.home-spotlight-media { border-radius: .8rem .8rem .35rem .35rem; }
.home-spotlight-body { padding: .72rem .78rem .78rem; }
.home-spotlight-title { font-size: .86rem; line-height: 1.3; min-height: 2.2rem; }
.home-spotlight-price { display: flex; align-items: baseline; gap: .4rem; font-size: .82rem; }
.home-spotlight-price .text-muted { font-size: .72rem; }
.home-spotlight-card .btn { border-radius: .65rem; font-size: .76rem; padding-top: .38rem; padding-bottom: .38rem; }
.home-spotlight-card .add-to-cart-btn { font-weight: 600; box-shadow: none; transform: none; }
.policy-page { background: linear-gradient(180deg, rgba(255,255,255,.55) 0%, rgba(248,250,252,.95) 100%); }
.policy-hero-card {
  padding: 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 1rem 2.5rem rgba(17,24,39,.08);
}
.policy-hero-privacy { background: linear-gradient(135deg, #ffffff 0%, #edf7ff 100%); }
.policy-hero-terms { background: linear-gradient(135deg, #ffffff 0%, #fff8ec 100%); }
.policy-hero-shipping { background: linear-gradient(135deg, #ffffff 0%, #eefcf5 100%); }
.policy-kicker {
  display: inline-block;
  margin-bottom: .9rem;
  padding: .4rem .8rem;
  border-radius: 999px;
  background: rgba(37,99,235,.08);
  color: var(--brand-primary);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.policy-title {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
  color: var(--brand-dark);
}
.policy-intro {
  max-width: 44rem;
  color: #4b5563;
  font-size: 1.02rem;
  line-height: 1.75;
}
.policy-visual-card,
.policy-card {
  height: 100%;
  padding: 1.35rem;
  border-radius: 1.2rem;
  background: #fff;
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 .8rem 2rem rgba(17,24,39,.06);
}
.policy-visual-icon,
.policy-card-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 1rem;
  background: rgba(37,99,235,.08);
  color: var(--brand-primary);
  font-size: 1.35rem;
}
.policy-card h2,
.policy-visual-card h2 {
  color: var(--brand-dark);
}
.policy-card p,
.policy-visual-card p {
  color: #5b6472;
  line-height: 1.72;
  margin-bottom: .8rem;
}
.policy-card p:last-child,
.policy-visual-card p:last-child {
  margin-bottom: 0;
}
.not-found-page {
  background:
    radial-gradient(circle at top left, rgba(184,137,56,.14), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.7), rgba(248,250,252,.98));
}
.not-found-shell {
  max-width: 1120px;
  padding: 2rem;
  border-radius: 2rem;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(17,24,39,.08);
  box-shadow: 0 1.5rem 3rem rgba(17,24,39,.08);
}
.not-found-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  padding: .45rem .85rem;
  border-radius: 999px;
  background: rgba(184,137,56,.12);
  color: #8a6227;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.not-found-copy .lead {
  max-width: 34rem;
}
.not-found-path {
  display: inline-flex;
  flex-direction: column;
  gap: .45rem;
  padding: .85rem 1rem;
  border-radius: 1rem;
  background: #fff8ec;
  border: 1px solid rgba(184,137,56,.18);
  box-shadow: 0 .6rem 1.5rem rgba(17,24,39,.05);
}
.not-found-path-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8a6227;
}
.not-found-path code {
  margin: 0;
  padding: .55rem .75rem;
  border-radius: .8rem;
  background: rgba(17,24,39,.05);
  color: var(--brand-dark);
  font-size: .88rem;
  word-break: break-word;
}
.not-found-visual-card {
  position: relative;
  padding: 1.25rem;
  border-radius: 1.6rem;
  background: linear-gradient(145deg, #fff8ef 0%, #ffffff 100%);
  border: 1px solid rgba(184,137,56,.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}
.not-found-image {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 1rem 2rem rgba(17,24,39,.12));
}
.product-detail-main { object-fit: cover; max-height: 560px; }
.gallery-thumb { object-fit: cover; height: 108px; cursor: pointer; border: 2px solid transparent; transition: .2s ease; }
.gallery-thumb:hover, .gallery-thumb.active-thumb { border-color: var(--brand-primary); transform: translateY(-2px); }
.purchase-panel { background: #fff; border: 1px solid rgba(17,24,39,.08); }
.contact-list, .product-meta { color: var(--brand-muted); }
.view-details-btn { background: #0ea5e9; border-color: #0ea5e9; }
.view-details-btn:hover, .view-details-btn:focus { background: #0284c7; border-color: #0284c7; }
.add-to-cart-btn { background: #111827 !important; border-color: #111827 !important; color: #fff !important; font-weight: 700; transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.add-to-cart-btn:hover, .add-to-cart-btn:focus { background: var(--brand-gold) !important; border-color: var(--brand-gold) !important; color: #fff !important; box-shadow: 0 .55rem 1.25rem rgba(184, 154, 56, 0.555); transform: translateY(-1px); }
.wishlist-btn:hover, .wishlist-btn:focus, .wishlist-pill:hover, .wishlist-pill:focus, .wishlist-link:hover, .wishlist-link:focus { color: var(--tomato) !important; border-color: rgba(255,99,71,.35); background: rgba(255,99,71,.08); }
.wishlist-btn:hover i, .wishlist-pill:hover i, .wishlist-link:hover i { color: var(--tomato) !important; }
.action-icon-link.wishlist-link:hover,
.action-icon-link.wishlist-link:focus {
  background: rgba(255,99,71,.1);
  color: var(--tomato) !important;
  box-shadow: 0 .45rem 1rem rgba(255,99,71,.14);
}
.cart-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .42rem;
  white-space: nowrap;
  font-size: .88rem;
}
.action-signup-btn {
  white-space: nowrap;
}
.cart-pill:hover, .cart-pill:focus { background: var(--brand-dark); color: #fff; }
.floating-alerts {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1085;
  width: min(24rem, calc(100vw - 2rem));
  display: flex;
  flex-direction: column;
  gap: .75rem;
  pointer-events: none;
}
.floating-alert {
  margin: 0;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 1rem 2.25rem rgba(17,24,39,.18) !important;
  pointer-events: auto;
}
.floating-alert.alert-success {
  background: #ecfdf5;
  color: #065f46;
}
.floating-alert.alert-info {
  background: #eff6ff;
  color: #1d4ed8;
}
.floating-alert.alert-warning {
  background: #fffbeb;
  color: #92400e;
}
.floating-alert.alert-danger {
  background: #fef2f2;
  color: #b91c1c;
}
form p { margin-bottom: 1rem; }
form p label { display:block; font-weight:600; margin-bottom: .4rem; }
form input, form select, form textarea { width:100%; border:1px solid #d1d5db; border-radius:.75rem; padding:.75rem .9rem; background:#fff; }
form input:focus, form select:focus, form textarea:focus { outline:none; border-color: var(--brand-primary); box-shadow:0 0 0 .2rem rgba(37,99,235,.12); }
@media (max-width: 1199px) { .search-ribbon { position: static; padding: .75rem 0 .9rem; } .main-navbar { --navbar-sticky-offset: 84px; } .main-navbar .navbar-collapse { gap: 0; } .main-menu { row-gap: .15rem; } .action-links { flex-wrap: wrap; margin-left: 0; column-gap: .75rem; row-gap: .85rem; padding-top: .9rem; } .action-links > .nav-item { margin-right: 0; } .account-logout-form { justify-content: flex-start; } .hero-image { height: 360px; } .hero-caption { bottom: 8%; left: 8%; right: 8%; } .navbar-brand { min-height: 68px; } .brand-mark { width: 64px; height: 64px; border-radius: 18px; padding: .28rem; } .brand-logo { transform: none; } .brand-name { font-size: 1.45rem; } .brand-tagline { font-size: .66rem; } .action-logout-btn span { font-size: .82rem; } .cart-pill { font-size: .88rem; } }
@media (max-width: 576px) { .announcement-bar-inner { gap: .45rem; } .announcement-welcome { font-size: .72rem; } .search-ribbon { padding-top: .65rem; } .nav-search-ribbon { width: 100%; } .nav-search-icon { left: .85rem; width: 1.8rem; height: 1.8rem; } .nav-search-input { height: 3rem; padding-left: 3.2rem; padding-right: .75rem; font-size: .9rem; } .nav-search-submit { min-width: 96px; height: 2.35rem; margin-right: .35rem; padding: 0 .85rem; font-size: .82rem; } .hero-image { height: 300px; } .hero-caption { left: 6%; right: 6%; } .category-chip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .chip-text { font-size: .8rem; } .secondary-category-card { min-height:72px; padding:.85rem; } .secondary-category-icon { width:40px; height:40px; font-size:1rem; } .footer-bottom-note { justify-content: center; } .floating-alerts { right: .75rem; bottom: .75rem; left: .75rem; width: auto; } .navbar-brand { min-height: 58px; } .brand-mark { width: 56px; height: 56px; border-radius: 16px; padding: .24rem; } .brand-logo { transform: none; } .brand-name { font-size: 1.12rem; } .brand-tagline { display: none; } .action-login-btn { padding: .5rem .9rem !important; } .action-login-btn span { font-size: .9rem; } .action-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; } .action-links > .nav-item, .action-signup-item, .action-cart-item { width: 100%; } .action-signup-btn, .cart-pill, .action-login-btn, .action-logout-btn { width: 100%; } .action-cart-item { margin-left: 0 !important; } }

.secondary-category-card { position: relative; align-items: stretch; gap: 0; overflow: hidden; min-height: 240px; padding: 0; flex-direction: column; }
.secondary-category-image-wrap { width: 100%; height: 145px; overflow: hidden; }
.secondary-category-image { width: 100%; height: 100%; object-fit: cover; display:block; }
.secondary-category-copy { display:flex; flex-direction:column; gap:.35rem; padding:1rem; }
.secondary-category-desc { color: var(--brand-muted); line-height: 1.3; }
.secondary-category-card .secondary-category-icon { width: 42px; height: 42px; border-radius: 12px; }
.vitrine-carousel { position: relative; }
.best-sellers-carousel .carousel-item { padding: .35rem .1rem; }
.best-seller-card-wrap { position: relative; }
.best-seller-stat { position: absolute; top: .85rem; right: .85rem; z-index: 3; display: inline-flex; align-items: center; gap: .35rem; padding: .28rem .55rem; border-radius: 999px; background: rgba(17,24,39,.88); color: #fff; font-size: .72rem; font-weight: 700; box-shadow: 0 .4rem 1rem rgba(17,24,39,.18); }
.best-seller-stat i { color: #f59e0b; }
.new-arrival-stat { background: rgba(37,99,235,.92); }
.new-arrival-stat i { color: #fef08a; }
.vitrine-card { background:#fff; border:1px solid rgba(17,24,39,.07); border-radius:1rem; overflow:hidden; height:100%; transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.vitrine-card:hover { transform:translateY(-3px); border-color:rgba(184,137,56,.32); box-shadow:0 1rem 2.2rem rgba(17,24,39,.1); }
.vitrine-image { width:100%; height:220px; object-fit:contain; display:block; padding:.9rem; background:linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%); }
.vitrine-control { width:44px; height:44px; top:50%; transform:translateY(-50%); background:rgba(17,24,39,.72); border-radius:50%; opacity:1; }
.vitrine-control.carousel-control-prev { left:-8px; }
.vitrine-control.carousel-control-next { right:-8px; }
@media (max-width: 576px) {
  .quick-view-trigger {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    height: 2.2rem;
    padding: 0 .72rem;
    bottom: .65rem;
    font-size: .72rem;
  }
  .best-seller-stat { top: .65rem; right: .65rem; font-size: .68rem; }
  .home-spotlight-title { min-height: auto; font-size: .82rem; }
  .home-spotlight-body { padding: .72rem; }
  .policy-hero-card { padding: 1.35rem; border-radius: 1.15rem; }
  .policy-card, .policy-visual-card { padding: 1.05rem; }
  .not-found-shell { padding: 1.25rem; border-radius: 1.35rem; }
  .not-found-visual-card { padding: 1rem; border-radius: 1.2rem; }
  .secondary-category-card { min-height: 210px; }
  .secondary-category-image-wrap { height: 120px; }
  .vitrine-image { height: 170px; }
  .vitrine-control { display:none; }
}
