.p2{--p2-black: #0b0b0b;--p2-orange: #ff9d00;--p2-stone: #f3f0ea;--p2-paper: #fbfaf8;--p2-line: #d8d4cc;--p2-muted: #68645e;position:relative;width:100%;overflow:hidden;color:var(--p2-black);background:var(--p2-paper);font-family:Poppins,Arial,sans-serif}.p2.is-search-open{overflow:visible}.p2 *,.p2 *:before,.p2 *:after{box-sizing:border-box}.p2 [hidden]{display:none!important}.p2 button,.p2 select{font:inherit}.p2 button{border-radius:0}.p2-stepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;min-height:78px;padding:0 max(28px,calc((100vw - 1660px)/2));margin:0;border-bottom:1px solid var(--p2-line);background:#fff;list-style:none}.p2-stepper li{position:relative;display:flex;align-items:center;gap:14px;min-width:0;padding:16px 28px;border-right:1px solid var(--p2-line);color:#96928c}.p2-stepper li:first-child{border-left:1px solid var(--p2-line)}.p2-stepper li:after{position:absolute;right:0;bottom:-1px;left:0;height:4px;content:"";background:transparent}.p2-stepper li.is-active,.p2-stepper li.is-complete{color:var(--p2-black)}.p2-stepper li.is-active:after{background:var(--p2-orange)}.p2-stepper__number{display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:12px;font-weight:700}.p2-stepper li.is-active .p2-stepper__number{border-color:var(--p2-orange);background:var(--p2-orange);color:var(--p2-black)}.p2-stepper li.is-complete .p2-stepper__number{border-color:var(--p2-black);background:var(--p2-black);color:transparent}.p2-stepper li.is-complete .p2-stepper__number:before{color:#fff;content:"\2713";font-size:16px}.p2-stepper b,.p2-stepper small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.p2-stepper b{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.p2-stepper small{margin-top:2px;font-size:12px;font-weight:500}.p2-initial{display:grid;grid-template-columns:minmax(480px,.9fr) minmax(620px,1.1fr);height:clamp(610px,calc(100svh - 157px),790px);min-height:0;background:var(--p2-paper)}.p2-initial__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,4vw,62px) clamp(42px,4.8vw,92px)}.p2-kicker{margin:0 0 12px;color:var(--p2-orange);font-size:12px;font-weight:800;letter-spacing:.14em;line-height:1.3;text-transform:uppercase}.p2-title{max-width:760px;margin:0;color:var(--p2-black);font-size:clamp(52px,4vw,72px);font-style:normal;font-weight:800;letter-spacing:-.065em;line-height:.92;text-transform:uppercase}.p2-title em{color:var(--p2-orange);font-style:normal}.p2-title span,.p2-title em{display:block;white-space:nowrap}.p2-intro{max-width:640px;margin:18px 0 20px;color:#3d3935;font-size:clamp(14px,1vw,16px);line-height:1.5}.p2-selector{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;width:min(100%,560px)}.p2-selector__heading,.p2-selector__status,.p2-selector .p2-button{grid-column:1 / -1}.p2-selector__heading{display:flex;align-items:center;gap:10px;margin-bottom:1px;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.p2-selector__heading span{width:8px;height:8px;background:var(--p2-orange)}.p2-field>span{display:block;margin:0 0 7px;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.p2-field select{width:100%;height:50px;padding:0 44px 0 18px;border:1px solid #bcb7af;border-radius:0;outline:0;background:#fff;color:var(--p2-black);font-size:15px;transition:border-color .2s ease,box-shadow .2s ease}.p2-field select:focus{border-color:var(--p2-orange);box-shadow:0 0 0 2px #ff9d002e}.p2-field select:disabled{background:#f1efeb;color:#aaa59e;cursor:not-allowed}.p2-search-select{position:relative;width:100%}.p2-search-select__trigger,.p2-search-select__menu{display:none}.p2-search-select.is-enhanced>select{display:none}.p2-search-select.is-enhanced .p2-search-select__trigger{display:flex;width:100%;height:50px;align-items:center;justify-content:space-between;gap:16px;padding:0 18px;border:1px solid #bcb7af;border-radius:0;background:#fff;color:var(--p2-black);cursor:pointer;font:inherit;font-size:15px;text-align:left;transition:border-color .2s ease,box-shadow .2s ease}.p2-search-select__trigger>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.p2-search-select__trigger i{width:9px;height:9px;flex:0 0 9px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .2s ease}.p2-search-select.is-open .p2-search-select__trigger{border-color:var(--p2-orange);box-shadow:0 0 0 2px #ff9d002e}.p2-search-select.is-open .p2-search-select__trigger i{transform:translateY(2px) rotate(225deg)}.p2-search-select__trigger:focus-visible{border-color:var(--p2-orange);box-shadow:0 0 0 2px #ff9d002e;outline:0}.p2-search-select__trigger:disabled{background:#f1efeb;color:#aaa59e;cursor:not-allowed}.p2-search-select.is-enhanced .p2-search-select__menu:not([hidden]){position:fixed;z-index:480;display:block;overflow:hidden;border:1px solid #26231f;background:#fff;box-shadow:0 16px 36px #19161233}.p2-search-select__search{display:block;padding:9px;border-bottom:1px solid var(--p2-line);background:#f4f1ec}.p2-search-select__search input{width:100%;height:42px;padding:0 13px;border:1px solid #8e8880;border-radius:0;outline:0;background:#fff;color:var(--p2-black);font:inherit;font-size:14px}.p2-search-select__search input:focus{border-color:var(--p2-orange);box-shadow:0 0 0 2px #ff9d002e}.p2-search-select__options{max-height:min(300px,46vh);overflow-y:auto;overscroll-behavior:contain}.p2-search-select__options button{display:block;width:100%;min-height:42px;padding:9px 13px;border:0;border-bottom:1px solid #eeeae4;background:#fff;color:var(--p2-black);cursor:pointer;font:inherit;font-size:13px;line-height:1.25;text-align:left}.p2-search-select__options button:hover,.p2-search-select__options button:focus-visible{background:#fff3df;outline:0}.p2-search-select__options button.is-selected{box-shadow:inset 3px 0 0 var(--p2-orange);font-weight:700}.p2-search-select__empty{margin:0;padding:14px;color:var(--p2-muted);font-size:12px}.p2-selector__status{min-height:20px;margin:1px 0 0;color:var(--p2-muted);font-size:12px}.p2-selector__status.is-confirmed{color:#147d45;font-weight:700}.p2-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:12px;padding:0 24px;border:1px solid var(--p2-black);background:transparent;color:var(--p2-black);cursor:pointer;font-size:11px;font-weight:800;letter-spacing:.08em;line-height:1.1;text-transform:uppercase;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.p2-button:hover,.p2-button:focus-visible{border-color:var(--p2-orange);background:var(--p2-orange);color:var(--p2-black)}.p2-button:focus-visible{outline:2px solid var(--p2-black);outline-offset:3px}.p2-button:disabled{border-color:#c7c3bc;background:#e8e5df;color:#96928c;cursor:not-allowed}.p2-button--dark{border-color:var(--p2-black);background:var(--p2-black);color:#fff}.p2-button--outline{width:100%;background:#ffffffb8}.p2-button.is-ready,.p2-attention-control{position:relative;overflow:hidden;isolation:isolate}.p2-button.is-ready:after,.p2-attention-control:after{position:absolute;inset:-45% auto -45% -32%;width:20%;z-index:0;background:linear-gradient(95deg,transparent,rgba(255,157,0,.72),transparent);content:"";pointer-events:none;transform:skew(-18deg);animation:p2-cta-sheen 3.4s ease-in-out infinite}.p2-button.is-ready>span,.p2-attention-control>span{color:var(--p2-orange);animation:p2-cta-arrow 1.05s ease-in-out infinite}@keyframes p2-cta-sheen{0%,18%{left:-32%;opacity:0}28%{opacity:.95}55%,to{left:118%;opacity:0}}@keyframes p2-cta-arrow{0%,to{transform:translate(0)}45%{transform:translate(5px)}}.p2-product-composition{position:relative;min-height:100%;overflow:hidden;border-left:1px solid rgba(216,212,204,.72);background:radial-gradient(circle at 47% 46%,rgba(255,255,255,.98) 0 18%,rgba(255,255,255,.45) 46%,transparent 70%),var(--p2-stone);isolation:isolate}.p2-product-composition:after{position:absolute;right:8%;bottom:7%;left:7%;height:13%;z-index:-1;border-radius:50%;background:#2f281e2e;content:"";filter:blur(44px);transform:scaleX(.88)}.p2-product-composition--video{background:#080808}.p2-product-composition--video:after{content:none}.p2-welcome-media__poster,.p2-welcome-media__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.p2-welcome-media__poster{z-index:1;display:block}.p2-product-composition .p2-welcome-media__poster img{position:static;display:block;width:100%;max-width:100%;height:100%;object-fit:cover;filter:none}.p2-welcome-media__video{z-index:2;display:block;border:0;background:transparent;object-fit:cover;opacity:0;transition:opacity .24s ease}.p2-welcome-media__video.is-ready{opacity:1}.p2-product-composition__label{position:absolute;top:5%;right:8%;z-index:4;margin:0;color:var(--p2-orange);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.p2-product-composition__stage{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateY(-6.5%)}.p2-product-composition__orbit{position:absolute;top:12%;left:13%;width:56%;aspect-ratio:1;border:1px solid rgba(255,157,0,.32);border-radius:50%;transform:rotate(-13deg) scaleY(.68)}.p2-product-composition img{position:absolute;z-index:2;max-width:none;height:auto;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(35,30,24,.17));-webkit-user-select:none;user-select:none}.p2-product-composition__shower{position:absolute;top:7%;left:11%;z-index:3;width:min(43vw,455px);aspect-ratio:1;overflow:hidden;border-radius:50%;filter:drop-shadow(0 30px 26px rgba(35,30,24,.22));transform:rotate(-8deg);transition:transform .55s cubic-bezier(.22,1,.36,1)}.p2-product-composition__shower img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;filter:none;object-fit:contain}.p2-product-composition__shower:after{position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;content:"";background:linear-gradient(108deg,transparent 38%,rgba(255,255,255,.8) 49%,transparent 60%);mix-blend-mode:screen;transform:translate(-100%) rotate(8deg)}.p2-product-composition:hover .p2-product-composition__shower{transform:rotate(-3deg) translateY(-8px) scale(1.025)}.p2-product-composition:hover .p2-product-composition__shower:after{animation:p2-shower-sweep 1.15s cubic-bezier(.22,1,.36,1) both}.p2-product-composition__portafilter{top:17%;right:-7%;width:61%;transform:rotate(7deg)}.p2-product-composition__tamper{right:11%;bottom:3%;width:22%}.p2-product-composition__distributor{right:33%;bottom:4%;width:14%}.p2-product-composition__basket{bottom:3%;left:31%;width:19%}.p2-product-composition__ring{bottom:3%;left:7%;width:21%}@keyframes p2-shower-sweep{0%{transform:translate(-100%) rotate(8deg)}to{transform:translate(100%) rotate(8deg)}}.p2-loading,.p2-empty{display:grid;min-height:650px;place-items:center;align-content:center;padding:80px 24px;text-align:center}.p2-loading span{width:48px;height:48px;border:2px solid #d6d1ca;border-top-color:var(--p2-orange);border-radius:50%;animation:p2-spin .7s linear infinite}.p2-loading p{margin:18px 0 0;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@keyframes p2-spin{to{transform:rotate(1turn)}}.p2-empty h2{max-width:680px;margin:0 0 30px;font-size:clamp(34px,5vw,66px);letter-spacing:-.045em;line-height:1}.p2-results{position:relative;display:grid;grid-template-columns:minmax(420px,38%) minmax(0,62%);height:clamp(680px,calc(100svh - 207px),760px);min-height:0;overflow:hidden;background:var(--p2-stone);isolation:isolate}.p2-fit-trace{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;width:100%;height:100%;overflow:visible;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .12s ease,visibility 0s linear .12s}.p2-fit-trace.is-drawing{opacity:1;visibility:visible;transition-delay:0s}.p2-fit-trace path{fill:none;stroke:var(--p2-orange);stroke-linecap:round;stroke-width:2;opacity:0;filter:drop-shadow(0 0 6px rgba(255,157,0,.55))}.p2-fit-trace circle{fill:#ff9d0029;stroke:var(--p2-orange);stroke-width:2;opacity:0;transform-box:fill-box;transform-origin:center}.p2-fit-trace.is-drawing path{opacity:1;animation:p2-draw-line .42s cubic-bezier(.22,1,.36,1) both}.p2-fit-trace.is-drawing circle{opacity:1;animation:p2-target-pulse .42s .26s cubic-bezier(.22,1,.36,1) both}@keyframes p2-draw-line{0%{stroke-dashoffset:var(--p2-trace-length, 600)}to{stroke-dashoffset:0}}@keyframes p2-target-pulse{0%{opacity:0;transform:scale(.4)}55%{opacity:1;transform:scale(1.65)}to{opacity:1;transform:scale(1)}}.p2-machine{position:relative;z-index:1;display:grid;grid-template-rows:auto 1fr auto;min-width:0;min-height:100%;height:100%;padding:clamp(28px,2.7vw,46px) clamp(30px,3.2vw,58px) 28px;border-right:1px solid var(--p2-line);background:#fff}.p2-mobile-cue{display:none}.p2-machine__copy h2{margin:0;font-size:clamp(38px,3.1vw,58px);font-weight:700;letter-spacing:-.055em;line-height:.95;text-transform:uppercase}.p2-machine__copy>p:last-child{margin:12px 0 0;color:#3e3a35;font-size:14px;font-weight:600}.p2-machine__media{position:relative;display:grid;min-height:0;place-items:center}.p2-machine__media:after{position:absolute;right:14%;bottom:8%;left:14%;height:8%;border-radius:50%;background:#25211c33;content:"";filter:blur(26px)}.p2-machine__media img{position:relative;z-index:1;display:block;width:min(92%,520px);max-height:min(44svh,405px);object-fit:contain;filter:drop-shadow(0 24px 18px rgba(40,35,29,.12))}.p2-machine__placeholder{display:grid;width:70%;aspect-ratio:1;place-items:center;border:1px solid var(--p2-line);color:var(--p2-muted);font-size:13px;text-transform:uppercase}.p2-setup{position:relative;z-index:1;min-width:0;display:grid;grid-template-rows:auto 220px auto 320px;height:100%;min-height:0;overflow:hidden;padding:clamp(16px,1.3vw,22px) clamp(30px,3vw,54px) 10px}.p2-setup__header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:6px}.p2-setup__header h2{max-width:820px;margin:0;font-size:clamp(34px,2.4vw,42px);font-weight:500;letter-spacing:-.06em;line-height:.94;text-transform:uppercase}.p2-setup__count{flex:0 0 auto;margin:0 0 7px;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.p2-primary{position:relative;display:grid;grid-template-columns:minmax(330px,.88fr) minmax(360px,1.12fr);height:220px;min-height:0;overflow:hidden;border-top:5px solid var(--p2-orange);background:#fff}.p2-primary__media{position:relative;display:grid;min-height:0;place-items:center;padding:18px 22px;background:#f7f5f1}.p2-product-media-action{width:100%;border:0;color:inherit;cursor:pointer;font:inherit;text-align:inherit}.p2-product-media-action:hover,.p2-product-media-action:focus,.p2-product-media-action:active{background:#f7f5f1!important;color:inherit!important}.p2-product-media-action:focus-visible{z-index:3;box-shadow:inset 0 0 0 3px var(--p2-orange);outline:0}.p2-primary__media:before,.p2-product-card__media:before{position:absolute;width:62%;aspect-ratio:1;border:1px solid rgba(255,157,0,.3);border-radius:50%;content:"";opacity:.55;transform:scale(.82);transition:opacity .3s ease,transform .42s cubic-bezier(.22,1,.36,1)}.p2-primary__media img{position:relative;z-index:1;display:block;width:100%;height:190px;object-fit:contain;filter:drop-shadow(0 22px 17px rgba(35,30,24,.16))}.p2-primary__body{display:flex;flex-direction:column;justify-content:center;min-height:0;padding:12px clamp(24px,2.4vw,42px) 12px 14px}.p2-primary__body .p2-kicker{margin-bottom:6px}.p2-primary__body h3{margin:0;font-size:clamp(23px,1.65vw,28px);font-weight:700;letter-spacing:-.045em;line-height:1;text-transform:uppercase}.p2-primary__spec{margin:6px 0 5px;color:#49453f;font-size:13px;line-height:1.45}.p2-primary__bottom{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-top:4px}.p2-primary__bottom .p2-button{flex-shrink:0}.p2-product-price{font-size:19px;font-weight:800}.p2-options{display:flex;flex-wrap:wrap;gap:8px}.p2-option{min-width:120px}.p2-option span{display:block;margin-bottom:5px;color:var(--p2-muted);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.p2-option select{width:100%;height:40px;padding:0 34px 0 11px;border:1px solid #bdb8b0;border-radius:0;background:#fff;color:var(--p2-black);font-size:11px}.p2-option select:focus{border-color:var(--p2-orange);outline:2px solid rgba(255,157,0,.18)}.p2-rail-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:6px 0 4px}.p2-rail-heading h3{margin:0;font-size:clamp(24px,1.8vw,31px);font-weight:600;letter-spacing:-.04em;line-height:1;text-transform:uppercase}.p2-rail-heading__controls{display:flex;align-items:center;gap:8px}.p2-rail-heading__controls span{margin-right:7px;font-size:10px;font-weight:800;letter-spacing:.08em}.p2-rail-heading__controls button{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--p2-black);background:transparent;color:var(--p2-black);cursor:pointer;transition:background-color .2s ease,color .2s ease}.p2-rail-heading__controls button:hover,.p2-rail-heading__controls button:focus-visible{background:var(--p2-black);color:#fff}.p2-rail{display:flex;gap:12px;min-width:0;overflow-x:auto;overflow-y:hidden;height:320px;min-height:0;padding:0 0 8px;scroll-behavior:smooth;scroll-snap-type:x proximity;-ms-overflow-style:none;scrollbar-width:none}.p2-rail::-webkit-scrollbar{display:none;width:0;height:0}.p2-product-card{--tilt-x: 0deg;--tilt-y: 0deg;position:relative;display:grid;flex:0 0 30%;grid-template-rows:150px minmax(0,1fr);min-width:270px;height:312px;min-height:0;overflow:hidden;border:1px solid var(--p2-line);background:#fff;scroll-snap-align:start;transition:flex-basis .42s cubic-bezier(.22,1,.36,1),border-color .25s ease,opacity .25s ease}.p2-rail.has-active .p2-product-card:not(.is-active){opacity:.62}.p2-product-card.is-active{flex-basis:38%;border-color:var(--p2-orange);opacity:1}.p2-product-card__media{position:relative;display:grid;overflow:hidden;place-items:center;padding:12px;background:#f7f5f1}.p2-product-card__media img{position:relative;z-index:1;display:block;width:100%;height:140px;object-fit:contain;filter:drop-shadow(0 16px 13px rgba(35,30,24,.16));transform:perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transform-origin:50% 60%;transition:transform .42s cubic-bezier(.22,1,.36,1),filter .3s ease;will-change:transform}.p2-product-card.is-active .p2-product-card__media:before{opacity:1;transform:scale(1.06)}.p2-product-card.is-active .p2-product-card__media img{filter:drop-shadow(0 24px 18px rgba(35,30,24,.22));transform:perspective(900px) translateY(-11px) scale(1.06) rotateX(var(--tilt-x)) rotateY(var(--tilt-y))}.p2-product-card__media:after{position:absolute;top:0;bottom:0;left:-36%;width:22%;z-index:2;background:linear-gradient(90deg,transparent,rgba(255,157,0,.2),transparent);content:"";opacity:0;pointer-events:none;transform:skew(-16deg)}.p2-product-card.is-active .p2-product-card__media:after{animation:p2-card-scan .72s cubic-bezier(.22,1,.36,1) both}@keyframes p2-card-scan{0%{left:-36%;opacity:0}25%{opacity:1}to{left:116%;opacity:0}}.p2-product-card__body{position:relative;display:flex;flex-direction:column;min-width:0;padding:13px 15px 14px;border-top:1px solid var(--p2-line)}.p2-product-card__body h4{margin:0;font-size:15px;font-weight:700;letter-spacing:-.025em;line-height:1.12;text-transform:uppercase}.p2-product-card__spec{display:-webkit-box;overflow:hidden;min-height:30px;margin:5px 0 8px;color:#55504a;font-size:11px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.p2-product-card__reveal{display:flex;flex-direction:column;align-items:stretch;gap:7px;margin-top:auto;opacity:0;clip-path:inset(0 0 100% 0);transform:translateY(10px);transition:opacity .24s ease,clip-path .38s cubic-bezier(.22,1,.36,1),transform .38s cubic-bezier(.22,1,.36,1)}.p2-product-card__purchase{display:flex;align-items:center;justify-content:space-between;gap:10px}.p2-product-card__cta{min-height:36px;padding:0 14px;border:1px solid var(--p2-black);background:var(--p2-black);color:#fff;cursor:pointer;font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.p2-product-card__cta:disabled{border-color:#d6d1ca;background:#d6d1ca;color:#77716a;cursor:not-allowed}.p2-product-card.is-active .p2-product-card__reveal,.p2-product-card:focus-within .p2-product-card__reveal{opacity:1;clip-path:inset(0);transform:translateY(0)}.p2-product-card .p2-options{flex-wrap:nowrap;overflow-x:auto}.p2-product-card .p2-option{flex:0 0 120px}.p2-product-card .p2-button{width:100%;min-height:38px}.p2-product-card__activate{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border:0;background:transparent;cursor:pointer}.p2-product-card__activate:hover,.p2-product-card__activate:focus,.p2-product-card__activate:focus-visible{background:transparent!important;color:inherit!important;box-shadow:none!important;outline:0}.p2-product-card.is-active .p2-product-card__activate{pointer-events:none}.p2-product-card:hover,.p2-product-card:focus-within,.p2-product-card:hover .p2-product-card__body,.p2-product-card:focus-within .p2-product-card__body{background:#fff;color:var(--p2-black)}.p2-product-card__body>*:not(.p2-product-card__activate),.p2-product-card__media>*{position:relative;z-index:1}.p2-info-link{width:max-content;padding:0 0 3px;border:0;border-bottom:1px solid currentColor;background:transparent;color:var(--p2-black);cursor:pointer;font-size:10px;font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.p2-info-link:hover,.p2-info-link:focus-visible{border-color:var(--p2-orange);color:#9b5f00;outline:0}.p2-detail-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100500;display:grid;place-items:center;padding:18px}.p2-detail-scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#f1eee8e6;cursor:zoom-out}.p2-detail-scrim:hover,.p2-detail-scrim:focus-visible,.p2-detail-scrim:active{background:#f1eee8e6;outline:0}.p2-detail{position:relative;z-index:1;display:grid;grid-template-rows:40px minmax(0,1fr) auto;width:min(1120px,calc(100vw - 36px));height:min(740px,calc(100svh - 36px));overflow:hidden;border:1px solid #26231f;background:#fff;box-shadow:0 30px 90px #00000057}.p2-detail__fit{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:18px;padding:0 14px 0 16px;background:#242220;color:#fff;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.p2-detail__fit span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.p2-detail__fit i{display:inline-grid;width:18px;height:18px;margin-right:8px;place-items:center;background:var(--p2-orange);color:#fff;font-style:normal}.p2-detail__close{position:relative;display:grid;flex:0 0 40px;width:40px;height:40px;place-items:center;padding:0;border:0;background:transparent;color:#fff;cursor:pointer;font-size:0!important;line-height:0!important}.p2-detail__close:before,.p2-detail__close:after{position:absolute;width:23px;height:2px;border-radius:2px;background:currentColor;content:""}.p2-detail__close:before{transform:rotate(45deg)}.p2-detail__close:after{transform:rotate(-45deg)}.p2-detail__grid{display:grid;grid-template-columns:41% 59%;min-height:0}.p2-detail__media{display:grid;grid-template-rows:minmax(0,1fr) 90px;min-height:0;border-right:1px solid #26231f;background:#fff}.p2-detail__hero{position:relative;display:grid;min-height:0;place-items:center;padding:0;overflow:hidden;background:#fff}.p2-detail__hero:after{display:none}.p2-detail__hero img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0;object-position:center;object-fit:contain;filter:none}.p2-detail__thumbs{display:flex;min-width:0;border-top:1px solid #26231f;background:#fff}.p2-detail__thumbs button{display:grid;flex:0 0 25%;min-width:0;place-items:center;padding:8px;border:0;border-right:1px solid var(--p2-line);background:#fff;cursor:pointer}.p2-detail__thumbs button.is-selected{box-shadow:inset 0 0 0 2px var(--p2-black)}.p2-detail__thumbs img{width:100%;height:68px;object-fit:contain}.p2-detail__thumbs .p2-detail__more{background:#242220;color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.p2-detail__thumbs .p2-detail__more strong{display:block;font-size:23px}.p2-detail__content{min-width:0;overflow-y:auto;padding:24px 28px 20px;scrollbar-color:var(--p2-orange) rgba(11,11,11,.1);scrollbar-width:thin}.p2-detail__kicker{margin:0 0 6px;color:#77716a;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.p2-detail__content h2{margin:0;font-size:clamp(28px,2.7vw,42px);font-weight:800;letter-spacing:-.05em;line-height:.98}.p2-detail__description{max-width:590px;margin:7px 0 14px;color:#5e5953;font-size:13px;line-height:1.35}.p2-detail__summary-loading{display:grid;gap:8px;min-height:82px;align-content:center;margin:7px 0 14px}.p2-detail__summary-loading i{display:block;width:min(100%,560px);height:10px;overflow:hidden;background:#e8e4de}.p2-detail__summary-loading i:nth-child(2){width:min(82%,460px)}.p2-detail__summary-loading i:nth-child(3){width:min(64%,360px)}.p2-detail__features{display:grid;gap:7px;max-width:610px;margin:0 0 14px;padding:0;list-style:none}.p2-detail__features li{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:8px;color:#4d4842;font-size:11px;line-height:1.35}.p2-detail__features i{display:grid;width:18px;height:18px;place-items:center;background:var(--p2-black);color:#fff;font-size:9px;font-style:normal}.p2-detail__features strong,.p2-detail__features small{display:block}.p2-detail__features strong{color:var(--p2-black);font-size:12px;line-height:1.2}.p2-detail__features small{margin-top:2px;color:#5e5953;font-size:10px;line-height:1.3}.p2-detail__feature-callout{display:flex;width:max-content;max-width:100%;align-items:center;gap:7px;margin:-2px 0 14px;padding:6px 10px;border-radius:999px;background:#d9fae5;color:#087a42;font-size:10px;font-weight:700;line-height:1.25}.p2-detail__feature-callout i{font-style:normal}.p2-detail__rule{height:1px;margin:12px 0;background:var(--p2-line)}.p2-detail__rule--strong{height:2px;background:#26231f}.p2-detail__specs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.p2-detail__specs>div{min-width:0;padding:0 12px;border-right:1px solid var(--p2-line)}.p2-detail__specs>div:first-child{padding-left:0}.p2-detail__specs>div:last-child{border-right:0}.p2-detail__specs span,.p2-detail__label{display:block;margin:0 0 5px;color:#77716a;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.p2-detail__specs strong{display:block;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.p2-detail__segments{display:flex;flex-wrap:wrap;margin-bottom:13px}.p2-detail__segments button{min-height:37px;padding:0 18px;border:1px solid #282522;border-right:0;background:#fff;color:#282522;cursor:pointer;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.p2-detail__segments button:last-child{border-right:1px solid #282522}.p2-detail__segments button.is-selected{background:#282522;color:#fff}.p2-detail__segments button:disabled{color:#aaa59e;cursor:wait}.p2-detail__handle-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:2px 0 8px;color:#77716a;font-size:10px;text-transform:uppercase}.p2-detail__handle-head b{color:#282522}.p2-detail__swatches{display:grid;grid-template-columns:1fr 1.5fr;gap:18px}.p2-detail__handle-controls.is-one-piece{display:grid;grid-template-columns:minmax(170px,.72fr) minmax(0,1.28fr);gap:18px;align-items:start}.p2-detail__swatches>div+div{padding-left:18px;border-left:1px solid var(--p2-line)}.p2-detail__swatch-row,.p2-detail__fulls{display:flex;flex-wrap:wrap;gap:8px}.p2-detail__swatch{width:36px;height:36px;padding:3px;border:1px solid transparent;border-radius:50%;background:transparent;cursor:pointer}.p2-detail__swatch:before{display:block;width:100%;height:100%;border:1px solid rgba(0,0,0,.12);border-radius:50%;background:var(--p2-swatch);content:""}.p2-detail__swatch.is-selected{border-color:var(--p2-orange)}.p2-detail__fulls button{display:inline-flex;min-height:38px;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--p2-line);background:#fff;cursor:pointer;font-size:10px;font-weight:700}.p2-detail__fulls button.is-selected{border-color:var(--p2-orange);box-shadow:inset 0 0 0 1px var(--p2-orange)}.p2-detail__fulls .p2-detail__choice--pill{min-height:40px;padding:9px 13px;background:#fff;color:#282522;line-height:1.15}.p2-detail__fulls .p2-detail__choice--pill:hover{background:#fff;color:#282522}.p2-detail__fulls .p2-detail__choice--pill.is-selected{background:#fff8e9}.p2-detail__fulls .p2-detail__choice--pill:focus-visible{outline:2px solid #282522;outline-offset:2px}.p2-detail__fulls i{width:22px;height:22px;border:1px solid rgba(0,0,0,.12);border-radius:50%;background:var(--p2-swatch)}.p2-detail__generic-options{display:grid;gap:12px}.p2-detail__configuration{margin-top:12px;padding:14px;border:1px solid var(--p2-line);background:#f8f6f2}.p2-detail__section-title{margin:0 0 12px;color:var(--p2-orange);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.p2-detail__generic-options fieldset{min-width:0;margin:0;padding:0;border:0}.p2-detail__generic-options legend{margin:0 0 6px;padding:0;color:#77716a;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.p2-detail__choices{display:flex;flex-wrap:wrap;gap:7px}.p2-detail__choice{display:inline-flex;min-height:38px;align-items:center;gap:8px;padding:0 13px;border:1px solid #aaa59e;background:#fff;color:#282522;cursor:pointer;font-size:11px;font-weight:700}.p2-detail__choice.is-visual{min-height:54px;padding:5px 11px 5px 6px;text-align:left}.p2-detail__choice-media{display:grid;flex:0 0 44px;width:44px;height:42px;place-items:center;overflow:hidden;border:1px solid #ded9d2;background:#fff}.p2-detail__choice-media img{display:block;width:100%;height:100%;object-fit:contain}.p2-detail__choice-media small{color:#77716a;font-size:7px;font-weight:800;letter-spacing:.04em;line-height:1.05;text-align:center;text-transform:uppercase}.p2-detail__choice[data-p2-detail-body],.p2-detail__choice[data-p2-detail-end]{min-height:40px;padding:7px 10px 7px 7px}.p2-detail__choice[data-p2-detail-body] .p2-detail__choice-media,.p2-detail__choice[data-p2-detail-end] .p2-detail__choice-media{flex-basis:24px;width:24px;height:24px;border:1px solid rgba(0,0,0,.14);border-radius:50%;background-color:#ece9e3;background-image:var(--swatch--background, none);background-position:center;background-repeat:no-repeat;background-size:cover}.p2-detail__choice[data-p2-detail-body] .p2-detail__choice-media img,.p2-detail__choice[data-p2-detail-body] .p2-detail__choice-media small,.p2-detail__choice[data-p2-detail-end] .p2-detail__choice-media img,.p2-detail__choice[data-p2-detail-end] .p2-detail__choice-media small{display:none}.p2-detail__choice[data-p2-detail-body]:hover,.p2-detail__choice[data-p2-detail-end]:hover{background:#fff;color:#282522}.p2-detail__choice[data-p2-detail-body]:focus-visible,.p2-detail__choice[data-p2-detail-end]:focus-visible{outline:2px solid #282522;outline-offset:2px}.p2-detail__choice i{width:22px;height:22px;border:1px solid rgba(0,0,0,.12);border-radius:50%;background:var(--p2-swatch)}.p2-detail__choice>img{width:34px;height:34px;object-fit:contain}.p2-detail__choice.has-image{min-height:48px;padding-left:8px}.p2-detail__choice.is-selected{border-color:var(--p2-orange);box-shadow:inset 0 0 0 1px var(--p2-orange)}.p2-detail__choices.is-tamper-choices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.p2-detail__choice.is-tamper-choice{width:100%;min-width:0;min-height:56px;gap:6px;padding:5px 7px 5px 5px;background:#fff;color:#282522;font-size:9.5px;line-height:1.15}.p2-detail__choice.is-tamper-choice .p2-detail__choice-media{flex-basis:42px;width:42px;height:42px;border-radius:50%;background:#fff}.p2-detail__choice.is-tamper-choice:hover{background:#fff;color:#282522}.p2-detail__choice.is-tamper-choice.is-selected{background:#fff8e9}.p2-detail__choice.is-tamper-choice:focus-visible{outline:2px solid #282522;outline-offset:2px}.p2-detail__choice:disabled{opacity:.38;cursor:not-allowed}.p2-detail__links{display:grid;grid-template-columns:repeat(2,max-content);align-items:center;gap:26px;margin-top:14px}.p2-detail__videos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.p2-detail__videos article{min-width:0;border:1px solid var(--p2-line);background:#f7f5f1}.p2-detail__video-frame{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#111}.p2-detail__video-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.p2-detail__videos p{margin:0;padding:7px 9px;color:#4d4842;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.p2-detail__videos+.p2-detail__links{grid-template-columns:max-content;justify-content:end;margin-top:8px}.p2-detail__links a,.p2-detail__links button{display:inline-flex;min-height:28px;align-items:center;padding-bottom:2px;border-bottom:1px solid currentColor;border-top:0;border-right:0;border-left:0;background:transparent;color:#5e5953;cursor:pointer;font-size:10px;font-weight:800;letter-spacing:.07em;text-decoration:none;text-transform:uppercase}.p2-detail__links .p2-attention-control,.p2-detail__information-head .p2-attention-control{min-height:38px;padding:0 14px;border:1px solid #242220;background:#242220;color:#fff;text-decoration:none}.p2-detail__information-head{display:flex;justify-content:flex-start;margin-bottom:14px}.p2-attention-control.is-back>span{order:-1}.p2-detail__links a:hover,.p2-detail__links a:focus-visible,.p2-detail__links button:hover,.p2-detail__links button:focus-visible{color:#9b5f00}.p2-detail__full-info{margin-top:14px;padding:14px 16px;border-left:3px solid var(--p2-orange);background:#f3f0ea}.p2-detail__full-info h3{margin:0 0 8px;font-size:13px;letter-spacing:.04em;text-transform:uppercase}.p2-detail__full-info ul{display:grid;gap:6px;margin:0;padding-left:17px;color:#4d4842;font-size:11px;line-height:1.4}.p2-detail__education{margin-top:16px;border:1px solid var(--p2-line);background:#fff}.p2-detail__education>nav{display:flex;overflow-x:auto;border-bottom:1px solid #26231f;background:#171615;scrollbar-width:thin}.p2-detail__education>nav button{flex:0 0 auto;min-height:38px;padding:0 13px;border:0;border-bottom:3px solid transparent;background:transparent;color:#fff;cursor:pointer;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.p2-detail__education>nav button.is-active{border-bottom-color:var(--p2-orange)}.p2-detail__education-panel{min-height:310px}.p2-detail__education-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(210px,.85fr);min-height:310px}.p2-detail__education-split>div:not(.p2-detail__education-visual){padding:24px}.p2-detail__education-split.is-mechanism{grid-template-columns:minmax(210px,.85fr) minmax(0,1.15fr);background:#171615;color:#fff}.p2-detail__education-eyebrow{margin:0 0 8px;color:var(--p2-orange);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.p2-detail__education h3{margin:0;font-size:clamp(24px,2.15vw,34px);font-weight:800;letter-spacing:-.045em;line-height:1}.p2-detail__education-split.is-mechanism h3,.p2-detail__education-split.is-mechanism strong,.p2-detail__education-split.is-mechanism p{color:#fff!important}.p2-detail__education-lead{margin:12px 0 16px;color:#4d4842;font-size:12px;line-height:1.45}.p2-detail__education-benefits,.p2-detail__education-steps{display:grid;gap:10px;margin:0;padding:0;list-style:none}.p2-detail__education-benefits li{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px}.p2-detail__education-benefits i{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;background:#171615;color:#fff;font-size:9px;font-style:normal}.p2-detail__education-benefits p,.p2-detail__education-steps p{margin:0;font-size:10px;line-height:1.4}.p2-detail__education-benefits strong,.p2-detail__education-benefits span,.p2-detail__education-steps strong{display:block}.p2-detail__education-visual{display:grid;min-height:240px;place-items:center;padding:18px;background:#f3f0ea}.p2-detail__education-visual img{display:block;width:100%;height:100%;max-height:270px;object-fit:contain}.p2-detail__education-steps li{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;padding-top:9px;border-top:1px solid rgba(255,255,255,.2)}.p2-detail__education-steps li>span{color:var(--p2-orange);font-size:10px;font-weight:800}.p2-detail__education-heading{padding:22px 22px 14px}.p2-detail__education-handles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.p2-detail__education-handles article{min-width:0;padding:12px 14px 18px;border-top:1px solid var(--p2-line);border-right:1px solid var(--p2-line)}.p2-detail__education-handles article:last-child{border-right:0}.p2-detail__education-handles img{display:block;width:100%;height:110px;object-fit:contain}.p2-detail__education-handles p{margin:8px 0 4px;color:var(--p2-orange);font-size:9px;font-weight:800}.p2-detail__education-handles h4{margin:0 0 5px;font-size:12px}.p2-detail__education-handles span{display:block;color:#5e5953;font-size:10px;line-height:1.35}.p2-detail__education-why{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;padding:24px;background:#171615;color:#fff}.p2-detail__education-why h3,.p2-detail__education-why dd strong{color:#fff!important}.p2-detail__education-why>div>p:last-child{color:#d0cbc3!important;font-size:11px;line-height:1.45}.p2-detail__education-why dl{margin:0}.p2-detail__education-why dl>div{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;padding:10px 0;border-top:1px solid rgba(255,255,255,.2)}.p2-detail__education-why dt{color:var(--p2-orange);font-size:9px;font-weight:800}.p2-detail__education-why dd{margin:0}.p2-detail__education-why dd strong,.p2-detail__education-why dd span{display:block;font-size:10px;line-height:1.35}.p2-detail__education-why dd span{color:#d0cbc3!important}.p2-detail__education-faq{padding:0 22px 20px}.p2-detail__education-faq details{border-top:1px solid var(--p2-line)}.p2-detail__education-faq summary{padding:12px 0;cursor:pointer;font-size:11px;font-weight:800}.p2-detail__education-faq p{margin:-4px 0 13px;color:#5e5953;font-size:10px;line-height:1.45}.p2-detail__purchase{position:relative;z-index:2;border-top:1px solid #26231f;background:#242220;color:#fff}.p2-detail__actionbar{display:grid;grid-template-columns:minmax(260px,1fr) 110px minmax(260px,340px);min-height:64px;background:#242220;color:#fff}.p2-detail__shipping-summary{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:9px 18px}.p2-detail__shipping-icon,.p2-detail__trust i{display:grid;color:var(--p2-orange);place-items:center}.p2-detail__shipping-icon svg,.p2-detail__trust svg{width:24px;height:24px;fill:currentColor}.p2-detail__shipping-summary p,.p2-detail__trust p{min-width:0;margin:0}.p2-detail__shipping-summary strong,.p2-detail__shipping-summary span,.p2-detail__trust strong,.p2-detail__trust span{display:block}.p2-detail__shipping-summary strong{overflow:hidden;font-size:10px;letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.p2-detail__shipping-summary p>span{margin-top:3px;color:#d7d2ca;font-size:9px}.p2-detail__qty{display:grid;grid-template-columns:repeat(3,1fr);border-right:1px solid #46423d;border-left:1px solid #46423d}.p2-detail__qty button,.p2-detail__qty span{display:grid;place-items:center;border:0;background:transparent;color:#fff;font-size:15px}.p2-detail__qty button{cursor:pointer}.p2-detail__add{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 18px;border:0;background:var(--p2-orange);color:#111;cursor:pointer;font-size:12px;font-weight:500;letter-spacing:.15em;text-transform:uppercase}.p2-detail__add strong{font-size:15px;letter-spacing:0;white-space:nowrap}.p2-detail__trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #46423d}.p2-detail__trust>div,.p2-detail__trust>button{display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:8px;min-width:0;min-height:48px;padding:7px 10px;border-right:1px solid #46423d}.p2-detail__trust>:last-child{border-right:0}.p2-detail__trust>button{border-top:0;border-bottom:0;border-left:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}.p2-detail__trust>button:hover,.p2-detail__trust>button:focus-visible,.p2-detail__trust>button.is-open{background:#302d29}.p2-detail__trust strong{overflow:hidden;font-size:8px;letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.p2-detail__trust span{overflow:hidden;color:#d7d2ca;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.p2-market-flag{display:inline-block;margin-right:5px;font-style:normal;width:18px;height:auto;border-radius:1px;object-fit:contain;line-height:1;vertical-align:-2px}.p2-detail__shipping-summary strong .p2-market-flag,.p2-detail__trust strong .p2-market-flag{display:inline-block;width:18px;height:auto;line-height:1}.p2-detail__shipping-panel{display:grid;align-content:start;gap:18px;min-height:100%;padding:4px 0 28px}.p2-detail__shipping-panel>.p2-attention-control{justify-self:start;min-height:38px;padding:0 14px;border:1px solid #242220;background:#242220;color:#fff;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.p2-detail__shipping-panel>p{max-width:620px;margin:0;color:#5e5953;font-size:13px;line-height:1.55}.p2-detail__shipping-links{display:flex;flex-wrap:wrap;gap:10px}.p2-detail__shipping-links a{min-height:42px;padding:12px 16px;border:1px solid #171615;color:#171615;font-size:10px;font-weight:800;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.p2-detail__shipping-links a:hover,.p2-detail__shipping-links a:focus-visible{background:#171615;color:#fff}.p2-detail__add:disabled{background:#d6d1ca;color:#77716a;cursor:not-allowed}@media(min-width:750px){.p2-detail.is-summary-only.is-product-view .p2-detail__content{display:flex;flex-direction:column;justify-content:center;padding:32px 36px;overflow:hidden}.p2-detail.is-summary-only.is-product-view.has-video-guides .p2-detail__content{min-height:0;justify-content:flex-start;overflow-y:auto}.p2-detail.is-summary-only.is-product-view .p2-detail__description{font-size:14px;line-height:1.45}.p2-detail.is-summary-only.is-product-view .p2-detail__features{gap:10px}.p2-detail.is-summary-only.is-product-view .p2-detail__features li{font-size:12px}.p2-detail.is-education-view .p2-detail__content{display:flex;min-height:0;flex-direction:column;padding:18px 20px 20px;overflow:hidden}.p2-detail.is-education-view .p2-detail__information-head{flex:0 0 auto;margin-bottom:12px}.p2-detail.is-education-view .p2-detail__education{display:grid;flex:1 1 auto;grid-template-rows:auto minmax(0,1fr);min-height:0;margin-top:0}.p2-detail.is-education-view .p2-detail__education-panel{min-height:0;overflow-y:auto;scrollbar-color:var(--p2-orange) rgba(11,11,11,.1);scrollbar-width:thin}.p2-detail.is-education-view .p2-detail__education-split,.p2-detail.is-education-view .p2-detail__education-why{min-height:100%}.p2-detail.is-shipping-view .p2-detail__content{display:grid;align-items:center;padding:34px 42px;overflow:hidden}.p2-detail.is-shipping-view .p2-detail__shipping-panel{min-height:0;padding:0}}html.p2-detail-open,html.p2-detail-open body{overflow:hidden!important}html.p2-detail-open .Avada-Faqs_Button{display:none!important}.p2-toast{position:fixed;right:26px;bottom:76px;z-index:100320;max-width:min(420px,calc(100vw - 36px));padding:16px 20px;border-left:4px solid var(--p2-orange);background:var(--p2-black);color:#fff;box-shadow:0 18px 40px #0000003d;font-size:13px;font-weight:650}@media(max-width:1300px){.p2-initial{grid-template-columns:minmax(440px,.94fr) minmax(500px,1.06fr)}.p2-title{font-size:clamp(56px,5.4vw,76px)}.p2-product-composition__shower{width:min(43vw,490px)}.p2-results{grid-template-columns:minmax(380px,36%) minmax(0,64%)}.p2-machine,.p2-setup{padding-inline:34px}.p2-primary{grid-template-columns:.85fr 1.15fr}}@media(max-width:1050px){.p2-stepper{padding-inline:0}.p2-stepper li{padding-inline:15px}.p2-stepper small{display:none}.p2-initial{grid-template-columns:minmax(0,1fr);height:auto}.p2-initial__copy{min-width:0;padding:64px 48px 48px}.p2-product-composition{min-height:620px;border-top:1px solid var(--p2-line);border-left:0}.p2-product-composition--video{min-height:0;aspect-ratio:4 / 3}.p2-product-composition__shower{width:min(57vw,520px)}.p2-results{display:block;height:auto;overflow:visible}.p2-fit-trace{display:none}.p2-machine{grid-template-columns:minmax(260px,.8fr) minmax(360px,1.2fr);grid-template-rows:1fr auto;min-height:520px;height:auto;border-right:0;border-bottom:1px solid var(--p2-line)}.p2-machine__copy{align-self:center}.p2-machine__media{min-height:380px}.p2-machine .p2-button{grid-column:1 / -1}.p2-setup{display:block;height:auto}.p2-rail{height:auto}.p2-product-card,.p2-product-card.is-active{height:360px}}@media(min-width:1051px)and (max-height:900px){.p2-stepper{min-height:70px}.p2-stepper li{padding-block:12px}.p2-initial,.p2-results{height:max(500px,calc(100svh - 207px))}.p2-initial__copy,.p2-machine,.p2-setup{padding-block:18px}.p2-setup{grid-template-rows:auto 190px auto 240px}.p2-title{font-size:clamp(48px,3.6vw,62px)}.p2-intro{margin-block:14px 16px}.p2-machine__copy h2{font-size:clamp(33px,2.6vw,44px)}.p2-machine__copy>p:last-child{margin-top:7px}.p2-machine__media img{max-height:min(39svh,290px)}.p2-setup__header h2{font-size:clamp(33px,2.6vw,42px)}.p2-setup__header{margin-bottom:8px}.p2-primary{height:190px}.p2-primary__media img{height:162px}.p2-primary__body{padding:10px 20px 10px 10px}.p2-primary__body .p2-kicker{margin-bottom:3px;font-size:9px}.p2-primary__body h3{font-size:clamp(21px,1.65vw,28px)}.p2-primary__spec{display:none}.p2-primary__bottom{margin-top:5px}.p2-primary__bottom .p2-button{min-height:40px;padding-inline:16px}.p2-rail-heading{margin-block:8px 6px}.p2-product-card{grid-template-rows:116px minmax(0,1fr);height:232px}.p2-rail{height:240px}.p2-product-card__media img{height:108px}.p2-product-card__body{padding:7px 10px 10px}.p2-product-card__reveal{gap:4px}.p2-product-card .p2-info-link{padding-bottom:1px;font-size:12px;line-height:1.2}.p2-product-card__spec{min-height:14px;margin-block:3px 5px;-webkit-line-clamp:1}.p2-product-card .p2-product-price{font-size:15px}.p2-product-card__cta{min-height:31px;padding-inline:10px;font-size:8px}}@media(min-width:1051px)and (max-height:760px){.p2-initial__copy,.p2-machine,.p2-setup{padding-block:10px}.p2-setup{grid-template-rows:auto 160px auto 218px}.p2-setup__header h2{font-size:clamp(29px,2.3vw,36px)}.p2-primary{height:160px}.p2-primary__media img{height:136px}.p2-rail-heading{margin-block:6px 4px}.p2-rail{height:218px}.p2-product-card{grid-template-rows:90px minmax(0,1fr);height:210px}.p2-product-card__media img{height:82px}.p2-product-card__body{padding:5px 9px 8px}.p2-product-card__body h4{font-size:12.5px;line-height:1.06}.p2-product-card__spec{min-height:12px;margin-block:2px 3px;font-size:9.5px;line-height:1.2}.p2-product-card__reveal{gap:3px}.p2-product-card .p2-info-link{padding-bottom:1px;font-size:10px;line-height:1.15}.p2-product-card__purchase{gap:8px}.p2-product-card .p2-product-price{font-size:14px;line-height:1}.p2-product-card__cta{min-height:28px}}@media(max-width:749px){.p2-stepper{grid-template-columns:repeat(2,minmax(0,1fr));min-height:108px}.p2-stepper li{min-height:54px;padding:8px 12px;border-bottom:1px solid var(--p2-line)}.p2-stepper li:nth-child(3){border-left:1px solid var(--p2-line)}.p2-stepper__number{flex-basis:28px;width:28px;height:28px;font-size:9px}.p2-stepper b{font-size:8px}.p2-initial{min-height:auto}.p2-initial__copy{padding:42px 20px 36px}.p2-title{font-size:clamp(36px,11vw,48px);letter-spacing:-.06em}.p2-intro{margin:22px 0 26px;font-size:14px}.p2-selector{grid-template-columns:1fr}.p2-selector__heading,.p2-selector__status,.p2-selector .p2-button{grid-column:auto}.p2-field select,.p2-search-select.is-enhanced .p2-search-select__trigger{height:54px}.p2-search-select__options{max-height:min(300px,42svh)}.p2-product-composition{min-height:430px}.p2-product-composition--video{min-height:0;aspect-ratio:1}.p2-product-composition__stage{transform:translateY(-5%)}.p2-product-composition__label{top:18px;right:18px;font-size:8px}.p2-product-composition__shower{top:8%;left:2%;width:70vw}.p2-product-composition__portafilter{top:28%;right:-21%;width:77%}.p2-product-composition__tamper{right:9%;width:29%}.p2-product-composition__distributor{right:36%;bottom:10%;width:17%}.p2-product-composition__basket{bottom:1%;left:35%;width:27%}.p2-product-composition__ring{bottom:2%;left:2%;width:29%}.p2-machine{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto;min-height:auto;padding:34px 20px 24px}.p2-machine__copy h2{font-size:42px}.p2-machine__media{min-height:190px}.p2-machine__media img{max-height:220px}.p2-machine .p2-button{grid-column:auto}.p2-mobile-cue{position:relative;display:block;width:100%;height:72px;padding:0;border:0;border-bottom:1px solid var(--p2-line);background:#fff;cursor:pointer}.p2-mobile-cue svg{display:block;width:100%;height:100%;overflow:visible}.p2-mobile-cue__base,.p2-mobile-cue__trace{fill:none;stroke:var(--p2-orange);stroke-linecap:round;stroke-width:2}.p2-mobile-cue__base{opacity:.42}.p2-mobile-cue__arrow{fill:var(--p2-orange)}.p2-mobile-cue__trace{stroke-dasharray:1;stroke-dashoffset:1;opacity:.45}.p2-mobile-cue__target,.p2-mobile-cue__pulse{fill:#fff;stroke:var(--p2-orange);stroke-width:2}.p2-mobile-cue__pulse{opacity:0;transform-box:fill-box;transform-origin:center}.p2-mobile-cue__traveller{fill:var(--p2-orange);opacity:0;filter:drop-shadow(0 0 4px rgba(255,157,0,.75))}.p2-mobile-cue.is-active .p2-mobile-cue__trace{opacity:1;animation:p2-mobile-trace 1.6s cubic-bezier(.22,1,.36,1) infinite}.p2-mobile-cue.is-active .p2-mobile-cue__pulse{animation:p2-mobile-target 1.6s 1s ease-out infinite}.p2-mobile-cue.is-active .p2-mobile-cue__traveller{opacity:1}@keyframes p2-mobile-trace{0%{stroke-dashoffset:1;opacity:.35}55%,82%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:.35}}@keyframes p2-mobile-target{0%{opacity:.65;transform:scale(.65)}75%,to{opacity:0;transform:scale(2.4)}}.p2-setup{padding:38px 16px 42px}.p2-setup__header{display:block}.p2-setup__header h2{max-width:310px;font-size:36px;line-height:.96}.p2-setup__count{margin-top:14px}.p2-primary{display:block;height:auto;min-height:0;overflow:visible}.p2-primary__media{min-height:230px}.p2-primary__media img{height:210px}.p2-primary__body{padding:26px 20px 24px;border-top:1px solid var(--p2-line)}.p2-primary__body h3{font-size:31px}.p2-primary__bottom{display:grid}.p2-primary__bottom .p2-button{width:100%}.p2-rail-heading{align-items:center}.p2-rail-heading h3{font-size:25px}.p2-rail-heading__controls span{display:none}.p2-product-card,.p2-product-card.is-active{flex-basis:min(86vw,350px);min-width:min(86vw,350px);grid-template-rows:160px minmax(0,1fr);height:340px;opacity:1}.p2-product-card__media img{height:150px}.p2-product-card__reveal{opacity:1;clip-path:inset(0);transform:none}.p2-toast{right:18px;bottom:70px;left:18px}.p2-detail-layer{padding:0}.p2-detail{grid-template-rows:48px minmax(0,1fr) auto;width:100vw;height:100svh;border:0}.p2-detail__grid{display:block;overflow-y:auto}.p2-detail__media{grid-template-rows:270px 74px;border-right:0;border-bottom:1px solid #26231f}.p2-detail__hero{padding:0}.p2-detail__hero img{width:100%;height:100%;max-width:100%;max-height:100%;object-position:center}.p2-detail__thumbs img{height:55px}.p2-detail__content{overflow:visible;padding:22px 18px 28px}.p2-detail__content h2{font-size:32px}.p2-detail__links{grid-template-columns:1fr;gap:6px}.p2-detail__videos{grid-template-columns:1fr}.p2-detail__videos+.p2-detail__links{grid-template-columns:1fr;justify-content:stretch}.p2-detail__education-panel{min-height:0}.p2-detail__education-split,.p2-detail__education-split.is-mechanism,.p2-detail__education-why{grid-template-columns:1fr}.p2-detail__education-split.is-mechanism .p2-detail__education-visual{order:2}.p2-detail__education-handles{grid-template-columns:1fr}.p2-detail__education-handles article{border-right:0}.p2-detail__education-handles img{height:150px}.p2-detail__specs{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:14px}.p2-detail__specs>div:nth-child(2){border-right:0}.p2-detail__specs>div:nth-child(3){padding-left:0}.p2-detail__swatches,.p2-detail__generic-options,.p2-detail__handle-controls.is-one-piece{grid-template-columns:1fr}.p2-detail__choices.is-tamper-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.p2-detail__choice.is-tamper-choice .p2-detail__choice-media{flex-basis:40px;width:40px;height:40px}.p2-detail__swatches>div+div{padding-top:12px;padding-left:0;border-top:1px solid var(--p2-line);border-left:0}.p2-detail__actionbar{grid-template-columns:minmax(0,1fr) 78px minmax(150px,1.25fr);min-height:58px}.p2-detail__shipping-summary{grid-template-columns:23px minmax(0,1fr);gap:5px;padding:7px 8px}.p2-detail__shipping-icon svg{width:20px;height:20px}.p2-detail__shipping-summary strong{font-size:7px}.p2-detail__add{gap:7px;padding-inline:10px;font-size:10px;letter-spacing:.06em}.p2-detail__add strong{font-size:11px}.p2-detail__trust{grid-template-columns:repeat(2,minmax(0,1fr))}.p2-detail__trust>:nth-child(2){border-right:0}.p2-detail__trust>:nth-child(-n+2){border-bottom:1px solid #46423d}.p2-detail__trust>:last-child{grid-column:1 / -1}}@media(prefers-reduced-motion:reduce){.p2 *,.p2 *:before,.p2 *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.p2-fit-trace{display:none}.p2-mobile-cue__trace{stroke-dashoffset:0;opacity:1}.p2-mobile-cue__traveller,.p2-mobile-cue__pulse{display:none}.p2-product-card__media img,.p2-product-card.is-active .p2-product-card__media img,.p2-product-composition__shower{transform:none}.p2-welcome-media__video{display:none}}
/*# sourceMappingURL=/cdn/shop/t/45/assets/pesado-compatibility-p2.css.map */
