/** Shopify CDN: Minification failed

Line 1528:22 Unexpected "!"
Line 1528:111 Unterminated string token
Line 1530:41 Expected identifier but found whitespace
Line 1532:114 Unexpected "("

**/

/* ══════════════════════════════════════════════════════════
   AZN MILANO — Global Overrides for Shopify Dawn v15.2.0
   Dark editorial theme inspired by Dolly Noire with
   orange (#FF6B00) accent. Targets Dawn's default classes
   to visually transform the theme without breaking
   functionality.
   ══════════════════════════════════════════════════════════ */
 
/* ── FONT FACES ── */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Anton'), local('Anton-Regular');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: local('Inter'), local('Inter-Regular');
}
 
/* ══════════════════════════════════════════════════════════
   CSS VARIABLES (Root)
   ══════════════════════════════════════════════════════════ */
:root {
  --orange: #FF6B00;
  --orange-hover: #FF8526;
  --orange-dark: #D95A00;
  --orange-glow: rgba(255,107,0,.35);
  --black: #060606;
  --bg: #0a0a0a;
  --surface-1: #111111;
  --surface-2: #161616;
  --surface-3: #1e1e1e;
  --surface-4: #2a2a2a;
  --border: rgba(255,255,255,.06);
  --border-hover: rgba(255,255,255,.12);
  --text: #F0F0F0;
  --text-secondary: #999999;
  --text-muted: #666666;
  --white: #FFFFFF;
  --green: #22C55E;
  --red: #EF4444;
  --blue: #3B82F6;
  --yellow: #EAB308;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 20px;
  --radius-full: 9999px;
  --ease: cubic-bezier(.4,0,.2,1);
  --ease-spring: cubic-bezier(.175,.885,.32,1.275);
  --shadow-sm: 0 2px 8px rgba(0,0,0,.3);
  --shadow-md: 0 8px 24px rgba(0,0,0,.4);
  --shadow-lg: 0 16px 48px rgba(0,0,0,.5);
  --shadow-glow: 0 0 30px var(--orange-glow);
  --nav-h: 64px;
  --ticker-h: 36px;
  --container: 1400px;
  --color-foreground: 240, 240, 240;
  --color-background: 10, 10, 10;
  --color-base-text: 240, 240, 240;
  --color-base-background-1: 10, 10, 10;
  --color-base-background-2: 17, 17, 17;
  --color-base-solid-button-labels: 255, 255, 255;
  --color-base-accent-1: 255, 107, 0;
  --color-base-accent-2: 217, 90, 0;
  --page-width: 1400px;
  --font-body-family: 'Inter', sans-serif;
  --font-heading-family: 'Anton', sans-serif;
}
 
/* ══════════════════════════════════════════════════════════
   BODY RESET
   ══════════════════════════════════════════════════════════ */
body {
  background: var(--bg) !important;
  color: var(--text) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
 
html {
  scroll-behavior: smooth;
  background: var(--bg);
}
 
h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Anton', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1;
  font-weight: 400;
  color: var(--text);
}
 
::selection { background: var(--orange); color: var(--white); }
::-moz-selection { background: var(--orange); color: var(--white); }
 
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: var(--surface-4); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--orange); }
* { scrollbar-width: thin; scrollbar-color: var(--surface-4) var(--black); }
 
a { text-decoration: none; color: inherit; transition: color .25s var(--ease); }
ul, ol { list-style: none; }
img, svg { display: block; max-width: 100%; }
 
/* ══════════════════════════════════════════════════════════
   UTILITIES
   ══════════════════════════════════════════════════════════ */
.accent { color: var(--orange) !important; }
.text-muted { color: var(--text-secondary) !important; }
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 40px);
}
.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0,0,0,0); clip-path: inset(50%);
  white-space: nowrap; border: 0; padding: 0; margin: -1px;
}
 
.page-width { max-width: 1400px !important; padding: 0 clamp(16px, 3vw, 40px) !important; }
 
/* ══════════════════════════════════════════════════════════
   STANDARD PAGES
   ══════════════════════════════════════════════════════════ */
body .main-page-title,
body h1.main-page-title.page-title {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
  padding: 0 !important;
  border: none !important;
  font-family: 'Anton', sans-serif !important;
  font-size: clamp(36px, 5vw, 56px) !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  line-height: 1 !important;
  color: var(--text) !important;
}
body .template-page .rte > :first-child,
body .template-page .rte > :first-child > :first-child {
  margin-top: 0 !important;
}
body .template-page .rte hr {
  margin: 2rem 0 !important;
  height: 1px !important;
  background: var(--border) !important;
  border: none !important;
}
body .template-page .rte h2,
body .template-page .rte h3 {
  font-family: 'Anton', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  color: var(--text) !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}
body .template-page .rte p {
  font-family: 'Inter', sans-serif !important;
  color: var(--text-secondary) !important;
  line-height: 1.7 !important;
}
body .template-page .rte a {
  color: var(--orange) !important;
}
 
/* ══════════════════════════════════════════════════════════
   KEYFRAME ANIMATIONS
   ══════════════════════════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(.94); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: .5; }
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes shimmer {
  0%   { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
@keyframes glow {
  0%, 100% { box-shadow: 0 0 20px rgba(255,107,0,.15); }
  50%      { box-shadow: 0 0 40px rgba(255,107,0,.4); }
}
@keyframes rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes borderShine {
  0%   { border-color: rgba(255,107,0,.15); }
  50%  { border-color: rgba(255,107,0,.45); }
  100% { border-color: rgba(255,107,0,.15); }
}
@keyframes slideInRight {
  from { transform: translateX(100%); }
  to   { transform: translateX(0); }
}
@keyframes countPulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}
 
[data-aos] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
[data-aos].aos-in,
[data-aos].is-visible {
  opacity: 1;
  transform: translateY(0);
}
 
/* ══════════════════════════════════════════════════════════
   BUTTONS
   ══════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 28px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  border-radius: 0;
  transition: all .3s var(--ease);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.06), transparent);
  transform: translateX(-100%);
  transition: transform .5s var(--ease);
  pointer-events: none;
}
.btn:hover::after { transform: translateX(100%); }
 
.btn-primary { background: var(--orange); color: var(--white); border: 2px solid var(--orange); }
.btn-primary:hover { background: var(--orange-hover); border-color: var(--orange-hover); }
.btn-outline { background: transparent; color: var(--text); border: 2px solid var(--text); }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.btn-ghost { background: rgba(255,255,255,.05); color: var(--text-secondary); border: 1px solid var(--border); }
.btn-ghost:hover { background: rgba(255,255,255,.1); color: var(--text); }
.btn-sm { padding: 8px 16px; font-size: 10px; }
.btn-lg { padding: 15px 40px; font-size: 12px; }
.btn-block { width: 100%; }
 
.btn-icon {
  width: 40px; height: 40px;
  padding: 0;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 16px;
  transition: all .3s var(--ease);
  position: relative;
}
.btn-icon:hover { background: var(--orange); border-color: var(--orange); }
.btn-icon .cart-badge {
  position: absolute; top: -3px; right: -3px;
  width: 16px; height: 16px;
  background: var(--orange); color: var(--white);
  font-size: 9px; font-weight: 700;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--bg);
}
 
.shopify-section .button,
.shopify-section .button--primary,
.button,
.button--primary,
.button--secondary,
.button--tertiary {
  border-radius: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .14em !important;
  font-size: 11px !important;
  padding: 12px 28px !important;
  min-width: unset !important;
  min-height: unset !important;
  transition: all .3s var(--ease) !important;
}
.button--primary, button.button--primary {
  background: var(--orange) !important;
  color: var(--white) !important;
  box-shadow: 0 0 0 2px var(--orange) inset !important;
}
.button--primary:hover, button.button--primary:hover {
  background: var(--orange-hover) !important;
  box-shadow: 0 0 0 2px var(--orange-hover) inset !important;
}
.button--secondary {
  background: transparent !important;
  color: var(--text) !important;
  box-shadow: 0 0 0 2px var(--text) inset !important;
}
.button--secondary:hover {
  color: var(--orange) !important;
  box-shadow: 0 0 0 2px var(--orange) inset !important;
}
.button--tertiary {
  background: rgba(255,255,255,.05) !important;
  color: var(--text-secondary) !important;
  box-shadow: 0 0 0 1px var(--border) inset !important;
}
.button--tertiary:hover {
  background: rgba(255,255,255,.1) !important;
  color: var(--text) !important;
}
 
/* ══════════════════════════════════════════════════════════
   DAWN COLOR SCHEMES OVERRIDE
   ══════════════════════════════════════════════════════════ */
