@font-face {
  font-family: 'Inter';
  src: url('/local/templates/vendoshop-new/fonts/Inter/Inter-VariableFont.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}

* {
    font-family: 'Inter', sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --color-primary: #FF4713;
    --color-text: #2A2A2A;
    --color-text-gray: #6B6B6B;
    --color-bg-light: #F5F5F5;
    --color-white: #FFFFFF;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    color: var(--color-text);
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

::selection {
	background: #f23300;
	color: #fff;
}

.products-row__main {
    display: flex;
    gap: 15px;
}


.active>.card__icon-favorite path {
fill: #f23300;
}

.bx-price-old {
    white-space: nowrap;
    text-decoration: line-through;
    color: #B8B8B8;
    font-size: 13px;
}
 
/* Уведомление об исправленной раскладке в поисковом запросе */
.search-layout-notice {
    margin: 0 0 20px;
    padding: 12px 16px;
    background: #F5F5F5;
    border-left: 3px solid #FF4713;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.45;
    color: #2A2A2A;
}
