/** Shopify CDN: Minification failed

Line 736:0 Expected identifier but found "<"
Line 737:0 Expected "}" to go with "{"

**/
/* FIX HERO IMAGE FULL WIDTH - ELLA 7 */

.template-index .slideshow .background-image-container,
.template-index .slideshow img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.template-index .slideshow .group-block-media-wrapper {
    width: 100% !important;
}

.template-index .slideshow {
    overflow: hidden !important;
}

/* ADJUST HERO IMAGE POSITION */

.template-index .slideshow img,
.template-index .slideshow .background-image-container img {
    object-position: center 15% !important;
}
/* HERO TEXT TIGHTER */

.template-index .slideshow h1,
.template-index .slideshow h2,
.template-index .slideshow .banner__heading {
    letter-spacing
/* FULL WIDTH ANNOUNCEMENT BAR */

.announcement-bar,
.announcement-bar .container,
.announcement-bar .page-width {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Desktop */
@media (min-width: 769px){
  .hero-mobile{
    display: none !important;
  }
}

/* Mobile */
@media (max-width: 768px){
  .hero-desktop{
    display: none !important;
  }
}
/* HELVETICA NEUE GLOBAL */

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
/* REMOVE STICKY HEADER WHITE GAP */
.header-placeholder,
.header-height,
.sticky-header-placeholder {
    display: none !important;
    height: 0 !important;
}
body.has-sticky-header {
    padding-top: 0 !important;
}
/* ============================================== */
/* ZEVORA LABEL - CSS CUSTOM                       */
/* Copiaza TOTUL in fisierul zevora-custom.css     */
/* din Shopify Admin > Online Store > Themes >     */
/* Edit code > Assets > zevora-custom.css          */
/* ============================================== */


/* ==============================
   1. VARIABILE GLOBALE (PALETA SKIMS)
   ============================== */
:root {
  --zevora-black: #1A1A1A;
  --zevora-white: #FFFFFF;
  --zevora-cream: #FAF7F2;
  --zevora-gold: #C9A86C;
  --zevora-nude: #D4A59A;
  --zevora-gray: #666666;
  --zevora-light-gray: #E8E8E8;
  --zevora-bg-section: #F5F0EB;
  --zevora-font-heading: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  --zevora-font-body: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}


/* ==============================
   2. TIPOGRAFIE GENERALA
   ============================== */
body {
  font-family: var(--zevora-font-body);
  color: var(--zevora-black);
  background-color: var(--zevora-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--zevora-font-heading);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--zevora-black);
  text-transform: uppercase;
}

h1, .h1 { font-size: 2.8rem; letter-spacing: 0.12em; }
h2, .h2 { font-size: 2rem; letter-spacing: 0.1em; }
h3, .h3 { font-size: 1.5rem; }

p, li, span, a {
  font-family: var(--zevora-font-body);
  font-size: 14px;
  line-height: 1.7;
}


/* ==============================
   3. BUTOANE (STIL PREMIUM)
   ============================== */
.btn, .button,
button[type="submit"],
.shopify-payment-button button,
.product-form__submit,
input[type="submit"] {
  background-color: var(--zevora-black) !important;
  color: var(--zevora-white) !important;
  border: 1px solid var(--zevora-black) !important;
  font-family: var(--zevora-font-body);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 14px 40px;
  border-radius: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn:hover, .button:hover,
button[type="submit"]:hover,
.product-form__submit:hover {
  background-color: var(--zevora-white) !important;
  color: var(--zevora-black) !important;
  border-color: var(--zevora-black) !important;
}

/* Buton secundar (outline) */
.btn--secondary,
.button--secondary {
  background-color: transparent !important;
  color: var(--zevora-black) !important;
  border: 1px solid var(--zevora-black) !important;
}

.btn--secondary:hover,
.button--secondary:hover {
  background-color: var(--zevora-black) !important;
  color: var(--zevora-white) !important;
}


/* ==============================
   4. HEADER & NAVIGATIE
   ============================== */
.header,
.site-header,
.shopify-section-header {
  background-color: var(--zevora-white);
  border-bottom: 1px solid var(--zevora-light-gray);
}

.header__heading-link,
.site-header__logo {
  font-family: var(--zevora-font-heading);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--zevora-black);
}

.header__menu-item,
.site-nav__link,
nav a {
  font-family: var(--zevora-font-body);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--zevora-black);
  transition: color 0.3s ease;
}

.header__menu-item:hover,
.site-nav__link:hover,
nav a:hover {
  color: var(--zevora-gold);
}


/* ==============================
   5. ANNOUNCEMENT BAR
   ============================== */
