

/* Start:/local/templates/design2025/components/adinadin/top.links/.default/style.css?1753731803995*/
.toplinks {
    width: 100%;
    text-align: left
}

.toplinks a {
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px 14px;
    border: 1px solid #666;
    box-sizing: border-box;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666;
    transition: .3s;
}

.toplinks a.current,
.toplinks a:hover {
    border: 1px solid #7C0A30;
    background: transparent;
    color: #7C0A30
}

.toplinks a:last-of-type {
    margin-right: 0
}

.toplinks__wrapper {
    position: relative;
}

.toplinks-more {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 13px !important;
}

.toplinks__container.is-full-visible {
    height: unset;
}

.toplinks-more.is-hidden {
    display: none;
}

.toplinks .arrow {
    margin: 1px 5px 0 0;
    border-width: 0 2px 2px 0;
    border-color: #a7a7a7;
}
/* End */


/* Start:/local/components/adinadin/products.similar/templates/.default/style.css?17437663261179*/
.similar-products__title {
    font-size: 36px;
    font-family: "Lora", serif;
    margin-bottom: 20px;
    display: block;
}
.similar-products__subtitle {
    font-size: 16px;
    font-family: Lora, serif;
    margin-bottom: 50px;
    display: block;
}
.similar-products__arrows {
    display: none;
}
@media (max-width: 768px) {
    .similar-products__title {
        font-size: 18px;
    }
    .similar-products__arrows {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 30px;
    }
    .similar-products__arrow {
        margin-left: 16px;
        width: 46px;
        height: 46px;
        border: 1px solid #E5E5E5;
        border-radius: 50%;
        flex-shrink: 0;
        background-color: #fff;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .similar-products__arrow > svg {
        fill: #C71E3F;
    }
    .similar-products__slider {
        display: flex;
        width: 100%;
        overflow-y: auto;
    }
    .similar-products__slider > * {
        flex-shrink: 0;
    }
    .similar-products__slider > * + * {
        margin-left: 16px!important;
    }
}
/* End */
/* /local/templates/design2025/components/adinadin/top.links/.default/style.css?1753731803995 */
/* /local/components/adinadin/products.similar/templates/.default/style.css?17437663261179 */
