.cart-title{margin-bottom:24px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.cart-table{width:100%;border-collapse:collapse}.cart-row+.cart-row{border-top:1px solid #e6e6e6}.cart-cell{padding:16px 12px;vertical-align:middle}.cart-cell--image .image{max-width:120px}.cart-cell--details{width:60%}.cart-product-title{margin:0 0 4px;font-weight:600}.cart-product-price{margin:0 0 8px;color:#555}.cart-remove{color:#666;text-decoration:underline}.cart-cell--quantity{text-align:right;width:20%}.cart-quantity-input{width:80px;padding:8px}.cart-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.cart-update,.cart-checkout{padding:10px 18px}@media(max-width:749px){.cart-row{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:12px 0}.cart-cell{padding:0}.cart-cell--quantity{text-align:left;width:100%;grid-column:2}.cart-actions{flex-direction:column;align-items:stretch}}.collection-products{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.collection-products--small{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.collection-products--large{grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.collection-product__image--small{aspect-ratio:1 / 1}.collection-product__image--medium,.collection-product__image--large{aspect-ratio:4 / 5}.collection-product__image--small img,.collection-product__image--medium img,.collection-product__image--large img{height:100%;object-fit:cover}.collections-grid{display:grid;gap:32px;padding:48px 24px}.collections-grid__header{display:grid;gap:12px;text-align:center}.collections-grid__heading{font-size:clamp(1.8rem,2.8vw,2.4rem)}.collections-grid__subheading{margin:0 auto;max-width:640px;color:#202024b3}.collections-grid__items{display:grid;grid-template-columns:repeat(var(--grid-columns),minmax(0,1fr));gap:var(--grid-gap)}.collections-grid__card{display:grid;gap:16px;text-decoration:none;color:inherit}.collections-grid__media{position:relative;overflow:hidden;border-radius:16px;background:#f2f2f5;aspect-ratio:1 / 1}.collections-grid__media--square{aspect-ratio:1 / 1}.collections-grid__media--portrait{aspect-ratio:3 / 4}.collections-grid__media--landscape{aspect-ratio:4 / 3}.collections-grid__image,.collections-grid__placeholder{width:100%;height:100%;object-fit:cover;display:block}.collections-grid__content{display:grid;gap:8px}.collections-grid__title{font-size:1.1rem}.collections-grid__cta{font-size:.95rem;font-weight:600;color:#2b2b31}@media(max-width:900px){.collections-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.collections-grid__items{grid-template-columns:minmax(0,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}header{height:5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}header a{position:relative;text-decoration:none}header .header__icon-link{color:var(--ui-foreground)}header .header__icon-link sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__title{font-size:1.125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:0}header .header__logo{display:inline-flex;align-items:center}header .header__logo-image{display:block;max-width:100%;height:auto}header .header__menu,header .header__icons{display:flex;gap:1rem}header .header__menu{flex:1;justify-content:center;gap:2.5rem}header .header__icons{justify-content:flex-end;gap:1.5rem}.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}.hero{position:relative;min-height:72vh;display:grid;place-items:center;color:#fff;overflow:hidden}.hero__media,.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero__image{width:100%;height:100%;object-fit:cover}.hero__image--placeholder{background:linear-gradient(135deg,#1b1b1b,#3a3a3a)}.hero__overlay{background:#08080a99}.hero__content{position:relative;z-index:1;width:min(900px,100%);padding:80px 24px 64px;text-align:center;display:grid;gap:24px}.hero__heading{font-size:clamp(3rem,6.5vw,5rem)}.hero__subheading{font-size:clamp(1.1rem,2.5vw,1.4rem);color:#ebebf0bf}.hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.hero__button{border:1px solid rgba(255,255,255,.6);background:transparent;color:#fff}.hero__button--primary{border-color:#ffffffbf}.hero__button--secondary{border-color:#fff9}.hero__button:hover{border-color:#fffc}.hero__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.hero__chip{font-size:.95rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-color:#fff6}@media(max-width:768px){.hero{min-height:64vh}.hero__content{padding:64px 20px 48px}}.page-shop{padding:64px 0 96px;background:#fff}.page-shop__inner{display:grid;gap:24px;max-width:760px}.page-shop__title{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.02em;font-weight:600;color:#0f172a}.page-shop__content{font-size:1.05rem;line-height:1.7;color:#0f172acc}.page-shop__content a{color:inherit}@media(max-width:768px){.page-shop{padding:48px 0 72px}}.product-images{display:flex;flex-wrap:wrap;gap:16px}.product-image{flex:0 0 calc(33.333% - 11px);max-width:calc(33.333% - 11px)}@media(max-width:749px){.product-image{flex-basis:calc(50% - 8px);max-width:calc(50% - 8px)}}.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}.secondary-nav{border-bottom:1px solid rgba(255,255,255,.12);background:#0b0b0f}.secondary-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0}.secondary-nav__heading{font-size:.95rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#fff9}.secondary-nav__links{display:flex;flex-wrap:wrap;gap:12px}.secondary-nav__link{font-size:.95rem;border-color:#ffffff4d}.secondary-nav__link:hover{border-color:#ffffff80}@media(max-width:768px){.secondary-nav__inner{flex-direction:column;align-items:flex-start}}.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/11/compiled_assets/styles.css.map */
