@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,.app-layout{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;overflow-x:hidden}body{font-family:Manrope,sans-serif;position:relative}.menu-overlay{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#fff;opacity:.3;width:100%;height:100%;transition:all .5s}.loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#d5d9de;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.loader{width:45px;aspect-ratio:.75;--c: no-repeat linear-gradient(theme(colors.stone.8) 0 0);background:var(--c) 0% 50%,var(--c) 50% 50%,var(--c) 100% 50%;background-size:20% 50%;animation:loading 1s infinite linear}.overlay{background-color:#00000080;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:92;transition:all .5s}@keyframes removeUp{0%{transform:translate(-40rem,-20rem)}20%{transform:translate(-40rem,-5rem)}40%{transform:translate(-40rem,10rem)}60%{transform:translate(-40rem,10rem)}80%{transform:translate(-40rem,-5rem)}to{transform:translate(-40rem,-20rem)}}.popup{position:absolute;transform:translate(-40rem,30rem);color:#fff;background-color:#000;padding:1.2rem;border-radius:5px;width:fit-content;animation:removeUp linear 4s}.popup p{font-size:1.87rem}.itemAdded{font-size:1.7rem;background-color:#000;text-transform:capitalize;padding:2rem;width:21rem;color:#fff}@keyframes upp{0%{top:-20vh}20%{top:20vh}40%{top:50vh}60%{top:50vh}80%{top:20vh}to{top:-20vh}}.item-AddedBox{position:absolute;left:45vw;top:-20vh;z-index:100;animation:upp linear 4s 0s}.error-message{color:red}.main-head{background-color:#101010}.nav-img-none{display:none}.scrolled .header-content{padding:2.5rem .5rem}.scrolled{position:fixed;top:0;left:0;background-color:#000;z-index:222;width:100%;transition:all .7s}.header{background-color:#000;transition:all .7s}.header-content{border-bottom:1px solid rgba(250,250,250,.2);padding:4rem .5rem;display:flex;align-items:center;justify-content:space-between;max-width:100rem;margin:0 auto}.head-name{font-size:2.7rem;font-weight:900;color:#fff}.mobile-head,.nav-close{display:none}.nav-open{transform:translateY(-100%)}.nav{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:4rem}.nav-img img{cursor:pointer}.nav-img span{color:#000;font-size:1.6rem;padding:2px;background-color:#fff}.nav-link{font-size:1.25rem;color:#fff;font-weight:400;text-decoration:none;letter-spacing:.1rem;text-transform:uppercase}.hero{max-width:100rem;margin:0 auto}.hero-container{padding:1.3rem 0rem;display:flex;gap:8rem}.hero-text{padding-top:8rem;flex-basis:50%;display:flex;flex-direction:column;gap:2.4rem}.hero-text h5{font-size:4rem;color:#fff;line-height:4.2rem;letter-spacing:.5rem}.hero-text span{color:#fafafa33;font-weight:400;letter-spacing:.5rem;font-size:1.4rem;text-transform:uppercase}.hero-info{color:#fff;font-size:1.35rem;letter-spacing:.1rem;line-height:2.2rem;padding-bottom:2.6rem}.hero-btn a{color:#fff;font-size:1.3rem;text-transform:uppercase;background-color:#d8704a;padding:1.3rem 2.2rem;cursor:pointer;border-radius:4px;text-decoration:none}.hero-img{flex-basis:60%}.hero-img img{width:100%}.cart-box{position:absolute;background-color:#fff;right:7%;top:20.5vh;border:1px solid gray;padding:2rem;width:32rem;border-radius:6px;z-index:100;transition:all .5s}.cart-num{display:flex;justify-content:space-between;padding-bottom:1rem}.cart-num h6{font-size:1.3rem;font-weight:800}.cart-num p{font-size:1.2rem;font-weight:500;padding-bottom:1.2rem;cursor:pointer}.cart-total{display:flex;align-items:center;justify-content:space-between}.cart-content{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.cart-content div:nth-child(1){display:flex;gap:.6rem}.content-price{margin-right:2.5rem}.cart-content img{width:4rem}.content-price h6{font-weight:800;font-size:1.3rem;text-transform:uppercase}.content-price span{font-size:1.2rem;font-weight:400}.cart-total h6{font-size:1.3rem;font-weight:300;text-transform:uppercase;letter-spacing:.04rem}.cart-total span{font-weight:800;font-size:1.3rem;padding:1.3rem 0rem}.checkout-btn{border:none;background-color:#fff}.checkout-btn a{margin-top:1.4rem;color:#fff;text-decoration:none;background-color:#d8704a;text-transform:uppercase;font-weight:600;font-size:1.23rem;border-radius:3px;display:flex;align-items:center;justify-content:center;width:27rem;padding:1rem 2rem;border:none;cursor:pointer}.checkout-btn a{color:#fff;text-decoration:none}.content-btns{display:flex;align-items:flex-start;height:2.6rem;justify-content:center;gap:2rem;background-color:#eee;padding:.6rem 1rem}.content-btns button{border:none;font-size:1.5rem;cursor:pointer;color:#444}.display-section{max-width:100rem;padding-top:15rem;margin:0 auto}.product-container{display:flex;flex-direction:column;gap:12rem}.product-cont{display:flex;align-items:center;gap:10rem}.product-cont img{width:38vw}.prodd-info{display:flex;flex-direction:column;gap:2.8rem}.prodd-head{font-size:3.8rem}.prod-text{font-size:1.3rem;line-height:2.2rem}.prodd-btn{color:#fff;text-decoration:none;background-color:#d8704a;text-transform:uppercase;font-weight:600;font-size:1.4rem;border-radius:3px;width:14rem;padding:1rem 2rem}.product-hero-name{display:flex;align-items:center;justify-content:center}.product-hero-name h4{font-size:4rem;color:#fff;text-transform:uppercase}.product-hero{padding:8rem 0rem}.product-description{max-width:100rem;padding-top:9rem;margin:0 auto}.back a{color:#000;text-decoration:none;display:inline-block}.back{padding-bottom:6rem}.prod-describe{display:flex;align-items:center;gap:10rem;padding-bottom:9rem}.desc-img img{width:38vw}.desc-text h3{font-size:3.8rem;padding-bottom:2.4rem}.desc-text p{font-size:1.3rem;line-height:2.2rem;padding-bottom:2rem}.desc-text span{display:block;font-weight:900;font-size:1.4rem;padding-bottom:2.2rem}.counter{display:flex;align-items:center;gap:3rem}.counter div{display:flex;align-items:flex-start;height:3.6rem;justify-content:center;gap:3rem;background-color:#eee;padding:.6rem 2.4rem}.counter div button{border:none;font-size:1.5rem;cursor:pointer;color:#444}.add-cart{color:#fff;text-decoration:none;background-color:#d8704a;text-transform:uppercase;font-weight:600;font-size:1.23rem;border-radius:3px;width:14rem;padding:1rem 2rem;border:none;cursor:pointer}.features h3,.inthebox-content h3{font-size:2.3rem;padding-bottom:3rem;text-transform:uppercase}.features{flex-basis:60%;font-size:1.24rem}.features p{line-height:1.8rem;font-size:1.25rem}.inthebox{display:flex;gap:1.6rem;flex-basis:40%}.inthebox div{display:flex;flex-direction:column;row-gap:.6rem;font-size:1.22rem}.inthebox div:nth-child(1){color:#d8704a}.prod-features{display:flex;gap:13rem;padding-bottom:13rem}.product-images{display:grid;grid-template-columns:1fr 1fr;height:70rem;column-gap:1rem;align-items:center}.prod-img:nth-child(2){width:100%;height:54rem}.prod-img:nth-child(1),.prod-img:nth-child(3){height:27rem;width:100%;transform:translateY(-13.6rem)}.prod-img:nth-child(3){transform:translateY(-26.2rem)}.also-like{padding-bottom:3.5rem}.also-like h3{text-align:center;font-size:2.7rem;text-transform:uppercase;padding-bottom:6rem}.like{display:flex;align-items:center;justify-content:center;gap:5rem}.also{display:flex;flex-direction:column;gap:1.6rem;align-items:center}.also a{color:#fff;text-decoration:none;background-color:#d8704a;text-transform:uppercase;font-weight:600;font-size:1.4rem;border-radius:3px;width:14rem;padding:1rem 2rem}.also p{font-size:1.8rem;font-weight:800;text-transform:uppercase}.also img{width:100%}.item-section{padding:17rem 0rem 10rem}.mobile-section{position:absolute;top:1.75%;bottom:0;left:0;height:100vh;width:50%;background-color:#fff;padding:4rem 3rem;z-index:23;transform:translate(-110%)}.items{max-width:100rem;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.6rem}.mobile-items{display:flex;flex-direction:column;gap:3rem;max-width:50rem}.item-box,.mobile-box{display:flex;flex-direction:column;gap:1.4rem;position:relative;align-items:center;background-color:#f1f1f1;padding-top:8rem;padding-bottom:2.4rem}.item-box h5,.mobile-box h5{font-size:1.4rem;text-transform:uppercase}.item-img,.mobile-nav-img{display:flex;flex-direction:column;position:absolute;top:-30%}.item-img img,.mobile-nav-img img{width:8rem}.item-link,.mobile-nav-link{display:flex;align-items:center;gap:1rem}.item-link a,.mobile-nav-link a{color:#000;text-decoration:none;font-size:1.3rem;text-transform:uppercase}.section-product{padding:6rem 0rem;display:flex;flex-direction:column;gap:5rem;max-width:100rem;margin:0 auto}.prod{border-radius:7px;background-color:#d8704a;display:flex;align-items:flex-start;gap:8rem;padding:7rem 9rem 0rem}.product-img img{width:90%;transform:translateY(.3rem)}.prod-head{color:#fff;font-size:4.5rem;line-height:4rem}.prod-head span{display:block}.product-text{padding-top:4rem;display:flex;flex-direction:column;gap:3rem;padding-right:4rem;flex-basis:50%;padding-bottom:2rem}.product-link a{color:#fff;font-size:1.3rem;text-transform:uppercase;background-color:#000;padding:1.3rem 2.2rem;cursor:pointer;border-radius:4px;letter-spacing:.1rem;text-decoration:none}.prod-info{color:#fff;font-size:1.24rem;letter-spacing:.1rem;line-height:1.7rem}.prod-2-text a,.prod-3-text a{color:#000;font-size:1.3rem;text-transform:uppercase;background-color:#fafafa33;padding:1.3rem 2.2rem;border:2px solid #000000;cursor:pointer;border-radius:4px;letter-spacing:.1rem;text-decoration:none;max-width:15rem}.mobile-audio,.mobile-prod{display:none}.prod-2{position:relative}.prod-2-text{position:absolute;display:flex;flex-direction:column;gap:2rem;top:20%;left:10%}.prod-2-text span,.prod-3-text span{color:#000;font-size:2.7rem}.prod-2-img img{max-width:100rem}.prod-3{display:flex;gap:1rem}.prod-3-text{display:flex;background-color:#f1f1f1;border-radius:7px;flex-direction:column;justify-content:center;gap:2.3rem;flex-basis:50%;padding-left:8rem}.prod-3-1 img{width:95%}.section-audio{padding:10rem 0rem 13rem;max-width:100rem;margin:0 auto}.audio-info{display:flex;gap:13rem}.audio-text{display:flex;flex-direction:column;justify-content:center;gap:1.4rem}.audio-text h4{font-size:3.4rem;text-transform:uppercase;padding-bottom:1.4rem}.audio-text h4 span{color:#d8704a}.audio-text p{font-size:1.3rem;line-height:2.1rem}.audio-none{display:none}.audio-img img{width:48rem}.footer{background-color:#000;padding:7rem 0rem 5rem}.footer-content{max-width:100rem;margin:0 auto;display:flex;flex-direction:column}.footer-name{font-size:2.5rem;font-weight:900;color:#fff}.footer-copy{display:flex;align-items:center;justify-content:space-between;padding-bottom:3rem}.footer-nav{display:flex;align-items:center;gap:3.5rem}.footer-nav a{color:#fff;text-decoration:none;font-size:1.23rem;text-transform:uppercase;padding-bottom:0rem}.footer-text,.copyright{color:#fafafa80;font-size:1.23rem;line-height:2rem}.footer-text{padding-bottom:3.2rem;max-width:50rem}.footer-socials{display:flex;align-items:center;gap:1.2rem;justify-content:flex-end}.footer-socials img{width:2.3rem}.checkout-section{display:flex;gap:4rem;padding:2rem 7rem 6rem}.check-layout{background-color:#eee}.checkout-boxes{flex-basis:65%;display:flex;flex-direction:column;gap:4.3rem}.checkout-boxunit{padding:3rem 4rem;background-color:#fff;flex-basis:70%}.checkpay-box{flex-basis:30%;background-color:#fff}.checkout-head{color:#000;text-transform:uppercase;font-size:3.4rem;padding-bottom:3rem}.checkout-box h6{text-transform:uppercase;color:#d8704a;font-size:1.46rem;padding-bottom:2.3rem}.box-1{display:grid;grid-template-columns:1fr 1fr;column-gap:2rem;row-gap:3rem}.checkout-box input{padding:1.3rem 1.2rem;border:1px solid rgb(213,217,222);border-radius:4px}.checkout-box input:focus{outline:none}.box-1 div,.box-2 div{display:flex;flex-direction:column}.box-1 label,.box-2 label{color:#101010;font-size:1.4rem;font-weight:600;padding-bottom:.78rem}.box-2{display:grid;grid-template-columns:1fr 1fr;column-gap:2rem;row-gap:3rem}.box-2 div:nth-child(1){grid-column:span 2}.checkpay-box{background-color:#fff;padding:3rem 4rem}.checkpay-box h2{font-size:1.8rem;text-transform:uppercase;padding-bottom:3rem}.checkout-content{display:flex;flex-direction:column;gap:2.4rem}.product-info p{font-size:1.37rem;font-weight:700;padding-bottom:.6rem}.product-info span{font-size:1.2rem}.prod-checkout{display:grid;gap:1.2rem;grid-template-columns:1fr 6fr 1fr}.prod-checkout img{width:5.2rem}.prod-quantity{font-size:1.35rem}.checkout-total{display:flex;align-items:center;justify-content:space-between;text-transform:uppercase}.check-out-info-content{padding-top:2.4rem;display:flex;flex-direction:column;gap:1.5rem}.checkout-total span:nth-child(1){font-size:1.5rem;font-weight:400}.checkout-total span:nth-child(2){font-weight:700;font-size:1.45rem}.grand-tota{padding-top:1.3rem}.grand-tota span:nth-child(2){color:#d8704a}.check-back a{text-decoration:none;color:#101010;display:inline-block;padding:4rem 8rem}.total-btn button{margin-top:1.4rem;color:#fff;text-decoration:none;background-color:#d8704a;text-transform:uppercase;font-weight:600;font-size:1.23rem;border-radius:3px;display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 2rem;border:none;cursor:pointer}.box-3{display:flex;gap:1.2rem}.box-3 h4{font-size:1.45rem;color:#101010;flex-basis:45%}.box-3 input{cursor:pointer}.label-head{width:100%}.label-div{flex-basis:55%;display:flex;flex-direction:column;gap:1.3rem;width:100%}.label-emoney,.label-delivery{width:100%;border-radius:6px;border:1px solid #eee;padding:2rem;cursor:pointer}.label-delivery,.label-emoney{font-size:1.4rem;color:#101010}.label-emoney input:checked~label{border:1px solid #d8704a}.label-emoney input:checked{color:#d8704a}.checksubmit{position:fixed;left:40vw;background-color:#fff;padding:4rem;top:20vh;width:40rem;z-index:92}.closeCheckSubmit{display:none}.back-checkout{margin-top:1.4rem;color:#fff;text-decoration:none;background-color:#d8704a;text-transform:uppercase;font-weight:600;font-size:1.23rem;border-radius:3px;display:flex;align-items:center;justify-content:center;width:100%;padding:1rem 2rem;border:none;cursor:pointer}.check-thank{font-size:2rem;text-transform:uppercase}.back-checkout a{color:#fff;text-decoration:none}.submit-content{display:flex;justify-content:space-between;width:100%}.check-tick{background-color:#d8704a;width:5rem;height:5rem;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.check-tick span{font-size:2.3rem}.check-submitdiv{display:flex;flex-direction:column;row-gap:2rem}.check-content{display:flex;justify-content:space-between}.check-email{font-size:1.15rem}.check-content-info{display:flex;gap:1rem}.checked-info{display:flex;flex-direction:column;gap:.2rem}.check-content img{width:5rem}.checked-info span:nth-child(1){font-size:1.24rem;font-weight:700}.checked-info span:nth-child(2){font-size:1.16rem}.grand-total{background-color:#101010;color:#fff;font-size:1.23rem;display:flex;justify-content:center;flex-direction:column;row-gap:.9rem;text-transform:uppercase;font-weight:600;padding:1rem;flex-basis:50%}.grand-total span:nth-child(1){color:#aaa}.grand-total span:nth-child(2){color:#fff}.checked-item{flex-basis:50%;background-color:#eee;padding:1.6rem 1rem}.checked-item p{font-size:1.16rem;text-align:center}.check-content span{font-size:1.2rem}.emoney-box{width:100%}.emoney{padding-top:2.4rem;display:flex;justify-content:space-between;gap:4rem}.emoney h4{font-size:1.45rem;padding-bottom:1rem}.emoney-box input{width:100%}.cashDelivery{padding-top:1.5rem}.cashDelivery p{font-size:1.45rem;color:#101010;letter-spacing:.2px}@media (max-width: 1000px){.hero-container{gap:4rem}.header-content,.items,.hero,.section-product,.section-audio,.footer-content,.prod-2-img img{max-width:90rem}.audio-info{gap:7rem}}@media (max-width: 900px){.hero-container{gap:4rem}.header-content,.items,.hero,.section-product,.section-audio,.footer-content,.prod-2-img img{max-width:80rem}.audio-info{gap:4rem}}@media (max-width: 770px){.scrolled .mobile-section{top:100%}.mobile-section{transform:translate(-100%);transition:all .5s}.mobile-box{padding-bottom:1rem}.mobile-items{gap:3.6rem}.mobile-nav-img{top:-25%}.mobile-nav-img img{width:6.5rem}.mobile-box{gap:1rem}.nav{display:none}.nav-open.mobile-section{transform:translate(0)}.mobile-head{display:block;color:#fff;font-weight:900;transform:translateY(-80%);text-transform:lowercase;font-size:3rem}.header-content,.scrolled .header-content{padding:2rem 4rem}.head-name{display:flex;align-items:center;gap:3.3rem}.nav-img-none{display:block}.desktop-hero{display:none}.hero{background-image:url("/assets/Bitmap_(7)-dMeCuh4K.png");background-position:center;background-size:cover;background-repeat:no-repeat}.hero-container{flex-direction:column;padding-bottom:12rem;padding-top:6rem}.hero-text{align-items:center;max-width:40rem;padding-bottom:4rem;text-align:center;margin:0 auto}.hero-info{padding:0rem 3rem 2.6rem}.hero-text span{letter-spacing:.8rem;font-size:1.4rem}.items{max-width:650rem;gap:1rem}.prod{flex-direction:column;align-items:center;gap:4rem;padding-bottom:5rem}.product-img img{width:60%}.product-img{display:flex;align-items:center;justify-content:center}.product-text{align-items:center;text-align:center;padding-right:0rem;max-width:35rem}.prod-info{padding:0rem 1rem 2rem;line-height:2rem;font-size:1.35rem}.prod-head{line-height:4.2rem;font-size:4.7rem}.product-link a{padding:1.45rem 2.4rem}.section-product{max-width:70rem;padding:0rem}.prod-2-img img{max-width:70rem}.prod-3-text{padding-left:4rem;flex-basis:70%}.prod-3{gap:0rem}.prod-2-text span,.prod-3-text span{font-weight:700}.audio-desktop{display:none}.audio-none{display:block}.audio-info{display:grid;grid-template-columns:1fr}.audio-img{grid-row:1;display:flex;align-items:center;justify-content:center}.audio-img img{width:fit-content}.audio-text{text-align:center;max-width:50rem;margin:0 auto}.footer-copy{flex-direction:column;align-items:start;gap:2rem}.footer-nav a{letter-spacing:.2rem}.footer-text{letter-spacing:.1rem}footer{padding:7rem 2.3rem 5rem}.item-section{padding:17rem 3.3rem 10rem}}@media (max-width: 700px){.section-product{padding:0rem 2.3rem}.section-audio{padding:10rem 2.3rem}.audio-img img{width:90vw}.item-AddedBox{left:37vw}.prod-2-img img{width:92vw}}@media (max-width: 600px){.prod-2-text span,.prod-3-text span{font-size:2.4rem}}@media (max-width: 500px){.items{grid-template-columns:1fr 1fr;row-gap:6rem}.mobile-section{padding:4rem 1.8rem}.prod-3{flex-direction:column;gap:2rem}.prod-3-1 img{width:100%}.item-AddedBox{left:30vw}.prod-3-text{padding:5rem 0rem 5rem 4rem}.desktop-prod{display:none}.mobile-prod{display:block}.prod-2-img img{width:90vw;height:80vh}.nav{padding:0rem 5rem 3rem 4rem}.submit-content{flex-direction:column}.grand-total{padding:1.5rem 1rem}.check-content{padding:.2rem .6rem}.check-layout .mobile-section{top:3%}}@media (max-width: 450px){.items{grid-template-columns:1fr;row-gap:8rem}.mobile-section{padding:6rem 1.8rem;width:100%}.mobile-items{gap:5rem}.mobile-box{padding-bottom:1.6rem}.item-section{padding-top:12rem}.prod-2-img img{max-width:89.5vw}.item-box{padding-bottom:3rem}.prod{padding:8rem 3rem}.audio-img img{width:85vw}.product-text{max-width:100%}.mobile-audio{display:block}.audio-none{display:none}.footer-nav{flex-direction:column}.footer-copy{align-items:center}.footer-text{text-align:center}.footer-social{display:grid;grid-template-columns:1fr;align-items:center;flex-direction:column}.footer-socials{justify-content:center}.copyright{text-align:center;grid-row:1;font-size:1.44rem;padding-bottom:4rem}.footer-name{font-size:3rem;padding-bottom:4rem}.footer-text{padding:2rem 2rem 4rem}.checkout-btn a{display:flex;align-items:center;justify-content:center;width:29rem}.head-name{gap:8.5rem}}@media (max-width: 410px){.hero-btn a{padding:1.3rem 1.6rem}.cart-box{width:34rem}}@media (max-width: 320px){html{font-size:50%}}@media (max-width: 1000px){.product-cont{gap:5rem}.prod-describe{gap:4rem}.desc-img{width:80vw}.product-description{max-width:fit-content;padding:9rem 3rem 0rem}.checkout-boxunit{padding:4rem 2.4rem}.popup{transform:translate(-20rem,30rem)}}@media (max-width: 900px){.popup{transform:translate(-17rem,30rem)}.product-cont{display:flex;flex-direction:column}.checkout-section{flex-direction:column}.prodd-info{flex-direction:column;align-items:center;justify-content:center;text-align:center}.prod-text{max-width:40rem}.product-cont:nth-child(2){display:grid}.checksubmit{left:30vw}.pro-img{grid-column:1;grid-row:1;align-self:center;justify-self:center}.audio-img img{width:40rem}}@media (max-width: 770px){.audio-img img{width:fit-content}.popup{transform:translate(-12rem,30rem)}.prod-features{flex-direction:column}}@media (max-width: 700px){.product-description{padding-top:5rem}.audio-img img{width:90vw}.nav-img-none{display:block}.checksubmit{left:20vw}}@media (max-width: 600px){.footer-nav{flex-direction:column}.popup{transform:translate(-5rem,30rem)}.checksubmit{left:16vw}.footer-copy{align-items:center}.footer-text{text-align:center}.footer-social{display:grid;grid-template-columns:1fr;align-items:center;flex-direction:column}.footer-socials{justify-content:center}.copyright{text-align:center;grid-row:1;font-size:1.44rem;padding-bottom:4rem}.footer-name{font-size:3rem;padding-bottom:4rem}.footer-text{padding:2rem 2rem 4rem}.product-cont img{width:65vw}.prod-describe{flex-direction:column}.desc-img img{width:60vw}.product-images{grid-template-columns:1fr;gap:2rem}.prod-img:nth-child(2){grid-row:3}.prod-img:nth-child(3){transform:translateY(0)}.prod-img:nth-child(1){transform:translateY(0)}.also-like{padding-top:51rem}.like{flex-direction:column}.checkout-section{padding:2rem 2.5rem 6rem}.check-back a{padding:4rem}}@media (max-width: 500px){.checksubmit{left:2%}.popup{transform:translateY(30rem)}.prod-text{max-width:fit-content;font-size:1.45rem;padding:0rem 2rem}.prodd-info{padding:0rem 2rem}.product-cont img{width:70vw}.product-description{padding:5rem 2rem 0rem}.box-1,.box-2{grid-template-columns:1fr}.box-2 div:nth-child(1){grid-column:span 1}.box-3{flex-direction:column}.features p{font-size:1.3rem;line-height:2rem}.features h3{font-size:2.5rem;text-transform:uppercase}}@media (max-width: 450px){.audio-img img{width:85vw}.popup{transform:translateY(30rem)}.product-cont img{width:75vw}.prodd-info{padding:0rem 1rem}.display-section{padding-top:8rem}.desc-img{width:85vw}.desc-img img{width:100%}.product-description{padding-top:2.8rem}.back{padding-bottom:2rem;font-size:1.3rem}}@media (max-width: 420px){.checksubmit{width:37rem}.popup{transform:translate(2rem,30rem)}.product-cont img{width:85vw}.inthebox-content h3{padding-bottom:2rem}.inthebox{gap:2rem}.inthebox div{gap:1rem}.inthebox div:nth-child(1) p{font-weight:700}.item-AddedBox{left:24vw}}@media (max-width: 388px){.checksubmit{width:34.5rem;left:4%}}
