/* SunceVela — plaža i piknik trgovina | glavni stylesheet */

:root{
  --bg:#FFFDF8;
  --text:#0C2E3D;
  --text-muted:#3D5A67;
  --text-light:#7C8F99;
  --teal:#0E7FA8;
  --navy:#0C2E3D;
  --yellow:#FFC63D;
  --tan:#F3E4C8;
  --border-tan:#EADFC8;
  --tan-light:#F6EAD2;
  --blue-light:#DCEFF7;
  --blue-light2:#CDE7F3;
  --yellow-light:#FFF0C4;
  --yellow-light2:#FFE79E;
  --green:#5C8A2E;
  --red:#B4553F;
  --footer-text:#C9DCE5;
  --input-border:#E0D2B4;
  --max:1240px;
  --max-narrow:960px;
  --radius-lg:20px;
  --radius-md:16px;
  --radius-sm:12px;
}

*,*::before,*::after{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Source Sans 3",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  text-wrap:pretty;
  line-height:1.5;
}

img{max-width:100%;display:block}

a{color:var(--teal);text-decoration:none}
a:hover{color:var(--text)}

h1,h2,h3,h4{
  font-family:Outfit,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  margin:0;
  letter-spacing:-0.02em;
}

p{margin:0}
ul,ol{margin:0;padding:0}
button{font:inherit}

summary{cursor:pointer;list-style:none}
summary::-webkit-details-marker{display:none}
summary::marker{content:""}

.container{max-width:var(--max);margin:0 auto;padding:0 24px}
.container-narrow{max-width:var(--max-narrow);margin:0 auto;padding:0 24px}

.visually-hidden{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}

.skip-link{
  position:absolute;left:12px;top:-60px;background:var(--navy);color:#fff;
  padding:10px 16px;border-radius:8px;z-index:100;transition:top .2s;
}
.skip-link:focus{top:12px;color:#fff}

/* ---------- Layout shell ---------- */
.page{min-height:100vh;display:flex;flex-direction:column}
.page-main{flex:1}

/* ---------- Promo bar ---------- */
.promo-bar{
  background:var(--navy);color:var(--tan);font-size:13px;padding:9px 24px;
  display:flex;justify-content:center;gap:28px;flex-wrap:wrap;text-align:center;
}
.promo-bar .sep{opacity:.5}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;z-index:40;background:rgba(255,253,248,.94);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid var(--border-tan);
}
.site-header .container{
  padding:16px 24px;display:flex;align-items:center;gap:32px;flex-wrap:wrap;
}
.brand{display:flex;align-items:center;gap:10px;cursor:pointer}
.brand-dot{
  width:34px;height:34px;border-radius:50%;background:var(--yellow);
  box-shadow:0 0 0 6px rgba(255,198,61,.22);flex-shrink:0;
}
.brand-name{font-family:Outfit,sans-serif;font-weight:800;font-size:21px;line-height:1;color:var(--text)}
.brand-sub{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--text-light)}

.main-nav{display:flex;gap:22px;flex-wrap:wrap;font-size:15px;font-weight:600;margin-left:auto}
.main-nav a{color:var(--text)}
.main-nav a:hover,.main-nav a[aria-current="page"]{color:var(--teal)}