.announcement-bar,
.shopify-section-announcement-bar {
  background-color: var(--zevora-black);
  color: var(--zevora-white);
  font-family: var(--zevora-font-body);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 0;
}

.announcement-bar a {
  color: var(--zevora-gold);
  text-decoration: underline;
}


/* ==============================
   6. PAGINA DE PRODUS
   ============================== */
.product__title,
.product-single__title {
  font-family: var(--zevora-font-heading);
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 12px;
}

.product__price,
.product-single__price {
  font-family: var(--zevora-font-body);
  font-size: 1.2rem;
  color: var(--zevora-black);
  font-weight: 500;
}

/* Selector de marimi si culori */
.variant-input__label,
.single-option-selector__label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

/* Swatches de culoare */
.color-swatch,
.swatch {
  border-radius: 50%;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  width: 28px;
  height: 28px;
}

.color-swatch:hover,
.color-swatch.active,
.swatch:hover,
.swatch.active {
  border-color: var(--zevora-black);
}




/* ==============================
   8. SECTIUNI HOMEPAGE
   ============================== */
/* Sectiune cu fundal bej */
.section--cream,
.zevora-section-cream {
  background-color: var(--zevora-bg-section);
  padding: 80px 0;
}

/* Sectiune cu fundal alb */
.section--white,
.zevora-section-white {
  background-color: var(--zevora-white);
  padding: 80px 0;
}

/* Titluri sectiuni */
.section-header__title,
.collection-hero__title {
  font-family: var(--zevora-font-heading);
  font-size: 2rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

/* Subtitluri */
.section-header__subtitle {
  font-family: var(--zevora-font-body);
  font-size: 14px;
  color: var(--zevora-gray);
  letter-spacing: 0.05em;
  text-align: center;
}


/* ==============================
   9. NEWSLETTER SIGNUP
   ============================== */
.newsletter-section,
.shopify-section-newsletter {
  background-color: var(--zevora-bg-section);
  padding: 60px 20px;
  text-align: center;
}

.newsletter-section input[type="email"] {
  font-family: var(--zevora-font-body);
  font-size: 14px;
  padding: 12px 20px;
  border: 1px solid var(--zevora-light-gray);
  border-radius: 0;
  min-width: 300px;
  outline: none;
  transition: border-color 0.3s ease;
}

.newsletter-section input[type="email"]:focus {
  border-color: var(--zevora-black);
}


/* ==============================
   10. FOOTER LEGAL (OBLIGATORIU)
   ============================== */
.zevora-legal-footer {
  background-color: var(--zevora-cream);
  border-top: 1px solid var(--zevora-light-gray);
  padding: 40px 20px 20px;
  font-family: var(--zevora-font-body);
}

.zevora-legal-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--zevora-light-gray);
}

@media (max-width: 768px) {
  .zevora-legal-container {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
  }
}

.zevora-legal-title {
  font-family: var(--zevora-font-body);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--zevora-black);
  font-weight: 600;
  margin-bottom: 15px;
}

.zevora-legal-text {
  font-size: 12px;
  line-height: 1.8;
  color: var(--zevora-gray);
}

