.top-search span.icon.icon-search {
    height: 20px;
}
.personal-favorite--card__adress a {
    text-decoration: none;
    color: #000;
}
.personal-favorite-detail .button {
    text-decoration: none;
}
.product-item__action-item .icon-heart-fill {
    color: #999;
}
.personal-orders .order-card__id span.date {
    font-weight: 400;
}
.personal-order__detail .cards {
    max-height: 518px;
    overflow-y: auto;
}
.error-text{
    color: red !important;
}
.ocf-footer .ocf-search-btn-static, #shipping_address, .cl-floating-box,#confirm_comment, .delivery__popular-cities  {
    display: none !important;
}
.slide_go_link{
    cursor: pointer !important;
}
#payment_view{
    display: none !important;
}
/**/
.main-search__products-show-all {
    padding-top: 16px;
    padding-bottom: 16px;
}
.d-block{
    display: block !important;
}
.toggle-header.active~.main-form {
    display: block !important;
}
.main-search__products-show-all button {
    padding: 11px 20px;
    border-radius: 12px;
    border: none;
    font-size: 16px;
    line-height: 112%;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 8px;
    -webkit-transition: all .2s
    ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s
    ease;
    background: #e0146d;
    color: #fff;
}
.main-search__products-show-all button:hover {
    opacity: .9;
}

.ocf-scroll-y:hover::-webkit-scrollbar {
    width: 4px !important
}

.ocf-scroll-y::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 4px !important
}

.ocf-scroll-y:hover::-webkit-scrollbar-track {
    background-color: transparent
}

.ocf-scroll-y::-webkit-scrollbar-thumb {
    background-color: #e0146d !important;
    border-radius: 4px !important
}
.listing .ocf-filter-list {
    padding-bottom: 10px;
}
.ocf-theme-light .ocf-search-btn-static, .ocf-theme-light .ocf-search-btn-popover, .ocf-theme-light .ocf-search-btn-static.ocf-disabled, .ocf-theme-light .ocf-search-btn-popover.ocf-disabled {
    background-color: #e0146d !important;
    color: #fff;
}
.listing__product-col .listing__product-item {
    min-height: 100%;
    display: grid;
    grid-template-columns: 100%;
}
.product__reviews--thank.active {
    display: block !important;
}
.dropdown--select .dropdown__trigger-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.discount__item--name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 43px;
}
@media (min-width: 767.98px) {
    .listing[data-toggle-view-listing-wrapper=list] .listing__product-grid .listing__product-col .listing__product-item {
        display: block;
    }
}

/**/

.wrapper-block-checkout.active .checkout__step--summary, .wrapper-block-checkout:not(.active) .checkout__step--content, .wrapper-block-checkout:not(.active) .checkout__auth--step-3,
div#confirm_view{
    display: none !important;
}
.wrapper-block-checkout.active .checkout__auth--step-3, .wrapper-block-checkout:not(.active) .checkout__step--summary, .wrapper-block-checkout.active .checkout__step--content,
.wrapper-block-checkout.active_btn:not(.active) .checkout__step-edit{
    display: block !important;
}
.wrapper-block-checkout:not(.active) .checkout__step--summary {
    display: flex !important;
}
.wrapper-block-checkout.active_btn:not(.active) .checkout__step-edit  {
    display: inline-flex !important;
}
.text-line-through {
    text-decoration: line-through;
}

/**/

