
button:focus-visible,
svg:focus,
svg rect:focus,
svg:focus-visible {
    outline: none !important;
}


.dropdown .select2-container .select2-selection--single .select2-selection__arrow {
    right: 4px;
    top: 2px;
    position: absolute;
    width: 20px;


}

.select2-container .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    height: 0;
    width: 0;
}

.simplecheckout-block .dropdown .select2-container .select2-selection--single,
.simplecheckout-block .dropdown .select2-container .select2-selection--single .select2-selection__arrow {
    height: 52px;
}

.simplecheckout-block .dropdown .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 52px;
    font-size: 16px;
}

.simplecheckout-block .dropdown .select2-container .select2-selection--single .select2-selection__arrow b {
    top: 38%;
}

/*.dropdown .select2.select2-container--above.select2-container--open:before {*/
/*	bottom: -8px;*/
/*	border-radius: 0 0 20px 20px;*/
/*}*/

/*.select2-dropdown.dropdown__all-list.select2-dropdown--above:before {*/
/*	bottom: 0;*/
/*	border-radius: 20px 20px 0 0;*/
/*}*/

.select2-dropdown.dropdown__all-list.select2-dropdown--above .select2-results {
    border-radius: 24px 24px 0 0;
    border: 1px solid #E3E1F4;
    background: #fff;
}

.select2-dropdown.dropdown__all-list.select2-dropdown--below .select2-results {
    border-radius: 0 0 24px 24px;
    border: 1px solid #E3E1F4;
    background: #fff;
}

.select2-dropdown.dropdown__all-list.select2-dropdown--above .select2-results__option:last-child {
    padding-bottom: 20px;

}

@media (max-width: 1280px) {
    .header__basket-wrap img {
        max-width: 60px;
    }

}

.dropdown .select2.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input.form-control,
textarea.form-control {
    outline: none !important;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    height: 44px;
    padding-left: 24px;
    color: #15132D;
    font-size: 16px;
    border-radius: 28px;
    border: 1px solid #E3E1F4;
    background: #FFF;
}

.text-red {
    color: #E21931;
}

.mx-5 {
    margin-left: 20px;
    margin-right: 20px;
}

.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder {
    color: #A49B92;
}

#review {
    margin-bottom: 80px;
}

.form-add-review {
    border: 1px solid #4F4C47;
    border-radius: 30px;
    padding: 24px;
}

.form-add-review h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 32px;
}

.form-add-review textarea {
    height: 156px;
    resize: none;
    padding-top: 10px;
}

.form-add-review .inpuns-hidden input {
    position: absolute;
    left: 0;
    width: 14px;
    z-index: 2;
    top: 0;
    bottom: 0;
    /*right: 0;*/
    opacity: 0;
    cursor: pointer;

}

.select2-dropdown {
    position: relative;
    border-color: transparent;
    border-radius: 20px;
    background: transparent;
}

/*.select2-dropdown:before {*/
/*	position: absolute;*/
/*	left: -5px;*/
/*	right: -5px;*/
/*	top: -6px;*/
/*	bottom: -5px;*/
/*	background: #fff;*/
/*	content: "";*/
/*	border-radius: 0 0 20px 20px;*/
/*	z-index: -1;*/
/*}*/


.select2-dropdown .select2-search.select2-search--dropdown {
    display: none;
}

.select2-dropdown .select2-results {
    padding: 16px;
}

.select2-dropdown .select2-results__option {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #151413;
    padding: 0;
}

.select2-dropdown .select2-results__option:not(:last-child) {
    margin-bottom: 16px;
}

.select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    background: transparent;
    color: #9A9894;
}

.select2-dropdown .select2-results__option--selected {
    color: #9A9894;
    background: transparent;
}

.dropdown .select2-container .select2-selection--single {
    height: 36px;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

.dropdown .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    color: #15132D;
    padding-left: 16px;
    border-radius: 24px;

    background: #fff;
    border: 1px solid #E3E1F4;
}

.select2-results {
    max-height: 400px;
    overflow-y: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.dropdown .select2-container .select2-selection--single .select2-selection__arrow b {
    border: solid #75726D;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    left: 0;
    margin: 0;
    top: 33%;
}

.select2-container .select2-selection--single .select2-selection__rendered:hover {
    color: #A49B92;
    transition: all 0.4s;
}

.dropdown .select2-container .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

/*.dropdown .select2.select2-container--open:before {*/
/*	position: absolute;*/
/*	z-index: 0;*/
/*	left: -4px;*/
/*	right: -4px;*/
/*	top: -4px;*/
/*	bottom: -4px;*/
/*	background: #fff;*/
/*	content: "";*/
/*	border-radius: 20px 20px 0 0;*/
/*}*/
.dropdown .select2.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #151413;
    /*border: 1px solid #4F4C47;*/
}

.dropdown .select2.select2-container--open .select2-selection.select2-selection--single {
    position: relative;
    z-index: 5;
}

.catalog-page .dropdown .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    text-overflow: ellipsis;
    max-width: 190px;
    min-width: 190px;
    width: 100%;
}

.catalog-page .select2-container.dropdown__all-top {
    width: auto !important;
}

.catalog-page .dropdown .select2-container .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

.catalog-page .dropdown .select2-container .select2-selection--single .select2-selection__arrow b {
    top: 39%;
}

.catalog-page .dropdown .select2-container .select2-selection--single {
    height: 44px;
}


.entry-page .select2-container, .entry-page .dropdown {
    width: 100% !important;
    max-width: 377px;
}

.entry-page .dropdown .select2-container .select2-selection--single,
.entry-page .dropdown .select2-container .select2-selection--single .select2-selection__arrow {
    height: 52px;
}

.entry-page .dropdown .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 52px;
    font-size: 14px;
}

@media (min-width: 768px) {

    .entry-page .dropdown .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
    }

    .catalog-page .dropdown .select2-container .select2-selection--single .select2-selection__rendered {
        max-width: 250px;
    }


}

.entry-page .dropdown .select2-container .select2-selection--single .select2-selection__arrow b {
    top: 38%;
}


/*#simplepage_form{*/
/*    max-width: 400px;*/
/*    width: 100%;*/
/*    padding: 32px;*/
/*    border-radius: 20px;*/
/*    background: #F4F3FC;*/
/*    margin: 50px auto;*/
/*}*/

.account-order-info #column-left .list-group,
.account-simpleaddress-update #column-left .list-group,
.account-simpleaddress-insert #column-left .list-group,
.account-order #column-left .list-group,
.account-address #column-left .list-group,
.account-forgotten #column-left .list-group,
.account-simpleedit #column-left .list-group,
.account-password #column-left .list-group,
.account-account #column-left .list-group,
.account-wishlist #column-left .list-group {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #F4F3FC;
    padding: 32px;
    font-family: KyivType, sans-serif;
    font-size: 20px;
}