.cart-btn{
  border:1px solid var(--navy);background:#fff;border-radius:999px;padding:9px 18px;
  font-family:Outfit,sans-serif;font-weight:700;font-size:14px;cursor:pointer;
  display:flex;gap:8px;align-items:center;color:var(--text);
}
.cart-btn:hover{background:var(--yellow);border-color:var(--yellow)}
.cart-count{
  background:var(--teal);color:#fff;border-radius:999px;min-width:22px;height:22px;
  display:inline-flex;align-items:center;justify-content:center;font-size:12px;
}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border:0;border-radius:999px;font-family:Outfit,sans-serif;font-weight:700;
  font-size:16px;padding:15px 30px;cursor:pointer;text-align:center;
}
.btn-primary{background:var(--teal);color:#fff}
.btn-primary:hover{background:var(--navy);color:#fff}
.btn-secondary{background:var(--yellow);color:var(--navy)}
.btn-secondary:hover{background:var(--tan)}
.btn-outline{background:#fff;border:1px solid var(--navy);color:var(--navy)}
.btn-outline:hover{background:var(--yellow);border-color:var(--yellow)}
.btn-dark{background:var(--navy);color:#fff}
.btn-dark:hover{background:#153c50}
.btn-sm{padding:10px 16px;font-size:14px;border-radius:999px}
.btn-block{width:100%}

.eyebrow{
  display:inline-block;background:var(--blue-light);color:var(--teal);font-weight:700;
  font-size:12px;letter-spacing:.16em;text-transform:uppercase;padding:7px 14px;border-radius:999px;
}
.eyebrow-plain{
  font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--teal);font-weight:700;
}

/* ---------- Hero (home) ---------- */
.hero{
  padding:56px 24px 24px;display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;
}
.hero h1{font-size:60px;line-height:1.02;margin:20px 0 0;font-weight:800}
.hero-lede{font-size:19px;line-height:1.6;color:var(--text-muted);margin-top:20px;max-width:52ch}
.hero-ctas{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}
.hero-stats{display:flex;gap:34px;margin-top:38px;flex-wrap:wrap}
.hero-stat b{font-family:Outfit,sans-serif;font-weight:800;font-size:26px;display:block}
.hero-stat span{font-size:13px;color:var(--text-light)}

.hero-collage{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:200px 200px;gap:14px}
.hero-collage .ph-wide{grid-column:1/3}
.ph-photo{
  border-radius:var(--radius-lg);width:100%;height:100%;object-fit:cover;background:var(--blue-light);
}

/* ---------- Trust strip ---------- */
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.trust-card{background:#fff;border:1px solid var(--border-tan);border-radius:var(--radius-md);padding:22px}
.trust-card h3{font-family:Outfit,sans-serif;font-weight:700;font-size:17px}
.trust-card p{font-size:14px;color:var(--text-muted);margin-top:8px}

/* ---------- Section headers ---------- */
.section{padding:36px 24px}
.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:20px;flex-wrap:wrap}
.section-head h2{font-size:34px;font-weight:800}
.section-head .link-all{cursor:pointer;font-weight:700;color:var(--teal)}

/* ---------- Product cards ---------- */
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px}
.product-card{
  background:#fff;border:1px solid var(--border-tan);border-radius:18px;overflow:hidden;
  display:flex;flex-direction:column;
}
.product-shot{height:170px;width:100%;object-fit:cover;background:var(--blue-light)}
.product-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}
.product-cat{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-light)}
.product-name{font-family:Outfit,sans-serif;font-weight:700;font-size:17px;line-height:1.25}
.product-desc{font-size:13px;color:var(--text-muted);line-height:1.5}
.product-stock{font-size:12px;color:var(--green);font-weight:600}
.product-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px}
.product-price{font-family:Outfit,sans-serif;font-weight:800;font-size:20px}
.add-to-cart{
  background:var(--yellow);border:0;border-radius:999px;padding:10px 16px;
  font-family:Outfit,sans-serif;font-weight:700;font-size:14px;cursor:pointer;
}
.add-to-cart:hover{background:var(--navy);color:#fff}
.add-to-cart.added{background:var(--green);color:#fff}

/* ---------- Guides band (home) ---------- */
.guides-band{background:var(--teal);color:#fff;margin-top:30px}
.guides-grid{padding:56px 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.guides-grid h2{font-size:32px;font-weight:800}
.guides-grid .intro p{margin-top:12px;font-size:15px;line-height:1.6;color:var(--blue-light)}
.guide-tile{cursor:pointer;background:rgba(255,255,255,.1);border-radius:var(--radius-md);padding:22px;display:block;color:#fff}
.guide-tile:hover{background:rgba(255,255,255,.2);color:#fff}
.guide-tile h3{font-family:Outfit,sans-serif;font-weight:700;font-size:19px}
.guide-tile p{font-size:14px;margin-top:8px;color:var(--blue-light)}

/* ---------- Testimonials ---------- */
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}
.testimonial{border-radius:18px;padding:24px}
.testimonial .stars{color:var(--yellow);font-size:18px}
.testimonial p{margin-top:10px;font-size:15px;line-height:1.6}
.testimonial .author{margin-top:14px;font-size:13px;color:var(--text-muted)}
.bg-tan{background:var(--tan-light)}
.bg-blue{background:var(--blue-light)}
.bg-yellow{background:var(--yellow-light)}

/* ---------- Newsletter ---------- */
.newsletter{
  background:var(--navy);color:#fff;border-radius:24px;padding:40px;
  display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center;
}
.newsletter h2{font-size:30px;font-weight:800}
.newsletter p{margin-top:12px;color:var(--blue-light);font-size:15px;line-height:1.6}
.newsletter-form{display:flex;gap:10px;flex-wrap:wrap}
.newsletter-form input[type="email"]{
  flex:1;min-width:220px;border:0;border-radius:999px;padding:15px 20px;font-size:15px;font-family:inherit;
}
.form-msg{flex-basis:100%;font-size:12px;color:#9FB6C1;min-height:16px}
.form-msg.success{color:var(--yellow)}

/* ---------- Category pills (shop) ---------- */
.cat-pills{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.cat-pill{
  border-radius:999px;padding:11px 20px;font-family:Outfit,sans-serif;font-weight:700;
  font-size:14px;cursor:pointer;border:1px solid var(--input-border);background:#fff;color:var(--navy);
}
.cat-pill[aria-pressed="true"]{border-color:var(--navy);background:var(--navy);color:#fff}

.callout{margin-top:40px;background:var(--tan-light);border-radius:var(--radius-lg);padding:28px}
.callout h3{font-size:22px;font-weight:700}
.callout p{margin-top:10px;font-size:15px;line-height:1.65;color:var(--text-muted);max-width:90ch}

/* ---------- Article/guide pages ---------- */
.article-head{padding:48px 24px 0}
.article-head h1{font-size:44px;font-weight:800;margin-top:10px}
.article-lede{font-size:18px;color:var(--text-muted);margin-top:14px;line-height:1.6}
.article-hero{height:260px;border-radius:var(--radius-lg);margin-top:26px;width:100%;object-fit:cover}
.article-body{padding:0 24px 60px}
.article-body h2{font-size:28px;font-weight:700;margin-top:38px}
.article-body ol,.article-body ul.styled{margin:16px 0 0;padding-left:22px;font-size:16px;line-height:1.8;color:var(--text-muted)}
.article-body ol li,.article-body ul.styled li{margin-bottom:4px}
.article-body p.lead{font-size:16px;line-height:1.75;color:var(--text-muted);margin-top:12px}

.trio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}
.trio-card{background:#fff;border:1px solid var(--border-tan);border-radius:var(--radius-md);padding:22px}
.trio-card h4{font-family:Outfit,sans-serif;font-weight:700}
.trio-card p{font-size:14px;color:var(--text-muted);margin-top:8px;line-height:1.55}

.faq-list{margin-top:14px;display:flex;flex-direction:column;gap:10px}
.faq-item{background:#fff;border:1px solid var(--border-tan);border-radius:14px;padding:18px}
.faq-item summary{font-family:Outfit,sans-serif;font-weight:700;display:flex;align-items:center;gap:8px}
.faq-item summary::before{content:"+";font-size:18px;color:var(--teal);width:16px}
.faq-item[open] summary::before{content:"–"}
.faq-item p{margin-top:10px;font-size:15px;color:var(--text-muted);line-height:1.6}

.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px}
.menu-card{border-radius:18px;padding:24px}
.menu-card h3{font-size:21px;font-weight:700}
.menu-card ul{margin:12px 0 0;padding-left:20px;font-size:15px;line-height:1.75;color:var(--text-muted)}

.place-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:16px}
.place-card{background:#fff;border:1px solid var(--border-tan);border-radius:var(--radius-md);overflow:hidden}
.place-card img{height:120px;width:100%;object-fit:cover}
.place-card .place-body{padding:18px}
.place-card h4{font-family:Outfit,sans-serif;font-weight:700}
.place-card p{font-size:14px;color:var(--text-muted);margin-top:6px;line-height:1.55}

.dark-callout{margin-top:30px;background:var(--navy);color:#fff;border-radius:18px;padding:26px}
.dark-callout h3{font-size:20px;font-weight:700}
.dark-callout p{margin-top:10px;font-size:15px;line-height:1.6;color:var(--blue-light)}

.trip-list{display:flex;flex-direction:column;gap:20px;margin-top:28px}
.trip-card{display:grid;grid-template-columns:280px 1fr;gap:24px;background:#fff;border:1px solid var(--border-tan);border-radius:var(--radius-lg);overflow:hidden}
.trip-card img{min-height:200px;width:100%;object-fit:cover}
.trip-card .trip-body{padding:24px 24px 24px 0}
.trip-card h3{font-size:24px;font-weight:700}
.trip-card p{font-size:15px;color:var(--text-muted);margin-top:10px;line-height:1.65}
.trip-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.trip-tag{background:var(--blue-light);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}

.tip-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}
.tip-card{background:#fff;border:1px solid var(--border-tan);border-radius:18px;padding:24px}
.tip-card h3{font-size:20px;font-weight:700}
.tip-card p{margin-top:10px;font-size:15px;color:var(--text-muted);line-height:1.65}

/* ---------- Data tables ---------- */
.data-table-wrap{margin-top:16px;border:1px solid var(--border-tan);border-radius:var(--radius-md);overflow:hidden;background:#fff}
table.data-table{width:100%;border-collapse:collapse;font-size:14px}
table.data-table th{padding:14px 18px;background:var(--tan-light);font-weight:700;text-align:left;font-family:Outfit,sans-serif}
table.data-table td{padding:14px 18px;border-top:1px solid var(--border-tan);color:var(--text-muted)}
table.data-table tr:first-child td{border-top:1px solid var(--border-tan)}

/* ---------- Simple content pages (legal) ---------- */
.legal h1{font-size:40px;font-weight:800}
.legal .updated{font-size:14px;color:var(--text-light);margin-top:8px}
.legal h2{font-size:23px;font-weight:700;margin-top:26px}
.legal p{font-size:16px;color:var(--text-muted);line-height:1.8;margin-top:8px}
.legal ul,.legal ol{margin:12px 0 0;padding-left:22px;font-size:16px;line-height:1.85;color:var(--text-muted)}
.legal .box{margin-top:24px;background:var(--tan-light);border-radius:16px;padding:22px;font-size:15px;color:var(--text-muted);line-height:1.7}

/* ---------- About page ---------- */
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.value-card{border-radius:18px;padding:22px}
.value-card h3{font-size:19px;font-weight:700}
.value-card p{font-size:14px;color:var(--text-muted);margin-top:8px;line-height:1.6}
.merchant-box{margin-top:14px;background:#fff;border:1px solid var(--border-tan);border-radius:18px;padding:24px;font-size:15px;line-height:1.9;color:var(--text-muted)}

/* ---------- Contact page ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:28px}
.contact-card{background:#fff;border:1px solid var(--border-tan);border-radius:var(--radius-lg);padding:26px}
.contact-card h3{font-size:21px;font-weight:700}
.contact-lines{font-size:15px;line-height:2;color:var(--text-muted);margin-top:10px}
.contact-map{height:180px;border-radius:14px;margin-top:16px;width:100%;object-fit:cover}
.contact-form-card{background:var(--tan-light);border-radius:var(--radius-lg);padding:26px}
.field-form{display:flex;flex-direction:column;gap:12px;margin-top:14px}
.field-form input[type="text"],
.field-form input[type="email"],
.field-form input[type="tel"],
.field-form textarea{
  border:1px solid var(--input-border);border-radius:var(--radius-sm);padding:13px 16px;
  font-size:15px;font-family:inherit;width:100%;background:#fff;
}
.field-form textarea{resize:vertical}
.consent-row{display:flex;gap:10px;font-size:13px;color:var(--text-muted);align-items:flex-start}
.consent-row input{margin-top:3px}

/* ---------- Footer ---------- */
.site-footer{background:var(--navy);color:var(--footer-text);margin-top:auto}
.footer-grid{padding:52px 24px 24px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:32px}
.footer-brand{font-family:Outfit,sans-serif;font-weight:800;font-size:22px;color:#fff}
.footer-col p{font-size:14px;line-height:1.7;margin-top:12px}
.footer-links{display:flex;flex-direction:column;gap:9px;font-size:14px}
.footer-links a{color:var(--footer-text)}
.footer-links a:hover{color:#fff}
.footer-col-title{color:#fff;font-family:Outfit,sans-serif;font-weight:700;margin-bottom:4px}
.footer-bottom{
  max-width:var(--max);margin:0 auto;padding:18px 24px 40px;border-top:1px solid rgba(255,255,255,.14);
  display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;
}

/* ---------- Cart drawer ---------- */
.cart-overlay{position:fixed;inset:0;background:rgba(12,46,61,.45);z-index:60;display:none}
.cart-overlay.open{display:block}
.cart-drawer{
  position:fixed;top:0;right:0;bottom:0;width:420px;max-width:92vw;background:var(--bg);
  z-index:61;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(12,46,61,.25);
  transform:translateX(100%);transition:transform .25s ease;
}
.cart-drawer.open{transform:translateX(0)}
.cart-head{padding:22px 24px;border-bottom:1px solid var(--border-tan);display:flex;justify-content:space-between;align-items:center}
.cart-head h2{font-family:Outfit,sans-serif;font-weight:800;font-size:21px}
.cart-close{cursor:pointer;font-size:22px;color:var(--text-light);background:none;border:0;line-height:1}
.cart-body{flex:1;overflow:auto;padding:18px 24px;display:flex;flex-direction:column;gap:14px}
.cart-empty{font-size:15px;color:var(--text-muted);line-height:1.6}
.cart-empty a{color:var(--teal);text-decoration:underline;cursor:pointer}
.cart-line{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid #F0E6D2;padding-bottom:14px}
.cart-line img{height:64px;width:64px;border-radius:10px;object-fit:cover}
.cart-line-name{font-family:Outfit,sans-serif;font-weight:700;font-size:15px;line-height:1.3}
.cart-line-price{font-size:13px;color:var(--text-light)}
.cart-line-controls{display:flex;gap:8px;align-items:center;margin-top:8px}
.qty-btn{width:26px;height:26px;border:1px solid #D9CBAF;background:#fff;border-radius:8px;cursor:pointer;font-size:15px;line-height:1}
.qty-val{font-weight:700;min-width:18px;text-align:center}
.remove-line{font-size:12px;color:var(--red);cursor:pointer;margin-left:6px;background:none;border:0}
.cart-line-sum{font-family:Outfit,sans-serif;font-weight:800}
.cart-summary{border-top:1px solid var(--border-tan);padding:20px 24px;background:var(--tan-light)}
.summary-row{display:flex;justify-content:space-between;font-size:15px;color:var(--text-muted)}
.summary-row + .summary-row{margin-top:6px}
.summary-total{display:flex;justify-content:space-between;font-family:Outfit,sans-serif;font-weight:800;font-size:21px;margin-top:10px}
.free-hint{font-size:12px;color:var(--text-light);margin-top:6px}
.checkout-msg{font-size:13px;color:var(--teal);font-weight:600;margin-top:10px;min-height:16px}

/* ---------- Cookie bar ---------- */
.cookie-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:70;background:#fff;border-top:1px solid var(--border-tan);
  box-shadow:0 -12px 40px rgba(12,46,61,.12);display:none;
}
.cookie-bar.open{display:block}
.cookie-bar-inner{max-width:var(--max);margin:0 auto;padding:20px 24px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.cookie-bar p{font-size:14px;line-height:1.6;color:var(--text-muted);max-width:80ch}
.cookie-bar a{color:var(--teal);text-decoration:underline;cursor:pointer}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}
.cookie-btn{border-radius:999px;padding:12px 20px;font-family:Outfit,sans-serif;font-weight:700;font-size:14px;cursor:pointer}
.cookie-btn.reject{border:1px solid var(--navy);background:#fff;color:var(--navy)}
.cookie-btn.accept{border:0;background:var(--navy);color:#fff;padding:12px 22px}

/* ---------- Responsive ---------- */
@media (max-width:960px){
  .hero{grid-template-columns:1fr}
  .hero h1{font-size:46px}
  .hero-collage{grid-template-rows:160px 160px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .guides-grid{grid-template-columns:1fr 1fr}
  .testimonial-grid{grid-template-columns:1fr}
  .newsletter{grid-template-columns:1fr}
  .two-col{grid-template-columns:1fr}
  .place-grid{grid-template-columns:1fr}
  .trip-card{grid-template-columns:1fr}
  .trip-card .trip-body{padding:0 20px 20px}
  .trip-card img{min-height:160px}
  .tip-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .trio-grid{grid-template-columns:1fr}
  .value-grid{grid-template-columns:1fr}
}

@media (max-width:640px){
  .hero h1{font-size:36px}
  .hero-lede{font-size:17px}
  .hero-collage{grid-template-columns:1fr;grid-template-rows:180px 140px 140px}
  .hero-collage .ph-wide{grid-column:1/2}
  .trust-grid{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr}
  .guides-grid{grid-template-columns:1fr;padding:40px 20px}
  .newsletter{padding:28px}
  .article-head h1,.legal h1{font-size:32px}
  .footer-grid{grid-template-columns:1fr;padding:40px 20px 20px}
  .cart-drawer{width:100%}
  .site-header .container{gap:16px}
  .main-nav{gap:14px;font-size:14px}
  .promo-bar{gap:14px;font-size:12px}
}
