
:root{--primary:#111;--accent:#b76e79;--bg:#fff;--muted:#666;--soft:#f7f2f3;--line:#eee;--shadow:0 18px 60px rgba(0,0,0,.10)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:#111;background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}
.topbar{background:#111;color:#fff;text-align:center;padding:10px;font-weight:800;font-size:13px;letter-spacing:.3px}.header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid #eee}.nav{max-width:1240px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:16px 18px}.brand{font-weight:950;font-size:24px;letter-spacing:-.8px}.menu{display:flex;gap:24px;color:#333;font-weight:750}.icons{display:flex;gap:12px;align-items:center}.iconbtn{border:1px solid #ddd;background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}.cart-count{background:var(--accent);color:#fff;border-radius:999px;padding:2px 7px;margin-left:4px;font-size:12px}
.hero{max-width:1240px;margin:22px auto;display:grid;grid-template-columns:1.1fr .9fr;gap:18px;padding:0 18px}.hero-main{min-height:560px;border-radius:34px;background:linear-gradient(135deg,#1a1414,#5d3540 55%,#d4a6ac);color:#fff;padding:58px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero-main:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:#fff;opacity:.13;right:-90px;top:40px}.eyebrow{font-weight:900;color:#ffd9df;text-transform:uppercase;font-size:13px;letter-spacing:1px}.hero h1{font-size:58px;line-height:.95;margin:16px 0;letter-spacing:-2px}.hero p{font-size:18px;line-height:1.6;max-width:600px}.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.btn{border:0;border-radius:999px;padding:15px 22px;background:#111;color:#fff;font-weight:950;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn.light{background:#fff;color:#111}.btn.ghost{background:transparent;border:1px solid #ddd;color:#111}.hero-side{display:grid;gap:18px}.mini-banner{border-radius:28px;background:#f5ecee;padding:30px;display:flex;flex-direction:column;justify-content:space-between;min-height:270px}.mini-banner.dark{background:#111;color:#fff}.mini-banner h3{font-size:30px;margin:0;letter-spacing:-1px}.section{max-width:1240px;margin:55px auto;padding:0 18px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section h2{font-size:38px;margin:0;letter-spacing:-1.4px}.section p.lead{color:#666;max-width:720px;line-height:1.6}.collections{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.collection-card{background:#f6f1f2;border:1px solid #eee;border-radius:28px;padding:26px;min-height:160px;display:flex;flex-direction:column;justify-content:space-between}.collection-card b{font-size:23px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid #eee;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 8px 26px rgba(0,0,0,.04);position:relative}.product-img{aspect-ratio:3/4;background:#f5f5f5;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:.35s}.product-card:hover img{transform:scale(1.04)}.badge{position:absolute;top:12px;left:12px;background:#111;color:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.product-info{padding:15px}.product-info h3{font-size:16px;line-height:1.25;margin:0 0 8px}.rating{font-size:13px;color:#a05a21;font-weight:800}.price{display:flex;gap:8px;align-items:center;margin:9px 0;font-weight:950}.compare{text-decoration:line-through;color:#888;font-weight:600}.quick{width:100%;margin-top:8px}.story{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center;background:#111;color:#fff;border-radius:34px;padding:44px}.story h2{font-size:44px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.benefit{border:1px solid #eee;border-radius:22px;padding:22px;background:#fff}.benefit b{font-size:18px}.drawer{position:fixed;right:-440px;top:0;width:420px;max-width:94vw;height:100vh;background:#fff;z-index:80;box-shadow:-10px 0 40px rgba(0,0,0,.18);transition:.25s;display:flex;flex-direction:column}.drawer.open{right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.drawer-body{padding:18px;overflow:auto;flex:1}.cart-item{display:grid;grid-template-columns:72px 1fr;gap:12px;padding:12px 0;border-bottom:1px solid #eee}.cart-item img{width:72px;height:92px;object-fit:cover;border-radius:12px}.qty{display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:999px;overflow:hidden}.qty button{border:0;background:#f7f7f7;padding:5px 10px;cursor:pointer}.qty span{padding:5px 10px}.drawer-foot{padding:18px;border-top:1px solid #eee}.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:70}.overlay.open{display:block}.product-page{max-width:1240px;margin:30px auto;padding:0 18px;display:grid;grid-template-columns:1.05fr .95fr;gap:34px}.gallery{display:grid;grid-template-columns:90px 1fr;gap:14px}.thumbs{display:grid;gap:10px;align-content:start}.thumbs img{border:1px solid #eee;border-radius:14px;cursor:pointer}.main-photo{border-radius:30px;overflow:hidden;background:#f7f7f7}.main-photo img{width:100%;height:720px;object-fit:cover}.product-detail h1{font-size:44px;line-height:1;margin:10px 0}.option-row{margin:20px 0}.chips{display:flex;gap:9px;flex-wrap:wrap}.chip{border:1px solid #ddd;background:#fff;border-radius:999px;padding:10px 15px;cursor:pointer;font-weight:800}.chip.active{background:#111;color:#fff;border-color:#111}.buybox{border:1px solid #eee;border-radius:24px;padding:18px;background:#fafafa}.accordion{border-top:1px solid #eee;margin-top:24px}.acc{border-bottom:1px solid #eee;padding:18px 0}.acc b{display:block;margin-bottom:8px}.reviews{display:grid;gap:12px;margin-top:18px}.review{background:#fafafa;border:1px solid #eee;border-radius:18px;padding:16px}.footer{background:#111;color:#fff;margin-top:60px;padding:45px 18px}.footer-grid{max-width:1240px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px}.footer a{display:block;color:#ddd;margin:9px 0}.checkout{max-width:980px;margin:35px auto;padding:0 18px;display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.panel{background:#fff;border:1px solid #eee;border-radius:22px;padding:22px;box-shadow:0 8px 28px rgba(0,0,0,.04)}.field{width:100%;border:1px solid #ddd;border-radius:12px;padding:13px;margin:8px 0}.admin-body{background:#f6f6f6}.admin-login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-box{background:#fff;border-radius:26px;padding:32px;box-shadow:var(--shadow);width:380px}.admin-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:#111;color:#fff;padding:24px;position:sticky;top:0;height:100vh}.sidebar button{display:block;width:100%;padding:13px 14px;margin:8px 0;border-radius:12px;border:0;background:rgba(255,255,255,.08);color:#fff;text-align:left;cursor:pointer;font-weight:800}.admin-main{padding:26px}.dash-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.metric{background:#fff;border-radius:20px;padding:22px;box-shadow:0 8px 24px rgba(0,0,0,.05)}.metric b{font-size:28px}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:18px;overflow:hidden}.table th,.table td{padding:13px;border-bottom:1px solid #eee;text-align:left}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.notice{background:#fff6e5;border:1px solid #ffe0a3;border-radius:16px;padding:14px;margin:14px 0;color:#7a4b00}
@media(max-width:850px){.menu{display:none}.hero{grid-template-columns:1fr}.hero-main{min-height:470px;padding:34px}.hero h1{font-size:42px}.collections{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-info{padding:12px}.product-info h3{font-size:14px}.section h2{font-size:30px}.story{grid-template-columns:1fr;padding:28px}.benefits{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.thumbs{display:flex;overflow:auto}.thumbs img{width:76px}.main-photo img{height:auto}.footer-grid{grid-template-columns:1fr 1fr}.checkout{grid-template-columns:1fr}.admin-layout{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.dash-grid{grid-template-columns:repeat(2,1fr)}.form-grid{grid-template-columns:1fr}.hero-side{grid-template-columns:1fr 1fr}.mini-banner{min-height:190px;padding:20px}.mini-banner h3{font-size:22px}}
@media(max-width:420px){.nav{padding:13px 12px}.brand{font-size:20px}.hero{margin:12px auto;padding:0 12px}.section{padding:0 12px;margin:38px auto}.product-grid{gap:10px}.btn{padding:13px 16px}.hero-side{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.dash-grid{grid-template-columns:1fr}}


/* INDEX UPGRADE */
.promo-strip{max-width:1240px;margin:18px auto 0;padding:0 18px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.promo-pill{background:#111;color:#fff;border-radius:18px;padding:14px 16px;font-weight:900;text-align:center;font-size:13px}
.image-hero{max-width:1240px;margin:22px auto 0;padding:0 18px;display:grid;grid-template-columns:1fr;gap:18px}
.image-card{position:relative;border-radius:34px;overflow:hidden;min-height:500px;background:#eee}
.image-card img{width:100%;height:100%;object-fit:cover}
.image-card .over{position:absolute;inset:auto 30px 30px 30px;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.35)}
.image-card .over h1,.image-card .over h2{font-size:54px;line-height:.95;margin:0 0 12px;letter-spacing:-2px}
.image-stack{display:grid;gap:18px}
.image-stack .image-card{min-height:241px}
.image-stack .over h2{font-size:28px}
.logo-row{max-width:1240px;margin:28px auto 0;padding:0 18px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.logo-box{border:1px solid #eee;border-radius:18px;padding:16px;text-align:center;font-weight:950;color:#555;background:#fff}
.drop-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}
.drop-feature{border-radius:30px;overflow:hidden;position:relative;min-height:430px;background:#eee}
.drop-feature img{width:100%;height:100%;object-fit:cover}
.drop-feature div{position:absolute;left:28px;bottom:28px;right:28px;color:#fff}
.drop-feature h3{font-size:34px;line-height:1;margin:0 0 10px}
.drop-feature-small{min-height:330px}
.drop-feature-small h3{font-size:28px}
.funnel{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center;background:linear-gradient(135deg,#fff7f8,#f3e8ea);border-radius:34px;padding:38px;border:1px solid #f0d8dc}
.funnel h2{font-size:42px}
.timeline{display:grid;gap:14px}
.step{display:flex;gap:14px;align-items:flex-start;background:#fff;border-radius:20px;padding:16px;border:1px solid #eee}
.step span{background:#111;color:#fff;border-radius:999px;min-width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-weight:950}
.newsletter{background:#111;color:#fff;border-radius:34px;padding:42px;text-align:center}
.newsletter h2{font-size:40px;margin:0 0 10px}
.newsletter .field{max-width:420px;background:#fff}
@media(max-width:850px){
.promo-strip{grid-template-columns:1fr;gap:8px}
.image-hero{grid-template-columns:1fr}
.image-card{min-height:560px}.image-card .over h1{font-size:40px}.image-card .over h2{font-size:26px}
.logo-row{grid-template-columns:repeat(2,1fr)}
.drop-grid{grid-template-columns:1fr}
.funnel{grid-template-columns:1fr;padding:24px}.funnel h2{font-size:32px}
}


.color-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.color-thumb{width:74px;height:92px;border:2px solid #eee;border-radius:16px;overflow:hidden;background:#fff;position:relative;padding:0;cursor:pointer}
.color-thumb.active{border-color:#111;box-shadow:0 0 0 3px rgba(0,0,0,.08)}
.color-thumb img{width:100%;height:100%;object-fit:cover}
.color-thumb span{position:absolute;right:6px;bottom:6px;width:18px;height:18px;border-radius:999px;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.25)}
@media(max-width:850px){.color-thumb{width:62px;height:78px;border-radius:13px}}


/* COLLECTION PHOTO CARDS + HERO SLIDER */
.hero-slider{position:relative}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease}
.hero-slide.active{opacity:1}
.hero-slide img{width:100%;height:100%;object-fit:cover}
.hero-slider .over{z-index:2}
.hero-dots{position:absolute;left:30px;bottom:24px;display:flex;gap:8px;z-index:5}
.hero-dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.45)}
.hero-dot.active{background:#fff;width:24px;border-radius:999px}
.category-heading{justify-content:center;text-align:center;margin-bottom:28px}
.category-heading .btn{display:none}
.category-heading h2{text-transform:uppercase;font-size:40px;letter-spacing:-1px}
.collection-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;gap:14px}
.collection-photo-card{position:relative;overflow:hidden;background:#eee;color:#fff;box-shadow:none;border-radius:0;min-height:0}
.collection-photo-card.cat-1{grid-column:1/3;grid-row:1/3}
.collection-photo-card.cat-2{grid-column:3/5;grid-row:1/2}
.collection-photo-card.cat-3{grid-column:3/5;grid-row:2/3}
.collection-photo-card img{width:100%;height:100%;object-fit:cover;transition:.35s}
.collection-photo-card:hover img{transform:scale(1.04)}
.collection-photo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.38),rgba(0,0,0,0) 62%)}
.collection-photo-card .content{position:absolute;left:24px;right:24px;bottom:20px;z-index:2;text-align:left}
.collection-photo-card.cat-2 .content,.collection-photo-card.cat-3 .content{left:auto;text-align:right;top:50%;bottom:auto;transform:translateY(-50%)}
.collection-photo-card b{font-size:34px;line-height:1;display:block;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.22)}
@media(max-width:850px){
.category-heading{margin-bottom:16px}
.category-heading h2{font-size:28px}
.collection-photo-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px;gap:8px}
.collection-photo-card.cat-1{grid-column:1/3;grid-row:auto;height:380px}
.collection-photo-card.cat-2,.collection-photo-card.cat-3{grid-column:auto;grid-row:auto;height:auto}
.collection-photo-card .content,.collection-photo-card.cat-2 .content,.collection-photo-card.cat-3 .content{left:12px;right:12px;bottom:12px;top:auto;transform:none;text-align:left}
.collection-photo-card b{font-size:21px}
}
.load-more-wrap{text-align:center;margin-top:24px}.collection-tools{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.search-field{max-width:320px}.soldout{display:inline-block;color:#b91c1c;font-weight:900;font-size:12px;margin-bottom:6px}.collection-count{font-size:13px;color:#666;font-weight:800}.product-card .btn{font-size:13px}
@media(max-width:850px){.section-head{align-items:flex-start;flex-direction:column}.collection-tools{width:100%}.collection-tools .field{max-width:100%!important}}

/* Founder story + anniversary offer */
.story-anniversary{padding-top:0}
.story-card{max-width:1240px;margin:auto;display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:center;background:linear-gradient(135deg,#fff7f8,#ffffff 48%,#f7e8eb);border:1px solid #f0dadd;border-radius:34px;padding:24px;box-shadow:var(--shadow);overflow:hidden}
.story-photo{position:relative;border-radius:28px;overflow:hidden;min-height:520px;background:#f6dce1}
.story-photo img{width:100%;height:100%;object-fit:cover}
.story-badge{position:absolute;left:18px;right:18px;bottom:18px;background:#111;color:#fff;border-radius:999px;padding:14px 18px;text-align:center;font-weight:950;letter-spacing:.2px;box-shadow:0 12px 30px rgba(0,0,0,.22)}
.story-copy{padding:18px 22px}
.story-copy .eyebrow{color:var(--accent)}
.story-copy h2{font-size:44px;line-height:1.02;letter-spacing:-1.5px;margin:12px 0 16px}
.story-copy p{font-size:16px;line-height:1.72;color:#444;margin:0 0 12px}
.story-promo{margin:18px 0;padding:18px;border-radius:24px;background:#111;color:#fff}
.story-promo b{display:block;font-size:20px;margin-bottom:6px}
.story-promo span{color:#f8d8de;line-height:1.5}
.story-points{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 22px}
.story-points span{background:#fff;border:1px solid #ead2d6;border-radius:999px;padding:10px 13px;font-weight:850;color:#333}
.story-btn{background:var(--accent)}
@media(max-width:850px){
.story-card{grid-template-columns:1fr;padding:14px;border-radius:26px}
.story-photo{min-height:420px;border-radius:22px}
.story-copy{padding:10px 6px 14px}
.story-copy h2{font-size:32px}
.story-badge{font-size:13px;padding:12px}
}

/* Requested mobile vertical collections menu */
@media(max-width:850px){
  .nav{align-items:flex-start;gap:12px;flex-wrap:wrap;padding:13px 14px}
  .brand{font-size:21px}
  .menu{order:3;width:100%;display:flex!important;flex-direction:column;gap:0;max-height:220px;overflow-y:auto;border:1px solid var(--line);border-radius:18px;background:#fff;padding:6px;box-shadow:0 10px 28px rgba(0,0,0,.06)}
  .menu a{display:block;padding:12px 14px;border-bottom:1px solid #f1f1f1;font-size:14px}
  .menu a:last-child{border-bottom:0}
}

/* Requested product discount / best seller tags */
.badge.discount{background:#b91c1c;color:#fff}
.badge.seller{background:#111;color:#fff}

/* Requested automatic review image carousel above email section */
.review-showcase{overflow:hidden}
.review-carousel{display:flex;gap:16px;overflow:hidden;position:relative;padding:4px 0 10px}
.review-carousel .review-card{min-width:290px;max-width:290px;border:1px solid #eee;border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.06);overflow:hidden;animation:reviewSlide 28s linear infinite}
.review-card img{width:100%;height:380px;object-fit:cover;background:#f6f6f6}
.review-card div{padding:14px}
.review-card p{font-size:14px;line-height:1.45;color:#444;margin:8px 0}
.review-card b{display:block;font-size:14px;line-height:1.3}
.review-carousel:hover .review-card{animation-play-state:paused}
@keyframes reviewSlide{from{transform:translateX(0)}to{transform:translateX(calc(-306px * 8))}}
@media(max-width:850px){
  .review-carousel .review-card{min-width:235px;max-width:235px;border-radius:20px}
  .review-card img{height:220px}
  @keyframes reviewSlide{from{transform:translateX(0)}to{transform:translateX(calc(-251px * 8))}}
}


/* Mobile hamburger menu correction */
.hamburger{display:none}
.mobile-extra{display:none}
@media(max-width:850px){
  .nav{align-items:center;flex-wrap:wrap}
  .hamburger{display:inline-flex;order:2}
  .icons{order:3}
  .menu{order:4;width:100%;display:none!important;flex-direction:column;gap:0;max-height:70vh;overflow-y:auto;border:1px solid var(--line);border-radius:18px;background:#fff;padding:6px;box-shadow:0 10px 28px rgba(0,0,0,.06)}
  .menu.open{display:flex!important}
  .menu a{display:block;padding:12px 14px;border-bottom:1px solid #f1f1f1;font-size:14px}
  .menu a:last-child{border-bottom:0}
  .mobile-extra{display:block}
}
.product-detail .product-page-badge{position:static;display:inline-flex;margin:0 0 10px 0}


/* Header Shopify-style alignment + side drawer menu */
.header .nav{
  width:100%;
  max-width:none;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  padding:14px 18px;
  gap:12px;
}
.header .hamburger{
  display:inline-flex;
  grid-column:1;
  justify-self:start;
  align-items:center;
  justify-content:center;
  min-width:44px;
  min-height:44px;
}
.header .brand{
  grid-column:2;
  justify-self:center;
  text-align:center;
  line-height:1.1;
  white-space:nowrap;
  font-family:"The Seasons","The Seasons Light",Georgia,"Times New Roman",serif;
  font-weight:400;
  letter-spacing:.48em;
}
.header .icons{
  grid-column:3;
  justify-self:end;
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
.header .cart-open{
  min-height:44px;
  background:#fff;
}
.header .menu{
  display:none!important;
}
.menu-drawer{
  left:-440px;
  right:auto;
  box-shadow:10px 0 40px rgba(0,0,0,.18);
}
.menu-drawer.open{
  left:0;
  right:auto;
}
.drawer-menu-links{
  display:flex;
  flex-direction:column;
  gap:0;
}
.drawer-menu-links a{
  display:block;
  padding:15px 6px;
  border-bottom:1px solid #eee;
  font-weight:850;
  color:#111;
}
.drawer-menu-links a:last-child{
  border-bottom:0;
}
@media(max-width:850px){
  .header .nav{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    flex-wrap:nowrap;
    padding:11px 12px;
  }
  .header .hamburger{
    order:initial;
    padding:9px 12px;
    min-width:42px;
    min-height:42px;
  }
  .header .brand{
    font-size:20px;
    max-width:58vw;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .header .icons{
    order:initial;
  }
  .header .cart-open{
    padding:9px 12px;
    min-width:42px;
    min-height:42px;
  }
  .menu-drawer{
    width:86vw;
    max-width:360px;
    left:-90vw;
  }
}
.price{flex-direction:row-reverse;justify-content:flex-end}.price span:not(.compare){font-size:18px}.price-big{font-size:28px;margin:14px 0}.price-big span:not(.compare){font-size:30px}.main-photo{position:relative}.product-image-badge{z-index:2}.product-page-badge{position:static;display:inline-block;margin:10px 0 0}.soldout{display:none!important}

@media(max-width:420px){.image-card{min-height:520px}}

/* Premium editorial category mosaic - reference style */
.category-heading{
  justify-content:center!important;
  text-align:center!important;
  margin-bottom:26px!important;
}
.category-heading .btn{display:none!important}
.category-heading h2{
  font-size:38px!important;
  line-height:1!important;
  letter-spacing:-1.2px!important;
  text-transform:uppercase!important;
  font-weight:950!important;
  color:#222!important;
}
.collection-photo-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-auto-rows:190px!important;
  gap:14px!important;
  align-items:stretch!important;
}
.collection-photo-card,
.collection-photo-card.cat-1,
.collection-photo-card.cat-2,
.collection-photo-card.cat-3{
  position:relative!important;
  display:block!important;
  grid-column:auto!important;
  grid-row:auto!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:#eee!important;
  color:#fff!important;
  box-shadow:none!important;
}
.collection-photo-card.cat-1{grid-column:1 / span 2!important;grid-row:1 / span 2!important}
.collection-photo-card.cat-2{grid-column:3 / span 2!important;grid-row:1 / span 1!important}
.collection-photo-card.cat-3{grid-column:3 / span 2!important;grid-row:2 / span 1!important}
.collection-photo-card.cat-4{grid-column:1 / span 1!important;grid-row:3 / span 1!important}
.collection-photo-card.cat-5{grid-column:2 / span 1!important;grid-row:3 / span 1!important}
.collection-photo-card.cat-6{grid-column:3 / span 1!important;grid-row:3 / span 1!important}
.collection-photo-card.cat-7{grid-column:4 / span 1!important;grid-row:3 / span 1!important}
.collection-photo-card img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  object-position:center top!important;
  border-radius:0!important;
  background:#f3eeee!important;
  transition:transform .35s ease!important;
}
.collection-photo-card:hover img{transform:scale(1.035)!important}
.collection-photo-card::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(to top,rgba(0,0,0,.46),rgba(0,0,0,.05) 55%,rgba(0,0,0,0))!important;
  z-index:1!important;
}
.collection-photo-card .content,
.collection-photo-card.cat-2 .content,
.collection-photo-card.cat-3 .content{
  position:absolute!important;
  z-index:2!important;
  left:28px!important;
  right:28px!important;
  bottom:24px!important;
  top:auto!important;
  transform:none!important;
  padding:0!important;
  text-align:left!important;
}
.collection-photo-card.cat-2 .content,
.collection-photo-card.cat-3 .content{
  left:auto!important;
  right:42px!important;
  bottom:auto!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  text-align:right!important;
}
.collection-photo-card b{
  display:block!important;
  font-size:34px!important;
  line-height:1!important;
  font-weight:950!important;
  color:#fff!important;
  letter-spacing:-1.2px!important;
  text-shadow:0 3px 18px rgba(0,0,0,.32)!important;
}
.collection-photo-card.cat-1 b{font-size:48px!important}
.collection-photo-card.cat-2 b,.collection-photo-card.cat-3 b{font-size:42px!important}
.collection-photo-card.cat-4 b,.collection-photo-card.cat-5 b,.collection-photo-card.cat-6 b,.collection-photo-card.cat-7 b{font-size:28px!important}
@media(max-width:850px){
  .category-heading{margin-bottom:18px!important}
  .category-heading h2{font-size:28px!important}
  .collection-photo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:150px!important;
    gap:10px!important;
  }
  .collection-photo-card.cat-1{grid-column:1 / span 2!important;grid-row:1 / span 2!important}
  .collection-photo-card.cat-2{grid-column:1 / span 1!important;grid-row:3 / span 1!important}
  .collection-photo-card.cat-3{grid-column:2 / span 1!important;grid-row:3 / span 1!important}
  .collection-photo-card.cat-4,.collection-photo-card.cat-5,.collection-photo-card.cat-6,.collection-photo-card.cat-7{grid-column:auto!important;grid-row:auto!important}
  .collection-photo-card .content,
  .collection-photo-card.cat-2 .content,
  .collection-photo-card.cat-3 .content{
    left:14px!important;
    right:14px!important;
    bottom:14px!important;
    top:auto!important;
    transform:none!important;
    text-align:left!important;
  }
  .collection-photo-card b,
  .collection-photo-card.cat-1 b,
  .collection-photo-card.cat-2 b,
  .collection-photo-card.cat-3 b,
  .collection-photo-card.cat-4 b,
  .collection-photo-card.cat-5 b,
  .collection-photo-card.cat-6 b,
  .collection-photo-card.cat-7 b{font-size:24px!important;letter-spacing:-.6px!important}
  .collection-photo-card.cat-1 b{font-size:34px!important}
}
@media(max-width:420px){
  .collection-photo-grid{grid-auto-rows:132px!important;gap:8px!important}
  .collection-photo-card.cat-1{grid-row:1 / span 2!important}
  .collection-photo-card b,
  .collection-photo-card.cat-2 b,
  .collection-photo-card.cat-3 b,
  .collection-photo-card.cat-4 b,
  .collection-photo-card.cat-5 b,
  .collection-photo-card.cat-6 b,
  .collection-photo-card.cat-7 b{font-size:20px!important}
  .collection-photo-card.cat-1 b{font-size:30px!important}
}


/* Ajuste final: categorias maiores no modo mosaico/feed */
.collection-photo-grid{
  grid-auto-rows:260px!important;
  gap:16px!important;
  max-width:1240px!important;
  margin:0 auto!important;
}
.collection-photo-card img{
  object-fit:cover!important;
  object-position:center top!important;
}
.collection-photo-card.cat-1{grid-column:1 / span 2!important;grid-row:1 / span 2!important}
.collection-photo-card.cat-2{grid-column:3 / span 2!important;grid-row:1 / span 1!important}
.collection-photo-card.cat-3{grid-column:3 / span 2!important;grid-row:2 / span 1!important}
.collection-photo-card.cat-4,.collection-photo-card.cat-5,.collection-photo-card.cat-6,.collection-photo-card.cat-7{grid-row:3 / span 1!important}
.collection-photo-card .content{bottom:30px!important;left:30px!important;right:30px!important}
.collection-photo-card.cat-2 .content,.collection-photo-card.cat-3 .content{right:46px!important}
.collection-photo-card b{font-size:38px!important;text-shadow:0 4px 22px rgba(0,0,0,.38)!important}
.collection-photo-card.cat-1 b{font-size:56px!important}
.collection-photo-card.cat-2 b,.collection-photo-card.cat-3 b{font-size:48px!important}
.collection-photo-card.cat-4 b,.collection-photo-card.cat-5 b,.collection-photo-card.cat-6 b,.collection-photo-card.cat-7 b{font-size:32px!important}
@media(max-width:850px){
  .collection-photo-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:210px!important;
    gap:10px!important;
  }
  .collection-photo-card.cat-1{grid-column:1 / span 2!important;grid-row:1 / span 2!important}
  .collection-photo-card.cat-2{grid-column:1 / span 1!important;grid-row:3 / span 1!important}
  .collection-photo-card.cat-3{grid-column:2 / span 1!important;grid-row:3 / span 1!important}
  .collection-photo-card.cat-4,.collection-photo-card.cat-5,.collection-photo-card.cat-6,.collection-photo-card.cat-7{grid-column:auto!important;grid-row:auto!important}
  .collection-photo-card .content,
  .collection-photo-card.cat-2 .content,
  .collection-photo-card.cat-3 .content{left:16px!important;right:16px!important;bottom:16px!important;top:auto!important;transform:none!important;text-align:left!important}
  .collection-photo-card b,
  .collection-photo-card.cat-2 b,
  .collection-photo-card.cat-3 b,
  .collection-photo-card.cat-4 b,
  .collection-photo-card.cat-5 b,
  .collection-photo-card.cat-6 b,
  .collection-photo-card.cat-7 b{font-size:25px!important;line-height:1.02!important}
  .collection-photo-card.cat-1 b{font-size:38px!important}
}
@media(max-width:420px){
  .collection-photo-grid{grid-auto-rows:185px!important;gap:9px!important}
  .collection-photo-card.cat-1{grid-row:1 / span 2!important}
  .collection-photo-card b,
  .collection-photo-card.cat-2 b,
  .collection-photo-card.cat-3 b,
  .collection-photo-card.cat-4 b,
  .collection-photo-card.cat-5 b,
  .collection-photo-card.cat-6 b,
  .collection-photo-card.cat-7 b{font-size:22px!important}
  .collection-photo-card.cat-1 b{font-size:34px!important}
}

/* Ajuste solicitado: categorias mais altas na vertical sem cortar os produtos */
.collection-photo-grid{
  grid-auto-rows:360px!important;
  gap:18px!important;
}
.collection-photo-card{
  min-height:360px!important;
}
.collection-photo-card.cat-1{
  min-height:720px!important;
}
.collection-photo-card img{
  object-fit:contain!important;
  object-position:center center!important;
  background:#f6f1f2!important;
  padding:0!important;
}
@media(max-width:850px){
  .collection-photo-grid{
    grid-auto-rows:320px!important;
    gap:10px!important;
  }
  .collection-photo-card{
    min-height:320px!important;
  }
  .collection-photo-card.cat-1{
    min-height:640px!important;
  }
}
@media(max-width:420px){
  .collection-photo-grid{
    grid-auto-rows:290px!important;
    gap:9px!important;
  }
  .collection-photo-card{
    min-height:290px!important;
  }
  .collection-photo-card.cat-1{
    min-height:580px!important;
  }
}

.back-bar{max-width:1240px;margin:18px auto 0;padding:0 18px}
.back-btn{border:1px solid #ddd;background:#fff;color:#111;border-radius:999px;padding:10px 16px;font-weight:900;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.06);display:inline-flex;align-items:center;gap:6px}
.back-btn:hover{background:#f7f2f3}
@media(max-width:700px){.back-bar{margin:14px auto 0}.back-btn{padding:9px 14px;font-size:14px}}
.cart-item b{display:block;margin-bottom:12px}.cart-remove{margin-top:10px;border:0;background:transparent;color:#777;text-decoration:underline;font-weight:800;cursor:pointer;padding:0;font-size:13px}.cart-remove:hover{color:#111}

/* Ajuste solicitado: manter Remove longe do + e alinhado à direita do item no carrinho */
.cart-item > div{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  column-gap:18px!important;
  align-items:start!important;
}
.cart-item > div > b,
.cart-item > div > p,
.cart-item > div > .price,
.cart-item > div > .qty{
  grid-column:1!important;
}
.cart-item > div > .qty{
  justify-self:start!important;
}
.cart-item > div > .cart-remove{
  grid-column:2!important;
  grid-row:1 / span 4!important;
  justify-self:end!important;
  align-self:center!important;
  margin-top:0!important;
  margin-left:18px!important;
  white-space:nowrap!important;
  text-align:right!important;
}

/* Shopify-style Stripe checkout */
.checkout-page-body{background:#fff}.shopify-checkout{min-height:calc(100vh - 80px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);max-width:1280px;margin:0 auto}.checkout-left{padding:44px 52px 52px;border-right:1px solid #e6e6e6}.checkout-right{background:#f5f5f5;padding:44px 48px}.checkout-summary-sticky{position:sticky;top:100px}.checkout-summary-sticky h1,.checkout-logo-mobile{font-size:28px;letter-spacing:-.8px;margin:0 0 26px;font-weight:950}.checkout-breadcrumb{color:#737373;font-size:13px;margin-bottom:28px}.checkout-step{margin:0 0 30px}.checkout-step h2{font-size:21px;letter-spacing:-.3px;margin:0 0 14px}.step-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.step-title-row a{font-size:14px;text-decoration:underline;color:#555}.checkout-input{width:100%;border:1px solid #cfcfcf;border-radius:7px;padding:14px 13px;margin:0 0 12px;background:#fff;color:#111;outline:none}.checkout-input:focus{border-color:#111;box-shadow:0 0 0 1px #111}.checkout-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-grid-3{display:grid;grid-template-columns:1fr .8fr .8fr;gap:12px}.checkout-check{display:flex;align-items:center;gap:10px;font-size:14px;color:#333;margin:4px 0}.checkout-muted{color:#666;margin:-6px 0 12px;font-size:14px}.shipping-box,.billing-box,.payment-card-box{border:1px solid #d9d9d9;border-radius:9px;background:#fff;overflow:hidden}.shipping-box{display:flex;align-items:center;justify-content:space-between;padding:16px}.shipping-box p{margin:5px 0 0;color:#666;font-size:14px}.payment-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;border-bottom:1px solid #e5e5e5;background:#fafafa;font-weight:800}.payment-card-head label{display:flex;align-items:center;gap:10px}.card-icons{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}.card-icons span{border:1px solid #ddd;background:#fff;border-radius:4px;padding:3px 6px;font-size:11px;font-weight:900;color:#333}.stripe-card-element{padding:17px 16px;background:#fff}.stripe-error{min-height:20px;color:#b91c1c;font-size:14px;padding:0 16px 14px}.billing-box{padding:15px 16px;margin-top:12px}.billing-box b{display:block;margin-bottom:10px}.pay-now-btn{width:100%;border:0;border-radius:7px;background:#111;color:#fff;padding:17px 20px;font-weight:950;font-size:17px;cursor:pointer}.pay-now-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-safe{text-align:center;color:#666;font-size:13px;margin:14px 0 0}.checkout-item-row{display:grid;grid-template-columns:64px 1fr auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #e1e1e1}.checkout-item-img{position:relative;width:64px;height:82px;border-radius:8px;background:#eee;border:1px solid #ddd}.checkout-item-img img{width:100%;height:100%;object-fit:cover;border-radius:8px}.checkout-item-img span{position:absolute;right:-8px;top:-8px;background:#666;color:#fff;border-radius:999px;font-size:12px;min-width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-weight:900}.checkout-item-info b{display:block;font-size:14px;line-height:1.25}.checkout-item-info small{display:block;color:#737373;margin-top:4px}.discount-row{display:grid;grid-template-columns:1fr auto;gap:10px;margin:22px 0}.discount-row input{border:1px solid #ccc;border-radius:7px;padding:13px}.discount-row button{border:0;border-radius:7px;background:#777;color:#fff;font-weight:900;padding:0 18px}.summary-lines{border-top:1px solid #ddd;padding-top:16px}.summary-lines div{display:flex;align-items:center;justify-content:space-between;margin:10px 0;color:#555}.summary-lines b{color:#111}.summary-total{border-top:1px solid #ddd;padding-top:16px;margin-top:16px!important}.summary-total span{font-size:18px;color:#111}.summary-total strong{font-size:28px;color:#111}.checkout-empty{color:#666}.checkout-mobile-summary{display:none}.checkout-logo-mobile{display:none}
@media(max-width:900px){.shopify-checkout{display:block}.checkout-left{padding:0 18px 38px;border-right:0}.checkout-right{display:none}.checkout-logo-mobile{display:block;text-align:center;padding:24px 0 18px;margin:0}.checkout-mobile-summary{display:block;margin:0 -18px 24px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#f6f6f6}.checkout-mobile-summary button{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:#f6f6f6;padding:16px 18px;font-weight:900;color:#111}.checkout-mobile-summary-panel{display:none;padding:0 18px 18px}.checkout-mobile-summary.open .checkout-mobile-summary-panel{display:block}.checkout-breadcrumb{display:none}.checkout-grid-2,.checkout-grid-3{grid-template-columns:1fr;gap:0}.payment-card-head{align-items:flex-start;flex-direction:column}.summary-lines.mobile{border-top:0;padding-top:8px}.summary-lines.mobile .summary-total strong{font-size:24px}.checkout-step{margin-bottom:26px}}


/* Checkout-only refinements: no hamburger + Shopify-like card fields + Stripe Google Pay */
.checkout-page-body .hamburger{display:none!important}
.checkout-page-body .nav{justify-content:center;position:relative}
.checkout-page-body .nav .brand{position:absolute;left:50%;transform:translateX(-50%)}
.checkout-page-body .nav .icons{margin-left:auto}

.wallet-box{margin:0 0 14px}
.google-pay-button{min-height:50px}
.wallet-note{font-size:13px;color:#666;line-height:1.35;margin-top:8px}
.payment-divider{display:flex;align-items:center;gap:14px;margin:18px 0;color:#777;font-size:12px;font-weight:900;letter-spacing:.08em}
.payment-divider:before,.payment-divider:after{content:"";height:1px;background:#e2e2e2;flex:1}
.payment-divider span{background:#fff;padding:0 3px}

.stripe-fields{background:#fff}
.stripe-field{display:block;padding:13px 14px;border-bottom:1px solid #e5e5e5;margin:0}
.stripe-field span{display:block;font-size:12px;font-weight:850;color:#555;margin:0 0 8px;letter-spacing:.02em}
.stripe-field-row{display:grid;grid-template-columns:1fr 1fr}
.stripe-field-row .stripe-field:first-child{border-right:1px solid #e5e5e5}
.stripe-field-row .stripe-field{border-bottom:0}
.stripe-card-element{padding:0!important;min-height:24px;background:#fff}
.payment-card-box{overflow:hidden}
.payment-card-head{background:#f7f7f7}
.stripe-error{padding:10px 14px 13px!important}

@media(max-width:900px){
  .checkout-page-body .nav{padding-left:18px;padding-right:18px}
  .checkout-page-body .nav .brand{position:static;transform:none;margin:0 auto}
  .checkout-page-body .nav .icons{position:absolute;right:18px}
  .stripe-field-row{grid-template-columns:1fr}
  .stripe-field-row .stripe-field:first-child{border-right:0;border-bottom:1px solid #e5e5e5}
}


/* Final checkout-only adjustment: remove hamburger, organize Stripe card fields, keep Google Pay button native black */
.checkout-page-body .hamburger,
.checkout-page-body #menuDrawer{display:none!important}
.checkout-page-body #overlay.open:has(+ #menuDrawer.open){display:none!important}
.checkout-page-body .payment-card-box{border:1px solid #d6d6d6!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important}
.checkout-page-body .payment-card-head{min-height:54px!important;padding:15px 16px!important;background:#f7f7f7!important;border-bottom:1px solid #dedede!important}
.checkout-page-body .stripe-fields{display:block!important;background:#fff!important}
.checkout-page-body .stripe-field{box-sizing:border-box!important;background:#fff!important;padding:12px 14px 13px!important;border-bottom:1px solid #e3e3e3!important}
.checkout-page-body .stripe-field span{font-size:12px!important;line-height:1.15!important;color:#5f5f5f!important;margin-bottom:8px!important}
.checkout-page-body .stripe-card-element{height:24px!important;min-height:24px!important;padding:0!important;display:flex!important;align-items:center!important}
.checkout-page-body .stripe-field-row{display:grid!important;grid-template-columns:1fr 1fr!important}
.checkout-page-body .stripe-field-row .stripe-field{border-bottom:0!important}
.checkout-page-body .stripe-field-row .stripe-field:first-child{border-right:1px solid #e3e3e3!important}
.checkout-page-body .wallet-box{margin:0 0 16px!important}
.checkout-page-body .google-pay-button{min-height:52px!important;width:100%!important}
.checkout-page-body .payment-divider{margin:18px 0!important}
@media(max-width:900px){
  .checkout-page-body .stripe-field-row{grid-template-columns:1fr!important}
  .checkout-page-body .stripe-field-row .stripe-field:first-child{border-right:0!important;border-bottom:1px solid #e3e3e3!important}
}


/* Checkout final requested tweaks: keep original header, remove large store name, blue summary toggle, Apple Pay wallet slot */
.checkout-page-body .checkout-logo-mobile,
.checkout-page-body .checkout-summary-sticky h1{display:none!important}
.checkout-page-body .checkout-summary-sticky{padding-top:0!important}
.checkout-page-body .checkout-mobile-summary button{color:#1673d1!important}
.checkout-page-body .checkout-mobile-summary button b{color:#111!important}
.checkout-page-body .summary-toggle-label{display:inline-flex;align-items:center;gap:6px;color:#1673d1!important}
.checkout-page-body .summary-toggle-label em{font-style:normal;font-size:18px;line-height:1;transition:transform .2s ease}
.checkout-page-body .checkout-mobile-summary.open .summary-toggle-label em{transform:rotate(180deg)}
.checkout-page-body .apple-pay-button,
.checkout-page-body .google-pay-button{min-height:52px!important;width:100%!important}
.checkout-page-body .apple-pay-button:empty,
.checkout-page-body .google-pay-button:empty{display:none!important;min-height:0!important}

/* Checkout-only fix: remove cart drawer/icon and keep Stripe inputs clickable */
.checkout-page-body .cart-open,
.checkout-page-body #cartDrawer,
.checkout-page-body #menuDrawer,
.checkout-page-body #overlay{
  display:none!important;
  pointer-events:none!important;
}
.checkout-page-body .nav .icons{
  display:none!important;
}
.checkout-page-body .stripe-card-element,
.checkout-page-body .stripe-card-element *{
  pointer-events:auto!important;
}
.checkout-page-body .stripe-card-element{
  width:100%!important;
  min-height:32px!important;
  height:auto!important;
  display:block!important;
  position:relative!important;
  z-index:2!important;
}
.checkout-page-body .stripe-card-element .__PrivateStripeElement,
.checkout-page-body .stripe-card-element iframe{
  width:100%!important;
  min-width:100%!important;
  height:24px!important;
}
.checkout-page-body .stripe-field{
  position:relative!important;
  z-index:1!important;
}

.payment-img{display:block;max-width:210px;width:100%;height:auto;margin-top:14px;border-radius:12px;background:#fff;padding:8px;box-shadow:0 8px 22px rgba(0,0,0,.18)}
.legal-page{max-width:920px;margin:45px auto;padding:0 18px}.legal-card{background:#fff;border:1px solid #eee;border-radius:26px;padding:30px;box-shadow:0 8px 28px rgba(0,0,0,.04);line-height:1.72;color:#333}.legal-card h1{font-size:38px;line-height:1.05;margin:0 0 12px;color:#111}.legal-card h2{font-size:22px;margin:28px 0 8px;color:#111}.legal-card p{margin:10px 0}.legal-card ul{padding-left:20px}.legal-card li{margin:8px 0}.legal-updated{color:#777;font-size:14px;margin-bottom:22px}

.checkout-footer-simple .footer-grid{grid-template-columns:1fr 1fr;align-items:center}.checkout-footer-simple h2{margin:0}.checkout-footer-simple .payment-img{max-width:230px}
@media(max-width:650px){.checkout-footer-simple .footer-grid{grid-template-columns:1fr;gap:18px}}

/* Reviews premium por produto */
.review-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#fff8e6;border:1px solid #f1d58b;border-radius:18px;padding:14px 16px;margin:12px 0 16px}
.gold-stars{color:#d4af37;letter-spacing:1px;text-shadow:0 1px 0 rgba(0,0,0,.12);font-weight:900}
.review-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.review-head span{font-size:12px;color:#777;background:#fff;border:1px solid #eee;border-radius:999px;padding:5px 9px}
.review p{line-height:1.65;color:#444}
.review-photos{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.review-photos img{width:82px;height:82px;object-fit:cover;border-radius:14px;border:1px solid #eee;background:#fff}
.admin-review-field{grid-column:1/-1;min-height:170px;font-family:monospace}
@media(max-width:720px){.review-photos img{width:72px;height:72px}.review-summary{align-items:flex-start}}

/* Ajuste pedido: reviews menores e painel de reviews por produto */
.product-detail h3{font-size:18px;margin:20px 0 8px}
.review-summary{padding:8px 10px;border-radius:12px;margin:8px 0 10px;font-size:13px;gap:7px}
.review-summary .gold-stars,.gold-stars{color:#d9a21b;letter-spacing:1px;font-size:14px}
.reviews{gap:8px;margin-top:10px}
.review{padding:10px 11px;border-radius:12px;background:#fff;border:1px solid #ededed;box-shadow:0 4px 14px rgba(0,0,0,.03)}
.review-head{gap:8px}
.review-head b{font-size:13px;line-height:1.25}
.review-head span{font-size:10px;padding:3px 7px}
.review p{font-size:13px;line-height:1.45;margin:7px 0;color:#444}
.review-photos{gap:6px;margin-top:8px}
.review-photos img{width:54px;height:54px;border-radius:9px}
.admin-review-box{grid-column:1/-1;margin-top:14px;border:1px solid #eee;border-radius:18px;background:#fafafa;padding:16px}
.admin-review-box h3{margin:0 0 5px;font-size:20px}
.admin-review-box p{margin:0 0 12px;color:#666;font-size:13px}
.admin-review-item{background:#fff;border:1px solid #eee;border-radius:14px;padding:12px;margin:10px 0}
.admin-review-title{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:900;margin-bottom:8px}
.admin-review-title label{font-weight:700;font-size:13px;color:#333;display:flex;align-items:center;gap:6px}
.review-desc{grid-column:1/-1;min-height:70px}
.review-photo-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;grid-column:1/-1}
@media(max-width:720px){.review{padding:9px}.review-photos img{width:48px;height:48px}.review-photo-fields{grid-template-columns:1fr}.admin-review-title{align-items:flex-start;flex-direction:column}}

/* Ajuste solicitado: fotos dos reviews no produto menores, estilo Shopify */
.product-page .product-detail .reviews .review .review-photos{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin-top:7px;
}
.product-page .product-detail .reviews .review .review-photos img{
  width:66px !important;
  height:66px !important;
  max-width:66px !important;
  max-height:66px !important;
  min-width:66px !important;
  min-height:66px !important;
  object-fit:cover !important;
  border-radius:8px !important;
  border:1px solid #eeeeee;
  background:#f7f7f7;
  display:block;
}
@media(max-width:720px){
  .product-page .product-detail .reviews .review .review-photos img{
    width:58px !important;
    height:58px !important;
    max-width:58px !important;
    max-height:58px !important;
    min-width:58px !important;
    min-height:58px !important;
  }
}

/* Ajuste iPhone/mobile: evita largura estourando e reduz título do banner */
html,body{width:100%;max-width:100%;overflow-x:hidden!important}
main,.section,.image-hero,.product-page,.footer,.header{max-width:100%;overflow-x:hidden}
.product-page,.product-detail,.gallery,.reviews,.review,.review-head,.buybox,.accordion{min-width:0!important}
.product-detail h1,.image-card .over h1,.image-card .over h2{overflow-wrap:break-word;word-break:normal}
@media(max-width:600px){
  .image-hero{padding:0 12px!important;margin-top:12px!important}
  .image-card{min-height:420px!important;border-radius:22px!important;width:100%!important}
  .image-card .over{left:18px!important;right:18px!important;bottom:22px!important;max-width:calc(100% - 36px)!important}
  .image-card .over h1{font-size:31px!important;line-height:1.02!important;letter-spacing:-.9px!important;margin-bottom:8px!important}
  .image-card .over p{font-size:14px!important;line-height:1.35!important;max-width:100%!important}
  .eyebrow{font-size:11px!important;letter-spacing:.7px!important}
  .hero-dots{left:18px!important;bottom:14px!important}
  .product-page{padding:0 12px!important;gap:18px!important;margin-top:18px!important}
  .product-detail h1{font-size:31px!important;line-height:1.05!important;letter-spacing:-.7px!important}
  .main-photo{border-radius:22px!important}
  .main-photo img{width:100%!important;height:auto!important;max-height:none!important}
}
@media(max-width:390px){
  .image-card{min-height:390px!important}
  .image-card .over h1{font-size:28px!important;line-height:1.03!important}
  .product-detail h1{font-size:28px!important}
}


/* Correção final iPhone/Safari: trava largura real da tela e controla o banner */
html{
  width:100%;
  max-width:100%;
  overflow-x:hidden!important;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden!important;
  position:relative;
}
body, main, section, header, footer, .header, .footer, .section, .image-hero, .image-card, .product-page, .product-grid, .collection-photo-grid, .drop-grid, .newsletter, .story-card, .review-showcase, .review-carousel{
  max-width:100%!important;
  min-width:0!important;
}
.image-card .over h1{
  max-width:100%;
  white-space:normal!important;
}
@media(max-width:600px){
  .image-hero{
    width:100%!important;
    padding-left:12px!important;
    padding-right:12px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .image-card.hero-slider{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    height:auto!important;
    min-height:390px!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }
  .image-card .over{
    left:16px!important;
    right:16px!important;
    bottom:22px!important;
    width:auto!important;
    max-width:calc(100% - 32px)!important;
  }
  .image-card .over h1,
  .image-card .over h2{
    font-size:clamp(24px, 7.4vw, 30px)!important;
    line-height:1.04!important;
    letter-spacing:-.6px!important;
    margin:0 0 8px!important;
  }
  .image-card .over p{
    font-size:13.5px!important;
    line-height:1.35!important;
  }
  .section h2,
  .category-heading h2{
    font-size:clamp(24px, 7vw, 29px)!important;
    line-height:1.05!important;
  }
  .product-grid,
  .collection-photo-grid,
  .drop-grid{
    width:100%!important;
    overflow:hidden!important;
  }
  .story-card{
    width:100%!important;
    overflow:hidden!important;
  }
}
@media(max-width:390px){
  .image-card.hero-slider{min-height:370px!important}
  .image-card .over h1,
  .image-card .over h2{font-size:26px!important}
}


/* Ajuste definitivo iPhone/Safari - somente responsivo/borda/banner */
html, body{
  margin:0;
  width:100%;
  max-width:100%;
  overflow-x:hidden!important;
  -webkit-text-size-adjust:100%!important;
  text-size-adjust:100%!important;
}
body{
  position:relative;
}
*, *::before, *::after{
  box-sizing:border-box;
}
img, video, canvas, svg{
  max-width:100%;
}
main, .header, .topbar, .nav, .section, .image-hero, .image-card, .hero-slider,
.product-grid, .product-card, .collection-photo-grid, .collection-photo-card,
.drop-grid, .newsletter, .story-card, .review-showcase, .review-carousel{
  max-width:100%!important;
  min-width:0!important;
}
.image-card .over h1,
.image-card .over h2{
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
@media only screen and (max-width:767px){
  .image-hero{
    width:100%!important;
    max-width:100%!important;
    padding-left:12px!important;
    padding-right:12px!important;
    overflow:hidden!important;
  }
  .image-card.hero-slider,
  .image-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:430px!important;
    overflow:hidden!important;
    border-radius:24px!important;
  }
  .image-card .over{
    left:18px!important;
    right:18px!important;
    bottom:24px!important;
    width:auto!important;
    max-width:calc(100% - 36px)!important;
  }
  .image-card .over h1,
  .image-card .over h2{
    font-size:34px!important;
    line-height:.98!important;
    letter-spacing:-1px!important;
    margin:0 0 10px!important;
  }
  .image-card .over p{
    font-size:14px!important;
    line-height:1.32!important;
    max-width:100%!important;
  }
  .section h2,
  .category-heading h2{
    font-size:30px!important;
    line-height:1.05!important;
    letter-spacing:-.6px!important;
  }
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    width:100%!important;
  }
}
@media only screen and (max-width:390px){
  .image-card .over h1,
  .image-card .over h2{
    font-size:31px!important;
  }
}

/* Correção final solicitada: primeira category arredondada + segunda category menor */
.collection-photo-card,
.collection-photo-card.cat-1,
.collection-photo-card.cat-2,
.collection-photo-card.cat-3,
.collection-photo-card.cat-4,
.collection-photo-card.cat-5,
.collection-photo-card.cat-6,
.collection-photo-card.cat-7{
  border-radius:30px!important;
}
.collection-photo-card img{
  border-radius:30px!important;
}

.drop-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
.drop-feature{
  min-height:260px!important;
  border-radius:28px!important;
}
.drop-feature img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center top!important;
}
.drop-feature h3{
  font-size:27px!important;
}
.drop-feature div{
  left:20px!important;
  right:20px!important;
  bottom:20px!important;
}
.drop-feature p{
  font-size:14px!important;
  line-height:1.35!important;
  margin:6px 0 0!important;
}
.drop-feature-small{
  min-height:130px!important;
}
.drop-feature-small h3{
  font-size:20px!important;
  margin-bottom:4px!important;
}
.drop-feature-small p{
  display:none!important;
}

@media(max-width:850px){
  .drop-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .drop-feature{
    min-height:210px!important;
    border-radius:24px!important;
  }
  .drop-feature-small{
    min-height:105px!important;
  }
  .drop-feature h3{font-size:22px!important}
  .drop-feature-small h3{font-size:17px!important}
  .drop-feature div{left:14px!important;right:14px!important;bottom:14px!important}
}
@media(max-width:420px){
  .drop-feature{min-height:185px!important}
  .drop-feature-small{min-height:92px!important}
}

/* Checkout-only fix: keep First name and Last name labels visible */
.checkout-page-body .checkout-name-grid{align-items:start!important;}
.checkout-page-body .checkout-name-field{
  position:relative!important;
  display:block!important;
  margin:0 0 12px!important;
}
.checkout-page-body .checkout-name-field span{
  position:absolute!important;
  top:6px!important;
  left:13px!important;
  z-index:2!important;
  pointer-events:none!important;
  font-size:11px!important;
  line-height:1!important;
  color:#6b7280!important;
  font-weight:650!important;
  background:transparent!important;
}
.checkout-page-body .checkout-name-field .checkout-input{
  margin:0!important;
  padding-top:22px!important;
  padding-bottom:7px!important;
  min-height:50px!important;
}
.checkout-page-body .checkout-name-field .checkout-input::placeholder{
  color:transparent!important;
  opacity:0!important;
}

/* Product page trust information */
.product-trust-info{margin:18px 0 16px;padding:0;display:grid;gap:14px;color:#252525;font-size:20px;line-height:1.35}
.product-trust-row{display:flex;align-items:center;gap:12px;font-weight:500}
.product-trust-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#69bf74;font-weight:900;font-size:22px;line-height:1;flex:0 0 22px}
@media(max-width:700px){.product-trust-info{font-size:17px;gap:12px}.product-trust-icon{width:20px;height:20px;font-size:20px;flex-basis:20px}}

.cart-shipping-note{margin:14px 0 4px;padding:12px 14px;border-radius:14px;background:#f6f7f4;border:1px solid #dfe8d8;color:#2f3a2f;font-weight:800;font-size:14px;line-height:1.35}.cart-shipping-note.free{background:#eef8ef;border-color:#bfe4c4;color:#226b32}


/* AURAS premium social proof box */
.auras-social-proof-section{padding-top:0!important;padding-bottom:10px!important}
.auras-social-proof-box{max-width:980px;margin:0 auto;padding:18px 22px;border:1px solid rgba(183,110,121,.26);border-radius:22px;background:linear-gradient(135deg,#fff 0%,#fff7f8 50%,#f8eeee 100%);box-shadow:0 18px 45px rgba(17,17,17,.08);display:flex;align-items:center;justify-content:center;gap:14px;text-align:center;color:#111;font-weight:950;letter-spacing:.02em}
.auras-social-proof-box span{font-size:18px}
.auras-social-proof-box strong{font-size:18px;letter-spacing:2px;color:#c49a2c;white-space:nowrap}
@media(max-width:700px){.auras-social-proof-box{margin:0 8px;padding:16px 14px;flex-direction:column;gap:8px;border-radius:18px}.auras-social-proof-box span{font-size:15px}.auras-social-proof-box strong{font-size:16px}}

/* Modern free shipping progress bar */
.cart-shipping-progress{margin:16px 0 4px;padding:14px;border-radius:18px;background:linear-gradient(135deg,#fff,#faf7f3);border:1px solid rgba(17,17,17,.08);box-shadow:0 12px 28px rgba(17,17,17,.07);color:#242424}
.cart-shipping-progress-top{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;font-weight:950;margin-bottom:10px}
.cart-shipping-progress-top span{font-size:12px;padding:5px 9px;border-radius:999px;background:#111;color:#fff;line-height:1}
.cart-progress-track{height:10px;border-radius:999px;background:#ece7e2;overflow:hidden;box-shadow:inset 0 1px 2px rgba(0,0,0,.08)}
.cart-progress-track span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#111,#b76e79);transition:width .25s ease}
.cart-shipping-progress p{margin:9px 0 0;color:#666;font-size:13px;font-weight:750;line-height:1.35}
.cart-shipping-progress.free{background:linear-gradient(135deg,#f3fff5,#fff);border-color:rgba(80,170,91,.25)}
.cart-shipping-progress.free .cart-progress-track span{background:linear-gradient(90deg,#2f8f46,#69bf74)}
.cart-shipping-progress.free .cart-shipping-progress-top span{background:#2f8f46}


/* Checkout Apple Pay visual refinements - requested only */
.checkout-page-body #country.checkout-input{
  min-height:48px!important;
  height:48px!important;
  padding:11px 38px 11px 13px!important;
  font-size:14px!important;
  line-height:1.2!important;
}
.checkout-page-body #country.checkout-input option{
  font-size:14px!important;
  padding:8px 10px!important;
}
.checkout-page-body .apple-pay-button,
.checkout-page-body .google-pay-button{
  border-radius:16px!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.checkout-page-body .apple-pay-button iframe,
.checkout-page-body .google-pay-button iframe{
  border-radius:16px!important;
}


.order-thank-you{max-width:760px;margin:0 auto;text-align:center}
.thank-you-details{margin:18px auto 24px;color:#555;line-height:1.65;font-size:16px;max-width:560px}
.thank-you-details p{margin:10px 0}
