@import url(https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap);*{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--orange:#ff7d19;--pale-orange:#ffede0;--vd-blue:#1d2025;--d-grayish-blue:#68707d;--grayish-blue:#b6bcc8;--l-grayish-blue:#f7f8fd;--white:#fff;--p-fs:1rem}*{box-sizing:border-box}body{font-family:Kumbh Sans;margin:0}button{background-color:initial;border:none;cursor:pointer;font-family:inherit}.activated{background-color:#e3dfdfab;border:3px solid #ff7d19;border:3px solid var(--orange);border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:99}@media (min-width:769px){.hide-in-desktop{display:none}}@media (max-width:768px){.hide-in-mobile{display:none}}ul{list-style:none;margin:0;padding:0}.App{text-align:center}header nav{align-items:center;border-bottom:1px solid #b6bcc8;border-bottom:1px solid var(--grayish-blue);display:flex;justify-content:space-between;padding:30px 0;position:relative}@media (max-width:786px){header nav{padding:20px 0}}header nav .left{gap:30px}header nav .left,header nav .left .imgs{align-items:center;display:flex;justify-content:center}@media (max-width:768px){header nav .left .imgs{gap:20px}}header nav .left .imgs *{cursor:pointer}header nav .left ul{align-items:center;display:flex;gap:30px;justify-content:center}header nav .left ul button{color:#68707d;color:var(--d-grayish-blue);font-size:1rem;font-size:var(--p-fs);padding:0}header nav .left ul li{position:relative}header nav .left ul li:before{background-color:#ff7d19;background-color:var(--orange);content:"";height:3px;left:0;opacity:0;position:absolute;top:60px;transition:.2s;width:100%}header nav .left ul li:hover:before{opacity:1}header nav .left ul li:hover button{color:#1d2025;color:var(--vd-blue)}header nav .right{align-items:center;display:flex;gap:40px;justify-content:center;z-index:998}@media (max-width:768px){header nav .right{gap:20px}}header nav .right img{cursor:pointer;width:45px}@media (max-width:768px){header nav .right img{width:36px}}header nav .right img.avatar:hover{border:2px solid #ff7d19;border:2px solid var(--orange);border-radius:50%}header nav .right svg{cursor:pointer}header nav .right .cart{background-color:#fff;border-radius:7px;box-shadow:1px 7px 20px -7px #68707d;box-shadow:1px 7px 20px -7px var(--d-grayish-blue);position:absolute;right:0;top:calc(100% + 10px);width:355px;z-index:999}@media (max-width:768px){header nav .right .cart{background-color:#fff;box-shadow:1px 7px 20px -7px #68707d;box-shadow:1px 7px 20px -7px var(--d-grayish-blue);left:50%;position:absolute;top:calc(100% + 20px);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:80vw;z-index:999}}header nav .right .cart .head{align-items:flex-start;display:flex;padding:24px}header nav .right .cart .head p{font-weight:700;margin:0}header nav .right .cart hr{color:#f7f8fd;color:var(--l-grayish-blue);margin:0}header nav .right .cart .cart-content{align-items:center;color:#68707d;color:var(--d-grayish-blue);display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:160px;padding:24px}header nav .right .cart .cart-content p.empty{font-weight:700}header nav .right .cart .product{align-items:center;display:flex;gap:10px;justify-content:space-between;width:100%}header nav .right .cart .product img{border-radius:2px}header nav .right .cart .product .info{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between}header nav .right .cart .product .info>p{margin:0;text-align:left;text-transform:capitalize}@media (max-width:768px){header nav .right .cart .product .info>p{font-size:15px}}header nav .right .cart .product .info .price span:last-of-type{color:#1d2025;color:var(--vd-blue);font-weight:700}header nav .right .cart .product .delete-button img{height:20px;width:16px}header nav .right .cart button.checkout{background-color:#ff7d19;background-color:var(--orange);border-radius:7px;color:#fff;font-weight:700;padding:15px 20px;text-transform:capitalize;transition:.3s;width:100%}header nav .right .cart button.checkout:hover{opacity:.6}.core{align-items:center;display:flex;gap:100px;justify-content:space-between;margin:100px auto;width:90%}@media (max-width:992px){.core{gap:70px}}@media (max-width:768px){.core{flex-direction:column;gap:initial;margin:initial;margin-bottom:100px;width:auto}}.description{align-items:flex-start;display:flex;flex-basis:50%;flex-direction:column;gap:25px;text-align:left}@media (max-width:768px){.description{margin-top:25px;padding:10px}}.description p.pre{color:#ff7d19;color:var(--orange);font-size:14px;font-weight:700;letter-spacing:2px;margin:0;text-transform:uppercase}.description h1{color:#1d2025;color:var(--vd-blue);font-size:50px;font-weight:700;margin:0;text-transform:capitalize}@media (max-width:768px){.description h1{font-size:35px;margin:0}}.description p.desc{color:#68707d;color:var(--d-grayish-blue);font-weight:500;line-height:1.7}@media (max-width:768px){.description p.desc{line-height:1.6;margin:0}}.description s{color:#b6bcc8;color:var(--grayish-blue)}.description .price{align-items:flex-start;display:flex;flex-direction:column;gap:10px}@media (max-width:768px){.description .price{align-items:center;flex-direction:row;justify-content:space-between;width:100%}}.description .price p{margin:0}.description .price .main-tag{align-items:center;display:flex;gap:15px}.description .price .main-tag p:first-of-type{color:#1d2025;color:var(--vd-blue);font-size:25px;font-weight:700}.description .price .main-tag p:last-of-type{background-color:#ffede0;background-color:var(--pale-orange);border-radius:5px;color:#ff7d19;color:var(--orange);font-weight:700;padding:3px 10px}.description .price s{font-weight:700}.description .buttons{align-items:center;display:flex;gap:20px;justify-content:space-between;width:100%}@media (max-width:768px){.description .buttons{flex-direction:column}.description .buttons>*{width:100%}}.description .buttons .amount{align-items:center;background-color:#f0f2f9;border-radius:7px;display:flex;justify-content:space-between;padding:15px;width:180px}@media (max-width:992px){.description .buttons .amount{width:150px}}@media (max-width:768px){.description .buttons .amount{width:100%}}.description .buttons .amount .minus{display:flex}.description .buttons .amount p{font-weight:700;margin:0}.description .buttons .add-to-cart{align-items:center;background-color:#ff7d19;background-color:var(--orange);border-radius:5px;box-shadow:0 30px 20px -8px #ffede0;box-shadow:0 30px 20px -8px var(--pale-orange);color:#fff;display:flex;flex:1 1;font-weight:700;gap:15px;justify-content:center;padding:15px 40px;text-transform:capitalize;transition:.3s}@media (max-width:992px){.description .buttons .add-to-cart{flex:initial;padding:15px 20px}}.description .buttons .add-to-cart:hover{opacity:.6}.description .buttons .add-to-cart svg path{fill:#fff}.gallery{align-items:center;display:flex;flex-basis:50%;flex-direction:column;gap:20px;justify-content:center}.gallery .image img{border-radius:10px;cursor:pointer;height:415px}@media (max-width:992px){.gallery .image img{height:350px}}.gallery .thumbnails{align-items:center;display:flex;gap:20px}.gallery .thumbnails .img-holder{height:90px;position:relative;width:90px}@media (max-width:992px){.gallery .thumbnails .img-holder{height:75px;width:75px}}.gallery .thumbnails img{border-radius:10px;cursor:pointer;height:90px}@media (max-width:992px){.gallery .thumbnails img{height:75px}}.gallery .backdrop .backdrop-content{align-items:center;display:flex;flex-direction:column;gap:10px;width:415px}.gallery .backdrop .backdrop-content .image{position:relative}.gallery .backdrop-content .image .icon-button-prev{left:-21px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.gallery .backdrop-content .image .icon-button-next{position:absolute;right:-21px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.gallery .backdrop .thumbnails{position:relative}.gallery .backdrop .thumbnails .img-holder-backd{height:75px;position:relative;width:75px}.gallery .backdrop .thumbnails img{height:75px}.MuiBadge-badge{background-color:#ff7d19}.MuiBadge-badge,.MuiBadge-standard{font-family:inherit;font-weight:700}.mobile-gallery{position:relative;width:100%}.mobile-gallery img{aspect-ratio:1;width:100%}.mobile-gallery button{position:absolute}.mobile-gallery .icon-button-prev{left:15px}.mobile-gallery .icon-button-next,.mobile-gallery .icon-button-prev{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mobile-gallery .icon-button-next{right:15px}.mobile-drawer{width:"65vw"}.mobile-drawer .closing{padding:25px}.mobile-drawer .mobile-links{padding-inline:25px}.mobile-drawer .mobile-links ul{align-items:flex-start;display:flex;flex-direction:column;gap:20px}.mobile-drawer .mobile-links ul button{font-size:1rem;font-size:var(--p-fs);font-weight:700}footer{font-size:1rem;font-size:var(--p-fs);padding:10px}@media (max-width:768px){footer{font-size:14px}}footer a{color:#4169e1;font-size:18px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}@media (max-width:768px){footer a{font-size:16px}}.home{background-color:#f1f4f6;display:flex;justify-content:center;margin-left:auto;margin-right:auto}.home__row{display:flex;margin-left:5px;margin-right:5px;z-index:1}.product{align-items:center;background-color:#fff;border:.1px solid #6e6e6e;border-radius:10px;display:flex;flex-direction:column;justify-content:flex-end;margin:10px;padding:20px;width:90%}.product:hover{-webkit-box-shadow:1px 1px 11px rgba(81,81,81,.4);-moz-box-shadow:1px 1px 11px rgba(81,81,81,.4);-webkit-transform:scale(1.086);transform:scale(1.086);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.product__rating{display:flex}.product>img{margin-bottom:15px;max-height:200px;object-fit:contain;width:100%}.product__price{margin-top:5px}.product__info{height:100px}.product__title{font-size:22px;font-weight:700;margin-bottom:10px;text-align:center}.product__category{background-color:#f8f8ff;border-radius:5px;color:#000;font-size:14px;margin-bottom:5px;margin-top:10px;padding:5px 10px}.product__category-rating{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;width:100%}.product__buttons{display:flex;justify-content:space-evenly;margin-top:15px;width:100%}.product__button{width:150px}.product__details-button{background-color:initial;border:none;color:#07c;cursor:pointer;font-weight:700;text-decoration:underline}.product__details-button:hover{text-decoration:none}.product__add-to-cart-button{background-color:#f0c14b;border:1px solid #a88734;color:#111}.product__add-to-cart-button:hover{background-color:#ffbf00}.product__buttons>button{margin-left:10px;margin-right:10px}.footer-container{background-color:#232f3e;color:#fff;margin-top:20px;padding:40px 0}.footer-container h6{margin-bottom:20px}.footer-container p{font-size:14px;margin-bottom:10px}.footer-container ul{list-style-type:none;margin:0;padding:0}.footer-container ul li{margin-bottom:10px}.footer-container ul li a{color:#fff;text-decoration:none}.footer-container ul li a:hover{color:orange}.footer-container .footer-logo{margin-bottom:20px;width:150px}.footer-container .footer-social-icons{margin-bottom:20px}.footer-container .footer-social-icons ul{display:flex}.footer-container .footer-social-icons ul li{margin-right:10px}.footer-container .footer-social-icons ul li a{background-color:#3498db;border-radius:50%;color:#fff;display:inline-block;height:40px;line-height:40px;text-align:center;transition:all .2s ease-in-out;width:40px}.footer-container .footer-social-icons ul li a:hover{background-color:orange}.footer-container .footer-contact{margin-top:30px}.footer-container .footer-contact li{margin-bottom:10px}.footer-container .footer-contact li span{display:block;margin-bottom:5px}.footer-container .footer-legal{margin-top:0}.footer-social-links li{align-items:center;display:flex;margin-bottom:10px}.footer-social-links li a{align-items:center;color:#fff;display:flex;text-decoration:none}.footer-social-links li a svg{margin-right:5px}.checkout{background-color:#fff;display:flex;height:-webkit-max-content;height:max-content;padding:20px}.checkout__ad{margin-bottom:10px;width:100%}.checkout__title{border-bottom:1px solid #d3d3d3;margin-right:10px;padding:10px}.checkoutProduct{display:flex;margin-bottom:20px;margin-top:20px}.checkoutProduct__info{padding-left:20px}.checkoutProduct__info>button{background:#f0c14b;border-color:#a88734 #9c7e31 #846a29;border-style:solid;border-width:1px;color:#111;margin-top:10px}.checkoutProduct__image{height:180px;object-fit:contain;width:180px}.checkoutProduct__rating{display:flex}.checkoutProduct__title{font-size:17px;font-weight:800}.subtotal{background-color:#f3f3f3;border:1px solid #ddd;border-radius:3px;display:flex;flex-direction:column;height:100px;justify-content:space-between;padding:20px;width:300px}.subtotal__gift{align-items:center;display:flex}.subtotal__gift>input{margin-right:5px}.subtotal>button{background:#f0c14b;border:1px solid;border-radius:2px;height:30px;width:100%}.error-page{align-items:center;color:#555;display:flex;flex-direction:column;font-size:24px;height:100vh;justify-content:center;text-align:center}.error-page h1{font-size:48px;margin-bottom:16px}.error-page p{margin-bottom:32px}.error-page button{background-color:#ff8c00;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px;transition:background-color .2s ease-in-out}.error-page button:hover{background-color:#0062cc}
/*# sourceMappingURL=main.b91aa6c3.css.map*/