.account-order-info #column-left .list-group a:not(:last-child),
.account-simpleaddress-update #column-left .list-group a:not(:last-child),
.account-simpleaddress-insert #column-left .list-group a:not(:last-child),
.account-order #column-left .list-group a:not(:last-child),
.account-address #column-left .list-group a:not(:last-child),
.account-forgotten #column-left .list-group a:not(:last-child),
.account-simpleedit #column-left .list-group a:not(:last-child),
.account-password #column-left .list-group a:not(:last-child),
.account-account #column-left .list-group a:not(:last-child),
.account-wishlist #column-left .list-group a:not(:last-child) {
    margin-bottom: 24px;
}

.account-address form,
.account-forgotten form,
.account-simpleaddress-insert form,
.account-password form,
.account-simpleedit form,
.order-list {
    max-width: 650px;
    width: 100%;
}

.inline-flex {
    display: inline-flex;
}

.account-simpleregister h1.title-block {
    display: none;
}

.account-simpleregister .hide-acc,
.checkout-simplecheckout .hide-acc {
    display: none !important;
}

.checkout-simplecheckout .simple-content {
    width: 100%;
}

.account-simpleaddress-insert .form-group label,
.account-password .form-group label,
.account-simpleedit .form-group label {

}

#simplecheckout_payment .simplecheckout-block-content label,
#simplecheckout_shipping .simplecheckout-block-content label {
    display: block !important;
}

.account-simpleaddress-insert .form-group label,
.account-password .form-group label,
.account-simpleedit .form-group label {
    display: block !important;
    min-width: 170px;
    margin: 0;
    color: #79788D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.account-simpleaddress-insert .form-group,
.account-password .form-group,
.account-simpleedit .form-group {
    display: flex;
    align-items: center;
}


/* Customize the label (the custom-radio label) */
.custom-radio label {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    color: #15132D;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.custom-radio-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #C6C5D4;
}

/* On mouse-over, add a grey background color */
.custom-radio label:hover input ~ .custom-radio-check {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.custom-radio label input:checked ~ .custom-radio-check {
    background-color: transparent;
    border: 1px solid #5E3493;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio label input:checked ~ .custom-radio-check:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio label .custom-radio-check:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #5E3493;
}

.radio.custom-radio:not(:last-child) {
    margin-bottom: 20px;
}

.account-login #content,
.account-forgotten #forgotten-area {
    max-width: 384px;
    width: 100%;
    border-radius: 20px;
    background: #F4F3FC;
    padding: 32px;
    margin: 50px auto;
}

.pt-3 {
    padding-top: 12px;
}

.account-simpleregister .simple-content {
    max-width: 384px;
    width: 100%;
    border-radius: 20px;
    background: #F4F3FC;
    padding: 32px;
    margin: 50px auto;
}


@media (max-width: 768px) {
    .entry-page__tabs-list {
        margin: 0;
    }

    .account-order-info #column-left .list-group,
    .account-simpleaddress-update #column-left .list-group,
    .account-simpleaddress-insert #column-left .list-group,
    .account-order #column-left .list-group,
    .account-address #column-left .list-group,
    .account-forgotten #column-left .list-group,
    .account-simpleedit #column-left .list-group,
    .account-password #column-left .list-group,
    .account-account #column-left .list-group,
    .account-wishlist #column-left .list-group {
        display: none;
    }

    #column-left.pr-4 {
        padding: 0;
    }

    .account-simpleaddress-insert .form-group,
    .account-password .form-group,
    .account-simpleedit .form-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .account-simpleaddress-insert .form-group label,
    .account-password .form-group label,
    .account-simpleedit .form-group label {
        padding-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    /* .entry-page .flex-123 .btn-buy p {
        display: none;
    } */

    .entry-page .flex-123 .btn-buy {
        /* width: 32px; */
        width: 132px;
    }

    .flex-123 {
        flex: 0 0 32px;
    }

    .md\:flex-223 {
        flex: 0 0 132px;
    }
}

@media (max-width: 767px) {

    .md\:flex-223 {
        flex: none;
    }
}

.entry-page__tabs-type .entry-page__tabs-list li {
    width: auto;
    height: auto;
    color: #5E3493;
    border: 1px solid #E1DFF2;
    padding: 11px 20px;
}

.entry-page__tabs-type .entry-page__tabs-list li.active {
    border-radius: 8px;
    border: 1px solid #9571C2;
    background: #9571C2;
    color: #fff;
}

.entry-page__input {
    width: 100%;
    max-width: 110px;
    border-radius: 28px;
    border: 1px solid #E3E1F4;
    background: #FFF;
    height: 54px !important;
    padding: 0 24px;
}

/* Customize the label (the container) */
.entry-page__checkbox {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 14px;
    color: #79788D;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.entry-page__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.entry-page__checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #C6C5D4;
}

/* On mouse-over, add a grey background color */
.entry-page__checkbox:hover input ~ .entry-page__checkbox-checkmark {
    border: 1px solid #9571C2;
}

/* When the checkbox is checked, add a blue background */
.entry-page__checkbox input:checked ~ .entry-page__checkbox-checkmark {
    border: 1px solid #9571C2;
    background: #9571C2;
}

/* Create the entry-page__checkbox-checkmark/indicator (hidden when not checked) */
.entry-page__checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the entry-page__checkbox-checkmark when checked */
.entry-page__checkbox input:checked ~ .entry-page__checkbox-checkmark:after {
    display: block;
}

/* Style the entry-page__checkbox-checkmark/indicator */
.entry-page__checkbox .entry-page__checkbox-checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .entry-page .select2-container, .entry-page .dropdown {
        max-width: 777px;
    }

    .entry-page__input {
        max-width: 777px;
    }

}

#account-forgotten h2.mb-6 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
}

#account-forgotten .buttons {
    margin: 25px auto;
}

#account-forgotten a {
    text-align: center;
}

.account-forgotten #account-forgotten #forgotten-area {
    margin: 0px auto;
}


.filter-rulon-otrez.filter-rulon-otrez-reversed,
.filter-rulon-otrez.filter-rulon-otrez-normal {
    display: flex;
    background-color: #fff;
    /* background-color: #7A51AE; */
    border: 1px solid #7A51AE;
    border-radius: 23px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: fit-content;
}

.filter-rulon-otrez.filter-rulon-otrez-reversed div:nth-child(2) {
    order: 1;
}

.filter-rulon-otrez.filter-rulon-otrez-reversed div:nth-child(1) {
    order: 2;
}

.filter-rulon-otrez div.option-value-id-63 {
    order: 1;
}

.filter-rulon-otrez div.option-value-id-62 {
    order: 2;
}

input[type=radio].rul-otrez {
    display: none;
}

.filter-rulon-otrez.filter-rulon-otrez-reversed label,
.filter-rulon-otrez.filter-rulon-otrez-normal label {
    cursor: pointer;
    position: relative;
    width: 125px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    /* color: #fff; */
    color: #15132D;
}


