/** Shopify CDN: Minification failed

Line 82:0 All "@import" rules must come first

**/
/* ================================================================
   HELLYWEAR — DARK STREETWEAR OVERRIDE
   Born2Shine × Ophelia Aesthetic
   Da inserire DOPO hellywear-premium.css in theme.liquid
   ================================================================ */


/* ================================================================
   RESET GLOBALE — DARK FOUNDATION
   Sovrascrive TUTTE le color scheme di Dawn con la palette dark
   ================================================================ */

:root,
.color-scheme-1,
.color-scheme-2,
.color-scheme-3,
.color-scheme-4,
.color-scheme-5,
body,
.color-background-1,
.color-background-2,
[class*="color-scheme"] {
  --color-background: 0, 0, 0;
  --color-foreground: 255, 255, 255;
  --color-button: 255, 255, 255;
  --color-button-text: 0, 0, 0;
  --color-secondary-button: 0, 0, 0;
  --color-secondary-button-text: 255, 255, 255;
  --color-link: 255, 255, 255;
  --color-shadow: 0, 0, 0;
  --color-badge-foreground: 255, 255, 255;
  --color-badge-background: 0, 0, 0;
  --color-badge-border: 255, 255, 255;
  --color-card-background: 18, 18, 18;

  /* Reset border radius ovunque */
  --border-radius: 0px;
  --buttons-radius: 0px;
  --buttons-radius-outset: 0px;
  --media-radius: 0px;
  --card-corner-radius: 0px;
  --text-boxes-radius: 0px;
  --inputs-radius: 0px;
  --variant-pills-radius: 0px;
  --popup-corner-radius: 0px;

  /* Bordi sottili */
  --border-opacity: 0.08;
  --buttons-border-width: 1px;
}

/* Corpo principale */
html,
body {
  background-color: #000000 !important;
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Forza sfondo nero su tutti i contenitori */
.shopify-section,
.section,
main,
.page-width,
.content-for-layout {
  background-color: #000000;
}


/* ================================================================
   TIPOGRAFIA — DARK EDITORIAL STYLE
   Bold aggressivo per titoli + Light spaziato per body
   ================================================================ */

/* Import Google Fonts per look Born2Shine */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;1,9..40,300;1,9..40,400&display=swap');

/* H1 — Massivo, aggressivo (stile Born2Shine) */
h1, .h1 {
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 200;
  color: #ffffff;
  line-height: 0.95;
}

/* H2 — Sezione titoli con carattere editoriale */
h2, .h2 {
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 5rem);
}

/* H3 — Sottotitoli */
h3, .h3 {
  font-family: 'DM Sans', sans-serif;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #ffffff;
}

/* Body text — Light, spaziato (stile Ophelia) */
body,
p,
li,
span,
.rte {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.75);
}

/* Nomi prodotto nelle card */
.card__heading, .card__heading a {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #ffffff;
}


/* ================================================================
   HEADER GHOST — Nero solido → Glassmorphism allo scroll
   ================================================================ */

/* Reset e base scuro */
.header-wrapper,
.section-header {
  background-color: #000000 !important;
  border-bottom: none !important;
  transition: background-color 0.5s ease,
              backdrop-filter 0.5s ease,
              -webkit-backdrop-filter 0.5s ease;
}

/* Header su hero: completamente trasparente */
.header-wrapper--transparent {
  background-color: transparent !important;
}

