:root{--pink:#ff007f;--pink2:#ff8fc0;--ink:#090909;--muted:#747474;--line:#e8e8e8;--soft:#fff3f8;--bg:#fff;--radius:14px;--shadow:0 12px 34px rgba(0,0,0,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;font-size:14px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(1360px,calc(100% - 46px));margin:auto}.store-sticky-shell{position:sticky;top:0;z-index:80}.topbar{height:40px;background:var(--pink);color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 16px;font-size:13px}.topbar a{font-weight:800;text-decoration:underline}.site-header{background:rgba(248,248,248,.97);box-shadow:0 3px 10px rgba(0,0,0,.08);backdrop-filter:blur(14px)}.header-main{height:70px;display:grid;grid-template-columns:126px minmax(300px,1fr) auto;gap:18px;align-items:center}.brand{font-size:30px;font-weight:950;color:var(--pink);letter-spacing:-1.6px;line-height:1}.brand img{max-height:42px;max-width:126px;object-fit:contain}.search{position:relative}.search input{width:100%;height:42px;border:0;border-radius:12px;background:#fff;padding:0 18px 0 42px;outline:0;box-shadow:inset 0 0 0 1px #eee;font-size:13px}.search-icon{position:absolute;left:13px;top:5px;font-size:25px;line-height:32px;color:var(--pink);font-weight:500}.header-actions{display:flex;align-items:center;gap:16px}.header-action{display:flex;align-items:center;gap:6px;white-space:nowrap;font-size:13px}.header-action:hover{color:var(--pink)}.header-symbol{font-size:18px;line-height:1}.account-ring{width:20px;height:20px;border:2px solid var(--pink);border-radius:50%;display:grid;place-items:center;color:var(--pink);font-size:10px}.cart-trigger{gap:5px}.cart-line{font-size:24px;display:inline-block;transform:rotate(180deg);line-height:1}.cart-count{font-size:12px}.nav-wrap{border-top:1px solid rgba(0,0,0,.035)}.nav{height:55px;display:flex;align-items:center;gap:32px;overflow:auto;white-space:nowrap;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav a{font-size:14px}.nav a:not(.outlet):hover{color:var(--pink)}.nav .outlet{height:36px;display:inline-flex;align-items:center;gap:8px;background:var(--pink);color:#fff;font-weight:850;border-radius:9px;padding:0 16px}.nav .outlet span{font-size:16px}
/* home */
.hero{position:relative;overflow:hidden;background:#fafafa}.slides{display:flex;transition:transform .52s ease}.slide{min-width:100%;position:relative}.slide>a{display:block}.slide img{width:100%;height:clamp(340px,32vw,565px);object-fit:cover}.slide-copy{position:absolute;left:9%;top:50%;transform:translateY(-50%);max-width:510px;color:#fff;text-shadow:0 2px 15px rgba(0,0,0,.18)}.slide-kicker{font-size:17px;font-weight:700}.slide-copy h1{font-size:clamp(42px,5vw,76px);line-height:.95;margin:12px 0 20px;letter-spacing:-2px}.hero-cta{display:inline-flex;border:1.5px solid rgba(255,255,255,.9);border-radius:999px;padding:9px 18px;font-weight:750;background:rgba(255,255,255,.12)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:48px;height:48px;border-radius:50%;border:0;background:#fff;color:var(--pink);font-size:43px;line-height:40px;box-shadow:0 2px 12px rgba(0,0,0,.08);cursor:pointer}.hero-arrow.prev{left:18px}.hero-arrow.next{right:18px}.hero-dots{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:7px;z-index:5}.hero-dot{width:10px;height:10px;border-radius:50%;border:0;background:#ffffff88;padding:0}.hero-dot.active{background:#fff}.section{padding:62px 0}.section-title{text-align:center;color:var(--pink);font-size:clamp(36px,3.6vw,51px);line-height:1;margin:0 0 48px;letter-spacing:-1.5px}.product-showcase{overflow:hidden}.carousel-shell{position:relative}.section-arrow{position:absolute;top:38%;z-index:3;width:44px;height:44px;border:0;border-radius:50%;background:var(--pink);color:#fff;font-size:38px;line-height:36px;cursor:pointer}.section-arrow.left{left:-24px}.section-arrow.right{right:-24px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.product-card{position:relative;min-width:0}.product-image-wrap{position:relative;aspect-ratio:1/.92;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.product-image-wrap img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image-wrap img{transform:scale(1.025)}.badge{position:absolute;top:9px;left:9px;z-index:2;width:46px;height:46px;border-radius:50%;background:#d6b456;color:#19170f;display:grid;place-items:center;text-align:center;padding:4px;font-size:9px;line-height:1.05;font-weight:900}.product-card h3{font-size:18px;line-height:1.18;margin:14px 0 6px;min-height:42px}.product-card .desc{font-size:13px;color:#505050;line-height:1.3;min-height:34px}.price-old{text-decoration:line-through;color:#868686;font-size:12px}.price-row{margin:5px 0 12px}.price{font-size:19px;font-weight:950}.installments{font-size:12px}.card-actions{display:grid;grid-template-columns:1fr 48px;gap:9px}.btn{height:43px;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--pink);border-radius:7px;padding:0 20px;background:#fff;color:var(--pink);font-weight:850;cursor:pointer}.btn:hover{filter:brightness(.98)}.btn.primary{background:var(--pink);color:#fff}.btn.dark{background:#111;border-color:#111;color:#fff}.btn.block{width:100%}.btn.small{height:36px;padding:0 13px;font-size:12px}.spotlight-section{padding-top:20px}.feature-banner{display:grid;grid-template-columns:1fr 1fr;width:min(800px,100%);margin:auto;box-shadow:0 10px 23px rgba(0,0,0,.13);overflow:hidden}.feature-banner .media{height:390px;background:#fff;display:flex;align-items:center;justify-content:center}.feature-banner .media img{width:100%;height:100%;object-fit:contain}.feature-banner .copy{height:390px;background:var(--pink);color:#fff;padding:50px 34px;display:flex;flex-direction:column;justify-content:center}.feature-banner .copy>strong:first-child{font-size:18px}.feature-banner h3{font-size:25px;line-height:1.08;margin:20px 0 16px}.feature-banner p{font-size:15px;line-height:1.45}.spotlight-price{font-size:16px;margin:16px 0 18px}.btn.ghost-light{align-self:flex-start;border-color:#fff;color:#fff;background:transparent}.bestsellers{padding-top:44px}.social-section{padding-top:34px}.social-title{margin-bottom:42px}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.social-tile{position:relative;overflow:hidden;background:#f6f6f6}.social-tile img{width:100%;aspect-ratio:1/1;object-fit:cover}.social-tile>span{position:absolute;right:13px;top:12px;color:#fff;font-size:22px;text-shadow:0 2px 8px rgba(0,0,0,.28)}
/* newsletter + footer */
.newsletter{margin-top:38px;background:var(--pink);color:#fff;padding:31px 0 27px}.newsletter h2{text-align:center;font-size:28px;line-height:1.1;margin:0 0 20px}.newsletter-form{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:10px;width:min(760px,100%);margin:auto}.newsletter input{height:39px;border:0;border-radius:999px;padding:0 16px;outline:0}.newsletter button{height:39px;border:0;border-radius:999px;background:#fff;color:var(--pink);font-weight:850;padding:0 23px}.footer{margin-top:0;background:var(--pink);color:#fff;padding:64px 0 18px;min-height:500px}.footer-main-grid{display:grid;grid-template-columns:1fr .95fr 1fr;gap:90px;min-height:290px}.footer-brand{font-size:34px;font-weight:950;letter-spacing:-1.3px;margin-bottom:36px}.footer-links{display:grid;gap:11px}.footer-links a{font-size:13px}.footer-links a span{margin-left:5px}.footer-social-col{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:4px}.social-circles{display:flex;gap:16px}.social-circles a,.social-circles span{width:45px;height:45px;border-radius:50%;background:#fff;color:var(--pink);display:grid;place-items:center;font-size:24px;font-weight:900}.back-top{margin-top:76px;display:flex;align-items:center;gap:10px;font-size:14px}.back-top b{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.24)}.footer-payment-col{padding-top:2px}.footer-payment-col h3{font-size:18px;margin:0 0 48px}.payment-icons.card-brands{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.payment-icons.card-brands span{height:28px;min-width:42px;border:2px solid #fff;border-radius:5px;display:grid;place-items:center;font-size:10px;font-weight:900;padding:0 5px}.pix-mark{margin-top:37px;width:50px;text-align:center}.pix-mark b{font-size:27px;display:block}.pix-mark span{font-size:13px}.footer-bottom{text-align:center;font-size:12px;line-height:1.55;margin-top:35px}.footer-bottom p{margin:11px 0}.company-address{white-space:pre-line}.sticky-whatsapp{position:fixed;right:0;bottom:8px;z-index:70;background:var(--pink);color:#fff;border-radius:11px 0 0 11px;padding:12px 8px;box-shadow:0 5px 18px rgba(0,0,0,.24);font-weight:850;writing-mode:vertical-rl;transform:rotate(180deg);display:flex;gap:6px;align-items:center}.sticky-whatsapp span{font-size:16px}
/* drawer */
.cart-drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.53);z-index:98;display:none}.cart-drawer-backdrop.open{display:block}.cart-drawer{position:fixed;right:-385px;top:0;height:100%;width:min(385px,100%);background:#fff;z-index:99;transition:right .24s ease;box-shadow:-14px 0 38px rgba(0,0,0,.17);display:flex;flex-direction:column}.cart-drawer.open{right:0}.drawer-head{height:54px;display:flex;justify-content:space-between;align-items:center;padding:0 18px;border-bottom:1px solid #ddd;font-size:18px}.drawer-head strong{display:flex;align-items:center;gap:8px}.drawer-close{border:0;background:none;font-size:29px;cursor:pointer}.drawer-body{padding:16px 18px;overflow:auto;flex:1}.drawer-item{display:grid;grid-template-columns:65px minmax(0,1fr) 78px;gap:12px;align-items:start;padding:0 0 18px;margin-bottom:18px;border-bottom:1px solid #f0f0f0}.drawer-item img{width:65px;height:75px;object-fit:contain}.drawer-item-main strong{display:block;font-size:12px;line-height:1.35}.drawer-qty-row{display:flex;align-items:center;gap:9px;margin-top:11px}.drawer-qty-row form{margin:0}.drawer-qty-row button{border:0;width:28px;height:28px;border-radius:50%;background:var(--pink);color:#fff;font-size:19px;line-height:1;cursor:pointer}.drawer-price{text-align:right}.drawer-price del{display:block;color:#7f7f7f;font-size:11px}.drawer-price strong{color:var(--pink);font-size:14px}.drawer-foot{padding:18px;border-top:1px solid #ddd}.drawer-summary-line{display:flex;justify-content:space-between;font-size:12px;margin:8px 0}.drawer-summary-line strong{color:var(--pink)}.drawer-summary-line.total{font-weight:850;font-size:13px}.drawer-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:12px;align-items:end;margin-top:18px}.drawer-actions>a:first-child{text-decoration:underline;font-size:12px;font-weight:700}.empty{padding:65px 20px;text-align:center;color:#666}.empty.compact{display:grid;gap:18px;padding:50px 10px}.empty.compact .btn{margin:auto}
/* product detail */
.product-page{padding:46px 0 22px}.product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:72px;align-items:start}.product-gallery-col{min-width:0}.gallery{display:grid;grid-template-columns:90px minmax(0,1fr);gap:24px;position:sticky;top:185px}.thumbs{display:flex;flex-direction:column;gap:18px;align-items:center}.thumb{width:80px;height:92px;border:1px solid transparent;background:#fff;padding:0;cursor:pointer}.thumb.active{border-color:transparent}.thumb img{width:100%;height:100%;object-fit:contain}.thumb-down{color:var(--pink);font-size:38px;line-height:20px;margin-top:-8px}.main-image{position:relative;height:570px;display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden}.main-image img{width:100%;height:100%;object-fit:contain}.image-dots{position:absolute;left:50%;bottom:7px;transform:translateX(-50%);display:flex;gap:7px}.image-dots i{width:8px;height:8px;border-radius:50%;background:#d1d1d1}.image-dots i.active{background:#555}.crumbs{color:#898989;font-size:12px;margin:5px 0 4px}.product-info h1{color:var(--pink);font-size:25px;line-height:1.15;margin:0 0 14px;max-width:560px}.product-info .short{font-size:13px;line-height:1.4;margin:0 0 27px}.product-price{margin:0 0 27px}.product-price .price-old{font-size:13px;margin-bottom:6px}.product-price .price{font-size:23px}.qty-buy{height:52px;display:grid;grid-template-columns:52% 48%;border:2px solid var(--pink);border-radius:11px;overflow:hidden}.qty-control{display:flex;align-items:center;justify-content:center;gap:20px}.qty-control button{border:0;width:32px;height:32px;border-radius:50%;background:var(--pink);color:#fff;font-size:21px;line-height:1;cursor:pointer}.qty-control input{width:36px;border:0;text-align:center;outline:0}.qty-buy .btn{height:100%;border:0;border-radius:0;font-size:18px}.feature-box{margin-top:33px;background:var(--pink2);color:#fff;border-radius:11px;padding:30px 24px;min-height:180px}.feature-box h3{font-size:24px;margin:0 0 18px}.feature-box p{font-size:14px;line-height:1.45;margin:0}.tabs{margin-top:47px}.tab-buttons{display:flex;gap:27px;border-bottom:1px solid #d7d7d7}.tab-btn{border:0;background:transparent;padding:0 0 12px;font-size:17px;font-weight:850;cursor:pointer}.tab-btn.active{color:var(--pink);border-bottom:4px solid var(--pink)}.tab-panel{display:none;min-height:130px;padding:25px 0 10px;line-height:1.5;font-size:13px}.tab-panel.active{display:block}.note-chips{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:20px}.note-chips span{background:var(--pink);color:#fff;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:800}.notes-copy{white-space:normal}.together{margin-top:38px;padding-top:10px}.together h2{text-align:center;color:var(--pink);font-size:29px;margin:0 0 25px}.bundle-box{width:min(360px,100%);margin:auto}.bundle-item{min-height:76px;display:grid;grid-template-columns:70px minmax(0,1fr);gap:12px;align-items:center;border:1px solid #e6e6e6;border-radius:10px;padding:8px 10px;background:#fff}.bundle-item img{width:58px;height:58px;object-fit:contain}.bundle-item strong{display:block;color:var(--pink);font-size:12px;line-height:1.25}.bundle-item span{display:block;font-size:11px;margin-top:5px}.bundle-plus{text-align:center;font-size:34px;font-weight:900;line-height:42px}.bundle-item.selectable{grid-template-columns:70px minmax(0,1fr) 38px;position:relative;cursor:pointer}.bundle-item.selectable input{position:absolute;opacity:0}.bundle-item.selectable i{width:27px;height:27px;background:var(--pink);color:#fff;display:grid;place-items:center;border-radius:2px;font-style:normal;font-weight:900}.bundle-item.selectable:has(input:not(:checked)) i{background:#fff;border:1px solid #ddd;color:transparent}.bundle-total{text-align:center;margin:20px 0 14px;display:grid;gap:2px}.bundle-total strong{font-weight:500}.bundle-total em{color:var(--pink);font-style:normal;font-weight:900}.bundle-total small{font-weight:800}.reviews{margin-top:68px;padding:0 0 70px;background:#fff}.reviews-topline{height:22px;background:#f5f5f5;border-radius:15px;margin-bottom:18px}.reviews h2{text-align:center;font-size:25px;margin:0 0 14px}.review-count-pill{margin:0 auto 50px;width:max-content;background:#f4f4f4;border-radius:999px;padding:7px 16px;color:#686868;font-size:12px}.reviews-summary{display:grid;grid-template-columns:250px minmax(0,1fr);gap:46px;align-items:start}.rating-panel{padding-top:4px}.rating-big{font-size:43px;font-weight:900}.rating-big small{font-size:13px}.stars{color:#e9a900;letter-spacing:1px}.rating-bars{margin-top:20px;display:grid;gap:7px}.rating-bars>div{display:grid;grid-template-columns:22px 1fr;gap:8px;align-items:center;font-size:11px}.rating-bars span{height:8px;border:1px solid #cfcfcf;border-radius:999px;overflow:hidden}.rating-bars i{display:block;height:100%;background:#f1b800;border-radius:999px}.recommend-box{margin-top:28px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:25px 0;display:flex;align-items:center;gap:13px}.recommend-box b{width:52px;height:52px;border:4px solid #f1b800;border-radius:50%;display:grid;place-items:center}.recommend-box span{font-size:11px;font-weight:800;max-width:125px}.reviews-list{min-width:0}.reviews-sort{height:92px;background:#f5f5f5;border-radius:12px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.reviews-sort strong{font-size:22px}.reviews-sort .select{width:150px}.review-card{background:#f6f6f6;border-radius:12px;padding:22px;margin-bottom:18px;display:grid;grid-template-columns:70px 1fr;gap:14px}.review-avatar{font-size:20px;color:#55717d;font-weight:800}.review-card p{margin:8px 0 13px}.review-card small{color:#2a9b66}.review-form{display:block;background:#fff;border:1px solid #eee}.review-form h3{margin-top:0}
/* generic inputs */
.page-title{text-align:center;color:var(--pink);font-size:31px;letter-spacing:.3px;margin:29px 0 50px}.notice{padding:13px 15px;border-radius:9px;margin:15px 0;background:#f3f7ff;color:#244b86}.notice.success{background:#ecfff3;color:#0b6b31}.notice.error{background:#fff0f2;color:#a41831}.field{display:grid;gap:7px}.field label{font-size:12px;font-weight:750}.input,.select,.textarea{width:100%;border:1px solid #d7d7d7;border-radius:8px;padding:11px 12px;background:#fff;outline:0}.input:focus,.select:focus,.textarea:focus{border-color:var(--pink);box-shadow:0 0 0 3px rgba(255,0,127,.07)}.textarea{min-height:105px;resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.full{grid-column:1/-1}.checkout-grid{display:grid;grid-template-columns:1fr 410px;gap:42px;align-items:start}.form-card,.summary-card{border:1px solid #eee;border-radius:13px;padding:25px;background:#fff;box-shadow:0 7px 20px rgba(0,0,0,.04)}.order-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.order-item img{width:55px;height:55px;object-fit:contain}.cart-summary{margin:27px 0 0 auto;width:min(390px,100%);display:grid;gap:13px}.summary-row{display:flex;justify-content:space-between}.summary-row.total{font-size:18px;font-weight:900;border-top:1px solid #ddd;padding-top:13px}.inline-form{display:flex;gap:8px}.payment-box{max-width:720px;margin:30px auto 70px;text-align:center}.pix-box{background:#fff;border:1px solid #eee;border-radius:18px;padding:34px;box-shadow:var(--shadow)}.qr-box{width:250px;height:250px;margin:20px auto;background:#fff;padding:8px;display:flex;align-items:center;justify-content:center}.qr-box img{max-width:100%;max-height:100%}.pix-code{width:100%;min-height:82px;border:1px solid #ddd;border-radius:9px;padding:11px;word-break:break-all;font-family:monospace;font-size:12px}.status-pill{display:inline-flex;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:900;background:#fff0f7;color:var(--pink)}.account-grid{display:grid;grid-template-columns:240px 1fr;gap:32px}.account-menu{display:grid;gap:6px;align-content:start}.account-menu a{padding:11px 13px;border-radius:8px}.account-menu a.active,.account-menu a:hover{background:var(--soft);color:var(--pink)}.pagination{display:flex;justify-content:center;gap:7px;margin-top:30px}.pagination a,.pagination span{min-width:37px;height:37px;border:1px solid #ddd;border-radius:7px;display:flex;align-items:center;justify-content:center}.pagination .active{background:var(--pink);color:#fff;border-color:var(--pink)}
/* checkout header + cart */
.checkout-flow{background:#fff}.checkout-header{height:58px;border-bottom:1px solid #c9cdd4;box-shadow:0 3px 7px rgba(29,43,60,.22);background:#fff}.checkout-header-inner{width:min(1480px,calc(100% - 50px));height:100%;margin:auto;display:grid;grid-template-columns:170px 1fr 150px;align-items:center}.checkout-brand{font-size:29px}.checkout-steps{justify-self:center;display:flex;align-items:center;color:var(--pink);font-size:11px}.checkout-step{display:flex;align-items:center;gap:5px;white-space:nowrap}.checkout-step b{width:19px;height:19px;border:1.5px solid var(--pink);border-radius:50%;display:grid;place-items:center;font-size:10px}.checkout-step.active{font-weight:800}.checkout-step.done b{background:var(--pink);color:#fff}.checkout-steps i{width:18px;height:1px;background:var(--pink);margin:0 4px}.secure-label{justify-self:end;font-size:10px;letter-spacing:2px;font-weight:800}.checkout-page{min-height:760px}.checkout-footer{padding:24px 0;color:#777;border-top:1px solid #eee;font-size:11px}.checkout-footer .container{display:flex;gap:10px;justify-content:center}.cart-page .page-title{margin-top:28px;margin-bottom:45px}.cart-form{position:relative}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:11px;font-weight:600;padding:11px 10px;border-bottom:1px solid #222}.cart-table td{padding:16px 10px;border-bottom:1px solid #ddd;vertical-align:middle;font-size:12px}.cart-product{display:flex;align-items:center;gap:19px;max-width:380px}.cart-product img{width:95px;height:90px;object-fit:contain}.cart-product a{color:var(--pink);font-weight:600;text-align:center}.shipping-deadline{text-decoration:underline}.cart-qty{display:flex;align-items:center;border:1px solid #333;width:92px;height:30px}.cart-qty button{width:30px;height:100%;border:0;background:#fff;font-size:17px}.cart-qty input{width:32px;height:100%;border:0;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;-moz-appearance:textfield}.cart-qty input::-webkit-inner-spin-button{display:none}.remove-line{border:0;background:none;font-size:24px;color:#a2a2a2;cursor:pointer}.cart-update{margin-top:12px}.cart-lower-grid{display:grid;grid-template-columns:1fr 360px;gap:60px;margin:36px 0 20px;align-items:start}.cart-left-tools{display:grid;grid-template-columns:220px 220px;gap:18px 30px;align-items:start}.cart-left-tools h4{font-size:11px;font-weight:500;margin:0 0 8px}.coupon-form,.shipping-form{display:flex}.coupon-form input,.shipping-form input{height:36px;border:1px solid #111;border-right:0;padding:0 12px;width:170px;outline:0}.coupon-form button,.shipping-form button{height:36px;width:42px;border:1px solid #111;background:var(--pink);color:#fff;font-weight:800}.continue-shopping{grid-column:1/-1;margin-top:48px;width:205px;height:42px;border:1.5px solid var(--pink);color:var(--pink);display:grid;place-items:center;font-size:11px;font-weight:800}.cart-checkout-summary{display:grid;gap:19px;font-size:11px}.cart-checkout-summary>div{display:flex;justify-content:space-between}.cart-total{margin-top:5px;font-weight:900}.checkout-button{margin-top:8px;border-radius:0;height:45px;font-size:11px;letter-spacing:1.4px}.consumption-check{display:flex;justify-content:center;align-items:center;gap:10px;margin:38px auto 0;font-size:12px}.consumption-check input{accent-color:var(--pink);width:20px;height:20px}.cart-fineprint{text-align:center;margin:68px auto 25px;font-size:12px;line-height:1.7}.cart-fineprint a{color:var(--pink)}
@media(max-width:1100px){.header-main{grid-template-columns:118px 1fr auto}.header-actions .label{display:none}.product-grid{grid-template-columns:repeat(3,1fr)}.product-layout{grid-template-columns:1fr}.gallery{position:static;max-width:750px;margin:auto}.product-info{max-width:750px;margin:auto}.checkout-grid{grid-template-columns:1fr}.summary-card{order:-1}.footer-main-grid{grid-template-columns:1fr 1fr;gap:60px}.footer-payment-col{grid-column:1/-1}.cart-lower-grid{grid-template-columns:1fr 330px}.checkout-header-inner{grid-template-columns:130px 1fr 100px}}
@media(max-width:760px){.container{width:min(100% - 24px,1360px)}.topbar{height:auto;min-height:34px;font-size:11px;text-align:center;flex-wrap:wrap;padding:7px 12px}.header-main{height:auto;padding:12px 0;grid-template-columns:1fr auto}.brand{font-size:27px}.search{grid-column:1/-1;grid-row:2}.header-actions{gap:10px}.nav{height:49px;gap:21px}.header-actions .track,.header-actions .returns{display:none}.hero .slide img{height:330px}.slide-copy{left:7%;right:7%}.slide-copy h1{font-size:39px}.hero-arrow{width:38px;height:38px;font-size:33px}.hero-arrow.prev{left:8px}.hero-arrow.next{right:8px}.section{padding:45px 0}.section-title{font-size:35px;margin-bottom:30px}.product-grid{grid-template-columns:repeat(2,1fr);gap:22px 12px}.product-card h3{font-size:15px;min-height:auto}.product-card .desc{display:none}.product-image-wrap{aspect-ratio:1/1}.card-actions{grid-template-columns:1fr}.card-actions .cart-icon-btn{display:none}.section-arrow{display:none}.feature-banner{grid-template-columns:1fr}.feature-banner .media,.feature-banner .copy{height:auto;min-height:290px}.social-grid{gap:5px}.newsletter-form{grid-template-columns:1fr}.footer-main-grid{grid-template-columns:1fr;gap:46px}.footer-payment-col{grid-column:auto}.footer-social-col{align-items:flex-start}.back-top{margin-top:30px}.product-layout{gap:30px}.gallery{grid-template-columns:1fr}.thumbs{order:2;flex-direction:row;overflow:auto}.thumb{min-width:72px;height:72px}.thumb-down{display:none}.main-image{height:390px}.product-info h1{font-size:24px}.qty-buy{grid-template-columns:1fr}.qty-buy{height:auto}.qty-control{height:49px}.qty-buy .btn{height:49px}.reviews-summary{grid-template-columns:1fr}.reviews-sort strong{font-size:17px}.review-card{grid-template-columns:46px 1fr}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.checkout-header{height:auto}.checkout-header-inner{grid-template-columns:1fr auto;padding:11px 0;gap:10px}.checkout-steps{grid-column:1/-1;grid-row:2;justify-self:center;padding-bottom:7px}.secure-label{font-size:9px}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:13px 0;border-bottom:1px solid #ddd}.cart-table td{border:0;padding:6px 0}.cart-table td:before{content:attr(data-label);font-weight:800;display:inline-block;width:100px}.cart-product{display:inline-flex;max-width:calc(100% - 110px)}.cart-lower-grid{grid-template-columns:1fr}.cart-left-tools{grid-template-columns:1fr}.continue-shopping{grid-column:auto;margin-top:20px}.consumption-check{align-items:flex-start}.cart-fineprint{margin-top:45px}.sticky-whatsapp{display:none}}
@media(max-width:430px){.product-grid{grid-template-columns:1fr 1fr}.price{font-size:16px}.installments{display:none}.header-actions{gap:8px}.social-grid{grid-template-columns:repeat(2,1fr)}.checkout-step{font-size:9px}.checkout-step b{width:16px;height:16px}.checkout-steps i{width:8px;margin:0 2px}}
@media(min-width:1101px){.carousel-shell .product-row[data-product-row]{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 90px)/4);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.carousel-shell .product-row[data-product-row]::-webkit-scrollbar{display:none}.carousel-shell .product-row[data-product-row] .product-card{scroll-snap-align:start}}
