.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:none;justify-content:center;align-items:center;z-index:1000}.modal-overlay.visible{display:flex}.modal{background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:600px;position:relative;color:#000}.modal__close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer}.modal__title{margin-bottom:1.5rem;text-align:center}.modal__content{margin-bottom:1.5rem;max-height:400px;overflow-y:auto}.modal-cart-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #eee}.modal__footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee;padding-top:1rem}.modal__total{font-size:1.2rem;font-weight:700}.modal__action-btn{padding:.75rem 1.5rem;background-color:#2e7d32;color:#fff;border:none;border-radius:4px;cursor:pointer}.modal__action-btn:disabled{background-color:#ccc;cursor:not-allowed}.shop-section__filters{display:flex;margin-bottom:1.5rem}.shop-section{min-height:50vh}.shop-section__search,.shop-section__category-filter{padding:10px;font-size:1rem}.shop-section__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}.shop-card{background-color:#fff;border:1px solid rgba(0,87,5,.5058823529);border-radius:8px;padding:1rem;text-align:center;transition:.4s;font-family:Plus Jakarta Sans,sans-serif}.shop-card:hover{transform:translateY(-4px);border-color:#213d22}.shop-card__image{width:100%;max-width:320px;height:220px;object-fit:contain;border-radius:8px;margin-bottom:1rem}.shop-card__name{font-size:1.3rem;font-weight:700;margin-top:1rem}.shop-card__price{font-size:1.3rem;margin-top:1rem;margin-bottom:1.5rem;color:#000;font-weight:700;letter-spacing:1.5px}.shop-card__quantity{font-size:1rem;font-weight:700;margin-bottom:1rem}.shop-card__cart-btn,.shop-card__remove-btn{margin-top:.5rem;padding:.5rem 1rem;color:#fff;border:none;cursor:pointer;border-radius:4px;font-size:1rem;width:100%}.shop-card__cart-btn{background-color:#68a66b}.shop-card__remove-btn{background-color:#465d2e}.shop-card__description{min-height:110px}.shop-card__name{min-height:80px}.no-results{font-size:1.3rem}#shop{scroll-margin-top:150px}