.filter-rulon-otrez.filter-rulon-otrez-reversed .mr-3:nth-child(1) label {
    width: 225px;
}

.filter-rulon-otrez.filter-rulon-otrez-normal .mr-3:nth-child(2) label {
    width: 225px;
}

.filter-rulon-otrez.filter-rulon-otrez-normal .mr-3.option-value-id-62 label {
    width: 225px !important;
}

.filter-rulon-otrez.filter-rulon-otrez-normal .mr-3.option-value-id-63 label {
    width: 125px !important;
}

input[type=radio].rul-otrez:checked + label {
    color: #fff;
}

.filter-rulon-otrez.filter-rulon-otrez-reversed .label-radio:before,
.filter-rulon-otrez.filter-rulon-otrez-normal .label-radio:before {
    content: "";
    display: inline-block;
    background: transparent;
    margin-right: 5px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    color: #5E3493;
    border-radius: 8px;
    /*border: 1px solid #E1DFF2;*/
    padding: 11px 20px;
}

input[type=radio].rul-otrez:checked + .label-radio:before {
    border: none;
    height: calc(100%);
    border-radius: 23px;
    /*border: #5E3493;*/
    background:#5E3493;
    color: #fff;
}

.good-buy-sizes {
    display: flex;
}

.d-none {
    /* display: none; */
}

.testimonial-testimonial .reviews__item:not(:last-child) {
    margin-bottom: 32px;
}

.testimonial-testimonial .reviews__item-wrap {
    background: transparent;
    border: 1px solid #E3E1F4;
}

.testimonial-review-add {
    max-width: 550px;
    width: 100%;
}


.overlay-video {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: rgba(34, 34, 34, 0.6);
    height: 100%;
    bottom: 0;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.overlay-video-block {
    position: relative;
    width: 320px;
    height: 250px;
}

.overlay-video-close {
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -50px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: -10px;
}


@media (min-width: 1280px) {
    .testimonial-review-add {
        padding-left: 40px;
    }

    .overlay-video-block {
        position: relative;
        width: 700px;
        height: 400px;
    }

    .overlay-video-close {
        top: -40px;
        right: -50px;
    }

}


.overlay-video-close svg {
    width: 20px;
    height: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}

.overlay-video-close:hover {
    border: 1px solid #ffffff;
}

.overlay-video-wrap {
    height: 100%;
}

.product__image-wraps {
    border-radius: 20px;
    overflow: hidden;
}

.product__image-wraps-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

footer .text-2xl {
    font-size: 1.30rem;
}

@media (max-width: 1120px) {
    footer .text-2xl {
        font-size: 1.20rem;
    }
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.modal-content {
    background: white;
    padding: 20px;
    margin: auto;
    max-width: 600px;
    position: relative;
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 8px 40px 0 rgba(29, 12, 50, 0.16);
}
@media (max-width: 1120px) {
    .modal-content {
      max-width: 90vw;
    }
}

.modal-header {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.modal-title {
    font-family: KyivType, sans-serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 400;
}

.modal-header button {
    position: absolute;
    right: 10px;
    top: -27px;
    font-size: 28px;
}

.modal-body{
    margin-bottom: 20px;
}

.toTop {
    position: fixed;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    outline: 0;
    width: 46px;
    height: 46px;
    background: #5e3493;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 20
  }
  
  .toTop:hover {
    --tw-border-opacity: 1;
    border-color: rgb(149 113 194 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(149 113 194 / var(--tw-bg-opacity));
}


.information-information-8 .title-block.mb-7.xl:mb-12 {
    display: none;
}

.header__langs {
    min-width: 150px;
}

.socials_header {
    min-width: 250px;
}

#content.container {
    margin-bottom: 45px;
}

.label-radio-forma img {
    width: 100% !important;
    height: 100% !important;
    padding: 7px !important;
}

.mfpocp-content {
    font-family: "Rubik", sans-serif !important;
}
.ocpoc-pname {
    font-family: KyivType, sans-serif;
}
.ocpoc-head {
    border-radius: 30px 30px 0px 0px !important;
}
.ocpoc-footer {
    border-radius: 0px 0px 30px 30px !important;
}
#ocpoc_submit {
    border-radius: 30px !important;
    height: 40px !important;
}

.nobr {
    white-space: nowrap !important;
}

.main-block__slide .text span {
    display: block;
    font-size: 1.75rem;
}


#simplecheckout_button_confirm span {
    color: white !important;
}

.simplecheckout-step {
    display: flex;
    align-items: flex-start;
}

.simplecheckout-right-column {
    position: sticky;
    top: 100px;
    display: block;
}

@media (max-width: 760px) {
    .nobr {
        white-space: normal !important;
    }
    .simplecheckout-step {
        display: block;
    }

    .about-page .flex.items-center.justify-between,
    .about-block .about-block__list {
        flex-direction: column;
    }
    .about-block__item {
        max-width: 100%;
    }
}

.about-page .w-full img {
   width: 95%;
}

/* .block2.about-page .w-full img {
    margin-right: 15px;
 } */

.partners__slider img {
    max-width: 110px;
}

.simplecheckout-button-right input[type=image],
.simplecheckout-button-right input[type=button] {
    display: none !important;
}

.rec-left[data-form-row="Прямоугольник(д)"] {
    display: none!important;
}
.header .search-wrap input{
    position: relative  ;
    z-index: 300;
}

input[type=radio].rul-otrez:checked + label span {
    color: #fff;
}

.label-radio span {
    color: #79788d;
    font-size: 12px;
}


#product-category .catalog-page__more ul.pagination {
    display: flex !important;
    justify-content: center;
}

.good-buy-one-size {
    width: 150px;
}
input.quantity__input{
    height: 54px;
    padding:2px 5px;
}

@media (max-width: 760px) {
    #predKover {
        font-size: 12px !important;
        text-transform: lowercase !important;
    }

    #predKover .quantity__input {
        font-size: 12px !important;
        width: 2rem;
    }

    .good-buy-one-size {
        width: 100%;
    }
}

.basket-list__wrap.show .basket-list__inner {
    margin-bottom: 100px;
    padding-bottom: 20px;
}

input.hidden, [hidden] {
    display: none;
}

.new-price {
    font-weight: 700;
    font-size: 1.5rem;
    color: #5e3493;
}

.sup-price {
    color: #5e3493;
}

/* .thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
  }
  .thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    border-width: 0;
    outline-width: 0;
  } */

@media (max-width: 760px) {
    .product__abs {
        display: none;
    }
}

.basket-list .product-list .product__wrap.group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 1px solid #f3f2fb;
    border-radius: 20px;
    padding: 10px 15px;
}

/* .basket-list .catalog-page__list .product, .wishlist-page__list .product {
    max-width: 100%;
} */
.wishlist-page__list .product {
    max-width: 100%;
}
.basket-list .product__name {
    margin-bottom: 0;
}
.basket-list .product__wrapper {
        align-items: center;
        justify-content: space-between;
}


