.left-colum-moto{
    background: #d76a37;
    margin-left: -25px;
}
.sp-megamenu-parent {
        text-transform: uppercase;
}

.calculate {
    display: none !important;
}
.products-view h4 {
    display: none !important;
}
.PricediscountAmountTt {
    padding-top: 10px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0 !important;
        background: rgb(0 0 0 / 0%) !important;
}
.slide-content {
    display: inline-block;
    background-color: #00000078;
    padding: 1px;
    border-radius: 5px;
}
.slide-title {
    -webkit-text-stroke: 1px #000; /* Толщина и цвет обводки */
  text-stroke: 1px #000; /* Толщина и цвет обводки (стандартное свойство) */
}
#sp-logo .sp-default-logo, #sp-logo .sp-retina-logo {
    max-height: 60px !important;
    /*max-width: 100%;*/
    width: 140px !important;
}
.cd-customization .add-to-cart {
  
  float: none !important;
  width: 110px !important;
  height: 27px !important;
  font-weight: 500 !important;
    text-transform: none !important;
}
#sppb-addon-wrapper-36c6e3e9-6f22-4478-a07c-bd57c09f0046 {
    position: relative !important;
}
/*КАРУСЕЛЬ товаров */
/* Основные стили карусели */
.Larin-Motors-vm-product-carousel-container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}

.Larin-Motors-vm-product-carousel-wrapper {
    position: relative;
    padding: 0 50px; /* Оставляем место для кнопок */
}

.Larin-Motors-vm-product-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 15px;
    padding: 10px 0;
    scrollbar-width: none; /* Firefox */
}

.Larin-Motors-vm-product-carousel::-webkit-scrollbar {
    display: none; /* Скрываем scrollbar */
}

.Larin-Motors-vm-product-slide {
    scroll-snap-align: start;
    flex: 0 0 calc(25% - 15px); /* 4 товара в строке */
    min-width: calc(25% - 15px);
    transition: transform 0.3s;
}

/* Кнопки навигации - новые стили */
.Larin-Motors-carousel-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* Чтобы кнопки не перехватывали события */
    z-index: 1;
}

.Larin-Motors-carousel-prev,
.Larin-Motors-carousel-next {
    background: #3339528f;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s;
    pointer-events: auto; /* Включаем обработку событий */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.Larin-Motors-carousel-prev {
    margin-left: -5px;
}

.Larin-Motors-carousel-next {
    margin-right: -5px;
}

.Larin-Motors-carousel-prev:hover,
.Larin-Motors-carousel-next:hover {
    background: #d6672f;
}

/* Адаптивность */
@media (max-width: 992px) {
    .Larin-Motors-vm-product-slide {
        flex: 0 0 calc(33.333% - 15px); /* 3 товара */
        min-width: calc(33.333% - 15px);
    }
}

@media (max-width: 768px) {
    .Larin-Motors-vm-product-slide {
        flex: 0 0 calc(50% - 15px); /* 2 товара */
        min-width: calc(50% - 15px);
    }
    
    .Larin-Motors-carousel-nav {
        padding: 0 10px;
    }
}

@media (max-width: 576px) {
    .Larin-Motors-vm-product-slide {
      /* flex: 0 0 100%; /* 1 товар */
      /* min-width: 100%;*/
       flex: 0 0 calc(50% - 15px); /* 2 товара */
        min-width: calc(50% - 15px);
    }
    
    .Larin-Motors-carousel-prev,
    .Larin-Motors-carousel-next {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

/* Стили товаров */
.Larin-Motors-product-container {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 5px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.Larin-Motors-product-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.Larin-Motors-featuredProductImage {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.Larin-Motors-product-price {
    font-weight: bold;
    margin: 10px 0;
    color: #e74c3c;
    text-align: center;
}

.Larin-Motors-clear {
    clear: both;
}

.PricebasePrice {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}

.PricediscountAmountTt {
    color: #6a6a6a;
    
}

.percent-off {
    background: #f00;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 0.8em;
}
#sppb-addon-5922f2bc-ee3f-4eeb-af54-6c4099383258 a {
    font-size: 14px;
    line-height: 1.3em;
    display: inline-block;
}
/* конец карусели товаров */

#sp-panel-mobile {
   
    position: fixed;
    bottom: 0px;
    z-index: 9999;
}

/*корзина mobile panel*/
.larin-vm-cart-module {
    position: relative;
    display: inline-block;
    text-align: center;
    color: #555;
    
    transition: all 0.3s ease;
}

.larin-vm-cart-module:hover {
    opacity: 0.8;
}

.larin-vm-cart-icon {
    font-family: 'peIcon7';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    display: inline-block;
   
    line-height: 40px;
    font-size: 30px;
    color: #555;
    text-align: center;
    transition: all 0.3s ease;
}

.larin-vm-cart-text {
    margin-top: 8px;
    color: #555;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.larin-vm-cart-count {
    position: absolute;
    top: 5px;
    right: 0;
    background-color: #ff6b00;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.larin-vm-cart-module:hover .larin-vm-cart-count {
    transform: scale(1.1);
}

.larin-vm-cart-link {
    text-decoration: none;
    outline: none;
    display: block;
}
.larin-vm-cart-icon-wrapper {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
}
/*конец корзины*/

/*PANEL MOBILE*/
.panel-mobile {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.panel-mobile body {
    font-family: Arial, sans-serif;
}

.panel-mobile .icons-container {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.panel-mobile .icon-item {
    flex: 1;
    text-align: center;
    padding: 5px 0;
    position: relative;
    min-width: 0;
}

.panel-mobile .icon-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e0e0e0;
}

.panel-mobile .icon-link {
    text-decoration: none;
    color: #555;
    display: block;
}

.panel-mobile .icon-link:hover {
    color: #555;
}

.panel-mobile .icon-img {
    width: 24px;
    height: 24px;
    margin: 0 auto 8px;
    display: block;
}

.panel-mobile .icon-text {
    font-size: 12px;
    font-family: Montserrat Alternates, sans-serif;
}
#sp-panel-mobile .row {
    --bs-gutter-x: 0 !important;
}

/* конец Panel Mobile*/

a#scroll-top {
    bottom: 55px !important;
}


