@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap");: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{margin:0;font-family:Kumbh Sans}button{cursor:pointer;border:none;font-family:inherit;background-color:unset}.activated{position:absolute;top:0;left:0;height:100%;width:100%;z-index:99;border:3px solid var(--orange);border-radius:10px;background-color:#e3dfdfab}@media (min-width:769px){.hide-in-desktop{display:none}}@media (max-width:768px){.hide-in-mobile{display:none}}ul{list-style:none;padding:0;margin:0}.App{text-align:center}header nav{display:flex;align-items:center;justify-content:space-between;padding:30px 0;border-bottom:1px solid var(--grayish-blue);position:relative}@media (max-width:786px){header nav{padding:20px 0}}header nav .left{gap:30px}header nav .left,header nav .left .imgs{display:flex;align-items:center;justify-content:center}@media (max-width:768px){header nav .left .imgs{gap:20px}}header nav .left .imgs *{cursor:pointer}header nav .left ul{display:flex;align-items:center;justify-content:center;gap:30px}header nav .left ul button{padding:0;color:var(--d-grayish-blue);font-size:var(--p-fs)}header nav .left ul li{position:relative}header nav .left ul li:before{content:"";position:absolute;top:60px;left:0;height:3px;width:100%;background-color:var(--orange);opacity:0;transition:.2s}header nav .left ul li:hover:before{opacity:1}header nav .left ul li:hover button{color:var(--vd-blue)}header nav .right{display:flex;align-items:center;justify-content:center;gap:40px;z-index:998}@media (max-width:768px){header nav .right{gap:20px}}header nav .right img{width:45px;cursor:pointer}@media (max-width:768px){header nav .right img{width:36px}}header nav .right img.avatar:hover{border:2px solid var(--orange);border-radius:50%}header nav .right svg{cursor:pointer}header nav .right .cart{position:absolute;top:calc(100% + 10px);right:0;box-shadow:1px 7px 20px -7px var(--d-grayish-blue);z-index:999;background-color:#fff;width:355px;border-radius:7px}@media (max-width:768px){header nav .right .cart{position:absolute;top:calc(100% + 20px);left:50%;transform:translateX(-50%);box-shadow:1px 7px 20px -7px var(--d-grayish-blue);z-index:999;background-color:#fff;width:80vw}}header nav .right .cart .head{display:flex;align-items:flex-start;padding:24px}header nav .right .cart .head p{margin:0;font-weight:700}header nav .right .cart hr{margin:0;color:var(--l-grayish-blue)}header nav .right .cart .cart-content{padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;color:var(--d-grayish-blue);min-height:160px}header nav .right .cart .cart-content p.empty{font-weight:700}header nav .right .cart .product{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%}header nav .right .cart .product img{border-radius:2px}header nav .right .cart .product .info{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}header nav .right .cart .product .info>p{margin:0;text-transform:capitalize;text-align:left}@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{font-weight:700;color:var(--vd-blue)}header nav .right .cart .product .delete-button img{height:20px;width:16px}header nav .right .cart button.checkout{padding:15px 20px;color:#fff;background-color:var(--orange);width:100%;text-transform:capitalize;font-weight:700;border-radius:7px;transition:.3s}header nav .right .cart button.checkout:hover{opacity:.6}.core{display:flex;align-items:center;justify-content:space-between;width:90%;margin:100px auto;gap:100px}@media (max-width:992px){.core{gap:70px}}@media (max-width:768px){.core{width:unset;margin:unset;flex-direction:column;gap:unset;margin-bottom:100px}}.description{flex-basis:50%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:25px}@media (max-width:768px){.description{padding:10px;margin-top:25px}}.description p.pre{color:var(--orange);text-transform:uppercase;font-weight:700;font-size:14px;letter-spacing:2px;margin:0}.description h1{color:var(--vd-blue);text-transform:capitalize;font-weight:700;font-size:50px;margin:0}@media (max-width:768px){.description h1{font-size:35px;margin:0}}.description p.desc{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:var(--grayish-blue)}.description .price{display:flex;flex-direction:column;align-items:flex-start;gap:10px}@media (max-width:768px){.description .price{flex-direction:row;align-items:center;justify-content:space-between;width:100%}}.description .price p{margin:0}.description .price .main-tag{display:flex;align-items:center;gap:15px}.description .price .main-tag p:first-of-type{color:var(--vd-blue);font-size:25px;font-weight:700}.description .price .main-tag p:last-of-type{color:var(--orange);background-color:var(--pale-orange);padding:3px 10px;border-radius:5px;font-weight:700}.description .price s{font-weight:700}.description .buttons{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px}@media (max-width:768px){.description .buttons{flex-direction:column}.description .buttons>*{width:100%}}.description .buttons .amount{display:flex;align-items:center;justify-content:space-between;padding:15px;width:180px;background-color:#f0f2f9;border-radius:7px}@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{padding:15px 40px;background-color:var(--orange);color:#fff;text-transform:capitalize;font-weight:700;border-radius:5px;display:flex;align-items:center;justify-content:center;gap:15px;flex:1 1;transition:.3s;box-shadow:0 30px 20px -8px var(--pale-orange)}@media (max-width:992px){.description .buttons .add-to-cart{flex:unset;padding:15px 20px}}.description .buttons .add-to-cart:hover{opacity:.6}.description .buttons .add-to-cart svg path{fill:#fff}.gallery{flex-basis:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.gallery .image img{height:415px;border-radius:10px;cursor:pointer}@media (max-width:992px){.gallery .image img{height:350px}}.gallery .thumbnails{display:flex;align-items:center;gap:20px}.gallery .thumbnails .img-holder{position:relative;height:90px;width:90px}@media (max-width:992px){.gallery .thumbnails .img-holder{height:75px;width:75px}}.gallery .thumbnails img{height:90px;border-radius:10px;cursor:pointer}@media (max-width:992px){.gallery .thumbnails img{height:75px}}.gallery .backdrop .backdrop-content{width:415px;display:flex;flex-direction:column;align-items:center;gap:10px}.gallery .backdrop .backdrop-content .image{position:relative}.gallery .backdrop-content .image .icon-button-prev{position:absolute;left:-21px;top:50%;transform:translateY(-50%)}.gallery .backdrop-content .image .icon-button-next{position:absolute;right:-21px;top:50%;transform:translateY(-50%)}.gallery .backdrop .thumbnails{position:relative}.gallery .backdrop .thumbnails .img-holder-backd{height:75px;width:75px;position:relative}.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{width:100%;aspect-ratio:1}.mobile-gallery button{position:absolute}.mobile-gallery .icon-button-prev{left:15px;top:50%;transform:translateY(-50%)}.mobile-gallery .icon-button-next{right:15px;top:50%;transform:translateY(-50%)}.mobile-drawer{width:"65vw"}.mobile-drawer .closing{padding:25px}.mobile-drawer .mobile-links{padding-inline:25px}.mobile-drawer .mobile-links ul{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.mobile-drawer .mobile-links ul button{font-weight:700;font-size:var(--p-fs)}footer{padding:10px;font-size:var(--p-fs)}@media (max-width:768px){footer{font-size:14px}}footer a{font-size:18px;color:#4169e1;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}@media (max-width:768px){footer a{font-size:16px}}.page_main__glJS7{flex-direction:column;align-items:center}.page_main__glJS7,.page_section__h2z8r{display:flex;justify-content:space-between;padding:6rem;min-height:100vh}.page_section__h2z8r{flex-direction:row;align-items:stretch}.page_split7030__ajqAL>div:first-child{flex-grow:2;padding:0 1rem}.page_split7030__ajqAL>div:last-child{flex-grow:8;padding:0 1rem}.page_productsfilters__QneKz{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.page_productsfilter__71eGb{display:block;justify-content:space-between;align-items:flex-start}.page_productsfilter__71eGb>div{padding-left:10px}.page_productlist__8mCY_{display:flex;flex-direction:column;justify-content:space-between}.page_description__1vD6B{display:inherit;justify-content:inherit;align-items:inherit;font-size:.85rem;max-width:var(--max-width);width:100%;z-index:2;font-family:var(--font-mono)}.page_description__1vD6B a{display:flex;justify-content:center;align-items:center;gap:.5rem}.page_description__1vD6B p{position:relative;margin:0;padding:1rem;background-color:rgba(var(--callout-rgb),.5);border:1px solid rgba(var(--callout-border-rgb),.3);border-radius:var(--border-radius)}.page_code__nbKET{font-weight:700;font-family:var(--font-mono)}.page_grid__mGEGZ{display:grid;grid-template-columns:repeat(4,minmax(25%,auto));max-width:100%;width:var(--max-width)}.page_card__ZYOqe{padding:1rem 1.2rem;border-radius:var(--border-radius);background:rgba(var(--card-rgb),0);border:1px solid rgba(var(--card-border-rgb),0);transition:background .2s,border .2s}.page_card__ZYOqe span{display:inline-block;transition:transform .2s}.page_card__ZYOqe h2{font-weight:600;margin-bottom:.7rem}.page_card__ZYOqe p{margin:0;opacity:.6;font-size:.9rem;line-height:1.5;max-width:30ch;text-wrap:balance}.page_center__3Qj0W{display:flex;justify-content:center;align-items:center;position:relative;padding:4rem 0}.page_center__3Qj0W:before{background:var(--secondary-glow);border-radius:50%;width:480px;height:360px;margin-left:-400px}.page_center__3Qj0W:after{background:var(--primary-glow);width:240px;height:180px;z-index:-1}.page_center__3Qj0W:after,.page_center__3Qj0W:before{content:"";left:50%;position:absolute;filter:blur(45px);transform:translateZ(0)}.page_logo__rAcPn{position:relative}@media (hover:hover) and (pointer:fine){.page_card__ZYOqe:hover{background:rgba(var(--card-rgb),.1);border:1px solid rgba(var(--card-border-rgb),.15)}.page_card__ZYOqe:hover span{transform:translateX(4px)}}@media (prefers-reduced-motion){.page_card__ZYOqe:hover span{transform:none}}@media (max-width:700px){.page_content__5kZ1s{padding:4rem}.page_grid__mGEGZ{grid-template-columns:1fr;margin-bottom:120px;max-width:320px;text-align:center}.page_card__ZYOqe{padding:1rem 2.5rem}.page_card__ZYOqe h2{margin-bottom:.5rem}.page_center__3Qj0W{padding:8rem 0 6rem}.page_center__3Qj0W:before{transform:none;height:300px}.page_description__1vD6B{font-size:.8rem}.page_description__1vD6B a{padding:1rem}.page_description__1vD6B div,.page_description__1vD6B p{display:flex;justify-content:center;position:fixed;width:100%}.page_description__1vD6B p{align-items:center;inset:0 0 auto;padding:2rem 1rem 1.4rem;border-radius:0;border:none;border-bottom:1px solid rgba(var(--callout-border-rgb),.25);background:linear-gradient(to bottom,rgba(var(--background-start-rgb),1),rgba(var(--callout-rgb),.5));background-clip:padding-box;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.page_description__1vD6B div{align-items:flex-end;pointer-events:none;inset:auto 0 0;padding:2rem;height:200px;background:linear-gradient(to bottom,transparent 0,rgb(var(--background-end-rgb)) 40%);z-index:1}}@media (min-width:701px) and (max-width:1120px){.page_grid__mGEGZ{grid-template-columns:repeat(2,50%)}}@media (prefers-color-scheme:dark){.page_vercelLogo__FLkPc{filter:invert(1)}.page_logo__rAcPn{filter:invert(1) drop-shadow(0 0 .3rem #ffffff70)}}@keyframes page_rotate__XNKKR{0%{transform:rotate(1turn)}to{transform:rotate(0deg)}}