.announcement-bar{width:100%;background:var(--color-light-green)}.announcement-bar__container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;height:56px}.announcement-bar__message p{margin:0;font-family:var(--font-primary);font-size:20px;line-height:23px;color:#000c}.announcement-bar__right{display:flex;flex-direction:row;align-items:center;gap:50px}.announcement-bar__email{display:flex;flex-direction:row;align-items:center;gap:13px;text-decoration:none;color:var(--color-black);transition:opacity .2s ease}.announcement-bar__email:hover{opacity:.7}.announcement-bar__email span{font-family:var(--font-primary);font-size:20px;line-height:23px;color:var(--color-black)}.announcement-bar__email svg{width:24px;height:24px;flex-shrink:0}.announcement-bar__socials{display:flex;flex-direction:row;align-items:center;gap:16px}.announcement-bar__socials a{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--color-black);transition:opacity .2s ease}.announcement-bar__socials a:hover{opacity:.7}.announcement-bar__socials svg{width:24px;height:24px}@media screen and (min-width: 941px){.announcement-bar__container{padding:16px 40px}}@media screen and (max-width: 940px){.announcement-bar__container{padding:16px 30px;justify-content:flex-end}.announcement-bar__message{display:none}.announcement-bar__right{width:100%;justify-content:flex-end}}@media screen and (max-width: 767px){.announcement-bar__container{padding:16px 20px;justify-content:space-between}.announcement-bar__message{display:none}.announcement-bar__right{width:100%;justify-content:space-between;gap:20px}.announcement-bar__email span{font-size:16px}.announcement-bar__socials{gap:12px}}.brand-fits{position:relative;width:100%;padding:0;overflow:visible}.brand-fits__container{width:100%;max-width:1440px;margin:0 auto;padding:0 40px}.brand-fits__circle{position:relative;width:100%;max-width:1100px;margin:0 auto;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.brand-fits__image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:45%;max-width:500px;z-index:2}.brand-fits__image img,.brand-fits__placeholder{width:100%;height:auto;object-fit:contain}.brand-item{position:absolute;display:flex;flex-direction:column;gap:8px;max-width:280px;z-index:1}.brand-item--1{top:15%;left:8%;align-items:flex-end;text-align:right}.brand-item--2{top:50%;left:2%;transform:translateY(-50%);align-items:center;text-align:center}.brand-item--3{bottom:15%;left:8%;align-items:flex-end;text-align:right}.brand-item--4{top:15%;right:8%;align-items:flex-start;text-align:left}.brand-item--5{top:50%;right:2%;transform:translateY(-50%);align-items:center;text-align:center}.brand-item--6{bottom:15%;right:8%;align-items:flex-start;text-align:left}.brand-item__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.brand-item__icon img{width:100%;height:100%;object-fit:contain}.brand-item__heading{margin:0;font-family:var(--font-primary);font-size:var(--text-xl);font-weight:var(--font-regular);line-height:var(--leading-tight);color:var(--color-dark-green-2);text-transform:uppercase}.brand-item__description{margin:0;font-family:var(--font-primary);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text)}@media screen and (max-width: 940px){.brand-fits{padding:0}.brand-fits__container{padding:0 30px}.brand-fits__circle{max-width:700px}.brand-fits__image{width:50%;max-width:350px}.brand-item--1{top:12%;left:12%}.brand-item--2{top:50%;left:5%}.brand-item--3{bottom:12%;left:12%}.brand-item--4{top:12%;right:12%}.brand-item--5{top:50%;right:5%}.brand-item--6{bottom:12%;right:12%}.brand-item--1 .brand-item__description,.brand-item--3 .brand-item__description,.brand-item--4 .brand-item__description,.brand-item--6 .brand-item__description{display:none}.brand-item{max-width:200px;gap:6px}.brand-item__heading{font-size:var(--text-2xl)}.brand-item__description{font-size:var(--text-sm)}.brand-item__icon{width:32px;height:32px}}@media screen and (max-width: 767px){.brand-fits{padding:0}.brand-fits__container{padding:0 20px}.brand-fits__circle{max-width:450px;min-height:450px}.brand-fits__image{width:55%;max-width:250px}.brand-item--1{top:8%;left:10%}.brand-item--2{top:50%;left:2%}.brand-item--3{bottom:8%;left:10%}.brand-item--4{top:8%;right:10%}.brand-item--5{top:50%;right:2%}.brand-item--6{bottom:8%;right:10%}.brand-item__description{display:none}.brand-item{max-width:110px;gap:4px}.brand-item__heading{font-size:var(--text-lg);text-transform:capitalize}.brand-item__icon{width:28px;height:28px}}@media screen and (max-width: 380px){.brand-fits__circle{max-width:350px;min-height:350px}.brand-fits__image{width:50%;max-width:180px}.brand-item{max-width:90px}.brand-item__heading{font-size:var(--text-base)}.brand-item__icon{width:24px;height:24px}}.cart-item-price{flex:0 0 auto;text-align:center;min-width:80px}.cart-item-total{flex:0 0 auto;text-align:center;min-width:80px}.cart-item-bottom-row{display:flex;gap:15px;align-items:center}.cart-item-details{display:flex;flex-direction:column;gap:5px;flex:1;min-width:0}.cart-voucher{display:flex;flex-direction:column;gap:20px}.voucher-input-group{display:flex;flex-direction:column;gap:15px}.voucher-input{width:100%;padding:15px;border:1px solid #000000;border-radius:4px;font-family:Alice,serif;font-size:18px;font-weight:400;color:#000;box-sizing:border-box}.voucher-input::placeholder{color:#0006}.voucher-submit{width:100%;padding:15px 30px;background-color:#000;border:none;border-radius:4px;font-family:Alice,serif;font-size:22px;font-weight:400;color:#fff;cursor:pointer;transition:background-color .3s ease;box-sizing:border-box}.voucher-submit:hover{background-color:#868e48}@media screen and (max-width: 940px){.cart-container{flex-direction:column;gap:30px;padding:0 30px}.cart-items-column{flex:0 0 100%;max-height:none;overflow:visible}.cart-summary-column{flex:0 0 100%;width:100%}.voucher-input-group{flex-direction:row;gap:20px}.voucher-input{flex:1;padding:20px;font-size:20px}.voucher-submit{flex:0 0 48%;padding:17px 40px;font-size:25px}.subtotal-label,.subtotal-value{font-size:25px}.total-label{font-size:20px}.checkout-button{padding:17px 40px;font-size:25px}}@media screen and (max-width: 767px){.cart-section{padding:48px 0}.cart-container{padding:0 20px}.cart-items-column{padding:30px 15px;max-height:none;overflow:visible}.cart-items-header{display:flex;justify-content:space-between;gap:15px;padding:0 0 20px;margin-bottom:20px}.cart-header-label{font-size:18px;flex:1}.cart-header-label:first-child{text-align:left}.cart-header-label:last-child{text-align:right}.cart-item{padding:15px 0}.cart-item-top-row{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-right:0}.cart-item-price{flex:1;text-align:left;min-width:auto}.price-amount{font-size:18px}.cart-item-quantity{flex:1;justify-content:center}.quantity-btn,.quantity-input{width:40px;height:40px;font-size:20px}.cart-item-total{flex:1;text-align:right;min-width:auto}.total-amount{font-size:18px}.cart-item-bottom-row{display:flex;gap:12px;align-items:flex-start;margin-top:10px}.cart-item-image{width:70px;height:70px}.cart-item-details{flex:1}.cart-item-title{font-size:20px}.cart-item-variant{font-size:15px}.cart-item-remove{margin-left:auto}.cart-summary-column{padding:25px 15px;flex:0 0 100%}.voucher-input-group{flex-direction:column}.voucher-submit{flex:0 0 auto;width:100%}}.cart-section{width:100%;padding:64px 0}.cart-container{display:flex;flex-direction:row;gap:25px;max-width:1440px;margin:0 auto;padding:0 40px}.cart-items-column{flex:0 0 70%;max-height:80vh;overflow-y:auto;overflow-x:hidden;border:1px solid rgba(0,0,0,.5);border-radius:20px;padding:50px 25px}.cart-items-column::-webkit-scrollbar{width:8px}.cart-items-column::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.cart-items-column::-webkit-scrollbar-thumb{background:#0003;border-radius:10px}.cart-items-column::-webkit-scrollbar-thumb:hover{background:#0000004d}.cart-items-header{display:flex;justify-content:flex-end;align-items:center;gap:80px;padding:0 80px 33px 0;margin-bottom:33px}.cart-header-label{font-family:Alice,serif;font-size:25px;font-weight:400;color:#151515;text-align:center;flex:0 0 auto}.cart-item{display:flex;flex-direction:column;gap:15px;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.1)}.cart-item:last-child{border-bottom:none}.cart-item-top-row{display:flex;justify-content:flex-end;align-items:center;gap:50px;padding-right:80px}.cart-item-price{flex:0 0 auto;text-align:center;min-width:80px;display:flex;flex-direction:column;gap:3px}.price-original,.total-original{font-family:Alice,serif;font-size:16px;font-weight:400;color:#15151580;text-decoration:line-through}.price-amount{font-family:Alice,serif;font-size:20px;font-weight:400;color:#151515}.price-discounted,.total-discounted{color:#b4be68}.cart-item-quantity{display:flex;flex:0 0 auto}.quantity-btn{display:flex;justify-content:center;align-items:center;padding:10px;width:50px;height:50px;background:#fff;border:1px solid rgba(0,0,0,.5);cursor:pointer;font-family:Alice,serif;font-size:25px;font-weight:400;color:#000;transition:background .2s ease}.quantity-btn:hover{background:#0000000d}.quantity-minus{border-right:none}.quantity-plus{border-left:none}.quantity-input{width:50px;height:50px;text-align:center;border:1px solid rgba(0,0,0,.5);border-left:none;border-right:none;font-family:Alice,serif;font-size:25px;font-weight:400;color:#000;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none}.cart-item-total{flex:0 0 auto;text-align:center;min-width:80px;display:flex;flex-direction:column;gap:3px}.total-amount{font-family:Alice,serif;font-size:20px;font-weight:400;color:#151515}.cart-item-bottom-row{display:flex;gap:15px;align-items:flex-start}.cart-item-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}.cart-item-title{font-family:Alice,serif;font-size:25px;font-weight:400;color:#151515;margin:0}.cart-item-variant{font-family:Alice,serif;font-size:18px;font-weight:400;color:#000;margin:0}.cart-item-discounts{display:flex;flex-direction:column;gap:5px;margin-top:5px}.discount-badge{display:inline-block;padding:4px 10px;background:#b4be68;border-radius:4px;font-family:Alice,serif;font-size:14px;font-weight:400;color:#fff;margin:0;width:fit-content}.cart-item-remove{flex-shrink:0;background:none;border:none;cursor:pointer;padding:8px;color:#000;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.cart-item-remove:hover{color:red}.cart-summary-column{flex:0 0 30%;display:flex;flex-direction:column;gap:25px;padding:34px 25px;border:1px solid rgba(0,0,0,.5);border-radius:20px;align-self:flex-start;min-width:0}.cart-voucher{display:flex;flex-direction:column;gap:15px}.voucher-header{display:flex;flex-direction:column;gap:5px}.voucher-title{font-family:Alice,serif;font-size:20px;font-weight:400;color:#151515;margin:0}.voucher-optional{font-family:Alice,serif;font-size:15px;font-weight:400;color:#a7a7a7;margin:0}.voucher-info{display:flex;flex-direction:column;gap:10px}.voucher-note{font-family:Alice,serif;font-size:14px;font-weight:400;color:#868e48;margin:0;font-style:italic}.applied-discounts{display:flex;flex-direction:column;gap:5px}.discount-label{font-family:Alice,serif;font-size:14px;font-weight:400;color:#000;margin:0}.discount-code{font-family:Alice,serif;font-size:16px;font-weight:400;color:#b4be68;margin:0;padding:5px 10px;background:#b4be681a;border-radius:4px;width:fit-content}.cart-subtotal{display:flex;flex-direction:column;gap:10px;padding:15px 0;border-top:1px solid rgba(0,0,0,.4)}.subtotal-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.discount-row{padding:8px;background:#b4be681a;border-radius:4px}.subtotal-label,.shipping-label{font-family:Alice,serif;font-size:22px;font-weight:400;color:#000;word-wrap:break-word}.shipping-label{font-size:15px}.discount-label{font-size:16px;color:#b4be68}.subtotal-value,.shipping-value{font-family:Alice,serif;font-size:22px;font-weight:400;color:#000;text-align:right;white-space:nowrap}.shipping-value{font-size:15px}.discount-value{font-family:Alice,serif;font-size:16px;font-weight:400;color:#b4be68;white-space:nowrap}.cart-total{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:25px 0;border-top:1px solid rgba(0,0,0,.4)}.total-label{font-family:Alice,serif;font-size:18px;font-weight:400;color:#000;word-wrap:break-word}.total-value{font-family:Alice,serif;font-size:15px;font-weight:400;color:#000;white-space:nowrap}.checkout-button{width:100%;padding:15px 30px;background-color:#000;border:none;border-radius:4px;font-family:Alice,serif;font-size:22px;font-weight:400;color:#fff;cursor:pointer;transition:background-color .3s ease;box-sizing:border-box}.checkout-button:hover{background-color:#868e48}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:20px;padding:60px 20px;text-align:center}.cart-empty p{font-family:Alice,serif;font-size:25px;color:#000}.continue-shopping-btn{padding:15px 40px;background-color:#b4be68;border-radius:100px;font-family:Alice,serif;font-size:20px;color:#000;text-decoration:none;transition:background-color .3s ease}.continue-shopping-btn:hover{background-color:#868e48;color:#fff}@media screen and (max-width: 940px){.cart-container{flex-direction:column;gap:30px;padding:0 30px}.cart-items-column{flex:0 0 100%;max-height:none;overflow:visible}.cart-summary-column{flex:0 0 100%;width:100%}}@media screen and (max-width: 767px){.cart-section{padding:48px 0}.cart-container{padding:0 20px}.cart-items-column{padding:30px 15px;max-height:none;overflow:visible}.cart-items-header{display:flex;justify-content:space-between;gap:15px;padding:0 0 20px;margin-bottom:20px}.cart-header-label{font-size:18px;flex:1}.cart-header-label:first-child{text-align:left}.cart-header-label:last-child{text-align:right}.cart-item{padding:15px 0}.cart-item-top-row{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-right:0}.cart-item-price{flex:1;text-align:left;min-width:auto}.price-amount,.total-amount{font-size:18px}.price-original,.total-original{font-size:14px}.cart-item-quantity{flex:1;justify-content:center}.quantity-btn,.quantity-input{width:40px;height:40px;font-size:20px}.cart-item-total{flex:1;text-align:right;min-width:auto}.cart-item-bottom-row{display:flex;gap:12px;align-items:flex-start;margin-top:10px}.cart-item-image{width:70px;height:70px}.cart-item-details{flex:1}.cart-item-title{font-size:20px}.cart-item-variant{font-size:15px}.cart-item-remove{margin-left:auto}.cart-summary-column{padding:25px 15px;flex:0 0 100%}}.comparison-content-section{width:100%;padding:var(--space-xl) 0}.comparison-content-container{display:flex;flex-direction:row;align-items:center;gap:var(--space-xl);max-width:1440px;margin:0 auto;padding:0 var(--space-md)}.comparison-content__column{flex:1;display:flex;flex-direction:column;gap:var(--space-lg)}.comparison-content__column--left,.comparison-content__column--right{justify-content:center}.comparison-content__column--center{flex:1.2}.text-block{display:flex;flex-direction:column;gap:var(--space-sm)}.text-block__heading{font-family:var(--font-primary);font-size:var(--text-2xl);font-weight:var(--font-regular);line-height:var(--leading-tight);color:var(--color-dark-green-2);margin:0}.text-block__text{font-family:var(--font-primary);font-size:var(--text-base);font-weight:var(--font-regular);line-height:var(--leading-normal);color:var(--color-black)}@media screen and (min-width: 941px){.comparison-content__column--left{text-align:right;align-items:flex-end}.comparison-content__column--right{text-align:left;align-items:flex-start}}@media screen and (max-width: 940px){.comparison-content-container{flex-direction:column;gap:var(--space-lg)}.comparison-content__column--center{order:2;width:100%}.comparison-content__column--left{order:1;width:100%}.comparison-content__column--right{order:3;width:100%}.text-block__heading{font-size:var(--text-xl)}.comparison-content__column--left,.comparison-content__column--right{flex-direction:row;justify-content:space-between;align-items:flex-start}.comparison-content__column--left .text-block,.comparison-content__column--right .text-block{flex:1}}@media screen and (max-width: 767px){.comparison-content-section{padding:var(--space-lg) 0}.comparison-content-container{padding:0 var(--space-sm)}.wsp-section__comparison__slider{width:32px;height:32px}.text-block__heading{font-size:var(--text-lg)}.text-block__text{font-size:var(--text-sm)}.comparison-content__column--left,.comparison-content__column--right{gap:var(--space-md)}}.featured-stats{position:relative;width:100%;background-color:var(--color-light-green)}.featured-stats__container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;max-width:1440px;margin:0 auto;padding:100px 70px;min-height:100vh}.featured-stats__featured{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;flex:0 0 auto;width:40%}.featured-stats__card{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:70px;padding:150px 30px;width:100%;border-radius:40px;overflow:hidden;min-height:400px}.featured-stats__bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.featured-stats__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:20px}.featured-stats__badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;background:#ffffffe6;border-radius:20px;font-family:var(--font-primary);font-size:var(--text-sm);color:var(--color-dark-green-2);align-self:flex-start}.featured-stats__badge:before{content:"";width:8px;height:8px;background:var(--color-light-pink);border-radius:50%}.featured-stats__title{margin:0;color:var(--color-white);text-shadow:0 2px 10px rgba(0,0,0,.3)}.featured-stats__description{margin:0;color:var(--color-white);text-shadow:0 1px 5px rgba(0,0,0,.3)}.featured-stats__button{align-self:flex-start}.featured-stats__brand-text{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);margin:0;opacity:.85;color:var(--color-light-gray);text-transform:uppercase;white-space:nowrap;flex-shrink:0}.featured-stats__stats{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;padding:10px;flex:1;min-width:0}.featured-stats__column{display:flex;gap:60px;flex:1;min-width:0}.featured-stats__column--stacked{flex-direction:column;justify-content:flex-start;align-items:center;padding:20px}.featured-stats__column--single{flex-direction:column;justify-content:center;align-items:center;padding:0 20px}.featured-stats__stat-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;padding:20px 50px;border:1px solid var(--color-light-gray);border-radius:50px;position:relative;width:100%;max-width:400px}.featured-stats__stat-card--light{background-color:var(--color-light-gray)}.featured-stats__stat-card--light .featured-stats__stat-number,.featured-stats__stat-card--light .featured-stats__stat-label{color:var(--color-dark-green-2)}.featured-stats__stat-card--dark{background-color:var(--color-dark-green-2);border-color:var(--color-light-gray)}.featured-stats__stat-card--dark .featured-stats__stat-number,.featured-stats__stat-card--dark .featured-stats__stat-label{color:var(--color-light-gray)}.featured-stats__stat-card--outlined{background-color:transparent;border:1px solid var(--color-light-gray)}.featured-stats__stat-card--outlined .featured-stats__stat-number,.featured-stats__stat-card--outlined .featured-stats__stat-label{color:var(--color-light-gray)}.featured-stats__stat-number{margin:0;font-size:var(--text-5xl)}.featured-stats__stat-label{margin:0;text-align:center}.featured-stats__stat-icon{display:flex;justify-content:center;align-items:center;padding:10px 5px;background-color:var(--color-dark-green);border-radius:7px}.featured-stats__stat-icon img,.featured-stats__stat-icon svg{width:24px;height:24px;color:var(--color-light-gray);fill:var(--color-light-gray)}@media screen and (min-width: 941px){.featured-stats__container{padding:100px 40px}}@media screen and (max-width: 940px){.featured-stats__container{flex-direction:column;justify-content:flex-start;align-items:center;gap:50px;padding:100px 30px;max-width:768px}.featured-stats__featured{width:100%;max-width:100%;justify-content:center}.featured-stats__brand-text{display:block}.featured-stats__stats{width:100%;max-width:100%;flex-direction:row;justify-content:center}.featured-stats__stat-card{max-width:350px}}@media screen and (max-width: 767px){.featured-stats__container{flex-direction:column;justify-content:flex-start;align-items:center;gap:50px;padding:70px 20px;max-width:100%}.featured-stats__featured{width:100%;max-width:100%;flex-direction:column}.featured-stats__card{padding:30px 15px;border-radius:35px}.featured-stats__brand-text{display:none}.featured-stats__stats{width:100%;max-width:100%;flex-direction:column;gap:40px;padding:10px}.featured-stats__column{width:100%}.featured-stats__column--stacked{gap:40px}.featured-stats__stat-card{width:100%;max-width:100%}}.footer{position:relative;width:100%;background-color:var(--color-light-green);overflow:hidden}.footer__container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:50px;width:100%;margin:0 auto;padding:100px 0 0;position:relative;z-index:1;box-sizing:border-box}.footer__flower{position:absolute;top:10%;width:auto;height:auto;max-width:clamp(160px,20vw,360px);opacity:.98;pointer-events:none;z-index:0;transform:translateY(-5%);will-change:transform}.footer__flower--left{left:clamp(-60px,-6vw,-40px);transform-origin:left center}.footer__flower--right{right:clamp(-60px,-6vw,-40px);transform-origin:right center}.footer__heading{margin:0;text-align:center;color:var(--color-black);text-transform:uppercase;max-width:90%;z-index:2}.footer__description{margin:0;text-align:center;color:var(--color-black);max-width:80%;z-index:2}.footer__cta{align-self:center;z-index:2}.footer__copyright{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;padding:20px 0;border-top:1px solid rgba(0,0,0,.4);z-index:2}.footer__copyright-text{margin:0;text-align:center;color:var(--color-black)}@media screen and (min-width: 941px){.footer__container{padding:100px 40px 0}.footer__heading{font-size:var(--text-4xl)}.footer__description,.footer__copyright-text{font-size:var(--text-lg)}.footer__flower{display:block}}@media screen and (max-width: 940px){.footer__container{max-width:100%;padding:100px 30px 0}.footer__heading{font-size:var(--text-3xl);text-transform:capitalize}.footer__description,.footer__copyright-text{font-size:var(--text-lg)}.footer__flower{display:none}}@media screen and (max-width: 767px){.footer__container{max-width:100%;padding:100px 20px 0}.footer__heading{font-size:var(--text-xl);text-transform:capitalize}.footer__description{font-size:var(--text-base)}.footer__copyright{padding:20px 0}.footer__copyright-text{font-size:var(--text-lg);padding:0 20px}.footer__flower{display:none}.footer__cta{width:auto;min-width:180px}}@media screen and (max-width: 940px){.header__container{padding:10px 30px;height:auto;min-height:100px}.header__logo img{width:100px;height:auto}.header__nav-link{font-size:20px}.header__nav-list{gap:20px}.header__cta{display:none!important}.header__cart{width:40px;height:40px}.header__cart-icon svg{width:40px;height:40px}.header__mobile-toggle{display:none}}@media screen and (max-width: 767px){.header__container{padding:10px 20px;height:70px}.header__logo img{width:70px;height:auto}.header__nav{display:none}.header__cta{display:none!important}.header__mobile-toggle{display:flex}.header__actions{gap:15px}.header__cart{width:35px;height:35px}.header__cart-icon svg{width:35px;height:35px}.header__cart-badge{width:18px;height:18px;font-size:12px;top:-8px;right:-8px}}.header{width:100%;position:sticky;top:0;z-index:100}.header__container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px 30px;max-width:1440px;margin:0 auto;height:138px}.header__logo{flex:0 0 auto}.header__logo a{display:block}.header__logo img{display:block;width:143px;height:118px;object-fit:contain}.header__logo-text{font-family:var(--font-primary);font-size:28px;color:var(--color-black)}.header__nav{flex:1;display:flex;justify-content:center}.header__nav-list{display:flex;flex-direction:row;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.header__nav-item{position:relative}.header__nav-link{display:flex;flex-direction:row;align-items:center;gap:8px;padding:10px;font-family:var(--font-primary);font-size:25px;line-height:29px;color:var(--color-black);text-decoration:none;border-radius:8px;transition:color .3s ease}.header__nav-link:hover,.header__nav-link--active{color:var(--color-light-mud)}.header__nav-icon{width:18px;height:18px;opacity:.5;transition:transform .3s ease}.header__dropdown{display:none;position:absolute;top:100%;left:0;background:var(--color-white);border-radius:8px;box-shadow:var(--shadow-lg);padding:8px 0;min-width:200px;list-style:none;margin:8px 0 0;z-index:1000}.header__nav-item:hover .header__dropdown{display:block}.header__nav-item:hover .header__nav-icon{transform:rotate(180deg)}.header__dropdown-link{display:block;padding:12px 20px;font-family:var(--font-primary);font-size:20px;color:var(--color-black);text-decoration:none;transition:background .2s ease}.header__dropdown-link:hover{background:var(--color-light-gray);color:var(--color-light-mud)}.header__actions{display:flex;flex-direction:row;align-items:center;gap:25px}.header__cta{flex:0 0 auto}.header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:45px;height:45px;color:var(--color-black);transition:opacity .3s ease}.header__cart:hover{opacity:.7}.header__cart-icon{position:relative}.header__cart-icon svg{display:block;width:45px;height:45px}.header__cart-badge{position:absolute;top:-10px;right:-10px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#ff0101;color:var(--color-white);font-family:var(--font-primary);font-size:14px;line-height:16px;border-radius:100px;z-index:1}.header__account{display:flex;align-items:center;justify-content:center;width:45px;height:45px;color:var(--color-black);transition:opacity .3s ease}.header__account:hover{opacity:.7}.header__account-icon svg{display:block;width:45px;height:45px}.header__mobile-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:none;border:none;cursor:pointer;padding:0}.header__hamburger{display:block;width:100%;height:3px;background:var(--color-black);transition:all .3s ease;border-radius:2px}@media screen and (min-width: 941px){.header__container{padding:10px 40px}.header__cta{display:inline-flex}.header__mobile-toggle{display:none}}@media screen and (max-width: 940px){.header__container{padding:10px 30px;height:auto;min-height:100px}.header__logo img{width:100px;height:auto}.header__nav-link{font-size:20px}.header__nav-list{gap:20px}.header__cta{display:none!important}.header__cart{width:40px;height:40px}.header__cart-icon svg{width:40px;height:40px}.header__account{width:40px;height:40px}.header__account-icon svg{width:40px;height:40px}.header__mobile-toggle{display:none}}@media screen and (max-width: 767px){.header__container{padding:10px 20px;height:70px}.header__logo img{width:70px;height:auto}.header__nav{display:none}.header__cta{display:none!important}.header__mobile-toggle{display:flex}.header__actions{gap:15px}.header__cart{width:35px;height:35px}.header__cart-icon svg{width:35px;height:35px}.header__cart-badge{width:18px;height:18px;font-size:12px;top:-8px;right:-8px}.header__account{width:35px;height:35px}.header__account-icon svg{width:35px;height:35px}}.hero{position:relative;width:100%;min-height:100vh;display:flex;align-items:center}.hero__container{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;max-width:1440px;margin:0 auto;padding:10px 0 10px 30px;min-height:100vh}.hero__bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.16;z-index:0;pointer-events:none}.hero__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:70px;padding:20px 30px 20px 10px;flex:0 0 auto;width:43.68%;max-width:630px}.hero__heading{margin:0;color:var(--color-black)}.hero__details{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:50px}.hero__description{margin:0;color:var(--color-black)}.hero__cta{align-self:flex-start}.hero__image-wrapper{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex:0 0 auto;width:auto;max-width:56%}.hero__image{width:100%;height:auto;display:block}.hero__image--placeholder{width:600px;height:800px}@media screen and (min-width: 941px){.hero__container{padding:10px 40px}}@media screen and (max-width: 940px){.hero__container{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:35px;padding:35px 30px;max-width:768px}.hero__content{width:100%;max-width:100%;order:2;padding:20px 0 20px 10px}.hero__heading{font-size:var(--text-4xl)}.hero__image-wrapper{order:1;width:100%;max-width:100%;display:flex;justify-content:center;align-items:center}.hero__image{max-width:100%}}@media screen and (max-width: 767px){.hero__container{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:35px;padding:35px 20px;max-width:100%}.hero__content{width:100%;max-width:100%;order:2;gap:50px;padding:20px 0 20px 10px}.hero__heading{font-size:var(--text-3xl);text-transform:capitalize}.hero__details{gap:40px}.hero__description{font-size:var(--text-base)}.hero__cta{width:100%;max-width:100%}.hero__image-wrapper{order:1;width:100%;max-width:100%}.hero__image--placeholder{width:100%;height:auto}}.image-bento{display:block;width:100%;text-decoration:none;color:inherit}.image-bento__container{max-width:1440px;margin:0 auto;padding:65px 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.image-bento__column{display:flex;flex-direction:column;gap:20px}.image-bento__image{width:100%;object-fit:cover;border-radius:12px}.image-bento__column--big-top .image-bento__image--top,.image-bento__column--big-bottom .image-bento__image--bottom{aspect-ratio:4 / 5}.image-bento__column--big-top .image-bento__image--bottom,.image-bento__column--big-bottom .image-bento__image--top{aspect-ratio:4 / 3}@media (max-width: 940px){.image-bento__container{grid-template-columns:repeat(2,1fr);max-width:768px;padding:65px 30px}.image-bento__column:nth-child(3){display:none}}@media (max-width: 767px){.image-bento__container{grid-template-columns:1fr;padding:50px 20px}}.comparison-slider-section{width:100%;padding:var(--space-xl) 0}.comparison-slider-container{max-width:1440px;margin:0 auto;padding:0 var(--space-md)}.wsp-section__compare{position:relative;width:100%;overflow:hidden;border-radius:var(--radius-lg)}.comparison-slider__after-image{width:100%;height:auto;display:block}.wsp-section__comparison__overlay{position:absolute;top:0;left:0;width:50%;height:100%;overflow:hidden;z-index:1}.comparison-slider__before-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.wsp-section__comparison__slider{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;cursor:ew-resize;z-index:2;user-select:none;-webkit-user-select:none;-moz-user-select:none}.wsp-section__comparison__slider svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}@media screen and (max-width: 940px){.comparison-slider-container{padding:0 var(--space-md)}}@media screen and (max-width: 767px){.comparison-slider-section{padding:var(--space-lg) 0}.comparison-slider-container{padding:0 var(--space-sm)}.wsp-section__comparison__slider{width:32px;height:32px}}.product-cards-section{width:100%;padding:var(--space-xl) 100px}.product-cards-container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:50px;width:100%;max-width:1440px;margin:0 auto}.product-card{position:relative;display:flex;flex-direction:column;flex:1;max-width:450px;width:100%;aspect-ratio:1 / 1.4;text-decoration:none;overflow:hidden;border-radius:40px;transition:transform .3s ease}.product-card:hover{transform:translateY(-4px)}.product-card__image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.product-card__bg-image{width:100%;height:100%;object-fit:cover;border-radius:40px}.product-card__content{position:relative;z-index:2;display:flex;flex-direction:column;height:100%;padding:20px 20px 0}.product-card__top-container{display:flex;align-items:center;background-color:var(--color-white);border-radius:100px;padding-top:8px;padding-bottom:8px;padding-left:12px;width:fit-content;transition:all .3s ease}.product-card__icon{width:40px;height:40px;min-width:40px;border-radius:50%;background-color:var(--color-light-mud);display:flex;align-items:center;justify-content:center;color:var(--color-white);transition:all .3s ease}.product-card:hover .product-card__icon{background-color:var(--color-black)}.product-card__price{font-family:var(--font-primary);font-size:var(--text-3xl);font-weight:var(--font-regular);line-height:var(--leading-tight);color:var(--color-black);white-space:nowrap;max-width:0;overflow:hidden;opacity:0;padding-right:0;padding-left:12px;transition:all .4s ease}.product-card:hover .product-card__price{max-width:200px;opacity:1;padding-right:16px}.product-card__bottom{position:relative;margin-top:auto;padding-bottom:0}.product-card__overlay{position:absolute;bottom:0;left:-24px;right:-24px;height:35%;background:linear-gradient(to top,rgba(166,129,104,.95) 0%,rgba(166,129,104,.9) 30%,rgba(166,129,104,.7) 60%,rgba(166,129,104,.3) 85%,transparent 100%);border-radius:0 0 40px 40px;transition:all .3s ease;z-index:-1;pointer-events:none}.product-card:hover .product-card__overlay{background:linear-gradient(to top,rgba(166,129,104,.98) 0%,rgba(166,129,104,.95) 30%,rgba(166,129,104,.8) 60%,rgba(166,129,104,.4) 85%,transparent 100%);height:38%}.product-card__text{position:relative;z-index:1}.product-card__badge{font-family:var(--font-primary);font-size:var(--text-base);font-weight:var(--font-regular);line-height:var(--leading-tight);text-transform:uppercase;color:var(--color-white);margin-bottom:var(--space-xs);letter-spacing:.05em}.product-card__title{font-family:var(--font-primary);font-size:var(--text-xl);font-weight:var(--font-regular);line-height:var(--leading-tight);color:var(--color-white);margin-bottom:var(--space-xs)}.product-card__description{font-family:var(--font-primary);font-size:var(--text-base);font-weight:var(--font-regular);line-height:var(--leading-normal);color:var(--color-white);padding-bottom:50px}@media screen and (max-width: 940px){.product-cards-section{padding:var(--space-xl) var(--space-md)}.product-cards-container{flex-direction:column;align-items:center;gap:50px;max-width:728px}.product-card{max-width:100%}}@media screen and (max-width: 767px){.product-cards-section{padding:var(--space-lg) var(--space-sm)}.product-card__content{padding:20px 0 0 20px}.product-cards-container{max-width:382px;gap:var(--space-xl)}.product-card__icon{width:36px;height:36px;min-width:36px}.product-card__icon svg{width:20px;height:20px}.product-card__price{font-size:var(--text-2xl)}.product-card__title{font-size:var(--text-base)}.product-card__description{font-size:var(--text-xs)}.product-card__overlay{left:-16px;right:-16px;bottom:0;height:35%}.product-card__bottom{padding-bottom:0}}.product-showcase{position:relative;width:100%;padding:100px 0}.product-showcase__container{display:flex;flex-direction:column;gap:100px;width:100%;max-width:1440px;margin:0 auto;padding:0 100px}.product-showcase__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:25px}.product-showcase__item--image-left{flex-direction:row}.product-showcase__item--image-right{flex-direction:row-reverse}.product-showcase__image-wrapper{position:relative;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex:0 0 auto;width:43%;max-width:620px;min-width:300px}.product-showcase__item--image-right .product-showcase__image-wrapper{justify-content:flex-start}.product-showcase__image{width:100%;height:auto;aspect-ratio:620 / 600;object-fit:cover;border-radius:100px 0;display:block}.product-showcase__item--image-right .product-showcase__image{border-radius:0 100px}.product-showcase__image-badge{position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:15px 20px;width:min(182px,35%);min-width:120px;background:#efebe8;border-radius:50px 0 0 50px}.product-showcase__item--image-right .product-showcase__image-badge{right:auto;left:0;border-radius:0 50px 50px 0}.product-showcase__image-badge-content{display:flex;flex-direction:column;gap:10px;width:100%}.product-showcase__image-badge-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.product-showcase__image-badge-line{width:19px;height:1px;color:#000;flex-shrink:0}.product-showcase__image-badge-text{font-family:Alice,serif;font-size:clamp(14px,3vw,20px);font-weight:400;line-height:1.2;text-align:center;color:#a68168;white-space:nowrap}.product-showcase__image-badge-discount{margin:0;font-family:Alice,serif;font-size:clamp(28px,5vw,40px);font-weight:400;line-height:1.2;text-transform:capitalize;color:#000;text-align:center}.product-showcase__content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:40px;flex:1;align-self:stretch;min-width:0}.product-showcase__item--image-left .product-showcase__content{padding:10px 0 10px 50px;align-items:flex-start}.product-showcase__item--image-right .product-showcase__content{padding:10px 50px 10px 0;align-items:flex-end}.shopify-product-form{display:flex;flex-direction:column;align-items:inherit;gap:25px;width:100%}.product-showcase__top-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.product-showcase__top-badge-arrow{font-family:Alice,serif;font-size:14px;color:#555a27}.product-showcase__top-badge-text{font-family:Alice,serif;font-size:14px;font-weight:400;color:#555a27;letter-spacing:1px}.product-showcase__header{display:flex;flex-direction:column;align-items:inherit;gap:25px;width:100%}.product-showcase__title{margin:0;width:100%;font-family:Alice,serif;font-size:clamp(35px,5vw,55px);font-weight:400;line-height:1.15;text-transform:capitalize;color:#000}.product-showcase__item--image-left .product-showcase__title{text-align:left}.product-showcase__item--image-right .product-showcase__title{text-align:right}.product-showcase__title a{color:inherit;text-decoration:none}.product-showcase__price{display:flex;align-items:baseline;gap:8px}.product-showcase__price-amount{font-family:Alice,serif;font-size:clamp(32px,4vw,40px);font-weight:400;line-height:1.15;color:#000}.product-showcase__price-label{font-family:Alice,serif;font-size:clamp(16px,2vw,20px);font-weight:400;color:#a68168}.product-showcase__variants{width:100%}.product-showcase__variant-select{width:100%;padding:12px 16px;font-family:Alice,serif;font-size:20px;color:#000;background:#fff;border:1px solid rgba(0,0,0,.4);border-radius:6px;cursor:pointer}.product-showcase__quantity-wrapper{display:flex;width:100%}.product-showcase__item--image-left .product-showcase__quantity-wrapper{justify-content:flex-start}.product-showcase__item--image-right .product-showcase__quantity-wrapper{justify-content:flex-end}.product-showcase__quantity{display:flex;flex-direction:row;justify-content:center;align-items:center;width:clamp(150px,30%,165px);height:55px}.product-showcase__quantity-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;width:33.33%;height:55px;background:#fff;border:1px solid rgba(0,0,0,.4);cursor:pointer;transition:background .2s ease;color:#000000b3}.product-showcase__quantity-btn:hover{background:#0000000d}.product-showcase__quantity-btn--minus{border-radius:10px 0 0;border-right:none}.product-showcase__quantity-btn--plus{border-radius:0 0 10px;border-left:none}.product-showcase__quantity-btn svg{width:24px;height:24px}.product-showcase__quantity-btn span{font-family:Alice,serif;font-size:40px;font-weight:400;line-height:1;text-align:center}.product-showcase__quantity-input{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;width:33.33%;height:55px;font-family:Alice,serif;font-size:clamp(32px,5vw,40px);font-weight:400;line-height:1;text-align:center;color:#000;background:#fff;border:1px solid rgba(0,0,0,.4);border-left:none;border-right:none;-moz-appearance:textfield}.product-showcase__quantity-input::-webkit-outer-spin-button,.product-showcase__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-showcase__quantity-input:focus{outline:none}.product-showcase__buttons-row{display:flex;flex-direction:row;align-items:center;gap:15px;width:100%}.product-showcase__item--image-left .product-showcase__buttons-row{justify-content:flex-start}.product-showcase__item--image-right .product-showcase__buttons-row{justify-content:flex-end}.product-showcase__add-to-cart{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 24px;background:#a68168;border-radius:100px;border:none;font-family:Alice,serif;font-size:25px;font-weight:400;line-height:1.2;color:#efebe8;cursor:pointer;transition:background .3s ease;white-space:nowrap;flex-shrink:0}.product-showcase__add-to-cart:hover:not(:disabled){background:#000}.product-showcase__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-showcase__payment-button{flex-shrink:0}shopify-accelerated-checkout{--shopify-accelerated-checkout-button-block-size: 41px;--shopify-accelerated-checkout-button-border-radius: 100px;--shopify-accelerated-checkout-button-box-shadow: none}shopify-accelerated-checkout::part(base-button){background-color:var(--color-light-green)!important;transition:background .3s ease!important}shopify-accelerated-checkout::part(base-button):hover{background:#000!important}.product-showcase__payment-button .shopify-payment-button__button{background-color:var(--color-light-green)!important;border-radius:100px!important;transition:background-color .3s ease!important}.product-showcase__payment-button .shopify-payment-button__button:hover{background-color:#000!important}.product-showcase__payment-button .shopify-payment-button__button--unbranded{background-color:var(--color-light-green)!important;color:#efebe8!important;font-family:Alice,serif!important;font-size:25px!important;font-weight:400!important;border-radius:100px!important;padding:8px 24px!important}.product-showcase__payment-button .shopify-payment-button__button--unbranded:hover{background-color:#000!important}.product-showcase__payment-button .shopify-payment-button__more-options{background-color:#b4be68!important;color:#000!important;border-radius:100px!important}.product-showcase__payment-button .shopify-payment-button__more-options:hover{background-color:#000!important;color:#efebe8!important}.product-showcase__info{display:flex;flex-direction:column;align-items:inherit;gap:25px;align-self:stretch}.product-showcase__sku{margin:0;font-family:Alice,serif;font-size:clamp(20px,2.5vw,25px);font-weight:400;line-height:1.2;color:#000}.product-showcase__description{margin:0;font-family:Alice,serif;font-size:clamp(16px,2vw,20px);font-weight:400;line-height:1.4;color:#000c;align-self:stretch}.product-showcase__item--image-left .product-showcase__sku,.product-showcase__item--image-left .product-showcase__description{text-align:left}.product-showcase__item--image-right .product-showcase__sku,.product-showcase__item--image-right .product-showcase__description{text-align:right}@media screen and (min-width: 941px){.product-showcase__container{padding:0 40px}}@media screen and (max-width: 940px){.product-showcase__container{padding:0 30px;gap:80px}.product-showcase__item,.product-showcase__item--image-left,.product-showcase__item--image-right{flex-direction:column;align-items:center}.product-showcase__image-wrapper{width:100%}.product-showcase__image{border-radius:100px 0!important}.product-showcase__image-badge{right:0;left:auto;border-radius:50px 0 0 50px}.product-showcase__item--image-right .product-showcase__image-badge{right:auto;left:0;border-radius:0 50px 50px 0!important}.product-showcase__content,.product-showcase__item--image-right .product-showcase__content,.product-showcase__item--image-left .product-showcase__content{width:100%;padding:10px 0;align-items:flex-start}.product-showcase__title,.product-showcase__item--image-right .product-showcase__title,.product-showcase__item--image-left .product-showcase__title,.product-showcase__sku,.product-showcase__description,.product-showcase__item--image-right .product-showcase__sku,.product-showcase__item--image-right .product-showcase__description,.product-showcase__item--image-left .product-showcase__sku,.product-showcase__item--image-left .product-showcase__description{text-align:left}.product-showcase__quantity-wrapper,.product-showcase__item--image-right .product-showcase__quantity-wrapper,.product-showcase__item--image-left .product-showcase__quantity-wrapper{justify-content:flex-start}.product-showcase__buttons-row{flex-direction:row;gap:15px}.product-showcase__add-to-cart{flex-shrink:0}.product-showcase__payment-button{flex:1}}@media screen and (max-width: 767px){.product-showcase{padding:60px 0}.product-showcase__container{padding:0 20px;gap:60px}.product-showcase__item,.product-showcase__item--image-left,.product-showcase__item--image-right{flex-direction:column;align-items:center}.product-showcase__image-wrapper{width:100%}.product-showcase__image-badge{padding:12px 15px;width:min(150px,40%);min-width:100px}.product-showcase__content,.product-showcase__item--image-right .product-showcase__content,.product-showcase__item--image-left .product-showcase__content{width:100%;padding:10px 0;align-items:flex-start}.product-showcase__title,.product-showcase__item--image-right .product-showcase__title,.product-showcase__item--image-left .product-showcase__title,.product-showcase__sku,.product-showcase__description,.product-showcase__item--image-right .product-showcase__sku,.product-showcase__item--image-right .product-showcase__description,.product-showcase__item--image-left .product-showcase__sku,.product-showcase__item--image-left .product-showcase__description{text-align:left}.product-showcase__quantity-wrapper,.product-showcase__item--image-right .product-showcase__quantity-wrapper,.product-showcase__item--image-left .product-showcase__quantity-wrapper{justify-content:flex-start}.product-showcase__buttons-row{flex-direction:column;gap:15px}.product-showcase__add-to-cart,.product-showcase__payment-button{width:100%}.product-showcase__payment-button .shopify-payment-button__button{width:100%!important}}.explore-header{width:100%}.explore-header__container{max-width:1440px;margin:0 auto;padding:var(--space-3xl) var(--space-2xl);display:flex;flex-direction:column;gap:var(--space-md)}.explore-header__badge{display:inline-flex;align-items:center;gap:var(--space-xs)}.explore-header__badge img{width:24px;height:24px}.explore-header__badge-text{margin:0;color:var(--color-black)}.explore-header__main{display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg)}.explore-header__heading{margin:0;max-width:75%}@media (max-width: 940px){.explore-header__container{max-width:768px;padding:var(--space-2xl) var(--space-md)}.explore-header__main{flex-direction:column;align-items:flex-start}.explore-header__heading{max-width:100%;text-transform:capitalize}}@media (max-width: 767px){.explore-header__container{padding:var(--space-2xl) var(--space-lg)}}.section-header{position:relative;width:100%}.section-header__container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:50px;width:100%;max-width:1440px;margin:0 auto;padding:100px 0}.section-header__badge{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;padding:9px 14px}.section-header__icon{display:flex;align-items:center;justify-content:center;color:var(--color-light-mud)}.section-header__icon img{width:24px;height:24px;object-fit:contain}.section-header__icon svg{width:24px;height:24px}.section-header__badge-text{margin:0;color:var(--color-black);text-transform:capitalize}.section-header__heading{margin:0;text-align:center;color:var(--color-black);text-transform:uppercase;max-width:90%}.section-header__description{margin:0;opacity:.8;text-align:center;color:var(--color-black);max-width:90%}@media screen and (min-width: 941px){.section-header__container{padding:8px 40px}.section-header__badge-text{font-size:var(--text-3xl)}.section-header__heading{font-size:var(--text-4xl)}.section-header__description{font-size:var(--text-lg)}}@media screen and (max-width: 940px){.section-header__container{padding:8px 30px;max-width:768px}.section-header__badge-text{font-size:var(--text-2xl)}.section-header__heading{font-size:var(--text-3xl);text-transform:capitalize}.section-header__description{font-size:var(--text-lg)}}@media screen and (max-width: 767px){.section-header__container{padding:8px 20px;max-width:100%}.section-header__badge-text{font-size:var(--text-2xl)}.section-header__heading{font-size:var(--text-3xl);text-transform:capitalize}.section-header__description{font-size:var(--text-base)}}.sticky-logo-bar{width:100%;background-color:var(--color-light-green);padding:var(--space-sm);position:relative;z-index:10;margin-bottom:50px}.sticky-logo-bar[data-sticky]{position:sticky;top:0}.sticky-logo-bar__container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:40px;width:100%;max-width:1440px;margin:0 auto}.logo-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;flex-shrink:0}.logo-item__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-item__icon img{width:auto;height:40px;display:block}.logo-item__text{font-family:var(--font-primary);font-size:var(--text-lg);font-weight:var(--font-regular);line-height:var(--leading-tight);color:var(--color-light-gray);text-transform:uppercase;white-space:nowrap}@media screen and (max-width: 940px){.sticky-logo-bar__container{max-width:768px;gap:40px}.logo-item:nth-child(n+4){display:none}}@media screen and (max-width: 767px){.sticky-logo-bar{padding:var(--space-sm) var(--space-sm)}.sticky-logo-bar__container{justify-content:space-between;gap:10px;max-width:402px}.logo-item__icon img{height:32px}.logo-item__text{font-size:var(--text-base);text-transform:none}.logo-item:nth-child(n+4){display:none}}.btn{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 15px;gap:10px;height:45px;border-radius:100px;text-decoration:none;font-family:var(--font-primary);font-size:25px;line-height:29px;transition:all .3s ease;white-space:nowrap}.btn--primary{background:var(--color-light-mud);color:var(--color-light-gray)}.btn--primary:hover{background:var(--color-black);color:var(--color-light-gray);padding:12px 15px;height:53px}.btn--secondary{background:var(--color-light-green);color:var(--color-black)}.btn--secondary:hover{background:var(--color-dark-green);color:var(--color-white)}@media screen and (max-width: 767px){.btn{font-size:18px;padding:6px 12px;height:38px}.btn--primary:hover{padding:8px 12px;height:42px}}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;visibility:hidden;opacity:0;transition:visibility 0s .3s,opacity .3s ease}.mobile-menu--open{visibility:visible;opacity:1;transition:visibility 0s,opacity .3s ease}.mobile-menu__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.mobile-menu__content{position:absolute;top:30px;left:30px;right:30px;bottom:30px;width:calc(100% - 60px);max-width:100%;height:calc(100% - 60px);background:var(--color-light-green);border-radius:30px;padding:94px 40px;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease}.mobile-menu--open .mobile-menu__content{transform:translate(0)}.mobile-menu__close{position:absolute;top:48px;right:16px;width:40px;height:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--color-black);border:none;border-radius:4px;cursor:pointer;padding:0;z-index:10}.mobile-menu__close-line{position:absolute;width:24px;height:2px;background:var(--color-white)}.mobile-menu__close-line:first-child{transform:rotate(-45deg)}.mobile-menu__close-line:last-child{transform:rotate(45deg)}.mobile-menu__nav{flex:1;overflow-y:auto}.mobile-menu__list{display:flex;flex-direction:column;align-items:flex-start;gap:16px;list-style:none;margin:0;padding:0}.mobile-menu__item{width:100%}.mobile-menu__link{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 0;font-family:var(--font-primary);font-size:25px;line-height:29px;color:var(--color-white);text-decoration:none;border-radius:8px;transition:opacity .3s ease}.mobile-menu__link:hover{opacity:.8}.mobile-menu__link--active{font-weight:600}.mobile-menu__icon{width:18px;height:18px;opacity:.5;transition:transform .3s ease}.mobile-menu__submenu{display:none;flex-direction:column;gap:8px;list-style:none;margin:8px 0 0;padding:0 0 0 20px}.mobile-menu__item:hover .mobile-menu__submenu{display:flex}.mobile-menu__sublink{display:block;padding:8px 0;font-family:var(--font-primary);font-size:20px;line-height:24px;color:var(--color-white);text-decoration:none;opacity:.9;transition:opacity .3s ease}.mobile-menu__sublink:hover{opacity:1}@media screen and (min-width: 768px){.mobile-menu{display:none}}@media screen and (max-width: 400px){.mobile-menu__content{top:20px;left:20px;right:20px;bottom:20px;width:calc(100% - 40px);height:calc(100% - 40px);padding:80px 16px 16px}.mobile-menu__close{top:30px}.mobile-menu__link{font-size:22px}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
