/** Shopify CDN: Minification failed

Line 1362:0 Unexpected "<"
Line 1363:20 Unexpected "{"
Line 1363:29 Expected ":"
Line 1363:35 Unexpected "{"
Line 1367:20 Unexpected "{"
Line 1367:29 Expected ":"
Line 1377:20 Unexpected "{"
Line 1377:29 Expected ":"
Line 1387:20 Unexpected "{"
Line 1387:29 Expected ":"
... and 90 more hidden warnings

**/
*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:#1a1a1a;
  background:#ffffff;
  overflow-x:hidden;
}

:root{
  --jaw-primary:#6a5cff;
  --jaw-primary-hover:#5848f5;
  --jaw-primary-soft:#f3f2ff;
  --jaw-primary-soft-2:#ece9ff;
  --jaw-text:#1a1a1a;
  --jaw-text-soft:#55586a;
  --jaw-border:#e8e7f5;
  --jaw-border-strong:#d8d4fb;
  --jaw-bg:#ffffff;
  --jaw-card:#ffffff;
  --jaw-topbar:#6a5cff;
  --jaw-gold:#f4c542;
  --jaw-success:#18794e;
  --jaw-danger:#c2410c;
  --jaw-shadow:0 10px 30px rgba(50,40,120,0.08);
  --jaw-shadow-soft:0 8px 24px rgba(63,34,122,0.08);
  --jaw-radius-lg:20px;
  --jaw-radius-md:16px;
  --jaw-radius-sm:12px;
}

.page-width{
  max-width:1240px;
  margin:0 auto;
  padding:0 16px;
}

/* TOPBAR */
.ev-topbar{
  background:linear-gradient(90deg,#7b5ce6 0%, #6f4fe0 50%, #5b3fd4 100%);
  color:#ffffff;
  overflow:hidden;
  white-space:nowrap;
  border-bottom:1px solid rgba(0,0,0,0.06);
  box-shadow:0 6px 20px rgba(60,40,140,0.20);
}

.ev-topbar__track{
  display:flex;
  gap:32px;
  padding:10px 0;
  min-width:max-content;
  animation:ev-marquee 22s linear infinite;
  font-size:12px;
  font-weight:800;
  letter-spacing:0.06em;
}

.ev-topbar__track span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  opacity:0.98;
}

@keyframes ev-marquee{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}

/* HEADER */
.ev-header{
  background:#ffffff;
  border-bottom:1px solid var(--jaw-border);
  position:sticky;
  top:0;
  z-index:30;
  backdrop-filter:saturate(140%) blur(6px);
}

.ev-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:56px;
}

.ev-header__brand{
  text-decoration:none;
  color:var(--jaw-text);
  font-weight:800;
  font-size:16px;
  letter-spacing:0.03em;
}

.ev-header__cart{
  position:relative;
  display:flex;
  align-items:center;
  color:var(--jaw-text);
}

.ev-header__cart svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ev-header__cart-count{
  position:absolute;
  top:-7px;
  right:-9px;
  background:var(--jaw-primary);
  color:#fff;
  border-radius:999px;
  min-width:17px;
  height:17px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  font-weight:700;
  padding:0 4px;
  box-shadow:0 4px 12px rgba(106,92,255,0.28);
}

/* LANDING */
.ev-landing{
  padding:10px 0 22px;
  background:var(--jaw-bg);
  overflow-x:hidden;
}

.ev-hero{
  display:grid;
  grid-template-columns:minmax(0, 590px) minmax(0, 1fr);
  gap:34px;
  align-items:start;
  margin-bottom:18px;
}

/* GALLERY */
.ev-gallery,
.ev-gallery__main-wrap,
.ev-gallery__main{
  width:100%;
  max-width:100%;
  min-width:0;
}

.ev-gallery{
  min-width:0;
}

.ev-gallery__main-wrap{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#f3f1ff;
  padding:12px;
  border:1px solid rgba(111,90,232,0.10);
  box-shadow:var(--jaw-shadow-soft);
}

.ev-gallery__main{
  position:relative;
  height:660px;
  min-height:660px;
  max-height:660px;
  background:#ffffff;
  border-radius:18px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
}

.ev-gallery__image{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain !important;
  object-position:center center !important;
  transition:opacity 0.12s ease !important;
}

.ev-gallery__placeholder,
.ev-gallery__thumb-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  color:#6f6f78;
  font-weight:700;
  font-size:18px;
}

.ev-gallery__nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:40px;
  height:40px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,0.95);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  box-shadow:0 10px 24px rgba(35,28,95,0.14);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  padding:0;
}

.ev-gallery__nav::before{
  content:"";
  display:block;
  width:9px;
  height:9px;
  border-top:1.8px solid #2a2459;
  border-right:1.8px solid #2a2459;
}

.ev-gallery__nav--prev{
  left:16px;
}

.ev-gallery__nav--prev::before{
  transform:rotate(-135deg);
  margin-left:3px;
}

.ev-gallery__nav--next{
  right:16px;
}

.ev-gallery__nav--next::before{
  transform:rotate(45deg);
  margin-right:3px;
}

.ev-gallery__dots{
  position:absolute;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  z-index:4;
  display:flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,0.80);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.ev-gallery__dot{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(40,33,95,0.22);
  cursor:pointer;
  transition:all 0.14s ease;
}

.ev-gallery__dot.is-active{
  width:20px;
  background:var(--jaw-primary);
}

.ev-gallery__thumbs,
.ev-gallery__thumb{
  display:none !important;
}

/* SUMMARY */
.ev-summary{
  padding-top:2px;
  margin-top:0;
  min-width:0;
}

.ev-summary__title{
  font-size:28px;
  line-height:1.08;
  margin:0 0 8px;
  font-weight:800;
  color:var(--jaw-text);
  letter-spacing:-0.02em;
  max-width:700px;
}

.ev-summary__rating{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  font-size:14px;
  font-weight:800;
  margin:0 0 8px;
}

