*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#fbcaca}::-webkit-scrollbar-thumb{background:#f83a3a}::-webkit-scrollbar-thumb:hover{background:#f74848}.products-heading{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2.85rem}.products-heading h2{font-size:2.85rem;font-weight:800;color:#464646}.products-heading p{font-size:1rem;font-weight:500;color:#777}.products-heading span{color:#f83a3a}.hero-banner-container{position:relative;background-color:#dedede;width:90%;min-height:23rem;padding:3rem;margin:auto;border-radius:1rem}.small-text{font-size:1.15rem}.mid-text{font-size:3rem}.large-text{color:#fff;font-weight:800;font-size:6rem;margin-top:-1rem;margin-bottom:1rem}.hero-banner-container img{position:absolute;width:23rem;top:-4.5%;right:30%}.hero-banner-container .description{display:flex;flex-direction:column;align-items:flex-end;position:absolute;right:4%;bottom:10%;font-size:.95rem}.hero-banner-container .description p{margin-top:.5rem;color:#777}.footer-banner-button,.hero-banner-button,.success-wrapper button{background-color:#f83a3a;color:#fbefef;cursor:pointer;border-radius:5px;width:10rem;border:none;outline:none;padding:.75rem;font-size:1rem;box-shadow:0 0 10px rgba(38,37,37,.448);transition:.6s ease-in-out}.hero-banner-button:hover{background-color:#fc1313}.products-container{flex-direction:row;flex-wrap:wrap;gap:2rem;margin:0 2rem}.product-card,.products-container{display:flex;align-items:center;justify-content:center}.product-card{flex-direction:column;min-width:25rem;min-height:25rem;background-color:#e5e5e5;border-radius:15px;transform:scale(1);transition:transform .5s ease}.product-card-name{margin-top:.5rem;font-size:1.15rem;color:#252323}.product-card-price{font-weight:700;font-size:1.05rem;margin-bottom:.5rem}.product-card:hover{transform:scale(1.1)}.product-card-image{width:18.75rem}.footer-banner-data .left{width:75%}.footer-banner-data{display:flex;flex-direction:row;align-items:center;background-color:#f83a3a;padding:7rem 3rem;margin-top:8rem;color:#fbefef;position:relative}.footer-banner-data .discount{margin-bottom:.6rem}.footer-banner-data .discount,.footer-banner-data .sale-time{font-size:1.3rem;padding-left:.3rem}.footer-banner-data img{position:absolute;width:35rem;top:-6rem;left:50%;transform:translateX(-50%)}.footer-banner-data .right{display:flex;flex-direction:column;width:25%;align-items:flex-start}.footer-banner-data .right .small-text{font-size:1.15rem}.footer-banner-data .right .footer-mid-text{color:#fff;font-size:3.25rem;font-weight:700;margin:.5rem 0}.footer-banner-data .right .desc{width:100%}.footer-banner-button{width:15rem;background-color:#fbefef;margin-top:2rem;color:#f83a3a;font-weight:500;box-shadow:0 0 16px hsla(0,100%,99%,.858)}.footer-banner-button:hover{background-color:#ecebeb}.navbar-div{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem;height:5rem}.navbar-div .link{text-decoration:none}.navbar-div p{color:#777;font-size:1rem}.navbar-div button{background-color:transparent;outline:none;border:none;font-size:1.75rem;transition:.5s ease;position:relative}.navbar-div button .icon{color:grey}.navbar-div button .icon-div{border-radius:50%;width:53px;height:53px;padding:.5rem}.navbar-div button .icon-div:hover{background-color:#f1f1f1;cursor:pointer}.navbar-div button span{position:absolute;background-color:#f83a3a;color:#fff;border-radius:50%;width:1.15rem;height:1.15rem;padding:.1rem;top:.3rem;right:.4rem;font-size:.65rem}.footer-div{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}.footer-div p{color:#252323;font-size:1.1rem;margin:1rem 0 .5rem}.footer-div .icons{color:#3a3939}.footer-div .insta,.twitter{font-size:1.5rem;margin:0 .25rem}.product-details-container{display:flex;flex-direction:row;align-items:center;justify-content:space-around}.product-details-container .image-main img{width:27rem;height:27rem;object-fit:contain;background-color:#ebebeb;padding:2rem;border-radius:1rem}.product-details-container .image-main img:hover{background-color:#f83a3a;cursor:pointer}.product-details-container .images-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.product-details{width:30%}.product-details h2{font-size:2.5rem;color:#302f2f;margin-bottom:.5rem}.product-details .icons-star{display:flex;align-items:center;color:#f91c1c}.product-details span{color:#252323}.product-details .details{margin:1rem 0 1.5rem}.product-details .details h5{font-size:1.15rem;color:#333131}.product-details .details p{font-size:1rem;color:#4a4a4a}.product-details h3{color:#f91c1c;font-size:1.75rem}.product-details .quantity{display:flex;align-items:center;margin:1.25rem 0}.product-details .quantity h4{font-size:1.15rem;color:#333131;margin-right:.5rem}.quantity-bar{display:flex;align-items:center;justify-content:center;width:10rem}.quantity-bar button{background-color:#f74848;border-radius:50%;width:2rem;height:2rem;font-size:.75rem;padding:.5rem;border:none;outline:none;color:#fff;cursor:pointer}.quantity-bar span{width:3rem;text-align:center;color:#434242}.add-to-cart-btn{color:#f91c1c;background-color:#fff;margin-right:1rem}.add-to-cart-btn:hover{background-color:#f1f0f0}.add-to-cart-btn,.buy-now{width:7rem;font-size:.9rem}.you-may-like{margin:2rem 3rem;overflow:hidden;height:33rem;text-align:center}.you-may-like .product-card-details-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:2rem;width:50%}.you-may-like .infinite-flex-div{display:flex;align-items:center;justify-content:flex-start;gap:2rem;animation:track-motion 15s linear infinite;width:-moz-fit-content;width:fit-content}.infinite-flex-div:hover{animation-play-state:paused!important}.you-may-like h2{margin:2rem 0}.small-image-wrapper{margin:3rem 0;display:flex;flex-direction:row;gap:1rem;align-items:center}.small-image{width:6rem;height:6rem;object-fit:contain;background-color:#ebebeb;padding:.5rem;width:100%;border-radius:.35rem;cursor:pointer}.selected-image{background-color:#f83a3a}.cart-container-wrapper{position:fixed;background-color:#fae1e1;top:0;right:0;width:30rem;height:100vh;transition:transform 1s ease-in-out;overflow-y:auto;overflow-x:hidden;z-index:10000}.cart-container{min-height:80vh}.cart-container-wrapper img{background-color:hsla(0,0%,57%,.466);padding:.5rem;border-radius:.35rem}.cart-container .cart-item{width:100%;display:flex;align-items:center;justify-content:space-evenly;margin-bottom:2rem;position:relative}.cart-container .cart-item-desc{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-left:0;width:11rem;position:relative}.cart-container .cart-item-price{display:flex;justify-content:space-between;width:100%;margin:0 0 2rem}.cart-container .flex-top{width:100%;display:flex;align-items:center;justify-content:flex-start;margin:2rem;font-size:1rem}.cart-container .flex-top .left-icon,p{cursor:pointer}.cart-container .quantity-bar{justify-content:flex-start}.card-items-box{display:flex;flex-direction:column;width:100%;align-items:center;gap:1rem}.card-items-box img{height:150px;width:150px}.remove-cart-btn{position:absolute!important;bottom:12%;right:0;transform:translateY(50%)}.empty-cart{display:flex;flex-direction:column;align-items:center;text-align:center}.empty-cart svg{font-size:5rem;color:#ff4040;margin-top:2rem}.empty-cart p{font-size:1.15rem;color:#0a0a0a;margin:1rem 0}.empty-cart .empty-cart-btn,.stripe-btn{color:#fff;background-color:#f83a3a!important;font-size:1rem!important;width:15rem!important;margin:1rem 0!important}.price-cart-total,.success-wrapper{text-align:center}.success-wrapper{display:flex;justify-content:center;align-items:center;height:70vh;color:#0a0a0a}.bg-success{background-color:#f0f0f0;box-shadow:0 0 1rem hsla(0,0%,4%,.507);padding:2rem;width:40%;border-radius:1.5rem}.success-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.success-wrapper button{width:60%!important;margin:1.75rem 0 0}.insta:hover{color:#850785;cursor:pointer}.twitter:hover{color:#4c4cfa;cursor:pointer}@keyframes track-motion{0%{transform:translateX(0)}to{transform:translateX(calc(-50% - 1rem))}}@media screen and (max-width:900px){.hero-banner-container{width:100%;min-height:23rem;padding:3rem 2rem;margin:auto;border-radius:0}.hero-banner-container img{width:16rem;top:10%;right:0;z-index:0}.hero-banner-container .description{right:4%;bottom:4%;align-items:flex-end}.hero-banner-container .description p{font-size:.75rem;width:60%;text-align:end}.hero-banner-button{position:absolute;bottom:20%;z-index:10000;background-color:#f83a3a;width:8rem;font-size:.9rem}.small-text{margin-top:1.75rem}.mid-text{font-size:2.25rem}.large-text{font-size:4.15rem}.product-card{min-width:20rem;min-height:25rem}.product-card-image{width:13rem}.footer-banner-data{flex-direction:column;padding:5rem 3rem;align-items:center;text-align:center;width:100%}.footer-banner-data img{top:-10%;width:20rem}.footer-banner-data .right{width:100%;align-items:center}.footer-banner-data .right .desc{width:80%;text-align:center}.footer-banner-data .right .small-text{font-size:1.25rem;font-weight:600}.footer-banner-data .large-text{font-size:3.5rem}.product-details-container .image-main img{width:20rem;height:20rem}.product-details-container{flex-direction:column;align-items:center;justify-content:space-around}.add-to-cart-btn{color:#f91c1c;background-color:#fff;margin-right:1rem}.add-to-cart-btn,.buy-now{position:static;width:7rem;font-size:.9rem}.small-image-wrapper{margin:1rem .5rem;display:flex;flex-direction:row;gap:.5rem;align-items:center}.small-image{width:5rem;height:5rem;object-fit:contain;background-color:#ebebeb;padding:.5rem;width:100%;border-radius:.35rem;cursor:pointer}.product-details{width:80%;margin:2rem auto 0;text-align:center}.product-details h2{font-size:2rem}.product-details .icons-star,.quantity{justify-content:center}.quantity-bar{width:8rem}.you-may-like{display:flex;flex-direction:column;justify-content:center;margin-top:0;margin-bottom:0}.you-may-like .product-card{min-width:16rem;min-height:20rem}.you-may-like .product-card-image{width:10rem}.you-may-like .product-card-name{word-break:break-all;word-wrap:break-word}.cart-container-wrapper{width:100%}.bg-success{min-width:90%}}@media screen and (min-width:1121px){.add-to-cart-btn,.buy-now{width:10rem;font-size:1rem}}@media screen and (min-width:600px) and (max-width:900px){.hero-banner-container img{width:20rem;top:6%;right:13%;z-index:0}.bg-success{min-width:60%}.cart-container .cart-item{justify-content:center;gap:2rem}}