:root {
  --vantage-primary: #e50914;
  --vantage-bg: #000000;
  --vantage-surface: #121212;
  --vantage-surface-2: #0a0a0a;
  --vantage-surface-3: #1a1a1a;
  --vantage-text: #ffffff;
  --vantage-muted: #e0e0e0;
  --vantage-border: rgba(255, 255, 255, 0.1);
  --vantage-outline: #e50914;
  --container: 1250px;
  --section-gap: 50px;
  --section-gap-mobile: 30px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--vantage-bg);
}

body {
  margin: 0;
  background: var(--vantage-bg);
  color: var(--vantage-text);
  font-family: "Hind Siliguri", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand {
  margin-top: 0;
  color: #fff;
  font-family: "Hind Siliguri", Poppins, Inter, sans-serif;
  line-height: 1.2;
}

button,
input,
select,
textarea {
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: var(--vantage-surface);
  color: #fff;
  padding: 12px 16px;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--vantage-primary);
  outline-offset: 3px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  top: 16px;
  left: 16px;
  z-index: 99999;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  background: #fff;
  color: #000;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
}

.site-header {
  min-height: 80px;
}

.vantage-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(11, 11, 11, 0.86);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--container);
  min-height: 80px;
  margin: 0 auto;
  padding: 10px 32px;
}

.brand,
.custom-logo-link {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  word-break: break-word;
  text-decoration: none;
  color: inherit;
}

.custom-logo {
  max-height: none !important;
  height: auto;
  max-width: 100%;
}

/* Hide company name text if a logo image exists */
.brand .custom-logo+.brand-name {
  display: none;
}


.primary-menu,
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: 28px;
}

.primary-menu a {
  color: #fff;
  font-family: Poppins, Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.primary-menu a:hover {
  color: #fff;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-search {
  position: relative;
}

.mobile-only {
  display: none;
}

@media (max-width: 980px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }
}

.nav-search span {
  position: absolute;
  left: 12px;
  top: 50%;
  color: #ccc;
  transform: translateY(-50%);
}

.nav-search input {
  width: 190px;
  min-height: 38px;
  border-radius: 999px;
  padding: 9px 16px 9px 40px;
  font-size: 12px;
}

.icon-link {
  position: relative;
  color: #a1a1aa;
}

.cart-count {
  position: absolute;
  right: -10px;
  top: -8px;
  min-width: 18px;
  height: 18px;
  border-radius: 99px;
  background: var(--vantage-primary);
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
}

.home-hero-slider {
  height: 85vh !important;
}

.home-hero {
  position: relative;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--vantage-bg), rgba(11, 11, 11, 0.08), rgba(11, 11, 11, 0.4));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  padding: 64px 24px;
  text-align: center;
  min-width: 0;
}

.hero-badge,
.eyebrow {
  display: inline-block;
  color: var(--vantage-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-badge {
  border: 1px solid var(--vantage-primary);
  padding: 6px 14px;
  margin-bottom: 28px;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.hero-content h1 {
  margin-bottom: 22px;
  font-size: clamp(32px, 5.5vw, 60px);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-content p {
  max-width: 660px;
  margin: 0 auto 36px;
  color: #d4d4d8;
  font-size: 18px;
  overflow-wrap: anywhere;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

/* Swiper Customization */
.home-hero-slider .swiper-button-next,
.home-hero-slider .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  backdrop-filter: blur(4px);
}

.home-hero-slider .swiper-button-next::after,
.home-hero-slider .swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
}

.home-hero-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.3;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 99px;
  margin: 0 4px !important;
}

.home-hero-slider .swiper-pagination-bullet-active {
  width: 40px;
  background: rgba(255, 255, 255, 0.15) !important;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.home-hero-slider .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--vantage-primary);
  animation: swiperProgress 5s linear forwards;
}

@keyframes swiperProgress {
  0% { width: 0; }
  100% { width: 100%; }
}

.button-primary,
.button-secondary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: var(--btn-pad-d, 12px 32px);
  cursor: pointer;
  font-family: Poppins, Inter, sans-serif;
  font-size: var(--btn-font-d, 13px);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.button-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--vantage-primary);
  color: #fff;
}

.button-primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: #fff;
  box-shadow: 0 0 20px rgba(229, 9, 20, 0.35);
  transform: translateY(-1px);
}

