@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap";:root{--btnFont:"Manrope", sans-serif;--headingFont: "Jost", sans-serif;--bodyFont:"Manrope", sans-serif;--headingColor: #000;--bodyColor: #4E4E4E;--bodyColor2: #393939;--white:#fff;--black:#000;--black2:#120202;--green:#426F74;--border:#ccc;--btnColor: #120202;--btnColorHover: #fff;--btnBg:#fff;--btnBgHover:#426F74;--btnBg2:rgba(63, 34, 55, .2);--p13: 1.3rem;--p14: 1.4rem;--p15: 1.5rem;--p16: 1.6rem;--p17: 1.7rem;--p18: 1.8rem;--p20: 2rem;--p21: 2.1rem;--p22: 2.2rem;--p24: 2.4rem;--p26: 2.6rem;--p28: 2.8rem;--p30: 3rem;--p32: 3.2rem;--p35: 3.5rem;--p40: 4rem;--p45: 4.5rem;--p48: 4.8rem;--p50: 5rem;--p65: 6.5rem;--p57: 5.7rem;--p60: 6rem;--p80:8rem;--p90:9rem;--p96:9.6rem;--p120:12rem;--p140:14rem;--padding-140: clamp(4.5rem, 8.75vw, 14rem);--padding-120: clamp(4rem, 7.25vw, 12rem);--padding-110: clamp(3.8rem, 6.87vw, 11rem);--padding-100: clamp(3.6rem, 6.25vw, 10rem);--padding-90: clamp(3rem, 5.62vw, 9rem);--padding-80: clamp(2.6rem, 5vw, 8rem);--padding-70: clamp(2.2rem, 4.37vw, 7rem);--padding-60: clamp(2rem, 3.75vw, 6rem);--padding-50: clamp(1.8rem, 3.12vw, 5rem);--padding-40: clamp(1.6rem, 2.5vw, 4rem);--padding-25: clamp(2rem, 1.56vw, 2.5rem)}@media only screen and (max-width: 1440px){:root{--p13: 1.3rem;--p14: 1.4rem;--p15: 1.5rem;--p16: max(1vw, 1.5rem);--p17: max(1vw, 1.6rem);--p18: max(1.25vw, 1.6rem);--p20: max(1.35vw, 1.7rem);--p21: max(1.38vw, 1.7rem);--p22: max(1.4vw, 1.8rem);--p24: max(1.5vw, 2rem);--p26: max(1.5vw, 2rem);--p28: max(2.31vw, 2rem);--p30: max(2.31vw, 2.2rem);--p32: max(2.35vw, 2.2rem);--p35: max(2.5vw, 2.4rem);--p40: max(2.7vw, 2.6rem);--p45: max(2.8vw, 2.7rem);--p48: max(3vw, 2.8rem);--p50: max(3vw, 2.8rem);--p60: max(3.2vw, 3rem);--p65: max(3.4vw, 3.2rem);--p80: max(6.67vw, 4.4rem);--p90: max(5.29vw, 5rem);--p96: max(6.87vw, 5.5rem);--p120: max(6.47vw, 7rem);--p140: max(7.47vw, 7rem)}}*,*:before,*:after{box-sizing:inherit}*{letter-spacing:normal}html{font-size:62.5%;box-sizing:border-box}body{font-size:var(--p16);color:var(--bodyColor);line-height:1.4;font-family:var(--bodyFont);font-weight:400;--page-width: 1630px;--page-width2: 1805px;--page-width-full: calc(100% - 4.8rem) ;--header-width: 1250px;margin:0;padding:0;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}ul{padding:0;margin:0}img{max-width:100%;display:block;height:auto}strong{font-weight:500}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--headingFont);color:var(--headingColor);margin:0 0 1rem;font-weight:400;letter-spacing:0;line-height:1.2}h2{line-height:1.12}p{margin:0 0 1rem}p:last-child{margin:0 0 0rem}.page-width{width:100%;max-width:var(--page-width);padding:0 1.5rem;margin:0 auto}.page-width2{width:100%;max-width:var(--page-width2);padding:0 1.5rem;margin:0 auto}.page-width-full{width:100%;max-width:var(--page-width-full);padding:0 0rem;margin:0 auto}.header-width{width:100%;max-width:var(--header-width);padding:0 1.5rem;margin:0 auto}.btn:after,.button:after,.btn:before,.button:before{display:none}.button,.btn{display:inline-flex;gap:1.6rem;align-items:center;justify-content:center;min-width:21.4rem;min-height:5.8rem;padding:.5rem 5.2rem;font-size:var(--p16);font-weight:800;font-family:var(--btnFont);color:var(--btnColor);cursor:pointer;text-align:center;margin-bottom:0;text-transform:uppercase;text-decoration:none;line-height:1;position:relative;z-index:1;transition:.3s ease;background-color:var(--btnBg);border-radius:0rem;border:1px solid var(--btnColor);letter-spacing:.1em;box-shadow:none}.quick-add__submit{min-height:5rem}.button:hover,.btn:hover{color:var(--btnColorHover);background-color:var(--btnBgHover);border-color:var(--btnBgHover)}.btn svg path,.button svg path{fill:currentColor}.button:has(svg),.btn:has(svg){padding:.5rem 2.8rem}.btn svg,.button svg{width:auto;height:1.5rem;transition:.3s ease}.button:hover svg,.btn:hover svg{transform:rotate(52deg)}.btn.btn-dark,.button.btn-dark{background:var(--black2);border-color:var(--black2)!important;color:var(--btnColorHover)}.btn.btn-dark:hover,.button.btn-dark:hover{background:var(--btnBgHover);border-color:var(--btnBgHover)!important;color:var(--btnColorHover)}.btn.line-btn,.button.line-btn{background:#0000;border-color:var(--white);color:var(--btnColor)}.btn.line-btn:hover,.button.line-btn:hover{background:var(--btnBg);border-color:var(--btnBg);color:var(--btnColor)}p:empty,div:empty{display:none}.utility-bar .announcement-bar-slider{color:var(--white);gap:1rem;font-weight:700;padding-block:.5rem;width:100%;max-width:85rem;justify-content:space-between}.announcement-bar-section .utility-bar{background:var(--green)}.utility-bar .announcement-bar-slider *{color:inherit;font-weight:700;font-family:var(--bodyFont);font-size:var(--p16)}.utility-bar .announcement-bar-slider .grid{width:100%;max-width:55.2rem}.header-wrapper .header{padding-inline:1.4rem!important;color:#333;margin:0 auto;padding-block:.5rem!important}.header-wrapper .header>.header__icons{align-items:center;gap:1.6rem;width:100%;justify-content:flex-end;position:relative;padding-bottom:0}.header-wrapper .header>.header__icons .header__icon--cart{width:auto;text-decoration:none;padding-left:1rem;margin-right:-1.5rem}.header-wrapper .header>.header__icons .header__icon{position:relative;color:inherit}.header-wrapper .header .header__icon--cart .svg-wrapper svg.icon path{stroke:unset;fill:currentColor}.header-wrapper .header>.header__icons svg.icon{width:auto;height:2rem;display:flex}.header__icons span.svg-wrapper{width:4.4rem;height:4.4rem}.header-wrapper .header>.header__icons .header__icon--cart .cart-text{font-size:var(--p16);font-weight:700;color:inherit;white-space:nowrap}.header-wrapper .header>.header__icons svg.icon path{stroke:currentColor}.header-wrapper .header>.header__icons .header__icon:after{content:"";position:absolute;width:.2rem;height:2rem;background-color:#333;top:50%;right:-1rem;transform:translateY(-50%);opacity:.3}.header-wrapper .header>.header__icons>.header__icon:last-of-type:after{content:none}.header-wrapper .header nav.header__inline-menu .list-menu{justify-content:flex-start;width:100%;display:flex;gap:clamp(2rem,4.7vw,8rem);row-gap:2rem}.header-wrapper .header nav.header__inline-menu .list-menu .header__menu-item span,.header .header__inline-menu .list-menu .header__menu-item{color:inherit;font-size:var(--p16);text-decoration:none!important;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-size:0% .1rem;background-repeat:no-repeat;transition:background-size .3s,background-position 0s .3s;padding:0 0 .1rem;margin-top:.1rem;font-weight:700;font-family:var(--bodyFont);letter-spacing:.05em;text-transform:uppercase}.header .header__inline-menu .list-menu .header__menu-item:hover{background-position:100% 100%;background-size:100% .1rem}.header .header__inline-menu .list-menu .header__menu-item:hover span{text-decoration:none!important}.header .header__inline-menu .list-menu .header__menu-item .icon{position:unset;margin-left:.5rem;margin-top:4px}.header .header__inline-menu .list-menu .header__menu-item span{letter-spacing:inherit}.header-wrapper .header .header__inline-menu{margin:0}.header-wrapper .header nav.header__inline-menu .list-menu.header__submenu{flex-direction:column;gap:.5rem;align-items:flex-start;padding:2rem 1.6rem;width:23rem;color:var(--black);left:-2rem;top:3rem;--duration-default: .4s;background-color:#f3f3f359;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-wrapper .header nav.header__inline-menu .list-menu.header__submenu li{transition:opacity .12s ease-in-out;opacity:0}.header-wrapper .header nav.header__inline-menu details[open] .list-menu.header__submenu li{opacity:1;transform:translateY(0)}.header__search .search-modal{position:absolute;width:100vw;left:50%;transform:translate(-50%);animation:none!important}.header-wrapper .header>.header__icons:has(.header__search details[open=true]){position:unset}body.overflow-hidden{display:block!important}header.header .header__icons .disclosure svg{width:1rem!important;height:1rem!important;color:#333}header.header .header__icons .disclosure__link{align-items:center}.index_banner_wrapper{position:relative}.index_banner_wrapper .banner_img img{width:100%}.index_banner_wrapper .home_banner_innerwrap{position:absolute;left:0;bottom:var(--padding-80);width:100%}.index_banner_cont_inner{color:var(--white);max-width:85rem}.common-subheading{font-size:var(--p24);font-weight:700;font-family:var(--bodyFont);text-transform:uppercase;letter-spacing:.12em;color:var(--bodyColor)}.banner-heading{font-size:var(--p65);font-weight:400;text-transform:capitalize;margin:0 0 2.5rem;color:inherit}.index_banner_cont_inner .common-subheading{color:inherit}.index_banner_cont_inner .button{border-color:var(--btnBg)}.index_banner_cont_inner .button:hover{border-color:var(--btnBgHover)}.common-heading{font-size:var(--p50);font-weight:400;margin:0 0 2.2rem}.splide__arrows .splide__arrow{width:6.6rem;height:6.6rem;border:1px solid #dcdcdc;background:#fff;opacity:1!important;color:var(--black);left:-3.5rem;transition:.3s ease}.splide__arrows .splide__arrow:hover{background:var(--btnBgHover);color:var(--white)}.splide__arrows .splide__arrow svg{width:auto;height:1.3rem;fill:inherit}.splide__arrows .splide__arrow.splide__arrow--next{left:auto;right:-3.5rem}.slider-padding{padding-inline:4.5rem!important}.splide__arrows .splide__arrow[disabled]{color:#0003}.splide__arrows .splide__arrow[disabled]:hover{color:#cdcdcd}.featured-categories__slide .img-wrapper{position:absolute;width:100%;height:100%;top:0;left:0}.featured-categories__slide{position:relative;padding-bottom:139%;color:var(--white);overflow:hidden}.featured-categories__slide .img-wrapper img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover;object-position:center;transition:.3s ease;will-change:transform}.featured-categories__slide .btn-wrapper{position:absolute;bottom:0;left:0;padding:2.5rem 2.7rem;width:100%;height:100%;display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-end;z-index:0}.featured-categories__slide .btn-wrapper .arrow-btn:after{content:"";background:linear-gradient(0deg,#363636 13.75%,#0000 43.59%);opacity:.4;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1}.featured-categories__slide .btn-wrapper .arrow-btn{color:inherit;text-decoration:none;font-size:var(--p30);font-family:var(--headingFont);font-weight:500;width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:3rem;line-height:1.2}.featured-categories__slide .btn-wrapper .arrow-btn svg{width:auto;height:1.3rem}.featured-categories__slide:hover .img-wrapper img{transform:scale(1.04)}.scroll-slider .flex-box{display:flex;gap:4.4rem;flex-wrap:wrap}.scroll-slider .flex-box .offer-sec{width:100%;max-width:calc(44% - 2.2rem);position:relative;padding-bottom:50%;overflow:hidden}.scroll-slider .flex-box .main-grid-col{width:100%;max-width:calc(56% - 2.2rem)}.scroll-slider .flex-box .offer-sec .bnrcontent{position:absolute;bottom:0;left:0;width:100%;padding:var(--padding-50);color:var(--white);z-index:1}.scroll-slider .flex-box .offer-sec .offer-img{position:absolute;width:100%;height:100%;top:0;left:0}.scroll-slider .flex-box .offer-sec .offer-img img{width:100%;height:100%;position:absolute;object-fit:cover;left:0;transition:.3s ease}.scroll-slider .flex-box .offer-sec:after{content:"";background:linear-gradient(0deg,#363636 13.75%,#0000 92.56%);opacity:.6;width:100%;height:38rem;position:absolute;bottom:0;left:0}.offer-heading{font-size:var(--p50);color:inherit;margin:0 0 2rem;text-transform:capitalize}.offer-sec .button{border-color:var(--btnBg)}.offer-sec .button:hover{border-color:var(--btnBgHover)}.scroll-slider .flex-box .offer-sec:hover .offer-img img{transform:scale(1.03)}.card-wrapper .card .card__inner:before{padding-bottom:150%}.card-wrapper .card .card__content .price s.price-item{font-size:inherit;color:inherit;margin-right:2.5rem;text-decoration-thickness:1px}.card-wrapper .card>.card__content{display:flex;flex-direction:column;justify-content:space-between}.scroll-slider .card-wrapper .card>.card__content{padding-top:1.4rem}.scroll-slider .flex-box .main-grid-col .splide__track{height:100%}.card-wrapper .card>.card__content .quick-add{margin:0}.card-wrapper .card .card__heading a{font-size:var(--p20);font-family:var(--headingFont);text-decoration:none!important;color:var(--headingColor);font-weight:400;line-height:1.5}.card-wrapper .card .card__content .price{color:var(--bodyColor);font-size:var(--p20);font-weight:500;font-family:var(--bodyFont)}.dual-grid{display:flex}.dual-grid>div{width:100%;max-width:50%;position:relative;overflow:hidden}.dual-grid>div .image-card__img{transition:.3s ease;width:100%}.dual-grid>div:hover .image-card__img{transform:scale(1.03)}.dual-grid>div .image-card__content{position:absolute;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;color:var(--white);padding:var(--padding-60);bottom:0}.dual-grid>div .image-card__content .image-card__title{text-align:center}.dual-grid>div:after{content:"";background:linear-gradient(0deg,#363636 13.75%,#0000 92.56%);opacity:.6;width:100%;height:100%;position:absolute;bottom:0;left:0;max-height:46.3rem;pointer-events:none}.image-card__btn{color:inherit;text-decoration:underline;text-underline-offset:.3rem;text-decoration:none;border-bottom:1px solid #fff;font-weight:800;font-size:var(--p16);letter-spacing:.15em}.image-card__btn svg{transition:.3s ease}.image-card__btn:hover svg{position:relative;transform:translate(5px)}.splide__slide .featured_swiper_slide{height:100%}.section-header-wrapper{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.section-header-wrapper .common-heading{margin:0}.section-header-wrapper:has(.all-btn) .common-heading{margin:0}.collection__view-all .button{margin-top:0!important}.collection .splide__arrows .splide__arrow{top:40%}.banner_content_main .banner_content_wrapper{position:relative}.banner_content_wrapper .home_banner_innerwrap{position:absolute;top:17%;right:0;width:100%;max-width:100%;padding-right:calc(50% - var(--page-width2) / 2)}.banner_content_wrapper .home_banner_innerwrap .banner_content{max-width:64rem;margin-right:0}.banner_content_wrapper .home_banner_innerwrap .index_banner_cont_inner{color:var(--bodyColor)}.banner_content_wrapper .home_banner_innerwrap .common-subheading{font-size:var(--p35);letter-spacing:.05em;font-weight:400;color:var(--bodyColor2)}.banner_content_wrapper .home_banner_innerwrap .index_banner_cont_inner .banner-heading{color:var(--headingColor);margin:0 0 1rem}.btn--holder{margin:3rem 0 0}.blog .blog__posts{--grid-desktop-vertical-spacing: 2.3rem;--grid-desktop-horizontal-spacing: 2.3rem;--grid-mobile-vertical-spacing: 1.6rem;--grid-mobile-horizontal-spacing: 1.6rem}.article-card-wrapper.card-wrapper .card .card__inner:before{padding-bottom:78.2%}.article-card-wrapper .card .card__content{text-align:center}.circle-divider{font-size:var(--p16);font-weight:600;letter-spacing:.12em;color:#8e8e8e;font-family:var(--bodyFont)}.circle-divider *{letter-spacing:inherit}.article-card-wrapper .card .card__content .card__information{max-width:44rem;margin:0 auto}.article-card-wrapper .article-card__excerpt{display:none}.article-card-wrapper .read-morebtn a{color:var(--black);text-decoration:underline!important;text-underline-offset:.3rem;text-decoration-thickness:.2rem!important;border-bottom:1px solid #fff;font-weight:800;font-size:var(--p16);letter-spacing:.15em;margin-top:1rem;text-transform:uppercase}.community-main-wrap{padding-block:var(--padding-110);background:#f8f7f5;padding-inline:var(--padding-80)}.review-card{border:1px solid #DFD2D4;border-radius:.8rem;padding:var(--padding-40);height:100%;background:#fff;display:flex;flex-direction:column;justify-content:space-between}.review-card .review-stars{color:var(--green);max-width:max-content;font-size:16.6px;margin-bottom:2.4rem;line-height:1}.review-card .review-text{padding-bottom:3.6rem;border-bottom:1px solid #DFD2D4}.review-card .review-footer{margin-top:3rem}.review-card .review-footer{display:flex;justify-content:space-between;gap:2rem}.review-card .review-footer .review-name{flex:0 0 auto;font-size:var(--p16);font-weight:700;color:var(--green);padding-right:2rem;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0C2.69173 0 0 2.69173 0 6C0 9.30827 2.69173 12 6 12C9.30827 12 12 9.30827 12 6C12 2.69173 9.30827 0 6 0ZM9.35338 4.42105L5.5188 8.22556C5.29323 8.45113 4.93233 8.46616 4.69173 8.2406L2.66165 6.39098C2.42105 6.16541 2.40601 5.78947 2.61654 5.54887C2.8421 5.30827 3.21804 5.29323 3.45865 5.5188L5.06767 6.99248L8.49624 3.56391C8.73684 3.32331 9.11278 3.32331 9.35338 3.56391C9.59398 3.80451 9.59398 4.18045 9.35338 4.42105Z' fill='black'/%3E%3C/svg%3E%0A");background-size:1.2rem 1.2rem;background-repeat:no-repeat;background-position:top .6rem right}.review-card .review-footer .review-product{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.custom-arrows [aria-label=Previous]{transform:rotate(180deg)}.index-blog .slider-buttons .slider-button,.custom-arrows [aria-label]{width:5.4rem;height:5.4rem;border:1px solid #DFDEDB;background:#f2e1c7;opacity:1!important;color:var(--black);padding:0;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:.3s ease;cursor:pointer}.custom-arrows [aria-label]:hover{background:#fff}.custom-arrows [aria-label] svg{width:auto;height:1.2rem}.custom-arrows{display:flex;gap:1rem}.slider-buttons{gap:1rem}.index-blog .slider-buttons .slider-counter{display:none}.index-blog .slider-buttons .slider-button .icon{height:1rem}.feature-icons-section-main{background-color:#f2e1c7}.feature-icons-wrapper{padding-block:var(--padding-60);display:flex;justify-content:center;flex-wrap:wrap;--gap: 0rem;--count: 4;gap:var(--gap);row-gap:3rem}.feature-icons-wrapper .feature-item{width:100%;max-width:calc((100% / var(--count)) - (var(--gap) - (var(--gap) / var(--count))));display:flex;flex-direction:column;align-items:center;gap:2rem;position:relative;padding:3.2rem 2rem;text-align:center}.feature-icons-wrapper .feature-item .feature-icon img{width:auto;height:6rem}.feature-icons-wrapper .feature-item .title-wrapper{margin:0}.feature-icons-wrapper .feature-item .title-wrapper .feature-title,.feature-icons-wrapper .feature-item .title-wrapper .feature-title *{font-size:var(--p24);font-family:var(--headingFont);color:var(--black);text-decoration:none;margin:0;line-height:1.5}.feature-icons-wrapper .feature-item:nth-child(n+2):after{content:"";height:100%;width:2px;background:#acacac;position:absolute;top:50%;left:0;transform:translateY(-50%);display:block}.feature-icons-wrapper .feature-item:nth-child(4n+1):after{display:none}.feature-icons-wrapper .feature-item .feature-text{font-size:var(--p18);color:#000;margin-top:1rem}footer.footer{border:none;padding-block:var(--padding-100) 2.5rem;background:var(--green);color:var(--white)}.footer .footer__blocks-wrapper{display:grid!important;grid-template-columns:1fr .4fr .5fr .9fr;gap:clamp(3rem,5.5vw,10rem);row-gap:4rem!important}.footer .footer__blocks-wrapper .footer-block{width:100%;max-width:100%;margin:0}.footer .footer__content-top .footer__blocks-wrapper .footer-block .footer-block__heading,.footer .footer__content-top .footer-block__newsletter h3{font-weight:500;font-size:var(--p20);font-family:var(--headingFont);line-height:1;color:inherit;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.04em;text-align:left}.footer .footer__blocks-wrapper .footer-block__details-content li{margin:0}.footer-block .footer-block__details-content .list-menu__item{font-family:var(--bodyFont);font-style:normal;font-weight:500;font-size:var(--p16);line-height:1.2;color:inherit;background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-size:0% .1rem;background-repeat:no-repeat;transition:background-size .3s,background-position 0s .3s;padding-bottom:.1rem;margin-bottom:2.2rem;padding-top:0;width:100%;max-width:max-content;text-decoration:none!important;text-transform:uppercase;letter-spacing:.04em}.footer-block .footer-block__details-content .list-menu__item:hover,.footer-block .footer-block__details-content .list-menu__item.list-menu__item--active{background-position:100% 100%;background-size:100% .1rem;text-decoration:none;color:inherit}.footer-block__brand-info .footer__column--info{align-items:flex-start;margin-top:1rem}.footer-block__details-content .common_info_block{color:inherit;display:flex;align-items:flex-start;justify-content:flex-start;gap:.8rem;line-height:1.3;margin-bottom:3rem}.footer-block__details-content .common_info_block .svg-wrapper{flex:0 0 auto;margin-top:0;width:auto;height:1.6rem}.footer .footer__blocks-wrapper .footer-block__details-content li .inner-info,.footer .footer__blocks-wrapper .footer-block__details-content li .inner-info *{color:inherit;text-decoration:none;line-height:1;background-image:linear-gradient(CurrentColor,CurrentColor);background-position:0 100%;background-size:0% 1px;background-repeat:no-repeat;transition:background-size .3s,background-position 0s .3s;padding-bottom:2px;margin-bottom:0;padding-top:0;width:100%;max-width:max-content;font-family:var(--bodyFont);font-size:var(--p16)}.footer .footer__blocks-wrapper .footer-block__details-content li .inner-info a:hover{background-position:100% 100%;background-size:100% 1px}.footer .footer__blocks-wrapper .footer-block__details-content li .inner-info{margin-bottom:2.2rem}.footer-block__newsletter .newsletter-subtext{text-align:left}.footer-block__newsletter .footer__newsletter{max-width:100%;margin-top:2rem}.footer-block__newsletter .footer__newsletter .newsletter-form__field-wrapper{max-width:100%}.footer-block__newsletter .newsletter-form__field-wrapper .field{flex-direction:column;gap:1.6rem}.footer-block__newsletter .newsletter-form__field-wrapper .field:before,.footer-block__newsletter .newsletter-form__field-wrapper .field:after{display:none}.footer-block__newsletter .newsletter-form__field-wrapper .field__label{display:none}.footer-block__newsletter .newsletter-form__field-wrapper .newsletter-form__button{position:unset;transform:none;background-color:var(--btnBg)!important;max-width:100%;width:100%;display:inline-flex;gap:1.6rem;align-items:center;justify-content:center;min-height:6.4rem;padding:.5rem 5.2rem;font-size:var(--p16);font-weight:800;font-family:var(--btnFont);color:var(--btnColor);cursor:pointer;text-align:center;margin-bottom:0;text-transform:uppercase;text-decoration:none;line-height:1;position:relative;z-index:1;transition:.3s ease;border-radius:0rem;border:1px solid var(--white);letter-spacing:.1em;box-shadow:none}.footer-block__newsletter .newsletter-form__field-wrapper .field input::placeholder{font-size:1.6rem;font-family:var(--bodyFont);color:#fff;opacity:.5}.footer-block__newsletter .newsletter-form__field-wrapper .field input{font-size:1.6rem;font-weight:400;font-family:var(--bodyFont);color:var(--white);letter-spacing:0;display:block;width:100%;padding:1rem 7rem 1rem 2.6rem;min-height:6.4rem;background-color:#688c90;border:1px solid #688C90;transition:.3s ease;line-height:1;background-repeat:no-repeat;background-position:right 2rem center;background-size:2.5rem;margin:0;height:auto;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9592 10.8301L11.2841 12.5108C10.6049 13.1924 9.40973 13.2071 8.71578 12.5108L7.04066 10.8301L1.02441 16.8659C1.24836 16.9694 1.49527 17.0312 1.75777 17.0312H18.2421C18.5046 17.0312 18.7515 16.9695 18.9754 16.8659L12.9592 10.8301Z' fill='white'/%3E%3Cpath d='M18.2422 2.96875H1.75781C1.49531 2.96875 1.2484 3.03055 1.02453 3.1341L7.45332 9.58422C7.45375 9.58465 7.45426 9.58473 7.45469 9.58516C7.45495 9.58544 7.45513 9.58579 7.4552 9.58617L9.54555 11.6834C9.76758 11.9055 10.2325 11.9055 10.4545 11.6834L12.5445 9.58652C12.5445 9.58652 12.545 9.58559 12.5454 9.58516C12.5454 9.58516 12.5463 9.58465 12.5468 9.58422L18.9754 3.13406C18.7515 3.03047 18.5047 2.96875 18.2422 2.96875ZM0.186953 3.95359C0.0710937 4.18789 0 4.44797 0 4.72656V15.2734C0 15.552 0.0710156 15.8121 0.186914 16.0464L6.21359 10.0002L0.186953 3.95359ZM19.813 3.95352L13.7864 10.0002L19.813 16.0465C19.9289 15.8122 20 15.5521 20 15.2734V4.72656C20 4.44789 19.9289 4.18781 19.813 3.95352Z' fill='white'/%3E%3C/svg%3E%0A")}.footer-block__newsletter .newsletter-form__field-wrapper input:focus{box-shadow:none;outline:none}.footer .footer__content-bottom{border:none}.footer .footer__content-bottom .footer__content-bottom-wrapper--center{max-width:var(--page-width2);display:flex;flex-direction:column}.footer .footer__content-bottom .footer__list-social{justify-content:center;padding-top:2.4rem;gap:clamp(2rem,2.66vw,5rem)}.footer .footer__content-bottom .footer__copyright{padding:1.5rem 0;border-top:1px solid #829799;border-bottom:1px solid #829799;font-size:var(--p16)}.footer .footer__content-bottom .footer__copyright .copyright__content{font-size:var(--p16);font-family:var(--bodyFont);font-weight:400;color:inherit;text-transform:capitalize}.footer .footer__content-bottom .footer__copyright .list-unstyled li:before{content:"";width:1px;height:12px;background:#fff;padding:0;margin:0 6px}.footer .footer__content-bottom .footer__copyright a:hover{color:inherit}.footer .footer__content-bottom .footer__list-social a{padding:0;color:inherit}.footer .footer__content-bottom .footer__list-social a svg{width:2rem;height:2rem}.footer .list-payment{justify-content:left}.inner-banner-wrap .bg-overlay-sec{position:relative}.inner-banner-wrap .bg-overlay-sec img{width:100%;object-fit:cover;object-position:center}.inner-banner-wrap .inner-banner-info{position:relative}.inner-banner-wrap .inner-banner-info .info-wrapper{position:absolute;bottom:var(--padding-80);width:100%;z-index:1;color:var(--white)}.inner-banner-wrap .bg-overlay-sec:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#4d5151,#4d515100 66.74%)}.inner-banner-info .common-subheading{color:inherit}.faq-block{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.faq-block .faq-col{display:flex;flex-direction:column;gap:3rem}.faq-col .faq-item{border:1px solid #DFD2D4;border-radius:.8rem;padding:1rem 1rem 1rem 2.5rem}.faq-col .faq-item .answer{margin:1.5rem 0 2.2rem;display:none!important}.faq-col .faq-item.active .answer{display:block!important}.faq-col .faq-item .question{position:relative;padding-right:6rem;padding-block:1rem;background-repeat:no-repeat;background-position:right 2px;background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 0.5C38.531 0.5 49.5 11.469 49.5 25C49.5 38.531 38.531 49.5 25 49.5C11.469 49.5 0.5 38.531 0.5 25C0.5 11.469 11.469 0.5 25 0.5Z' fill='%23F2E1C7' stroke='%23DFDEDB'/%3E%3Cpath d='M19 22L25 28L31 22' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");cursor:pointer;background-size:5rem}.faq-col .faq-item h2{text-transform:capitalize;font-size:var(--p30);font-weight:400;margin:0}.faq-col .faq-item.active .question{background-image:url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 0.5C38.531 0.5 49.5 11.469 49.5 25C49.5 38.531 38.531 49.5 25 49.5C11.469 49.5 0.5 38.531 0.5 25C0.5 11.469 11.469 0.5 25 0.5Z' fill='%23F2E1C7' stroke='%23DFDEDB'/%3E%3Cpath d='M13 25C13 31.6274 18.3726 37 25 37C31.6274 37 37 31.6274 37 25C37 18.3726 31.6274 13 25 13C18.3726 13 13 18.3726 13 25Z' fill='%23F2E1C7'/%3E%3Cpath d='M19 28L25 22L31 28' stroke='black' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.faq-col .faq-item .answer .txt,.faq-col .faq-item .answer .txt a{font-size:var(--p16);color:var(--bodyColor);font-family:var(--bodyFont)}.faq-col .faq-item .answer .txt a{text-decoration:underline;text-underline-offset:.3rem}.faq-details-inner .top-info{margin:0 0 5rem}.cart-count-bubble{left:auto;right:5px;top:auto;bottom:6px;font-family:var(--bodyFont);font-size:1rem;font-weight:500;background:var(--green);line-height:1}.contact-main-wrap{display:flex;gap:5rem;align-items:center;flex-wrap:wrap}.contact-main-wrap .contact-img{width:100%;max-width:calc(53% - 2.5rem)}.contact-main-wrap .contact-form-wrap{width:100%;max-width:calc(47% - 2.5rem)}.contact-main-wrap .contact-img img{max-width:100%}.contact-form-wrap .field:after,.contact-form-wrap .field:before{display:none}.contact-main-wrap .field{margin-bottom:3rem}.contact-form-wrap .field .field__input{border-bottom:1px solid #C6C6C4;min-height:6.4rem;padding:1rem 0;padding-left:0;font-size:var(--p24);font-family:var(--headingFont);color:var(--headingColor);font-weight:400;background:transparent}.contact-form-wrap .field .field__label{display:none}.contact-form-wrap .field .field__input::placeholder{font-size:var(--p24);font-weight:400;font-family:var(--headingFont);color:var(--headingColor);opacity:1}.contact-form-wrap .field textarea.text-area{min-height:12rem}.contact-form-wrap .button{background:var(--btnBgHover);color:var(--btnColorHover);border-color:var(--btnBgHover)}.contact-form-wrap .button:hover{border-color:var(--btnColor);background:var(--btnBg);color:var(--btnColor)}.contact-form-wrap .field .field__input:focus-visible{outline:none;box-shadow:none}.contact-main{background:#f8f7f5;padding-block:var(--padding-100)}product-info{padding-block:var(--padding-90) var(--padding-100)!important}product-info .page-width{max-width:180.5rem}@media only screen and (min-width: 768px){.product .product__media-wrapper{max-width:54.4%!important;width:100%!important}.product .product__info-wrapper{max-width:45.6%!important;padding:3.9rem 0 0 3.8rem!important;width:100%!important}}.product .product__info-wrapper ul li.slider__slide{width:44%!important}.product .product__media-wrapper .product__media{padding-top:90.5%!important}.product .product__media-wrapper .product__column-sticky{padding-top:95%;overflow:hidden}.product .product__media-wrapper .thumbnail-slider{position:absolute;top:0;transform:rotate(90deg);width:95%;left:calc(21% - .8rem);transform-origin:top left;gap:2.4rem}.product .product__media-wrapper slider-component:not(.thumbnail-slider){position:absolute;top:0;left:0;width:100%;max-width:100%;padding-left:calc(20.9% + 1rem);height:100%}.product .product-media-container.constrain-height.media-fit-contain{width:100%}.thumbnail-slider .thumbnail-list.slider--tablet-up{padding:0!important}.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{transform:rotate(-90deg);width:calc(25% - .8rem)!important}.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide:before{padding-bottom:100%}.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide .thumbnail{border-radius:0}.product--thumbnail_slider .slider-mobile-gutter .slider-button{padding:0;z-index:1;width:5.7rem;height:5.7rem;border:1px solid var(--black);background-color:var(--white);border-radius:50%;opacity:1;transition:all .3s;color:var(--black)}.product--thumbnail_slider .slider-button[disabled] .icon{color:currentColor}.product--thumbnail_slider .slider-mobile-gutter .slider-button.slider-button--next svg{transform:rotate(270deg)}.product--thumbnail_slider .slider-mobile-gutter .slider-button.slider-button--prev svg{transform:rotate(270deg)}.product--thumbnail_slider .slider-mobile-gutter .slider-button:focus,.product--thumbnail_slider .slider-mobile-gutter .slider-button:hover{color:var(--white)!important;background:#426f74;border-color:#426f74}.thumbnail[aria-current]{box-shadow:none!important;border-color:0!important;border:0!important;opacity:.5}.product__info-wrapper .product__info-container{max-width:100%}.product__info-wrapper .badge{background:#f8f7f5;font-size:var(--p20);font-weight:500;color:#4e4e4e;border:none;padding:1rem 1.2rem;border-radius:0}.product__info-wrapper .product__title h1{font-size:clamp(3.5rem,2.632vw,5rem);line-height:1.2;width:100%}.product__info-wrapper .price{display:flex;align-items:center;flex-wrap:wrap}.product__info-wrapper .price .price-item{font-size:var(--p24)!important;font-weight:500!important;color:#4e4e4e!important;line-height:1.1!important;letter-spacing:0!important}.product__info-wrapper .product-popup-modal__opener{margin:0}.product__info-wrapper .product-popup-modal__opener button{color:#426f74;text-transform:uppercase;font-weight:800;letter-spacing:.15em;text-underline-offset:.3rem!important;text-decoration-thickness:.1rem!important}.product__info-wrapper .installment,.product__info-wrapper .product__tax{font-size:var(--p20);color:var(--black);font-weight:400;font-family:var(--headingFont)!important;margin:0;line-height:1;letter-spacing:0}.product__info-wrapper .product__tax a{text-decoration:none;color:currentColor;font-family:inherit}.product-form__input .form__label{padding-left:0;color:#000;font-size:var(--p30);letter-spacing:0;text-transform:capitalize;font-weight:400;font-family:var(--headingFont)}.product .product__media-wrapper .product__column-sticky>slider-component:only-of-type{padding-left:0}variant-selects fieldset{max-width:100%!important;border-bottom:.1rem solid rgb(0 0 0 / 10%)!important;padding-bottom:3.2rem!important}.product-form__input--pill input[type=radio]+label{background:#fff!important;border:1px solid #00000040!important;min-width:6.8rem!important;min-height:4.2rem!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:var(--p18)!important;color:#4e4e4e!important}.product-form__input--pill input[type=radio]:checked+label{background:#426f74!important;border-color:#426f74!important;color:#fff!important}.qnty-cart{display:grid;grid-template-columns:25.5% auto;align-items:end;gap:2rem;margin-bottom:5rem!important}.qnty-cart .quantity:after,.qnty-cart .quantity:before{display:none}.qnty-cart .quantity{width:100%;height:6.1rem;border:1px solid #00000040}.quantity__input{background:none!important;box-shadow:none!important;outline:none!important;color:#4e4e4e!important;font-family:var(--bodyFont)!important;font-size:var(--p18)!important}.qnty-cart .product-form__buttons{max-width:100%;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:1rem}.qnty-cart .quantity__button .svg-wrapper{width:1.5rem}.qnty-cart .product-form__input,.product__info-container .qnty-cart .product-form,.qnty-cart .product-form__buttons .product-form__submit{margin:0}.qnty-cart .product-form__buttons button{height:6.1rem!important;background:#426f74;color:var(--white);font-weight:800;border-color:transparent}.qnty-cart .product-form__buttons button span{letter-spacing:0.15em}.qnty-cart .product-form__buttons .shopify-payment-button{height:6.1rem!important}.qnty-cart .product-form__buttons .shopify-payment-button shop-pay-wallet-button gravity-button,.qnty-cart .product-form__buttons .shopify-payment-button shop-pay-wallet-button,.qnty-cart .product-form__buttons .shopify-payment-button{min-height:6.1rem!important;display:block}.qnty-cart #more-payment-options-link{margin:0;color:#426f74;font-size:1.6rem;font-weight:800;text-transform:uppercase;letter-spacing:0.05em;text-align:right}.qnty-cart .quantity__rules-cart span{display:none}.accordion summary{padding:2.5rem 0!important}.accordion__title{font-size:var(--p30);font-family:var(--headingFont)}.accordion .summary__title+.icon-caret{height:1rem!important;top:50%;transform:translateY(-50%)}.product .product__media-wrapper .product__column-sticky>slider-component:only-of-type .product__media{padding-top:73.5%!important}product-recommendations .heading-wrapper .splide__arrow{position:static;transform:none}product-recommendations .related-products__heading{margin-bottom:3.7rem;font-size:var(--p50);font-weight:400;text-align:center;text-transform:capitalize}.product_tap_sec{background:#f8f7f5;padding-block:var(--padding-100)}.product-tabs .tabs-header{border-bottom:1px solid #00000026;display:flex;flex-wrap:nowrap;gap:4rem;margin-bottom:3.2rem;overflow-x:auto;white-space:nowrap}.product-tabs .tabs-header .tab-button{background:none;border:none;outline:none;color:var(--black);font-size:var(--p40);letter-spacing:0;font-weight:400;position:relative;font-family:var(--headingFont);padding-bottom:2rem;line-height:1.1;cursor:pointer}.product-tabs .tabs-header .tab-button:after{content:"";left:50%;transform:translate(-50%);position:absolute;width:0;height:.5rem;bottom:0;opacity:0;background:#000;transition:.3s ease}.product-tabs .tabs-header .tab-button:hover:after,.product-tabs .tabs-header .tab-button.active:after{width:100%;opacity:1}.product-tabs .tabs-content .tab-content{display:none}.product-tabs .tabs-content .tab-content.active{display:block}.product-tabs .tab-content p{line-height:1.5;margin-bottom:2rem}.product-tabs .tab-content ul{list-style:none;column-count:2;max-width:89.7rem;width:100%;margin-top:2rem;margin-bottom:2rem}.product-tabs .tab-content ul li{font-weight:500;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_355_2557)'%3E%3Cpath d='M12 0C5.3832 0 0 5.3832 0 12C0 18.6168 5.3832 24 12 24C18.6168 24 24 18.6168 24 12C24 5.3832 18.6168 0 12 0ZM12 21.8182C6.58618 21.8182 2.18182 17.4137 2.18182 12C2.18182 6.58625 6.58618 2.18182 12 2.18182C17.4138 2.18182 21.8182 6.58625 21.8182 12C21.8182 17.4137 17.4137 21.8182 12 21.8182Z' fill='%234E4E4E'/%3E%3Cpath d='M16.4995 7.75736L10.3284 13.9285L7.49999 11.1C7.07402 10.6741 6.38326 10.674 5.95722 11.1C5.53119 11.526 5.53119 12.2167 5.95722 12.6427L9.55693 16.2426C9.7615 16.4472 10.039 16.5621 10.3283 16.5622H10.3284C10.6177 16.5622 10.8951 16.4472 11.0997 16.2427L18.0423 9.30019C18.4684 8.87416 18.4684 8.18347 18.0423 7.75743C17.6163 7.33139 16.9256 7.33132 16.4995 7.75736Z' fill='%234E4E4E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_355_2557'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:left center;background-size:20px;padding-left:3rem}.product-tabs .tab-content ul li:not(:last-child){margin-bottom:1.6rem}.product-tabs .tab-content h3{font-size:var(--p30);color:#000;font-weight:400;font-family:var(--headingFont);margin-top:2rem}.product-tabs .tab-content em{font-style:normal}.product-tabs .tab-content strong{font-weight:400}product-info .product .grid__item.product__media-wrapper .product__media{padding-top:122%!important}.quick-add-modal__content-info>product-info{padding:0!important}.quick-add-modal__content .product .product__media-wrapper slider-component:not(.thumbnail-slider){position:static;padding:0;height:auto}.quick-add-modal__content .product .product__media-wrapper .product__column-sticky{position:static;padding:0}.quick-add-modal__content .qnty-cart,.quick-add-modal__content .qnty-cart .product-form__buttons{grid-template-columns:1fr}@media only screen and (max-width: 990px){.quick-add-modal__content .product .product__media-wrapper,.quick-add-modal__content .product .product__info-wrapper{max-width:100%!important}}.product__info-wrapper .jdgm-widget{margin-bottom:1rem}.product__info-wrapper .jdgm-preview-badge .jdgm-star{color:#000}.product__info-wrapper .jdgm-prev-badge__text{color:#000;font-size:var(--p18);margin-left:2rem;text-decoration:underline}product-recommendations{padding-block:var(--padding-100)!important}product-recommendations ul li{max-width:100%!important}product-recommendations .splide__arrow{top:38%}.custom-gallery{padding:var(--padding-100) 0}.gallery-item img{width:100%;transition:transform .3s ease;min-height:25.5rem;object-fit:cover}.gallery-item:hover img{transform:scale(1.025)}.custom-gallery .page-width{max-width:1805px}.gallery-wrapper{display:grid;grid-template-columns:auto 38.77% auto;gap:3rem;align-items:flex-start}.gallery-column{display:flex;flex-direction:column;gap:3rem}.gallery-column .gallery-item{overflow:hidden}.gallery-button{margin-top:5rem}.gallery-button .btn{min-width:16.8rem;padding:1rem}body.template-blog .inner-banner-wrap .bg-overlay-sec:after{background:none}.main-blog{padding-block:var(--padding-100)!important}.main-blog .title--primary{display:none}.main-blog .blog-full{display:flex;flex-wrap:wrap;align-items:flex-start}.main-blog .blog-full .blog-left{max-width:73.8%;width:100%;position:sticky;top:3rem;left:0}.main-blog .blog-full .blog-right{max-width:26.2%;width:100%;padding-left:3rem;position:sticky;top:3rem;left:0}.main-blog .blog-full .blog-left .blog-articles{column-gap:3rem;row-gap:4rem}.blog-full .blog-left .blog-articles .card .card__inner{border-radius:1.5rem!important;overflow:hidden}.article-card-wrapper.card-wrapper .card .card__inner:before{padding-bottom:68.6%}.blog-articles .card-wrapper .card>.card__content .card__information{display:flex;flex-direction:column}.blog-full .article-card-wrapper .card .card__content .card__information{max-width:100%;margin:0;text-align:left;height:100%;padding-bottom:0;padding:2rem 2rem 0}.blog-full .article-card-wrapper .card .card__content .card__information .article-card__info{display:flex;align-items:center;gap:1rem}.blog-full .article-card-wrapper .card .card__content .card__information .article-card__info svg{width:1.6rem;height:1.5rem}.blog-full .article-card-wrapper .card .card__content .card__information .circle-divider{font-weight:400;line-height:1;color:#4e4e4e}.blog-full .card-wrapper .card .card__heading a{font-size:var(--p30)}.blog-full .article-card-wrapper .card .card__content .card__information .read-morebtn{margin-top:auto}.blog-full .article-card-wrapper .read-morebtn a{text-underline-offset:.1rem;text-decoration-thickness:.1rem!important;color:#426f74;position:relative;z-index:1}.blog-right .blog-search-sec .field:after,.blog-right .blog-search-sec .field:before{display:none}.blog-right .blog-search-sec .field{margin-bottom:3rem}.blog-right .blog-search-sec .field .field__label{display:none}.blog-right .blog-search-sec .field .field__input::placeholder{color:#232323;opacity:1}.category_post_wpr .src-wpr{position:relative}.category_post_wpr .src-wpr input{color:#232323;font-size:var(--p20);font-family:var(--bodyFont);height:5.9rem;background:#fff;border:.1rem solid #333333;border-radius:1rem;outline:none;box-shadow:none;padding:.5rem 6rem .5rem 2.4rem;width:100%;position:relative}.category_post_wpr .src-wpr .svg-wrapper{background:#426f74;border-radius:50%;color:var(--white);top:50%;transform:translateY(-50%);right:1.1rem;width:4.8rem;height:4.8rem;position:absolute;cursor:pointer}.category_post_wpr .src-wpr .svg-wrapper svg{width:2rem;height:2rem}.category_post_wpr .src-wpr .svg-wrapper svg path{stroke:currentColor}.blog-right .blog-tag{background:#fff;box-shadow:0 32px 36.3px #0000000f;border-radius:1rem;padding:3.5rem 3.2rem}.blog-right .blog-tag h3{color:var(--black);font-size:var(--p30);margin-bottom:3rem}.blog-tags-list{list-style:none}.blog-tags-list li a{color:#4e4e4e;text-decoration:none;margin-bottom:2rem;display:block;text-transform:capitalize}.main-blog .blog-full .blog-left .card--standard.card--text .card__inner{height:100%}body.template-blog .article-card-wrapper .article-card__excerpt{display:block;margin-top:0;line-height:1.6;margin-bottom:1.5rem;color:#4e4e4e}@media only screen and (min-width: 989px){.blog-right .predictive-search{width:min(50vw,700px);left:auto;right:0;border:1px solid #e5e5e5}}body.template-article .article-template{padding-block:var(--padding-80) 4rem}.article-template .article-template__hero-container,body.template-article .article-template .page-width{max-width:119rem;width:100%}.article-template .article-template__hero-container .article-template__hero-adapt{padding-bottom:0!important;position:static;background:var(--white)}.article-template .article-template__hero-container .article-template__hero-adapt img{position:static;max-width:70rem;margin-inline:auto;width:100%;height:auto}.main_collection_sec .collection_wrp{padding-block:0}.main_collection_sec .collection_wrp .facets-vertical{align-items:flex-start;display:grid;grid-template-columns:20% auto}.main_collection_sec .collection_wrp .facets-vertical .facets__form-vertical{width:100%}.main_collection_sec .facets-vertical .facets-wrapper{padding-top:var(--padding-100);padding-right:0;position:relative}.main_collection_sec .facets-vertical .facets-wrapper:after{content:"";position:absolute;right:0;top:0;width:.1rem;height:200%;background:#0000001a}.facets-container .facets__heading--vertical{color:var(--black);font-size:var(--p26);text-transform:capitalize;font-family:var(--headingFont);margin-bottom:.7rem;line-height:1}.facets-vertical .facets__summary{color:var(--black)!important;font-size:var(--p20)!important;text-transform:capitalize!important;font-family:var(--headingFont)!important;line-height:1;padding-top:3rem!important}.facets__summary:hover .facets__summary-label{text-decoration:none!important}.facets__disclosure-vertical{border-top:none!important;border-bottom:.1rem solid rgba(0,0,0,.1)!important}.facets__disclosure-vertical:last-of-type{border-bottom:none!important}.facets__summary .icon-caret{right:1.4rem!important;margin-top:1rem}.facets-vertical .active-facets-vertical-filter{padding-right:1.4rem;padding-left:2.8rem;align-items:center}.facets-vertical .active-facets-vertical-filter .active-facets__button-wrapper{margin-bottom:0!important}.facets__form-vertical facet-remove{margin-left:2.8rem}.facets__form-vertical .facet-checkbox{gap:1.2rem}.facets__form-vertical .facet-checkbox svg{display:none}.facets__form-vertical .facets-layout-list--text input[type=checkbox]{position:relative!important;width:2rem!important;height:2rem!important;margin:0!important;border:.1rem solid #00000040;top:0!important;left:0!important}.facets__form-vertical .facets-layout-list--text input[type=checkbox]:after{content:"";position:absolute;left:0;right:0;bottom:0;top:0;width:1rem;height:1rem;border-radius:50%;background:var(--black);margin:auto;opacity:0}.facets__form-vertical .facets-layout-list--text input[type=checkbox]:focus:after,.facets__form-vertical .facets-layout-list--text input[type=checkbox][checked]:after{opacity:1}.facet-checkbox .facet-checkbox__text{color:#4e4e4e;font-size:var(--p16);letter-spacing:0;font-family:var(--bodyFont);text-transform:capitalize;font-weight:500}.facets__form-vertical .facets__price .field:after,.facets__form-vertical .facets__price .field:before{display:none!important}.facets__form-vertical .facets__price{flex-direction:column;gap:1.2rem;padding-right:1.4rem!important}.facets__form-vertical .facets__price .field-currency{display:none}.facets__form-vertical .facets__price .field{margin:0!important}.facets__form-vertical .facets__price .field .field__input{outline:none;box-shadow:none;border:.1rem solid #00000040;border-radius:.4rem;min-height:4.4rem;background-image:url("data:image/svg+xml,%3Csvg width='10' height='20' viewBox='0 0 10 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.058 4.904C8.109 3.955 6.439 3.296 4.904 3.254M4.904 3.254C3.078 3.205 1.443 4.032 1.443 6.288C1.443 10.442 9.058 8.365 9.058 12.519C9.058 14.889 7.031 15.907 4.904 15.83M4.904 3.254V0.75M0.75 13.904C1.643 15.094 3.302 15.772 4.904 15.83M4.904 15.83V18.75' stroke='%234E4E4E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:9px;background-repeat:no-repeat;background-position:center right 13px}.facets__form-vertical .facets__disclosure-vertical{padding-left:2.8rem}.collection_wrp .product-grid-container{padding-block:var(--padding-100);padding-left:clamp(3rem,4.526vw,8.6rem)}.facets-vertical .product-grid-container .page-width{padding:0}.facets-vertical .product-grid-container .product-grid{--grid-desktop-vertical-spacing: 5rem;--grid-desktop-horizontal-spacing: 2.4rem}.facets .facets-vertical-form{display:grid;grid-template-columns:1fr 1fr;margin-bottom:3.5rem;align-items:flex-end}.facets .facets-vertical-form .product-count-vertical{margin-left:0;opacity:1}.facets .facets-vertical-form .product-count__text{font-size:var(--p20);color:var(--black);font-family:var(--headingFont);text-transform:capitalize;line-height:1}.facets .facets-vertical-form .facet-filters__label{color:var(--black);font-size:var(--p20);text-transform:capitalize;font-family:var(--headingFont)}.facets .facets-vertical-form .facet-filters__field .select__select{border:1px solid #00000040;min-height:6rem;padding:1rem 2.4rem;outline:none;box-shadow:none;min-width:25.5rem;border-radius:.8rem;font-size:var(--p17);color:#4e4e4e;text-transform:capitalize;letter-spacing:0;font-weight:500}.facets .facets-vertical-form .facet-filters__field .select .svg-wrapper{right:2.4rem;width:1.5rem;height:1rem;top:50%;transform:translateY(-50%)}.facets .facets-vertical-form .facet-filters__field .select .icon-caret{width:100%}.pagination-wrapper .pagination__list{gap:.6rem}.pagination-wrapper .pagination__list>li:not(:last-child){margin-right:0}.pagination-wrapper .pagination__list>li{flex:auto;max-width:max-content;margin:0}.pagination-wrapper .pagination__list .pagination__item:after{display:none}.pagination-wrapper .pagination__list .pagination__item{background:#f8f7f5;width:4rem;height:4rem;font-size:1.4rem;color:var(--black);opacity:1}.pagination-wrapper .pagination__list .pagination__item.pagination__item--current{background:#426f74;color:var(--white)}.pagination-wrapper .pagination__list .pagination__item.pagination__item-arrow{color:#523e37}.pagination-wrapper .pagination__list .pagination__item .icon-caret{height:.8rem;width:1.1rem}body.template-collection .feature-icons-main{padding-top:var(--padding-100)}.cart-item cart-remove-button{margin-left:.4rem!important}cart-remove-button .button{background:#fff!important;border:none!important;min-width:auto!important;min-height:auto!important}cart-remove-button .button svg{transform:none!important}body.template-index .article-card-wrapper .card .card__content .card__information .article-card__info svg{display:none}header.header .header__inline-menu .list-menu li>.mm-submenu{padding:2rem!important}header.header .header__inline-menu .list-menu li>ul.mm-submenu>*{max-width:20%!important;width:100%!important}body.template-product .product-popup-modal__content-info{padding-top:7rem;overflow:auto}body.template-product .product-popup-modal__toggle{right:1rem;position:absolute!important}.template-product-pre-order-product span#preorder-faq-link{cursor:pointer}.shopify-policy__container{max-width:1380px!important;width:100%;padding-block:var(--padding-80);padding-inline:1.5rem!important}.shopify-policy__container .shopify-policy__title{text-align:left;margin-bottom:3rem}.shopify-policy__container .rte *{margin-bottom:1.5rem;word-break:break-all}.shopify-policy__container ul{list-style-position:initial}.shopify-policy__container hr{margin:3rem 0!important}
/*# sourceMappingURL=/cdn/shop/t/9/assets/style.css.map */
