clip.article__wrapper p a {
    padding: 0px 15px;
    margin-left: 2px;
    font-size: 14px;
}
.catalog-filters__search button {
    bottom: 0px;
}
.added-basket__info h3.added-basket__name {
    margin: 0px !important;
    width: 70%;
}
.added-basket__info span.added-basket__price {
    width: 30%;
    text-align: right;
}
.blog__tag a.active {
    font-weight: bold;
}
.fiter-block__inner {
    display: block !important;
}
.blackfriday {
color: #ffffff !important;
background-color: #000000 !important;
}
.bf {
    width:16px; 
    height:16px; 
    display:inline-block;
    vertical-align:sub;
	margin-right:4px;
}

.badge.bage_summer {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: none;
}
.badge.bage_summer.bage_summer--light {
    background: #918767;
    color: #FFF;
}
.badge.bage_summer.bage_summer--dark {
    background: #282922;
    color: #fff;
}
.bage_summer__svg {
    height: 14px;
}


.download-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: #2C2C2C;
    font-family: Mont;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    border-radius: 92px;
    padding: 10px 20px;
    background-color: #F0F0F0;
    white-space: nowrap;

transition: color .3s ease-out, background-color .3s ease-out;
will-change: color, background-color;
}
.download-btn__svg {
    width: 24px;
}
.download-btn__svg path {
fill: #A7A7A7;

transition: fill .3s ease-out;
will-change: fill;
}
.download-btn:hover,
.download-btn:focus {
    color: #ffffff;
    background-color: #918767;
}
.download-btn:hover .download-btn__svg path,
.download-btn:focus .download-btn__svg path {
 fill:#ffffff;
}

li.header-catalog__item:nth-child(9) {
	display: none;
}
li.main-catalog__item:nth-child(10) {
	display: none;
}
.footer__nav__catalog li:nth-child(2) {
	display: none;
}
.summercolor {
color: #6f2526;
font-weight: bold;
}
li.header-catalog__item:nth-child(10) .catalog-card__title {
	color: #6f2526;
}

.product-card__inner {
overflow: clip;
}