.button-secondary {
  border-color: var(--vantage-outline);
  background: transparent;
  color: #fff;
}

.button-secondary:hover {
  background: #fff;
  color: #000;
}

.split-section,
.spotlight-section,
.product-section,
.carousel-section,
.newsletter-section {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px !important;
}

.page-shell,
.shop-page,
.single-product-page,
.cart-page,
.checkout-page,
.order-page {
  max-width: var(--container);
  margin: 0 auto;
  padding: 40px 32px 0 !important;
}

/* Removed individual margin to avoid conflict with global section spacing */
.product-section {
  /* margin-top: 72px; */
  /* margin-bottom: 72px; */
}

#primary>.split-section,
#primary>.product-section,
#primary>.spotlight-section,
#primary>.carousel-section,
#primary>.newsletter-section {
  margin-top: var(--section-gap) !important;
  margin-bottom: var(--section-gap) !important;
}

/* Ensure consistent gap after hero slider */
#primary>.home-hero-slider+section {
  margin-top: var(--section-gap) !important;
}

/* Off-canvas Cart Drawer */
.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 300ms;
}

.cart-drawer.is-open {
  visibility: visible;
}

.cart-drawer-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 300ms ease;
}

.cart-drawer.is-open .cart-drawer-overlay {
  opacity: 1;
}

.cart-drawer-content {
  position: absolute;
  top: 0;
  right: -400px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  background: var(--vantage-surface);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  transition: right 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cart-drawer.is-open .cart-drawer-content {
  right: 0;
}

.cart-drawer-header {
  padding: 24px 32px;
  border-bottom: 1px solid var(--vantage-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-drawer-header h2 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.cart-drawer-close {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 4px;
}

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 32px;
}

/* Fix for Mini Cart inside Drawer */
.cart-drawer .widget_shopping_cart_content .woocommerce-mini-cart {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart-drawer .woocommerce-mini-cart-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--vantage-border);
}

.cart-drawer .woocommerce-mini-cart-item img {
  width: 80px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}

.cart-drawer .mini_cart_item a:not(.remove) {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.cart-drawer .woocommerce-mini-cart__total {
  margin: 32px 0 24px;
  padding-top: 24px;
  border-top: 2px solid var(--vantage-border);
  display: flex;
  justify-content: space-between;
  font-family: Poppins, sans-serif;
  font-weight: 800;
}

.cart-drawer .woocommerce-mini-cart__buttons {
  display: grid;
  gap: 12px;
}

.cart-drawer .woocommerce-mini-cart__buttons a {
  width: 100%;
  margin: 0 !important;
}

.split-section,
.spotlight-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.split-media img,
.spotlight-section img,
.featured-media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.05);
  filter: grayscale(1);
  transition: filter 500ms ease, transform 500ms ease;
}

.split-media img:hover,
.spotlight-section img:hover {
  filter: grayscale(0);
}

.split-copy h2,
.section-head h2,
.spotlight-copy h2,
.carousel-section h2,
.newsletter-section h2,
.page-hero h1 {
  font-size: clamp(32px, 4vw, 48px);
  text-transform: uppercase;
}

.feature-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.feature-item {
  border-left: 2px solid #27272a;
  padding: 8px 0 8px 22px;
}

.feature-item.active {
  border-color: var(--vantage-primary);
}

