.product-card{width:375px;color:var(--white);letter-spacing:.03em;background-color:var(--graphite-to-gray);border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:space-between;gap:60px;padding:24px;font-weight:400;display:flex}.product-card__wrapper{flex-direction:column;gap:20px;display:flex}.product-card__header{justify-content:center;align-items:center;width:100%;font-size:1.25rem;font-weight:700;display:flex}.product-card__header__product-name{color:var(--light-green);text-transform:uppercase}.product-card__prices{flex-direction:column;width:100%;height:50px;display:flex}.product-card__prices__per-training{margin-bottom:5px;font-size:14px}.product-card__prices__discount{justify-content:space-between;align-items:baseline;font-size:1.5rem;font-weight:700;line-height:1.725rem;display:flex}.product-card__prices__discount__price{opacity:.5;justify-self:baseline;font-size:.925rem;text-decoration:line-through}.product-card__prices__price{font-weight:700}.product-card__description{flex-direction:column;gap:12px;font-size:15px;display:flex}.product-card__description__item{justify-content:space-between;align-items:center;display:flex}.product-card__total{border-top:1px solid var(--light-green);justify-content:space-between;align-items:center;padding-top:20px;font-size:22px;font-weight:700;display:flex}.product-card__button{width:100%;max-width:100%}@media (max-width:1024px){.product-card{max-width:400px;width:calc(100vw - 2*var(--global-x-padding))}}
.products{--menu-sticky-offset:var(--global-header-height);--block-padding:calc(var(--global-x-padding) + 16px);flex-direction:column;gap:16px;display:flex}.products__content{min-height:calc(100vh - var(--global-header-height) - var(--menu-size));padding-top:20px;display:flex;overflow-y:auto}@media (max-width:1024px){.products__content{justify-content:center}}.products__list{gap:16px;height:fit-content;padding-bottom:20px;display:flex;overflow:auto}@media (max-width:1024px){.products__list{flex-direction:column;padding-bottom:36px}}