.color-scheme-3, .color-background-3, .color-scheme-3 .shopify-section {
  --color-foreground: 255, 255, 255;
  --color-background: 6, 6, 6;
  --color-base-text: 255, 255, 255;
  --color-base-background-1: 6, 6, 6;
  --color-base-background-2: 17, 17, 17;
  --color-base-solid-button-labels: 255, 255, 255;
  --color-base-accent-1: 255, 107, 0;
  --color-base-accent-2: 217, 90, 0;
  background-color: var(--black);
  color: var(--white);
}
.color-scheme-4, .color-background-4, .color-scheme-4 .shopify-section {
  --color-foreground: 240, 240, 240;
  --color-background: 17, 17, 17;
  --color-base-text: 240, 240, 240;
  --color-base-background-1: 17, 17, 17;
  --color-base-background-2: 22, 22, 22;
  --color-base-solid-button-labels: 255, 255, 255;
  --color-base-accent-1: 255, 107, 0;
  --color-base-accent-2: 217, 90, 0;
  background-color: var(--surface-1);
  color: var(--text);
}
.color-scheme-5, .color-background-5, .color-scheme-5 .shopify-section {
  --color-foreground: 240, 240, 240;
  --color-background: 10, 10, 10;
  --color-base-text: 240, 240, 240;
  --color-base-background-1: 10, 10, 10;
  --color-base-background-2: 17, 17, 17;
  --color-base-solid-button-labels: 255, 255, 255;
  --color-base-accent-1: 255, 107, 0;
  --color-base-accent-2: 217, 90, 0;
  background-color: var(--bg);
  color: var(--text);
}
 
.color-background-1, .gradient {
  background: var(--bg) !important;
  color: var(--text) !important;
}
 
/* ══════════════════════════════════════════════════════════
   HEADER / NAVBAR
   ══════════════════════════════════════════════════════════ */
.header-wrapper, .header-wrapper--border-bottom {
  background: rgba(10,10,10,.85) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid transparent !important;
  transition: all .3s var(--ease);
}
.header-wrapper.scrolled {
  background: rgba(10,10,10,.95) !important;
  border-bottom-color: var(--border) !important;
}
.shopify-section-header-sticky .header-wrapper,
.shopify-section-header-sticky .header-wrapper--border-bottom {
  position: sticky;
  top: 0;
  z-index: 100;
}
header.header, .header {
  background: transparent !important;
  max-width: 1400px !important;
  padding: 0 clamp(16px, 3vw, 40px) !important;
  min-height: var(--nav-h);
  align-items: center;
}
.header__heading, .header__heading-logo-wrapper { display: inline-flex; align-items: center; }
body header.header .header__heading-logo,
body header.header .header__heading-link img,
body header.header .header__heading-link .header__heading-logo,
body header.header h1.header__heading .header__heading-link img,
body .header .header__heading-link img,
body header .header__heading-logo-wrapper img {
  height: 80px !important;
  max-height: 80px !important;
  width: auto !important;
  max-width: 280px !important;
  object-fit: contain;
  transition: transform .3s var(--ease);
}
body header.header .header__heading-link:hover img { transform: scale(1.05); }
 
.header__inline-menu { justify-content: center; }
.header__inline-menu .list-menu { display: flex; gap: 32px; align-items: center; }
.header__menu-item,
.header__inline-menu .list-menu__item .link {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: .16em !important;
  color: var(--text-secondary) !important;
  padding: 4px 0 !important;
  position: relative;
  text-decoration: none !important;
  transition: color .3s var(--ease);
}
.header__menu-item::after,
.header__inline-menu .list-menu__item .link::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1.5px;
  background: var(--orange);
  transition: width .3s var(--ease);
}
.header__menu-item:hover,
.header__menu-item.header__active-menu-item,
.header__inline-menu .list-menu__item .link:hover { color: var(--text) !important; }
.header__menu-item:hover::after,
.header__menu-item.header__active-menu-item::after,
.header__inline-menu .list-menu__item .link:hover::after { width: 100%; }
 
body .header__menu-item,
body .header__menu-item span,
body .header__menu-item:hover,
body .header__menu-item:hover span,
body .header__active-menu-item,
body .header__menu-item:hover .header__active-menu-item,
body details[open] > .header__menu-item,
body .header__inline-menu .list-menu__item .link {
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-thickness: 0 !important;
  text-underline-offset: 0 !important;
}
 
