.regular-text-page h1 {
    font-size: 3.5em;
    line-height: 1.2;
}

.regular-text-page h2 {
    font-size: 1.5em;
    margin-top: 1.5em;
}

.regular-text-page h3 {
    font-size: 1.25em;
    margin-top: 1.25em;
}

.regular-text-page .bulleted-list {
    list-style: decimal;
    list-style-position: inside;
    padding-left: 0;
}

@media (max-width: 768px) {
    .regular-text-page h1 {
        font-size: 2.2em;
        margin-bottom: 0.5em;
    }

    .regular-text-page h2 {
        font-size: 1.3em;
        margin-top: 1.2em;
    }

    .regular-text-page ol,
    .regular-text-page ul {
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .regular-text-page h1 {
        font-size: 1.8em;
    }
}


.about-us {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.about-us-item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-us-item:nth-child(even) {
    flex-direction: row-reverse;
}

.about-us-media {
    flex: 1;
}

.about-us-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-us-info {
    flex: 1;
}

.about-us-title {
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--color-dark-grey);
}

.about-us-text {
    font-size: 18px;
    color: var(--color-grey);
}

@media (max-width: 768px) {

    .about-us-item,
    .about-us-item:nth-child(even) {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .about-us-title {
        font-size: 24px;
    }
}

.icon-text-wrapper {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.icon-text-wrapper a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
}

.icon-text-wrapper svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

@media (max-width: 480px) {
    .icon-text-wrapper {
        gap: 15px;
    }

    .icon-text-wrapper a {
        font-size: 14px;
    }
}

ul.requisites-list {
    padding: 1em;
}

.requisites-list li {
    margin-bottom: 8px;
    line-height: 1.4;
}

footer .footer-top .wrapper {
    margin: 0 auto;
}

footer .footer-bottom .wrapper {
    margin: 0 auto;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

.info-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: sans-serif;
    color: #333;
}

.info-section {
    display: flex;
    margin-top: 5em;
    gap: 60px;
}

.info-title {
    flex: 1;
}

.info-title h2 {
    font-size: 3.5rem;
    margin-top: 0;
    font-weight: normal;
}

.info-title p {
    line-height: 1.5;
    color: #555;
    max-width: 400px;
}

.info-content {
    flex: 2;
}

.info-item h3 {
    font-size: 1.5rem;
    font-weight: normal;
}

.info-item p {
    line-height: 1.6;
    margin: 0;
}

.info-item {
    line-height: 1.6;
    margin-bottom: 2em;
}

@media (max-width: 900px) {
    .info-section {
        flex-direction: column;
        gap: 30px;
    }

    .info-title h2 {
        font-size: 2.5rem;
    }
}

.quick-view-popup {
    border-radius: 20px;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease
}

.blo {
    width: 30px;
    height: 40px;
    background-image: url('/local/templates/mall_local/images/filters.svg');
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .blo {
        margin-left: 3%;
    }
}

.catalog_filter_box .icon-text-wrapper {
    margin-bottom: 0;
}


.catalog_filter_box .icon-text-wrapper a {
    font-size: 1.25em;
}


.catalog_filter_box .icon-text-wrapper svg {
    width: 1.25em;
    height: 1.25em;
    flex-shrink: 0;
}

.about_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 60px auto;
}

.about_block__content {
    flex: 1;
}

.about_block h2 {
    font-size: 2.5rem;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about_block p {
    line-height: 1.6;
    font-size: 1.1rem;
    color: #333;
    margin: 0;
}

.about_block__image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.about_block__image img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .about_block {
        gap: 30px;
    }

    .about_block h2 {
        margin: 0;
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .about_block {
        flex-direction: column-reverse;
        text-align: center;
        gap: 20px;
        margin: 40px auto;
    }

    .about_block p {
        padding: 0;
        font-size: 1rem;
    }

    .about_block__image {
        width: 100%;
    }
}

.hits h2 {
    margin: 0 5%;
}

.hits h3 {
    margin: 0 5%;
}

.hits p {
    margin: 0 5%;
    margin-bottom: 1em;
}

.hits {
    padding-top: 60px;
}

.btn-circle_prev,
.btn-circle_small_prev {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: var(--color-lavender-dark) !important;
    mask: url('/local/templates/mall_local/images/chevron-left.svg') no-repeat center / contain;
}

.btn-circle_next,
.btn-circle_small_next {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: var(--color-lavender-dark) !important;
    mask: url('/local/templates/mall_local/images/chevron-right.svg') no-repeat center / contain;
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
    text-align: center !important;
}

th,
td {
    padding: 0.5em !important;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 1rem;
}


table {
    min-width: 600px;
    width: 100%;
}

.basic-style {
    margin-left: 5%;
    margin-right: 5%;
}

.bx_catalog_list_home {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bx_catalog_list_home>div {
    width: calc((100% - 10px) / 2);
    box-sizing: border-box;
}

@media (min-width: 769px) {
    .bx_catalog_list_home>div {
        width: calc((100% - 20px) / 3);
    }

    .bx_catalog_list_home {
        margin-right: 40px;
    }
}

@media (max-width: 769px) {
    .bx_catalog_list_home {
        margin: 0 1px;
    }
}

.bx_catalog_item .bx_catalog_item_container {
    display: block;
    border-radius: 20px;
}

@media (min-width: 769px) {
    .sale-page .bx_catalog_list_home {
        margin: 0 1px;
    }
}

@media (max-width: 769px) {
    .bx_catalog_list_home {
        margin: 0 1px;
    }
}

#basket .b_body {
    bottom: 0 !important;
    max-height: calc(100vh - 74px);
    max-height: calc(100dvh - 74px);
}

#basket .basket-modern {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    background: #f9f9f9;
}

#basket .bx_ordercart {
    height: calc(100vh - 74px);
    height: calc(100dvh - 74px);
}