.ev-summary__badge{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:var(--jaw-primary);
  color:#fff;
  font-size:12px;
  font-weight:800;
  margin-bottom:12px;
  box-shadow:0 8px 18px rgba(106,92,255,0.16);
}

.ev-fomo-rotator{
  margin:0 0 10px;
  min-height:28px;
  font-size:14px;
  font-weight:800;
  color:#2a2459;
}

.ev-summary__desc{
  font-size:13px;
  line-height:1.6;
  color:var(--jaw-text-soft);
  margin:0 0 12px;
}

.ev-summary__desc p{
  margin:0;
}

.ev-summary__benefits{
  display:grid;
  gap:10px;
  margin:10px 0 12px;
}

.ev-benefit{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
  color:var(--jaw-text);
  background:#fafaff;
  border:1px solid var(--jaw-border);
  border-radius:14px;
  padding:8px 10px;
}

.ev-benefit__icon{
  width:24px;
  height:24px;
  border-radius:999px;
  background:var(--jaw-primary);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  flex:0 0 auto;
}

/* OFFERS */
.ev-offers__heading{
  font-weight:800;
  letter-spacing:0.06em;
  font-size:12px;
  margin:0 0 8px;
  color:#4a427f;
}

.ev-offers,
.ev-offers--compact{
  display:grid;
  gap:8px;
  margin-bottom:10px;
}

.ev-offer,
.ev-offer--compact{
  position:relative;
  border:1px solid var(--jaw-border);
  border-radius:16px;
  background:var(--jaw-card);
  padding:0;
  overflow:hidden;
  box-shadow:none;
}

.ev-offer.is-featured,
.ev-offer--compact.is-featured{
  border-color:var(--jaw-primary);
}

.ev-offer.is-selected,
.ev-offer--compact.is-selected{
  border:2px solid var(--jaw-primary);
  box-shadow:0 0 0 3px rgba(106,92,255,0.08);
  background:linear-gradient(180deg, rgba(106,92,255,0.05) 0%, rgba(106,92,255,0.02) 100%);
}

.ev-offer__flag,
.ev-offer__flag--compact{
  position:absolute;
  top:10px;
  right:12px;
  background:var(--jaw-primary);
  color:#fff;
  padding:4px 7px;
  border-radius:999px;
  font-size:9px;
  font-weight:800;
  box-shadow:0 8px 18px rgba(106,92,255,0.18);
  z-index:2;
}

.ev-offer__select,
.ev-offer__select--compact{
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  background:none;
  border:0;
  padding:13px 15px;
  text-align:left;
  color:inherit;
  cursor:pointer;
}

.ev-offer__radio{
  width:20px;
  height:20px;
  border:2px solid var(--jaw-primary);
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  margin-top:2px;
}

.ev-offer.is-selected .ev-offer__radio span,
.ev-offer--compact.is-selected .ev-offer__radio span{
  width:10px;
  height:10px;
  border-radius:999px;
  background:var(--jaw-primary);
  display:block;
}

.ev-offer__copy,
.ev-offer__copy--compact{
  flex:1;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.ev-offer__left,
.ev-offer__left--compact{
  min-width:0;
}

.ev-offer__top{
  display:block;
}

.ev-offer h3,
.ev-offer__title--compact{
  margin:0 0 3px;
  font-size:15px;
  line-height:1.15;
  color:var(--jaw-text);
}

.ev-offer__note,
.ev-offer__note--compact{
  font-size:11px;
  color:#777b8d;
  line-height:1.2;
  margin:0 0 3px;
}

.ev-offer__subtext,
.ev-offer__subtext--compact{
  margin:0;
  font-size:11px;
  color:#5f6378;
  line-height:1.2;
  font-weight:700;
}

.ev-offer__prices,
.ev-offer__prices--compact{
  flex:0 0 auto;
  min-width:132px;
  text-align:right;
}

.ev-offer__old,
.ev-offer__old--compact{
  text-decoration:line-through;
  color:#9ea2b3;
  font-size:10px;
  margin-bottom:2px;
}

.ev-offer__new,
.ev-offer__new--compact{
  font-size:18px;
  font-weight:900;
  color:#111111;
  line-height:1;
  white-space:nowrap;
}

.ev-selected-offer{
  display:none !important;
}

/* STOCK NOTE */
.ev-stock-note{
  margin:0 0 10px;
  padding:6px 8px;
  border-radius:10px;
  display:flex;
  align-items:center;
  gap:6px;
  width:100%;
  background:#f7f6ff;
  border:1px solid rgba(106,92,255,0.10);
}

.ev-stock-note > span{
  width:16px;
  height:16px;
  min-width:16px;
  min-height:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  flex:0 0 16px;
}

.ev-stock-note > div{
  display:flex;
  flex-direction:column;
  gap:1px;
  line-height:1;
}

.ev-stock-note > div > span:first-child{
  font-size:8px;
  line-height:1;
  letter-spacing:0;
  white-space:nowrap;
  font-weight:800;
}

.ev-stock-note > div > span:last-child{
  font-size:9px;
  line-height:1.1;
  color:#4b5563;
}

/* ACTIONS */
.ev-summary__actions{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin-top:0;
}

.ev-button{
  appearance:none;
  border:0;
  border-radius:14px;
  min-height:50px;
  padding:0 18px;
  font-weight:800;
  font-size:15px;
  cursor:pointer;
  transition:transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.ev-button:hover{
  transform:translateY(-1px);
}

.ev-button--primary{
  background:var(--jaw-primary);
  color:#fff;
  box-shadow:0 12px 24px rgba(106,92,255,0.18);
}

.ev-button--primary:hover{
  background:var(--jaw-primary-hover);
}

.ev-button--secondary{
  background:var(--jaw-primary-soft);
  color:var(--jaw-text);
}

.ev-offer__cta{
  width:100%;
  margin-top:10px;
}

/* SECTIONS */
.ev-story,
.ev-media-section,
.ev-before-after,
.ev-comparison,
.ev-results,
.ev-reviews,
.ev-faq{
  padding:18px 0;
  border-top:1px solid var(--jaw-border);
  margin-top:0;
}

.ev-story{
  display:none !important;
}

.ev-media-section{
  display:none !important;
}

.ev-story__quote{
  max-width:760px;
  font-size:22px;
  line-height:1.45;
  font-weight:700;
  color:#292453;
}

.ev-story__author{
  font-size:14px;
  color:#71758a;
}

.ev-section-title{
  font-size:30px;
  line-height:1.15;
  margin:0 0 12px;
  font-weight:800;
  text-align:center;
  color:#251f4f;
}

.ev-media-section__text{
  max-width:800px;
  margin:0 auto;
  text-align:center;
  line-height:1.7;
  color:var(--jaw-text-soft);
}

/* COMPARISON */
.ev-comparison__table{
  display:grid;
  grid-template-columns:minmax(140px,2fr) 1fr 1fr;
  border:1px solid var(--jaw-border);
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--jaw-shadow);
}

.ev-comparison__head,
.ev-comparison__label,
.ev-comparison__cell{
  display:flex;
  align-items:center;
  justify-content:center;
}

.ev-comparison__cell.is-yes::before{
  content:"✓";
  display:flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  border-radius:50%;
  background:#6f5ae8;
  color:#fff;
  font-size:16px;
  font-weight:900;
}

.ev-comparison__cell.is-no::before{
  content:"YOK";
  font-weight:800;
  color:var(--jaw-danger);
}

/* CARDS */
.ev-results__grid,
.ev-reviews__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}

