.cart-heading{font-size:2rem;font-weight:600;line-height:1.15;margin:0;letter-spacing:-.02em}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.cart-items{display:flex;flex-direction:column}.cart-item{display:flex;gap:1rem;padding:1.5rem 0;border-bottom:1px solid #e5e5e5;position:relative}.cart-item:first-child{border-top:1px solid #e5e5e5}.cart-item__image-link{flex-shrink:0;width:100px;height:126px;border-radius:8px;overflow:hidden;background:#f5f5f5;display:block}.cart-item__image{width:100%;height:100%;object-fit:cover;display:block}.cart-item__image-placeholder{width:100%;height:100%;background:#f0f0f0}.cart-item__details{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.cart-item__title{color:inherit;text-decoration:none;display:block}.cart-item__title:hover{text-decoration:underline}.cart-item__variant{color:#666;margin-top:.125rem}.cart-item__actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.75rem}.cart-item__price{white-space:nowrap}.cart-item__remove{position:absolute;top:1.5rem;right:0;background:none;border:none;font-size:1.25rem;color:#999;cursor:pointer;padding:.25rem;line-height:1;transition:color .15s ease}.cart-item__remove:hover{color:#333}.cart-qty{display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:8px;overflow:hidden}.cart-qty__btn{width:36px;height:36px;background:none;border:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background-color .15s ease}.cart-qty__btn:hover{background-color:#f5f5f5}.cart-qty__input{width:40px;height:36px;text-align:center;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:14px;font-weight:500;font-family:inherit;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-qty__input::-webkit-outer-spin-button,.cart-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-summary__inner{background:#fafafa;border-radius:12px;padding:1.5rem;position:sticky;top:2rem}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0}.cart-summary__divider{height:1px;background:#e5e5e5;margin:.75rem 0}.cart-checkout-btn{display:flex;justify-content:center;align-items:center;width:100%;padding:1rem 2rem;font-size:15px;font-weight:500;font-family:inherit;color:#fff;background-color:#09090b;border:none;border-radius:14px;cursor:pointer;text-decoration:none;text-align:center;transition:background-color .2s ease;box-shadow:inset 0 .5px #ffffff80,0 0 0 1.5px #2c2e34,0 4px 6px #00000024}.cart-checkout-btn:hover{background-color:#1a1a1f}.cart-summary__continue{display:block;text-align:center;color:#666;text-decoration:underline;text-underline-offset:2px}.cart-summary__continue:hover{color:#333}.cart-empty{text-align:center;padding:4rem 0}.cart-empty__title{font-size:2rem;font-weight:600;margin:0;letter-spacing:-.02em}@media screen and (max-width:991px){.cart-layout{grid-template-columns:1fr;gap:2rem}.cart-summary__inner{position:static}}@media screen and (max-width:479px){.cart-heading{font-size:1.5rem}.cart-item__image-link{width:80px;height:100px}.cart-item__actions{flex-direction:column;align-items:flex-start;gap:.5rem}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}footer{display:flex;justify-content:space-between;margin-top:2rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment{display:flex;gap:1rem}.store-header{border-bottom:1px solid #f0f0f0}.store-header__inner{display:flex;justify-content:space-between;align-items:center;height:3rem}.store-header__left{display:flex;align-items:center}.store-header__back{display:inline-flex;align-items:center;gap:.25rem;color:#333;text-decoration:none;font-size:14px;font-weight:500;transition:color .15s ease}.store-header__back:hover{color:#000}.store-header__back-arrow{font-size:18px;line-height:1}.store-header__spacer{display:block}.store-header__right{display:flex;align-items:center;gap:1rem}.store-header__icon-btn{display:flex;align-items:center;justify-content:center;color:#333;text-decoration:none;transition:color .15s ease}.store-header__icon-btn:hover{color:#000}.store-header__icon-btn svg{width:20px;height:20px}.store-header__bag-btn{display:inline-flex;align-items:center;gap:.375rem;background:none;border:none;cursor:pointer;font-size:14px;font-weight:500;font-family:inherit;color:#333;padding:0;transition:color .15s ease}.store-header__bag-btn:hover{color:#000}.store-header__bag-btn svg{width:20px;height:20px}.store-header__badge{display:inline-flex;align-items:center;justify-content:center;background:#09090b;color:#fff;font-size:11px;font-weight:600;min-width:18px;height:18px;border-radius:9px;padding:0 5px;line-height:1}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.product-grid{display:grid;grid-template-columns:repeat(var(--products-per-row, 3),1fr);gap:1.5rem}.product-grid__card{display:block;text-decoration:none;color:inherit;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-grid__card img{transition:all .3s ease}.product-grid__image-wrapper{position:relative;overflow:hidden;border-radius:20px;background-color:#f5f5f5;aspect-ratio:1 / 1}.product-grid__badges{position:absolute;top:16px;left:16px;right:16px;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;z-index:2;pointer-events:none}.product-grid__badge-img{height:28px;width:auto;display:block;object-fit:contain}.product-grid__image{width:100%;height:100%;object-fit:cover;display:block}.product-grid__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;z-index:1}.product-grid__card:hover .product-grid__image--hover{opacity:1}.product-grid__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:14px}.product-grid__info{padding:1rem 0 .25rem;display:flex;flex-direction:column;gap:6px}.product-grid__type{color:#6b7280}.product-grid__title-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem}.product-grid__price{color:#09090b}.product-grid__features{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}@media screen and (max-width:991px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:479px){.product-grid{grid-template-columns:1fr;gap:1rem}}.product-section{padding-top:2.5rem;padding-bottom:2.5rem}.product-layout{display:grid;grid-template-columns:minmax(0,738px) 1fr;gap:3rem;align-items:start}.product-gallery{display:grid;grid-template-columns:180px 1fr;gap:8px;position:sticky;top:2rem}.product-gallery.product-gallery--single{grid-template-columns:1fr}.product-gallery__thumbnails{display:flex;flex-direction:column;gap:8px;max-height:698px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ccc transparent}.product-gallery__thumbnails::-webkit-scrollbar{width:4px}.product-gallery__thumbnails::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px}.product-gallery__thumb{width:180px;height:227px;flex-shrink:0;border:none;border-radius:8px;overflow:hidden;cursor:pointer;padding:0;background:#f5f5f5;opacity:.6;transition:opacity .2s ease}.product-gallery__thumb.is-active,.product-gallery__thumb:hover{opacity:1}.product-gallery__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__main{border-radius:12px;overflow:hidden;background:#f5f5f5;max-height:698px}.product-gallery__main-img{width:100%;height:100%;display:block;object-fit:cover}.product-info{display:flex;flex-direction:column}.product-info__type{color:#666;text-transform:capitalize;margin-bottom:.25rem}.product-info__title{font-size:2.5rem;font-weight:600;line-height:1.15;margin:0 0 .75rem;letter-spacing:-.02em}.product-info__price{font-size:1.25rem;font-weight:500;margin-bottom:1rem}.product-info__description{color:#444;margin-bottom:1.5rem}.product-info__variants{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.product-variant-group__label{color:#6b7280;margin-bottom:.5rem;text-transform:capitalize}.product-variant-group__pills{display:flex;flex-wrap:wrap;gap:.5rem}.product-variant-pill{cursor:pointer}.product-variant-pill input{position:absolute;opacity:0;pointer-events:none}.product-variant-pill__label{transition:border-color .15s ease,background-color .15s ease;-webkit-user-select:none;user-select:none}.product-variant-pill input:checked+.product-variant-pill__label{border-color:#000;background-color:#fff}.product-variant-pill input:disabled+.product-variant-pill__label{opacity:.4;cursor:not-allowed;text-decoration:line-through}.product-variant-pill:hover .product-variant-pill__label{border-color:#999}.product-add-to-cart{width:100%;padding:16px 24px;font-family:inherit;font-size:15px;cursor:pointer;margin-bottom:2rem}.product-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-add-to-cart .animated-icon-first,.product-add-to-cart .animated-icon-second,.product-add-to-cart .animated-icon-third{width:auto;height:10px}.product-add-to-cart .button-background{width:100%}.product-accordions{border-top:1px solid #e5e5e5}.product-accordion{border-bottom:1px solid #e5e5e5}.product-accordion__header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 0;background:none;border:none;cursor:pointer;text-align:left}.product-accordion__icon{font-size:1.25rem;line-height:1;transition:transform .2s ease;color:#666}.product-accordion.is-open .product-accordion__icon{transform:rotate(45deg)}.product-accordion__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.product-accordion.is-open .product-accordion__content{max-height:500px}.product-accordion__body{padding-bottom:1rem;color:#444}.product-accordion__body ul{padding-left:1.25rem;margin:0}.product-accordion__body li{margin-bottom:.25rem}@media screen and (max-width:991px){.product-layout{grid-template-columns:1fr;gap:2rem}.product-gallery{grid-template-columns:180px 1fr;position:static;max-height:none}.product-gallery.product-gallery--single{grid-template-columns:1fr}.product-gallery__thumbnails,.product-gallery__main{max-height:500px}.product-info__title{font-size:1.75rem}}@media screen and (max-width:479px){.product-gallery{grid-template-columns:1fr;gap:8px}.product-gallery__main{order:1;max-height:400px}.product-gallery__thumbnails{order:2;flex-direction:row;overflow-x:auto;overflow-y:hidden;max-height:none;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-gallery__thumbnails::-webkit-scrollbar{display:none}.product-gallery__thumb{width:100px;height:126px}.product-info__title{font-size:1.5rem}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