.zevora-legal-text a {
  color: var(--zevora-gray);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.zevora-legal-text a:hover {
  color: var(--zevora-black);
}

.zevora-legal-text strong {
  color: var(--zevora-black);
  font-weight: 600;
}

.zevora-legal-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zevora-legal-links li {
  margin-bottom: 8px;
}

.zevora-legal-links a {
  font-size: 12px;
  color: var(--zevora-gray);
  text-decoration: none;
  transition: color 0.3s ease;
  letter-spacing: 0.03em;
}

.zevora-legal-links a:hover {
  color: var(--zevora-black);
}

/* SECTIUNE SAL / SOL */
.zevora-anpc-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 25px 0;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.zevora-anpc-section img {
  opacity: 0.7;
  transition: opacity 0.3s ease;
  height: 40px;
  width: auto;
}

.zevora-anpc-section img:hover {
  opacity: 1;
}

.zevora-anpc-link {
  font-size: 11px;
  color: var(--zevora-gray);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.zevora-anpc-link:hover {
  color: var(--zevora-black);
}

/* COPYRIGHT */
.zevora-copyright {
  text-align: center;
  padding: 20px 0 10px;
  border-top: 1px solid var(--zevora-light-gray);
  max-width: 1200px;
  margin: 0 auto;
}

.zevora-copyright p {
  font-size: 11px;
  color: var(--zevora-gray);
  letter-spacing: 0.05em;
}


/* ==============================
   11. PAGINI POLITICI (T&C, RETUR, GDPR)
   ============================== */
.policy-page,
.shopify-policy__body {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: var(--zevora-font-body);
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.policy-page h1,
.shopify-policy__title {
  font-family: var(--zevora-font-heading);
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.policy-page h2,
.shopify-policy__body h2 {
  font-family: var(--zevora-font-heading);
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--zevora-light-gray);
}


/* ==============================
   12. TRUST BADGES
   ============================== */
.zevora-trust-badges {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 15px 0;
  margin-top: 20px;
  border-top: 1px solid var(--zevora-light-gray);
}

.zevora-trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--zevora-gray);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.zevora-trust-badge svg {
  width: 18px;
  height: 18px;
  stroke: var(--zevora-gray);
}

@media (max-width: 768px) {
  .zevora-trust-badges {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}


/* ==============================
   13. MOBILE RESPONSIVE FIXES
   ============================== */
@media (max-width: 768px) {
  h1, .h1 { font-size: 1.8rem; }
  h2, .h2 { font-size: 1.4rem; }

  .product__title,
  .product-single__title {
    font-size: 1.4rem;
  }

  .section--cream,
  .section--white,
  .zevora-section-cream,
  .zevora-section-white {
    padding: 50px 15px;
  }

  .btn, .button,
  .product-form__submit {
    width: 100%;
    padding: 16px 20px;
    font-size: 13px;
  }

  .newsletter-section input[type="email"] {
    min-width: auto;
    width: 100%;
  }
/* Fundal cream - functioneaza pe tema Ella */
main#MainContent.content-for-layout {
  background-color: #f5f3ef !important;
}
/* ========== PDP PREMIUM BASE ========== */
.productView-title,
.product__title {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600;
}

.price,
.productView-price {
  font-size: 18px;
  letter-spacing: .02em;
}

.productView-info,
.productView-details,
.productView-options {
  margin-top: 18px;
}

/* ========== PRIMARY CTA ========== */
.productView-action .button,
.product-form__submit,
#AddToCart,
.button--addToCart {
  width: 100%;
  background: #111 !important;
  border: 1px solid #111 !important;
  color: #fff !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 14px 16px;
  border-radius: 4px;
}

.productView-action .button:hover,
.product-form__submit:hover,
#AddToCart:hover,
.button--addToCart:hover {
  background: #fff !important;
  color: #111 !important;
}

/* ========== SHOP PAY BUTTON (MAKE IT SECONDARY / LESS "SHOPIFY") ========== */
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded {
  width: 100% !important;
  border-radius: 4px !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shopify-payment-button__button--branded {
  filter: grayscale(100%);
  opacity: .92;
}

/* ========== SWATCHES (COLOR) ========== */
.swatch,
.product-form__input input[type="radio"] + label,
.variant-swatch__item {
  border-radius: 999px !important;
}

.swatch .swatch-element,
.variant-swatch__item,
.product-form__input label {
  width: 26px !important;
  height: 26px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  margin-right: 10px !important;
}

.swatch input:checked + label,
.product-form__input input[type="radio"]:checked + label,
.variant-swatch__item.is-active {
  outline: 2px solid rgba(0,0,0,.55);
  outline-offset: 2px;
}

/* ========== SIZE PILLS ========== */
.size-swatch label,
.product-form__input--pill label {
  border-radius: 6px !important;
  border: 1px solid rgba(0,0,0,.14) !important;
  padding: 10px 12px !important;
  min-width: 44px;
  text-align: center;
  letter-spacing: .06em;
}

.size-swatch input:checked + label,
.product-form__input--pill input:checked + label {
  border-color: #111 !important;
  box-shadow: 0 0 0 1px #111 inset;
}

/* ========== CLEAN BORDERS / LINES ========== */
.productView .card,
.productView .productView-description {
  border: none !important;
}
/* ========== FOOTER PREMIUM ========== */
.footer,
.site-footer {
  background: #f5f3ef !important; /* sau alb, daca vrei ultra clean */
  border-top: 1px solid rgba(0,0,0,.06);
}

.footer .footer__content,
.site-footer .footer__content,
.footer .container,
.site-footer .container {
  padding-top: 56px;
  padding-bottom: 40px;
}

.footer h2, .footer h3, .site-footer h2, .site-footer h3 {
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 600;
}

.footer a, .site-footer a {
  font-size: 13px;
  letter-spacing: .02em;
  color: rgba(0,0,0,.72) !important;
  text-decoration: none !important;
}

.footer a:hover, .site-footer a:hover {
  color: rgba(0,0,0,.95) !important;
}

.footer .social-icons a,
.site-footer .social-icons a {
  opacity: .78;
}

.footer .footer__bottom,
.site-footer .footer__bottom {
  border-top: 1px solid rgba(0,0,0,.06);
  padding: 18px 0;
  font-size: 12px;
  color: rgba(0,0,0,.58);
}



</head>
