/** Shopify CDN: Minification failed

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

**/
/* ===============================
   EVOLVIUM PRODUCT STACK
   Production CSS (cleaned)
==================================*/

/* ===== WRAP ===== */
.ev-stack{
  background:var(--bg);
  padding:34px 0 44px;
  color:var(--txt);
}
.ev-stack__inner{
  width:min(var(--maxw), 92%);
  margin:0 auto;
}

/* ===== BLOCK BASE ===== */
.ev-block{
  margin-top:26px;
  background:var(--card);
  border-radius:18px;
  padding:18px 16px;
  box-shadow:0 10px 22px rgba(0,0,0,.05);
  border:1px solid rgba(14,73,71,.08);
}
@media(min-width:900px){
  .ev-block{ padding:22px; }
}

.ev-block__head{ margin-bottom:12px; }
.ev-h2{
  margin:0;
  font-size:20px !important;
  line-height:1.3;
  letter-spacing:-0.01em;
}
.ev-sub{
  margin:6px 0 0;
  color:var(--muted);
  font-size:1.4rem;
}

/* ================= HERO ================= */

/* ===== HERO LAYOUT (gap fix) ===== */
.ev-hero{
  display:grid;
  grid-template-columns:1fr 520px;
  gap:24px;
  align-items:start;
}
.ev-inner{
  max-width:1200px;
  margin:0 auto;
}
@media(max-width:990px){
  .ev-hero{
    grid-template-columns:1fr;
    gap:20px;
    margin:18px 0 28px;
  }
}

/* LEFT IMAGE */
.ev-hero__media{
  border-radius:24px;
  overflow:hidden;
  width:100%;
  max-width:none;
  justify-self:stretch;
}
.ev-hero__media img{
  width:100%;
  height:auto;
  max-height:none;
  object-fit:contain;
  display:block;
}

/* RIGHT PANEL */
.ev-hero__content{
  background:#fff;
  border-radius:22px;
  padding:30px;
  border:1px solid rgba(0,0,0,.04);
  box-shadow:
    0 18px 40px rgba(0,0,0,.05),
    0 3px 8px rgba(0,0,0,.04);
  position:sticky;
  top:96px;
}

.ev-hero__title{
  font-size:32px;
  font-weight:700;
  line-height:1.18;
  margin:0 0 12px;
}
.ev-hero__sub{
  color:rgba(0,0,0,.65);
  font-size:14px;
  line-height:1.45;
  margin:6px 0 14px;
}

/* PRICE ROW (final) */
.ev-hero__priceRow{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin:10px 0 14px;
}
.ev-hero__price{
  font-size:22px;
  font-weight:700;
}
.ev-hero__compare{
  font-size:14px;
  color:rgba(0,0,0,.55);
  text-decoration:line-through;
}
.ev-hero__badge{
  font-size:12px;
  font-weight:700;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(248,170,155,.22);
  border:1px solid rgba(248,170,155,.45);
}

/* ===== HERO MINI METRICS (if used elsewhere) ===== */
.ev-hero-metrics{
  display:flex;
  gap:14px;
  margin:18px 0;
  flex-wrap:wrap;
}
.ev-hero-metric{
  background:#f6f7f7;
  border-radius:12px;
  padding:10px 14px;
  text-align:center;
  font-size:13px;
}
.ev-hero-metric strong{
  display:block;
  font-size:16px;
  font-weight:800;
}

/* ===== FORM ===== */
.ev-product-form{ margin-top:20px; }
.ev-variants{ margin-bottom:14px; }
.ev-variants select{
  width:100%;
  height:44px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.12);
  padding:0 12px;
  font-size:14px;
}

/* ===============================
   HERO CTA LAYOUT – FINAL
================================== */
.ev-hero .ev-ctaRow{
  display:flex;
  flex-direction:column;
  gap:14px;
}

