*,body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;box-sizing:border-box}:root{--bar-width:40px;--bar-height:8px;--hamburger-gap:6px;--foreground:#333;--background:#fff;--hamburger-margin:8px;--animation-timing:200ms ease-in-out;--hamburger-height:calc(var(--bar-height) * 3 + var(--hamburger-gap) * 2)}.hamburger-menu{--x-width:calc(var(--hamburger-height) * 1.41421356237);display:flex;flex-direction:column;grid-gap:var(--hamburger-gap);gap:var(--hamburger-gap);width:-moz-max-content;width:max-content;position:absolute;top:var(--hamburger-margin);left:var(--hamburger-margin);z-index:4;cursor:pointer}.hamburger-menu:has(input:checked){--foreground:#fff;--background:#333}.hamburger-menu:has(input:focus-visible):after,.hamburger-menu:has(input:focus-visible):before,.hamburger-menu input:focus-visible{border:1px solid var(--background);box-shadow:0 0 0 1px var(--foreground)}.hamburger-menu:after,.hamburger-menu:before,.hamburger-menu input{content:"";width:var(--bar-width);height:var(--bar-height);background:#5a5b50;border-radius:9999px;transform-origin:left center;transition:opacity var(--animation-timing),width var(--animation-timing),rotate var(--animation-timing),translate var(--animation-timing),background-color var(--animation-timing)}.hamburger-menu input{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:0;outline:none;pointer-events:none}.hamburger-menu:has(input:checked):before{rotate:45deg;width:var(--x-width);translate:0 calc(var(--bar-height) / -2)}.hamburger-menu:has(input:checked):after{rotate:-45deg;width:var(--x-width);translate:0 calc(var(--bar-height) / 2)}.hamburger-menu input:checked{opacity:0;width:0}nav{background:#5a5b50;height:110Dvh;padding-left:10px;padding-right:10px}.sidebar{transition:translate var(--animation-timing);translate:-150%;padding-top:calc(var(--hamburger-height) + var(--hamburger-margin) + 1rem);background-color:#fff;background:none;color:var(--background);max-width:10rem;z-index:3}.sidebar p{color:#e2e5c8;width:110%}.sidebar p:hover{color:#f02d34}.hamburger-menu:has(input:checked)+.sidebar{translate:0}::-webkit-scrollbar{width:0}a{color:inherit;text-decoration:none}.main-container{max-width:1400px;margin:auto;width:100%}.layout{padding-inline:5px}.navbar-container{height:50px;display:flex;justify-content:space-between;margin:3px 9px;position:relative}.marquee-text{font-size:29px;font-weight:600;margin:60px 0;color:#f02d34}.marquee{justify-content:space-evenly}.carousel,.marquee{position:relative;display:flex;flex-direction:row;align-items:center;grid-gap:100px;gap:100px;overflow:hidden}.carousel{height:400px;justify-content:center}.track{position:absolute;white-space:inherit;line-height:1.2;animation:marquee 15s linear infinite;width:180%}.track,.track_01{will-change:transform}.track_01{animation:marquee_01 .7s linear}.track_02,.track_03{white-space:nowrap;will-change:transform;animation:marquee_02 .7s linear}.track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee_01{0%{transform:translateX(-20%)}to{transform:translateX(0)}}@keyframes marquee_02{0%{transform:translateX(20%)}to{transform:translateX(0)}}span.text-red{-webkit-text-stroke:1px #f02d34;margin-left:6px}.logo{color:gray;font-size:18px;font-weight:bolder}.cart-icon{font-size:25px;color:gray;cursor:pointer;position:relative;transition:transform .4s ease;border:none;background-color:transparent}.cart-icon:hover{transform:scale(1.1)}.cart-item-qty{position:absolute;right:-8px;font-size:12px;color:#eee;background-color:#f02d34;width:18px;height:18px;border-radius:50%;text-align:center;font-weight:600}.products-container{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:15px;gap:15px;margin-top:20px;width:100%}.product-card{cursor:pointer;transform:scale(1);transition:transform .5s ease;color:#11100e;width:250px}.product-card:hover{transform:scale(1.1)}.product-image{border-radius:15px;background-color:#ebebeb;transform:scale(1);transition:transform .5s ease;mix-blend-mode:multiply}.product-name{font-weight:500;inline-size:150px;overflow-wrap:break-word}.product-price{font-weight:800;margin-top:6px;color:#000}.hero-banner-container{padding:20px;background-color:#e2e5c8;position:relative;line-height:.9}.hero-banner-container .beats-solo{font-size:20px}.hero-banner-container button{padding:10px 16px;margin-top:10px;font-size:18px}.gallery button,.hero-banner-container button{border-radius:10px;background-color:#f02d34;color:#fff;border:none;font-weight:500;cursor:pointer;z-index:10000!important}.gallery button{padding:5px 8px;font-size:14px}.hero-banner-container h3{font-size:4rem;margin-top:4px}.hero-banner-container h1{color:#11100e;text-transform:uppercase}.hero-banner-image{position:relative;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;left:15%;scale:1.2;height:300px;width:300px}.gallery{display:flex;flex-direction:row;align-items:center;grid-gap:5px;gap:5px}.galleryImage{position:relative;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;height:300px;width:300px}.desc{line-height:1.3;display:flex;flex-direction:column;text-align:center;font-weight:500;color:#11100e}.desc p{color:#11100e;font-size:larger;text-align:left}.desc h5{margin-bottom:12px;font-weight:700;font-size:16px;align-self:left}.products-heading{text-align:center;margin:40px 0;color:#11100e}.products-heading h2{font-size:40px;font-weight:800}.products-heading p{font-size:16px;font-weight:200}.footer-banner-container{padding:20px;background-color:#e2e5c8;position:relative;line-height:.9;font-weight:400;line-height:1;color:#11100e;width:100%}.banner-desc{display:flex;justify-content:space-between}.banner-desc button{border-radius:15px;padding:10px 16px;background-color:#fff;color:red;border:none;margin-top:40px;font-size:18px;font-weight:500;cursor:pointer}.banner-desc .left h3{font-weight:900;font-size:80px;margin-left:25px}.banner-desc .left p{margin:18px}.footer-banner-image{position:absolute;top:20%;left:40%}.banner-desc .right{line-height:1.4}.banner-desc .right h3{font-weight:800;font-size:60px}.banner-desc .right p{font-size:18px}.banner-desc .right .company-desc{font-size:14px;font-weight:300}.cart-wrapper{width:100vw;background:rgba(0,0,0,.5);position:fixed;right:0;top:0;z-index:100;transition:all 1s ease-in-out}.cart-container{height:100vh;width:600px;background-color:#fff;float:right;padding:40px 10px;position:relative}.footer-container{color:#11100e;text-align:center;margin-top:20px;padding:30px 10px;font-weight:700;display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px;justify-content:center}.footer-container .icons{font-size:30px;display:flex;grid-gap:10px;gap:10px}.cart-heading{display:flex;align-items:center;font-size:18px;font-weight:500;cursor:pointer;grid-gap:2px;gap:2px;border:none;background-color:transparent}.cart-heading,.cart-heading .heading,.cart-num-items{margin-left:10px}.cart-num-items{color:#f02d34}.empty-cart{margin:40px;text-align:center}.empty-cart h3{font-weight:600;font-size:20px}.cancel{cursor:pointer}.product-container{margin-top:15px;overflow:auto;max-height:70vh;padding:20px 10px}.product{display:flex;grid-gap:30px;gap:30px;padding:20px}.product .cart-product-image{width:180px;height:150px;border-radius:15px;background-color:#ebebeb}.item-desc .flex{display:flex;justify-content:space-between;width:350px;color:#324d67}.item-desc .bottom{margin-top:60px}.flex h5{font-size:24px}.flex h4{font-size:20px}.total{display:flex;justify-content:space-between}.total h3{font-size:22px}.remove-item{font-size:24px;color:#f02d34;cursor:pointer;background:transparent;border:none}.cart-bottom{position:absolute;bottom:12px;right:5px;width:100%;padding:30px 65px}.btn-container{width:400px;margin:auto}.btn{width:100%;max-width:400px;padding:10px 12px;border-radius:15px;border:none;font-size:20px;margin-top:40px;text-transform:uppercase;background-color:#f02d34;color:#fff;cursor:pointer;transform:scale(1);transition:transform .5s ease}.btn:hover{transform:scale(1.1)}.product-detail-container{display:flex;grid-gap:40px;gap:40px;margin:60px 40px 40px;color:#11100e}.product-detail-image{border-radius:15px;background-color:#ebebeb;width:400px;height:400px;cursor:pointer;transition:.3s ease-in-out}.product-detail-image:hover{background-color:#f02d34}.small-images-container{display:flex;grid-gap:10px;gap:10px;margin-top:20px}.small-image{border-radius:8px;background-color:#ebebeb;width:70px;height:70px;cursor:pointer}.selected-image{background-color:#f02d34}.reviews{color:#f02d34;display:flex;grid-gap:5px;gap:5px;align-items:center}.product-detail-desc h4,.product-detail-desc p,.reviews{margin-top:10px}.reviews p{color:#324d67;margin-top:0}.product-detail-desc .price{font-weight:700;font-size:26px;margin-top:30px;color:#f02d34}.price .old-price,.product-price .old-price{color:gray;text-decoration:line-through}.product-detail-desc .quantity{display:flex;grid-gap:20px;gap:20px;margin-top:10px;align-items:center}.product-detail-desc .buttons{display:flex;grid-gap:30px;gap:30px}.buttons .add-to-cart{padding:10px 20px;border:1px solid #f02d34;margin-top:40px;font-size:18px;font-weight:500;background-color:#fff;color:#f02d34;cursor:pointer;width:200px;transform:scale(1);transition:transform .5s ease}.buttons .add-to-cart:hover{transform:scale(1.1)}.buttons .buy-now{width:200px;padding:10px 20px;background-color:#f02d34;color:#fff;border:none;margin-top:40px;font-size:18px;font-weight:500;cursor:pointer;transform:scale(1);transition:transform .5s ease}.buttons .buy-now:hover{transform:scale(1.1)}.quantity-desc{border:1px solid gray;padding:6px}.quantity-desc span{font-size:16px;padding:6px 12px;cursor:pointer}.quantity-desc .minus{border-right:1px solid gray;color:#f02d34}.quantity-desc .num{border-right:1px solid gray;font-size:20px}.quantity-desc .plus{color:#31a831}.maylike-products-wrapper{margin-top:120px}.maylike-products-wrapper h2{text-align:center;margin:50px;color:#11100e;font-size:28px}.track_01 h2{color:#11100e;font-size:28px}.maylike-products-container{display:flex;justify-content:center;grid-gap:15px;gap:15px;margin-top:20px}.max-qty{font-weight:500;color:#f02d34}.cancel-wrapper,.success-wrapper{background-color:#fff;min-height:60vh}.cancel,.success{width:1000px;margin:160px auto auto;background-color:#dcdcdc;padding:50px;border-radius:15px;display:flex;justify-content:center;align-items:center;flex-direction:column}.success .icon{color:green;font-size:40px}.success h2{text-transform:capitalize;margin-top:15px 0;font-weight:900;font-size:40px;color:#11100e}.success .email-msg{font-size:16px;font-weight:600;text-align:center}.cancel p{font-size:20px;font-weight:600}.success .description{font-size:16px;font-weight:600;text-align:center;margin:30px 10px 10px}.success .description .email{margin-left:5px;color:#f02d34}.product-max-qty{margin-top:10px}@media screen and (max-width:800px){.marquee{line-height:.75;flex-direction:column;grid-gap:15px;gap:15px}.galleryImage{width:250px;height:250px}.track_01{display:flex;justify-content:center;align-items:center}.marquee h2{width:auto}.marquee h1,.marquee h2{font-size:16px}.footer-banner-container{margin-top:80px;padding:10px 20px}.footer-banner-image{width:77%;left:30%;top:6%;height:56%}.banner-desc .left h3{font-weight:900;font-size:42px}.banner-desc .left p{margin:18px}.banner-desc .right h3{font-size:45px}.banner-desc .right p{font-size:18px}.banner-desc .right .company-desc{font-size:14px}.banner-desc{flex-wrap:wrap;grid-gap:20px;gap:20px}.hero-banner-container{line-height:1.3}.hero-banner-image{left:unset;scale:1.3}.hero-banner-container h1{font-size:2.5rem;align-self:center}.hero-banner-container h3{font-size:40px}.hero-banner-container button{margin-top:7px;z-index:10000}.desc{width:100%;line-height:1.3;font-size:12px}.product-detail-container{flex-wrap:wrap}.product-detail-container .product-detail-image{width:350px;height:350px}.cart-container{width:375px;padding:4px}.cart-heading{margin-top:35px}.product-container{margin-top:10px}.product{padding:20px 5px}.product .cart-product-image{width:25%;height:25%}.buttons .add-to-cart,.buttons .buy-now{width:150px}.product-detail-container{margin:20px}.product-detail-desc .buttons{grid-gap:10px;gap:10px}.item-desc .flex{width:200px}.top{flex-wrap:wrap;grid-gap:10px;gap:10px}.item-desc .bottom{margin-top:30px}.flex h5{font-size:16px;color:#324d67}.flex h4{font-size:16px;color:#000}.cart-bottom{padding:30px}.total h3{font-size:20px}.track{animation:marquee 10s linear infinite;width:550%}.cancel-wrapper,.success-wrapper{min-height:69vh}.cancel,.success{width:370px;margin-top:100px;padding:20px}.success{height:350px}.success h2{font-size:17px}.btn-container{width:300px;margin:auto}}@media screen and (max-width:668px){.product-detail-image{scale:.95}}