#cart-preloader {
    position: fixed;
    inset: 0;
    background: rgba(255,255,255,.5);
    z-index: 99999;

    display: none;
    backdrop-filter: blur(10px);
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-preloader-active #cart-preloader {
    display: block;
}
.loader svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.svg-fill {
    /* Показываем только нижнюю часть */
    clip-path: inset(100% 0 0 0); /* скрыто полностью */

    animation: loadingCart 2.2s linear forwards infinite;
}
body.checkout-checkout .content {
    background: #f6f6f6;
}
.checkout-checkout .container .container {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 1300px) {
    .checkout-checkout .container .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.main-form__block.is-error input, .is-error select {
    border: 1px solid red !important;
}
.main-form__block.is-error+.main-form__error{
    display: block !important;
}
.mt-12{
    margin-top: 12px;
}

@keyframes loadingCart {
    0% {
        clip-path: inset(100% 0 0 0); /* 0% */
    }
    50% {
        clip-path: inset(0 0 0 0); /* 100% */
    }
    100% {
        clip-path: inset(100% 0 0 0); /* 0% */
    }
}


/**/
a:hover .dropdown-catalog__body-link-text {
    text-decoration: underline;
}
.product__reviews {
    margin-top: 24px;
}
.main-form__row--margin:not(:last-child) {
    margin-bottom: 16px;
}
.listing__product-item {
    width: 100%;
}
.color-selection-wrap .select2-results__option::before {
    display: none;
}
.product__slider--navigation-buttons {
    bottom: 0;
    right: 16px;
    z-index: 5;
}
div#payment_address {
    display: none;
}

/**/

.all_form_errors {
    margin-top: 4px;
    color: #e01417;
    font-size: 12px;
    line-height: 108%;
}

/*-- Delivery Info Page --*/
.delivery__info {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
.delivery__info h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #222;
}
.delivery__info h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #222;
}
.delivery__info h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #222;
}
.delivery__info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}
.delivery__info h5,
.delivery__info h6 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
    color: #333;
}
.delivery__info p {
    margin-bottom: 16px;
}
.delivery__info ul,
.delivery__info ol {
    margin-bottom: 16px;
    padding-left: 24px;
}
.delivery__info ul {
    list-style-type: disc;
}
.delivery__info ol {
    list-style-type: decimal;
}
.delivery__info li {
    margin-bottom: 8px;
}
.delivery__info a {
    color: #e0146d;
    text-decoration: underline;
}
.delivery__info a:hover {
    text-decoration: none;
}
.delivery__info table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
}
.delivery__info th,
.delivery__info td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: left;
}
.delivery__info th {
    background-color: #f5f5f5;
    font-weight: 600;
}
.delivery__info tr:nth-child(even) {
    background-color: #fafafa;
}
.delivery__info img {
    max-width: 100%;
    height: auto;
    margin: 16px 0;
    border-radius: 8px;
}
.delivery__info blockquote {
    margin: 16px 0;
    padding: 16px 24px;
    border-left: 4px solid #e0146d;
    background-color: #f9f9f9;
    font-style: italic;
}
.delivery__info hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 24px 0;
}
.delivery__info strong,
.delivery__info b {
    font-weight: 600;
}
@media (max-width: 767.98px) {
    .delivery__info {
        font-size: 15px;
    }
    .delivery__info h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .delivery__info h2 {
        font-size: 22px;
        margin-top: 24px;
    }
    .delivery__info h3 {
        font-size: 18px;
    }
    .delivery__info table {
        display: block;
        overflow-x: auto;
    }
    .delivery__info th,
    .delivery__info td {
        padding: 10px 12px;
        font-size: 14px;
    }
}

