@import"https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";*,:before,:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--white: #FFFFFF;--black: #000000;--dark-bg: #111111;--btn-bg: #D82020;--primary-color: #333333;--body-color: #606060;--field-bg: #F6F6F6;--stroke-color: #E9E9E9;--primary-font: "Exo 2", sans-serif;--secondary-font: "Roboto", sans-serif;--ralewayFont: "Raleway", sans-serif;--page-width: 175rem;--p11: 1.1rem;--p12: 1.2rem;--p14: 1.4rem;--p15: 1.5rem;--p16: 1.6rem;--p18: 1.8rem;--p20: 2rem;--p24: 2.4rem;--p28: 2.8rem;--p55: 5.5rem;--p75: 7.5rem;--p180: 18rem;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semiBold: 600;--font-weight-bold: 700;--font-weight-black: 900;--padding10rem: 10rem;--padding5rem: 5rem;--padding-0: 0;--grid-desktop-vertical-spacing: 3rem;--grid-desktop-horizontal-spacing: 3rem;--grid-mobile-vertical-spacing: 1.5rem;--grid-mobile-horizontal-spacing: 1.5rem}html{font-size:62.5%;box-sizing:border-box;scroll-behavior:smooth}body{font-size:var(--p15);line-height:1.5!important;font-weight:400!important;color:var(--body-color);font-family:var(--secondary-font)!important;letter-spacing:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:var(--primary-color);font-family:var(--primary-font);line-height:1.2;text-transform:inherit;letter-spacing:normal;font-weight:400;margin:0}.headingWrap{color:#333;font-size:clamp(3rem,3vw,5.5rem);font-family:var(--primary-font);font-weight:700;margin-bottom:4rem;text-transform:capitalize}p{margin:0 0 20px}p:last-child{margin-bottom:0}p:empty{display:none}ul,ol{margin:0;padding:0;list-style:none}img{display:block;max-width:100%;height:auto}video,iframe{display:block;width:100%}a{-webkit-transition:all .3s;transition:all .3s}a,a:hover,a:focus{text-decoration:none}:focus,:focus-visible{outline:none!important;box-shadow:none!important}table{width:100%}.btn:not(button,.site-header__cart),.button{padding:1.4rem 3.1rem;background:var(--btn-bg);border:1px solid var(--btn-bg);font-size:var(--p16);color:var(--white);font-weight:var(--font-weight-regular);font-family:var(--primary-font);line-height:1.4;text-transform:capitalize;display:inline-flex;align-items:center;justify-content:center;text-align:center;min-height:4.8px;width:auto;height:auto;border-radius:.5em;box-shadow:none;cursor:pointer;transition:all .3s;-webkit-transition:all .3s;letter-spacing:normal}.btn:not(button,.site-header__cart):hover,.button:hover{background:transparent;color:var(--btn-bg);opacity:1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.btn:not(button,.site-header__cart):before,.btn:not(button,.site-header__cart):after,.button:before,.button:after{display:none}.button .btn-icon,.btn .btn-icon{width:44px;height:44px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;text-align:center;color:#ba8588;margin:-5px -19px -2px 18px}.button .btn-icon svg,.btn .btn-icon svg{width:9px;height:9px}form .field:before,form .field:after{display:none}textarea,textarea.text-area{display:block;font-family:var(--primary-font);height:150px;width:100%;border:1px solid var(--black);background:var(--white);padding:1rem 2rem;margin:0;font-size:16px;color:var(--primary-color);font-weight:400;letter-spacing:normal;box-shadow:none!important;border-radius:0!important;-webkit-transition:ease .45s;transition:ease .45s;resize:none}input[type=text],input[type=password],input[type=url],input[type=tel],input[type=search],input[type=number],input[type=datetime],input[type=email],input[type=date],select{display:block;font-family:var(--primary-font);height:48px;width:100%;border:1px solid var(--black);background:var(--white);padding:1rem 2rem;margin:0!important;font-size:16px;font-weight:400;letter-spacing:normal;color:var(--primary-color);box-shadow:none!important;border-radius:0!important;-webkit-transition:ease .45s;transition:ease .45s}.content-for-layout{padding-bottom:var(--padding10rem)}.mobile{display:none!important}@media only screen and (max-width: 767px){.mobile{display:block!important}.desktop{display:none!important}}.page-width,.page-width-desktop,.container{max-width:var(--page-width);width:95%;margin-left:auto;margin-right:auto;padding-left:1.5rem!important;padding-right:1.5rem!important}@media only screen and (max-width: 1199px){.page-width,.page-width-desktop,.container{--page-width: 100%;max-width:var(--page-width);width:100%}}.header--middle-left{grid-template-areas:"heading navigation icons";grid-template-columns:1fr auto 1fr;column-gap:2rem}.header .header__heading-link{padding:0rem;margin:0}.header--middle-left{grid-template-columns:1fr auto auto}.header__inline-menu .header__menu-item{padding:1.2rem 2.5rem}.header__inline-menu .header__menu-item span{font-family:var(--primary-font);font-size:var(--p18);font-weight:var(--font-weight-regular);line-height:auto;color:var(--primary-color);-webkit-transition:.3s ease-in-out}.header__inline-menu .header__menu-item span.header__active-menu-item{color:var(--btn-bg);text-decoration:none}.header__icons{column-gap:4rem;padding-right:0}.header__icons .cust_header_searchBar{position:relative;padding-right:1.5rem}.header__icons .cust_header_searchBar:after{position:absolute;width:.1rem;height:4rem;top:50%;right:-2.5rem;transform:translateY(-50%);background:var(--stroke-color);content:""}.header__icons .cust_header_searchBar .field{background:var(--field-bg);border-radius:5rem;overflow:hidden;border:none;min-width:27rem}.header__icons .cust_header_searchBar .field .field__label{display:none}.header__icons .cust_header_searchBar .field .field__input::placeholder{opacity:1;color:#4f5052}.header__icons .cust_header_searchBar .field .field__input{background:transparent;border:none;color:var(--body-color);padding:1rem 5.3rem 1rem 2.2rem!important;height:4.4rem;font-family:var(--secondary-font)}.header__icons .cust_header_searchBar .field .field__input:focus{padding:2.2rem 1.5rem .8rem 2rem}.header__icons .header__icon{width:auto;height:auto}.header__icons localization-form,.header__icons .header__icon.header__icon--account{position:relative}.header__icons localization-form:after,.header__icons .header__icon.header__icon--account:after{position:absolute;width:.1rem;height:4rem;top:50%;right:-2.5rem;transform:translateY(-50%);background:var(--stroke-color);content:""}.header__icons .header__icon .svg-wrapper{width:auto;height:auto}.header__icons .header__icon .icon{width:2.2rem;height:2.4rem;color:#333}.header__icons .header__icon--cart .icon{width:2.6rem;height:2.4rem}.header__icons .header__icon--cart .cart-count-bubble{width:1.5rem;height:1.5rem;background-color:var(--btn-bg);bottom:1.1rem;left:1.9rem}.header__icons .header__icon--cart .cart-count-bubble span{color:var(--white);font-size:var(--p11);line-height:1;font-weight:var(--font-weight-regular)}.header__icons .lang-select select{padding:0;border:none;cursor:pointer}.header__icons .lang-select select:hover{text-decoration:underline}.header__icons .lang-select,.main_banner{position:relative}.main_banner .banner_image img{width:100%}.banner__slider .hero-content{position:absolute;top:auto;left:50%;bottom:0;width:100%;max-width:83.6rem;transform:translate(-50%);text-align:center;padding-top:5rem;padding-bottom:10rem}.banner__slider .hero-content .sub-heading{color:var(--white);font-size:var(--p18);text-transform:uppercase;letter-spacing:.5em;line-height:1;margin:0 0 .5rem}.banner__slider .hero-content .banner--heading h2{font-size:clamp(3rem,5vw,var(--p75));line-height:1;font-weight:var(--font-weight-bold);color:var(--white);margin:0 0 2rem}.banner__slider .hero-content .banner--content{color:var(--white);font-size:var(--p15);line-height:1.5;max-width:85%;margin:0 auto 2.5rem}.banner__slider .hero-content .button:hover{color:var(--white);border-color:var(--white)}.indexBannerWrap{position:relative;margin-top:-1px}.indexBannerWrap .mediaWrap{max-width:var(--page-width);width:95%;margin:0 auto;padding:0 1.5rem}@media only screen and (max-width: 1199px){.indexBannerWrap .mediaWrap{--page-width: 100%;max-width:var(--page-width);width:100%}}.index_banner_sec_two .mediaWrap{max-width:100%;padding:0}.indexBannerWrap .indexBannerMain{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.indexBannerWrap .mediaWrap img{width:100%;border-radius:1rem}.index_banner_sec_two .indexBannerWrap .mediaWrap img{border-radius:inherit}.main_banner .splide__pagination{left:auto;right:clamp(4rem,2.5vw,8.3rem);bottom:auto;top:50%;transform:translateY(-50%);flex-direction:column}.main_banner .splide__pagination li .splide__pagination__page{width:.7rem;height:.7rem;border-radius:50%;background:var(--white);margin:1.25rem 0;position:relative;opacity:1}.main_banner .splide__pagination li .splide__pagination__page:before{position:absolute;width:2.4rem;height:2.4rem;transform:translate(-50%,-50%);border-radius:50%;border:1px solid var(--white);content:"";-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;opacity:0}.main_banner .splide__pagination li .splide__pagination__page.is-active{transform:scale(1);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.main_banner .splide__pagination li .splide__pagination__page.is-active:before{opacity:1}.section-collection-list .collection-list-wrapper{padding-top:var(--padding10rem);padding-bottom:var(--padding5rem)}.section-collection-list .card-wrapper .product--img--wrapper{border-radius:1rem;overflow:hidden;top:auto;bottom:auto;width:100%;padding-top:99.72%;position:relative}.section-collection-list .card-wrapper .product--img--wrapper img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;object-fit:cover;will-change:transform;object-position:center top;transition:.3s ease}.section-collection-list .card-wrapper:hover img{transform:scale(1.025)}.section-collection-list .card-wrapper .custom_card__content{position:absolute;top:0;left:0;width:100%;bottom:0;right:0;padding:4rem 3rem}.section-collection-list .card-wrapper .custom_card__content .card__information{padding:0}.section-collection-list .card-wrapper .custom_card__content .card__heading{font-size:var(--p24);font-weight:700;font-family:var(--primary-font);margin-bottom:1.6rem;text-decoration:none!important;color:var(--white)}.section-collection-list .card-wrapper .custom_card__content p{color:var(--white)}.section-collection-list .card-wrapper .card__information .btn:hover{color:var(--white);border-color:var(--white)}.section-collection-list .card-wrapper .card__information .green_btn{background:none;outline:none;border:0;min-width:auto;padding:0;position:relative;z-index:22}.card--standard>.card__content .card__heading{color:currentcolor}.card--standard>.card__content .card__heading a{font-size:var(--p24);font-weight:700;font-family:var(--primary-font);margin-bottom:1.6rem;text-decoration:none!important;color:var(--primary-color)}.section-collection-list .card--standard>.card__content .card__heading .icon-wrap{display:none}.section-collection-list .card--standard>.card__content .card__information{padding:4rem 3rem}.section-collection-list .card--standard>.card__content .card__information{padding:4rem 3rem;color:var(--white)}.section-collection-list .card--standard>.card__content .btn{position:relative;z-index:2}.section-collection-list .card--standard>.card__content .btn:hover{border-color:var(--white);color:var(--white)}.section-collection-list .card-wrapper .product-form__error-message-wrapper{margin-bottom:1rem;color:#fff}.section-collection-list .card-wrapper .product-form__error-message-wrapper .icon-error{max-width:3rem}.mm_collection_sec .facets-vertical .product-grid-container .product-grid{--grid-desktop-vertical-spacing: 6.6rem}.card--standard>.card__content .card__information{padding:2rem 0 0;display:flex;flex-direction:column;justify-content:space-between}.custom-featured-wrapper{padding:var(--padding5rem) var(--padding-0) var(--padding10rem)!important}.card--standard .card__inner{border-radius:1rem!important;overflow:hidden}.custom-featured-wrapper .card--standard .card__inner:before{padding-bottom:125%}.price-item{color:#333;font-size:2rem!important;letter-spacing:normal;font-weight:600;font-family:var(--primary-font)}s.price-item--regular{letter-spacing:normal!important;font-weight:600!important;font-size:1.5rem!important}.indexBannerWrap{margin-bottom:var(--padding5rem)}.indexBannerMain .left{padding-left:13.9rem;max-width:71.4rem;width:100%;color:var(--white)}.indexBannerMain .left .btn:hover{border-color:var(--white);color:var(--white)}.indexBannerMain .left .banner-label{background-image:url("data:image/svg+xml,%3Csvg width='91' height='23' viewBox='0 0 91 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M91 0H0V23H81.6698L91 0Z' fill='%23FFBB00'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:100% 100%;min-width:8.1rem;width:auto;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;padding:1rem 2rem 1rem 1.2rem;color:#333;font-weight:500;font-family:var(--secondary-font);margin-left:1rem}.indexBannerMain .left .big-number h1{font-size:clamp(3rem,10vw,18rem);color:var(--white);line-height:130px;font-weight:700;margin-bottom:2rem;margin-left:-.4rem}.indexBannerMain .left .headingWrap{color:var(--white);margin-bottom:1rem}.indexBannerMain .left .banner-description{margin-bottom:2rem}.indexBannerMain .left .banner-subheading{font-size:var(--p24);font-weight:600;font-family:var(--primary-font);margin-bottom:1rem}.indexBannerMain .left .banner-subheading em{font-weight:500}.index_banner_sec_two .mediaWrap{position:relative}.index_banner_sec_two .mediaWrap:after{position:absolute;content:"";left:0;right:0;bottom:0;top:0;max-width:70%;width:100%;height:100%;display:block;z-index:0;pointer-events:none;background:linear-gradient(270deg,#0000,#000)}.top-headingWrap{padding-right:13rem}.splide__arrows{display:flex;gap:2rem;position:absolute;right:0;top:-9rem}.splide__arrow{background:#333!important;width:4.2rem!important;height:4.2rem!important;color:#fff!important;opacity:1!important;box-shadow:transparent;position:static!important;transform:none!important;transition:.3s ease}.splide__arrow:hover{background:#d82020!important;box-shadow:0 3px 4px #504d7a80}.splide__arrow svg path{fill:currentColor}.predictive-search__loading-state{display:none!important}.card-wrapper .quick-add{position:absolute!important;top:1.5rem;right:1.5rem}.card-wrapper .quick-add .quick-add__submit{border-radius:50%;width:3.8rem;height:3.8rem}.card-wrapper .quick-add .quick-add__submit:has(span){width:auto;height:auto;opacity:1}.card-wrapper .quick-add .quick-add__submit:hover{background:#d82020!important;color:var(--white)}.custom-blog-post{padding-top:var(--padding5rem)}.custom-blog-post .page-width-desktop{padding-top:0;padding-bottom:0}.custom-blog-post .card--standard .card__inner:before{padding-bottom:54%}.custom-blog-post .card--standard>.card__content .card__heading{font-size:var(--p24);font-weight:700;font-family:var(--primary-font);margin-bottom:1.6rem;text-decoration:none!important;color:var(--primary-color)}.custom-blog-post .card--standard>.card__content .card__information .article-card__excerpt{margin:1rem 0 2rem;color:#606060}.custom-blog-post .card--standard>.card__content .card__information .button{font-family:var(--ralewayFont);text-decoration:none}.faq-section .top-headingWrap{padding-right:0;text-align:center}.faq-section .faq-list{max-width:121.2rem;margin:0 auto}.faq-section .faq-item{background:#f9f9f6;padding:2.6rem 3.3rem;border-radius:1rem;transition:.3s ease}.faq-section .faq-item.open{background:#fff;box-shadow:0 4px 44px #00000014;display:flex;flex-direction:column;gap:1rem}.faq-section .faq-item:not(:last-child){margin-bottom:2.5rem}.faq-section .faq-question{display:flex;align-items:center;justify-content:space-between;gap:2rem;font-size:var(--p24);font-weight:700;cursor:pointer}.faq-section .faq-question svg .line-2{transform:rotate(90deg);transform-origin:center center;transition:.3s ease}.faq-section .faq-question.active .line-2{transform:rotate(0)}.footer{background-image:url(/cdn/shop/files/Footer_BG_trimmed.png?v=1753682450);background-size:cover;background-position:center center;background-repeat:no-repeat;padding-bottom:1.7rem!important}.footer__blocks-wrapper .footer-block .footer-block__heading{font-size:var(--p24);color:var(--white);font-weight:var(--font-weight-bold);line-height:1.8;padding-bottom:1.1rem;margin:0 0 2rem;position:relative;text-transform:capitalize}.footer__blocks-wrapper .footer-block .footer-block__heading:before{position:absolute;left:0;bottom:0;width:6rem;height:.1rem;background:var(--white);content:""}.footer__blocks-wrapper .footer-block .newsletter_description{color:var(--white);font-size:var(--p15);line-height:1.3;margin:0 0 1.9rem}.footer-block--Newsletter .newsletter_blockWrap .newsletter-form__field-wrapper{max-width:100%}.footer-block--Newsletter .newsletter-form__field-wrapper .field{flex-direction:column}.footer-block--Newsletter .newsletter-form__field-wrapper .field .field__label{display:none}.footer-block--Newsletter .newsletter-form__field-wrapper .field .field__input{margin:0 0 1.5rem!important;border-radius:.5rem!important;height:5.4rem;font-size:1.6rem;line-height:auto;color:var(--black);padding:1rem 2rem}.footer-block--Newsletter .newsletter-form__field-wrapper .field .field__input::placeholder{font-size:1.6rem;color:#8c8c8c;opacity:1}.footer-block--Newsletter .newsletter-form__field-wrapper .field .custom_ield__button{max-width:max-content;padding:1.5rem 4rem}.footer-block--Newsletter .newsletter-form__field-wrapper .field .custom_ield__button:hover{border-color:var(--white);color:var(--white)}.footer-block__details-content .list-menu__item--link{color:var(--white)!important;font-size:var(--p15)!important;line-height:1.3;padding-top:.65rem;padding-bottom:.65rem}.footer-block__details-content .list-menu__item--active{text-decoration:none}.footer__content-bottom{display:flex;flex-direction:row-reverse;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1)!important}.footer__content-bottom-wrapper{display:block!important;width:auto!important}.footer__content-bottom-wrapper .footer__column--info{display:block}.footer__content-bottom-wrapper .copyright__content{font-size:1.5rem;color:var(--white);text-transform:capitalize}.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright{text-align:left!important;margin-top:0}.footer__content-bottom-wrapper .footer__payment{margin-top:0}.footer__blocks-wrapper .footer-block .list-social{justify-content:start;gap:3rem}.footer__blocks-wrapper .footer-block .list-social__link{padding:0}footer.footer .newsletter-form__message{color:var(--white)}footer.footer .footer__content-bottom{justify-content:space-between}cart-remove-button .button{margin:0 .1rem .1rem .5rem!important}body:is(.template-pageblog) .custom-blog-post{padding-top:0}body:is(.template-pageblog) .custom-blog-post .article-card-wrapper{box-shadow:0 4px 44px #00000014;padding:1.5rem 1.5rem 3.6rem;border-radius:1rem}body:is(.template-pageblog) .custom-blog-post .title-wrapper-with-link{margin-bottom:0!important;justify-content:center}body:is(.template-pageblog) .custom-blog-post .splide__track{padding:5rem 0}.Learn-more{text-align:center}body:is(.template-pageblog) .custom-blog-post .splide__arrows{top:-4rem}body:is(.template-pageblog) .custom-blog-post .card--standard>.card__content .card__information .button{font-family:var(--primary-font)}.article-template{padding-top:var(--padding10rem)}.article-template__hero-container{padding:0 1.5rem;margin-bottom:4rem!important}.article-template__content *{margin-bottom:1.5rem}.article-template__content ol{list-style:auto}.article-template__content ul{list-style:disc}.article-template .page-width{max-width:130rem;margin:0 auto}.article-template__content img{margin:0 auto}.mn_pd_secton product-info{padding-top:var(--padding10rem)!important;padding-bottom:3.6rem!important}@media screen and (min-width: 900px){.product .product__media-wrapper{max-width:55%!important}.product .product__info-wrapper{max-width:45%!important;padding:0 0 0 6.7rem!important}.product .product__info-wrapper ul li.slider__slide{width:44%!important}.product .product__media-wrapper .product__media{padding-top:119%!important;border-radius:1.5rem}.product__media-wrapper .product__column-sticky{padding-top:100%;overflow:hidden}.product__media-wrapper .thumbnail-slider{position:absolute;top:0;transform:rotate(90deg);width:88%;left:calc(22% - .8rem);transform-origin:top left}.product__media-wrapper slider-component:not(.thumbnail-slider){position:absolute;top:0;left:0;width:100%;max-width:100%;padding-left:calc(22% + 1rem);height: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}.product--thumbnail_slider .slider-mobile-gutter .slider-button{position:absolute;padding:0;z-index:1;width:30px;height:30px;border:1px solid var(--btn-color);background-color:var(--white);border-radius:50%;opacity:0;visibility:hidden;transition:all .3s}.product--thumbnail_slider .slider-mobile-gutter .slider-button--prev{left:.5rem}.product--thumbnail_slider .slider-mobile-gutter .slider-button--next{left:auto;right:.5rem}.product__media-wrapper .thumbnail-slider:hover .slider-button{opacity:1;visibility:visible}}.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide .thumbnail{border-radius:1.5rem;border-color:transparent;background:#f2f2f2}.thumbnail[aria-current]{box-shadow:none!important;border-color:#d82020!important}.product .product__media-wrapper .product__media{border-radius:1.5rem!important;background:#d9d9d9}.product .product__media-wrapper .product__media img{object-fit:contain;mix-blend-mode:multiply}.product-media-container.constrain-height.media-fit-contain{width:100%!important;border:none}.product__info-wrapper .product__info-container{max-width:48.6rem}.product__info-wrapper .product__title .headingWrap{line-height:1}.product__info-wrapper s.price-item--regular{color:#606060}.product__info-wrapper .price-item--last{color:#d82020;font-weight:700}.product__info-wrapper .product__info-container .price--large{font-size:1.8rem;display:flex;align-items:center;flex-wrap:wrap}.badge{background:#f6f0f0;color:#333;font-size:1.6rem;font-weight:400;min-height:3rem;min-width:5.7rem;border-radius:.5rem;line-height:2;font-family:var(--primary-font)}.product__info-wrapper .product__info-container #shopify-installments{font-size:1.5rem!important;color:#606060!important;font-weight:400!important;font-family:var(--secondary-font)!important}.main-wrap-quanity-add_tocart{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2rem}.main-wrap-quanity-add_tocart .product-form__input{flex:auto;padding:0;margin:0;max-width:13.8rem;min-width:auto;width:100%}.main-wrap-quanity-add_tocart .main--add-to-cart{max-width:calc(100% - 15.8rem);width:100%}.main-wrap-quanity-add_tocart .product-form{margin:0!important}.product__info-wrapper .product-form__buttons{max-width:100%!important}.main-wrap-quanity-add_tocart .product-form .product-form__submit{margin-bottom:0;min-width:auto;width:100%}.main-wrap-quanity-add_tocart .product-form__quantity .form__label{display:none}.main-wrap-quanity-add_tocart .product-form__input .quantity:after,.main-wrap-quanity-add_tocart .product-form__input .quantity:before{display:none}.main-wrap-quanity-add_tocart .product-form__input .quantity{width:100%;border:1px solid #CFCFCF;border-radius:1rem;height:5.4rem}.main-wrap-quanity-add_tocart .product-form__input .quantity .quantity__input{padding:0;border:none;color:#606060;font-size:1.6rem;font-family:var(--primary-font)}.product__info-container .product-form{margin-bottom:0!important}#more-payment-options-link{font-size:1.5rem;text-align:left;color:#333;margin:2rem 0 1rem!important;text-transform:capitalize}.product__info-wrapper .product__info-container variant-selects{display:block;margin:3rem 0!important}.custom-product-des h2{margin-bottom:.5rem}.pickup-availability-info *,#shopify-installments,#shopify-installments-content,.product__info-wrapper .product__info-container .caption-large{font-size:1.5rem;text-align:left;color:#333;font-family:var(--secondary-font)!important}.pickup-availability-info{display:flex;flex-direction:column;row-gap:.8rem}.pickup-availability-info .caption{color:#606060}.product__info-wrapper .product-form__input .form__label{font-size:1.6rem}.product__info-wrapper .free-ship{background:#f6f0f0;color:#333;font-size:1.6rem;font-weight:400;min-height:3rem;min-width:5.7rem;border-radius:.5rem;line-height:2;font-family:var(--primary-font);max-width:14rem;text-align:center;padding:.1rem 1.2rem}.custom-product-des{max-width:132rem}.custom-product-des strong{font-weight:400}.custom-product-des h2 strong{font-weight:700}.custom-product-des .share-button{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.custom-product-des .share-button p{margin-bottom:0;font-weight:600;color:#606060}.custom-product-des .share-button__button .icon-share{height:2.2rem}.wise-reviews-element{max-width:1199px;margin:0 auto}.wise-reviews-element.wise-reviews-star-rating .wise-justify-start{justify-content:center!important;width:100%;max-width:55rem}.mm_collection_sec>div{padding-top:0;padding-bottom:0}.facets-vertical .facets-wrapper .facets-container{border:1px solid #CFCFCF;padding:2rem;border-radius:1rem}.facets-vertical .facets-wrapper .facets__disclosure-vertical{border:none}.facets-vertical .facets-wrapper .facets-container .active-facets:has(.facets__heading){display:none}.facets-vertical .facets-wrapper .facets-container .facets__summary{font-size:var(--p24);font-weight:700;font-family:var(--primary-font);padding:0 0 2rem;line-height:1;border-bottom:1px solid #DEDDDD;color:#333!important;letter-spacing:normal}.facets__summary:hover .facets__summary-label{text-decoration:none!important}.facets-vertical .facets-wrapper .facets-container .facets__summary .icon-caret{height:.81rem;top:calc(28% - .2rem)}.facets-layout-list .list-menu__item .facet-checkbox__text{font-size:1.5rem}.facets-layout-list .list-menu__item .facet-checkbox__text{font-size:1.5rem;color:#606060;letter-spacing:normal}.facets-vertical .facets-wrapper .facets-container .facets-wrap{padding:0}.facets-layout-list .list-menu__item .facet-checkbox{padding:2rem 0 0}.facets-layout-list .list-menu__item .facet-checkbox .svg-wrapper{top:2.4rem;color:#013c60}.facets-layout-list .list-menu__item .facet-checkbox>svg{color:#dedede;border-radius:.4rem;margin-right:1rem}.product-card-wrapper .card--standard .card__inner:before{padding-bottom:124%}.product-card-wrapper .card--standard .card__inner{background:none}.product-grid-container .collection .product-card-wrapper .card__media .media{background-color:#f3f3f3}.product-grid-container .collection .product-card-wrapper .card__media .media img{object-fit:cover;mix-blend-mode:multiply}.product-card-wrapper .card__description{color:#606060}.pagination-wrapper{margin-top:8.8rem!important}.pagination-wrapper .pagination__list{justify-content:flex-start}.pagination-wrapper .pagination__list>li{flex:1 0 4rem;max-width:4rem}.pagination-wrapper .pagination__item:after{display:none!important}.pagination-wrapper .pagination__item:not(.pagination__item-arrow){border:1px solid #94A9A4;border-radius:50%;height:4rem;opacity:1;color:#333}.pagination-wrapper .pagination__item:not(.pagination__item-arrow):hover,.pagination-wrapper .pagination__item.pagination__item--current{background:#d82020;color:var(--white);border-color:#d82020;opacity:1}.pagination-wrapper .pagination__item-arrow{color:#94a9a4;font-size:1.6rem}.pagination-wrapper li:has(.pagination__item-arrow){max-width:min-content;flex:100%}.pagination-wrapper .pagination__item .icon-caret{height:.7rem}.wise-inline-flex.wise-items-center.wise-flex-wrap.wise-justify-start.wise-block{display:flex;justify-content:flex-start!important;margin-bottom:1rem}.active-facets__button--light .active-facets__button-inner{color:var(--white)}.active-facets__button--light .active-facets__button-inner:hover{color:var(--black)}.load-more{margin-top:4rem;text-align:center}.shopify-challenge__container{text-align:center}.cust_header_searchBar .price .price-item{font-size:1.4rem!important}@media only screen and (min-width: 990px){.header__search{display:none!important}}@media only screen and (min-width:750px){.header .predictive-search{width:min(50vw,700px);left:auto;right:0;border:1px solid #e5e5e5}}.cart-item__quantity-wrapper .quantity-popover-container .quantity .quantity__input,.quick-add-modal__content.global-settings-popup .price-per-item__container .quantity .quantity__input{padding:1rem}.custom-blog-post a.button.button--small{max-width:max-content}span.swym-anchor-badge.show-badge{background:var(--btn-bg)!important}.gt_float_switcher{box-shadow:unset!important}.swym-wishlist-collections-v2-container svg path{stroke:red!important}button#swym-atw-pdp-button{border-radius:50px!important}.custom--card{position:relative}.wishlist{position:absolute;top:15px;right:15px;width:36px;border-radius:50px;background:red;height:36px;display:flex;justify-content:center;align-items:center}.swym-button.swym-add-to-wishlist-view-product:after{color:#fff!important}.swym-added.swym-add-to-wishlist-view-product:after{color:#fff!important}.swym-hl-modal-content{background-color:#fff!important}#swym-custom-collections-modal-parent,#swym-create-list-mobile-modal{background:#fff!important}.swym-button.swym-add-to-wishlist-view-product.swym-heart.swym-added:after{color:#fffdfdf5!important}.card__media .media img{object-fit:contain!important}.quick-add-modal__content.global-settings-popup .quick-add-modal__content-info .product__info-wrapper .shopify-app-block:has(.swym-atw-button-container){display:none!important}.quick-add-modal__content-info .product__info-wrapper .product__title,.quick-add-modal__content-info .product__info-wrapper .product__title .h1{color:#333;font-size:clamp(3rem,3vw,5.5rem);font-family:var(--primary-font);font-weight:700;margin-bottom:4rem;text-transform:capitalize;text-decoration:none}.section-collection-list .card-wrapper .card__information .green_btn .loading__spinner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff}.section-collection-list .card-wrapper .card__information .green_btn.loading .cust_btn{color:transparent}.section-collection-list .card-wrapper .card__information .green_btn .loading__spinner .spinner .path{stroke:#fff}.collection-list__item .product-form .product-form__error-message-wrapper{display:flex;align-items:center;gap:1rem}.collection-list__item .product-form .product-form__error-message-wrapper[hidden]{display:none}.predictive-search__heading.caption-with-letter-spacing,.predictive-search__results-groups-wrapper .predictive-search__item-vendor{font-size:14px}.featured-product-tab-wrapper .bottom-part .product-card-outer .product-media-wrapper .product-img{position:relative;padding-bottom:100%;overflow:hidden;top:0;width:100%;background-color:#dbdbdb;background:linear-gradient(to top,#dbdbdb52,#fff,#dbdbdb52)}.featured-product-tab-wrapper .bottom-part .product-card-outer .product-media-wrapper .product-img img{position:absolute;width:100%;height:100%;object-fit:contain;object-position:center}.bottom-part .all-prodcuts-wrapper .splide__pagination{display:none}.featured-product-tab-wrapper .bottom-part .product-card-outer{position:relative;overflow:hidden;border-radius:1.2rem;cursor:pointer}.featured-product-tab-wrapper .bottom-part .product-card-outer .on-hover-details-card{position:absolute;top:auto;bottom:0;left:0;width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;transition:.3s ease;transform:translateY(-0%);padding:1rem}.featured-product-tab-wrapper .bottom-part .product-card-outer:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0;pointer-events:none;transition:.3s ease}.featured-product-tab-wrapper .bottom-part .product-card-outer:hover:after{opacity:.6}.featured-product-tab-wrapper .bottom-part .product-card-outer .on-hover-details-card .product-title{font-size:var(--p20);font-weight:700;font-family:var(--primary-font);margin-bottom:1rem;text-decoration:none!important;color:var(--primary-color)}.featured-product-tab-wrapper .bottom-part .product-card-outer:hover .on-hover-details-card .product-title{color:var(--white)}.featured-product-tab-wrapper .bottom-part .product-card-outer .on-hover-details-card>p{display:none;line-height:1.3}.featured-product-tab-wrapper .bottom-part .product-card-outer:hover .on-hover-details-card>p{display:block}.featured-product-tab-wrapper .bottom-part .product-card-outer:hover .on-hover-details-card{z-index:1;top:0}.featured-product-tab-wrapper .top-part .content-full{display:flex;justify-content:space-between;gap:3rem;width:95%;max-width:var(--page-width);margin:0 auto;padding:var(--padding5rem) 1.5rem;align-items:center}@media only screen and (max-width: 1199px){.featured-product-tab-wrapper .top-part .content-full{--page-width: 100%;max-width:var(--page-width);width:100%}}.featured-product-tab-wrapper .top-part .content-full .content-left{width:100%;max-width:calc(50% - 1.5rem);color:var(--primary-color)}.featured-product-tab-wrapper .top-part .content-full .content-right{width:100%;max-width:calc(50% - 1.5rem);padding:4rem 3rem;background-color:#fff;border-radius:2.4rem}.featured-product-tab-wrapper .top-part{position:relative}.featured-product-tab-wrapper .top-part .background-image{position:absolute;width:100%;height:100%;z-index:-1}.featured-product-tab-wrapper .top-part .background-image img{width:100%;height:100%;object-fit:cover;object-position:center}.featured-product-tab-wrapper .top-part .content-right .badges-wpr{margin-top:3rem}.featured-product-tab-wrapper .top-part .content-right .badges-wpr img{height:3rem;width:auto;flex:0 0 auto;object-fit:contain}.featured-product-tab-wrapper .content-right .display-current-prouduct .active-product-title{font-size:clamp(3rem,2.5vw,4rem);font-family:var(--primary-font);font-weight:700;margin-bottom:1rem;text-transform:capitalize}.featured-product-tab-wrapper .content-right .display-current-prouduct .product-inner .option-names{margin:1rem 0 2rem}.featured-product-tab-wrapper .content-right .display-current-prouduct .product-inner .option-names>li{font-size:1.6rem;font-weight:600;font-family:var(--secondary-font);margin-bottom:.5rem;color:var(--primary-color)}.featured-product-tab-wrapper .content-right .display-current-prouduct .product-inner .selected-variant-price{color:#d82020;font-size:var(--p20);letter-spacing:normal;font-weight:600;font-family:var(--primary-font);margin-bottom:1rem}.featured-product-tab-wrapper .content-right .display-current-prouduct .product-inner .selected-variant-price>s{font-size:1.5rem;position:relative;top:-3px;color:#606060;margin-left:1rem}.featured-product-tab-wrapper .content-right .display-current-prouduct .product-inner .option-names .input-wrapper{display:flex;flex-wrap:wrap;gap:.75rem;color:var(--primary-color)}.featured-product-tab-wrapper .content-right .display-current-prouduct .quantity-seletion-box{display:flex;border:1px solid var(--primary-color);max-width:140px;width:100%;border-radius:1rem;margin-bottom:1rem}.featured-product-tab-wrapper .content-right .display-current-prouduct .quantity-seletion-box>button{width:calc(4.5rem / var(--font-body-scale));flex-shrink:0;font-size:1.8rem;border:0;background-color:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));padding:.5rem}.featured-product-tab-wrapper .content-right .display-current-prouduct .quantity-seletion-box>input{padding:0;border:none;color:var(--primary-color);font-size:1.6rem;font-family:var(--primary-font);opacity:1;flex-grow:1;width:100%;text-align:center;background-color:transparent;height:4.6rem}.featured-product-tab-wrapper .content-right .display-current-prouduct .add-to-cart-button-wrapper button{padding:1.4rem 3.1rem;background:var(--btn-bg);border:1px solid var(--btn-bg);font-size:var(--p16);color:var(--white);font-weight:var(--font-weight-regular);font-family:var(--primary-font);line-height:1.4;text-transform:capitalize;display:inline-flex;align-items:center;justify-content:center;text-align:center;min-height:4.8px;min-width:22rem;height:auto;border-radius:.5em;box-shadow:none;cursor:pointer;transition:all .3s;-webkit-transition:all .3s;letter-spacing:normal}.featured-product-tab-wrapper .content-right .display-current-prouduct .add-to-cart-button-wrapper button[disabled]{opacity:.5;cursor:not-allowed}.featured-product-tab-wrapper .top-part .content-right .badges-wpr ul{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem 1.6rem}.featured-product-tab-wrapper .top-part .content-right .badges-wpr ul li{display:flex;align-items:center;justify-content:flex-start;gap:1rem;color:var(--primary-color);line-height:1}.featured-product-tab-wrapper .top-part .content-full .content-left .text h2,.featured-product-tab-wrapper .top-part .content-full .content-left .text h3{font-size:clamp(2.4rem,1.8vw,3rem);font-weight:600;font-family:var(--primary-font);margin-bottom:1.8rem;color:inherit}.featured-product-tab-wrapper .top-part .content-full .content-left .text h3{font-size:var(--p20)}.featured-product-tab-wrapper .top-part .content-full .content-left .text p{margin:0 0 1rem}.featured-product-tab-wrapper .top-part .content-full .content-left .text p:last-of-type{margin-bottom:0}.featured-product-tab-wrapper .content-right .display-current-prouduct .product-inner .option-names .input-wrapper label{border:var(--variant-pills-border-width) solid rgba(var(--color-foreground),var(--variant-pills-border-opacity));background-color:rgb(var(--color-background));color:rgba(var(--color-foreground));border-radius:var(--variant-pills-radius);color:rgb(var(--color-foreground));display:inline-block;margin:0;padding:.85rem 1.2rem;font-size:1.4rem;letter-spacing:normal;line-height:1;text-align:center;transition:all .3s ease;cursor:pointer;position:relative}.featured-product-tab-wrapper .content-right .display-current-prouduct .product-inner .option-names .input-wrapper label input[type=radio]{position:absolute;width:0;height:0;left:0;top:0;font-size:0}.featured-product-tab-wrapper .content-right .display-current-prouduct .product-inner .option-names .input-wrapper label:has(input[type=radio]:checked){background-color:var(--primary-color);color:var(--white)}.featured-product-tab-wrapper .content-right .display-current-prouduct .product-inner .option-names .input-wrapper label:hover{background-color:var(--primary-color);color:var(--white)}.section-collection-list .collection-list-wrapper{padding-top:var(--padding5rem)}.featured-product-tab-wrapper .bottom-part{margin-top:var(--padding5rem)}.featured-product-tab-wrapper .bottom-part .splide__arrows{position:relative;justify-content:flex-end;top:0;margin-bottom:3rem}.featured-product-tab-wrapper{padding:0 0 var(--padding5rem) 0}.featured-product-tab-wrapper .content-right .display-current-prouduct .quantity-seletion-box>button svg{height:auto;width:12px}.featured-product-tab-wrapper .content-right .display-current-prouduct .quantity-seletion-box>input[type=number]::-webkit-inner-spin-button,.featured-product-tab-wrapper .content-right .display-current-prouduct .quantity-seletion-box>input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.featured-product-tab-wrapper .content-right .display-current-prouduct .quantity-seletion-box>input[type=number]{-moz-appearance:textfield}.product .product__media-wrapper button#moveTo3dImageBtn{position:absolute;right:10px;z-index:3;top:12px;background-color:#d82020;border:none;width:4.8rem;height:4.8rem;color:#fff;border-radius:100%;font-family:var(--primary-font);font-size:10px;overflow:hidden;line-height:1.01;font-weight:400;cursor:pointer}.product .product__media-wrapper{position:relative;z-index:0}@keyframes highlightButton{0%{transform:scale(1);box-shadow:0 0 5px #d8202080}50%{transform:scale(1.1);box-shadow:0 0 15px #d82020}to{transform:scale(1);box-shadow:0 0 5px #d8202080}}.product .product__media-wrapper button#moveTo3dImageBtn{animation:highlightButton 2s infinite ease-in-out}.product .product__media-wrapper .swym-atw-button-container.product_image_top_right{right:68px}.featured-product-tab-wrapper .display-current-prouduct .product-inner{display:flex;flex-wrap:wrap;--col-gap:20px;column-gap:var(--col-gap)}.featured-product-tab-wrapper .display-current-prouduct .product-inner .product_innr_left{max-width:52%;width:100%}.featured-product-tab-wrapper .display-current-prouduct .product-inner .product_inner_right{max-width:calc(48% - var(--col-gap));width:100%}.featured-product-tab-wrapper .display-current-prouduct .product-inner .image_wpr img{width:100%;height:auto}.featured-product-tab-wrapper .top-part .content-full .content-left .heading{color:#d82020;margin-bottom:1rem;font-size:clamp(2.6rem,2.5vw,4rem);font-weight:600}.header__icon.header__icon--cart{margin-right:0}.header__icons .desktop-localization-wrapper,.quick-add-modal #moveTo3dImageBtn{display:none}.template-pagecontact-us .content-for-layout{padding:var(--padding5rem) 0}.template-pagecontact-us .content-for-layout .contact-img-form h2.title{font-size:clamp(2.4rem,2.6vw,4.5rem)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/custom.css.map */
