/** Shopify CDN: Minification failed

Line 957:0 Expected "}" to go with "{"

**/
/* =========================
   MDM – Product description premium
   (mdm accordion – exact selector)
   ========================= */

/* Container principal descriere */
.mdm-acc-content.rte {
  font-size: 14.5px !important;
  line-height: 1.45 !important;   /* mai strâns, premium */
  letter-spacing: 0.1px;
  color: rgba(0,0,0,.85);
}

/* Paragrafe */
.mdm-acc-content.rte p {
  margin: 0 0 10px !important;
  line-height: 1.45 !important;
}

/* Liste */
.mdm-acc-content.rte ul,
.mdm-acc-content.rte ol {
  margin: 6px 0 10px 18px !important;
  padding: 0 !important;
}

/* Elemente listă */
.mdm-acc-content.rte li {
  margin: 0 0 6px !important;
  line-height: 1.45 !important;
}

/* Elimină spațieri moștenite aiurea */
.mdm-acc-content.rte * {
  max-width: 100%;
}

/* =========================
   MDM – Desktop only arrows between breadcrumb chips
   ========================= */
@media (min-width: 750px) {
  .mdm-breadcrumb a:not(:last-of-type)::after,
  .mdm-breadcrumb__link:not(:last-of-type)::after {
    content: "→";
    margin-left: 10px;
    margin-right: 6px;
    color: rgba(0,0,0,.35);
    font-size: 14px;
    font-weight: 400;
    pointer-events: none;
  }
}

/* =========================
   MDM – Premium breadcrumb (desktop + align to page width)
   ========================= */
@media (min-width: 750px){

  /* Container aliniat ca restul site-ului (nu din marginea ecranului) */
  .mdm-breadcrumb{
    /* centrare + limitare la page width (tema Trade/Dawn are variabila asta) */
    max-width: var(--page-width, 1200px);
    margin: 1px auto 3px !important;

    /* padding lateral “de site”, ca header-ul/continutul */
    padding: 0 clamp(16px, 3vw, 32px) !important;

    /* 1 singur rând, cu scroll orizontal dacă e lung */
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 10px !important;

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .mdm-breadcrumb::-webkit-scrollbar{ display:none; }

  /* ascunde separatoarele vechi (>, ›) */
  .mdm-breadcrumb .separator,
  .mdm-breadcrumb .breadcrumb__separator,
  .mdm-breadcrumb__sep{
    display: none !important;
  }

  /* linkurile ca “chips” */
  .mdm-breadcrumb a,
  .mdm-breadcrumb__link{
    display: inline-flex;
    align-items: center;
    white-space: nowrap;

    padding: 7px 12px;
    border-radius: 999px;

    background: rgba(0,0,0,.04);
    border: 1px solid rgba(0,0,0,.08);

    color: rgba(0,0,0,.78) !important;
    text-decoration: none !important;
    font-weight: 550;
    line-height: 1;
    transition: background .18s ease, border-color .18s ease, transform .12s ease;
  }

  .mdm-breadcrumb a:hover,
  .mdm-breadcrumb__link:hover{
    background: rgba(0,0,0,.06);
    border-color: rgba(0,0,0,.12);
    transform: translateY(-1px);
  }

  /* ultima subcategorie accentuată */
  .mdm-breadcrumb a:last-of-type,
  .mdm-breadcrumb__link:last-of-type{
    background: rgba(0,0,0,.08);
    color: rgba(0,0,0,.92) !important;
    font-weight: 750 !important;
    border-color: rgba(0,0,0,.12);
  }
}


/* MDM – micșorează doar “zona gri” (containerul) pe mobil */
@media (max-width: 749px){
  .mdm-breadcrumb{
    margin: 2px 4px 2px !important;     /* mai puțin spațiu în jur */
    padding: 6px 8px !important;         /* mai puțină “gri” în interior */
    border-radius: 12px !important;      /* un pic mai tight */
    background: rgba(0,0,0,.03) !important;
  }

  /* chips-urile rămân la fel (nu le îngustăm) */
  .mdm-breadcrumb a:last-of-type{
    padding: 6px 10px !important;
  }
}


/* =========================
   MDM – Premium breadcrumb (mobile)
   ========================= */
@media (max-width: 749px){
  .mdm-breadcrumb{
    margin: 10px 16px 6px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
    font-size: 13px;
    line-height: 1.2;

    /* premium: scroll orizontal, fără să rupă layout-ul */
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }
  .mdm-breadcrumb::-webkit-scrollbar{ display:none; }

  .mdm-breadcrumb a{
    color: rgba(0,0,0,.72);
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
  }

  /* separator mai “fin” (dacă tema folosește text › în container, îl lăsăm) */
  .mdm-breadcrumb .separator,
  .mdm-breadcrumb .breadcrumb__separator{
    opacity: .35;
  }

  /* ultima subcategorie: accent premium */
  .mdm-breadcrumb a:last-of-type{
    color: rgba(0,0,0,.92);
    font-weight: 750;
    background: rgba(255, 255, 255, 0.06);
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.08);
  }
}


