.vt-collection-intro{max-width:52rem;margin:0 0 1.25rem;color:#3d4b5c;font-size:1rem;line-height:1.5}.vt-collection-empty{max-width:36rem;padding:1.5rem;border-radius:16px;border:1px solid #d8e2ee;background:#fafcfe;margin-bottom:2rem}.vt-collection-empty__title{margin:0 0 .5rem;font-weight:800;font-size:1.1rem}.vt-collection-empty__text{margin:0 0 1rem;color:#3d4b5c;line-height:1.5}.vt-collection-empty__actions{display:flex;flex-wrap:wrap;gap:.5rem}.vt-collection-products-toggle{margin:1rem 0 2rem;border:1px solid #c9d6e6;border-radius:14px;padding:.5rem 1rem 1rem;background:#fff}.vt-collection-products-toggle__summary{cursor:pointer;font-weight:700;list-style:none;padding:.35rem 0;color:#0c5da8}.vt-collection-products-toggle__summary::-webkit-details-marker{display:none}.collection-products{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-top:1rem}.collection-product__content p{margin:.35rem 0 0}.collection-product{background:#fff;border:1px solid #d8e2ee;border-radius:14px;padding:.85rem;display:flex;flex-direction:column}.collection-product__image{border-radius:10px;border:1px solid #d8e2ee;overflow:hidden}.collection-product__image img{aspect-ratio:1;object-fit:cover}.collection-product__title{font-weight:700;line-height:1.35;margin-top:.65rem}.collection-product__title a{color:#0f1115;text-decoration:none}.collection-product__price{font-weight:800;color:#124d90}.collection-product__cta{margin-top:.7rem;width:100%}.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}.vt-header{position:sticky;top:0;z-index:30;background:#0f141c;border-bottom:1px solid #202a38}.vt-header__inner{height:5.4rem;width:min(1240px,100% - 2rem);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.vt-header a{position:relative;text-decoration:none;color:#e8eef7;display:flex;align-items:center;justify-content:center}.vt-header a sup{position:absolute;top:-.2rem;right:-.45rem;min-width:1.2rem;min-height:1.2rem;border-radius:999px;background:#e30613;color:#fff;font-size:.72rem;font-weight:700;display:grid;place-items:center;padding:0 .2rem}.vt-header__brand{flex-direction:column;align-items:flex-start;gap:.2rem;min-width:210px}.vt-header__logo{display:block;width:auto;max-width:280px;max-height:64px;object-fit:contain}.vt-header__wordmark{font-size:1.3rem;letter-spacing:.08em;font-weight:900;color:#fff}.vt-header__tagline{font-size:.72rem;color:#98a8bd;max-width:22rem;line-height:1.25}.vt-header__menu{display:flex;gap:.75rem;align-items:center;justify-content:center;flex-wrap:wrap}.vt-header__menu a{font-size:.82rem;font-weight:600;color:#d4deea}.vt-header__menu a:hover{color:#ff4a55}.vt-header svg{width:2rem}.vt-header .vt-header__icons{display:flex;gap:1rem}.vt-header__cart-link{gap:.4rem;padding:.45rem .6rem;border:1px solid #2f3a4c;border-radius:10px;background:#ffffff08}.vt-header__cart-link:hover{border-color:#a73942;background:#e3061326}.vt-header__cart-text{font-size:.8rem;font-weight:700;color:#d4deea}@media screen and (max-width:1024px){.vt-header__inner{height:auto;padding:.7rem 0;flex-wrap:wrap}.vt-header__menu{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:.2rem;flex-wrap:nowrap}.vt-header__menu a{white-space:nowrap}.vt-header__logo{max-width:220px;max-height:56px}}.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}.vt-product-page__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,440px);gap:2rem;align-items:start}.vt-product-gallery__main-image img,.vt-product-gallery__thumb-image img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;display:block}.vt-product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.6rem;margin-top:.9rem}.vt-product-form__fixed-version{margin:0 0 .9rem;padding:.65rem .8rem;border:1px solid #d8dee4;border-radius:8px;background:#f7fafc;color:#2a3442;font-weight:600}.vt-fragrance-picker{border:1px solid #d8dee4;border-radius:10px;padding:.8rem;margin:.4rem 0 1rem;background:#fff}.vt-fragrance-picker__hint{margin:.2rem 0 .6rem;font-size:.88rem;color:#516074}.vt-fragrance-picker__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem .8rem;margin-bottom:.7rem}.vt-fragrance-picker__row{display:flex;align-items:center;justify-content:space-between;gap:.7rem;font-size:.92rem}.vt-fragrance-picker__qty{width:72px;padding:.35rem .45rem;border:1px solid #cfd8e3;border-radius:8px}.vt-fragrance-picker__total{margin:0 0 .7rem;font-size:.9rem;color:#35465e}.vt-fragrance-picker__total--ok{color:#0f6d3b}.vt-fragrance-picker__total--error{color:#9b2431}@media(max-width:900px){.vt-product-page__grid,.vt-fragrance-picker__grid{grid-template-columns:1fr}}.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 */
