

/* Start:/local/templates/shimano_new/css/main.css?17435907167011*/
/* Основные стили */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bt-color {
    background-color: #26265f;
    color: white;
}

.bt-color:hover {
    background-color: #0089cf;
    color: white;
}

.bt-color-white {
    border-color: #0089cf;
    color: black;
}

.bt-color-white:hover, bt-color-white:active, bt-color-white:target, bt-color-white:focus, bt-color-white:focus-visible {
    background-color: #0089cf;
    color: white;
}

.bt-color-blue {
    background-color: #0089cf;
    color: white;
}

.bt-color-blue:hover, .bt-color-blue:active, bt-color-blue:target, bt-color-blue:focus, bt-color-blue:focus-visible {
    background-color: #26265f;
    color: white;
}

/* Горизонтальный разделитель */
.separator-hor {
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #0089cf, rgba(255, 255, 255, 0));
    margin: 3px 0;
}

/* Вертикальный разделитель */
.vertical-separator {
    display: inline-block;
    width: 1px;
    height: 50px; /* высота разделителя */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #eaeaea, rgba(255, 255, 255, 0));
    vertical-align: middle;
    margin: 0 20px; /* отступы слева и справа */
}

/* header */
.basket-count {
    background: #0089cf;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    color: white;
    line-height: 25px;
}

.catalog-cart-counter-menu {
    background: #0089cf !important;
    top: -8px !important;
    right: 14px !important;
}

.inner-shadows {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: none;
}

.header-basket:hover {
    opacity: .7;
}

.text-phone {
    text-decoration: none;
    color: black;
    white-space: nowrap;
}

.nav-messenger_button {
    text-decoration: none;
    color: inherit;
}

.nav-messenger_button:hover {
    opacity: .7;
}

/* main */

/* footer */
.footer-logo {
    max-height: 4.5rem;
    width: auto;
}

/* Swiper */
.swiper-pagination {
    position: relative;
    margin-top: 2rem;
}

.swiper-button-prev {
    left: -2rem;
}

.swiper-button-next {
    right: -2rem;
}

.arrow-next, .arrow-prev {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    top: var(--swiper-navigation-top-offset, 50%);
}

.arrow-next {
    right: -4.2rem;
}

.arrow-prev {
    left: -4.2rem;
}


.pagination-bottom {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 16px;
}

/* разделитель */
.section {
    position: relative;
    padding: 100px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Тень для каждой секции */
    margin-top: -50px; /* Накладывание секций друг на друга */
    border-radius: 15px; /* Скругление углов */
    z-index: 1;
}

/* Первый элемент не должен подниматься */
.section:first-of-type {
    margin-top: 0;
}

/* каталог */
.catalog-wrapper {
    padding: 1rem;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.card:hover {
    /*transform: scale(1.05);*/
}

/* меню каталога */
.menu {
    background: #ffffff;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    padding: 20px;
    /*max-width: 300px;*/
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.menu a {
    display: block;
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.2s, color 0.2s;
}


.menu a:hover {
    background-color: #f0f0f5;
    color: #0056b3;
}

.menu a.submenu-toggle {
    position: relative;
}

.submenu {
    padding-left: 15px;
    margin-top: 10px;
    display: none; /* Скрыто по умолчанию */
    margin-left: 20px;
}

.submenu.show {
    display: block; /* Показывается, если добавлен класс show */
}


.submenu a {
    padding: 8px 15px;
    font-size: 0.9rem;
    color: #333;
    font-weight: 400;
}

.submenu a:hover {
    background-color: #e8e8ed;
    color: #000;
}

.subcategory-link {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

/* Карточка товара  */

.product-gallery img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
}

.product-gallery img.active {
    border-color: #007bff;
}

.main-image img {
    width: 100%;
    height: auto;
}

.description-block-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-price {
    font-size: 1.5rem;
    color: #28a745;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-details {
    margin-bottom: 20px;
}

.product-tabs .nav-tabs {
    border-bottom: 2px solid #ddd;
}

.product-tabs .nav-link.active {
    border-color: #ddd #ddd transparent;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.quantity-control input {
    width: 60px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.quantity-control button {
    font-size: 1.2rem;
}


/* Иконка-стрелочка */
.arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}

.submenu {
    margin-top: 5px;
    padding-left: 15px;
    border-left: 2px solid #ddd;
    list-style-type: none;
    text-transform: uppercase;
}

.submenu a {
    font-size: 0.9rem;
    text-decoration: none;
    color: black;
}

/* Поворот стрелочки при раскрытии */
.rotate {
    transform: rotate(-90deg);
}
/* End */


/* Start:/local/templates/shimano_new/components/bitrix/sale.basket.basket.line/basket2/style.css?1743590736609*/
.catalog-cart-counter-menu {
    background: #6cb70e;
    color: #fff;
    text-align: center;
    line-height: 25px;
    min-width: 25px;
    height: 25px;
    position: relative;
    top: -12px;
    right: 10px;
    border-radius: 50%;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}
/* End */


/* Start:/local/templates/shimano_new/components/bitrix/search.suggest.input/search_form_input/style.css?1743590729507*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/shimano_new/styles.css?17435957851340*/
main {
    min-height: 60vh;
}

.price-font {
    font-size: 1.5rem;
    color: black;
}

.product-item-info-container {
    margin-bottom: 0;
}

.product-item-title {
    font-size: 1.2rem;
    white-space: wrap;
    height: 6rem;
}

.product-item-image-slider-slide-container span {
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .product-item-title {
        font-size: .75rem;
        height: auto;
    }

    .card {
        flex-direction: row;
        align-items: center;
    }

    .product-item-image-wrapper {
        flex: 1;
        aspect-ratio: 1;
        padding: 0;
    }

    .description-block-card {
        flex: 1;
    }
}

.phone-footer {
    text-decoration: none;
    color: #fff;
}

/* сортировка по цене */
.btn-group .btn {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-group .btn:hover {
    background-color: #f0f0f5;
}


.btn-primary,
.list-group-item.active {
    border-color: #343a40;
    background-color: inherit;
    color: #495057;
}

@media (max-width: 768px) {
    .catalog-wraper-header-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1.5rem;
    }
}
.btn-border-color {
    border-color: #F0F6F8 !important;
}

.about-wrapper {
    margin: 0 auto;
}
/* End */
/* /local/templates/shimano_new/css/main.css?17435907167011 */
/* /local/templates/shimano_new/components/bitrix/sale.basket.basket.line/basket2/style.css?1743590736609 */
/* /local/templates/shimano_new/components/bitrix/search.suggest.input/search_form_input/style.css?1743590729507 */
/* /local/templates/shimano_new/styles.css?17435957851340 */
