@import url(https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);*{box-sizing:border-box;font-family:Cabin,sans-serif;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-weight:500;line-height:22px}::-webkit-scrollbar{width:0}.main-header{background-color:#212121;border-bottom:1px solid #0000001a;color:#fff;padding:0 20px;width:100%;z-index:99}@media only screen and (min-width:768px){.main-header{padding:0 40px}}.main-header .header-content{align-items:center;display:flex;height:50px;justify-content:space-between;margin:0 auto;max-width:1200px}@media only screen and (min-width:768px){.main-header .header-content{height:80px}}.main-header .left{display:none;gap:25px;list-style-type:none}@media only screen and (min-width:768px){.main-header .left{display:flex}}.main-header .left li{cursor:pointer;font-size:14px;font-weight:600;text-transform:uppercase}.main-header .left li:hover{opacity:.6}.main-header .center{align-items:center;cursor:pointer;display:flex;font-size:22px;font-weight:700}@media only screen and (min-width:768px){.main-header .center{font-size:34px;left:50%;position:absolute;transform:translateX(-50%)}}.main-header .right{align-items:center;display:flex;gap:20px}@media only screen and (min-width:768px){.main-header .right{gap:25px}}.main-header .right svg{cursor:pointer;font-size:20px}@media only screen and (min-width:768px){.main-header .right svg{font-size:24px}}.main-header .right svg:hover{opacity:.6}.main-header .right .cart-icon{position:relative;top:2px}.main-header .right .cart-icon span{background:#00970d;border-radius:10px;font-size:12px;line-height:1;min-width:20px;padding:2.5px;position:absolute;right:-12px;text-align:center;top:-5px}.main-header .right .menu-icon{display:block}@media only screen and (min-width:768px){.main-header .right .menu-icon{display:none}}.main-header.sticky-header{background-color:#212121;color:#fff;position:sticky;top:0}.user-icon-wrapper{position:relative;top:3px}.user-icon-wrapper .user-dropdown{align-items:center;background-color:#fff;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;opacity:0;padding:10px;position:absolute;right:50%;top:calc(100% + 10px);transform:translateX(50%);transition:opacity .3s ease,transform .3s ease,visibility .3s;visibility:hidden;width:180px;z-index:99}.user-icon-wrapper .user-dropdown:before{border-color:#0000 #0000 #fff;border-style:solid;border-width:0 10px 10px;content:"";position:absolute;right:50%;top:-10px;transform:translateX(50%)}.user-icon-wrapper .user-dropdown.active{opacity:1;transform:translateX(50%) translateY(0);visibility:visible}.user-icon-wrapper .dropdown-user-photo{border:2px solid #f0f0f0;border-radius:50%;height:60px;margin-bottom:15px;object-fit:cover;width:60px}.user-icon-wrapper .dropdown-user-name{color:#333;display:block;font-size:16px;font-weight:600;text-align:center}.user-icon-wrapper .dropdown-button{align-items:center;background:#00970d;border:0;border-bottom:3px solid #006d09;color:#fff;cursor:pointer;display:flex;flex-grow:1;font-size:16px;height:50px;justify-content:center;outline:0;width:160px}@media only screen and (min-width:768px){.user-icon-wrapper .dropdown-button{flex-grow:0}}.user-icon-wrapper .btn-container{display:flex;gap:20px;padding:10px}.user-icon-wrapper .ddlbutton{color:#000;font-size:40px;height:30px;width:30px}.dropdown-menu{background-color:#212121;color:#fff;display:block;max-height:0;overflow:hidden;position:fixed;top:50px;transition:max-height .4s ease-in-out;width:100%;z-index:98}.dropdown-menu ul{list-style-type:none;margin:0;padding:0}.dropdown-menu ul li{cursor:pointer;font-size:15px;padding:15px 20px;text-transform:uppercase}.dropdown-menu ul li:hover{background-color:#333}.dropdown-menu.open{max-height:300px}.search-modal{animation:slideSearchWindow .5s ease forwards;background-color:#fff;height:100%;left:0;position:fixed;top:0;transform:translateY(100%);width:100%;z-index:999}.search-modal .form-field{border-bottom:1px solid #0000001a;display:flex;justify-content:center;padding:10px 50px;position:relative;width:100%}@media only screen and (min-width:768px){.search-modal .form-field{padding:20px 0}}.search-modal .form-field input{border:none;color:#212121;font-size:20px;font-weight:600;height:50px;max-width:1200px;outline:none;text-align:center;text-transform:uppercase;width:100%}@media only screen and (min-width:768px){.search-modal .form-field input{font-size:48px;height:80px}}.search-modal .form-field input::placeholder{color:#212121}.search-modal .form-field .close-btn{cursor:pointer;font-size:25px;position:absolute;right:20px;top:50%;transform:translateY(-50%)}@media only screen and (min-width:768px){.search-modal .form-field .close-btn{font-size:50px;right:40px}}.search-modal .search-result-content{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.search-modal .search-result-content{max-width:800px}}.search-modal .search-result-content .start-msg{color:#00000080;margin-top:20px;text-align:center}.search-modal .search-result-content .search-results{height:calc(100vh - 110px);margin:20px 0;overflow:auto}@media only screen and (min-width:768px){.search-modal .search-result-content .search-results{height:calc(100vh - 160px)}}.search-modal .search-result-content .search-results .search-result-item{align-items:center;border-bottom:1px solid #0000001a;cursor:pointer;display:flex;gap:10px;padding:10px 0}.search-modal .search-result-content .search-results .search-result-item .image-container{background-color:#0000000d;flex-shrink:0;height:60px;width:60px}.search-modal .search-result-content .search-results .search-result-item .image-container img{height:100%;width:100%}.search-modal .search-result-content .search-results .search-result-item .prod-details{overflow:hidden}.search-modal .search-result-content .search-results .search-result-item .prod-details .name{display:block;font-size:16px;font-weight:600;line-height:1;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-modal .search-result-content .search-results .search-result-item .prod-details .desc{color:#00000080;display:block;font-size:14px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes slideSearchWindow{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cart-products{flex-grow:1;overflow:scroll;scroll-behavior:smooth}.cart-products .search-result-item{display:flex;gap:10px;padding:20px 15px}.cart-products .search-result-item .image-container{background-color:#0000000d;flex-shrink:0;height:60px;width:60px}.cart-products .search-result-item .image-container img{height:100%;width:100%}.cart-products .search-result-item .prod-details{overflow:hidden;position:relative}.cart-products .search-result-item .prod-details .name{display:block;font-size:16px;font-weight:600;line-height:1;margin-bottom:10px;overflow:hidden;padding-right:25px;text-overflow:ellipsis;white-space:nowrap}.cart-products .search-result-item .prod-details .text{align-items:center;display:flex;font-size:12px;font-weight:600;gap:5px}.cart-products .search-result-item .prod-details .text .highlight{color:#00970d}.cart-products .search-result-item .prod-details svg{cursor:pointer;position:absolute;right:0;top:0}.cart-products .search-result-item .prod-details .quantity-buttons{border:1px solid #0000001a;display:flex;height:30px;margin-bottom:8px;width:fit-content}.cart-products .search-result-item .prod-details .quantity-buttons span{align-items:center;color:#6b6b6b;cursor:pointer;display:flex;font-size:14px;justify-content:center;width:30px}.cart-products .search-result-item .prod-details .quantity-buttons span:first-child{border-right:1px solid #0000001a;font-size:18px}.cart-products .search-result-item .prod-details .quantity-buttons span:nth-child(2){width:40px}.cart-products .search-result-item .prod-details .quantity-buttons span:nth-child(3){border-left:1px solid #0000001a;font-size:18px}.cart-products .search-result-item:hover{background-color:#0000000d}.cart-panel{display:flex;height:100%;justify-content:flex-end;left:0;position:fixed;top:0;width:100%;z-index:99}.cart-panel .opac-layer{background:#00000080;height:100%;left:0;position:absolute;top:0;width:100%}.cart-panel .cart-content{animation:slideCartWindow .3s ease forwards;background:#fff;display:flex;flex-direction:column;height:100%;position:relative;transform:translateX(100%);width:100%;z-index:1}@media only screen and (min-width:768px){.cart-panel .cart-content{width:340px}}.cart-panel .cart-content .cart-header{align-items:center;border-bottom:1px solid #0000001a;display:flex;justify-content:flex-end;padding:20px 15px}.cart-panel .cart-content .cart-header .heading{flex-grow:1;font-size:20px;font-weight:700;margin-bottom:0;text-transform:uppercase}.cart-panel .cart-content .cart-header .close-btn{align-items:center;cursor:pointer;display:flex;gap:5px}.cart-panel .cart-content .cart-header .close-btn svg{font-size:18px}.cart-panel .cart-content .cart-header .close-btn .text{font-size:14px;text-transform:uppercase}.cart-panel .cart-content .cart-header .close-btn:hover{opacity:.5}.cart-panel .cart-content .empty-cart{align-items:center;display:flex;flex-direction:column;gap:20px;margin-top:100px}.cart-panel .cart-content .empty-cart svg{font-size:120px;opacity:.1}.cart-panel .cart-content .empty-cart .return-cta{align-items:center;background:#00970d;border:0;border-bottom:3px solid #006d09;color:#fff;cursor:pointer;display:flex;font-size:13px;height:40px;justify-content:center;outline:0;width:150px}.cart-panel .cart-content .empty-cart .return-cta svg{margin-right:10px}.cart-panel .cart-content .cart-footer{background:#fff;border-top:1px solid #0000001a;bottom:0;position:sticky}.cart-panel .cart-content .cart-footer .user-info-toggle{align-items:center;border-bottom:1px solid #0000001a;cursor:pointer;display:flex;font-weight:500;justify-content:space-between;padding:15px}.cart-panel .cart-content .cart-footer .user-info-toggle span{font-size:16px;font-weight:600;text-transform:uppercase}.cart-panel .cart-content .cart-footer .user-info-toggle svg{color:#00970d;font-size:20px}.cart-panel .cart-content .cart-footer .user-info-toggle:hover{background-color:#f9f9f9}.cart-panel .cart-content .cart-footer .user-info{display:flex;flex-direction:column;gap:10px;max-height:0;overflow:hidden;padding:0 15px;transition:max-height .3s ease}.cart-panel .cart-content .cart-footer .user-info.open{border-bottom:1px solid #0000001a;max-height:400px;padding:15px}.cart-panel .cart-content .cart-footer .user-info input,.cart-panel .cart-content .cart-footer .user-info select{border:1px solid #0000001a;border-radius:4px;font-size:14px;padding:10px;width:100%}.cart-panel .cart-content .cart-footer .user-info input.error,.cart-panel .cart-content .cart-footer .user-info select.error{border-color:red}.cart-panel .cart-content .cart-footer .user-info input:focus,.cart-panel .cart-content .cart-footer .user-info select:focus{border-color:#00970d;outline:none}.cart-panel .cart-content .cart-footer .user-info .error{color:red;font-size:12px;margin-top:-5px}.cart-panel .cart-content .cart-footer .subtotal{align-items:flex-end;border-bottom:1px solid #0000001a;display:flex;flex-direction:column;padding:10px 15px 2px}.cart-panel .cart-content .cart-footer .subtotal-main{display:flex;justify-content:space-between;width:100%}.cart-panel .cart-content .cart-footer .text{font-size:20px;font-weight:700;margin-bottom:0;text-transform:uppercase}.cart-panel .cart-content .cart-footer .text.total{color:#00970d}.cart-panel .cart-content .cart-footer .subtotal-note{align-self:flex-start;color:#777;font-size:12px;font-style:italic;margin-top:2px}.cart-panel .cart-content .cart-footer .button{padding:20px 15px}.cart-panel .cart-content .cart-footer .button .checkout-cta{align-items:center;background:#00970d;border:0;border-bottom:3px solid #006d09;color:#fff;cursor:pointer;display:flex;font-size:16px;height:50px;justify-content:center;outline:0;text-transform:uppercase;width:100%}.cart-panel .cart-content .cart-footer .button .checkout-cta svg{margin-right:10px}.cart-panel .cart-content .cart-footer .button .checkout-cta:hover{background:#006d09}.cart-panel .cart-content .cart-footer .button .checkout-cta:disabled{background:#ccc;cursor:not-allowed}@keyframes slideCartWindow{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media screen and (max-width:768px){.cart-panel .cart-content{width:100%}.cart-panel .cart-content .cart-footer .user-info-toggle{padding:15px}.cart-panel .cart-content .cart-footer .user-info-toggle span{font-size:16px}.cart-panel .cart-content .cart-footer .user-info.open{padding:15px}.cart-panel .cart-content .cart-footer .user-info input{font-size:16px}.cart-panel .cart-content .cart-footer .subtotal .text{font-size:18px}.cart-panel .cart-content .cart-footer .button .checkout-cta{font-size:18px;height:60px}}.footer{width:100%}.footer .footer-content{display:flex;flex-flow:wrap;gap:20px;margin:0 auto;max-width:1200px;padding:50px 20px}@media only screen and (min-width:768px){.footer .footer-content{justify-content:space-between;padding:50px 0}}.footer .footer-content .col{max-width:300px}.footer .footer-content .col:nth-child(3){width:150px}@media only screen and (min-width:768px){.footer .footer-content .col:nth-child(3){width:auto}}.footer .footer-content .col .title{font-size:20px;margin-bottom:20px}.footer .footer-content .col .text{color:#00000080;font-size:14px}.footer .footer-content .col .c-item{display:flex;margin-bottom:10px}.footer .footer-content .col .c-item svg{color:#00000080;flex-shrink:0;font-size:14px;margin-right:10px;margin-top:4px}.footer .footer-content .col span.text{cursor:pointer;display:block;margin-bottom:10px}.footer .bottom-bar{border-top:1px solid #0000001a}.footer .bottom-bar .bottom-bar-content{align-items:center;display:flex;flex-direction:column;gap:10px;padding:20px;text-align:center}@media only screen and (min-width:768px){.footer .bottom-bar .bottom-bar-content{flex-direction:row;height:60px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0;text-align:left}}.footer .bottom-bar .bottom-bar-content .text{color:#00000080;font-size:12px}.footer .bottom-bar .bottom-bar-content .developer-link{color:#00000080;text-decoration:none}.footer .bottom-bar .bottom-bar-content .developer-link:hover{text-decoration:underline}.main-content .layout{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.main-content .layout{max-width:1200px}}.hero-banner{background-image:linear-gradient(90deg,#00970d,#17dc1a);padding:40px 0;position:relative}@media only screen and (min-width:768px){.hero-banner{height:calc(100vh - 80px)}}.hero-banner .content{align-items:center;display:flex;flex-direction:column-reverse;height:100%;justify-content:flex-end;margin:0 auto;max-width:calc(100% - 20px);overflow:hidden;position:relative}@media only screen and (min-width:768px){.hero-banner .content{flex-direction:row;max-width:1200px}}.hero-banner .content .banner-img{filter:drop-shadow(5px 10px 5px black);margin-bottom:20px;position:relative;scale:130%;width:200px;z-index:3}@media only screen and (min-width:768px){.hero-banner .content .banner-img{margin-bottom:0;margin-right:60px;margin-top:50px;width:500px}}@media only screen and (min-width:1536px){.hero-banner .content .banner-img{margin-right:0;margin-top:0;width:600px}}.hero-banner .content .text-content{align-items:center;color:#fff;display:flex;flex-direction:column;text-align:center;z-index:4}@media only screen and (min-width:768px){.hero-banner .content .text-content{left:50px;position:absolute;top:50%;transform:translateY(-50%)}}@media only screen and (min-width:1536px){.hero-banner .content .text-content{left:0}}.hero-banner .content .text-content h1{color:#fff;font-size:70px;font-weight:700;line-height:1;margin-bottom:20px}@media only screen and (min-width:768px){.hero-banner .content .text-content h1{font-size:130px}}.hero-banner .content .text-content p{color:#fff;font-size:14px;line-height:20px;margin-bottom:20px;max-width:300px}@media only screen and (min-width:768px){.hero-banner .content .text-content p{font-size:18px;line-height:24px;margin-bottom:40px;max-width:500px}}.hero-banner .content .text-content .ctas{display:flex;gap:20px;justify-content:center}.hero-banner .content .text-content .ctas .banner-cta{border:2px solid #fff;cursor:pointer;font-size:13px;font-weight:500;padding:10px 20px;text-transform:uppercase;transition:all .3s ease;width:fit-content}.hero-banner .content .text-content .ctas .banner-cta.v2{background-color:#fff;color:#000}.hero-banner .content .text-content .ctas .banner-cta:hover{background-color:#fff9}.shop-by-category{margin:25px 0}@media only screen and (min-width:768px){.shop-by-category{margin:50px 0}}.shop-by-category .categories{display:flex;flex-flow:wrap;gap:10px}.shop-by-category .categories .category{background-color:#000;cursor:pointer;overflow:hidden;width:calc(50% - 5px)}@media only screen and (min-width:768px){.shop-by-category .categories .category{width:calc(25% - 10px)}}.shop-by-category .categories .category img{display:block;transition:all .3s ease;width:100%}.shop-by-category .categories .category:hover img{transform:scale(1.2)}.products-container{margin:50px 0}@media only screen and (min-width:768px){.products-container{margin:75px 0}}.products-container .sec-heading{font-size:18px;font-weight:500;margin-bottom:20px;text-transform:uppercase}@media only screen and (min-width:768px){.products-container .sec-heading{font-size:24px;margin-bottom:35px}}.products-container .sec-heading:after{background-color:#00970d;content:"";display:block;height:3px;margin-top:5px;width:50px}@media only screen and (min-width:768px){.products-container .sec-heading:after{margin-top:10px}}.products-container .products{display:flex;flex-wrap:wrap;gap:10px}@media only screen and (min-width:768px){.products-container .products{gap:20px}}.products-container .products .product-wrapper{margin-bottom:20px;width:calc(50% - 5px)}@media only screen and (min-width:768px){.products-container .products .product-wrapper{width:calc(25% - 15px)}}.products-container .products .product-wrapper .skeleton-card{background:#f6f7f8;height:100%;overflow:hidden;position:relative;width:100%}.products-container .products .product-wrapper .skeleton-card:after{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#f6f7f800 0,#f6f7f8cc 50%,#f6f7f800);content:"";height:100%;left:-150px;position:absolute;top:0;width:150px}.products-container .products .product-wrapper .skeleton-card .skeleton-thumbnail{background-color:#e0e0e0;height:180px;margin-bottom:10px}@media only screen and (min-width:768px){.products-container .products .product-wrapper .skeleton-card .skeleton-thumbnail{height:350px}}.products-container .products .product-wrapper .skeleton-card .skeleton-details{padding:10px}.products-container .products .product-wrapper .skeleton-card .skeleton-details .skeleton-text{background-color:#e0e0e0;height:16px;margin-bottom:8px;width:60%}.products-container .products .product-wrapper .skeleton-card .skeleton-details .skeleton-price{background-color:#e0e0e0;height:16px;width:40%}@keyframes shimmer{0%{transform:translateX(-150px)}to{transform:translateX(100%)}}.product-card{cursor:pointer;margin-bottom:20px}.product-card .thumbnail{align-items:center;background-color:#0000000d;display:flex;height:180px;margin-bottom:10px;padding:25px;width:100%}@media only screen and (min-width:768px){.product-card .thumbnail{height:350px}}.product-card .thumbnail img{display:block;transition:all .3s ease;width:100%}.product-card .prod-details .name{display:block;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media only screen and (min-width:768px){.product-card .prod-details .name{font-size:16px;margin-bottom:10px}}.product-card .prod-details .price{font-size:18px}@media only screen and (min-width:768px){.product-card .prod-details .price{font-size:24px}}.product-card:hover .thumbnail img{transform:scale(1.2)}.single-product-main-content{margin:20px 0}@media only screen and (min-width:768px){.single-product-main-content{margin:75px 0}}.single-product-main-content .layout{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.single-product-main-content .layout{max-width:1200px}}.single-product-main-content .layout .single-product-page{display:flex;flex-direction:column}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page{flex-direction:row}}.single-product-main-content .layout .single-product-page .left{background-color:#0000000d;flex-shrink:0;width:100%}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .left{height:600px;width:600px}}.single-product-main-content .layout .single-product-page .left img{display:block;width:100%}.single-product-main-content .layout .single-product-page .right{display:flex;flex-direction:column;padding-top:20px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right{flex-grow:1;padding:0 35px}}.single-product-main-content .layout .single-product-page .right .name{font-size:20px;line-height:28px;margin-bottom:20px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .name{font-size:24px;line-height:32px}}.single-product-main-content .layout .single-product-page .right .price{font-size:24px;line-height:32px;margin-bottom:20px}.single-product-main-content .layout .single-product-page .right .desc{color:#6b6b6b;font-size:14px;line-height:20px;margin-bottom:20px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .desc{font-size:16px;line-height:24px;margin-bottom:20px}}.single-product-main-content .layout .single-product-page .right .cart-buttons{display:flex}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .cart-buttons{margin-top:30px}}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons{border:2px solid #0003;display:flex;height:50px;margin-right:10px;width:fit-content}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span{align-items:center;color:#6b6b6b;cursor:pointer;display:flex;font-size:18px;justify-content:center;width:40px}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:first-child{border-right:2px solid #0003}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:nth-child(2){width:60px}.single-product-main-content .layout .single-product-page .right .cart-buttons .quantity-buttons span:nth-child(3){border-left:2px solid #0003}.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button{align-items:center;background:#00970d;border:0;border-bottom:3px solid #006d09;color:#fff;cursor:pointer;display:flex;flex-grow:1;font-size:16px;height:50px;justify-content:center;outline:0;width:180px}@media only screen and (min-width:768px){.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button{flex-grow:0}}.single-product-main-content .layout .single-product-page .right .cart-buttons .add-to-cart-button svg{margin-right:10px}.single-product-main-content .layout .single-product-page .right .divider{background-color:#0000001a;height:1px;margin:20px 0;width:100%}.single-product-main-content .layout .single-product-page .right .info-item .text-bold{display:block;font-size:18px;font-weight:500}.single-product-main-content .layout .single-product-page .right .info-item .text-bold:first-child{margin-bottom:20px}.single-product-main-content .layout .single-product-page .right .info-item .text-bold span{color:#6b6b6b;cursor:pointer;font-size:16px;font-weight:400}.single-product-main-content .layout .single-product-page .right .info-item .text-bold svg{margin:0 5px}.single-product-main-content .layout .single-product-page .right .review-section{border-top:1px solid #0000001a;margin-top:30px;padding-top:20px}.single-product-main-content .layout .single-product-page .right .review-section h3{font-size:18px;margin-bottom:10px}.single-product-main-content .layout .single-product-page .right .review-section .rating{display:flex;margin-bottom:15px}.single-product-main-content .layout .single-product-page .right .review-section .rating .star{cursor:pointer;transition:color .3s}.single-product-main-content .layout .single-product-page .right .review-section .rating .star:hover{color:#fc0}.single-product-main-content .layout .single-product-page .right .review-section textarea{border:1px solid #0000001a;border-radius:4px;font-size:14px;max-height:100px;min-height:40px;padding:10px;resize:vertical;width:100%}.single-product-main-content .layout .single-product-page .right .review-section .submit-review-button{align-items:center;background:#00970d;border:0;border-bottom:3px solid #006d09;color:#fff;cursor:pointer;display:flex;flex-grow:1;font-size:16px;justify-content:center;margin-top:10px;outline:0;padding:10px}.single-product-main-content .layout .single-product-page .right .review-section .error-message{color:#ff4d4d;font-size:12px;margin:0 0 0 10px}.single-product-main-content .skeleton{animation:shine 1s ease infinite;background-color:#e0e0e0;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);background-position:left -40px top 0;background-repeat:no-repeat;background-size:40px 100%}@keyframes shine{to{background-position:right -40px top 0}}.single-product-main-content .skeleton-image{height:300px;width:100%}@media only screen and (min-width:768px){.single-product-main-content .skeleton-image{height:600px;width:600px}}.single-product-main-content .right{display:flex;flex-direction:column}.single-product-main-content .right .skeleton-cart-buttons,.single-product-main-content .right .skeleton-desc,.single-product-main-content .right .skeleton-divider,.single-product-main-content .right .skeleton-info,.single-product-main-content .right .skeleton-name,.single-product-main-content .right .skeleton-price{background-color:#e0e0e0;border-radius:4px;margin-bottom:20px}.single-product-main-content .right .skeleton-name{height:20px;width:60%}.single-product-main-content .right .skeleton-price{height:20px;width:30%}.single-product-main-content .right .skeleton-desc{height:100px;width:100%}.single-product-main-content .right .skeleton-cart-buttons{height:50px;width:100%}.single-product-main-content .right .skeleton-divider{height:1px;margin:20px 0;width:100%}.single-product-main-content .right .skeleton-info{height:40px;margin-top:20px;width:70%}@media only screen and (min-width:768px){.single-product-main-content .right{display:flex;flex-direction:column;flex-grow:1}}.single-product-main-content .related-products-loading{display:flex;flex-wrap:wrap;gap:20px;margin-top:50px}.single-product-main-content .related-products-loading .skeleton-product{width:calc(25% - 15px)}@media only screen and (min-width:768px){.single-product-main-content .related-products-loading .skeleton-product{width:calc(25% - 15px)}}.single-product-main-content .related-products-loading .skeleton-product .skeleton-image{border-radius:4px;height:200px;margin-bottom:10px;width:100%}.single-product-main-content .related-products-loading .skeleton-product .skeleton-details .skeleton-name,.single-product-main-content .related-products-loading .skeleton-product .skeleton-details .skeleton-price{border-radius:4px;height:20px;margin-bottom:10px}.single-product-main-content .related-products-loading .skeleton-product .skeleton-details .skeleton-name{width:80%}.single-product-main-content .related-products-loading .skeleton-product .skeleton-details .skeleton-price{width:50%}.newsletter-section{align-items:center;background:#f9f9f9 url(https://res.cloudinary.com/dkvtnjc2f/image/upload/f_auto,q_auto/v1731419979/follow-2_b9abhb.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:400px;width:100%}.newsletter-section .newsletter-content{align-items:center;display:flex;flex-direction:column;margin:0 auto;text-align:center;width:fit-content}.newsletter-section .newsletter-content .text{color:#00000080;font-size:14px;margin-bottom:20px;padding:0 30px}.newsletter-section .newsletter-content .small-text{color:#00000080;font-family:Times New Roman,Times,serif;font-size:22px;margin-bottom:15px;text-transform:uppercase}.newsletter-section .newsletter-content .big-text{font-size:22px;font-weight:700;line-height:20px;margin-bottom:20px;margin-top:28px;padding:0 30px;text-transform:uppercase}@media only screen and (min-width:768px){.newsletter-section .newsletter-content .big-text{font-size:28px}}.newsletter-section .newsletter-content .form{display:flex;gap:5px;margin-bottom:10px}.newsletter-section .newsletter-content .form input{border:1px solid #0003;border-radius:0;font-size:16px;height:40px;outline:none;padding:0 12px;width:200px}@media only screen and (min-width:768px){.newsletter-section .newsletter-content .form input{width:300px}}.newsletter-section .newsletter-content .form button{align-items:center;background:#00970d;border:0;border-bottom:3px solid #006d09;color:#fff;cursor:pointer;display:flex;font-size:16px;height:40px;justify-content:center;outline:0;width:100px}@media only screen and (min-width:768px){.newsletter-section .newsletter-content .form button{width:120px}}.newsletter-section .newsletter-content .social-icons{display:flex;gap:10px}.newsletter-section .newsletter-content .social-icons .icon{align-items:center;background:#000c;border-radius:50%;color:#fff;display:flex;height:30px;justify-content:center;width:30px}.quiz-class{align-items:top;background-color:#fef8ef;justify-content:center;min-height:calc(100vh - 80px)}.chat-container,.quiz-class{display:flex;padding:20px;width:100%}.chat-container{background-color:#f9f9f9;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 10px #0000001a;font-family:Arial,sans-serif;max-width:800px;overflow:hidden;transition:max-width .5s ease,width .5s ease}.chat-content{flex:1 1;transition:none}.result-container{opacity:0;text-align:center;transition:width .5s ease,opacity .5s ease;width:0}.show-result .chat-container{max-width:1050px}.show-result .chat-content{padding-right:20px}.show-result .result-container{background-color:#f5f5f5;border-left:1px solid #ddd;border-radius:0 10px 10px 0;opacity:1;padding:5px;width:250px}.show-result .result-container h2{color:#333;font-size:18px;margin-bottom:5px;margin-top:10px}.show-result .result-container p{color:#666;font-size:11px;margin-bottom:20px}.show-result .result-container h5{color:#666;font-size:14px;margin-bottom:5px}@media (max-width:767px){.quiz-class{padding:5px}.chat-container{flex-direction:column;max-width:100%}.show-result .result-container{border-left:none;border-radius:0 0 10px 10px;border-top:1px solid #ddd;padding:5px 5px 5px 0;width:100%}.show-result .chat-content{padding-right:0}}.top-buttons{display:flex;gap:15px;justify-content:center;margin-bottom:20px}.top-button{background-color:#e0f7fa;border:none;border-radius:5px;color:#000;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s ease}.top-button:hover{background-color:#c8e6c9}.top-button.selected{background-color:#228627;color:#fff}.chat-header{background-color:#000;border-radius:8px 8px 0 0;color:#fff;display:flex;font-size:18px;font-weight:700;justify-content:space-between;padding:10px;text-align:center}.chat-header span{cursor:pointer}.chat-history{background-color:#fff;border-radius:0 0 8px 8px;display:flex;flex-direction:column;margin-bottom:20px;max-height:280px;overflow-y:auto;padding:10px}.increase-height{max-height:400px}.chat-history::-webkit-scrollbar{width:0}.chat-message{word-wrap:break-word;align-items:center;border-radius:10px;display:inline-block;display:flex;margin:5px 0;padding:10px}.chat-message.doctor{align-self:flex-start;background-color:#e0f7fa;border-radius:10px 10px 10px 0}.chat-message.user{align-self:flex-end;background-color:#c8e6c9;border-radius:10px 10px 0 10px}.chat-message.option{background-color:#e0e0e0;border-radius:10px;box-shadow:0 2px 5px #0000001a;cursor:pointer;margin:8px 0;min-width:100px;padding:12px 20px;transition:background-color .3s,transform .2s ease}.chat-message.option:hover{background-color:#d0d0d0;transform:scale(1.01)}.question-card{align-items:flex-start;display:flex;flex-direction:column;margin-top:20px}.suggest-products-btn{background:#00970d;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-bottom:20px;padding:10px 20px;transition:background-color .3s}.suggest-products-btn:hover{background-color:#45a049}.options{align-items:flex-start;display:flex;flex-direction:column;width:100%}.options .chat-message{cursor:pointer}.option-button{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;margin:10px 0;padding:10px;transition:background-color .3s}.option-button:hover{background-color:#f0f0f0}.expanded-options{animation:fadeInUp .5s forwards;background-color:#f5f5f5;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-top:15px;opacity:0;padding:10px;transform:translateY(20px);transition:opacity .3s ease-in-out}.expanded-options .issue-checkbox{align-items:center;display:flex;font-size:14px;gap:10px;margin-bottom:8px}.expanded-options input[type=checkbox]{cursor:pointer;transform:scale(1.2)}.submit-issues-btn{background:#00796b;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:15px;padding:8px 15px;transition:background-color .3s ease}.submit-issues-btn:hover{background-color:#004d40}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.typing{animation:typing 2s steps(40),blink-caret .75s step-end infinite;overflow:hidden;white-space:nowrap}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:#000}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.consulting-container{background-color:#fff;box-shadow:0 4px 8px #0000001a;color:#333;font-family:Arial,sans-serif;margin:50px auto;max-width:600px;padding:30px}.consulting-container h1{color:#00970d;font-size:2em;line-height:1em;margin-bottom:20px;text-align:center}.consulting-container p{color:#666;font-size:1.2em;margin-bottom:30px;text-align:center}.consulting-form{display:flex;flex-direction:column}.form-group{margin-bottom:20px}.form-group label{color:#00970d;display:block;font-size:1em;font-weight:700;margin-bottom:8px}.form-group input,.form-group textarea{background-color:#f9f9f9;border:1px solid #ccc;font-size:1em;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#00970d;outline:none}.form-group textarea{height:150px;resize:none}.submit-btn{align-items:center;background:#00970d;border:0;border-bottom:3px solid #006d09;color:#fff;cursor:pointer;display:flex;flex-grow:1;font-size:16px;height:50px;justify-content:center;outline:0}.submit-btn:hover{background-color:#45a049}.login-page{align-items:center;background:linear-gradient(135deg,#e1f3e5,#c4e8da);display:flex;height:100vh;justify-content:center;line-height:1;position:relative}.home-icon{color:#333;cursor:pointer;font-size:1.5rem;left:20px;position:absolute;top:20px;transition:color .3s}.home-icon:hover{color:#008c57}.login-container{background-color:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:40px;text-align:center;width:100%}.login-icon{color:#008c57;font-size:3rem;margin-bottom:20px}h1{color:#333;font-size:2rem;font-weight:600;margin-bottom:10px}p{color:#555;font-size:1.1rem;margin-bottom:30px}.google-login-button{background-color:#4285f4;border:none;border-radius:30px;box-shadow:0 3px 10px #4285f44d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s;width:100%}.google-login-button:hover{background-color:#357ae8;box-shadow:0 5px 15px #4285f480}@media(max-width:600px){.login-container{padding:20px;width:90%}h1{font-size:1.8rem}}.CategoryFilters_filtersContainer__\+yMFE{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:24px;padding:0 16px}.CategoryFilters_filterButton__hfXW2{background-color:#f5f5f5;border:1px solid #e0e0e0;color:#333;cursor:pointer;font-size:14px;font-weight:500;letter-spacing:.5px;outline:none;padding:10px 20px;text-transform:uppercase;transition:all .3s ease}.CategoryFilters_filterButton__hfXW2:hover{background-color:#eee;border-color:#bdbdbd}.CategoryFilters_filterButton__hfXW2:focus{box-shadow:0 0 0 2px #2fff0040}.CategoryFilters_filterButton__hfXW2.CategoryFilters_selected__5bt3\+{background-color:#00970d;border-color:#005107;color:#fff}.CategoryFilters_filterButton__hfXW2.CategoryFilters_selected__5bt3\+:hover{background-color:#00970d}@media screen and (max-width:600px){.CategoryFilters_filtersContainer__\+yMFE{align-items:stretch;flex-direction:column}.CategoryFilters_filterButton__hfXW2{margin-bottom:8px;width:100%}}.BlogCard_card__64UY0{background-color:#fff;border:1px solid #e0e0e0;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;box-sizing:border-box;max-width:calc(50% - 10px);padding:24px;transition:box-shadow .3s ease-in-out;width:100%}.BlogCard_card__64UY0:hover{box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.BlogCard_skeleton__mZAFN{pointer-events:none}.BlogCard_skeletonAuthor__VmPrw,.BlogCard_skeletonButton__qzeEX,.BlogCard_skeletonCategory__U21yT,.BlogCard_skeletonContent__llCbE,.BlogCard_skeletonTitle__LvqsM{animation:BlogCard_shimmer__Sr1yJ 1.5s infinite;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;border-radius:4px}.BlogCard_skeletonTitle__LvqsM{height:1.5em;margin-bottom:12px;width:80%}.BlogCard_skeletonAuthor__VmPrw{height:1em;margin-bottom:12px;width:60%}.BlogCard_skeletonCategories__RrDPt{display:flex;gap:8px;margin-bottom:12px}.BlogCard_skeletonCategory__U21yT{height:1em;width:50px}.BlogCard_skeletonContent__llCbE{height:3em;margin-bottom:16px;width:100%}.BlogCard_skeletonButton__qzeEX{background-color:#e0e0e0;border-radius:4px;height:2em;width:100px}@keyframes BlogCard_shimmer__Sr1yJ{0%{background-position:-200% 0}to{background-position:200% 0}}.BlogCard_header__w1UL5{margin-bottom:20px}.BlogCard_header__w1UL5 h2{color:#333;font-size:clamp(1.2rem,5vw,1.75rem);line-height:1.2;margin:0}.BlogCard_author__wBLHo{color:#757575;font-size:.95em;margin-top:8px}.BlogCard_categories__hILvB{display:flex;gap:5px;margin-top:10px}.BlogCard_category__jLGJ2{background:#00970d;color:#fff;font-size:10px;letter-spacing:.5px;padding:2px 8px;text-transform:uppercase}.BlogCard_content__4HD\+P{color:#424242;line-height:1.6;margin-bottom:24px}.BlogCard_readMore__xV76L{align-items:center;background:#00970d;border:0;border-bottom:3px solid #006d09;color:#fff;cursor:pointer;display:flex;font-size:16px;height:40px;justify-content:center;outline:0;width:100px}.BlogCard_footer__Ae1fO{align-items:center;border-top:1px solid #e0e0e0;display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:16px}@media screen and (max-width:600px){.BlogCard_card__64UY0{max-width:100%;padding:16px}.BlogCard_header__w1UL5 h2{font-size:1.2rem}.BlogCard_category__jLGJ2{font-size:.5em;padding:2px 6px}.BlogCard_readMore__xV76L{max-width:100%}.BlogCard_footer__Ae1fO{align-items:flex-start;flex-direction:column}.BlogCard_social__x5maB{margin-top:16px}}.BlogPage_container__Ow7vB{padding:20px}.BlogPage_blogs__CeYTq{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.BlogPage_blogs__CeYTq>div{box-sizing:border-box;flex-basis:calc(50% - 20px);flex-grow:1;flex-shrink:1}@media (max-width:768px){.BlogPage_blogs__CeYTq>div{flex:1 1 100%;margin-bottom:20px}}.BlogDetails_blogDetailsContainer__iOIco{background-color:#fff;border:1px solid #e0e0e0;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;box-sizing:border-box;margin:20px auto;max-width:800px;padding:32px;transition:box-shadow .3s ease-in-out}.BlogDetails_blogDetailsContainer__iOIco:hover{box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}.BlogDetails_skeletonAuthor__hw-lW,.BlogDetails_skeletonCategory__L1AOM,.BlogDetails_skeletonContent__V8pdW,.BlogDetails_skeletonShare__LvbiL,.BlogDetails_skeletonTitle__Fi3l8{animation:BlogDetails_shimmer__TCUU5 1.5s infinite;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;border-radius:4px;margin-bottom:16px}.BlogDetails_skeletonTitle__Fi3l8{height:2em;margin-bottom:20px;width:60%}.BlogDetails_skeletonAuthor__hw-lW{height:1em;margin-bottom:10px;width:40%}.BlogDetails_skeletonCategories__tEfBn{display:flex;gap:8px;margin-bottom:16px}.BlogDetails_skeletonCategory__L1AOM{height:1em;width:50px}.BlogDetails_skeletonContent__V8pdW{height:10em;margin-bottom:16px;width:100%}.BlogDetails_skeletonShare__LvbiL{border-radius:4px;height:2em;width:100px}@keyframes BlogDetails_shimmer__TCUU5{0%{background-position:-200% 0}to{background-position:200% 0}}.BlogDetails_blogTitle__wXZpS{color:#333;font-size:clamp(1.5rem,5vw,2.5rem);font-weight:700;line-height:1.3;margin-bottom:16px}.BlogDetails_blogAuthor__WYbgc{color:#757575;font-size:.95em;margin-bottom:20px}.BlogDetails_blogDate__Wg88w{color:#9e9e9e;font-size:.9em;margin-left:5px}.BlogDetails_blogCategories__Kqta5{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.BlogDetails_blogCategory__U4FSS{background:#00970d;color:#fff;font-size:.9em;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.BlogDetails_blogContent__xF605{color:#424242;font-size:1.1em;line-height:1.8;margin-top:30px}.BlogDetails_blogImage__Ji1XL{margin:20px 0;max-height:400px;object-fit:cover;width:100%}.BlogDetails_socialSharing__HMNVj{align-items:center;display:flex;gap:10px;margin-top:30px}.BlogDetails_socialSharing__HMNVj span{color:#616161;font-size:1.1em}.BlogDetails_socialSharing__HMNVj span :hover{color:#00970d;cursor:pointer}@media screen and (max-width:600px){.BlogDetails_blogDetailsContainer__iOIco{margin:10px;padding:20px}.BlogDetails_blogTitle__wXZpS{font-size:1.8rem}.BlogDetails_blogCategories__Kqta5{gap:5px}.BlogDetails_blogCategory__U4FSS{font-size:.8em}.BlogDetails_blogContent__xF605{font-size:1em}.BlogDetails_socialSharing__HMNVj{margin-top:20px}}.About_aboutContainer__AiE9L{align-items:center;background-color:#fff;display:flex;justify-content:center;min-height:100vh;padding:60px 20px}.About_contentWrapper__KKWDi{background-color:#fff;box-shadow:0 10px 30px #0000001a;max-width:900px;padding:50px;text-align:center}.About_title__pZpnC{font-size:2.7rem;margin-bottom:25px}.About_subtitle__rjB11,.About_title__pZpnC{color:#00970d;line-height:1;text-transform:uppercase}.About_subtitle__rjB11{font-size:1.8rem;margin-bottom:15px;margin-top:30px}.About_description__\+dvZe{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:20px}.About_offeringsList__f21nO{list-style:none;margin-bottom:30px;padding:0}.About_offeringsList__f21nO li{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:10px;text-align:left}.About_offeringsList__f21nO strong{color:#00970d}@media (max-width:768px){.About_aboutContainer__AiE9L{padding:40px 10px}.About_contentWrapper__KKWDi{padding:30px}.About_title__pZpnC{font-size:2.2rem}.About_subtitle__rjB11{font-size:1.6rem}.About_description__\+dvZe,.About_offeringsList__f21nO li{font-size:1rem}}.Admin_ordersContainer__1PYgu{background-color:#f5f5f5;min-height:100vh;padding:20px}.Admin_title__o8nqW{color:#4a7c59;font-size:2.5rem;line-height:1;margin-bottom:30px;text-align:center}.Admin_ordersTable__c5mdK{overflow-x:auto;width:100%}.Admin_paymentTable__XeXG-{background-color:#fff;border-collapse:collapse;box-shadow:0 10px 30px #0000001a;width:100%}.Admin_paymentTable__XeXG- td,.Admin_paymentTable__XeXG- th{border-bottom:1px solid #ddd;padding:15px;text-align:left}.Admin_paymentTable__XeXG- th{background-color:#4a7c59;color:#fff}.Admin_paymentTable__XeXG- td ul{list-style-type:disc;margin:0;padding-left:20px}.Admin_paymentTable__XeXG- td select{border:1px solid #ccc;border-radius:5px;padding:5px}.Admin_pending__0vIzz{background-color:#fff}.Admin_delivered__nHxaX{background-color:#c3e6cb93}@media (max-width:768px){.Admin_paymentTable__XeXG- td,.Admin_paymentTable__XeXG- th{padding:10px}}.orders-page{font-family:Roboto,sans-serif;margin:0 auto;max-width:1200px;min-height:100vh;padding:40px 20px}.orders-title{color:#333;font-size:32px;font-weight:700;margin-bottom:30px;text-align:center}.orders-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.no-orders{border-radius:8px;color:#666;font-size:18px;grid-column:1/-1;padding:40px;text-align:center}.no-orders,.order-card{background-color:#fff;box-shadow:0 4px 6px #0000001a}.order-card{border-radius:12px;padding:25px;transition:all .3s ease}.order-card:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.order-card.delivered{background-color:#e6f7ff}.order-header{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.order-header h2{color:#333;font-size:20px;font-weight:500;margin:0}.order-header .status{border-radius:20px;font-size:10px;font-weight:500;text-transform:uppercase}.order-header .status.status-completed{color:#52c41a}.order-header .status.status-failed{color:#f5222d}.order-details{margin-bottom:20px}.order-details p{color:#555;font-size:15px;margin:10px 0}.order-details p strong{font-weight:500;margin-right:5px}.order-details .delivery-status{border-radius:12px;font-size:13px;font-weight:500;padding:3px 8px}.order-details .delivery-status.delivered{background-color:#e6f7ed;color:#52c41a}.order-details .delivery-status.pending{background-color:#fff7e6;color:#faad14}.order-details .delivery-status.processing{background-color:#e6f7ff;color:#1890ff}.order-products h3{color:#333;font-size:18px;font-weight:500;margin-bottom:15px}.order-products ul{list-style-type:none;margin:0;padding:0}.order-products li{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;font-size:14px;justify-content:space-between;margin-bottom:10px;padding-bottom:10px}.order-products li:last-child{border-bottom:none}.order-products li .product-name{flex:1 1;margin-right:10px}.order-products li .product-details{color:#888}.order-total{color:#333;font-size:16px;font-weight:500;margin-top:20px;text-align:right}@media(max-width:768px){.orders-page{padding:20px 15px}.orders-title{font-size:24px;margin-bottom:20px}.orders-container{grid-template-columns:1fr}.order-card{padding:20px}.order-header{align-items:flex-start;flex-direction:column}.order-header h2{margin-bottom:10px}.order-header .status{align-self:flex-start}.order-products li{align-items:flex-start;flex-direction:column}.order-products li .product-name{margin-bottom:5px}}.category-main-content{margin:30px 0}@media only screen and (min-width:768px){.category-main-content{margin:75px 0}}.category-main-content .layout{margin:0 auto;max-width:calc(100% - 20px)}@media only screen and (min-width:768px){.category-main-content .layout{max-width:1200px}}.category-main-content .layout .search-results{margin:20px 0;overflow:auto}.category-main-content .layout .search-results .search-result-item{align-items:center;border-bottom:1px solid #0000001a;cursor:pointer;display:flex;gap:10px;padding:10px 0;position:relative}.category-main-content .layout .search-results .search-result-item .image-container{background-color:#0000000d;flex-shrink:0;height:60px;width:60px}.category-main-content .layout .search-results .search-result-item .image-container img{height:100%;width:100%}.category-main-content .layout .search-results .search-result-item .prod-details{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.category-main-content .layout .search-results .search-result-item .prod-details .name{font-size:16px;font-weight:600;line-height:1;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-main-content .layout .search-results .search-result-item .prod-details .desc{color:#00000080;font-size:14px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-main-content .layout .search-results .search-result-item .quantity-controls-container{align-items:center;display:flex;margin-left:auto}.category-main-content .layout .search-results .search-result-item .quantity-controls-container .quantity-controls{align-items:center;display:flex}.category-main-content .layout .search-results .search-result-item .quantity-controls-container .quantity-controls button{align-items:center;background-color:#f7f7f700;border:1px solid #ccc;color:#333;cursor:pointer;display:flex;font-size:18px;height:30px;justify-content:center;line-height:1;transition:background-color .2s ease;width:30px}.category-main-content .layout .search-results .search-result-item .quantity-controls-container .quantity-controls button:hover{background-color:#e0e0e0}.category-main-content .layout .search-results .search-result-item .quantity-controls-container .quantity-controls span{border-bottom:1px solid #ccc;border-top:1px solid #ccc;font-size:16px;font-weight:700;min-width:30px;padding-bottom:3px;padding-top:3px;text-align:center}.category-main-content .category-title{font-size:24px}@media only screen and (min-width:768px){.category-main-content .category-title{font-size:34px}}.category-main-content .products-container{margin:20px 0}@media only screen and (min-width:768px){.category-main-content .products-container{margin:50px 0}}.category-main-content .order-summary{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;margin-top:30px;padding:20px}.category-main-content .order-summary .summary-icon{align-items:center;display:flex;margin:50px}.category-main-content .order-summary .summary-icon .icon-box{color:#000;opacity:.1}.category-main-content .order-summary .summary-content{width:100%}.category-main-content .order-summary .summary-content h3{color:#1f1f1f;font-size:18px;font-weight:600;margin-bottom:15px}.category-main-content .order-summary .summary-content .itemized-list{border-bottom:1px solid #e0e0e0;margin-bottom:10px;padding-bottom:10px}.category-main-content .order-summary .summary-content .itemized-list .product-item{color:#555;display:flex;justify-content:space-between;padding:5px 0}.category-main-content .order-summary .summary-content .itemized-list .product-item .product-name{max-width:calc(100% - 80px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-main-content .order-summary .summary-content .itemized-list .product-item .product-quantity-price{color:#333;font-weight:600;text-align:left}.category-main-content .order-summary .summary-content .summary-item{align-items:center;color:#333;display:flex;justify-content:space-between;margin:8px 0}.category-main-content .order-summary .summary-content .summary-item svg{color:#555;margin-right:5px}.category-main-content .order-summary .summary-content .summary-item.highlight{color:#00970d;font-weight:700}.category-main-content .order-summary .summary-content .summary-item .subtotal-note{align-self:flex-start;color:#777;font-size:12px;font-style:italic;margin-top:2px}.category-main-content .order-summary .summary-content .order-button{align-items:center;background:#00970d;border:0;border-bottom:3px solid #006d09;color:#fff;cursor:pointer;display:flex;font-size:16px;justify-content:center;margin-top:10px;outline:0;padding:10px 20px}.category-main-content .order-summary .summary-content .user-info{display:flex;flex-direction:column;gap:10px;padding:20px 15px}.category-main-content .order-summary .summary-content .user-info input,.category-main-content .order-summary .summary-content .user-info select{border:1px solid #0000001a;border-radius:4px;font-size:14px;padding:10px;width:100%}.category-main-content .order-summary .summary-content .user-info input.error,.category-main-content .order-summary .summary-content .user-info select.error{border-color:red}.category-main-content .order-summary .summary-content .user-info input:focus,.category-main-content .order-summary .summary-content .user-info select:focus{border-color:#00970d;outline:none}.category-main-content .order-summary .summary-content .user-info .error-message{color:red;font-size:12px}@media(max-width:768px){.category-main-content .order-summary{flex-direction:column;text-align:center}.category-main-content .order-summary .summary-icon{margin:0 0 15px}.category-main-content .order-summary .itemized-list{text-align:left}}
/*# sourceMappingURL=main.16cff32c.css.map*/