:root{--font-family:"PT Root UI",sans-serif;--font-weight-medium:500;--font-weight-regular:400;--font-weight-bold:700;--color-brand-primary:#0d56e7;--color-brand-secondary:#ff6f00;--color-white:#fff;--color-black:#111;--color-grey-1:#323233;--color-grey-2:#555658;--color-grey-3:#77787b;--color-grey-4:#9c9fa1;--color-grey-5:#b4b7bb;--color-grey-6:#d1d3d6;--color-grey-7:#eaecee;--color-grey-8:#f7f8f9;--color-grey-9:#fafafb;--spacing-xxs:4px;--spacing-xs:8px;--spacing-s:12px;--spacing-m:16px;--spacing-l:20px;--spacing-xl:24px;--spacing-xxl:32px;--spacing-xxxl:40px}.product-card-carousel{-moz-column-gap:10px;column-gap:10px;display:grid;grid-template-areas:"header prev next" "slider slider slider";grid-template-columns:1fr 36px 36px;grid-template-rows:auto 1fr;row-gap:20px}.product-card-carousel__slider{grid-area:slider;width:100%}.product-card-carousel__header{font-family:var(--font-family);font-size:32px;font-weight:var(--font-weight-bold);grid-area:header;line-height:46px}.product-card-carousel__slider-control_next,.product-card-carousel__slider-control_prev{align-items:center;background-color:var(--color-grey-9);border:none;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;width:36px}.product-card-carousel__slider-control_next svg,.product-card-carousel__slider-control_prev svg{stroke:var(--color-brand-primary);height:20px;width:20px}.product-card-carousel__slider-control_next{grid-area:next}.product-card-carousel__slider-control_next svg{transform:rotate(180deg)}.product-card-carousel__slider-control_prev{grid-area:prev}.product-card-carousel__slider-control_disabled{cursor:default}.product-card-carousel__slider-control_disabled svg{stroke:var(--color-grey-3)}