.ev-stat,
.ev-review{
  border:1px solid var(--jaw-border);
  border-radius:18px;
  padding:16px;
  background:#fff;
  box-shadow:var(--jaw-shadow);
}

.ev-stat{
  text-align:center;
}

.ev-stat__ring{
  width:94px;
  height:94px;
  border-radius:999px;
  border:8px solid var(--jaw-primary);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 12px;
  font-weight:800;
  font-size:24px;
  color:var(--jaw-primary);
}

.ev-review{
  display:flex;
  gap:14px;
  align-items:flex-start;
  border:1px solid #ececf3;
  border-radius:20px;
  padding:16px;
  background:linear-gradient(180deg,#ffffff 0%, #faf8ff 100%);
  box-shadow:0 10px 24px rgba(63,34,122,0.06);
}

.ev-review__media{
  flex:0 0 120px;
  width:120px;
  display:flex;
  align-items:flex-start;
}

.ev-review__image-wrap{
  width:120px;
  height:120px;
  border-radius:16px;
  overflow:hidden;
  background:#f5f5f7;
  border:1px solid rgba(0,0,0,0.06);
  flex-shrink:0;
}

.ev-review__image{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}
.ev-review__image-wrap{
  cursor:zoom-in;
  transition:transform .18s ease, box-shadow .18s ease;
}

.ev-review__image-wrap:hover{
  transform:scale(1.03);
}

button.ev-review__image-wrap{
  appearance:none;
  border:1px solid rgba(0,0,0,.06);
  padding:0;
  background:#f5f5f7;
}

.ev-review-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(10,10,14,.72);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease, visibility .2s ease;
}

.ev-review-lightbox.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.ev-review-lightbox__backdrop{
  position:absolute;
  inset:0;
}

.ev-review-lightbox__dialog{
  position:relative;
  z-index:2;
  width:min(92vw, 820px);
  max-height:90vh;
  border-radius:20px;
  overflow:hidden;
  background:#ffffff;
  box-shadow:0 20px 60px rgba(0,0,0,.28);
}

.ev-review-lightbox__close{
  position:absolute;
  top:12px;
  right:12px;
  z-index:3;
  width:40px;
  height:40px;
  border:none;
  border-radius:999px;
  background:rgba(17,17,17,.82);
  color:#ffffff;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}

.ev-review-lightbox__image-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  padding:18px;
}

.ev-review-lightbox__image{
  display:block;
  width:100%;
  max-width:100%;
  max-height:82vh;
  object-fit:contain;
}

@media (max-width:749px){
  .ev-review-lightbox{
    padding:12px;
  }

  .ev-review-lightbox__dialog{
    width:100%;
    border-radius:16px;
  }

  .ev-review-lightbox__image-wrap{
    padding:12px;
  }

  .ev-review-lightbox__close{
    top:10px;
    right:10px;
    width:36px;
    height:36px;
    font-size:20px;
  }
}

.ev-review__image-placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:900;
  color:#8a8fa3;
  background:linear-gradient(180deg,#f7f7fb 0%, #efeff6 100%);
}

.ev-review__body{
  flex:1 1 auto;
  min-width:0;
}

.ev-review__stars{
  margin:0 0 8px;
  font-size:18px;
  line-height:1;
  letter-spacing:1px;
  color:#f4c542;
  text-shadow:0 0 8px rgba(244,197,66,0.22);
  font-weight:900;
}

.ev-review h3{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:-0.02em;
  color:#1f1b2d;
}

.ev-review__text{
  font-size:14px;
  line-height:1.65;
  color:#434056;
  font-weight:500;
}

.ev-review__author{
  margin-top:10px;
  font-size:13px;
  font-weight:700;
  color:#6b7280;
  letter-spacing:0.02em;
}

/* FAQ */
.ev-faq__items{
  display:grid;
  gap:10px;
  max-width:860px;
  margin:0 auto;
}

.ev-faq__item{
  border:1px solid var(--jaw-border);
  border-radius:14px;
  padding:12px 14px;
  background:#fff;
  box-shadow:var(--jaw-shadow);
}

.ev-faq__item summary{
  cursor:pointer;
  font-weight:800;
  color:var(--jaw-text);
}

.ev-faq__answer{
  padding-top:8px;
  color:var(--jaw-text-soft);
  line-height:1.65;
}

/* EXTRA SAFETY */
.ev-landing,
.ev-landing .page-width,
.ev-hero,
.ev-summary,
.ev-offers,
.ev-offer,
.ev-offer__select,
.ev-offer__copy,
.ev-offer__top,
.ev-summary__desc,
.ev-summary__benefits,
.ev-benefit{
  max-width:100%;
  min-width:0;
}

