.home-banner,.home-banner__slides{position:relative}.home-banner__slide{display:none;position:relative}.home-banner__slide.is-active{display:block}.home-banner__link{display:block;width:100%;text-decoration:none}.home-banner__picture{display:block;width:100%}.home-banner__image{display:block;width:100%;height:auto;aspect-ratio:1280 / 607;object-fit:cover}.home-banner__arrow{position:absolute;top:50%;width:31px;height:31px;padding:0;border-radius:999px;border:2px solid var(--beige);background:var(--blue20);color:var(--blue);display:flex;align-items:center;justify-content:center;transform:translateY(-50%);cursor:pointer;transition:background .25s ease,transform .25s ease,color .25s ease}.home-banner__arrow:hover{background:var(--blue);color:var(--white);transform:translateY(-50%) scale(1.06)}.home-banner__arrow svg{width:14px;height:14px}.home-banner__arrow--prev{left:15px}.home-banner__arrow--next{right:15px}.home-banner__dots{position:absolute;left:50%;bottom:22px;display:flex;align-items:center;gap:8px;transform:translate(-50%)}.home-banner__dot{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:#819bd066;cursor:pointer;transition:transform .25s ease,background .25s ease}.home-banner__dot.is-active{background:var(--blue)}.home-banner__dot:hover{transform:scale(1.08)}@media screen and (max-width:749px){.home-banner__image{width:100%;height:auto;aspect-ratio:390 / 600;object-fit:cover}.home-banner__arrow--prev{left:15px}.home-banner__arrow--next{right:15px}.home-banner__dots{bottom:22px}}.home-collections-grid{padding-top:58px}.home-collections-grid__inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:27px}.home-collections-grid__card{display:block;text-decoration:none}.home-collections-grid__image-wrap{display:block;width:100%;overflow:hidden}.home-collections-grid__image{display:block;width:100%;height:auto;aspect-ratio:1 / 1.14;object-fit:cover;transition:transform .35s ease,opacity .35s ease}.home-collections-grid__card:hover .home-collections-grid__image{transform:scale(1.03);opacity:.96}.home-collections-grid__title{margin:30px 0 0;text-align:center}@media screen and (max-width:989px){.home-collections-grid__inner{gap:20px}.home-collections-grid__title{margin-top:22px;font-size:14px}}@media screen and (max-width:649px){.home-collections-grid{padding-top:40px}.home-collections-grid__inner{grid-template-columns:1fr;gap:24px}.home-collections-grid__title{margin-top:18px}}.home-featured-products{padding-top:128px;overflow:hidden}.home-featured-products__heading{margin:0 0 16px}.home-featured-products__slider{position:relative}.home-featured-products__viewport{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.home-featured-products__viewport::-webkit-scrollbar{display:none}.home-featured-products__track{display:flex;gap:27px;align-items:flex-start}.home-featured-products__card{flex:0 0 calc((100% - (27px * 3)) / 4.15);min-width:0;text-decoration:none;color:inherit}.home-featured-products__image-wrap{width:100%;overflow:hidden}.home-featured-products__image{display:block;width:100%;height:auto;aspect-ratio:1 / 1.18;object-fit:cover}.home-featured-products__title{margin:12px 0 0}.home-featured-products__price{margin-top:10px}.home-featured-products__arrow{position:absolute;top:35%;width:31px;height:31px;padding:0;border:0px solid var(--beige);border-radius:999px;background:#819bd0b2;color:var(--beige);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .25s ease,transform .25s ease}.home-featured-products__arrow:hover:not(.is-disabled){background:var(--blue);transform:scale(1.04)}.home-featured-products__arrow.is-disabled{background:#819bd0b2;opacity:.7;cursor:default}.home-featured-products__arrow svg{width:14px;height:15px}.home-featured-products__arrow--prev{left:-15px}.home-featured-products__arrow--next{right:-15px}@media screen and (max-width:989px){.home-featured-products__card{flex-basis:calc((100% - (27px * 2)) / 3.15)}}@media screen and (max-width:749px){.home-featured-products{padding-top:100px}.home-featured-products__heading{margin-bottom:14px}.home-featured-products__track{gap:18px}.home-featured-products__card{flex-basis:calc((100% - 18px) / 1.15)}.home-featured-products__arrow{top:32%}.home-featured-products__arrow--prev{left:6px}.home-featured-products__arrow--next{right:6px}}.home-gift-products{padding-top:128px}.home-gift-products__heading{margin:0;color:var(--brown)}.home-gift-products__description{margin:14px 0 0;text-align:center;font-family:arboria-medium,sans-serif!important}.home-gift-products__slider{position:relative;margin-top:18px}.home-gift-products__slides{position:relative}.home-gift-products__slide{display:none}.home-gift-products__slide.is-active{display:block}.home-gift-products__link{display:block;text-decoration:none}.home-gift-products__image-wrap{position:relative;width:100%}.home-gift-products__image{display:block;width:100%;height:auto;aspect-ratio:1220 / 492;object-fit:cover}.home-gift-products__meta{min-height:57px;padding:0 24px 0 37px;background:var(--blue);display:flex;align-items:center;justify-content:space-between;gap:16px}.home-gift-products__meta-title,.home-gift-products__meta-price{color:var(--beige);font-size:20px;line-height:1em;letter-spacing:.2em}.home-gift-products__meta-title{font-family:arboria-light,sans-serif;text-transform:uppercase}.home-gift-products__meta-price{font-family:arboria-medium,sans-serif;white-space:nowrap}.home-gift-products__arrow{position:absolute;top:calc((100% - 57px)/2);width:31px;height:31px;padding:0;border:0px solid var(--beige);border-radius:999px;background:#819bd0b2;color:var(--beige);display:flex;align-items:center;justify-content:center;transform:translateY(-50%);cursor:pointer;transition:background .25s ease,transform .25s ease}.home-gift-products__arrow:hover{background:var(--blue);transform:translateY(-50%) scale(1.04)}.home-gift-products__arrow svg{width:14px;height:15px;display:block}.home-gift-products__arrow--prev{left:-15px}.home-gift-products__arrow--next{right:-15px}.home-gift-products__dots{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:18px}.home-gift-products__dot{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:#819bd066;cursor:pointer;transition:transform .25s ease,background .25s ease}.home-gift-products__dot.is-active{background:var(--blue)}.home-gift-products__dot:hover{transform:scale(1.08)}@media screen and (max-width:989px){.home-gift-products__meta{padding-left:24px}.home-gift-products__meta-title,.home-gift-products__meta-price{font-size:16px}}@media screen and (max-width:749px){.home-gift-products{padding-top:100px}.home-gift-products__description{margin-top:10px;line-height:1.2em}.home-gift-products__image{aspect-ratio:1220 / 700}.home-gift-products__meta{min-height:auto;padding:14px 16px;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px}.home-gift-products__meta-title,.home-gift-products__meta-price{font-size:14px}.home-gift-products__arrow--prev{left:6px}.home-gift-products__arrow--next{right:6px}.home-gift-products__dots{margin-top:14px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/home.css.map */
