/** Shopify CDN: Minification failed

Line 39:62 Unexpected "}"

**/
/* ============================================
   1WAY EXOTIC — Custom Shopify Theme
   Dark luxury streetwear aesthetic
   ============================================ */

/* ---- Fonts ---- */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@400;500;600&display=swap');

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: #050505;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; color: inherit; }
img { max-width: 100%; display: block; }
input, textarea, select { font-family: inherit; }
.skip-to-content-link { position: absolute; top: -100%; left: 0; z-index: 9999; padding: 8px 16px; background: #C4703F; color: #fff; }
.skip-to-content-link:focus { top: 0; }

/* ---- Utility ---- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 48px); }
.font-display { font-family: 'Bebas Neue', sans-serif; }
.text-label { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; }

/* ---- Animations ---- */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } }
@keyframes scaleIn { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes bounceChevron { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
@keyframes pulseGlow { 0%, 100% { box-shadow: 0 0 20px rgba(196,112,63,0.15); } 50% { box-shadow: 0 0 40px rgba(196,112,63,0.3); } }

/* ---- Announcement Bar ---- */
.announcement-bar {
  position: relative;
  height: 36px;
  background: #050505;
  border-bottom: 1px solid #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 16px;
}
.announcement-bar__text {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #525252;
  display: flex;
  align-items: center;
  gap: 6px;
}
.announcement-bar__sep { color: #1A1A1A; }
.announcement-bar__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #525252;
  font-size: 16px;
  line-height: 1;
}
.announcement-bar__close:hover { color: #fff; }

/* ---- Header ---- */
.site-header {
  position: fixed;
  top: 36px;
  left: 0; right: 0;
  z-index: 50;
  height: 64px;
  display: flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
}
.site-header.scrolled {
  background: rgba(5,5,5,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid #1A1A1A;
  top: 0;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.site-header__logo { display: flex; align-items: center; transition: transform 0.2s; }
.site-header__logo:hover { transform: scale(1.05); }
.site-header__logo-img { height: 36px; width: auto; }
.site-header__logo-text { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 0.08em; color: #fff; }
.site-header__nav { display: flex; align-items: center; gap: 32px; }
.site-header__link {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A3A3A3;
  transition: color 0.2s;
}
.site-header__link:hover { color: #fff; }
.site-header__link--accent { color: #C4703F; }
.site-header__link--accent:hover { color: #D48450; }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.site-header__cart {
  position: relative;
  color: #fff;
  transition: color 0.2s;
}
.site-header__cart:hover { color: #C4703F; }
.site-header__count {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  background: #C4703F;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__mobile-toggle { display: none; color: #fff; }
.site-header__mobile {
  position: absolute;
  top: 64px;
  left: 0; right: 0;
  background: rgba(5,5,5,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid #1A1A1A;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 32px 0;
}
.site-header__mobile.active { display: flex; }
.site-header__mobile-link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #A3A3A3;
}
.site-header__mobile-link--accent { color: #C4703F; }
@media (max-width: 768px) {
  .site-header__nav { display: none; }
  .site-header__mobile-toggle { display: block; }
}

/* ---- Hero ---- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #050505;
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg-img { width: 100%; height: 100%; object-fit: cover; opacity: 0.45; }
.hero__bg-fallback { width: 100%; height: 100%; background: linear-gradient(135deg, #0a0a0a, #050505); }
.hero__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #050505, rgba(5,5,5,0.65) 50%, rgba(5,5,5,0.35));
}
.hero__bg-glow {
  position: absolute;
  top: 33%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, #C4703F 0%, transparent 70%);
  opacity: 0.06;
  pointer-events: none;
}
.hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 24px;
  max-width: 700px;
  animation: fadeInUp 0.8s cubic-bezier(0.19,1,0.22,1) 0.3s both;
}
.hero__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C4703F;
  margin-bottom: 20px;
  animation: fadeIn 0.5s cubic-bezier(0.19,1,0.22,1) 0.3s both;
}
.hero__heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(64px, 10vw, 140px);
  line-height: 0.9;
  letter-spacing: 0.02em;
  color: #fff;
  animation: fadeIn 0.7s cubic-bezier(0.19,1,0.22,1) 0.5s both;
}
.hero__subheading {
  font-size: 17px;
  color: #A3A3A3;
  max-width: 440px;
  margin: 20px auto 0;
  line-height: 1.6;
  animation: fadeIn 0.5s cubic-bezier(0.19,1,0.22,1) 0.8s both;
}
.hero__cta {
  display: inline-block;
  margin-top: 32px;
  padding: 16px 48px;
  background: #C4703F;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
  animation: fadeIn 0.5s cubic-bezier(0.19,1,0.22,1) 1s both;
}
.hero__cta:hover {
  background: #D48450;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(196,112,63,0.35);
}
.hero__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 24px;
  color: #22C55E;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: fadeIn 0.4s ease-out 1.2s both;
}
.hero__scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  animation: bounceChevron 2s ease-in-out infinite;
}

/* ---- Trust Bar ---- */
.trust-bar { background: #0A0A0A; border-top: 1px solid #1A1A1A; border-bottom: 1px solid #1A1A1A; }
.trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 24px 0;
}
.trust-bar__item { display: flex; align-items: center; gap: 12px; justify-content: center; }
.trust-bar__icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: #111;
  border: 1px solid #1A1A1A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C4703F;
  flex-shrink: 0;
}
.trust-bar__icon--green { color: #22C55E; }
.trust-bar__label { font-size: 13px; font-weight: 500; color: #fff; }
.trust-bar__sub { font-size: 11px; color: #525252; }
@media (max-width: 768px) { .trust-bar__grid { grid-template-columns: repeat(2, 1fr); } }

/* ---- Featured Collection ---- */
.featured-collection { padding: 100px 0; }
@media (max-width: 768px) { .featured-collection { padding: 64px 0; } }
.featured-collection__header { margin-bottom: 56px; }
.featured-collection__label { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #C4703F; margin-bottom: 12px; }
.featured-collection__heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 12px;
}
.featured-collection__description { font-size: 15px; color: #A3A3A3; max-width: 520px; line-height: 1.6; }

/* ---- Product Grid & Cards ---- */
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 768px) { .product-grid { grid-template-columns: 1fr; } }
.product-card { text-align: left; cursor: pointer; }
.product-card__images {
  display: flex;
  height: 300px;
  background: #0A0A0A;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #1A1A1A;
  transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
}
.product-card:hover .product-card__images { border-color: #262626; transform: translateY(-4px); box-shadow: 0 8px 32px rgba(0,0,0,0.5); }
@media (max-width: 640px) { .product-card__images { height: 220px; } }
.product-card__image-wrap { position: relative; width: 50%; overflow: hidden; }
.product-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.16,1,0.3,1); }
.product-card:hover .product-card__img { transform: scale(1.04); }
.product-card__divider { width: 1px; background: #1A1A1A; }
.product-card__badge-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  background: rgba(5,5,5,0.6);
  backdrop-filter: blur(4px);
  padding: 3px 8px;
  border-radius: 2px;
}
.product-card__badge-tag--model { left: auto; right: 12px; }
.product-card__quickview {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5,5,5,0.2);
  opacity: 0;
  transition: opacity 0.3s;
}
.product-card:hover .product-card__quickview { opacity: 1; }
.product-card__quickview span {
  background: rgba(5,5,5,0.8);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 2px;
}
.product-card__info { padding: 20px 16px; display: flex; align-items: flex-start; justify-content: space-between; border-top: 1px solid #1A1A1A; }
.product-card__name { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 0.04em; color: #fff; }
.product-card__fit { font-size: 12px; color: #525252; margin-top: 4px; }
.product-card__price { font-size: 18px; font-weight: 600; color: #fff; }
.product-card__currency { font-size: 10px; color: #525252; }

/* ---- Product Card (simple, collection page) ---- */
.product-card--simple { display: block; }
.product-card--simple .product-card__image-wrap { width: 100%; height: 320px; border-radius: 12px; }
.product-card--simple .product-card__info { border: none; padding: 16px 0; }

/* ---- Product Modal ---- */
.product-modal { position: fixed; inset: 0; z-index: 70; display: none; }
.product-modal.active { display: block; }
.product-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.8); backdrop-filter: blur(4px); }
.product-modal__panel {
  position: absolute;
  top: 0; right: 0;
  width: 520px; max-width: 100vw;
  height: 100%;
  background: #0A0A0A;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.product-modal.active .product-modal__panel { transform: translateX(0); }
.product-modal__close {
  position: absolute;
  top: 24px; right: 24px;
  z-index: 10;
  color: #A3A3A3;
  transition: color 0.2s;
}
.product-modal__close:hover { color: #fff; }
.product-modal__content { padding: 0; }
@media (max-width: 640px) { .product-modal__panel { width: 100vw; } }

/* ---- Product Page ---- */
.product-main { padding: 120px 0 80px; }
.product-main__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
@media (max-width: 768px) { .product-main__grid { grid-template-columns: 1fr; gap: 40px; } }
.product-main__gallery { display: flex; flex-direction: column; gap: 16px; }
.product-main__main-image { aspect-ratio: 1; background: #0A0A0A; border-radius: 12px; overflow: hidden; }
.product-main__main-image img { width: 100%; height: 100%; object-fit: cover; }
.product-main__thumbs { display: flex; gap: 12px; }
.product-main__thumb { width: 72px; height: 72px; border-radius: 8px; overflow: hidden; border: 2px solid transparent; transition: border-color 0.2s; }
.product-main__thumb.active { border-color: #C4703F; }
.product-main__thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-main__title { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: 0.02em; color: #fff; margin-bottom: 12px; }
.product-main__price { font-size: 24px; font-weight: 600; color: #fff; margin-bottom: 24px; }
.product-main__description { font-size: 14px; color: #A3A3A3; line-height: 1.7; margin-bottom: 12px; }
.product-main__fit { font-size: 13px; color: #525252; margin-bottom: 28px; }
.product-main__option { margin-bottom: 24px; }
.product-main__option-label { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #A3A3A3; margin-bottom: 12px; }
.product-main__option-values { display: flex; flex-wrap: wrap; gap: 8px; }
.product-main__option-btn {
  min-width: 48px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #262626;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #A3A3A3;
  transition: all 0.2s;
}
.product-main__option-btn:hover { border-color: #525252; color: #fff; }
.product-main__option-btn.active { border-color: #C4703F; background: rgba(196,112,63,0.1); color: #fff; }
.product-main__qty-controls { display: flex; align-items: center; gap: 16px; }
.product-main__qty-btn {
  width: 40px; height: 40px;
  border: 1px solid #262626;
  border-radius: 6px;
  color: #A3A3A3;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.product-main__qty-btn:hover { border-color: #525252; color: #fff; }
.product-main__qty-input {
  width: 48px;
  text-align: center;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -moz-appearance: textfield;
}
.product-main__qty-input::-webkit-outer-spin-button,
.product-main__qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.product-main__add-btn {
  width: 100%;
  height: 56px;
  margin-top: 28px;
  background: #C4703F;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
}
.product-main__add-btn:hover { background: #D48450; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(196,112,63,0.3); }
.product-main__trust { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 16px; color: #22C55E; font-size: 11px; font-weight: 500; letter-spacing: 0.04em; }

/* ---- Collection Page ---- */
.collection-page { padding: 120px 0 80px; }
.collection-page__header { margin-bottom: 48px; }
.collection-page__title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px, 5vw, 72px); letter-spacing: 0.02em; color: #fff; }
.collection-page__count { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #525252; margin-top: 8px; }

/* ---- Lookbook ---- */
.lookbook { padding: 100px 0; }
@media (max-width: 768px) { .lookbook { padding: 64px 0; } }
.lookbook__header { text-align: center; margin-bottom: 56px; }
.lookbook__label { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #C4703F; margin-bottom: 12px; }
.lookbook__heading { font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px, 5vw, 72px); letter-spacing: 0.02em; color: #fff; line-height: 1.1; }
.lookbook__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.lookbook__item { border-radius: 16px; overflow: hidden; aspect-ratio: 1; }
.lookbook__item--wide { grid-column: span 2; aspect-ratio: 2/1; }
.lookbook__item--tall { grid-row: span 2; aspect-ratio: 1/2; }
@media (max-width: 768px) {
  .lookbook__grid { grid-template-columns: 1fr; }
  .lookbook__item--wide { grid-column: span 1; aspect-ratio: 1; }
  .lookbook__item--tall { grid-row: span 1; aspect-ratio: 1; }
}
.lookbook__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.16,1,0.3,1); }
.lookbook__item:hover .lookbook__img { transform: scale(1.02); }

/* ---- VIP Section ---- */
.vip-section { position: relative; background: #0A0A0A; padding: 100px 0; overflow: hidden; }
@media (max-width: 768px) { .vip-section { padding: 64px 0; } }
.vip-section__line { position: absolute; left: 0; right: 0; height: 2px; background: linear-gradient(to right, transparent, #C4703F, transparent); }
.vip-section__line--top { top: 0; }
.vip-section__line--bottom { bottom: 0; }
.vip-section__glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, #C4703F 0%, transparent 70%); opacity: 0.04; pointer-events: none; }
.vip-section__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
@media (max-width: 768px) { .vip-section__grid { grid-template-columns: 1fr; gap: 40px; } }
.vip-section__badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(196,112,63,0.1); border: 1px solid rgba(196,112,63,0.3); border-radius: 9999px; padding: 5px 16px; margin-bottom: 24px; }
.vip-section__badge span { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #C4703F; }
.vip-section__heading { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 5vw, 64px); letter-spacing: 0.02em; color: #fff; line-height: 1.1; margin-bottom: 16px; }
.vip-section__description { font-size: 15px; color: #A3A3A3; line-height: 1.7; margin-bottom: 32px; max-width: 440px; }
.vip-section__perks { display: flex; flex-direction: column; gap: 16px; }
.vip-section__perk { display: flex; align-items: center; gap: 12px; }
.vip-section__perk-icon { width: 36px; height: 36px; border-radius: 8px; background: rgba(196,112,63,0.1); display: flex; align-items: center; justify-content: center; color: #C4703F; flex-shrink: 0; }
.vip-section__perk-title { font-size: 14px; font-weight: 500; color: #fff; }
.vip-section__perk-desc { font-size: 12px; color: #525252; }
.vip-section__form-wrap { background: #111; border: 1px solid #262626; border-radius: 12px; padding: 32px; }
.vip-section__form { display: flex; flex-direction: column; gap: 16px; }
.vip-section__form-label { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #A3A3A3; margin-bottom: 4px; }
.vip-section__input {
  width: 100%;
  height: 48px;
  background: #050505;
  border: 1px solid #262626;
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  padding: 0 16px;
  transition: border-color 0.2s;
}
.vip-section__input::placeholder { color: #525252; }
.vip-section__input:focus { outline: none; border-color: #C4703F; }
.vip-section__submit {
  width: 100%;
  height: 48px;
  background: #C4703F;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.16,1,0.3,1);
  animation: pulseGlow 3s ease-in-out infinite;
}
.vip-section__submit:hover { background: #D48450; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(196,112,63,0.3); }
.vip-section__form-note { font-size: 11px; color: #525252; text-align: center; }
.vip-section__form-secure { display: flex; align-items: center; justify-content: center; gap: 6px; color: #22C55E; font-size: 10px; font-weight: 500; letter-spacing: 0.04em; padding-top: 4px; }
.vip-section__success { display: flex; flex-direction: column; align-items: center; padding: 32px 0; }
.vip-section__success-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(196,112,63,0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.vip-section__success-title { font-family: 'Bebas Neue', sans-serif; font-size: 28px; letter-spacing: 0.02em; color: #fff; margin-bottom: 8px; }
.vip-section__success-text { font-size: 14px; color: #A3A3A3; text-align: center; }

/* ---- Brand Statement ---- */
.brand-statement { padding: 120px 0; text-align: center; }
@media (max-width: 768px) { .brand-statement { padding: 80px 0; } }
.brand-statement__line { width: 48px; height: 2px; background: #C4703F; margin: 0 auto 32px; }
.brand-statement__heading { font-family: 'Bebas Neue', sans-serif; font-size: clamp(40px, 5vw, 72px); letter-spacing: 0.02em; color: #fff; line-height: 1.1; max-width: 680px; margin: 0 auto; }
.brand-statement__text { font-size: 16px; color: #A3A3A3; max-width: 500px; margin: 24px auto 0; line-height: 1.7; }
.brand-statement__stats { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 40px; flex-wrap: wrap; }
.brand-statement__stat { text-align: center; }
.brand-statement__stat-value { font-family: 'Bebas Neue', sans-serif; font-size: 32px; color: #fff; }
.brand-statement__stat-label { font-size: 11px; color: #525252; letter-spacing: 0.04em; }
.brand-statement__stat-sep { width: 1px; height: 32px; background: #262626; }

/* ---- Footer ---- */
.site-footer { background: #0A0A0A; border-top: 1px solid #1A1A1A; padding: 64px 0 32px; }
.site-footer__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
@media (max-width: 768px) { .site-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 32px; } }
.site-footer__col { display: flex; flex-direction: column; gap: 12px; }
.site-footer__brand { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 0.08em; color: #fff; }
.site-footer__logo-img { height: 50px; width: auto; }
.site-footer__tagline { font-size: 13px; color: #525252; line-height: 1.5; }
.site-footer__col-title { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #525252; margin-bottom: 4px; }
.site-footer__link { font-size: 13px; font-weight: 500; color: #A3A3A3; transition: color 0.2s; }
.site-footer__link:hover { color: #fff; }
.site-footer__payments { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 48px; padding-top: 32px; border-top: 1px solid #1A1A1A; }
.site-footer__pay-icon { width: 32px; height: 20px; color: #525252; }
.site-footer__bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 32px; padding-top: 24px; border-top: 1px solid #1A1A1A; flex-wrap: wrap; gap: 12px; }
.site-footer__copyright { font-size: 12px; color: #525252; }
.site-footer__ssl { display: flex; align-items: center; gap: 6px; color: #22C55E; font-size: 10px; font-weight: 500; letter-spacing: 0.04em; }

/* ---- Cart Drawer ---- */
.cart-drawer-overlay { position: fixed; inset: 0; z-index: 60; background: rgba(0,0,0,0.8); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.cart-drawer-overlay.active { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed;
  top: 0; right: 0;
  width: 420px; max-width: 100vw;
  height: 100%;
  background: #0A0A0A;
  z-index: 70;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16,1,0.3,1);
}
.cart-drawer.active { transform: translateX(0); }
.cart-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 1px solid #262626; flex-shrink: 0; }
.cart-drawer__title { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: 0.04em; color: #fff; }
.cart-drawer__close { color: #A3A3A3; transition: color 0.2s; }
.cart-drawer__close:hover { color: #fff; }
.cart-drawer__body { flex: 1; overflow-y: auto; padding: 24px; }
.cart-drawer__items { display: flex; flex-direction: column; gap: 20px; }
.cart-drawer__item { display: flex; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid #262626; }
.cart-drawer__item-image { width: 56px; height: 56px; border-radius: 6px; overflow: hidden; background: #050505; flex-shrink: 0; }
.cart-drawer__item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-drawer__item-details { flex: 1; min-width: 0; }
.cart-drawer__item-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.cart-drawer__item-name { font-size: 14px; font-weight: 500; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cart-drawer__item-variant { font-size: 12px; color: #A3A3A3; margin-top: 2px; }
.cart-drawer__item-remove { color: #525252; transition: color 0.2s; flex-shrink: 0; }
.cart-drawer__item-remove:hover { color: #fff; }
.cart-drawer__item-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; }
.cart-drawer__quantity { display: flex; align-items: center; gap: 8px; }
.cart-drawer__qty-btn { width: 28px; height: 28px; border: 1px solid #262626; border-radius: 4px; color: #A3A3A3; font-size: 14px; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.cart-drawer__qty-btn:hover { border-color: #525252; color: #fff; }
.cart-drawer__qty-value { font-size: 13px; color: #fff; width: 20px; text-align: center; }
.cart-drawer__item-price { font-size: 14px; font-weight: 600; color: #fff; }
.cart-drawer__footer { padding: 24px; border-top: 1px solid #262626; flex-shrink: 0; }
.cart-drawer__subtotal { display: flex; justify-content: space-between; margin-bottom: 16px; }
.cart-drawer__subtotal span:first-child { font-size: 14px; color: #A3A3A3; }
.cart-drawer__subtotal span:last-child { font-size: 18px; font-weight: 600; color: #fff; }
.cart-drawer__trust { text-align: center; margin-bottom: 12px; }
.cart-drawer__trust-badge { font-size: 11px; font-weight: 500; letter-spacing: 0.04em; color: #C4703F; }
.cart-drawer__ssl { display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 16px; color: #22C55E; font-size: 11px; font-weight: 500; }
.cart-drawer__checkout {
  display: block;
  width: 100%;
  height: 48px;
  background: #C4703F;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  text-align: center;
  line-height: 48px;
  transition: background 0.3s;
}
.cart-drawer__checkout:hover { background: #D48450; }
.cart-drawer__empty { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; text-align: center; }
.cart-drawer__empty-title { font-size: 16px; color: #525252; margin-top: 16px; }
.cart-drawer__empty-sub { font-size: 14px; color: #525252; margin-top: 4px; }

/* ---- Cart Page ---- */
.cart-page { padding: 120px 0 80px; }
.cart-page__title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(32px, 4vw, 48px); letter-spacing: 0.02em; color: #fff; margin-bottom: 40px; }
.cart-page__items { display: flex; flex-direction: column; gap: 24px; margin-bottom: 40px; }
.cart-page__item { display: flex; align-items: center; gap: 24px; padding-bottom: 24px; border-bottom: 1px solid #262626; }
.cart-page__item-image { width: 100px; height: 100px; border-radius: 8px; overflow: hidden; background: #0A0A0A; flex-shrink: 0; }
.cart-page__item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-page__item-details { flex: 1; }
.cart-page__item-name { font-size: 16px; font-weight: 500; color: #fff; margin-bottom: 4px; }
.cart-page__item-variant { font-size: 13px; color: #A3A3A3; margin-bottom: 8px; }
.cart-page__item-price { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 12px; }
.cart-page__item-qty { display: flex; align-items: center; gap: 12px; }
.cart-page__qty-btn { width: 36px; height: 36px; border: 1px solid #262626; border-radius: 6px; color: #A3A3A3; font-size: 16px; display: flex; align-items: center; justify-content: center; }
.cart-page__qty-btn:hover { border-color: #525252; color: #fff; }
.cart-page__qty-input { width: 48px; height: 36px; background: transparent; border: 1px solid #262626; border-radius: 6px; color: #fff; text-align: center; font-size: 14px; }
.cart-page__item-remove { color: #525252; transition: color 0.2s; }
.cart-page__item-remove:hover { color: #fff; }
.cart-page__footer { max-width: 480px; margin-left: auto; }
.cart-page__subtotal { display: flex; justify-content: space-between; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #262626; }
.cart-page__subtotal span:first-child { font-size: 16px; color: #A3A3A3; }
.cart-page__subtotal span:last-child { font-size: 24px; font-weight: 600; color: #fff; }
.cart-page__note { font-size: 13px; color: #525252; margin-bottom: 24px; }
.cart-page__actions { display: flex; flex-direction: column; gap: 12px; }
.cart-page__checkout { width: 100%; height: 56px; background: #C4703F; color: #fff; font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 2px; text-align: center; line-height: 56px; transition: background 0.3s; }
.cart-page__checkout:hover { background: #D48450; }
.cart-page__continue { width: 100%; height: 48px; border: 1px solid #262626; color: #A3A3A3; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 2px; text-align: center; line-height: 48px; transition: all 0.2s; }
.cart-page__continue:hover { border-color: #525252; color: #fff; }
.cart-page__empty { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 0; text-align: center; }
.cart-page__empty-title { font-size: 20px; color: #525252; margin-top: 24px; margin-bottom: 24px; }
.cart-page__empty-btn { padding: 16px 40px; background: #C4703F; color: #fff; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; border-radius: 2px; transition: all 0.3s; }
.cart-page__empty-btn:hover { background: #D48450; transform: translateY(-2px); }

/* ---- Toast ---- */
.toast { position: fixed; top: 100px; left: 50%; transform: translateX(-50%) translateY(-20px); z-index: 100; background: #0A0A0A; color: #fff; padding: 16px 24px; border-radius: 8px; border: 1px solid #262626; box-shadow: 0 8px 32px rgba(0,0,0,0.5); opacity: 0; pointer-events: none; transition: all 0.3s cubic-bezier(0.16,1,0.3,1); }
.toast.active { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast__label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #C4703F; margin-bottom: 4px; }
.toast__message { font-size: 14px; }

/* ---- Scrollbar ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #050505; }
::-webkit-scrollbar-thumb { background: #262626; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #525252; }

/* ---- Focus ---- */
*:focus-visible { outline: 2px solid #C4703F; outline-offset: 2px; }