.basket-list .product__wrap:hover {
    background-color: rgb(243 242 251 / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    border-radius: 20px;
}

.basket-list .relateds .quantity__input {
    /* background: #f3f2fb; */
    color: rgb(94 52 147 / var(--tw-border-opacity));
}

.basket-list .btn-buy {
    min-width: 220px;
    text-align: center;
    background: rgb(75 156 95 / var(--tw-bg-opacity))
}

.basket-list .btn-buy p:first-child {
    padding-left: 0px;
    text-align: center;
    width: 100%
}

.relateds {
    /* border: 1px solid #5e3493; */
    border-radius: 20px;
    margin: 25px 0;
    padding: 10px;
}

.basket-list .product__name,
.basket-list .product__price {
    font-size: 0.8rem;
    text-transform: lowercase;
}

.basket-list .product__img {
    max-width: 30%;
}

.related_description {
    width: 70%;
}

.old-price {
    color: #79798e;
    text-decoration: line-through;
    margin-left: 15px;
    font-size: 1.2rem;
}

.old-sup-price {
    color: #79798e;
    text-decoration: line-through;
}

.price__old {
    color: #79798e;
    text-decoration: line-through;
}

.text-danger {
    color: #ffffff;
    text-align: center;
    line-height: 3rem;
    height: 3rem;
    background-color: #fe8d8d;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #f7731d;
}

/* #predKover.hide_show {
    display: none;
} */

#show-sizes {
    margin-left: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#show-sizes {
    display: none;
}

#show-sizes:hover {
    text-decoration: underline;
}

#show-sizes img {
    margin-right: 5px;
}

#button-cart span {
    margin-left: 5px;
    font-weight: 900;
}

/* .thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
  }
  .thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
  } */

  .preheader {
    width: 100%;
    height: 65px;
    /* background-image: url('/catalog/view/theme/default/image/preheader.jpg'); Путь к вашему фоновому изображению */
    /* background-size: cover; Фон занимает весь блок */
    /* background-position: center; Центрирование изображения */
    background-color: #5e3493;
    filter: saturate(80%); /* Уменьшить насыщенность до 50% */
    display: flex; /* Используется для центрирования текста */
    align-items: center; /* Вертикальное выравнивание текста */
    justify-content: center; /* Горизонтальное выравнивание текста */
    color: white; /* Цвет текста */
    font-size: 24px; /* Размер текста */
    font-weight: bold; /* Жирность текста */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Тень текста для читаемости */
  }
  
  .preheader-content {
    text-align: center; /* Центровка текста внутри блока */
  }
  
  .like-violet-btn {
    /* position: relative; */
    font-size: 14px;
    padding: 5px;
    color: #fff;
    /* height: 2rem; */
    /* width: 100%; */
    /* max-width: 100px; */
    border-radius: 36px;
    background-color: rgb(122 81 174 / var(--tw-bg-opacity));
    /* font-size: .875rem; */
    /* line-height: 1.25rem; */
  }

@media (max-width: 768px) {
    .header__phone > a {
        display: none;
    }
    .borders.reviews .flex-col {
        flex-direction: column-reverse;
    }
}

.scroll-header.header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.slick-slide > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-slide > div > div {
    width: 100%;
}

.catalog-page__category.slick-initialized .catalog-page__item {
    max-width: 100% !important;
}


@media (max-width: 767px) {
    .container {
        flex-direction: column; /* Вертикальное расположение блоков на мобильных устройствах */
    }

    .entry-page-one {
        order: 1;
    }

    .entry-page-three {
        order: 2;
    }

    .entry-page-two {
        order: 3;
    }

    .entry-page-four {
        order: 4;
    }
}

.header__menu-child a:hover {
    color: #5e3493;
}

/*
/* Стили для модального окна */
.alert.alert-success.alert-dismissible {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}


.alert-success .modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
    position: relative;
}


.alert-success .close {
    position: absolute;
    top: 10px;
    right: 15px;
    text-decoration: none;
    font-size: 24px;
    color: #333;
}

[class^="entry-page-"] {
    margin-top: 40px;
}

.entry-page-four h2 {
    margin-bottom: 25px;
}
.account-simpleedit .cart-informer {
    display: none;
}

.live-search .result-text {
    padding: 0;
}

.view-all-results {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
}

.basket-list__wrap.show {
    max-width: 80%;
    margin: 10%;
    top: -60px;
    border-radius: 20px;
}
.basis-2-3 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.basis-1-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.basket__item,
.basket__total {
    border: 1px solid #f3f2fb;
    border-radius: 10px;
    padding: 1rem;
    margin: 8px 4px;
}

.continue-button {
    text-align: center;
    margin-top: 1.1rem;
    font-size: 14px;
    color: #7c7c81;
}
.flex-reserve {
    flex-direction: row-reverse;
    justify-content: space-between;
	align-items: center;
	align-content: center;
}
 .mobile-cart-total {
    display: none;
 }
@media (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
    .products_cart {
        flex: 0 0 100%;
         max-width: 100%;
    }
    .header .quantity {
        margin-bottom: 0;
    }
    .basket-list__wrap.show {
        top: 0;
        max-width: 100%;
        border-radius: 0;
        height: 80%;
        margin: 0;
    }
    .show .mobile-cart-total {
        display: block;
    }
    .mobile-cart-total {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #f3f2fb;
        padding: 10px;
        border-top: 1px solid #f3f2fb;
        z-index: 1000;
    }
}


.btn-buy.btn-optiones  p:first-child{
    padding-left: 15px;
}

#proppp.proposition {
    display: none;
}

#button-confirm {
    width: 0 !important;
    height: 0 !important;
    color: transparent !important;
    background: transparent !important;
}

#button-ukrcredits {
    display: none !important;
}

.newletter_text {
    font-size: 14px;
}

.newsletter__container .text-success {
    text-align: center;
    display: block;
    color: #393850;
    margin-top: 15px;
}

.newsletter__container .text-danger {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 370px;
    border-radius: 35px;
}

.simplecheckout-cart-total {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
    margin-top: 25px;
    margin-left: 20px;
    width: 100%;
}

.basket-list .product .btn-buy {
    width: 37px !important;
    min-width: auto !important;
    background: rgb(243 242 251) !important;
}

#related-slider .catalog-page__list .product {
    /* max-width: calc(100% / 5); */
}

@media (max-width: 767px) {
    .basket-list .catalog-page__list .product  {
        max-width: 100%;
    }

    #related-slider .catalog-page__list .product {
        max-width: 100%;
    }
}
.basket-list .product__wrapper {
    flex-direction: row;
    align-items: center;
}

.basket-list .slider-cart__slider .product__name {
    min-height: 75px;
}

.basket-list .slider-cart__slider .product__price {
    line-height: 0;
    margin-bottom: 0;
}

.mobile-cart-total {
    display: none;
}

.mobile-cart-total.show {
    display: block;
}

