 .loader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: transparent;
            background-color: white;
            z-index: 1000;
            transition: opacity 1.0s;
        }

        .loader.hidden {
            opacity: 0;
            pointer-events: none;
        }

        .logo {
            width: 500px;
            height: auto;
            margin-bottom: 20px;
            animation: float 3s ease-in-out infinite;
        }

        .loading-text {
            color: #ccc;
            font-family: Arial, sans-serif;
            font-size: 1.2em;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .progress-bar {
            width: 100px;
            height: 4px;
            background: #ddd;
            border-radius: 2px;
            overflow: hidden;
            position: relative;
        }

        .progress-fill {
            width: 0%;
            height: 100%;
            background: #E3AA00;
            transition: width 0.3s ease;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }
.dropdown .dropbtn {
    font-size: 20px;
    padding: 3px 3px;
    color: #4B4F58;
}
.navbar 
    {     
        overflow: hidden;
        background-color: white;     
        font-family: Calibri, Helvetica, sans-serif; 
    }  
    .navbar a 
    {     
        float: left;     
        font-size: 16px;     
        color: #4B4F58;     
        text-align: center;     
        padding: 14px 16px;     
        text-decoration: none; 
    }  
    .dropdown 
    {    
        float: left;     
        overflow: hidden; 
    }  
    .dropdown .dropbtn 
    {     
        font-size: 18px;         
        border: none;     
        outline: none;     
        color: #4B4F58;     
        padding: 14px 16px;     
        background-color: inherit;     
        font-family: inherit;     
        margin: 0; 
    }  
    .navbar a:hover, .dropdown:hover .dropbtn 
    {     
        background-color: white; 
    }  
    .dropdown-content 
    {    
        display: none;     
        position: absolute;     
        background-color: white;     
        min-width: 300px;     
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);     
        z-index: 1; 
    }  
    .dropdown-content a 
    {     
        float: none;     
        color: #4B4F58;     
        padding: 12px 16px;     
        text-decoration: none;     
        display: block;     
        text-align: left; 
    }  
    .dropdown-content a:hover 
    {     
        background-color: #ddd; 
    }  
    .dropdown:hover .dropdown-content 
    {     
        display: block; 
    }
.product-price-info .details-payment .price-new {
        font-size: 3.5rem;
        font-weight: 500;
    }
.catalog-filter-block-content .custom-input-text {
        font-weight: 300;
    }
.product-price-info .details-payment .price-current {
    font-size: 3.5rem;
    font-weight: 500;
}
.between-xs {
    justify-content: space-evenly;
}
.details-buttons-block {
display: none;
}

  .full-width-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .buttons-row {
    display: flex;
    gap: 10px;
    width: 100%;
  }
  
  .secondary-btn {
    flex: 1;
    display: block;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #ffffff;
    color: #333;
    text-align: center;
    cursor: pointer;
    border-radius: 80px;
    transition: all 0.3s ease;
  }
  
  .secondary-btn.active {
    background-color: #e0e0e0;
  }
  
  .link-dotted-invert {
    border-bottom: 1px dashed #E333;
    cursor: pointer;
  }
  
  .link-text-decoration-underline {
    text-decoration: underline;
    color: #333;
  }
  
.btn-legal-entity {
  display: block;
  width: 100%;
  padding: 10px 15px;
  margin: 10px 0;
  text-align: center;
  background: #fff;
  color: #333;
  border: 1px solid #E3AA00; /* Такая же обводка, как у кнопки "Добавить в корзину" */
  border-radius: 80px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  box-sizing: border-box; /* Чтобы padding не влиял на ширину */
}

.btn-legal-entity:hover {
  background: #E3AA00;
  border-color: #E3AA00;
  color: #fff;/* Изменение цвета обводки при наведении */
}
.buttons-divider {
    height: 1.5px;
    width: 100%;
    background-color: #E3AA00;
    margin: 15px 0; /* Отступы сверху и снизу */
    border: none; /* Убираем стандартные границы если это hr */
}
.btn {
    border-radius: 80px;
}
input[type=search].site-head-search-input {
    border-radius: 80px;
    border-color: #E3AA00;
    background: #fff;
}
.site-head-search-btn {
    border-color: #E3AA00;
    background: #fff;
}
.toolbar-top {
    background-color: #E3AA00;
}
.menu-header-item:first-child {
    background-color: #E3AA00;
}
.cs-br-2 {
    border-color: #E3AA00 !important;
    border-radius: 80px !important;
    background: #E3AA00 !important;
    color: #fff !important;
}
.btn-action {
    color: #333;
    background: #E3AA00;
}
.checkout-cart-result {
    color: #333 !important;
    background: #E3AA00;
    border-radius: 80px;
}
.checkout-result-text, .checkout-cart-result-price {
    color: #333;
}
.select-custom select {
    background: #E3AA00;
    border-radius: 80px;
}
.btn-submit {
    color: #333;
    background: #E3AA00;
}
.btn-confirm{
    color: #333;
    background: #E3AA00;
}
.tabs-header-item.cs-br-1{
    color: #fff;
    background: #E3AA00;
    border-radius: 80px !important;
}
.tabs-header-item-link.cs-l-4{
    color: #fff;
    background: #E3AA00;
    border-radius: 80px;
}
.products-view-label-inner {
    border-radius: 80px;
}
.products-view-label-discount {
    background: red !important;
    color: white !important;
    border-radius: 80px !important;
}
.products-view-label-discount:before {
    position: unset;
    transform: none;  
}
.products-view-label-discount:after {
    position: unset;
    transform: none;  
}
.products-view-label-best {
    background: #E3AA00;
    color: white !important;
    border-radius: 80px !important;
}
.products-view-label-best:before {
    position: unset;
    transform: none;  
}
.products-view-label-best:after {
    position: unset;
    transform: none;  
}
.products-view-label-inner {
    background: #E3AA00;
    color: white !important;
    border-radius: 80px !important;
}
.products-view-label-inner:before {
    position: unset;
    transform: none;  
}
.products-view-label-inner:after {
    position: unset;
    transform: none;  
}


@media screen and (max-width: 1000px) {
    .col-p-v {
        display: none;
    }
    .leaflet-container {
        display: none;
    }
    .leaflet-grab {
        display: none;
    }