.mdm-breadcrumb a:last-of-type {
  font-weight: 700;
  color: #000;
}

/* MDM – ascunde numele produsului din breadcrumb */
.mdm-breadcrumb li:last-child,
.mdm-breadcrumb span:last-child {
  display: none;
}



.mdm-breadcrumb{
  font-size: 13px;
  line-height: 1.3;
  margin: 10px 0 14px;
  color: rgba(0,0,0,.65);
  display: flex;
  gap: 6px;
  align-items: center;
}
.mdm-breadcrumb__link{
  color: rgba(0,0,0,.75);
  text-decoration: none;
}
.mdm-breadcrumb__link:hover{ text-decoration: underline; }
.mdm-breadcrumb__sep{ color: rgba(0,0,0,.35); }
.mdm-breadcrumb__current{
  color: rgba(0,0,0,.9);
  font-weight: 600;
}


/* =========================
   MDM – View Cart button (Drawer)
   Identic cu "Finalizează comanda"
   ========================= */

.mdm-cart-view{
  width: 100%;
  min-height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0 24px;
  margin-top: 12px;

  border-radius: 999px;

  font-size: 15px;
  font-weight: 600;
  text-decoration: none;

  background: rgb(var(--color-button));
  color: rgb(var(--color-button-text)) !important;

  border: none;
  box-shadow: none;
  transition: background-color .2s ease;
}



/* Mobile – identic */
@media (max-width: 749px){
  .mdm-cart-view{
    font-size: 15px;
    min-height: 48px;
  }
}





/* Cart badge – vizibil & corect */
.cart-count-bubble{
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;

  background: #ff6a00;   /* sau ce culoare vrei */
  color: #fff;           /* IMPORTANT */
}

/* ascunde când e 0 */
.cart-count-bubble:empty { display:none; }





/* FIX: clasa trebuie cu "." */
.mdm-drawer-faq{
  margin: 14px 14px 10px;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
}
.mdm-drawer-faq a{
  display: block;
  text-decoration: none;
  color: rgba(0,0,0,.9);
}
.mdm-drawer-faq strong{
  display: block;
  font-size: 14px;
  font-weight: 750;
  margin-bottom: 4px;
}
.mdm-drawer-faq span{
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(0,0,0,.65);
}

/* ✅ ÎMPINGE FAQ JOS (deasupra “Conectați-vă”) */
#menu-drawer .menu-drawer__navigation-container{
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

#menu-drawer .menu-drawer__navigation{
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

/* dacă FAQ e în navigation (cum ți l-am pus), îl trimite la baza nav */
#menu-drawer .menu-drawer__navigation .mdm-drawer-faq{
  margin-top: auto !important;
}

/* păstrează “Conectați-vă” jos, după FAQ */
#menu-drawer .menu-drawer__utility-links{
  margin-top: 0 !important;
}


/* ================================
   MDM — Drawer font-size mai mic
   ================================ */

