:root{
  --black:#0a0908; --black-2:#15110d; --gold:#d7aa57; --gold-2:#f1d28c;
  --champ:#f5efe4; --cream:#fffaf2; --ink:#17120d; --muted:#72675d; --line:#dfd3c2;
  --white:#fff; --success:#1f7a4c; --radius:22px; --shadow:0 20px 60px rgba(26,18,8,.12);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--cream);color:var(--ink);line-height:1.5}
img,video{display:block;max-width:100%} button,a{font:inherit} button{cursor:pointer} a{text-decoration:none;color:inherit}
.topbar{position:relative;z-index:20;background:#000;color:var(--gold-2);text-align:center;padding:9px 16px;font-size:12px;letter-spacing:.13em;font-weight:700}.topbar span{margin:0 8px;color:#8b7453}
.header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:10px clamp(16px,4vw,56px);background:rgba(10,9,8,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(215,170,87,.25)}
.brand img{width:118px;height:50px;object-fit:cover;object-position:center;border-radius:8px}.nav{display:flex;gap:26px;color:#eee;font-size:13px}.nav a:hover{color:var(--gold-2)}
.cart-button{border:1px solid rgba(215,170,87,.55);background:#15110d;color:#fff;border-radius:999px;padding:9px 14px;font-weight:700}.cart-button span{background:var(--gold);color:#111;border-radius:999px;padding:2px 7px;margin-left:4px}
.mobile-header-ticker,.mobile-trust-ticker{display:none}
.sales-poster{width:100%;aspect-ratio:9/16;object-fit:cover;background:#000}

.section{padding:clamp(64px,8vw,108px) clamp(20px,6vw,92px)}.section-dark{background:radial-gradient(circle at 20% 10%,#21170f 0,#0a0908 45%,#000 100%);color:#fff}.champagne{background:linear-gradient(135deg,#fbf7f0,#f1e7d7)}
.hero{min-height:720px;display:grid;grid-template-columns:1.08fr .72fr;gap:clamp(30px,6vw,88px);align-items:center}.hero-copy{max-width:720px}.eyebrow{display:inline-block;color:var(--gold-2);font-size:12px;letter-spacing:.24em;font-weight:800;margin-bottom:14px}.eyebrow.dark{color:#8b6830}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;line-height:1.03;margin:.1em 0 .35em}h1{font-size:clamp(48px,6.7vw,92px);font-weight:500}h1 em{color:var(--gold-2);font-weight:500}h2{font-size:clamp(36px,4.6vw,64px);font-weight:500}h3{font-size:28px}.hero-lead{font-size:clamp(18px,2vw,24px);color:#f0e8de;max-width:670px}.hero-copy>p:not(.hero-lead){color:#cabfb3;font-size:17px;max-width:610px}.hero-copy strong{color:#fff}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 24px}.btn{border:0;border-radius:999px;padding:15px 23px;font-weight:800;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s transform,.2s opacity}.btn:hover{transform:translateY(-2px)}.btn-gold{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#15100a;box-shadow:0 10px 30px rgba(215,170,87,.18)}.btn-ghost{border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff}.btn-black{background:#111;color:#fff}.btn-whatsapp{background:#1da851;color:#fff}.full{width:100%}.micro-trust{display:flex;gap:20px;flex-wrap:wrap;font-size:12px;color:#d8c9b9}
.video-shell{position:relative;max-width:440px;justify-self:center;width:100%;border:1px solid rgba(215,170,87,.45);border-radius:28px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.45);background:#000}.video-shell video{width:100%;aspect-ratio:9/16;object-fit:cover;background:#000}.video-overlay{position:absolute;inset:0;border:0;background:linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.15) 64%,rgba(0,0,0,.72));display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.play-circle{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;padding-left:5px;background:rgba(0,0,0,.62);border:2px solid rgba(255,255,255,.9);font-size:29px;box-shadow:0 8px 28px rgba(0,0,0,.45)}.watch-label{position:absolute;left:20px;right:20px;bottom:38px;text-align:left;font-size:11px;letter-spacing:.13em;font-weight:800}.fake-progress{position:absolute;left:18px;right:18px;bottom:18px;height:4px;border-radius:8px;background:rgba(255,255,255,.33);overflow:hidden}.fake-progress i{display:block;width:44%;height:100%;background:linear-gradient(90deg,var(--gold),var(--gold-2))}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid var(--line);padding:22px clamp(20px,6vw,92px);gap:18px}.trust-strip>div{display:flex;align-items:center;gap:12px;border-right:1px solid var(--line);padding-right:16px}.trust-strip>div:last-child{border-right:0}.trust-strip b{font-size:22px;color:#8b6830}.trust-strip span{display:flex;flex-direction:column}.trust-strip strong{font-size:13px}.trust-strip small{font-size:11px;color:var(--muted)}
.section-head{max-width:780px;margin-bottom:34px}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section-head p{color:var(--muted);font-size:17px}.chips{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.chip{border:1px solid #cdbfae;background:#fff8ee;border-radius:999px;padding:10px 16px;color:#594b3c}.chip.active{background:#111;color:#fff;border-color:#111}
.top-grid,.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{position:relative;background:#fff;border:1px solid #eadfce;border-radius:22px;overflow:hidden;box-shadow:0 10px 35px rgba(35,24,10,.07);display:flex;flex-direction:column}.product-card.hidden{display:none}.product-card .media{position:relative;aspect-ratio:1/1;overflow:hidden;background:#f4efe8}.product-card .media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover .media img{transform:scale(1.025)}.badge{position:absolute;top:12px;left:12px;z-index:2;background:#111;color:#fff;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800;letter-spacing:.08em}.badge.gold{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#17100a}.badge.stock{left:auto;right:12px;background:#7f2e27}.product-body{padding:18px;display:flex;flex-direction:column;gap:9px;flex:1}.product-name{font-family:Georgia,'Times New Roman',serif;font-size:25px;line-height:1.1}.product-desc{font-size:13px;color:var(--muted);min-height:38px}.price-row{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.price-row del{color:#9e9288;font-size:13px}.price-row strong{font-size:24px;color:#111}.save{font-size:11px;color:var(--success);font-weight:800}.card-meta{display:flex;gap:7px;flex-wrap:wrap;font-size:10px;color:#6d6258}.card-meta span{background:#f4eee5;border-radius:999px;padding:5px 8px}.product-card .btn{margin-top:auto;padding:12px 14px;border-radius:12px;font-size:13px}.availability{font-size:11px;color:#705f4b}
.cleo-feature{display:grid;grid-template-columns:1fr .8fr;gap:60px;align-items:center}.cleo-feature img{width:100%;max-height:730px;object-fit:cover;border-radius:24px;border:1px solid rgba(215,170,87,.35)}.collection-copy p{color:#cdbfb0;font-size:17px}.price-feature{display:flex;align-items:baseline;gap:16px;flex-wrap:wrap;margin-top:26px}.price-feature del{color:#968a7e}.price-feature strong{font-family:Georgia,serif;font-size:46px;color:var(--gold-2)}.price-feature span{font-size:12px;color:#7fd5a3}
.editorial-banner{display:grid;grid-template-columns:.8fr 1fr;gap:50px;align-items:center}.editorial-media img{border-radius:26px;box-shadow:var(--shadow);width:100%;max-height:720px;object-fit:cover}.editorial-copy{max-width:560px}.single-price{display:block;font-family:Georgia,serif;font-size:40px;margin:20px 0}
.dark-cards .product-card{background:#15110d;border-color:#3c2c1d;color:#fff}.dark-cards .product-desc,.dark-cards .availability{color:#c1b4a6}.dark-cards .price-row strong{color:var(--gold-2)}.dark-cards .card-meta span{background:#2c2118;color:#e4d6c7}
.about{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(34px,6vw,84px);align-items:center}.about>img{width:100%;max-height:760px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}.about p{color:#554a40;font-size:16px}.about blockquote{margin:26px 0 0;padding:18px 22px;border-left:3px solid var(--gold);background:#faf2e6;font-family:Georgia,serif;font-size:21px}.socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.social-link{border:1px solid #cdbfae;background:#fff;border-radius:999px;padding:10px 15px}
.care-video{display:grid;grid-template-columns:1fr .58fr;gap:50px;align-items:center}.care-player{width:100%;max-width:390px;justify-self:center;border-radius:24px;box-shadow:var(--shadow);background:#000}.care-points{display:grid;gap:10px;margin-top:24px}.care-points span{background:#fff;border:1px solid #e4d7c5;border-radius:12px;padding:12px 14px;font-size:13px}
.faq-list{max-width:900px;margin:0 auto;display:grid;gap:10px}.faq-list details{background:#fff;border:1px solid #e2d6c5;border-radius:16px;padding:0 18px}.faq-list summary{padding:18px 0;font-weight:800;cursor:pointer}.faq-list p{color:#5b5047;margin:0 0 18px}.final-cta{padding:64px clamp(20px,6vw,92px);display:flex;align-items:center;justify-content:space-between;gap:32px}.final-cta h2{margin-bottom:10px}.final-cta p{color:#c9bdae}.footer{background:#050505;color:#c7b8a5;padding:30px clamp(20px,6vw,92px);display:grid;grid-template-columns:auto 1fr 1fr;gap:20px;align-items:center;border-top:1px solid #2f251c}.footer img{width:92px;height:52px;object-fit:cover;border-radius:8px}.footer div{display:flex;flex-direction:column;font-size:12px}.footer-note{text-align:right}
.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:45;width:54px;height:54px;border-radius:50%;border:0;background:#1da851;color:#fff;font-size:22px;box-shadow:0 12px 30px rgba(0,0,0,.25)}
.cart-drawer{position:fixed;top:0;right:0;z-index:100;width:min(470px,100%);height:100dvh;background:#fffaf3;box-shadow:-20px 0 50px rgba(0,0,0,.25);padding:24px;overflow:auto;transform:translateX(102%);transition:transform .28s}.cart-drawer.open{transform:translateX(0)}.cart-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:14px}.cart-head h3{margin:0}.icon-btn{border:1px solid var(--line);background:#fff;border-radius:50%;width:38px;height:38px}.cart-items{display:grid;gap:12px;padding:18px 0}.cart-empty{text-align:center;padding:38px 16px;color:var(--muted)}.cart-item{display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;background:#fff;border:1px solid #eadfce;border-radius:14px;padding:10px}.cart-item img{width:62px;height:62px;object-fit:cover;border-radius:10px}.cart-item strong{display:block;font-size:13px}.cart-item small{color:var(--muted)}.qty{display:flex;align-items:center;gap:6px;margin-top:6px}.qty button{border:1px solid #ddd0c0;background:#fff;border-radius:7px;width:26px;height:26px}.remove{border:0;background:transparent;color:#8b332d;font-size:12px}.cart-summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;display:grid;gap:8px}.cart-summary>div{display:flex;justify-content:space-between}.cart-summary .total{font-size:20px}.checkout-fields{display:grid;gap:12px;padding:18px 0}.checkout-fields label{font-size:12px;font-weight:800}.checkout-fields input,.checkout-fields textarea{width:100%;margin-top:6px;border:1px solid #d8c9b5;background:#fff;border-radius:11px;padding:12px;font:inherit}.availability-note{font-size:11px;color:#6f5c49;background:#f3e8d9;padding:10px;border-radius:10px}.backdrop{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;transition:.2s}.backdrop.show{opacity:1;pointer-events:auto}.toast{position:fixed;left:50%;bottom:26px;z-index:120;transform:translate(-50%,20px);opacity:0;background:#111;color:#fff;padding:12px 18px;border-radius:999px;font-size:12px;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media (max-width:1050px){.nav{display:none}.hero{grid-template-columns:1fr .68fr}.product-grid,.product-grid.compact{grid-template-columns:repeat(3,1fr)}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-strip>div{border-right:0}.cleo-feature,.editorial-banner,.about,.care-video{grid-template-columns:1fr 1fr}}
@media (max-width:780px){.topbar{display:none}.header{padding:7px 10px 7px 12px;gap:10px;min-height:56px}.brand{display:none}.mobile-header-ticker{display:block;flex:1;min-width:0;overflow:hidden;color:#f4d999;white-space:nowrap}.ticker-track{display:flex;width:max-content;gap:28px;align-items:center;animation:headerTicker 22s linear infinite}.ticker-track span{font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:800}.cart-button{flex:0 0 auto}.sales-poster{display:block}.video-shell video:not([hidden]){display:block;width:100%;aspect-ratio:9/16;object-fit:cover}.trust-strip{display:none!important}.mobile-trust-ticker{display:block;overflow:hidden;background:#fff;border-bottom:1px solid var(--line);padding:9px 0}.mobile-trust-track{display:flex;width:max-content;gap:26px;align-items:center;animation:trustTicker 20s linear infinite}.mobile-trust-track span{font-size:11px;font-weight:700;color:#4f4338;white-space:nowrap}.hero{padding-bottom:24px}.intro-choice{padding-top:44px!important}@keyframes headerTicker{to{transform:translateX(-50%)}}@keyframes trustTicker{to{transform:translateX(-50%)}}.hero{grid-template-columns:1fr;padding-top:52px}.hero-copy{text-align:center}.hero-actions,.micro-trust{justify-content:center}.video-shell{max-width:390px}.trust-strip{grid-template-columns:1fr 1fr;padding:16px}.top-grid,.product-grid,.product-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-name{font-size:20px}.product-body{padding:14px}.section{padding:58px 16px}.cleo-feature,.editorial-banner,.about,.care-video{grid-template-columns:1fr}.cleo-feature img,.editorial-media img,.about>img{max-height:none}.editorial-copy{text-align:center;margin:auto}.care-player{max-width:360px}.final-cta{flex-direction:column;text-align:center;padding:54px 18px}.footer{grid-template-columns:auto 1fr}.footer-note{grid-column:1/-1;text-align:left}.floating-whatsapp{bottom:16px;right:16px}.cart-drawer{padding:18px}.product-desc{min-height:0}}
@media (max-width:470px){h1{font-size:46px}.hero{min-height:auto}.top-grid,.product-grid,.product-grid.compact{grid-template-columns:1fr}.section-head p{font-size:15px}.product-card .media{aspect-ratio:1.08/1}.cart-button{padding:8px 10px}.topbar span{display:none}.micro-trust{gap:9px}.price-feature strong{font-size:38px}}

/* V3 mobile: about carousel + compact footer */
.about-story{position:relative;overflow:hidden;border-radius:28px;box-shadow:var(--shadow);background:#090909;min-height:620px}.about-slide{position:absolute;inset:0;opacity:0;transition:opacity .35s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:30px;color:#fff;background:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.92) 72%)}.about-slide.active{opacity:1;z-index:2}.about-slide.photo{background-image:linear-gradient(180deg,transparent 25%,rgba(0,0,0,.9) 80%),url('assets/img/casal.jpeg');background-size:cover;background-position:center}.about-slide.cilleid-photo{background-image:linear-gradient(180deg,transparent 28%,rgba(0,0,0,.94) 82%),url('assets/img/cilleid-flow.jpeg');background-size:cover;background-position:center top}.about-slide.thiagao-photo{background-image:linear-gradient(180deg,transparent 28%,rgba(0,0,0,.94) 82%),url('assets/img/thiagao-flow.jpeg');background-size:cover;background-position:center top}.about-slide h3{font-family:Arial,Helvetica,sans-serif;font-size:28px;margin:0 0 8px}.about-slide .role{color:var(--gold-2);font-weight:700;margin:0 0 12px}.about-slide p{color:#eee;margin:0}.about-dots{position:absolute;z-index:5;left:24px;right:24px;bottom:18px;display:flex;gap:6px}.about-dots i{height:3px;flex:1;background:rgba(255,255,255,.3);border-radius:99px}.about-dots i.active{background:var(--gold-2)}.about-more{margin-top:18px}.footer-v3{background:#050505;color:#d8c9b8;padding:28px 20px;text-align:center;border-top:1px solid #2f251c;font-size:12px}.footer-v3 a{color:var(--gold-2);text-decoration:underline;text-underline-offset:3px}.footer-v3 address{font-style:normal;line-height:1.7;margin:10px auto;max-width:620px}.footer-v3 .copyright{margin-top:12px;color:#8f8275}.care-player{background:#000 url('assets/img/capa-como-limpar.jpg') center/cover no-repeat}
@media(max-width:780px){.about-story{min-height:520px;border-radius:22px}.about-slide{padding:24px 22px 38px}.about-slide h3{font-size:24px}.about-slide p{font-size:14px}.about{gap:26px}.footer-v3{padding:24px 16px}}

/* V4 mobile refinements */
[hidden]{display:none!important}
.mobile-section-ticker{display:none}
@media(max-width:780px){
  .mobile-trust-ticker{display:none!important}
  .mobile-section-ticker{display:block;overflow:hidden;background:#fff;border-bottom:1px solid var(--line);padding:9px 0;white-space:nowrap}
  .mobile-section-track{display:flex;width:max-content;gap:28px;align-items:center;animation:sectionTicker 24s linear infinite}
  .mobile-section-track a{font-size:11px;font-weight:800;color:#4f4338;white-space:nowrap;text-decoration:none}
  .mobile-section-track a:active{color:#8b6830}
  .intro-choice{padding-top:38px!important;padding-bottom:34px!important}
  .intro-choice .section-head{margin-bottom:0}
  .video-shell{min-height:0!important}
  .sales-poster{display:block;width:100%;height:auto;aspect-ratio:9/16;object-fit:cover}
  @keyframes sectionTicker{to{transform:translateX(-50%)}}
}

/* V6 — UX mobile de catálogo, quick view e depoimentos */
.zoom-hint{display:none;position:absolute;right:8px;bottom:8px;background:rgba(10,9,7,.78);color:#fff;border:1px solid rgba(231,189,98,.45);border-radius:999px;padding:5px 8px;font-size:9px;letter-spacing:.04em}
.lens-card .media{cursor:zoom-in}
.product-modal{position:fixed;inset:0;z-index:1200;background:rgba(0,0,0,.76);backdrop-filter:blur(8px);display:none;align-items:flex-end;justify-content:center;padding:18px}
.product-modal.open{display:flex}
.product-modal-panel{position:relative;width:min(920px,100%);max-height:92vh;overflow:auto;background:#fffaf2;border:1px solid #c89a43;border-radius:26px;box-shadow:0 28px 80px rgba(0,0,0,.42);display:grid;grid-template-columns:1.05fr .95fr}
.product-modal-close{position:absolute;z-index:3;top:12px;right:12px;width:42px;height:42px;border:0;border-radius:50%;background:#0b0a08;color:#f2d58e;font-size:18px;cursor:pointer}
.product-modal-media{background:#0a0907;display:grid;place-items:center;min-height:420px;border-radius:25px 0 0 25px;overflow:hidden}
.product-modal-media img{width:100%;height:100%;max-height:72vh;object-fit:contain}
.product-modal-content{padding:38px 30px;display:flex;flex-direction:column;gap:14px;justify-content:center}
.product-modal-content h3{font-family:Georgia,'Times New Roman',serif;font-size:36px;line-height:1;margin:0}
.product-modal-content p{color:#6d6258;margin:0}.modal-badge{font-size:11px;font-weight:900;letter-spacing:.13em;color:#966817}.modal-meta{display:flex;gap:7px;flex-wrap:wrap}.modal-meta span{background:#efe5d4;border-radius:999px;padding:6px 9px;font-size:11px}.modal-price{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.modal-price del{color:#9e9288}.modal-price strong{font-size:34px}.modal-price small{width:100%;color:#35734c;font-weight:800}.modal-availability{font-size:12px;color:#6e5d49}.modal-buy-row{display:flex;gap:12px;align-items:stretch}.modal-qty{display:flex;border:1px solid #d9c9b2;border-radius:14px;overflow:hidden;background:#fff}.modal-qty button{width:42px;border:0;background:#fff;font-size:21px}.modal-qty span{min-width:32px;display:grid;place-items:center;font-weight:800}
.testimonials-section{background:linear-gradient(180deg,#fffaf3,#f4eadc)}
.testimonial-carousel{position:relative;width:min(540px,100%);margin:0 auto;display:grid;place-items:center}
.testimonial-frame{width:100%;aspect-ratio:4/5;background:#0b0a08;border:1px solid #c89a43;border-radius:26px;overflow:hidden;box-shadow:0 18px 55px rgba(39,26,9,.14);display:grid;place-items:center}
.testimonial-frame img{width:100%;height:100%;object-fit:contain;transition:opacity .18s ease;background:#0b0a08}.testimonial-frame img.fade{opacity:.15}
.testimonial-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid #d5ad60;background:rgba(8,7,5,.88);color:#f3d27e;font-size:34px;line-height:1;display:grid;place-items:center;cursor:pointer}.testimonial-arrow.prev{left:10px}.testimonial-arrow.next{right:10px}.testimonial-counter{text-align:center;margin-top:12px;font-size:12px;letter-spacing:.12em;color:#8a7049}

@media(max-width:780px){
  .product-modal{padding:0;align-items:flex-end}.product-modal-panel{display:block;max-height:94vh;border-radius:26px 26px 0 0}.product-modal-media{min-height:0;height:min(54vh,520px);border-radius:25px 25px 0 0}.product-modal-content{padding:22px 18px 28px}.product-modal-content h3{font-size:30px}.modal-buy-row{position:sticky;bottom:0;background:#fffaf2;padding-top:8px}.modal-buy-row .btn{flex:1}
  .lens-card .zoom-hint{display:block}.testimonial-carousel{width:min(430px,94vw)}
}
@media(max-width:470px){
  /* Só as lentes viram grade 2x2; cuidados/beleza/óculos permanecem grandes */
  #topGrid.top-grid,#lensGrid.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  #topGrid .product-card,#lensGrid .product-card{border-radius:16px}
  #topGrid .product-card .media,#lensGrid .product-card .media{aspect-ratio:1/1}
  #topGrid .product-body,#lensGrid .product-body{padding:10px;gap:6px}
  #topGrid .product-name,#lensGrid .product-name{font-size:16px;line-height:1.08}
  #topGrid .product-desc,#lensGrid .product-desc,#topGrid .card-meta,#lensGrid .card-meta,#topGrid .availability,#lensGrid .availability,#topGrid .save,#lensGrid .save{display:none}
  #topGrid .price-row,#lensGrid .price-row{display:block}.price-row del{display:block;font-size:10px}.price-row strong{font-size:18px}
  #topGrid .product-card .btn,#lensGrid .product-card .btn{font-size:11px;padding:9px 6px}
  #topGrid .badge,#lensGrid .badge{top:7px;left:7px;padding:5px 7px;font-size:8px}
  #topGrid .zoom-hint,#lensGrid .zoom-hint{font-size:8px;padding:4px 6px;right:6px;bottom:6px}
  .product-grid.compact{grid-template-columns:1fr}
  .testimonial-frame{border-radius:20px}.testimonial-arrow{width:40px;height:40px}.testimonial-arrow.prev{left:7px}.testimonial-arrow.next{right:7px}
}
