/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--ink:#fff;--muted:#a3a3a3;--brand-red:#c8102e;--brand-highlight:#ff6678;--surface:#141414;--line:#ffffff1c;--background:#090909}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 75% 10%, #c8102e17, transparent 25rem), var(--background);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.site-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a0a0adb;justify-content:space-between;align-items:center;width:min(1180px,100% - 40px);height:78px;margin:0 auto;display:flex;position:sticky;top:0}.brand{align-items:center;gap:11px;display:flex}.brand-wordmark{flex-direction:column;gap:3px;display:flex}.brand-wordmark strong{color:var(--ink);letter-spacing:-.035em;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:600;line-height:1}.brand-wordmark b{color:var(--brand-highlight);letter-spacing:.08em;font-family:Arial,Helvetica,sans-serif;font-size:10px}.brand-wordmark small{color:#777;letter-spacing:.15em;text-transform:uppercase;font-size:7px;font-weight:700;line-height:1}.brand-mark{filter:drop-shadow(0 7px 13px #00000059)drop-shadow(0 0 9px #c8102e1a);border-radius:0;flex:0 0 50px;place-items:center;width:50px;height:50px;display:grid;overflow:hidden}.brand-mark img{object-fit:contain;width:100%;height:100%;display:block}nav{color:#bebebe;gap:32px;font-size:13px;display:flex}nav a,.header-cta{transition:color .18s,background .18s}nav a:hover{color:#fff}.header-cta{color:var(--brand-highlight);border:1px solid #c8102eb3;border-radius:999px;padding:12px 18px;font-size:12px;font-weight:700}.header-cta:hover{background:var(--brand-red);color:#fff}.hero{grid-template-columns:1.08fr .92fr;align-items:center;width:min(1180px,100% - 40px);min-height:690px;margin:0 auto;display:grid;position:relative;overflow:hidden}.hero-copy{z-index:3;padding:72px 0 88px;position:relative}.eyebrow{color:var(--brand-highlight);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:10px;margin:0 0 26px;font-size:11px;font-weight:700;display:flex}.eyebrow span{background:currentColor;width:24px;height:1px}.hero h1{letter-spacing:-.065em;max-width:670px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(64px,7.3vw,106px);font-weight:400;line-height:.86}.hero h1 em{color:var(--brand-highlight);font-weight:400;display:block}.hero-description{max-width:540px;color:var(--muted);margin:34px 0 0;font-size:17px;line-height:1.75}.hero-actions{gap:12px;margin-top:34px;display:flex}.button{border-radius:3px;justify-content:center;align-items:center;gap:26px;min-height:52px;padding:0 24px;font-size:13px;font-weight:700;transition:transform .18s,border-color .18s,background .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--brand-red);color:#fff}.button-secondary{border:1px solid var(--line);color:#d5d5d5}.button-secondary:hover{border-color:#ffffff4d}.hero-trust{color:#7c7c7c;gap:24px;margin-top:31px;font-size:11px;display:flex}.hero-visual{height:590px;position:relative}.hero-glow{filter:blur(90px);background:#c8102e2b;border-radius:50%;width:480px;height:480px;position:absolute;top:7%;right:3%}.orbit{border:1px solid #c8102e30;border-radius:50%;width:430px;height:430px;position:absolute;top:80px;right:20px}.orbit-two{width:354px;height:354px;top:118px;right:58px}.hero-product-image{z-index:2;object-fit:contain;filter:drop-shadow(0 36px 32px #0000008c);-webkit-user-select:none;user-select:none;position:absolute}.hero-product-main{width:390px;height:560px;bottom:6px;right:86px;transform:rotate(2deg)}.hero-product-orange{z-index:1;opacity:.76;width:330px;height:500px;bottom:24px;right:-52px;transform:rotate(9deg)}.bottle{background:linear-gradient(90deg,#0000 0 12%,#ffffff21 16%,#0000 24% 75%,#ffffff0f 83%,#0000),linear-gradient(120deg,#101712,#203323 58%,#090d0a);border:1px solid #ffffff26;border-radius:27px 27px 37px 37px;width:190px;height:410px;position:absolute;bottom:54px;left:50%;transform:translate(-37%)rotate(4deg);box-shadow:0 42px 70px #00000080}.bottle:after,.mini-bottle:after{content:"";background:#e1d6b7;border:1px solid #ffffff38;height:39%;position:absolute;inset:48% 11% auto;box-shadow:0 9px 20px #00000047}.bottle-neck{background:linear-gradient(90deg,#141a15,#2c3e2e 44%,#0b0f0c);border:1px solid #ffffff29;border-radius:9px 9px 2px 2px;width:74px;height:114px;position:absolute;top:-99px;left:58px}.bottle-neck:before{content:"";background:#171815;border-radius:5px;width:84px;height:24px;position:absolute;top:-8px;left:-5px}.bottle-label{z-index:2;color:#142116;letter-spacing:.04em;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:900;position:absolute;top:57%;left:50%;transform:translate(-50%)}.bottle small{z-index:3;color:#8f2f17;letter-spacing:.2em;font-size:8px;font-weight:900;position:absolute;top:66%;left:50%;transform:translate(-50%)}.bottle-seal{z-index:3;color:#fff1cb;background:#d66b1f;border-radius:50%;place-items:center;width:42px;height:42px;font-family:Georgia,serif;font-size:12px;display:grid;position:absolute;top:44%;left:50%;transform:translate(-50%)}.bottle-back{opacity:.68;width:154px;height:340px;bottom:81px;left:70%;transform:rotate(12deg)}.bottle-back .bottle-neck{width:60px;height:91px;top:-80px;left:46px}.bottle-back .bottle-neck:before{width:68px}.bottle-orange{background:linear-gradient(90deg,#0000 0 12%,#ffffff24 16%,#0000 24% 75%,#ffffff0f 83%,#0000),linear-gradient(135deg,#482109,#8a4811 53%,#241104)}.bottle-orange .bottle-label{font-size:17px}.delivery-chip{z-index:5;border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#151515e0;align-items:center;gap:12px;width:174px;min-height:78px;padding:15px;display:flex;position:absolute;bottom:88px;right:1px}.delivery-chip span{color:var(--brand-highlight);font-family:Georgia,serif;font-size:27px}.delivery-chip small{color:#a5a5a5;text-transform:uppercase;max-width:72px;font-size:9px;line-height:1.45}.catalog-section{border-top:1px solid var(--line);background:#101010;padding:96px max(20px,50% - 590px) 104px}.section-heading{justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px;display:flex}.section-heading .eyebrow{margin-bottom:16px}.section-heading h2{letter-spacing:-.04em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,5vw,68px);font-weight:400}.section-heading>p{max-width:370px;color:var(--muted);margin:0 0 7px;font-size:13px;line-height:1.7}.category-filter{scrollbar-width:thin;gap:8px;margin:-8px 0 30px;padding-bottom:4px;display:flex;overflow-x:auto}.category-filter button{border:1px solid var(--line);color:#a4a4a4;cursor:pointer;text-transform:uppercase;background:#161616;border-radius:999px;flex:none;align-items:center;gap:12px;min-height:42px;padding:0 15px;font-family:inherit;font-size:10px;font-weight:700;transition:border-color .18s,background .18s,color .18s;display:inline-flex}.category-filter button:hover{color:#ededed;border-color:#c8102e7a}.category-filter button.is-active{border-color:var(--brand-red);background:var(--brand-red);color:#fff}.category-filter small{width:21px;height:21px;color:inherit;background:#ffffff14;border-radius:50%;place-items:center;font-size:8px;display:grid}.category-filter button.is-active small{background:#0e0e0e21}.product-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.product-card{border:1px solid var(--line);background:#161616;transition:transform .2s,border-color .2s;position:relative;overflow:hidden}.product-card:hover{border-color:#c8102e61;transform:translateY(-5px)}.product-topline{color:#727272;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;padding:16px 17px 0;font-size:9px;display:flex}.product-art{background:radial-gradient(circle at 50% 76%, var(--brand-red), transparent 43%), linear-gradient(145deg, #f4f4f4, #e3e3e3);place-items:center;height:285px;display:grid;position:relative;overflow:hidden}@supports (color:color-mix(in lab, red, red)){.product-art{background:radial-gradient(circle at 50% 76%, color-mix(in srgb, var(--brand-red) 18%, transparent), transparent 43%), linear-gradient(145deg, #f4f4f4, #e3e3e3)}}.product-art:before{background:var(--brand-red);border-radius:50%;width:230px;height:110px;position:absolute;bottom:-44px;left:50%}@supports (color:color-mix(in lab, red, red)){.product-art:before{background:color-mix(in srgb, var(--brand-red) 22%, transparent)}}.product-art:before{filter:blur(28px);content:"";transform:translate(-50%)}.product-image{z-index:2;object-fit:contain;filter:drop-shadow(0 18px 17px #13131333);width:86%;height:88%;transition:transform .26s;position:relative}.product-image.is-background-blended,.product-detail-art img.is-background-blended{mix-blend-mode:multiply}.product-card:hover .product-image{transform:translateY(-5px)scale(1.025)}.product-card.is-sold-out{border-color:#ffffff12}.product-card.is-sold-out:hover{border-color:#ffffff1a;transform:none}.product-card.is-sold-out .product-image{filter:grayscale(.72)opacity(.46)drop-shadow(0 18px 17px #13131329)}.stock-badge{z-index:5;color:#202020;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border:1px solid #1010101a;border-radius:999px;align-items:center;gap:7px;min-height:27px;padding:0 10px;font-size:8px;font-weight:900;display:inline-flex;position:absolute;top:12px;left:12px}.stock-badge i{background:#209855;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #20985521}.stock-badge.is-low{color:#704900}.stock-badge.is-low i{background:#e6a51c;box-shadow:0 0 0 3px #e6a51c26}.stock-badge.is-out{color:#ececec;background:#161616e6;border-color:#ffffff1f}.stock-badge.is-out i{background:#d14c45;box-shadow:0 0 0 3px #d14c452b}.product-promo{z-index:4;color:#ff6678;text-align:center;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#101010e6;border:1px solid #ffffff24;padding:9px 10px;font-size:8px;font-weight:800;line-height:1.4;position:absolute;bottom:10px;left:10px;right:10px;box-shadow:0 8px 22px #0003}.mini-bottle{background:linear-gradient(90deg, transparent 0 13%, #ffffff21 17%, transparent 26% 78%, #ffffff0d 84%, transparent), linear-gradient(130deg, var(--brand-red), #101510 62%);border:1px solid #ffffff21;border-radius:14px 14px 21px 21px;width:92px;height:180px;position:absolute;bottom:19px;left:50%}@supports (color:color-mix(in lab, red, red)){.mini-bottle{background:linear-gradient(90deg, transparent 0 13%, #ffffff21 17%, transparent 26% 78%, #ffffff0d 84%, transparent), linear-gradient(130deg, color-mix(in srgb, var(--brand-red) 42%, #111), #101510 62%)}}.mini-bottle{transform:translate(-50%);box-shadow:0 24px 30px #00000061}.mini-neck{background:linear-gradient(90deg,#161713,#3a3b32,#13140f);border-radius:5px 5px 0 0;width:31px;height:54px;position:absolute;top:-49px;left:30px}.mini-neck:before{background:var(--brand-red);border-radius:3px;width:37px;height:11px;position:absolute;top:-5px;left:-3px}@supports (color:color-mix(in lab, red, red)){.mini-neck:before{background:color-mix(in srgb, var(--brand-red) 75%, #222)}}.mini-neck:before{content:""}.mini-label{z-index:3;color:#181a16;text-align:center;width:76%;font-family:Georgia,serif;font-size:9px;font-weight:900;position:absolute;top:58%;left:50%;transform:translate(-50%)}.product-info{border-top:1px solid var(--line);justify-content:space-between;align-items:start;gap:12px;min-height:89px;padding:17px;display:flex}.product-info h3{margin:0;font-size:14px;line-height:1.3}.product-info p{color:#7a7a7a;margin:7px 0 0;font-size:11px}.product-info strong{color:var(--brand-highlight);white-space:nowrap;font-family:Georgia,serif;font-size:18px;font-weight:400}.product-info h3 a{transition:color .18s}.product-info h3 a:hover{color:var(--brand-highlight)}.product-see-details{border-top:1px solid var(--line);color:#878787;text-transform:uppercase;justify-content:space-between;align-items:center;min-height:39px;padding:0 17px;font-size:9px;font-weight:700;transition:color .18s,background .18s;display:flex}.product-see-details:hover{color:var(--brand-highlight);background:#ffffff06}.product-button{border-top:1px solid var(--line);color:#b5b5b5;cursor:pointer;text-transform:uppercase;background:0 0;border-bottom:0;border-left:0;border-right:0;justify-content:space-between;align-items:center;width:100%;min-height:46px;padding:0 17px;font-family:inherit;font-size:10px;font-weight:700;transition:background .18s,color .18s;display:flex}.product-button:hover{background:var(--brand-red);color:#fff}.product-button:disabled,.product-button.is-disabled{color:#626262;cursor:not-allowed;background:#ffffff06}.product-button:disabled:hover{color:#626262;background:#ffffff06}.quantity-control{border-top:1px solid var(--line);background:var(--brand-red);grid-template-columns:44px 1fr 44px;align-items:center;min-height:46px;display:grid}@supports (color:color-mix(in lab, red, red)){.quantity-control{background:color-mix(in srgb, var(--brand-red) 9%, #161616)}}.quantity-control button{height:100%;color:var(--brand-highlight);cursor:pointer;background:0 0;border:0;font-size:20px}.quantity-control button:hover{background:#ffffff0d}.quantity-control button:disabled{color:#5a5a5a;cursor:not-allowed}.quantity-control button:disabled:hover{background:0 0}.quantity-control span{text-align:center;color:#d1d1d1;text-transform:uppercase;font-size:10px;font-weight:700}.catalog-note{color:#646464;margin:22px 0 0;font-size:10px}.purchase-section{grid-template-columns:1.12fr .88fr;gap:12px;width:min(1180px,100% - 40px);margin:0 auto;padding:110px 0;display:grid}.purchase-intro{border:1px solid var(--line);background:radial-gradient(circle at 95% 100%,#c8102e24,#0000 42%),#131313;min-height:425px;padding:50px}.purchase-intro h2{letter-spacing:-.045em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,5.4vw,72px);font-weight:400;line-height:.96}.purchase-intro h2 em{color:var(--brand-highlight);font-weight:400;display:block}.purchase-intro>p:last-child{max-width:480px;color:var(--muted);margin:32px 0 0;font-size:14px;line-height:1.75}.steps-panel{border:1px solid var(--line);background:#101010}.steps-panel article{border-bottom:1px solid var(--line);grid-template-columns:44px 1fr;align-items:center;min-height:141px;padding:27px 30px;display:grid}.steps-panel article:last-child{border-bottom:0}.steps-panel article>span{color:var(--brand-highlight);align-self:start;font-family:Georgia,serif;font-size:14px}.steps-panel h3{margin:0 0 9px;font-family:Georgia,serif;font-size:25px;font-weight:400}.steps-panel p{color:#848484;max-width:330px;margin:0;font-size:12px;line-height:1.6}.payment-panel{border:1px solid var(--line);background:#101010;padding:36px}.panel-title{justify-content:space-between;align-items:baseline;gap:20px;display:flex}.panel-title p{margin:0;font-family:Georgia,serif;font-size:26px}.panel-title span{color:#6a6a6a;letter-spacing:.1em;text-transform:uppercase;font-size:9px}.payment-list{flex-wrap:wrap;gap:8px;margin-top:26px;display:flex}.payment-list span{border:1px solid var(--line);color:silver;padding:11px 14px;font-size:11px}.delivery-notice{border-top:1px solid var(--line);gap:16px;margin-top:29px;padding-top:24px;display:flex}.delivery-notice>span{color:var(--brand-highlight);font-size:30px}.delivery-notice p{color:#797979;margin:0;font-size:11px;line-height:1.6}.delivery-notice strong{color:#cdcdcd;font-size:12px;display:block}.contact-panel{border:1px solid var(--line);background:radial-gradient(circle at 90% 10%,#c8102e26,#0000 42%),#161616;padding:36px}.contact-kicker{color:var(--brand-highlight);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:10px;font-weight:700}.contact-panel h3{margin:12px 0 29px;font-family:Georgia,serif;font-size:44px;font-weight:400}.contact-panel>a{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:13px 0;transition:color .18s;display:flex}.contact-panel>a:hover{color:var(--brand-highlight)}.contact-panel a span{color:#727272;text-transform:uppercase;font-size:10px}.contact-panel a strong{overflow-wrap:anywhere;text-align:right;font-size:12px}footer{border-top:1px solid var(--line);color:#606060;justify-content:space-between;align-items:center;gap:30px;min-height:130px;padding:30px max(20px,50% - 590px);font-size:10px;display:flex}.footer-brand{color:var(--ink)}.order-bar{z-index:70;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#131313f0;border:1px solid #c8102e6b;align-items:center;gap:20px;width:min(620px,100% - 56px);min-height:72px;margin:0 auto;padding:10px 10px 10px 20px;display:flex;position:fixed;bottom:24px;left:28px;right:28px;box-shadow:0 22px 60px #00000080}.order-summary{flex-direction:column;gap:4px;min-width:126px;display:flex}.order-summary span{color:#7f7f7f;text-transform:uppercase;font-size:9px}.order-summary strong{color:var(--brand-highlight);font-family:Georgia,serif;font-size:20px;font-weight:400}.order-bar>button{color:#7c7c7c;cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:10px}.order-bar>a{background:var(--brand-red);color:#fff;align-items:center;gap:18px;min-height:50px;padding:0 17px;font-size:11px;font-weight:800;display:flex}.floating-whatsapp{z-index:60;background:var(--brand-red);color:#fff;border:1px solid #ffffff3d;border-radius:50%;place-items:center;width:52px;height:52px;font-size:10px;font-weight:900;display:grid;position:fixed;bottom:20px;right:20px;box-shadow:0 12px 34px #00000059}.order-bar+.floating-whatsapp{opacity:0;pointer-events:none}.product-page{min-height:100vh}.product-breadcrumb{color:#747474;text-transform:uppercase;align-items:center;gap:10px;width:min(1180px,100% - 40px);min-height:72px;margin:0 auto;font-size:10px;display:flex}.product-breadcrumb a{transition:color .18s}.product-breadcrumb a:hover{color:var(--brand-highlight)}.product-breadcrumb span{color:#494949}.product-breadcrumb strong{color:#b4b4b4;text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.product-detail{border:1px solid var(--line);background:#131313;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);width:min(1180px,100% - 40px);min-height:650px;margin:0 auto 18px;display:grid}.product-detail-art{border-right:1px solid var(--line);background:radial-gradient(circle at 50% 70%, var(--brand-red), transparent 42%), linear-gradient(145deg, #f4f4f4 0%, #dedede 100%);place-items:center;min-height:650px;display:grid;position:relative;overflow:hidden}@supports (color:color-mix(in lab, red, red)){.product-detail-art{background:radial-gradient(circle at 50% 70%, color-mix(in srgb, var(--brand-red) 22%, transparent), transparent 42%), linear-gradient(145deg, #f4f4f4 0%, #dedede 100%)}}.product-detail-art:before{content:"";border:1px solid #15151514;position:absolute;inset:28px}.product-detail-art>p{z-index:3;color:#19191994;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:9px;font-weight:800;position:absolute;top:26px;left:31px}.product-detail-halo{aspect-ratio:1;border:1px solid var(--brand-red);width:min(460px,75%);position:absolute}@supports (color:color-mix(in lab, red, red)){.product-detail-halo{border:1px solid color-mix(in srgb, var(--brand-red) 30%, transparent)}}.product-detail-halo{border-radius:50%}.product-detail-halo:before,.product-detail-halo:after{border:1px solid var(--brand-red);position:absolute}@supports (color:color-mix(in lab, red, red)){.product-detail-halo:before,.product-detail-halo:after{border:1px solid color-mix(in srgb, var(--brand-red) 18%, transparent)}}.product-detail-halo:before,.product-detail-halo:after{content:"";border-radius:50%;inset:10%}.product-detail-halo:after{inset:21%}.product-detail-art img{z-index:2;object-fit:contain;filter:drop-shadow(0 34px 28px #1919193d);width:min(86%,530px);height:560px;display:block;position:relative}.detail-age-badge{z-index:4;color:#242424;border:1px solid #1515152e;border-radius:50%;place-items:center;width:39px;height:39px;font-size:10px;font-weight:900;display:grid;position:absolute;top:25px;right:27px}.detail-promo{z-index:4;color:#423516;text-align:center;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f2f2f2e6;border:1px solid #18181824;padding:13px 15px;font-size:9px;font-weight:800;line-height:1.5;position:absolute;bottom:28px;left:29px;right:29px;box-shadow:0 12px 30px #1818181a}.product-detail-copy{padding:clamp(42px,5vw,72px)}.product-detail-category{color:var(--brand-highlight);letter-spacing:.15em;text-transform:uppercase;margin:0 0 17px;font-size:10px;font-weight:800}.product-detail-copy h1{letter-spacing:-.055em;max-width:560px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,5.5vw,76px);font-weight:400;line-height:.96}.product-detail-presentation{color:#898989;margin:15px 0 0;font-size:13px}.product-price-row{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-top:32px;padding:24px 0;display:flex}.product-price-row>strong{color:var(--brand-highlight);font-family:Georgia,Times New Roman,serif;font-size:38px;font-weight:400}.detail-stock{color:#b6b6b6;letter-spacing:.07em;text-align:right;text-transform:uppercase;align-items:center;gap:8px;font-size:9px;font-weight:800;display:inline-flex}.detail-stock i{background:#2eb86b;border-radius:50%;flex:0 0 7px;width:7px;height:7px;box-shadow:0 0 0 4px #2eb86b21}.detail-stock.is-low i{background:#e6a51c;box-shadow:0 0 0 4px #e6a51c26}.detail-stock.is-out i{background:#d14c45;box-shadow:0 0 0 4px #d14c4526}.product-summary{color:#dcdcdc;margin:29px 0 0;font-family:Georgia,Times New Roman,serif;font-size:19px;line-height:1.55}.product-description{color:#8b8b8b;margin:14px 0 0;font-size:13px;line-height:1.75}.tasting-block{grid-template-columns:62px 1fr;align-items:start;gap:12px;margin-top:27px;display:grid}.tasting-block>span{color:#6a6a6a;letter-spacing:.1em;text-transform:uppercase;padding-top:8px;font-size:8px;font-weight:800}.tasting-block>div{flex-wrap:wrap;gap:7px;display:flex}.tasting-block small{border:1px solid var(--line);color:#bebebe;padding:7px 10px;font-size:9px}.serve-note{border:1px solid var(--line);background:#ffffff05;gap:13px;margin-top:27px;padding:17px;display:flex}.serve-note>span{color:var(--brand-highlight)}.serve-note p{color:#878787;margin:0;font-size:11px;line-height:1.55}.serve-note strong{color:#cfcfcf;margin-bottom:3px;display:block}.product-detail-actions{gap:9px;margin-top:26px;display:flex}.detail-order-button,.detail-out-button,.detail-back-button{text-transform:uppercase;justify-content:center;align-items:center;min-height:52px;padding:0 19px;font-size:10px;font-weight:800;display:inline-flex}.detail-order-button{background:var(--brand-red);color:#fff;flex:1;justify-content:space-between;transition:background .18s,transform .18s}.detail-order-button:hover{background:#a90d26;transform:translateY(-2px)}.detail-back-button{border:1px solid var(--line);color:#a4a4a4;transition:border-color .18s,color .18s}.detail-back-button:hover{color:#e8e8e8;border-color:#ffffff47}.detail-out-button{color:#727272;background:#232323;flex:1}.detail-disclaimer{color:#5d5d5d;margin:17px 0 0;font-size:9px;line-height:1.5}.product-service-strip{border:1px solid var(--line);border-bottom:0;grid-template-columns:repeat(3,1fr);width:min(1180px,100% - 40px);margin:0 auto;display:grid}.product-service-strip article{border-right:1px solid var(--line);background:#101010;grid-template-columns:40px 1fr;gap:9px;min-height:132px;padding:29px;display:grid}.product-service-strip article:last-child{border-right:0}.product-service-strip article>span{color:var(--brand-highlight);font-family:Georgia,Times New Roman,serif;font-size:13px}.product-service-strip strong{color:#d3d3d3;font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:400}.product-service-strip p{color:#727272;margin:8px 0 0;font-size:10px;line-height:1.55}.related-products{border-top:1px solid var(--line);background:#101010;padding:100px max(20px,50% - 590px)}.related-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px;display:flex}.related-heading .eyebrow{margin-bottom:13px}.related-heading h2{letter-spacing:-.045em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4.6vw,62px);font-weight:400}.related-heading>a{color:var(--brand-highlight);text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:800}.related-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.related-card{border:1px solid var(--line);background:#161616;padding:14px 14px 20px;transition:border-color .18s,transform .18s;position:relative}.related-card:hover{border-color:var(--brand-red)}@supports (color:color-mix(in lab, red, red)){.related-card:hover{border-color:color-mix(in srgb, var(--brand-red) 48%, transparent)}}.related-card:hover{transform:translateY(-4px)}.related-card>div{background:radial-gradient(circle at 50% 76%, var(--brand-red), transparent 42%), linear-gradient(145deg, #f4f4f4, #e3e3e3);place-items:center;height:270px;margin-bottom:18px;display:grid}@supports (color:color-mix(in lab, red, red)){.related-card>div{background:radial-gradient(circle at 50% 76%, color-mix(in srgb, var(--brand-red) 20%, transparent), transparent 42%), linear-gradient(145deg, #f4f4f4, #e3e3e3)}}.related-card img{object-fit:contain;filter:drop-shadow(0 18px 17px #13131333);width:88%;height:90%}.related-card>span{color:#727272;letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:800}.related-card h3{margin:9px 0 0;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:400}.related-card p{color:#7b7b7b;margin:6px 0 17px;font-size:10px}.related-card>strong{color:var(--brand-highlight);font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:400}@media (width<=980px){.hero{grid-template-columns:1fr .75fr;min-height:620px}.hero-visual{transform-origin:100%;height:520px;transform:scale(.84)}.product-grid{grid-template-columns:repeat(2,1fr)}.purchase-section{grid-template-columns:1fr 1fr}.purchase-intro{grid-column:1/-1}.product-detail{grid-template-columns:.9fr 1.1fr}.product-detail-copy{padding:42px 34px}.product-detail-art,.product-detail{min-height:600px}.product-detail-art img{height:500px}}@media (width<=700px){.site-header{width:calc(100% - 28px);height:68px}nav{display:none}.header-cta{padding:10px 14px}.brand-mark{flex-basis:44px;width:44px;height:44px}.brand-wordmark strong{font-size:16px}.brand-wordmark small{font-size:6px}.hero{grid-template-columns:1fr;width:calc(100% - 28px);min-height:auto}.hero-copy{padding:72px 0 40px}.hero h1{font-size:clamp(58px,20vw,82px)}.hero-description{font-size:15px}.hero-trust{flex-direction:column;gap:8px}.hero-visual{transform-origin:top;width:100%;height:430px;transform:scale(.8)}.catalog-section{padding-top:72px}.section-heading{display:block}.section-heading>p{margin-top:20px}.product-grid{grid-template-columns:1fr}.category-filter{margin-left:-2px;margin-right:-20px;padding-right:20px}.product-breadcrumb{width:calc(100% - 28px);min-height:58px}.product-detail{grid-template-columns:1fr;width:calc(100% - 28px);min-height:auto}.product-detail-art{border-right:0;border-bottom:1px solid var(--line);min-height:480px}.product-detail-art img{width:88%;height:410px}.product-detail-copy{padding:36px 23px 38px}.product-detail-copy h1{font-size:clamp(46px,14vw,64px)}.product-price-row{flex-direction:column;align-items:flex-start;gap:12px}.product-detail-actions{flex-direction:column}.product-service-strip{border-bottom:1px solid var(--line);grid-template-columns:1fr;width:calc(100% - 28px)}.product-service-strip article{border-right:0;border-bottom:1px solid var(--line);min-height:112px}.product-service-strip article:last-child{border-bottom:0}.related-products{padding-top:76px;padding-bottom:76px}.related-heading{display:block}.related-heading>a{margin-top:20px;display:inline-block}.related-grid{grid-template-columns:1fr}.purchase-section{grid-template-columns:1fr;width:calc(100% - 28px);padding:76px 0}.purchase-intro{grid-column:auto;min-height:380px;padding:34px 24px}.payment-panel,.contact-panel{padding:28px 22px}.panel-title{display:block}.panel-title span{margin-top:8px;display:block}footer{text-align:center;flex-direction:column;padding:40px 20px 110px}.order-bar{gap:10px;width:calc(100% - 20px);padding:8px 8px 8px 13px;bottom:10px;left:10px;right:10px}.order-bar>button{display:none}.order-bar>a{gap:8px;margin-left:auto;padding:0 12px;font-size:9px}.order-summary{min-width:88px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}:where(a,button,input,select):focus-visible{outline:3px solid var(--brand-highlight);outline-offset:4px}:where(#inicio,#catalogo,#como-comprar){scroll-margin-top:130px}.skip-link{z-index:100;background:var(--brand-highlight);color:#111;padding:14px 20px;position:fixed;top:12px;left:16px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.storefront .hero{min-height:590px}.storefront .hero-copy{padding:56px 0}.storefront .hero h1{font-size:clamp(60px,6.7vw,94px);line-height:1}.storefront .hero-visual{height:540px}.storefront .hero-trust{color:#bebebe;flex-wrap:wrap;font-size:.875rem}.storefront nav,.header-cta,.button{font-size:.875rem}.storefront .catalog-section{padding-top:64px}.storefront .section-heading>p{font-size:1rem}.storefront .category-filter button{text-transform:none;min-height:46px;font-size:.875rem}.storefront .category-filter small{font-size:.75rem}.storefront .product-card{flex-direction:column;min-width:0;display:flex}.storefront .product-topline{color:#b5b5b5;padding:12px;font-size:.75rem}.storefront .product-art{flex-shrink:0}.storefront .product-info{flex-direction:column;flex:1;gap:14px;padding:18px}.storefront .product-info h3{overflow-wrap:anywhere;font-size:1rem;line-height:1.45}.storefront .product-info p{color:#a3a3a3;font-size:.875rem;line-height:1.5}.storefront .product-info strong{font-size:1.5rem}.storefront .stock-badge,.storefront .product-promo{letter-spacing:0;font-size:.75rem}.storefront .product-see-details{text-transform:none;color:#b5b5b5;min-height:44px;font-size:.875rem}.storefront .product-button{text-transform:none;min-height:50px;color:var(--brand-highlight);background:#c8102e0f;font-size:.875rem}.storefront .product-button:disabled{color:#a3a3a3;background:0 0}.storefront .quantity-control{min-height:50px}.storefront .quantity-control span{text-transform:none;font-size:.875rem}.storefront .catalog-note{color:#a3a3a3;font-size:.875rem;line-height:1.6}.storefront .order-summary span{color:#bebebe;text-transform:none;font-size:.875rem}.storefront .order-bar>button{color:#d1d1d1;min-height:44px;font-size:.875rem}.storefront .order-bar>a{font-size:.875rem}.storefront .floating-whatsapp{border-radius:999px;width:auto;min-width:112px;padding:0 20px;font-size:.875rem}@media (width<=700px){.storefront .site-header{flex-wrap:wrap;gap:10px;height:auto;min-height:108px;padding:12px 0 0}.storefront nav{order:3;gap:24px;width:100%;display:flex}.storefront nav a{align-items:center;min-height:40px;display:flex}.storefront .hero{min-height:auto}.storefront .hero-copy{padding:36px 6px 16px}.storefront .hero h1{font-size:clamp(48px,13vw,72px)}.storefront .hero-description{margin-top:22px;font-size:1rem}.storefront .hero-actions{flex-wrap:wrap;margin-top:22px}.storefront .hero-actions .button{flex:1;gap:12px;padding:0 16px}.storefront .hero-visual{height:290px;transform:none}.storefront .hero-product-main{width:60%;height:280px;bottom:0;right:24%}.storefront .hero-product-orange{width:54%;height:260px;bottom:0;right:2%}.storefront .orbit{width:250px;height:250px;top:20px;right:calc(50% - 125px)}.storefront .orbit-two{width:200px;height:200px;top:45px;right:calc(50% - 100px)}.storefront .delivery-chip{bottom:16px;right:6px}.storefront .catalog-section{padding:44px 14px 56px}.storefront .section-heading{margin-bottom:28px}.storefront .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.storefront .product-art{height:220px}.storefront .product-info{padding:12px}.storefront .product-topline{letter-spacing:0;gap:6px;padding:10px}.storefront .stock-badge{max-width:calc(100% - 12px);padding:5px 7px;top:8px;left:6px}.storefront .product-promo{padding:6px;left:5px;right:5px}.storefront .product-see-details,.storefront .product-button{gap:4px;padding:8px 12px}.storefront .quantity-control{grid-template-columns:38px 1fr 38px}.storefront .category-filter{margin-left:0;margin-right:0;padding-right:0}.storefront .order-bar{bottom:max(10px, env(safe-area-inset-bottom));grid-template-columns:1fr auto;gap:6px 12px;padding:12px;display:grid}.storefront .order-bar>button{display:block}.storefront .order-bar>a{grid-column:1/-1;justify-content:center;margin-left:0}}@media (width<=359px){.storefront .product-grid{grid-template-columns:1fr}}@media (hover:none){.storefront .product-card:hover,.storefront .product-card:hover .product-image{transform:none}}body{font-family:var(--font-geist-sans), Arial, Helvetica, sans-serif}.brand-wordmark small{color:#b1b1b1;letter-spacing:.06em;font-size:.75rem;line-height:1.4}.brand-wordmark strong{font-size:1.25rem}.brand-wordmark b{font-size:.75rem}.eyebrow{letter-spacing:.1em;font-size:.875rem;line-height:1.5}.catalog-count{color:#a3a3a3;margin:0 0 20px;font-size:.875rem}.bulk-applied{color:var(--brand-highlight);font-size:.875rem;line-height:1.5}.storefront .product-button:hover:not(:disabled){background:var(--brand-red);color:#fff}.steps-panel p,.purchase-intro>p:not(.eyebrow),.delivery-notice p,.product-summary,.product-description,.serve-note p{color:#b1b1b1;font-size:1rem;line-height:1.75}.payment-list span,.panel-title span,.contact-kicker,.contact-panel a span,.detail-disclaimer,.product-service-strip p,.related-card p,footer>p{color:#a3a3a3;font-size:.875rem;line-height:1.6}.contact-panel a{flex-wrap:wrap;gap:14px}.contact-panel a strong{overflow-wrap:anywhere;min-width:0;font-size:1rem}.payment-list{flex-wrap:wrap}.product-detail-copy{min-width:0}.product-detail-copy h1{overflow-wrap:anywhere;font-size:clamp(2.5rem,4.5vw,4.5rem);line-height:1.08}.product-detail-presentation,.detail-stock,.tasting-block small,.detail-order-button,.detail-back-button,.product-breadcrumb{font-size:.875rem}.product-breadcrumb{flex-wrap:wrap;padding:16px 0;line-height:1.6}.product-detail-category,.detail-promo,.related-card>span{font-size:.75rem}.product-page .floating-whatsapp{border-radius:999px;width:auto;padding:0 20px;font-size:.875rem}.product-page footer{padding-bottom:100px}.storefront .order-bar{border-radius:12px;flex-wrap:wrap;gap:10px 16px}.order-review{border-bottom:1px solid var(--line);width:100%}.order-review summary{cursor:pointer;padding:8px 0 14px;font-size:.875rem;font-weight:600}.order-review summary>span{float:right;color:#a3a3a3;font-weight:400}.order-review-content{overscroll-behavior:contain;max-height:min(44vh,360px);padding-right:4px;overflow-y:auto}.order-review ul{margin:0;padding:0;list-style:none}.order-review li{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px 16px;padding:16px 0;display:grid}.order-review li strong{font-size:.875rem;line-height:1.5}.order-review li>strong{color:var(--brand-highlight)}.order-review li small{color:#a3a3a3;margin-top:4px;font-size:.75rem;line-height:1.5;display:block}.review-quantity{align-items:center;gap:12px;display:flex}.review-quantity button{border:1px solid var(--line);width:40px;height:44px;color:var(--brand-highlight);cursor:pointer;background:#212121;border-radius:6px;font-size:1.25rem}.review-quantity button:disabled{opacity:.4;cursor:not-allowed}.order-review-content>p{color:#a3a3a3;font-size:.875rem;line-height:1.6}.storefront footer{padding-bottom:210px}@media (width<=700px){.brand-wordmark strong{font-size:1.125rem}.brand-wordmark small{font-size:.75rem}.storefront .order-review{grid-column:1/-1}.storefront .order-bar{gap:6px 12px}.product-page .site-header{flex-wrap:wrap;gap:10px;height:auto;min-height:108px;padding-top:12px}.product-page nav{order:3;gap:24px;width:100%;font-size:.875rem;display:flex}.product-page nav a{align-items:center;min-height:40px;display:flex}.product-detail-art{min-height:350px}.product-detail-art img{height:310px}.product-detail-copy h1{font-size:clamp(2.25rem,10vw,3.5rem)}.product-detail-copy{padding:28px 22px}.product-detail,.product-detail-art{min-width:0}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-card{min-width:0;padding:10px}.related-card>div{height:200px}.related-card h3{font-size:1.125rem;line-height:1.5}}@media (width<=359px){.related-grid{grid-template-columns:1fr}}.product-image[src="/products/hpnotiq-litro.png"],.product-detail-art img[src="/products/hpnotiq-litro.png"],.related-card img[src="/products/hpnotiq-litro.png"]{object-fit:cover;object-position:center}.hero h1 em,.purchase-intro h2 em,.product-info strong,.product-price-row>strong,.related-card>strong,.order-summary strong,.order-review li>strong{color:#fff}.button-primary:hover,.order-bar>a:hover,.floating-whatsapp:hover{background:#a90d26}::selection{background:var(--brand-red);color:#fff}
