:root{--primary-color: #63a13c;--text-color: #333333;--background-color: #f5f5f7;--card-background: #ffffff}.shop-wrap{margin:25px 10px}.shop{width:100%;margin-top:45px;display:flex;justify-content:center;flex-wrap:wrap;gap:30px 20px}.shop a{text-decoration:none}.filter{margin-bottom:20px;display:flex;position:sticky;flex-wrap:wrap;top:110px;left:0;right:0;justify-content:space-around;background-color:#fff;opacity:.95;padding:10px;z-index:100;gap:10px}.filter img{height:30px}.filter .form-select{width:auto;min-width:300px;margin-bottom:0}.product-card{position:relative;width:100%;max-width:300px;background-color:var(--card-background);border-radius:20px;overflow:hidden;box-shadow:0 10px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:660px){.shop{gap:10px}.product-card{max-width:calc(50vw - 16px)}}@media(pointer:fine),(pointer:none){@media(max-width:660px){.shop{gap:10px}.product-card{max-width:calc(50vw - 24px)}}}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026}.product-card__image{height:250px;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__info{padding:10px;margin-bottom:10px}.product-card__title{font-size:.95rem;text-align:center;margin-bottom:10px;color:#000}.product-card__description{text-align:center;font-size:.9rem;color:#161616;margin-bottom:20px}.product-card__price-row{display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap}.product-card__price{font-size:1rem;text-overflow:ellipsis;font-weight:bolder;margin:0;color:var(--primary-color)}@media(max-width:660px){.product-card__info{margin-bottom:15px}.product-card__image{height:210px}.product-card__title{font-size:1rem}.product-card__description{font-size:.8rem}.product-card__price{font-size:.9rem}.product-card__btn{padding:6px 8px;font-size:.8rem}}@media(max-width:480px){.cont{max-width:100%;padding:0 20px}.product-card__image{height:150px}.product-card__title{font-size:.9rem}.product-card__description{font-size:.8rem}.product-card__price{font-size:.9rem}.product-card__btn{padding:6px 8px;font-size:.8rem}}.disclaimer{text-align:center}