/*-- About Page / Text Center Content --*/
#content .text-center {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
#content .text-center h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #222;
}
#content .text-center h2 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #222;
}
#content .text-center h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 20px;
    color: #222;
}
#content .text-center h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}
#content .text-center h5 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 8px;
    color: #444;
    line-height: 1.5;
}
#content .text-center p {
    margin-bottom: 16px;
}
#content .text-center ul,
#content .text-center ol {
    margin-bottom: 16px;
    padding-left: 24px;
    text-align: left;
    display: inline-block;
}
#content .text-center li {
    margin-bottom: 8px;
}
#content .text-center a {
    color: #e0146d;
    text-decoration: underline;
}
#content .text-center a:hover {
    text-decoration: none;
}
#content .text-center img {
    max-width: 100%;
    height: auto;
    margin: 16px 0;
    border-radius: 8px;
}
.about-us  {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #333;

}
.about-us  h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #222;
    text-align: center;
    display: block;
    width: 100%;
}
.about-us  h2 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #222;
    text-align: center;
    display: block;
    width: 100%;
}
.about-us  h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 20px;
    color: #222;
    text-align: center;
    display: block;
    width: 100%;
}
.about-us  h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
    display: block;
    width: 100%;
}
.about-us  h5 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 8px;
    color: #444;
    line-height: 1.5;
    text-align: center;
    display: block;
    width: 100%;
}
.about-us  p {
    margin-bottom: 16px;
}
.about-us  ul,
.about-us  ol {
    margin-bottom: 16px;
    padding-left: 24px;
    text-align: left;
    display: inline-block;
}
.about-us  li {
    margin-bottom: 8px;
}
.about-us  a, .accordion__body a {
    color: #e0146d;
    text-decoration: underline;
}
.about-us  a:hover, .accordion__body a:hover {
    text-decoration: none;
}
.about-us  img {
    max-width: 100%;
    height: auto;
    margin: 16px 0;
    border-radius: 8px;
}


/*-- Grid Row/Col --*/
#content .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
}
.pagination-block {
    width: 100%;
    display: flex;
    justify-content: center;
}
#content .col-sm-4 {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/*-- Count Box --*/
#content .count-box {
    padding: 24px 16px;
    margin-bottom: 24px;
}
#content .count-box strong {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: #e0146d;
    margin-bottom: 8px;
}
#content .count-box h5 {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin: 0;
    text-transform: uppercase;
}

/*-- Icon Box --*/
#content .icon-box {
    padding: 24px 16px;
    margin-bottom: 24px;
}
#content .icon-box i {
    font-size: 48px;
    color: #e0146d;
    margin-bottom: 16px;
    display: block;
}
#content .icon-box h5 {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 12px;
}
#content .icon-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/*-- Mobile Responsive --*/
@media (max-width: 767.98px) {
    #content .text-center {
        font-size: 15px;
    }
    #content .text-center h1 {
        font-size: 26px;
    }
    #content .text-center h2 {
        font-size: 22px;
    }
    #content .text-center h3 {
        font-size: 20px;
    }
    #content .col-sm-4 {
        width: 100%;
    }
    #content .count-box strong {
        font-size: 36px;
    }
}

/*-- Contact Page --*/
.contact_page {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
.contact_page h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #222;
}
.contact_page h1.no-line {
    border: none;
}
.contact_page h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 20px;
    color: #222;
}
.contact_page .map {
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
}

/*-- Contact Panel --*/
.contact_page .panel {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 24px;
}
.contact_page .panel-body {
    padding: 24px;
}
.contact_page .panel-body .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.contact_page .panel-body .col-sm-4 {
    width: 33.333%;
    padding: 15px;
    box-sizing: border-box;
}
.contact_page .panel-body .col-sm-4:first-child {
    width: 100%;
    margin-bottom: 8px;
}
.contact_page .panel-body .col-sm-4 strong {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}
.contact_page .panel-body .col-sm-4 br {
    display: none;
}
.contact_page .panel-body .col-sm-4 a {
    color: #e0146d;
    text-decoration: none;
}
.contact_page .panel-body .col-sm-4 a:hover {
    text-decoration: underline;
}
.contact_page .panel-body address {
    margin: 0;
    font-style: normal;
}
.contact_page .icon {
    position: relative;
}
.contact_page .img-thumbnail {
    max-width: 100%;
    height: auto;
    border: none;
    padding: 0;
    border-radius: 8px;
}