body header.header .header__icons {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
}
body header.header .header__icons .header__icon,
body header.header .header__icon-link {
  color: var(--text) !important;
  transition: color .3s var(--ease);
  padding: 10px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
body header.header .header__icons .header__icon:hover,
body header.header .header__icon-link:hover { color: var(--orange) !important; }
 
body header.header .header__icons .header__icon:not(#cart-icon-bubble) .svg-wrapper,
body header.header .header__icon:not(#cart-icon-bubble) .svg-wrapper {
  width: 30px !important;
  height: 30px !important;
}
body header.header .header__icons .header__icon:not(#cart-icon-bubble) svg,
body header.header .header__icon:not(#cart-icon-bubble) svg,
body header.header .header__icon:not(#cart-icon-bubble) .svg-wrapper > svg {
  height: 30px !important;
  width: 30px !important;
}
body .cart-count-bubble {
  background: var(--orange) !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  border: 2px solid var(--bg) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 2px;
}
 
.mega-menu__content, .header__submenu {
  background: rgba(10,10,10,.96) !important;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border: 1px solid var(--border) !important;
  border-radius: 0 !important;
}
.mega-menu__link, .header__submenu .header__menu-item { color: var(--text-secondary) !important; font-size: 12px !important; }
.mega-menu__link:hover, .header__submenu .header__menu-item:hover { color: var(--orange) !important; }
 
.menu-drawer {
  background: var(--surface-1) !important;
  border-right: 1px solid var(--border) !important;
}
.menu-drawer__navigation .menu-drawer__menu-item {
  color: var(--text) !important;
  font-family: 'Inter', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: .1em !important;
  font-size: 13px !important;
}
.menu-drawer__navigation .menu-drawer__menu-item:hover {
  background: rgba(255,107,0,.06) !important;
  color: var(--orange) !important;
}
 
/* ══════════════════════════════════════════════════════════
   CARD PRODUCT
   ══════════════════════════════════════════════════════════ */
.product-grid,
.grid--4-col-desktop,
.collection .grid,
.grid.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 2px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.grid.product-grid .grid__item,
.product-grid .grid__item {
  padding: 0 !important;
  margin: 0 !important;
}
 
body .card-wrapper { color: var(--text); }
body .card,
body .card-wrapper .card {
  background: var(--surface-1) !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all .3s var(--ease);
}
body .card--standard:not(.card--text),
body .card--card:not(.card--text) { background: var(--surface-1) !important; }
 
body .card__media,
body .card .media,
body .card .card__inner .card__media {
  border-radius: 0 !important;
  overflow: hidden;
  background: var(--surface-2) !important;
  aspect-ratio: 3 / 4;
}
body .card__media .media img,
body .card .media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .5s var(--ease), opacity .4s var(--ease);
}
body .card:hover .card__media img,
body .card-wrapper:hover .card__media img { transform: scale(1.03); }
body .card__media img.motion-reduce + img,
body .card .media img + img { opacity: 0; position: absolute; inset: 0; }
body .card:hover .card__media img + img,
body .card-wrapper:hover .card__media img + img { opacity: 1; }
 
body .card__information,
body .card-information {
  padding: 26px 14px 22px !important;
  background: var(--surface-1);
  color: var(--text);
  text-align: left;
}
 
/* ══════════════════════════════════════════════════════════
   FIX TITOLO PRODOTTO (es. "BLOCK FIT")
   Rimosso display:-webkit-box + overflow:hidden che nascondeva
   i titoli brevi su una sola riga. Sostituito con display:block
   e min-height per mantenere l'altezza uniforme tra le card.
   ══════════════════════════════════════════════════════════ */
body .card__information .card__heading,
body .card-information .card__heading,
body .card__heading,
body .card__heading.h5 {
  font-family: 'Anton', 'Inter', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  margin: 0 0 6px !important;
  color: var(--text) !important;
  line-height: 1.2 !important;
  display: block !important;
  min-height: calc(1.2em * 2) !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
}
 
body .card__heading a,
body .card__information .card__heading a,
body .card-information .card__heading a {
  font-family: 'Anton', 'Inter', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  color: var(--text) !important;
  text-decoration: none !important;
  line-height: 1.2 !important;
  display: block !important;
  transition: color .2s var(--ease);
}
body .card__heading a:hover { color: var(--orange) !important; }
body .card-information .caption-with-letter-spacing,
body .card-information__wrapper .caption-with-letter-spacing {
  font-size: 10px !important;
  color: var(--text-muted) !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
  margin-bottom: 8px;
}
 
body .price, body .card .price {
  color: var(--text) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
body .price__regular .price-item,
body .price__sale .price-item--sale {
  color: var(--text) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
body .price--on-sale .price__sale {
  display: inline-flex !important;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
}
body .price--on-sale .price__sale .price-item--sale {
  color: var(--orange) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}
body .price--on-sale .price__sale .price-item--regular,
body .price__sale .price-item--regular,
body .price .price-item--regular.price-item--last {
  color: var(--text-muted) !important;
  text-decoration: line-through !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}
body .price--on-sale .price__badge-sale,
body .price-item--sale { color: var(--orange) !important; }
 
.azn-badges {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 10 !important;
  display: flex !important;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
}
.badge, .azn-badge, .azn-badges > span {
  display: inline-block;
  padding: 5px 10px;
  font-family: 'Inter', sans-serif !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .14em !important;
  z-index: 5;
  border-radius: 0;
  line-height: 1;
  pointer-events: auto;
}
.badge-sale, .azn-badge--sale { background: var(--red); color: var(--white); }
.badge-new,  .azn-badge--new  { background: var(--orange); color: var(--white); }
.badge-drop, .azn-badge--drop { background: var(--green); color: var(--white); }
.badge-soldout, .azn-badge--soldout {
  background: #0a0a0a !important;
  color: #ffffff !important;
  border: 1px solid #FF6B00 !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.badge-limited, .azn-badge--limited { background: var(--yellow); color: var(--black); }
 
.soldout-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.5);
  display: flex; align-items: center; justify-content: center;
  z-index: 4;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.soldout-overlay span {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  letter-spacing: .2em;
  color: var(--white);
  transform: rotate(-12deg);
  border: 2px solid var(--white);
  padding: 6px 24px;
}
 
.card-quick {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(10,10,10,.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 12px;
  z-index: 6;
  transform: translateY(100%);
  transition: transform .35s var(--ease);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body .card-wrapper:hover .card-quick,
body .card:hover .card-quick { transform: translateY(0); }
 
.card-quick-label {
  font-family: 'Inter', sans-serif !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .18em !important;
  color: rgba(255,255,255,.55) !important;
  margin: 0 0 6px !important;
  text-align: center;
}
.card-quick-row { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; align-items: center; }
.card-quick-colors { padding: 4px 0; }
.card-quick-colors .card-color-btn {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.45);
  padding: 0; cursor: pointer;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.45);
  transition: transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.card-quick-colors .card-color-btn:hover { transform: scale(1.12); border-color: #ffffff; }
.card-quick-colors .card-color-btn.selected {
  border-color: var(--orange);
  box-shadow: 0 0 0 2px var(--orange), inset 0 0 0 1px rgba(0,0,0,.45);
  transform: scale(1.08);
}
 
.card-size-btn {
  min-width: 32px; height: 28px;
  padding: 0 8px;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent;
  border: 1px solid rgba(255,255,255,.2);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .04em;
  transition: all .2s var(--ease);
  cursor: pointer;
}
.card-size-btn:hover:not([disabled]),
.card-size-btn.selected { background: var(--orange); border-color: var(--orange); color: var(--white); }
.card-size-btn[disabled], .card-size-btn.out-of-stock {
  opacity: .3; cursor: not-allowed;
  text-decoration: line-through; pointer-events: none;
}
 
.card-add-btn {
  width: 100%; padding: 10px;
  background: var(--orange); color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em;
  border: none; cursor: pointer;
  transition: background .2s var(--ease);
  margin-top: 4px;
}
.card-add-btn:hover { background: var(--orange-hover); }
.card-add-btn:disabled { opacity: .6; cursor: wait; }
 
body .card-wrapper:hover .card__heading a::after,
body .card-wrapper:hover .card__heading a:after,
body .card:hover .card__heading a::after,
body .card:hover .card__heading a:after { pointer-events: none !important; display: none !important; }
body .card-quick { z-index: 50 !important; pointer-events: auto !important; }
body .card-quick .card-color-btn,
body .card-quick .card-size-btn,
body .card-quick .card-add-btn { position: relative !important; z-index: 51 !important; pointer-events: auto !important; }
 
.card-variants { display: flex; gap: 6px; margin-top: 6px; }
.card-variant-thumb {
  width: 32px; height: 40px;
  border: 1px solid var(--border);
  overflow: hidden; cursor: pointer;
  transition: border-color .2s var(--ease);
  background: var(--surface-2);
}
.card-variant-thumb:hover, .card-variant-thumb.active { border-color: var(--orange); }
.card-variant-thumb .swatch-color { width: 100%; height: 100%; display: block; }
 
/* ══════════════════════════════════════════════════════════
   FACETS
   ══════════════════════════════════════════════════════════ */
.facets, .facets-container, facet-filters-form {
  background: rgba(10,10,10,.9) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border) !important;
  padding: 12px 0 !important;
  color: var(--text);
}
.facets__form { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; padding: 0 clamp(16px, 3vw, 40px); }
.facets__summary, .facets-wrap summary {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important; font-weight: 600 !important;
  text-transform: uppercase !important; letter-spacing: .12em !important;
  color: var(--text-secondary) !important;
  padding: 10px 20px !important;
  background: transparent !important;
  border: 1px solid var(--border) !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: all .3s var(--ease);
}
.facets__summary:hover, .facets__summary[aria-expanded="true"] { border-color: var(--orange) !important; color: var(--text) !important; }
.facets__disclosure, .facets__disclosure-vertical {
  background: var(--surface-1) !important;
  border: 1px solid var(--border) !important;
  border-radius: 0 !important;
  color: var(--text); padding: 16px;
}
.facets__list .facets__item { color: var(--text-secondary) !important; }
.facets__label, .facet-checkbox { color: var(--text-secondary) !important; font-size: 12px !important; }
.facets__label:hover, .facet-checkbox:hover { color: var(--text) !important; }
.facets__checkbox:checked + .facets__label,
.facet-checkbox input[type="checkbox"]:checked + span { color: var(--orange) !important; }
 
.filter-chip, .active-facets__button {
  padding: 10px 20px !important;
  background: transparent !important;
  border: 1px solid var(--border) !important;
  border-radius: 0 !important;
  font-size: 11px !important; font-weight: 600 !important;
  text-transform: uppercase !important; letter-spacing: .12em !important;
  color: var(--text-secondary) !important;
  transition: all .3s var(--ease) !important;
  cursor: pointer;
}
.filter-chip:hover, .active-facets__button:hover { border-color: var(--orange) !important; color: var(--text) !important; }
.filter-chip.active, .active-facets__button--active { background: var(--orange) !important; border-color: var(--orange) !important; color: var(--white) !important; }
.facet-filters__sort {
  background: transparent !important; color: var(--text) !important;
  border: 1px solid var(--border) !important; border-radius: 0 !important;
  font-size: 11px !important; text-transform: uppercase !important;
  letter-spacing: .1em !important; padding: 10px 20px !important;
}
 
/* ══════════════════════════════════════════════════════════
   CART DRAWER
   ══════════════════════════════════════════════════════════ */
cart-drawer, cart-drawer.drawer {
  background: rgba(0, 0, 0, 0.55) !important;
  color: var(--text) !important;
  border: 0 !important;
}
cart-drawer .drawer__inner,
.cart-drawer .drawer__inner,
.cart-drawer__inner {
  background: var(--surface-1) !important;
  color: var(--text) !important;
  border-left: 1px solid var(--border) !important;
  --color-foreground: 240, 240, 240 !important;
  --color-background: 17, 17, 17 !important;
  --color-button: 255, 107, 0 !important;
  --color-button-text: 255, 255, 255 !important;
  --color-shadow: 0, 0, 0 !important;
}
cart-drawer .drawer__inner *:not(.price):not(.cart-item__final-price):not([class*="orange"]):not(button):not(.button) { color: inherit; }
cart-drawer .cart-item,
cart-drawer .cart-item__details,
cart-drawer .cart-item__details *,
cart-drawer .cart-item__totals,
cart-drawer .cart-item__totals *,
cart-drawer .drawer__contents,
cart-drawer .drawer__cart-items-wrapper,
cart-drawer table.cart-items,
cart-drawer table.cart-items th,
cart-drawer table.cart-items td,
cart-drawer .drawer__heading,
cart-drawer .drawer__footer,
cart-drawer .cart-drawer__footer,
cart-drawer .cart__ctas,
cart-drawer .totals,
cart-drawer .tax-note { color: #f0f0f0 !important; }
 
#CartDrawer, .cart-drawer { background: transparent !important; }
.drawer__header, .cart-drawer__header { padding: 20px !important; border-bottom: 1px solid var(--border) !important; background: transparent !important; }
.drawer__heading, .cart-drawer__heading { font-family: 'Anton', sans-serif !important; font-size: 18px !important; letter-spacing: .04em; color: var(--text) !important; }
.drawer__close, .cart-drawer__close { color: var(--text-muted) !important; transition: color .2s var(--ease); }
.drawer__close:hover, .cart-drawer__close:hover { color: var(--text) !important; }
 
.cart-items, cart-drawer .cart-items { background: transparent !important; color: var(--text) !important; }
.cart-item, cart-drawer-items .cart-item { background: transparent !important; color: var(--text) !important; border-bottom: 1px solid var(--border) !important; }
.cart-item:last-child { border-bottom: none !important; }
.cart-item__name, .cart-item__name a {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important; font-weight: 600 !important;
  line-height: 1.3 !important; color: var(--text) !important;
  text-transform: none !important; letter-spacing: 0 !important;
}
.cart-item__name:hover { color: var(--orange) !important; }
.product-option, dl.product-option, .cart-item__details .product-option {
  font-size: 10px !important; color: var(--text-muted) !important;
  text-transform: uppercase !important; letter-spacing: .06em !important;
  margin-top: 2px;
}
.cart-item__price-wrapper, .cart-item .cart-item__price-wrapper { color: var(--text) !important; }
.cart-item__price-wrapper .price,
.cart-item__totals .price,
.cart-item__final-price { font-size: 14px !important; font-weight: 700 !important; color: var(--text) !important; }
 
body .product-form__quantity .quantity,
body .product__info-wrapper .quantity,
body .product-form__quantity quantity-input,
body .product__info-wrapper quantity-input {
  display: inline-flex !important; align-items: center !important;
  background: #161616 !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 0 !important;
  height: 48px !important; width: auto !important; min-height: 48px !important;
  position: relative !important; overflow: hidden !important;
  box-shadow: none !important; color: #F0F0F0 !important;
}
body .product-form__quantity .quantity::before,
body .product-form__quantity .quantity::after,
body .product__info-wrapper .quantity::before,
body .product__info-wrapper .quantity::after,
body .product-form__quantity quantity-input::before,
body .product-form__quantity quantity-input::after,
body .product__info-wrapper quantity-input::before,
body .product__info-wrapper quantity-input::after { display: none !important; content: none !important; background: transparent !important; box-shadow: none !important; border: 0 !important; }
body .product-form__quantity .quantity__input,
body .product__info-wrapper .quantity__input {
  background: transparent !important; color: #F0F0F0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important; font-weight: 700 !important;
  text-align: center !important; width: 60px !important;
  height: 100% !important; border: 0 !important; padding: 0 !important;
  opacity: 1 !important;
  -moz-appearance: textfield; -webkit-appearance: none; appearance: none;
}
body .product-form__quantity .quantity__input::-webkit-outer-spin-button,
body .product-form__quantity .quantity__input::-webkit-inner-spin-button,
body .product__info-wrapper .quantity__input::-webkit-outer-spin-button,
body .product__info-wrapper .quantity__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
body .product-form__quantity .quantity__button,
body .product__info-wrapper .quantity__button {
  width: 44px !important; height: 100% !important;
  background: transparent !important; color: #F0F0F0 !important;
  border: 0 !important; cursor: pointer;
  display: inline-flex !important; align-items: center; justify-content: center;
  padding: 0 !important; margin: 0 !important; flex-shrink: 0;
  transition: background .2s var(--ease), color .2s var(--ease);
}
body .product-form__quantity .quantity__button:hover,
body .product__info-wrapper .quantity__button:hover { background: rgba(255,107,0,.18) !important; color: #FF6B00 !important; }
body .product-form__quantity .quantity__button svg,
body .product__info-wrapper .quantity__button svg { width: 14px !important; height: 14px !important; }
body .product-form__quantity .quantity__label,
body .product-form__quantity-label,
body .product__info-wrapper .quantity__label {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important; font-weight: 600 !important;
  text-transform: uppercase !important; letter-spacing: .12em !important;
  color: var(--text-secondary) !important; margin-bottom: 8px !important; display: block;
}
.cart-remove-button, .cart-item__remove { color: var(--text-muted) !important; background: transparent !important; border: none !important; }
.cart-remove-button:hover, .cart-item__remove:hover { color: var(--red) !important; }
 
.cart-shipping-bar { padding: 14px 20px; border-bottom: 1px solid var(--border); background: var(--surface-1); }
.cart-shipping-track { height: 3px; background: var(--surface-3); overflow: hidden; margin-bottom: 8px; border-radius: 0; }
.cart-shipping-fill { height: 100%; background: var(--orange); transition: width .5s var(--ease); width: 0; }
.cart-shipping-msg { font-size: 11px; color: var(--text-muted); text-align: center; }
.cart-shipping-msg .unlocked { color: var(--orange); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
 
.drawer__footer, .cart-drawer__footer, .cart__footer { padding: 20px !important; border-top: 1px solid var(--border) !important; background: var(--surface-1) !important; }
.totals, .cart__ctas .totals { display: flex !important; justify-content: space-between !important; font-size: 15px !important; font-weight: 600 !important; margin-bottom: 4px !important; color: var(--text) !important; }
.totals .totals__subtotal, .totals__subtotal-value { color: var(--orange) !important; font-weight: 700 !important; }
.tax-note, .cart__footer .tax-note { font-size: 10px !important; color: var(--text-muted) !important; text-align: center !important; margin-bottom: 14px !important; }
.cart__ctas .button, .cart__checkout-button {
  background: var(--orange) !important; color: var(--white) !important;
  font-family: 'Inter', sans-serif !important; font-size: 11px !important;
  font-weight: 700 !important; text-transform: uppercase !important;
  letter-spacing: .14em !important; padding: 14px 28px !important;
  width: 100% !important; box-shadow: 0 0 0 2px var(--orange) inset !important;
  border-radius: 0 !important;
}
.cart__ctas .button:hover, .cart__checkout-button:hover { background: var(--orange-hover) !important; box-shadow: 0 0 0 2px var(--orange-hover) inset !important; }
.cart__empty-text, .drawer__cart-items--empty .cart__warnings { color: var(--text-muted) !important; font-size: 13px !important; text-align: center; }
 
/* ══════════════════════════════════════════════════════════
   NEWSLETTER SECTION
   ══════════════════════════════════════════════════════════ */
.newsletter, .newsletter-form__wrapper, .shopify-section--newsletter, .newsletter-section {
  background: var(--orange) !important;
  padding: clamp(48px, 7vw, 80px) 0 !important;
  text-align: center !important; position: relative; overflow: hidden; color: var(--white) !important;
}
.newsletter::before, .newsletter-section::before {
  content: 'AZN'; font-family: 'Anton', sans-serif;
  font-size: clamp(160px, 28vw, 320px);
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(0,0,0,.05); pointer-events: none; z-index: 0; letter-spacing: .04em;
}
.newsletter__wrapper, .newsletter-form { position: relative; z-index: 1; }
.newsletter h2, .newsletter__heading, .newsletter-section h2 {
  font-family: 'Anton', sans-serif !important;
  font-size: clamp(24px, 3.5vw, 36px) !important;
  color: var(--white) !important; margin-bottom: 10px;
  text-transform: uppercase; letter-spacing: .04em; position: relative;
}
.newsletter .newsletter__subheading, .newsletter .rte, .newsletter p { color: rgba(255,255,255,.75) !important; margin-bottom: 24px; position: relative; font-size: 14px !important; }
.newsletter-form__field-wrapper { max-width: 480px !important; margin: 0 auto !important; position: relative !important; display: block !important; border: 0 !important; background: transparent !important; padding: 0 !important; }
.newsletter-form__field-wrapper .field {
  display: flex !important; align-items: stretch !important;
  width: 100% !important; max-width: 480px !important; margin: 0 auto !important;
  position: relative !important;
  background: rgba(0,0,0,.18) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 0 !important; overflow: hidden !important;
  box-shadow: none !important; min-height: 52px !important;
}
.newsletter-form__field-wrapper .field::before,
.newsletter-form__field-wrapper .field::after { display: none !important; content: none !important; }
.newsletter-form__field-wrapper .field__label,
.newsletter-form .field__label,
.newsletter-form label.field__label { display: none !important; visibility: hidden !important; position: absolute !important; pointer-events: none !important; width: 0 !important; height: 0 !important; overflow: hidden !important; opacity: 0 !important; }
.newsletter-form .field__input,
.newsletter-form input[type="email"],
.newsletter-form__field-wrapper input[type="email"] {
  flex: 1 1 auto !important; width: auto !important; min-width: 0 !important;
  padding: 0 18px !important; background: transparent !important;
  border: 0 !important; outline: 0 !important; box-shadow: none !important;
  color: #FFFFFF !important; font-family: 'Inter', Arial, sans-serif !important;
  font-size: 14px !important; font-weight: 500 !important;
  line-height: 1 !important; height: 50px !important; border-radius: 0 !important;
}
.newsletter-form .field__input::placeholder,
.newsletter-form input[type="email"]::placeholder { color: rgba(255,255,255,.55) !important; font-weight: 400 !important; }
.newsletter-form .field__input:focus,
.newsletter-form input[type="email"]:focus { background: transparent !important; outline: 0 !important; box-shadow: none !important; }
.newsletter-form__button,
.newsletter-form button[type="submit"],
.newsletter-form .field__button {
  flex: 0 0 auto !important; display: inline-flex !important;
  align-items: center !important; justify-content: center !important;
  padding: 0 22px !important; height: 50px !important; min-width: 64px !important;
  background: #060606 !important; color: #FFFFFF !important;
  border: 0 !important; border-radius: 0 !important; cursor: pointer !important;
  box-shadow: none !important; transition: background .25s ease !important;
  position: relative !important; top: auto !important; right: auto !important;
}
.newsletter-form__button .svg-wrapper,
.newsletter-form button[type="submit"] .svg-wrapper { display: inline-flex !important; align-items: center !important; justify-content: center !important; }
.newsletter-form__button svg,
.newsletter-form button[type="submit"] svg { width: 18px !important; height: 18px !important; color: #FFFFFF !important; fill: currentColor !important; }
.newsletter-form__button:hover,
.newsletter-form button[type="submit"]:hover { background: #1a1a1a !important; }
 
/* ══════════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════════ */
.footer, .shopify-section-group-footer-group .footer {
  background: var(--black) !important;
  border-top: 1px solid var(--border) !important;
  color: var(--text-muted); padding: 0 !important;
}
.footer__content-top, .footer .page-width { padding: 56px clamp(16px, 3vw, 40px) 28px !important; max-width: 1400px !important; }
.footer__blocks-wrapper { display: grid !important; grid-template-columns: 2fr 1fr 1fr 1fr !important; gap: 36px !important; margin-bottom: 40px !important; }
.footer-block { color: var(--text-muted); }
.footer-block--menu, .footer-block--text, .footer-block--brand, .footer-block--newsletter, .footer-block--image { padding: 0 !important; }
.footer-block__brand-info img, .footer-block__details-content img { height: 32px !important; width: auto !important; margin-bottom: 14px; object-fit: contain; }
.footer-block__brand-info p, .footer-block__details-content p { color: var(--text-muted) !important; font-size: 12px !important; line-height: 1.7 !important; max-width: 260px; }
.footer-block__heading, .footer h2, .footer-block__details-content h2 {
  font-family: 'Anton', sans-serif !important;
  font-size: 12px !important; letter-spacing: .16em !important;
  color: var(--orange) !important; margin-bottom: 16px !important;
  text-transform: uppercase !important; font-weight: 400 !important;
}
.footer-block__details-content ul li a,
.footer-block__list-item a,
.footer-block__details-content a {
  display: block !important; color: var(--text-muted) !important;
  font-size: 12px !important; padding: 4px 0 !important;
  transition: all .25s var(--ease); text-decoration: none !important;
}
.footer-block__details-content ul li a:hover,
.footer-block__list-item a:hover { color: var(--text) !important; padding-left: 3px !important; }
 
.footer .list-social, .footer__list-social { display: flex !important; gap: 6px !important; margin-top: 16px !important; justify-content: flex-start !important; padding: 0 !important; }
.footer .list-social__item, .footer__list-social-link { margin: 0 !important; }
.footer .list-social__link {
  width: 32px !important; height: 32px !important; border-radius: 50% !important;
  background: var(--surface-2) !important; display: flex !important;
  align-items: center !important; justify-content: center !important;
  color: var(--text-muted) !important; font-size: 11px !important;
  font-weight: 700; transition: all .3s var(--ease); padding: 0 !important;
}
.footer .list-social__link:hover { background: var(--orange) !important; color: var(--white) !important; }
.footer .list-social__link svg { width: 14px; height: 14px; }
.footer__content-bottom, .footer__copyright {
  border-top: 1px solid var(--border) !important;
  padding: 20px clamp(16px, 3vw, 40px) !important;
  margin: 0 auto !important; max-width: 1400px !important;
  display: flex !important; justify-content: space-between !important;
  align-items: center !important; flex-wrap: wrap !important; gap: 10px;
}
.footer__content-bottom small,
.footer__copyright-content,
.footer__copyright .copyright__content { font-size: 11px !important; color: var(--text-muted) !important; }
.footer .list-payment__item svg { opacity: .5; }
 
/* ══════════════════════════════════════════════════════════
   COUNTDOWN
   ══════════════════════════════════════════════════════════ */
.countdown { display: flex; gap: 12px; justify-content: center; margin-bottom: 48px; flex-wrap: wrap; }
.count-box { background: var(--surface-2); border: 1px solid rgba(255,107,0,.12); padding: 16px 20px; text-align: center; min-width: 76px; animation: borderShine 4s ease infinite; }
.count-num { font-family: 'Anton', sans-serif; font-size: 32px; color: var(--orange); display: block; line-height: 1; }
.count-label { font-size: 9px; text-transform: uppercase; letter-spacing: .16em; color: var(--text-muted); margin-top: 4px; }
 
/* ══════════════════════════════════════════════════════════
   REVIEWS
   ══════════════════════════════════════════════════════════ */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.review-card, .review { background: var(--surface-1); padding: 24px; border: 1px solid var(--border); transition: all .3s var(--ease); position: relative; }
.review-card:hover, .review:hover { border-color: rgba(255,107,0,.15); }
.review-quote { position: absolute; top: 12px; right: 16px; font-size: 48px; line-height: 1; color: rgba(255,107,0,.06); font-family: Georgia, serif; pointer-events: none; }
.review-stars { color: var(--orange); font-size: 12px; letter-spacing: 2px; margin-bottom: 12px; }
.review-text { font-size: 13px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 16px; font-style: italic; }
.review-footer { display: flex; align-items: center; gap: 10px; }
.review-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; color: var(--white); font-family: 'Inter', sans-serif; }
.review-author { font-weight: 600; font-size: 13px; color: var(--text); }
.review-meta { font-size: 10px; color: var(--text-muted); }
.review-product { font-size: 10px; color: var(--orange); margin-top: 2px; text-transform: uppercase; letter-spacing: .08em; }
 
/* ══════════════════════════════════════════════════════════
   BACK TO TOP
   ══════════════════════════════════════════════════════════ */
.btt {
  position: fixed; bottom: 24px; right: 24px; z-index: 4000;
  width: 42px; height: 42px; background: var(--orange); color: var(--white);
  font-size: 18px; display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-glow); opacity: 0; visibility: hidden;
  transform: translateY(12px); transition: all .35s var(--ease);
  border: none; cursor: pointer; border-radius: 0;
}
.btt.show { opacity: 1; visibility: visible; transform: translateY(0); }
.btt:hover { background: var(--orange-hover); }
 
.toast {
  position: fixed; bottom: 24px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--surface-1); border: 1px solid var(--orange);
  color: var(--text); padding: 12px 24px; font-size: 12px; font-weight: 600;
  z-index: 9000; opacity: 0; transition: all .3s var(--ease);
  text-transform: uppercase; letter-spacing: .1em;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
 
/* ══════════════════════════════════════════════════════════
   FORM INPUTS
   ══════════════════════════════════════════════════════════ */
.field__input,
input[type="text"]:not([class*="newsletter"]),
input[type="email"]:not([class*="newsletter"]),
input[type="tel"],
input[type="password"],
input[type="search"],
textarea,
select {
  background: var(--surface-2) !important;
  border: 1px solid var(--border) !important;
  border-radius: 0 !important; color: var(--text) !important;
  font-family: 'Inter', sans-serif !important; font-size: 13px !important;
  padding: 11px 14px !important; transition: border-color .25s var(--ease); outline: none !important;
}
.field__input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus { border-color: var(--orange) !important; box-shadow: none !important; }
.field__label { color: var(--text-secondary) !important; font-size: 11px !important; text-transform: uppercase; letter-spacing: .1em; }
 
/* ══════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .product-grid, .grid--4-col-desktop, .collection .grid, .grid.product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 1024px) {
  .footer__blocks-wrapper { grid-template-columns: 1fr 1fr !important; gap: 28px !important; }
  :root { --nav-h: 72px; }
  body header.header .header__heading-logo,
  body header.header .header__heading-link img,
  body .header .header__heading-link img { height: 64px !important; max-height: 64px !important; }
}
@media (max-width: 768px) {
  .product-grid, .grid--4-col-desktop, .collection .grid, .grid.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 1px !important;
  }
  body .card__information, body .card-information { padding: 18px 10px 14px !important; }
  body .card__heading, body .card__heading a { font-size: 15px !important; }
  .card-quick { padding: 8px !important; }
  .card-size-btn { min-width: 30px; height: 26px; font-size: 9px; }
  .reviews-grid { grid-template-columns: 1fr !important; }
  .footer__blocks-wrapper { grid-template-columns: 1fr 1fr !important; gap: 24px !important; }
  .header__inline-menu { display: none; }
  .newsletter-form__field-wrapper, .newsletter__form .field { flex-direction: column; }
  .newsletter-form__button, .newsletter-form button[type="submit"] { width: 100%; }
  .countdown { gap: 8px; }
  .count-box { padding: 12px 14px; min-width: 64px; }
  .count-num { font-size: 26px; }
  .btt { bottom: 16px; right: 16px; width: 38px; height: 38px; }
}
@media (max-width: 480px) {
  .product-grid, .grid--4-col-desktop, .collection .grid, .grid.product-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important; gap: 1px !important;
  }
  .footer__blocks-wrapper { grid-template-columns: 1fr !important; }
  body header.header .header__heading-logo,
  body header.header .header__heading-link img,
  body .header .header__heading-link img { height: 52px !important; max-height: 52px !important; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
 
/* ══════════════════════════════════════════════════════════
   ROUND 6 — Cart / Navbar / Cart icon / Card centering
   ══════════════════════════════════════════════════════════ */
cart-drawer .drawer__inner, .cart-drawer .drawer__inner { background: #060606; color: #f0f0f0; }
cart-drawer .drawer__header, .cart-drawer .drawer__header { border-bottom: 1px solid rgba(255,255,255,0.1); }
cart-drawer .drawer__header h2, .cart-drawer .drawer__header h2,
cart-drawer .drawer__heading, .cart-drawer .drawer__heading { font-family: 'Anton', 'Arial Narrow', Arial, sans-serif !important; text-transform: uppercase; letter-spacing: 0.04em; color: #f0f0f0 !important; }
cart-drawer .drawer__close, .cart-drawer .drawer__close { color: #f0f0f0 !important; }
cart-drawer .drawer__close:hover, .cart-drawer .drawer__close:hover { color: #FF6B00 !important; }
cart-drawer .cart-item__name, .cart-drawer .cart-item__name { font-family: 'Anton', 'Arial Narrow', Arial, sans-serif !important; text-transform: uppercase; letter-spacing: 0.03em; color: #f0f0f0 !important; font-weight: 400; }
cart-drawer .cart-item__name:hover, .cart-drawer .cart-item__name:hover { color: #FF6B00 !important; }
cart-drawer .product-option, .cart-drawer .product-option,
cart-drawer .cart-item__details dd, .cart-drawer .cart-item__details dd { color: rgba(240,240,240,0.55) !important; font-family: 'Inter', Arial, sans-serif !important; font-size: 12px; }
cart-drawer .cart-item__price-wrapper .price, .cart-drawer .cart-item__price-wrapper .price,
cart-drawer .cart-item__totals .price, .cart-drawer .cart-item__totals .price { color: #FF6B00 !important; font-weight: 700; font-family: 'Inter', Arial, sans-serif !important; }
cart-drawer .totals, .cart-drawer .totals { border-top: 1px solid rgba(255,255,255,0.1); }
cart-drawer .totals__total, .cart-drawer .totals__total { font-family: 'Inter', Arial, sans-serif !important; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: rgba(240,240,240,0.6) !important; }
cart-drawer .totals__total-value, .cart-drawer .totals__total-value { font-family: 'Anton', 'Arial Narrow', Arial, sans-serif !important; color: #f0f0f0 !important; font-size: 22px; }
cart-drawer .tax-note, .cart-drawer .tax-note { color: rgba(240,240,240,0.45) !important; font-size: 11px; }
cart-drawer .cart__checkout-button, .cart-drawer .cart__checkout-button,
cart-drawer #CartDrawer-Checkout, .cart-drawer #CartDrawer-Checkout { background: #FF6B00 !important; color: #060606 !important; border: 0 !important; font-family: 'Inter', Arial, sans-serif !important; font-weight: 700 !important; text-transform: uppercase; letter-spacing: 0.2em; border-radius: 0 !important; width: 100%; }
cart-drawer .cart__checkout-button:hover, .cart-drawer .cart__checkout-button:hover,
cart-drawer #CartDrawer-Checkout:hover { background: #ff8533 !important; }
cart-drawer .cart-remove-button, .cart-drawer .cart-remove-button { color: rgba(255,255,255,0.5) !important; background: transparent !important; border: 0 !important; }
cart-drawer .cart-remove-button:hover, .cart-drawer .cart-remove-button:hover { color: #FF6B00 !important; }
 
main #main-cart-items, main main-cart-items { background: transparent; color: #f0f0f0; }
main #main-cart-items .cart-item__name, main main-cart-items .cart-item__name { font-family: 'Anton', 'Arial Narrow', Arial, sans-serif !important; text-transform: uppercase; color: #f0f0f0 !important; }
main #main-cart-items .price, main main-cart-items .price { color: #FF6B00 !important; font-weight: 700; }
main #main-cart-footer .totals__total-value { font-family: 'Anton', 'Arial Narrow', Arial, sans-serif !important; color: #f0f0f0 !important; }
main #main-cart-footer #checkout { background: #FF6B00 !important; color: #060606 !important; border: 0 !important; font-family: 'Inter', Arial, sans-serif !important; font-weight: 700 !important; text-transform: uppercase; letter-spacing: 0.2em; border-radius: 0 !important; display: inline-flex !important; align-items: center; justify-content: center; width: 100%; min-height: 48px; pointer-events: auto; opacity: 1; visibility: visible; }
main #main-cart-footer #checkout:hover { background: #ff8533 !important; }
 
body cart-drawer .quantity, body cart-drawer-items .quantity,
body cart-items .quantity, body .cart-quantity,
body .cart-item__quantity .quantity,
body cart-drawer quantity-input, body cart-drawer-items quantity-input,
body cart-items quantity-input, body .cart-item__quantity quantity-input {
  background: #161616 !important; border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 0 !important; display: inline-flex !important;
  align-items: center !important; height: 42px !important;
  width: auto !important; min-height: 42px !important;
  position: relative !important; overflow: hidden !important; box-shadow: none !important;
}
body cart-drawer .quantity::before, body cart-drawer .quantity::after,
body cart-drawer-items .quantity::before, body cart-drawer-items .quantity::after,
body cart-items .quantity::before, body cart-items .quantity::after,
body .cart-quantity::before, body .cart-quantity::after,
body .cart-item__quantity .quantity::before, body .cart-item__quantity .quantity::after,
body cart-drawer quantity-input::before, body cart-drawer quantity-input::after,
body cart-drawer-items quantity-input::before, body cart-drawer-items quantity-input::after { display: none !important; content: none !important; background: transparent !important; box-shadow: none !important; border: 0 !important; }
body cart-drawer .quantity__input, body cart-drawer-items .quantity__input,
body cart-items .quantity__input, body .cart-quantity .quantity__input,
body .cart-item__quantity .quantity__input { background: transparent !important; color: #f0f0f0 !important; font-family: 'Inter', Arial, sans-serif !important; font-size: 14px !important; font-weight: 700 !important; text-align: center !important; border: 0 !important; width: 50px !important; height: 100% !important; padding: 0 !important; opacity: 1 !important; -moz-appearance: textfield; -webkit-appearance: none; appearance: none; }
body cart-drawer .quantity__input::-webkit-outer-spin-button,
body cart-drawer .quantity__input::-webkit-inner-spin-button,
body cart-drawer-items .quantity__input::-webkit-outer-spin-button,
body cart-drawer-items .quantity__input::-webkit-inner-spin-button,
body cart-items .quantity__input::-webkit-outer-spin-button,
body cart-items .quantity__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
body cart-drawer .quantity__button, body cart-drawer-items .quantity__button,
body cart-items .quantity__button, body .cart-quantity .quantity__button,
body .cart-item__quantity .quantity__button { background: transparent !important; color: #f0f0f0 !important; border: 0 !important; width: 38px !important; height: 100% !important; cursor: pointer !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; padding: 0 !important; }
body cart-drawer .quantity__button:hover, body cart-drawer-items .quantity__button:hover,
body cart-items .quantity__button:hover, body .cart-item__quantity .quantity__button:hover { color: #FF6B00 !important; background: rgba(255,107,0,0.18) !important; }
body cart-drawer .quantity__button svg, body cart-drawer-items .quantity__button svg,
body cart-items .quantity__button svg, body .cart-item__quantity .quantity__button svg { width: 12px !important; height: 12px !important; }
 
body .header-wrapper { position: sticky !important; top: 0 !important; width: 100% !important; background: rgba(6,6,6,0.95) !important; backdrop-filter: blur(10px) !important; -webkit-backdrop-filter: blur(10px) !important; z-index: 100 !important; }
body .header-wrapper .header { margin-top: 0 !important; }
body .header-wrapper .menu { position: static !important; background-color: transparent !important; width: auto !important; box-shadow: none !important; }
body .section-header, body .shopify-section-header-sticky, body .section-header.shopify-section-header-sticky { position: sticky !important; top: 0 !important; transform: none !important; z-index: 100 !important; }
body .shopify-section-header-hidden, body .section-header.shopify-section-header-hidden,
body .section-header.shopify-section-header-hidden.animate { top: 0 !important; transform: none !important; }
body .section-header.animate { transition: none !important; }
 
body header.header #cart-icon-bubble,
body header.header #cart-icon-bubble.header__icon,
body header.header #cart-icon-bubble.header__icon--cart,
body .header #cart-icon-bubble, html body #cart-icon-bubble { width: 72px !important; height: 72px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; position: relative !important; padding: 0 !important; margin: 0 !important; }
body header.header #cart-icon-bubble .svg-wrapper, body .header #cart-icon-bubble .svg-wrapper, html body #cart-icon-bubble .svg-wrapper { width: 48px !important; height: 48px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; }
body header.header #cart-icon-bubble svg, body header.header #cart-icon-bubble .svg-wrapper svg,
body header.header #cart-icon-bubble .svg-wrapper > svg, body .header #cart-icon-bubble svg,
body .header #cart-icon-bubble .svg-wrapper svg, html body #cart-icon-bubble svg,
html body #cart-icon-bubble .svg-wrapper svg { width: 48px !important; height: 48px !important; display: block !important; }
body header.header #cart-icon-bubble .cart-count-bubble, body .header #cart-icon-bubble .cart-count-bubble, html body #cart-icon-bubble .cart-count-bubble { background: #FF6B00 !important; color: #060606 !important; font-family: 'Inter', Arial, sans-serif !important; font-weight: 800 !important; font-size: 12px !important; border: 2px solid #060606 !important; width: 26px !important; height: 26px !important; min-width: 26px !important; border-radius: 50% !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; position: absolute !important; top: 2px !important; right: 2px !important; }
 
@media (max-width: 1024px) {
  body header.header #cart-icon-bubble, body .header #cart-icon-bubble, html body #cart-icon-bubble { width: 60px !important; height: 60px !important; }
  body header.header #cart-icon-bubble .svg-wrapper, body header.header #cart-icon-bubble svg,
  body .header #cart-icon-bubble .svg-wrapper, body .header #cart-icon-bubble svg { width: 40px !important; height: 40px !important; }
}
@media (max-width: 480px) {
  body header.header #cart-icon-bubble, body .header #cart-icon-bubble, html body #cart-icon-bubble { width: 52px !important; height: 52px !important; }
  body header.header #cart-icon-bubble .svg-wrapper, body header.header #cart-icon-bubble svg,
  body .header #cart-icon-bubble .svg-wrapper, body .header #cart-icon-bubble svg { width: 34px !important; height: 34px !important; }
}
 
body .card-wrapper .card__content,
body .card .card__content,
body card-product .card__content { margin-top: 14px !important; padding-top: 4px !important; display: flex !important; flex-direction: column !important; gap: 8px !important; }
body .card__information, body .card-information, body .card__content .card__information { text-align: center !important; padding-top: 18px !important; padding-bottom: 18px !important; }
body .card__information .card__heading, body .card-information .card__heading, body .card__content .card__heading { text-align: center !important; margin-top: 0 !important; margin-bottom: 6px !important; }
body .card__information .price, body .card-information .price, body .card__content .price { justify-content: center !important; text-align: center !important; margin-top: 4px !important; }
body .card-wrapper .card__media, body .card .card__media { margin-bottom: 0 !important; }
 
.card__media { position: relative; }
.card__media .card__image-link { position: absolute; inset: 0; z-index: 1; display: block; text-indent: -9999px; background: transparent; }
.card__media .media img { pointer-events: none; }
.card__media .media { cursor: pointer; }
 
body .product__accordion summary, body .product .accordion summary,
body .accordion details > summary, body .collapsible-content summary,
body details.collapsible-row > summary, body .product-section details > summary { color: #f0f0f0 !important; font-family: 'Anton', 'Arial Narrow', Arial, sans-serif !important; letter-spacing: .06em !important; text-transform: uppercase !important; }
body .product__accordion summary .accordion__title, body .accordion summary .accordion__title,
body .collapsible-content summary .accordion__title, body details.collapsible-row > summary .accordion__title,
body details.collapsible-row > summary .summary__title, body details > summary .summary__title { color: #f0f0f0 !important; font-family: 'Anton', 'Arial Narrow', Arial, sans-serif !important; }
body .product__accordion .accordion__content, body .accordion .accordion__content,
body .collapsible-content__content, body details.collapsible-row[open] > *:not(summary),
body details.collapsible-row .collapsible-content__content, body details.collapsible-row p,
body details.collapsible-row li, body details.collapsible-row span { color: rgba(240,240,240,0.88) !important; }
body .product__accordion, body .accordion, body details.collapsible-row { border-color: rgba(255,255,255,0.14) !important; }
body details > summary .icon-caret, body details > summary svg { fill: #f0f0f0 !important; color: #f0f0f0 !important; }
body details.collapsible-row + details.collapsible-row { border-top: 1px solid rgba(255,255,255,0.08) !important; }
 
/* ══════════════════════════════════════════════════════════
   FIX SCROLL ORIZZONTALE — Card altezza uniforme + titoli visibili
   ══════════════════════════════════════════════════════════ */
 
/* Contenitore slider: allinea le card in altezza */
.slider__slide,
.grid--peek .grid__item,
[class*="slider"] .grid__item {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
}
 
/* Card wrapper si espande per riempire lo spazio */
.slider__slide .card-wrapper,
.grid--peek .grid__item .card-wrapper,
[class*="slider"] .grid__item .card-wrapper {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
 
/* La card stessa cresce per riempire il wrapper */
.slider__slide .card,
.grid--peek .grid__item .card,
[class*="slider"] .grid__item .card {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  height: 100% !important;
}
 
/* L'immagine non si ridimensiona — mantiene il suo ratio 3:4 */
.slider__slide .card__inner,
.grid--peek .grid__item .card__inner,
[class*="slider"] .grid__item .card__inner {
  flex-shrink: 0 !important;
}
 
/* Il blocco info (titolo + prezzo) occupa lo spazio rimanente */
.slider__slide .card__content,
.grid--peek .grid__item .card__content,
[class*="slider"] .grid__item .card__content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}
 
/* Altezza minima garantita per il blocco info — evita card "corte" */
.slider__slide .card__information,
.grid--peek .grid__item .card__information,
[class*="slider"] .grid__item .card__information {
  min-height: 100px !important;
}
 
/* Titolo SEMPRE visibile — niente troncamento nello slider */
.slider__slide .card__heading,
.grid--peek .grid__item .card__heading,
[class*="slider"] .grid__item .card__heading,
.slider__slide .card__heading a,
.grid--peek .grid__item .card__heading a,
[class*="slider"] .grid__item .card__heading a {
  display: block !important;
  -webkit-line-clamp: unset !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;
  min-height: 44px !important;
}
 /* FIX BLOCK FIT - ratio immagini quadrate */
.card__inner[style*="--ratio-percent: 100"] {
  --ratio-percent: 125.0% !important;
}
/* Altezza uniforme tutte le card nello slider */
.slider__slide .card__inner {
  min-height: 340px !important;
}

.slider__slide .card__inner .card__media {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.slider__slide .card__inner .card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
Ho trovato il problema! Nel azn-overrides.css c'è questa regola che sovrascrive tutti i tuoi stili del banner:
cssimg, svg { display: block; max-width: 100%; }
E soprattutto questa che rompe il footer:
cssul, ol { list-style: none; }
Ma il vero colpevole è che nel theme.liquid gli stili del footer del banner usano font-size in rem molto piccoli (tipo 0.72rem, 0.62rem) che con il reset di font-size: 16px del azn-overrides.css diventano troppo piccoli e perdono il layout.
Aggiungi questo in fondo al tuo azn-overrides.css:
css/* ── ENTRY BANNER FOOTER FIX ── */
#entry-banner .entry-banner__footer {
  background-color: #000 !important;
  padding: 2rem 2rem 2.5rem !important;
  color: #fff !important;
}

#entry-banner .entry-banner__footer-top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  margin-bottom: 2rem !important;
  opacity: 0.55 !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
  padding-bottom: 1.2rem !important;
}

#entry-banner .entry-banner__nav {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.5rem !important;
  margin-bottom: 2rem !important;
}

#entry-banner .entry-banner__col-title {
  font-family: 'Inter', sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  opacity: 0.45 !important;
  margin: 0 0 0.6rem !important;
}

#entry-banner .entry-banner__col ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#entry-banner .entry-banner__col ul li {
  margin-bottom: 0.3rem !important;
}

#entry-banner .entry-banner__col ul li a {
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  opacity: 0.8 !important;
}

#entry-banner .entry-banner__bottom {
  border-top: 1px solid rgba(255,255,255,0.12) !important;
  padding-top: 1.5rem !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 2rem !important;
}

#entry-banner .entry-banner__subscribe-left {
  flex: 1 !important;
}

#entry-banner .entry-banner__form {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin-top: 0.6rem !important;
  max-width: 280px !important;
}

#entry-banner .entry-banner__input {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.35) !important;
  color: #fff !important;
  padding: 0.3rem 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  flex: 1 !important;
  outline: none !important;
}

#entry-banner .entry-banner__input::placeholder {
  color: rgba(255,255,255,0.35) !important;
}

#entry-banner .entry-banner__submit {
  background: none !important;
  border: none !important;
  color: #fff !important;
  font-size: 1.1rem !important;
  cursor: pointer !important;
  padding: 0 0.4rem !important;
  opacity: 0.7 !important;
}

#entry-banner .entry-banner__brand {
  font-family: 'Anton', sans-serif !important;
  font-size: clamp(1.8rem, 5vw, 3.5rem) !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

@media (max-width: 749px) {
  #entry-banner .entry-banner__nav {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #entry-banner .entry-banner__footer-top {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  #entry-banner .entry-banner__bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  #entry-banner .entry-banner__brand {
    font-size: 2.2rem !important;
  }
}
#entry-banner .entry-banner__brand {
  font-size: 12vw !important;
}
/* ══════════════════════════════════════════════════════════
   END — AZN MILANO Global Overrides
   ══════════════════════════════════════════════════════════ */
 