:root{--primary-green: #405743;--text-dark: #2C3E30;--text-grey: #5A6A60;--bg-white: #ffffff;--icon-circle-size: 68px}.container{max-width:var(--narrow-page-width);width:100%;margin:0 auto;padding-left:20px;padding-right:20px}.categories-grid .section-container{max-width:1200px;margin:0 auto;padding:80px 20px;text-align:center}.categories-grid .section-header{margin-bottom:60px}.categories-grid .section-title{font-size:68px;font-weight:400;color:var(--primary-green);margin-bottom:16px;letter-spacing:-.5px}.categories-grid .section-subtitle{font-size:18px;color:#080808;font-weight:400;max-width:600px;margin:0 auto;line-height:1.5}.categories-grid .categories-grid{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.categories-grid .category-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;group:category-group;cursor:pointer;transition:transform .3s ease}.categories-grid .category-item:hover{transform:translateY(-5px)}.categories-grid .icon-circle{width:var(--icon-circle-size);height:var(--icon-circle-size);background-color:var(--primary-green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:box-shadow .3s ease,background-color .3s ease}.categories-grid .category-item:hover .icon-circle{box-shadow:0 10px 25px #4057431a;background-color:#354a38}.categories-grid .icon-circle img{width:40px;height:40px;object-fit:contain;filter:brightness(0) invert(1)}.categories-grid .category-name{font-size:16px;color:var(--text-grey);font-weight:400;transition:color .3s ease}.categories-grid .category-item:hover .category-name{color:var(--primary-green);font-weight:500}@media(max-width:768px){.categories-grid{gap:40px}.categories-grid .section-title{font-size:36px}.categories-grid .section-subtitle{font-size:16px;padding:0 20px}}@media(max-width:480px){.categories-grid{gap:30px;display:grid;grid-template-columns:repeat(2,1fr)}.categories-grid .category-item:last-child{grid-column:span 2}}.wishlist-header{position:relative;display:inline-flex}.notification-badge{position:absolute;top:5px;right:-4px;min-width:18px;height:18px;padding:0 5px;background:red;color:#fff;font-size:11px;font-weight:600;border-radius:50px;display:none;align-items:center;justify-content:center;line-height:1}.wishlist-btn{position:absolute;top:20px;left:20px;background:#fff3;background:none;border:none;cursor:pointer;z-index:2;padding:8px;border-radius:50%;transition:background .2s ease;width:39px;height:40px}.wishlist-btn:hover{background:#fff3}.wishlist-btn.active{border-radius:30px;background-color:red}button.wishlist-btn.active svg path{fill:#fff}:root{--primary-green: #405743;--text-dark: #2C3E30;--text-grey: #5A6A60;--text-light-grey: #939393;--bg-white: #ffffff;--bg-light: #f5f5f5;--border-color: #e8e8e8;--checkout-green: #405743;--hover-green: #354a38}.cart-page .cart-container{max-width:1000px;margin:0 auto}.cart-page .cart-header{text-align:center;margin-bottom:50px}.cart-page .cart-icon-wrapper{width:70px;height:70px;background-color:var(--primary-green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.cart-page .cart-icon-wrapper img{width:32px;height:32px}.cart-page .cart-title{font-size:38px;font-weight:400;color:var(--text-dark);margin-bottom:8px;letter-spacing:-.5px}.cart-page .cart-subtitle{font-size:15px;color:var(--text-grey);font-weight:400}.cart-page .cart-main{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.cart-page .cart-items{display:flex;flex-direction:column;gap:20px}.cart-page .cart-item{background-color:var(--bg-white);border:1px solid var(--border-color)!important;border-radius:20px;padding:24px;display:grid;grid-template-columns:100px 1fr auto;grid-template-rows:auto auto;gap:10px 24px;align-items:start;position:relative;margin-bottom:20px}.cart-page .item-image{width:100px;height:100px;border-radius:12px;object-fit:cover;background-color:var(--bg-light);grid-row:1 / span 2}.cart-page .item-details{display:flex;flex-direction:column;gap:6px;margin-top:4px}.cart-page .item-name{font-size:22px;font-weight:500;color:var(--primary-green);margin:0;font-family:DM Sans,sans-serif}.cart-page .item-description{font-size:14px;color:var(--text-dark);font-weight:400;margin:0}.cart-page .quantity-controls{display:flex;align-items:center;justify-content:space-between;width:140px;height:50px;border:1px solid var(--border-color);border-radius:30px;padding:0 16px;margin-top:10px;grid-column:2;grid-row:2;align-self:end}.cart-page .qty-btn{width:30px;height:100%;border:none;background:none;color:var(--text-dark);font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s;font-weight:300;padding-bottom:4px}.cart-page .qty-btn:hover{color:var(--primary-green)}.cart-page .qty-value{font-size:18px;font-weight:400;color:var(--text-dark);text-align:center}.cart-page .item-price{font-size:32px;font-weight:400;color:var(--text-dark);grid-column:3;grid-row:2;align-self:end;letter-spacing:-.5px}.cart-page .remove-btn{grid-column:3;grid-row:1;justify-self:end;width:32px;height:32px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s;padding:0}.cart-page .remove-btn:hover{opacity:.6}.cart-page .remove-btn svg{width:24px;height:24px;stroke:#1a1a1a;stroke-width:1.5}.cart-page .empty-cart{text-align:center;padding:80px 20px;display:none}.cart-page .empty-cart.active{display:block}.cart-page .empty-cart-icon{width:80px;height:80px;background-color:var(--bg-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.cart-page .empty-cart-icon svg{width:36px;height:36px;stroke:var(--text-grey);stroke-width:1.5}.cart-page .empty-cart-title{font-size:22px;font-weight:500;color:var(--text-dark);margin-bottom:10px}.cart-page .empty-cart-text{font-size:15px;color:var(--text-grey);margin-bottom:28px}@media(max-width:968px){.cart-page .cart-main{grid-template-columns:1fr}}@media(max-width:640px){.cart-page .cart-title{font-size:28px}.cart-page .cart-item{display:grid;grid-template-columns:80px 1fr;grid-template-rows:auto auto auto;gap:0 16px;padding:16px;height:auto}.cart-page .item-image{width:80px;height:80px;grid-row:1 / span 2;grid-column:1}.cart-page .item-details{grid-row:1;grid-column:2;margin-top:0;padding-right:0}.cart-page .item-name{font-size:16px}.cart-page .item-description{grid-row:2;grid-column:2;font-size:13px;color:var(--text-grey)}.cart-page .remove-btn{grid-row:1;grid-column:2;justify-self:end;position:static;margin-top:-2px}.cart-page .quantity-controls{grid-row:3;grid-column:1 / span 2;justify-self:start;width:120px;height:40px;margin-top:16px;padding:0 12px}.cart-page .qty-btn{font-size:20px}.cart-page .qty-value{font-size:16px}.cart-page .item-price{grid-row:2;grid-column:2;align-self:end;justify-self:end;font-size:20px;margin-bottom:6px}}.product-details ul{padding:0;list-style:none}.product-details ul li:not(.payment-icons__item){font-size:14px;line-height:20px;margin-bottom:12px;position:relative;padding-left:30px}.product-details ul li:before{position:absolute;content:url(/cdn/shop/files/Icon_2d21f06d-6362-4dd3-acda-5aa3246a664d.png?v=1771713745);left:0;top:0;bottom:0}.payment-icons__item:before{display:none}
/*# sourceMappingURL=/cdn/shop/t/9/assets/custom-styles.css.map */
