@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";body,input,button,select,textarea,.catalogCard-title,.catalogCard-price,.product-card__title,.product-card__price,.product-card__buy-button,.header,.footer,.menu,.breadcrumbs,h1,h2,h3,h4,h5,h6,.btn{font-family:"Poppins",sans-serif !important}.btn,.product-card__buy-button a{border-radius:6px}.footer{border-top:1px solid #ddd}.products-menu__item.__active .products-menu__title-link:hover{background-color:rgba(0,0,0,0)}.product-order__block--buy button.__special{animation:btnPulse 2.5s infinite ease-in-out;transition:transform .2s ease}.product-order__block--buy button.__special:hover{animation-play-state:paused;transform:scale(1.03)}@keyframes btnPulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(24,119,242,.4)}50%{transform:scale(1.02);box-shadow:0 0 12px 4px rgba(24,119,242,.25)}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(24,119,242,0)}}