:root{--ink:#191512;--cream:#f1e8d8;--paper:#fffaf0;--accent:#be3d20;--accent-dark:#842513;--gold:#d6a349;--gold-light:#ffe2a1;--charcoal:#0b0a08;--site-background:#090806;--line:#26130f29;--header-height:82px;--shadow:0 24px 80px #1e0d0847}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background:var(--site-background)}body{min-width:320px;color:var(--ink);background:var(--site-background);opacity:1;margin:0;font-family:DM Sans,sans-serif;transition:opacity .18s}body.is-leaving{opacity:0}button,input,textarea{font:inherit}button{color:inherit}body{font-size:17px}.site-header{height:var(--header-height);z-index:20;background:radial-gradient(circle at 20% -80%,#d6a34933,#0000 42%),linear-gradient(115deg,#050505,#19140d 54%,#070707);border-bottom:1px solid #d6a34961;justify-content:space-between;align-items:center;gap:24px;padding:0 clamp(18px,3.2vw,52px);display:flex;position:fixed;inset:0 0 auto}.brand{flex:none;width:clamp(158px,14vw,202px);height:72px;text-decoration:none;display:block;position:relative;overflow:hidden}.brand__logo{width:100%;height:auto;display:block;position:absolute;top:-28px;left:0}.header-nav{align-items:center;gap:clamp(14px,2.4vw,36px);display:flex}.header-nav>a{color:var(--gold-light);font-size:15px;font-weight:600;text-decoration:none}.catalog-switch{background:#ffffff0e;border:1px solid #ffe2a14d;border-radius:999px;padding:3px;display:flex}.catalog-switch a{color:var(--gold-light);white-space:nowrap;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;text-decoration:none;transition:color .2s,background .2s}.catalog-switch a:hover{color:#fff}.catalog-switch a.is-active{color:#171109;background:var(--gold)}.catalog-switch a.is-departing{animation:.18s ease-out both switch-pulse}@keyframes switch-pulse{50%{color:#171109;background:var(--gold-light);box-shadow:0 0 0 8px #d6a3492e}}.cart-trigger{background:var(--gold);color:#171109;cursor:pointer;border:1px solid #ffe2a15c;border-radius:999px;align-items:center;gap:10px;min-height:46px;padding:0 7px 0 15px;transition:transform .2s,background .2s,box-shadow .2s;display:flex}.cart-trigger:hover{background:var(--gold-light);transform:translateY(-1px)}.cart-trigger:focus-visible{outline-offset:3px;outline:3px solid #ffe2a17a}.cart-trigger.is-attention{animation:.48s cubic-bezier(.2,.8,.2,1) cart-attention}.cart-trigger__copy{text-align:left;line-height:1.05;display:grid}.cart-trigger__copy strong{font-size:14px}.cart-trigger__copy small{opacity:.62;margin-top:3px;font-size:10px;font-weight:600}.cart-trigger__total{font-size:15px;font-weight:700}.cart-icon{flex:none;width:21px;height:18px;position:relative}.cart-icon:before{content:"";border:2px solid;border-top-width:1px;border-radius:2px 2px 4px 4px;width:12px;height:8px;position:absolute;top:3px;left:4px;transform:skew(-8deg)}.cart-icon:after{content:"";background:currentColor;border-radius:50%;width:3px;height:3px;position:absolute;bottom:1px;left:6px;box-shadow:9px 0,-4px -12px 0 -1px}.cart-count{min-width:31px;height:31px;color:var(--gold-light);background:#171109;border-radius:999px;place-items:center;padding:0 7px;font-size:12px;font-weight:700;display:grid}.cart-coach{z-index:2;color:#fff8e8;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);white-space:nowrap;pointer-events:none;background:linear-gradient(110deg,#0a0805f5,#3d2a0ff5,#0a0805f5) 0 0/210% 100%;border:1px solid #ffe2a1b8;border-radius:999px;align-items:center;gap:9px;margin:0;padding:9px 14px 9px 10px;font-size:12px;font-weight:700;transition:opacity .25s,transform .25s;animation:2.4s ease-in-out infinite coach-glow,3.8s linear infinite coach-shimmer;display:flex;position:absolute;top:calc(100% + 9px);right:clamp(16px,3.2vw,52px);box-shadow:0 8px 24px #00000047,0 0 #d6a34961}.cart-coach:before{content:"";border:5px solid #0000;border-bottom-color:#ffe2a1d1;position:absolute;bottom:100%;right:27px}.cart-coach__label{color:#181006;background:var(--gold-light);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:4px 7px;font-size:8px;font-weight:800}.cart-coach b{color:var(--gold-light);font-size:16px;line-height:.6}.has-cart-items .cart-coach{opacity:0;transform:translateY(-5px)}@keyframes cart-attention{0%,to{transform:translateY(0)scale(1)}22%{transform:translateY(-4px)scale(1.12)rotate(-7deg);box-shadow:0 0 0 8px #d6a34933}48%{transform:translateY(1px)scale(.96)rotate(5deg)}72%{transform:translateY(-2px)scale(1.07)rotate(-2deg)}}@keyframes coach-glow{0%,to{transform:translateY(0);box-shadow:0 8px 24px #00000047,0 0 #d6a34957}50%{transform:translateY(2px);box-shadow:0 10px 28px #00000052,0 0 0 7px #d6a34900}}@keyframes coach-shimmer{0%{background-position:100% 0}to{background-position:-110% 0}}.catalog{height:100svh;padding-top:var(--header-height);grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.wholesale-page{background:var(--site-background);height:100svh;overflow:hidden}.wholesale-intro{height:220px;padding:calc(var(--header-height) + 24px) clamp(24px, 6vw, 90px) 22px;color:#fff8e8;text-align:center;background:var(--site-background);align-content:center;justify-items:center;display:grid;position:relative;overflow:hidden}.wholesale-intro>*{position:relative}.wholesale-intro p{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;margin:0 0 7px;font-size:12px;font-weight:800}.wholesale-intro h1{margin:0;font-family:Playfair Display,serif;font-size:clamp(40px,6vw,76px);line-height:.98}.wholesale-intro span{color:#fff8e8b3;max-width:690px;margin-top:11px;font-size:14px;line-height:1.4}.catalog--wholesale{height:calc(100svh - 220px);padding-top:0}.product{isolation:isolate;color:#fff7e6;background:linear-gradient(145deg, var(--product-color), var(--product-color-deep));border-right:1px solid #ffffff40;min-width:0;position:relative;overflow:hidden}.product:last-child{border-right:0}.is-entering .brand{animation:.42s ease-out both brand-enter}.is-entering .product{animation:.46s cubic-bezier(.2,.75,.25,1) both product-enter;animation-delay:calc(90ms + var(--entrance-order) * 90ms)}.is-entering .product__buy-row,.is-entering .product__line-total{animation:.28s ease-out both controls-enter;animation-delay:calc(.36s + var(--entrance-order) * 90ms)}.is-entering--wholesale .wholesale-intro>*{animation:.4s ease-out both wholesale-copy-enter}.is-entering--wholesale .wholesale-intro h1{position:relative;overflow:hidden}.is-entering--wholesale .wholesale-intro h1:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000 32%,#ffe2a1b8 50%,#0000 68%);animation:.62s ease-out .2s both title-shine;position:absolute;inset:0;transform:translate(-125%)}@keyframes brand-enter{0%{opacity:0;transform:translateY(-7px)}}@keyframes product-enter{0%{opacity:0;transform:translateY(18px)scale(.985)}}@keyframes controls-enter{0%{opacity:0;transform:translateY(7px)}}@keyframes wholesale-copy-enter{0%{opacity:0;transform:translateY(9px)}}@keyframes title-shine{to{transform:translate(125%)}}.product__visual{z-index:-2;background:0 0;position:absolute;inset:0;overflow:hidden}.product__visual img{object-fit:contain;filter:drop-shadow(0 12px 14px #00000052);width:116%;height:49%;transition:transform .7s cubic-bezier(.2,.8,.2,1),top .35s,left .35s,width .35s,height .35s;position:absolute;top:clamp(34px,6vh,76px);left:50%;transform:translate(-50%)scale(1)}.product:hover .product__visual img{transform:translate(-50%)scale(1.035)}.product__visual:after{content:"";background:linear-gradient(180deg, transparent 42%, var(--product-fade) 78%);position:absolute;inset:0}.product--light{color:#1b1815}.product--light .product__description,.product--light .product__type,.product--light .product__price small{color:#1b1815b3}.product--light .quantity-control{background:#ffffff7a;border-color:#1b18154d}.product--light .quantity-control button{color:#1b1815}.product--light .product__line-total{color:#1b1815;border-bottom-color:#1b181566}.product__content{flex-direction:column;justify-content:flex-end;align-items:flex-start;height:100%;padding:clamp(22px,3.2vw,48px);display:flex}.product__type{letter-spacing:.18em;text-transform:uppercase;color:var(--product-accent);opacity:1;margin:0 0 9px;font-size:14px;font-weight:700}.product h1,.product h2{letter-spacing:-.035em;align-items:flex-start;width:100%;min-height:1.88em;margin:0;font-family:Playfair Display,serif;font-size:clamp(44px,4.15vw,68px);line-height:.94;display:flex}.product__description{color:#ffffffc7;max-width:390px;margin:15px 0 17px;font-size:clamp(13px,1vw,16px);line-height:1.5;display:none}.product__description-mobile{display:none}.product__buy-row{justify-content:space-between;align-items:center;gap:14px;width:100%;margin-top:22px;display:flex}.product__price{line-height:1.1;display:grid}.product__price strong{font-size:clamp(27px,2.25vw,35px)}.product__price small{opacity:.68;margin-top:6px;font-size:13px}.quantity-control{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05050557;border:1px solid #ffffff7a;border-radius:999px;align-items:center;min-height:54px;display:flex;overflow:hidden}.quantity-control button{color:#fff;cursor:pointer;background:0 0;border:0;align-self:stretch;width:50px;font-size:25px}.quantity-control button:hover{background:#ffffff24}.quantity-control output,.quantity-control input{border:0;width:62px;min-width:62px;color:inherit;text-align:center;appearance:textfield;background:0 0;border-inline:1px solid #ffffff3d;outline:0;align-self:stretch;font-size:20px;font-weight:800}.quantity-control input::-webkit-inner-spin-button{appearance:none;margin:0}.quantity-control input::-webkit-outer-spin-button{appearance:none;margin:0}.quantity-control input:focus{box-shadow:inset 0 0 0 2px var(--product-accent);background:#ffffff1f}.product--light .quantity-control input{border-inline-color:#1b181538}.product__line-total{border:0;color:#fff;opacity:.78;cursor:pointer;background:0 0;border-bottom:1px solid #ffffff80;min-height:17px;margin:11px 0 0 auto;padding:0 0 2px;font-size:14px;font-weight:600}.product__line-total:empty{cursor:default;border-color:#0000}.backdrop{z-index:29;opacity:0;visibility:hidden;background:#140a0794;transition:opacity .25s,visibility .25s;position:fixed;inset:0}.backdrop.is-visible{opacity:1;visibility:visible}.cart{z-index:30;background:var(--paper);width:min(500px,100%);box-shadow:var(--shadow);grid-template-rows:auto 1fr;transition:transform .35s cubic-bezier(.2,.8,.2,1);display:grid;position:fixed;inset:0 0 0 auto;transform:translate(101%)}.cart.is-open{transform:translate(0)}.cart__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:24px 28px 20px;display:flex}.eyebrow{color:var(--accent-dark);letter-spacing:.17em;text-transform:uppercase;margin:0 0 4px;font-size:10px;font-weight:700}.cart h2{margin:0;font-family:Playfair Display,serif;font-size:36px}.icon-button{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:50%;width:42px;height:42px;font-size:27px;line-height:1}.cart__content{min-height:0;padding:0 28px 28px;overflow-y:auto}.cart-items{display:grid}.cart-item{border-bottom:1px solid var(--line);grid-template-rows:auto auto;grid-template-columns:76px minmax(0,1fr) auto;gap:8px 14px;padding:18px 0;display:grid}.cart-item__thumb{background:linear-gradient(145deg, var(--thumb-color), var(--thumb-color-deep));border:1px solid #d6a34947;border-radius:10px;grid-area:1/1/3;place-items:center;width:76px;height:66px;margin:0;display:grid;overflow:hidden}.cart-item__thumb img{object-fit:contain;filter:drop-shadow(0 7px 8px #00000038);width:112%;height:86%}.cart-item__details{grid-area:1/2;min-width:0}.cart-item__name{margin:0;font-family:Playfair Display,serif;font-size:22px}.cart-item__meta{opacity:.62;margin:4px 0 0;font-size:14px}.cart-item__total{grid-area:1/3;font-weight:700}.cart-item .quantity-control{border-color:var(--line);background:0 0;grid-area:auto/1;justify-self:stretch;min-height:36px}.cart-item .quantity-control button{width:35px;color:var(--ink)}.cart-item .quantity-control output{font-size:14px}.empty-cart{text-align:center;padding:52px 10px}.empty-cart p{opacity:.6;margin:0 0 10px}.text-button{color:var(--accent-dark);cursor:pointer;background:0 0;border:0;border-bottom:1px solid;padding:3px 0;font-weight:700}.is-hidden{display:none!important}.checkout{padding-top:24px}.delivery-options{border:0;grid-template-columns:1fr 1fr;gap:10px;margin:0;padding:0;display:grid}.delivery-options legend{margin-bottom:10px;font-size:14px;font-weight:700}.delivery-option{min-width:0}.delivery-option input{opacity:0;position:absolute}.delivery-option span{border:1px solid var(--line);cursor:pointer;border-radius:10px;align-content:center;min-height:70px;padding:13px;display:grid}.delivery-option strong{font-size:14px}.delivery-option small{opacity:.6;margin-top:3px;font-size:11px;line-height:1.3}.delivery-option input:checked+span{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:#d85f370f}.form-grid{gap:14px;margin-top:20px;display:grid}.form-grid label{gap:6px;font-size:13px;font-weight:700;display:grid}.form-grid label span{opacity:.5;font-weight:500}.form-grid input,.form-grid textarea{border:1px solid var(--line);width:100%;color:var(--ink);resize:vertical;background:#fffdf8;border-radius:8px;outline:0;padding:11px 12px}.form-grid input:focus,.form-grid textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #d85f371f}.order-totals{border-top:1px solid var(--line);border-bottom:1px solid var(--line);gap:10px;margin-top:23px;padding:18px 0 14px;display:grid}.order-totals>div{justify-content:space-between;font-size:14px;display:flex}.grand-total{align-items:baseline;margin-top:4px;font-weight:700}.grand-total strong{font-size:24px}.checkout-note{opacity:.58;margin:13px 0;font-size:12px;line-height:1.45}.checkout-button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:9px;width:100%;min-height:52px;font-weight:700;transition:background .2s}.checkout-button:hover:not(:disabled){background:var(--accent-dark)}.checkout-button:disabled{cursor:not-allowed;opacity:.4}.form-feedback{min-height:18px;color:var(--accent-dark);text-align:center;margin:9px 0 0;font-size:12px}.toast{z-index:40;background:var(--paper);color:var(--ink);box-shadow:var(--shadow);opacity:0;pointer-events:none;border-radius:999px;padding:11px 18px;font-size:13px;font-weight:700;transition:opacity .2s,transform .2s;position:fixed;bottom:22px;left:50%;transform:translate(-50%,18px)}.toast.is-visible{opacity:1;transform:translate(-50%)}.whatsapp-float{z-index:19;color:#fff;background:#20b95a;border:2px solid #ffffffdb;border-radius:50%;place-items:center;width:58px;height:58px;text-decoration:none;transition:transform .2s,background .2s,box-shadow .2s;animation:.65s ease-out .85s both whatsapp-arrival;display:grid;position:fixed;bottom:128px;right:18px;box-shadow:0 10px 28px #0000004d}.whatsapp-float span{font-family:Arial,sans-serif;font-size:27px;font-weight:700;transform:rotate(-18deg)}.whatsapp-float b{color:#fff;opacity:0;pointer-events:none;background:#080807e6;border-radius:6px;padding:6px 9px;font-size:11px;transition:opacity .18s,transform .18s;position:absolute;right:calc(100% + 9px);transform:translate(5px)}.whatsapp-float:hover{background:#159847;transform:translateY(-2px);box-shadow:0 13px 32px #0000005c}.whatsapp-float:hover b,.whatsapp-float:focus-visible b{opacity:1;transform:translate(0)}.whatsapp-float:focus-visible{outline-offset:3px;outline:3px solid #ffffffb8}@keyframes whatsapp-arrival{0%{opacity:0;transform:scale(.72)}65%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@media (width<=800px){:root{--header-height:72px}.site-header{gap:8px;padding:0 12px 0 14px}.brand{width:128px;height:54px}.brand__logo{top:-22px}.header-nav{gap:5px}.cart-trigger__copy small{display:none}.catalog-switch{padding:2px}.catalog-switch a{padding:6px 7px;font-size:9px}.cart-trigger{gap:8px;min-height:44px;padding:0 6px 0 12px}.cart-trigger .cart-icon{display:none}.cart-trigger__copy strong{font-size:13px}.cart-trigger__total{font-size:14px}.cart-count{min-width:30px;height:30px;font-size:14px}.cart-coach{gap:7px;padding:8px 11px 8px 8px;font-size:10px;top:calc(100% + 7px);right:12px}.cart-coach__label{padding:3px 6px;font-size:7px}.catalog{grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:1fr}.wholesale-intro{height:180px;min-height:0;padding:calc(var(--header-height) + 17px) 18px 13px}.wholesale-intro h1{font-size:clamp(32px,10vw,42px)}.wholesale-intro span{max-width:540px;margin-top:7px;font-size:11px;line-height:1.3}.catalog--wholesale{height:calc(100svh - 180px);min-height:0}.catalog--wholesale .product__visual img{top:8%}.product{border-bottom:1px solid #ffffff47;border-right:0}.product:last-child{border-bottom:0}.product__visual{background:0 0}.product__visual img{width:46%;height:69%;top:2%;left:73%}body:not(.has-cart-items) .product:first-child .product__visual img{width:44%;height:46%;top:21%;left:73%}.product:hover .product__visual img{transform:translate(-50%)scale(1.02)}.product__visual:after{background:linear-gradient(90deg, var(--product-fade) 0%, var(--product-fade) 29%, transparent 69%)}.product__content{justify-content:center;padding:13px 16px 70px;transform:translateY(-8px)}.product__type{max-width:44%;margin-bottom:7px;font-size:11px;line-height:1.25}.product h1,.product h2{width:auto;max-width:44%;min-height:0;font-size:clamp(35px,11vw,45px);line-height:.88;display:block}.product__description{display:none}.product__buy-row{align-items:flex-end;width:auto;margin:0;position:absolute;bottom:23px;left:16px;right:16px}.product__price strong{font-size:24px}.product__price small{display:none}.quantity-control{min-height:44px}.quantity-control button{width:44px;font-size:25px}.quantity-control output{font-size:17px}.product__line-total{min-height:14px;margin:0;padding-bottom:1px;font-size:10px;line-height:1.2;position:absolute;bottom:5px;right:17px}.cart__header{padding:19px 20px 16px}.cart__content{padding:0 20px 24px}.cart-item{grid-template-columns:70px minmax(0,1fr) auto;gap:8px 11px}.cart-item__thumb{width:70px;height:62px}}@media (width>=801px){.catalog:not(.catalog--wholesale) .product__visual img{width:116%;height:53%;top:1%}.catalog:not(.catalog--wholesale) .product__type{letter-spacing:.2em;margin-bottom:12px;font-size:18px;font-weight:800}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{font-size:clamp(48px,4.35vw,72px)}.catalog:not(.catalog--wholesale) .product__price small{opacity:.86;font-size:15px}.retail-quantity>span{font-size:13px}}@media (width>=801px) and (width<=1280px){.catalog:not(.catalog--wholesale) .product__content{padding-inline:clamp(22px,2.8vw,36px)}.catalog:not(.catalog--wholesale) .product__buy-row,.catalog:not(.catalog--wholesale) .product:last-child .product__buy-row{gap:10px;padding-right:0}.catalog:not(.catalog--wholesale) .product__price{min-width:0}.catalog:not(.catalog--wholesale) .product__price strong{white-space:nowrap;font-size:clamp(25px,2.5vw,32px)}.catalog:not(.catalog--wholesale) .retail-quantity{flex:0 0 158px;width:158px;min-width:158px}.catalog:not(.catalog--wholesale) .retail-quantity>span{font-size:12px;line-height:1.15}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control{grid-template-columns:44px minmax(70px,1fr) 44px;width:158px;min-width:158px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button{width:44px}}@media (width>=801px) and (width<=900px){.catalog:not(.catalog--wholesale) .product__content{padding-inline:16px}.catalog:not(.catalog--wholesale) .product__buy-row,.catalog:not(.catalog--wholesale) .product:last-child .product__buy-row{gap:7px}.catalog:not(.catalog--wholesale) .retail-quantity{flex-basis:144px;width:144px;min-width:144px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control{grid-template-columns:42px minmax(60px,1fr) 42px;width:144px;min-width:144px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button{width:42px}}@media (width<=800px){body{font-size:18px}.catalog:not(.catalog--wholesale){height:auto;min-height:100svh;padding-top:var(--header-height);grid-template-rows:none;overflow:visible}.catalog:not(.catalog--wholesale) .product{min-height:500px}.catalog:not(.catalog--wholesale) .product__content{grid-template-rows:auto auto minmax(215px,1fr) auto auto auto;padding:24px 18px 26px}.catalog:not(.catalog--wholesale) .product__type{max-width:52%;font-size:14px;line-height:1.35}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{max-width:56%;font-size:clamp(42px,12vw,58px);line-height:.92}.catalog:not(.catalog--wholesale) .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{width:58%;height:57%;top:8%;left:73%}.catalog:not(.catalog--wholesale) .product__buy-row,.catalog:not(.catalog--wholesale) .product:last-child .product__buy-row{gap:14px;padding-right:0}.catalog:not(.catalog--wholesale) .product__price strong{font-size:30px}.catalog:not(.catalog--wholesale) .product__price small{opacity:.9;max-width:150px;font-size:13px;line-height:1.3;display:block}.catalog:not(.catalog--wholesale) .retail-quantity{text-align:right;justify-items:end;width:auto}.catalog:not(.catalog--wholesale) .retail-quantity>span{font-size:12px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control{width:auto;min-height:56px}.catalog:not(.catalog--wholesale) .quantity-control button{width:50px;font-size:30px}.catalog:not(.catalog--wholesale) .quantity-control input{width:58px;min-width:58px;font-size:21px}.catalog:not(.catalog--wholesale) .product__line-total,.catalog:not(.catalog--wholesale) .product:last-child .product__line-total{width:auto;margin-right:0;font-size:13px}.whatsapp-float{top:calc(var(--header-height) + 14px);width:54px;height:54px;bottom:auto;right:12px}.cart-item .quantity-control input{color:var(--ink);border-inline-color:var(--line);font-size:17px}.cart-item__meta,.delivery-option strong,.order-totals>div{font-size:16px}.delivery-option small,.checkout-note,.form-feedback{font-size:14px}.form-grid label{font-size:15px}.form-grid input,.form-grid textarea{min-height:50px;font-size:17px}}.contact-link{background:#d6a34914;border:1px solid #ffe2a16b;border-radius:999px;padding:8px 12px}.cart-return{min-height:40px;color:var(--gold-light);border:1px solid #ffe2a157;border-radius:999px;align-items:center;gap:8px;padding:5px 6px 5px 12px;font-size:11px;font-weight:800;text-decoration:none;display:flex}.cart-return b{color:#171109;background:var(--gold);border-radius:999px;place-items:center;min-width:28px;height:28px;padding:0 6px;display:grid}@media (width<=800px){.header-nav{gap:4px}.contact-link{padding:6px 7px;font-size:7px}.cart-return{min-height:32px;padding:2px 3px}.cart-return span{display:none}.cart-return b{min-width:27px;height:27px;font-size:10px}.contact-page .contact-section__copy h1{font-size:clamp(34px,11vw,46px)}.whatsapp-float{top:auto;bottom:9px;right:9px}.catalog .product:last-child .product__buy-row{padding-right:0;right:68px}.catalog .product:last-child .quantity-detail,.catalog .product:last-child .product__line-total{margin-right:0;right:68px}}@media (width<=350px){.brand{width:108px;height:50px}.brand__logo{top:-20px}.cart-trigger__copy{display:none}.catalog-switch a{padding-inline:5px;font-size:8px}.cart-coach{gap:5px;padding:7px 9px 7px 7px;font-size:9px;right:7px}.cart-coach__label{display:none}.product h1,.product h2{max-width:43%;font-size:34px}.product__visual img{width:45%;left:73%}body:not(.has-cart-items) .product:first-child .product__visual img{width:43%;height:41%;top:26%;left:73%}.product__type{font-size:10px}}@media (width<=560px){.site-header{padding-inline:8px}.brand{flex-shrink:1;width:112px}.header-nav{min-width:0}.catalog-switch a{padding-inline:6px;font-size:8px}.cart-trigger{gap:5px;min-width:58px;padding:0 5px 0 8px}.cart-trigger__copy{display:none}.cart-trigger__total{white-space:nowrap;font-size:11px}.cart-count{min-width:27px;height:27px;padding-inline:5px;font-size:11px}.whatsapp-float{width:48px;height:48px;bottom:108px;right:9px}.whatsapp-float span{font-size:24px}.whatsapp-float b{display:none}}@media (width<=390px){.brand{width:100px}.catalog-switch a{padding-inline:5px;font-size:7.5px}.cart-trigger__total{display:none}.cart-trigger{min-width:34px;padding-inline:4px}}@media (height<=650px) and (width<=800px){.product__content{padding-top:8px;padding-bottom:53px;transform:translateY(-4px)}.product__type{margin-bottom:4px;font-size:9px}.product h1,.product h2{font-size:31px}.product__buy-row{bottom:18px}.product__price strong{font-size:21px}.quantity-control{min-height:38px}.quantity-control button{width:38px;font-size:22px}.quantity-control output{font-size:15px}.product__line-total{min-height:11px;font-size:8.5px;bottom:3px}}@media (height<=620px) and (width>=801px){:root{--header-height:66px}.product__content{padding-bottom:22px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.contact-link{color:var(--gold-light);font-size:12px;font-weight:700;text-decoration:none}.contact-link:hover{color:#fff}.contact-link.is-active{color:var(--gold)}.purchase-intro{height:220px;padding:calc(var(--header-height) + 24px) clamp(24px, 6vw, 90px) 22px;color:#fff8e8;text-align:center;background:#090806;align-content:center;justify-items:center;display:grid}.purchase-intro p{color:var(--gold);letter-spacing:.2em;text-transform:uppercase;margin:0 0 7px;font-size:12px;font-weight:800}.purchase-intro h1{margin:0;font-family:Playfair Display,serif;font-size:clamp(40px,6vw,70px);line-height:.98}.purchase-intro span{color:#fff8e8b8;max-width:720px;margin-top:11px;font-size:14px;line-height:1.4}.catalog--with-intro{height:calc(100svh - 220px);min-height:580px;padding-top:0}.retail-quantity{justify-items:end;gap:7px;display:grid}.retail-quantity>span,.wholesale-quantity>span{letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:800}.wholesale-quantity{gap:6px;width:min(190px,48%);display:grid}.wholesale-quantity input{color:#fff;background:#0505056b;border:1px solid #ffffff7a;border-radius:10px;outline:0;width:100%;min-height:54px;padding:8px 12px;font-size:23px;font-weight:800}.product--light .wholesale-quantity input{color:#1b1815;background:#ffffff7a;border-color:#1b18154d}.wholesale-quantity input:focus{border-color:var(--product-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--product-accent) 24%, transparent)}.wholesale-quantity input[aria-invalid=true]{border-color:#ffb19d;box-shadow:0 0 0 3px #be3d2038}.quantity-error{color:#ffd1c5;min-height:15px;font-size:10px;font-weight:700;line-height:1.25}.product--light .quantity-error{color:#842513}.quantity-detail{text-align:right;justify-items:end;gap:2px;min-height:37px;margin:8px 0 0 auto;display:grid}.quantity-detail strong{font-size:13px}.quantity-detail span{color:var(--product-accent);font-size:11px;font-weight:700}.cart-item .retail-quantity{grid-area:2/2/auto/4;justify-self:start;justify-items:start}.cart-item .retail-quantity>span{font-size:9px}.cart-item .wholesale-quantity{grid-area:2/2/auto/4;width:100%}.cart-item .wholesale-quantity input{border-color:var(--line);min-height:42px;color:var(--ink);background:#fffdf8;font-size:17px}.cart-item .quantity-error{color:var(--accent-dark)}.shipping-notice{border-left:4px solid var(--accent);color:var(--accent-dark);background:#be3d2012;margin:18px 0 0;padding:12px 14px;font-size:13px;font-weight:800}.payment-methods{border:1px solid var(--line);background:#d6a34914;border-radius:10px;margin-top:18px;padding:16px}.payment-methods h3{text-transform:uppercase;margin:0;font-family:Playfair Display,serif;font-size:24px}.payment-methods p:last-child{opacity:.68;margin:7px 0 0;font-size:12px;line-height:1.45}.payment-options{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px;display:grid}.payment-options label{position:relative}.payment-options input{opacity:0;pointer-events:none;position:absolute}.payment-options span{border:1px solid var(--line);text-align:center;cursor:pointer;background:#fffdf8;border-radius:8px;place-items:center;min-height:44px;padding:8px 6px;font-size:11px;font-weight:800;display:grid}.payment-options input:checked+span{border-color:var(--accent);color:var(--accent-dark);box-shadow:inset 0 0 0 1px var(--accent);background:#be3d2012}.payment-options input:focus-visible+span{outline-offset:2px;outline:3px solid #be3d202e}.checkout-button+.checkout-button{margin-top:9px}.checkout-button--pay{color:var(--gold-light);background:#171109;margin-top:14px}.contact-section{min-height:520px;color:var(--ink);background:var(--paper);grid-template-columns:minmax(0,.8fr) minmax(320px,1fr);align-items:start;gap:clamp(40px,8vw,110px);padding:clamp(64px,9vw,110px) clamp(24px,8vw,120px);display:grid}.contact-section__copy h1,.contact-section__copy h2{text-transform:uppercase;margin:0;font-family:Playfair Display,serif;font-size:clamp(48px,7vw,84px)}.contact-section__copy>p:last-child{opacity:.7;max-width:520px;margin:18px 0 0;line-height:1.65}.contact-form{gap:16px;display:grid}.contact-form label{letter-spacing:.05em;text-transform:uppercase;gap:7px;font-size:12px;font-weight:800;display:grid}.contact-form input{border:1px solid var(--line);width:100%;min-height:50px;color:var(--ink);background:#fff;border-radius:8px;outline:0;padding:11px 13px}.contact-form input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #be3d201f}.contact-form button{color:#fff;background:var(--accent);cursor:pointer;border:0;border-radius:8px;min-height:52px;font-weight:800}.contact-form p{min-height:20px;color:var(--accent-dark);margin:0;font-size:12px;line-height:1.45}.wholesale-page{height:100svh;overflow:hidden}.contact-page{color:#fff8e8;background:#0a0704;height:100svh;overflow:hidden}.contact-page__main{height:100svh;padding:calc(var(--header-height) + 28px) 24px 28px;isolation:isolate;background-image:linear-gradient(115deg,#09050275,#140a0340),url(/assets/capricho-promociones-bg.png);background-position:50%;background-size:cover;place-items:center;display:grid;position:relative;overflow:hidden}.contact-page__main:before{content:"";z-index:-1;-webkit-backdrop-filter:saturate(.9)brightness(.92);backdrop-filter:saturate(.9)brightness(.92);background:radial-gradient(circle,#0000 18%,#0003 72%,#0000007a);position:absolute;inset:0}.contact-page .contact-section{color:#fff8e8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(145deg,#140d08e6,#311b0dd1);border:1px solid #ffe2a152;border-radius:24px;grid-template-columns:minmax(0,.86fr) minmax(320px,1fr);align-items:center;gap:clamp(30px,5vw,64px);width:min(920px,100%);min-height:0;padding:clamp(28px,4vw,52px);box-shadow:0 30px 90px #0000009e,inset 0 1px #ffffff1a,0 0 0 8px #0000001f}.contact-page .contact-section__copy>p:last-child{color:#fff8e8b8;opacity:1}.contact-page .contact-form input{color:#fff8e8;background:#ffffff13;border-color:#ffe2a147}.contact-page .contact-form input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #d6a3492e}.contact-page .contact-form button{color:#171109;background:linear-gradient(135deg, var(--gold-light), var(--gold));box-shadow:0 12px 28px #00000040}.contact-page .contact-form p{color:var(--gold-light)}.promotion-consent{cursor:pointer;align-items:start;line-height:1.4;letter-spacing:0!important;text-transform:none!important;grid-template-columns:20px 1fr!important;gap:10px!important}.promotion-consent input{height:18px;accent-color:var(--gold);margin:1px 0 0;width:18px!important;min-height:18px!important}.promotion-consent span{color:#fff8e8c2;font-size:11px;font-weight:600}@media (width>=801px){.catalog--with-intro,.catalog--wholesale{min-height:0}.catalog--with-intro .product__visual img,.catalog--wholesale .product__visual img{height:40%;top:2%}.catalog--with-intro .product__content,.catalog--wholesale .product__content{padding-top:42%}.catalog--with-intro .product h2,.catalog--wholesale .product h2{min-height:1.1em;font-size:clamp(38px,3.35vw,56px)}.catalog--wholesale .product__buy-row{margin-top:10px}.whatsapp-float{top:calc(var(--header-height) + 14px);bottom:auto;right:18px}}.price-comparison{align-items:baseline;gap:9px;display:flex}.price-comparison s{opacity:.55;font-size:15px;font-weight:700}@media (width<=800px){.contact-link{white-space:nowrap;font-size:8px;display:block}.purchase-intro{height:180px;min-height:0;padding:calc(var(--header-height) + 17px) 18px 13px}.purchase-intro h1{font-size:clamp(32px,10vw,42px)}.purchase-intro span{margin-top:7px;font-size:11px;line-height:1.3}.catalog--with-intro{grid-template-rows:repeat(3,minmax(0,1fr));height:calc(100svh - 180px);min-height:0}.retail-quantity{gap:4px}.retail-quantity>span{font-size:8px}.wholesale-quantity{gap:4px;width:48%}.wholesale-quantity>span{font-size:8px}.wholesale-quantity input{min-height:44px;font-size:18px}.quantity-error{text-align:right;width:190px;position:absolute;top:100%;right:0}.catalog--wholesale .product__buy-row{bottom:48px}.catalog--wholesale .product__visual img{width:43%;height:47%;top:6%}.quantity-detail{align-content:end;min-height:30px;margin:0;position:absolute;bottom:8px;right:16px}.quantity-detail strong{font-size:10px}.quantity-detail span{font-size:8px}.catalog--wholesale .product__line-total{display:none}.contact-section{grid-template-columns:1fr;gap:32px;min-height:0;padding:58px 20px}.contact-section__copy h1,.contact-section__copy h2{font-size:48px}.whatsapp-float{top:calc(var(--header-height) + 7px);bottom:auto;right:8px}.contact-page__main{padding:calc(var(--header-height) + 14px) 12px 14px;background-position:52%}.contact-page .contact-section{border-radius:18px;grid-template-columns:1fr;align-content:center;gap:16px;width:min(100%,520px);padding:20px}.contact-page .contact-section__copy>p:last-child{margin-top:8px;font-size:12px;line-height:1.4}.contact-page .contact-section__copy h1{font-size:clamp(38px,13vw,52px)}.contact-page .contact-form{gap:9px}.contact-page .contact-form input{min-height:44px;padding-block:8px}.contact-page .contact-form button{min-height:46px}}.contact-link.is-active{color:#171109;background:var(--gold)}.contact-page .eyebrow{color:#fff}.contact-page .contact-section__copy h1{font-size:clamp(38px,4vw,60px);line-height:.95}.whatsapp-float{top:auto;bottom:18px;right:18px}.catalog .product:last-child .product__buy-row{padding-right:70px}.catalog .product:last-child .quantity-detail,.catalog .product:last-child .product__line-total{margin-right:70px}@media (width<=800px){.contact-page .contact-section__copy h1{font-size:clamp(34px,11vw,46px)}.whatsapp-float{top:auto;bottom:9px;right:9px}.catalog .product:last-child .product__buy-row{padding-right:0;right:68px}.catalog .product:last-child .quantity-detail,.catalog .product:last-child .product__line-total{margin-right:0;right:68px}.brand{height:58px}.brand__logo{top:-12px}.catalog .product__buy-row{align-items:flex-end;bottom:22px}.catalog--wholesale .product__buy-row{bottom:48px}.product__price small{max-width:145px;margin-top:4px;font-size:9px;line-height:1.2;display:block}.retail-quantity{align-self:end}.catalog .product:last-child .product__buy-row{bottom:22px}.catalog--wholesale .product:last-child .product__buy-row{bottom:48px}}@media (width<=560px){.cart-trigger__total{display:none}.brand{width:104px}}@media (width<=800px){.catalog--wholesale .product__buy-row,.catalog--wholesale .product:last-child .product__buy-row{gap:8px;padding-right:0;bottom:28px;right:62px}.catalog--wholesale .wholesale-quantity{flex:0 0 116px;width:116px}.catalog--wholesale .wholesale-quantity input{min-height:40px;padding:6px 10px;font-size:16px}.catalog--wholesale .wholesale-quantity>span{font-size:7px}.catalog--wholesale .quantity-detail,.catalog--wholesale .product:last-child .quantity-detail{min-height:24px;margin-right:0;bottom:1px;right:62px}.catalog--wholesale .product__price strong{font-size:24px}.catalog--wholesale .price-comparison{gap:6px}.catalog--wholesale .price-comparison s{font-size:12px}.catalog--wholesale .product__price small{font-size:8px}}.contact-page .contact-section__copy h1{font-size:clamp(34px,3vw,46px)}@media (width<=800px){.cart-coach{display:none}.wholesale-intro{padding-left:16px;padding-right:16px}.wholesale-intro h1{max-width:100%;font-size:clamp(30px,9vw,39px);line-height:.94}.wholesale-intro span{white-space:normal;width:min(100%,390px);max-width:100%}.catalog:not(.catalog--wholesale) .product__buy-row,.catalog:not(.catalog--wholesale) .product:last-child .product__buy-row{padding-right:0;right:62px}.catalog--wholesale .product .quantity-error{display:none}.cart-item .quantity-error{text-align:left;width:auto;display:block;position:static}.quantity-error-message{color:#ffd1c5;font-size:9px;line-height:1.2}.product--light .quantity-error-message{color:#842513}.purchase-intro{height:205px;padding-left:16px;padding-right:16px}.purchase-intro h1{max-width:100%;font-size:clamp(30px,9vw,39px);line-height:.94}.purchase-intro span{white-space:normal;width:min(100%,390px);max-width:100%;line-height:1.35}.catalog--with-intro{height:calc(100svh - 205px)}.catalog:not(.catalog--wholesale) .retail-quantity{text-align:center;justify-items:center;width:120px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control{justify-content:space-between;width:120px}.catalog:not(.catalog--wholesale) .product__line-total,.catalog:not(.catalog--wholesale) .product:last-child .product__line-total{text-align:center;white-space:nowrap;width:120px;margin-right:0;font-size:8.5px;right:62px}.product--light .product__price small{color:#1b1815;opacity:1}.catalog--wholesale .product__content{transform:none}.catalog--wholesale .product h2{max-width:46%;font-size:clamp(30px,8.5vw,38px);line-height:.88}.catalog--wholesale .product__type{max-width:46%;font-size:9px;line-height:1.2}.catalog--wholesale .product__visual img{width:41%;height:39%;top:5%}}.catalog-switch,.contact-link,.cart-trigger,.cart-return{min-height:42px}.catalog-switch{align-items:stretch}.catalog-switch a{place-items:center;min-height:34px;display:grid}.contact-link,.cart-return{justify-content:center;align-items:center;display:flex}.cart-return .cart-icon{display:none}@media (width<=560px){.catalog-switch,.contact-link,.cart-trigger,.cart-return{height:36px;min-height:36px}.catalog-switch a{min-height:30px}.cart-trigger .cart-icon,.cart-return .cart-icon{display:block}.cart-trigger__copy,.cart-trigger__total,.cart-trigger .cart-count,.cart-return span,.cart-return b{display:none}.cart-trigger,.cart-return{justify-content:center;width:40px;min-width:40px;padding:0}}@media (width<=800px){.catalog .product__content{grid-template-rows:auto auto minmax(0,1fr) auto auto auto;place-content:stretch;padding:12px 16px 8px;display:grid;transform:none}.catalog .product__type{grid-row:1}.catalog .product h1,.catalog .product h2{grid-row:2;max-width:46%;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(29px,8.5vw,38px);line-height:.88}.catalog .product__buy-row,.catalog .product:last-child .product__buy-row,.catalog--wholesale .product__buy-row,.catalog--wholesale .product:last-child .product__buy-row{grid-row:4;align-self:end;gap:8px;width:100%;margin:0;padding-right:62px;position:static;inset:auto}.catalog .quantity-detail,.catalog .product:last-child .quantity-detail,.catalog--wholesale .quantity-detail,.catalog--wholesale .product:last-child .quantity-detail{grid-row:5;align-content:start;justify-self:end;min-height:0;margin:2px 62px 0 0;position:static;inset:auto}.catalog--wholesale .quantity-detail{min-height:22px}.catalog .product__line-total,.catalog .product:last-child .product__line-total{grid-row:6;justify-self:end;min-height:0;margin:2px 62px 0 0;position:static;inset:auto}.catalog .product__visual img,body:not(.has-cart-items) .catalog .product:first-child .product__visual img{width:42%;height:41%;top:5%;left:73%}.catalog:not(.catalog--wholesale){height:100svh;min-height:0;padding-top:var(--header-height);grid-template-rows:repeat(3,minmax(0,1fr));overflow:hidden}.catalog:not(.catalog--wholesale) .product{min-height:0}.catalog:not(.catalog--wholesale) .product__content{grid-template-rows:auto auto minmax(0,1fr) auto auto auto;padding:10px 14px 7px}.catalog:not(.catalog--wholesale) .product__type{max-width:46%;margin-bottom:4px;font-size:11px;line-height:1.2}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{max-width:47%;font-size:clamp(30px,8.7vw,39px);line-height:.88}.catalog:not(.catalog--wholesale) .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{width:49%;height:53%;top:3%;left:73%}.catalog:not(.catalog--wholesale) .product__buy-row,.catalog:not(.catalog--wholesale) .product:last-child .product__buy-row{gap:14px;padding-right:0}.catalog:not(.catalog--wholesale) .retail-quantity{text-align:right;justify-items:end;width:auto}.catalog:not(.catalog--wholesale) .retail-quantity>span{font-size:9px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control{width:auto;min-height:46px}.catalog:not(.catalog--wholesale) .quantity-control button{width:42px;font-size:26px}.catalog:not(.catalog--wholesale) .quantity-control input{width:50px;min-width:50px;font-size:19px}.catalog:not(.catalog--wholesale) .product__price strong{font-size:25px}.catalog:not(.catalog--wholesale) .product__price small{display:none}.catalog:not(.catalog--wholesale) .product__line-total,.catalog:not(.catalog--wholesale) .product:last-child .product__line-total{width:auto;margin:1px 0 0;font-size:10px}.whatsapp-float{top:calc(var(--header-height) + 14px);bottom:auto;right:12px}}@media (height<=650px) and (width<=800px){.catalog:not(.catalog--wholesale) .product__content{padding-block:6px 4px}.catalog:not(.catalog--wholesale) .product__type{margin-bottom:2px;font-size:9px}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{font-size:clamp(27px,7.8vw,34px)}.catalog:not(.catalog--wholesale) .retail-quantity>span{display:none}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control{min-height:40px}.catalog:not(.catalog--wholesale) .quantity-control button{width:38px}.catalog:not(.catalog--wholesale) .quantity-control input{width:46px;min-width:46px;font-size:17px}.catalog:not(.catalog--wholesale) .product__price strong{font-size:22px}}.cart-trigger{position:relative}.cart-trigger.is-attention .cart-icon{animation:.72s cubic-bezier(.2,.8,.2,1) cart-icon-loading}.cart-trigger.is-attention:after{content:"✓";color:#171109;background:var(--gold-light);border:2px solid #171109;border-radius:50%;place-items:center;width:22px;height:22px;font-size:13px;font-weight:900;animation:.72s both cart-confirm;display:grid;position:absolute;top:-8px;right:-5px}@keyframes cart-icon-loading{0%{transform:translate(-5px)rotate(-12deg)}35%{transform:translate(3px)rotate(9deg)scale(1.18)}70%{transform:translate(-1px)rotate(-4deg)}to{transform:none}}@keyframes cart-confirm{0%{opacity:0;transform:scale(.35)rotate(-20deg)}35%,78%{opacity:1;transform:scale(1.12)rotate(0)}to{opacity:0;transform:scale(.8)}}@media (width<=800px){.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{max-width:50%;font-size:clamp(34px,10.4vw,46px)}.catalog:not(.catalog--wholesale) .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{width:59%;height:63%;top:1%;left:72%}.catalog:not(.catalog--wholesale) .retail-quantity>span{margin-bottom:2px;font-size:10px}.catalog:not(.catalog--wholesale) .quantity-control input{border:2px solid var(--product-accent);background:#ffffff21;border-radius:7px;align-self:stretch;margin-block:4px;box-shadow:inset 0 1px 4px #00000029}.product--light .quantity-control input{background:#ffffffbf}.toast{top:calc(var(--header-height) + 12px);text-align:center;width:max-content;max-width:calc(100vw - 92px);font-size:14px;bottom:auto;transform:translate(-50%,-12px)}.toast.is-visible{transform:translate(-50%)}}@media (height<=650px) and (width<=800px){.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{font-size:clamp(28px,8vw,35px)}.catalog:not(.catalog--wholesale) .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{height:56%}}.quantity-entry{align-content:center;gap:2px;display:grid}.quantity-entry small{letter-spacing:.04em;text-align:center;text-transform:uppercase;font-size:10px;font-weight:800;line-height:1}.quantity-control__actions{align-self:stretch;display:flex}@media (width<=800px){.catalog:not(.catalog--wholesale) .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{width:64%;height:69%;top:0;left:72%}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{font-size:clamp(36px,10.8vw,48px)}.catalog:not(.catalog--wholesale) .retail-quantity>span{margin-bottom:4px;font-size:11px}.catalog:not(.catalog--wholesale) .quantity-control{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;gap:5px;width:132px;min-height:0;display:grid;overflow:visible}.catalog:not(.catalog--wholesale) .quantity-entry{gap:4px}.catalog:not(.catalog--wholesale) .quantity-entry small{color:inherit;opacity:.82;font-size:9px}.catalog:not(.catalog--wholesale) .quantity-control input{border:2px solid var(--product-accent);background:#ffffff26;border-radius:8px;width:100%;min-width:0;height:36px;margin:0;font-size:20px}.catalog:not(.catalog--wholesale) .quantity-control__actions{background:#0505054d;border:1px solid #ffffff7a;border-radius:999px;grid-template-columns:1fr 1fr;min-height:36px;display:grid;overflow:hidden}.catalog:not(.catalog--wholesale) .quantity-control__actions button{width:auto;min-height:36px;font-size:25px}.catalog:not(.catalog--wholesale) .quantity-control__actions button+button{border-left:1px solid #ffffff47}.catalog:not(.catalog--wholesale) .product--light .quantity-control__actions{background:#ffffff85;border-color:#1b181552}.catalog:not(.catalog--wholesale) .product--light .quantity-control__actions button+button{border-left-color:#1b181538}}@media (height<=650px) and (width<=800px){.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{font-size:clamp(29px,8.3vw,36px)}.catalog:not(.catalog--wholesale) .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{height:60%}.catalog:not(.catalog--wholesale) .retail-quantity>span{margin-bottom:2px;font-size:8px;display:block}.catalog:not(.catalog--wholesale) .quantity-entry small{display:none}.catalog:not(.catalog--wholesale) .quantity-control{gap:3px}.catalog:not(.catalog--wholesale) .quantity-control input{height:30px}.catalog:not(.catalog--wholesale) .quantity-control__actions,.catalog:not(.catalog--wholesale) .quantity-control__actions button{min-height:30px}}.retail-quantity{justify-items:stretch;gap:8px;width:min(240px,55%)}.retail-quantity>span{letter-spacing:.035em;text-align:center;text-transform:none;font-size:14px;line-height:1.25}.retail-quantity .quantity-control{background:#0505056b;border:2px solid #ffffff9e;border-radius:14px;grid-template-columns:54px minmax(72px,1fr) 54px;gap:0;width:100%;min-height:54px;display:grid;overflow:hidden}.retail-quantity .quantity-entry,.retail-quantity .quantity-control__actions{display:contents}.retail-quantity .quantity-control input{width:100%;min-width:0;height:100%;color:inherit;box-shadow:none;background:#ffffff21;border:0;border-left:1px solid #ffffff4d;border-right:1px solid #ffffff4d;border-radius:0;grid-area:1/2;margin:0;font-size:22px;font-weight:800}.retail-quantity .quantity-control__actions button{border:0;width:54px;min-height:50px;font-size:28px;font-weight:700}.retail-quantity .quantity-control__actions button:first-child{grid-area:1/1}.retail-quantity .quantity-control__actions button:last-child{grid-area:1/3}.product--light .retail-quantity .quantity-control{background:#ffffff9e;border-color:#1b18156b}.product--light .retail-quantity .quantity-control input{background:#fff;border-inline-color:#1b181547}.cart-item .retail-quantity{width:min(220px,100%)}.cart-item .retail-quantity .quantity-control{grid-template-columns:44px minmax(64px,1fr) 44px;width:100%;min-width:0}.cart-item .retail-quantity .quantity-control__actions button{width:44px;min-height:42px}@media (width<=800px){.catalog:not(.catalog--wholesale) .product__content{grid-template-rows:auto auto minmax(0,1fr) auto auto auto;padding:11px 14px 7px}.catalog:not(.catalog--wholesale) .product__type{max-width:48%;margin-bottom:3px;font-size:12px;line-height:1.2}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{max-width:50%;font-size:clamp(36px,10.4vw,45px);line-height:.9}.catalog:not(.catalog--wholesale) .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{width:58%;height:55%;top:1%;left:73%}.catalog:not(.catalog--wholesale) .product__buy-row,.catalog:not(.catalog--wholesale) .product:last-child .product__buy-row{align-items:end;gap:12px;padding-right:0}.catalog:not(.catalog--wholesale) .retail-quantity{text-align:center;justify-items:stretch;gap:5px;width:min(194px,62%)}.catalog:not(.catalog--wholesale) .retail-quantity>span{text-transform:none;margin:0;font-size:12px;line-height:1.15;display:block}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control{border-radius:13px;grid-template-columns:48px minmax(72px,1fr) 48px;gap:0;width:100%;min-height:48px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control input{border-width:0 1px;border-radius:0;height:100%;font-size:21px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button{width:48px;min-height:46px;font-size:27px}.catalog:not(.catalog--wholesale) .product__price strong{font-size:27px}.catalog:not(.catalog--wholesale) .product__line-total,.catalog:not(.catalog--wholesale) .product:last-child .product__line-total{margin-top:2px;font-size:11px}}@media (height<=650px) and (width<=800px){.catalog:not(.catalog--wholesale) .product__content{padding-block:6px 4px}.catalog:not(.catalog--wholesale) .product__type{font-size:9px}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{font-size:clamp(28px,8vw,35px)}.catalog:not(.catalog--wholesale) .retail-quantity{gap:2px}.catalog:not(.catalog--wholesale) .retail-quantity>span{font-size:9px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control{min-height:40px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button{min-height:38px}.catalog:not(.catalog--wholesale) .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{height:50%}}@media (width<=800px){.catalog:not(.catalog--wholesale) .product__description{color:#ffffffd6;grid-row:3;align-self:start;max-width:47%;margin:10px 0 4px;font-size:14px;font-weight:600;line-height:1.35;display:block}.catalog:not(.catalog--wholesale) .product--light .product__description{color:#1b1815c7}.catalog:not(.catalog--wholesale) .product__description-full{display:none}.catalog:not(.catalog--wholesale) .product__description-mobile{display:inline}.catalog:not(.catalog--wholesale) .retail-quantity{gap:5px;width:min(176px,58%)}.catalog:not(.catalog--wholesale) .retail-quantity>span{font-size:12px;font-weight:800;line-height:1.15}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control{border:1px solid color-mix(in srgb, var(--product-accent) 72%, white);background:color-mix(in srgb, var(--product-color-deep) 76%, transparent);border-radius:12px;grid-template-columns:46px minmax(72px,1fr) 46px;gap:0;width:100%;min-height:46px;display:grid;overflow:hidden;box-shadow:0 7px 18px #00000029,inset 0 1px #ffffff1f}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-entry,.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions{display:contents}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control input{width:100%;min-width:0;height:46px;color:inherit;background:color-mix(in srgb, var(--product-accent) 13%, transparent);box-shadow:none;border:0;border-left:1px solid #fff3;border-right:1px solid #fff3;border-radius:0;grid-area:1/2;margin:0;font-size:21px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button{width:46px;min-height:46px;color:inherit;background:0 0;border:0;place-items:center;padding:0;font-size:27px;font-weight:700;display:grid}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button:first-child{grid-area:1/1}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button:last-child{border-left:0;grid-area:1/3}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button:active{background:color-mix(in srgb, var(--product-accent) 28%, transparent)}.catalog:not(.catalog--wholesale) .product--light .retail-quantity .quantity-control{background:#ffffffb3;border-color:#754f187a}.catalog:not(.catalog--wholesale) .product--light .retail-quantity .quantity-control input{background:#d6a3491f;border-inline-color:#1b181524}}@media (height<=650px) and (width<=800px){.catalog:not(.catalog--wholesale) .product__description{margin-top:4px;font-size:11px;line-height:1.2}.catalog:not(.catalog--wholesale) .retail-quantity{width:166px}.catalog:not(.catalog--wholesale) .retail-quantity>span{font-size:9px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control{grid-template-columns:42px minmax(68px,1fr) 42px;min-height:40px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control input,.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button{height:40px;min-height:40px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button{width:42px}}.wholesale-entry{grid-template-columns:minmax(72px,1fr) auto;gap:8px;width:100%;display:grid}.wholesale-entry input{min-width:0}.wholesale-entry button{border:1px solid color-mix(in srgb, var(--product-accent) 76%, white);color:#171109;background:linear-gradient(135deg, var(--gold-light), var(--gold));cursor:pointer;border-radius:10px;min-width:92px;min-height:54px;padding:8px 14px;font-size:14px;font-weight:900;box-shadow:0 8px 18px #0000002e}.wholesale-entry button:hover{filter:brightness(1.06);transform:translateY(-1px)}.wholesale-entry button:active{transform:translateY(1px)}.wholesale-entry button:focus-visible{outline:3px solid color-mix(in srgb, var(--product-accent) 35%, transparent);outline-offset:2px}.cart-item .wholesale-entry button{min-width:92px;min-height:42px}@media (width>=801px){.catalog--wholesale .product__visual img{width:132%;height:53%;top:-2%}.catalog--wholesale .product h1,.catalog--wholesale .product h2{font-size:clamp(46px,4vw,66px)}.catalog--wholesale .product__price strong{font-size:clamp(34px,2.7vw,43px)}.catalog--wholesale .wholesale-quantity{width:min(300px,62%)}.catalog--wholesale .wholesale-quantity>span:first-child{font-size:14px}}@media (width<=800px){.catalog--wholesale .product__type{max-width:52%;font-size:12px}.catalog--wholesale .product h1,.catalog--wholesale .product h2{max-width:53%;font-size:clamp(38px,10.8vw,47px)}.catalog--wholesale .product__visual img,body:not(.has-cart-items) .catalog--wholesale .product:first-child .product__visual img{width:65%;height:62%;top:-2%}.catalog--wholesale .product__price strong{font-size:33px}.catalog--wholesale .wholesale-quantity{flex:0 0 194px;gap:5px;width:194px}.catalog--wholesale .wholesale-quantity>span:first-child{font-size:12px}.catalog--wholesale .wholesale-entry{grid-template-columns:minmax(70px,1fr) 88px;gap:6px}.catalog--wholesale .wholesale-entry input{min-height:48px;font-size:21px}.catalog--wholesale .wholesale-entry button{min-width:88px;min-height:48px;padding-inline:9px;font-size:13px}.catalog--wholesale .quantity-detail strong{font-size:13px}.catalog--wholesale .quantity-detail span{font-size:11px}}@media (height<=650px) and (width<=800px){.catalog--wholesale .product__type{font-size:8px}.catalog--wholesale .product h1,.catalog--wholesale .product h2{font-size:clamp(28px,8vw,35px)}.catalog--wholesale .product__visual img{height:51%}.catalog--wholesale .product__price strong{font-size:24px}.catalog--wholesale .wholesale-quantity{flex-basis:168px;gap:2px;width:168px}.catalog--wholesale .wholesale-quantity>span:first-child{font-size:8px}.catalog--wholesale .wholesale-entry{grid-template-columns:minmax(62px,1fr) 76px;gap:4px}.catalog--wholesale .wholesale-entry input,.catalog--wholesale .wholesale-entry button{min-height:40px}.catalog--wholesale .wholesale-entry button{min-width:76px;font-size:11px}}@media (width>=801px){.catalog-switch a,.contact-link{font-size:13px}.cart-trigger__copy strong{font-size:15px}.cart-trigger__copy small{font-size:11px}.cart-trigger__total,.catalog:not(.catalog--wholesale) .product__type,.catalog--wholesale .product__type{font-size:16px}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{font-size:clamp(50px,4.55vw,75px)}.catalog--wholesale .product h1,.catalog--wholesale .product h2{font-size:clamp(48px,4.2vw,69px)}.product__description{font-size:clamp(14px,1.08vw,17px)}.product__price strong{font-size:clamp(30px,2.4vw,38px)}.product__price small,.retail-quantity>span,.wholesale-quantity>span{font-size:14px}.quantity-control input,.wholesale-entry input{font-size:22px}.quantity-detail strong{font-size:14px}.quantity-detail span,.product__line-total{font-size:12px}.contact-section__copy>p:last-child{font-size:18px}.contact-form label{font-size:14px}.contact-form input,.contact-form button{font-size:17px}.promotion-consent span{font-size:13px}}@media (width<=800px){.contact-page,.contact-page__main{height:auto;min-height:100svh;overflow-y:auto}.catalog-switch a,.contact-link{font-size:9px}.cart-trigger__copy strong,.cart-trigger__total{font-size:14px}.catalog:not(.catalog--wholesale) .product__type,.catalog--wholesale .product__type{font-size:12px}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2,.catalog--wholesale .product h1,.catalog--wholesale .product h2{font-size:clamp(40px,11.1vw,49px)}.product__price strong,.catalog--wholesale .product__price strong{font-size:32px}.retail-quantity>span,.wholesale-quantity>span{font-size:10px}.quantity-control input,.wholesale-entry input{font-size:22px}.quantity-detail strong{font-size:12px}.quantity-detail span,.product__line-total{font-size:10px}.cart h2{font-size:39px}.cart-item__name{font-size:24px}.cart-item__meta,.delivery-options legend,.delivery-option strong{font-size:15px}.delivery-option small{font-size:12px}.form-grid label{font-size:15px}.form-grid input,.form-grid textarea{font-size:17px}.order-totals>div{font-size:16px}.checkout-note{font-size:13px}.contact-page .contact-section__copy>p:last-child{font-size:16px}.contact-form label{font-size:13px}.contact-form input,.contact-form button{font-size:16px}.promotion-consent span{font-size:12px}}@media (width<=800px) and (height<=650px){.catalog:not(.catalog--wholesale) .product__type,.catalog--wholesale .product__type{font-size:9px}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2,.catalog--wholesale .product h1,.catalog--wholesale .product h2{font-size:clamp(29px,8.4vw,37px)}.product__price strong,.catalog--wholesale .product__price strong{font-size:24px}.retail-quantity>span,.wholesale-quantity>span{font-size:8.5px}.quantity-detail strong{font-size:10px}.quantity-detail span,.product__line-total{font-size:8.5px}}.wholesale-page .catalog--wholesale .product__buy-row--consult{justify-content:flex-start;align-items:flex-end;display:flex}.wholesale-page .catalog--wholesale .product__buy-row--consult .wholesale-quantity{flex:0 330px;width:min(330px,100%);min-width:0;max-width:none}.wholesale-page .catalog--wholesale .product__buy-row--consult .wholesale-entry{grid-template-columns:minmax(74px,1fr) minmax(108px,124px);width:100%}.wholesale-page .catalog--wholesale .product__buy-row--consult .wholesale-entry input,.wholesale-page .catalog--wholesale .product__buy-row--consult .wholesale-entry button{width:100%}@media (width<=800px){.wholesale-page .catalog--wholesale .product__buy-row--consult .wholesale-quantity{flex-basis:min(230px,68vw);width:min(230px,68vw)}.wholesale-page .catalog--wholesale .product__buy-row--consult .wholesale-entry{grid-template-columns:minmax(66px,1fr) minmax(94px,108px);width:100%}.wholesale-page .catalog--wholesale .product__buy-row--consult .wholesale-entry button{min-width:94px;font-size:12px}}@media (width<=800px){.catalog:not(.catalog--wholesale) .product__type{max-width:43%;font-size:13px;line-height:1.22}.catalog:not(.catalog--wholesale) .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{width:54%;left:74%}.catalog:not(.catalog--wholesale) .product--dark .product__visual{background:radial-gradient(36% 29% at 74% 25%,#e0a94c4d 0%,#704b1a26 50%,#0000 78%)}}@media (width<=800px) and (height<=650px){.catalog:not(.catalog--wholesale) .product__type{font-size:9.5px}}.catalog:not(.catalog--wholesale) .product--dark .product__visual{background:radial-gradient(34% 28% at 71% 25%,#d6a34933 0%,#744e191a 48%,#0000 76%)}@media (width<=800px){.catalog:not(.catalog--wholesale) .product--dark .product__visual{background:radial-gradient(36% 29% at 74% 25%,#e0a94c4d 0%,#704b1a26 50%,#0000 78%)}}.catalog .product--dark .product__visual{background:radial-gradient(34% 26% at 71% 25%,#d6a34933 0%,#744e191a 48%,#0000 76%)}.catalog .product--dark .product__visual img{filter:brightness(1.08)contrast(1.06)drop-shadow(0 0 1px #fff5dc9e)drop-shadow(0 12px 14px #0000006b)}.catalog .product--dark .product__visual:before{content:"";z-index:0;filter:blur(7px);pointer-events:none;background:radial-gradient(#ee8f1da8 0%,#be520875 48%,#6a2b0433 65%,#0000 79%);border-radius:48%;width:86%;height:48%;position:absolute;top:3%;left:7%}.catalog .product--dark .product__visual img{z-index:1}@media (width<=800px){.catalog:not(.catalog--wholesale) .product--dark .product__visual:before{filter:blur(5px);border-radius:44%;width:51%;height:57%;top:1%;left:48%}}.catalog--wholesale .product__type-main,.catalog--wholesale .product__type-box{display:block}.catalog--wholesale .product__type-box{letter-spacing:.09em;opacity:.78;margin-top:.32em;font-size:.7em}@media (width<=380px) and (height<=750px){.catalog:not(.catalog--wholesale) .product__visual img,.catalog:not(.catalog--wholesale) .product--light .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{width:55%!important;height:48%!important;top:-2%!important;left:70%!important}.catalog:not(.catalog--wholesale) .retail-quantity>span{font-size:8px!important;line-height:1.1!important}}@media (width>=801px) and (width<=1280px){.wholesale-page .catalog--wholesale .product__content{padding-inline:clamp(22px,2.8vw,36px)}.wholesale-page .catalog--wholesale .product__buy-row,.wholesale-page .catalog--wholesale .product:last-child .product__buy-row{grid-template-columns:minmax(0,1fr) 154px;align-items:end;gap:10px;width:100%;padding-right:0;display:grid}.wholesale-page .catalog--wholesale .product__price{min-width:0}.wholesale-page .catalog--wholesale .price-comparison{flex-wrap:wrap;gap:4px 7px}.wholesale-page .catalog--wholesale .price-comparison s{width:100%;font-size:15px;line-height:1}.wholesale-page .catalog--wholesale .product__price strong{white-space:nowrap;font-size:clamp(29px,2.7vw,34px)}.wholesale-page .catalog--wholesale .wholesale-quantity{width:154px;min-width:154px;max-width:154px}.wholesale-page .catalog--wholesale .wholesale-quantity>span:first-child{font-size:12px;line-height:1.15}.wholesale-page .catalog--wholesale .wholesale-entry{grid-template-columns:70px 78px;gap:6px;width:154px}.wholesale-page .catalog--wholesale .wholesale-entry input{width:70px;min-width:0}.wholesale-page .catalog--wholesale .wholesale-entry button{width:78px;min-width:78px;padding-inline:6px}}@media (width>=801px) and (width<=900px){.wholesale-page .catalog--wholesale .product__content{padding-inline:12px}.wholesale-page .catalog--wholesale .product__buy-row,.wholesale-page .catalog--wholesale .product:last-child .product__buy-row{grid-template-columns:minmax(0,1fr) 126px;gap:7px}.wholesale-page .catalog--wholesale .product__price strong{font-size:26px}.wholesale-page .catalog--wholesale .price-comparison s{font-size:12px}.wholesale-page .catalog--wholesale .wholesale-quantity{width:126px;min-width:126px;max-width:126px}.wholesale-page .catalog--wholesale .wholesale-entry{grid-template-columns:62px 60px;gap:4px;width:126px}.wholesale-page .catalog--wholesale .wholesale-entry input{width:62px}.wholesale-page .catalog--wholesale .wholesale-entry button{width:60px;min-width:60px;padding-inline:3px;font-size:10px}}@media (width<=800px){.catalog:not(.catalog--wholesale) .product__buy-row,.catalog:not(.catalog--wholesale) .product:last-child .product__buy-row{display:contents}.catalog:not(.catalog--wholesale) .product__price{grid-area:4/1;place-self:end start;margin:0 0 9px}.catalog:not(.catalog--wholesale) .product__price strong{font-size:32px}.catalog:not(.catalog--wholesale) .product__price small{opacity:.78;max-width:150px;margin-top:4px;font-size:13px;font-weight:600;line-height:1.2;display:block}.catalog:not(.catalog--wholesale) .retail-quantity{grid-area:4/1;place-self:end}.catalog:not(.catalog--wholesale) .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{width:68%;height:69%;top:-3%}}@media (height<=650px) and (width<=800px){.catalog:not(.catalog--wholesale) .product__price{margin:0 0 7px}.catalog:not(.catalog--wholesale) .product__price strong{font-size:24px}.catalog:not(.catalog--wholesale) .product__price small{display:none}.catalog:not(.catalog--wholesale) .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{height:58%}}@media (width<=800px){.catalog:not(.catalog--wholesale) .product__price strong{font-size:35px}.catalog:not(.catalog--wholesale) .product__price small{display:none}}@media (width>=801px){.catalog--wholesale .product__visual img{width:124%;height:48%;top:0}.catalog--wholesale .product__content{padding-top:47%}.catalog--wholesale .product h1,.catalog--wholesale .product h2{font-size:clamp(42px,3.7vw,62px)}.catalog--wholesale .product__type{font-size:15px}.catalog--wholesale .product__price strong{font-size:clamp(29px,2.4vw,38px)}.catalog--wholesale .product__price small{opacity:.82;font-size:14px}.catalog--wholesale .wholesale-quantity{width:min(210px,50%)}.catalog--wholesale .wholesale-quantity>span{font-size:13px}.catalog--wholesale .wholesale-quantity input{min-height:58px;font-size:25px}.catalog--wholesale .quantity-detail strong{font-size:15px}.catalog--wholesale .quantity-detail span{font-size:13px}}@media (width<=800px){.wholesale-page .wholesale-intro{height:calc(var(--header-height) + 48px);min-height:0;padding:var(--header-height) 12px 0;border-bottom:1px solid #d6a34994;grid-template-rows:25px 17px;grid-template-columns:1fr;place-content:center;column-gap:9px;display:grid}.wholesale-page .wholesale-intro p{letter-spacing:.14em;white-space:nowrap;grid-area:1/1;align-self:center;margin:0;font-size:8px}.wholesale-page .wholesale-intro h1{white-space:nowrap;grid-area:1/1;place-self:center;margin:0;font-size:clamp(18px,5.4vw,22px);line-height:1}.wholesale-page .wholesale-intro span{color:#fff8e8c7;white-space:nowrap;grid-area:2/1;justify-self:center;width:auto;max-width:none;margin:0;font-size:0;line-height:1}.wholesale-page .wholesale-intro span:after{content:"24 unidades por caja · mínimo 6 cajas · escribí la cantidad";letter-spacing:.025em;font-size:9px;font-weight:700}.catalog--wholesale{height:calc(100svh - var(--header-height) - 48px);grid-template-rows:repeat(3,minmax(0,1fr));min-height:0;padding-top:0;overflow:hidden}.catalog--wholesale .product{min-height:0}.catalog--wholesale .product__content{grid-template-rows:auto auto minmax(0,1fr) auto auto;padding:10px 14px 6px}.catalog--wholesale .product__type{letter-spacing:.13em;max-width:49%;margin-bottom:4px;font-size:11px;line-height:1.25}.catalog--wholesale .product h1,.catalog--wholesale .product h2{max-width:51%;font-size:clamp(35px,10vw,44px);line-height:.9}.catalog--wholesale .product__visual img,body:not(.has-cart-items) .catalog--wholesale .product:first-child .product__visual img{width:59%;height:56%;top:0;left:73%}.catalog--wholesale .product__buy-row,.catalog--wholesale .product:last-child .product__buy-row{grid-row:4;align-items:end;gap:12px;width:100%;padding-right:0;position:static}.catalog--wholesale .product__price strong{font-size:28px}.catalog--wholesale .product__price small{opacity:.82;max-width:120px;font-size:12px;line-height:1.2;display:block}.catalog--wholesale .wholesale-quantity{flex:0 0 150px;gap:5px;width:150px}.catalog--wholesale .wholesale-quantity>span{font-size:11px;line-height:1.15;display:block}.catalog--wholesale .wholesale-quantity input{border-width:2px;border-radius:12px;min-height:50px;padding:8px 12px;font-size:22px}.catalog--wholesale .quantity-detail,.catalog--wholesale .product:last-child .quantity-detail{grid-row:5;justify-self:end;min-height:18px;margin:2px 0 0}.catalog--wholesale .quantity-detail strong{font-size:12px}.catalog--wholesale .quantity-detail span{font-size:10px}}@media (height<=650px) and (width<=800px){.wholesale-page .wholesale-intro{height:calc(var(--header-height) + 40px);grid-template-rows:21px 14px}.wholesale-page .wholesale-intro h1{font-size:17px}.wholesale-page .wholesale-intro span:after{font-size:8px}.catalog--wholesale{height:calc(100svh - var(--header-height) - 40px)}.catalog--wholesale .product__content{padding-block:6px 3px}.catalog--wholesale .product__type{font-size:8px}.catalog--wholesale .product h1,.catalog--wholesale .product h2{font-size:clamp(27px,7.8vw,34px)}.catalog--wholesale .product__visual img{height:48%}.catalog--wholesale .product__price strong{font-size:22px}.catalog--wholesale .product__price small{display:none}.catalog--wholesale .wholesale-quantity{flex-basis:132px;gap:2px;width:132px}.catalog--wholesale .wholesale-quantity>span{font-size:8px}.catalog--wholesale .wholesale-quantity input{min-height:40px;font-size:18px}}@media (width<=800px){.catalog:not(.catalog--wholesale) .product--dark .product__visual{background:radial-gradient(36% 29% at 74% 25%,#e0a94c4d 0%,#704b1a26 50%,#0000 78%)}.catalog:not(.catalog--wholesale) .product--dark .product__visual img{filter:brightness(1.08)contrast(1.06)drop-shadow(0 0 1px #fff5dc9e)drop-shadow(0 12px 14px #0000006b)}.catalog:not(.catalog--wholesale) .product__description{display:none}.catalog:not(.catalog--wholesale) .product__content{grid-template-rows:auto auto minmax(0,1fr) auto auto auto;padding:11px 14px 8px}.catalog:not(.catalog--wholesale) .product__type{letter-spacing:.14em;max-width:43%;font-size:13px}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{max-width:53%;font-size:clamp(40px,11.6vw,50px);line-height:.88}.catalog:not(.catalog--wholesale) .product--warm h1,.catalog:not(.catalog--wholesale) .product--warm h2{max-width:49%;font-size:clamp(38px,10.8vw,47px)}.catalog:not(.catalog--wholesale) .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{width:54%;height:65%;top:-2%;left:74%}.catalog:not(.catalog--wholesale) .product--light .product__visual img{height:57%}.catalog:not(.catalog--wholesale) .product__buy-row,.catalog:not(.catalog--wholesale) .product:last-child .product__buy-row{gap:13px}.catalog:not(.catalog--wholesale) .product__price strong{font-size:30px}.catalog:not(.catalog--wholesale) .retail-quantity{gap:6px;width:min(190px,61%)}.catalog:not(.catalog--wholesale) .retail-quantity>span{font-size:12px;line-height:1.15}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control{grid-template-columns:50px minmax(76px,1fr) 50px;min-height:50px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control input,.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button{height:50px;min-height:50px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button{background:color-mix(in srgb, var(--product-accent) 12%, transparent);width:50px;font-size:29px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control input{font-size:23px}}@media (height<=650px) and (width<=800px){.catalog:not(.catalog--wholesale) .product__type{font-size:9px}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{font-size:clamp(29px,8.4vw,37px)}.catalog:not(.catalog--wholesale) .product--warm h1,.catalog:not(.catalog--wholesale) .product--warm h2{font-size:clamp(29px,8vw,35px)}.catalog:not(.catalog--wholesale) .product__visual img,body:not(.has-cart-items) .catalog:not(.catalog--wholesale) .product:first-child .product__visual img{height:55%}.catalog:not(.catalog--wholesale) .product__price strong{font-size:23px}.catalog:not(.catalog--wholesale) .retail-quantity{gap:2px;width:170px}.catalog:not(.catalog--wholesale) .retail-quantity>span{font-size:9px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control{grid-template-columns:42px minmax(68px,1fr) 42px;min-height:40px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control input,.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button{height:40px;min-height:40px}.catalog:not(.catalog--wholesale) .retail-quantity .quantity-control__actions button{width:42px}}@media (width>=801px){.catalog--wholesale .product__visual img{width:132%;height:53%;top:-2%}.catalog--wholesale .product h1,.catalog--wholesale .product h2{font-size:clamp(46px,4vw,66px)}.catalog--wholesale .product__price strong{font-size:clamp(34px,2.7vw,43px)}.catalog--wholesale .wholesale-quantity{width:min(300px,62%)}.catalog--wholesale .wholesale-quantity>span:first-child{font-size:14px}}@media (width<=800px){.catalog--wholesale .product--dark .product__visual{background:0 0}.catalog--wholesale .product--dark .product__visual img{filter:brightness(1.12)contrast(1.08)drop-shadow(0 0 1px #fff5dc9e)drop-shadow(0 12px 14px #00000070)}.catalog--wholesale .product__type{white-space:nowrap;max-width:66%;font-size:10px}.catalog--wholesale .product h1,.catalog--wholesale .product h2{max-width:53%;font-size:clamp(38px,10.8vw,47px)}.catalog--wholesale .product__visual img,body:not(.has-cart-items) .catalog--wholesale .product:first-child .product__visual img{width:65%;height:62%;top:-2%}.catalog--wholesale .product__price strong{font-size:33px}.catalog--wholesale .price-comparison s{opacity:.68;font-size:17px;font-weight:800;line-height:1}.catalog--wholesale .wholesale-quantity{flex:0 0 194px;gap:5px;width:194px}.catalog--wholesale .wholesale-quantity>span:first-child{font-size:12px}.catalog--wholesale .wholesale-entry{grid-template-columns:minmax(70px,1fr) 88px;gap:6px}.catalog--wholesale .wholesale-entry input{min-height:48px;font-size:21px}.catalog--wholesale .wholesale-entry button{min-width:88px;min-height:48px;padding-inline:9px;font-size:13px}.catalog--wholesale .quantity-detail strong{font-size:13px}.catalog--wholesale .quantity-detail span{font-size:11px}}@media (height<=650px) and (width<=800px){.catalog--wholesale .product__type{font-size:8px}.catalog--wholesale .product h1,.catalog--wholesale .product h2{font-size:clamp(28px,8vw,35px)}.catalog--wholesale .product__visual img{height:51%}.catalog--wholesale .product__price strong{font-size:24px}.catalog--wholesale .price-comparison s{font-size:14px}.catalog--wholesale .wholesale-quantity{flex-basis:168px;gap:2px;width:168px}.catalog--wholesale .wholesale-quantity>span:first-child{font-size:8px}.catalog--wholesale .wholesale-entry{grid-template-columns:minmax(62px,1fr) 76px;gap:4px}.catalog--wholesale .wholesale-entry input,.catalog--wholesale .wholesale-entry button{min-height:40px}.catalog--wholesale .wholesale-entry button{min-width:76px;font-size:11px}}@media (width>=801px){.catalog:not(.catalog--wholesale) .product__type,.catalog--wholesale .product__type{font-size:16px}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2{font-size:clamp(50px,4.55vw,75px)}.catalog--wholesale .product h1,.catalog--wholesale .product h2{font-size:clamp(48px,4.2vw,69px)}.product__description{font-size:clamp(14px,1.08vw,17px)}.product__price strong{font-size:clamp(30px,2.4vw,38px)}.product__price small,.retail-quantity>span,.wholesale-quantity>span{font-size:14px}.quantity-control input,.wholesale-entry input{font-size:22px}.quantity-detail strong{font-size:14px}.quantity-detail span,.product__line-total{font-size:12px}}@media (width<=800px){.catalog:not(.catalog--wholesale) .product__type{font-size:13px}.catalog--wholesale .product__type{font-size:12px}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2,.catalog--wholesale .product h1,.catalog--wholesale .product h2{font-size:clamp(40px,11.1vw,49px)}.product__price strong,.catalog--wholesale .product__price strong{font-size:32px}.retail-quantity>span,.wholesale-quantity>span{font-size:10px}.quantity-control input,.wholesale-entry input{font-size:22px}.quantity-detail strong{font-size:12px}.quantity-detail span,.product__line-total{font-size:10px}}@media (width<=800px) and (height<=650px){.catalog:not(.catalog--wholesale) .product__type{font-size:9.5px}.catalog--wholesale .product__type{font-size:9px}.catalog:not(.catalog--wholesale) .product h1,.catalog:not(.catalog--wholesale) .product h2,.catalog--wholesale .product h1,.catalog--wholesale .product h2{font-size:clamp(29px,8.4vw,37px)}.product__price strong,.catalog--wholesale .product__price strong{font-size:24px}.retail-quantity>span,.wholesale-quantity>span{font-size:8.5px}.quantity-detail strong{font-size:10px}.quantity-detail span,.product__line-total{font-size:8.5px}}@media (width<=800px){.catalog:not(.catalog--wholesale) .product--light .product__visual img{height:65%}}@media (width<=800px) and (height<=650px){.catalog:not(.catalog--wholesale) .product--light .product__visual img{height:55%}}@media (width<=800px){.wholesale-page{height:100svh;min-height:0;overflow:hidden}.wholesale-page .catalog--wholesale{height:calc(100svh - var(--header-height) - 48px);background:var(--site-background);grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:minmax(0,1fr);min-height:0;padding-top:0;display:grid;overflow:hidden}.wholesale-page .catalog--wholesale .product{grid-template-rows:auto auto auto auto auto;grid-template-columns:minmax(112px,.85fr) minmax(150px,1.15fr);align-items:start;gap:2px 10px;height:auto;min-height:0;padding:6px 12px 3px;display:grid;overflow:hidden}.wholesale-page .catalog--wholesale .product__content,.wholesale-page .catalog--wholesale .product__buy-row,.wholesale-page .catalog--wholesale .product:last-child .product__buy-row{display:contents}.wholesale-page .catalog--wholesale .product__description{display:none}.wholesale-page .catalog--wholesale .product__type{max-width:100%;color:var(--product-accent);letter-spacing:.12em;white-space:normal;overflow-wrap:anywhere;grid-area:1/1;align-self:start;margin:0 0 3px;font-size:clamp(10px,2.9vw,12px);font-weight:800;line-height:1.25}.wholesale-page .catalog--wholesale .product h1,.wholesale-page .catalog--wholesale .product h2{overflow-wrap:anywhere;grid-area:2/1;align-self:start;max-width:100%;min-height:0;margin:0;font-size:clamp(33px,9.8vw,43px);line-height:.88}.wholesale-page .catalog--wholesale .product__visual{z-index:0;background:0 0;grid-area:1/2/3;align-self:stretch;width:100%;min-height:90px;position:relative;inset:auto;overflow:hidden}.wholesale-page .catalog--wholesale .product--dark .product__visual{background:0 0}.wholesale-page .catalog--wholesale .product__visual:after{display:none}.wholesale-page .catalog--wholesale .product__visual img,.wholesale-page .catalog--wholesale .product--dark .product__visual img,body.wholesale-page:not(.has-cart-items) .catalog--wholesale .product:first-child .product__visual img{object-fit:contain;width:100%;height:100%;position:relative;transform:none;inset:auto!important}.wholesale-page .catalog--wholesale .product:hover .product__visual img{transform:none}.wholesale-page .catalog--wholesale .product__price{grid-area:3/1;align-content:end;align-self:end;min-width:0;min-height:51px;margin:0;display:grid}.wholesale-page .catalog--wholesale .price-comparison{align-content:end;justify-items:start;gap:3px;min-height:51px;display:grid}.wholesale-page .catalog--wholesale .price-comparison s{opacity:.62;white-space:nowrap;width:auto;font-size:14px;font-weight:800;line-height:1}.wholesale-page .catalog--wholesale .product__price strong{white-space:nowrap;font-size:clamp(27px,8.2vw,34px);line-height:1}.wholesale-page .catalog--wholesale .wholesale-quantity{grid-area:3/2;align-self:end;gap:5px;width:100%;min-width:0;max-width:none;margin:0;display:grid}.wholesale-page .catalog--wholesale .wholesale-quantity>span:first-child{letter-spacing:.06em;text-align:left;white-space:normal;overflow-wrap:anywhere;min-height:12px;font-size:clamp(9px,2.6vw,11px);line-height:1.15;display:block}.wholesale-page .catalog--wholesale .wholesale-entry{grid-template-columns:minmax(58px,1fr) minmax(72px,82px);gap:6px;width:100%;min-width:0;display:grid}.wholesale-page .catalog--wholesale .wholesale-entry input,.wholesale-page .catalog--wholesale .wholesale-entry button{width:100%;min-width:0;min-height:46px;margin:0}.wholesale-page .catalog--wholesale .wholesale-entry input{padding:7px 9px;font-size:20px}.wholesale-page .catalog--wholesale .wholesale-entry button{padding-inline:6px;font-size:12px}.wholesale-page .catalog--wholesale .quantity-error{display:none}.wholesale-page .catalog--wholesale .quantity-detail,.wholesale-page .catalog--wholesale .product:last-child .quantity-detail{text-align:right;grid-area:4/2;align-content:start;place-self:start stretch;justify-items:end;gap:2px;width:100%;max-width:none;min-height:32px;margin:0;position:static;inset:auto}.wholesale-page .catalog--wholesale .quantity-detail strong,.wholesale-page .catalog--wholesale .quantity-detail span{white-space:normal;overflow-wrap:anywhere;max-width:100%}.wholesale-page .catalog--wholesale .quantity-detail strong{font-size:11px;line-height:1.15}.wholesale-page .catalog--wholesale .quantity-detail span{font-size:9px;line-height:1.15}.wholesale-page .catalog--wholesale .product__line-total,.wholesale-page .catalog--wholesale .product:last-child .product__line-total{text-align:right;white-space:normal;overflow-wrap:anywhere;grid-area:5/2;justify-self:stretch;width:100%;min-height:13px;margin:0;padding:0 0 2px;font-size:9px;line-height:1.2;position:static;inset:auto}}@media (width<=340px){.wholesale-page .catalog--wholesale .product{grid-template-columns:minmax(106px,.82fr) minmax(144px,1.18fr);column-gap:8px;padding-inline:10px}.wholesale-page .catalog--wholesale .product h1,.wholesale-page .catalog--wholesale .product h2{font-size:clamp(30px,9.4vw,34px)}.wholesale-page .catalog--wholesale .product__price strong{font-size:26px}.wholesale-page .catalog--wholesale .wholesale-entry{grid-template-columns:minmax(56px,1fr) 70px;gap:4px}.wholesale-page .catalog--wholesale .wholesale-entry button{padding-inline:3px;font-size:11px}}@media (width<=800px) and (height>=780px){.wholesale-page{height:100svh;min-height:0;overflow:hidden}.wholesale-page .catalog--wholesale{height:calc(100svh - var(--header-height) - 48px);grid-template-rows:repeat(3,minmax(0,1fr));min-height:0;overflow:hidden}.wholesale-page .catalog--wholesale .product{height:auto;min-height:0}}.wholesale-page .catalog--wholesale .product__visual{box-shadow:none;background:0 0}.wholesale-page .catalog--wholesale .product__visual:after{display:none}.wholesale-page .catalog--wholesale .product__visual img{filter:none!important;box-shadow:none!important}.wholesale-page .catalog--wholesale .product--dark .product__visual img{z-index:1;filter:brightness(1.08)contrast(1.06)!important}.wholesale-page .catalog--wholesale .product--dark .product__visual:before{content:"";z-index:0;filter:blur(7px);pointer-events:none;background:radial-gradient(#ee8f1da8 0%,#be520875 48%,#6a2b0433 65%,#0000 79%);border-radius:48%;width:86%;height:48%;position:absolute;top:3%;left:7%}.wholesale-page .catalog--wholesale .product--light .product__type,.wholesale-page .catalog--wholesale .product--warm .product__type,.wholesale-page .catalog--wholesale .product--light .quantity-detail span,.wholesale-page .catalog--wholesale .product--warm .quantity-detail span{color:#111;opacity:1}.wholesale-page .catalog--wholesale .product--warm .quantity-detail strong{color:#111}@media (width<=800px){.wholesale-page .catalog--wholesale .product--dark .product__visual{background:radial-gradient(#d6a34933 0%,#744e1917 52%,#0000 78%)}}@media (width>=801px){.wholesale-page .catalog--wholesale .product__type{font-size:16px}.wholesale-page .catalog--wholesale .product h1,.wholesale-page .catalog--wholesale .product h2{font-size:clamp(48px,4.2vw,69px)}.wholesale-page .catalog--wholesale .product__price strong{font-size:clamp(30px,2.4vw,38px)}.wholesale-page .catalog--wholesale .wholesale-quantity>span{font-size:14px}.wholesale-page .catalog--wholesale .wholesale-entry input{font-size:22px}.wholesale-page .catalog--wholesale .quantity-detail strong{font-size:14px}.wholesale-page .catalog--wholesale .quantity-detail span{font-size:12px}}@media (width<=800px){.wholesale-page .catalog--wholesale .product__type{white-space:normal;font-size:12px}.wholesale-page .catalog--wholesale .product h1,.wholesale-page .catalog--wholesale .product h2{font-size:clamp(40px,11.1vw,49px)}.wholesale-page .catalog--wholesale .product__price strong{font-size:32px}.wholesale-page .catalog--wholesale .wholesale-quantity>span{font-size:10px}.wholesale-page .catalog--wholesale .wholesale-entry input{font-size:22px}.wholesale-page .catalog--wholesale .quantity-detail strong{font-size:12px}.wholesale-page .catalog--wholesale .quantity-detail span{font-size:10px}}@media (width<=800px) and (height<=650px){.wholesale-page .catalog--wholesale .product__type{font-size:9px}.wholesale-page .catalog--wholesale .product h1,.wholesale-page .catalog--wholesale .product h2{font-size:clamp(29px,8.4vw,37px)}.wholesale-page .catalog--wholesale .product__price strong{font-size:24px}.wholesale-page .catalog--wholesale .wholesale-quantity>span{font-size:8.5px}.wholesale-page .catalog--wholesale .quantity-detail strong{font-size:10px}.wholesale-page .catalog--wholesale .quantity-detail span{font-size:8.5px}}.wholesale-page .catalog--wholesale .product--dark .product__visual{background:radial-gradient(42% 34% at 50% 27%,#e0a94c4d 0%,#704b1a29 48%,#0000 76%)}@media (width<=800px){.wholesale-page .catalog--wholesale .product__type{max-width:100%;font-size:13px;line-height:1.22}.wholesale-page .catalog--wholesale .product--dark .product__visual{background:radial-gradient(#e0a94c4d 0%,#704b1a26 52%,#0000 80%)}.wholesale-page .catalog--wholesale .product--dark .product__visual:before{filter:blur(5px);border-radius:42%;width:auto;height:auto;inset:5% 1%}}@media (width<=800px) and (height<=650px){.wholesale-page .catalog--wholesale{height:calc(100svh - var(--header-height) - 40px)}.wholesale-page .catalog--wholesale .product__type{font-size:9.5px}}@media (width<=800px){.wholesale-page .catalog--wholesale .product{grid-template-rows:auto minmax(0,1fr) auto;grid-template-columns:minmax(0,44%) minmax(0,56%);column-gap:8px}.wholesale-page .catalog--wholesale .product__type{grid-area:1/1;margin:0}.wholesale-page .catalog--wholesale .product h1,.wholesale-page .catalog--wholesale .product h2{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;grid-area:2/1;align-self:start;font-size:clamp(31px,8.8vw,38px)}.wholesale-page .catalog--wholesale .product--warm h1,.wholesale-page .catalog--wholesale .product--warm h2{font-size:clamp(29px,8.1vw,35px)}.wholesale-page .catalog--wholesale .product__visual{grid-area:1/2/3;min-height:0}.wholesale-page .catalog--wholesale .product__price{grid-area:3/1;align-self:end;min-height:0}.wholesale-page .catalog--wholesale .price-comparison{min-height:0}.wholesale-page .catalog--wholesale .wholesale-quantity{grid-area:3/2;align-self:end}.wholesale-page .catalog--wholesale .quantity-detail,.wholesale-page .catalog--wholesale .product:last-child .quantity-detail,.wholesale-page .catalog--wholesale .product__line-total,.wholesale-page .catalog--wholesale .product:last-child .product__line-total{display:none}}@media (width<=800px) and (height>=700px){.wholesale-page .catalog--wholesale .product{grid-template-rows:auto minmax(0,1fr) auto 28px}.wholesale-page .catalog--wholesale .quantity-detail,.wholesale-page .catalog--wholesale .product:last-child .quantity-detail{grid-area:4/2;min-height:28px;max-height:28px;display:grid;overflow:hidden}}@media (width<=800px) and (height<=650px){.wholesale-page .catalog--wholesale .product h1,.wholesale-page .catalog--wholesale .product h2{font-size:clamp(28px,8vw,34px)}.wholesale-page .catalog--wholesale .product--warm h1,.wholesale-page .catalog--wholesale .product--warm h2{font-size:clamp(27px,7.6vw,32px)}.wholesale-page .catalog--wholesale .wholesale-entry input,.wholesale-page .catalog--wholesale .wholesale-entry button{min-height:40px}}@media (width<=800px){.wholesale-page .catalog--wholesale .product{grid-template-columns:minmax(0,40%) minmax(0,60%)}.wholesale-page .catalog--wholesale .product h1,.wholesale-page .catalog--wholesale .product h2{align-self:center;font-size:clamp(34px,9.8vw,42px);transform:translateY(8px)}.wholesale-page .catalog--wholesale .product--warm h1,.wholesale-page .catalog--wholesale .product--warm h2{font-size:clamp(32px,9.1vw,39px)}.wholesale-page .catalog--wholesale .product__visual img,.wholesale-page .catalog--wholesale .product--dark .product__visual img,body.wholesale-page:not(.has-cart-items) .catalog--wholesale .product:first-child .product__visual img{transform:scale(1.12)!important}}@media (width<=800px) and (height<=650px){.wholesale-page .catalog--wholesale .product h1,.wholesale-page .catalog--wholesale .product h2{font-size:clamp(30px,8.5vw,36px);transform:translateY(3px)}.wholesale-page .catalog--wholesale .product--warm h1,.wholesale-page .catalog--wholesale .product--warm h2{font-size:clamp(29px,8vw,34px)}.wholesale-page .catalog--wholesale .product__visual img,.wholesale-page .catalog--wholesale .product--dark .product__visual img,body.wholesale-page:not(.has-cart-items) .catalog--wholesale .product:first-child .product__visual img{transform:scale(1.08)!important}}