/*-- Contact Form --*/
.contact_page form {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.contact_page fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
.contact_page legend {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 24px;
    padding: 0;
    border: none;
}
.contact_page .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: flex-start;
}
.contact_page .form-group.required .control-label::after {
    content: ' *';
    color: #e0146d;
}
.contact_page .control-label {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    text-align: left;
}
.contact_page .col-sm-10 {
    width: 100%;
}
.contact_page .form-control {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact_page .form-control:focus {
    outline: none;
    border-color: #e0146d;
    box-shadow: 0 0 0 3px rgba(224, 20, 109, 0.1);
    background: #fff;
}
.contact_page textarea.form-control {
    min-height: 140px;
    resize: vertical;
}
.contact_page .buttons {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}
.contact_page .btn-primary {
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #e0146d;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.contact_page .btn-primary:hover {
    opacity: 0.9;
}
.contact_page .btn-primary:active {
    transform: scale(0.98);
}

/*-- Contact Page Mobile --*/
@media (max-width: 767.98px) {
    .contact_page h1 {
        font-size: 26px;
    }
    .contact_page h3 {
        font-size: 20px;
    }
    .contact_page .panel-body {
        padding: 16px;
    }
    .contact_page .panel-body .col-sm-4 {
        width: 100%;
        padding: 12px 15px;
    }
    .contact_page form {
        padding: 20px;
    }
    .contact_page .btn-primary {
        width: 100%;
    }
}

/*-- Blog Page --*/
#content > h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #222;
}
#content:has(.blog_article) {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#content:has(.blog_article) h1 {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 20px;
}
    /*-- Blog Article Card --*/
.blog_article {
    flex: 1 0 calc((100% / 3.001) - (20px - (20px / 3)));
    width: calc((100% / 3.001) - (20px - (20px / 3)));
    max-width: calc((100% / 3.001) - (20px - (20px / 3)));
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: box-shadow 0.3s ease;
}
.blog_article:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.blog_article > .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.blog_article .col-md-6:first-child {

    padding: 0;
    box-sizing: border-box;
}
.article-bottom {
    padding: 20px;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.article-button {
    margin-top: auto;
}
.article-item {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.blog_article .article-thumbnail-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/*-- Blog Article Image --*/
.blog_article .article-image {
    margin: 0;
    position: relative;
    overflow: hidden;
}
.blog_article .article-image:before {
    content: '';
    width: 1px;
    padding-top: 88%;
    display: inline-block;
}
.blog_article .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    position: absolute;
    left: 0;
    top: 0;
}
.blog_article:hover .article-image img {
    transform: scale(1.03);
}

/*-- Blog Article Content --*/
.blog_article .col-md-6:last-child {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    box-sizing: border-box;
}

/*-- Blog Pagination --*/
#content .pagination-block {
    text-align: center;
}
#content .pagination__list {
    display: inline-flex;
    justify-content: center;
}

/*-- Blog Article Title --*/
.blog_article .article-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 16px 0;
}
.blog_article .article-title a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease;
    display: -webkit-box;
    height: 58px;
    line-height: 141%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog_article .article-title a:hover {
    color: #e0146d;
}
.article-description--full {
    padding: 16px;
    background: #f6f6f6;
    border-radius: 22px;
}
/*-- Blog Article Meta --*/
.blog_article .article-sub-title {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #888;
}
.blog_article .article-date,
.blog_article .article-comments {
    display: flex;
    align-items: center;
    gap: 6px;
}
.blog_article .article-date::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}
.blog_article .article-comments a {
    color: #888;
    text-decoration: none;
}
.blog_article .article-comments a:hover {
    color: #e0146d;
}

/*-- Blog Article Description --*/
.blog_article .article-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*-- Blog Article Button --*/
.blog_article .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #e0146d;
    background: transparent;
    border: 2px solid #e0146d;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.blog_article .btn::after {
    content: '→';
    font-size: 18px;
    transition: transform 0.2s ease;
}
.blog_article .btn:hover {
    background: #e0146d;
    color: #fff;
}
.blog_article .btn:hover::after {
    transform: translateX(4px);
}

/*-- Blog Mobile --*/
@media (max-width: 990.98px) {
    .blog_article {
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
    }

}
@media (max-width: 767.98px) {
    #content > h1 {
        font-size: 26px;
        margin-bottom: 24px;
    }
    .blog_article .col-md-6:first-child,
    .blog_article .col-md-6:last-child {
        width: 100%;
    }
    .blog_article .article-image {
        height: 220px;
    }
    .blog_article .col-md-6:last-child {
        padding: 20px;
    }
    .blog_article .article-title {
        font-size: 18px;
    }
    .blog_article .article-description {
        font-size: 14px;
        -webkit-line-clamp: 2;
    }
    .blog_article .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/*-- Blog Sidebar --*/
