.shop{background:#fff;color:var(--ink);overflow-x:clip;--shop-cols:var(--shop-cols-d, 4);--shop-gap:clamp(12px, 1.2vw, 24px);--shop-side:clamp(200px, 17vw, 264px);--shop-pill:#F5F4F1;--shop-pill-on:#F4E8D2;--shop-radius:clamp(14px, 1.3vw, 20px);--shop-cart:#EBDCC0;--shop-fill:.45s;--shop-line:rgba(17,17,17,.14)}.shop__inner{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter);padding-block:clamp(32px,4vw,72px) clamp(48px,6vw,96px)}.shop__head{display:flex;align-items:center;justify-content:space-between;gap:clamp(16px,2vw,40px);flex-wrap:wrap;margin-bottom:clamp(20px,2.4vw,40px)}.shop__title{margin:0;font-size:clamp(26px,2.6vw,44px);font-weight:var(--h1-weight);line-height:1.1;letter-spacing:-.026em}.shop__title em{font-family:var(--serif);font-style:italic;font-weight:700;letter-spacing:-.005em}.shop__search{position:relative;display:flex;align-items:center;gap:8px;flex:1 1 280px;max-width:460px;padding:clamp(6px,.6vw,9px) clamp(6px,.6vw,9px) clamp(6px,.6vw,9px) clamp(38px,3vw,46px);border:1px solid var(--shop-line);border-radius:999px;transition:border-color .2s ease,box-shadow .2s ease}.shop__search:focus-within{border-color:#1116;box-shadow:0 0 0 3px #c68a5024}.shop__glass{position:absolute;left:clamp(13px,1.1vw,17px);top:50%;transform:translateY(-50%);display:grid;place-items:center;pointer-events:none;opacity:.55}.shop__glass svg{width:clamp(17px,1.3vw,20px);height:auto}.shop__input{flex:1 1 auto;min-width:0;border:0;background:none;font:inherit;font-size:clamp(13px,.95vw,16px);color:inherit;padding-block:4px}.shop__input:focus{outline:none}.shop__input::-webkit-search-cancel-button{cursor:pointer}.shop__go{flex:0 0 auto;padding:clamp(7px,.65vw,11px) clamp(14px,1.2vw,22px);border-radius:999px;background:var(--btn);color:#fff;font-size:clamp(12px,.88vw,15px);font-weight:600;white-space:nowrap;transition:opacity .2s ease,transform .2s ease}.shop__go:hover{opacity:.86}.shop__go:active{transform:scale(.97)}.shop__body{display:grid;grid-template-columns:var(--shop-side) minmax(0,1fr);gap:clamp(20px,2.4vw,48px);align-items:start}.mbar{grid-column:1 / -1;border:1px solid var(--shop-line);border-radius:var(--shop-radius);background:#fcfbf9;overflow:hidden}.mbar__toggle{display:flex;align-items:center;gap:clamp(10px,1.2vw,20px);flex-wrap:wrap;padding:clamp(13px,1.2vw,20px) clamp(16px,1.5vw,26px);cursor:pointer;list-style:none;transition:background-color .2s ease}.mbar__toggle::-webkit-details-marker{display:none}.mbar__toggle:hover{background:#11111108}.mbar__title{font-size:clamp(15px,1.25vw,21px);font-weight:600;letter-spacing:-.015em;white-space:nowrap}.mbar__title em{font-family:var(--serif);font-style:italic;font-weight:700}.mbar__sum{flex:1 1 auto;min-width:0;font-size:clamp(12px,.88vw,15px);opacity:.62}.mbar__toggle:after{content:"";flex:0 0 auto;width:9px;height:9px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg) translate(-2px,-2px);opacity:.5;transition:transform .3s ease}.mbar[open] .mbar__toggle:after{transform:rotate(225deg) translate(-2px,-2px)}.mbar__panel{display:grid;grid-template-rows:1fr}.mbar__inner{padding:0 clamp(16px,1.5vw,26px) clamp(16px,1.4vw,24px);border-top:1px solid var(--shop-line);padding-top:clamp(14px,1.3vw,22px)}.mbar__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:clamp(10px,1.1vw,18px)}.mbar__field{display:flex;flex-direction:column;gap:6px}.mbar__label{font-size:clamp(11px,.8vw,13px);font-weight:600;letter-spacing:.04em;text-transform:uppercase;opacity:.55}.mbar__sel{-webkit-appearance:none;appearance:none;width:100%;padding:clamp(9px,.8vw,13px) clamp(30px,2.4vw,38px) clamp(9px,.8vw,13px) clamp(11px,1vw,15px);border:1px solid var(--shop-line);border-radius:10px;background:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right clamp(9px,.8vw,13px) center;background-size:15px;font:inherit;font-size:clamp(12px,.9vw,15px);color:inherit;cursor:pointer;transition:border-color .2s ease}.mbar__sel:hover{border-color:#11111152}.mbar__sel:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.mbar__foot{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:clamp(12px,1.1vw,18px);min-height:1px}.mbar__status{margin:0;font-size:clamp(12px,.88vw,15px);opacity:.68}.mbar__clear{padding:clamp(7px,.62vw,10px) clamp(13px,1.1vw,19px);border:1px solid var(--shop-line);border-radius:999px;font-size:clamp(12px,.85vw,14px);font-weight:500;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease}.mbar__clear:hover{background:#1111110d;border-color:#1111114d}.mbar__clear[hidden]{display:none}.shop__side{position:sticky;top:clamp(70px,8vw,110px)}.side__title{margin:0 0 clamp(10px,.9vw,15px);font-size:clamp(11px,.8vw,13px);font-weight:600;letter-spacing:.09em;text-transform:uppercase;opacity:.5}.side__cat{margin-bottom:clamp(10px,1vw,18px)}.filt__opt{display:flex;align-items:center;gap:10px;width:100%;padding:clamp(8px,.72vw,12px) clamp(10px,.9vw,14px);border-radius:11px;font-size:clamp(13px,.95vw,16px);font-weight:500;text-align:left;cursor:pointer;transition:background-color .2s ease}.filt__opt:hover{background:#1111110d}.filt__opt.is-on{background:var(--shop-pill-on);font-weight:600}.side__all{list-style:none;margin-bottom:2px}.side__all::-webkit-details-marker{display:none}.side__ico{flex:0 0 auto;width:19px;height:19px;opacity:.72}.filt__opt.is-on .side__ico{opacity:1}.side__label{flex:1 1 auto;min-width:0}.side__n{flex:0 0 auto;font-size:.82em;font-weight:500;opacity:.5}.side__tree,.side__more{list-style:none;margin:0;padding:0}.side__tree{padding-left:clamp(10px,.9vw,16px)}.side__more{padding-top:clamp(8px,.8vw,14px);border-top:1px solid var(--shop-line)}.shop__main,.shop__inner,.shop__body,.shop__side{min-width:0;max-width:100%}.shop__count{margin:0 0 clamp(12px,1.1vw,20px);font-size:clamp(12px,.88vw,15px);opacity:.6}.shop__grid{display:grid;grid-template-columns:repeat(var(--shop-cols),minmax(0,1fr));gap:clamp(18px,1.8vw,34px) var(--shop-gap);list-style:none;margin:0;padding:0}.shop__grid .product{flex:initial;scroll-snap-align:none}.shop__grid .product__media{position:relative}.shop__grid .product__media img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;transition:transform .45s cubic-bezier(.2,.7,.3,1)}.shop__grid .product:hover .product__media img,.shop__grid .product:focus-within .product__media img{transform:scale(1.05)}.shop__grid .product__foot{position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:clamp(4px,.5vw,10px);padding:clamp(10px,.9vw,15px) clamp(12px,1vw,18px);border-radius:var(--shop-radius);background:var(--shop-pill)}.shop__grid .product__foot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--shop-pill-on);transform:scaleX(0);transform-origin:left center;transition:transform var(--shop-fill) cubic-bezier(.4,0,.2,1)}.shop__grid .product:hover .product__foot:before,.shop__grid .product:focus-within .product__foot:before{transform:scaleX(1)}.shop__grid .product__info{min-width:0}.shop__grid .product__name{margin:0;font-size:clamp(12px,.92vw,16px);font-weight:600;line-height:1.25;letter-spacing:-.01em;min-height:2.5em;overflow-wrap:break-word;word-break:normal}.shop__grid .product__brand{margin:0 0 3px;font-size:clamp(10px,.74vw,12px);font-weight:500;letter-spacing:.05em;text-transform:uppercase;opacity:.5}.shop__grid .product__price{display:flex;align-items:baseline;gap:6px;margin:5px 0 0;font-size:clamp(12px,.92vw,16px)}.shop__grid .product__now{font-weight:600}.shop__grid .product__was{font-size:.85em;opacity:.5;text-decoration:line-through;text-decoration-thickness:1px}.shop__grid .product__cart{flex:0 0 auto;display:grid;place-items:center;width:clamp(30px,2.4vw,40px);height:clamp(30px,2.4vw,40px);border-radius:50%;background:var(--shop-cart);color:var(--ink);transition:background-color .25s ease,transform .25s ease}.shop__grid .product__cart svg{width:56%;height:auto}.shop__grid .product:hover .product__cart,.shop__grid .product:focus-within .product__cart{background:#fff;transition-delay:calc(var(--shop-fill) * .55)}.shop__grid .product__cart:hover{transform:scale(1.08)}.shop__grid .product__cart:disabled{opacity:.35;cursor:not-allowed}.product__badge{position:absolute;top:8px;left:8px;padding:4px 10px;border-radius:999px;background:#111111d1;color:#fff;font-size:clamp(10px,.72vw,12px);font-weight:600;letter-spacing:.04em;text-transform:uppercase}.product__badge--sale{background:var(--bronce, #C68A50)}.product[hidden]{display:none}.shop__more{margin:clamp(28px,3vw,52px) 0 0;text-align:center}.shop__cta{display:inline-flex;align-items:center;gap:10px;padding:clamp(11px,1vw,16px) clamp(22px,2vw,38px);border-radius:999px;background:var(--btn);color:#fff;font-size:clamp(13px,.95vw,16px);font-weight:600;transition:opacity .2s ease,transform .2s ease}.shop__cta:hover{opacity:.86}.shop__cta:active{transform:scale(.98)}.shop__cta[hidden]{display:none}.shop__empty{margin:clamp(36px,4vw,64px) 0;text-align:center;font-size:clamp(14px,1.05vw,18px);opacity:.6}.shop__empty[hidden]{display:none}.shop__pager{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;margin:clamp(28px,3vw,52px) 0 0;list-style:none;padding:0}.shop__pager li{display:block}.shop__pager a,.shop__pager span{display:grid;place-items:center;min-width:clamp(34px,2.7vw,42px);height:clamp(34px,2.7vw,42px);padding-inline:10px;border-radius:999px;font-size:clamp(13px,.92vw,15px);font-weight:500;transition:background-color .2s ease}.shop__pager a:hover{background:#1111110f}.shop__pager .is-current span{background:var(--shop-pill-on);font-weight:600}@media(max-width:1200px){.shop{--shop-cols:3}}@media(max-width:900px){.shop__body{grid-template-columns:1fr}.shop__side{position:static}.side__cat{margin-bottom:8px}.side__tree,.side__more{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-block:4px}.side__tree::-webkit-scrollbar,.side__more::-webkit-scrollbar{display:none}.side__tree{padding-left:0}.side__more{border-top:0;padding-top:4px}.side__tree li,.side__more li{flex:0 0 auto}.filt__opt{width:auto;border:1px solid var(--shop-line);border-radius:999px;white-space:nowrap}.filt__opt.is-on{border-color:transparent}}@media(max-width:620px){.shop{--shop-cols:2}.shop__head{gap:14px}.shop__search{max-width:none}.shop__go{display:none}.shop__search{padding-right:clamp(12px,3vw,18px)}.mbar__row{grid-template-columns:1fr 1fr}.shop__grid{gap:16px 12px}.shop__grid .product__foot{flex-wrap:wrap;padding:11px 12px 12px}.shop__grid .product__info{flex:1 1 100%;min-width:0;word-break:normal;overflow-wrap:anywhere}.shop__grid .product__name{font-size:13px;line-height:1.3;min-height:auto;word-break:normal;overflow-wrap:break-word;-webkit-hyphens:none;hyphens:none}.shop__grid .product__name a{word-break:normal}.shop__grid .product__price{flex:1 1 auto;margin-top:6px}.shop__grid .product__cart{margin-top:6px;margin-left:auto}}@media(max-width:400px){.mbar__row{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.shop__grid .product__foot:before,.shop__grid .product__media img,.shop__grid .product{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/cache-shop.css.map */
