/*
Theme Name: Evenio Preview
Description: Statični preview theme napravljen iz Evenio dizajna (Homepage, Product Grid, Product Page). Jedan responzivan markup po stranici (mobile-first, CSS media queryji) - vjerno prati mobile i desktop izgled iz priloženih HTML exportova. Nije funkcionalna WooCommerce tema.
Author: Avoco
Version: 2.0
Text Domain: evenio-preview
*/

/* ==========================================================================
   TOKENS / RESET
   ========================================================================== */
:root{
  --ev-pink:#ED145A;
  --ev-pink-dark:#C4104A;
  --ev-navy:#1E1E2A;
  --ev-blue:#537993;
  --ev-blue-dark:#456277;
  --ev-border:#E9E7EC;
  --ev-border-soft:#F0EFF3;
  --ev-text-soft:#5B5866;
  --ev-text-mute:#9A97A3;
  --ev-bg-soft:#F7F6FA;
  --ev-bg-lav:#EEEEF7;
  --ev-bg-green:#EAF3E9;
  --ev-gold:#E7A93E;
  --ev-green:#4CAF7D;
  --ev-bp:860px; /* mobile < 860px, desktop >= 860px */
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--ev-navy);
  overflow-x: hidden;
}
a { color: var(--ev-pink); text-decoration: none; }
img { max-width: 100%; display:block; }
button, select, input { font-family: 'Plus Jakarta Sans', sans-serif; }
h1, h2, h3, p, ul { margin: 0; padding: 0; }
ul { list-style: none; }
button { cursor:pointer; }

.ev-wrap{ max-width:1500px; margin:0 auto; padding:0 16px; }
.ev-visually-hidden{ position:absolute !important; width:1px;height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }

/* ==========================================================================
   HOVER-ENABLED COMPONENTS
   ========================================================================== */
.ev-navlink { color: var(--ev-navy); transition: color .15s ease; }
.ev-navlink:hover { color: var(--ev-pink); }
.ev-navlink.is-active { color: var(--ev-pink); font-weight: 700; }

.ev-link { color: var(--ev-navy); font-weight:600; transition: color .15s ease; }
.ev-link:hover { color: var(--ev-pink); }

.ev-icon-btn { background: none; border: none; cursor: pointer; padding: 4px; color: var(--ev-navy); transition: color .15s ease; }
.ev-icon-btn:hover { color: var(--ev-pink); }

