@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";.kc{--kc-black: #000;--kc-ink: #151515;--kc-grey: #5b5b5b;--kc-muted: #878787;--kc-cream: #f9f8f6;--kc-container: 1181px;--kc-wide: 1417px;--kc-gutter: 16px;font-family:Inter,sans-serif;font-weight:400;letter-spacing:normal;line-height:normal;color:var(--kc-black);-webkit-font-smoothing:antialiased}html body.gradient,html body{background:#fff}:root{--font-body-family: "Inter", sans-serif;--font-heading-family: "Inter", sans-serif;--font-body-style: normal;--font-heading-style: normal;--font-body-weight: 400;--font-body-weight-bold: 600;--font-heading-weight: 500}html{font-size:calc(var(--font-body-scale, 1) * 62.5%)}body{font-family:Inter,sans-serif;letter-spacing:normal}.kc-filters .kc-filters__overlay{display:block}cart-drawer .drawer__inner{width:min(460px,100vw);max-width:100vw}cart-drawer .cart-item__name,cart-drawer .totals__total-value,cart-drawer .drawer__heading{letter-spacing:normal}@media(max-width:749px){cart-drawer .drawer__inner{width:100vw}}.kc *,.kc *:before,.kc *:after{box-sizing:border-box}:where(.kc) :where(p,h1,h2,h3){margin:0;letter-spacing:inherit}.kc p,.kc h1,.kc h2,.kc h3{font-family:Inter,sans-serif;word-break:normal}:where(.kc) :where(a){color:inherit;text-decoration:none}.kc-container{width:100%;max-width:calc(var(--kc-container) + var(--kc-gutter) * 2);margin:0 auto;padding:0 var(--kc-gutter)}.kc-container--wide{max-width:calc(var(--kc-wide) + var(--kc-gutter) * 2)}.kc-h1{font-size:40px;font-weight:400;line-height:normal;letter-spacing:normal;color:var(--kc-black)}.kc-body{font-size:16px;line-height:normal;color:var(--kc-grey);letter-spacing:-.32px}.kc-link{display:inline-block;font-size:16px;line-height:normal;color:var(--kc-black);text-decoration:underline;text-decoration-thickness:from-font;text-underline-position:from-font;transition:opacity .2s ease}.kc-link:hover{opacity:.6}.kc-media{position:relative;overflow:hidden;background:transparent;display:block}.kc-media .kc-placeholder{background:#efeeeb}.kc-media img,.kc-media video,.kc-media .kc-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;max-width:none}.kc-media--hover img{transition:transform .6s cubic-bezier(.2,.7,.2,1)}a:hover>.kc-media--hover img,.kc-media--hover:hover img{transform:scale(var(--kc-zoom-hover, 1.03))}.kc-card{display:block;color:var(--kc-ink)}.kc-card__media{aspect-ratio:343 / 365}.kc-card__title{margin-top:10px;font-size:16px;line-height:normal;color:var(--kc-ink);max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kc-card__price{margin-top:10px;font-size:16px;font-weight:600;line-height:1.35;color:var(--kc-ink);display:flex;flex-wrap:wrap;column-gap:6px}.kc-card__price>*{white-space:nowrap}.kc-card__price s{font-weight:400;color:var(--kc-muted);margin-left:0}@media(max-width:749px){.kc-h1{font-size:clamp(30px,9.9vw,40px)}.kc-card__title,.kc-card__price{font-size:14px}.kc-card__title{margin-top:8px}.kc-card__price{margin-top:6px}}.kc-card__img--2{opacity:0;transition:opacity .4s ease,transform .6s cubic-bezier(.2,.7,.2,1)}@media(hover:hover){.kc-card:hover .kc-card__media--swap .kc-card__img--2{opacity:1}}.kc-card--dynamic:hover .kc-card__img{transform:scale(1.03)}.kc-card--dynamic .kc-card__img{transition:transform .6s cubic-bezier(.2,.7,.2,1),opacity .4s ease}.kc-card--dynamic .kc-card__media{aspect-ratio:2 / 3}.kc-card--dynamic .kc-card__img{object-position:50% 0;transform-origin:50% 0}.kc-badge{position:absolute;left:10px;top:10px;z-index:2;background:#fff;color:#000;font-size:12px;font-weight:500;line-height:1;padding:6px 8px;border-radius:4px;letter-spacing:0}.kc-badge--sale{background:#000;color:#fff}.kc-grid{display:grid;grid-template-columns:repeat(var(--kc-cols, 4),minmax(0,1fr));column-gap:15px;row-gap:40px}@media(max-width:989px){.kc-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px;row-gap:28px}}.kc-page-head{padding:72px 0 48px}.kc-page-head__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end}.kc-page-head__title{max-width:560px;margin-left:-3px}.kc-page-head__meta{font-size:16px;color:#5b5b5b;letter-spacing:-.32px;max-width:338px}.kc-page-head__meta p{margin:0 0 8px}@media(max-width:749px){.kc-page-head{padding:36px 0 28px}.kc-page-head__row{grid-template-columns:1fr;gap:16px}.kc-page-head__title{margin-left:0}}.kc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;padding:0 28px;border:0;border-radius:7px;background:#303030;color:#fff;font:600 16px Inter,sans-serif;letter-spacing:-.32px;cursor:pointer;transition:background .2s,opacity .2s;text-decoration:none}.kc-btn:hover{background:#000}.kc-btn[disabled],.kc-btn[aria-disabled=true]{opacity:.45;cursor:not-allowed}.kc-btn--block{width:100%}.kc-btn--ghost{background:transparent;color:#000;border:1px solid #c4c4c4}.kc-btn--ghost:hover{background:#f4f4f2}.kc-field{display:block;width:100%;height:48px;padding:0 14px;border:1px solid #c4c4c4;border-radius:7px;background:#fff;font:400 16px Inter,sans-serif;color:#000;letter-spacing:normal}textarea.kc-field{height:auto;min-height:140px;padding:12px 14px;resize:vertical}.kc-field:focus{outline:none;border-color:#000}.kc-label{display:block;font-size:14px;color:#5b5b5b;margin-bottom:8px}.kc-select{appearance:none;-webkit-appearance:none;border:0;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12.78 7.34'%3E%3Cpath d='M6.42 7.34a.9.9 0 0 1-.65-.27L.27 1.57A.92.92 0 0 1 1.57.27l4.85 4.86L11.27.28a.92.92 0 0 1 1.3 1.29l-5.5 5.5a.92.92 0 0 1-.65.27Z'/%3E%3C/svg%3E") no-repeat right center;padding:4px 22px 4px 0;font:400 16px Inter,sans-serif;color:#000;cursor:pointer;letter-spacing:normal}.kc-select:focus{outline:none}.kc-qty{display:inline-flex;align-items:center;gap:4px}.kc-qty button{width:24px;height:24px;border:0;border-radius:50%;background:#d9d9d9;color:#000;font:400 16px/1 Inter,sans-serif;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.kc-qty button:hover{background:#c4c4c4}.kc-qty input{width:34px;border:0;background:transparent;text-align:center;font:500 16px Inter,sans-serif;color:#000;-moz-appearance:textfield;padding:0}.kc-qty input::-webkit-outer-spin-button,.kc-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.kc-rte{font-size:16px;line-height:1.6;color:#5b5b5b;letter-spacing:-.32px;overflow-wrap:anywhere}.kc-rte>*:first-child{margin-top:0}.kc-rte>*:last-child{margin-bottom:0}.kc-rte p,.kc-rte ul,.kc-rte ol{margin:0 0 1em}.kc-rte h1,.kc-rte h2,.kc-rte h3,.kc-rte h4{color:#000;font-weight:400;line-height:1.25;margin:1.6em 0 .6em;letter-spacing:normal}.kc-rte h1{font-size:32px}.kc-rte h2{font-size:26px}.kc-rte h3{font-size:20px}.kc-rte h4{font-size:17px}.kc-rte a{color:#000;text-decoration:underline;text-underline-position:from-font}.kc-rte img{max-width:100%;height:auto;border-radius:6px}.kc-rte table{width:100%;border-collapse:collapse}.kc-rte td,.kc-rte th{border:1px solid #e3e3e0;padding:8px 10px}.kc-pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:72px;font-size:16px}.kc-pagination a,.kc-pagination span{color:#000}.kc-pagination .is-current{text-decoration:underline;text-underline-position:from-font}.kc-pagination a:hover{opacity:.6}.kc-pagination .is-disabled{color:#c4c4c4}.kc-empty{padding:60px 0;font-size:16px;color:#5b5b5b}.kc-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0;border-top:1px solid #e3e3e0;border-bottom:1px solid #e3e3e0;margin-bottom:40px}.kc-toolbar__cats{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;min-width:0}.kc-toolbar__cats::-webkit-scrollbar{display:none}.kc-toolbar__actions{display:flex;align-items:center;gap:28px;flex:0 0 auto}.kc-toolbar__btn{background:none;border:0;padding:4px 0;font:400 16px Inter,sans-serif;color:#000;cursor:pointer;text-decoration:underline;text-underline-position:from-font;letter-spacing:normal}.kc-chip{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;padding:8px 14px;border-radius:999px;background:#f4f4f2;color:#000;font-size:14px;line-height:1;transition:background .2s,color .2s}.kc-chip:hover{background:#e9e9e6}.kc-chip.is-active{background:#303030;color:#fff}.kc-toolbar.kc-toolbar--bare{border:0;padding:0;margin-bottom:0}.kc-pill{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:31px;min-width:61px;padding:0 18px;border-radius:39px;background:#ededed;color:#000;font-size:12px;line-height:1;white-space:nowrap;letter-spacing:normal;transition:background .2s,color .2s}.kc-pill:hover{background:#e0e0e0}.kc-pill.is-active{background:#000;color:#fff}.kc-active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:-20px 0 36px}.kc-active-filters__clear{margin-left:8px;font-size:14px}.kc-filters{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;visibility:hidden}.kc-filters.is-open{visibility:visible}.kc-filters__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;transition:opacity .3s}.kc-filters.is-open .kc-filters__overlay{opacity:1}.kc-filters__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,100%);background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.2,.7,.2,1)}.kc-filters.is-open .kc-filters__panel{transform:none}.kc-filters__head{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid #e3e3e0}.kc-filters__title{font-size:24px;font-weight:600}.kc-filters__close{background:none;border:0;font:400 16px Inter,sans-serif;text-decoration:underline;cursor:pointer;color:#000}.kc-filters__body{flex:1;overflow-y:auto;padding:8px 28px 24px}.kc-filters__group{border-bottom:1px solid #e3e3e0}.kc-filters__group summary{list-style:none;cursor:pointer;padding:18px 0;font-size:16px;font-weight:500;display:flex;justify-content:space-between}.kc-filters__group summary::-webkit-details-marker{display:none}.kc-filters__group summary:after{content:"+";font-weight:400}.kc-filters__group[open] summary:after{content:"\2013"}.kc-filters__values{display:grid;gap:12px;padding-bottom:18px}.kc-filters__price{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-bottom:18px}.kc-check{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;color:#000}.kc-check input{position:absolute;opacity:0;pointer-events:none}.kc-check__box{width:17px;height:17px;border-radius:50%;background:#d9d9d9;position:relative;flex:0 0 17px}.kc-check__box:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:50%;background:#5b5656;transform:scale(0);transition:transform .2s}.kc-check input:checked+.kc-check__box:after{transform:scale(1)}.kc-check__count{margin-left:auto;color:#878787;font-size:13px}.kc-check.is-disabled{opacity:.4;cursor:not-allowed}.kc-filters__foot{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:20px 28px;border-top:1px solid #e3e3e0}.kc-filters__foot .kc-btn{width:100%;padding:0 12px}@media(max-width:749px){.kc-toolbar{flex-direction:column;align-items:stretch;gap:14px;margin-bottom:28px}.kc-toolbar__actions{justify-content:space-between}.kc-active-filters{margin:-12px 0 24px}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}@media(prefers-reduced-motion:no-preference){html:not(.lenis){scroll-behavior:smooth}}.kc-reveal{opacity:0;transform:translate3d(0,28px,0);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}.kc-reveal.kc-in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.kc-reveal{opacity:1;transform:none;transition:none}}.kc-loader{display:flex;justify-content:center;gap:7px;padding:56px 0 8px}.kc-loader span{width:7px;height:7px;border-radius:50%;background:#000;opacity:.2}.kc-loader.is-loading span{animation:kcDot 1s infinite ease-in-out}.kc-loader.is-loading span:nth-child(2){animation-delay:.15s}.kc-loader.is-loading span:nth-child(3){animation-delay:.3s}@keyframes kcDot{0%,80%,to{opacity:.2;transform:scale(1)}40%{opacity:.9;transform:scale(1.25)}}.kc-crumbs{padding-top:18px}.kc-crumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;font-size:13px;line-height:1.4;color:#878787;letter-spacing:normal}.kc-crumbs li{display:inline-flex;align-items:center;gap:8px;min-width:0}.kc-crumbs li+li:before{content:"/";color:#c4c4c4}.kc-crumbs a{color:#5b5b5b;transition:color .2s}.kc-crumbs a:hover{color:#000}.kc-crumbs [aria-current]{color:#000;max-width:60ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:749px){.kc-crumbs{padding-top:12px}.kc-crumbs [aria-current]{max-width:34ch}}.shopify-policy__container{max-width:760px!important;margin:0 auto!important;padding:56px 16px 96px!important;font-family:var(--font-body-family);color:#1e1e1e}.shopify-policy__title{text-align:left!important;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid #e6e6e6}.shopify-policy__title h1{font-size:40px;font-weight:400;line-height:1.1;letter-spacing:-.4px;color:#000;margin:0}.shopify-policy__body .rte{font-size:16px;line-height:1.7;letter-spacing:-.2px;color:#3a3a3a;overflow-wrap:anywhere}.shopify-policy__body .rte p{margin:0 0 16px}.shopify-policy__body .rte p:empty,.shopify-policy__body .rte p:has(>br:only-child),.shopify-policy__body .rte p:has(>span:only-child>br:only-child){display:none}.shopify-policy__body .rte strong,.shopify-policy__body .rte b{color:#000;font-weight:600}.shopify-policy__body .rte p>strong:first-child:has(+br){display:inline-block;margin-top:12px;font-size:18px}.shopify-policy__body .rte h2,.shopify-policy__body .rte h3,.shopify-policy__body .rte h4{font-family:inherit;font-weight:600;color:#000;letter-spacing:-.3px;line-height:1.3;margin:32px 0 12px}.shopify-policy__body .rte h2{font-size:22px}.shopify-policy__body .rte h3{font-size:19px}.shopify-policy__body .rte h4{font-size:17px}.shopify-policy__body .rte ul,.shopify-policy__body .rte ol{list-style-position:outside;padding-left:22px;margin:0 0 16px}.shopify-policy__body .rte li{margin-bottom:8px;padding-left:2px}.shopify-policy__body .rte a{color:#000;text-decoration:underline;text-underline-offset:3px;word-break:break-word}.shopify-policy__body .rte span[style*=color]{color:inherit!important}.shopify-policy__body .rte table{width:100%;display:block;overflow-x:auto;border-collapse:collapse}@media(max-width:749px){.shopify-policy__container{padding:28px 16px 72px!important}.shopify-policy__title{margin-bottom:20px;padding-bottom:16px}.shopify-policy__title h1{font-size:clamp(28px,8.5vw,36px)}.shopify-policy__body .rte{font-size:15px;line-height:1.65}}.kc-footer{padding-bottom:132px!important}@media(max-width:989px){.kc-footer{padding-bottom:92px!important}#wa .wa__btn_popup{left:auto!important;right:16px!important;bottom:16px!important}#wa .wa__popup_chat_box{left:auto!important;right:16px!important;bottom:74px!important;max-width:calc(100vw - 32px)}.buckscc-currency-wrapper.mobile_bottom_left,.buckscc-currency-wrapper{left:16px!important;right:auto!important;bottom:19px!important}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/kc-theme.css.map */
