.about-home{position:relative;overflow:hidden;background-color:var(--color-light-background)}.graphic-image{width:700px;transform:rotate(40deg);position:absolute;top:-300px;right:100px;z-index:0}.about-home-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.about-home-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.about-products-wrapper{width:45%;height:500px;display:flex;align-items:center;justify-content:center;gap:1rem}.product_about-card{max-width:600px;max-height:750px;display:flex;flex-direction:column;align-items:flex-end;justify-content:right;gap:1rem;position:relative;z-index:1;text-decoration:none;color:inherit;cursor:pointer}.product_about-card-image-wrapper{width:100%;height:90%;min-height:350px;overflow:hidden}.product_about-card-image{width:100%;height:100%;min-height:350px;object-fit:cover;transition:transform .4s ease}.product_about-card-image-wrapper:hover .product_about-card-image{transform:scale(1.05)}.product_about-card:hover .button--secondary .circle_animated-icon{transform:scale(1.5)}@media(max-width:991px){.graphic-image{display:none}.about-home-wrapper{flex-direction:column;align-items:flex-start;gap:4rem;order:2}.about-home-wrapper.first-row-mobile{order:1}.about-products-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:1rem}.product_about-card{max-width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:left;gap:1rem}}@media(max-width:479px){.about-products-wrapper{flex-direction:column;align-items:center;justify-content:center;gap:2rem}.product_about-card{gap:1rem}}.cart-page{width:100%;height:100svh;padding:8rem 0 4rem;position:relative}.cart-page__graphic-element{position:absolute;bottom:-150px;right:100px;max-width:420px;width:30%;pointer-events:none;z-index:0;transform:rotate(150deg) rotateY(180deg)}.cart-page__container{height:100%;max-width:90rem;margin:0 auto;padding:0 1.5rem}.cart-page__content{height:100%;display:flex;justify-content:space-between;gap:10rem}.cart-page__title{font-size:2.5rem;font-weight:300;margin:0 0 1.5rem}.cart-page__form{width:100%}.cart-page__items{padding-top:3rem;max-height:100%;overflow-y:auto}.cart-items{width:100%;display:flex;flex-direction:column}.cart-item{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding:1.5rem 0;border-top:1px solid var(--color-gray)}.cart-item__main{width:70%;height:130px;display:flex;align-items:flex-start;justify-content:flex-start;gap:1.5rem}.cart-item__image{width:130px;height:130px;min-width:130px;min-height:130px;display:flex;align-items:center;justify-content:center;border-radius:3px;overflow:hidden;background-color:#d8d8d8}.cart-item__image a{display:block;width:100%;height:100%;border-radius:3px;padding:.85rem}.cart-item__image img{width:100%;height:100%;object-fit:cover;border-radius:3px}.cart-item__image-placeholder{width:100%;height:100%;background:#0000000d}.cart-item__info{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.5rem}.cart-item__text{display:flex;flex-direction:column;gap:.5rem}.cart-item__title{font-size:1rem;font-weight:300;text-decoration:none;color:inherit}.cart-item__title:hover{text-decoration:underline}.cart-item__variant{font-size:.875rem;margin:0;opacity:.85}.cart-item__description{font-size:.8rem;margin:0;opacity:.8;line-height:1.4}.cart-item__quantity{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;border:1px solid var(--color-gray);border-radius:200px;padding:0 .25rem}.cart-item__qty-btn{width:24px;height:32px;border:none;border-radius:4px;background:transparent;font-size:.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:opacity .2s ease}.cart-item__qty-btn:hover{opacity:.7}.cart-item__qty-btn:disabled{opacity:.4;cursor:not-allowed}.cart-item__qty-btn:disabled:hover{opacity:.4}.cart-item__qty-btn--plus:disabled[title]{position:relative}.cart-item__qty-btn--plus:disabled[title]:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-4px);padding:.35rem .5rem;font-size:.7rem;white-space:nowrap;background:#1a1a1a;color:#fff;border-radius:4px;pointer-events:none;z-index:10}.button.button--blue.cart-summary__button{padding:1.25rem 1.5rem}.cart-item__qty-input{width:16px;height:32px;border:none;border-radius:4px;text-align:center;font-size:.85rem;padding:0;-moz-appearance:textfield}.cart-item__qty-input::-webkit-outer-spin-button,.cart-item__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item__price{font-weight:600;font-size:1.0625rem;white-space:nowrap}.cart-page__summary{width:40%}.cart-summary{position:sticky;top:7rem;padding:3rem;border-radius:24px;color:#fff;background:#3a3a3a}.cart-summary__title{font-size:1.5rem;font-weight:300;margin:0 0 2rem}.cart-summary__details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:.9375rem}.cart-summary__label{font-size:1rem;font-weight:300}.cart-summary__value{font-size:1rem;font-weight:500}.cart-summary__row--total{font-size:1rem;font-weight:600;padding-top:.75rem;border-top:1px solid var(--color-gray);margin-top:.25rem}.cart-summary__row--discount .cart-summary__value{color:green}.cart-summary__button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;font-size:1rem}.cart-summary__button-total{font-weight:500}.cart-page__empty{text-align:center;padding:4rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.cart-page__empty-image{max-width:160px;height:auto;opacity:.9}.cart-page__empty-heading{font-size:1.5rem;font-weight:500;margin:0}.cart-page__empty-text{margin:0;opacity:.85}.cart-page__empty-button{text-decoration:none}@media(max-width:991px){.cart-page{padding:6rem 0 3rem;height:auto;min-height:100svh}.cart-page__content{flex-direction:column;gap:2.5rem;height:auto}.cart-page__items{order:1;padding-top:0;max-height:none}.cart-page__summary{order:2;width:100%}.cart-summary{position:static;padding:2rem 1.5rem}.cart-page__title{font-size:2rem}}@media(max-width:479px){.cart-page{padding:5rem 0 2rem}.cart-page__container{padding:0 1rem}.cart-page__content{gap:1.5rem}.cart-page__title{font-size:1.5rem;margin-bottom:1rem}.cart-item{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem 0}.cart-item__main{width:100%;height:auto;min-height:80px;gap:1rem}.cart-item__image{width:80px;height:80px;min-width:80px;min-height:80px}.cart-item__info{flex:1;min-width:0}.cart-item__description{display:none}.cart-item__price{padding-left:0;border-top:1px solid rgba(0,0,0,.08);padding-top:.75rem;margin-top:.25rem}.cart-summary{padding:1.5rem 1rem;border-radius:16px}.cart-summary__title{font-size:1.25rem;margin-bottom:1.25rem}.cart-summary__details{gap:.75rem;margin-bottom:1rem}.cart-summary__button{padding:.875rem 1rem;font-size:.9375rem}.cart-page__graphic-element{max-width:280px;right:20px;bottom:-80px}}.collection-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1rem .5rem;background-color:var(--color-light-gray)}.collection-toolbar-filters{display:flex;flex-wrap:wrap;gap:.5rem}.collection-filter-btn{text-decoration:none;font-size:1rem;padding:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-aktiv-light);font-weight:var(--font-aktiv-light-weight);font-style:var(--font-aktiv-light-style);position:relative;overflow:hidden;cursor:pointer}.collection-filter-btn .btn__line{position:absolute;bottom:0;left:0;width:0%;height:1px;background-color:var(--color-dark-gray);transition:width .3s ease}.collection-filter-btn:hover .btn__line,.collection-filter-btn[aria-pressed=true] .btn__line{width:100%}.collection-toolbar-sort{display:flex;align-items:center;gap:.5rem}.collection-sort-label{font-size:.875rem;font-weight:400}.collection-sort-select{padding:.5rem 2rem .5rem 1rem;font-size:.85rem;font-family:var(--font-aktiv-light);font-weight:var(--font-aktiv-light-weight);font-style:var(--font-aktiv-light-style);text-transform:uppercase;border:none;border-radius:200px;background:#14141414;color:#515151;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.339844 0.367432L6.83984 6.36743L13.3398 0.367432' stroke='%234E4E4E'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:10px 6px}.collection-products{padding:1rem;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem;background-color:var(--color-light-gray)}.collection-product{position:relative;overflow:hidden;display:flex;justify-content:center;align-items:flex-end;height:400px}.collection-products .collection-product--span-3{grid-column:span 3;height:350px}.collection-products .collection-product--span-4{grid-column:span 4;height:450px}.collection-products .collection-product--span-6{grid-column:span 6}.collection-product--card{position:relative;overflow:hidden;min-height:320px}.collection-product-gallery{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1}.collection-product-gallery-slider{width:100%;height:100%;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.collection-product-gallery-slider::-webkit-scrollbar{display:none}.collection-product-gallery-slide{min-width:100%;width:100%;height:100%;flex-shrink:0;scroll-snap-align:start;position:relative;overflow:hidden}.collection-product-gallery-slide img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.collection-product--card:hover .collection-product-gallery-slide img,.collection-product-hero-card:hover .collection-product-gallery-slide img{transform:scale(1.08)}.collection-product-gallery-nav{position:absolute;top:50%;left:.5rem;right:.5rem;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;z-index:10;opacity:0;pointer-events:none;transition:opacity .25s ease}.collection-product--card:hover .collection-product-gallery-nav,.collection-product-hero-card:hover .collection-product-gallery-nav{opacity:1;pointer-events:none}.collection-product--card:hover .collection-product-gallery-nav .collection-product-gallery-prev,.collection-product--card:hover .collection-product-gallery-nav .collection-product-gallery-next,.collection-product-hero-card:hover .collection-product-gallery-nav .collection-product-gallery-prev,.collection-product-hero-card:hover .collection-product-gallery-nav .collection-product-gallery-next{pointer-events:auto}.collection-product-gallery-prev,.collection-product-gallery-next{width:36px;height:36px;border:1px solid rgba(255,255,255,.6);border-radius:100%;color:#fff;background-color:transparent;font-size:.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .2s ease,transform .2s ease}.collection-product-gallery-prev:hover,.collection-product-gallery-next:hover{background-color:#0009}.collection-product-gallery-prev:disabled,.collection-product-gallery-next:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.collection-product--card:hover .button--secondary .circle_animated-icon,.collection-product-hero-card:hover .button--secondary .circle_animated-icon{transform:scale(1.5)}.collection-product-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .35s ease;z-index:5;display:flex;align-items:flex-end}.collection-product--card:hover .collection-product-mask{opacity:1}.collection-product--card .collection-product-content .button--secondary{color:var(--color-white)}.collection-product--card .collection-product-content .button--secondary .circle_icon-wrpper{border-color:transparent}.collection-product-hero-card .collection-product-content .button--secondary{color:var(--color-white)}.collection-product-hero-card .collection-product-content .button--secondary .circle_icon-wrpper{border-color:transparent}.collection-product-content{width:100%;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:15;padding:1rem}.collection-product-info{max-width:50%;display:flex;flex-direction:column;gap:.5rem}.collection-product-title{font-size:1rem;font-weight:300}.collection-product-title a{color:var(--color-white);text-decoration:none}.collection-products .collection-product--hero-top{height:90vh;grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:1rem}.collection-product-hero-image{width:100%;position:relative;overflow:hidden}.collection-product-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.collection-product-hero-card{position:relative;overflow:hidden;width:100%;min-height:100%}.collection-product-hero-card .collection-product-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .35s ease;z-index:5;display:flex;align-items:flex-end}.collection-product-hero-card:hover .collection-product-mask{opacity:1}.collection-product-hero-card .collection-product-content{position:relative;width:100%}.collection-products .collection-product--full{height:90vh;grid-column:1 / -1}@media(max-width:991px){.collection-products{grid-template-columns:repeat(6,minmax(0,1fr))}.collection-products .collection-product--span-3,.collection-products .collection-product--span-4{grid-column:span 3}.collection-products .collection-product--span-6{grid-column:span 6}.collection-products .collection-product--hero-top{grid-template-columns:1fr}.collection-product-content{padding:1.5rem}.collection-product-title{font-size:1.25rem}.collection-product--card{min-height:280px}}@media(max-width:479px){.collection-products{grid-template-columns:1fr;gap:1.5rem}.collection-product-hero-image{display:none}.collection-products .collection-product--span-3,.collection-products .collection-product--span-4,.collection-products .collection-product--span-6,.collection-products .collection-product--hero-top,.collection-products .collection-product--full{grid-column:span 1;height:400px}.collection-product-content{padding:1.25rem}.collection-product--card{min-height:260px}.collection-toolbar-filters{flex-wrap:nowrap;min-width:100%;overflow-x:auto;padding-bottom:.5rem}.collection-filter-btn .btn__text{white-space:nowrap}.collection-filter-btn{flex-shrink:0}.collection-filter-btn:hover .btn__line{width:0%}}.collection-load-more-wrapper{display:flex;justify-content:center;padding-top:5rem;padding-bottom:5rem;background-color:var(--color-light-gray)}.collection-load-more:disabled{opacity:.6;cursor:wait}.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%}.contact-form{height:100svh}.contact-form-container{height:100%;display:flex;flex-direction:column;align-items:center}.contact-form-image{width:100%;height:50%;object-fit:cover;object-position:center 60%}.contact-form-wrapper{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem}.contact-form-form{width:65%;display:flex;flex-direction:column;gap:1rem}.contact-form-form-input-wrapper{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.contact-form-form-input{width:100%;padding:1rem .5rem;border-bottom:1px solid var(--color-gray);border-top:none;border-left:none;border-right:none;border-radius:0}.contact-form-form-input-wrapper textarea.contact-form-form-input{height:51px;resize:none;overflow-y:auto}.contact-form-form-text{max-width:400px;font-size:.75rem;color:var(--color-gray);line-height:1.2;margin-top:1.5rem;margin-bottom:1.5rem}@media(max-width:479px){.contact-form{height:auto}.contact-form-wrapper{flex-direction:column;gap:2rem}.contact-form-image{height:200px}.contact-form-form{width:100%}.contact-form-form-input-wrapper{flex-direction:column;gap:1rem}.contact-form-form-input{width:100%}}.contact-steps-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5rem}.contact-steps-wrapper{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;border-right:1px solid var(--color-gray)}.contact-steps-card{width:100%;height:300px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:2rem;border-left:1px solid var(--color-gray);padding:1rem 1.5rem}.contact-steps-card-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.5rem}.contact-steps-card-info-button{font-size:1.15rem;font-weight:300;text-decoration:none;color:#111;font-family:var(--font-aktiv-light);font-weight:var(--font-aktiv-light-weight);font-style:var(--font-aktiv-light-style);line-height:1.4}.contact-steps-section-text{text-align:center;max-width:600px}.contact-steps-card-info-title{font-size:.9rem;color:#4e4e4e}@media(max-width:479px){.contact-steps-wrapper{flex-direction:column;gap:1rem;border-right:none}.contact-steps-card{height:auto;border-left:none;border-top:1px solid #c1c1c1;padding:1.25rem 0}}.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}.details-section{background-color:var(--color-beige);position:relative;overflow:hidden}.details-section-graphic{width:800px;position:absolute;top:-500px;right:-100px;pointer-events:none;z-index:0}.details-section-graphic--bottom-left{top:auto;right:auto;bottom:-500px;left:-200px;transform:rotate(180deg)}.details-container{width:100%;height:1700px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;position:relative}.details-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem;height:auto;position:absolute}.details-card--short{width:400px}.details-card--large{width:500px}.details-card--pos-1{top:0;left:0}.details-card--pos-2{top:500px;right:32px}.details-card--pos-3{top:800px;left:0}.details-card--pos-4{top:1100px;right:0}.details-card-image-wrapper{width:100%;position:relative;flex-shrink:0}.details-card-image-wrapper--short{height:300px}.details-card-image-wrapper--large{height:500px}.details-card-content{width:70%;display:flex;flex-direction:column;gap:.5rem}.details-card-title{font-size:1.25rem;font-family:var(--font-aktiv-light);font-weight:var(--font-aktiv-light-weight);font-style:var(--font-aktiv-light-style);color:var(--color-dark-gray)}.details-card-description{font-size:1rem;font-weight:300;color:var(--color-gray);line-height:1.2}.details-card-image--placeholder{background-color:#0000000f;min-height:200px}.details-card-image{width:100%;height:100%;object-fit:cover;object-position:center}.details-card-number{display:flex;align-items:center;justify-content:center;position:absolute;top:1rem;left:1rem;font-size:.65rem;font-weight:300;color:var(--color-dark-gray);background-color:var(--color-blue);border-radius:100%;padding:.75rem}@media(max-width:991px){.details-container{width:100%;height:auto;gap:4rem}.details-card{position:static;width:100%}.details-card-image-wrapper{height:400px}}@media(max-width:479px){.details-card-image-wrapper{height:300px}}.discover-products{width:100%;overflow:hidden}.discover-products-container{width:100%}.discover-products-wrapper{width:100%;height:100svh;display:flex;flex-direction:row}.discover-products-card{width:50%;flex:0 0 50%;position:relative;overflow:hidden;min-height:500px}.discover-products-gallery{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1}.discover-products-gallery-slider{width:100%;height:100%;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;padding:0;margin:0}.discover-products-gallery-slider::-webkit-scrollbar{display:none}.discover-products-gallery-slide{min-width:100%;width:100%;height:100%;flex-shrink:0;scroll-snap-align:start;position:relative;overflow:hidden}.discover-products-gallery-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.discover-products-card:hover .discover-products-gallery-slide img{transform:scale(1.08)}.discover-products-gallery-nav{position:absolute;top:50%;left:.5rem;right:.5rem;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;z-index:10;opacity:0;pointer-events:none;transition:opacity .25s ease}.discover-products-card:hover .discover-products-gallery-nav{opacity:1;pointer-events:none}.discover-products-card:hover .discover-products-gallery-nav .discover-products-gallery-prev,.discover-products-card:hover .discover-products-gallery-nav .discover-products-gallery-next{pointer-events:auto}.discover-products-gallery-prev,.discover-products-gallery-next{width:36px;height:36px;border:1px solid rgba(255,255,255,.6);border-radius:100%;color:#fff;background-color:transparent;font-size:.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .2s ease,transform .2s ease}.discover-products-gallery-prev:hover,.discover-products-gallery-next:hover{background-color:#0009}.discover-products-gallery-prev:disabled,.discover-products-gallery-next:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.discover-products-mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .35s ease;z-index:5;display:flex;align-items:flex-end}.discover-products-card:hover .discover-products-mask{opacity:1}.discover-products-card-content{position:relative;width:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;padding:2rem;z-index:15}.discover-products-card .discover-products-card-content .button--secondary{color:var(--color-white)}.discover-products-card .discover-products-card-content .button--secondary .circle_icon-wrpper{border-color:transparent}.discover-products-card:hover .discover-products-card-content .circle_animated-icon{transform:scale(1.5)}.discover-products-card-info{display:flex;flex-direction:column;gap:.5rem}.discover-products-card-title{font-size:1.25rem;font-weight:300}.discover-products-card-price{font-size:1rem;font-weight:300}@media(max-width:991px){.discover-products-wrapper{flex-direction:column}.discover-products-card{width:100%;min-height:50%}.discover-products-card-content{padding:1.5rem}.discover-products-card-title{font-size:1.25rem}.discover-products-mask,.discover-products-gallery-nav{opacity:1}}@media(max-width:479px){.discover-products-wrapper{height:auto}.discover-products-card{width:100%;min-height:400px}.discover-products-card-content{padding:1.25rem}}.faqs{background-color:var(--color-light-background)}.faqs-container{display:flex;justify-content:space-between;align-items:flex-start;gap:6rem}.faqs-wrapper{width:60%;display:flex;flex-direction:column;border-top:1px solid var(--color-gray)}.faq{border-bottom:1px solid var(--color-gray)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:none;border:none;cursor:pointer;text-align:left;font-size:1rem;font-family:var(--font-aktiv-light);font-weight:var(--font-aktiv-light-weight);font-style:var(--font-aktiv-light-style);color:var(--color-dark-gray);transition:opacity .2s ease}.faq-question:hover{opacity:.7}.faq-question span{flex:1}.faq-icon-wrapper{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-gray);border-radius:100%}.faq-icon{width:15px;height:16px;flex-shrink:0;transition:transform .3s ease}.faq-question[aria-expanded=true] .faq-icon{transform:rotate(180deg)}.faq-answer-wrapper{height:0;overflow:hidden;transition:height .3s ease}.faq-answer{margin-bottom:1.5rem;color:var(--color-foreground);opacity:.8}@media(max-width:991px){.faqs-container{flex-direction:column;gap:2rem}.faqs-wrapper{width:100%}}@media(max-width:479px){.faq-question span{max-width:80%}}.featured-products{background-color:var(--color-light-background)}.featured-products-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8rem;padding-top:5rem}.featured-products-slider-wrapper{width:100%;position:relative}.featured-products-wrapper{width:100%;display:grid;grid-template-columns:repeat(4,1fr);border-right:1px solid var(--color-gray)}.slider-nav-button{display:none}.featured_products-card{display:flex;height:475px;flex-direction:column;justify-content:space-between;padding:0 2rem;border-left:1px solid var(--color-gray);gap:1rem}.featured_products-card-category{font-size:.875rem;font-weight:300;color:var(--color-foreground);text-transform:uppercase;letter-spacing:.05em;opacity:.7}.featured_products-card-info-wrapper{display:flex;flex-direction:column;gap:1.5rem;width:100%}.featured_products-card-header-wrapper{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;width:100%}.featured_products-card-header-left{display:flex;flex-direction:column;gap:.5rem;flex:1}.featured_products-card-title{font-size:1rem;font-family:var(--font-aktiv-light);font-weight:var(--font-aktiv-light-weight);font-style:var(--font-aktiv-light-style);color:var(--color-foreground);text-align:left}.featured_products-card-price{font-size:.75rem;font-family:var(--font-aktiv-light);font-weight:var(--font-aktiv-light-weight);font-style:var(--font-aktiv-light-style);color:var(--color-gray);text-align:left}.featured_products-card-image-wrapper{display:block;width:100%;height:250px;overflow:hidden}.featured_products-card-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.featured_products-card-image-wrapper:hover .featured_products-card-image{transform:scale(1.05)}@media(max-width:991px){.featured-products-wrapper{grid-template-columns:repeat(2,1fr);gap:2rem 0}}@media(max-width:479px){.featured-products .heading-wrapper{align-items:flex-start}.featured-products-slider-wrapper{position:relative;height:450px}.featured-products-wrapper{display:flex;height:90%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;gap:0;grid-template-columns:none;border-right:none}.featured-products-wrapper::-webkit-scrollbar{display:none}.featured-products-container{align-items:flex-start;gap:4rem;padding-top:0}.featured-products-wrapper{-ms-overflow-style:none;scrollbar-width:none}.featured_products-card{min-width:100%;width:100%;height:auto;flex-shrink:0;scroll-snap-align:start;border-left:none;padding:0;margin:0 1rem}.featured_products-card-header-wrapper{order:2}.featured_products-card-category{display:none}.featured_products-card-image-wrapper{height:300px}.slider-nav-button{display:flex;align-items:center;justify-content:center;position:absolute;bottom:1rem;width:40px;height:40px;border:1px solid #000000;border-radius:100%;background-color:transparent;cursor:pointer;z-index:10;padding:0;transition:opacity .3s ease}.slider-nav-button:hover{opacity:.7}.slider-nav-button:active{opacity:.5}.slider-nav-button svg{width:16px;height:15px;display:block}.slider-nav-button--prev{left:0rem;bottom:0}.slider-nav-button--next{left:calc(1rem + 40px);bottom:0}.slider-nav-button:disabled{opacity:.3;cursor:not-allowed}}footer{padding-top:2rem;padding-bottom:2rem;background-color:#f6f6f6;overflow:hidden;position:relative}.footer-container{width:100%;height:100%;display:flex;flex-direction:column;gap:10rem}.footer-wrapper{width:100%;display:flex;justify-content:space-between;gap:1rem}.newsletter-wrapper{width:400px;display:flex;flex-direction:column;gap:1rem}.newsletter-form{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.newsletter-title{font-size:1.35rem;font-weight:300;font-family:var(--font-aktiv-regular);font-weight:var(--font-aktiv-regular-weight);font-style:var(--font-aktiv-regular-style);color:var(--color-dark-gray)}.newsletter-description{width:85%;font-size:rem;font-family:var(--font-aktiv-light);font-weight:var(--font-aktiv-light-weight);font-style:var(--font-aktiv-light-style);color:var(--color-dark-gray);line-height:1.4}.newsletter-input{width:100%;padding:1rem 0;border-bottom:1px solid var(--color-gray);border-top:none;border-left:none;border-right:none;border-radius:0;font-size:1rem;color:var(--color-gray);text-transform:uppercase;background-color:transparent}.footer_logo-wrapper.mobile-only{display:none}.footer_copyright-wrapper{display:flex;align-items:center;justify-content:right;gap:3rem}.footer_links-container{width:740px;display:flex;justify-content:space-between;gap:10rem}.footer_links-wrapper{display:flex;flex-direction:column;gap:1rem}.footer_links-wrapper.margin-left-5rem{margin-left:5rem}.footer-link-title{font-family:var(--font-aktiv-regular);font-weight:var(--font-aktiv-regular-weight);font-style:var(--font-aktiv-regular-style);color:var(--color-dark-gray)}.footer-link{text-decoration:none;color:var(--color-gray);font-size:1rem}.footer-back-to-top{font-size:1rem;font-family:inherit;font-weight:300;color:var(--color-gray);text-transform:none}.footer-back-to-top .circle_animated-icon{transition:transform .3s ease}.footer-back-to-top:hover .circle_animated-icon{transform:scale(1.5)}.footer-back-to-top .circle_icon-wrpper svg{position:relative;z-index:2}.footer-link.underline{text-decoration:underline}.codevibe-link{display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;color:var(--color-gray);font-size:1rem}.footer-image{position:absolute;bottom:-350px;left:20%;width:600px;transform:rotate(180deg)}@media(max-width:991px){.footer-container{gap:5rem}.footer_logo-wrapper{display:none}.footer_logo-wrapper.mobile-only{display:block;margin-bottom:2rem}.footer-wrapper{flex-direction:column;gap:5rem}.footer_links-container{width:auto}}@media(max-width:479px){.footer-container,.footer-wrapper{gap:3rem}.footer_links-container{height:300px;padding-top:3rem;border-top:1px solid #AAAAAA50;position:relative;justify-content:flex-start;align-items:flex-start;gap:5rem}.footer_links-wrapper.margin-left-5rem{margin-left:0;position:absolute;bottom:0;right:0}.newsletter-wrapper{width:100%}.footer_copyright-wrapper{padding-top:3rem;border-top:1px solid #AAAAAA50;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;margin-bottom:8rem}.footer-image{bottom:-220px;left:5%;width:500px}}header{width:100%;padding-top:1.5rem;padding-bottom:1.5rem;position:fixed;top:0;left:0;right:0;z-index:1000;background-color:transparent;transition:background-color .25s ease}header.header--scrolled{background-color:#3a3a3a}header.header--collection,header.header--collection.header--scrolled{background-color:#eeeeec}header.header--collection .nav-button{color:#333}header.header--collection .nav-button .btn__line{background-color:#333}header.header--collection .nav-hamburger span{background-color:#333}.nav_logo-wrapper,.nav_logo-wrapper a{color:#f4efee}header.header--collection .nav_logo-wrapper,header.header--collection .nav_logo-wrapper a{color:#333}.nav_logo-wrapper .nav-logo-svg{display:block;width:auto;height:2.5rem}.nav-container{width:100%;max-width:90rem;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:space-between;position:relative}.nav_buttons-wrapper{width:40%;display:flex;align-items:center;justify-content:left;gap:1rem}.nav_buttons-wrapper.right-aligned{justify-content:right}.nav-button{color:var(--color-white);text-decoration:none;font-size:1rem;padding:.5rem;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center;gap:1rem;font-family:var(--font-aktiv-light);font-weight:var(--font-aktiv-light-weight);font-style:var(--font-aktiv-light-style);position:relative}.nav-button .btn__line{position:absolute;bottom:0;left:0;width:0%;height:1px;background-color:var(--color-white);transition:width .3s ease}.nav-button:hover .btn__line{width:100%}.nav-button--cart{position:relative}.nav-cart-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:100%;background:var(--color-blue);color:var(--color-dark-gray);font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;line-height:1}.nav-button svg{width:16px;height:20px;display:block;flex-shrink:0}.nav_logo-wrapper{display:flex;align-items:center;justify-content:center}.nav_logo-wrapper a{display:flex;align-items:center;text-decoration:none}.nav_logo-wrapper svg{width:auto;height:2.5rem;display:block}.nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}.nav-hamburger span{width:100%;height:2px;background-color:var(--color-white);border-radius:2px;transition:all .3s ease;transform-origin:center;position:absolute}.nav-hamburger span:nth-child(1){top:6px}.nav-hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.nav-hamburger span:nth-child(3){bottom:6px}.nav-hamburger.active span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.nav-hamburger.active span:nth-child(2){opacity:0;transform:translateY(-50%) scale(0)}.nav-hamburger.active span:nth-child(3){bottom:auto;top:50%;transform:translateY(-50%) rotate(-45deg)}.nav-mobile-menu{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000f2;z-index:1000;padding-top:5rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.nav-mobile-menu.active{opacity:1;visibility:visible}.nav-mobile-menu-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2rem;padding:2rem}.nav-mobile-button{color:var(--color-white);text-decoration:none;font-size:1.5rem;font-weight:300;padding:1rem;transition:opacity .2s ease}.nav-mobile-button:hover{opacity:.7}@media(max-width:991px){.nav_buttons-wrapper{display:none}.nav_buttons-wrapper.right-aligned{display:flex}.nav-button--cart span{display:none}.nav-hamburger{display:flex}.nav-mobile-menu{display:block}}@media(max-width:479px){header{padding-top:1rem;padding-bottom:1rem}.nav_logo-wrapper svg{height: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-contact{position:relative;height:100svh;overflow:hidden;color:var(--color-white)}.hero-contact-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-contact-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(0deg,#00000080,#00000080),linear-gradient(0deg,#0000 61.06%,#0009),linear-gradient(180deg,#0000 61.25%,#0009 111.62%);background-size:100% 100%;background-position:0 0;pointer-events:none}.hero-contact-container{position:relative;z-index:1;height:100%;display:flex;align-items:flex-end;justify-content:flex-start}.hero-contact-container .heading-description{color:#d2d2d2;font-size:.9rem;line-height:1.6;max-width:380px}.hero-home{height:100svh;position:relative;background-color:#f0f0f0;background-size:cover;background-position:center;background-repeat:no-repeat}.promo-banner{padding-top:1rem;padding-bottom:1rem;background-color:var(--color-blue);overflow:hidden;position:absolute;bottom:0;left:0;right:0}.promo-banner-track{width:100%;max-width:100%;min-width:100%;display:flex;gap:1.5rem;animation:promo-banner-scroll 30s linear infinite}@keyframes promo-banner-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 1.5rem))}}.promo-banner-content{display:grid;grid-template-columns:repeat(8,1fr);align-items:center;gap:1.5rem;color:var(--color-dark-gray)}.promo-banner-text{text-wrap:nowrap}.line-h{width:70px;height:1px;background-color:var(--color-dark-gray)}.hero-home-wrapper{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:end;gap:2rem;color:var(--color-white)}.hero-home-heading{font-family:var(--font-aktiv-light);font-weight:var(--font-aktiv-light-weight);font-style:var(--font-aktiv-light-style);font-size:2rem;line-height:1.2;text-align:center;text-wrap:nowrap}.hero-home-heading span{font-family:var(--font-aktiv-light-italic);font-weight:var(--font-aktiv-light-italic-weight);font-style:var(--font-aktiv-light-italic-style)}@media(max-width:991px){.hero-home-wrapper{gap:1.5rem}}@media(max-width:479px){.hero-home-wrapper{padding-bottom:1rem}.hero-home-heading{text-wrap:wrap;width:300px}.product_about-card{width:100%}.product_about-card-image-wrapper{width:100%;height:320px;min-height:auto}}.hero-product{height:100svh;overflow:hidden}.hero-product__container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-product__gallery{width:50%;height:100%;position:relative;overflow:hidden}.hero-product__gallery-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.hero-product__gallery-inner{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1}.hero-product__gallery-slider{width:100%;height:100%;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.hero-product__gallery-slider::-webkit-scrollbar{display:none}.hero-product__gallery-slide{min-width:100%;width:100%;height:100%;flex-shrink:0;scroll-snap-align:start;position:relative;overflow:hidden}.hero-product__gallery-slide .hero-product__gallery-image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease}.hero-product__gallery-wrapper:hover .hero-product__gallery-slide .hero-product__gallery-image{transform:scale(1.08)}.hero-product__gallery-nav{position:absolute;top:50%;left:.5rem;right:.5rem;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;z-index:10;opacity:0;pointer-events:none;transition:opacity .25s ease}.hero-product__gallery-wrapper:hover .hero-product__gallery-nav{opacity:1;pointer-events:none}.hero-product__gallery-wrapper:hover .hero-product__gallery-prev,.hero-product__gallery-wrapper:hover .hero-product__gallery-next{pointer-events:auto}.hero-product__gallery-prev,.hero-product__gallery-next{width:36px;height:36px;border:1px solid rgba(255,255,255,.6);border-radius:100%;color:#fff;background-color:transparent;font-size:.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .2s ease,transform .2s ease}.hero-product__gallery-prev:hover,.hero-product__gallery-next:hover{background-color:#0009}.hero-product__gallery-prev:disabled,.hero-product__gallery-next:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.hero-product__mask{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .35s ease;z-index:5;display:flex;align-items:flex-end}.hero-product__gallery-wrapper:hover .hero-product__mask{opacity:1}.hero-product__mask-content{width:100%;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:15;padding:1rem}.hero-product__mask-info{max-width:50%;display:flex;flex-direction:column;gap:.5rem}.hero-product__mask-title{font-size:1rem;font-weight:300}.hero-product__mask-title a{color:var(--color-white);text-decoration:none}.hero-product__mask-content .button--secondary{color:var(--color-white)}.hero-product__mask-content .button--secondary .circle_icon-wrpper{border-color:transparent}.hero-product__gallery-wrapper:hover .hero-product__mask-content .circle_animated-icon{transform:scale(1.5)}.hero-product__gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.hero-product__info{width:50%;height:100%;min-height:0;display:flex;align-items:flex-start;justify-content:flex-start;overflow:hidden;padding:10rem 4rem 4rem;background-color:#fafafa}.hero-product__info-content{width:450px;max-height:100%;display:flex;flex-direction:column;gap:2rem;padding-right:2rem;overflow-y:auto}.hero-product__info-content{-ms-overflow-style:none;scrollbar-width:none}.hero-product__info-content::-webkit-scrollbar{display:none}.hero-product__info-meta{display:flex;flex-direction:row;align-items:center;gap:1rem}.hero-product__info-tag{display:flex;align-items:center;justify-content:center;text-transform:uppercase;padding:.5rem 1rem;font-size:.75rem;font-weight:400;border-radius:8px;background-color:var(--color-white);color:var(--color-dark-gray);border:1px solid rgba(199,199,199,.3)}.hero-product__info-keyword{font-size:.75rem;font-weight:400;color:var(--color-gray)}.hero-product__title{font-size:1.5rem;font-weight:300;margin:0}.hero-product__description{line-height:1.6;color:#5a5a5a}.hero-product__meta-selects{display:flex;flex-direction:column;border-bottom:1px solid #E4E4E4}.hero-product__meta-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem;border-top:1px solid #E4E4E4}.hero-product__meta-label{font-size:.875rem;font-weight:300;color:#5a5a5a}.hero-product__meta-dropdown-wrap{position:relative;display:flex;align-items:center}.hero-product__meta-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:transparent;border:none;cursor:pointer;font-size:.875rem;color:transparent;padding:.25rem 1.5rem .25rem 0;min-width:1.5rem;height:1.5rem;position:relative;z-index:1}.hero-product__meta-select option{color:#333;background:#fff}.hero-product__meta-select-arrow{position:absolute;right:0;top:50%;transform:translateY(-50%);pointer-events:none;flex-shrink:0}.hero-product__form-wrapper{width:100%;display:flex;flex-direction:column;gap:1rem}.hero-product__payment-details{font-size:.875rem;color:#5a5a5a;line-height:1.5;margin:0}.hero-product__combinar{display:flex;flex-direction:column;gap:1rem;width:100%;padding-top:2rem;border-top:1px solid #E4E4E4}.hero-product__combinar-title{text-transform:uppercase;font-size:.9rem;font-weight:300;color:#333}.hero-product__combinar-card{height:115px;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:1rem;background:#eff3fb;border-radius:4px;padding:1rem;text-decoration:none;color:inherit;position:relative}.hero-product__combinar-add{width:36px;height:36px;position:absolute;right:1rem;bottom:1rem;border:none;background:transparent;padding:0;border-radius:100%;background-color:#b3c8f2;cursor:pointer}.hero-product__combinar-add .circle_icon-wrpper{position:relative}.hero-product__combinar-card-image-wrap{flex-shrink:0;width:83px;height:83px;border-radius:4px;overflow:hidden}.hero-product__combinar-card-image{width:100%;height:100%;object-fit:cover}.hero-product__combinar-card-info{height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:.25rem;min-width:0}.hero-product__combinar-keyword{font-size:.65rem;color:#838383}.hero-product__combinar-name{width:80%;font-size:.85rem;font-weight:300;color:#5a5a5a}.hero-product__combinar-price{font-size:.875rem;font-weight:600;color:#333}.hero-product__combinar-desc{font-size:.8125rem;color:#5a5a5a;line-height:1.5;margin:0}.hero-product__form{display:flex;flex-direction:column;gap:1.5rem}.hero-product__variants{display:flex;flex-direction:column;gap:.5rem}.hero-product__variants label,.hero-product__quantity-wrapper label{font-size:.875rem;font-weight:500}.quantity-select-wrapper{position:relative;display:inline-block}.hero-product__quantity-select{width:100px;padding:.5rem 1rem;border:1px solid #E4E4E4;border-radius:12.5rem;font-size:1rem;background-color:#fff;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.337891 0.371338L5.79244 5.37134L11.3379 0.371338' stroke='%235A5A5A'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:8px 5px}.hero-product__quantity-wrapper{width:100%;display:flex;justify-content:space-between;gap:.5rem}.hero-product__price-wrapper{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 1.5rem;background-color:var(--color-blue);border-radius:12.5rem}.hero-product__price{font-weight:500}.hero-product__compare-price{font-size:1rem;text-decoration:line-through;color:var(--color-gray)}.hero-product__buy-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:991px){.hero-product__container{flex-direction:column}.hero-product__info-content{width:100%}.hero-product__gallery{width:100%;height:50%}.hero-product__info{width:100%;height:50%;padding:1.5rem}.hero-product__title{font-size:1.5rem}}@media(max-width:479px){.hero-product{height:auto}.hero-product__gallery{height:350px}.hero-product__mask,.hero-product__gallery-nav{opacity:1}.hero-product__info-content{padding-right:0}.hero-product__info{padding:1rem}.hero-product__title{font-size:1.25rem}}.hero-products{height:100svh;background-color:var(--color-light-background)}.hero-products-container{width:100%;height:25%;display:flex;align-items:flex-end;justify-content:center;padding-bottom:3rem}.hero-products-image-wrapper{position:relative;width:100%;height:75%}.hero-products-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0}.hero-products{position:relative}.hero-products__card{width:275px;height:350px;background-color:#2f2f2f;border-radius:4px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;color:#fff;position:absolute;right:2rem;bottom:2rem;z-index:10}.hero-products__card-top{width:100%;display:flex;flex-direction:column;gap:.75rem}.hero-products__card-heading{font-size:.875rem;font-weight:300;text-transform:uppercase;letter-spacing:.02em;margin:0;opacity:.9;padding-bottom:.75rem;border-bottom:1px solid #fff}.hero-products__card-code{font-size:.8125rem;line-height:1.2;margin:0;opacity:.5}.hero-products__card-bottom{width:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:2rem}.hero-products__card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1rem}.hero-products__card-title{font-size:1rem;font-weight:300;margin:0;line-height:1.3}.hero-products__card-image-wrapper{flex-shrink:0;width:80px;height:80px;border-radius:4px;overflow:hidden;background-color:#ffffff0d}.hero-products__card-image{width:100%;height:100%;object-fit:cover}.hero-products__card-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:#fff;color:#2f2f2f;border:1px solid #fff;border-radius:4px;text-decoration:none;font-size:.9375rem;font-weight:500;cursor:pointer;transition:opacity .25s ease}.hero-products__card-button:hover{opacity:.9}@media(max-width:991px){.hero-products__card{right:1.5rem;bottom:1.5rem;max-width:280px}}@media(max-width:479px){.hero-products__card{right:1rem;bottom:1rem;max-width:100%;right:0;left:0;margin:0 1rem;width:auto;display:none}.hero-products__card-title{font-size:1rem}.hero-products__card-image-wrapper{width:80px;height:80px}}.hero_terms-container{display:flex;flex-direction:column;gap:3rem}.history-section{background-color:#3a3a3a;color:#fff;position:relative;overflow:hidden}.history-section-container{position:relative;z-index:1;display:flex;flex-direction:row;gap:2rem;align-items:flex-start;justify-content:space-between}.history-section-wrapper{width:70%;display:flex;flex-direction:row;gap:8rem;align-items:flex-start;justify-content:space-between}.history_info-wrapper{width:85%;max-width:420px;display:flex;flex-direction:column;gap:3rem;align-items:flex-start;justify-content:space-between}.history_small-text{font-size:.9rem;font-weight:300;text-transform:uppercase;color:#fff}.history_info-title{font-size:1.4rem;font-weight:300;color:#fff;line-height:1.4}.history_info-description{font-size:1rem;font-weight:300;color:#a3a3a3;line-height:1.6}.history-section-content-title{font-size:2rem;font-weight:600}.history_image-wrapper{min-width:370px;height:550px;display:flex;flex-direction:column;gap:2rem;align-items:flex-start;justify-content:space-between}.history_image-wrapper--mobile{display:none}.history_image-wrapper--desktop{display:flex}.history_image{width:100%;height:100%;object-fit:cover;object-position:center}.history-section__graphic-element{width:600px;position:absolute;left:-400px;top:30%;bottom:auto;pointer-events:none;z-index:0;transform:rotate(260deg)}@media(max-width:991px){.history-section-container,.history-section-wrapper{width:100%;flex-direction:column;gap:4rem}.history_info-wrapper{min-width:100%}.history_image-wrapper--mobile{display:flex;width:100vw;margin-left:-2.5rem;margin-top:-6rem}.history_image-wrapper--desktop{display:none}@media(max-width:479px){.history-section-container,.history_info-wrapper{gap:2rem}.history_image-wrapper--mobile{margin-top:-4rem;margin-left:-1.25rem}}}.image-section{width:100%}.image-section__background{width:100%;height:auto;background-size:cover;background-position:center;background-repeat:no-repeat}.our-history{background-color:var(--color-light-background)}.our-history-image{width:100%;height:500px;object-fit:cover;object-position:center;background-color:var(--color-light-background)}.our-history-container{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.our-history-wrapper{width:70%;display:flex;flex-direction:column;justify-content:space-between;align-items:top}.our-history-card{display:flex;justify-content:space-between;align-items:flex-start;gap:6rem;padding:2rem 0;border-top:1px solid var(--color-gray)}.our-history-card:hover .our-history-card-title-image{opacity:1}.our-history-card-title-wrapper{display:flex;flex-direction:column;gap:1rem}.our-history-card-title{font-size:.85rem;text-transform:uppercase;text-wrap:nowrap}.our-history-card-title-image{opacity:0;min-width:250px;height:125px;object-fit:cover;object-position:center;transition:opacity .3s ease}.our-history-card-content{display:flex;flex-direction:column;gap:1rem}.our-history-card-content-text{font-size:1.35rem;font-weight:300;color:var(--color-dark-gray);line-height:1.2}.our-history-card-content-description{line-height:1.4;color:#3a3a3a99}@media(max-width:991px){.our-history-container{flex-direction:column;gap:4rem}.our-history-wrapper{width:100%}.our-history-card-title-image{opacity:1}}@media(max-width:479px){.our-history-card{flex-direction:column;align-items:flex-start;gap:1.5rem}.our-history-card-title-image{display:none}.our-history-container{gap:2rem}.our-history-card-content{gap:1.5rem}}.product-banner{width:100%;height:100svh;position:relative;background-color:#1a1a1a;background-size:cover;background-position:center;background-repeat:no-repeat}.product-banner[style*=--product-banner-bg]{background-image:var(--product-banner-bg)}.product-banner__card{width:275px;height:350px;background-color:#2f2f2f;border-radius:4px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;color:#fff;position:absolute;right:2rem;bottom:2rem}.product-banner__card-top{width:100%;display:flex;flex-direction:column;gap:.75rem}.product-banner__card-heading{font-size:.875rem;font-weight:300;text-transform:uppercase;letter-spacing:.02em;margin:0;opacity:.9;padding-bottom:.75rem;border-bottom:1px solid #fff}.product-banner__card-code{font-size:.8125rem;line-height:1.2;margin:0;opacity:.5}.product-banner__card-bottom{width:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:2rem}.product-banner__card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1rem}.product-banner__card-title{font-size:1rem;font-weight:300;margin:0;line-height:1.3}.product-banner__card-image-wrapper{flex-shrink:0;width:80px;height:80px;border-radius:4px;overflow:hidden;background-color:#ffffff0d}.product-banner__card-image{width:100%;height:100%;object-fit:cover}.product-banner__card-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:#fff;color:#2f2f2f;border:1px solid #fff;border-radius:4px;text-decoration:none;font-size:.9375rem;font-weight:500;cursor:pointer;transition:opacity .25s ease}.product-banner__card-button:hover{opacity:.9}@media(max-width:991px){.product-banner{min-height:50vh}.product-banner__card{right:1.5rem;bottom:1.5rem;max-width:280px}}@media(max-width:479px){.product-banner__card{right:1rem;bottom:1rem;max-width:100%;right:0;left:0;margin:0 1rem;width:auto;height:250px}.product-banner__card-title{font-size:1rem}.product-banner__card-image-wrapper{width:80px;height:80px}}.product-reviews{width:100%;min-height:60svh;background-color:#2d2d2d;position:relative;overflow:hidden;color:#fff}.product-reviews-bg{width:800px;position:absolute;bottom:-550px;right:0;object-fit:cover;transform:rotate(180deg);pointer-events:none}.product-reviews-container{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.product-reviews-wrapper{width:60%;position:relative;overflow:hidden}.product-reviews-slider{width:100%;overflow:hidden}.product-reviews-slide{width:100%;padding-right:2rem;display:flex;flex-direction:column;gap:2rem}.product-reviews-slide-date-row{display:flex;align-items:center;gap:.75rem}.product-reviews-slide-date-tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;opacity:.85;padding:.5rem .75rem;background-color:#ffffff12;border-radius:6px;overflow:hidden}.product-reviews-slide-date-text{font-size:.875rem;opacity:.9}.product-reviews-slide-quote{font-size:1.5rem;line-height:1.6;margin:0;max-width:560px}.product-reviews-slide-author{display:flex;align-items:center;gap:1rem}.product-reviews-slide-author-image{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#ffffff1a}.product-reviews-slide-author-image img{width:100%;height:100%;object-fit:cover}.product-reviews-slide-author-image--placeholder{background-color:#ffffff26}.product-reviews-slide-author-info{display:flex;flex-direction:column;gap:.125rem}.product-reviews-slide-author-name{font-size:.9375rem;font-weight:500}.product-reviews-slide-author-age{font-size:.8125rem;opacity:.8}.product-reviews-divider{width:100%;height:1px;background-color:#fff;margin:5rem 0 1rem}.product-reviews-nav{display:flex;align-items:center;justify-content:space-between;width:100%}.product-reviews-counter{font-size:.875rem;opacity:.9}.product-reviews-nav-buttons{display:flex;align-items:center;gap:1rem}.product-reviews-nav-btn{width:40px;height:40px;border:1px solid #fff;border-radius:50%;background:transparent;color:#fff;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .25s ease}.product-reviews-nav-btn:hover{opacity:.8}.product-reviews-nav-btn:disabled{opacity:.35;cursor:not-allowed}.product-reviews-nav-btn svg{width:16px;height:15px}@media(max-width:991px){.product-reviews{height:auto;min-height:auto}.product-reviews-container{flex-direction:column;gap:2rem}.product-reviews-wrapper{width:100%}}@media(max-width:479px){.product-reviews-container{flex-direction:column;gap:2rem}.product-reviews{min-height:auto}.product-reviews-wrapper{width:100%}}.product-simulator{width:100%;height:100svh;padding:2rem;background-color:var(--color-light-background)}.product-simulator-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;overflow:hidden;padding:2rem;background-size:cover;background-position:center;background-repeat:no-repeat}.product-simulator-container[style*=--product-simulator-bg]{background-image:var(--product-simulator-bg)}.product-simulator-container .heading-wrapper{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;text-align:center;color:#fff}.product-simulator-container .heading-wrapper .product-simulator-title{margin:0;max-width:600px}.products-slider{height:100svh;background-color:#eeeeec}.products-slider-container{width:100%;height:100%;overflow:hidden}.products-slider-wrapper{width:100%;height:100%;display:flex;position:relative}.products-slider-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity .4s ease}.products-slider-slide--active{opacity:1;pointer-events:auto}.products-slider-slide-content{height:100%;display:flex;flex-direction:row;width:100%}.products-slider-slide-image-left{width:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.products-slider-slide-image-left>img{width:100%;height:100%;min-height:500px;object-fit:cover}.products-slider-slide-info{width:50%;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;justify-content:center;position:relative}.products-slider-nav{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:2rem;align-items:center;justify-content:center}.products-slider-nav-btn{width:36px;height:36px;border:1px solid var(--color-gray);border-radius:100%;color:var(--color-gray);background-color:transparent;font-size:.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.products-slider-slide-image-right{width:400px;height:300px;overflow:hidden;display:flex;align-items:center;justify-content:center}.products-slider-slide-image-right img{width:100%;height:100%;object-fit:cover}.products-slider-slide-title{font-size:1.25rem;font-weight:300;margin-top:1rem}.products-slider-slide-price{font-size:1rem;font-weight:300;color:var(--color-dark-gray);margin-bottom:1rem}.img-slider{position:relative;display:flex;width:100%;height:100%;justify-content:center;align-items:flex-end;gap:1rem;border-radius:.5em}.img-slider__list{overflow:hidden;width:100%;height:100%;display:grid;grid-template-rows:100%;grid-template-columns:100%;place-items:center}.img-slide{position:relative;overflow:hidden;width:100%;height:100%;opacity:0;pointer-events:none;grid-area:1 / 1 / -1 / -1;display:grid;place-items:center;will-change:transform,opacity}.img-slide.is--current{opacity:1;pointer-events:auto}.img-slide__inner{position:absolute;width:100%;height:100%;object-fit:cover;will-change:transform}.img-slider__nav{position:absolute;bottom:2rem;z-index:2;display:flex;max-width:95vw;flex-flow:wrap;justify-content:center;align-items:center;gap:.5rem;pointer-events:none}.img-slider__thumb{position:relative;overflow:hidden;width:7rem;aspect-ratio:1.5 / 1;border-style:solid;border-width:1px;border-color:#fff3;border-radius:.3125rem;pointer-events:auto;transition-property:border-color;transition-duration:.2s;transition-timing-function:ease;cursor:pointer}.slider-thumb__img{width:100%;height:100%;object-fit:cover}.img-slider__thumb.-wfp-hover,.img-slider__thumb:hover{border-color:#fff6}.img-slider__thumb.is--current{border-color:#fff}@media(max-width:991px){.products-slider-slide-content{flex-direction:column}.products-slider-slide-image-right{width:200px;height:200px}.products-slider-slide-image-left{width:100%;height:40%}.products-slider-slide-info{width:100%;height:50%;padding:1.5rem}.products-slider-nav{bottom:0rem}}@media(max-width:479px){.products-slider{min-height:800px}.products-slider-slide-content{flex-direction:column}.products-slider-slide-image-right{width:150px;height:150px}.products-slider-slide-image-left{width:100%;height:400px}.products-slider-slide-info{width:100%;padding:1.5rem}.img-slider__nav{display:flex;bottom:1rem}.img-slider__thumb{width:20%}.products-slider-slide-title{text-align:center}.products-slider-slide-info{align-items:center;justify-content:flex-start;height:500px}.products-slider-nav{bottom:1rem}}.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}.social-media{display:flex;justify-content:center;align-items:flex-start;background-color:#3a3a3a;position:relative;overflow:hidden}.social-media-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6rem;position:relative;z-index:10}.social-media-asset{width:800px;position:absolute;top:-400px}.social-media-slider-wrapper{position:relative;width:100%;height:500px}.social-media-wrapper{width:100%;height:100%}.social-media-scroll-container{display:flex;overflow:visible;height:100%;position:relative;transition:transform .3s ease}.social-media-slide{width:420px;height:420px;position:relative;flex-shrink:0;scroll-snap-align:start;overflow:hidden;display:block;text-decoration:none;color:inherit;cursor:pointer}.social-media-slide-background{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .3s ease}.social-media-slide:hover .social-media-slide-background{transform:scale(1.05)}.social-media-slide-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0000;display:flex;align-items:flex-end;justify-content:flex-start;padding:1.5rem;transition:background-color .3s ease;opacity:0}.social-media-slide:hover .circle_animated-icon{transform:scale(1.5)}.social-media-slide:hover .social-media-slide-overlay{background-color:#000c;opacity:1}.social-media-slide-button{position:absolute;bottom:1.5rem;right:1.5rem;color:#fff}.social-media-slide-button .circle_icon-wrpper svg{position:relative;z-index:2}.social-media-nav-button{display:flex;align-items:center;justify-content:center;position:absolute;bottom:1rem;width:40px;height:40px;border:1px solid #ffffff;border-radius:100%;background-color:transparent;cursor:pointer;z-index:20;padding:0;transition:opacity .3s ease}.social-media-nav-button:hover{opacity:.7}.social-media-nav-button:active{opacity:.5}.social-media-nav-button svg{width:16px;height:15px;display:block}.social-media-nav-button--prev{right:calc(2rem + 40px)}.social-media-nav-button--next{right:1rem}.social-media-nav-button:disabled{opacity:.3;cursor:not-allowed}@media(max-width:479px){.social-media-container{gap:4rem}.social-media-slide{width:100%}}.stats-section{width:100%;min-height:60svh;background-color:#3a3a3a;position:relative;overflow:hidden;color:#fff}.stats-section .product-reviews-bg{width:800px;position:absolute;bottom:-550px;right:0;object-fit:cover;transform:rotate(180deg);pointer-events:none}.stats-section .product-reviews-container{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.stats-section .product-reviews-wrapper{width:60%;position:relative;overflow:hidden}.stats-section .product-reviews-slider{width:100%;overflow:hidden}.stats-section .product-reviews-slide{width:100%;padding-right:2rem;display:flex;flex-direction:column;align-items:flex-start;gap:4rem}.stats-section .product-reviews-slide-date-row{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background-color:#ffffff12;border-radius:6px}.stats-section .product-reviews-slide-date-tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;opacity:.85}.stats-section .stats-slide-content{display:flex;flex-direction:column;gap:.5rem}.stats-section .stats-slide-number{font-family:var(--font-aktiv-light);font-size:6rem;font-weight:300}.stats-section .stats-slide-desc{font-size:1.125rem;font-family:var(--font-aktiv-light);font-weight:300;line-height:1.2;color:#606060;max-width:300px}.stats-section .product-reviews-divider{width:100%;height:1px;background-color:#525252;margin:5rem 0 1rem}.stats-section .product-reviews-nav{display:flex;align-items:center;justify-content:space-between;width:100%}.stats-section .product-reviews-counter{font-size:.875rem;opacity:.9;display:flex;align-items:center;gap:.75rem}.stats-section .product-reviews-counter-line-wrap{position:relative;width:70px;height:2px;flex-shrink:0}.stats-section .product-reviews-counter-line{position:absolute;left:0;top:0;height:100%;border-radius:2px}.stats-section .product-reviews-counter-line--track{width:100%;background-color:#fff3}.stats-section .product-reviews-counter-line--fill{width:0;background-color:#fff;transition:width .35s ease}.stats-section .product-reviews-nav-buttons{display:flex;align-items:center;gap:1rem}.stats-section .product-reviews-nav-btn{width:40px;height:40px;border:1px solid #fff;border-radius:50%;background:transparent;color:#fff;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:opacity .25s ease}.stats-section .product-reviews-nav-btn:hover{opacity:.8}.stats-section .product-reviews-nav-btn:disabled{opacity:.35;cursor:not-allowed}.stats-section .product-reviews-nav-btn svg{width:16px;height:15px}@media(max-width:991px){.stats-section .product-reviews-wrapper{width:100%}}.technology{min-height:1000px;height:100vh;background-color:#020200}.technology-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.technology-wrapper{width:500px;height:500px;display:flex;justify-content:center;align-items:center;position:relative}.technology-image{height:800px;object-fit:cover}.technology-heading{position:absolute;left:auto;right:auto;bottom:2rem;color:#ffffff4d}.technology-buttons{position:absolute;width:100%;height:100%}.technology-button{position:absolute;width:60px;height:60px;border-radius:100%;border:1px solid #ffffff;background-color:#eeeeee1a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;transition:background-color .3s ease;padding:0;display:flex;align-items:center;justify-content:center}.technology-button:hover{background-color:#eee3}.technology-button.active{background-color:#eee}.technology-button-dot{width:3px;height:3px;border-radius:100%;background-color:#fff;transition:background-color .3s ease;display:block}.technology-button.active .technology-button-dot{background-color:#000}.technology-card{position:absolute;top:-150px;max-width:800px;display:none;z-index:10}.technology-card.active{display:block}.technology-card-close{display:none}.technology-card-content{width:800px;height:225px;display:flex;background-color:#3a3a3a80;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:5px;overflow:hidden}.technology-card-left{width:50%;display:flex;justify-content:center;align-items:center;gap:1rem;overflow:hidden}.technology-card-title{font-size:1.25rem;color:var(--color-white);font-weight:300}.technology-card-description{width:90%;font-size:.9rem;color:var(--color-beige);opacity:.6;line-height:1.4;font-weight:300}.technology-card-right{width:50%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem}.technology-card-text{display:flex;flex-direction:column;gap:1rem}.technology-card-image{width:100%;height:100%;height:auto;object-fit:cover;border-radius:4px}@media(max-width:991px){.technology-card-content{width:600px;height:200px;align-items:stretch}.technology-card-left{align-self:stretch}.technology-card-right{align-self:stretch;padding:1rem}.technology-card-image{align-self:stretch}}@media(max-width:479px){.technology-wrapper{width:100%;height:100%}.technology-heading{max-width:80%;top:3rem;bottom:auto}.technology-image{height:500px}.technology-card.active{width:100%;height:100%;top:0;left:0;right:0;bottom:0}.technology-card-content{width:100%;height:100%;display:flex;flex-direction:column}.technology-card-left{width:100%;height:60%}.technology-card-right{width:100%;height:40%}.technology-card-close{display:flex;align-items:center;justify-content:center;position:absolute;top:1rem;right:1rem;width:60px;height:60px;border-radius:100%;border:1px solid #ffffff;background-color:#eeeeee1a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;transition:background-color .3s ease;padding:0;z-index:20;color:#fff}.technology-card-close:hover{background-color:#eee3}.technology-card-close svg{width:16px;height:16px}}.viewed-products{width:100%;color:var(--color-white);overflow:hidden}.viewed-products--custom-text .text-white{color:inherit}.viewed-products-image-container{position:relative;width:100%;height:100svh;background-color:var(--color-beige);overflow:hidden}.viewed-products:not(:has(.viewed-products-image-container)) .discover-products-slider-container{padding-top:0}.viewed-products-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .4s ease}.viewed-products-hero-image.is-visible{opacity:1}.viewed-products .discover-products-slider-container{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:8rem;overflow:visible}.viewed-products .discover-products-slider-mobile-wrapper{position:relative;width:100%;overflow:visible}.viewed-products .discover-products-nav-button{display:none}.viewed-products .discover-products-slider-wrapper{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.viewed-products .discover-products-slider-item{position:relative;width:100%;overflow:hidden;aspect-ratio:1;padding:.5rem;border-radius:6px;border:1px solid var(--color-gray);opacity:1;text-decoration:none;color:inherit;cursor:pointer}.viewed-products .discover-products-slider-item-image{width:100%;height:100%;position:relative;border-radius:4px;overflow:hidden}.viewed-products .discover-products-slider-item-image img{width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity .3s ease}.viewed-products .discover-products-slider-wrapper:hover .discover-products-slider-item .discover-products-slider-item-image img{opacity:.3}.viewed-products .discover-products-slider-wrapper .discover-products-slider-item:hover .discover-products-slider-item-image img{opacity:1}.viewed-products .discover-products-slider-item-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.viewed-products .discover-products-slider-item:hover .discover-products-slider-item-overlay{opacity:1;pointer-events:auto}.viewed-products .discover-products-slider-item-content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:1rem}.viewed-products .discover-products-slider-item:hover .button--secondary .circle_animated-icon{transform:scale(1.5)}.viewed-products .discover-products-slider-item-title{font-size:.85rem;font-weight:300;color:var(--color-dark-gray)}@media(max-width:991px){.viewed-products .discover-products-slider-container{flex-direction:column;gap:4rem}.viewed-products .discover-products-slider-wrapper{grid-template-columns:repeat(2,1fr);gap:1rem}.viewed-products .discover-products-slider-item-content{padding:1.5rem}.viewed-products .discover-products-slider-item .discover-products-slider-item-image img{opacity:1}.viewed-products .discover-products-slider-item .discover-products-slider-item-overlay{opacity:1;pointer-events:auto}.viewed-products .discover-products-slider-item-title{font-size:1.25rem;text-align:center}}@media(max-width:479px){.viewed-products .discover-products-slider-container{flex-direction:column;gap:2rem}.viewed-products .discover-products-slider-mobile-wrapper{overflow:visible;position:relative;height:500px}.viewed-products .discover-products-slider-wrapper{display:flex;flex-direction:row;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.viewed-products .discover-products-slider-wrapper::-webkit-scrollbar{display:none}.viewed-products .discover-products-slider-item{width:100%;flex-shrink:0;scroll-snap-align:center;overflow:visible;margin:0 1rem}.viewed-products #viewed-products-slider-wrapper:before,.viewed-products #viewed-products-slider-wrapper:after{content:none;display:none}.viewed-products .discover-products-slider-item-content{padding:1.25rem}.viewed-products .discover-products-nav-buttons-wrapper{display:flex;justify-content:center;align-items:center;gap:1rem;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:20}.viewed-products .discover-products-nav-button{display:flex;align-items:center;justify-content:center;height:40px;width:40px;border:1px solid var(--color-gray);border-radius:100%;background-color:transparent;cursor:pointer;padding:0;transition:opacity .3s ease;color:inherit}.viewed-products .discover-products-nav-button:hover{opacity:.7}.viewed-products .discover-products-nav-button:active{opacity:.5}.viewed-products .discover-products-nav-button svg{width:16px;height:15px;display:block;color:inherit}.viewed-products .discover-products-nav-button:disabled{opacity:.3;cursor:not-allowed}}.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/2/compiled_assets/styles.css.map */
