body{background-color:#000;color:#fff;font-family:Poppins,sans-serif}.cart-wrapper{max-width:1200px;margin:0 auto;padding:2rem}.cart-wrapper h1{font-size:2.5rem;margin-bottom:2rem;color:#fff}.cart-items{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.cart-item{display:grid;grid-template-columns:auto 1fr auto auto;gap:2rem;padding:2rem;background-color:#000;border:1px solid #fff}.cart-item-image img{width:150px;height:auto;object-fit:cover}.cart-item-details h3{font-size:1.25rem;margin-bottom:.5rem;color:#fff}.cart-item-details p{color:#ffffffb3;font-size:.875rem;margin-bottom:.25rem}.cart-item-quantity input[type=number]{width:60px;padding:.75rem;background-color:#000;border:1px solid #fff;color:#fff;text-align:center;font-size:1rem}.update-btn{margin-left:.5rem;padding:.75rem 1.5rem;background-color:transparent;border:1px solid #fff;color:#fff;cursor:pointer;transition:all .3s ease}.update-btn:hover{background-color:#fff;color:#000}.cart-item-remove a{color:#ffffffb3;text-decoration:underline;font-size:.875rem}.cart-item-remove a:hover{color:#fff}.cart-summary{padding:2rem;background-color:#000;border:1px solid #fff;text-align:right}.cart-subtotal{display:flex;justify-content:space-between;font-size:1.5rem;margin-bottom:2rem;color:#fff}.checkout-form input[type=submit]{width:100%;max-width:400px;padding:1.25rem;background-color:#fff;border:none;color:#000;font-size:1.25rem;cursor:pointer;transition:background-color .3s ease;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.checkout-form input[type=submit]:hover{background-color:#e5e5e5}.cart-empty p,.continue-shopping{color:#fff;font-size:1.25rem}.continue-shopping{display:inline-block;margin-top:1rem;color:#fff;text-decoration:underline}@media(max-width:768px){.cart-item{grid-template-columns:auto 1fr}.cart-item-quantity,.cart-item-remove{grid-column:1 / -1}}.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}header{height:5rem;display:flex;align-items:center;justify-content:space-between}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;gap:1rem}.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}.password-wrapper{display:grid;grid-template-columns:1fr;min-height:100vh;font-family:Poppins,sans-serif}@media(min-width:768px){.password-wrapper{grid-template-columns:1fr 1fr}}.password-image-section{position:relative;background-color:#000;overflow:hidden}@media(min-width:768px){.password-image-section{position:fixed;top:0;left:0;width:50%;height:100vh}}.password-main-image,.password-placeholder{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}@media(min-width:768px){.password-main-image,.password-placeholder{width:100%;height:100vh}}.password-content-section{position:relative;background-color:#000;color:#fff;padding:2rem;display:flex;flex-direction:column;justify-content:center;min-height:100vh}@media(min-width:768px){.password-content-section{position:absolute;top:0;right:0;width:50%;height:100vh;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}}.password-title{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:.05em}@media(min-width:768px){.password-title{font-size:3.5rem}}@media(min-width:1024px){.password-title{font-size:4.5rem}}.password-headline{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.2;font-style:italic}@media(min-width:768px){.password-headline{font-size:2.5rem}}@media(min-width:1024px){.password-headline{font-size:3rem}}.password-subtitle{font-size:1.25rem;margin-bottom:2rem;line-height:1.6}@media(min-width:768px){.password-subtitle{font-size:1.375rem}}.password-error{color:#f44;margin-bottom:1rem;font-size:.875rem}.password-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.password-form input{width:100%;padding:1rem;background-color:transparent;border:1px solid #fff;color:#fff;font-size:1.125rem;transition:border-color .3s ease}.password-form input::placeholder{color:#fff9}.password-form input:focus{outline:none;border-color:#fff}.password-form input.user-invalid{border-color:#f44;color:#f44}.password-submit-button{width:100%;padding:1.25rem;background-color:#fff;border:none;color:#000;font-size:1.25rem;cursor:pointer;transition:background-color .3s ease}.password-submit-button:hover:not(:disabled){background-color:#e5e5e5}.password-submit-button:disabled{opacity:.6;cursor:not-allowed}@media(min-width:768px){.password-submit-button{font-size:1.5rem}}.password-note{font-size:1rem;opacity:.8;line-height:1.6}@media(min-width:768px){.password-note{font-size:1.125rem}}.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}.single-product-wrapper{display:grid;grid-template-columns:1fr;min-height:100vh;font-family:Poppins,sans-serif}@media(min-width:768px){.single-product-wrapper{grid-template-columns:1fr 1fr}}.product-image-section{position:relative;background-color:#000;overflow:hidden;min-height:50vh}@media(min-width:768px){.product-image-section{position:fixed;top:0;left:0;width:50%;height:100vh;min-height:auto}}.product-main-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;padding:1rem}@media(min-width:768px){.product-main-image{width:100%;height:100vh;padding:0}}.product-content-section{position:relative;background-color:#000;color:#fff;padding:2rem;display:flex;flex-direction:column;justify-content:center;min-height:100vh}@media(min-width:768px){.product-content-section{position:absolute;top:0;right:0;width:50%;height:100vh;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}}.product-title{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.1}@media(min-width:768px){.product-title{font-size:3rem}}@media(min-width:1024px){.product-title{font-size:4rem}}.product-description{font-family:Poppins,sans-serif;font-size:1.125rem;margin-bottom:1rem;line-height:1.6}@media(min-width:768px){.product-description{font-size:1.25rem}}.product-availability{margin-bottom:.5rem}.product-price{margin-bottom:1.5rem}.price-compare{text-decoration:line-through;opacity:.7;margin-right:.5rem}.price-sale,.price-regular{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600}@media(min-width:768px){.product-price .price-sale,.product-price .price-regular{font-size:2rem}}.variant-selector{width:100%;padding:1rem;margin-bottom:1rem;background-color:transparent;border:1px solid #fff;color:#fff;font-size:1rem;font-family:Poppins,sans-serif}.variant-selector option{background-color:#000;color:#fff}.product-form{display:flex;flex-direction:column}.buy-it-now-btn{width:100%;padding:1.25rem;background-color:#fff;border:none;color:#000;font-size:1.25rem;cursor:pointer;transition:background-color .3s ease;text-transform:uppercase;letter-spacing:.05em;font-weight:600;font-family:Poppins,sans-serif}.buy-it-now-btn:hover:not(:disabled){background-color:#e5e5e5}.buy-it-now-btn:disabled{opacity:.6;cursor:not-allowed}@media(min-width:768px){.buy-it-now-btn{font-size:1.5rem;padding:1.5rem}}.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/7/compiled_assets/styles.css.map */