/* Scrolled state — Glassmorphism (aggiunto via JS) */
.header-wrapper--scrolled {
  background-color: rgba(0, 0, 0, 0.55) !important;
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  backdrop-filter: blur(24px) saturate(160%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

/* Logo e link header bianchi */
.header__heading-link,
.header__menu-item,
.header__icon,
.header .icon,
.list-menu__item--link,
.header a {
  color: #ffffff !important;
}

/* Icon stroke color */
.header .icon path,
.header .icon circle,
.header .icon rect {
  stroke: #ffffff !important;
}

/* Navigation underline hover */
.header__menu-item:hover,
.header__menu-item:focus {
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}


/* ================================================================
   PRODUCT GRID — OPHELIA STYLE
   No border, tight grid, zoom + opacity hover, minimal quick-add
   ================================================================ */

/* Griglia senza gap (foto accostata) */
.grid.product-grid {
  gap: 1px;
  background-color: #111111; /* il gap diventa una sottile linea */
}

/* Ogni item della griglia */
.grid.product-grid .grid__item {
  background-color: #000000;
}

/* Card wrapper: no shadow, no border, sfondo card scuro */
.card-wrapper,
.card--card,
.card--standard .card__inner {
  background-color: #121212;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.card--card:after,
.card--standard .card__inner:after {
  display: none !important;
}

/* Immagine: angoli vivi */
.card__media,
.card .card__inner .card__media,
.card__media img,
.media img {
  border-radius: 0 !important;
}

/* Hover: zoom + opacity 90% */
@media screen and (min-width: 990px) {
  .card-wrapper {
    overflow: hidden;
  }

  .card .media.media--hover-effect > img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.4s ease;
  }

  /* Solo immagine singola: zoom */
  .card-wrapper:hover .media.media--hover-effect > img:only-child {
    transform: scale(1.06);
    opacity: 0.9;
  }

  /* Con seconda immagine: crossfade */
  .card-wrapper:hover .media.media--hover-effect > img:first-child:not(:only-child) {
    opacity: 0;
    transform: scale(1.04);
  }

  .card-wrapper .media.media--hover-effect > img + img {
    opacity: 0;
    transform: scale(1.04);
    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .card-wrapper:hover .media.media--hover-effect > img + img {
    opacity: 0.9;
    transform: scale(1.0);
  }

  /* Quick Add visibile solo su hover */
  .card-wrapper .quick-add {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .card-wrapper:hover .quick-add {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Quick Add button — Minimalista dark */
.quick-add__submit,
.card__quick-add .button,
.quick-add .button {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 0 !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 1rem 1.6rem;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.quick-add__submit:hover,
.card__quick-add .button:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
}

/* Card info */
.card-information {
  background-color: #000000;
  padding: 1.2rem 0 1.6rem;
}

/* Prezzo prodotto */
.card__information .price,
.price {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.06em;
  font-size: 1.1rem;
}

/* Badge: SALE / SOLD OUT angolari */
.badge {
  border-radius: 0 !important;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.3rem 0.8rem;
}


/* ================================================================
   BOTTONI CTA — DARK MINIMAL con Fill Animation
   ================================================================ */

/* Tutti i bottoni: reset arrotondamenti */
.button,
.btn,
[type='button'],
[type='submit'] {
  border-radius: 0 !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}

/* Bottone primario — outline bianco, fill su hover */
.button--primary,
.button:not(.button--secondary):not(.button--tertiary):not(.quick-add__submit) {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  padding: 1.4rem 3.5rem;
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease;
  z-index: 0;
}

.button--primary::before,
.button:not(.button--secondary):not(.button--tertiary):not(.quick-add__submit)::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  transform: translateY(101%);
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: -1;
}

.button--primary:hover::before,
.button:not(.button--secondary):not(.button--tertiary):not(.quick-add__submit):hover::before {
  transform: translateY(0);
}

.button--primary:hover,
.button:not(.button--secondary):not(.button--tertiary):not(.quick-add__submit):hover {
  color: #000000 !important;
}

/* Bottone secondario */
.button--secondary {
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.button--secondary:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
}


/* ================================================================
   FORM & INPUT — Dark style
   ================================================================ */

.field__input,
.select__select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  background-color: #0a0a0a !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 0 !important;
}

.field__input:focus,
.select__select:focus {
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none;
  box-shadow: none !important;
}

.field__label {
  color: rgba(255, 255, 255, 0.4) !important;
}


/* ================================================================
   MICRO-ANIMAZIONI — Fade-in Up su tutte le sezioni
   ================================================================ */

/* Override delle animazioni Dawn con versione più raffinata */
@keyframes hw-fade-up {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hw-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Elementi con scroll trigger Dawn */
.scroll-trigger.animate--slide-in {
  animation: hw-fade-up 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-play-state: paused;
}

.scroll-trigger.animate--fade-in {
  animation: hw-fade-in 0.85s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-play-state: paused;
}

.scroll-trigger.animate--slide-in.scroll-trigger--triggered,
.scroll-trigger.animate--fade-in.scroll-trigger--triggered {
  animation-play-state: running;
}

/* Stagger automatico per i grid items */
.grid.product-grid .grid__item:nth-child(2) { animation-delay: 0.07s; }
.grid.product-grid .grid__item:nth-child(3) { animation-delay: 0.14s; }
.grid.product-grid .grid__item:nth-child(4) { animation-delay: 0.21s; }
.grid.product-grid .grid__item:nth-child(5) { animation-delay: 0.28s; }
.grid.product-grid .grid__item:nth-child(6) { animation-delay: 0.35s; }
.grid.product-grid .grid__item:nth-child(7) { animation-delay: 0.42s; }
.grid.product-grid .grid__item:nth-child(8) { animation-delay: 0.49s; }


/* ================================================================
   HERO SECTION — Stili per la hw-dark-hero custom section
   ================================================================ */

.hw-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

/* Media: video o immagine fullscreen */
.hw-hero__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hw-hero__media img,
.hw-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 !important;
}

/* Overlay nero al 40% */
.hw-hero__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Contenuto centrato sopra */
.hw-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 2rem;
  max-width: 1100px;
  animation: hw-fade-up 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
}

/* Titolo Hero — Enorme, Bebas Neue */
.hw-hero__eyebrow {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  font-weight: 400;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.5rem;
}

.hw-hero__title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(6rem, 13vw, 15rem) !important;
  line-height: 0.95 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  font-weight: 200 !important;
  margin: 0 0 3rem;
  word-break: break-word;
}

.hw-hero__subtitle {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4rem;
}

/* CTA Button hero — Rettangolare, outline bianco, fill su hover */
.hw-hero__cta {
  display: inline-block;
  padding: 1.4rem 5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  cursor: pointer;
}

.hw-hero__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  transform: translateY(101%);
  transition: transform 0.45s cubic-bezier(0.76, 0, 0.24, 1);
  z-index: -1;
}

.hw-hero__cta:hover::before {
  transform: translateY(0);
}

.hw-hero__cta:hover {
  color: #000000;
}

/* Scroll indicator in basso */
.hw-hero__scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  opacity: 0.4;
  animation: hw-scroll-bounce 2s ease-in-out infinite;
}

