@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,sans-serif;scroll-behavior:smooth;background-color:#fff;overflow:auto;scrollbar-width:none}body::-webkit-scrollbar{display:none}main{background-color:#fbfdf7}.main{background-color:#fbfdf7;border-bottom:1px solid #dbd8d8}.heightCompensator{display:flex;height:72px;margin:0 3rem;justify-content:space-between;align-items:center}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.heightCompensator{margin-left:1.5rem}}@media (max-width: 770px){.heightCompensator{margin:0 1rem}}.wrapperRight{display:flex;width:40%;align-items:center;justify-content:space-between}.logo{width:120px}.navbarList{font-family:DM sans,sans-serif;font-weight:600;font-size:17px;display:flex;align-items:center;gap:33px;margin-left:50px}.navbarList a{text-decoration:none;color:#857f7f;position:relative;transition:color .3s ease}.navbarList a.active{color:#89c540}.navbarList a.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:#89c540;transform:scaleX(1);transition:transform .3s ease}.navbarList a:hover{color:#89c540}.icons{display:flex;align-items:center;gap:25px}@media only screen and (max-width: 575.98px){.icons{gap:15px;margin-right:1rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.icons{gap:18px;margin-right:1rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.icons{margin-right:1rem}}.icons a{text-decoration:none;color:inherit}.navIcons{display:flex;align-items:center;gap:25px}@media only screen and (max-width: 575.98px){.navIcons{gap:13px}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navIcons{gap:18px}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.navIcons{gap:20px}}@media only screen and (max-width: 575.98px){.navIcons .bucket-link,.navIcons .profileIconWrapper{transition:opacity .3s ease,transform .3s ease}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.navIcons .bucket-link,.navIcons .profileIconWrapper{transition:opacity .3s ease,transform .3s ease}}.iconsImage{height:50px}@media only screen and (max-width: 575.98px){.iconsImage{height:40px}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.iconsImage{height:44px}}.profileIcon{font-weight:100;color:gray;stroke-width:0;transform:scale(.9)}@media only screen and (max-width: 575.98px){.profileIcon{transform:scale(.8)}}.bucketWrapper{position:relative;display:inline-block}.bucketImage{height:22px;margin-top:4px}@media only screen and (max-width: 575.98px){.bucketImage{height:20px}}.topRightIcon{position:absolute;top:-4px;right:-6px;height:16px;width:16px;background-color:#89c540;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003}.cart-notification{position:absolute;top:-4px;right:-6px}.cart-count{font-size:10px;font-weight:900;color:#000;text-align:center;line-height:1}.menuIcon{display:none;font-size:28px;cursor:pointer;color:#1e1e1e}.menuIcon svg{transition:transform .3s ease}.menuIcon.open svg{transform:rotate(90deg)}.secondaryNavbar{display:flex;justify-content:center;padding:10px 0;background-color:#89c540;border-top:1px solid #dbd8d8;border-bottom:1px solid #dbd8d8}.secondaryNavbar a{font-family:DM sans,sans-serif;font-weight:500;color:#000;text-decoration:none;font-size:18px;padding:5px 15px;border-radius:4px;transition:background-color .3s ease}.secondaryNavbar a.active{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}@media only screen and (min-width: 1200px){.secondaryNavbar{display:none}}.mobileNav{display:none}.mobileNav.active{display:block;background-color:#fbfdf7;padding:20px 0;box-shadow:0 4px 8px #00000014;position:absolute;width:100%;top:72px;left:0;z-index:1000}.mobileNav .mobileIcons{display:flex;flex-direction:column;align-items:center;gap:16px;list-style:none;margin:0;padding:0}.mobileNav .mobileIcons li{width:100%;display:flex;justify-content:center}.mobileNav .mobileIcons a{display:block;padding:12px 24px;border-radius:8px;box-shadow:0 0 3px #0000001a;color:#89c540;text-decoration:none;font-weight:600;width:80%;text-align:center;transition:background-color .3s ease,transform .2s ease}.mobileNav .mobileIcons a:hover{background-color:#cfcbcb;transform:translateY(-2px)}.mobileNav .mobileIcons a.active{background-color:#89c540;color:#fbfdf7}.mobileNav .mobileIcons a.active:hover{background-color:#7cb537}@media screen and (max-width: 992px){.menuIcon,.navbarList{display:none}.mobileNav.active .mobileIcons{opacity:1;transform:translateY(0);visibility:visible}}@media screen and (max-width: 992px){.secondaryNavbar{gap:50px}.secondaryNavbar a{font-size:18px;font-weight:600}}@media screen and (min-width: 992px){.secondaryNavbar{display:none}}@media screen and (max-width: 480px){.heightCompensator{height:60px;margin:0}}@media screen and (max-width: 480px) and (min-width: 480px){.heightCompensator{width:100%}}@media screen and (max-width: 480px){.search-icon{margin:.7rem .1rem .9rem .9rem;font-size:25px}.logo{width:80px;margin-left:1rem}.secondaryNavbar{gap:15px}.secondaryNavbar a{font-size:14px;font-weight:600}}@media (max-width: 350px){.heightCompensator{gap:10px}}.profileIconWrapper{position:relative;display:flex;align-items:center}.profileImageHeader{width:36px;height:36px;border-radius:50%;object-fit:cover;cursor:pointer}@media only screen and (max-width: 575.98px){.profileImageHeader{width:28px;height:28px}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.profileImageHeader{width:32px;height:32px}}.dropdownMenuHeader{min-width:220px;background:#fbfdf7;border-radius:12px;box-shadow:0 4px 16px #0000001f;padding:16px;z-index:100;position:absolute;top:110%;right:0}@media only screen and (max-width: 575.98px){.dropdownMenuHeader{min-width:160px;padding:10px;right:-30px}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.dropdownMenuHeader{min-width:180px;padding:12px;right:-20px}}.dropdownMenuHeader .dropdownItem{padding:10px 12px;font-size:14px;font-weight:500;color:#000;text-decoration:none;border-radius:6px;transition:background .2s ease}.dropdownMenuHeader .dropdownItem:hover{background-color:#f3f3f3}.profileIconWrapper{position:relative;display:flex;align-items:center;cursor:pointer}.search-container{position:relative;display:flex;align-items:center}.search-container .search-icon{cursor:pointer;font-size:28px;color:#1e1e1e;z-index:2}@media only screen and (max-width: 575.98px){.search-container .search-icon{font-size:25px}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.search-container .search-icon{margin-bottom:.3rem}}.search-container .search-input{position:absolute;right:28px;opacity:0;width:0;padding:0;border:none;outline:none;background:transparent;font-size:.9rem;font-family:DM sans,sans-serif;transition:width .4s ease,opacity .3s ease,padding .3s ease}.search-container .search-input.open{opacity:1;width:300px;padding:6px 10px;background:#fbfdf7;border:1px solid #dbd8d8;border-radius:6px;box-shadow:0 2px 6px #0000001a}@media only screen and (max-width: 575.98px){.search-container .search-input.open{margin-right:10px;width:200px;right:35px}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.search-container .search-input.open{margin-right:10px;width:250px;right:32px}}.search-container .search-results{position:absolute;top:110%;right:0;width:290px;max-height:250px;overflow-y:auto;background-color:#fbfdf7;border-radius:8px;box-shadow:0 2px 8px #0000001a;z-index:10}@media only screen and (max-width: 575.98px){.search-container .search-results{width:200px;right:10px}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.search-container .search-results{width:250px;right:10px}}.search-container .search-results .search-result-item{padding:10px;font-size:14px;cursor:pointer;color:#000;transition:background .2s ease}.search-container .search-results .search-result-item:hover{background-color:#f3f3f3}.search-container .search-results .search-result-item.no-results{color:#857f7f;text-align:center}.profile-header-row{display:flex;align-items:center;gap:12px;padding-bottom:12px}.profile-info{flex:1;display:flex;flex-direction:column;justify-content:center}.profile-name{font-weight:700;font-size:1.08rem;color:#000}.profile-email{font-size:.93rem;color:#857f7f;margin-top:2px}.profile-chevron{font-size:1.2rem;color:#857f7f;margin-left:auto}.dropdown-divider{height:1px;background:#dbd8d8;margin:12px 0;width:100%}.dropdown-list{display:flex;flex-direction:column;gap:2px}.dropdownItem{display:flex;align-items:center;gap:10px;padding:10px 12px;font-size:15px;font-weight:500;color:#857f7f;border-radius:6px;text-decoration:none;cursor:pointer;transition:background .2s ease;line-height:1.4;white-space:nowrap}.dropdownItem:hover{background:#f8f8f8;color:#000}.dropdown-icon{font-size:1.2rem;color:#857f7f;flex-shrink:0}.logout{color:#f25767!important;font-weight:600}.logout .logout-icon{color:#f25767!important}.logout:hover{background:#fff;color:#f25767}.btn{padding:.5rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:DM sans,sans-serif}@media only screen and (min-width: 576px) and (max-width: 767.98px){.btn{font-size:.8rem}}.btn.primary{background-color:#89c540;color:#000;font-weight:500;border:1px solid #89c540}@media only screen and (max-width: 575.98px){.btn.primary{font-size:.9rem}}.btn.primary:hover{background-color:#7cb537}.btn.outline{background-color:#fbfdf7;color:#000;border:1px solid #89c540}.btn.outline:hover{background-color:#89c5400d}.btn.category{background-color:transparent;color:gray;border:1px solid transparent;border-radius:0;height:30px;display:flex;justify-content:center;align-items:center}.btn.category:hover{background-color:#dbd8d8;color:#000;border-radius:20px;border-right:none}.btn.category.selected{background-color:#89c5404d;color:#000;border-radius:10px;border:1px solid rgba(137,197,64,.3)}.Landing{width:98%;margin:15px auto auto}.Landing__wrapper{display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;background-color:#89c5400f}.Landing__image-container{position:relative;width:100%;height:517px;overflow:hidden;border-bottom-left-radius:20px;border-top-left-radius:20px}@media only screen and (max-width: 575.98px){.Landing__image-container{border-bottom-left-radius:0;border-top-left-radius:0}}.Landing__image{position:absolute;top:0;left:0;width:100%;height:517px;object-fit:cover;opacity:0;transition:opacity 1s ease-in-out;z-index:1}.Landing__image.active{opacity:1;z-index:2}.Landing__dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.Landing__dots .dot{width:10px;height:10px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:background-color .3s ease}.Landing__dots .dot.active{background-color:#89c540}.Landing__content{padding:0 20px;opacity:1;transition:opacity .6s ease-in-out}.Landing__content.fade-out{opacity:0}.Landing__heading{font-size:2rem;font-weight:600;line-height:1.3;margin-bottom:15px}.Landing__description{font-size:1rem;color:#1e1e1e;margin-bottom:20px;max-width:90%}.Landing__buttons{margin-left:50px;margin-top:30px;display:flex;gap:18px}.title{font-family:DM sans,sans-serif;font-size:44px;margin-left:50px;margin-top:80px;opacity:0;animation:fadeInUp .8s ease forwards}@media (max-width: 768px){.title{font-size:28px;margin:30px 20px 10px}}.subTitle{font-family:Urbanist,sans-serif;margin-left:50px;margin-top:20px;color:#8d8c89;font-size:18px;opacity:0;animation:fadeInUp .8s ease forwards;animation-delay:.2s}@media (max-width: 768px){.subTitle{margin:0 20px;font-size:16px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width: 992px){.Landing{width:100%}.Landing__wrapper{grid-template-columns:1fr 1fr}.Landing__image-container,.Landing__image{height:450px}.Landing__heading{font-size:1.8rem}.Landing__description{font-size:.95rem}.Landing__buttons{margin-left:30px;gap:15px}}@media screen and (max-width: 768px){.Landing{margin-top:10px}.Landing__wrapper{grid-template-columns:1fr;grid-template-areas:"image" "content"}.Landing__image-container{grid-area:image;height:300px}.Landing__image{height:300px}.Landing__content{grid-area:content;padding:20px 0;height:326px}.Landing__heading{font-size:1.6rem;margin-bottom:12px}.Landing__description{font-size:.9rem;margin-bottom:15px;max-width:100%}.Landing__buttons{margin-left:0;margin-top:20px;flex-wrap:nowrap;gap:12px}.Landing__buttons button{min-width:140px;padding:7px 2px;font-size:.9rem;margin-left:20px}}@media screen and (min-width: 480px) and (max-width: 768px){.Landing__image-container{height:300px}.Landing__image{height:300px;border-radius:0}.Landing__content{padding:15px 0;height:326px}.Landing__heading{font-size:1.4rem;margin-bottom:10px}.Landing__description{font-size:.85rem;margin-bottom:12px}.Landing__buttons{margin-top:25px;gap:10px}.Landing__buttons button{min-width:115px;padding:10px 14px;font-size:.85rem;width:calc(50% - 5px);margin-left:20px}}.testimonials{padding:4rem 5rem;font-family:DM sans,sans-serif;position:relative}.testimonials__heading{font-size:2.5rem;margin-bottom:2rem;margin-left:10px;font-weight:500;text-align:center}.testimonials__sub-text{font-size:1.1rem;color:#857f7f;margin-bottom:3rem;max-width:700px;margin-left:10px}.testimonials__carousel-container{position:relative;width:100%;max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:1rem;padding:0 1rem}.testimonials__carousel-container:before,.testimonials__carousel-container:after{content:"";position:absolute;top:0;bottom:0;width:50px;z-index:5;pointer-events:none}.testimonials__carousel-container:before{left:0;background:linear-gradient(to right,#f0f8e5,#f0f8e500)}.testimonials__carousel-container:after{right:0;background:linear-gradient(to left,#f0f8e5,#f0f8e500)}@media (min-width: 1200px){.testimonials__carousel-container{max-width:1600px;padding:0 2rem}}.testimonials__nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fbfdf7;border:2px solid #89c540;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.testimonials__nav-btn:hover:not(:disabled){background:#89c540;color:#fbfdf7;transform:translateY(-50%) scale(1.1)}.testimonials__nav-btn:disabled{opacity:.3;cursor:not-allowed}.testimonials__nav-btn--prev{left:-25px}.testimonials__nav-btn--next{right:-25px}.testimonials__nav-btn svg{font-size:1.2rem;color:#89c540}.testimonials__nav-btn:hover:not(:disabled) svg{color:#fbfdf7}.testimonials__list{width:100%;padding:20px;margin:auto;display:flex;gap:1.5rem;background-color:#f0f8e5;border-radius:12px;overflow-x:auto;overflow-y:hidden;position:relative;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.testimonials__list::-webkit-scrollbar{display:none}@media (min-width: 1200px){.testimonials__list{padding:25px;gap:1.25rem}}.testimonials__dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.testimonials__dot{width:12px;height:12px;border-radius:50%;background:#e0e0e0;border:none;cursor:pointer;transition:all .3s ease}.testimonials__dot.active{background:#89c540;transform:scale(1.2)}.testimonials__dot:hover{background:#89c540;opacity:.7}@media only screen and (min-width: 768px) and (max-width: 991.98px){.testimonials{padding:2rem}.testimonials__carousel-container{max-width:100%}.testimonials__nav-btn{width:40px;height:40px}.testimonials__nav-btn--prev{left:-20px}.testimonials__nav-btn--next{right:-20px}.testimonials__nav-btn svg{font-size:1rem}.testimonials__list{padding:15px;gap:1rem}.testimonials__heading{font-size:2rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.testimonials{padding:1.5rem}.testimonials__carousel-container{max-width:100%}.testimonials__nav-btn{display:none}.testimonials__list{padding:10px;gap:.8rem}.testimonials__heading{font-size:1.8rem}}@media only screen and (max-width: 575.98px){.testimonials{padding:2rem 1rem 1rem}.testimonials__carousel-container{max-width:100%}.testimonials__nav-btn{display:none}.testimonials__list{padding:8px;gap:.6rem}.testimonials__heading{font-size:1.5rem;margin-left:5px;font-weight:500;padding-left:.6rem}}.testimonial-card-wrapper{flex:0 0 calc(33.333% - 1rem);min-width:280px;transition:all .3s ease}.testimonial-card-wrapper:hover{transform:scale(1.02)}@media only screen and (min-width: 768px) and (max-width: 991.98px){.testimonial-card-wrapper{flex:0 0 calc(50% - .5rem);min-width:250px}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.testimonial-card-wrapper{flex:0 0 calc(100% - .4rem);min-width:220px}}@media only screen and (max-width: 575.98px){.testimonial-card-wrapper{flex:0 0 calc(100% - .3rem);min-width:200px}}@media (min-width: 1200px){.testimonial-card-wrapper{flex:0 0 calc(25% - .75rem);min-width:240px}}.testimonial-card{background-color:#fbfdf7;border-radius:12px;padding:1.5rem;width:100%;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;text-align:left;height:100%;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.testimonial-card__stars{display:flex;margin-bottom:.8rem}.testimonial-card__title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.testimonial-card__text{font-size:.95rem;color:#1e1e1e;margin-bottom:1.2rem;flex-grow:1}.testimonial-card__customer{display:flex;align-items:center;gap:1rem}.testimonial-card__customer__img{width:40px;height:40px;border-radius:50%;object-fit:cover}.testimonial-card__customer__name{font-weight:500}.testimonial-card__customer__product{font-size:.85rem;color:#857f7f}@media only screen and (max-width: 575.98px){.testimonial-card{padding:1.2rem}.testimonial-card__title{font-size:1.1rem}.testimonial-card__text{font-size:.9rem}.testimonial-card__customer__img{width:40px;height:40px}}.product-section-container{padding:0 1rem}@media only screen and (max-width: 575.98px){.product-section-container{padding:0 .6rem}}@media only screen and (min-width: 1200px){.product-section-container{padding:0 4rem}}.product-section{padding:2rem 1rem;background-color:#fbfdf7}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-section{padding:1rem}}@media only screen and (max-width: 575.98px){.product-section{padding:.7rem 0rem}}.product-section__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;justify-content:center;align-items:stretch}@media only screen and (min-width: 768px) and (max-width: 991.98px){.product-section__list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 1200px){.product-section__list{grid-template-columns:repeat(4,1fr);gap:2rem}}.product-card__sub-name{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:1.3em}.products{padding:3rem 2rem;padding-bottom:0}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products{padding:1.7rem 0}}@media only screen and (max-width: 575.98px){.products{padding:1.7rem 0rem}}@media only screen and (min-width: 1200px){.products{padding:3rem 5rem}}.products__header{width:100%;font-family:Urbanist,sans-serif;margin-left:0;text-align:center}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products__header{text-align:start}}@media only screen and (max-width: 575.98px){.products__header{text-align:start;padding:1rem 1rem 1rem .6rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.products__header{text-align:left;margin-left:10px;padding-bottom:1rem}}.products__title{font-family:DM sans,sans-serif;margin-left:0!important;text-align:start!important}.products__title h1{font-size:1.8rem;font-weight:500}@media only screen and (min-width: 768px) and (max-width: 991.98px){.products__title h1{font-size:1.8rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products__title h1{font-size:1.5rem}}@media only screen and (max-width: 575.98px){.products__title h1{font-size:1.5rem;margin-left:.5rem}}.products__category-buttons{display:flex;flex-wrap:wrap;justify-content:start;margin-top:20px}@media only screen and (min-width: 768px) and (max-width: 991.98px){.products__category-buttons{justify-content:flex-start;margin-left:20px}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products__category-buttons{margin-left:0}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.products__category-buttons{margin-bottom:20px}}.products__category-buttons button{white-space:nowrap}.products__category-buttons :nth-child(-n+4){padding-right:22px;margin-right:10px}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products__category-buttons{display:flex;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.products__category-buttons button{flex:0 0 auto;white-space:nowrap}.products__category-buttons ::-webkit-scrollbar{display:none}.products__category-buttons :nth-child(-n+4){border-right:none;padding-right:0;margin-right:0}}@media only screen and (max-width: 575.98px){.products__category-buttons{display:flex;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.products__category-buttons button{flex:0 0 auto;white-space:nowrap}.products__category-buttons ::-webkit-scrollbar{display:none}.products__category-buttons :nth-child(-n+4){padding-right:1.5rem;margin-right:0;font-size:1rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.products__category-buttons{display:flex;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.products__category-buttons button{flex:0 0 auto;white-space:nowrap}.products__category-buttons ::-webkit-scrollbar{display:none}.products__category-buttons :nth-child(-n+4){padding-right:1rem;margin-right:0;font-size:1rem}}.products__grid{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin-top:0;border-radius:12px;padding:0 .6rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products__grid{grid-template-columns:repeat(2,1fr);margin-top:0;gap:.7rem;padding:2rem .6rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.products__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width: 1200px){.products__grid{grid-template-columns:repeat(5,1fr);padding:2rem .6rem .8rem}}.products__card{display:flex;flex-direction:column;background-color:#89c54014;border-radius:12px;font-family:DM sans,sans-serif;padding:.4rem .4rem 1rem;transition:transform .3s ease}.products__card:hover{transform:translateY(-5px)}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products__card{padding:.5rem}}@media only screen and (max-width: 575.98px){.products__card{padding:.5rem}}.products__image{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}.products__card:hover .products__image{transform:scale(1)}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products__image{height:200px}}@media only screen and (max-width: 575.98px){.products__image{height:170px}}.products__name{font-weight:500;margin:.8rem 0 .3rem;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-width:17ch}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products__name{font-size:.9rem}}@media only screen and (max-width: 575.98px){.products__name{font-size:.9rem}}.products__size{color:#857f7f;margin-top:.6rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products__size{font-size:.9rem}}@media only screen and (max-width: 575.98px){.products__size{font-size:.9rem}}.products__price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:start;font-size:.95rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products__price-row{font-size:.7rem}}@media only screen and (max-width: 575.98px){.products__price-row{font-size:.7rem}}.products__price{font-size:.8rem;font-weight:600;color:#000}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products__price{font-size:.8rem}}@media only screen and (max-width: 575.98px){.products__price{font-size:.8rem}}.products__original-price{font-size:.9rem;color:#857f7f;text-decoration:line-through}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products__original-price{font-size:.8rem}}@media only screen and (max-width: 575.98px){.products__original-price{font-size:.8rem}}.products__offer{background-color:#89c540;color:#fbfdf7;font-size:.7rem;padding:.1rem;border-radius:4px;white-space:nowrap}@media only screen and (min-width: 576px) and (max-width: 767.98px){.products__offer{font-size:.8rem}}@media only screen and (max-width: 575.98px){.products__offer{font-size:.6rem}}.products__explore-button{display:flex;justify-content:center;margin-top:2rem}.products__no-items{grid-column:1/-1;text-align:center;padding:2rem;font-size:1.2rem;color:#857f7f;font-family:DM sans,sans-serif}.frame-create{position:relative;width:100%;height:400px;margin-top:80px;overflow:hidden}.frame-create__background-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;filter:brightness(.6);transform:scaleX(-1);opacity:0;transition:opacity 1s ease-in-out;z-index:1}.frame-create__background-image.active{opacity:1;z-index:2}.frame-create__overlay{position:absolute;top:50%;left:30%;transform:translate(-50%,-50%);color:#fbfdf7;width:80%;max-width:800px;font-family:DM sans,sans-serif;padding:1rem;z-index:5;opacity:1;transition:opacity 1s ease-in-out}.frame-create__overlay.fade-in{opacity:1}.frame-create__overlay.fade-out{opacity:0}.frame-create__overlay h1{font-size:2rem;line-height:1.5;margin-bottom:1rem;font-weight:600}.frame-create__overlay p{font-size:1.1rem;margin-bottom:1.5rem;font-weight:400;font-family:Urbanist,sans-serif;max-width:600px}.frame-create__overlay__button button{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;margin-top:1rem;background-color:#89c540;color:#000;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease}.frame-create__overlay__button button:hover{transform:translateY(-2px)}.frame-create__dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:6}.frame-create__dots .dot{width:10px;height:10px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:background-color .3s ease}.frame-create__dots .dot.active{background-color:#89c540}@media only screen and (min-width: 1200px){.frame-create{height:380px}.frame-create__overlay{left:35%;width:85%}.frame-create__overlay h1{font-size:1.9rem}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.frame-create{height:350px;margin-top:60px}.frame-create__overlay{left:40%;width:90%}.frame-create__overlay h1{font-size:1.8rem}.frame-create__overlay p{font-size:1rem;max-width:500px}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.frame-create{height:300px;margin-top:50px}.frame-create__overlay{left:45%;padding:.8rem}.frame-create__overlay h1{font-size:1.6rem;margin-bottom:.8rem;line-height:1.3}.frame-create__overlay p{font-size:.95rem;margin-bottom:1.2rem;max-width:100%}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.frame-create{height:280px}.frame-create__overlay{left:50%;width:100%}.frame-create__overlay h1{font-size:1.5rem;margin-bottom:.7rem}.frame-create__overlay p{font-size:.92rem;margin-bottom:1.1rem}}@media only screen and (max-width: 575.98px){.frame-create{height:300px;margin-top:1.5rem}.frame-create__overlay{padding:2rem 1rem;margin-left:3rem}.frame-create__overlay h1{font-size:1.26rem;margin-bottom:.6rem}.frame-create__overlay p{font-size:.9rem;margin-bottom:1rem}}.moment-container{padding:1rem 5rem}.moment-header{width:50%;font-family:Urbanist,sans-serif}.moment-title{font-family:DM sans,sans-serif}.moment-title h1{font-size:2.2rem;font-weight:500}.moment-tabs{display:flex;gap:10px;margin-top:20px}.moment-tabs button{white-space:nowrap}.moment-tabs :nth-child(-n+4){border-right:1px solid rgb(207,204,204);margin-right:10px;font-size:1rem}.moment-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;padding:2rem 0}.moment-card{display:flex;flex-direction:column;background-color:#89c5401a;font-family:DM sans,sans-serif;box-shadow:0 2px 8px #00000014;transition:transform .3s ease;padding:.3rem;border-radius:6px}.moment-card:hover{transform:translateY(-5px)}.moment-image{width:100%;height:250px;object-fit:cover;border-radius:8px;transition:transform .3s ease}.moment-card:hover .moment-image{transform:scale(1.05)}.moment-name{font-weight:500;margin:.8rem 0 .3rem;font-size:1.1rem;color:#000;padding-left:.3rem}@media only screen and (max-width: 575.98px){.moment-name{font-size:.6rem}}.moment-footer{display:flex;justify-content:center;margin-top:2rem}@media only screen and (min-width: 1200px){.moment-grid{grid-template-columns:repeat(5,1fr)}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.moment-container{width:95%}.moment-header{width:70%;margin-left:40px}.moment-title{margin-left:20px}.moment-title h1{font-size:2rem}.moment-grid{grid-template-columns:repeat(3,1fr);padding:.8rem}.moment-image{height:220px}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.moment-container{margin-top:60px;width:95%}.moment-header{width:90%;margin-left:20px}.moment-title{margin-left:10px}.moment-title h1{font-size:1.8rem}.moment-tabs{flex-wrap:wrap;margin-left:10px}.moment-tabs :nth-child(-n+4){border-right:none;margin-right:0}.moment-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.moment-image{height:200px}.moment-name{font-size:1rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.moment-container{width:100%;padding:.9rem}button{white-space:nowrap}.moment-header{width:100%;margin-left:10px}.moment-title{margin-left:5px}.moment-title h1{font-size:1.6rem}.moment-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;gap:10px;padding:0 10px .5rem;margin-left:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.moment-tabs button{flex:0 0 auto;white-space:nowrap}.moment-tabs button :nth-child(-n+4){font-size:1rem}.moment-tabs ::-webkit-scrollbar{display:none}.moment-grid{grid-template-columns:repeat(2,1fr);width:100%}.moment-image{height:190px}.moment-name{font-size:1rem}}@media only screen and (max-width: 575.98px){.moment-container{width:100%;padding:.9rem}.moment-header{width:100%}.moment-title{margin-left:5px}.moment-title h1{font-size:1.6rem}.moment-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;gap:10px;padding:0 10px .5rem;margin-left:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.moment-tabs button{flex:0 0 auto;white-space:nowrap}.moment-tabs button :nth-child(-n+4){font-size:1rem}.moment-tabs ::-webkit-scrollbar{display:none}.moment-grid{grid-template-columns:repeat(2,1fr);width:100%}.moment-image{height:180px}.moment-name{font-size:.9rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.moment-container{width:95%;padding:.9rem}.moment-header{width:100%}.moment-title{margin-left:5px}.moment-title h1{font-size:1.6rem}.moment-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;gap:10px;padding:0 10px .5rem;margin-left:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.moment-tabs button{flex:0 0 auto;white-space:nowrap}.moment-tabs button :nth-child(-n+4){font-size:1rem}.moment-tabs ::-webkit-scrollbar{display:none}.moment-grid{grid-template-columns:repeat(2,1fr);width:100%;padding:2rem}.moment-image{height:180px}.moment-name{font-size:1rem}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.moment-container{width:100%;padding:.9rem}.moment-header{width:95%}.moment-title{margin-left:5px}.moment-title h1{font-size:1.6rem}.moment-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;gap:10px;padding:0 10px .5rem;margin-left:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.moment-tabs button{flex:0 0 auto;white-space:nowrap}.moment-tabs button :nth-child(-n+4){font-size:1rem}.moment-tabs ::-webkit-scrollbar{display:none}.moment-grid{grid-template-columns:repeat(3,1fr);width:100%;padding:2rem}.moment-image{height:180px}.moment-name{font-size:1rem}}.faq-container{margin:0 auto;padding:2rem 5rem;font-family:DM sans,sans-serif;width:100%}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.faq-container{padding:2rem 3rem}}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:30px 0;align-items:start}.faq-item{border-radius:0;padding:15px 0;text-align:left;position:relative;border-bottom:1px solid #dbd8d8;box-shadow:none;cursor:pointer;height:fit-content}.faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;font-weight:500;font-size:16px}.faq-item .faq-question .plus-button{display:flex;justify-content:center;align-items:center;transition:background .3s ease}.faq-item .faq-question .plus-button:hover{background:#dbd8d8}.faq-item .faq-answer{margin-top:10px;color:#1e1e1e;font-size:14px}.faq-button-wrapper{display:flex;justify-content:center;margin-top:3rem}@media screen and (max-width: 992px){.faq-container{width:90%;padding:15px}.faq-grid{gap:15px;margin:25px 0}.faq-item{padding:12px 15px}.faq-item .faq-question{font-size:15px}.faq-item .faq-answer{font-size:13px}.FAQButton{margin-left:200px}}@media screen and (max-width: 768px){.faq-container{margin-top:50px;width:95%;padding:10px}.faq-grid{grid-template-columns:1fr;gap:12px;margin:20px 0}.faq-item{padding:10px 12px}.faq-item .faq-question{font-size:14px}.faq-item .faq-answer{font-size:12px}.FAQButton{margin-left:100px}}@media screen and (max-width: 480px){.faq-container{width:100%;padding:8px}.faq-grid{gap:10px;margin:15px 0}.faq-item{padding:10px}.faq-item .faq-question{font-size:13px}.faq-item .faq-answer{font-size:12px}.FAQButton{margin-left:0;text-align:center;display:block}}.footer{display:flex;justify-content:space-between;font-family:DM sans,sans-serif;background-color:#000;color:#fbfdf7;padding:30px 70px;flex-wrap:wrap}.footer .footer-left{max-width:300px;margin-top:10px;margin-left:100px}.footer .footer-left .footer-logo{width:120px;margin-bottom:20px}.footer .footer-left .footer-socials{display:flex;gap:12px}.footer .footer-left .footer-socials a{width:40px;height:40px;border-radius:50%;background-color:#1e1e1e;color:#fbfdf7;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:18px;transition:background .3s}.footer .footer-left .footer-socials a:hover{background-color:#1e1e1e}.footer .footer-links{display:flex;margin-right:150px;padding-top:0;gap:60px;flex-wrap:wrap}@media screen and (max-width: 768px){.footer .footer-links{margin-right:0;flex-direction:column;align-items:center;justify-content:center;gap:20px}}.footer .footer-links .left-columns{display:flex;gap:40px}.footer .footer-links .right-column{display:flex}.footer .footer-links .link-column{min-width:150px}.footer .footer-links .link-column h4{margin-bottom:12px;font-size:19px;border-bottom:1px solid #1e1e1e;padding-bottom:6px}.footer .footer-links .link-column ul{list-style:none;padding:0}.footer .footer-links .link-column ul li{margin:8px 0;font-size:14px;color:#857f7f}.footer .footer-links .link-column ul li a{color:#857f7f;text-decoration:none}.footer .footer-links .link-column ul li a:hover{text-decoration:underline;color:#fbfdf7}@media screen and (max-width: 1024px){.footer{padding:30px 40px}.footer .footer-left{margin-left:50px}.footer .footer-links{margin-right:50px;gap:40px}}@media screen and (max-width: 768px){.footer{flex-direction:column;align-items:center;text-align:center;padding:30px 20px}.footer .footer-left{margin:0 0 30px;max-width:100%}.footer .footer-left .footer-socials{justify-content:center}.footer .footer-links{margin:0;justify-content:center;gap:40px}.footer .footer-links .left-columns,.footer .footer-links .right-column{flex-direction:column;align-items:center}.footer .footer-links .link-column{min-width:120px}}.footer-bottom{width:100%;border-top:1px solid #1e1e1e;display:flex;justify-content:space-between;align-items:center;padding:8px 70px;background:#000;font-size:13px;color:#857f7f}.footer-bottom span a{color:#857f7f;text-decoration:underline}.footer-bottom span a:hover{color:#fbfdf7}@media screen and (max-width: 768px){.footer-bottom{text-align:center;gap:8px;font-size:11px;padding:10px 20px}}.steps-container{margin-top:50px;text-align:center;padding:40px 20px;background-color:#1e1e1e;font-family:DM sans,sans-serif}.steps-container .steps-heading{font-size:28px;margin-bottom:40px;color:#fbfdf7}.steps-container .steps-wrapper{display:flex;justify-content:space-around;flex-wrap:wrap;gap:30px}.steps-container .step-card{border-radius:12px;padding:30px 20px;max-width:300px;flex:1;min-width:220px;box-shadow:0 4px 10px #0000001a}.steps-container .step-card .step-number{width:50px;height:50px;margin:0 auto 20px;border:2px solid #857f7f;color:#857f7f;font-weight:700;font-size:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:transparent}.steps-container .step-card .step-title{font-size:18px;font-weight:700;margin-bottom:10px;color:#fbfdf7}.steps-container .step-card .step-description{font-size:14px;color:#857f7f}.steps-container .button-wrapper{display:flex;justify-content:center;margin-top:30px}.banner-container{margin-top:3rem;display:flex;width:100%;justify-content:center;align-items:center;flex-wrap:wrap;height:240px}@media only screen and (min-width: 576px) and (max-width: 767.98px){.banner-container{padding:0}}@media only screen and (max-width: 575.98px){.banner-container{padding:0}}.banner-container .banner-card{position:relative;width:50%;height:100%;overflow:hidden}.banner-container .banner-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.banner-container .banner-card img{width:100%;height:100%;display:block;object-fit:cover}.banner-container .banner-card .banner-content{position:absolute;top:20%;left:10%;color:#fff;z-index:2;max-width:80%}.banner-container .banner-card .banner-content h2{font-size:1.8rem;margin-bottom:.5rem;font-weight:600}@media only screen and (min-width: 576px) and (max-width: 767.98px){.banner-container .banner-card .banner-content h2{font-size:1.6rem}}@media only screen and (max-width: 575.98px){.banner-container .banner-card .banner-content h2{font-size:1.6rem}}.banner-container .banner-card .banner-content p{font-size:1rem;margin-bottom:1rem}.banner-container .banner-card .banner-content button{padding:.6rem 1.2rem;font-size:1rem;color:#fff;background:transparent;border:1px solid white;border-radius:6px;cursor:pointer;transition:all .3s ease}.banner-container .banner-card .banner-content button:hover{background-color:#ffffff1a}@media only screen and (min-width: 576px) and (max-width: 767.98px){.banner-container{flex-direction:column;margin-top:2rem}.banner-container .banner-card{width:100%}.banner-container .banner-card:nth-child(2){display:none}}@media only screen and (max-width: 575.98px){.banner-container{margin-top:2rem}.banner-container .banner-card{width:100%}.banner-container .banner-card:nth-child(2){display:none}}.banner-fade{opacity:0;transition:opacity .6s;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.banner-fade.active{opacity:1;pointer-events:auto;position:relative}.Counter{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2rem;text-align:center;margin-top:2rem}.Counter div h1{font-size:2rem;font-family:DM sans,sans-serif;font-weight:500;margin:0}@media only screen and (max-width: 575.98px){.Counter div h1{font-size:1.5rem}}.Counter div p{font-family:Urbanist,sans-serif;font-size:1.2rem;color:#857f7f;margin:0;line-height:1.6}@media only screen and (max-width: 575.98px){.Counter div p{font-size:.9rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.Counter{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.Counter{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width: 575.98px){.Counter{grid-template-columns:repeat(2,1fr)}}.slider{position:relative;overflow:hidden;max-width:100%;height:400px}@media only screen and (min-width: 576px) and (max-width: 767.98px){.slider{height:340px}}@media only screen and (max-width: 575.98px){.slider{height:330px}}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;z-index:0}.slide.active{opacity:1;z-index:1}.slide img{width:100%;height:100%;object-fit:cover;filter:brightness(.5)}.slide .overlay{position:absolute;top:50%;left:2rem;transform:translateY(-50%);color:#fbfdf7;z-index:2;border-radius:.5rem;padding:0 3rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.slide .overlay{left:1rem;padding:0 .5rem}}@media only screen and (max-width: 575.98px){.slide .overlay{left:1rem;padding:0 .5rem}}.slide .overlay h2{margin:0 0 .5rem;font-size:2.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.slide .overlay h2{font-size:1.5rem}}@media only screen and (max-width: 575.98px){.slide .overlay h2{font-size:1.5rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.slide .overlay h2{font-size:2rem}}.slide .overlay p{margin:0 0 1rem;font-size:1.5rem;line-height:1.5;white-space:pre-line}@media only screen and (min-width: 576px) and (max-width: 767.98px){.slide .overlay p{font-size:1rem}}@media only screen and (max-width: 575.98px){.slide .overlay p{font-size:1rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.slide .overlay p{font-size:1.5rem}}.slide .overlay button{padding:.5rem 1.5rem;border:1px solid #fbfdf7;border-radius:.8rem;cursor:pointer;background-color:transparent;font-size:1.2rem;color:#fbfdf7}@media only screen and (min-width: 576px) and (max-width: 767.98px){.slide .overlay button{font-size:1rem}}@media only screen and (max-width: 575.98px){.slide .overlay button{font-size:.9rem}}.dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3}.dots .dot{width:10px;height:10px;background:#dbd8d8;border-radius:50%;cursor:pointer}.dots .dot.active{background:#000}.offer-products{padding:2rem 1rem}@media only screen and (min-width: 1200px){.offer-products{padding:4rem}}.offer-products__title{font-family:DM sans,sans-serif;font-size:1.5rem;font-weight:500;margin:.5rem}@media only screen and (min-width: 1200px){.offer-products__title{font-size:2rem}}.offer-products__grid{width:100%;display:grid;grid-template-columns:1fr;gap:1rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.offer-products__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.offer-products__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width: 1200px){.offer-products__grid{grid-template-columns:repeat(4,1fr)}}.offer-products__card{background-color:#89c54014;border-radius:8px;font-family:DM sans,sans-serif;padding:.5rem;transition:transform .3s ease;box-shadow:0 2px 4px #0000000d}.offer-products__card:hover{transform:translateY(-3px)}@media only screen and (min-width: 1200px){.offer-products__card{padding:.7rem 0}}.offer-products__card-content{display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;width:100%}@media only screen and (min-width: 1200px){.offer-products__card-content{flex-direction:column;justify-content:center;margin-left:.5rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.offer-products__card-content{flex-direction:column}}@media only screen and (min-width: 1200px){.offer-products__link{width:100%}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.offer-products__link{width:100%}}.offer-products__image{width:100%;height:100px;object-fit:cover;border-radius:5px;transition:transform .3s ease;align-items:center}@media only screen and (min-width: 576px) and (max-width: 767.98px){.offer-products__image{width:120px;height:120px}}@media only screen and (min-width: 1200px){.offer-products__image{width:94.5%;height:250px}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.offer-products__image{width:100%;height:250px}}.offer-products__info{display:flex;flex-direction:column;flex:1}.offer-products__desc{color:#857f7f;margin-top:.5rem;font-size:.9rem}@media only screen and (min-width: 1200px){.offer-products__desc{font-size:1rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.offer-products__desc{font-size:.8rem}}.offer-products__name{font-weight:500;margin:.5rem 0 .3rem;font-size:1rem}@media only screen and (min-width: 1200px){.offer-products__name{font-size:1.1rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.offer-products__name{font-size:.8rem}}.offer-products__price-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-start;margin-top:.3rem}.offer-products__price{font-size:1rem;font-weight:700;color:#000}@media only screen and (min-width: 1200px){.offer-products__price{font-size:1.05rem}}.offer-products__original-price{font-size:.9rem;color:#857f7f;text-decoration:line-through}@media only screen and (min-width: 1200px){.offer-products__original-price{font-size:.95rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.offer-products__original-price{font-size:.8rem}}.offer-products__offer{background-color:#89c540;color:#000;font-size:.7rem;padding:.2rem .5rem;border-radius:4px;white-space:nowrap}@media only screen and (min-width: 1200px){.offer-products__offer{font-size:.75rem;padding:.3rem .7rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.offer-products__offer{font-size:.6rem}}.offer-products__no-items{grid-column:1/-1;text-align:center;padding:3rem;font-size:1.2rem;color:#666;font-family:inherit;background-color:#f8f8f8;border-radius:8px;margin:1rem 0}.popular-products{padding:2rem}@media only screen and (min-width: 1200px){.popular-products{padding:4rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.popular-products{padding:2rem 1rem 3rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.popular-products{padding:2rem 1rem 3rem}}@media only screen and (max-width: 575.98px){.popular-products{padding:2rem 1rem 3rem}}.popular-products__title{font-family:DM sans,sans-serif;font-size:2rem;font-weight:600;margin:.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.popular-products__title{font-size:1.5rem;margin-bottom:1.4rem;font-weight:600}}@media only screen and (max-width: 575.98px){.popular-products__title{font-size:1.4rem;margin-bottom:1.4rem;font-weight:600}}.popular-products__grid{width:100%;display:grid;grid-template-columns:repeat(2,1fr)}@media only screen and (min-width: 576px) and (max-width: 767.98px){.popular-products__grid{grid-template-columns:repeat(2,1fr);padding:1.5rem 0}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.popular-products__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width: 1200px){.popular-products__grid{grid-template-columns:repeat(4,1fr)}}.popular-products__card{display:flex;flex-direction:column;border-radius:12px;font-family:DM sans,sans-serif;padding:.5rem;transition:transform .3s ease}.popular-products__card:hover{transform:translateY(-5px)}@media only screen and (min-width: 1200px){.popular-products__card{padding:1rem}}.popular-products__image{width:100%;height:150px;object-fit:cover;border-radius:5px;transition:transform .3s ease}.popular-products__image:hover{transform:scale(1.05)}@media only screen and (min-width: 1200px){.popular-products__image{height:290px;width:290px}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.popular-products__image{height:250px}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.popular-products__image{height:250px}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.popular-products__image{height:250px}}.popular-products__name{font-weight:500;margin:.8rem 0 .3rem;font-size:1.1rem}.popular-products__description{color:#857f7f}.popular-products__button{margin-top:1rem}.product-card{background:#fbfdf7;padding:0;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between}.product-card:hover{transform:translateY(-5px)}.product-card__image{width:100%;height:250px;object-fit:cover;border-radius:10px;margin-bottom:1rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-card__image{margin-bottom:.5rem}}@media only screen and (max-width: 575.98px){.product-card__image{margin-bottom:.5rem}}.product-card__name{font-weight:500;margin:.8rem 0 .3rem;font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-card__name{font-size:.9rem}}@media only screen and (max-width: 575.98px){.product-card__name{font-size:.9rem}}.product-card__sub-name{font-size:1.25rem;font-weight:600;color:#1e1e1e;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:1.3em}.product-card__desc{font-size:.95rem;color:#857f7f;flex-grow:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:2.8em}.product-card__button{margin-top:24px}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-card__sub-name{font-size:1rem}.product-card__description{font-size:.9rem}}@media only screen and (max-width: 575.98px){.product-card__sub-name{font-size:1rem}.product-card__description{margin-bottom:0}.product-card__button{margin-top:.5rem}}.product-page{font-family:DM sans,sans-serif;position:relative;padding:20px 10px 80px}.product-page .breadcrumbs{font-size:.85rem;margin-left:20px;margin-top:1rem}.product-page .breadcrumbs .home{color:#857f7f}.product-page .breadcrumbs .current{color:#000}.product-page .product-header{display:flex;justify-content:space-between;margin-left:20px;align-items:center;margin-bottom:10px}.product-page .product-header h1{font-size:1.8rem}.product-page .product-header .product-hr{border:.5px solid gainsboro;margin:20px 0}.product-page .product-header .sort-dropdown{padding:8px;font-size:1rem;color:#857f7f;border:none;background-color:transparent}.product-page .product-header .sort-dropdown:focus{outline:none}.product-page .product-body{display:flex;gap:30px}.product-page .mobile-filters{position:fixed;bottom:0;left:0;right:0;display:flex;background-color:#fbfdf7;box-shadow:0 -2px 10px #0000001a;z-index:100;padding:15px;gap:10px}.product-page .mobile-filters button{flex:1;padding:12px;border:1px solid #dbd8d8;border-radius:5px;font-weight:500;font-size:1rem;cursor:pointer;background-color:#fbfdf7;color:#000}.product-page .mobile-sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:flex;justify-content:flex-end}.product-page .mobile-sidebar{width:80%;max-width:300px;height:100%;background-color:#fbfdf7;overflow-y:auto;padding:20px;animation:slideIn .3s ease-out}.product-page .mobile-sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #dbd8d8}.product-page .mobile-sidebar-header h3{margin:0;font-size:1.2rem}.product-page .mobile-sidebar-header .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#857f7f}.product-page .no-products{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;width:100%;grid-column:1/-1}.product-page .no-products__icon{font-size:5rem;color:#ddd;margin-bottom:1.5rem}.product-page .no-products h2{font-size:1.8rem;color:#333;margin-bottom:1rem}.product-page .no-products p{color:#666;margin-bottom:2rem}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-page .breadcrumbs{margin-left:10px;font-size:.8rem}.product-page .product-header{margin-left:10px;margin-bottom:15px}.product-page .product-header h1{font-size:1.5rem}.product-page .product-body{gap:15px}}@media only screen and (max-width: 575.98px){.product-page .breadcrumbs{margin-left:5px;font-size:.75rem}.product-page .product-header{margin-left:5px;margin-bottom:10px}.product-page .product-header h1{font-size:1.3rem}}.mobile-sort-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:flex;justify-content:flex-end}.mobile-sort{width:80%;max-width:300px;height:100%;background-color:#fbfdf7;overflow-y:auto;padding:20px;animation:slideIn .3s ease-out;display:flex;flex-direction:column;justify-content:space-between}.mobile-sort .mobile-sort-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #dbd8d8}.mobile-sort .mobile-sort-header h3{margin:0;font-size:1.2rem}.mobile-sort .mobile-sort-header .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#857f7f}.mobile-sort .sort-options{flex:1;display:flex;flex-direction:column;gap:15px;margin-top:20px}.mobile-sort .sort-options .sort-option{padding:10px 0;font-size:1rem;color:#000;cursor:pointer;border-bottom:1px solid #dbd8d8;transition:color .2s}.mobile-sort .sort-options .sort-option:hover{color:#89c540}.mobile-sort .sort-options .sort-option.selected{font-weight:700;color:#89c540}.mobile-sort .sort-actions{display:flex;gap:10px;margin-top:20px}.mobile-sort .sort-actions button{flex:1;padding:12px;font-weight:600;font-size:1rem;border:1px solid #dbd8d8;background-color:transparent;border-radius:5px;cursor:pointer;color:#000;transition:all .3s}.mobile-sort .sort-actions button:hover{background-color:#dbd8d8}.mobile-sort .sort-actions .discard-btn{color:red}.product-card__grid{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:1rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-card__grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.product-card__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width: 1200px){.product-card__grid{grid-template-columns:repeat(4,1fr)}}.product-card__details{margin-left:1rem;padding-bottom:.9rem}.product-card__item{display:flex;flex-direction:column;border-radius:12px;font-family:DM sans,sans-serif;transition:transform .3s ease;background-color:#89c54014;height:359px;width:100%}.product-card__item:hover{transform:translateY(-5px)}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-card__item{padding:0;height:290px}}@media only screen and (max-width: 575.98px){.product-card__item{padding:0;height:272px}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.product-card__item{height:310px}}@media (max-width: 360px){.product-card__item{height:260px}}.product-card__image{width:100%;height:250px;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image{transform:scale(1.05)}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-card__image{height:200px}}@media only screen and (max-width: 575.98px){.product-card__image{height:185px}}@media (max-width: 360px){.product-card__image{height:180px;width:100%}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.product-card__image{height:200px}}.product-card__image-container{position:relative;width:100%}.product-card__out-of-stock{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000000b3;color:#fff;padding:8px 16px;border-radius:4px;font-size:.9rem;font-weight:500;z-index:1}.product-card__name{font-weight:500;margin:.2rem 0 .3rem;font-size:1rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:1.3em}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-card__name{font-size:.8rem}}@media only screen and (max-width: 575.98px){.product-card__name{font-size:.8rem}}.product-card__desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;font-size:.9rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-card__desc{font-size:.8rem}}@media only screen and (max-width: 575.98px){.product-card__desc{font-size:.8rem}}.product-card__price-row{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:start;font-size:.95rem}.product-card__price{font-size:1rem;font-weight:600;color:#000}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-card__price{font-size:.9rem}}@media only screen and (max-width: 575.98px){.product-card__price{font-size:.8rem}}.product-card__original-price{font-size:.9rem;color:#857f7f;text-decoration:line-through}.product-card__offer{background-color:#89c540;color:#000;font-size:.8rem;padding:.2rem;border-radius:4px;white-space:nowrap}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-card__offer{font-size:.7rem}}@media only screen and (max-width: 575.98px){.product-card__offer{font-size:.6rem}}.sidebar{width:100%;max-width:250px;padding:1rem;background-color:#fbfdf7}.sidebar__section{margin-bottom:1.5rem}.sidebar__toggle{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;padding:0;font-weight:600;font-size:1rem;margin-bottom:.5rem;cursor:pointer;color:#1e1e1e;transition:color .2s ease}.sidebar__toggle:hover{color:#000}.sidebar__icon{width:1rem;height:1rem;color:#857f7f}.sidebar__list{list-style:none;padding:0;margin:0}.sidebar__item{display:flex;justify-content:space-between;font-size:.9rem;padding:.3rem 0;color:#857f7f;cursor:pointer;border-bottom:1px solid #dbd8d8}.sidebar__item.selected{font-weight:700;border-radius:5px;color:#000;background-color:#f5f5f5}.sidebar__item:last-child{border-bottom:none}.sidebar__item:hover{background-color:#f5f5f5}.sidebar__label{color:#1e1e1e}.sidebar__count{color:#857f7f}.sidebar__price-range{margin-top:1rem}.sidebar__price-label{font-size:.9rem;color:#1e1e1e;margin-bottom:.5rem;display:block}.sidebar__price-slider{display:flex;flex-direction:column;gap:.5rem}.sidebar__slider{-webkit-appearance:none;width:100%;height:6px;background:#dbd8d8;border-radius:5px;outline:none}.sidebar__slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:15px;height:15px;border-radius:50%;background:#89c540;cursor:pointer}.sidebar__slider::-moz-range-thumb{width:15px;height:15px;border-radius:50%;background:#89c540;cursor:pointer}.sidebar__price-values{display:flex;justify-content:space-between;font-size:.9rem;color:#857f7f;margin-top:.5rem}.sidebar__slider-wrapper{display:flex;flex-direction:column;align-items:stretch;gap:.75rem}.sidebar__slider-track{position:relative;height:6px;background-color:#dbd8d8;border-radius:3px}.sidebar__slider{position:absolute;pointer-events:none;-webkit-appearance:none;width:100%;height:6px;background:none;z-index:2}.sidebar__slider::-webkit-slider-thumb{pointer-events:all;-webkit-appearance:none;height:16px;width:16px;border-radius:50%;background:#89c540;cursor:pointer;border:none;margin-top:-5px}.sidebar__slider::-moz-range-thumb{pointer-events:all;height:16px;width:16px;border-radius:50%;background:#89c540;border:none;cursor:pointer}.sidebar__slider--min{z-index:3}.sidebar__slider--max{z-index:2}.sidebar__price-values{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.sidebar__price-box{background-color:#f5f5f5;border-radius:6px;padding:.4rem .8rem;font-size:.9rem;color:#000;font-weight:500;border:1px solid #dbd8d8}.sidebar__price-separator{font-size:1rem;color:#857f7f}.product-images{width:100%}@media only screen and (min-width: 1200px){.product-images{width:50%}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.product-images{width:50%}}.product-images__container{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.product-images__main{width:100%;max-width:400px}.product-images__main img{width:100%;height:350px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.product-images__thumbnails{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.product-images__thumbnail{width:60px;height:60px;object-fit:cover;border-radius:4px;cursor:pointer;border:2px solid transparent;transition:border .3s}.product-images__thumbnail:hover{border-color:#ccc}.product-images__thumbnail.active{border-color:#000}.product-info{margin-left:2rem;font-family:DM sans,sans-serif;flex:1}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-info{margin-left:1rem}}@media only screen and (max-width: 575.98px){.product-info{margin-left:0}}.product-info__variant{font-size:.9rem;color:#857f7f;margin-bottom:.5rem}.product-info__title{font-size:1.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-info__title{font-size:1.3rem}}@media only screen and (max-width: 575.98px){.product-info__title{font-size:1.2rem}}.product-info__rating{display:flex;align-items:center;gap:.25rem}.product-info__review-count{margin-left:.5rem;font-size:.9rem;color:#666}.product-info__star{color:#ccc}.product-info__star--filled{color:gold}.product-info__divider{border:none;border-top:1px solid #ddd;margin:1rem 0}.product-info__description{margin:.75rem 0}.product-info__options{margin-top:1rem}.product-info__option-section{margin-bottom:1rem}.product-info__size-button,.product-info__type-button{margin:.3rem;padding:.5rem 1rem;cursor:pointer;border:1px solid #ccc;background:none}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-info__size-button,.product-info__type-button{padding:.4rem .8rem;font-size:.9rem}}@media only screen and (max-width: 575.98px){.product-info__size-button,.product-info__type-button{padding:.3rem .6rem;font-size:.8rem}}.product-info__size-button--selected,.product-info__type-button--selected{background-color:#89c54033;border:1px solid #89c540;color:#000;border-radius:.5rem}.product-info__price-section{font-size:1.2rem;margin:1rem 0}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-info__price-section{font-size:1.1rem}}@media only screen and (max-width: 575.98px){.product-info__price-section{font-size:1rem}}.product-info__discount{background-color:#89c540;padding:.3rem;border-radius:.5rem;margin-left:1rem;font-size:.9rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-info__discount{margin-left:.5rem;font-size:.8rem}}.product-info__price{font-weight:700}.product-info__original-price{text-decoration:line-through;color:#888;margin-left:1rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-info__original-price{margin-left:.5rem}}.product-info__actions{display:flex;gap:1rem;margin-top:2rem}@media only screen and (max-width: 575.98px){.product-info__actions{position:fixed;bottom:0;left:0;right:0;z-index:100;background-color:#fbfdf7;padding:.8rem 2rem;box-shadow:0 2px 10px #0000001a;margin-top:0;justify-content:space-between;gap:0}}.product-info__actions .product-info__purchase-now{background-color:#89c540;color:#000;border:1px solid #89c540}.product-info__actions .product-info__add-to-cart{background-color:#fbfdf7;color:#000;border:1px solid #89c540}.product-info__actions .product-info__purchase-now,.product-info__actions .product-info__add-to-cart{padding:.5rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;font-family:DM sans,sans-serif}@media only screen and (max-width: 575.98px){.product-info__actions .product-info__purchase-now,.product-info__actions .product-info__add-to-cart{font-size:.8rem;padding:.1rem 2rem;width:100%}}.product-info__actions .product-info__purchase-now:disabled,.product-info__actions .product-info__add-to-cart:disabled{background-color:#e0e0e0!important;color:#9e9e9e!important;cursor:not-allowed!important;border-color:#e0e0e0!important;opacity:.7;pointer-events:none}.product-info__actions .product-info__purchase-now:disabled:hover,.product-info__actions .product-info__add-to-cart:disabled:hover{background-color:#e0e0e0!important;color:#9e9e9e!important}.product-info__actions .product-info__purchase-now:disabled{background-color:#e0e0e0!important;color:#9e9e9e!important}.product-info__actions .product-info__add-to-cart:disabled{background-color:transparent!important;border-color:#e0e0e0!important;color:#9e9e9e!important}.product-info__stock{color:red;margin-top:1rem;font-size:.9rem}.product-info__cashback-msg{font-size:.9rem;margin-top:.5rem;color:#1e1e1e}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-info__cashback-msg{font-size:.8rem}}.product-info__tabs{display:flex;gap:1rem;margin-top:2rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-info__tabs{gap:.5rem}}.product-info__tab{padding:.5rem 1rem;background:none;border-bottom:1px solid #dbd8d8;cursor:pointer;border-radius:.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-info__tab{padding:.4rem .8rem;font-size:.9rem}}@media only screen and (max-width: 575.98px){.product-info__tab{padding:.3rem .6rem;font-size:.8rem}}.product-info__tab--active{border-color:#89c540}.product-info__details,.product-info__reviews{margin-top:1rem}.product-info__review{margin-bottom:1rem;border-bottom:1px solid #dbd8d8;padding-bottom:.5rem}.product-detail{padding:1rem 0;font-family:sans-serif}.product-detail__breadcrumb{margin-bottom:1rem;margin-left:10rem;font-size:.9rem;color:#857f7f}@media only screen and (min-width: 768px) and (max-width: 991.98px){.product-detail__breadcrumb{margin-left:5rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-detail__breadcrumb{margin-left:2rem;padding-left:1rem 0}}@media only screen and (max-width: 575.98px){.product-detail__breadcrumb{margin-left:1rem;padding-left:1rem 0}}.product-detail__content{display:flex;flex-wrap:nowrap;margin:0 10rem;gap:4rem}@media only screen and (min-width: 768px) and (max-width: 991.98px){.product-detail__content{margin:0 1rem;gap:3rem;flex-wrap:wrap}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-detail__content{margin:0 2rem;gap:2rem;flex-wrap:wrap}}@media only screen and (max-width: 575.98px){.product-detail__content{margin:0 1rem;gap:1.5rem;flex-wrap:wrap}}.product-specification__title,.product-specification__subtitle{font-weight:700;font-size:1.1rem;margin-bottom:.5rem;color:#1e1e1e}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-specification__title,.product-specification__subtitle{font-size:1.1rem}}@media only screen and (max-width: 575.98px){.product-specification__title,.product-specification__subtitle{font-size:1rem}}.product-specification__title{padding-left:0rem;margin-top:1rem}.product-specification__list{padding:.8rem 1rem .8rem 0rem;color:#857f7f;list-style:none}.product-specification__return-policy{padding:.8rem 1rem;color:#857f7f}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-specification__return-policy{font-size:1.1rem}}@media only screen and (max-width: 575.98px){.product-specification__return-policy{font-size:1rem;padding:.8rem 1rem}}.product-specification__item{margin-bottom:.5rem;position:relative;padding-left:1.2rem}.product-specification__item:before{content:"•";position:absolute;left:0;color:#857f7f}@media only screen and (min-width: 576px) and (max-width: 767.98px){.product-specification__item{font-size:.9rem}}@media only screen and (max-width: 575.98px){.product-specification__item{font-size:1rem}}.product-review{padding:0 .5rem;background-color:#fbfdf7;border-radius:12px;width:360px}.product-review__title{font-size:1.3rem;font-weight:500;padding-top:1rem;margin-bottom:1rem;color:#1e1e1e}.product-review .rating-selector{display:flex;gap:.5rem;margin-bottom:1.5rem}.product-review .rating-selector .star{cursor:pointer;color:#dbd8d8}.product-review .rating-selector .star .filled{color:gold}.product-review .textarea-wrapper{position:relative;margin-bottom:2rem}.product-review .textarea-wrapper .review-textarea{width:100%;padding:1rem 4.5rem 3rem 1rem;font-size:1rem;border-radius:8px;border:1px solid #dbd8d8;resize:none;margin-bottom:.5rem;font-family:inherit;transition:border .2s ease}.product-review .textarea-wrapper .review-textarea:focus{border-color:#89c540;outline:none}@media only screen and (max-width: 575.98px){.product-review .textarea-wrapper .review-textarea{padding:1rem 1rem 4rem}}.product-review .textarea-wrapper .actions{position:absolute;bottom:1.5rem;right:.75rem;display:flex;align-items:center;gap:.5rem}@media only screen and (max-width: 575.98px){.product-review .textarea-wrapper .actions{align-items:flex-end;bottom:1.5rem;right:.5rem}}.product-review .textarea-wrapper .actions .paperclip{color:#857f7f;width:1.8rem;height:2rem;cursor:pointer;border:1px solid #89c540;border-radius:6px}.product-review .textarea-wrapper .actions .submit-button{padding:.5rem 1.5rem;background-color:#89c540;color:#000;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}.product-review .textarea-wrapper .actions .submit-button:hover{background-color:#6ea131}@media only screen and (max-width: 575.98px){.product-review .textarea-wrapper .actions .submit-button{padding:.4rem 1rem;font-size:.9rem}}.product-review .stats{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}@media only screen and (min-width: 768px) and (max-width: 991.98px){.product-review .stats{flex-direction:column}}.product-review .stats .average{flex:1 1 200px}.product-review .stats .average .score{font-size:2rem;font-weight:700;color:#000}.product-review .stats .average .stars{display:flex;gap:.2rem;margin:.5rem 0}.product-review .stats .average .stars svg,.product-review .stats .average .stars .filled{color:gold}.product-review .stats .average .reviews{font-size:.9rem;color:#857f7f}.product-review .stats .rating-bars{flex:2 1 300px;display:flex;flex-direction:column;gap:.5rem}.product-review .stats .rating-bars .rating-bar{display:flex;align-items:center;gap:.5rem}.product-review .stats .rating-bars .rating-bar .label{width:40px;font-size:.9rem;color:#1e1e1e}.product-review .stats .rating-bars .rating-bar .bar{flex:1;height:8px;background-color:#dbd8d8;border-radius:4px;overflow:hidden}.product-review .stats .rating-bars .rating-bar .bar .fill{height:100%;border-radius:4px}.product-review .stats .rating-bars .rating-bar .bar.bg-review-five-star{background-color:green}.product-review .stats .rating-bars .rating-bar .bar.bg-review-four-star{background-color:#0f0}.product-review .stats .rating-bars .rating-bar .bar.bg-review-three-star{background-color:#ff0}.product-review .stats .rating-bars .rating-bar .bar.bg-review-two-star{background-color:orange}.product-review .stats .rating-bars .rating-bar .bar.bg-review-one-star{background-color:red}.product-review .stats .rating-bars .rating-bar .count{font-size:.8rem;color:#857f7f}.product-review .review-list .sub-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1e1e1e}.product-review .review-list .reviews{display:flex;flex-direction:column;gap:1.5rem}.upload{max-width:64rem;margin:0 auto;padding:2rem 1rem}.upload__intro{text-align:left;margin-bottom:3rem}.upload__title{font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.upload__subtitle{color:#857f7f}.upload__upload{margin-top:3rem}.upload__section-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.upload__section-subtitle{color:#857f7f;margin-bottom:1.5rem}.upload__footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}@media only screen and (max-width: 575.98px){.upload__footer{position:fixed;bottom:0;left:0;right:0;z-index:100;background-color:#fbfdf7;padding:.8rem;box-shadow:0 2px 10px #0000001a;margin-top:0;justify-content:space-between}}.upload__proceed{background-color:#89c540;color:#fbfdf7}.upload__proceed:hover{background-color:#89c540}.upload__link{background-color:#89c540;padding:.5rem 1rem;border-radius:.5rem;font-size:1rem;font-weight:500}.checkout{min-height:100vh;background-color:#fbfdf7;padding:1rem}@media only screen and (min-width: 768px) and (max-width: 991.98px){.checkout{padding:2rem}}.checkout__link{background-color:#89c540;font-size:1rem;font-weight:500;border-radius:.5rem;padding:.3rem 1rem}@media only screen and (max-width: 575.98px){.checkout__link{font-size:.8rem;padding:.2rem .5rem}}.checkout__container{max-width:72rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}.checkout__main-container{display:flex;gap:5rem}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.checkout__main-container{gap:2rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.checkout__main-container{flex-direction:column}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.checkout__main-container{flex-direction:column}}@media only screen and (max-width: 575.98px){.checkout__main-container{flex-direction:column}}.checkout__main{display:flex;flex-direction:column;gap:1.5rem}.checkout__summary{grid-column:span 1}.checkout__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.checkout__actions{position:fixed;bottom:0;left:0;right:0;z-index:100;background-color:#fbfdf7;padding:.8rem;box-shadow:0 2px 10px #0000001a;margin-top:0;justify-content:space-between}}@media only screen and (max-width: 575.98px){.checkout__actions{position:fixed;bottom:0;left:0;right:0;z-index:100;background-color:#fbfdf7;padding:.8rem;box-shadow:0 2px 10px #0000001a;margin-top:0;justify-content:space-between}}.checkout__btn{width:8rem;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;border:none;cursor:pointer}@media only screen and (min-width: 576px) and (max-width: 767.98px){.checkout__btn{width:auto;flex:1;max-width:45%}}.checkout__btn--outline{border:1px solid #dbd8d8;background-color:#fbfdf7;color:#1e1e1e}.checkout__btn--confirm{background-color:#89c540;color:#fbfdf7}.checkout__btn--confirm:hover{background-color:#89c540}@media only screen and (min-width: 576px) and (max-width: 767.98px){.checkout{padding-top:4rem}}.checkout .order-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:99999}.checkout .order-modal-container{background-color:#fbfdf7;padding:2rem;border-radius:1rem;width:90%;max-width:500px;box-shadow:0 20px 40px #0003;text-align:center;position:relative;z-index:100000}.checkout .order-cancel-modal .order-modal-title{color:red}.checkout .order-confirm-modal .order-modal-title{color:#89c540}.checkout .order-modal-title{font-size:1.75rem;font-weight:600;margin-bottom:1rem}.checkout .order-modal-message{font-size:1rem;color:#1e1e1e;margin-bottom:2rem}.checkout .order-modal-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.checkout .order-modal-actions button{min-width:120px}.delivery-address{background:#fbfdf7;padding:1.5rem;border-radius:.5rem;box-shadow:0 0 5px #0000000d}.delivery-address__title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.delivery-address__description{color:#1e1e1e;margin-bottom:1rem}.delivery-address__button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #dbd8d8;border-radius:.375rem;background:#fbfdf7;cursor:pointer}.delivery-address__icon{width:1rem;height:1rem}.order-detail{background:#fbfdf7;padding:1.5rem;border-radius:.5rem;box-shadow:0 0 5px #0000000d}.order-detail__title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.order-detail__header{display:flex;justify-content:space-between;align-items:center}.order-detail__body{display:flex;gap:1.5rem}.order-detail__info-container-type{display:flex;gap:1rem}.order-detail__image img{width:8rem;height:8rem;object-fit:cover;border-radius:.375rem}.order-detail__info-container{display:flex;gap:8rem}.order-detail__info p{margin:.25rem 0;color:#1e1e1e;font-size:.875rem}.order-detail__rating{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;color:#1e1e1e}.order-detail__rating .order-detail__star{width:1rem;height:1rem;fill:gold;color:gold}.order-detail__price{margin-top:1rem;display:flex;align-items:center;gap:.5rem}.order-detail__price .current{font-size:.9rem;font-weight:700}.order-detail__price .badge{background:#89c540;color:#000;padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.order-detail__price .original{text-decoration:line-through;color:#857f7f}@media screen and (max-width: 992px){.order-detail{padding:1.3rem}.order-detail__title{font-size:1.2rem;margin-bottom:.9rem}.order-detail__body{gap:1.2rem}.order-detail__image img{width:9rem;height:9rem}.order-detail__price .current{font-size:1.2rem}}@media screen and (max-width: 768px){.order-detail{padding:1.2rem}.order-detail__title{font-size:1.15rem;margin-bottom:.8rem}.order-detail__body{flex-direction:column;gap:1rem}.order-detail__image{text-align:center}.order-detail__image img{width:8rem;height:8rem}.order-detail__info{text-align:center}.order-detail__price{flex-wrap:wrap}.order-detail__price .current{font-size:1.15rem}.order-detail__price .badge{padding:.2rem .4rem;font-size:.8rem}}@media screen and (max-width: 480px){.order-detail{padding:1rem}.order-detail__name{font-size:1rem;font-weight:500;margin-bottom:.5rem;text-align:left}.order-detail__body{display:flex;flex-direction:row;align-items:flex-start;gap:.8rem;padding:1rem 0}.order-detail__image{flex:0 0 6rem}.order-detail__image img{width:6rem;height:6rem;object-fit:cover;border-radius:.5rem}.order-detail__info-container{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.4rem}.order-detail__info{text-align:left}.order-detail__info p{font-size:.75rem;margin:.15rem 0}.order-detail__info-container-type{display:flex;gap:.5rem;flex-wrap:wrap}.order-detail__rating{margin-top:.4rem;display:flex;align-items:center;gap:.4rem;font-size:.75rem}.order-detail__price{margin-top:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.order-detail__price .current{font-size:1rem;font-weight:700}.order-detail__price .badge{background:#89c540;padding:.2rem .4rem;font-size:.75rem;border-radius:.25rem}.order-detail__price .original{text-decoration:line-through;font-size:.75rem;color:#857f7f}}@media screen and (max-width: 769px){.order-detail{padding:1rem}.order-detail__name{font-size:1rem;font-weight:500;margin-bottom:.5rem;text-align:left}.order-detail__body{display:flex;flex-direction:row;align-items:flex-start;gap:.8rem;padding:1rem 0}.order-detail__image{flex:0 0 6rem}.order-detail__image img{width:6rem;height:6rem;object-fit:cover;border-radius:.5rem}.order-detail__info-container{flex:1;display:flex;flex-direction:column;justify-content:center;gap:.4rem}.order-detail__info{text-align:left}.order-detail__info p{font-size:.75rem;margin:.15rem 0}.order-detail__info-container-type{display:flex;gap:.5rem;flex-wrap:wrap}.order-detail__rating{margin-top:.4rem;display:flex;align-items:center;gap:.4rem;font-size:.75rem}.order-detail__price{margin-top:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.order-detail__price .current{font-size:1rem;font-weight:700}.order-detail__price .badge{background:#89c540;padding:.2rem .4rem;font-size:.75rem;border-radius:.25rem}.order-detail__price .original{text-decoration:line-through;font-size:.75rem;color:#857f7f}}.order-summary{background:#89c5401a;padding:1.5rem;border-radius:.5rem;min-height:300px}.order-summary__title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.order-summary__details .row{display:flex;justify-content:space-between;margin-bottom:.75rem}.order-summary__details .discount{color:#89c540}.order-summary__details__total{border-top:1px solid #dbd8d8;margin-top:1rem;padding-top:1rem;font-size:1.125rem;font-weight:600;display:flex;justify-content:space-between}.order-summary__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px}.order-summary__shimmer{width:100%;margin-bottom:20px}.order-summary__shimmer .shimmer-row{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;margin-bottom:12px;animation:shimmer 1.5s infinite}.order-summary__shimmer .shimmer-row:nth-child(1){width:60%}.order-summary__shimmer .shimmer-row:nth-child(2){width:80%}.order-summary__shimmer .shimmer-row:nth-child(3){width:70%}.order-summary__shimmer .shimmer-row:nth-child(4){width:90%}.order-summary__shimmer .shimmer-row:nth-child(5){width:85%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.payment-container{max-width:64rem;margin-top:1.25rem}.payment-option{display:flex;align-items:flex-start;padding:1rem;background-color:#eff6ff;border-radius:.5rem}.payment-radio{margin-top:.25rem;accent-color:#2563eb}.payment-details{margin-left:.75rem}.payment-title{font-weight:500}.payment-description{font-size:.875rem;color:#6b7280}.disabled-option{opacity:.5;cursor:not-allowed}.disabled-option input{cursor:not-allowed}.apply-coupon{background:#fbfdf7;padding:1.5rem;border-radius:.5rem;box-shadow:0 0 5px #0000000d;width:353px}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.apply-coupon{width:100%}}@media only screen and (min-width: 1200px){.apply-coupon{width:470px}}.apply-coupon__title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.apply-coupon__description{color:#1e1e1e;margin-bottom:1rem}.apply-coupon__input-group{display:flex;gap:.75rem}.apply-coupon__input{flex:1;padding:.5rem;border:1px solid #dbd8d8;border-radius:.375rem}.apply-coupon__button{padding:.5rem 1rem;border:1px solid #dbd8d8;border-radius:.375rem;background:#fbfdf7;cursor:pointer}.apply-coupon__footer{margin-top:.5rem;font-size:.875rem;color:#1e1e1e}.apply-coupon__footer .apply-coupon__link{padding:0;border:none;background:none;color:#2563eb;cursor:pointer}.apply-coupon__success{background:#89c5401a;border-radius:.5rem;padding:1.25rem;border:1px solid rgba(137,197,64,.2);display:flex;align-items:center;justify-content:space-between;gap:1rem}@media only screen and (max-width: 575.98px){.apply-coupon__success{flex-direction:column}}.apply-coupon__success p{color:#000;font-weight:500;margin:0;font-size:.9375rem}.apply-coupon__success p:last-of-type{font-weight:600}.apply-coupon__success .apply-coupon__button{background:#89c540;color:#fff;padding:.5rem 1rem;border:none;border-radius:.375rem;font-weight:500;transition:all .2s ease}.apply-coupon__success .apply-coupon__button:hover{background:#7cb537}.coupon-modal-overlay{position:fixed;top:0;left:0;z-index:999;width:100%;height:100%;background-color:#0000004d;display:flex;justify-content:center;align-items:center}.coupon-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.coupon-list .coupon-item{border-radius:.5rem;padding:.75rem;border:1px solid #c8e6c9;display:flex;align-items:flex-start;gap:.75rem}.coupon-list .coupon-item input[type=radio]{margin-top:.25rem;accent-color:#4caf50}.coupon-list .coupon-item label{cursor:pointer;font-size:.9rem}.coupon-list .coupon-item label strong{display:block;margin-bottom:.25rem}.coupon-list .coupon-item:has(input[type=radio]:checked){background:#89c5401a}.coupon-footer{display:flex;justify-content:space-between;margin-top:1.5rem}.coupon-footer .apply-coupon__button{min-width:130px}.coupon-footer .apply-coupon__button:last-child{background:#8bc34a;color:#000;border-color:#8bc34a}.coupon-footer .apply-coupon__button:last-child:hover{background:#7eb73d}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:DM sans,sans-serif}@media only screen and (min-width: 576px) and (max-width: 767.98px){.login{min-height:60vh;align-items:center;width:90%;margin:auto}}@media only screen and (max-width: 575.98px){.login{width:90%;min-height:67vh;margin:auto}}.login__box{width:100%;max-width:400px;padding:2rem;background:#fbfdf7;border-radius:.5rem;border:1px solid #89c540;box-shadow:0 4px 6px #0000000d}.login__header{text-align:center;margin-bottom:1.5rem}.login__header h1{font-size:1.5rem;font-weight:500;margin-bottom:.7rem;display:flex;justify-content:center;align-items:center}.login__header p{font-size:.875rem;color:#857f7f}.login__brand{height:50px;width:90px}.login__form{display:flex;flex-direction:column;gap:1rem}.login__input{width:100%;height:3rem;padding:0 1rem;border:1px solid #dbd8d8;border-radius:.375rem;background:#fbfdf7}.login__button{width:100%;height:3rem;background-color:#89c540;font-weight:600;border:none;border-radius:.375rem}.login__button:hover{background-color:#89c540}.login__link{font-size:.875rem;color:#857f7f;background:none;border:none;cursor:pointer}.login__link:hover{color:#1e1e1e}.login__divider{position:relative;text-align:center}.login__divider hr{margin:1rem 0;border:none;border-top:1px solid #dbd8d8}.login__divider span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fbfdf7;padding:0 .5rem;font-size:.75rem;color:#857f7f}.login__google-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:3rem;border:1px solid #dbd8d8;background:#fbfdf7;border-radius:.375rem;font-size:.875rem;cursor:pointer}.login__google-button:hover{background-color:#dbd8d8}.login__google-icon{width:1.25rem;height:1.25rem}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:999}.otp-modal{width:100%;max-width:400px;background:#fbfdf7;border-radius:.75rem;padding:2rem;position:relative;text-align:center;box-shadow:0 5px 20px #00000026}.otp-modal__logo{width:80px;margin-bottom:1rem}.otp-modal__title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.otp-modal__desc{font-size:.875rem;color:#1e1e1e;margin-bottom:1.5rem}.otp-modal__phone{font-weight:500;margin-left:.25rem}.otp-modal__edit{margin-left:8px;background:none;border:none;color:#2563eb;font-size:.8rem;cursor:pointer}.otp-modal__otp-inputs{display:flex;justify-content:space-between;margin-bottom:1.25rem;gap:.5rem}.otp-modal__otp-box{width:3rem;height:3rem;font-size:1.25rem;text-align:center;border:1px solid #dbd8d8;border-radius:.5rem}.otp-modal__verify-btn{width:100%;height:2.75rem;background-color:#89c540;border:none;color:#000;font-weight:600;border-radius:.375rem}.otp-modal__verify-btn:hover{background-color:#89c540}.otp-modal__resend{font-size:.85rem;color:#857f7f;margin-top:1rem}.otp-modal__resend-link{background:none;border:none;color:#2563eb;cursor:pointer}.otp-modal__close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.25rem;font-weight:700;cursor:pointer;color:#857f7f}.otp-modal__close:hover{color:#1e1e1e}.offer-showcase{width:100%;padding:0 4rem;border-radius:1rem}.offer-showcase .image-container{position:relative;overflow:hidden;border-radius:.5rem}.offer-showcase .image-container img{width:100%;height:400px;object-fit:cover;filter:brightness(.6)}.offer-showcase .image-container .overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fbfdf7;z-index:2;text-align:center;width:100%;max-width:600px}.offer-showcase .image-container .overlay span{font-size:1.2rem;font-weight:600;background:#ffffff1a;padding:.25rem .5rem;margin-bottom:.5rem;display:inline-block}.offer-showcase .image-container .overlay h1{font-size:2rem;margin-bottom:1rem}.offer-showcase .image-container .overlay button{background:transparent;color:#fbfdf7;font-size:1.2rem;padding:.5rem 1rem;border:1px solid #fbfdf7;border-radius:.25rem;cursor:pointer}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.offer-showcase{padding:0 3rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.offer-showcase{padding:0 2rem}.offer-showcase .image-container img{height:350px}}@media only screen and (max-width: 575.98px){.offer-showcase{padding:0 1rem}.offer-showcase .image-container img{height:250px;border-radius:.5rem}.offer-showcase .image-container .overlay h1{font-size:1.4rem}.offer-showcase .image-container .overlay span{font-size:1rem}.offer-showcase .image-container .overlay button{font-size:1rem;padding:.4rem .8rem}}.cart{padding:2rem 0 0;font-family:Dm Sans,sans-serif;min-height:100vh;box-sizing:border-box}.cart__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;min-height:60vh}.cart__empty-icon{font-size:5rem;color:#ddd;margin-bottom:1.5rem}.cart__empty h2{font-size:1.8rem;color:#333;margin-bottom:1rem}.cart__empty p{color:#666;margin-bottom:2rem}.cart__intro{width:80%;margin-left:auto;margin-right:auto}.cart__title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.cart__subtitle{font-size:1rem;color:#888}.cart__link{margin:1rem 0;cursor:pointer;display:inline-block;background:#89c540;color:#222;border-radius:2rem;padding:.5rem 1.2rem;font-weight:500;font-size:1rem;margin-left:10%;margin-bottom:1rem}.cart__link svg{margin-left:.5rem}@media only screen and (max-width: 575.98px){.cart__link{margin-left:1rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.cart__link{margin-left:1rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.cart__link{margin-left:2rem}}.cart__cart{margin:0 auto;display:flex;justify-content:space-between;gap:2rem;width:80%;background:#fff;border-radius:1rem;box-shadow:0 2px 16px #0000000a;padding:2rem;align-items:flex-start}.cart__product-list{flex:2}.cart__product-list .cart-table{width:100%;border-collapse:separate;border-spacing:0 1.2rem}@media only screen and (max-width: 575.98px){.cart__product-list .cart-table{margin-top:0;width:370px}}@media (max-width: 380px){.cart__product-list .cart-table{width:353px}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.cart__product-list .cart-table{width:683px}}.cart__product-list .cart-table th,.cart__product-list .cart-table td{text-align:left}@media only screen and (max-width: 575.98px){.cart__product-list .cart-table th:nth-child(1),.cart__product-list .cart-table th:nth-child(2),.cart__product-list .cart-table td:nth-child(1),.cart__product-list .cart-table td:nth-child(2){display:none}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.cart__product-list .cart-table th:nth-child(1),.cart__product-list .cart-table th:nth-child(2),.cart__product-list .cart-table td:nth-child(1),.cart__product-list .cart-table td:nth-child(2){display:none}}.cart__product-list .cart-table th{color:#888;font-weight:600;font-size:1rem;background:#fff;border-bottom:1.5px solid #f0f0f0}@media only screen and (min-width: 768px) and (max-width: 991.98px){.cart__product-list .cart-table th{display:none}}.cart__product-list .cart-table td{background:#fff;border-bottom:1px solid #f0f0f0;vertical-align:middle}.cart__product-list .cart-table .cart-product-img{width:60px;height:60px;object-fit:cover;border-radius:8px;margin-right:1rem}.cart__product-list .cart-table .cart-remove{color:#888;font-size:1.3rem;cursor:pointer}.cart__product-list .cart-table .cart-remove:hover{color:#e53935}@media (max-width: 380px){.cart__product-list .cart-table .cart-remove{font-size:1rem}}.cart__product-list .cart-table .cart-product-title{font-weight:600;color:#222}@media only screen and (min-width: 768px) and (max-width: 991.98px){.cart__product-list .cart-table .cart-product-title{font-weight:400}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.cart__product-list .cart-table .cart-product-title{font-size:1rem;font-weight:400}}@media only screen and (max-width: 575.98px){.cart__product-list .cart-table .cart-product-title{font-weight:400;font-size:1rem}}.cart__product-list .cart-table .cart-product-details{color:#888;font-size:.95rem;margin-top:.2rem}@media only screen and (min-width: 768px) and (max-width: 991.98px){.cart__product-list .cart-table .cart-product-details{font-size:.8rem}}.cart__product-list .cart-table .cart-product-price{font-weight:600;color:#222}.cart__summary{flex:1;padding:0;font-weight:500;color:#222;min-width:260px;width:100%;border-top:3px solid #89c540}.cart__footer{display:flex;gap:1rem;width:80%;margin:2rem auto 0;justify-content:flex-end;background:transparent;position:relative}.cart__footer .cart-btn{min-width:180px;font-size:1.1rem;font-weight:500;border-radius:8px;padding:.8rem 0;border:2px solid #89c540;cursor:pointer;transition:background .2s,color .2s,border .2s}.cart__footer .cart-btn--filled{background:#89c540;color:#222;border:2px solid #89c540}.cart__footer .cart-btn--outlined{background:#fff;color:#222;border:2px solid #89c540}.cart__footer .cart-btn:hover{opacity:.92}.cart__footer .cart-btn:disabled{opacity:.6;cursor:not-allowed}.cart-product-price-mobile{display:none;color:#222;font-weight:600;font-size:.8rem;margin-top:.2rem}@media screen and (max-width: 992px){.cart__cart,.cart__footer,.cart__intro{width:95%}.cart__cart{padding:1.2rem;flex-direction:column}.cart__footer{width:95%}}@media screen and (max-width: 768px){.cart__cart,.cart__footer,.cart__intro{width:100%;padding:1rem}.cart__cart{flex-direction:column;gap:1.2rem;padding:1rem}.cart__footer{flex-direction:row;align-items:center;justify-content:flex-end;margin-bottom:1rem;width:100%;position:relative}.cart__footer button.cart-btn{min-width:120px}.cart-product-price-mobile{display:block}.cart-product-price{display:none!important}}@media screen and (max-width: 480px){.cart{padding:.5rem 0 0}.cart__cart{padding:.5rem;gap:.5rem}.cart__footer{position:fixed;bottom:0;right:0;left:0;z-index:100;background:#fff;width:100vw;margin:0;box-shadow:0 -2px 12px #0000000f;justify-content:space-between}.cart__footer .cart-btn{font-size:.9rem;padding:.5rem 1.5rem;min-width:100px}.cart__summary{margin-top:1rem}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;justify-content:center;align-items:center}.modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000}.modal__content{position:relative;background-color:#fbfdf7;padding:2rem;max-width:500px;width:90%;overflow-y:auto;z-index:1001}.modal__title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.modal__message{margin-bottom:1.5rem;color:#857f7f}@media screen and (min-width: 1200px){.modal__content{height:600px;border-radius:8px}}@media screen and (max-width: 1200px){.modal__content{padding:1.75rem;height:600px}}@media screen and (max-width: 992px){.modal__content{padding:1.5rem;width:95%;height:600px}.modal__title{font-size:1.35rem}}@media screen and (max-width: 768px){.modal__content{padding:1.25rem;width:98%}.modal__title{font-size:1.25rem;margin-bottom:.875rem}.modal__message{font-size:.9rem;margin-bottom:1.25rem}.modal__actions{gap:.75rem;margin-top:1.25rem}}@media screen and (max-width: 576px){.modal__content{padding:1rem;width:100%;height:100vh}.modal__title{font-size:1.15rem;margin-bottom:.75rem}.modal__message{font-size:.85rem;margin-bottom:1rem}.modal__actions{gap:.625rem;margin-top:1rem}}@media screen and (max-width: 480px){.modal__content{padding:.875rem;height:100vh}.modal__title{font-size:1.1rem;margin-bottom:.5rem}.modal__message{font-size:.8rem;margin-bottom:.75rem}.modal__actions{gap:.5rem;margin-top:.75rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.order-confirm{display:flex;justify-content:center;align-items:center;padding:2rem}.order-confirm__content{text-align:center;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;width:90%;max-width:500px}@media only screen and (max-width: 575.98px){.order-confirm__content{width:100%}}.order-confirm__title{font-size:2rem;font-weight:700;color:#000;margin-bottom:1rem}.order-confirm__message{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.order-confirm__order-id{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;color:#232424;margin-bottom:2rem}.order-confirm__order-id .order-confirm__copy-icon{cursor:pointer;color:#9bc053;transition:color .2s ease}.order-confirm__order-id .order-confirm__copy-icon:hover{color:#7a9c42}.order-confirm__actions{display:flex;justify-content:center;gap:1rem}@media only screen and (max-width: 575.98px){.order-confirm__actions{padding:1.5rem;background:#fbfdf7;position:fixed;bottom:0;left:0;right:0;z-index:100}}.profile{max-width:64rem;margin:0 auto;padding:2rem 1rem}.profile__header{text-align:left;margin-bottom:2rem}.profile__title{font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.profile__description{color:#4b5563}.profile__menu{display:flex;margin-bottom:2rem}.profile__menu .profile__menu-item{padding:1rem;font-size:1rem;background-color:#fbfdf7;border:none;cursor:pointer}@media only screen and (max-width: 575.98px){.profile__menu .profile__menu-item{font-size:.8rem;padding:.3rem}}.profile__menu .profile__menu-item.active.active{border-bottom:3px solid #89c540;font-weight:600}.profile__menu .profile__menu-item:hover{background-color:#dbd8d8}.profile__content{padding:2rem;background-color:#fbfdf7;border-radius:.5rem}@media only screen and (max-width: 575.98px){.profile__content{padding:0rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.profile__content{padding:0rem}}.profile__section{margin-bottom:2rem}.profile__section h2{font-size:1.5rem;margin-bottom:1rem}.profile__section p{color:#857f7f}.account-info{max-width:64rem;margin:0 auto;padding:2rem 1rem;font-family:DM sans,sans-serif}.account-info__section{margin-bottom:2rem}.account-info__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.account-info__subtitle{font-size:1.5rem;font-weight:600}.account-info__butn{padding:.4rem .9rem;border:none;border-radius:.5rem;font-size:.9rem;cursor:pointer;transition:all .3s ease;font-family:DM sans,sans-serif}.account-info__butn--primary{background-color:#89c540;color:#000}.account-info__butn--outline{background:transparent;color:#89c540;border:1px solid #89c540}.account-info__butn:disabled{opacity:.6;cursor:not-allowed}.account-info__line{border:none;border-top:1px solid #dbd8d8;margin:1rem 0}.account-info__pic-icon-container{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.account-info__pic-wrapper{position:relative}.account-info__pic-wrapper .account-info__pic-icon{width:80px;height:80px;border-radius:50%;object-fit:cover}.account-info__pic-wrapper .account-info__delete-pic{position:absolute;bottom:0;right:0;background:#fff;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}.account-info__pic-wrapper .account-info__delete-pic:hover{transform:scale(1.1)}.account-info__details{display:flex;flex-wrap:wrap;justify-content:space-between;width:80%;margin-bottom:2rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.account-info__details{width:100%;flex-direction:column;gap:1rem}}.account-info__detail{flex:1 1 45%;display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.account-info__detail label{font-weight:600;color:#857f7f}.account-info__detail span{color:#000}.account-info__detail .account-info__input{padding:.5rem;border:1px solid #dbd8d8;border-radius:.5rem;font-size:1rem}.account-info__password{display:flex;flex-direction:column;gap:1rem}.account-info__password-grid{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.account-info__password-grid{flex-direction:column}}@media only screen and (min-width: 1200px){.account-info__password-grid{flex-direction:row}}.account-info__password-field{flex:1;display:flex;flex-direction:column;gap:.5rem}.account-info__password-field label{font-weight:600;color:#857f7f}.account-info__input-wrapper{position:relative}.account-info__input-wrapper .account-info__password-input{width:100%;padding:.5rem 2.2rem .5rem .5rem;font-size:1rem;border:1px solid #dbd8d8;border-radius:.5rem}.account-info__input-wrapper .account-info__eye-icon{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);cursor:pointer;color:#89c540;font-size:1.2rem}.account-info__input-wrapper .account-info__eye-icon:hover{color:#6ea131}.account-info__logout-button{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;font-size:.9rem;font-family:DM sans,sans-serif;border:1px solid red;border-radius:.7rem;color:red;background-color:#fff;cursor:pointer;width:5rem;transition:all .3s ease}.account-info__logout-button:hover{background-color:#ffecec;transform:scale(1.02)}@media only screen and (min-width: 576px) and (max-width: 767.98px){.account-info__logout-button{width:100%}}.saved-address{padding:2rem 1rem;padding-left:0}@media only screen and (max-width: 575.98px){.saved-address{padding:1rem 0}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.saved-address{padding:1rem 0}}.saved-address__item{font-size:1rem;color:#1e1e1e}.saved-address__item.selected{border:2px solid #89c540;border-radius:.5rem;padding:1rem;background-color:#89c5400d}.saved-address__item_content{display:flex}.saved-address__item p{margin-bottom:.5rem}.saved-address__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.saved-address__limit-message{color:#dc2626;font-size:.875rem;margin:0}.saved-address__list{display:flex;flex-direction:column;gap:2rem}.saved-address__item{position:relative;padding:1rem;border:1px solid #dbd8d8;border-radius:.5rem;transition:border .3s,background-color .3s;cursor:pointer}.saved-address__item.selected{border:2px solid #89c540;background-color:#89c5400d}.saved-address__item-content{font-size:1rem;color:#1e1e1e}.saved-address__item-content p{margin-bottom:.5rem}.saved-address__radio{position:absolute;top:1rem;right:1rem}.saved-address__radio input[type=radio]{width:18px;height:18px;accent-color:#89c540;cursor:pointer}.saved-address__button-container{display:flex;gap:1rem;margin-top:1rem}.saved-address__butn{padding:.2rem .8rem;font-size:.95rem;border:none;border-radius:.5rem;cursor:pointer}.saved-address__butn--primary{background:#89c540;color:#0f0c0c;font-size:.9rem}.saved-address__butn--outline{background:#fff;color:#000;border:1px solid #89c540;font-size:.9rem}.saved-address__divider{border:0;border-top:1px solid #dbd8d8;margin-top:1rem}.address-form__field label{font-weight:500;color:#1e1e1e}.address-form__field input{padding:.75rem;border:1px solid #dbd8d8;border-radius:.375rem;font-size:1rem}.address-form__row{display:flex;gap:.3rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.address-form__row{flex-direction:column;gap:1.2rem}}.address-form__field--half{flex:1}.address-form__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.address-form__actions{position:fixed;bottom:0;left:0;right:0;z-index:100;background-color:#fbfdf7;padding:.8rem;box-shadow:0 -2px 10px #0000001a;margin-top:0;justify-content:space-between}}.my-orders{padding:2rem 1rem;max-width:64rem;margin:0 auto;background:#fbfdf7}.my-orders h2{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#000}.my-orders p{font-size:.95rem;color:#857f7f}.my-orders .search-box{display:flex;gap:1rem;padding:2rem 0}@media only screen and (min-width: 1200px){.my-orders .search-box{width:50%}}.my-orders .search-box input{flex:1;padding:.6rem 1rem;border:1px solid #dbd8d8;background-color:#f6f8f7;border-radius:.5rem;font-size:1rem}.my-orders .search-box button{padding:.6rem 1rem;border:1px solid #89c540;background:#fbfdf7;border-radius:.5rem;font-weight:500;cursor:pointer}.my-orders .orders-table{width:100%;border-collapse:collapse;background:#fbfdf7}.my-orders .orders-table__header{background-color:#89c54033}.my-orders .orders-table th,.my-orders .orders-table td{text-align:left;padding:1rem;border-bottom:1px solid #dbd8d8;vertical-align:top}.my-orders .orders-table th{font-weight:600;font-size:.95rem;color:#000;background-color:#00000008}.my-orders .orders-table td{font-size:.9rem;color:#1e1e1e}.my-orders .orders-table tr:hover{background-color:#00000008;transition:background .3s ease}.my-orders .orders-table .product-info{display:flex;align-items:center;gap:1rem}.my-orders .orders-table .product-info .product-image{width:60px;height:60px;object-fit:cover;border-radius:.375rem}.my-orders .orders-table .product-info .product-name{font-weight:600;color:#000}.my-orders .orders-table .product-info .product-sub{font-size:.8rem;color:#857f7f;margin-top:.25rem}.my-orders .orders-table .expected{font-size:.8rem;color:#89c540;margin-top:.25rem}.my-orders .orders-table .original{font-size:.8rem;color:#857f7f;text-decoration:line-through;margin-top:.25rem}.my-orders .orders-table .status{display:inline-block;padding:.35rem .75rem;border-radius:.5rem;font-weight:600;font-size:.85rem;text-transform:capitalize}.my-orders .orders-table .processed{background:#fef3c7;color:#d97706}.my-orders .orders-table .shipped{background:#dbeafe;color:#2563eb}.my-orders .orders-table .delivered{background:#d1fae5;color:#059669}.my-orders .orders-table .cancelled{background:#fee2e2;color:#dc2626}.my-orders .orders-table .order-first-row{border-top:2px solid #dbd8d8}.my-orders .orders-table .order-subsequent-row{background-color:#00000003}.my-orders .orders-cards{display:none}.my-orders .order-card{background:#fbfdf7;border:1px solid #dbd8d8;border-radius:.5rem;padding:1rem;gap:1rem;align-items:center;margin-bottom:1rem;cursor:pointer}.my-orders .order-card .order-card-image{width:60px;height:60px;object-fit:cover;border-radius:.375rem}.my-orders .order-card .order-card-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.my-orders .order-card .order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #dbd8d8}.my-orders .order-card .order-card-header .order-card-title{font-weight:600;color:#000}.my-orders .order-card .order-card-products{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.my-orders .order-card .order-card-product{display:flex;gap:1rem;padding:.5rem;background-color:#00000003;border-radius:.5rem}.my-orders .order-card .order-card-product .order-card-left{flex-shrink:0}.my-orders .order-card .order-card-product .order-card-right{flex:1}.my-orders .order-card .order-card-product .order-card-right .product-name{font-weight:500;color:#000;margin-bottom:.25rem}.my-orders .order-card .order-card-product .order-card-right .product-sub{font-size:.8rem;color:#857f7f}.my-orders .order-card .order-card-footer{display:flex;justify-content:space-between;font-size:.8rem;color:#857f7f;margin-top:.5rem;border-top:1px solid #dbd8d8;padding-top:.5rem}.my-orders .order-card .status{display:inline-block;padding:.3rem .6rem;border-radius:.5rem;font-weight:600;font-size:.8rem;text-transform:capitalize}.my-orders .order-card .processed{background:#fef3c7;color:#d97706}.my-orders .order-card .shipped{background:#dbeafe;color:#2563eb}.my-orders .order-card .delivered{background:#d1fae5;color:#059669}.my-orders .order-card .cancelled{background:#fee2e2;color:#dc2626}.my-orders .order-card .order-card-summary{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:#1e1e1e;margin-top:.5rem;border-top:1px solid #dbd8d8;padding-top:.5rem}.my-orders .order-card .order-card-summary .summary-item{display:flex;justify-content:space-between;align-items:center}.my-orders .order-card .order-card-summary .summary-item strong{font-weight:600;color:#000;margin-right:.5rem}.my-orders .order-card .order-card-summary .summary-item .status{display:inline-block;padding:.3rem .6rem;border-radius:.5rem;font-weight:600;font-size:.8rem;text-transform:capitalize}.my-orders .order-card .order-card-summary .summary-item .processed{background:#fef3c7;color:#d97706}.my-orders .order-card .order-card-summary .summary-item .shipped{background:#dbeafe;color:#2563eb}.my-orders .order-card .order-card-summary .summary-item .delivered{background:#d1fae5;color:#059669}.my-orders .order-card .order-card-summary .summary-item .cancelled{background:#fee2e2;color:#dc2626}@media only screen and (min-width: 576px) and (max-width: 767.98px){.my-orders .orders-table{display:none}.my-orders .orders-cards{display:flex;flex-direction:column}}@media only screen and (max-width: 575.98px){.my-orders .orders-table{display:none}.my-orders .orders-cards{display:flex;flex-direction:column}}.my-orders .no-orders{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;background:#f8fafc;border-radius:1rem;margin-top:2rem}.my-orders .no-orders .no-orders-icon{font-size:4rem;color:#89c540;margin-bottom:1.5rem;opacity:.8}.my-orders .no-orders h3{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:.5rem}.my-orders .no-orders p{font-size:1rem;color:#857f7f;max-width:24rem;margin:0 auto}.help-support{padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.help-support h2{color:#333;margin-bottom:1rem;font-size:1.5rem}.help-support p{color:#666;margin-bottom:1.5rem}.help-support .whatsapp-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#25d366;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.help-support .whatsapp-button:hover{background-color:#128c7e}.help-support .whatsapp-button .whatsapp-icon{font-size:1.25rem}.category-landing{position:relative;overflow:hidden;max-width:100%;height:400px}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-landing{height:340px}}@media only screen and (max-width: 575.98px){.category-landing{height:330px}}.category-landing__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;z-index:0}.category-landing__slide--active{opacity:1;z-index:1}.category-landing__slide .category-landing__image{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-landing__slide .category-landing__image{height:340px}}@media only screen and (max-width: 575.98px){.category-landing__slide .category-landing__image{height:330px}}.category-landing__slide .category-landing__overlay{position:absolute;top:50%;left:5rem;transform:translateY(-50%);color:#fbfdf7;z-index:2;border-radius:.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-landing__slide .category-landing__overlay{left:2rem}}@media only screen and (max-width: 575.98px){.category-landing__slide .category-landing__overlay{left:1rem}}.category-landing__slide .category-landing__overlay .category-landing__title{margin:0 0 .5rem;font-size:2.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-landing__slide .category-landing__overlay .category-landing__title{font-size:1.7rem}}@media only screen and (max-width: 575.98px){.category-landing__slide .category-landing__overlay .category-landing__title{font-size:1.6rem}}.category-landing__slide .category-landing__overlay .category-landing__description{margin:0 0 1rem;font-size:1.5rem;line-height:1.5;white-space:pre-line}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-landing__slide .category-landing__overlay .category-landing__description{font-size:1.3rem}}@media only screen and (max-width: 575.98px){.category-landing__slide .category-landing__overlay .category-landing__description{font-size:1.2rem;padding-right:.1rem}}.category-landing__dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3}.category-landing__dots .category-landing__dot{width:10px;height:10px;background:#857f7f;border-radius:50%;cursor:pointer}.category-landing__dots .category-landing__dot--active{background:#000}.order-details{position:relative;max-width:1200px;margin:0 auto}.order-details__close-icon{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;font-size:1.75rem;cursor:pointer;color:#374151;z-index:10;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.order-details__close-icon:hover{background-color:#0000000d;transform:scale(1.05)}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__close-icon{top:.75rem;right:.75rem}}@media only screen and (max-width: 575.98px){.order-details__close-icon{top:.5rem;right:.5rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details{padding:1.25rem;height:100vh;width:100vw;position:fixed;top:0;left:0;background:#fff;overflow-y:auto}}@media only screen and (max-width: 575.98px){.order-details{padding:1rem;height:100%;width:100vw;position:fixed;top:0;left:0;background:#fff;overflow-y:auto}}.order-details__header{text-align:left;margin-bottom:1.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__header{padding:1rem;border-bottom:1px solid #e5e7eb;top:0;background:#fff;z-index:1}}@media only screen and (max-width: 575.98px){.order-details__header{padding:.75rem;border-bottom:1px solid #e5e7eb;top:0;background:#fff;z-index:1}}.order-details__subtitle{font-weight:600;color:#1f2937;margin-bottom:1.25rem;position:relative;padding-bottom:.5rem}.order-details__subtitle:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background-color:#9bc053;border-radius:2px}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__subtitle{font-size:1.1rem}}@media only screen and (max-width: 575.98px){.order-details__subtitle{font-size:1rem}}.order-details__info{grid-template-columns:repeat(3,1fr);gap:2rem;background-color:#f9fafb;padding:1.5rem 2rem;border-radius:1rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__info{gap:2.5rem;padding:1.5rem 2rem}}.order-details__row{display:flex;flex-direction:column;gap:.35rem}.order-details__row p{margin:0;color:#6b7280;font-size:.95rem}.order-details__row span{color:#1f2937;font-weight:500;font-size:.9rem}.order-details__divider{border:none;border-top:1px solid #e5e7eb;margin:1.5rem 0}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__divider{margin:1rem 0}}@media only screen and (max-width: 575.98px){.order-details__divider{margin:.75rem 0}}.order-details__product{margin-bottom:1.75rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__product{margin-bottom:1.5rem}}@media only screen and (max-width: 575.98px){.order-details__product{margin-bottom:1rem}}.order-details__product-info{display:flex;gap:1.75rem;align-items:center;padding:1.25rem 1.5rem;background-color:#f9fafb;border-radius:1rem;margin-top:.75rem;transition:transform .2s ease}.order-details__product-info:hover{transform:translateY(-2px)}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__product-info{gap:.75rem}}@media only screen and (max-width: 575.98px){.order-details__product-info{gap:.5rem}}.order-details__product-image{width:100px;height:100px;object-fit:cover;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__product-image{width:60px;height:60px}}@media only screen and (max-width: 575.98px){.order-details__product-image{width:50px;height:50px}}.order-details__product-details{flex:1}.order-details__product-details h4{font-weight:400;color:#1f2937;margin-bottom:.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__product-details h4{font-size:1rem}}@media only screen and (max-width: 575.98px){.order-details__product-details h4{font-size:.9rem}}.order-details__price{color:#9bc053;font-weight:600;font-size:1.25rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__price{font-size:1rem}}@media only screen and (max-width: 575.98px){.order-details__price{font-size:.9rem}}.order-details__uploads{padding:.5rem}.order-details__image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.25rem;padding:.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__image-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}@media only screen and (max-width: 575.98px){.order-details__image-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}}.order-details__image-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s ease}.order-details__image-wrapper:hover{transform:scale(1.02)}.order-details__upload-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.order-details__upload-image:hover{transform:scale(1.05)}.order-details__tracking{margin-top:1.75rem;padding:0 1.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__tracking{margin-top:1.5rem}}@media only screen and (max-width: 575.98px){.order-details__tracking{margin-top:1rem}}.order-details__tracking-info{background-color:#f9fafb;border-radius:1rem;padding:1.5rem 2rem;margin-top:1.25rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__tracking-info{gap:.75rem}}@media only screen and (max-width: 575.98px){.order-details__tracking-info{gap:.5rem}}.order-details__tracking-date{margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.order-details__tracking-date span{color:#6b7280;font-size:.95rem}.order-details__tracking-status--pending{color:#f59e0b}.order-details__tracking-status--proccesseed{color:#3b82f6}.order-details__tracking-status--shipped{color:#8b5cf6}.order-details__tracking-status--delivered{color:#10b981}.order-details__tracking-status--cancelled{color:#ef4444}.order-details__tracking-status p{font-weight:600;text-transform:capitalize;margin:0}.order-details__status{font-weight:600;text-transform:capitalize}.order-details__status--shipped{color:#3b82f6}.order-details__status--delivered{color:#10b981}.order-details__status--processed{color:#f59e0b}.order-details__status--canceled{color:#ef4444}.order-details__actions{display:flex;gap:1rem;margin-top:2rem;padding:0 1rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__actions{position:sticky;bottom:0;left:0;right:0;background-color:#fff;padding:1rem;box-shadow:0 -2px 10px #0000001a;z-index:10;margin-top:0;justify-content:space-between}}@media only screen and (max-width: 575.98px){.order-details__actions{padding:.75rem}}.order-details__button{flex:1;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}@media only screen and (min-width: 576px) and (max-width: 767.98px){.order-details__button{padding:.6rem 1.2rem;font-size:.9rem}}@media only screen and (max-width: 575.98px){.order-details__button{padding:.5rem 1rem;font-size:.85rem}}.order-details__button--primary{background-color:#9bc053;color:#fff;border:none}.order-details__button--primary:hover{background-color:#8aaf42}.order-details__button--secondary{background-color:#fff;color:#374151;border:1px solid #e5e7eb}.order-details__button--secondary:hover{background-color:#f9fafb}.order-details__topbar{display:none}@media only screen and (max-width: 575.98px){.order-details__topbar{display:flex;align-items:center;justify-content:center;position:sticky;top:-17px;left:0;width:100%;background:#fff;z-index:20;height:48px;border-bottom:1px solid #eee;padding:0 .5rem}}.order-details__back{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;margin-right:.5rem;cursor:pointer}@media only screen and (max-width: 575.98px){.order-details__back{position:absolute;left:.75rem;top:0;height:48px;width:40px;z-index:21}}.order-details__topbar-title{font-size:1.15rem;font-weight:500;color:#222;flex:1;text-align:center}@media only screen and (max-width: 575.98px){.order-details__topbar-title{margin-left:1.5rem}}.review-item{padding:1rem 0;border-bottom:1px solid #dbd8d8}.review-item .header{display:flex;justify-content:space-between;margin-bottom:.5rem}.review-item .header .user{display:flex;align-items:center;gap:.75rem}.review-item .header .user .avatar{width:40px;height:40px;border-radius:8px;object-fit:cover;background:#dbd8d8}.review-item .header .user .name{font-weight:500}.review-item .header .user .product{font-size:.75rem;color:#857f7f}.review-item .header .stars{display:flex}.review-item .header .stars svg{color:gold}.review-item .header .stars svg.filled{fill:gold}.review-item .review-title{font-weight:500;margin-bottom:.25rem}.review-item .comment{font-size:.875rem;color:#857f7f}.social-links-container{background:#f0f8e5}.social-links{display:flex;background:#f0f8e5;height:160px;align-items:center;justify-content:space-around;text-align:center;font-family:DM sans,sans-serif;margin-top:30px;margin-right:4rem}@media only screen and (max-width: 575.98px){.social-links{margin-right:1rem}}@media only screen and (min-width: 576px) and (max-width: 767.98px){.social-links{margin-right:2rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.social-links{margin-right:1rem}}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.social-links{margin-left:1rem}}.social-links__text{font-size:1.2rem;font-weight:600}@media only screen and (min-width: 992px) and (max-width: 1199.98px){.social-links__text{font-size:1.2rem;margin-left:-3rem}}@media only screen and (max-width: 575.98px){.social-links__text{font-size:1rem;margin-left:-11rem}}.social-links__icons{display:flex;justify-content:center;gap:20px;flex-wrap:nowrap;max-width:600px}@media only screen and (min-width: 576px) and (max-width: 767.98px){.social-links__icons{flex-wrap:wrap}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.social-links__icons{flex-wrap:wrap}}.social-links__icon{display:flex;align-items:center;gap:8px;width:auto;min-width:180px;font-weight:400}.social-links__icon .social-links__image{width:40px;height:40px;object-fit:contain}.social-links__icon span{font-size:1rem;font-weight:500;color:#857f7f}.social-links__icon:hover{transform:scale(1.1);transition:transform .3s ease}@media screen and (max-width: 576px){.social-links{flex-direction:column;height:auto;padding:1rem}.social-links__text{font-size:1.1rem;margin-bottom:1rem;text-align:start}.social-links__icons{width:100%;gap:10px;flex-wrap:wrap}.social-links__icon{width:30%;min-width:unset;flex:1 1 30%}.social-links__icon .social-links__image{width:35px;height:35px}.social-links__icon span{font-size:.9rem}}.add-to-cart{max-width:64rem;margin:0 auto;padding:2rem 1rem}.add-to-cart__intro{text-align:left;margin-bottom:3rem}.add-to-cart__title{font-size:2rem;font-weight:700;margin-bottom:.75rem}@media only screen and (max-width: 575.98px){.add-to-cart__title{font-size:1.5rem}}.add-to-cart__subtitle{color:#857f7f}@media only screen and (max-width: 575.98px){.add-to-cart__subtitle{font-size:small}}.add-to-cart__upload{margin-top:3rem}.add-to-cart__section-title{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.add-to-cart__section-subtitle{color:#857f7f;margin-bottom:1.5rem}.add-to-cart__footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}@media only screen and (max-width: 575.98px){.add-to-cart__footer{position:fixed;bottom:0;left:0;right:0;z-index:100;background-color:#fbfdf7;padding:.8rem;box-shadow:0 2px 10px #0000001a;margin-top:0;justify-content:space-between}}.add-to-cart__proceed{background-color:#89c540;color:#fbfdf7}.add-to-cart__proceed:hover{background-color:#89c540}.add-to-cart__link{background-color:#89c540;padding:.5rem 1rem;border-radius:.5rem;font-size:1rem;font-weight:500}@media only screen and (max-width: 575.98px){.add-to-cart__link{font-size:small;padding:.3rem .5rem}}.category-products{padding:5rem 3rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-products{padding:2rem 1rem}}@media only screen and (max-width: 575.98px){.category-products{padding:2rem 1rem}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.category-products{padding:3rem 2rem}}@media only screen and (min-width: 1200px){.category-products{padding:5rem}}.category-products__grid{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-products__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.category-products__grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width: 1200px){.category-products__grid{grid-template-columns:repeat(4,1fr)}}.category-products__item{background:#89c54014}.category-products__info{margin-left:.4rem}.category-products__title{font-size:2rem;font-weight:600;margin:.5rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-products__title{font-size:1.5rem;font-weight:500}}@media only screen and (max-width: 575.98px){.category-products__title{font-size:1.5rem;font-weight:500}}.category-products__view-all{font-size:1.2rem;font-weight:300;margin:.5rem}.category-products__view-all u{color:#000}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-products__view-all{font-size:1rem;font-weight:400}}@media only screen and (max-width: 575.98px){.category-products__view-all{font-size:1rem;font-weight:400}}.category-products__header{display:flex;justify-content:space-between;align-items:center}.category-products__item{display:flex;flex-direction:column;border-radius:12px;font-family:DM sans,sans-serif;padding:4px 4px 20px;transition:transform .3s ease}@media only screen and (max-width: 575.98px){.category-products__item{padding-bottom:10px}}.category-products__item:hover{transform:translateY(-5px)}.category-products__image{width:100%;height:250px;object-fit:cover;transition:transform .3s ease;border-radius:.5rem}.product-card:hover .category-products__image{transform:scale(1.05)}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-products__image{height:200px}}@media only screen and (max-width: 575.98px){.category-products__image{height:190px}}@media only screen and (min-width: 768px) and (max-width: 991.98px){.category-products__image{height:200px}}.category-products__name{font-weight:500;margin:.8rem 0 .3rem;font-size:1.1rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:1.3em}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-products__name{font-size:1rem}}@media only screen and (max-width: 575.98px){.category-products__name{font-size:1rem;margin:.4rem 0 .2rem}}.category-products__desc{color:#857f7f}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-products__desc{font-size:.8rem}}@media only screen and (max-width: 575.98px){.category-products__desc{font-size:.8rem}}.category-products__price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:start;font-size:.95rem}.category-products__price{font-size:1rem;font-weight:600;color:#000}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-products__price{font-size:1rem}}@media only screen and (max-width: 575.98px){.category-products__price{font-size:.7rem}}.category-products__original-price{font-size:.7rem;color:#857f7f;text-decoration:line-through}.category-products__offer{background-color:#89c540;color:#000;font-size:.8rem;padding:.2rem;border-radius:4px;white-space:nowrap}@media only screen and (min-width: 576px) and (max-width: 767.98px){.category-products__offer{font-size:.7rem}}@media only screen and (max-width: 575.98px){.category-products__offer{font-size:.7rem}}.category-products__no-items{grid-column:1/-1;text-align:center;padding:3rem;font-size:1.2rem;color:#666;font-family:inherit;background-color:#f8f8f8;border-radius:8px;margin:1rem 0}.custom-underline{text-decoration:underline;text-decoration-color:#89c540}.other-category{padding:5rem;background-color:#fbfdf7}@media only screen and (min-width: 576px) and (max-width: 767.98px){.other-category{padding:.9rem}}@media only screen and (max-width: 575.98px){.other-category{padding:.9rem}}.other-category__title{font-size:2rem;font-weight:600;margin:2rem;margin-left:0}@media only screen and (min-width: 576px) and (max-width: 767.98px){.other-category__title{font-size:1.5rem;font-weight:500}}@media only screen and (max-width: 575.98px){.other-category__title{font-size:1.5rem;font-weight:500}}.other-category__list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;justify-content:center;align-items:stretch}@media only screen and (min-width: 1200px){.other-category__list{grid-template-columns:repeat(4,1fr)}}.frame-preview-container{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.frame-preview-orientation-controls{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1rem}.frame-preview-orientation-text{margin:0;font-size:.9rem;color:#666;text-align:center}.frame-preview-orientation-btn{padding:.5rem;background:#8bc34a;border:2px solid #8bc34a;border-radius:8px;color:#fff;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.frame-preview-orientation-btn svg{font-size:1.5rem}.frame-preview-orientation-btn:hover{background:#7cb342;border-color:#7cb342}.frame-preview-main{position:relative;margin-top:2rem}.frame-preview-plus-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border:2px solid #8bc34a;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#8bc34a;cursor:pointer;z-index:20;box-shadow:0 2px 8px #00000014}.frame-preview-frame-box{position:relative;padding:40px}.frame-preview-frame-img{width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:5}.frame-preview-photo{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;padding:30px;border-radius:4px;z-index:1;transition:transform .2s ease}.frame-preview-edit-btn{margin-top:2rem;padding:.7rem 2rem;background:#fff;border:none;border-radius:8px;color:#575454;font-weight:500;font-size:1rem;cursor:pointer;box-shadow:0 2px 8px #00000014;margin-left:2rem}.frame-preview-delete-btn{color:#e93e3e;border:none;border-radius:.5rem;padding:.4rem 1rem;cursor:pointer;font-size:1.3rem;transition:background .3s ease;margin-left:1rem;margin-top:1rem}.frame-preview-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000}.frame-preview-modal{background:#fff;padding:32px;border-radius:12px;min-width:400px;max-width:90vw;max-height:98vh;position:relative;overflow:auto}.rotate-guard-modal .ant-modal-content{border-radius:12px;padding:16px 16px 12px}.rotate-guard-modal .ant-modal-header{border-bottom:none;padding:16px 16px 0}.rotate-guard-modal .ant-modal-title{font-weight:600;color:#333}.rotate-guard-modal .ant-modal-body{padding:12px 16px 8px}.rotate-guard-modal .ant-modal-footer{border-top:none;padding:8px 16px 16px}.rgm-actions{display:flex;justify-content:flex-end;gap:12px}@media screen and (max-width: 768px){.rgm-actions{gap:5px}}.rgm-btn{border:none;border-radius:8px;padding:10px 16px;font-size:.95rem;cursor:pointer;transition:all .2s ease}@media screen and (max-width: 768px){.rgm-btn{padding:7px 6px}}.rgm-btn--primary{background:#dc2626;color:#fff;box-shadow:0 2px 8px #8bc34a40}.rgm-btn--primary:hover{background:#bb1212}.rgm-btn--secondary{background:#fff;color:#575454;border:1px solid #e0e0e0}.rgm-btn--secondary:hover{background:#f6f6f6}.frame-preview-modal-close{position:absolute;top:12px;right:24px;background:none;border:none;font-size:24px;cursor:pointer}.frame-preview-modal-frame-box{position:relative;width:250px;height:250px;padding:40px;margin:0 auto;overflow:hidden;display:flex;align-items:center;justify-content:center}.frame-preview-modal-slider{margin-top:24px;text-align:center}.frame-preview-modal-slider input[type=range]{width:180px}.frame-preview-modal-slider div{margin-top:8px}.upload-section{border:2px dashed #dbd8d8;border-radius:.5rem;padding:3rem;text-align:center;cursor:pointer}.upload-section__preview{position:relative;width:100%;max-width:300px;margin:0 auto}@media screen and (max-width: 768px){.upload-section__preview{max-width:250px}}@media screen and (max-width: 480px){.upload-section__preview{max-width:200px}}.upload-section__image{width:100%;height:auto;margin:0 auto;border-radius:.5rem}.upload-section__remove{position:absolute;top:10px;right:10px;background:#fffc;border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}@media screen and (max-width: 480px){.upload-section__remove{width:25px;height:25px;top:5px;right:5px}}.upload-section__remove:hover{background:#fff}.upload-section__prompt{display:flex;flex-direction:column;gap:1rem}.upload-section__icon{width:3rem;height:3rem;margin:0 auto;color:#857f7f;transition:transform .2s ease}.upload-section__icon:hover{transform:scale(1.1);color:#6b6666}.upload-section__text{color:gray}@media only screen and (max-width: 575.98px){.upload-section__text{font-size:small}}.polaroid-preview-container{display:flex;flex-direction:column;align-items:center;margin-top:2rem;padding:1rem}@media screen and (max-width: 480px){.polaroid-preview-container{width:100%;max-width:100%;overflow-x:hidden}}.polaroid-upload-btn{padding:.8rem 2.5rem;background:#fff;border:2px solid #8bc34a;border-radius:8px;color:#222;font-size:1rem;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:all .2s ease;min-width:200px;text-align:center}.polaroid-upload-btn:hover{background:#8bc34a;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #8bc34a33}.polaroid-frame-container{display:flex;align-items:center;justify-content:center;margin-top:20px}@media screen and (max-width: 480px){.polaroid-frame-container{flex-direction:column;gap:10px}}.polaroid-frame{position:relative;height:350px;width:300px;margin:0 40px;display:flex;align-items:center;justify-content:center;z-index:10;overflow:hidden;border-radius:12px;box-shadow:0 4px 16px #0000001a}@media screen and (max-width: 480px){.polaroid-frame{margin:0;order:1}}.polaroid-arrow{background:#fff;border:2px solid #8bc34a;border-radius:50%;width:44px;height:44px;font-size:1.5rem;color:#8bc34a;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0 10px;transition:all .2s ease;box-shadow:0 2px 8px #00000014}@media screen and (max-width: 480px){.polaroid-arrow{width:36px;height:36px;font-size:1.2rem;margin:0;order:2}}.polaroid-arrow:hover{background:#8bc34a;color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #8bc34a33}.polaroid-arrows-container{display:flex;gap:10px;order:2}@media screen and (max-width: 480px){.polaroid-arrows-container{margin-top:10px}}.polaroid-edit-btn{padding:.7rem 2rem;background:#fff;border:2px solid #8bc34a;border-radius:8px;color:#222;font-weight:600;font-size:1rem;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:all .2s ease;min-width:140px}.polaroid-edit-btn:hover{background:#8bc34a;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #8bc34a33}.polaroid-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.polaroid-modal{background:#fff;padding:2rem;border-radius:16px;width:380px;position:relative;box-shadow:0 8px 32px #00000026}.polaroid-delete-btn{position:absolute;top:10px;right:10px;background:#dc3545e6;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;z-index:20;cursor:pointer;z-index:2;color:#fff;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.polaroid-delete-btn:hover{background:#dc3545;transform:scale(1.1);box-shadow:0 4px 12px #dc35454d}.polaroid-add-btn{padding:.6rem 1.5rem;background:#fff;border:2px solid #8bc34a;border-radius:8px;color:#222;font-weight:600;font-size:.95rem;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:all .2s ease;min-width:100px;display:flex;align-items:center;justify-content:center}.polaroid-add-btn:hover{background:#8bc34a;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #8bc34a33}.polaroid-counter{margin:1rem 0;font-weight:600;color:#444;font-size:1.1rem;text-align:center}.polaroid-zoom-slider{width:100%;margin:1rem 0}.polaroid-zoom-slider input[type=range]{width:100%;height:6px;-webkit-appearance:none;background:#e2e8f0;border-radius:3px;outline:none}.polaroid-zoom-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;background:#8bc34a;border-radius:50%;cursor:pointer;transition:all .2s ease}.polaroid-zoom-slider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}.polaroid-image-container{display:flex;align-items:center;justify-content:center;margin-top:20px}@media screen and (max-width: 480px){.polaroid-image-container{flex-direction:column}}.frame-editor{display:flex;flex-direction:column;align-items:center;gap:1rem}.frame-editor .editor-container{position:relative;width:400px;height:500px;background-color:#f0f0f0;border:2px solid #ccc;overflow:hidden}.frame-editor .editor-container .cropper-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.frame-editor .editor-container .frame-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}.frame-editor .controls{display:flex;flex-direction:column;align-items:center;gap:.5rem}.frame-editor .controls label{font-size:14px;font-weight:700}.frame-editor .controls input[type=range]{width:200px}.frame-editor .controls .save-btn{background-color:#4caf50;border:none;padding:.5rem 1rem;color:#fff;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.frame-editor .controls .save-btn:hover{background-color:#45a049}.register{min-height:100vh;display:flex;align-items:center;justify-content:center;font-family:DM sans,sans-serif}.register__box{width:100%;max-width:400px;padding:2rem;background:#fbfdf7;border-radius:.5rem;border:1px solid #89c540;box-shadow:0 4px 6px #0000000d}.register__header{text-align:center;margin-bottom:1.5rem}.register__header h1{font-size:1.5rem;font-weight:500;margin-bottom:.7rem;display:flex;justify-content:center;align-items:center}.register__header p{font-size:.875rem;color:#857f7f}.register__brand{height:50px;width:90px}.register__form{display:flex;flex-direction:column;gap:1rem}.register__input{width:100%;height:3rem;padding:0 1rem;border:1px solid #dbd8d8;border-radius:.375rem;background:#fbfdf7}.register .error{color:red;font-size:.8rem}.register__button{width:100%;height:3rem;background-color:#89c540;font-weight:600;border:none;border-radius:.375rem}.register__button:hover{background-color:#89c540}.register__link{font-size:.875rem;color:#857f7f;background:none;border:none;cursor:pointer}.register__link:hover{color:#1e1e1e}.register__divider{position:relative;text-align:center}.register__divider hr{margin:1rem 0;border:none;border-top:1px solid #dbd8d8}.register__divider span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fbfdf7;padding:0 .5rem;font-size:.75rem;color:#857f7f}.register__google-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:3rem;border:1px solid #dbd8d8;background:#fbfdf7;border-radius:.375rem;font-size:.875rem;cursor:pointer}.register__google-button:hover{background-color:#dbd8d8}.register__google-icon{width:1.25rem;height:1.25rem}.payment-success-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.payment-success-icon{display:flex;justify-content:center;align-items:center}.payment-success-text{display:flex;flex-direction:column;gap:.5rem;text-align:center}.payment-success-heading{font-size:3.75rem;font-weight:600}.payment-success-subtext{color:#6b7280}.payment-success-order-id{font-size:1rem;color:#4b5563}.payment-success-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 768px){.payment-success-actions{flex-direction:row}}.success-btn{border-radius:8px;font-size:1rem;font-weight:500;padding:.75rem 2.5rem;border:2px solid #8dc63f;min-width:180px;transition:background .2s,color .2s,border .2s;cursor:pointer}.success-btn--primary{background:#8dc63f;color:#fff;border:2px solid #8dc63f;padding:.75rem 1.5rem;border-radius:8px;color:#000}.success-btn--primary:hover{background:#7ab933}.success-btn--outline{background:#fff;color:#222;border:2px solid #8dc63f;padding:.75rem 1.5rem;border-radius:8px}.success-btn--outline:hover{background:#f6fff0}.polaroid-frame-container{display:flex;flex-direction:column;align-items:center}.polaroid-arrows-container{display:flex;justify-content:center;margin-top:1rem}.forgot-password-container{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;padding:1rem;background-color:#f9fafb}.form-wrapper{background:#fff;width:100%;max-width:360px;padding:1.75rem 1.25rem;border-radius:1rem;box-shadow:0 4px 16px #00000014;transition:all .3s ease-in-out;margin-bottom:16rem}@media (min-width: 480px){.form-wrapper{max-width:400px;padding:2rem 1.5rem}}@media (min-width: 768px){.form-wrapper{max-width:450px;padding:2.25rem 2rem}}@media (min-width: 1024px){.form-wrapper{max-width:500px;padding:2.5rem 2.25rem}}.form-content{display:flex;flex-direction:column;gap:1.5rem}.header{text-align:center}.header h1{font-size:1.5rem;font-weight:600;margin-bottom:.25rem}@media (min-width: 768px){.header h1{font-size:1.75rem}}.header p{font-size:.85rem;color:#6b7280}.header p strong{color:#111827}.header .error{margin-top:.5rem;font-size:.8rem;color:#dc2626}.otp-inputs{display:flex;justify-content:center;gap:.5rem}.otp-inputs .otp-box{width:2.5rem;height:2.5rem;font-size:1.125rem;text-align:center;border:1px solid #d1d5db;border-radius:.5rem}.otp-inputs .otp-box:focus{outline:none;border-color:#89c540;box-shadow:0 0 0 2px #89c54066}.otp-inputs .otp-box.otp-error{border-color:#dc2626}@media (min-width: 480px){.otp-inputs .otp-box{width:3rem;height:3rem}}@media (min-width: 768px){.otp-inputs .otp-box{width:3.25rem;height:3.25rem}}.password-inputs{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0}.password-inputs label{font-size:.85rem;color:#374151;margin-bottom:.25rem}.password-inputs input{padding:.65rem .75rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:.5rem}.password-inputs input:focus{outline:none;border-color:#89c540;box-shadow:0 0 0 2px #89c54066}.submit-btn{width:100%;padding:.65rem;margin-top:1rem;font-size:1rem;background-color:#89c540;color:#000;border:none;border-radius:.5rem;cursor:pointer;transition:background .2s}.submit-btn:hover{background-color:#79b73a}.resend-text{text-align:center;font-size:.8rem;color:#6b7280;margin-top:1rem}.resend-text span{color:#89c540;cursor:pointer}.resend-text span:hover{color:#79b73a}.main-loader{display:flex;align-items:center;justify-content:center;height:100vh}.dot-spinner{--uib-size: 2.8rem;--uib-speed: .9s;--uib-color: #9ACD32;position:relative;display:flex;align-items:center;justify-content:flex-start;height:var(--uib-size);width:var(--uib-size)}.dot-spinner__dot{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:flex-start;height:100%;width:100%}.dot-spinner__dot:before{content:"";height:20%;width:20%;border-radius:50%;background-color:var(--uib-color);transform:scale(0);opacity:.5;animation:pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;box-shadow:0 0 20px #121f354d}.dot-spinner__dot:nth-child(2){transform:rotate(45deg)}.dot-spinner__dot:nth-child(2):before{animation-delay:calc(var(--uib-speed) * -.875)}.dot-spinner__dot:nth-child(3){transform:rotate(90deg)}.dot-spinner__dot:nth-child(3):before{animation-delay:calc(var(--uib-speed) * -.75)}.dot-spinner__dot:nth-child(4){transform:rotate(135deg)}.dot-spinner__dot:nth-child(4):before{animation-delay:calc(var(--uib-speed) * -.625)}.dot-spinner__dot:nth-child(5){transform:rotate(180deg)}.dot-spinner__dot:nth-child(5):before{animation-delay:calc(var(--uib-speed) * -.5)}.dot-spinner__dot:nth-child(6){transform:rotate(225deg)}.dot-spinner__dot:nth-child(6):before{animation-delay:calc(var(--uib-speed) * -.375)}.dot-spinner__dot:nth-child(7){transform:rotate(270deg)}.dot-spinner__dot:nth-child(7):before{animation-delay:calc(var(--uib-speed) * -.25)}.dot-spinner__dot:nth-child(8){transform:rotate(315deg)}.dot-spinner__dot:nth-child(8):before{animation-delay:calc(var(--uib-speed) * -.125)}@keyframes pulse0112{0%,to{transform:scale(0);opacity:.5}50%{transform:scale(1);opacity:1}}.notfound-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;background:#fff}@media only screen and (max-width: 575.98px){.notfound-container{min-height:60vh}}.notfound-404{display:flex;flex-direction:row;align-items:center;font-size:10rem;font-weight:700;color:#89c540;letter-spacing:1rem;margin-bottom:1rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.notfound-404{font-size:4rem;letter-spacing:.2rem}}@media only screen and (max-width: 575.98px){.notfound-404{font-size:2.5rem;letter-spacing:.1rem}}.notfound-0{color:transparent;-webkit-text-stroke:2px #89c540;text-stroke:2px #89c540;margin:0 1rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.notfound-0{margin:0 .5rem}}@media only screen and (max-width: 575.98px){.notfound-0{margin:0 .2rem}}.notfound-4{color:#89c540}.notfound-message{font-size:1rem;color:#222;margin-bottom:2rem;text-align:center}@media only screen and (min-width: 576px) and (max-width: 767.98px){.notfound-message{font-size:.95rem;margin-bottom:1.2rem;padding:0 .5rem}}@media only screen and (max-width: 575.98px){.notfound-message{font-size:.9rem;margin-bottom:1rem;padding:0 .2rem}}.notfound-buttons{display:flex;gap:1rem}@media only screen and (min-width: 576px) and (max-width: 767.98px){.notfound-buttons{gap:.5rem}}@media only screen and (max-width: 575.98px){.notfound-buttons{flex-direction:column;width:100%;align-items:center;gap:.5rem}}.notfound-btn{padding:.7rem 1.5rem;border-radius:8px;font-size:1rem;border:2px solid #89c540;cursor:pointer;transition:background .2s,color .2s}@media only screen and (min-width: 576px) and (max-width: 767.98px){.notfound-btn{font-size:.95rem;padding:.6rem 1.2rem}}@media only screen and (max-width: 575.98px){.notfound-btn{font-size:.9rem;padding:.5rem}}.notfound-btn-green{background:#89c540;color:#fff;border:2px solid #89c540}.notfound-btn-green:hover{background:#89c540}.notfound-btn-outline{background:#fff;color:#222;border:2px solid #89c540}.notfound-btn-outline:hover{background:#f4fff0;color:#89c540}.address-form{display:flex;flex-direction:column;gap:1.2rem;padding:1rem 0}.address-form__field{display:flex;flex-direction:column;gap:.5rem}.address-form__field label{font-weight:500;color:#374151;font-size:.9rem}.address-form__field input{padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;width:100%}.address-form__field input:focus{outline:none;border-color:#89c540;box-shadow:0 0 0 2px #89c54033}.address-form__field .error{color:#dc2626;font-size:.875rem;margin-top:.25rem}.address-form__field input.error{border-color:#dc2626}.address-form__field input.error:focus{border-color:#dc2626;box-shadow:0 0 0 2px #dc262633}.address-form__row{display:flex;gap:1rem}.address-form__field--half{flex:1;width:100%}.modal__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.modal__actions button{padding:.5rem 1rem;font-size:1rem}@media screen and (max-width: 768px){.modal__overlay{padding:0}.modal{width:100%;height:100vh;max-width:100%;margin:0;border-radius:0;position:fixed;top:0;left:0}.modal__content{height:100%;display:flex;flex-direction:column}.modal__body{flex:1;overflow-y:auto}.address-form__row{flex-direction:column;gap:1.2rem}.address-form__field--half{width:100%}.modal__actions{position:sticky;bottom:0;left:0;right:0;background:#fff;padding:1rem;border-top:1px solid #e5e7eb;z-index:10;display:flex;justify-content:flex-end;gap:.75rem}.modal__actions button{padding:.4rem .8rem;font-size:.95rem}}@media screen and (max-width: 576px){.modal__overlay{padding:0}.modal{width:100%;height:100vh;max-width:100%;margin:0;border-radius:0;position:fixed;top:0;left:0}.modal__content{height:100%;display:flex;flex-direction:column}.modal__body{flex:1;overflow-y:auto}.address-form__row{flex-direction:column;gap:1.2rem}.address-form__field--half{width:100%}.modal__actions{position:sticky;bottom:-20px;left:0;right:0;background:#fff;padding:1rem;border-top:1px solid #e5e7eb;z-index:10;display:flex;justify-content:flex-end;gap:.5rem}.modal__actions button{padding:.35rem .7rem;font-size:.9rem}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