.feature-item h3 {
  margin-bottom: 4px;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feature-item p,
.spotlight-copy p,
.page-hero p,
.content-card p {
  color: var(--vantage-muted);
}

.section-head,
.shop-controls {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.section-head p,
.section-head a {
  color: var(--vantage-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-head a {
  color: var(--vantage-primary);
  border-bottom: 1px solid var(--vantage-primary);
}

.product-grid,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Preloader */
#vantage-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0B0B0B;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.preloader-content {
  text-align: center;
  width: 200px;
}

.preloader-brand {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  animation: preloader-pulse 2s ease-in-out infinite;
}

.preloader-line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.preloader-line::after {
  content: '';
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--vantage-primary, #e50914);
  animation: preloader-loading 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes preloader-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.98);
  }
}

@keyframes preloader-loading {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

/* Site Content */
/* Fix: Disable WooCommerce clearfix pseudo-elements which become grid items */
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none !important;
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce ul.products article.product {
  width: auto;
  margin: 0;
  float: none;
  display: flex;
  flex-direction: column;
}

.vantage-product-card,
.content-card,
.checkout-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  background: var(--vantage-surface);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vantage-product-card {
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.vantage-product-card:hover {
  border-color: rgba(229, 9, 20, 0.45);
  box-shadow: 0 0 26px rgba(229, 9, 20, 0.12);
}

.product-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #0f0f0f;
}

.product-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 700ms ease;
}

.vantage-product-card:hover .product-media img {
  transform: scale(1.05);
}

.badge,
.onsale {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  background: var(--vantage-primary);
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-card-head {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 8px !important;
  min-width: 0 !important;
}

.product-card-body h3 {
  flex: 1 !important;
  min-width: 0 !important;
  margin: 0 10px 0 0 !important;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block !important;
}

.product-card-body h3 a {
  color: #fff;
}

.product-card-body p {
  color: #ccc;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.price,
.price *,
.woocommerce-Price-amount,
.woocommerce-Price-amount *,
.amount,
.amount * {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
}

.price,
.woocommerce-Price-amount {
  color: var(--vantage-primary) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  display: inline-block !important;
}

.product-card-body .button-secondary {
  width: 100%;
  margin-top: auto;
  /* Push button to bottom */
  font-size: 11px;
}

.spotlight-section {
  background: linear-gradient(135deg, rgba(42, 22, 20, 0.7), rgba(11, 11, 11, 0));
}

.icon-list {
  display: grid;
  gap: 18px;
  margin: 28px 0;
}

.icon-list>div {
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 14px;
}

.icon-list span {
  color: var(--vantage-primary);
}

.icon-list p {
  grid-column: 2;
  margin: 2px 0 0;
  font-size: 14px;
}

.arrival-row {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding-bottom: 12px;
  scrollbar-width: none;
}

.arrival-row::-webkit-scrollbar {
  display: none;
}

.arrival-card {
  position: relative;
  flex: 0 0 min(400px, 85vw);
  overflow: hidden;
  background: var(--vantage-surface);
}

.arrival-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0.72;
}

.arrival-card strong {
  position: absolute;
  left: 24px;
  bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}

.newsletter-section {
  text-align: center;
}

.newsletter-form {
  display: flex;
  max-width: 640px;
  margin: 28px auto 0;
  gap: 12px;
}

.page-hero.compact {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0;
}

/* Hide the header area on the shop page — no title/eyebrow needed */
.shop-page>.page-hero {
  display: none;
}

.page-hero .woocommerce-breadcrumb {
  margin-bottom: 12px;
}

.content-grid,
.contact-grid {
  display: grid;
  gap: 24px;
}

.content-card {
  padding: 28px;
}

.entry-content {
  color: #e5e7eb;
}

.vantage-form {
  display: grid;
  gap: 18px;
}

.site-footer {
  background: #0b0b0b;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 64px 32px 28px;
}

.footer-grid,
.footer-bottom {
  max-width: var(--container);
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
}

.footer-grid h2 {
  font-size: 15px;
  text-transform: uppercase;
}

.footer-grid p,
.footer-menu a {
  color: var(--vantage-muted);
}

.footer-menu li+li {
  margin-top: 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #ccc;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  color: #fff !important;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-fb { color: #1877F2 !important; border-color: rgba(24, 119, 242, 0.2); }
.social-ig { color: #E4405F !important; border-color: rgba(228, 64, 95, 0.2); }
.social-x  { color: #fff !important; border-color: rgba(255, 255, 255, 0.2); }
.social-yt { color: #FF0000 !important; border-color: rgba(255, 0, 0, 0.2); }
.social-li { color: #0A66C2 !important; border-color: rgba(10, 102, 194, 0.2); }
.social-tt { color: #ff0050 !important; border-color: rgba(255, 0, 80, 0.2); }

.social-fb:hover { background: #1877F2; color: #fff !important; border-color: #1877F2; box-shadow: 0 0 20px rgba(24, 119, 242, 0.4); }
.social-ig:hover { background: #E4405F; color: #fff !important; border-color: #E4405F; box-shadow: 0 0 20px rgba(228, 64, 95, 0.4); }
.social-x:hover  { background: #fff; color: #000 !important; border-color: #fff; box-shadow: 0 0 20px rgba(255, 255, 255, 0.3); }
.social-yt:hover { background: #FF0000; color: #fff !important; border-color: #FF0000; box-shadow: 0 0 20px rgba(255, 0, 0, 0.4); }
.social-li:hover { background: #0A66C2; color: #fff !important; border-color: #0A66C2; box-shadow: 0 0 20px rgba(10, 102, 194, 0.4); }
.social-tt:hover { background: #ff0050; color: #fff !important; border-color: #ff0050; box-shadow: 0 0 20px rgba(255, 0, 80, 0.4); }
.social-x:hover  { background: #ffffff; color: #000 !important; border-color: #ffffff; box-shadow: 0 0 15px rgba(255, 255, 255, 0.3); }
.social-yt:hover { background: #FF0000; border-color: #FF0000; box-shadow: 0 0 15px rgba(255, 0, 0, 0.45); }
.social-li:hover { background: #0A66C2; border-color: #0A66C2; box-shadow: 0 0 15px rgba(10, 102, 194, 0.45); }

/* Back to Top Button */
.back-to-top {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--vantage-primary);
  border-radius: 50%;
  background: var(--vantage-primary);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(229, 9, 20, 0.3);
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #fff;
  color: #000;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(229, 9, 20, 0.4);
}

@media (max-width: 980px) {
  .nav-inner {
    justify-content: flex-start;
  }

  .nav-actions {
    margin-left: auto;
    margin-right: 18px;
  }

  .nav-toggle {
    display: inline-flex;
    order: 3;
  }

  .nav-menu-drawer {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #090909;
    padding: 24px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-menu-drawer.is-open {
    display: flex;
  }

  .nav-menu-drawer .nav-search {
    display: block !important;
    width: 100%;
    margin-bottom: 24px;
  }

  .nav-menu-drawer .nav-search input {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
  }

  .primary-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .nav-search {
    display: none;
  }

  .split-section,
  .spotlight-section,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero-content {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-hero-slider,
  .home-hero-slider .swiper,
  .home-hero-slider .swiper-wrapper,
  .home-hero-slider .swiper-slide,
  .home-hero {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden;
  }

  .hero-badge,
  .eyebrow {
    width: min(320px, 88vw) !important;
    max-width: min(320px, 88vw) !important;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.12em;
    white-space: normal;
  }

  .hero-content h1 {
    width: 82vw;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    overflow-wrap: anywhere;
    word-break: break-all;
  }

  .hero-content p {
    width: min(260px, 74vw) !important;
    max-width: min(260px, 74vw) !important;
    font-size: 15px;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .nav-inner,
  .split-section,
  .spotlight-section,
  .product-section,
  .carousel-section,
  .newsletter-section,
  .page-shell,
  .shop-page,
  .single-product-page,
  .cart-page,
  .checkout-page,
  .order-page,
  .site-footer {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .home-hero {
    min-height: 60vh !important;
  }

  .button-row,
  .newsletter-form,
  .section-head,
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .button-primary,
  .button-secondary {
    width: auto !important;
    padding: var(--btn-pad-m, 12px 20px) !important;
    font-size: var(--btn-font-m, 13px) !important;
  }

  .product-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-section {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  #primary>.split-section,
  #primary>.product-section,
  #primary>.spotlight-section,
  #primary>.carousel-section,
  #primary>.newsletter-section,
  #primary>.home-hero-slider+section {
    margin-top: var(--section-gap-mobile) !important;
    margin-bottom: var(--section-gap-mobile) !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce ul.products article.product,
  .vantage-product-card {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .product-card-body {
    text-align: left;
    padding: 15px;
  }

  .product-card-body>* {
    max-width: 100%;
  }

  .product-card-head {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 8px !important;
  }

  .product-card-body .price,
  .product-card-body .price * {
    display: inline-block !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    text-align: right !important;
    color: var(--vantage-primary) !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100px !important;
  }

  .product-card-body h3 {
    flex: 1 !important;
    min-width: 0 !important;
    margin: 0 10px 0 0 !important;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    display: block;
  }

  .woocommerce-result-count {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .section-head {
    text-align: center;
    align-items: center;
    margin-bottom: 32px;
  }

  .site-footer {
    padding-top: 48px;
    text-align: center;
  }

  .social-links {
    justify-content: center;
    margin-top: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}