#basket #basket_items {
    min-height: 0;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 15px 10px 10px 10px;
}

#basket #basket_items::-webkit-scrollbar {
    width: 4px;
}

#basket #basket_items::-webkit-scrollbar-thumb {
    background: #ced6e0;
    border-radius: 10px;
}

#basket .basket-footer {
    flex: 0 0 auto;
    padding: 20px 15px;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 10;
}


#basket .basket_item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#basket .item-main {
    padding-right: 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

#basket .item-photo {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

#basket .bx_ordercart_photo {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

#basket .item-info {
    flex-grow: 1;
}

#basket .item-title {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    line-height: 1.3;
    display: block;
    margin-bottom: 5px;
}

#basket .item-props {
    font-size: 11px;
    color: #7f8c8d;
    line-height: 1.4;
}

#basket .item-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px dashed #eee;
}

#basket .current_price {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

#basket .old_price {
    font-size: 12px;
    color: #a4b0be;
    text-decoration: line-through;
}

#basket .item-quantity-control {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #dcdde1;
    overflow: hidden;
}

#basket .item-quantity-control input {
    width: 35px;
    height: 30px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

#basket .upd_quantity {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #2f3542;
    font-size: 18px;
    text-decoration: none;
}

#basket .item-control {
    position: absolute;
    top: 12px;
    right: 12px;
    line-height: 1;
}

#basket .remove {
    font-size: 20px;
    color: #ced6e0;
    cursor: pointer;
    display: block;
}

#basket .remove:hover {
    color: #ff4757;
}

#basket .total-sum-row {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
}

#basket .btn-checkout {
    width: 100%;
}

.sdek_pvzLair .btn {
    margin: 20px 0 20px 0;
}

.header_bottom_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
    margin: 0 10px;
}

#catalog-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

#catalog-menu li {
    position: relative;
}

#catalog-menu .root-item {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    white-space: nowrap;
}

#title-search {
    flex-grow: 1;
    max-width: 400px;
}

#title-search form {
    display: flex;
    position: relative;
}

#title-search-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.basket-toggle {
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
}

header .basket-toggle .basket-icon.basket-icon__black::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-lavender-dark);
    mask-image: url(/local/templates/mall_local/images/basket.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
}

@media (max-width: 669px) {
    header .header_bottom_menu .basket-toggle {
        height: 22px;
        width: 22px;
        top: 0;
        right: 0;
    }
}

header .header_bottom_menu .basket-toggle .basket-icon {
    position: relative;
    top: 0;
    left: 0;
}

header .header_bottom_menu .basket-toggle {
    position: relative;
}

@media (max-width: 1300px) {
    header .header_bottom_menu #title-search {
        margin-right: 0;
    }
}

.bx_catalog_item .bx_catalog_item_info .bx_catalog_item_title {
    white-space: break-spaces;
}

.order-success-wrapper {
    padding: 20px 0;
}

.order-success-info,
.order-pay-system-block {
    border: 1px solid;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    line-height: 1.6;
}

.order-pay-system-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.ps_logo_container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ps_logo_container img {
    border-radius: 4px;
    object-fit: contain;
}

.pay_name {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.order-pay-link-wrapper {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed;
    width: 100%;
}

.order-pay-link-wrapper a {
    display: inline-block;
    padding: 8px 16px;
    margin-right: 10px;
    text-decoration: none;
    border: 1px solid;
    border-radius: 4px;
}

.left-panel .body a {
    color: var(--color-lavender-dark);
    text-transform: uppercase;
    height: fit-content;
    line-height: 40px;
    padding: 0 25px;
    display: block;
    transition: .1s;
}

.one-click-buy-popup {
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: fit-content;
    width: 420px;
    z-index: 610;
    padding: 30px 20px 20px;
    visibility: hidden;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (max-width: 460px) {
    .one-click-buy-popup {
        width: 90%;
        max-width: 320px;
        padding: 20px 15px;
    }
}

.detail-slider .bx_photo_slider .owl-item img,
.detail-slider .bx_photo_slider,
.detail-slider .bx_item_slider {
    height: 75vh;
    height: 75dvh;
    width: 100%;
    object-fit: contain;
}

.product-collections {
    margin: 20px 0;
    font-family: sans-serif;
}

.product-collections__list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}

.product-collections__list::-webkit-scrollbar {
    height: 3px;
}

.product-collections__list::-webkit-scrollbar-thumb {
    background: #eee;
}

.product-collections__item {
    flex: 0 0 60px;
    position: relative;
    text-decoration: none;
    border: 2px solid #eee;
    border-radius: 4px;
    padding: 2px;
    transition: all 0.2s ease;
}

.product-collections__item:hover {
    border-color: #ccc;
}

.product-collections__item.is-active {
    border-color: var(--color-lavender-dark);
    pointer-events: none;
}

.product-collections__image {
    width: 100%;
    height: 75px;
    overflow: hidden;
    border-radius: 2px;
    background: #f9f9f9;
}

.product-collections__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-collections__color-swatch {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-size: cover;
    background-position: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .product-collections__list {
        flex-wrap: wrap;
        overflow-x: visible;
    }

    .product-collections__item {
        flex: 0 0 70px;
    }

    .product-collections__image {
        height: 90px;
    }
}