.product-info{width:350px;padding:20px;background-color:var(--white);border-radius:16px;display:flex;flex-direction:column;gap:12px;color:var(--dark);box-shadow:0 4px 10px 0 rgba(0,0,0,.1607843137),0 18px 18px 0 rgba(0,0,0,.1411764706),0 40px 24px 0 rgba(0,0,0,.0784313725),0 71px 28px 0 rgba(0,0,0,.0196078431),0 111px 31px 0 rgba(0,0,0,0)}@media screen and (min-width:1000px){.product-info{width:288px;border-radius:24px;box-shadow:none;gap:16px}}.product-card{min-height:100%;display:grid;grid-template-rows:auto 1fr;width:300px}.product-card__image{width:300px;height:300px;position:relative;border-radius:50%;background:var(--green-line);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__pack{height:240px;width:auto;z-index:1}.product-card__ornament{height:354px;width:354px;position:absolute}.product-card__description{display:flex;text-align:center;flex-direction:column;justify-content:space-between}.product-card__name{text-align:center;margin:24px auto 20px}.product-card__tags{color:var(--white-60)}.swiper-slide-next .product-card__description,.swiper-slide-prev .product-card__description{visibility:hidden}@media screen and (min-width:1000px){.product-card{width:256px}.product-card__image{width:256px;height:256px}.product-card__pack{height:200px}.product-card__ornament{height:296px;width:296px}.product-card__name{margin-top:20px}.swiper-slide-next .product-card__description,.swiper-slide-prev .product-card__description{visibility:visible}}.product-card-small{gap:12px;background-color:var(--dark-gray)}.product-card-small,.product-card-small__image{display:flex;align-items:center;height:80px;border-radius:24px}.product-card-small__image{width:80px;position:relative;background:var(--green-line);justify-content:center;overflow:hidden}.product-card-small__pack{height:56px;width:auto;z-index:1}.product-card-small__ornament{height:110px;width:110px;position:absolute}.product-card-small__name{margin-bottom:12px}.product-card-small__description{color:var(--white-60)}:root{--black:#000;--dark:#0F0F0F;--dark-gray:#1A1A1A;--red:#D00B12;--dark-red:#BF0007;--medium-gray:#C0C0C0;--light-gray:#E8E8E8;--white:#FFF;--white-60:#FFFFFF60;--gray:#272727;--red-line:#C70929;--yellow-line:#E87611;--red-green-line:#FF1939;--green-line:#0B7507;--brown-line:#712923}.product-banner{width:300px;height:320px;padding:20px;border-radius:24px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 4px 10px 0 rgba(0,0,0,.1607843137),0 18px 18px 0 rgba(0,0,0,.1411764706),0 40px 24px 0 rgba(0,0,0,.0784313725),0 71px 28px 0 rgba(0,0,0,.0196078431),0 111px 31px 0 rgba(0,0,0,0)}.product-banner__ornament{width:334px;height:334px;position:absolute;opacity:.14;z-index:2}.product-banner__pack{width:auto;height:auto;max-width:100%;max-height:100%;position:absolute;z-index:3;object-fit:contain}.product-banner__gradient{height:195px;width:100%;position:absolute;bottom:0;left:0;background:linear-gradient(180deg,var(--banner-color) 0,rgba(255,255,255,.1) 100%)}.product-banner__title{position:absolute;top:20px;left:20px;z-index:5;width:260px}.product-banner__description{position:absolute;left:20px;bottom:20px;z-index:5;width:260px}@media screen and (min-width:1000px){.product-banner{width:320px;height:340px}.product-banner__description,.product-banner__title{width:280px}}@media screen and (max-height:700px){.product-banner{height:300px}}