#column-left {
    margin: 0 auto 24px;
    padding: 0;
    width: 100%;
    float: none;
}
#column-left .box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    overflow: hidden;
}
#column-left .box-heading {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}
#column-left .box-heading h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 0;
}
#column-left .box-content {
    padding: 20px;
}

/*-- Blog Search --*/
#blog-search > div {
    display: flex;
    gap: 10px;
}
#blog-search .form-control {
    flex: 1;
    padding: 12px 16px;
    font-size: 15px;
    color: #333;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 0 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#blog-search .form-control:focus {
    outline: none;
    border-color: #e0146d;
    box-shadow: 0 0 0 3px rgba(224, 20, 109, 0.1);
    background: #fff;
}
#button-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #e0146d;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
#button-search::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}
#button-search:hover {
    opacity: 0.9;
}

/*-- Article Page --*/
.article-info {
    width: 100%;
    margin: 0 auto;
}
.article-info .article-title h1 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px 0;
    line-height: 1.3;
}
.article-info .article-sub-title {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #888;
}
.article-info .article-date,
.article-info .article-comments {
    display: flex;
    align-items: center;
    gap: 6px;
}
.article-info .article-date::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23888' viewBox='0 0 24 24'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

/*-- Article Content --*/
.article-info .article-description {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 32px;
}
.article-info .article-description p {
    margin-bottom: 16px;
}
.article-info .article-description img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 16px 0;
}
.article-info .article-description b,
.article-info .article-description strong {
    font-weight: 600;
    color: #222;
}
#payment_view h2 {
    display: none;
}
/*-- Article Share --*/
.article-info .article-share {
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

/*-- Article Tabs (Comments) --*/
.article-info .product_tabs {
    margin-top: 32px;
}
.article-info .nav-tabs {
    border-bottom: 2px solid #eee;
    margin-bottom: 24px;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
}
.article-info .nav-tabs li a {
    display: block;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s ease;
}
.article-info .nav-tabs li a:hover,
.article-info .nav-tabs li.active a {
    color: #e0146d;
    border-bottom-color: #e0146d;
}

/*-- Article Comments --*/
.article-info #tab-comments h2 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}
.article-info #tab-comments h5 {
    font-size: 15px;
    color: #666;
    margin-bottom: 24px;
}
.article-info .comment-left .form-group {
    margin-bottom: 16px;
}
.article-info .comment-left label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}
.article-info .comment-left .form-control {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    color: #333;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.article-info .comment-left .form-control:focus {
    outline: none;
    border-color: #e0146d;
    box-shadow: 0 0 0 3px rgba(224, 20, 109, 0.1);
    background: #fff;
}
.article-info .comment-left textarea.form-control {
    min-height: 120px;
    resize: vertical;
}
.article-info #button-comment {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #e0146d;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.article-info #button-comment:hover {
    opacity: 0.9;
}
.author-info {
    display: grid;
    grid-template-columns: 60px 1fr;
    column-gap: 16px;
    row-gap: 6px;
    align-items: start;
    position: relative;
    padding: 16px;
    background: #f6f6f6;
    border-radius: 22px;
    margin-bottom: 20px;
}
.comments-blog {
    position: relative;
    padding: 16px;
    background: #f6f6f6;
    border-radius: 22px;
}
.form-group strong {
    font-weight: 300;
}
/* картинка слева занимает обе строки */
.author-info .image {
    grid-row: 1 / 3;
}

.author-info .image img {
    width: 60px;
    height: 60px;
    object-fit: contain; /* или cover если нужно */
}

/* заголовок */
.author-info h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
}

/* текст */
.author-info p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}