/* Primary – Sepete Ekle (final) */
.ev-hero .ev-add-to-cart{
  width:100%;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  border:0;
  background:linear-gradient(135deg, var(--evo-accent) 0%, #f29484 100%);
  color:#fff;
  font-size:20px;
  font-weight:500;
  letter-spacing:.2px;
  box-shadow:0 10px 22px rgba(0,0,0,.10);
  transition:transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.ev-hero .ev-add-to-cart:hover{
  transform:translateY(-2px);
  box-shadow:
    0 14px 30px rgba(0,0,0,.14),
    0 0 22px rgba(81,140,137,.45);
}

/* Secondary – Buy Now (final) */
.ev-pay{ margin-top:10px; }
.ev-hero .ev-pay,
.ev-hero .ev-pay .shopify-payment-button{
  width:100%;
}
.ev-hero .ev-pay .shopify-payment-button__button,
.ev-hero .ev-pay .shopify-payment-button__button--unbranded{
  width:100% !important;
  height:64px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:14px !important;
  border:0 !important;
  background:#518C89 !important;
  color:#fff !important;
  font-size:20px !important;
  font-weight:500 !important;
  letter-spacing:.2px !important;
  text-transform:capitalize !important;
  box-shadow:0 10px 22px rgba(0,0,0,.10) !important;
  transition:transform .16s ease, box-shadow .16s ease, filter .16s ease !important;
  outline:0 !important;
}
.ev-hero .ev-pay .shopify-payment-button__button:hover,
.ev-hero .ev-pay .shopify-payment-button__button--unbranded:hover{
  transform:translateY(-2px);
  box-shadow:
    0 14px 30px rgba(0,0,0,.14),
    0 0 22px rgba(81,140,137,.45) !important;
}
.ev-hero .ev-pay .shopify-payment-button__button:focus,
.ev-hero .ev-pay .shopify-payment-button__button:active,
.ev-hero .ev-pay .shopify-payment-button__button:focus-visible,
.ev-hero .ev-pay .shopify-payment-button__button--unbranded:focus,
.ev-hero .ev-pay .shopify-payment-button__button--unbranded:active,
.ev-hero .ev-pay .shopify-payment-button__button--unbranded:focus-visible{
  outline:0 !important;
}
.ev-hero .ev-pay .shopify-payment-button__more-options{
  display:none !important;
}

/* ===== FIX: Buy Now siyah dış çerçeve (focus ring) ===== */
.ev-pay .shopify-payment-button__button,
.ev-pay .shopify-payment-button__button--unbranded{
  outline:none !important;
  border:0 !important;
  -webkit-appearance:none;
  appearance:none;
  box-shadow:0 10px 22px rgba(0,0,0,.10) !important;
}
.ev-pay .shopify-payment-button__button:focus,
.ev-pay .shopify-payment-button__button:active,
.ev-pay .shopify-payment-button__button:focus-visible,
.ev-pay .shopify-payment-button__button--unbranded:focus,
.ev-pay .shopify-payment-button__button--unbranded:active,
.ev-pay .shopify-payment-button__button--unbranded:focus-visible{
  outline:none !important;
  border:0 !important;
  box-shadow:0 10px 22px rgba(0,0,0,.10) !important;
}
.ev-pay .shopify-payment-button__button::after,
.ev-pay .shopify-payment-button__button::before,
.ev-pay .shopify-payment-button__button--unbranded::after,
.ev-pay .shopify-payment-button__button--unbranded::before{
  box-shadow:none !important;
  outline:none !important;
  border:0 !important;
}

/* ===== Checkout Notes (final) ===== */
.ev-checkout-notes{
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid rgba(0,0,0,.08);
  display:flex;
  flex-direction:column;
  gap:8px;
}
.ev-note{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  font-weight:500;
  color:rgba(0,0,0,.75);
  line-height:1.4;
}
.ev-note__icon{
  font-size:14px;
  flex:0 0 16px;
}
.ev-note__text{ opacity:.9; }

/* ===== HERO TRUST CHIPS ===== */
.ev-hero-trust{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:16px;
}
.ev-hero-trust__item{
  background:#f6f7f7;
  border:1px solid rgba(0,0,0,.06);
  padding:8px 12px;
  border-radius:14px;
  font-size:13px;
  font-weight:600;
}

/* ================= TRUST GRID ================= */
.ev-trust{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
}
@media(max-width:990px){
  .ev-trust{ grid-template-columns:repeat(2, minmax(0,1fr)); }
}
.ev-trust__item{
  background:#fff;
  border-radius:16px;
  padding:14px;
  border:1px solid rgba(14,73,71,.08);
  box-shadow:0 10px 22px rgba(0,0,0,.04);
}
.ev-trust__top{
  display:flex;
  align-items:center;
  gap:10px;
}
.ev-trust__icon{
  width:28px;
  height:28px;
  object-fit:contain;
}
.ev-trust__title{
  font-weight:800;
  font-size:.95rem;
}
.ev-trust__text{
  margin-top:6px;
  color:var(--muted);
  font-size:.9rem;
  line-height:1.35;
}

/* ================= METRICS ================= */
.ev-metrics{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:12px;
}
@media(max-width:900px){
  .ev-metrics{ grid-template-columns:1fr; }
}
.ev-metric{
  border-radius:16px;
  padding:14px;
  border:1px solid rgba(14,73,71,.08);
  background:linear-gradient(
    180deg,
    rgba(248,170,155,.12),
    rgba(248,170,155,0)
  );
}
.ev-metric__value{
  font-size:1.25rem;
  font-weight:900;
}
.ev-metric__label{
  margin-top:2px;
  font-weight:800;
}
.ev-metric__desc{
  margin-top:6px;
  color:var(--muted);
  font-size:.9rem;
  line-height:1.35;
}

/* ================= FORMULA ================= */
.ev-formula{
  display:grid;
  gap:10px;
}
.ev-formula__item{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:10px;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(14,73,71,.08);
  background:#fff;
}
@media(max-width:900px){
  .ev-formula__item{ grid-template-columns:1fr; }
}
.ev-formula__name{ font-weight:900; }
.ev-formula__sub{
  margin-top:4px;
  color:var(--muted);
  font-size:.9rem;
}
.ev-formula__dose{
  font-weight:900;
  color:var(--cyan);
}
.ev-formula__benefit{
  margin-top:4px;
  color:var(--muted);
.ev-formula__benefit{
  font-size:16px;
  line-height:1.6;
}
  line-height:1.35;
}

/* ================= RICH ================= */
.ev-rich{
  color:var(--muted);
  line-height:1.6;
}
.ev-rich :is(p,ul,ol){
  margin:0 0 10px;
}
.ev-rich ul{ padding-left:18px; }

/* ================= FAQ ================= */
.ev-faq{
  display:grid;
  gap:10px;
}
.ev-faq__item{
  border-radius:16px;
  border:1px solid rgba(14,73,71,.08);
  background:#fff;
  padding:12px;
}
.ev-faq__q{
  cursor:pointer;
  font-weight:900;
}
.ev-faq__a{
  margin-top:8px;
  color:#3D8F8B;
  line-height:1.6;
}

/* ================= FOOTNOTE ================= */
.ev-footnote{
  font-size:1.5rem;
  line-height:1.75;
  color:rgba(0,0,0,.55);
  margin-top:28px;
  padding-top:16px;
  border-top:1px solid rgba(0,0,0,.08);
}

.ev-footnote p{
  margin-bottom:6px;
}

/* ================= MOBILE ================= */
@media (max-width:990px){
  .ev-hero__content{
    position:static;
    padding:20px;
  }
  .ev-hero .ev-add-to-cart,
  .ev-hero .ev-pay .shopify-payment-button__button,
  .ev-hero .ev-pay .shopify-payment-button__button--unbranded{
    height:60px !important;
    font-size:18px !important;
    border-radius:14px !important;
  }
}

/* App blocks spacing */
.ev-appblocks{ margin:10px 0 12px; }

/* ===== JUDGEME HERO RATING FIX ===== */
.jdgm-preview-badge{
  margin:6px 0 14px !important;
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  font-size:14px !important;
}
.jdgm-star{ font-size:16px !important; }
.jdgm-preview-badge .jdgm-prev-badge__text{
  font-size:13px !important;
  color:rgba(0,0,0,.65) !important;
}
.jdgm-prev-badge__text{
  text-decoration:underline;
  cursor:pointer;
}

/* ===============================
   QUANTITY – FINAL (qtybox)
================================== */
.ev-qty{
  display:flex;
  align-items:center;
  gap:14px;
}

.ev-qtybox{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:140px;
  height:52px;
  border:1px solid rgba(14,73,71,.18);
  border-radius:16px;
  background:#fff;
  box-shadow:0 6px 16px rgba(0,0,0,.05);
  overflow:hidden;
}

.ev-qtybtn{
  width:44px;
  height:100%;
  border:0;
  background:transparent;
  cursor:pointer;
  font-size:20px;
  font-weight:600;
  color:#0E4947;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .15s ease;
}
.ev-qtybtn:hover{
  background:rgba(81,140,137,.08);
}

.ev-qty__input{
  width:52px;
  height:100%;
  border:0;
  background:transparent;
  text-align:center;
  font-size:18px;
  font-weight:500;
  color:#0E4947;
}

.ev-qty__input::-webkit-outer-spin-button,
.ev-qty__input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
.ev-qty__input{
  -moz-appearance:textfield;
}

/* ===============================
   HERO CLAIMS – SINGLE SOURCE OF TRUTH ✅
   label = text (dark slate gray)
   value = % (colored)
================================== */
.ev-hero__content .ev-claims{
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  margin:18px 0 20px !important;
}

.ev-hero__content .ev-claim{
  display:flex !important;
  align-items:baseline !important;
  justify-content:flex-start !important;
  gap:18px !important;
  padding:10px 0 !important;
  border-bottom:1px solid rgba(0,0,0,.06) !important;
}
.ev-hero__content .ev-claim:last-child{
  border-bottom:0 !important;
}

/* LABEL = claim text */
.ev-hero__content .ev-claim__label{
  font-size:25px !important;
  font-weight:500 !important;
  line-height:1.15 !important;
  letter-spacing:.1px !important;
  color:#0E4947 !important; /* dark slate gray */
}

/* VALUE = percentage */
.ev-hero__content .ev-claim__value{
  font-size:20px !important;
  font-weight:700 !important;
  line-height:1.1 !important;
  min-width:90px !important;
  text-align:left !important;
  font-variant-numeric: tabular-nums !important;
}

.ev-hero__content .ev-claim__value.is-positive{ color:#518C89 !important; }
.ev-hero__content .ev-claim__value.is-negative{ color:#B3261E !important; }

/* TRUST BOX TEXT SIZE INCREASE */
.ev-trust__title{
  font-size:19px !important;
  font-weight:900 !important;
  letter-spacing:.2px;
}

.ev-trust__text{
  font-size:15.5px !important;
  opacity:.85;

  .ev-formula__benefit{
  font-size:16.5px !important;
  line-height:1.65 !important;
  font-weight:400;
  letter-spacing:.1px;
  color:#2F4F4F !important;
}
.ev-block .ev-formula__item .ev-formula__benefit{
  font-size:17px !important;
  line-height:1.7 !important;
  color:#2F4F4F !important;
}
section.ev-block .ev-formula__benefit{
  font-size:16.5px !important;
  line-height:1.7 !important;
  color:#2F4F4F !important;
}
:root{
  --font-heading-scale:1.1;
}
/* FAQ answer – override inline color */
.ev-faq__a p{
  color: var(--cyan) !important;
}

/* ---------------------------------------------
   Payment icons under product add-to-cart
--------------------------------------------- */
.ev-note--payment-logos {
  padding-top: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 6px;
}

.ev-pay-logo {
  height: 18px;
  width: auto;
  margin-right: 8px;
  opacity: 0.85;
  vertical-align: middle;
}

.ev-pay-logo--iyzico {
  height: 20px;
}
.ev-note--payment-logos {
  margin-top: 8px;
}

.ev-pay-logo {
  height: 22px;
  width: auto;
  margin-right: 12px;
  vertical-align: middle;
}

.ev-pay-logo--iyzico {
  height: 18px;
}
/* Payment logos row */
.ev-pay-logos{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  max-width: 100%;
}

/* Hard size limits for all logos */
.ev-pay-logo{
  height: 18px !important;
  width: auto !important;
  max-width: 90px !important;   /* kritik */
  max-height: 18px !important;  /* kritik */
  object-fit: contain !important;
  display:block;
}

.ev-pay-logo--iyzico{
  max-width: 120px !important;  /* iyzico yatay logo daha uzun */
}

.ev-subscription{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  padding: 14px;
  margin: 12px 0 10px;
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(6px);
}

.ev-subscription__title{
  font-weight: 650;
  margin-bottom: 10px;
}

.ev-subscription__choices{
  display: grid;
  gap: 8px;
}

.ev-subscription__choice{
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
}

.ev-subscription__choice input{
  transform: translateY(-.5px);
}

.ev-subscription__plans{
  margin-top: 10px;
}

.ev-subscription__label{
  display:block;
  font-size: 12px;
  opacity: .75;
  margin-bottom: 6px;
}

.ev-subscription__select{
  width: 100%;
  border-radius: 14px;
  padding: 10px 12px;
}

.ev-subscription__hint{
  margin-top: 8px;
  font-size: 12px;
  opacity: .75;
}
.ev-title            { order: 10; }
.ev-price-block      { order: 20; }
.ev-premium-cards    { order: 30; }
.ev-subscription     { order: 40; }
.ev-qty              { order: 50; }
.ev-add-to-cart      { order: 60; }


/* =========================================================
   EV PRODUCT SUPPORT
   Force override version
   ========================================================= */

.ev-support-box{
  margin-top:18px !important;
  padding:14px 0 0 0 !important;
  border-top:1px solid rgba(0,0,0,0.06) !important;
}

.ev-support-box .ev-support-text{
  font-size:13px !important;
  line-height:1.55 !important;
  color:#6B7C7A !important;
  margin:0 0 6px 0 !important;
  font-weight:400 !important;
  letter-spacing:0.1px !important;
}

.ev-support-box .ev-support-link{
  display:inline-block !important;
  font-size:14px !important;
  line-height:1.4 !important;
  font-weight:500 !important;
  color:#0E4947 !important;
  text-decoration:none !important;
  position:relative !important;
  transition:all .22s ease !important;
}

.ev-support-box .ev-support-link::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  bottom:-3px !important;
  width:100% !important;
  height:1px !important;
  background:#0E4947 !important;
  opacity:.35 !important;
  transition:all .22s ease !important;
}

.ev-support-box .ev-support-link:hover{
  color:#F8AA9B !important;
}

.ev-support-box .ev-support-link:hover::after{
  background:#F8AA9B !important;
  opacity:1 !important;
}
/* FORCE SMALL SUPPORT TEXT */

.ev-hero__content .ev-support-text{
  font-size: 11px !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

.ev-hero__content .ev-support-link{
  font-size: 12px !important;
  line-height: 1.4 !important;
}
