:root{--blue: #2D4BFF;--blue-dark: #1F36D6;--ink: #111111;--cream: #F7F4EE;--sand: #F0EDE6;--line: #D8D3C8;--muted: #5C5A55;--yellow: #FFD84A;--white: #FFFFFF;--f-wide: "Unbounded", "Arial Black", sans-serif;--f-body: "DM Sans", system-ui, -apple-system, sans-serif;--gutter: clamp(16px, 3.4vw, 48px);--max: 1440px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}html,body{overflow-x:clip}body{margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:var(--f-body);font-size:16px;line-height:1.5;color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}img{height:auto}a{color:inherit}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3,p,ul,dl,dd,fieldset{margin:0}ul[role=list]{list-style:none;padding:0}[hidden]{display:none!important}.pl-main{flex:1;padding-bottom:72px}.pl-wrap{width:100%;max-width:var(--max);margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}.pl-block{padding-top:32px}.pl-narrow{max-width:820px}.pl-muted{color:var(--muted)}.pl-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.pl-skip{position:absolute;left:16px;top:-60px;z-index:100;padding:12px 18px;border-radius:999px;background:var(--ink);color:var(--cream);font-weight:700;text-decoration:none}.pl-skip:focus{top:12px}.pl-wide{font-family:var(--f-wide);font-weight:900;text-transform:uppercase;line-height:.95;letter-spacing:-.02em}.pl-tread{background:repeating-conic-gradient(#111 0 4deg,#2a2a2a 4deg 8deg);border-radius:50%}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.pl-btn{min-height:56px;padding:0 26px;border:2px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--f-body);font-weight:700;font-size:17px;text-decoration:none;cursor:pointer;transition:transform .15s ease,background-color .15s ease,color .15s ease,border-color .15s ease}.pl-btn:hover{transform:translateY(-2px)}.pl-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.pl-btn--white{background:var(--white);color:var(--ink)}.pl-btn--ghost{border-color:var(--white);color:var(--white);background:transparent}.pl-btn--ghost:hover{background:var(--white);color:var(--blue)}.pl-btn--blue{background:var(--blue);color:var(--white)}.pl-btn--blue:hover{background:var(--blue-dark)}.pl-btn--ink{background:var(--ink);color:var(--cream)}.pl-btn--line{background:transparent;border-color:var(--line);color:var(--ink)}.pl-btn--line:hover{border-color:var(--ink)}.pl-pill{min-height:44px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;font-weight:700;font-size:15px;text-decoration:none;white-space:nowrap;color:var(--ink);transition:background-color .15s ease,color .15s ease,border-color .15s ease}.pl-pill:hover{background:var(--sand)}.pl-pill.is-active{background:var(--ink);color:var(--cream)}.pl-pill--chip{min-height:46px;padding:0 20px;background:var(--white);border:1.5px solid var(--line)}.pl-pill--chip:hover{background:var(--ink);color:var(--cream);border-color:var(--ink)}.pl-link{font-weight:700;color:var(--ink);text-underline-offset:4px}.pl-link:hover{color:var(--blue)}.pl-announce{background:var(--ink);color:var(--cream);text-align:center;font-size:14px;font-weight:700}.pl-announce p,.pl-announce a{display:block;padding:10px var(--gutter);text-decoration:none}.pl-header{position:sticky;top:0;z-index:50;background:#f7f4eeeb;backdrop-filter:saturate(1.4) blur(12px);-webkit-backdrop-filter:saturate(1.4) blur(12px)}.pl-header__bar{max-width:var(--max);margin:0 auto;padding:14px var(--gutter);display:flex;align-items:center;gap:20px}.pl-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);flex-shrink:0}.pl-logo__wheel{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.pl-logo__wheel span{width:16px;height:16px;border-radius:50%;background:var(--blue)}.pl-logo__name{font-size:22px}.pl-logo__img{width:auto;height:44px}.pl-logo--dark{color:var(--cream)}.pl-logo--dark .pl-logo__wheel{box-shadow:0 0 0 2px #2a2a2a}.pl-nav{display:flex;gap:4px;margin:0 auto;overflow-x:auto;scrollbar-width:none}.pl-nav::-webkit-scrollbar{display:none}.pl-header__actions{display:flex;align-items:center;gap:8px;margin-left:auto}.pl-icon-btn{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--line);background:var(--white);color:var(--ink);transition:border-color .15s ease}.pl-icon-btn:hover{border-color:var(--ink)}.pl-cart-btn{min-height:44px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;gap:4px;background:var(--blue);color:var(--white);font-weight:700;font-size:15px;text-decoration:none;white-space:nowrap;transition:background-color .15s ease,transform .2s ease}.pl-cart-btn:hover{background:var(--blue-dark)}.pl-cart-btn.is-bump{transform:scale(1.08)}.pl-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,560px);gap:24px;padding-top:12px;align-items:stretch}.pl-hero__card{position:relative;overflow:hidden;border-radius:36px;background:var(--blue);color:var(--white);padding:clamp(28px,4vw,48px);min-height:560px;display:flex;flex-direction:column;justify-content:space-between;gap:32px}.pl-hero__copy,.pl-hero__ctas{position:relative;z-index:1}.pl-hero__copy{display:flex;flex-direction:column;gap:20px}.pl-hero__title{font-size:clamp(44px,6vw,84px)}.pl-hero__text{font-size:19px;line-height:1.5;max-width:440px}.pl-hero__ctas{display:flex;flex-wrap:wrap;gap:12px}.pl-hero__deco{position:absolute;right:-150px;bottom:-150px;width:420px;height:420px;display:flex;align-items:center;justify-content:center;animation:pl-spin 40s linear infinite}.pl-hero__deco span{width:300px;height:300px;border-radius:50%;background:var(--blue)}.pl-hero__visual{position:relative;display:flex;align-items:center;justify-content:center}.pl-hero__wheel{width:min(540px,100%);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.pl-hero__photo{width:87%;aspect-ratio:1;border-radius:50%;overflow:hidden;background:var(--white);display:flex;align-items:center;justify-content:center}.pl-hero__photo img{width:100%;height:100%;object-fit:contain;padding:6%}.pl-hero__ph{font-size:14px;font-weight:700;color:var(--muted);text-align:center;padding:0 40px}.pl-sticker{position:absolute;left:0;bottom:30px;width:150px;height:150px;border-radius:50%;background:var(--yellow);border:3px solid var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-10deg);text-align:center}.pl-sticker span{font-size:12px;font-weight:700}.pl-sticker strong{font-size:26px}@keyframes pl-spin{to{transform:rotate(360deg)}}.pl-usage{display:flex;align-items:center;gap:10px 20px;flex-wrap:wrap;padding-top:8px;margin-bottom:32px}.pl-usage__title{font-size:18px}.pl-usage__chips{display:flex;flex-wrap:wrap;gap:10px}.pl-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:20px}.pl-head h2{font-size:clamp(26px,3vw,40px)}.pl-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.pl-card{position:relative;border-radius:28px;background:var(--white);padding:16px;display:flex;flex-direction:column;gap:10px;transition:transform .2s ease,box-shadow .2s ease}.pl-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #11111114}.pl-card__media{position:relative;display:block;aspect-ratio:1;border-radius:20px;overflow:hidden;background:var(--sand)}.pl-card__media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.pl-card__svg{width:100%;height:100%;fill:#cfcac0}.pl-card__badge{position:absolute;top:12px;left:12px;padding:5px 12px;border-radius:999px;background:var(--yellow);border:2px solid var(--ink);font-size:12px;font-weight:700}.pl-card__brand{font-size:12px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.pl-card__title{font-size:18px;line-height:1.1}.pl-card__title a{text-decoration:none}.pl-card__title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.pl-card__foot{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:6px}.pl-card__form,.pl-card .pl-plus{position:relative;z-index:1}.pl-card__soldout{font-size:13px;font-weight:700;color:var(--muted)}.pl-card--empty{opacity:.7}.pl-card--empty:hover{transform:none;box-shadow:none}.pl-chips-sm{display:flex;gap:6px;flex-wrap:wrap}.pl-chips-sm span{font-size:12px;font-weight:700;padding:5px 10px;border-radius:999px;background:var(--sand)}.pl-price{display:flex;flex-direction:column}.pl-price__now{font-size:24px}.pl-price s{font-size:13px;color:var(--muted)}.pl-price--lg{flex-direction:row;align-items:baseline;gap:12px}.pl-price--lg .pl-price__now{font-size:clamp(32px,3.4vw,44px);color:var(--blue)}.pl-price--lg s{font-size:18px}.pl-plus{width:48px;height:48px;border-radius:50%;border:0;background:var(--blue);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .15s ease,transform .15s ease}.pl-plus:hover{background:var(--blue-dark);transform:rotate(90deg)}.pl-plus[aria-busy=true]{opacity:.6}.pl-empty{grid-column:1 / -1;padding:40px 0;font-size:18px;color:var(--muted)}.pl-page-head{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.pl-page-head h1{font-size:clamp(34px,5vw,64px)}.pl-page-head__text{max-width:640px;color:var(--muted);font-size:18px}.pl-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.pl-sort{display:flex;align-items:center;gap:10px;font-weight:700;font-size:15px;min-width:0;max-width:100%}.pl-sort label{flex-shrink:0}.pl-sort select,.pl-search input[type=search],.pl-news input,.pl-qty input{min-height:48px;border:1.5px solid var(--line);border-radius:999px;background:var(--white);padding:0 18px}.pl-sort select{min-width:0;max-width:100%;text-overflow:ellipsis;padding-right:40px;appearance:none;-webkit-appearance:none;cursor:pointer;background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23111' stroke-width='2'/%3E%3C/svg%3E") no-repeat right 16px center}.pl-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:40px;font-weight:700}.pl-pagination .pl-pill{border:1.5px solid var(--line);background:var(--white)}.pl-colls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.pl-coll{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:28px;background:var(--white);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.pl-coll:hover{transform:translateY(-4px);box-shadow:0 14px 32px #11111114}.pl-coll__media{display:block;aspect-ratio:4 / 3;border-radius:20px;overflow:hidden;background:var(--sand)}.pl-coll__media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.pl-coll__title{font-size:22px;margin-top:6px}.pl-product{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:clamp(24px,4vw,64px);padding-top:24px;align-items:start}.pl-gallery{position:sticky;top:96px;display:flex;flex-direction:column;gap:12px}.pl-gallery__main{aspect-ratio:1;border-radius:36px;overflow:hidden;background:var(--white);display:flex;align-items:center;justify-content:center;touch-action:pan-y}.pl-gallery__main img{width:100%;height:100%;object-fit:contain;padding:4%}.pl-gallery__thumbs{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;overscroll-behavior-x:contain}.pl-gallery__thumbs::-webkit-scrollbar{display:none}.pl-thumb{width:84px;height:84px;flex-shrink:0;padding:6px;border-radius:18px;border:2px solid transparent;background:var(--white);cursor:pointer}.pl-thumb img{width:100%;height:100%;object-fit:contain}.pl-thumb.is-active{border-color:var(--blue)}.pl-info{display:flex;flex-direction:column;gap:18px}.pl-info__title{font-size:clamp(32px,4vw,56px)}.pl-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(120px,100%),1fr));gap:10px}.pl-specs div{background:var(--white);border-radius:20px;padding:14px 16px}.pl-specs dt{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.pl-specs dd{font-size:26px;margin-top:6px}.pl-specs small{font-size:13px;font-family:var(--f-body);font-weight:700;text-transform:none;letter-spacing:0}.pl-buy{display:flex;flex-direction:column;gap:16px}.pl-opt{border:0;padding:0}.pl-opt legend{font-weight:700;margin-bottom:8px}.pl-opt__vals{display:flex;flex-wrap:wrap;gap:8px}.pl-opt__val input{position:absolute;opacity:0;pointer-events:none}.pl-opt__val span{min-height:44px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;border:1.5px solid var(--line);background:var(--white);font-weight:700;cursor:pointer}.pl-opt__val input:checked+span{background:var(--ink);color:var(--cream);border-color:var(--ink)}.pl-opt__val input:focus-visible+span{outline:3px solid var(--yellow);outline-offset:3px}.pl-buy__row{display:flex;gap:10px}.pl-qty input{width:88px;min-height:56px;text-align:center;padding:0 10px}.pl-buy__btn{flex:1}.pl-buy .shopify-payment-button__button{border-radius:999px;min-height:56px}.pl-perks{display:flex;flex-direction:column;gap:8px;padding:16px 18px;border-radius:20px;background:var(--sand)}.pl-perks li{display:flex;gap:10px;align-items:center;font-weight:700;font-size:15px}.pl-perks svg{color:var(--blue);flex-shrink:0}.pl-rte{font-size:17px;line-height:1.65}.pl-rte>*+*{margin-top:1em}.pl-rte h2,.pl-rte h3{font-family:var(--f-wide);font-weight:900;text-transform:uppercase;letter-spacing:-.02em;line-height:1.05}.pl-rte img{border-radius:20px}.pl-rte a{color:var(--blue)}.pl-rte table{width:100%;border-collapse:collapse}.pl-rte td,.pl-rte th{padding:8px 10px;border-bottom:1px solid var(--line);text-align:left}.pl-article__img{border-radius:28px;overflow:hidden;margin-bottom:28px}.pl-cart{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}.pl-cart__items{display:flex;flex-direction:column;gap:12px}.pl-line{display:grid;grid-template-columns:110px minmax(0,1fr) auto auto;gap:16px;align-items:center;padding:14px;border-radius:28px;background:var(--white)}.pl-line__media{aspect-ratio:1;border-radius:18px;overflow:hidden;background:var(--sand)}.pl-line__media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.pl-line__info{display:flex;flex-direction:column;gap:4px;min-width:0}.pl-line__title{font-size:18px;text-decoration:none}.pl-line__remove{font-size:14px;margin-top:4px}.pl-line .pl-qty input{width:76px;min-height:48px}.pl-line__price{font-size:20px;text-align:right;min-width:90px}.pl-summary{position:sticky;top:96px;display:flex;flex-direction:column;gap:12px;padding:24px;border-radius:28px;background:var(--white)}.pl-summary__row{display:flex;justify-content:space-between;gap:12px;font-weight:700}.pl-summary__total{align-items:baseline;font-size:18px}.pl-summary__total strong{font-size:32px;color:var(--blue)}.pl-summary .pl-muted{font-size:14px}.pl-summary__btn{width:100%}.pl-empty-cart{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:40px;border-radius:28px;background:var(--white);font-size:18px}.pl-search{display:flex;gap:10px;max-width:720px;margin-bottom:20px}.pl-search input[type=search]{flex:1;min-height:56px;min-width:0}.pl-search__count{margin-bottom:20px}.pl-404{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding-top:56px}.pl-404__wheel{width:220px;height:220px;display:flex;align-items:center;justify-content:center;animation:pl-spin 12s linear infinite}.pl-404__wheel span{width:130px;height:130px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;font-size:30px}.pl-404 h1{font-size:clamp(40px,6vw,72px)}.pl-password{flex:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--gutter);background:var(--blue)}.pl-password__card{width:100%;max-width:560px;display:flex;flex-direction:column;gap:20px;padding:clamp(28px,5vw,48px);border-radius:36px;background:var(--cream)}.pl-password__card h1{font-size:clamp(36px,6vw,56px)}.pl-giftcard__amount{font-size:48px;color:var(--blue)}.pl-footer{background:var(--ink);color:var(--cream);border-radius:36px 36px 0 0}.pl-footer__top{max-width:var(--max);margin:0 auto;padding:48px var(--gutter) 32px;display:grid;grid-template-columns:1.2fr 1fr 1.4fr;gap:40px}.pl-footer__brand{display:flex;flex-direction:column;gap:16px}.pl-footer__brand p{color:#bdb8ae;max-width:320px}.pl-footer__links{display:flex;flex-direction:column;gap:10px}.pl-footer__links a{text-decoration:none;font-weight:700}.pl-footer__links a:hover{color:var(--yellow)}.pl-footer__news{display:flex;flex-direction:column;gap:16px}.pl-footer__news h2{font-size:22px}.pl-news{display:flex;flex-wrap:wrap;gap:8px}.pl-news input{flex:1;min-width:0;min-height:56px;border-color:transparent;color:var(--ink)}.pl-news__ok{font-weight:700;color:var(--yellow)}.pl-news__err{width:100%;color:#ff8a7a;font-size:14px}.pl-news__err ul{margin:0;padding-left:18px}.pl-password .pl-news input{border-color:var(--line)}.pl-footer__bottom{max-width:var(--max);margin:0 auto;padding:20px var(--gutter) 28px;display:flex;align-items:center;gap:12px 24px;flex-wrap:wrap;border-top:1px solid #2A2A2A;font-size:14px;color:#bdb8ae}.pl-footer__policies{display:flex;flex-wrap:wrap;gap:8px 18px}.pl-footer__policies a{text-decoration:none}.pl-footer__policies a:hover{color:var(--cream)}.pl-pay{display:flex;gap:6px;list-style:none;margin:0 0 0 auto;padding:0}.pl-pay svg{width:38px;height:24px}.pl-toast{position:fixed;left:50%;bottom:24px;z-index:200;transform:translate(-50%);display:flex;align-items:center;gap:14px;max-width:calc(100vw - 32px);padding:12px 12px 12px 20px;border-radius:999px;background:var(--ink);color:var(--cream);font-weight:700;box-shadow:0 14px 40px #11111140;animation:pl-toast-in .25s ease}.pl-toast a{padding:8px 16px;border-radius:999px;background:var(--yellow);color:var(--ink);text-decoration:none;white-space:nowrap}@keyframes pl-toast-in{0%{opacity:0;transform:translate(-50%,12px)}}@media(max-width:989px){.pl-hero{grid-template-columns:1fr}.pl-hero__card{min-height:460px}.pl-hero__visual{padding:12px 0}.pl-hero__wheel{width:min(440px,88vw)}.pl-grid,.pl-colls{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pl-product{grid-template-columns:minmax(0,1fr)}.pl-gallery{position:static}.pl-cart{grid-template-columns:1fr}.pl-summary{position:static}.pl-footer__top{grid-template-columns:1fr 1fr}.pl-footer__news{grid-column:1 / -1}.pl-header__bar{flex-wrap:wrap;row-gap:10px}.pl-nav{order:3;width:100%;margin:0 calc(var(--gutter) * -1);padding:0 var(--gutter)}}@media(max-width:599px){.pl-hide-sm{display:none}.pl-header__bar{padding-top:10px;padding-bottom:10px;gap:12px}.pl-logo__name{font-size:18px}.pl-logo__wheel{width:34px;height:34px}.pl-cart-btn{padding:0 14px;font-size:14px}.pl-hero__card{border-radius:28px;min-height:0}.pl-hero__text{font-size:17px}.pl-hero__ctas .pl-btn{flex:1 1 auto}.pl-hero__deco{width:280px;height:280px;right:-120px;bottom:-120px;opacity:.6}.pl-hero__deco span{width:200px;height:200px}.pl-sticker{width:112px;height:112px;bottom:8px}.pl-sticker strong{font-size:19px}.pl-usage__chips{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;margin:0 calc(var(--gutter) * -1);padding:0 var(--gutter)}.pl-usage__chips::-webkit-scrollbar{display:none}.pl-grid{gap:10px}.pl-card{border-radius:20px;padding:10px;gap:8px}.pl-card__media{border-radius:14px}.pl-card__title{font-size:14px}.pl-price__now{font-size:18px}.pl-plus{width:44px;height:44px}.pl-chips-sm span{font-size:11px;padding:4px 8px}.pl-colls{grid-template-columns:1fr}.pl-gallery__main{border-radius:24px}.pl-thumb{width:68px;height:68px}.pl-line{grid-template-columns:84px minmax(0,1fr);border-radius:20px}.pl-line .pl-qty{grid-column:1}.pl-line__price{grid-column:2;text-align:right}.pl-search{flex-direction:column}.pl-footer{border-radius:28px 28px 0 0}.pl-footer__top{grid-template-columns:1fr;gap:32px}.pl-pay{margin-left:0}.pl-toast{left:16px;right:16px;transform:none;justify-content:space-between;border-radius:24px}@keyframes pl-toast-in{0%{opacity:0;transform:translateY(12px)}}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.pl-btn:hover,.pl-card:hover,.pl-coll:hover,.pl-plus:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/plancher.css.map */