/*-- Article Mobile --*/
@media (max-width: 767.98px) {
    .article-info .article-title h1 {
        font-size: 24px;
    }
    .article-info .article-description {
        font-size: 15px;
    }
    .article-info .nav-tabs li a {
        padding: 10px 16px;
        font-size: 14px;
    }
}

#comment-list .article-comment {
    background: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
        "author date"
        "text text"
        "reply reply";
    row-gap: 12px;
    column-gap: 12px;
}
#comment-list .article-comment .author {
    grid-area: author;
    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;
}

#comment-list .article-comment .author b {
    font-weight: 600;
}
#comment-list .article-comment .comment-date {
    grid-area: date;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    align-self: center;
}
#comment-list .article-comment .text {
    grid-area: text;
    font-size: 15px;
    line-height: 1.45;
    color: #333;
}
#comment-list .article-comment .reply-message {
    grid-area: reply;
}

#comment-list .article-comment .reply-message a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #5bb486; /* как на скрине */
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

#comment-list .article-comment .reply-message a:hover {
    text-decoration: underline;
}
#comment-list .article-comment .article-comment {
    margin-top: 16px;
    margin-left: 24px;
    background: #f6f6f6;
}
@media (max-width: 768px) {
    #comment-list .article-comment {
        padding: 16px;
        grid-template-columns: 1fr;
        grid-template-areas:
            "author"
            "date"
            "text"
            "reply";
    }

    #comment-list .article-comment .comment-date {
        font-size: 13px;
    }
}


.alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.4;
    max-width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    animation: notificationFadeIn 0.25s ease-out;
}

.alert__icon {
    font-size: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.alert__content strong {
    display: block;
    margin-bottom: 2px;
}

/* ❌ error */
.alert-danger {
    background: #fff5f5;
    color: #b42318;
    border: 1px solid #fecdca;
}

.alert-danger .alert__icon {
    color: #f04438;
}

/* ✨ анимация */
@keyframes notificationFadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.block-img-clients {
    width: 100%;
    display: flex;
    justify-content: center;
}
.block-img-clients img {
    width: 100%;
    object-fit: contain;
}
.logo-contacts {
    width: 100%;
}
.map {
    margin-top: 24px;
    height: 380px;
}
.map iframe {
    width: 100% !important;
    height: 100% !important;
}

.product__info .bulk-purchase .bulk-options {
    /*grid-template-columns: repeat(3, max-content);*/
    /*justify-content: start;*/
    justify-content: start;
    display: flex;
    max-width: 495px;
    flex-wrap: wrap;
}
.product__info .bulk-purchase .bulk-options .bulk-option {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -moz-box-flex: 0;
    flex: 0 auto;
}
.product__info .add-to-cart-btn {
    max-width: 100%;
}

.drift-zoom-pane.drift-open {
    z-index: 50;
}

.select2 .selection {
    display: block;
    width: 100%;
}
.qc-col-2 .qc-step {
    padding: 0 !important;
}
@media (max-width: 1099px) { .qc-col-2 .qc-step {
    padding: 0 !important;
} }
.info-label {
    padding-left: 28px;
    color: #999;
    padding-top: 6px;
}
.toastify {
    display: flex;
    flex-wrap: wrap;
    max-width: 280px;
    gap: 8px;
    border-radius: 16px;
}
.toastify-body {
    flex: 1;
    min-width: 0;
}
.toastify a {
    color: #fff;
}

.section__title-text.product-title {
    font-weight: 600;
    font-size: 32px;
    color: #1f1f1f;
}
.checkout__content {
    padding-bottom: 128px;
}
body.checkout-checkout .content .product-item {
    background: #fff;
}
textarea.form-control {
    resize: none;
    border-radius: 12px !important;
    border: 1px solid #e5e5e5 !important;
    height: 128px !important;
    width: 100% !important;
    padding: 13px 18px !important;
    font-size: 16px !important;
    line-height: 112% !important;
}
.qc-coupon {
    margin-bottom: 0 !important;
}
.qc-coupon .main-form__block{
    margin-bottom: 12px;
}
.checkout__card--promo-success {
    margin-top: 0;
    font-size: 12px;
    line-height: 108%;
    font-weight: 300;
}
.checkout__step--title + .main-form{
    margin-top: 24px;
}
.checkbox-rules-order.is-error .main-form__error {
    display: block;
}
.delivery__type .main-form__block  {
    margin-top: 12px;
}
[data-toggle-view-listing-wrapper="grid"] .clickNotifyPopup {
    width: 100%;
    flex: 1 0 100%;
    max-width: 100%;
}
.breadcrumb li:first-child .breadcrumb--divider {
    display: none;
}
.main-form__checkbox label::before {
    flex: 1 0 20px;
    max-width: 20px;
}
.product__info .bulk-purchase .bulk-options .bulk-option .bulk-btn{
    cursor: auto;
}
.product__info .bulk-purchase .bulk-options .bulk-option .bulk-btn:hover {
    background: #e0146d;
}
body.ocf-overflow-hidden {
    overflow: auto !important;
}
.slider-subcats::after {
    pointer-events: none;
}
#jsFavoriteListSelectPopup .main-form__row {
    column-gap: 16px;
}
.is-error-text {
    color: red;
}
.product__reviews .main-form#productReviewForm {
    gap: 0;
}