@media (max-width: 767px) {
    #related-slider {
        /* display: none; */
    }
}

/* Нові блоки верстки */
  .why-us{ background:#fff; color:var(--ink); }
  .why-us__container{
    max-width: var(--container);
    margin: 0 auto;
    /* padding: clamp(20px, 3vw, 40px) clamp(16px, 3vw, 24px); */
  }

  .why-us__title{
    margin: 0 0 clamp(18px, 3vw, 34px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    font-size: clamp(40px, 4.8vw, 76px);
    display: inline-flex;
    align-items: flex-start;
    gap: 14px;
  }
  .why-us__dot{
    width: 18px; height: 18px;
    border-radius: 50%;
    background: var(--accent);
    margin-top: 0.15em;
    flex: 0 0 auto;
  }

  .why-us__grid{
    display: grid;
    grid-template-columns: 1fr; /* mobile */
  }

  .feature{
    padding: clamp(22px, 3vw, 34px) 0;
    border-bottom: 1px solid var(--line);
  }
  .feature:last-child{ border-bottom: 0; }

  .feature__icon{
    width: 56px; height: 56px;
    margin-bottom: 18px;
    display: grid;
    place-items: center;
    color: var(--accent);
  }

  /* 👇 Магия: перекрашиваем SVG в currentColor, даже если в файле был fill="#..." */
  .feature__icon svg [fill]{
    /* fill: currentColor; */
  }

  .feature__title{
    margin: 0 0 14px;
    /* font-size: clamp(30px, 3vw, 44px); */
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.02em;
  }

  .feature__text{
    margin: 0;
    /* font-size: clamp(20px, 1.8vw, 28px); */
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--muted);
    max-width: 36ch;
  }
  .feature__text strong{ color: var(--ink); font-weight: 500; }

  @media (min-width: 992px){
    .why-us__grid{
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .feature{
      border-bottom: 0;
      /* padding: 0 clamp(24px, 2.6vw, 44px); */
      /* min-height: 320px; */
    }
    .feature:not(:last-child){
      border-right: 1px solid var(--line);
    }
    .feature__icon{ margin-bottom: 22px; }
    .feature__text{ max-width: none; max-width: 24ch; }
  }

  @media (min-width: 1400px){
    /* .feature{ min-height: 360px; } */
  }

    .feature {
        max-width: 90%;
        /* border-right: 1px solid #f3f2fb; */
        padding-right: 15px;
        position: relative;
    }

    .feature::after {
        content: '';
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: #f3f2fb;
    }

  .main-block__link {
    color:#151413;
    background-color: white;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 16px;
  }
  @media (max-width: 720px){
      .main-block__link {
        font-size: 14px;
        padding: 6px 12px;
      }
  }
  .header__menu-child .wrapper, .main-block .slider-btn {
    background-color: transparent;
    border: 1px solid #ffffff;
  }

    .header__menu-child .wrapper, .main-block .slider-btn:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }

  .partners .partners__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}

.partners .partners__content{
  flex:0 0 auto;
  max-width:420px; /* чтобы текст не растягивался бесконечно */
}

.partners .partners__desc{
  font-size:14px;
  line-height:1.45;
  opacity:.75;
}

.partners .partners__slider{
  flex:1 1 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:28px;
  min-width:0;
}

.partners .partners__item{
  display:flex;
  align-items:center;
  justify-content:center;
  height:56px;              /* как на скрине */
  padding:0 6px;
  flex:0 0 auto;
}

.partners .partners__item img{
  max-height:56px;
  width:auto;
  max-width:140px;          /* чтобы логотипы были “ровными” */
  object-fit:contain;
}

/* Mobile */
@media (max-width: 768px){
  .partners .partners__inner{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
  }

  .partners .partners__content{
    max-width:100%;
  }

  .partners .partners__slider{
    width:100%;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:18px 22px; /* row/col gap */
  }

  .partners .partners__item{
    width:calc(50% - 11px);  /* 2 колонки */
    height:64px;             /* чуть “воздуха” как на моб.скрине */
    padding:0;
  }

  .partners .partners__item img{
    max-height:64px;
    max-width:160px;
  }
}
:root{
  --promo-bg: #5E3493;
  --promo-card: #7A51AE;
  --promo-white: #fff;
  --promo-muted: rgba(255,255,255,.75);
  --promo-badge: #FF9900;

  --promo-radius: 28px;
  --promo-shadow: 0 18px 40px rgba(0,0,0,.22);

  /* layout */
  --promo-container: 1240px;

  /* ✅ Правый блок ~ половина: фото будет адаптивно */
  --promo-photo-w: clamp(420px, 48vw, 560px);
  --promo-photo-minh: 330px;

  /* ✅ Ореолы: одинаковая ширина, одинаковая высота */
  --promo-halo-w: 160px;

  /* ✅ “глубина” не шириной, а смещением под фото */
  --promo-halo-outer-offset: 120px;
  --promo-halo-inner-offset: 80px;

  /* ✅ одинаковая высота с фото */
  --promo-halo-outer-vpad: 0px;
  --promo-halo-inner-vpad: 0px;
}

.promo-hero{
  background: var(--promo-bg);
  overflow: hidden;
}

.promo-hero__container{
  max-width: none;
  margin: 0;
  /* padding-left: max(16px, calc((100vw - var(--promo-container)) / 2)); */
  padding-right: 0;
}

.promo-hero__card{
  display: grid;
  grid-template-columns: minmax(420px, 640px) 1fr;
  align-items: stretch;
  min-height: var(--promo-photo-minh);
}

/* LEFT */
.promo-hero__content{
  padding: 44px 44px 40px;
  color: var(--promo-white);
  display: grid;
  align-content: start;
  gap: 14px;
}

.promo-hero__badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--promo-badge);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 999px;
  width: fit-content;
}

.promo-hero__badge-icon{
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: #fff;
}

