.cart-page{padding:4rem var(--page-margin);max-width:1000px;margin:0 auto}.cart-page__header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.cart-page__title{font-size:calc(30px + 1.5vw);line-height:1.1;color:var(--color-primary)}@media screen and (min-width:1440px){.cart-page__title{font-size:3.5rem}}.cart-page__continue{position:relative;display:inline-flex;color:var(--color-primary);text-decoration:none;font-size:17px;font-weight:500;line-height:30px;padding-bottom:2px}.cart-page__continue:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;min-height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:right center;transition:transform .75s cubic-bezier(.19,1,.22,1)}.cart-page__continue:hover:before{transform:scaleX(1);transform-origin:left center}.cart-form__header{display:grid;grid-template-columns:3fr 1fr 1fr;border-bottom:1px solid var(--color-primary);padding-bottom:1rem;margin-bottom:2rem;font-weight:500}.cart-item{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--color-primary)}@media screen and (min-width:768px){.cart-item{grid-template-columns:3fr 1fr 1fr;align-items:center}}.cart-item__product{display:flex;gap:1.5rem}.cart-item__image{width:100px;height:100px;object-fit:cover;border-radius:4px;background:#f4f4f4}.cart-item__title{font-size:1.1rem;font-weight:500;text-decoration:none;color:var(--color-foreground);display:block;margin-bottom:.5rem}.cart-item__remove{font-size:.9rem;color:#888;text-decoration:underline;margin-top:.5rem;display:inline-block}.cart-item__quantity input{width:80px;padding:.5rem;border:1px solid #ddd;border-radius:4px}.cart-item__total{font-weight:500;font-size:1.1rem;color:var(--color-primary)}.cart-form__footer{max-width:560px;margin-left:auto;text-align:right}.cart-form__subtotal{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:500;margin-bottom:.5rem;color:var(--color-primary)}.cart-form__tax-note{color:#666;font-size:16px;line-height:24px;margin-bottom:1.5rem}.cart-form__actions{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}.cart-form__header,.cart-item__total{display:none}@media screen and (min-width:768px){.cart-form__header{display:grid}.cart-item__total{display:block}}.cart-page__empty{text-align:center;padding:4rem 0}.cart-page__empty p{font-size:1.25rem;margin-bottom:2rem}.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}.featured-products{padding:3rem 0;background:var(--color-primary)}.featured-products__header{text-align:left;margin-bottom:3rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.featured-products__header-button{background:transparent;color:var(--color-light-blue);border:3px solid var(--color-light-blue);padding:.75rem 2rem .9rem;transition:.2s ease-in-out}.featured-products__header-button:hover{background:var(--color-light-blue);color:var(--color-primary)}.featured-products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media screen and (min-width:768px){.featured-products{padding:10rem 0;background:var(--color-primary)}.featured-products__header{gap:2rem}}.footer-main{background-color:#fff;color:var(--color-primary);padding-top:145px;font-family:var(--font-primary--family)}@media screen and (max-width:991px){.footer-main{padding-top:95px}}@media screen and (max-width:575px){.footer-main{padding-top:65px}}.footer__contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));align-items:center;gap:40px;padding-bottom:155px}@media screen and (max-width:991px){.footer__contact{padding-bottom:95px}}@media screen and (max-width:575px){.footer__contact{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));gap:30px;padding-bottom:20px}}.footer__contact-left svg{width:70px;height:70px}@media screen and (max-width:575px){.footer__contact-left svg{width:55px;height:55px}}.footer__contact-right{display:flex;flex-direction:column}.footer__phone,.footer__email{text-decoration:none;color:var(--color-primary);font-family:var(--font-semibold--family);font-size:calc(16.02312px + 1.38728vw);font-weight:600;line-height:38px}@media screen and (max-width:991px){.footer__phone,.footer__email{line-height:32px}}@media screen and (max-width:575px){.footer__phone,.footer__email{font-size:24px;line-height:28px}}@media screen and (min-width:1440px){.footer__phone,.footer__email{font-size:36px}}.footer__divider{height:2px;background-color:var(--color-primary);width:100%;margin-bottom:30px}@media screen and (max-width:575px){.footer__divider{margin-bottom:60px}}.footer__newsletter{display:grid;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));align-items:start;gap:40px;margin-bottom:85px}@media screen and (max-width:767px){.footer__newsletter{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}}.footer__newsletter-left p{width:500px;max-width:100%;font-size:calc(21.34104px + .46243vw);font-weight:500;line-height:34px;color:var(--color-primary);margin:0}@media screen and (max-width:1280px){.footer__newsletter-left p{line-height:32px}}@media screen and (max-width:991px){.footer__newsletter-left p{line-height:30px}}@media screen and (max-width:575px){.footer__newsletter-left p{font-size:24px;line-height:28px}}@media screen and (min-width:1440px){.footer__newsletter-left p{font-size:28px}}.footer__newsletter-input-wrapper{display:flex;align-items:center;gap:15px}@media screen and (max-width:575px){.footer__newsletter-input-wrapper{flex-direction:column;align-items:stretch}}.footer__newsletter-input{width:384px;max-width:100%;height:54px;background-color:#fff;border:1px solid var(--color-primary);border-radius:7px;padding:5px 15px;color:var(--color-primary);font-family:var(--font-primary--family);font-size:21px;font-weight:500;line-height:1;outline:none}.footer__newsletter-input::placeholder{color:#247bf559;font-size:21px;font-weight:500;line-height:1}.footer__newsletter-button{width:142px;max-width:100%;height:54px;background-color:#fff;border:2px solid var(--color-primary);border-radius:7px;padding:5px 15px;color:var(--color-primary);font-family:var(--font-primary--family);font-size:21px;font-weight:500;line-height:1;text-align:center;cursor:pointer;transition:all .5s ease}.footer__newsletter-button:hover{background-color:var(--color-primary);color:#fff}@media screen and (max-width:767px){.footer__newsletter-input,.footer__newsletter-input::placeholder,.footer__newsletter-button{font-size:20px}}@media screen and (max-width:575px){.footer__newsletter-input,.footer__newsletter-button{width:100%}.footer__newsletter-button{text-align:left}}.footer__newsletter-success{color:var(--color-primary);max-width:541px;font-size:17px;font-weight:400;line-height:26px;margin:12px 0 0}.footer__lower{display:grid;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));align-items:start;gap:40px}@media screen and (max-width:767px){.footer__lower{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}}@media screen and (max-width:575px){.footer__lower{display:flex;flex-direction:column-reverse;margin-top:125px}.footer__lower-left{width:100%;border-top:2px solid var(--color-primary);padding-top:25px}}.footer__portal-button{position:relative;display:inline-flex;align-items:center;justify-content:space-between;min-width:265px;padding:15px 20px;font-size:21px;font-weight:500;line-height:1;text-decoration:none;color:var(--color-primary);background-color:transparent;border:2px solid var(--color-primary);border-radius:100px;overflow:hidden;cursor:pointer;transition:color .3s ease}@media screen and (max-width:575px){.footer__portal-button{font-size:20px}}.footer__portal-button:before{content:"";position:absolute;right:30px;top:50%;width:1000px;height:1000px;background-color:var(--color-primary);border-radius:50%;transform:translate(50%,-50%) scale(.001);transform-origin:center;transition:transform .8s ease-in-out;z-index:1;pointer-events:none}.footer__portal-button:hover:before{transform:translate(50%,-50%) scale(1)}.footer__portal-text{position:relative;z-index:2}.footer__portal-icon{position:absolute;right:27px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;z-index:2}.footer__portal-icon svg{width:18px;height:18px;display:block;overflow:visible;transition:transform 1s ease}.footer__portal-icon svg path{transition:fill .6s ease}.footer__portal-button:hover{color:#fff}.footer__portal-button:hover .footer__portal-icon svg{transform:rotate(45deg)}.footer__portal-button:hover .footer__portal-icon svg path{fill:#fff}.footer__lower-right{display:grid;grid-template-columns:repeat(auto-fit,minmax(30%,1fr));gap:0 30px}@media screen and (max-width:575px){.footer__lower-right{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}.footer__menu-column{margin-bottom:35px}.footer__menu-column:last-of-type{margin-bottom:0}}.footer__menu-title{font-family:var(--font-semibold--family);font-size:20px;font-weight:600;line-height:34px;color:var(--color-primary);margin:0 0 5px}.footer__menu-column ul{list-style:none;padding:0;margin:0}.footer__menu-column li{margin:0}.footer__menu-column a{color:var(--color-primary);text-decoration:none;font-family:var(--font-semibold--family);font-weight:400;font-size:17px;line-height:33px;transition:font-weight .3s ease}.footer__menu-column a:hover{font-weight:600}.footer__copyright-bar{background-color:var(--color-primary);color:var(--color-light-blue);margin-top:50px;padding:10px 0}.footer__copyright-inner{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:5px}.footer__copyright-left{font-size:16px;font-weight:500;line-height:27px}.footer__copyright-right{font-size:16px;font-weight:400;line-height:27px}@media screen and (max-width:575px){.footer__copyright-inner{text-align:center}}@media screen and (min-width:768px){.footer__copyright-inner{flex-direction:row}}.shopify-section-group-header-group{--content-margin: 0;--content-width: 100%}.header{background-color:var(--color-primary);position:relative;z-index:100;top:0;transition:all .3s ease;width:100%}.header.header--scrolled{position:fixed;top:15px;left:15px;right:15px;width:auto;z-index:1000;background-color:transparent;background-image:linear-gradient(90deg,#d1ffff1a 4.86%,#d1ffff66);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:8px}.header--scrolled .header__inner{padding-block:0}@media screen and (max-width:1199px){.header.header--scrolled{left:10px;right:10px}.header--scrolled .header__inner{padding-block:10px}}.header__inner{display:flex;justify-content:space-between;align-items:center;padding:15px 0;min-height:70px;max-width:var(--page-width);margin:0 auto;width:100%;padding-inline:var(--page-margin)}@media screen and (min-width:992px){.header__inner{max-width:96.77vw}}@media screen and (min-width:1200px){.header__inner{max-width:95vw}}@media screen and (min-width:1400px){.header__inner{max-width:94.29vw}}@media screen and (min-width:1920px){.header__inner{max-width:72.135vw}}.header__logo-link{text-decoration:none;display:flex;align-items:center}.header__logo-image{max-height:45px;width:auto}.header__nav{display:none}.header__menu{display:flex;align-items:flex-start;gap:48px;margin:0;padding:0;list-style:none}@media screen and (max-width:1399px){.header__menu{gap:25px}}.header__menu-item{display:inline-flex;position:relative;white-space:nowrap;text-decoration:none;color:#fff;font-weight:500;font-size:17px;line-height:30px;padding:20px 0}.header__menu-item:before{content:"";position:absolute;left:0;right:0;bottom:25px;height:1px;min-height:1px;background-color:currentColor;transform:scaleX(0);transform-origin:right center;transition:transform .75s cubic-bezier(.19,1,.22,1)}.header__menu-item:hover:before,.header__menu-item--active:before{transform:scaleX(1);transform-origin:left center}.header__actions{display:flex;align-items:center;gap:2rem}.header__buttons{display:flex;gap:22px;align-items:center}.header__action-button{display:inline-flex;align-items:center;justify-content:center;min-width:153px;max-width:100%;box-sizing:border-box;padding:16px;text-align:center;text-decoration:none;color:#fff;font-weight:500;font-size:17px;line-height:.5;border:2px solid #fff;border-radius:100px;transition:.5s}.header__action-button--primary{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.header__action-button--primary:hover{background-color:#fff;border-color:#fff;color:var(--color-primary)}.header__action-button--secondary{background-color:transparent;color:#fff;border-color:#fff}.header__action-button--secondary:hover{background-color:#fff;border-color:#fff;color:var(--color-primary)}.header__icons{display:flex;align-items:center;gap:1.5rem}.header__icon{color:#fff;position:relative;display:flex;align-items:center}.header__icon svg{width:24px;height:24px;fill:currentColor}.header__icon svg path{stroke:currentColor}.header__cart-count{position:absolute;top:-8px;right:-10px;background-color:var(--color-light-blue);color:var(--color-dark-blue);font-size:.75rem;font-weight:500;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.header__mobile-menu-toggle{display:flex;background:none;border:none;color:#fff;padding:0;cursor:pointer}.hidden-mobile{display:none!important}@media screen and (min-width:1200px){.header__nav{display:block;margin-left:10%}.header__mobile-menu-toggle{display:none}.hidden-mobile{display:flex!important}}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100svh;background-color:var(--color-primary);z-index:1001;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.mobile-menu-overlay.is-open{transform:translate(0)}.mobile-menu__inner{padding:1.5rem var(--page-margin);display:flex;flex-direction:column;min-height:100%}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.mobile-menu__logo img{max-height:35px;width:auto}.mobile-menu__close{background:none;border:none;color:#fff;padding:.5rem;cursor:pointer}.mobile-menu__nav ul{margin:0 0 3rem;padding:0;list-style:none}.mobile-menu__nav li{margin-bottom:1.5rem}.mobile-menu__nav a{text-decoration:none;color:var(--color-light-blue);font-size:1.5rem;font-weight:500}.mobile-menu__actions{display:flex;flex-direction:column;gap:1rem;margin-top:auto}.mobile-menu__actions .header__action-button{width:100%;text-align:center;font-size:17px;line-height:normal;padding:14px 16px}.hero{background-size:cover;background-position:center;background-color:var(--color-background);position:relative;height:calc(100svh - 100px);overflow:hidden;color:#fff;text-align:left}@media screen and (max-width:575px){.hero{height:calc(79svh - 100px)}}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(180deg,#00000026,#0000 50%);z-index:1}.hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:55%;background:linear-gradient(0deg,#000,#0000);z-index:1}@media screen and (max-width:575px){.hero:before{content:none}.hero:after{height:155%;background:linear-gradient(0deg,#0009,#0000)}}.hero .container{position:relative;z-index:2;height:100%}.hero__inner{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;height:100%;padding:55px 0 60px}@media screen and (max-width:575px){.hero__inner{padding:25px 0 35px}}.hero__top{flex-grow:1}.hero__title{width:750px;max-width:100%;font-size:calc(43.3815px + 2.89017vw);font-weight:500;line-height:85px;color:#fff;margin:0}@media screen and (max-width:1280px){.hero__title{line-height:70px}}@media screen and (max-width:991px){.hero__title{line-height:65px}}@media screen and (max-width:575px){.hero__title{width:240px;font-size:60px;line-height:60px}}@media screen and (min-width:1440px){.hero__title{font-size:85px}}.hero__bottom-row{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;width:100%}@media screen and (max-width:767px){.hero__bottom-row{flex-direction:column;align-items:flex-start;gap:30px}}.hero__subtitle{width:465px;max-width:100%;font-size:calc(14.6821px + .92486vw);font-family:var(--font-semibold--family);font-weight:600;line-height:34px;color:#fff;margin:0}@media screen and (max-width:1280px){.hero__subtitle{line-height:30px}}@media screen and (max-width:991px){.hero__subtitle{line-height:28px}}@media screen and (max-width:575px){.hero__subtitle{font-size:20px;line-height:24px}}@media screen and (min-width:1440px){.hero__subtitle{font-size:28px}}.hero__button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:265px;padding:30px 22px;font-size:21px;font-weight:500;line-height:1;text-align:center;text-decoration:none;color:#fff;background-color:var(--color-primary);border:2px solid var(--color-primary);border-radius:100px;overflow:hidden;cursor:pointer;white-space:nowrap;transition:background-color .3s ease}@media screen and (max-width:767px){.hero__button{padding:24px 16px}}@media screen and (max-width:575px){.hero__button{font-size:20px}}.hero__button-text,.hero__button-icon{position:absolute;top:50%;transition:all .6s ease;z-index:2}.hero__button-text{left:50%;transform:translate(-50%,-50%)}.hero__button-icon{left:calc(50% + 70px);opacity:0;transform:translate(-50%,-50%) rotate(0);display:flex;align-items:center;justify-content:center}.hero__button-icon svg{width:17px;height:17px;display:block}.hero__button:hover .hero__button-text{transform:translate(-100%,-50%)}.hero__button:hover .hero__button-icon{left:calc(50% + 90px);opacity:1;transform:translate(20%,-50%) rotate(45deg)}.collection-page{padding:3rem var(--page-margin);color:var(--color-primary);margin:0 auto}.collection-page__header{margin-bottom:3rem}.collection-page__title{margin-bottom:1rem}.collection-page__layout{gap:3rem}.collection-page__nav{display:flex;align-items:center;list-style:none;padding:0;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem}.collection-page__nav li{border:2px solid var(--color-primary);padding:.65rem 1.25rem .75rem;border-radius:36px;transition:color .2s ease;position:relative;cursor:pointer}.collection-page__nav li a{transition:color .2s ease;font-weight:400;font-size:1.313rem;color:var(--color-primary);text-decoration:none;line-height:1;display:flex;align-items:center;justify-content:center;gap:.2rem}.collection-page__nav li a:before{content:"";width:6px;height:6px;border-radius:50%;border:2px solid var(--color-primary);transition:color .2s ease;display:inline-block;margin-top:3px;margin-right:.5rem}.collection-page__nav li a.active:before{background-color:var(--color-primary)}@media screen and (min-width:768px){.collection-page__layout{grid-template-columns:250px 1fr}}.collection-page__sidebar-title{font-size:1.25rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-primary)}.collection-page__nav li{margin-bottom:.5rem}.collection-page__nav a{text-decoration:none;color:var(--color-foreground)}.collection-page__nav a:hover,.collection-page__nav a.active{color:var(--color-primary);font-weight:500}.collection-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}.collection-page__pagination{margin-top:4rem;text-align:center}.product-page{padding:3rem 0;color:var(--color-primary)}.product-page__inner{display:grid;grid-template-columns:1fr;gap:3rem}@media screen and (min-width:990px){.product-page__inner{grid-template-columns:55fr 45fr;gap:5rem}}.product-page__media{display:flex;flex-direction:column;gap:1.5rem}.product-page__main-image{background:#f4f4f4;border-radius:8px;overflow:hidden;aspect-ratio:4/4;display:flex;align-items:center;justify-content:center}.product-image{width:100%;height:100%;object-fit:cover}.product-page__thumbnails{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.product-page__thumbnails::-webkit-scrollbar{height:6px}.product-page__thumbnails::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.product-page__thumbnail{width:90px;height:90px;border-radius:4px;overflow:hidden;background:#f4f4f4;flex-shrink:0;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease}.product-page__thumbnail.is-active,.product-page__thumbnail:hover{border-color:var(--color-primary)}.thumbnail-image{width:100%;height:100%;object-fit:cover}.product-page__info{display:flex;flex-direction:column;gap:1.5rem}.product-page__title{margin-bottom:0;font-size:calc(30px + 1.5vw);line-height:1.1;color:var(--color-dark-blue)}@media screen and (min-width:1440px){.product-page__title{font-size:3.5rem}}.product-page__price{font-size:1.5rem;font-weight:500;color:var(--color-primary)}.product-page__description{line-height:1.6;color:var(--color-dark-blue);font-size:1.125rem}.product-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.product-form__variants{display:flex;flex-direction:column;gap:1.25rem}.product-form__input label,.product-form__quantity label,.product-form__label{display:block;margin-bottom:.5rem;font-weight:500;font-size:1.125rem;color:var(--color-dark-blue)}.product-form__input select,.product-form__quantity input{width:100%;padding:1rem;border:2px solid var(--color-primary);background:transparent;border-radius:4px;font-size:1.125rem;color:var(--color-primary);font-family:var(--font-primary--family);outline:none}.product-form__options-group{display:flex;flex-wrap:wrap;gap:.75rem}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.product-variant-label{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;padding:.5rem 1rem;border:2px solid var(--color-primary);border-radius:4px;cursor:pointer;background:transparent;color:var(--color-primary);font-size:1rem;font-weight:500;transition:all .2s ease;margin:0}.product-variant-radio:checked+.product-variant-label{background:var(--color-primary);color:#fff}.product-color-link{text-decoration:none;transition:background-color .3s ease,color .3s ease}a.product-color-link:hover{background:var(--color-primary);color:#fff}.product-color-link--current{background:var(--color-primary);color:#fff;cursor:default}.product-form__input--hidden{display:none}.product-variant-radio:focus-visible+.product-variant-label{outline:2px solid var(--color-primary);outline-offset:2px}@media screen and (min-width:768px){.product-form__quantity input{width:140px}}.product-form__submit{width:100%;margin-top:1rem;cursor:pointer}.product-form__submit:disabled{opacity:.5;cursor:not-allowed}.product-accordions{margin-top:2rem}.product-accordion{border-top:1px solid #ddd;color:#0f2b4f}.product-accordion:last-child{border-bottom:1px solid #ddd}.product-accordion__title{padding:1.5rem 0;font-weight:500;font-size:1.313rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between}.product-accordion__title::-webkit-details-marker{display:none}.product-accordion__title:after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .25s ease;margin-right:4px;flex-shrink:0}.product-accordion[open] .product-accordion__title:after{transform:rotate(225deg)}.product-accordion__content ul{padding-inline-start:1.125rem}.product-accordion__content ul li:not(:last-of-type){margin-bottom:.75rem}.product-accordion__content{padding:0 0 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}.step-process{padding:7rem 0;background-color:var(--color-dark-blue)}.step-process__title{text-align:center}.step-process__header{text-align:center;margin-top:4rem;margin-bottom:4rem}.step-process__header h2{margin-bottom:2rem}.step-process__intro{line-height:1.3;margin-bottom:1.3rem;font-weight:500;color:var(--color-light-blue)}.step-process__subheading{letter-spacing:.05em;color:var(--color-light-blue);font-size:1.25rem}.step-process__item-heading{display:flex;align-items:center;gap:1rem;margin:1rem 0}.step-process__grid{display:grid;grid-template-columns:1fr;gap:3rem;text-align:left}.step-process__item-image-wrapper{margin-bottom:1.5rem;width:100%}.step-process__item-image{aspect-ratio:4 / 3;width:100%;height:100%;object-fit:cover}.step-process__item-image>img{aspect-ratio:4 / 3;object-fit:cover;display:block;width:100%;height:100%!important;border-radius:7px}.step-process__number{color:var(--color-dark-blue);background-color:var(--color-light-blue);width:5rem;height:5rem;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:7px;font-size:2rem;font-weight:500}.step-process__item{color:var(--color-light-blue);display:flex;flex-direction:column}.step-process__item-title{margin-bottom:1rem;font-size:1.313rem;font-weight:500}.step-process__item-text{line-height:1.6;font-size:1.313rem}.step-process__footer{text-align:left;margin-top:4rem;padding-top:3rem}.step-process__closing{font-size:1.5rem;font-weight:500;line-height:1.4;color:var(--color-light-blue)}@media(min-width:576px){.step-process__subheading{font-size:calc(19.33526px + .11561vw)}}@media(min-width:768px){.step-process__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.step-process{padding:10rem 0}.step-process__header{max-width:900px;margin-left:auto;margin-right:auto}.step-process__grid{grid-template-columns:repeat(3,1fr)}.step-process__closing{max-width:800px}}.testimonial{padding:5rem 0;background-color:var(--color-primary);color:var(--color-light-blue);overflow:hidden}testimonial-slider{display:block;width:100%;overflow:hidden}.testimonial__track{display:flex;width:max-content}.testimonial__group{display:flex;gap:1.5rem;padding-right:1.5rem;flex-shrink:0;align-items:stretch}.testimonial__card{width:80vw;flex-shrink:0;padding:2.5rem;background-color:#d1ffff1a;border-radius:7px;display:flex;flex-direction:column;justify-content:center;text-align:center}.testimonial__quote{font-size:1.2rem;font-style:normal;margin:0 0 1.5rem;line-height:1.5}.testimonial__author{font-size:1.1rem;font-weight:500;opacity:.9;font-style:normal;display:block}@media screen and (min-width:768px){.testimonial__card{width:38vw;padding:3rem}}@media screen and (min-width:992px){.testimonial__card{width:26vw;padding:3.5rem}.testimonial__quote{font-size:1.44rem}}@keyframes testimonial-marquee{0%{transform:translate(0)}to{transform:translate(var(--marquee-shift))}}@media(prefers-reduced-motion:reduce){.testimonial__track{animation:none!important}testimonial-slider{overflow-x:auto;scroll-snap-type:x mandatory}.testimonial__card{scroll-snap-align: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}.product-card{background:var(--color-dark-blue);border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.product-card__link{text-decoration:none;color:inherit}.product-card__image-wrapper{aspect-ratio:4/5;overflow:hidden;background:var(--color-dark-blue)}.product-card__image{width:100%;height:100%;object-fit:cover}.placeholder-svg{fill:#ccc}.product-card__info{padding:1.5rem;text-align:left}.product-card__title{font-size:1.75rem;margin-bottom:.5rem;font-weight:500;color:var(--color-light-blue)}.product-card__price{font-weight:500;color:#fff;font-size:1.125rem}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