.kit-block  .product-item__rating {
    height: auto !important;
}
/*.listing .ocf-filter.ocf-dropdown .ocf-filter-body:not(.is-active) .ocf-value-list {*/
/*    max-height: 400px;*/
/*}*/
.personal .main-content {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
    flex: 1;
    min-width: 0;
}
.personal {
    flex-wrap: wrap;
}

.kit-block__brand {
    gap: 20px;
}
.banner__slide-image img, .banner__slide-image picture {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.product-item__action-item .heart-icon.active {
    color: #e0146d;
}
.banner__slide {
    border-radius: 24px;
    overflow: hidden;
}
.banner__slide::before {
    content: "";
    width: 1px;
    padding-top: 36.16%;
    display: inline-block;
    opacity: 0;
}
@media (max-width: 1024px) {
    body .ocf-footer .ocf-search-btn-static{
        display: block !important;
    }
    .ocf-filter-body > .ocf-value-list {
        overflow: hidden !important;
    }
    .ocf-filter-header + .ocf-value-list > .ocf-scroll-y{
        max-height: 400px;
        overflow:  auto !important;
    }
    .ocf-collapse-value.ocf-in .ocf-value-list {
        border-top: 1px solid transparent !important;
        margin-top: 0px !important;
        padding-top: 0 !important;
    }
    .ocf-collapse-value.ocf-in .ocf-value-list-body {
        padding-top: 0 !important;
    }
}
@media (max-width: 1023px) {
    .personal__sidebar {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
        border: unset;
        padding: 0;
    }
    .personal .main-content {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }
}
@media (max-width: 1099px) {
    body {
        padding-bottom: var(--marginBotoomFooter, 69px);
    }
}
@media (max-width: 991px) {
    .main-search__dropdown.active {
        display: block;
    }
}
@media (max-width: 768px) {
    .checkout__content {
        padding-bottom: 0px;
    }
    .section__title-text.product-title {
        font-size: 24px;
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -moz-box-flex: 1;
        flex: 1 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .banner__slide::before {
        padding-top: 125.26%;
    }
    .listing .ocf-content {
        overflow-y: hidden;
        padding-bottom: 96px;
        height: 100dvh;
        display: flex;
        flex-direction: column;
    }
    .listing .ocf-body {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
    }
}
@media (max-width: 767px) {
    .clickNotifyPopup {
        padding: 11px;
        font-size: 13px;
    }
    .ocf-btn-mobile-fixed {
        display: none !important;
    }
    .ocf-slider .ocf-filter-body > .ocf-value-list {
        overflow: unset !important;
    }
    .ocf-filter-body > .ocf-value-list {
        overscroll-behavior: auto !important;
    }

}

@media (min-width: 768.98px) {
    .brands__image {
        height: 80px;
    }
}