.ev-social { width: 32px; height: 32px; border-radius: 50%; border: 1px solid #E1DFE6; display: flex; align-items: center; justify-content: center; color: var(--ev-text-soft); font-size: 13px; transition: color .15s ease, border-color .15s ease; }
.ev-social:hover { color: var(--ev-pink); border-color: var(--ev-pink); }

.ev-btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: var(--ev-pink); color: #fff; border: none; border-radius: 3px; font-weight: 700; cursor: pointer; transition: background .15s ease; font-family: Arial, sans-serif; padding:13px 22px; font-size:13.5px; width:250px;}
.ev-btn-primary:hover { background: var(--ev-pink-dark); }

.ev-btn-pill { display: inline-flex; align-items: center; justify-content: center; gap: 5px; background: var(--ev-pink); color: #fff; border: none; border-radius: 9999px; font-weight: 700; cursor: pointer; transition: background .15s ease; font-family: Inter, sans-serif; padding:6px 12px; font-size:10.5px; }
.ev-btn-pill:hover { background: var(--ev-pink-dark); }

.ev-btn-white { display: inline-flex; align-items: center; justify-content: center; background: #fff; color: var(--ev-blue); border: none; border-radius: 20px; font-weight: 700; cursor: pointer; transition: background .15s ease; padding:8px 14px; font-size:11px; font-family:Inter,sans-serif; }
.ev-btn-white:hover { background: #F0F4F7; }

.ev-btn-outline-white { display: inline-flex; align-items: center; justify-content: center; background: transparent; color: #fff; border: 1px solid #fff; border-radius: 20px; font-weight: 700; cursor: pointer; transition: background .15s ease; }
.ev-btn-outline-white:hover { background: rgba(255,255,255,0.15); }

.ev-btn-outline { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ev-border); background: #fff; color: var(--ev-navy); border-radius: 4px; font-weight: 600; cursor: pointer; transition: color .15s ease, border-color .15s ease; padding:11px 20px; font-size:13px; }
.ev-btn-outline:hover { color: var(--ev-pink); border-color: var(--ev-pink); }

.ev-heart-btn { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.9); border: none; color: var(--ev-navy); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: color .15s ease; width:26px;height:26px;font-size:12px; top:8px; right:8px; }
.ev-heart-btn:hover { color: var(--ev-pink); }

.ev-card-title { color: var(--ev-navy); text-decoration: none; transition: color .15s ease; }
.ev-card-title:hover { color: var(--ev-pink); }

.ev-scroll-row { display: flex; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; scroll-behavior: smooth; }
.ev-scroll-row::-webkit-scrollbar { display: none; }

.ev-tag { border-radius: 20px; font-weight: 600; font-family:'Plus Jakarta Sans',sans-serif; cursor: pointer; white-space: nowrap; border: 1px solid var(--ev-border); background: #fff; color: var(--ev-navy); padding:8px 14px; font-size:12px; flex-shrink:0; transition: border-color .15s ease, color .15s ease; }
.ev-tag:hover { border-color: var(--ev-pink); color: var(--ev-pink); }
.ev-tag.is-active { background: var(--ev-blue); color: #fff; border-color: var(--ev-blue); }
.ev-tag.is-active:hover { background: var(--ev-blue); color: #fff; border-color: var(--ev-blue); }

.ev-pdtab { display:inline-block; border: none; background: none; cursor: pointer; font-weight: 700; color: var(--ev-navy); border-bottom: 2px solid transparent; padding:11px 14px; font-size:12.5px; transition:color .15s ease, border-color .15s ease; }
.ev-pdtab.is-active { color: var(--ev-pink); border-bottom-color: var(--ev-pink); }
.ev-pdtab:hover { color: var(--ev-pink); }

.ev-filter-dot { width: 15px; height: 15px; border-radius: 50%; border: 1.5px solid var(--ev-border); background: #fff; flex-shrink: 0; display: flex; align-items: center; justify-content: center; position:relative; transition:background .15s ease, border-color .15s ease; }
.ev-filter-opt{ cursor:pointer; }
.ev-filter-opt:hover .ev-filter-dot{ border-color:var(--ev-pink); }
.ev-filter-checkbox:checked + .ev-filter-dot{ background:var(--ev-pink); border-color:var(--ev-pink); }
.ev-filter-checkbox:checked + .ev-filter-dot::after{ content:"\2713"; color:#fff; font-size:8px; line-height:1; font-weight:700; }

/* ==========================================================================
   ANNOUNCEMENT BAR
   ========================================================================== */
.ev-announce{ background:var(--ev-pink); height:34px; display:flex; align-items:center; justify-content:center; gap:10px; padding:0 12px; }
.ev-announce__text{ font-size:11px; color:#fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
@media (min-width: 860px){
  .ev-announce{ height:37px; gap:14px; }
  .ev-announce__text{ font-size:12px; }
}

/* ==========================================================================
   HEADER / NAV
   ========================================================================== */
.ev-header{ position:sticky; top:0; z-index:40; background:#fff; border-bottom:1px solid var(--ev-border); }
.ev-header__row{ max-width:1500px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; padding:10px 14px; gap:14px; }

.ev-logo{ flex-shrink:0; display:block; }
.ev-logo__full{ display:none; height:34px; }
.ev-logo__mark{ display:block; height:26px; }
@media (min-width:860px){
  .ev-logo__full{ display:block; }
  .ev-logo__mark{ display:none; }
}

.ev-header__actions{ display:flex; align-items:center; gap:12px; flex-shrink:0; }
.ev-desktop-only{ display:none; }
@media (min-width:860px){ .ev-desktop-only{ display:inline-flex; } }
.ev-mobile-only{ display:block; }
@media (min-width:860px){ .ev-mobile-only{ display:none !important; } }
.ev-badge-en{ border:1px solid var(--ev-border); border-radius:4px; padding:4px 8px; font-size:11px; font-weight:700; }
.ev-cart-count{ position:absolute; top:-3px; right:-5px; background:var(--ev-pink); color:#fff; font-size:8px; font-weight:700; border-radius:7px; width:14px; height:14px; display:flex; align-items:center; justify-content:center; }

/* Hamburger (checkbox-hack, no JS) */
.ev-hamburger{ display:inline-flex; background:none; border:none; font-size:19px; color:var(--ev-navy); cursor:pointer; padding:4px; }
@media (min-width:860px){ .ev-hamburger{ display:none; } }

.ev-nav-backdrop{ display:none; }
.ev-nav-toggle:checked ~ .ev-nav-backdrop{ display:block; position:fixed; inset:0; background:rgba(0,0,0,.35); z-index:45; }
@media (min-width:860px){ .ev-nav-backdrop{ display:none !important; } }

.ev-nav{
  position:fixed; top:0; right:-100%; bottom:0; width:84%; max-width:360px;
  background:#fff; z-index:50; overflow-y:auto; transition:right .25s ease;
  box-shadow:-10px 0 26px rgba(0,0,0,.15);
  display:flex; flex-direction:column;
}
.ev-nav-toggle:checked ~ .ev-nav{ right:0; }
.ev-nav__close{ align-self:flex-end; margin:14px 16px 0; width:34px; height:34px; border-radius:50%; background:var(--ev-bg-soft); border:none; font-size:15px; color:var(--ev-navy); display:flex; align-items:center; justify-content:center; cursor:pointer; transition:background .15s ease; }
.ev-nav__close:hover{ background:var(--ev-border); }
.ev-nav__list{ display:flex; flex-direction:column; margin-top:8px; }
.ev-nav__list a{ display:flex; align-items:center; gap:14px; padding:14px 20px; border-top:1px solid var(--ev-border-soft); font-size:15px; font-weight:600; color:var(--ev-navy); }
.ev-nav__icon{ width:34px; height:34px; border-radius:50%; background:#FCEAEE; color:var(--ev-pink); display:flex; align-items:center; justify-content:center; font-size:14px; flex-shrink:0; }

@media (min-width:860px){
  .ev-nav{ position:static; width:auto; max-width:none; background:none; box-shadow:none; overflow:visible; }
  .ev-nav__close{ display:none; }
  .ev-nav__list{ flex-direction:row; align-items:center; gap:26px; margin-top:0; flex-wrap:wrap; }
  .ev-nav__list a{ padding:8px 0; border-top:none; font-size:14px; font-weight:600; }
  .ev-nav__icon{ display:none; }
}

/* Mega meni (Slikovnice) - samo desktop, na hover */
.ev-has-mega{ position:relative; }
.ev-mega{ display:none; }
@media (min-width:860px){
  .ev-has-mega{ padding:8px 0; }
  .ev-mega{ position:absolute; top:100%; left:50%; transform:translateX(-50%); background:#fff; border:1px solid var(--ev-border); box-shadow:0 16px 32px -12px rgba(0,0,0,.18); padding:26px; gap:36px; width:760px; z-index:30; }
  .ev-has-mega:hover .ev-mega, .ev-has-mega:focus-within .ev-mega{ display:flex; }
}
.ev-mega-col{ flex:1; }
.ev-mega-col.wide{ flex:1.3; }
.ev-mega-col.xwide{ flex:1.2; }
.ev-mega-label{ font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--ev-text-mute); margin-bottom:10px; }
.ev-mega-link{ display:block; padding:6px 0; font-size:13px; font-weight:500; color:var(--ev-navy); transition:color .15s ease; }
.ev-mega-link:hover{ color:var(--ev-pink); }
.ev-mega-sub{ display:block; padding:3px 0; font-size:12.5px; font-weight:500; color:var(--ev-text-soft); transition:color .15s ease; }
.ev-mega-sub:hover{ color:var(--ev-pink); }
.ev-mega-group{ margin-bottom:10px; }
.ev-mega-group-title{ font-size:11.5px; font-weight:700; color:var(--ev-navy); margin-bottom:4px; }
.ev-mega--simple{ width:230px; left:0; transform:none; }
.ev-has-mega:hover .ev-mega--simple, .ev-has-mega:focus-within .ev-mega--simple{ display:block; }
.ev-mega-divider{ border:0; border-top:1px solid var(--ev-border); margin:10px 0; }

/* ==========================================================================
   HERO - jedina sekcija sa dva stvarno različita sadržaja (desktop banner
   slika s ugrađenim tekstom vs. mobile tekstualni panel + ilustracija).
   Isti princip kao logo swap gore: dvije verzije, CSS display po širini.
   ========================================================================== */
.ev-hero-desktop{ display:none; position:relative; overflow:hidden; }
.ev-hero-mobile{ position:relative; overflow:hidden; }
@media (min-width:860px){
  .ev-hero-desktop{ display:block !important; }
  .ev-hero-mobile{ display:none !important; }
}
.ev-hero-slider{ display:flex; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; -ms-overflow-style:none; }
.ev-hero-slider::-webkit-scrollbar{ display:none; }
.ev-hero-slide{ flex:0 0 100%; scroll-snap-align:start; }
.ev-hero-slide img{ width:100%; aspect-ratio:1800/650; max-height:800px; object-fit:cover; display:block; }
.ev-hero-arrow{ opacity:0; transition:opacity .15s ease, color .15s ease, border-color .15s ease; }
.ev-hero-desktop:hover .ev-hero-arrow{ opacity:1; }
.ev-hero-desktop .ev-hero-arrow.left{ left:12px; }
.ev-hero-desktop .ev-hero-arrow.right{ right:12px; }
.ev-hero-dots{ position:absolute; bottom:16px; left:0; right:0; display:flex; justify-content:center; gap:6px; z-index:2; }
.ev-hero-dots span{ width:6px; height:6px; border-radius:3px; background:rgba(255,255,255,.5); cursor:pointer; }
.ev-hero-dots span.is-active{ background:#fff; }

.ev-hero-mobile__slider{ display:flex; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; -ms-overflow-style:none; }
.ev-hero-mobile__slider::-webkit-scrollbar{ display:none; }
.ev-hero-mobile__slide{ flex:0 0 100%; scroll-snap-align:start; position:relative; background:var(--ev-pink); overflow:hidden; padding:28px 20px 24px; min-height:400px; display:flex; flex-direction:column; justify-content:center; gap:14px; }
.ev-hero-mobile__title{ font-family:'Fredoka',sans-serif; color:#fff; line-height:1.15; position:relative; z-index:1; }
.ev-hero-mobile__title .lead{ font-size:22px; font-weight:400; }
.ev-hero-mobile__title .accent{ font-size:38px; font-weight:700; }
.ev-hero-mobile .ev-btn-primary{ background:#fff; color:var(--ev-pink); position:relative; z-index:1; }
.ev-hero-mobile__art{ position:absolute; right:-20px; bottom:-10px; width:220px; height:374px; overflow:hidden; z-index:0; }
.ev-hero-mobile__art img{ position:absolute; left:-259px; top:0; width:479px; height:393px; max-width:none; }
.ev-hero-mobile__dots{ position:absolute; bottom:10px; left:0; right:0; display:flex; justify-content:center; gap:6px; z-index:1; }
.ev-hero-mobile__dots span{ width:6px; height:6px; border-radius:3px; background:rgba(255,255,255,.4); cursor:pointer; }
.ev-hero-mobile__dots span.is-active{ background:#fff; }

/* ==========================================================================
   TRUST BAR
   ========================================================================== */
.ev-trustbar{ display:grid; grid-template-columns:repeat(2,1fr); border-bottom:1px solid var(--ev-border-soft); }
.ev-trustbar__item{ display:flex; flex-direction:column; align-items:center; gap:6px; padding:16px 10px; text-align:center; border-bottom:1px solid var(--ev-border-soft); }
.ev-trustbar__item:nth-child(odd){ border-right:1px solid var(--ev-border-soft); }
.ev-trustbar__item img{ width:42px; height:42px; }
.ev-trustbar__item span{ font-size:11px; font-weight:600; }
@media (min-width:860px){
  .ev-trustbar{ grid-template-columns:repeat(4,1fr); max-width:1500px; margin:0 auto; border-bottom:none; }
  .ev-trustbar__item{ border:none !important; padding:20px 14px 22px; }
  .ev-trustbar__item img{ width:54px; height:54px; }
  .ev-trustbar__item span{ font-size:12px; }
}

/* ==========================================================================
   SECTION / TAGS
   ========================================================================== */
.ev-section{ padding:26px 16px 8px; display:flex; flex-direction:column; gap:14px; }
.ev-section__head{ display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }
.ev-section__title{ font-family:'Fredoka',sans-serif; font-weight:700; font-size:19px; }
.ev-section__sub{ font-size:11px; color:#64748B; margin-top:4px; }
@media (min-width:860px){
  /* .ev-section je omotač za "kategorije proizvoda" mobile-grid verziju na
     naslovnici — na desktopu je zamjenjuje .ev-cat-desktop (slider), pa se
     ovdje sakriva. .ev-section__title / __sub ostaju netaknuti jer ih
     koriste i druge sekcije (testimonials, newsletter naslovi). */
  .ev-section{ display:none !important; }
  .ev-section__title{ font-size:20px; }
  .ev-section__sub{ font-size:12px; }
}

.ev-tags{ display:flex; gap:8px; overflow-x:auto; scrollbar-width:none; }
.ev-tags::-webkit-scrollbar{ display:none; }
@media (min-width:860px){ .ev-tags{ flex-wrap:wrap; overflow:visible; } }

/* ==========================================================================
   CARD GRID (jedan sustav za naslovnicu, Slikovnice i "iz iste serije")
   ========================================================================== */
.ev-cardgrid{ display:grid; grid-template-columns:repeat(auto-fill, minmax(150px,1fr)); gap:10px; }
@media (min-width:860px){ .ev-cardgrid{ grid-template-columns:repeat(auto-fill, minmax(200px,1fr)); gap:16px; } }

/* Homepage category sections on mobile: horizontal slider instead of a 2-col grid. */
.ev-cardgrid--scroll{ display:flex; flex-wrap:nowrap; overflow-x:auto; overflow-y:hidden; scrollbar-width:none; -ms-overflow-style:none; scroll-behavior:smooth; }
.ev-cardgrid--scroll::-webkit-scrollbar{ display:none; }
.ev-cardgrid--scroll > *{ flex:0 0 150px; min-width:150px; max-width:150px; }

.ev-intro-tile{ grid-column:span 2; background:var(--ev-blue); border-radius:4px; padding:18px; display:flex; flex-direction:column; justify-content:center; gap:8px; height:230px  }
.ev-intro-tile__eyebrow{ font-family:'Fredoka',sans-serif; font-weight:700; font-size:10px; letter-spacing:.8px; text-transform:uppercase; color:#C5D6E1; }
.ev-intro-tile__title{ font-family:'Fredoka',sans-serif; font-weight:400; font-size:16px; line-height:1.2; color:#fff; }
.ev-intro-tile__text{ font-size:12px; color:#D9E3EA; }
@media (min-width:860px){
  .ev-intro-tile{ padding:28px; gap:12px;  height:auto;}
  .ev-intro-tile__eyebrow{ font-size:11.5px; }
  .ev-intro-tile__title{ font-size:22px; max-width:320px; }
  .ev-intro-tile__text{ font-size:13.5px; max-width:320px; }
}

.ev-card{ display:flex; flex-direction:column; background:#fff; border:1px solid var(--ev-border); border-radius:4px; overflow:hidden; }
.ev-card__media{ position:relative; aspect-ratio:1/1; background:var(--ev-bg-lav); overflow:hidden; }
.ev-card__media img{ width:100%; height:100%; object-fit:cover; }
.ev-card__badge-new{ position:absolute; top:8px; left:8px; width:32px; height:32px; }
.ev-card__badge-new img{ width:100%; height:100%; filter:drop-shadow(0 2px 4px rgba(0,0,0,.2)); }
.ev-card__badge-tag{ position:absolute; top:8px; left:8px; color:#fff; font-size:9px; font-weight:700; letter-spacing:.3px; text-transform:uppercase; padding:5px 8px; border-radius:3px; }
.ev-card__badge-tag.bestseller{ background:var(--ev-gold); }
.ev-card__badge-tag.pill{ background:var(--ev-blue); border-radius:20px; font-family:'Fredoka',sans-serif; }
.ev-card__body{ padding:10px; display:flex; flex-direction:column; gap:5px; flex:1; }
.ev-card__stars{ display:flex; gap:2px; align-items:center; }
.ev-card__caption{ font-size:9.5px; color:var(--ev-blue); font-weight:700; }
.ev-card__title{ font-weight:600; font-size:12px; line-height:1.3; flex:1; }
.ev-card__tag-pill{ display:inline-block; align-self:flex-start; border:1px solid #A9A9A9; border-radius:4px; padding:2px 6px; font-size:8px; font-weight:500; text-transform:uppercase; }
.ev-card__meta{ font-size:10.5px; color:var(--ev-blue); font-weight:600; }
.ev-card__price-row{ display:flex; align-items:baseline; gap:5px; }
.ev-card__price{ font-weight:700; font-size:13px; color:var(--ev-pink); }
.ev-card__oldprice{ font-size:11px; color:var(--ev-text-mute); text-decoration:line-through; }
.ev-card__cta{ align-self:flex-end; }
@media (min-width:860px){
  .ev-card__body{ padding:14px; gap:6px; }
  .ev-card__title{ font-size:13.5px; }
  .ev-card__price{ font-size:15px; }
  .ev-card__oldprice{ font-size:12px; }
}

/* ==========================================================================
   NASLOVNICA — kategorije proizvoda: desktop dobiva horizontalni "slider"
   red sa strelicama (kao izvorni desktop export), mobile ostaje na
   postojećem .ev-section / .ev-cardgrid rasporedu (nedirano). Iste
   evenio_card() kartice, samo drukčiji wrapper kontekst.
   ========================================================================== */
.ev-cat-desktop{ display:none; }
@media (min-width:860px){
  .ev-cat-desktop{ display:flex !important; flex-direction:column; gap:14px; max-width:1500px; margin:0 auto; padding:32px 16px 8px; }
}

.ev-cat-track{ gap:14px; padding-bottom:6px; }
.ev-cat-intro-big{ flex:0 0 494px; min-width:494px; }
.ev-cat-card-slide{ flex:1 1 200px; min-width:200px; max-width:240px; display:flex; }

.ev-cat-intro-media{ display:flex; flex-direction:column; background:var(--ev-blue); border-radius:4px; overflow:hidden; flex:1 1 200px; min-width:200px; max-width:240px; }
.ev-cat-intro-media__img{ aspect-ratio:1/1; overflow:hidden; position:relative; }
.ev-cat-intro-media__img img{ width:100%; height:100%; object-fit:cover; }
.ev-cat-intro-media__body{ padding:14px; display:flex; flex-direction:column; gap:6px; flex:1; }
.ev-cat-intro-media__title{ font-family:'Fredoka',sans-serif; font-weight:400; font-size:17px; line-height:1.2; color:#fff; flex:1; }

.ev-arrow-btn{
  position:absolute; top:42%; transform:translateY(-50%); width:40px; height:40px; border-radius:50%;
  background:#fff; border:1px solid var(--ev-border); box-shadow:0 6px 18px -8px rgba(0,0,0,.3);
  color:var(--ev-navy); font-size:14px; cursor:pointer; display:flex; align-items:center; justify-content:center;
  z-index:2; transition:color .15s ease, border-color .15s ease;
}
.ev-arrow-btn:hover{ color:var(--ev-pink); border-color:var(--ev-pink); }
.ev-arrow-btn.left{ left:-8px; }
.ev-arrow-btn.right{ right:-8px; }

/* ==========================================================================
   PROMO BANNER (Mrljek i Prljek) — desktop i mobile imaju stvarno drukčiji
   sadržaj (druge slike, desktop nema eyebrow tekst nego title-logo sliku)
   pa idu kao dvije odvojene sekcije, isti princip kao hero.
   ========================================================================== */
.ev-promo{ max-width:1500px; margin:20px auto; background:var(--ev-bg-lav); border-radius:4px; padding:20px; display:flex; flex-direction:column; align-items:center; text-align:center; gap:10px; }
.ev-promo__media{ width:100%; max-width:300px; }
.ev-promo__eyebrow{ font-family:'Fredoka',sans-serif; font-weight:700; font-size:12px; color:var(--ev-blue); letter-spacing:.4px; }
.ev-promo__title{ font-family:'Fredoka',sans-serif; font-weight:700; font-size:18px; }
.ev-promo__text{ font-size:13px; color:var(--ev-text-soft); max-width:420px; }
@media (min-width:860px){ .ev-promo{ display:none !important; } }

.ev-promo-desktop{ display:none; }
@media (min-width:860px){
  .ev-promo-desktop{ display:flex !important; max-width:1500px; margin:20px auto; background:#EEEEF7; border-radius:4px; padding:32px 24px; align-items:center; gap:26px; flex-wrap:wrap; }
}
.ev-promo-desktop__media{ flex:1; min-width:260px; height:220px; border-radius:4px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.ev-promo-desktop__media img{ width:100%; height:100%; object-fit:contain; object-position:center; }
.ev-promo-desktop__body{ flex:1; min-width:280px; display:flex; flex-direction:column; gap:14px; }
.ev-promo-desktop__body img{ width:220px; height:auto; align-self:flex-start; }
.ev-promo-desktop__body p{ margin:0; font-size:14px; color:var(--ev-text-soft); max-width:340px; }

/* ==========================================================================
   CTA STRIP
   ========================================================================== */
.ev-cta{ position:relative; overflow:hidden; max-width:1362px; margin:16px auto 24px; background:var(--ev-blue); border-radius:8px; padding:24px 20px; display:flex; flex-direction:column; gap:14px; }
.ev-cta h3{ font-family:'Fredoka',sans-serif; font-weight:400; font-size:19px; color:#fff; position:relative; z-index:1; }
.ev-cta p{ font-size:12.5px; color:#D9E3EA; position:relative; z-index:1; }
.ev-cta__text{ position:relative; z-index:1; }
.ev-cta__actions{ display:flex; flex-direction:column; gap:10px; position:relative; z-index:1; }
.ev-cta__actions a{ text-align:center; border-radius:20px; padding:13px 0; font-weight:700; font-size:13px; }
.ev-cta__bear{ display:none; }
@media (min-width:860px){
  .ev-cta{ border-radius:0; flex-direction:row; align-items:center; justify-content:space-between; padding:44px 56px; gap:40px; }
  .ev-cta h3{ font-size:24px; }
  .ev-cta__text{ max-width:380px; }
  .ev-cta__actions{ flex-direction:row; }
  .ev-cta__actions a{ padding:14px 22px; white-space:nowrap; }
  .ev-cta__bear{ display:block; position:absolute; left:780px; bottom:0; width:158px; height:80px; opacity:.9; pointer-events:none; z-index:0; }
}

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.ev-testimonials{ background:var(--ev-bg-lav); padding:24px 16px; display:flex; flex-direction:column; gap:14px; align-items:center; }
.ev-testimonials__row{ display:flex; gap:12px; width:100%; overflow-x:auto; scroll-snap-type:x mandatory; }
.ev-testimonial{ flex:0 0 82%; scroll-snap-align:start; background:#fff; border-radius:4px; padding:18px; display:flex; flex-direction:column; gap:8px; }
.ev-testimonial__head{ display:flex; align-items:center; justify-content:space-between; }
@media (min-width:860px){
  .ev-testimonials{ max-width:1500px; margin:0 auto; padding:36px 16px; }
  .ev-testimonials__row{ flex-wrap:wrap; overflow:visible; scroll-snap-type:none; }
  .ev-testimonial{ flex:1 1 240px; min-width:240px; }
}

/* ==========================================================================
   NEWSLETTER
   ========================================================================== */
.ev-newsletter{ padding:24px 20px; display:flex; flex-direction:column; gap:12px; align-items:center; text-align:center; }
.ev-newsletter__row{ display:flex; flex-direction:column; gap:8px; width:100%; max-width:420px; }
.ev-newsletter__row input{ width:100%; border:1px solid var(--ev-border); border-radius:3px; padding:13px 15px; font-size:13px; }
.ev-newsletter__row button{ width:100%; border-radius:3px; padding:13px 0; }
@media (min-width:860px){
  .ev-newsletter__row{ flex-direction:row; }
  .ev-newsletter__row button{ width:auto; padding:0 20px; height:48px; white-space:nowrap; }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.ev-footer{ background:var(--ev-bg-soft); border-top:1px solid var(--ev-border); padding:28px 20px 20px; }
.ev-footer__grid{ display:flex; flex-direction:column; gap:24px; }
.ev-footer__col-title{ font-family:'Fredoka',sans-serif; font-weight:700; font-size:11px; letter-spacing:.7px; text-transform:uppercase; color:var(--ev-text-mute); }
.ev-footer__phone-note{ font-size:12px; color:var(--ev-text-soft); padding-bottom:3px; }
.ev-footer__phone{ font-weight:700; font-size:16px; }
.ev-footer__links{ display:grid; grid-template-columns:1fr 1fr; gap:12px 16px; align-content:start; }
.ev-footer__links a{ font-size:13.5px; color:var(--ev-navy); }
.ev-footer__social{ display:flex; align-items:center; justify-content:space-between; gap:16px; }
.ev-footer__bottom{ border-top:1px solid var(--ev-border); margin-top:24px; padding-top:16px; text-align:center; font-size:11.5px; color:var(--ev-text-mute); }
@media (min-width:860px){
  .ev-footer{ padding:44px 32px 24px; }
  .ev-footer__grid{ max-width:1500px; margin:0 auto; flex-direction:row; gap:64px; }
  .ev-footer__col-title{ font-size:11px; }
  .ev-footer__phone-note{ font-size:12.5px; }
  .ev-footer__links{ flex:1; }
  .ev-footer__social{ flex-direction:column; align-items:flex-start; gap:18px; }
}

/* ==========================================================================
   GRID / SLIKOVNICE STRANICA — filteri: isti markup, mobile = overlay
   preko checkbox-hacka, desktop = uvijek vidljiv fiksni sidebar.
   ========================================================================== */
.ev-breadcrumb{ padding:18px 16px 0; }
.ev-breadcrumb__trail{ font-size:11px; color:var(--ev-text-soft); }
.ev-breadcrumb__row{ display:flex; align-items:baseline; justify-content:space-between; margin-top:8px; }
.ev-breadcrumb__row h1{ font-family:'Fredoka',sans-serif; font-weight:700; font-size:22px; }
.ev-breadcrumb__count{ font-size:12px; color:var(--ev-text-soft); }
@media (min-width:860px){
  .ev-breadcrumb{ max-width:1500px; margin:0 auto; padding:28px 16px 0; }
  .ev-breadcrumb__trail{ font-size:12px; }
  .ev-breadcrumb__row{ margin-top:12px; }
  .ev-breadcrumb__row h1{ font-size:30px; }
  .ev-breadcrumb__count{ font-size:13px; }
}

.ev-toolbar{ display:flex; gap:8px; padding:14px 16px; }
.ev-filter-btn{ flex:1; display:flex; align-items:center; justify-content:center; gap:8px; }
.ev-sort{ flex:1; border:1px solid var(--ev-border); border-radius:4px; padding:10px; font-size:13px; }
@media (min-width:860px){
  .ev-toolbar{ max-width:1500px; margin:0 auto; padding:24px 16px 0; justify-content:flex-end; }
  .ev-filter-btn{ display:none; }
  .ev-sort{ flex:none; width:188px; padding:10px 13px; }
}

.ev-gridpage__body{ display:block; padding:0 16px 40px; }
@media (min-width:860px){
  .ev-gridpage__body{ max-width:1500px; margin:0 auto; padding:20px 16px 56px; display:flex; gap:40px; align-items:flex-start; }
}

.ev-filters{
  position:fixed; top:0; right:-100%; bottom:0; width:86%; max-width:340px;
  background:#fff; z-index:50; overflow-y:auto; transition:right .25s ease;
  box-shadow:-10px 0 26px rgba(0,0,0,.15); padding:16px; display:none; flex-direction:column;
}
.ev-filter-toggle:checked ~ .ev-gridpage__body .ev-filters{ display:flex; right:0; }
.ev-filters__head{ display:flex; justify-content:space-between; align-items:center; margin-bottom:12px; }
.ev-filters__head .ev-nav__close{ margin:0; }
.ev-filter-group{ border-top:1px solid var(--ev-border); padding:14px 0; }
.ev-filter-group__title{ font-weight:700; font-size:12.5px; margin-bottom:12px; }
.ev-filter-opt{ display:flex; align-items:center; gap:12px; padding:6px 0; }
.ev-filter-opt span:last-child{ font-size:13px; }
.ev-filters__apply{ width:100%; margin-top:16px; padding:14px; font-size:14px; border-radius:4px; }
@media (min-width:860px){
  .ev-filters{ position:static; width:250px; max-width:none; flex-shrink:0; background:none; box-shadow:none; overflow:visible; padding:0; display:flex !important; right:auto; }
  .ev-filters__head{ display:none; }
  .ev-filters__apply{ display:none; }
  .ev-filters__title-desktop{ font-family:'Fredoka',sans-serif; font-size:16px; margin-bottom:16px; }
}
.ev-filters__title-desktop{ display:none; }
@media (min-width:860px){ .ev-filters__title-desktop{ display:block; } }

.ev-gridpage__main{ display:flex; flex-direction:column; gap:20px; }

/* ==========================================================================
   PRODUCT STRANICA
   ========================================================================== */
.ev-gallery{ padding:10px 16px 0; display:flex; flex-direction:column; gap:10px; }
.ev-gallery__main{ position:relative; aspect-ratio:1/1; border-radius:4px; overflow:hidden; background:var(--ev-bg-lav); }
.ev-gallery__main img{ width:100%; height:100%; object-fit:cover; }
.ev-gallery__badge{ position:absolute; top:12px; left:12px; background:var(--ev-gold); color:#fff; font-size:10px; font-weight:700; letter-spacing:.4px; text-transform:uppercase; padding:6px 10px; border-radius:3px; }
.ev-thumbs{ display:flex; gap:10px; }
.ev-thumb{ width:64px; height:64px; border-radius:4px; overflow:hidden; border:2px solid var(--ev-border); background:var(--ev-bg-lav); flex-shrink:0; cursor:pointer; }
.ev-thumb.is-active{ border-color:var(--ev-pink); }
.ev-thumb img{ width:100%; height:100%; object-fit:cover; }

/* Mobile galerija: dodatne slike kao slider unutar prostora glavne fotografije, bez thumbnail trake. */
.ev-gallery--desktop{ display:none; }
.ev-gallery__viewport{ position:relative; border-radius:4px; overflow:hidden; }
.ev-gallery__slider{ display:flex; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; -ms-overflow-style:none; }
.ev-gallery__slider::-webkit-scrollbar{ display:none; }
.ev-gallery__slide{ flex:0 0 100%; scroll-snap-align:start; aspect-ratio:1/1; background:var(--ev-bg-lav); }
.ev-gallery__slide img{ width:100%; height:100%; object-fit:cover; }
.ev-gallery__dots{ display:flex; justify-content:center; gap:6px; padding-top:2px; }
.ev-gallery__dots span{ width:6px; height:6px; border-radius:3px; background:var(--ev-border); cursor:pointer; }
.ev-gallery__dots span.is-active{ background:var(--ev-pink); }
.ev-gallery__viewport .ev-arrow-btn{ width:34px; height:34px; background:transparent; border:none; box-shadow:none; color:var(--ev-pink); }
.ev-gallery__viewport .ev-arrow-btn.left{ left:10px; }
.ev-gallery__viewport .ev-arrow-btn.right{ right:10px; }

@media (min-width:860px){
  .ev-gallery{ padding:0; }
  .ev-thumb{ width:84px; height:84px; }
  .ev-gallery--mobile{ display:none; }
  .ev-gallery--desktop{ display:flex; }
}

.ev-pd-info{ padding:18px 16px; display:flex; flex-direction:column; gap:14px; }
.ev-pd-brand{ font-size:12px; font-weight:700; color:var(--ev-blue); }
.ev-pd-title{ font-family:'Fredoka',sans-serif; font-weight:700; font-size:22px; margin-top:6px; }
.ev-pd-rating{ display:flex; align-items:center; gap:8px; }
.ev-pd-rating span{ font-size:12px; color:var(--ev-text-soft); }
.ev-pd-price-row{ display:flex; align-items:baseline; gap:10px; }
.ev-pd-price{ font-family:'Fredoka',sans-serif; font-weight:700; font-size:26px; color:var(--ev-pink); }
.ev-pd-oldprice{ font-size:15px; color:var(--ev-text-mute); text-decoration:line-through; }
.ev-pd-discount{ background:#FCEAEE; color:var(--ev-pink); font-weight:700; font-size:11px; padding:3px 8px; border-radius:3px; }
.ev-pd-lowprice{ font-size:11px; color:var(--ev-text-soft); margin-top:6px; }
.ev-pd-desc{ font-size:13.5px; line-height:1.6; color:#3A3846; }
.ev-pd-more-link{ color:var(--ev-pink); font-weight:600; white-space:nowrap; }
.ev-pd-more-link:hover{ text-decoration:underline; }
.ev-pd-pills{ display:flex; gap:8px; flex-wrap:wrap; }
.ev-pd-pill{ border:1px solid var(--ev-border); border-radius:20px; padding:7px 12px; font-size:12px; }
.ev-pd-audio{ display:flex; align-items:center; gap:12px; background:var(--ev-bg-soft); border:1px solid var(--ev-border); border-radius:4px; padding:12px 14px; }
.ev-pd-audio__btn{ width:36px; height:36px; border-radius:50%; flex-shrink:0; padding:0; font-size:12px; }
.ev-pd-audio__body{ flex:1; display:flex; flex-direction:column; gap:4px; }
.ev-pd-audio__label{ font-size:11px; font-weight:600; }
.ev-pd-audio__bar{ height:4px; background:var(--ev-border); border-radius:2px; overflow:hidden; }
.ev-pd-audio__fill{ height:100%; background:var(--ev-blue); }
.ev-pd-audio__time{ font-size:10.5px; color:var(--ev-text-soft); flex-shrink:0; }
.ev-pd-qtyrow{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.ev-pd-qty{ display:flex; align-items:center; border:1px solid var(--ev-border); border-radius:3px; }
.ev-pd-qty button{ width:36px; height:44px; border:none; background:#fff; font-size:15px; }
.ev-pd-qty span{ width:32px; text-align:center; font-size:14px; font-weight:600; }
.ev-pd-addcart{ flex:1; height:44px; border-radius:3px; font-size:13.5px; min-width:180px; }
.ev-pd-wishlist{ width:44px; height:44px; border:1px solid var(--ev-border); border-radius:3px; background:#fff; color:var(--ev-navy); font-size:15px; flex-shrink:0; }
.ev-pd-stock{ display:flex; align-items:center; gap:8px; font-size:12.5px; font-weight:600; color:var(--ev-green); }
.ev-pd-stock__dot{ width:7px; height:7px; border-radius:50%; background:var(--ev-green); }
.ev-pd-tabs{ display:flex; gap:2px; border-bottom:1px solid var(--ev-border); }
.ev-pd-tabpanel{ display:none; padding:16px 2px; font-size:13px; line-height:1.7; color:#3A3846; }
#ev-pdtab-0:checked ~ .ev-pd-tabs label[for="ev-pdtab-0"],
#ev-pdtab-1:checked ~ .ev-pd-tabs label[for="ev-pdtab-1"],
#ev-pdtab-2:checked ~ .ev-pd-tabs label[for="ev-pdtab-2"] { color:var(--ev-pink); border-bottom-color:var(--ev-pink); }
#ev-pdtab-0:checked ~ .ev-pd-panel-opis,
#ev-pdtab-1:checked ~ .ev-pd-panel-autori,
#ev-pdtab-2:checked ~ .ev-pd-panel-dostava { display:block; }
.ev-pd-specs{ display:flex; flex-direction:column; gap:8px; margin-top:8px; }
.ev-pd-spec{ display:flex; justify-content:space-between; border-bottom:1px solid var(--ev-border-soft); padding-bottom:7px; }
.ev-pd-spec span:first-child{ color:var(--ev-text-soft); }
.ev-pd-spec span:last-child{ font-weight:600; text-align:right; }
@media (min-width:860px){
  .ev-pd-main{ max-width:1280px; margin:0 auto; padding:20px 16px 0; display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start; }
  .ev-pd-info{ padding:0; }
  .ev-pd-title{ font-size:30px; }
  .ev-pd-price{ font-size:32px; }
  .ev-pd-oldprice{ font-size:18px; }
  .ev-pd-desc{ font-size:14px; }
  .ev-pd-audio__btn{ width:40px; height:40px; font-size:14px; }
  .ev-pd-qty button{ width:38px; height:45px; font-size:16px; }
  .ev-pd-qty span{ width:40px; }
  .ev-pd-addcart{ height:45px; font-size:14px; }
  .ev-pd-wishlist{ width:45px; height:45px; font-size:16px; }
  .ev-pd-tabs{ gap:4px; }
  .ev-pd-tabpanel{ padding:18px 4px; font-size:13.5px; }
  .ev-pd-specs{ display:grid; grid-template-columns:1fr 1fr; gap:10px 24px; }
}

.ev-pd-section{ padding:24px 16px; }
.ev-pd-section--last{ padding-bottom:24px; }
@media (min-width:860px){
  .ev-pd-section{ max-width:1500px; margin:0 auto; padding:48px 16px 0; }
  .ev-pd-section--last{ padding-bottom:48px; }
}
.ev-pd-section h2{ font-family:'Fredoka',sans-serif; font-weight:700; font-size:18px; margin-bottom:14px; }
@media (min-width:860px){ .ev-pd-section h2{ font-size:22px; } }
