.informationbar_container{height:5svh;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}.informationbar_container>span{font-size:1.05rem;font-family:Montserrat,sans-serif;font-weight:600;white-space:nowrap;text-transform:capitalize}@media screen and (min-width: 375px) and (max-width: 900px){.informationbar_container>span{font-size:.7rem}}@media screen and (max-width: 374px){.informationbar_container>span{font-size:.6rem}}.template{width:100%;height:100vw}.header_container{display:flex;align-items:center;justify-content:space-between;padding:1rem;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px}.header_logo{font-weight:700;font-size:1.5rem;font-family:Mukta,sans-serif;color:#7e7575;cursor:pointer}.header_nav{display:none}.header_nav ul{display:flex;gap:2rem;list-style:none;font-size:1rem}.header_nav ul li{cursor:pointer;font-weight:500;color:#333}.header_nav ul li:hover{color:#999}.cart_icon{display:flex;align-items:center;gap:.3rem}@media (min-width: 768px){.header_container{padding:1rem 3rem}.header_nav{display:block}.header_logo{font-size:2rem}}.cart_item_container_desktop{width:100%;display:flex;align-items:center;padding:1rem;border-bottom:1px solid #eee}.cart_item_image_container{flex:.25;margin-right:1.5rem}.cart_item_image{width:8rem;height:auto}.cart_item_details_container{display:flex;flex-direction:column;flex:.75}.cart_item_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart_item_name{font-size:1.5rem;font-weight:700}.trash_icon{font-size:1.5rem;cursor:pointer}.cart_item_body{display:flex;justify-content:space-between;align-items:center}.cart_item_info{display:flex;flex-direction:column;gap:.75rem}.cart_item_color{font-size:1rem}.qnt_container_cart{display:flex;align-items:center;gap:.5rem;width:8rem}.subtract_cart,.add_cart{width:2rem;height:2rem;border-radius:50%;background-color:#fff;color:#333;border:2px solid #000;font-weight:700;font-size:.85rem;display:flex;justify-content:center;align-items:center;cursor:pointer}.qnt_cart{font-size:1.2rem}.price_item{font-size:1.75rem;font-weight:700}.item_disabled{color:#aaa;border-color:#aaa}@media screen and (min-width: 1200px){.cart_item_image{width:10rem}.cart_item_name{font-size:1.75rem}.price_item{font-size:2rem}}.cart_details_container{position:fixed;top:0;right:0;width:35%;height:100%;background-color:#fff;transition:right .3s ease-in-out;z-index:1000;display:flex;flex-direction:column;align-items:center;padding:2rem;box-shadow:-5px 0 10px #0000001a}.cart_details_container.slide-in{right:0}.cart_details_container.slide-out{right:-35%}.cart_header{font-family:Montserrat;width:100%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eaeaea;padding-bottom:1.5rem;margin-bottom:2rem}.close_button{font-size:2rem;cursor:pointer;color:#333}.cart_items{width:100%;height:calc(100% - 150px);display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.check_out{width:100%;padding:1.5rem;border-top:2px solid rgb(220,220,220);position:relative;bottom:0}.saving{color:#a49e9e;font-size:1.2rem;font-weight:500}.total{font-size:1.5rem;font-weight:700;padding-top:.5rem}.checkout_button{width:100%;height:4rem;border:none;border-radius:10px;background-color:#c52314d0;margin:2rem 0 0;font-size:1.5rem;font-weight:600;color:#fff;transition:background-color .3s ease}.checkout_button:hover{background-color:#96190fe6}.empty_cart{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.footer_container{display:flex;flex-direction:column;padding:3rem 5rem}.footer_title{text-align:center;font-size:3.1rem;letter-spacing:4px;padding:1rem 0 0;font-family:Montserrat;color:#000;flex:1.5;margin-bottom:2rem;width:50%;height:50%;align-self:center}.footer_store,.footer_policies{margin-bottom:2rem}.footer_store_title,.footer_policies_title{font-size:1.5rem;font-weight:400;font-family:Roboto;color:#fff;line-height:50%;letter-spacing:1px;margin-top:2rem}.footer_store_menu{display:flex;flex-direction:column;list-style:none;font-family:Roboto;font-size:.9rem;color:#ffffffeb}.footer_store_menu>li{display:inline-block;width:auto;padding:.6rem 0}.contacts{display:flex;justify-content:space-around;align-items:center;margin:0 4rem}.seperater{margin:3rem 0;border-bottom:1px solid #ffffff9e}.payment_container{margin:0 2rem}.payment_container>ul{display:flex;justify-content:space-around}.payment{list-style:none}.reviews_container{margin:3rem 0;display:flex;justify-content:center}.reviews{display:flex;justify-content:center;align-items:center;width:30%;font-family:Roboto;padding:1rem 7rem;font-size:1.4rem;font-weight:700;background-color:transparent;border:4px solid #fff;color:#fff}.footer_copyright{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:.75rem}.footer_copyright>ul{padding:.25rem 0}.footer_copyright_list{display:flex;align-items:center;gap:.4rem}.footer_copyright_list>li{display:flex;align-items:center;font-size:.8rem;color:#fff}.footer_copyright_list>li>strong{display:flex;align-items:center}.footer_copyright_list>li>strong>svg{margin-bottom:.1rem;margin-right:.2rem}.storePolicySeperator{display:flex;justify-content:space-around;width:100%}@media only screen and (min-width: 768px){.footer_title{max-width:300px}.footer_store,.footer_policies{margin-bottom:0;margin-right:3rem}.footer_store_menu{text-align:left}.contacts{margin-top:2rem}}.homepage_container{display:flex;flex-direction:column}.homepage_video{height:120%;background-color:#f1f1f1}.benefits_container{padding:2rem 1rem}.benefits_title_container{display:flex;flex-direction:column;align-items:center;justify-content:center}.benefits_title_container>span{font-family:Montserrat;font-weight:700}.benefits_main_container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:left;width:100%}.benefits_main_container>img{margin-top:2rem;margin-left:1rem;width:350px;transform:translate(14px);height:auto}.benefits_icon_container{display:flex;flex-direction:column;justify-content:center;align-items:center}.benefits_icon_container>span{color:#333;font-family:Roboto;font-size:.85rem;line-height:121%;text-align:center}.benefits_cta{font-family:Lilita One,sans-serif;background-color:#efefefa7;color:#333;font-weight:500;display:block;margin:auto;margin-top:2rem;margin-bottom:2rem;width:90%;font-size:1.2rem;padding:1rem .6rem;border-radius:25px;border:2px solid rgb(0,0,0);position:relative}.benefits_cta:before{position:absolute;display:block;content:"";top:0;left:0;border-radius:23px;border:3px solid rgb(132,79,27);height:100%;width:100%;box-sizing:border-box}@media screen and (min-width: 1024px){.benefits_main_container{flex-direction:row;justify-content:space-between;align-items:center;padding:2rem}.benefits_main_container>img{width:450px;margin-left:0;transform:none}.benefits_title_container>span{font-size:2.5rem}.benefits_icon_container{flex-direction:row;justify-content:space-around;align-items:center}.benefits_cta{width:50%;font-size:1.4rem}}@media screen and (max-width: 768px){.benefits_main_container{flex-direction:column;justify-content:center;align-items:center}.benefits_main_container>img{width:300px}.benefits_icon_container{flex-direction:column;justify-content:center;align-items:center;margin-top:1rem}.benefits_cta{width:70%}}@media screen and (max-width: 385px){.benefits_main_container>img{width:300px}}.hero_container{width:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 2rem 1rem}.product_image{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;margin-left:1.5rem}.product_image>img{height:85%;width:85%}.hero_section_title{font-family:Montserrat;font-weight:700;font-size:3.75rem;color:#fff;z-index:2}.button_container{display:flex;align-items:center;flex-direction:column}.start_button{width:50%;padding:.5rem 1rem;border:3px solid #fff;background-color:transparent;display:flex;justify-content:space-between;align-items:center;border-radius:25px;font-size:1.5rem;font-family:Mukta,sans-serif;font-weight:700;color:#fff;transition:background .2s ease-in-out}.start_button:active{background-color:#fff;color:#c52314d0}.arrow{width:2.5rem;height:2.5rem;border:2px solid white;border-radius:50%}@media only screen and (min-width: 1024px){.hero_container{flex-direction:row;justify-content:space-between;height:80vh;padding:0 5rem}.product_image{width:50%;padding:0}.product_image>span{font-size:5rem}.start_button{width:40%;bottom:5%;font-size:1.7rem}}.orderContainer{display:flex;flex-direction:column;align-items:center;padding:1rem;max-width:1200px;margin:auto}.orderContainer>img{border:1px solid rgb(205,205,205);width:98%;max-width:600px;margin:1rem auto}.productName{font-size:2rem;margin:.7rem;font-family:Montserrat;text-align:center}.price{margin:.5rem 0;display:flex;justify-content:center}.price>span:first-child{font-family:Montserrat;font-size:1.25rem;color:#fb7a7a;text-decoration:line-through;margin-right:.75rem;font-weight:700;letter-spacing:3px}.price>span:last-child{font-family:Montserrat;font-size:1.25rem;color:#51db75;margin-left:.75rem;font-weight:700;letter-spacing:3px}.discount{display:flex;justify-content:center}.discount>span{font-family:Montserrat;border:1px solid rgb(236,91,51);padding:3px;color:#ec5b33;font-weight:700}.colors{display:flex;justify-content:space-around;width:100%;max-width:500px;padding:1rem 0}.colors_picker{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.colors_picker>span{padding-top:.4rem}.colors_pick_black,.colors_pick_pink,.colors_pick_beige{border-radius:6px;width:2rem;height:2rem;position:relative}.colors_pick_selected{border:2px solid rgb(230,56,56)}.colors_pick_black:before{content:"";position:absolute;height:100%;width:100%;background-color:#000;border-radius:5px}.colors_pick_pink:before{content:"";position:absolute;height:100%;width:100%;background-color:pink;border-radius:5px}.colors_pick_beige:before{content:"";position:absolute;height:100%;width:100%;background-color:#e7e7c8;border-radius:5px}.order_qnt{display:flex;flex-direction:column;align-items:start;gap:.5rem;width:100%;max-width:500px;margin-bottom:.5rem}.qnt_container{display:flex;align-items:center;width:40%;border:1px solid rgba(81,219,117,.8);border-radius:8px;margin:auto}.qnt{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.25rem;font-family:Montserrat}button{font-family:Montserrat;border:none;background-color:#51db75;padding:.5rem 1rem;color:#fff;border-radius:5px;cursor:pointer}button:hover{background-color:#ec5b33}@media (max-width: 1024px){.orderContainer{padding:.5rem}.productName{font-size:1.5rem}.price>span{font-size:1rem}.qnt_container{width:50%}button{padding:.4rem .8rem}}@media (max-width: 768px){.colors{flex-direction:column;align-items:center}.qnt_container{width:80%}.productName{font-size:1.25rem}}.feature2_container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.feature2_container>h2{font-family:Montserrat;font-weight:700}.feature2_container>p{font-size:.95rem}.feature2_link>button{background-color:#ff6f61;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;transition:background .2s ease-in-out}.feature2_link>button:active{background-color:#d83021}.comparison-table-container{width:100%;margin:1.5rem 1rem 0;overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;border:2px solid #ce4a3d;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.comparison-table th,.comparison-table td{padding:12px 15px;text-align:center}.comparison-table th{background-color:#ce4a3d;color:#fff}.comparison-table tbody tr:nth-child(2n){background-color:#f2f2f2}.comparison-table tbody tr:hover{background-color:#ddd}.comparison-table tbody td{font-size:16px}.comparison-table tbody td:last-child{color:#ce4a3d;font-size:20px}.feature2_carousel_container{display:flex;flex-direction:column}.feature2_carousel_container>h2{color:#000}.feature2_slide_container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}@media (max-width: 1024px){.feature2_container{padding:1rem}.feature2_container>h2{font-size:1.75rem}.feature2_container>p{font-size:.85rem}.feature2_link>button{padding:.6rem 1.2rem}.comparison-table th,.comparison-table td{padding:10px 12px}}@media (max-width: 768px){.feature2_container>h2{font-size:1.5rem}.feature2_container>p{font-size:.8rem}.feature2_link>button{padding:.5rem 1rem}.comparison-table th,.comparison-table td{font-size:14px}}.product_page_rating{display:flex;align-items:center;padding:1rem}.product_page_rating>span{padding-left:.5rem;font-weight:700;color:#b7b4b4}.product_page_bundles{font-family:poppins}.product_page_bundles>div:first-child{padding:1.5rem 0 1rem;display:flex;justify-content:center;align-items:center}.product_page_bundles>div:first-child>span{font-weight:700;padding:0 .75rem;font-family:poppins}.bundle_line{width:35%;border-bottom:2px solid rgb(89,86,86)}.product_page_bundles>div:last-child{display:flex;justify-content:space-around;align-items:flex-end}.bundle_1{display:flex;flex-direction:column;justify-content:center;align-items:center;width:8.5rem;height:7.5rem;background-color:#f3ebeb;border:3px solid rgba(218,217,217,.674);border-radius:12px;cursor:pointer}.bundle_1>span{font-size:.75rem}.bundle_2_special{display:flex;flex-direction:column;justify-content:center;align-items:center;width:8.5rem;height:7rem;background-color:#f3ebeb;border:3px solid rgba(218,217,217,.674);border-radius:0 0 12px 12px;border-top:none;cursor:pointer}.bundle_2_special>span{font-size:.75rem}.product_page_bundles>div:last-child>div:nth-child(2)>div:first-child{width:8.5rem;height:1.5rem;background-color:#ff0000ac;border-bottom:none;border-radius:12px 12px 0 0;color:#fff;font-family:poppins;display:flex;justify-content:center;font-size:.8rem;align-items:center;font-weight:600}.bundle_3{display:flex;flex-direction:column;justify-content:center;align-items:center;width:8.5rem;height:7.5rem;background-color:#f3ebeb;border:3px solid rgba(218,217,217,.674);cursor:pointer;border-radius:12px}.bundle_3>span{font-size:.75rem}.selected_bundle{border:3px solid rgba(255,0,0,.674)}.selected_bundle_special{border-right:3px solid rgba(255,0,0,.674);border-left:3px solid rgba(255,0,0,.674);border-bottom:3px solid rgba(255,0,0,.674);border-radius:0 0 12px 12px}.product_page_desc{padding:1rem}.product_page_desc>span:first-child{font-weight:500;color:#868585}.product_page_desc>ul{padding:1rem 0 1rem 2rem}.product_page_desc>ul>li{padding:.5rem 0;color:#000}@media screen and (max-width: 429px){.bundle_1{width:8rem;height:7rem}.bundle_2_special{width:8rem;height:6.75rem}.product_page_bundles>div:last-child>div:nth-child(2)>div:first-child{width:8rem}.bundle_3{width:8rem;height:6.75rem}.product_page_bundles>div:last-child{padding:0 .5rem}}@media screen and (max-width: 429px){.bundle_1{width:7rem;height:6rem}.bundle_1>span{font-size:.7rem}.bundle_2_special{width:7rem;height:6.25rem}.bundle_2_special>span{font-size:.7rem}.product_page_bundles>div:last-child>div:nth-child(2)>div:first-child{width:7rem;height:1.25rem}.bundle_3{width:7rem;height:6rem}.bundle_3>span{font-size:.7rem}.product_page_bundles>div:last-child{padding:0 .5rem}}@media screen and (max-width: 365px){.bundle_1{width:6.5rem;height:5.5rem}.bundle_1>span{font-size:.6rem}.bundle_2_special{width:6.5rem;height:5.75rem}.bundle_2_special>span{font-size:.6rem}.product_page_bundles>div:last-child>div:nth-child(2)>div:first-child{width:6.5rem;height:1.25rem;font-size:.75rem}.bundle_3{width:6.5rem;height:5.5rem}.bundle_3>span{font-size:.6rem}.product_page_bundles>div:last-child{padding:0 .5rem}}.product_information{padding:.75rem 0;margin:.5rem .75rem;font-weight:700;border-top:1px solid rgba(137,137,137,.36);border-bottom:1px solid rgba(137,137,137,.36);transition:height .2s ease-in-out;cursor:pointer}.product_information>.product_information_open{list-style-type:none}.product_information>.product_information_open>ul{padding-left:2rem;list-style:square}.product_information>div>ul>li{padding:.5rem 0;font-size:.75rem;font-weight:400;font-family:poppins}.product_information_open{height:0;overflow:hidden;transition:height .2s ease-in-out}.product_info_open1{height:6rem}.product_info_open2{height:12rem}.product_info_open3{height:8rem}.shipping_information_product_page{padding:1rem .5rem;font-family:poppins;font-weight:300}.review_container{display:flex;flex-direction:column;align-items:center;border-radius:8px;max-width:400px;margin:10px}.review_container img{width:100%;height:200px;object-fit:cover;margin-bottom:10px}.review_container>div{display:flex;align-items:center;margin-bottom:10px}.review_container>div span{margin-right:5px}.review_stars{margin-bottom:10px}.review_stars>*{margin-right:2px}.review_content{font-size:16px;line-height:1.5;color:#333;padding:0 10px 10px;font-family:poppins}.modal_overlay{position:fixed;inset:0;z-index:9999;display:flex;justify-content:center;align-items:center}.modal_content{position:relative;padding:20px;overflow:auto;background-color:#fff}.modal_content img{width:100%;height:100%;object-fit:contain}.modal_close{position:absolute;top:0;right:0;font-size:24px;cursor:pointer;color:#333}.modal_close:hover{color:#aaa}.review_section_title_container{display:flex;justify-content:center;padding:1rem 0}.review_section_title_container>span{font-size:1.75rem;font-weight:500;font-family:poppins;color:#333}.reviews_organiser{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:20px;background-color:#f9f9f9;border-radius:10px}.agreement{text-align:center;font-size:1rem;padding-top:2rem}.table_title{display:flex;justify-content:center;font-size:1rem;padding-top:2rem;font-weight:700}.table_content{padding-top:2rem;text-align:center;list-style:none}.table_content>li{padding:.25rem 0;text-decoration:underline}.terms_title{padding-top:2rem;text-align:center;font-size:1rem}.terms_mini_title{padding:1rem;text-align:center;font-size:.95rem}.prohibited_activity{text-align:center}.prohibited_activity>li{font-size:.9rem;text-align:center;color:#5a5858;padding-top:1rem}.terms_title{font-size:1.25rem;text-align:center;padding:3rem 0 2rem}.update_date{color:#595959;display:flex;justify-content:center;font-size:.7rem}.policy_title{padding-top:2rem;text-align:center;font-size:1rem}.policy_mini_title{padding:1rem;text-align:center;font-size:.95rem}.agreement_p{font-size:.9rem;text-align:center;color:#5a5858;padding-top:1rem}.name_section{display:flex;flex-direction:column}.name_section,.mail_section{flex:1}.name_section>input{width:100%;height:2rem}.mail_section{display:flex;flex-direction:column}.contact_us_input_style{width:100%;height:2rem;border-radius:0;margin:0;border:1px solid black;outline:none}.contact_us_input_style::placeholder{font-family:poppins}.submit_button{cursor:pointer;margin:1rem 0 0;padding:.5rem 1.5rem;border:none;background-color:#e98e4d;color:#fff;font-weight:700;font-size:.85rem;letter-spacing:.5px;transition:background .2s ease-in-out}.submit_button:active{background-color:#b66b36}.submit_button:disabled{background-color:#928b8b}.contact_us_input_style{padding-left:2rem}.checkout_title{font-weight:500;color:#000;font-size:1.35rem;margin-bottom:.5rem;display:flex}.EmailSectionCheckoutContainer{padding:2rem 1.5rem;background-color:#fff}.checkoutEmail{border:2px solid #b7b7b789;border-radius:6px;padding:.5rem;width:100%;height:3rem;color:#000;transition:border .4s ease-in-out;margin:.4rem 0;font-weight:500;font-size:.9rem;outline:none}.checkoutEmail:focus{border:2px solid rgb(150,18,18)}.checkbox-wrapper-46 input[type=checkbox]{display:none;visibility:hidden}.checkbox-wrapper-46 .cbx{margin:auto;-webkit-user-select:none;user-select:none;cursor:pointer;pointer-events:auto}.checkbox-wrapper-46 .cbx span{display:inline-block;vertical-align:middle;transform:translateZ(0)}.checkbox-wrapper-46 .cbx span:first-child{position:relative;width:18px;height:18px;border-radius:3px;transform:scale(1);vertical-align:middle;border:1px solid #9098a9;transition:all .2s ease}.checkbox-wrapper-46 .cbx span:first-child svg{position:absolute;top:3px;left:2px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16px;stroke-dashoffset:16px;transition:all .3s ease;transition-delay:.1s;transform:translateZ(0)}.checkbox-wrapper-46 .cbx span:first-child:before{content:"";width:100%;height:100%;background:#c52314d0;display:block;transform:scale(0);opacity:1;border-radius:50%}.checkbox-wrapper-46 .cbx span:last-child{padding-left:8px}.checkbox-wrapper-46 .cbx:hover span:first-child{border-color:#c52314d0}.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child{background:#c52314d0;border-color:#c52314d0;animation:wave-46 .4s ease}.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child svg{stroke-dashoffset:0}.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child:before{transform:scale(3.5);opacity:0;transition:all .6s ease}@keyframes wave-46{50%{transform:scale(.9)}}.DeliveryCheckoutContainer{background-color:#fff;margin-top:1rem;padding:0 1.5rem 1.5rem}.shipping_method{display:flex;flex-direction:column;padding:1rem 1.5rem;border:1px solid black;border-radius:8px;background-color:#f4f4f4}.checkout_input>input[type=text]{border:2px solid #b7b7b789;border-radius:6px;padding:.5rem;width:100%;height:3rem;color:#000;transition:border .4s ease-in-out;margin:.4rem 0;font-weight:500;font-size:.9rem;outline:none}.checkout_input>input:focus{border:2px solid rgb(150,18,18)}.radio{font-size:24px;font-weight:500;text-transform:capitalize;display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;color:#000;position:relative;gap:1rem}.radio+.radio{margin-left:20px}.radio input[type=radio]{display:none}.radio span{height:22px;width:22px;border-radius:50%;border:3px solid rgb(32,31,31);display:block;position:relative;left:0}.radio span:after{content:"";height:8px;width:8px;background-color:#363636;display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(0);border-radius:50%;transition:.3s ease-in-out 0s}.radio input[type=radio]:checked~span:after{transform:translate(-50%,-50%) scale(1.2)}.secureCheckoutInputContainer{display:flex;align-items:center;width:100%;height:3rem;margin:.8rem 0;border:2px solid #b7b7b789;border-radius:6px}.secureCheckoutInputContainer .StripeElement{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;padding-left:5px;box-sizing:border-box;background-color:#fff;border-radius:6px}.checkoutStripeContainer{border-right:1px solid #b7b7b789;border-left:1px solid #b7b7b789;background-color:#f4f4f4;overflow:hidden;max-height:0;padding:0;transition:max-height .5s cubic-bezier(.3,.5,.5,1),padding-top .4s cubic-bezier(.3,.5,.5,1),padding-bottom 0s linear .1s}.checkoutStripeContainer.accordionShow{max-height:60rem;padding:.5rem;transition:max-height .5s cubic-bezier(.3,.5,.5,1),padding-top .4s cubic-bezier(.3,.5,.5,1)}.radio-label.selected_payment{border:1px solid}.radio-label{background-color:#f1f1f1;padding:1rem 1.25rem}.checkout_purchase_btn{width:100%;height:3.5rem;font-size:1rem;font-weight:700;border:none;margin:2rem 1rem;color:#fff;border-radius:5px;font-family:poppins}.checkout_purchase_btn_container{background-color:#fff;display:flex;justify-content:center;margin-bottom:3px}.checkbox-wrapper-46{margin-bottom:1rem}.billing_address_form_container{overflow:hidden;max-height:0;transition:max-height .5s cubic-bezier(.3,.5,.5,1)}.billing_address_form_container.billing_form_show{max-height:60rem;transition:max-height .5s cubic-bezier(.3,.5,.5,1)}.checkout_error_span{display:block;width:100%;text-align:center;color:red}.SecureCheckoutContainer{background-color:#fff;margin:1rem 0 0;padding:1.5rem 1rem}.checkout_header{padding:1.5rem 1.5rem 1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;background-color:#fff;box-shadow:#00000040 0 14px 28px,#00000038 0 10px 10px}.checkout_header>span{font-size:1.5rem;font-weight:600}.checkout_footer{background-color:#fff}ul>div>li{padding:.5rem 0;color:#6d6565c5;text-decoration:underline}.total_order_details{height:0;width:100%;overflow:hidden;transition:all .2s ease-in-out}.total_order_details_show{height:auto}.total_order_triangle{transform:scaleY(.6);transition:transform .2s ease-in-out}.total_order_triangle_show{transform:scaleY(.6) rotate(180deg)}.order_details_image{width:5rem;display:flex;border-radius:6px;border:1px solid #8d8d8d}.order_details_image_container{width:fit-content;position:relative}.order_details_image_container:after{content:attr(datatype);position:absolute;top:-.5rem;right:-.5rem;width:1.5rem;height:1.5rem;border-radius:50%;background-color:#666;font-size:.75rem;display:flex;justify-content:center;align-items:center;font-weight:700;color:#fff}.order_details_finance{padding-top:1.75rem;font-family:poppins}.order_details_finance>div{display:flex;justify-content:space-between;padding:.3rem 0}.order_details_finance>div:last-child{font-size:1.2rem;font-weight:500}.thankyou_check_container{display:flex;align-items:center;padding-top:5rem;flex-direction:column}.thankyou_span{font-size:3.5rem;font-weight:700;font-family:poppins}.thankyou_check_container>span{padding:.25rem 0}.tracking_number_container{display:flex;padding:1rem;justify-content:center;cursor:pointer}.track_order_submit{padding:1.5rem 0}.tracking_number_container>div{border-bottom:1px solid #8c7878;padding:1rem;flex:1;display:flex;justify-content:center}.tracking_number_container>div>span{font-family:poppins;color:#8c7878}.order_number_div_container{width:100%;height:10rem;padding:0 2rem}.tracking_number_div_container{width:100%;padding:0 2rem;height:5rem}.track_order_submit_button_container{display:flex;justify-content:center}.track_order_input_style{height:2.75rem;width:100%;border:1px solid black;border-radius:8px;outline:none;padding:0 2.75rem;font-size:1.05rem;font-family:poppins}.track_order_submit_button{width:90%;height:4rem;font-size:1.15rem;font-family:poppins;font-weight:500;letter-spacing:.1rem;line-height:1.125;color:#fff;border:none;border-radius:6px;background-color:#c52314d0;margin-top:2rem;transition:background .2s ease-in-out;cursor:pointer}.track_order_submit_button:active{background-color:#84180ed0}.track_order_error_span{display:flex;justify-content:center;padding-bottom:.5rem;color:#cb407b;font-weight:500}.tracking_page_icon_style{position:absolute;left:.6rem;bottom:.6rem}.tracking_page_icon_style_track{position:absolute;left:.6rem;bottom:.9rem}@media screen and (max-width: 369px){.tracking_number_container>div>span{font-size:.9rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Roboto;font-size:16px;background-color:#f5f5f5;color:#333;overflow-x:hidden;user-select:none}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:700}h3{font-size:1.75rem;font-weight:700}p{font-size:1rem;font-weight:400}a{color:unset;text-decoration:unset}