.hw-hero__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, #ffffff, transparent);
}

.hw-hero__scroll-text {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
}

@keyframes hw-scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}


/* ================================================================
   ANNOUNCEMENT BAR — Minimal dark
   ================================================================ */

.announcement-bar {
  background-color: #000000 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.announcement-bar__message,
.announcement-bar a {
  color: rgba(255, 255, 255, 0.6) !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 300;
}


/* ================================================================
   FOOTER — Dark minimal
   ================================================================ */

.footer-section,
.footer {
  background-color: #000000 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.footer a,
.footer p,
.footer li,
.footer-block__heading {
  color: rgba(255, 255, 255, 0.5) !important;
  letter-spacing: 0.08em;
}

.footer a:hover {
  color: #ffffff !important;
}


/* ================================================================
   CART — Dark
   ================================================================ */

.cart-items,
.cart-notification,
.cart-drawer,
.drawer {
  background-color: #0a0a0a !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.cart-notification__links .button,
.cart__cta .button {
  border-radius: 0 !important;
}


/* ================================================================
   SCROLLBAR — Custom dark
   ================================================================ */

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}


/* ================================================================
   SELECTION — Highlight scuro
   ================================================================ */

::selection {
  background-color: #ffffff;
  color: #000000;
}

::-moz-selection {
  background-color: #ffffff;
  color: #000000;
}


/* ================================================================
   RESPONSIVE — Mobile refinements
   ================================================================ */

@media screen and (max-width: 749px) {
  .hw-hero__title {
    font-size: clamp(5rem, 18vw, 9rem) !important;
  }

  .hw-hero__cta {
    padding: 1.2rem 3rem;
    font-size: 0.9rem;
  }

  .grid.product-grid {
    gap: 1px;
  }
}
