:root{--primary-color: #378805;--text-color: #333333;--background-color: #f5f5f7;--card-background: #ffffff}.shop-wrap{margin:25px 10px}.shop{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;width:-moz-fit-content;width:fit-content}.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){.product-card{max-width:calc(50vw - 16px)}}@media (pointer: fine),(pointer: none){@media (max-width: 660px){.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%;-o-object-fit:cover;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:65px}.product-card__title{font-size:1.1rem;margin-bottom:10px;color:#000}.product-card__description{font-size:.9rem;color:#666;margin-bottom:20px}.product-card__price-row{position:absolute;bottom:10px;left:0;right:0;padding:0 10px;display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap}.product-card__price{font-size:1.25rem;text-overflow:ellipsis;font-weight:bolder;font-family:Quicksand;margin:0;color:var(--primary-color)}.product-card__btn{width:100%;background-color:#1d5961;color:#fff;border:none;padding:10px 20px;border-radius:50px;font-family:Quicksand;font-size:.9rem;font-weight:bolder;cursor:pointer;transition:background-color .3s ease}.product-card__btn:hover{background-color:#0f3c42;color:#fff}@media (max-width: 660px){.product-card__info{margin-bottom:45px}.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}}