/* Text item principal (Acasa, Magazin, Reduceri, Contact) */
menu-drawer .menu-drawer__menu-item,
#menu-drawer .menu-drawer__menu-item{
  font-size: 15px;      /* implicit era ~16px */
  font-weight: 600;
}





/* ================================
   MDM — Mobile Drawer (icons + lines + FAQ bottom)
   ================================ */

/* Lista din drawer */
menu-drawer .menu-drawer__menu,
#menu-drawer .menu-drawer__menu{
  padding-top: 10px;
}

/* Item = rând cu separatoare */
menu-drawer .menu-drawer__menu-item,
#menu-drawer .menu-drawer__menu-item{
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 14px 16px !important;
  border-bottom: 1px solid rgba(0,0,0,.08);
  font-weight: 600;
  color: rgba(0,0,0,.86);
}

/* Ultimul fără linie */
menu-drawer .menu-drawer__menu li:last-child > .menu-drawer__menu-item,
#menu-drawer .menu-drawer__menu li:last-child > .menu-drawer__menu-item{
  border-bottom: 0;
}

/* Iconițele pe stânga */
.mdm-drawer-icon{
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  opacity: .85;
}
.mdm-drawer-icon svg{
  width: 18px;
  height: 18px;
}

/* Săgeata / indicatorul din dreapta (pentru item cu submeniu) */
.mdm-drawer-chevron{
  margin-left: auto;
  opacity: .55;
  display: inline-flex;
  align-items: center;
}
.mdm-drawer-chevron svg{
  width: 16px;
  height: 16px;
}




/* ===============================
   MDM — Apple-style card buttons
   =============================== */

/* Baza */
.card-wrapper .button,
.card-wrapper .button--primary,
.card-wrapper .button--secondary{
  min-height: 34px !important;
  padding: 6px 16px !important;
  border-radius: 999px !important;     /* pill shape */
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: .2px;
  line-height: 1.2 !important;

  background: #fff !important;
  color: #111 !important;
  border: 1px solid rgba(0,0,0,.18) !important;

  box-shadow:
    0 1px 2px rgba(0,0,0,.04),
    0 6px 14px rgba(0,0,0,.08);

  transition:
    background .18s ease,
    box-shadow .18s ease,
    transform .12s ease;
}

/* Hover – Apple feel */
.card-wrapper .button:hover{
  background: #f7f7f7 !important;
  box-shadow:
    0 2px 4px rgba(0,0,0,.06),
    0 10px 24px rgba(0,0,0,.12);
  transform: translateY(-1px);
}

/* Active */
.card-wrapper .button:active{
  transform: translateY(0);
  box-shadow:
    0 1px 2px rgba(0,0,0,.05);
}

/* Icon (coș / săgeată) */
.card-wrapper .button svg{
  width: 15px;
  height: 15px;
  margin-right: 6px;
}

/* Text alignment */
.card-wrapper .button span,
.card-wrapper .button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* Mobil – extra slim */
@media (max-width: 768px){
  .card-wrapper .button,
  .card-wrapper .button--primary,
  .card-wrapper .button--secondary{
    min-height: 32px !important;
    padding: 5px 14px !important;
    font-size: 12.5px !important;
  }
}



/* MDM — badge reducere: text roșu */
.mdm-sale-badge{
  color: #d0021b !important;          /* roșu premium */
}

.mdm-sale-badge__pct,
.mdm-sale-badge__txt{
  color: #d0021b !important;
}

/* MDM — badge procent + Preț redus */
.mdm-sale-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .2px;
}

.mdm-sale-badge__pct{
  font-size: 12px;
}

.mdm-sale-badge__txt{
  font-size: 12px;
  font-weight: 750;
  opacity: .95;
}




/* MDM – TVA inclus badge în cart drawer */
.drawer__footer .totals__subtotal-value::after,
.drawer__footer .totals__total-value::after {
  content: "TVA inclus";
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: rgba(0,0,0,.65);
  background: rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.08);
}








