@import"https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--btnFont:"Poppins", sans-serif;--headingFont: "Inter Tight", sans-serif;--bodyFont:"Poppins", sans-serif;--headingColor: #333333;--bodyColor: #545454;--white:#fff;--black:#000;--black2:#0B0A0A;--grey:#F6F6F6;--sky: #5CB0FF;--border:#E3E3E3;--btnColor: #fff;--btnColorHover: #0B0A0A;--btnBg:#0B0A0A;--btnBgHover:#fff;--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;--p25: 2.5rem;--p26: 2.6rem;--p28: 2.8rem;--p30: 3rem;--p35: 3.5rem;--p40: 4rem;--p45: 4.5rem;--p48: 4.8rem;--p50: 5rem;--p52: 5.2rem;--p64: 6.4rem;--p57: 5.7rem;--p60: 6rem;--p80:8rem;--p90:9rem;--p96:9.6rem;--p98:9.8rem;--p100:10rem;--p110:11rem;--p120:12rem;--p130:13rem;--p140:14rem;--letter-spacing: .03em;--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);--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.6vw, 3rem);--p64: max(3.8vw, 3.8rem);--p80: max(6.67vw, 4.4rem);--p90: max(5.29vw, 5rem);--p96: max(6.87vw, 5.5rem);--p98: max(6.87vw, 5.5rem);--p110: max(6vw, 7rem);--p120: max(6.47vw, 7rem);--p130: max(6.97vw, 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.5;font-family:var(--bodyFont);font-weight:400;--page-width: 1480px;--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:700}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:700;line-height:1.2;letter-spacing:0}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-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{font-family:var(--bodyFont)}.button,.btn{display:inline-flex;gap:1.3rem;align-items:center;justify-content:center;min-width:12.5rem;min-height:6rem;padding:.5rem 4rem;font-size:var(--p16);font-weight:500;font-family:var(--btnFont);color:var(--white);cursor:pointer;text-align:center;margin-bottom:0;text-transform:uppercase;text-decoration:none;line-height:1;letter-spacing:.1em;position:relative;z-index:1;transition:.3s ease;background-color:var(--sky);border-radius:3.25rem;box-shadow:none}.btn svg,.button svg{transform:rotate(0);transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out}.btn:hover svg,.button:hover svg{transform:rotate(50deg)}.btn svg path,.button svg path{fill:var(--sky)}.button:has(svg),.btn:has(svg){padding:.9rem .9rem .9rem 2.8rem}.btn .svg-wrapper,.button .svg-wrapper{width:5rem;height:5rem;background-color:var(--btnBgHover);display:flex;align-items:center;justify-content:center;color:var(--btnBg);transition:.3s ease}.btn .svg-wrapper svg,.button .svg-wrapper svg{width:auto;height:1.5rem}.button:hover .svg-wrapper,.btn:hover .svg-wrapper{background-color:var(--btnBg);color:var(--btnColor)}.button.btn-white{background:var(--btnBgHover);border-color:var(--btnBgHover);color:var(--btnBg)}.button.btn-white .svg-wrapper{background-color:var(--btnBg);color:var(--btnBgHover)}.button.btn-white:hover{opacity:.7}p:empty,div:empty{display:none}.splide__arrows .splide__arrow{width:40px;height:40px;border-radius:50%;background:#000;color:#fff}.splide__arrows .splide__arrow:not([disabled]){opacity:1}.splide__arrow svg{fill:none!important;height:12px;width:12px}.splide__arrows .splide__arrow--prev{left:-8%}.splide__arrows .splide__arrow--next{right:-8%}.flex_box{display:flex}.common--heading{font-size:var(--p50);line-height:1;font-weight:400;text-transform:capitalize;color:var(--headingColor);margin:0 0 2.4rem}.common--heading strong{font-weight:600}.announcement-bar-section{padding:0 3rem}.announcement-bar-section .announcement-bar__message{font-family:var(--bodyFont);font-weight:400;color:var(--sky);text-transform:uppercase;letter-spacing:var(--letter-spacing);font-size:var(--p15)}.announcement-bar__message{padding:.7rem 0;min-height:auto}.header__heading-link{padding:0}.header--middle-left .header__heading-link{margin-left:0}.header__inline-menu{background:#fafafa;border:1px solid #E8E8E8;border-radius:3rem;padding:0 1.1rem}.list-menu__item{text-transform:uppercase;color:var(--headingColor);font-size:var(--p16);line-height:1.8!important;letter-spacing:.1em;padding:1.2rem 2.1rem}.list-menu__item span{letter-spacing:inherit}.list-menu__item:hover{text-decoration:none;color:var(--black)}.list-menu__item:hover span,.list-menu__item .header__active-menu-item{text-decoration:none;color:var(--sky)}.header__icons{background:#fafafa;border:1px solid #E8E8E8;border-radius:3rem;padding:0 1.8rem;min-height:5.48rem;align-items:center}.header__icon--cart{margin-right:0}.header__icon--cart .icon{height:2rem;width:2rem}.shopify-section-group-footer-group{padding:0 3rem 3rem}.shopify-section-group-footer-group .footer{border-radius:3rem}.footer__blocks-wrapper .footer-block__heading{color:var(--white);font-family:var(--headingFont);font-weight:500;font-size:var(--p25);line-height:1.5;padding:0 0 1.2rem;margin:0 0 1.6rem;position:relative}.footer__blocks-wrapper .footer-block__heading:before{position:absolute;left:0;bottom:0;width:6rem;height:1px;background:#515066;content:""}.footer .footer__content-top{padding-top:5.3rem;padding-bottom:8.5rem}.footer__blocks-wrapper{--gap: 8.5rem;column-gap:var(--gap)}.footer__blocks-wrapper .footer-block:nth-child(1){width:calc(32% - var(--gap) * 3 / 4)}.footer__blocks-wrapper .footer-block:nth-child(2){width:calc(20% - var(--gap) * 3 / 4)}.footer__blocks-wrapper .footer-block:nth-child(3){width:calc(20% - var(--gap) * 3 / 4)}.footer__blocks-wrapper .footer-block:nth-child(4){width:calc(28% - var(--gap) * 3 / 4)}.newsletter_formWrap .footer__newsletter{max-width:100%}.footer-block__newsletterContent p{font-size:var(--p16);line-height:1.6;font-weight:400;margin:0 0 2.1rem;color:var(--white)}.newsletter-form__field-wrapper .field{padding:.5rem;border-radius:1rem;background:var(--white);overflow:hidden}.newsletter-form__field-wrapper .field:before,.newsletter-form__field-wrapper .field:after{opacity:0}.newsletter-form__field-wrapper .field .field__input{background:transparent;color:var(--black);font-size:var(--p17);padding:1.5rem 5.5rem 1.5rem 1.2rem}.newsletter-form__field-wrapper .field .field__input::placeholder{color:var(--bodyColor);font-size:var(--p17);opacity:1}.newsletter-form__field-wrapper .field .field__label{color:var(--bodyColor);top:50%;transform:translateY(-50%);display:none}.newsletter-form__field-wrapper .field .field__input:focus~.field__label{top:28%}.newsletter-form__field-wrapper .field .field__button{height:calc(100% - 1rem);top:50%;right:.5rem;transform:translateY(-50%);background-color:var(--sky)!important;border-radius:.7rem;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out}.newsletter-form__field-wrapper .field .field__button:hover{background-color:#2969a6!important}.footer-block__newsletterContent .newsletter-form__message{color:var(--white);font-size:var(--p15);font-weight:400}.footer-block.footer-block--menu li{margin:0 0 1.6rem;margin-right:0}.footer-block.footer-block--menu li:last-child{margin:0}.footer-block.footer-block--menu .list-menu__item{padding:0;font-size:var(--p16);line-height:1.6;font-weight:400;font-family:var(--bodyFont);color:var(--white);text-transform:none}.footer-block__contact_details .info_item{display:flex;column-gap:1rem;align-items:center;margin:0 0 2rem}.footer-block__contact_details .info_item:last-child{margin:0}.footer-block__contact_details .info_item .iconWrap{width:2.4rem}.footer-block__contact_details .info_item .iconWrap svg{display:block}.footer-block__contact_details .info_item .textWrap{font-size:var(--p16);font-weight:400;color:var(--white)}.footer-block__contact_details .info_item .textWrap a{color:inherit;text-decoration:none}.footer-block__contact_details{margin:0 0 2rem}.footer__list-social{justify-content:flex-start!important;column-gap:.9rem}.list-social__item .link{border:1px solid #4F565C;border-radius:50%;padding:1.8rem;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out}.list-social__item .link:hover{border-color:var(--sky);background:var(--sky)}.footer .footer__content-bottom{border-top:none;padding-top:none}.footer__content-bottom .copyright_contentWrap{border-top:1px solid #4F565C;padding:1.7rem 0 0}.footer__content-bottom .copyright_contentWrap .footer__copyright{margin-top:0}.footer__copyright .copyright__content{font-size:var(--p16);color:var(--white);font-weight:400;line-height:1}.cart-item__quantity .cart-remove-button{padding:0;background:transparent;min-height:auto}.cart-item__quantity .cart-remove-button .svg-wrapper{background-color:var(--headingColor);border-radius:50%;width:4rem;height:4rem}.cart-item__quantity .cart-remove-button svg path{fill:var(--white)}.cart-item__quantity .cart-remove-button:hover .svg-wrapper{background-color:var(--sky)}.cart-item__quantity .cart-remove-button:hover svg{transform:rotate(0)}.cart-item__quantity .cart-remove-button:hover svg path{background-color:var(--white)}.index_banner_sec{padding:0 3rem 5rem}.index_bannerWrap,.index_bannerWrap .banner_item{position:relative}.index_bannerWrap .imgWrap{border-radius:3rem;overflow:hidden;position:relative}.index_bannerWrap .imgWrap:after{position:absolute;left:0;right:0;bottom:0;top:auto;width:100%;height:62%;background:linear-gradient(0deg,#060624 -15.22%,#06062400 78.04%);content:""}.index_bannerWrap .imgWrap img{width:100%;display:block}.index_bannerWrap .index_bannerMain{position:absolute;left:0;bottom:4.9rem;width:100%}.index_bannerMain .textContent{max-width:105.6rem;margin-left:0;margin-right:auto}.index_bannerMain .textContent .subheading{font-size:var(--p48);line-height:1.4;margin:0 0rem;color:var(--white);font-family:var(--headingFont);font-weight:500}.index_bannerMain .textContent .heading{font-size:var(--p100);line-height:1;margin:0 0 1rem;color:var(--white);font-family:var(--headingFont);font-weight:700;text-transform:uppercase;letter-spacing:.01em;margin:0 0 1.4rem}.index_bannerMain .textContent .textContent{font-size:var(--p20);color:var(--white);font-weight:400;line-height:1.6}.index_bannerWrap .splide__pagination{position:absolute;flex-direction:column;row-gap:12px;left:auto;right:3.7rem;top:50%;transform:translateY(-50%);padding:0}.index_bannerWrap .splide__pagination li{width:8px;height:8px;display:block}.index_bannerWrap .splide__pagination li .splide__pagination__page{margin:0;width:8px;height:8px;border-radius:50%;background:var(--white);opacity:1;display:block;position:relative}.index_bannerWrap .splide__pagination li .splide__pagination__page.is-active{transform:scale(1)}.index_bannerWrap .splide__pagination li .splide__pagination__page.is-active:before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:1.6rem;height:1.6rem;border-radius:50%;border:1px solid var(--white);content:""}#scrollBtn{position:absolute;top:50%;left:-6rem;transform:translateY(-50%) rotate(90deg);border:none;background:transparent;padding:0;font-size:var(--p16);color:var(--white);font-weight:500;line-height:1;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}.cust_imgText_wrap{padding:5rem 0}.cust_imgText_wrap .cust_page-width{max-width:1586px}.cust_imgText_main{--gap: 4rem;column-gap:var(--gap);align-items:center}.cust_imgText_main .img_wrap{width:100%;max-width:calc(50% - (var(--gap) / 2));border-radius:3rem;overflow:hidden}.cust_imgText_main .img_wrap img{width:100%;display:block}.cust_imgText_main .text_wrap{width:100%;max-width:calc(50% - (var(--gap) / 2));padding:1rem 3.5rem}.cust_imgText_main .text_wrap .text_content{max-width:59.8rem;margin-right:auto;font-size:var(--p20);line-height:1.5;font-weight:400}.cust_imgText_main .text_wrap .text_content p{margin:0 0 .8rem}.cust_imgText_main .text_wrap .text_content>*:last-child{margin:0}.cust_imgText_main .text_wrap .text_content+.btn{margin:3.1rem 0 0}.cust_featured_collection_sec{padding:5rem 1.5rem}.collection .grid__item .card__innerWrap{border-radius:3rem;padding:1.3rem 1rem 2rem;background:#f4f4f4}.collection .grid__item .card__innerWrap .card_top{justify-content:space-between;align-items:center;padding:0 2.5rem 1.3rem}.collection .grid__item .card__innerWrap .card_top .meta_badge{margin:0;font-family:var(--headingFont);color:var(--sky);font-size:var(--p20);line-height:1;font-weight:500}.collection .grid__item .card__innerWrap .card__inner{border-radius:3rem;overflow:hidden}.btn.no_text{min-width:auto;min-height:auto;padding:0;background:transparent}.collection .grid__item .card-wrapper .btn.no_text svg path{fill:var(--headingColor)}.collection .grid__item .card-wrapper:hover .btn.no_text svg{transform:rotate(50deg)}.collection .grid__item .card-wrapper .card__content.SSSS{display:flex;justify-content:space-between;padding:1.8rem 0 .8rem}.collection .grid__item .card-wrapper .card__content.SSSS .card__information{padding:0}.collection .card-wrapper .card__content.SSSS .card__heading{font-family:var(--headingFont);font-size:var(--p20);font-weight:500}.collection .card-wrapper .card__content.SSSS .price .price-item{font-family:var(--bodyFont);color:var(--bodyColor);font-weight:400;font-size:var(--p18)}.collection .grid__item .card-wrapper:hover a{text-decoration:none}.collection .card-wrapper .card__content.SSSS .quick-add .quick-add__submit{padding:0;background:transparent;min-height:auto}.collection .card-wrapper .card__content.SSSS .quick-add .quick-add__submit span{background-color:var(--headingColor);border-radius:50%;width:4rem;height:4rem}.collection .card-wrapper .card__content.SSSS .quick-add .quick-add__submit:hover span{background-color:var(--sky)}.collection .card-wrapper .card__content.SSSS .quick-add .quick-add__submit span svg path{fill:var(--white)}.collection .card-wrapper .card__content.SSSS .quick-add .quick-add__submit:hover span svg{transform:rotate(0)}.index_workWith_sec{padding:3.4rem 3rem}.index_workWith_wrap{background:#f5f5f7;border-radius:3rem;padding:8.3rem 0 10rem}.index_workWith_wrap .section__heading{justify-content:space-between;align-items:center;margin:0 0 3.6rem}.index_workWith_wrap .section__heading .common--heading{margin:0}.index_workWith_wrap .section__heading .ratingWrap{justify-content:flex-end;align-items:center;--gap: 1.8rem;column-gap:var(--gap)}.ratingWrap .iconWrap{max-width:17.8rem}.ratingWrap .iconWrap img{width:100%;display:block}.star_textWrap p{font-size:var(--p20);font-weight:600;color:var(--headingColor);line-height:auto;margin:0}.index_workWith_main{justify-content:center;--gap: 3rem;column-gap:var(--gap);row-gap:var(--gap)}.index_workWith_main .imgWrap{border-radius:3rem;overflow:hidden}.index_workWith_main .imgWrap img{width:100%}.index_workWith_main .left_box,.index_workWith_main .right_box{width:100%;max-width:calc(50% - (var(--gap) / 2))}.index_workWith_main .left_box .image-item{position:relative}.index_workWith_main .left_box .image-item .textWrap{position:absolute;width:calc(100% - 7.6rem);left:50%;bottom:3.8rem;transform:translate(-50%);border-radius:2rem;background:var(--white);padding:2.3rem 4.1rem 2.3rem 3.2rem;column-gap:2.7rem}.index_workWith_main .left_box .image-item .textWrap .icon{max-width:7.8rem}.index_workWith_main .left_box .image-item .textWrap .icon img{width:100%;display:block}.index_workWith_main .left_box .image-item .textWrap .text{gap:2.7rem}.index_workWith_main .image-item .textWrap .text h3{font-size:var(--p30);font-weight:600;color:var(--headingColor);margin:0 0 1rem}.index_workWith_main .image-item .textWrap .text p{font-size:var(--p16);font-weight:400;color:var(--bodyColor);margin:0}.index_workWith_main .right_box{display:flex;flex-direction:column;row-gap:3rem}.index_workWith_main .right_box .image-item{border-radius:3rem}.index_workWith_main .right_box .image-item:first-child{display:flex;flex-direction:row-reverse;align-items:center;background:var(--white)}.index_workWith_main .right_box .image-item:first-child .imgWrap{width:100%;max-width:50%}.index_workWith_main .right_box .image-item:first-child .textWrap{width:100%;max-width:50%;padding:2rem 3.5rem}.index_workWith_main .right_box .image-item:last-child{display:flex;align-items:center;background:var(--sky);padding:2.6rem 5.4rem 2.6rem 2.2rem;--gap: 3rem;column-gap:var(--gap)}.index_workWith_main .right_box .image-item:last-child .imgWrap{width:100%;max-width:calc(41% - (var(--gap) / 2))}.index_workWith_main .right_box .image-item:last-child .textWrap{width:100%;max-width:calc(59% - (var(--gap) / 2))}.index_workWith_main .right_box .image-item:last-child .textWrap h3,.index_workWith_main .right_box .image-item:last-child .textWrap p{color:var(--white)}.custom-marque_sec{padding:0 0 4.5rem}.custom-marque_wrap{padding:4.5rem 0;border-top:1px solid var(--headingColor);border-bottom:1px solid var(--headingColor);overflow:hidden;position:relative}.custom-marque_wrap .custom-marque_main{display:block;width:200%;position:absolute;top:50%;transform:translateY(-50%);overflow:hidden;animation:marquee 15s linear infinite}@keyframes marquee{0%{left:0}to{left:-100%}}.custom-marque_wrap .marque_item{float:left;width:100%}.custom-marque_wrap .marque_item p{font-size:var(--p45);font-weight:600!important;line-height:.8;letter-spacing:.03em;font-family:var(--headingFont);color:var(--headingColor);text-transform:uppercase}.index_supply_sec{padding:5rem 3rem}.index_supply_wrap .common--heading{margin:0 0 4rem}.supply_item{padding:2rem 2.1rem 2.8rem;border:1px solid #F4F4F4;border-radius:3rem;margin-block:2px}.supply_item .imgWrap{width:100%;border-radius:3rem;overflow:hidden}.supply_item .textWrap{text-align:center;padding:5.8rem 2.5rem 0rem;position:relative}.supply_item .textWrap .iconWrap{position:absolute;left:50%;top:-4.6rem;transform:translate(-50%)}.supply_item .textWrap .iconWrap .icon{width:9.2rem;height:9.2rem;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center}.supply_item:hover .textWrap .iconWrap .icon{background:var(--sky)}.supply_item .textWrap .iconWrap .icon img{display:block}.supply_item:hover .textWrap .iconWrap .icon img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.supply_item .textWrap .iconWrap:before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:12.6rem;height:12.6rem;background:var(--white);border-radius:50%;opacity:.7;content:"";z-index:-1}.supply_item .textWrap h2,.supply_item .textWrap h3,.supply_item .textWrap h4,.supply_item .textWrap h5,.supply_item .textWrap h6{font-weight:600;font-family:var(--headingFont);color:var(--headingColor);font-size:var(--p24);line-height:auto;text-transform:capitalize}.supply_item .textWrap p{font-size:var(--p16);line-height:1.5;color:var(--bodyColor)}.supply_item .textWrap>*:last-child{margin:0}.index_supply_main .slider_controls{padding:2.6rem 0 0;display:flex;align-items:center;--gap: 2.3rem;column-gap:var(--gap)}.index_supply_main .slider_controls .slider_progress{width:100%;height:.3rem;max-width:calc(100% - (12.6rem + var(--gap)));background:#ebebeb;transition:width .3s ease;-webkit-transition:width .3s ease}.index_supply_main .slider_progress .slider_progress_bar{height:.3rem;background:var(--sky);display:block}.slider_arrows{display:flex;justify-content:space-between;width:12.6rem}.slider_arrows .splide_arrow{width:5.6rem;height:5.6rem;border-radius:50%;background:transparent;border:1px solid var(--headingColor);display:flex;align-items:center;justify-content:center;cursor:pointer}.slider_arrows .splide_arrow:hover{background:var(--sky);border-color:var(--sky)}.slider_arrows .splide_arrow:hover svg path{fill:var(--white)}.index_about_ingText_sec{padding:0 3rem}.index_about_ingText_sec .cust_imgText_main{--gap: 3.4rem;align-items:normal}.index_about_ingText_sec .cust_imgText_main .text_wrap{background:#f5f5f7;border-radius:3rem;padding:5rem 14.5rem;display:flex;justify-content:center;flex-direction:column}.index_about_ingText_sec .text_wrap .headerWrap .common--heading{margin:0 0 2rem}.index_about_ingText_sec .text_wrap .headerWrap .cmn-subHeading{font-family:var(--headingFont);color:var(--headingColor);font-size:var(--p24);font-weight:600;line-height:auto;margin:0 0 1.2rem}.index_about_ingText_sec .text_wrap .btn{width:max-content}.faq_content_sec{padding:0 3rem}.faq_contentWrap{padding:5rem 0}.faq_contentWrap .common--heading{font-family:var(--bodyFont)}.faq_itemWrap .faq_item{margin:0 0 2rem;border:1px solid #EBEBEB;border-radius:1rem;padding:2.5rem;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out}.faq_itemWrap .faq_item.open{border-color:var(--sky)}.faq_itemWrap .faq_item .faq_qus{margin:0;font-size:var(--p24);color:var(--headingColor);font-weight:600;line-height:auto;position:relative;padding:0 5rem 0 0;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;cursor:pointer}.faq_itemWrap .faq_item .faq_qus.active{margin:0 0 .8rem}.faq_itemWrap .faq_item .faq_qus .iconBox{position:absolute;right:0;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background-image:url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='14.5' fill='white' stroke='%233C3C43'/%3E%3Cpath d='M20.1024 16.114H16.2684V20.002H14.7384V16.114H10.9224V14.728H14.7384V10.822H16.2684V14.728H20.1024V16.114Z' fill='%230B0B0F'/%3E%3C/svg%3E%0A");background-size:contain;cursor:pointer;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out}.faq_itemWrap .faq_item .faq_qus.active .iconBox{background-image:url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%235CB0FF'/%3E%3Cpath d='M19.677 14.685V16.456H10.5V14.685H19.677Z' fill='white'/%3E%3C/svg%3E%0A")}.faq_itemWrap .faq_item .faq_ans{font-size:var(--p16);font-weight:400;color:var(--bodyColor)}.faq_itemWrap .faq_item .faq_ans>*:last-child{margin:0}main .shopify-section:last-child{padding-bottom:5rem}.commonBannerWrap.index_bannerWrap .imgWrap:after{height:76%}.commonBannerWrap .index_bannerMain .textContent{max-width:90rem}.commonBannerWrap .index_bannerMain .textContent>*{margin-bottom:0rem}.cust_imgForm_sec .cust_imgText_main .img_wrap{max-width:calc(46.25% - (var(--gap) / 2));border-radius:2rem}.cust_imgForm_sec .cust_imgText_main .img_wrap img{height:100%;object-fit:cover;object-position:center}.cust_imgForm_sec.index_about_ingText_sec .cust_imgText_main .text_wrap{max-width:calc(53.75% - (var(--gap) / 2));padding:4.5rem 5.5rem 5.3rem}.cust_imgForm_sec.index_about_ingText_sec .text_wrap .headerWrap .common--heading{margin:0 0 3rem;max-width:65rem;font-family:var(--bodyFont);line-height:1.2}.cust_imgForm_sec .formWrap .field{min-height:6.5rem;margin:0 0 2.4rem}.cust_imgForm_sec .formWrap .field:before,.cust_imgForm_sec .formWrap .field:after{opacity:0}.cust_imgForm_sec .formWrap .field .field__input{height:6.5rem;border-radius:5rem;padding:2.4rem 2.7rem;font-size:var(--p16);line-height:1.5;font-family:var(--bodyFont);font-weight:400;color:var(--headingColor)}.cust_imgForm_sec .formWrap .field .field__label{top:2.2rem;left:2.7rem;font-size:var(--p16);line-height:1.5;font-family:var(--bodyFont);font-weight:400;color:var(--bodyColor)}.cust_imgForm_sec .formWrap .field .field__input:focus~.field__label,.cust_imgForm_sec .formWrap .field .field__input:not(:placeholder-shown)~.field__label{top:.9rem;font-size:1rem}.cust_imgForm_sec .formWrap .field .field__input.text-area{min-height:15rem;border-radius:2rem}.cust_contactForm_sec.cust_imgForm_sec .formWrap .field .field__input.text-area{min-height:19.6rem}.cust_imgForm_sec .formWrap .contact__button button:hover{background-color:#1b88ef}.template_collection .index_bannerMain .textContent .heading{font-size:var(--p100)}.main_collectionProducts_sec{padding:4rem 3rem 5rem}.main_collectionProducts_sec .collection{padding:0 0 5rem}.template_product .header{position:relative}body.no_banner .header:before{position:absolute;width:calc(100% - 6rem);height:1px;background:#e8e8e8;left:50%;bottom:0;transform:translate(-50%);content:""}.main_product_sec{padding:4rem 0 5rem}.main_product_wrap{padding:0 0 5rem!important}.main_product_sec .page-width{max-width:1466px}.product .product__media-wrapper .product__media-item .product-media-container{width:100%}.product .product__media-wrapper .product__media-item .product__media{padding-top:0;border-radius:2rem;overflow:hidden}.product .product__media-wrapper .product__media-item .product__media img{position:relative;height:auto}.product .product__media-wrapper .product__media-list{padding-bottom:3.1rem;margin-bottom:0}.product .product__media-wrapper .thumbnail-list{padding:0!important;grid-gap:2.45rem;max-width:calc(100% - 4rem);margin:0 auto}.product--thumbnail_slider .slider-mobile-gutter .slider-button{position:absolute;padding:0;width:4.4rem;height:4.4rem;border-radius:50%;background:var(--white);border:1px solid var(--sky);z-index:1;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out}.product--thumbnail_slider .slider-mobile-gutter .slider-button.slider-button--next{right:0}.product--thumbnail_slider .slider-mobile-gutter .slider-button[disabled=disabled]{cursor:not-allowed}.product--thumbnail_slider .slider-mobile-gutter .slider-button .svg-wrapper svg path{fill:var(--sky)}.product--thumbnail_slider .slider-mobile-gutter .slider-button:hover{background:var(--sky)}.product--thumbnail_slider .slider-mobile-gutter .slider-button[disabled=disabled]:hover{background:var(--white)}.product--thumbnail_slider .slider-mobile-gutter .slider-button:hover .svg-wrapper svg path{fill:var(--white)}.product--thumbnail_slider .slider-mobile-gutter .slider-button[disabled=disabled]:hover .svg-wrapper svg path{fill:var(--sky)}.product .product__media-wrapper .thumbnail-list.slider--tablet-up .thumbnail-list__item{height:18rem}.product .product__media-wrapper .thumbnail-list.slider--tablet-up .thumbnail-list__item:before{padding-bottom:0}.product .product__media-wrapper .thumbnail-list.slider--tablet-up .thumbnail-list__item .thumbnail{border-radius:2rem;overflow:hidden}.product__info-wrapper .product__title{margin-bottom:.8rem}.product__info-wrapper .product__title h1{font-size:var(--p50);line-height:1.1;color:var(--headingColor);font-weight:400}.product__info-wrapper .product__title h1 strong{font-weight:600}.product .product__info-container>*+*{margin:.8rem 0}.product__info-container .product__sku{line-height:auto;font-size:var(--p18)}.product__info-container .price__container .price-item{font-family:var(--headingFont);font-weight:600;font-size:var(--p24);color:var(--sky);line-height:1}.product__info-container .product_block_formWrap{margin:0}.product .product__info-container .product__description{margin:1.1rem 0 1.9rem;font-size:var(--p20);line-height:1.5;color:var(--bodyColor)}.product .product__info-container .product-form__quantity{margin:.8rem 0 2.1rem}.product-form__quantity .quantity__label{font-family:var(--headingFont);font-weight:600;font-size:var(--p24);color:var(--headingColor);line-height:1;margin-bottom:1.3rem!important}.product-form__quantity .quantity{border:1px solid #E9E9E9;padding:.6rem;border-radius:5rem;min-width:16.5rem}.product-form__quantity .quantity:before,.product-form__quantity .quantity:after{display:none}.product-form__quantity .quantity .quantity__button{width:3.9rem;height:3.9rem;background:var(--headingColor);border-radius:50%}.product-form__quantity .quantity .quantity__button svg path{fill:var(--white)}.product-form__quantity .quantity .quantity__button:hover{background:var(--sky);border-radius:50%}.product-form__quantity .quantity .quantity__input{font-family:var(--bodyFont);color:var(--bodyColor);font-size:var(--p20);line-height:1.5}.product__info-wrapper .product__text{font-size:var(--p18);line-height:auto}.product__info-wrapper .product__accordion.accordion{border-color:#5cb0ff4d;margin:0!important}.product__info-wrapper .product__accordion.accordion:nth-last-child(3){border-top:none}.product__info-wrapper .product__accordion.accordion:nth-last-child(3) summary{margin-top:-1.5rem}.product__info-wrapper .product__accordion summary:before{position:absolute;right:0;top:50%;transform:translateY(-50%);width:3rem;height:3rem;background-image:url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='14.5' fill='white' stroke='%233C3C43'/%3E%3Cpath d='M20.1024 16.114H16.2684V20.002H14.7384V16.114H10.9224V14.728H14.7384V10.822H16.2684V14.728H20.1024V16.114Z' fill='%230B0B0F'/%3E%3C/svg%3E%0A");background-size:contain;content:""}.product__info-wrapper .product__accordion summary[aria-expanded=true]{padding-bottom:1rem}.product__info-wrapper .product__accordion summary[aria-expanded=true]:before{background-image:url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%235CB0FF'/%3E%3Cpath d='M19.677 14.685V16.456H10.5V14.685H19.677Z' fill='white'/%3E%3C/svg%3E%0A")}.product__info-wrapper .product__accordion summary svg{display:none}.product__info-wrapper .product__accordion summary .accordion__title{font-family:var(--headingFont);font-weight:600;font-size:var(--p24);color:var(--headingColor);line-height:auto;margin-bottom:0rem!important}.product__info-wrapper .product__accordion .accordion__content{padding:0;font-size:var(--p16);line-height:1.5}.main_productGift_sec .product .product__info-container .product-form__quantity{margin:.8rem 0 3.6rem}.main_productGift_sec .product__info-container .product-form .customer .recipient-fields{display:block}.main_productGift_sec .product__info-container product-form.product-form{box-shadow:0 4px 24px #5cb0ff33;border-radius:20px;padding:2.5rem 2.9rem}.gift-card-formWrap h3{font-family:var(--headingFont);font-weight:600;font-size:var(--p24);color:var(--headingColor);line-height:auto;margin:0 0 1rem}.gift-card-formWrap .recipient-fieldsWrap .toggle_field{display:flex;column-gap:3rem;width:max-content;border-bottom:1px solid #e5e5e5}.gift-card-formWrap .recipient-fieldsWrap .toggle_field:before,.gift-card-formWrap .recipient-fieldsWrap .toggle_field:after{display:none}.gift-card-formWrap .recipient-fieldsWrap .toggle_field .toggle_item{position:relative}.gift-card-formWrap .recipient-fieldsWrap .toggle_field input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;margin:0;z-index:2;width:100%;height:100%;display:block}.gift-card-formWrap .recipient-fieldsWrap .toggle_field .field__label{position:relative;left:0;top:0;cursor:pointer;font-size:var(--p16);line-height:1.8;letter-spacing:0;color:var(--headingColor);display:block;border-bottom:1px solid transparent;z-index:1}.gift-card-formWrap .recipient-fieldsWrap .toggle_field input[checked]+label,.gift-card-formWrap .recipient-fieldsWrap .toggle_field input:checked+label{color:var(--sky);border-color:var(--sky)}.gift-card-formWrap .recipient-fields__fieldWrap{display:flex;--gap: 2.1rem;column-gap:var(--gap)}.gift-card-formWrap .recipient-fields__field:last-child{margin:0 0 3rem}.recipient-fields__fieldWrap .recipient-fields__field{width:100%;max-width:calc(50% - (var(--gap) / 2))}.gift-card-formWrap .recipient-fields__field .field:before,.gift-card-formWrap .recipient-fields__field .field:after{opacity:0}.gift-card-formWrap .recipient-fields__field .field .field__label{display:none}.gift-card-formWrap .recipient-fields__field .field .field__input{border:1px solid #D3EAFF;border-radius:5rem;background:var(--white);padding:1.5rem 2.5rem;font-size:var(--p16);line-height:1.5;font-weight:400;color:var(--headingColor);font-family:var(--bodyFont);height:auto;min-height:5.5rem}.gift-card-formWrap .recipient-fields__field .field .field__input::placeholder{font-size:var(--p16);line-height:1.5;font-weight:400;color:var(--bodyColor);font-family:var(--bodyFont);opacity:1}.gift-card-formWrap .recipient-fields__field .field textarea.field__input{border-radius:2rem}.gift-card-formWrap .recipient-fields__field .field .field__input:focus,.gift-card-formWrap .recipient-fields__field .field .field__input:focus-visible{box-shadow:0 4px 40px #5cb0ff1a}.gift-card-formWrap .recipient-fields__field .field .field__input[type=date]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;right:10px;cursor:pointer}@-moz-document url-prefix(){.gift-card-formWrap .recipient-fields__field .field .field__input[type=date]{background-image:none!important}}.gift-card-formWrap .recipient-fields__field .field .field__input[type=date]{background-image:url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.75 7.95H0.75M12.3056 0.75V4.35M5.19444 0.75V4.35M5.01667 18.75H12.4833C13.9768 18.75 14.7235 18.75 15.294 18.4557C15.7957 18.1969 16.2037 17.7838 16.4594 17.2758C16.75 16.6982 16.75 15.9421 16.75 14.43V6.87C16.75 5.35786 16.75 4.60179 16.4594 4.02423C16.2037 3.51619 15.7957 3.10314 15.294 2.84428C14.7235 2.55 13.9768 2.55 12.4833 2.55H5.01667C3.52319 2.55 2.77646 2.55 2.20603 2.84428C1.70426 3.10314 1.29631 3.51619 1.04065 4.02423C0.75 4.60179 0.75 5.35786 0.75 6.87V14.43C0.75 15.9421 0.75 16.6982 1.04065 17.2758C1.29631 17.7838 1.70426 18.1969 2.20603 18.4557C2.77646 18.75 3.52319 18.75 5.01667 18.75Z' stroke='%23545454' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-size:18px;background-repeat:no-repeat;background-position:95% center}.global-media-settings{border:none!important}.main_productGift_sec .product__info-wrapper .product-form__buttons{display:flex;column-gap:1.7rem}.main_productGift_sec .product__info-wrapper .product-form__buttons .product-form__submit{gap:.6rem;width:max-content;min-height:auto;padding:2rem 4rem;margin:0;align-items:flex-end}.main_productGift_sec .product__info-wrapper .product-form__buttons .product-form__submit svg path{fill:var(--white)}.main_productGift_sec .product__info-wrapper .product-form__buttons .product-form__submit:hover svg{transform:rotate(0)}.main_productGift_sec .product__info-wrapper .product-form__buttons .shopify-payment-button .shopify-payment-button__button{min-height:5.7rem;min-width:18rem;border-radius:3.25rem}.main_productGift_sec .product__info-wrapper .product-form__buttons .shopify-payment-button .shopify-payment-button__button:before,.main_productGift_sec .product__info-wrapper .product-form__buttons .shopify-payment-button .shopify-payment-button__button:after{opacity:0}.product .product__info-container variant-selects{margin-bottom:3rem}.product__info-wrapper variant-selects .form__label{font-family:var(--headingFont);font-weight:600;font-size:var(--p24);color:var(--headingColor);line-height:1;margin-bottom:1.3rem!important}.product__info-wrapper variant-selects .select:before,.product__info-wrapper variant-selects .select:after{opacity:0}.product__info-wrapper variant-selects .select .select__select{border:1px solid var(--sky);border-radius:5rem;font-size:var(--p16);font-weight:400;line-height:1.5;letter-spacing:0;font-family:var(--bodyFont);color:var(--headingColor);min-height:5rem;padding:1.1rem 2.2rem}.button.button--tertiary{background-color:transparent!important}.main_page_content{padding:5rem 0 10rem!important}.main_page_content .main-page-title{font-size:var(--p50);color:var(--headingColor);line-height:1.2;font-weight:400;letter-spacing:0;margin:0 0 3rem;font-family:var(--bodyFont)}.main_page_content .main-page-title strong{font-weight:600}.main_page_content .rte h2,.main_page_content .rte h3,.main_page_content .rte h4,.main_page_content .rte h5,.main_page_content .rte h6{font-size:var(--p24);font-weight:600;line-height:1;letter-spacing:0;color:var(--headingColor);font-family:var(--headingFont);margin:0 0 1.5rem;text-transform:capitalize;position:relative;padding-left:3.5rem}.main_page_content .rte h2:before,.main_page_content .rte h3:before,.main_page_content .rte h4:before,.main_page_content .rte h5:before,.main_page_content .rte h6:before{position:absolute;left:0;top:50%;transform:translateY(-50%);width:2.7rem;height:2.7rem;background-size:contain;background-position:center center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 0C6.0558 0 0 6.0558 0 13.5C0 20.9442 6.0558 27 13.5 27C20.9442 27 27 20.9442 27 13.5C27 6.0558 20.9442 0 13.5 0ZM20.3423 10.6392L13.0297 17.9515C12.8103 18.1709 12.5224 18.2813 12.2344 18.2813C11.9464 18.2813 11.6584 18.1709 11.439 17.9515L7.78286 14.2953C7.34284 13.8555 7.34284 13.1445 7.78286 12.7047C8.22266 12.2646 8.93352 12.2646 9.37354 12.7047L12.2344 15.5655L18.7516 9.04848C19.1914 8.60847 19.9023 8.60847 20.3423 9.04848C20.7821 9.48829 20.7821 10.1991 20.3423 10.6392Z' fill='%235CB0FF'/%3E%3C/svg%3E%0A");content:""}.main_page_content .rte>*{font-size:var(--p20);line-height:1.5;color:var(--bodyColor);font-family:var(--bodyFont);font-weight:400;letter-spacing:0}.main_page_content .rte>*:has(+h3),.main_page_content .rte>*:has(+h4),.main_page_content .rte>*:has(+h5),.main_page_content .rte>*:has(+h6){padding:0 0 4.8rem;border-bottom:1px solid #DBDBDB;margin:0 0 4.8rem}.main_page_content .rte li{margin:0 0 2rem}.main_page_content .rte li:last-child{margin:0}.main_page_content .rte .contact_infoWrap{display:flex;column-gap:4rem;justify-content:flex-start}.main_page_content .rte .contact_infoWrap .contact_info{display:inline-flex;column-gap:.9rem;align-items:center;margin:0}.main_page_content .rte a{text-decoration:none;color:var(--bodyColor)}.main_page_content .rte a:hover{color:var(--sky)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/Style.css.map */