.ev-landing,
.page-width{
  overflow-x:hidden;
}

/* TABLET */
@media (max-width: 989px){
  .page-width{
    padding:0 14px;
  }

  .ev-hero{
    grid-template-columns:1fr;
    gap:14px;
    margin-bottom:14px;
  }

  .ev-gallery__main{
    height:520px;
    min-height:520px;
    max-height:520px;
  }

  .ev-summary__title{
    font-size:26px;
  }

  .ev-results__grid,
  .ev-reviews__grid{
    grid-template-columns:1fr;
  }

  .ev-review__media{
    flex:0 0 92px;
    width:92px;
  }

  .ev-review__image-wrap{
    width:92px;
    height:92px;
  }
}

/* MOBILE */
@media (max-width: 749px){
  .page-width{
    padding:0 12px;
  }

  .ev-header__inner{
    height:50px;
  }

  .ev-header__brand{
    font-size:15px;
  }

  .ev-topbar__track{
    font-size:11px;
    gap:24px;
    padding:8px 0;
  }

  .ev-landing{
    padding:8px 0 18px;
  }

  .ev-hero{
    grid-template-columns:1fr;
    gap:12px;
    margin-bottom:12px;
  }

  .ev-gallery__main-wrap{
    border-radius:18px;
    padding:8px;
  }

  .ev-gallery__main{
    height:420px;
    min-height:420px;
    max-height:420px;
    padding:10px;
    border-radius:16px;
  }

  .ev-gallery__nav{
    width:30px;
    height:30px;
  }

  .ev-gallery__nav--prev{
    left:10px;
  }

  .ev-gallery__nav--next{
    right:10px;
  }

  .ev-gallery__dots{
    bottom:10px;
    gap:6px;
    padding:5px 8px;
  }

  .ev-gallery__dot{
    width:5px;
    height:5px;
  }

  .ev-gallery__dot.is-active{
    width:16px;
  }

  .ev-summary__title{
    font-size:24px;
    line-height:1.12;
    margin-bottom:8px;
  }

  .ev-summary__rating{
    font-size:13px;
    margin-bottom:6px;
  }

  .ev-fomo-rotator{
    margin-bottom:8px;
    min-height:24px;
    font-size:13px;
  }

  .ev-summary__desc{
    font-size:14px;
    line-height:1.6;
    margin-bottom:10px;
  }

  .ev-offers__heading{
    margin-bottom:8px;
  }

  .ev-offers,
  .ev-offers--compact{
    gap:6px;
    margin-bottom:8px;
  }

  .ev-offer__select,
  .ev-offer__select--compact{
    gap:10px;
    padding:10px 11px;
  }

  .ev-offer__copy,
  .ev-offer__copy--compact{
    gap:8px;
  }

  .ev-offer__prices,
  .ev-offer__prices--compact{
    min-width:112px;
  }

  .ev-offer h3,
  .ev-offer__title--compact{
    font-size:14px;
    margin-bottom:2px;
  }

  .ev-offer__note,
  .ev-offer__note--compact{
    font-size:10px;
    margin-bottom:2px;
  }

  .ev-offer__subtext,
  .ev-offer__subtext--compact{
    font-size:10px;
  }

  .ev-offer__new,
  .ev-offer__new--compact{
    font-size:17px;
  }

  .ev-stock-note{
    margin:0 0 8px;
    padding:4px 6px;
    border-radius:8px;
    gap:4px;
  }

  .ev-stock-note > span{
    width:14px;
    height:14px;
    min-width:14px;
    min-height:14px;
    font-size:9px;
    flex:0 0 14px;
  }

  .ev-stock-note > div > span:first-child{
    font-size:7px;
  }

  .ev-stock-note > div > span:last-child{
    font-size:8px;
  }

  .ev-summary__actions{
    grid-template-columns:1fr;
    gap:8px;
  }

  .ev-button{
    min-height:48px;
    font-size:14px;
  }

  .ev-story,
  .ev-media-section,
  .ev-before-after,
  .ev-comparison,
  .ev-results,
  .ev-reviews,
  .ev-faq{
    padding:14px 0;
  }

  .ev-section-title{
    font-size:18px;
    line-height:1.18;
    margin:0 0 10px;
    text-align:center;
  }

  .ev-comparison__table{
    grid-template-columns:minmax(120px,1.6fr) 1fr 1fr;
    font-size:13px;
  }

  .ev-reviews{
    margin-top:18px !important;
  }

  .ev-reviews__grid{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .ev-review{
    display:flex !important;
    align-items:flex-start !important;
    gap:14px !important;
    padding:16px !important;
    border-radius:20px !important;
    min-height:auto !important;
    background:linear-gradient(180deg,#ffffff 0%, #faf8ff 100%) !important;
    box-shadow:0 12px 28px rgba(63,34,122,0.08) !important;
  }

  .ev-review__media{
    flex:0 0 72px !important;
    width:72px !important;
  }

  .ev-review__image-wrap{
    width:72px !important;
    height:72px !important;
    border-radius:14px !important;
    overflow:hidden !important;
    background:#f3f3f7 !important;
  }

  .ev-review__image{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
  }

  .ev-review__image-placeholder{
    width:100% !important;
    height:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:30px !important;
    font-weight:900 !important;
    color:#7f8598 !important;
  }

  .ev-review__body{
    flex:1 1 auto !important;
    min-width:0 !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
    padding-top:2px !important;
  }

  .ev-review__stars{
    margin:0 0 6px !important;
    font-size:15px !important;
    line-height:1 !important;
    letter-spacing:1px !important;
  }

  .ev-review h3{
    margin:0 0 6px !important;
    font-size:16px !important;
    line-height:1.35 !important;
    font-weight:800 !important;
  }

  .ev-review__text{
    margin:0 !important;
    font-size:13px !important;
    line-height:1.55 !important;
  }

  .ev-review__author{
    margin-top:8px !important;
    font-size:12px !important;
    line-height:1.35 !important;
    color:#6b7280 !important;
  }

  .ev-faq{
    margin-top:18px !important;
  }

  .ev-faq__items{
    gap:10px !important;
  }

  .ev-faq__item{
    padding:12px 14px !important;
    border-radius:16px !important;
  }

  .ev-faq__item summary{
    font-size:15px !important;
    line-height:1.35 !important;
  }
}

<style>
  #shopify-section-{{ section.id }}{
    background:linear-gradient(180deg,#ffffff 0%, #f7f4ff 14%, #705ff0 100%) !important;
  }

  #shopify-section-{{ section.id }} .jl-footer{
    position:relative !important;
    overflow:hidden !important;
    padding:0 0 20px !important;
    background:
      radial-gradient(circle at 18% 0%, rgba(223,214,255,0.18) 0%, rgba(223,214,255,0) 30%),
      radial-gradient(circle at 82% 10%, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 24%),
      linear-gradient(180deg, #6b59ea 0%, #7464f0 48%, #7e71f4 100%) !important;
  }

  #shopify-section-{{ section.id }} .jl-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(135deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0) 34%),
      linear-gradient(315deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 44%);
    pointer-events:none;
  }

  #shopify-section-{{ section.id }} .jl-footer__wave,
  #shopify-section-{{ section.id }} .jl-footer__wave svg{
    pointer-events:none !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__wave svg{
    display:block !important;
    width:100% !important;
    height:36px !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__wave path{
    fill:#ffffff !important;
    opacity:.88 !important;
  }

  #shopify-section-{{ section.id }} .page-width{
    max-width:760px !important;
    margin:0 auto !important;
    padding:0 14px !important;
    position:relative !important;
    z-index:2 !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__social-title{
    margin:6px 0 10px !important;
    text-align:center !important;
    font-size:13px !important;
    line-height:1.2 !important;
    font-weight:800 !important;
    letter-spacing:.10em !important;
    text-transform:uppercase !important;
    color:#ffffff !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__social-row{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:12px !important;
    flex-wrap:wrap !important;
    margin:0 0 16px !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__social-mini{
    width:50px !important;
    height:50px !important;
    min-width:50px !important;
    min-height:50px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:15px !important;
    overflow:hidden !important;
    border:1px solid rgba(255,255,255,0.20) !important;
    background:rgba(255,255,255,0.12) !important;
    backdrop-filter:blur(10px) !important;
    -webkit-backdrop-filter:blur(10px) !important;
    box-shadow:0 8px 18px rgba(76,58,180,0.12) !important;
    transition:transform .18s ease, background .18s ease !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__social-mini svg{
    width:21px !important;
    height:21px !important;
    color:#ffffff !important;
    fill:currentColor !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__social-mini:hover{
    transform:translateY(-2px) !important;
    background:rgba(255,255,255,0.18) !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__legal{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    padding:0 !important;
    background:none !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__legal-heading{
    margin:0 0 10px !important;
    color:rgba(255,255,255,0.92) !important;
    font-size:15px !important;
    line-height:1.2 !important;
    font-weight:700 !important;
    text-align:center !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__legal-links{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:6px !important;
    margin:0 !important;
    padding:0 !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__legal-link{
    display:inline !important;
    width:auto !important;
    padding:0 !important;
    text-decoration:none !important;
    font-size:13px !important;
    line-height:1.45 !important;
    font-weight:500 !important;
    color:rgba(255,255,255,0.76) !important;
    background:none !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    transition:color .18s ease, opacity .18s ease !important;
    text-align:center !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__legal-link:hover{
    color:#ffffff !important;
    opacity:1 !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__bottom{
    margin-top:14px !important;
    padding-top:12px !important;
    text-align:center !important;
    border-top:1px solid rgba(255,255,255,0.08) !important;
  }

  #shopify-section-{{ section.id }} .jl-footer__bottom p{
    color:rgba(255,255,255,0.68) !important;
    font-size:12px !important;
    line-height:1.45 !important;
    margin:0 !important;
  }

  /* SADECE MASAÜSTÜNÜ TAM GENİŞ YAP */
  @media screen and (min-width: 750px){
    #shopify-section-{{ section.id }} .page-width{
      max-width:100% !important;
      width:100% !important;
      padding-left:40px !important;
      padding-right:40px !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__social-title{
      margin:10px 0 12px !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__social-row{
      margin:0 0 18px !important;
      gap:14px !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__legal{
      max-width:100% !important;
      width:100% !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__legal-heading{
      font-size:16px !important;
      margin-bottom:14px !important;
      text-align:center !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__legal-links{
      display:grid !important;
      grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
      column-gap:24px !important;
      row-gap:10px !important;
      align-items:start !important;
      width:100% !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__legal-link{
      display:block !important;
      width:100% !important;
      font-size:13px !important;
      line-height:1.45 !important;
      text-align:center !important;
      white-space:normal !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__bottom{
      margin-top:18px !important;
      padding-top:14px !important;
    }
  }

  /* MOBILE AYNI KALSIN */
  @media screen and (max-width: 749px){
    #shopify-section-{{ section.id }} .page-width{
      padding:0 12px !important;
    }

    #shopify-section-{{ section.id }} .jl-footer{
      padding:0 0 18px !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__wave svg{
      height:30px !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__social-row{
      gap:10px !important;
      margin-bottom:14px !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__social-mini{
      width:46px !important;
      height:46px !important;
      min-width:46px !important;
      min-height:46px !important;
      border-radius:14px !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__social-mini svg{
      width:20px !important;
      height:20px !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__legal-heading{
      font-size:14px !important;
      margin-bottom:8px !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__legal-links{
      display:flex !important;
      flex-direction:column !important;
      align-items:center !important;
      gap:5px !important;
    }

    #shopify-section-{{ section.id }} .jl-footer__legal-link{
      width:auto !important;
      font-size:12px !important;
      line-height:1.4 !important;
      text-align:center !important;
    }
  }
  
</style>

<footer class="jl-footer">
  <div class="jl-footer__wave">
    <svg viewBox="0 0 1440 120" preserveAspectRatio="none" aria-hidden="true">
      <path d="M0,64L80,58.7C160,53,320,43,480,48C640,53,800,75,960,74.7C1120,75,1280,53,1360,42.7L1440,32L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z"></path>
    </svg>
  </div>

  <div class="page-width">
    <div class="jl-footer__social-title">
      BİZİ TAKİP ET
    </div>

    <div class="jl-footer__social-row">
      {% if section.settings.instagram_url != blank %}
        <a href="{{ section.settings.instagram_url }}" target="_blank" rel="noopener" class="jl-footer__social-mini jl-footer__social-mini--instagram" aria-label="Instagram">
          <svg viewBox="0 0 24 24" width="22" height="22" fill="currentColor" aria-hidden="true">
            <path d="M7.75 2h8.5A5.75 5.75 0 0 1 22 7.75v8.5A5.75 5.75 0 0 1 16.25 22h-8.5A5.75 5.75 0 0 1 2 16.25v-8.5A5.75 5.75 0 0 1 7.75 2zm0 2A3.75 3.75 0 0 0 4 7.75v8.5A3.75 3.75 0 0 0 7.75 20h8.5A3.75 3.75 0 0 0 20 16.25v-8.5A3.75 3.75 0 0 0 16.25 4h-8.5zm4.25 3.25A4.75 4.75 0 1 1 7.25 12 4.75 4.75 0 0 1 12 7.25zm0 2A2.75 2.75 0 1 0 14.75 12 2.75 2.75 0 0 0 12 9.25zm4.5-.9a1.1 1.1 0 1 1-1.1 1.1 1.1 1.1 0 0 1 1.1-1.1z"/>
          </svg>
        </a>
      {% endif %}

      {% if section.settings.whatsapp_url != blank %}
        <a href="{{ section.settings.whatsapp_url }}" target="_blank" rel="noopener" class="jl-footer__social-mini jl-footer__social-mini--whatsapp" aria-label="WhatsApp">
          <svg viewBox="0 0 24 24" width="22" height="22" fill="currentColor" aria-hidden="true">
            <path d="M20.52 3.48A11.8 11.8 0 0 0 12.06 0C5.53 0 .22 5.31.22 11.84c0 2.09.55 4.13 1.59 5.92L0 24l6.44-1.69a11.82 11.82 0 0 0 5.62 1.43h.01c6.53 0 11.84-5.31 11.84-11.84 0-3.16-1.23-6.13-3.39-8.42zM12.07 21.7h-.01a9.83 9.83 0 0 1-5.01-1.37l-.36-.21-3.82 1 1.02-3.72-.23-.38a9.82 9.82 0 0 1-1.5-5.18C2.16 6.41 6.64 1.93 12.06 1.93c2.63 0 5.1 1.02 6.95 2.89a9.74 9.74 0 0 1 2.87 6.97c0 5.42-4.39 9.91-9.81 9.91zm5.38-7.38c-.29-.14-1.74-.86-2.01-.96-.27-.1-.47-.14-.67.14-.19.29-.77.96-.94 1.15-.17.19-.34.22-.63.07-.29-.14-1.22-.45-2.33-1.43-.86-.77-1.44-1.72-1.61-2.01-.17-.29-.02-.45.13-.59.13-.13.29-.34.43-.5.14-.17.19-.29.29-.48.1-.19.05-.36-.02-.5-.07-.14-.67-1.61-.91-2.21-.24-.58-.49-.5-.67-.5h-.57c-.19 0-.5.07-.77.36-.27.29-1.03 1.01-1.03 2.47s1.05 2.87 1.2 3.07c.14.19 2.06 3.14 4.99 4.4.7.31 1.25.5 1.68.64.71.23 1.36.2 1.87.12.57-.08 1.74-.71 1.99-1.39.24-.67.24-1.25.17-1.39-.07-.14-.26-.21-.55-.36z"/>
          </svg>
        </a>
      {% endif %}

      {% if section.settings.tiktok_url != blank %}
        <a href="{{ section.settings.tiktok_url }}" target="_blank" rel="noopener" class="jl-footer__social-mini jl-footer__social-mini--tiktok" aria-label="TikTok">
          <svg viewBox="0 0 24 24" width="22" height="22" fill="currentColor" aria-hidden="true">
            <path d="M19.59 6.69a4.83 4.83 0 0 1-3.77-4.77h-3.23v12.58a2.77 2.77 0 1 1-2.77-2.77c.23 0 .45.03.66.08V8.53a6 6 0 1 0 6.11 5.99V8.09a8.02 8.02 0 0 0 4.68 1.5V6.69h-1.68z"/>
          </svg>
        </a>
      {% endif %}
    </div>

    <div class="jl-footer__legal">
      <h3 class="jl-footer__legal-heading">Yasal Bilgilendirme</h3>

      <div class="jl-footer__legal-links">
        <a href="/pages/mesafeli-satis-sozlesmesi" class="jl-footer__legal-link">Mesafeli Satış Sözleşmesi</a>
        <a href="/pages/kvkk-aydinlatma-metni" class="jl-footer__legal-link">KVKK Aydınlatma Metni</a>
        <a href="/pages/cerez-cookie-politikasi-1" class="jl-footer__legal-link">Çerez (Cookie) Politikası</a>
        <a href="/pages/on-bilgilendirme-formu" class="jl-footer__legal-link">Ön Bilgilendirme Formu</a>
        <a href="/pages/kullanim-kosullari" class="jl-footer__legal-link">Kullanım Koşulları</a>
        <a href="/pages/teslimat-kargo" class="jl-footer__legal-link">Teslimat & Kargo</a>
        <a href="/pages/iade-iptal-cayma" class="jl-footer__legal-link">İade / İptal / Cayma</a>
      </div>
    </div>

    <div class="jl-footer__bottom">
      <p>© {{ 'now' | date: '%Y' }} {{ shop.name }}</p>
    </div>
  </div>
</footer>

{% schema %}
{
  "name": "Jawlinster Footer",
  "settings": [
    { "type": "url", "id": "instagram_url", "label": "Instagram linki" },
    { "type": "url", "id": "whatsapp_url", "label": "WhatsApp linki" },
    { "type": "url", "id": "tiktok_url", "label": "TikTok linki" }
  ],
  "presets": [
    { "name": "Jawlinster Footer" }
  ]
}
.jl-footer__address{
  display:block !important;
  width:100%;
  text-align:center;
  font-size:12px;
  line-height:1.5;
  margin-top:10px;
  color:#ffffff !important;
  opacity:1 !important;
  visibility:visible !important;
  position:relative;
  z-index:5;
}
.jl-footer__address{
  display:block;
  width:100%;
  text-align:center;
  margin-top:18px;
  margin-bottom:12px;
  padding:0 18px;
  font-size:14px;
  line-height:1.6;
  font-weight:500;
  color:rgba(255,255,255,.95);
  position:relative;
  z-index:2;
}

.jl-footer__bottom{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:0;
  padding-bottom:12px;
  text-align:center;
  position:relative;
  z-index:2;
}

.jl-footer__bottom p{
  margin:0;
  font-size:15px;
  line-height:1.4;
  font-weight:600;
  letter-spacing:.3px;
  color:rgba(255,255,255,.95);
}

.jl-footer__payments{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:16px;
  width:100%;
  max-width:640px;
}

.jl-pay{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  font-size:16px;
  line-height:1;
  font-weight:700;
  letter-spacing:.2px;
  white-space:nowrap;
}

.jl-pay--visa{
  color:#ffffff;
}

.jl-pay--paytr{
  color:#24124d;
}

.jl-pay--secure,
.jl-pay--cod{
  color:#ffffff;
}

.jl-pay--master{
  padding:0;
}

.jl-master-icon{
  position:relative;
  display:inline-block;
  width:32px;
  height:18px;
}

.jl-master-circle{
  position:absolute;
  top:1px;
  width:16px;
  height:16px;
  border-radius:50%;
}

.jl-master-circle--left{
  left:4px;
  background:#ea001b;
}

.jl-master-circle--right{
  left:14px;
  background:#f79e1b;
  opacity:.95;
}

@media (max-width: 768px){
  .jl-footer__address{
    font-size:12px;
    margin-top:16px;
    margin-bottom:10px;
    padding:0 20px;
  }

  .jl-footer__payments{
    gap:10px 14px;
    max-width:340px;
  }

  .jl-pay{
    font-size:13px;
  }

  .jl-footer__bottom p{
    font-size:12px;
  }

  .jl-master-icon{
    width:28px;
    height:16px;
  }

  .jl-master-circle{
    width:14px;
    height:14px;
  }

  .jl-master-circle--left{
    left:3px;
  }

  .jl-master-circle--right{
    left:11px;
  }
}
.jl-pay--troy{
  font-weight:700;
  letter-spacing:.5px;
}.ev-gallery__main-wrap{
  position:relative;
}

/* PREMIUM HEDİYE BADGE + YILDIZ EFEKTİ */

.jl-gift-badge{
  position:absolute;
  top:6px;
  right:10px;
  z-index:20;

  display:flex;
  align-items:center;
  gap:7px;

  padding:7px 12px;
  font-size:13px;
  font-weight:800;
  line-height:1;
  color:#111111;

  border-radius:14px;
  background:rgba(255,255,255,0.38);
  border:1px solid rgba(255,255,255,0.65);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);

  box-shadow:
    0 8px 20px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.65);

  animation: jlGiftPulse 2.2s infinite ease-in-out;
  transform-origin:center center;
  pointer-events:none;
}

.jl-gift-badge::before,
.jl-gift-badge::after{
  content:"✦";
  position:absolute;
  color:#7c67ff;
  text-shadow:
    0 0 6px rgba(124,103,255,.45),
    0 0 12px rgba(124,103,255,.28);
  opacity:0;
  pointer-events:none;
}

.jl-gift-badge::before{
  top:-7px;
  left:-6px;
  font-size:12px;
  animation: jlSparkleOne 2.2s infinite ease-in-out;
}

.jl-gift-badge::after{
  bottom:-7px;
  right:-5px;
  font-size:10px;
  animation: jlSparkleTwo 2.0s infinite ease-in-out;
}

.jl-gift-badge__icon{
  font-size:14px;
  line-height:1;
}

.jl-gift-badge__text{
  white-space:nowrap;
  letter-spacing:.01em;
}

@keyframes jlGiftPulse{
  0%{
    transform:scale(.94);
    box-shadow:
      0 6px 16px rgba(0,0,0,.11),
      inset 0 1px 0 rgba(255,255,255,.62);
  }

  50%{
    transform:scale(1.02);
    box-shadow:
      0 10px 24px rgba(0,0,0,.14),
      inset 0 1px 0 rgba(255,255,255,.72);
  }

  100%{
    transform:scale(.94);
    box-shadow:
      0 6px 16px rgba(0,0,0,.11),
      inset 0 1px 0 rgba(255,255,255,.62);
  }
}

@keyframes jlSparkleOne{
  0%{
    opacity:0;
    transform:translate(0, 0) scale(.55) rotate(0deg);
  }

  20%{
    opacity:.35;
  }

  50%{
    opacity:1;
    transform:translate(-1px, -3px) scale(1.12) rotate(18deg);
  }

  80%{
    opacity:.28;
  }

  100%{
    opacity:0;
    transform:translate(0, 0) scale(.55) rotate(36deg);
  }
}

@keyframes jlSparkleTwo{
  0%{
    opacity:0;
    transform:translate(0, 0) scale(.5) rotate(0deg);
  }

  20%{
    opacity:.3;
  }

  50%{
    opacity:.95;
    transform:translate(1px, 3px) scale(1.06) rotate(-16deg);
  }

  80%{
    opacity:.25;
  }

  100%{
    opacity:0;
    transform:translate(0, 0) scale(.5) rotate(-32deg);
  }
}

@media (max-width:749px){
  .jl-gift-badge{
    top:4px;
    right:8px;
    padding:6px 10px;
    font-size:12px;
    border-radius:12px;
  }

  .jl-gift-badge__icon{
    font-size:13px;
  }

  .jl-gift-badge::before{
    top:-6px;
    left:-5px;
    font-size:11px;
  }

  .jl-gift-badge::after{
    bottom:-6px;
    right:-4px;
    font-size:9px;
  }
}
.ev-selected-offer{
  position:relative;
}

.jl-gift-inline{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  display:flex;
  align-items:center;
  gap:7px;
  z-index:3;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(111,90,232,.16);
  border-radius:999px;
  padding:4px 9px;
  box-shadow:0 4px 12px rgba(0,0,0,.05);
  white-space:nowrap;
}

.jl-gift-inline img{
  width:26px;
  height:26px;
  object-fit:contain;
  display:block;
}

.jl-gift-inline-price{
  text-decoration:line-through;
  color:#8a8f9a;
  font-size:11px;
  font-weight:700;
  line-height:1;
}

.jl-gift-inline-free{
  color:#6f5ae8;
  font-size:11px;
  font-weight:900;
  line-height:1;
}

@media (max-width:749px){
  .jl-gift-inline{
    gap:6px;
    padding:4px 8px;
  }

  .jl-gift-inline img{
    width:22px;
    height:22px;
  }

  .jl-gift-inline-price,
  .jl-gift-inline-free{
    font-size:10px;
  }
}.jl-gift-note{
  margin:0 0 12px 0;
  padding:10px 12px;
  border-radius:16px;
  background:linear-gradient(135deg, rgba(111,90,232,.10) 0%, rgba(91,72,215,.06) 100%);
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid rgba(111,90,232,.12);
}

.jl-gift-note__media{
  width:50px;
  height:50px;
  border-radius:12px;
  background:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex:0 0 50px;
}

.jl-gift-note__media img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.jl-gift-note__content{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.jl-gift-note__eyebrow{
  font-size:10px;
  font-weight:700;
  letter-spacing:.02em;
  color:#6f5ae8;
  text-transform:uppercase;
  line-height:1;
}

.jl-gift-note__title{
  font-size:12px;
  font-weight:800;
  color:#1f1f1f;
  line-height:1.2;
}

.jl-gift-note__price-row{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:2px;
}

.jl-gift-note__old-price{
  font-size:11px;
  line-height:1.1;
  color:#8a8f9a;
  text-decoration:line-through;
  font-weight:700;
}

.jl-gift-note__free{
  font-size:11px;
  line-height:1.1;
  color:#111111;
  font-weight:900;
}

.jl-gift-note__check{
  margin-left:auto;
  width:22px;
  height:22px;
  border-radius:999px;
  background:#6f5ae8;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:12px;
  font-weight:900;
  flex:0 0 22px;
  box-shadow:0 4px 10px rgba(111,90,232,.24);
}

@media (max-width:749px){
  .jl-gift-note{
    margin:0 0 10px 0;
    padding:9px 10px;
    gap:9px;
    border-radius:14px;
  }

  .jl-gift-note__media{
    width:46px;
    height:46px;
    flex-basis:46px;
    border-radius:10px;
  }

  .jl-gift-note__eyebrow{
    font-size:9px;
  }

  .jl-gift-note__title{
    font-size:11px;
  }

  .jl-gift-note__old-price,
  .jl-gift-note__free{
    font-size:10px;
  }

  .jl-gift-note__check{
    width:20px;
    height:20px;
    font-size:11px;
    flex-basis:20px;
  }
}
/* ===== JAWLINSTER PREMIUM HEADER ===== */

.jl-premium-header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(20,20,20,.06);
}

.jl-premium-header__inner{
  min-height: 58px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  position: relative;
}

.jl-premium-header__new,
.jl-premium-header__brand,
.jl-premium-header__cart{
  text-decoration: none;
}

.jl-premium-header__new{
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(118, 75, 162, .16);
  background: linear-gradient(180deg, rgba(118,75,162,.08) 0%, rgba(118,75,162,.04) 100%);
  box-shadow: 0 4px 12px rgba(118,75,162,.08);
  transition: all .20s ease;
}

.jl-premium-header__new:hover{
  transform: translateY(-1px);
  border-color: rgba(118,75,162,.24);
  box-shadow: 0 8px 18px rgba(118,75,162,.12);
}

.jl-premium-header__new-dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7b43b7;
  box-shadow: 0 0 0 4px rgba(123,67,183,.10);
  flex: 0 0 8px;
}

.jl-premium-header__new-text{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #4d2a79;
  line-height: 1;
  white-space: nowrap;
}

.jl-premium-header__brand{
  justify-self: center;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .04em;
  color: #141414;
  line-height: 1;
  white-space: nowrap;
  transition: opacity .20s ease;
}

.jl-premium-header__brand:hover{
  opacity: .82;
}

.jl-premium-header__cart{
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-height: 36px;
  color: #141414;
  position: relative;
}

.jl-premium-header__cart-icon{
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jl-premium-header__cart-icon svg{
  width: 20px;
  height: 20px;
  display: block;
}

.jl-premium-header__cart-text{
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.jl-premium-header__cart-count{
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #7b43b7;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@media screen and (max-width: 749px){
  .jl-premium-header__inner{
    min-height: 54px;
    gap: 8px;
    grid-template-columns: 1fr auto 1fr;
  }

  .jl-premium-header__new{
    padding: 6px 10px;
    min-height: 32px;
  }

  .jl-premium-header__new-text{
    font-size: 11px;
  }

  .jl-premium-header__brand{
    font-size: 16px;
    letter-spacing: .03em;
  }

  .jl-premium-header__cart-text{
    display: none;
  }

  .jl-premium-header__cart-icon svg{
    width: 19px;
    height: 19px;
  }

  .jl-premium-header__cart-count{
    min-width: 17px;
    height: 17px;
    font-size: 9px;
    padding: 0 4px;
  }
}

{% endschema %}