/* Structură card produs */
.card-wrapper .card__information {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Titlu – ocupă spațiu egal */
.card-wrapper .card__heading {
  min-height: 3.6em; /* 2 rânduri */
  font-weight: 600;
}

/* Preț – nu mai împinge singur */
.card-wrapper .price {
  margin-top: 0;
}

/* TVA – lipit de preț */
.card-wrapper .mdm-vat{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  font-weight: 650;
  color: rgba(0,0,0,.72);
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.08);
}

.card-wrapper .mdm-vat::before{
  content: "ⓘ";
  font-size: 12px;
  opacity: .9;
}

/* Împinge jos BLOCUL final (preț + TVA + buton) */
.card-wrapper .card__information > *:last-child{
  margin-top: auto;
}

/* Buton – jos, aliniat */
.card-wrapper .card__actions {
  margin-top: 10px;
}







.secure-payment {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
  margin-bottom: 6px;
  opacity: 0.9;
}


/* =========================
   PRODUCT PAGE – TITLE (ALL DEVICES)
   ========================= */

/* Titlul produsului – prinde toate variantele Trade/Dawn */
.product__title h1,
h1.product__title,
h1.product-title,
.product__title .h1 {
  font-weight: 600 !important;
  letter-spacing: -0.3px;
  line-height: 1.15;
  color: #111;
  margin: 0 0 10px 0;
}

/* Desktop */
@media (min-width: 750px) {
  .product__title h1,
  h1.product__title,
  h1.product-title,
  .product__title .h1 {
    font-size: 30px !important;
  }
}

/* Mobil */
@media (max-width: 749px) {
  .product__title h1,
  h1.product__title,
  h1.product-title,
  .product__title .h1 {
    font-size: 24px !important;
  }
}






/* =========================================================
   MDM — PRICE PREMIUM (Product page + Product cards)
   update-safe (CSS only)
   ========================================================= */

/* ---------- PRODUCT PAGE (pagina produs) ---------- */

/* prețul curent (normal sau reducere) */
.product .price .price-item--sale,
.product .price .price-item--regular{
  font-weight: 900 !important;
  letter-spacing: -0.2px;
  line-height: 1.05;
}

/* mărime pe desktop */
@media (min-width: 750px){
  .product .price .price-item--sale,
  .product .price .price-item--regular{
    font-size: 30px !important;
  }
}

/* mărime pe mobil */
@media (max-width: 749px){
  .product .price .price-item--sale,
  .product .price .price-item--regular{
    font-size: 30px !important;
  }
}

/* dacă e reducere: prețul de vânzare roșu */
.product .price--on-sale .price-item--sale{
  color: #d11f1f !important;
}

/* prețul vechi (tăiat) mai mic + gri */
.product .price--on-sale .price-item--regular{
  font-size: 0.62em !important;
  font-weight: 700 !important;
  color: rgba(0,0,0,.45) !important;
}

/* (opțional) badge “Pret redus” să fie roșu */
.product .price__badge-sale,
.product .badge.price__badge-sale,
.product .badge--sale{
  background: #d11f1f !important;
  color: #fff !important;
  border-color: transparent !important;
}


/* ---------- PRODUCT CARD / GRID (carduri produse) ---------- */

/* preț curent mai mare și bold în card */
.card-wrapper .price .price-item--sale,
.card-wrapper .price .price-item--regular{
  font-weight: 850 !important;
  letter-spacing: -0.15px;
  line-height: 1.05;
  font-size: 15px !important; /* desktop & mobil ok; ajustăm sub */
}

/* pe mobil ușor mai mic */
@media (max-width: 750px){
  .card-wrapper .price .price-item--sale,
  .card-wrapper .price .price-item--regular{
    font-size: 16px !important;
  }
}

/* reducere: prețul de vânzare roșu */
.card-wrapper .price--on-sale .price-item--sale{
  color: #d11f1f !important;
}

/* preț vechi (tăiat) mai discret */
.card-wrapper .price--on-sale .price-item--regular{
  font-size: 0.80em !important;
  font-weight: 700 !important;
  color: rgba(0,0,0,.45) !important;
}

/* dacă ai și “compare at” în alte structuri */
.card-wrapper .price__compare .price-item,
.card-wrapper .price-item--regular.price-item--compare{
  color: rgba(0,0,0,.45) !important;
}




