/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.collection .news-list__item-image{
    background-size: contain;
}

.grecaptcha-badge {display: none;}

/* Общие стили нового шаблона */
html, body {
    --theme-font-title-family: Unbounded;
    font-family: var(--theme-font-title-family), sans-serif !important;
}

.direction-right {
    transform: rotate(180deg);
}

.icon--arrow {
    width: 34px !important;
    height: 60px !important;
    stroke: #fff;
}

[class*="icon--"] {
    display: inline-block;
    flex-shrink: 0;
    transition-duration: 0.3s;

    fill: #fff;
    width: 24px;
    height: 24px;
}

.search-input-div .form-control {
    height: 52px;
}

.d-none {
    display: none;
}

@media (max-width: 1200px) {
    .d-lg-block {
        display: block !important;
    }
}

/* Новые стили, не подходяшие к компонентам */
.header-cabinet__name,
.header__icon-name,
.header-cart__name {
    display: none;
}

.section-small-padding {
    padding: 30px 0 !important;
}

@media (max-width: 992px) {
    .section-small-padding .maxwidth-theme {
        padding: 0 !important;
    }
    .section-small-padding .maxwidth-theme .middle-menu {
        padding-left: var(--theme-page-width-padding);
        padding-right: var(--theme-page-width-padding);
    }
}
@media (max-width: 992px) {
    .section-small-padding.middle-menu-wrapper {
      padding: 30px 0 20px !important;
    }
}
.d-flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.g-150-60 {
    gap: clamp(60px, 2.452rem + 5.769vw, 150px);
}

.g-100-60 {
    gap: 100px;
}
@media (max-width: 992px) {
    .g-100-60 {
        gap: 60px;
    }
}

.mb-150-60 {
    margin-bottom: clamp(60px, 2.452rem + 5.769vw, 150px);
}

.w-100 {
    width: 100%;
}

.main-page-title {
    font-weight: 250;
    font-size: clamp(34px, 1.447rem + 3.013vw, 81px);
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 0;
    word-break: break-word;
    padding: 0 20px;
}

/* sliders */

.swiper-slider-new {
    position: relative;
}

.swiper-slider-new .swiper-navigation-buttons {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    z-index: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-slider-new .slider-button-prev {
    position: relative;
    left: -90px;
    margin-right: auto;
}

@media (max-width: 1600px) {
    .swiper-slider-new .slider-button-prev {
        left: -70px !important;
    }
    .swiper-slider-new .slider-button-next {
        right: -70px !important;
    }
}

.swiper-slider-new .slider-button-next {
    position: relative;
    right: -90px;
    margin-left: auto;
}

.swiper-slider-new .slider-button {
    height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.swiper-slider-new .slider-button .hover {
    display: none;
}

.swiper-slider-new .slider-button:hover .default {
    display: none;
}
.swiper-slider-new .slider-button:hover .hover {
    display: block;
}
@media (max-width: 992px) {
    .swiper-slider-new .swiper-navigation-buttons {
        display: none;
    }
}
.container iframe:not(.cover),
.container object:not(.cover),
.container video:not(.cover) {
    max-width: 100%;
    width: 100%;
}

/* width */
.custom-scrollbar::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
    margin-top: 5px;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #afafaf;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(227, 164, 85, 0.91);
}

.custom-form-container {
    margin-top: 10px;
    position: sticky;
    z-index: 100;
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: fit-content;
    border-radius: 10px;
}

.detail-custom-form {
    max-width: 600px;
    border-radius: 10px;
    transition: box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
    color: #eebc70;
}

.detail-custom-form:hover,
.detail-custom-form:focus {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0.7;
}

.detail-custom-banner-img {
    position: absolute;
}

.all-collection-banner {
    cursor: pointer;
}

@media (max-width: 600px) {
    .custom-form-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
}

@media (min-width: 1600px) {
    .products-slider-section {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .products-slider-section {
        width: 100%;
    }
}

.banners-img-list-new__item {
    border-radius: 15px;
}

.site_s2 .banners-big--paddings {
    padding: 0;
}

.site_s2 .banners-big .maxwidth-banner {
    position: relative;
    display: flex;
    padding: 0 !important;
    width: 100%;
    max-width: 100% !important;
    overflow: hidden;
}

.site_s2 .bg-theme-parent-hover:hover .bg-theme-target {
    background-color: #fff;
}

.gift-card-page-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1020px) {
    .gift-image-stmd {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .gift-image-stmd {
        height: 100%;
    }
}

img.styles_content-block__banner__boS_z {
    display: none;
}

.detail-block.ordered-block.order_sale {
    display: none;
}

.header__inner {
    background: #ffffff !important;
}