:root{--ink:#29343b;--muted:#6f777b;--pink:#ef7f97;--pink-dark:#d95f7a;--blue:#67c5df;--cream:#fff8f3;--line:#eadfd9;--green:#25b866;--white:#fff;--shadow:0 18px 50px rgba(94,70,61,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"DM Sans",sans-serif;background:#fffdfb}a{text-decoration:none;color:inherit}button{font:inherit}.container{width:min(1160px,calc(100% - 40px));margin:auto}.announcement{height:34px;background:#f7a4b6;color:#fff;display:flex;align-items:center;justify-content:center;gap:14px;font-size:12px;font-weight:700;letter-spacing:.03em}.announcement i{width:3px;height:3px;border-radius:50%;background:#fff;opacity:.7}.header{height:88px;background:rgba(255,253,251,.96);border-bottom:1px solid #f4ebe5;position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;font-family:"Fredoka",sans-serif;font-size:26px;font-weight:600;line-height:.85;color:#4bc0df}.brand b{color:#f06e8b}.brand small{display:block;font:600 8px "DM Sans";letter-spacing:.08em;color:#7d8b90;text-align:center;margin-top:6px}.brand-mark{width:48px;height:48px;margin-right:8px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ddf5fb,#fff0f2)}.brand-mark svg{width:36px;fill:none;stroke:#4ebfdc;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.desktop-nav{display:flex;gap:35px;font-size:14px;font-weight:600}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--pink);transition:.25s}.desktop-nav a:hover:after{right:0}.nav-actions{display:flex;align-items:center;gap:15px}.phone{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:700}.phone>span:first-child{width:36px;height:36px;border-radius:50%;background:#eef8fb;color:#4cb8d3;display:grid;place-items:center}.phone small{display:block;font-size:9px;color:#8a8f91;font-weight:500}.cart-button,.menu-button{border:0;background:#fff1f4;width:43px;height:43px;border-radius:50%;display:grid;place-items:center;cursor:pointer;position:relative}.cart-button svg{width:21px;fill:none;stroke:var(--pink-dark);stroke-width:1.8}.cart-button span{position:absolute;right:-3px;top:-3px;background:var(--pink-dark);color:#fff;font-size:9px;min-width:17px;height:17px;border-radius:10px;display:grid;place-items:center}.menu-button{display:none}.mobile-nav{display:none}.hero{height:610px;position:relative;overflow:hidden;background:#fdf5ef}.hero-image{position:absolute;inset:0;background:url("assets/babycity-hero.png") center/cover no-repeat}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,251,247,.98) 0%,rgba(255,251,247,.84) 32%,rgba(255,251,247,0) 61%)}.hero-content{height:100%;position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:800;color:#e1788e}.eyebrow span{font-size:13px}.hero h1,.section h2,.story h2,.reviews h2,.cta h2{font-family:"Fredoka",sans-serif}.hero h1{font-size:60px;line-height:1.04;margin:14px 0 18px;letter-spacing:-.03em}.hero h1 em{font-style:normal;color:var(--pink)}.hero-content>p{width:450px;font-size:17px;line-height:1.65;color:#657074;margin:0 0 28px}.hero-actions{display:flex;gap:12px}.btn{height:51px;padding:0 25px;border-radius:30px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;font-weight:700;font-size:13px;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.1)}.btn.primary{background:var(--pink);color:#fff}.btn.whatsapp{background:var(--green);color:#fff}.hero-note{display:flex;align-items:center;gap:10px;margin-top:30px}.hero-note>span{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#9dd8c1;font-size:12px}.hero-note strong,.hero-note small{display:block}.hero-note strong{font-size:11px}.hero-note small{font-size:10px;color:#8c9091;margin-top:2px}.benefits{height:112px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;box-shadow:var(--shadow);border-radius:18px;background:#fff;position:relative;margin-top:-32px;z-index:3}.benefits article{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid #eee3de}.benefits article:last-child{border:0}.benefits b,.benefits small{display:block}.benefits b{font-size:12px}.benefits small{font-size:10px;color:#969a9c;margin-top:4px}.benefit-icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-weight:800}.benefit-icon.blue{background:#eaf7fb;color:#5bbbd6}.benefit-icon.pink{background:#fff0f2;color:#ec7c96}.benefit-icon.yellow{background:#fff6db;color:#cba94d}.benefit-icon.lavender{background:#f2ecfb;color:#9272bd}.section{padding:92px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px}.section-heading h2,.center-heading h2{font-size:37px;margin:8px 0 0;letter-spacing:-.025em}.section-heading>p{max-width:390px;margin:0;color:#808789;line-height:1.6;font-size:13px}.categories{background:#fffdfb}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.category-card{height:285px;border-radius:18px;padding:25px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:.25s}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.category-art{height:155px;display:grid;place-items:center;font:700 110px "Fredoka";opacity:.42;text-shadow:0 12px 25px rgba(0,0,0,.08)}.category-card h3{font:600 21px "Fredoka";margin:0 0 4px}.category-card p{font-size:11px;color:#7b7e80;margin:0 0 12px}.category-card b{font-size:10px;color:#df7088}.peach{background:#fff0eb}.sky{background:#edf8fb}.mint{background:#edf8f2}.butter{background:#fff8e7}.products-section{background:#fdf8f5}.product-heading{margin-bottom:20px}.product-heading>a{font-size:12px;color:var(--pink-dark);font-weight:700}.filters{display:flex;gap:9px;margin-bottom:26px}.filters button{border:1px solid #eadfd9;border-radius:20px;background:#fff;padding:9px 18px;font-size:11px;cursor:pointer;color:#757b7e}.filters button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border-radius:17px;overflow:hidden;box-shadow:0 8px 24px rgba(65,52,47,.06);transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{height:250px;position:relative;overflow:hidden;background:#f7efeb}.product-image img{width:200%;height:200%;max-width:none;position:absolute;object-fit:cover}.product-image.q1 img{left:0;top:0}.product-image.q2 img{left:-100%;top:0}.product-image.q3 img{left:0;top:-100%}.product-image.q4 img{left:-100%;top:-100%}.badge{position:absolute;top:13px;left:13px;background:#fff;color:#df7088;padding:6px 10px;border-radius:14px;font-size:9px;font-weight:800;z-index:2}.wish{position:absolute;top:12px;right:12px;width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.91);color:#df7088;font-size:18px;z-index:2;cursor:pointer}.wish.active{background:var(--pink);color:#fff}.product-info{padding:18px}.product-cat{text-transform:uppercase;font-size:8px;letter-spacing:.13em;color:#a0a4a5}.product-info h3{font:600 16px "Fredoka";margin:7px 0 8px}.rating{color:#efb946;font-size:10px}.rating span{color:#9da2a3}.price-row{display:flex;align-items:center;justify-content:space-between;margin-top:15px}.price strong{font:600 18px "Fredoka";color:#d96981}.price del{display:block;color:#aaa;font-size:9px}.add-button{width:38px;height:38px;border:0;border-radius:50%;background:#eaf8fb;color:#46b6d2;font-size:22px;cursor:pointer;transition:.2s}.add-button:hover{background:#53bfd9;color:#fff}.story{background:#fff}.story-card{min-height:440px;border-radius:25px;background:linear-gradient(110deg,#f9e7e4,#fff5ef);display:grid;grid-template-columns:44% 56%;overflow:hidden}.story-visual{position:relative;display:grid;place-items:center;background:radial-gradient(circle,#f8dadc 0 32%,transparent 33%)}.story-circle{width:205px;height:205px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;color:#5bc0dc;font:700 60px "Fredoka";box-shadow:0 20px 50px rgba(180,105,110,.15);transform:rotate(-4deg)}.story-circle small{font:700 15px "Fredoka";color:#ee7790}.heart{position:absolute;color:#fff;font-size:25px}.heart-one{left:18%;top:20%}.heart-two{right:18%;bottom:20%;font-size:37px}.story-copy{padding:68px 70px 55px 30px;display:flex;flex-direction:column;justify-content:center}.story-copy h2{font-size:37px;line-height:1.12;margin:10px 0 18px}.story-copy>p{font-size:13px;line-height:1.8;color:#767d80}.story-stats{display:grid;grid-template-columns:repeat(3,1fr);margin:18px 0 25px}.story-stats div{border-right:1px solid #e9d8d1}.story-stats div:not(:first-child){padding-left:18px}.story-stats div:last-child{border:0}.story-stats b,.story-stats small{display:block}.story-stats b{font:600 18px "Fredoka";color:#d86d84}.story-stats small{font-size:9px;color:#969a9c;margin-top:4px}.text-link{font-size:11px;font-weight:700;color:#d86d84}.reviews{background:#f7fbfc}.center-heading{text-align:center;margin-bottom:35px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-grid article{background:#fff;border-radius:16px;padding:27px 27px 22px;box-shadow:0 8px 28px rgba(73,91,98,.06)}.stars{font-size:12px;color:#efb84a;letter-spacing:2px}.review-grid p{font-family:"Fredoka";font-size:14px;line-height:1.65;color:#566166}.review-grid footer{display:flex;align-items:center;gap:10px}.review-grid footer>span{width:35px;height:35px;border-radius:50%;background:#fbe9ed;display:grid;place-items:center;font-size:10px;color:#d96e85;font-weight:700}.review-grid footer b,.review-grid footer small{display:block}.review-grid footer b{font-size:10px}.review-grid footer small{font-size:8px;color:#9da2a4;margin-top:2px}.cta{background:#f39ab0;color:#fff;padding:52px 0}.cta .container{display:flex;align-items:center;justify-content:space-between}.cta span{text-transform:uppercase;letter-spacing:.14em;font-size:9px;font-weight:700}.cta h2{font-size:31px;margin:7px 0}.cta p{font-size:12px;margin:0;opacity:.86}.cta .whatsapp{background:#fff;color:#e5768f}.footer{background:#27343a;color:#dfe5e6;padding-top:65px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.4fr 1.2fr;gap:55px;padding-bottom:45px}.footer-brand{margin-bottom:18px}.footer-grid>div>p{font-size:11px;line-height:1.7;color:#aeb8bb}.footer h4{font:600 13px "Fredoka";color:#fff;margin:0 0 18px}.footer-grid>div>a:not(.brand){display:block;font-size:10px;color:#b8c1c3;margin:0 0 12px}.social{display:flex;gap:8px}.social a{width:30px;height:30px;border-radius:50%;background:#35454c;display:grid;place-items:center}.secure{display:inline-block;margin-top:6px;color:#8ad6b0;font-size:9px}.copyright{border-top:1px solid #3a484e;padding:20px 0;font-size:9px;color:#89969b}.float-wa{position:fixed;right:22px;bottom:22px;background:var(--green);color:#fff;height:48px;border-radius:25px;padding:0 18px;display:flex;align-items:center;gap:8px;font-weight:700;font-size:12px;z-index:20;box-shadow:0 8px 25px rgba(37,184,102,.3)}.overlay{position:fixed;inset:0;background:rgba(27,37,42,.42);z-index:50;opacity:0;visibility:hidden;transition:.25s}.overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:min(420px,100%);background:#fff;z-index:60;transform:translateX(100%);transition:.3s;display:flex;flex-direction:column;box-shadow:-20px 0 45px rgba(0,0,0,.12)}.cart-drawer.open{transform:none}.cart-head{padding:25px 26px;border-bottom:1px solid #eee5df;display:flex;justify-content:space-between}.cart-head small{color:#df7088;text-transform:uppercase;letter-spacing:.16em;font-size:8px}.cart-head h2{font:600 25px "Fredoka";margin:3px 0}.cart-head button{border:0;background:#f5eeea;width:36px;height:36px;border-radius:50%;font-size:23px;cursor:pointer}.cart-items{padding:18px 25px;overflow:auto}.cart-item{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid #eee8e3}.cart-thumb{width:68px;height:68px;border-radius:10px;overflow:hidden;position:relative;flex:none}.cart-thumb img{width:200%;height:200%;max-width:none;position:absolute}.cart-thumb.q1 img{left:0;top:0}.cart-thumb.q2 img{left:-100%;top:0}.cart-thumb.q3 img{left:0;top:-100%}.cart-thumb.q4 img{left:-100%;top:-100%}.cart-item-info{flex:1}.cart-item-info b{font:600 13px "Fredoka"}.cart-item-info small{display:block;color:#d96e85;margin-top:6px}.cart-item-info button{border:0;background:none;color:#9ba0a2;padding:0;margin-top:8px;font-size:10px;cursor:pointer}.cart-empty{text-align:center;margin:auto;padding:30px}.cart-empty>span{font-size:45px;color:#f0a0b2}.cart-empty h3{font:600 20px "Fredoka"}.cart-empty p{font-size:12px;color:#909698;line-height:1.6}.cart-footer{margin-top:auto;padding:23px 25px;border-top:1px solid #eee4df;display:none}.cart-footer>div{display:flex;justify-content:space-between;margin-bottom:18px}.cart-footer b{font:600 21px "Fredoka"}.cart-footer .btn{width:100%}.cart-footer small{display:block;text-align:center;color:#999;font-size:9px;margin-top:10px}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,30px);background:#29343b;color:#fff;border-radius:24px;padding:12px 20px;font-size:11px;z-index:70;opacity:0;visibility:hidden;transition:.25s}.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}
@media(max-width:900px){.desktop-nav,.phone{display:none}.menu-button{display:grid}.mobile-nav{position:absolute;left:0;right:0;background:#fff;padding:14px 25px;box-shadow:0 10px 20px rgba(0,0,0,.08)}.mobile-nav.open{display:grid}.mobile-nav a{padding:12px 0;border-bottom:1px solid #eee;font-size:13px}.hero{height:670px}.hero-image{background-position:62% bottom;background-size:auto 55%;background-repeat:no-repeat}.hero:after{background:linear-gradient(180deg,#fffaf6 0 53%,rgba(255,250,246,.25) 72%)}.hero-content{justify-content:flex-start;padding-top:70px}.benefits{grid-template-columns:1fr 1fr;height:auto;padding:22px}.benefits article{padding:15px;border-bottom:1px solid #eee3de}.category-grid,.product-grid{grid-template-columns:1fr 1fr}.story-card{grid-template-columns:1fr}.story-visual{min-height:310px}.story-copy{padding:45px}.review-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta .container{gap:30px}.section-heading>p{display:none}}
@media(max-width:560px){.container{width:min(100% - 28px,1160px)}.announcement{font-size:9px;gap:7px}.header{height:74px}.brand{font-size:23px}.brand-mark{width:42px;height:42px}.hero{height:675px}.hero-content{padding-top:52px}.hero h1{font-size:42px}.hero-content>p{width:auto;font-size:14px}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}.hero-image{background-size:auto 49%;background-position:64% bottom}.benefits{grid-template-columns:1fr;margin-top:-12px;padding:10px 20px}.benefits article{justify-content:flex-start;border-right:0}.section{padding:65px 0}.section-heading{align-items:start}.section-heading h2,.center-heading h2,.story-copy h2{font-size:29px}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{height:220px;padding:17px}.category-art{height:105px;font-size:75px}.category-card h3{font-size:18px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-image{height:190px}.product-info{padding:13px}.product-info h3{font-size:14px;min-height:34px}.story-card{width:calc(100% - 20px)}.story-copy{padding:38px 25px}.story-stats{gap:8px}.story-stats div:not(:first-child){padding-left:8px}.story-visual{min-height:260px}.story-circle{width:160px;height:160px}.cta .container{display:block}.cta .btn{margin-top:24px;width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-grid>div:first-child{grid-column:1/-1}.float-wa span{display:none}.float-wa{width:48px;padding:0;justify-content:center}.filters{overflow:auto}.filters button{white-space:nowrap}}

/* Catálogo real de Baby Store */
.site-logo{display:block;width:145px;height:72px;object-fit:contain}
.header .site-logo{mix-blend-mode:multiply}
.footer-logo{width:190px;height:auto;border-radius:10px}
.categories{padding-top:82px}
.product-image{background:#fff}
.product-image img{width:100%;height:100%;max-width:100%;position:static;object-fit:contain;transition:transform .3s ease}
.product-card:hover .product-image img{transform:scale(1.035)}
.product-info h3{min-height:58px;line-height:1.35}
.seller{font-size:9px;color:#969da0;min-height:15px}
.seller b{color:#6e777b}
.seller span{color:#d88999}
.cart-thumb{background:#fff;border:1px solid #f1e8e2}
.cart-thumb img{width:100%;height:100%;max-width:100%;position:static;object-fit:contain}
@media(max-width:560px){.product-info h3{min-height:72px;font-size:12px}.seller{min-height:25px}.product-image{height:180px}.price strong{font-size:16px}}

/* Navbar transparente sobre el hero */
.header{position:fixed;top:0;left:0;right:0;background:transparent;border-bottom-color:transparent;box-shadow:none;transition:background-color .28s ease,border-color .28s ease,box-shadow .28s ease}
.header.scrolled{background:rgba(255,253,251,.96);border-bottom-color:#f4ebe5;box-shadow:0 8px 28px rgba(67,52,47,.07)}
.header:not(.scrolled){backdrop-filter:none}
.header.scrolled{backdrop-filter:blur(12px)}
.mobile-nav{top:100%}
.story-circle img{width:88%;height:88%;object-fit:contain;border-radius:50%;mix-blend-mode:multiply}

/* Fotografías reales en las categorías */
.category-photo{height:158px;margin:-12px -12px 8px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:14px;background:rgba(255,255,255,.58)}
.category-photo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .35s ease}
.category-card:hover .category-photo img{transform:scale(1.06)}
@media(max-width:560px){.category-photo{height:108px;margin:-8px -8px 6px}.category-card{height:235px}}

/* Ficha de producto y formulario de pedido */
.product-card{cursor:pointer}
.modal{position:fixed;left:50%;top:50%;z-index:65;width:min(960px,calc(100% - 32px));max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:24px;box-shadow:0 28px 80px rgba(32,42,47,.24);opacity:0;visibility:hidden;transform:translate(-50%,-46%) scale(.98);transition:opacity .24s ease,transform .24s ease,visibility .24s}
.modal.open{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}
.modal-close{position:absolute;right:18px;top:18px;z-index:3;width:39px;height:39px;border:0;border-radius:50%;background:#fff2f4;color:#d96780;font-size:25px;line-height:1;cursor:pointer}
.product-modal-grid{display:grid;grid-template-columns:48% 52%;min-height:580px}
.modal-product-image{display:flex;align-items:center;justify-content:center;padding:40px;background:#fdf7f3;border-radius:24px 0 0 24px;overflow:hidden}
.modal-product-image img{width:100%;height:100%;max-height:500px;object-fit:contain;mix-blend-mode:multiply}
.modal-product-copy{padding:62px 55px 45px;display:flex;flex-direction:column;justify-content:center}
.product-modal-brand{text-transform:uppercase;letter-spacing:.15em;font-size:10px;font-weight:800;color:#e17a90}
.modal-product-copy h2{font:600 31px/1.18 "Fredoka";margin:10px 0 14px}
.modal-price{display:flex;align-items:center;gap:11px;margin-bottom:19px}
.modal-price strong{font:600 27px "Fredoka";color:#df6d86}.modal-price del{font-size:12px;color:#a8acad}.modal-price span{padding:6px 10px;border-radius:14px;background:#fff0f3;color:#dd7087;font-size:10px;font-weight:800}
.modal-product-copy>p{font-size:13px;line-height:1.75;color:#737b7e;margin:0 0 17px}
.modal-product-copy ul{list-style:none;padding:0;margin:0 0 25px;display:grid;gap:9px}.modal-product-copy li{font-size:12px;color:#566166}.modal-product-copy li:before{content:"✓";display:inline-grid;place-items:center;width:19px;height:19px;margin-right:9px;border-radius:50%;background:#e9f8f1;color:#39ad72;font-size:9px;font-weight:800}
.modal-product-actions{display:flex;gap:10px}.modal-product-actions .btn{flex:1;padding:0 17px}.modal-help{margin-top:18px;color:#969b9d;font-size:10px}.modal-help a{color:#dc6f87;font-weight:700}
.customer-modal{width:min(720px,calc(100% - 32px));padding:42px 48px 38px}
.form-heading>span{text-transform:uppercase;letter-spacing:.16em;font-size:9px;font-weight:800;color:#e17a90}.form-heading h2{font:600 29px "Fredoka";margin:6px 0}.form-heading p{font-size:11px;line-height:1.55;color:#858b8d;margin:0}
.order-summary{display:flex;align-items:center;gap:13px;margin:22px 0;padding:12px;border-radius:14px;background:#fdf6f2}.order-summary img{width:62px;height:62px;border-radius:10px;object-fit:contain;background:#fff}.order-summary div{flex:1}.order-summary b,.order-summary small{display:block}.order-summary b{font:600 13px/1.3 "Fredoka"}.order-summary small{margin-top:5px;color:#dd6f87;font-weight:700}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:block}.field.full{grid-column:1/-1}.field>span{display:block;margin:0 0 6px;font-size:9px;font-weight:700;color:#667074}.field input,.field select,.field textarea{width:100%;border:1px solid #e7ddd8;border-radius:11px;background:#fff;padding:12px 13px;color:#334047;font:500 12px "DM Sans";outline:none;transition:.2s}.field input:focus,.field select:focus,.field textarea:focus{border-color:#ee91a6;box-shadow:0 0 0 3px rgba(238,145,166,.12)}.field textarea{resize:vertical}.form-consent{display:flex;align-items:center;gap:7px;margin:15px 0;font-size:10px;color:#7e8587}.form-consent input{accent-color:#e77991}.form-submit{width:100%}
@media(max-width:720px){.product-modal-grid{grid-template-columns:1fr}.modal-product-image{height:290px;border-radius:24px 24px 0 0;padding:25px}.modal-product-copy{padding:30px 24px}.modal-product-copy h2{font-size:24px}.modal-product-actions{flex-direction:column}.customer-modal{padding:35px 20px 25px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.modal{max-height:calc(100vh - 20px)}}