/* ===== Header – look premium (safe) ===== */
.header__menu-item span,
.header__active-menu-item {
  font-weight: 700;
  font-size: 16px;
}

.header__menu-item:hover span {
  color: #F76833;
  text-decoration: none;
}

.header__active-menu-item {
  text-decoration: none;
}

/* Padding pe item – doar desktop (safe) */
@media (min-width: 990px) {
  .header__menu-item {
    padding: 6px 2.4rem;
  }
}

/* Reduceri % + culoare */
a#HeaderMenu-reduceri span::after {
  content: " %";
  margin-left: 6px;
  font-size: 1em;
  vertical-align: middle;
}
a#HeaderMenu-reduceri span {
  color: #e60023 !important;
  font-weight: 800;
}

/* =========================
   HEADER – MENIU CENTRAT (Trade)
   pune sub codul existent
   ========================= */
@media (min-width: 990px) {
  /* Trade/Dawn-like: header este grid */
  header.header,
  .header-wrapper header.header {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr; /* stânga / meniu / iconuri */
    align-items: center;
  }

  /* blocul de meniu în centru */
  header.header .header__inline-menu {
    justify-self: center;
  }

  /* partea cu iconuri rămâne la dreapta */
  header.header .header__icons {
    justify-self: end;
  }

  /* logo rămâne la stânga */
  header.header .header__heading {
    justify-self: start;
  }





  /* =========================================
   MEGA MENU – 3 COLOANE CENTRATE (PREMIUM)
   Update-safe
   ========================================= */
@media (min-width: 990px) {

  /* Container dropdown */
  .header .mega-menu__content {
    display: flex;
    justify-content: center;   /* CENTRARE GLOBALĂ */
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Gridul de categorii */
  .header .mega-menu__list {
    display: grid !important;
    grid-template-columns: repeat(3, max-content); /* FIX 3 coloane */
    column-gap: 72px;                              /* aer premium */
    row-gap: 12px;
    justify-content: center;                       /* centru */
    justify-items: start;                          /* text stânga */
    width: auto;
    margin: 0 auto;
  }

  /* Titluri coloane */
  .header .mega-menu__link--level-1,
  .header .mega-menu__content summary {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    color: rgba(0,0,0,.75);
  }

  /* Linkuri */
  .header .mega-menu__link {
    font-size: 15px;
    line-height: 1.35;
    padding: 6px 8px;
    border-radius: 8px;
    transition: all .18s ease;
  }

  .header .mega-menu__link:hover {
    background: rgba(0,0,0,.05);
    transform: translateX(2px);
  }
}





/* =========================================
   MEGA MENU – CARD “FIT CONTENT” (decupat)
   ========================================= */
@media (min-width: 990px) {

  /* dropdown container: nu full width */
  .header .mega-menu__content {
    width: auto !important;
  }

  /* cardul efectiv (lista) – se decupează după conținut */
  .header .mega-menu__list {
    width: fit-content !important;
    max-width: calc(100vw - 80px);
    padding: 22px 26px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0,0,0,.12);
  }

  /* elimină eventuale întinderi ale wrapperului */
  .header .mega-menu__content .page-width {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
  }
}




/* =========================================
   MEGA MENU – elimină “fereastra” mare din spate
   ========================================= */
@media (min-width: 990px) {

  /* 1) Wrapper-ul dropdown-ului să nu mai fie full-width vizual */
  .header details[open] > .header__submenu,
  .header .header__submenu {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;

    /* IMPORTANT: nu mai întinde zona */
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
  }

  /* 2) Containerul mega-menu să nu mai “umple” spațiul */
  .header .mega-menu__content {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    width: auto !important;
    padding: 0 !important;
  }

  /* 3) (Opțional) centrează cardul și îl face să se “așeze” după conținut */
  .header details[open] > .header__submenu {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}



/* Mărire font submeniu desktop */
@media (min-width: 1024px) {
  .mega-menu__link { font-size: 17px; font-weight: 500; }
}