.promo-hero__title{
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.promo-hero__text{
  margin: 0;
  max-width: 520px;
  color: var(--promo-muted);
  font-size: 14px;
  line-height: 1.45;
}
.promo-hero__text strong{ color:#fff; font-weight:500; }

.promo-hero__actions{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.promo-hero__actions .btn--ghost {
    text-decoration: underline;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid transparent;
  transition: transform .12s ease, filter .12s ease;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.btn:active{ transform: translateY(1px); }

.btn--primary{ background:#fff; color:#4a2b7a; }
.btn--primary:hover{ filter: brightness(.96); }

.btn--ghost{
  color: rgba(255,255,255,.88);
  height: auto;
  padding: 0;
}
.btn--ghost:hover{ color:#fff; }

/* RIGHT */
.promo-hero__media{
  position: relative;
  overflow: visible;
}

.promo-hero__media-inner{
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end; /* фото в правый край */
  align-items: stretch;
  padding: 0;
}

/* ✅ Ореолы под фото (оба одной высоты и ширины) */
.promo-hero__media-inner::before{
  content:"";
  position: absolute;
  top: var(--promo-halo-outer-vpad);
  bottom: var(--promo-halo-outer-vpad);

  /* привязка к правому краю, “подъезжаем” под фото */
  right: calc(var(--promo-photo-w) - var(--promo-halo-outer-offset));
  width: var(--promo-halo-w);

  background: var(--promo-card);
  border-radius: var(--promo-radius);
  z-index: 1;
}

.promo-hero__media-inner::after{
  content:"";
  position: absolute;
  top: var(--promo-halo-inner-vpad);
  bottom: var(--promo-halo-inner-vpad);

  right: calc(var(--promo-photo-w) - var(--promo-halo-inner-offset));
  width: var(--promo-halo-w);

  background: rgba(255,255,255,.08);
  border-radius: calc(var(--promo-radius) - 4px);
  z-index: 2;
}

/* фото */
.promo-hero__photo{
  width: var(--promo-photo-w);
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: var(--promo-radius) 0 0 var(--promo-radius);
  position: relative;
  z-index: 3;
  box-shadow: var(--promo-shadow);
  background: transparent;
}

.promo-hero__photo img{
  display:block;
  width:100%;
  height:100%;
  min-height: var(--promo-photo-minh);
  object-fit: cover;
}

/* floating icons */
.promo-hero__float{
  position: absolute;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  z-index: 4;
}

.promo-hero__float-ring{
  position: absolute;
  inset: 0;
  border-radius: 999px;
  border: 2px dashed rgba(255,255,255,.45);
  transform: rotate(-12deg);
}

.promo-hero__float-inner{
  width: 60px;
  height: 60px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
}

.promo-hero__float--red{
  top: 14px;
  right: calc(var(--promo-photo-w) - 44px); /* чуть на фото */
}
.promo-hero__float--red .promo-hero__float-inner{ background:#ED1D24; }

.promo-hero__float--yellow{
  top: 50%;
  right: calc(var(--promo-photo-w) + 26px); /* в зоне ореолов */
  transform: translateY(-50%);
}
.promo-hero__float--yellow .promo-hero__float-inner{ background:#F9B022; }

/* MOBILE */
@media (max-width: 860px){
  .promo-hero__card{
    grid-template-columns: 1fr;
    min-height: unset;
  }

  .promo-hero__content{
    padding: 26px 18px 18px;
    gap: 12px;
  }

  .promo-hero__actions{
    gap: 14px;
    margin-top: 6px;
  }

  .promo-hero__media{
    padding: 0 18px 18px;
  }

  .promo-hero__media-inner{
    justify-content: center;
  }

  .promo-hero__photo{
    width: 100%;
    border-radius: 22px;
  }

  .promo-hero__photo img{
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .promo-hero__media-inner::before,
  .promo-hero__media-inner::after{
    display: none;
  }

  .promo-hero__float--red{
    right: auto;
    left: 14px;
    top: 14px;
  }

  .promo-hero__float--yellow{
    right: auto;
    left: -8px;
    top: 58%;
    transform: translateY(-50%);
  }
}

@media (max-width: 420px){
  .promo-hero__container{ padding-left: 0; }
}

.ci{
  width:100%;
  max-width: 720px;
  color:#111;
  font-family: inherit;
  /* display: none; по умолчанию скрываем, показываем через JS */
}

.ci__svg{ display:block; max-width:100%; height:auto; }

/* Header */
.ci__head{ padding: 4px 0 10px; }
.ci__headBtn{
  border:0;
  padding:0;
  background:transparent;
  cursor:pointer;
  display:inline-flex;
}

/* Delivery */
.ci__delivery{
  display:flex;
  flex-direction:column;
  gap: 18px;
  padding: 8px 0 10px;
}

.ci__row{
  display:grid;
  grid-template-columns: 1fr auto auto;
  align-items:center;
  column-gap: 18px;
  row-gap: 10px;
}

.ci__left{ 
    display: flex;
    min-width:0; }
.ci__leftSvg{ height: 34px; width:auto; }

.ci__left span{
    padding-left: 12px;
}

.ci__mid{ justify-self:end; }
.ci__midSvg{ height: 18px; width:auto; }

.ci__right{ justify-self:end; }
.ci__priceSvg{ height: 18px; width:auto; }

.ci__showAll{
  width: fit-content;
  border:0;
  padding:0;
  background:transparent;
  cursor:pointer;
  display:inline-flex;
}

/* Dividers */
.ci__divider{ padding: 14px 0; }

/* Section title */
.ci__section{ padding: 6px 0 8px; }
.ci__h{
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 800;
  color:#111;
}

/* Payment badges */
.ci__payRow{
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  align-items:center;
}

.ci__payBadge{
  height: 44px;
  padding: 0 11px;
  /* border: 1px solid rgba(0,0,0,.18); */
  border-radius: 999px;
  background:#fff;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  transition: transform .06s ease, border-color .15s ease;
}

.ci__payBadge:active{ transform: translateY(1px); }
.ci__payBadge:focus-visible{
  outline: 2px solid rgba(110,70,182,.35);
  outline-offset: 2px;
}

.ci__payLogo{
  font-weight: 900;
  letter-spacing: .04em;
  font-size: 16px;
}

.ci__payLogo--visa{ color:#1A3BE8; }

.ci__payLogo--mc{
  display:inline-flex;
  align-items:center;
  gap: 0;
}

.ci__mcDot{
  width:18px;height:18px;border-radius:50%;
  display:inline-block;
  opacity:.9;
}
.ci__mcDot--l{ background:#EB001B; }
.ci__mcDot--r{ background:#F79E1B; margin-left:-8px; }

.ci__payText{
  font-size: 16px;
  font-weight: 700;
  color:#222;
}

/* Pills like on screenshot */
.ci__payPill{
  height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 0;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap: 10px;
  background: #5A2DA8; /* фиолетовый “При отриманні” */
  color:#fff;
  transition: transform .06s ease;
}
.ci__payPill:active{ transform: translateY(1px); }
.ci__payPill:focus-visible{
  outline: 2px solid rgba(110,70,182,.35);
  outline-offset: 2px;
}

.ci__payPill--light{
  background:#fff;
  color:#111;
  border: 1px solid rgba(0,0,0,.18);
}

.ci__wallet{ display:grid; place-items:center; color: currentColor; }
.ci__pillText{ font-size: 14px; font-weight: 500; }

/* “Оплата частинами” icon-ish */
.ci__parts{
  position: relative;
  display:inline-flex;
  align-items:center;
  gap: 4px;
  padding-right: 18px;
}
.ci__partsDot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #F7C948;
}
.ci__partsDot:nth-child(2){ background:#4ADE80; }
.ci__partsDot:nth-child(3){ background:#60A5FA; }
.ci__partsBadge{
  position:absolute;
  right: 0;
  top: -6px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background:#5A2DA8;
  color:#fff;
  font-size: 12px;
  font-weight: 800;
  display:grid;
  place-items:center;
}

/* Info blocks */
.ci__info{
  display:flex;
  flex-direction:column;
  gap: 28px;
  padding: 10px 0 6px;
}

.ci__infoItem{ display:flex; flex-direction:column; gap: 10px; }

.ci__infoHead{
  display:flex;
  align-items:center;
  gap: 14px;
}

.ci__infoIcon{
  width:34px;height:34px;
  display:grid;
  place-items:center;
  color:#111;
  flex: 0 0 auto;
}

.ci__infoTitle{
  font-size: 16px;
  font-weight: 600;
  color:#111;
}

.ci__p{
  margin:0;
  font-size: 14px;
  line-height: 1.25;
  color: rgba(0,0,0,.55);
  /* max-width: 64ch; */
}

/* Responsive */
@media (max-width: 640px){
    .ci__pillText{ font-size: 12px; font-weight: 500; }
  .ci__row{
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "left left"
      "mid right";
  }
  .ci__left{ grid-area:left; }
  .ci__mid{ grid-area:mid; justify-self:start; }
  .ci__right{ grid-area:right; justify-self:end; }

  .ci__h{ font-size: 16px; }
  .ci__infoTitle{ font-size: 22px; }
  .ci__p{ font-size: 16px; }
}

.slider-buttons__btn {
    background-color: transparent;
    border: 1px solid #5e3493;
    
}

.tab-navigation ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e3e1f4;
    padding-bottom: 5px;
}

.tab-navigation li a.active {
    border-bottom: 2px solid #5e3493;
    padding-bottom: 6px;
}
.entry-page__tabs-js li.active {
   background-color: #e3e1f4;
}
.entry-page__tabs-js li.active  img {
    filter: invert(83%) sepia(83%) saturate(1980%) hue-rotate(258deg);
}

.entry-page__variables > div:hover {
    background-color: rgba(249, 176, 34, 0.06);
}

.entry-page__character-item .label {
    background-color: transparent;
}
.entry-page__character-item {
    border-color: transparent;
}

.entry-page__character-list{
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.entry-page__character-item{
  display: grid !important;
  grid-template-columns: max-content 1fr max-content;
  column-gap: 14px;
  align-items: baseline;

  flex-direction: initial !important;
  justify-content: initial !important;
}

.entry-page__character-item .label,
.entry-page__character-item .value{
  margin: 0;
  white-space: nowrap;
}

.entry-page__character-item .label{ grid-column: 1; }
.entry-page__character-item .value{
  grid-column: 3;
  text-align: right;
}
.entry-page__character-item .value {
    max-width: 250px;
    white-space: normal !important;
}
.entry-page__character-item .label {
    width: auto;
}

/* точки ровно на одной линии с текстом */
.entry-page__character-item::after{
  content: "";
  grid-column: 2;

  display: block;
  height: 0;                      /* не создаёт "вторую строку" */
  border-bottom: 2px dotted #cfcfcf;

  align-self: baseline;           /* КЛЮЧ: не center */
  transform: translateY(-1px);    /* подстройка под твой шрифт */
}

.entry-page__desc {
    border-top: 1px solid #e3e1f4;
    border-bottom: 1px solid #e3e1f4;
    padding: 25px 0;
    margin-top: 3.5rem;
}

h2.review_header {
    margin-bottom: 25px;
}

.review_area {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.review_area #review {
  flex: 2; /* 2 части */
}

.review_area #form-review {
  flex: 1; /* 1 часть */
  max-width: 30%;
}

@media (max-width: 640px){
    .review_area #form-review {
        max-width: 100%;
    }
}
.entry-page__character-item .label,
.entry-page__character-item .value,
.entry-page__character-item:last-child .label {
    padding: 0;
}
.tab-navigation .container{
overflow-x: auto;
}
.tab-navigation ul {
    overflow-x: auto;
    overflow-y: hidden;
    width: 500px;
}
@media (max-width: 640px){
    #reviews_area .review_area {
        flex-direction: column;
    }   
}

.entry-page__variables-btn {
    border-bottom: 1px solid #e3e1f4;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.descr-row {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.descr-wrap {
    flex: 1 1 70%;
    min-width: 0;
}

.thumb-wrap {
    flex: 0 0 30%;
}

.thumb-wrap iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .descr-row {
        flex-direction: column;
    }

    .thumb-wrap {
        width: 100%;
        flex: unset;
    }
}

.images-slider .entry-page__slide iframe {
    border-radius: 10px;
}

  .carpet-category {
    background: #f3f3f3;
    padding: 92px 0 126px;
    overflow: hidden;
}

.carpet-category__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 132px;
    box-sizing: border-box;
}

.carpet-category__content {
    display: grid;
    grid-template-columns: 418px minmax(0, 679px);
    justify-content: space-between;
    align-items: start;
    column-gap: 80px;
}

.carpet-category__info {
    padding-top: 58px;
}

.carpet-category__title {
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 54px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #1d1b3f;
}

.carpet-category__text {
    max-width: 410px;
    margin-bottom: 35px;
}

.carpet-category__text p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.58;
    color: #66667a;
}

.carpet-category__text strong {
    font-weight: 700;
    color: #2a294d;
}

.carpet-category__features {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.carpet-feature {
    min-height: 90px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 24px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(31, 25, 78, 0.04);
    box-sizing: border-box;
}

.carpet-feature__icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.carpet-feature__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background: #dddbe7;
}

.carpet-feature__icon img {
    display: block;
    max-width: 28px;
    max-height: 28px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.carpet-feature__text {
    padding-left: 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.45;
    color: #66667a;
}

.carpet-category__bottom {
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.carpet-category__button {
    min-width: 151px;
    height: 54px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #6f3fb2;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    transition: background 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
}

.carpet-category__button:hover {
    background: #61359f;
    transform: translateY(-1px);
}

.carpet-category__nav {
    display: flex;
    align-items: center;
    gap: 14px;
}

.carpet-category__arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid #6f3fb2;
    background: transparent;
    color: #6f3fb2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.carpet-category__arrow:hover {
    background: #6f3fb2;
    color: #ffffff;
    transform: translateY(-1px);
}

.carpet-category__gallery {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.carpet-category__gallery-main {
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: #ddd;
    aspect-ratio: 679 / 262;
}

.carpet-category__gallery-main img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.carpet-category__gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.carpet-category__gallery-item {
    border-radius: 22px;
    overflow: hidden;
    background: #ddd;
    aspect-ratio: 330 / 283;
}

.carpet-category__gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* =========================
   TABLET / SMALL DESKTOP
   ========================= */
@media (max-width: 1199px) {
    .carpet-category {
        padding: 72px 0 96px;
    }

    .carpet-category__container {
        padding: 0 40px;
    }

    .carpet-category__content {
        grid-template-columns: 1fr 1.2fr;
        column-gap: 40px;
    }

    .carpet-category__title {
        font-size: 44px;
    }

    .carpet-category__info {
        padding-top: 24px;
    }
}

/* =========================
   MOBILE
   контрольная точка 640px
   ========================= */
@media (max-width: 640px) {
    .review_area {
        align-items: unset;
    }
    .carpet-category {
        padding: 72px 0 72px;
    }

    .carpet-category__container {
        padding: 0 16px;
        max-width: 390px;
    }

    .carpet-category__content {
        display: flex;
        flex-direction: column-reverse;
        gap: 32px;
    }

    .carpet-category__gallery {
        gap: 11px;
    }

    .carpet-category__gallery-main {
        border-radius: 18px;
        aspect-ratio: 358 / 229;
    }

    .carpet-category__gallery-grid {
        gap: 11px;
    }

    .carpet-category__gallery-item {
        border-radius: 18px;
        aspect-ratio: 173 / 154;
    }

    .carpet-category__info {
        padding-top: 0;
    }

    .carpet-category__title {
        margin-bottom: 18px;
        font-size: 28px;
        line-height: 1.12;
        letter-spacing: -0.01em;
    }

    .carpet-category__text {
        max-width: 100%;
        margin-bottom: 24px;
    }

    .carpet-category__text p {
        font-size: 16px;
        line-height: 1.5;
    }

    .carpet-category__features {
        gap: 10px;
    }

    .carpet-feature {
        min-height: 64px;
        padding: 14px 16px;
        gap: 14px;
        border-radius: 10px;
    }

    .carpet-feature__icon {
        width: 28px;
        min-width: 28px;
        height: 28px;
    }

    .carpet-feature__icon::after {
        right: -8px;
        height: 28px;
    }

    .carpet-feature__icon img {
        max-width: 22px;
        max-height: 22px;
    }

    .carpet-feature__text {
        padding-left: 12px;
        font-size: 14px;
        line-height: 1.4;
    }

    .carpet-category__bottom {
        margin-top: 34px;
        flex-direction: column-reverse;
        align-items: stretch;
        gap: 22px;
    }

    .carpet-category__nav {
        justify-content: center;
        gap: 16px;
    }

    .carpet-category__arrow {
        width: 42px;
        height: 42px;
    }

    .carpet-category__button {
        width: 100%;
        min-width: 0;
        height: 48px;
        padding: 0 20px;
        font-size: 16px;
    }
}

.video_preview svg {
    position: absolute;
    top: 34%;
    color: red;
    background: red;
    border-radius: 6px;
    width: 30px;
    height: 20px;
    padding: 5px;
}

.video_preview {
    aspect-ratio: 7 / 6;
    overflow: hidden;
}

/* .video_preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.mobile_header {
    margin-top: 1rem;
}

.wishlist_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5e3493;
}

.price_block {
    margin-right: 25px;
}

@media (max-width: 640px) {
    .price_block {
        margin-right: 0;
    }

    .good-price {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .good-price > .elemet_prices {
        flex: 0 0 50%;
    }

    .good-price > .elemet_prices:nth-child(1) {
        order: 1;
        margin-left: 8px;
    }

    .good-price > .elemet_prices:nth-child(4) {
        order: 3;
        font-size: 12px;
    }

    .good-price > .elemet_prices:nth-child(3) {
        order: 2;
        flex: 0 0 40%;
        /* margin: 0 auto; */
        /* margin-top: 15px; */
    }

}


.badges {
    padding: 0px 2px;
    color: white;
    font-size: 14px;
    position: relative;
    top: 10px;
    left: 10px;
    z-index: 10;
    height: 0px;
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
}

.badges__list {
    display: flex;
    gap: 10px;
}

.badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0px 10px;
    max-width: fit-content;
    border-radius: 13px;
    height: 26px;
}

.badges .badge-video {
    color: black;
    background-color:#ffffff;
}

.badges .badge-new {
    background-color:#4CAD56;
}

.badges .badge-bestseller {
    background-color:#FF9900;;
}

.badges .badge-sale {
    background-color:#5E3493;
}

.badges .badge-delivery {
    background-color:#FF0000;
}
#image0_2001_2 {
  width: 25px;
  height: 26px;
  object-fit: contain; /* или cover */
}

@media (max-width: 640px) {
    .badges{
        flex-wrap: wrap;
        gap: 10px;
        top: 80px
    }
    .slick-slide {
        max-height: 320px;
    }
}

.entry-page__tabs-js {
    margin-top: 15px;
}

.violet-btn.hidden {
    display: none;
}

/* Мобильная перестановка блоков */
@media (max-width: 767px) {
    /* Делаем главный контейнер flex-контейнером для всех дочерних элементов */
    #content > .flex {
        display: flex;
        flex-direction: column;
    }
    
    /* Обе колонки используют display: contents чтобы их дочерние элементы участвовали в flex родителя */
    #content > .flex > div:first-child,
    #content > .flex > div#product {
        display: contents;
    }
    
    /* #description_area тоже использует display: contents */
    #description_area {
        display: contents;
    }
    
    /* Для entry-page-two (обертка #attributes_area) */
    .entry-page-two {
        display: contents;
    }
    
    /* Внутренний контейнер в #attributes_area */
    #attributes_area > div {
        display: contents;
    }
    
    /* Контейнер с характеристиками становится flex-элементом */
    .entry-page__character {
        order: 7;
        width: 100%;
    }
    
    /* Также для .entry-page-three */
    .entry-page-three {
        display: contents;
    }
    
    /* Порядок элементов на мобильных */
    .mobile_header {
        order: 1;
        margin-bottom: 1.5rem;
    }
    
    .product_info_block {
        order: 5;
        margin-bottom: 1.5rem;
    }
    
    /* Галерея */
    .entry-page__slider-top {
        order: 3;
    }
    
    .images-slider {
        order: 4;
        margin-bottom: 2rem;
    }
    
    .entry-page__tabs {
        order: 5;
        margin-bottom: 2rem;
    }
    
    /* Цена и кнопки покупки сразу после форм выбора */
    .good-price {
        order: 6;
        margin-bottom: 2rem;
    }
    
    /* Детальная информация о товаре - характеристики и описание перед доставкой */
    .entry-page__desc {
        order: 8;
        width: 100%;
    }
    
    /* Доставка и оплата в конце */
    .ci {
        order: 9;
    }
}

.simplecheckout-block-content .form-group label {
    font-size: 14px;
    font-weight: 400;
    color: #111;
    margin-bottom: 15px;
}

#button-cart-elem span {
    padding-left: 5px;
}

@media (max-width: 468px) {
    .feature,
    .feature__text {
        text-align: center;
        max-width: 100%;
    }
    .feature__icon {
        margin: 0 auto;
        position: relative;
        left: 11px;
    }

    .feature::after {
        /* display: none; */
        width: 0;
    }

    .borders.faq {
        height: 880px;
    }

    .borders.faq .slick-track {
        height: 800px;
    }
}