/* iOS/WebKit text autosizing: без цього Safari та Chrome на iPhone
   самі збільшують шрифти в картках товару. У DevTools не відтворюється. */
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}



.footer-left__logo img {
    width: 280px;
}
.fff-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0;
}

main.kovpaki .product-one__name {
    min-height: 66px;
}

#c1 {
    margin-bottom: 50px;
}

.owl-carousel .product-one__image figure {
    position: relative;
    width: auto;
    height: auto;
}

.cg .product-one__image figure {
    position: relative;
    width: auto;
    height: auto;
}
.mega-menu .mega-menu__leftList li a {
    cursor: pointer;
    transition: background 0.12s ease, color 0.12s ease, box-shadow 0.12s ease;
}
.mega-menu .mega-menu__leftList li a:hover,
.mega-menu .mega-menu__leftList li a.mega-menu__leftListItem--active {
    background: #eef4ff;
    color: var(--main-blue, #3076d5);
    box-shadow: inset 3px 0 0 var(--main-blue, #3076d5);
}

.button-search img {
    width: 32px;
    height: 32px;
}

.button-search {
    position: absolute;
    right: 50px;
    top: 12px;
    opacity: 0.9;
}

/* Kovpaki mega-menu: wheel-size cards (filter links) */
.nav__childlink--wheel span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    line-height: 1.2;
}
.nav__childlink--wheel span small {
    color: var(--main-blue, #3076d5);
    font-weight: 700;
    font-size: 15px;
}

.cg-inner.search {
    column-gap: 30px;
}

.category-grid.search {
    flex: 0 0 calc(100% - 350px);
}

@media (max-width: 1700px) {
    .wheels-one__item img {
        position: absolute;
        bottom: -36%;
        left: 37%;
        width: 259px;
    }

    .autopicker__buttonLink {
        width: 100%;
    }

    .owl-carousel .product-one__itemGrid4 {
        flex: 0 0 calc(30.9% - 60px);
        width: calc(100% - 62px);
    }

    #c1 {
        margin-bottom: 40px;
    }

    .owl-carousel .product-one__priceBuy {
        flex-direction: row;
    }

    .owl-carousel .product-one__cartButton {
        width: 130px;
        height: 50px;
        font-size: 16px;
    }

    .owl-carousel .product-one__addToCart {
        margin-top: 0px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .owl-carousel .product-one__priceValue {
        width: 90px;
    }

    .owl-carousel .product-one__code {
        padding: 4px 4px;
        border-radius: 8px;
        color: #3f3f3f;
        background: #f1f1f1;
        font-size: 12px;
    }

    .owl-carousel .product-one__codeReview {
        flex-direction: row;
        align-items: flex-start;
    }

    .owl-carousel .product-one__priceValue {
        font-size: 26px;
    }

    .fl-2 {
        width: 320px;
    }

    .footer-left__description {
        width: auto;
        font-size: 14px;
    }

    .cg .product-one__itemGrid4 .product-one__priceBuy {
        flex-direction: row;
        align-items: flex-start;
    }

    .cg .product-one__itemGrid4 .product-one__cartButton {
        width: 120px;
        padding: 0 10px;
        height: 50px;
        margin: 0;
    }

    .cg .product-one__addToCart {
        display: flex;
        justify-content: flex-end;
    }

    .cg .product-one__cartButton {
        font-size: 17px;
    }

    .cg .product-one__addToCart {
        margin: 0;
    }

    .cg .product-one__cartButton img {
        width: 28px;
    }

    .cg .product-one__priceValue {
        font-size: 30px;
        width: 100px;
    }

    .cg .product-one__name {
        font-size: 20px;
        margin: 30px 0 10px;
        font-weight: 500;
        min-height: 75px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .wheels-one__item {
        width: 18%;
    }

    .ffs-input {
        width: 100%;
    }

    main.kovpaki .ctf-right {
        display: none;
    }

    main.kovpaki .fake-filter-select {
        width: 360px;
    }
}

@media (max-width: 1480px) {
    .aromas__rightContentItem a img {
        top: 0;
    }

    .aromas__leftContentSecondaryItem span {
        display: block;
        z-index: 4;
        font-size: 15px;
        background: #3076d5d1;
        color: white;
        border-radius: 6px;
        padding: 5px 15px !important;
        position: absolute;
        left: 15px;
        bottom: 15px;
    }

    .aromas__leftContentMain a span {
        display: block;
        z-index: 4;
        font-size: 15px;
        background: #3076d5d1;
        color: white;
        border-radius: 6px;
        padding: 5px 15px !important;
        position: absolute;
        left: 15px;
        bottom: 15px;
    }

    .aromas__rightContentItem a span {
        display: block;
        z-index: 4;
        font-size: 15px;
        background: #3076d5d1;
        color: white;
        border-radius: 6px;
        padding: 5px 15px;
        position: absolute;
        left: 15px;
        bottom: 15px;
    }
    .header-top__phoneBlock {
        margin-right: 50px;
    }
    .cg .product-one__priceValue {
        font-size: 30px;
        width: 100px;
    }

    .header-top__phoneLink {
        text-decoration: none;
        font-size: 23px;
        font-weight: 400;
        color: var(--main-black);
    }

    .header-top__menuLink {
        text-decoration: none;
        color: #333;
        font-size: 18px;
        font-weight: 400;
        transition: all 0.3s ease-in-out;
    }

    .header-mid__profile span {
        display: none;
    }

    .owl-carousel .product-one__cartButton span {
        display: none;
    }

    .cg .product-one__cartButton span {
        display: none;
    }

    .owl-carousel .product-one__cartButton {
        width: 34px;
        height: 50px;
        font-size: 16px;
    }

    .cg .product-one__itemGrid4 .product-one__cartButton {
        width: 32px;
        padding: 0 10px;
        height: 50px;
        margin: 0;
    }

    .category-grid-item a span {
        font-size: 18px;
        font-weight: 400;
    }
}

@media (max-width: 1240px) {
    main.kovpaki .fake-filter-select {
        width: 290px;
    }

    main.kovpaki .ffs-input {
        font-size: 20px;
    }

    .new-nav ul li a {
        font-size: 20px;
    }

    .footer-left {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        column-gap: 100px;
        flex-direction: column;
    }

    .fl-2 {
        width: 320px;
        display: flex;
        flex-direction: column;
    }

    .footer-left__description {
        width: auto;
        font-size: 14px;
        order: 2;
    }

    .footer-right {
        flex: 0 0 50%;
        display: flex;
        column-gap: 150px;
        justify-content: flex-end;
    }

    .aromas__layout {
        flex-direction: column;
    }

    .aromas__left {
        flex: 0 0 100%;
        width: 100%;
    }

    .aromas__right {
        flex: 0 0 100%;
        width: 100%;
        margin-top: 30px;
    }

    .aromas_title--right {
        justify-content: flex-start;
    }

    .aromas__carouselItem a img {
        top: 0;
    }

    .aromas__carouselItems {
        flex-wrap: wrap;
    }

    .aromas__carouselItem {
        flex: 0 0 calc((100% - 200px) / 3);
        margin-bottom: 40px;
    }
}

.soldout {
    padding: 20px 0;
}

@media (max-width: 1024px) {
    .category-header.the-page h1 {
    padding: 40px 0 18px 0;
    }
    .button-search {
        position: absolute;
        right: 0;
        top: 3px;
        opacity: 0.9;
    }

    .category-content {
        width: 100%;
    }

    .product-inner-flex {
        display: block;
    }
    .header-mid__catalogLink {
        width: calc(100% - 40px);
    }
    .autopicker {
        order: 2;
    }

    .slider-caption__title {
        font-size: 36px;
        color: white;
        font-weight: 600;
        line-height: 46px;
    }

    .slider-caption__description {
        font-size: 20px;
        color: white;
        font-weight: 400;
    }
    .slider-caption {
        position: absolute;
        top: 48px;
        left: 44px;
    }

    .pif-mobile {
        display: block;
    }

    .pif-title {
        font-size: 26px;
        font-weight: 600;
        line-height: 26px;
    }

    .pif-reviews-specs {
        flex: 0 0 100%;
        width: 100%;
    }

    .pif-left {
        display: none;
    }

    .pif-right .pif-title {
        display: none;
    }

    .pif-right .pif-stats {
        display: none;
    }

    .slider {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 0;
    }

    .pif-lg img {
        height: auto;
    }

    .owl-carousel .product-one__item {
        padding: 10px;
    }

    .autopicker__content {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 12px;
        display: flex;
    }

    .autopicker__select {
        margin-bottom: 0px;
        position: relative;
        flex: 0 0 100%;
        width: 100%;
    }

    .autopicker__buttonLink {
        width: 44px;
        width: 100%;
    }

    .autopicker__buttonLink:before {
        display: none;
    }

    .autopicker {
        padding: 20px 16px;
    }

    .subscribe__form {
        width: auto;
    }
    .footer-right {
        flex: 0 0 45%;
        display: flex;
        column-gap: 50px;
        justify-content: flex-end;
    }

    .fl-2 {
        width: 320px;
        display: flex;
        flex-direction: column;
    }

    .footer-left__description {
        order: 3;
    }

    .footer-left__phones {
        flex-direction: column;
        align-items: flex-start;
    }

    .owl-carousel .product-one__cartButton span {
        display: block;
    }

    .owl-carousel .product-one__cartButton {
        width: 120px;
        height: 50px;
        font-size: 16px;
    }

    .header-mid__profile span {
        display: block;
    }

    .mobileMenu__contacts {
        padding: 20px 20px 0;
        margin-bottom: 20px;
    }

    .aromas__carouselItem {
        flex: 0 0 calc((100% - 80px) / 3);
        margin-bottom: 40px;
    }

    main.kovpaki .category-filter-mobile {
        display: none;
    }

    main.kovpaki .category-grid {
        margin-top: 0;
    }

    .category-grid-item {
        flex: 0 0 calc(38.7% - 60px);
    }

    main.kovpaki .ctf-left {
        flex-direction: column;
    }

    main.kovpaki .fake-filter-select {
        width: 100%;
        margin-bottom: 15px;
    }

    main.kovpaki .fake-filter-select:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .wheels-one__item img {
        position: absolute;
        bottom: -30%;
        left: 30%;
        /* у відсотках від картки — диск лишається великим на будь-якому екрані */
        width: 118%;
        max-width: none;
    }

    .breadcrumbs {
        display: none;
    }

    .breadcrumbs-mobile {
        display: block;
    }

    .breadcrumbs-mobile ul {
        padding: 0;
    }

    .breadcrumbs-mobile ul li {
        list-style: none;
    }

    .breadcrumbs-mobile ul li a img {
        width: 14px;
        transform: rotate(-270deg);
    }

    .breadcrumbs-mobile ul li a {
        display: flex;
        column-gap: 15px;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        color: #2f2f2f;
        padding: 14px;
        border-radius: 8px;
        background: #f1f1f1;
    }

    .wheels-content {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 30px;
        column-gap: 30px;
    }
    .wheels-one__item {
        width: 30%;
    }

    .aromas__carouselItem a span {
        display: block;
        z-index: 4;
        background: #3076d5d1;
        color: white;
        padding: 10px;
        border-radius: 6px;
        position: absolute;
        bottom: 25px;
        left: 16px;
        padding: 5px 15px;
    }

    .category-grid-item {
        flex: 0 0 calc(52% - 30px);
    }
}

@media (max-width: 600px) {
    .footer-right {
        margin-top: 35px;
    }
    .footer-left__phones {
        flex-direction: column;
        align-items: flex-start;
    }

    header .header-top__phone {
        margin-top: 0;
    }

    .timeline .step {
        display: none;
    }
    .timeline .step.active {
        display: block;
        margin: 0;
    }

    .timeline .step:first-child.active::after {
        display: none;
    }

    .timeline::before {
        top: 0;
        left: 25px;
        width: 4px;
        height: 100%;
        display: none;
    }

    .aromas__carouselItem {
        flex: 0 0 calc((100% - 25px) / 2);
        margin-bottom: 10px;
    }

    .wheels-one__item {
        width: 45%;
    }

    .owl-carousel .product-one__code {
        background: none;
    }

    .owl-carousel .product-one__name {
        min-height: auto;
    }

    .kovpaki .fake-filter-select {
        width: 48%;
    }
}

@media (max-width: 500px) {
    .kovpaki .cg .category-full .product-one__itemGrid4 {
        flex: 0 0 calc(100% - 60px);
    }

    .kovpaki .cg .product-one__cartButton img {
        display: block;
    }

    .kovpaki .cg .product-one__cartButton span {
        display: inline-block;
    }

    .kovpaki .cg .product-one__itemGrid4 .product-one__cartButton {
        width: auto;
        padding: 0 10px;
        height: 50px;
        margin: 0;
        column-gap: 20px;
    }

    .kovpaki .fake-filter-select a {
        height: 66px;
    }
    .kovpaki .fake-filter-select a .ffs-arrow-down {
        top: 23px;
    }

    .kovpaki .fake-filter-select {
        width: 100%;
    }
    .category-grid-item a span {
        word-break: break-word;
        font-size: 14px;
    }
    .cg .category-content-full.category-content .product-one__itemGrid4 {
        flex: 0 0 auto;
        width: calc(100% - 60px);
    }

    .cg .product-one__name {
        line-height: 20px;
    }

    .cg .product-one__cartButton img {
        display: block;
    }
}

#checkout .product-one__quantity a {
    height: 40px;
}

#checkout .product-one__quantity input {
    height: 40px;
    border: none;
    text-align: center;
    width: 70px;
    font-size: 24px;
}

#checkout .product-one__price.f-2 {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}

.product-one__itemGrid4.disabled {
    filter: grayscale(1);
    opacity: 0.7;
}

.out-of-stock img {
    display: none;
}

.review-form-new label {
    display: block;
}

.review-form-new label > span {
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
}

.review-form-new label {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;

    justify-content: flex-start;
    margin-bottom: 20px;
}

.review-form-new label input {
    margin: 0;
    width: 100%;
}

.review-form-new #stars {
    margin: 0;
}

.review-form-new label textarea {
    margin: 0;
    width: 100%;
}

#stars span.active {
    color: var(--main-blue);
}

.review-popup .swal2-actions {
    margin: 0;
}

.review-popup .swal2-confirm {
    display: block;
    width: calc(100% - 54px);
    background: var(--main-blue);
    font-family: "Gilroy";
    font-weight: 400;
    font-size: 20px;
    height: 54px;
}

.review-popup h2 {
    padding: 30px 0 10px;
    font-size: 24px;
}

.review-popup .swal2-validation-message {
    margin: 15px 0;
}

.fastorder-popup .swal2-confirm {
    background: var(--main-blue);
    font-family: "Gilroy";
    font-weight: 400;
}
.fastorder-popup .swal2-cancel {
    background: #f1f1f1;
    font-family: "Gilroy";
    font-weight: 400;
    color: #2f2f2f;
}
.pif-right .product-one__priceValue {
    font-size: 34px;
}
.sk-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sk-content > .poi-small {
    width: 20%;
    flex: 0 0 auto;
}

.sk-content > .poi-small .product-one__image img {
    width: 140px;
    height: 140px;
}

.sk-content .product-one__name {
    font-size: 14px;
    margin: 30px 0 10px;
    font-weight: 500;
    min-height: auto;
}

.sk-content > .poi-small .product-one__image figure {
    width: 140px;
    height: 140px;
}

.sk-content > .poi-small .product-one__code {
    padding: 2px 10px;
    border-radius: 8px;
    color: #3f3f3f;
    background: #f1f1f1;
    font-size: 11px;
}

.sk-content > .poi-small .product-one__priceValue {
    font-size: 18px;
}

.sk-title {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0;
}

.similar-kolpak {
    padding: 30px 0;
}

.poi-small .product-one__code {
    padding: 0;
    border-radius: 8px;
    color: #919191;
    background: none;
    font-size: 12px;
}

.sk-content .product-one__name {
    font-size: 14px;
    margin: 20px 0 0;
    font-weight: 500;
    min-height: auto;
}

.sk-content .product-one__priceValue {
    font-size: 18px;
}

.sk-content .product-one__priceBuy {
    margin: 10px 0 0;
}

.similar-kolpak {
    max-width: 890px;
}

.sk-content .product-one__like {
    font-size: 14px;
}

.sk-content.owl-carousel .owl-item .product-one__like img {
    width: 16px !important;
}

.sk-content .product-one__like {
    right: 5px;
    top: 10px;
}

.sk-content .product-one__priceTitle {
    display: none;
}

.sk-content .product-one__item {
    padding: 20px;
}

.pif-sl-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}

.pif-sl-list img {
    width: auto;
    height: 30px;
}

.pif-sl-list img.pif-np {
    height: 44px;
    margin-right: -8px;
}

.pif-shipping-inner {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    align-items: center;
}

.pif-shipping {
    background: #3076d51a;
}

.pif-sl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
}

.pif-sr a {
    text-decoration: none;
    color: white;
    background: var(--main-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 5px 8px 5px 12px;
    column-gap: 12px;
    text-transform: uppercase;
    font-size: 14px;
}

.pif-sr a svg {
    width: 20px;
}

.pif-sl-title {
    font-weight: 500;
    text-transform: uppercase;
    color: #3076d5;
}

.pif-nt-titles {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pif-nt-titles a {
    text-decoration: none;
    color: #2f2f2f;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    padding: 15px 25px;
    margin-right: 25px;
    background: white;
}

.pif-nt-titles a svg {
    width: 32px;
}

.pif-nt-titles a.active {
    background: var(--main-blue);
    color: white;
}

.pif-nt-titles a.active svg {
    filter: invert(1) brightness(100);
}

.pif-nt-titles {
    border-bottom: 5px solid var(--main-blue);
}

.pif-tab-content {
    padding: 40px 16px;
    background: white;
    display: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.pif-tab-content.active {
    display: block;
}

.pif-new-t {
    margin: 60px 0 0;
}

.sim-carousel .product-one__name {
    font-size: 16px;
    margin: 15px 0;
    font-weight: 500;
    line-height: 16px;
    min-height: 80px;
}

.sim-carousel .product-one__image {
    min-height: 190px;
}

.sim-carousel .product-one__code {
    padding: 0;
    border-radius: 8px;
    color: #3f3f3f;
    background: none;
    font-size: 14px;
}

.sim-carousel .product-one__priceBuy a {
    padding: 0 5px 0 2px;
}

.pd-description {
    font-size: 18px;
    line-height: 22px;
}

.sim-carousel .product-one__priceBuy {
    margin: 10px 0 0;
}

.par-new {
    width: 200px;
    margin-bottom: 30px;
}

.shipping-swal {
    width: 700px;
}

.shipping-swal .pif-block-title {
    padding: 0;
    font-size: 22px;
    font-weight: 500;
    border-bottom: none;
    text-transform: uppercase;
}

.shipping-swal .pif-so-left {
    text-align: left;
}

.shipping-swal .pif-block-content {
    padding: 40px 0 30px;
}

.shipping-swal .pif-block {
    margin-top: 10px;
}

main.kovpak .pif-lg img {
    width: 460px;
}

main.kovpak .pif-lg figure {
    max-height: 689px;
}

main.kovpak .pif-lg {
    background: white;
    border-radius: 12px;
    padding: 40px 20px;
    border: 1px solid #f1f1f1;
}

main.kovpak .pif-left {
    flex: 0 0 43%;
}

main.kovpak .pif-title {
    font-size: 26px;
}

@media (max-width: 1700px) {
    .pif-sm {
        order: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
        column-gap: 10px;
        display: none;
    }

    .pif-buy .product-one__addToCart {
        margin-top: 29px;
        width: 200px;
    }

    main.kovpak .pif-lg figure {
        max-height: 660px;
    }

    main.kovpak .pif-lg img {
        width: 100%;
    }
    main.kovpak .pif-left {
        flex: 0 0 43%;
    }
    .pif-right {
        flex: 0 0 60%;
        width: 60%;
    }

    .owl-carousel .product-one__priceValue {
        width: 111px;
    }
}

@media (max-width: 1480px) {
    main.kovpak .similar-kolpak.first {
        display: none;
    }

    main.kovpak .similar-kolpak.second {
        display: block;
    }
}

@media (max-width: 1240px) {
    .pif-buy .product-one__addToCart {
        width: auto;
    }

    .product-one__addToCart span {
        display: none;
    }

    .pif-buy .poq-likes {
        order: 4;
    }

    .pif-buy .product-one__price--last {
        margin-right: 30px;
    }

    main.kovpak .pif-shipping-mobile {
        display: none;
    }

    .shipping-swal .pif-shipping-pc {
        display: block;
    }
}

@media (max-width: 1024px) {
    .pif-right {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 30px;
    }

    .pif-nt-titles a {
        font-size: 18px;
        margin: 0;
    }

    .pif-nt-titles a svg {
        width: 24px;
    }

    main.kovpak .pif-lg {
        border: none;
    }

    .pif-nt-titles {
        flex-direction: column;
        border: none;
        margin-bottom: 30px;
        border-radius: 12px;
        overflow: hidden;
        margin-top: 30px;
    }

    .pif-nt-titles a {
        font-size: 18px;
        margin: 0;
        width: 100%;
    }

    .similar-kolpak .owl-carousel .product-one__itemGrid4 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .mega-menu__left {
        width: 100%;
    }

    .pif-add-review a {
        font-size: 18px;
        height: 36px;
        padding: 10px 18px;
    }

    .pif-add-review a img {
        width: 28px;
    }

    .pif-oc-form {
        display: flex;
        margin-top: 10px;
        align-items: center;
        justify-content: flex-start;
        column-gap: 20px;
        flex-direction: column;
        width: 100%;
    }

    .pif-oc-phone {
        position: relative;
        width: 100%;
    }

    .product-one__quantity input {
        width: 58px;
        height: 58px;
    }

    .product-one__quantity a {
        width: 38px;
        height: 58px;
    }

    .pif-buy .product-one__price {
        margin-top: 0px;
        margin-right: 15px;
        order: 1;
    }

    .pif-new-t {
        margin: 0;
    }

    .pif-nt-titles a.active {
        border-radius: 0;
    }
}

@media (max-width: 600px) {
    .pif-buy .poq-likes {
        display: flex;
        align-items: center;
    }

    #checkout .product-one__price.f-2 {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .pif-sl-title {
        display: none;
    }

    .product-one__cartButton img {
        display: block;
    }

    .pif-buy .product-one__addToCart span {
        display: block;
    }

    .pif-buy .product-one__addToCart {
        width: 100%;
    }

    .pif-buy .product-one__cartButton {
        width: calc(100% - 40px);
        justify-content: space-between;
        height: 60px;
    }

    .pif-buy .product-one__price--last {
        margin-right: 0;
    }
}

@media (max-width: 450px) {
    .swal2-actions {
        row-gap: 20px;
    }
    .swal2-actions .btn {
        width: 220px;
    }
}

/* Іконки шапки: підпис + бейдж кількості (Кабінет / Обране / Кошик) */
.header-mid .hm-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    column-gap: 0;
    text-decoration: none;
    color: #1f2a44;
    font-size: 13px;
    line-height: 1;
}
.header-mid .hm-action__ico {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header-mid .hm-action__ico img {
    width: 28px;
    height: 28px;
    display: block;
}
.header-mid .hm-action__label {
    display: block;
    font-size: 13px;
    color: #1f2a44;
    white-space: nowrap;
}
.header-mid .hm-action__badge {
    position: absolute;
    top: -8px;
    right: -10px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    background: #e11d2a;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
}

/* Скелетон вкладок каруселей — накладка поверх каруселі (owl НЕ згортаємо) */
.js-wiper-tab,
.js-special-tab {
    position: relative;
}
.wtab-skeleton {
    display: none;
    gap: 40px;
    padding: 4px 2px 8px;
    overflow: hidden;
}
.js-wiper-tab.is-loading .wtab-skeleton,
.js-special-tab.is-loading .wtab-skeleton {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #f7f8fa;
}
.wtab-skel-card {
    flex: 0 0 auto;
    width: calc((100% - 120px) / 4);
    border: 1px solid #eef0f3;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
    box-sizing: border-box;
}
.wtab-skel-img {
    height: 150px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.wtab-skel-line {
    height: 12px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.wtab-skel-line.short {
    width: 70%;
}
.wtab-skel-line.xshort {
    width: 45%;
    margin-bottom: 0;
}
.wtab-skel-btn {
    height: 42px;
    border-radius: 8px;
    margin-top: 16px;
}
.wtab-skel-img,
.wtab-skel-line,
.wtab-skel-btn {
    background: linear-gradient(90deg, #eceef1 25%, #f5f6f8 37%, #eceef1 63%);
    background-size: 400% 100%;
    animation: wtabShimmer 1.3s ease infinite;
}
@keyframes wtabShimmer {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}
@media (max-width: 1280px) {
    .wtab-skel-card {
        width: calc((100% - 60px) / 3);
    }
}
@media (max-width: 1024px) {
    .wtab-skel-card {
        width: calc((100% - 60px) / 3);
    }
}
@media (max-width: 700px) {
    .wtab-skeleton {
        gap: 16px;
    }
    .wtab-skel-card {
        width: calc((100% - 16px) / 2);
        min-width: 0;
    }
}

/* Пошук: заголовок + сортування/вигляд в один ряд */
.search-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.search-top-bar h1 {
    margin: 0;
}

/* pf: сортування/вигляд праворуч (немає ctf-left, тож притискаємо вручну) */
.ctf-content .ctf-right {
    margin-left: auto;
}

/* pf: підбір по авто у стилі категорій (лівий сайдбар).
   .pf-picker = .cf-block-content.open → успадковує max-height/overflow і кастомний
   скролбар як у категорій. Внутрішній скрол списку прибрано, щоб не дублювати смугу. */
.category-filter .pf-picker {
    position: relative;
}
.category-filter .pf-picker__list {
    overflow: visible;
}
.category-filter .pf-picker__list ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}
.category-filter .pf-picker__list li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}
.category-filter .pf-picker__item {
    display: block;
    padding: 7px 0;
    color: #1f2a44 !important;
    text-decoration: none !important;
    font-size: 15px;
}
.category-filter .pf-picker__item:hover {
    color: #3076d5 !important;
}
.category-filter .pf-picker__item.active {
    color: #3076d5 !important;
    font-weight: 600;
}

/* ============================================================
   СІТКА КАТАЛОГУ — CSS GRID (єдине джерело, керуємо ТІЛЬКИ звідси).
   Контейнер .category-grid керує розкладкою через grid; flex-basis
   і width карток гридом ІГНОРУЮТЬСЯ, тому старі розкидані правила
   .product-one__itemGrid4 більше не ламають сітку на різних екранах.
   Колонок у ряд: 5 → 4 (≤1400) → 3 (≤1200) → 2 (≤820) → 1 (≤400).
   ============================================================ */
.cg .category-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}
@media (max-width: 1400px) {
    .cg .category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
/* картки — повноцінні клітинки гриду (скидаємо старі flex/width/margin) */
.cg .category-grid > .product-one__item {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
    margin: 0 !important;
}
@media (max-width: 1200px) {
    .cg .category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 820px) {
    .cg .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}
@media (max-width: 400px) {
    .cg .category-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* ============================================================
   ПРАЙС / ГОРИЗОНТАЛЬНИЙ СПИСОК.
   Базова сітка вище задана як `.cg .category-grid` з
   `display:grid !important`. Коли активний режим «Прайс»
   (клас .priceview додається JS-ом на .category-grid), перекриваємо
   грид сильнішим селектором `.cg .category-grid.priceview` + !important —
   інакше контейнер лишається гридом і розкладка ламається.
   Живе тут (а не в inline-стилях блейдів чи category-sortview.css),
   бо саме mfixes.css вантажиться на всіх сторінках каталогу й містить
   базове правило-обгортку, яке треба перекрити.
   ============================================================ */
.cg .category-grid.priceview {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
}
.cg .category-grid.priceview .product-one__item {
    flex-direction: row !important;
    align-items: center;
    height: auto;
    padding: 12px 20px;
    gap: 20px;
}
/* фото — маленька мініатюра зліва */
.cg .category-grid.priceview .product-one__image {
    flex: 0 0 60px;
    width: 60px;
    margin: 0;
}
.cg .category-grid.priceview .product-one__image figure {
    width: 60px !important;
    height: 60px !important;
    aspect-ratio: auto !important;
    padding: 0;
    margin: 0;
}
.cg .category-grid.priceview .product-one__image img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
/* назва + код у рядок, займають простір між фото і ціною */
.cg .category-grid.priceview .product-one__link {
    display: flex !important;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 0;
}
.cg .category-grid.priceview .product-one__name {
    flex: 1;
    min-width: 0;
    margin: 0;
    height: auto !important;
    font-size: 15px;
    -webkit-line-clamp: 2;
}
.cg .category-grid.priceview .product-one__codeReview {
    flex: 0 0 auto;
    margin: 0;
}
/* ціна + кнопка «Купити» у рядок, притиснуті праворуч */
.cg .category-grid.priceview .product-one__priceBuy {
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    gap: 16px;
    width: auto;
    margin-top: 0 !important;
}
.cg .category-grid.priceview .product-one__price {
    flex-direction: column;
    width: auto;
    text-align: right;
}
.cg .category-grid.priceview .product-one__addToCart {
    width: auto !important;
}
.cg .category-grid.priceview .product-one__cartButton {
    width: auto !important;
    height: 40px;
    padding: 0 20px;
}
.cg .category-grid.priceview .product-one__priceBuy .soldout {
    white-space: nowrap;
}
/* сердечко — в кінець рядка */
.cg .category-grid.priceview .product-one__likeButton {
    position: static !important;
    order: 99;
    margin: 0;
}

.cg .category-grid .product-one__item {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    padding: 14px;
    box-sizing: border-box;
    border: 1px solid #e9ebef;
    border-radius: 14px;
    background: #fff;
    position: relative;
    transition: border-color .25s ease;
}

.cg .category-grid .product-one__item:hover {
    border-color: var(--main-blue);
}

.cg .category-grid .product-one__likeButton {
    position: absolute;
    top: 12px;
    right: 12px;
    left: auto;
    z-index: 2;
    margin: 0;
    width: auto;
}
.cg .category-grid .product-one__like {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
    position: static;
}
.cg .category-grid .product-one__like img {
    width: 20px;
    height: 20px;
}
.cg .category-grid .product-one__like span {
    display: none;
}
.cg .category-grid .product-one__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.cg .category-grid .product-one__image {
    margin: 0;
}
.cg .category-grid .product-one__image figure {
    width: 100%;
    height: auto;
    max-width: none;
    aspect-ratio: 1/1;
    margin: 0;
    padding: 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.cg .category-grid .product-one__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cg .category-grid .product-one__name {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    color: #1a1d24;
    margin: 12px 0 10px;
    min-height: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(2 * 1.35em);
}
.cg .category-grid .product-one__codeReview {
    margin: 0 0 12px;
    display: block;
}
.cg .category-grid .product-one__code {
    display: inline-block;
    font-size: 12px;
    color: #5a5f6a;
    background: #f2f3f5;
    border-radius: 8px;
    padding: 4px 10px;
}
.cg .category-grid .product-one__code strong {
    color: #2a2d34;
}
.cg .category-grid .product-one__reviewsCount {
    display: none;
}
/* ціна + кнопка: вертикально, кнопка на всю ширину — гарантовано не вилазить */
.cg .category-grid .product-one__priceBuy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: auto;
    padding: 0;
    background: none;
    box-shadow: none;
}
.cg .category-grid .product-one__price {
    padding: 0;
    margin: 0;
    background: none;
}
.cg .category-grid .product-one__priceTitle {
    font-size: 12px;
    color: #8a8f98;
    margin: 0 0 2px;
    display: block;
}
.cg .category-grid .product-one__priceValue {
    font-size: 20px;
    font-weight: 800;
    color: #1a1d24;
}
.cg .category-grid .product-one__priceValue .currency {
    font-size: 13px;
    font-weight: 600;
}
.cg .category-grid .product-one__addToCart {
    width: 100%;
    margin: 0;
}

.cg .category-grid .product-one__cartButton {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    width: 100%;
    height: 46px;
    min-width: 0;
    padding: 0 14px;
    box-sizing: border-box;
    background: var(--main-blue, #3076d5);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition: background .15s ease, box-shadow .15s ease;
}
.cg .category-grid .product-one__cartButton img {
    width: 20px;
    height: 20px;
}
.cg .category-grid .product-one__cartButton span {
    display: inline !important;
}

.cg .category-grid .product-one__cartButton:hover {
    background: #245db0;
}

@media(max-width: 768px) {
  .cg .category-grid .product-one__cartButton img {
    display: none;
  }
}

.cg .category-grid .product-one__item.disabled .soldout,
.cg .category-grid .product-one__item .soldout {
    color: #c0392b;
    font-weight: 600;
    font-size: 14px;
}

/* Фільтр у модалку РАНІШЕ: сайдбар ховається вже на ≤1280px (було ≤1024),
   щоб на ноутбуках сітка була на всю ширину, а фільтр — у висувній панелі. */
@media (max-width: 1024px) {
    .cg .cg-inner {
        flex-direction: column;
    }
    .cg .category-filter {
        display: none;
    }
    .cg .category-filter-mobile {
        display: flex;
    }
}

.owl-carousel .product-one__item {
    display: flex;
    flex-direction: column;
    padding: 14px;
    box-sizing: border-box;
    border: 1px solid #e9ebef;
    border-radius: 14px;
    background: #fff;
    position: relative;
    width: 100%;
    transition: border-color .25s ease;
}

.owl-carousel .product-one__item:hover {
    border-color: var(--main-blue);
}

.owl-carousel .product-one__likeButton {
    position: absolute;
    top: 12px;
    right: 12px;
    left: auto;
    z-index: 2;
    margin: 0;
    width: auto;
}
.owl-carousel .product-one__like {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.13);
    position: static;
}
.owl-carousel .product-one__like img {
    width: 20px;
    height: 20px;
}
.owl-carousel .product-one__like span {
    display: none;
}
.owl-carousel .product-one__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.owl-carousel .product-one__image {
    margin: 0;
}
.owl-carousel .product-one__image figure {
    width: 100%;
    height: auto;
    max-width: none;
    aspect-ratio: 1/1;
    margin: 0;
    padding: 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
}
.owl-carousel .product-one__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.owl-carousel .product-one__name {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    color: #1a1d24;
    margin: 12px 0 10px;
    min-height: 0;
    height: calc(2 * 1.35em);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.owl-carousel .product-one__codeReview {
    margin: 0 0 12px;
    display: block;
}
.owl-carousel .product-one__code {
    display: inline-block;
    font-size: 12px;
    color: #5a5f6a;
    background: #f2f3f5;
    border-radius: 8px;
    padding: 4px 10px;
}
.owl-carousel .product-one__code strong {
    color: #2a2d34;
}
.owl-carousel .product-one__reviewsCount {
    display: none;
}
.owl-carousel .product-one__priceBuy {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: auto;
    padding: 0;
    background: none;
    box-shadow: none;
}
.owl-carousel .product-one__price {
    padding: 0;
    margin: 0;
    background: none;
}
.owl-carousel .product-one__priceTitle {
    font-size: 12px;
    color: #8a8f98;
    margin: 0 0 2px;
    display: block;
}
.owl-carousel .product-one__priceValue {
    font-size: 26px;
    font-weight: 800;
    color: #1a1d24;
    width: auto;
}
.owl-carousel .product-one__priceValue .currency {
    font-size: 13px;
    font-weight: 600;
}
.owl-carousel .product-one__addToCart {
    width: 100%;
    margin: 0;
}
.owl-carousel .product-one__cartButton {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    width: 100%;
    height: 46px;
    min-width: 0;
    padding: 0 14px;
    box-sizing: border-box;
    background: var(--main-blue, #3076d5);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    transition: background .15s ease, box-shadow .15s ease;
}
.owl-carousel .product-one__cartButton img {
    width: 20px;
    height: 20px;
}
.owl-carousel .product-one__cartButton span {
    display: inline;
}

.owl-carousel .product-one__cartButton:hover {
    background: #245db0;
}

.mobile-actions {
    display: none;
}
.header-mid__searchToggle,
.header-mid__searchClose {
    display: none;
}
.category-filter__close {
    display: none;
}

.category-filter__close-container {
    display: none;
}

@media (max-width: 1200px) {
    .mobileMenu.open {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
    }
    .mobileMenu__inner {
        background: #fff;
        width: 80%;
        max-width: 420px;
        height: 100%;
        z-index: 1001;
        position: absolute;
        left: -600px;
    }
    .mobileMenu__inner.animate__animated {
        left: 0;
    }
    .mobileMenu__overlay {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        inset: 0;
        z-index: 1000;
        width: 100%;
        height: 100%;
    }
    .mobileMenu__links ul {
        display: block;
        padding: 0 25px;
    }
    .mobileMenu__links ul li a {
        padding: 10px 0;
        margin-bottom: 5px;
        display: block;
    }
    .mobileMenu .header-top__social {
        display: flex;
    }
    .mobileMenu .header-top__languages {
        display: flex;
        margin-right: 10px;
    }
    .mobileMenu .header-mid__profile {
        display: block;
        margin: 0;
        padding: 0 25px;
    }
    .mobilemenu-topflex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 15px;
    }
    .mobileMenu .header-mid__profileLink {
        text-decoration: none;
        font-size: 22px;
        column-gap: 15px;
        display: flex;
        background: var(--main-blue);
        color: #fff;
        border-radius: 8px;
        padding: 12px 15px;
        justify-content: space-between;
    }
    .mobileMenu .header-mid__profileLink img {
        width: 28px;
        height: 28px;
        filter: invert(1) contrast(100) grayscale(1);
    }
    .mobileMenu__contacts {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    body.fixed {
        overflow: hidden;
    }
}

@media (max-width: 1240px) {
    .footer-inner {
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .footer-left {
        flex: 1 1 100%;
        width: 100%;
    }
    .footer-right {
        flex: 1 1 100%;
        width: 100%;
        justify-content: flex-start;
        column-gap: 80px;
        flex-wrap: wrap;
        row-gap: 30px;
    }
}
@media (max-width: 560px) {
    .footer-right {
        column-gap: 40px;
    }
    .footer-col__listFlex {
        flex-direction: column;
        column-gap: 0;
    }
    .footer-left__phones {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    .header-top__menu,
    .header-top__menuSemiMobile,
    .header-top__languages,
    .header-top__phoneBlock,
    .header-mid__profile,
    .mobile-menu-cart {
        display: none !important;
    }

    .mobile-menu-block {
        display: flex !important;
        align-items: center;
        position: relative;
        z-index: 3;
    }
    .mobile-menu-block a {
        display: flex;
        align-items: center;
        column-gap: 12px;
        text-decoration: none;
        color: #2f2f2f;
        font-size: 18px;
    }
    .mobile-menu-block a img {
        width: 36px;
    }

    .mobile-menu-block span {
        display: none;
    }

    .header-top {
        position: relative;
    }
    .header-top__logo {
        position: absolute;
        left: 60px;
        width: auto;
        margin: 0;
        z-index: 1;
    }

    .header-mid {
        display: flex;
        align-items: center;
        column-gap: 14px;
        row-gap: 12px;
        flex-wrap: wrap;
    }
    .header-mid__catalogLink {
        flex: 0 0 auto;
        width: auto;
        min-width: 0;
        font-size: 17px;
        padding: 0 18px;
        display: flex;
        gap: 10px;
    }
    .header-mid__search {
        flex: 1 1 240px;
        width: auto;
        margin-left: 0;
    }
    .header-mid__searchInput {
        width: 100%;
    }
    .header-mid__search::after {
        right: 16px;
    }

    .header-mid > .header-mid__fav,
    .header-mid > .header-mid__cart {
        display: none !important;
    }

    .mobile-actions {
        display: flex;
        align-items: center;
        column-gap: 20px;
        margin-left: auto;
    }
    .mobile-actions__link {
        position: relative;
        display: flex;
        align-items: center;
        color: #2f2f2f;
    }
    .mobile-actions__link img {
        width: 28px;
        height: 28px;
    }
    .mobile-actions__link .hm-action__badge {
        position: absolute;
        top: -9px;
        right: -11px;
    }
}

@media (max-width: 768px) {
    header .container {
        padding-left: 0;
        padding-right: 0;
    }
    .topbar__inner,
    .header-top,
    .header-mid {
        padding-left: 14px;
        padding-right: 14px;
        box-sizing: border-box;
    }
}

@media (max-width: 560px) {
    .header-mid__catalogLink {
        flex: 1 1 auto;
    }
}
/* Dark scrim behind the mobile catalog panel (re-show the overlay that the
   mobile header hides via #overlay{display:none}), sits just under the panel */
body.menu-open #overlay.overlay.open {
    display: block !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 2999 !important;
}
.mega-menu-mobile__head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    background: #fff;
    border-bottom: 1px solid #eef0f3;
}
.mega-menu-mobile__title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1d24;
}
.mega-menu-mobile__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    background: #f2f3f5;
    color: #333;
    font-size: 26px;
    line-height: 1;
    text-decoration: none;
}
.mega-menu-mobile__close:hover {
    background: #e6e8ec;
}
.mega-menu-mobile .mega-menu__left {
    width: 100% !important;
    background: transparent !important;
}

/* Mobile catalog: make the parent -> subcategory nesting clearly visible */
.mega-menu-mobile .mobile-menu-link-open {
    font-weight: 600 !important;
}
.mega-menu-mobile .mobile-menu-link-open.mega-menu__leftListItem--active {
    background: #eef4ff !important;
    color: var(--main-blue, #3076d5) !important;
}
.mega-menu-mobile .mega-children.open {
    background: #f7f9fc !important;
    border-left: 3px solid var(--main-blue, #3076d5);
    box-shadow: inset 0 6px 10px -8px rgba(0, 0, 0, 0.18);
}
.mega-menu-mobile .mega-children.open .nav__column li a {
    padding-left: 40px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #4b5563 !important;
    border-bottom: 1px solid #eef0f3 !important;
}
.mega-menu-mobile .mega-children.open .nav__column li:last-child a {
    border-bottom: none !important;
}
.mega-menu-mobile .mega-children.open .nav__column li a.nav__childlink--all {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    color: var(--main-blue, #3076d5) !important;
    font-weight: 600 !important;
}
.mega-menu-mobile .mega-children.open .nav__column li a.nav__childlink--all .ncl-grid {
    display: inline-flex;
    flex-shrink: 0;
}
.mega-menu-mobile .mega-children.open .nav__column li a.nav__childlink--all .ncl-grid svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 1200px) {
    body.search-open .header-sticky {
        transform: none !important;
        z-index: 5000;
    }

    .header-mid__catalogLink {
        flex: 1 1 auto;
        width: auto;
    }
    .header-mid__searchToggle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        background: #efefef;
        border-radius: 8px;
    }
    .header-mid__searchToggle img {
        width: 24px;
        height: 24px;
    }

    .header-mid__search {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100dvh;
        margin: 0;
        padding: 16px;
        background: #fff;
        z-index: 20;
        display: flex;
        flex-direction: column;
        row-gap: 16px;
        transform: translateX(100%);
        transition: transform 0.25s ease;
    }
    body.search-open .header-mid__search {
        transform: translateX(0);
    }
    .header-mid__searchClose {
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
        width: 44px;
        height: 44px;
        font-size: 34px;
        line-height: 1;
        color: #333;
        text-decoration: none;
    }
    .header-mid__searchInput {
        width: 100%;
        height: 56px;
        font-size: 17px;
    }
    .header-mid__search .button-search {
        display: none;
    }
    .header-mid__search #results {
        display: block !important;
        position: static;
        width: 100%;
        flex: 1 1 auto;
        max-height: none;
        height: auto;
        overflow-y: auto;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background: transparent;
        margin: 0;
    }
    .header-mid__search #results .result-item {
        box-shadow: none;
    }
    .header-mid__search #results:empty::before {
        content: "";
        display: block;
        height: 64px;
        margin: 56px auto 18px;
        background: url(../img/search.svg) center/58px no-repeat;
        opacity: 0.22;
    }
    .header-mid__search #results:empty::after {
        content: "Почніть вводити назву товару…";
        display: block;
        text-align: center;
        color: #9099a3;
        font-size: 15px;
    }
}
.footer-left {
    flex: 1 1 300px;
    max-width: 430px;
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.footer-left__phoneLink {
    font-size: 20px;
    color: #1a1d24;
    text-decoration: none;
    font-weight: 500;
}
.footer-col {
    flex: 1 1 160px;
}
.footer-col--last {
    flex: 2 1 340px;
}
.copyrights {
    flex: 1 1 100%;
    width: 100%;
    margin-top: 20px;
    padding-top: 22px;
    border-top: 1px solid #e9ebef;
    font-size: 13px;
    color: #9099a3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    flex-wrap: wrap;
}
.copyrights__dev {
    color: inherit;
    text-decoration: none;
    opacity: 0.9;
    transition: color 0.15s ease, opacity 0.15s ease;
}
.copyrights__dev b {
    font-weight: 700;
}
.copyrights__dev:hover {
    color: var(--main-blue, #3076d5);
    opacity: 1;
}

@media (max-width: 1000px) {
    .footer-left {
        flex: 1 1 100%;
        max-width: none;
    }
    .footer-right {
        flex: 1 1 100%;
        justify-content: flex-start;
        gap: 32px 48px;
    }
}
@media (max-width: 560px) {
    footer {
        padding: 34px 0 22px;
    }
    .footer-right {
        flex-direction: column;
        gap: 26px;
    }
    .footer-col--last {
        flex: 1 1 100%;
    }
    .footer-col__listFlex {
        flex-direction: column;
        gap: 0;
    }
    .footer-left__phones {
        flex-direction: column;
        gap: 16px;
    }
}

/* Мобільний футер — задана послідовність:
   1) лого 2) меню 3) контакти 4) текст 5) іконки оплати 6) копірайт.
   footer-left/right «розчиняємо» (display:contents), щоб усі елементи стали
   прямими flex-дітьми footer-inner і керувалися через order. */
@media (max-width: 1000px) {
    .footer-inner {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 26px;
    }
    .footer-left,
    .footer-right {
        display: contents;
    }
    .footer-left__logo {
        order: 1;
        margin-bottom: 20px;
    }
    .footer-col {
        order: 2;
    }
    .footer-col--last {
        order: 3;
    }
    .footer-left__phones {
        order: 4;
    }
    .footer-left__description {
        order: 5;
    }
    .footer-left__paymentSystems {
        order: 6;
    }
    .copyrights {
        order: 7;
    }
}

@media (max-width: 1024px) {
    .advantages-inner {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        gap: 26px 10px;
        padding: 26px 16px;
    }
    .advantage__item {
        flex: 0 0 calc(50% - 6px) !important;
        width: calc(50% - 6px);
        margin: 0 !important;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        column-gap: 0;
        gap: 18px;
    }
    .advantage__itemText {
        display: grid;
        gap: 10px;
    }
    .advantage__itemIcon {
        width: 60px;
        height: 60px;
    }
    .advantage__itemTextLine1 {
        font-size: 32px;
        line-height: 1.05;
    }
    .advantage__itemTextLine2 {
        font-size: 14px;
    }
    .autopicker__content {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        flex-wrap: wrap;
    }
    .autopicker__select {
        flex: 1 1 100% !important;
        width: 100% !important;
    }
    .autopicker__button {
        flex: 1 1 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .autopicker__buttonLink {
        width: 100% !important;
    }
}
@media (max-width: 600px) {
    .section-home__title {
        font-size: 24px;
    }
    .aromas_title {
        font-size: 24px;
    }
    .wheels-content {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: space-between;
    }
    .wheels-one__item {
        /* flex: 1 1 calc(50% - 8px) !important; */
        width: calc(50% - 8px) !important;
        margin: 0 !important;
    }
    .advantage__itemTextLine1 {
        font-size: 28px;
    }
}
@media (max-width: 400px) {
    .wheels-one__item {
        flex: 1 1 100% !important;
        width: 100% !important;
    }
}

body.search-open,
body.menu-open,
body.filter-open {
    overflow: hidden;
}
body.search-open #overlay {
    display: none !important;
}
.result-empty {
    padding: 44px 20px;
    text-align: center;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .header-sticky {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: #fff;
        transition: box-shadow 0.3s ease;
    }
    .header-sticky .topbar,
    .header-sticky .header-mid {
        overflow: hidden;
        max-height: 140px;
        transition:
            max-height 0.32s ease,
            opacity 0.24s ease,
            padding 0.3s ease,
            margin 0.3s ease;
    }
    /* keep the header fully visible on scroll (do not collapse on mobile) */
    body.nav-hidden .header-sticky .topbar,
    body.nav-hidden .header-sticky .header-mid {
        max-height: 140px;
        opacity: 1;
    }
    body.nav-hidden .header-sticky {
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    }
    body.search-open .header-sticky {
        z-index: 5000;
    }
    body.search-open .header-sticky .header-mid {
        max-height: none;
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .breadcrumbs {
        display: block !important;
        margin: 0;
    }
    .breadcrumbs-mobile {
        display: none !important;
    }
    .breadcrumbs ul {
        height: auto;
        min-height: 0;
        padding: 10px 0;
        flex-wrap: wrap;
        row-gap: 4px;
    }
    .breadcrumbs ul li a,
    .breadcrumbs ul li span {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .category-filter {
        display: block !important;
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 3000;
        width: 87%;
        max-width: 360px;
        height: 100dvh;
        margin: 0;
        background: #fff;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.28s ease;
        box-shadow: 2px 0 24px rgba(0, 0, 0, 0.18);
        border: none;
        border-radius: 0;
    }
    body.filter-open .category-filter {
        transform: translateX(0);
    }
    body.filter-open::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.42);
        z-index: 2900;
    }

    .category-filter__close-container {
        display: block;
        top: 10px;
        z-index: 6;
        position: absolute;
        right: 2px;
    }

    .category-filter__close {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        /* margin: 12px 12px 2px auto; */
        margin: 0 12px 2px auto;
        border-radius: 50%;
        background: #f2f3f5;
        color: #333;
        font-size: 26px;
        line-height: 1;
        text-decoration: none;
    }
    .open-filter {
        position: relative;
    }
    .open-filter.has-active::after {
        content: "";
        position: absolute;
        top: 4px;
        right: 4px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #e03939;
        border: 2px solid #fff;
    }
}

.owl-carousel .product-one__priceBuy {
    flex-direction: column !important;
    align-items: stretch !important;
}
.owl-carousel .product-one__price {
    width: auto !important;
}
.owl-carousel .product-one__addToCart {
    width: 100% !important;
    display: block !important;
    justify-content: flex-start !important;
    margin: 0 !important;
}
.owl-carousel .product-one__cartButton {
    width: 100% !important;
    height: 46px !important;
}
.owl-carousel .product-one__cartButton span {
    display: inline !important;
}

@media (max-width: 1024px) {
    .promo-block {
        padding: 16px;
    }
    .promo-block .pb-flex {
        gap: 10px;
    }
    .promo-block input {
        width: auto !important;
        flex: 1 1 auto;
        height: 48px;
        font-size: 16px;
        margin: 14px 0 0 !important;
    }
    .promo-block a {
        width: auto !important;
        flex: 0 0 auto;
        margin: 14px 0 0 !important;
        height: 48px;
        padding: 0 18px !important;
        white-space: nowrap;
        font-size: 15px;
    }
    .cri-one--order {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 900;
        padding: 10px 22px;
    }
    .cri-one--order::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100vw;
        right: -100vw;
        background: #fff;
        box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.12);
        z-index: -1;
    }
    .cri-one--order.is-inline {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        z-index: auto;
        padding: 0 !important;
        padding-bottom: 8px !important;
    }
    .cri-one--order.is-inline::before {
        display: none;
    }
    .cri-one--order a,
    .cri-one--order button {
        margin: 0 !important;
        justify-content: center !important;
        column-gap: 10px;
    }
    .cart {
        padding-bottom: 40px;
    }
    .cart .cri-one {
        display: none;
    }
    .liked-products .product-one__itemList {
        display: flex !important;
        align-items: flex-start;
        gap: 14px;
        padding: 14px !important;
        border: 1px solid #e9ebef !important;
        border-radius: 14px !important;
        background: #fff !important;
        margin-bottom: 14px !important;
        box-shadow: none !important;
    }
    .liked-products .product-one__itemList .product-one__likeButton {
        flex: 0 0 84px !important;
        width: 84px !important;
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
    }
    .liked-products .product-one__itemList .product-one__image {
        margin: 0 !important;
    }
    .liked-products .product-one__itemList .product-one__image figure {
        width: 84px !important;
        height: 84px !important;
        margin: 0 !important;
    }
    .liked-products .product-one__itemList .product-one__image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }
    .liked-products .product-one__itemList .product-one__theInfo {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        width: auto !important;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .liked-products .product-one__itemList .product-one__name {
        font-size: 14px !important;
        line-height: 1.35 !important;
        margin: 0 !important;
        min-height: 0 !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .liked-products .product-one__itemList .product-one__codeReview {
        margin: 0 !important;
    }
    .liked-products .product-one__itemList .product-one__code {
        font-size: 12px !important;
    }
    .liked-products .product-one__itemList .product-one__priceBuy {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px !important;
        margin: 2px 0 0 !important;
        width: 100% !important;
        position: static !important;
    }
    .liked-products .product-one__itemList .product-one__price {
        flex: 1 1 100% !important;
        margin: 0 !important;
        width: 100%;
        font-weight: 500;
    }
    .liked-products .product-one__itemList .product-one__priceTitle {
        display: none !important;
    }
    .liked-products .product-one__itemList .product-one__priceValue {
        font-size: 19px !important;
        margin: 0 !important;
    }
    .liked-products .product-one__itemList .product-one__addToCart {
        flex: 1 1 auto !important;
        margin: 0 !important;
    }
    .liked-products .product-one__itemList .product-one__cartButton {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 44px !important;
        background: var(--main-blue, #3076d5) !important;
        border-radius: 10px !important;
        margin: 0 !important;
    }
    .liked-products .product-one__itemList .product-one__cartButton span {
        display: inline !important;
    }
    .liked-products .product-one__itemList .product-one__deleteFromWishList {
        flex: 0 0 auto !important;
        position: static !important;
        margin: 0 !important;
        margin-left: auto !important;
    }
    .liked-products .product-one__itemList .product-one__deleteFromWishList .product-one__like {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 44px !important;
        height: 44px !important;
        border: 1px solid #e9ebef !important;
        border-radius: 10px !important;
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
    }
    .liked-products .product-one__itemList .product-one__deleteFromWishList .product-one__like svg {
        width: 22px;
        height: 22px;
    }
    .the-liked-products .liked-products .product-one__itemList {
        gap: 14px;
    }
}

.profile-tabs__ico {
    display: none;
}

@media (max-width: 767px) {
    .profile-tabs {
        position: fixed !important;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 900;
        display: flex !important;
        gap: 0;
        background: #fff;
        box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.1);
        padding: 6px 4px;
        padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px));
        margin: 0 !important;
        border-top: 1px solid #eef0f3;
        border-radius: 0;
        flex-direction: row;
    }
    .profile-tabs .pick-type {
        flex: 1 1 0;
        min-width: 0;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        background: none !important;
        border: none !important;
        box-shadow: none !important;
        margin: 0 !important;
        padding: 5px 2px !important;
        color: #8a8f98 !important;
        font-size: 11px !important;
        font-weight: 500 !important;
        border-radius: 10px;
        min-height: 52px;
    }
    .profile-tabs .pick-type.active {
        color: var(--main-blue, #3076d5) !important;
        background: none !important;
    }
    .profile-tabs__ico {
        display: flex !important;
        align-items: center;
        justify-content: center;
        transition: background-color 0.2s ease, color 0.2s ease;
    }
    .profile-tabs__ico svg {
        width: 24px;
        height: 24px;
    }
    .profile-tabs__label {
        font-size: 11px;
        line-height: 1;
        white-space: nowrap;
    }
    body:has(.profile-tabs) {
        padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
    }
}

/* ============ Cabinet: left sidebar navigation (desktop) ============ */
@media (min-width: 992px) {
    /* two columns: nav on the left, content on the right */
    .checkout-left.checkout-full:has(> .profile-tabs) {
        display: grid;
        grid-template-columns: 240px minmax(0, 1fr);
        column-gap: 32px;
        align-items: start;
    }
    .checkout-left.checkout-full:has(> .profile-tabs) > .profile-tabs {
        grid-column: 1;
        grid-row: 1 / 100;
        position: sticky;
        top: 160px;
    }
    .checkout-left.checkout-full:has(> .profile-tabs) > *:not(.profile-tabs) {
        grid-column: 2;
        min-width: 0;
    }

    /* vertical menu look */
    .checkout-left:has(> .profile-tabs) > .profile-tabs {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        background: #fff;
        border: 1px solid #e6e8ec;
        border-radius: 16px;
        padding: 10px;
        box-shadow: 0 6px 24px rgba(17, 26, 32, 0.05);
    }
    .checkout-left:has(> .profile-tabs) > .profile-tabs .pick-type {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        width: 100%;
        text-align: left;
        padding: 12px 14px !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 12px;
        background: transparent !important;
        color: #374151 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        box-shadow: none !important;
    }
    .checkout-left:has(> .profile-tabs) > .profile-tabs .pick-type:hover {
        background: #f4f7fb !important;
        color: #171a20 !important;
    }
    .checkout-left:has(> .profile-tabs) > .profile-tabs .pick-type.active {
        background: var(--main-blue, #3076d5) !important;
        color: #fff !important;
    }
    /* show the icons in the vertical menu */
    .checkout-left:has(> .profile-tabs) > .profile-tabs .profile-tabs__ico {
        display: flex !important;
        flex: 0 0 22px;
        width: 22px;
        height: 22px;
    }
    .checkout-left:has(> .profile-tabs) > .profile-tabs .profile-tabs__ico svg {
        width: 22px;
        height: 22px;
    }
}

/* order-total (JS-injected "До сплати" beside the button) is a mobile-only bar;
   on desktop the checkout-totals card already shows "До сплати" — hide the duplicate. */
.cri-one--order .order-total {
    display: none;
}
@media (max-width: 1024px) {
    .cri-one--order {
        display: flex !important;
        align-items: center;
        gap: 12px;
    }
    .cri-one--order .order-total {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        line-height: 1.1;
    }
    .cri-one--order .order-total__label {
        font-size: 11px;
        color: #8a8f98;
    }
    .cri-one--order .order-total__val {
        font-size: 17px;
        font-weight: 800;
        color: #171a20;
        white-space: nowrap;
    }
    .cri-one--order a,
    .cri-one--order button {
        flex: 1 1 auto;
        font-size: 15px;
    }
}

.checkout-cart {
    padding: 20px 14px;
}
.checkout-cart__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #e9ebef;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    color: #171a20;
}
.checkout-cart__arrow {
    display: flex;
    transition: transform 0.25s ease;
    color: #8a8f98;
}
.checkout-cart__arrow svg {
    width: 20px;
    height: 20px;
}
.checkout-cart__toggleMain {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.checkout-cart__toggleText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.checkout-cart__thumbs {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.ccp-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: -8px;
    border: 2px solid #fff;
    border-radius: 9px;
    background: #f4f5f7;
    box-shadow: 0 1px 3px rgba(17, 26, 32, 0.14);
    overflow: hidden;
}
.ccp-thumb:first-child {
    margin-left: 0;
}
.ccp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ccp-thumb--more {
    font-size: 12px;
    font-weight: 600;
    color: #5b6270;
    background: #eef0f3;
}
.checkout-cart:not(.is-collapsed) .checkout-cart__thumbs {
    display: none;
}
.checkout-cart.is-collapsed .checkout-cart__arrow {
    transform: rotate(-90deg);
}
@media (max-width: 1024px) {
    .checkout-cart {
        margin-top: 0;
        margin-bottom: 16px;
    }
    .poq-likes img {
        width: 20px;
    }
    .checkout-flex {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
    }
    .checkout-totals .cri-one {
        display: flex !important;
    }
}

@media (min-width: 1025px) {
    .checkout-flex .checkout-right {
        position: sticky;
        top: 160px;
        align-self: flex-start;
    }
}

@media (max-width: 1024px) {
    .cg .category-grid.view-1 {
        grid-template-columns: 1fr !important;
    }
    .cg .category-grid.view-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .cg .category-grid.view-list {
        grid-template-columns: 1fr !important;
    }
    .cg .category-grid.view-list .product-one__item {
        position: relative;
        padding: 12px 12px 12px 106px !important;
        min-height: 110px;
        text-align: left;
    }
    .cg .category-grid.view-list .product-one__image {
        position: absolute;
        left: 12px;
        top: 12px;
        width: 84px;
        margin: 0;
    }
    .cg .category-grid.view-list .product-one__image figure {
        width: 84px !important;
        height: 84px !important;
        padding: 0;
    }
    .cg .category-grid.view-list .product-one__name {
        text-align: left;
        height: auto;
    }
    .cg .category-grid.view-list .product-one__priceBuy {
        flex-direction: row !important;
        align-items: center;
        justify-content: space-between;
    }
    .cg .category-grid.view-list .product-one__addToCart {
        width: auto !important;
        flex: 0 0 auto;
    }
    .cg .category-grid.view-list .product-one__cartButton {
        width: auto !important;
        padding: 0 16px;
    }
    .cg .category-grid.view-list .product-one__likeButton {
        top: 12px;
        right: 12px;
    }
}
.m-sort-sheet {
    position: fixed;
    inset: 0;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.45);
    display: none;
    align-items: flex-end;
}
.m-sort-sheet.open {
    display: flex;
}
.m-sort-sheet__box {
    background: #fff;
    width: 100%;
    border-radius: 16px 16px 0 0;
    padding: 6px 0 22px;
    max-height: 80vh;
    overflow-y: auto;
}
.m-sort-sheet__title {
    font-size: 17px;
    font-weight: 700;
    padding: 16px 20px;
    border-bottom: 1px solid #eef0f3;
}
.m-sort-sheet__opt {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px solid #f4f5f7;
}
.m-sort-sheet__opt.active {
    color: var(--main-blue, #3076d5);
    font-weight: 600;
}

.field-error {
    border-color: #e03939 !important;
    box-shadow: 0 0 0 3px rgba(224, 57, 57, 0.12) !important;
}

@media (max-width: 720px) {
    .login {
        height: auto !important;
        min-height: calc(100dvh - 70px) !important;
        justify-content: flex-start !important;
        padding: 24px 16px 40px !important;
    }
    .login-form {
        width: 100% !important;
        max-width: 440px;
        margin: 0 auto !important;
        padding: 26px 22px !important;
        box-sizing: border-box;
    }
    .logo-section {
        margin: 22px 0 !important;
    }
    .form-header {
        margin-bottom: 22px !important;
    }
    .login-after {
        padding: 20px 16px 0 !important;
    }
}
@media (max-width: 500px) {
    .login-form {
        padding: 24px 18px !important;
    }
    .remember-forgot {
        margin-top: 22px !important;
        row-gap: 16px !important;
    }
}

@media (max-width: 1200px) {
    body.registration .header-mid__search {
        display: flex !important;
    }
}

@media (max-width: 1024px) {
    .search-by-size__form {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
        row-gap: 20px;
        column-gap: 16px;
        padding: 28px 22px;
    }
    .search-by-size__field {
        flex: 1 1 46% !important;
        min-width: 0;
    }
    .search-by-size__button {
        flex: 1 1 100% !important;
    }
    .search-by-size__button .search-by-size__link {
        width: 100%;
        justify-content: center;
    }
    .search-by-size__form .fake-select {
        width: 100%;
    }
}
@media (max-width: 560px) {
    .search-by-size__field {
        flex: 1 1 100% !important;
    }
    .search-by-size__form {
        padding: 22px 16px;
    }
}

@media (max-width: 1024px) {
    .checkout-totals {
        margin-top: 16px;
        width: 100% !important;
        align-self: stretch;
    }
    .checkout-totals .cart-right,
    .checkout-totals .cart-right-inner {
        width: 100% !important;
        max-width: none !important;
    }
    .checkout-totals .cart-right-inner {
        background: #fff;
        border: 1px solid #e9ebef;
        border-radius: 16px;
        padding: 22px 20px;
    }
    .checkout-totals .cri-one {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 15px 0 !important;
        margin: 0 !important;
    }
    .checkout-totals .cri-title {
        font-size: 15px;
        color: #6b7280;
        font-weight: 500;
    }
    .checkout-totals .cri-value {
        font-size: 16px;
        font-weight: 600;
        color: #171a20;
        white-space: nowrap;
    }
    .checkout-totals .cri-value span {
        font-size: 14px;
        font-weight: 500;
        color: #6b7280;
        margin-left: 2px;
    }
    .checkout-totals .cri-one--total .cri-title {
        font-size: 16px;
        font-weight: 700;
        color: #171a20;
    }
    .checkout-totals .cri-one--total .cri-value {
        font-size: 22px;
        font-weight: 800;
        color: #171a20;
    }
    .checkout-totals .cri-one--total .cri-value span {
        font-size: 16px;
        font-weight: 700;
        color: #171a20;
    }
}

@media (max-width: 1024px) {
    footer .footer-col {
        border-top: 1px solid #e9ebef;
        padding-top: 16px;
    }
    footer .footer-col:first-child {
        border-top: none;
        padding-top: 0;
    }
    footer .footer-col__title {
        margin: 0 0 10px !important;
        font-size: 16px;
        font-weight: 600;
        color: #1a1d24;
    }
    footer .footer-col__List li {
        margin-bottom: 10px;
    }
}

.cri-one--order button {
    border: none !important;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    box-shadow: none;
}
@media (max-width: 1024px) {
    body:has(.cri-one--order) {
        padding-bottom: 58px;
    }
}

.owl-carousel .product-one__like:hover,
.cg .category-grid .product-one__like:hover {
    background: #3076d5 !important;
}
.owl-carousel .product-one__like:hover img,
.cg .category-grid .product-one__like:hover img {
    filter: brightness(0) invert(1) !important;
}

.pif-new-t {
    margin: 56px 0 0;
}
.pif-new-tabs {
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(17, 26, 32, 0.06);
    overflow: hidden;
}
.pif-nt-titles {
    display: flex;
    padding: 0;
    margin: 0;
    background: #fbfcfd;
    border: none;
    border-bottom: 1px solid #eef0f3;
    overflow-x: auto;
}
.pif-nt-titles a {
    text-decoration: none;
    color: #6b7280;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 22px;
    margin: 0;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}
.pif-nt-titles a:hover {
    color: #171a20;
    background: #eef2f8;
}
.pif-nt-titles a svg {
    width: 22px;
    height: 22px;
}
.pif-nt-titles a svg path {
    fill: #9aa1ac;
    transition: fill 0.2s ease;
}
.pif-nt-titles a.active {
    color: var(--main-blue, #3076d5);
    background: #fff;
    border-bottom-color: var(--main-blue, #3076d5);
}
.pif-nt-titles a.active svg {
    filter: none;
}
.pif-nt-titles a.active svg path {
    fill: var(--main-blue, #3076d5);
}

.pif-tab-content {
    padding: 34px 32px;
    background: #fff;
    display: none;
    border-radius: 0;
}
.pif-tab-content.active {
    display: block;
    animation: pdFade 0.25s ease;
}
@keyframes pdFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.pd-description {
    font-size: 15.5px;
    line-height: 1.72;
    color: #374151;
}
.pd-description h2,
.pd-description h3,
.pd-description h4 {
    font-size: 20px;
    font-weight: 700;
    color: #171a20;
    margin: 28px 0 12px;
    letter-spacing: -0.01em;
}
.pd-description > :first-child {
    margin-top: 0 !important;
}
.pd-description p {
    margin: 0 0 12px;
}
.pd-description ul,
.pd-description ol {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}
.pd-description ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 9px;
    line-height: 1.6;
}
.pd-description ul li::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--main-blue, #3076d5);
}
.pd-description ol {
    counter-reset: pdc;
}
.pd-description ol li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 10px;
    counter-increment: pdc;
}
.pd-description ol li::before {
    content: counter(pdc);
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eaf1fc;
    color: var(--main-blue, #3076d5);
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pif-specs .specs {
    width: 100%;
    border-collapse: collapse;
}
.pif-specs .specs tr {
    border-bottom: 1px solid #eef0f3;
}
.pif-specs .specs tr:nth-child(even) {
    background: #fafbfc;
}
.pif-specs .specs td {
    padding: 13px 20px;
    font-size: 15px;
    color: #374151;
    vertical-align: top;
}
.pif-specs .specs td:first-child {
    color: #6b7280;
    width: 55%;
    font-weight: 500;
}
.pif-specs .specs td:last-child {
    width: 45%;
    text-align: right;
    font-weight: 600;
    color: #171a20;
}
.pif-specs .specs td a {
    color: inherit !important;
    text-decoration: none !important;
    border-bottom: none !important;
    pointer-events: none;
    cursor: default;
}

@media (max-width: 600px) {
    .pif-new-t {
        margin: 34px 0 0;
    }
    .pif-nt-titles a {
        font-size: 14px;
        padding: 13px 14px;
        gap: 7px;
    }
    .pif-nt-titles a svg {
        width: 19px;
        height: 19px;
    }
    .pif-tab-content {
        padding: 22px 16px;
    }
    .pd-description {
        font-size: 15px;
    }
    .pd-description h2,
    .pd-description h3 {
        font-size: 18px;
    }
    .pif-specs .specs td {
        padding: 11px 10px;
        font-size: 14px;
    }
}

/* Product tabs order: Характеристики first, then Опис, then Відгуки */
.pif-nt-titles a[data-tab-id="2"] {
    order: 1;
}
.pif-nt-titles a[data-tab-id="1"] {
    order: 2;
}
.pif-nt-titles a[data-tab-id="3"] {
    order: 3;
}

/* ============ SEO description block — fixed-height scroll box ============ */
.page-description {
    margin: 40px 0;
}
.page-description .container-inner {
    position: relative;
    border-radius: 14px;
    max-height: 340px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cdd5e0 transparent;
}
.page-description .container-inner::-webkit-scrollbar {
    width: 8px;
}
.page-description .container-inner::-webkit-scrollbar-track {
    background: transparent;
    margin: 8px 0;
}
.page-description .container-inner::-webkit-scrollbar-thumb {
    background: #cdd5e0;
    border-radius: 8px;
}
.page-description .container-inner::-webkit-scrollbar-thumb:hover {
    background: var(--main-blue, #3076d5);
}
.page-description .container-inner h1 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 16px;
    color: #171a20;
}
.page-description .container-inner h2,
.page-description .container-inner h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 22px 0 10px;
    color: #171a20;
}
.page-description .container-inner p {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin: 0 0 13px;
}
.page-description .container-inner p:last-child {
    margin-bottom: 0;
}
.page-description .container-inner ul,
.page-description .container-inner ol {
    margin: 0 0 14px;
    padding-left: 22px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
}
@media (max-width: 767px) {
    .page-description {
        margin: 26px 0;
    }
    .page-description .container-inner {
        max-height: 300px;
    }
    .page-description .container-inner h1 {
        font-size: 22px;
    }
}

/* ============ Modern reviews ============ */
.pif-add-review,
.pif-add-review.par-new {
    width: auto !important;
    margin: 0 0 18px;
}
.pif-add-review a:hover {
    background: #2a69bf;
}
.review-one:last-child {
    border-bottom: none;
}
.review-photo figure svg {
    width: 40px;
    height: 40px;
}
.review-ratings .pif-stars {
    display: flex;
    gap: 2px;
    justify-content: center;
    margin-right: 16px;
}
.review-ratings .pif-stars img {
    width: 14px;
    height: 14px;
}
@media (max-width: 600px) {
    .review-one {
        gap: 12px;
        padding: 18px 0;
    }
    .review-left {
        width: 48px;
        flex: 0 0 48px;
    }
    .review-photo figure {
        width: 46px;
        height: 46px;
    }
    .review-photo figure svg {
        width: 34px;
        height: 34px;
    }
    .review-right {
        text-align: left;
        margin-top: 0;
    }
    .review-name {
        font-size: 15px;
    }
    .review-text {
        font-size: 14px;
        padding: 11px 13px;
        margin-top: 10px;
    }
}
.review-ratings {
    position: absolute;
    top: 24px;
    right: 2px;
    margin: 0;
}
.review-ratings .pif-stars {
    justify-content: flex-end;
}
@media (max-width: 600px) {
    .review-ratings {
        top: 18px;
        right: 0;
    }
    .review-ratings .pif-stars img {
        width: 13px;
        height: 13px;
    }
}

select.checkout-select {
    width: 100%;
    height: 50px;
    padding: 0 42px 0 15px;
    border: 1px solid transparent;
    border-radius: 12px;
    background-color: #f1f1f1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%238a8f98' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 8px;
    font-family: inherit;
    font-size: 18px;
    color: #222;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
select.checkout-select.is-empty,
select.checkout-select:disabled {
    color: #8a8f98;
    opacity: 1;
    cursor: not-allowed;
}
select.checkout-select:focus {
    outline: none;
    border-color: #3076d5;
    box-shadow: 0 0 0 3px rgba(48, 118, 213, 0.12);
}

/* ============ Checkout Select2 (Відділення) — modern look ============ */
.select2-container--default .select2-selection--single {
    height: 50px;
    background: #f1f1f1;
    border: 1px solid transparent;
    border-radius: 12px;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #3076d5;
    box-shadow: 0 0 0 3px rgba(48, 118, 213, 0.12);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    max-width: 100%;
    line-height: 48px;
    font-size: 18px;
    color: #222;
    padding-left: 15px;
    padding-right: 62px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
}

/* довга назва відділення не має розпирати поле: обрізаємо трикрапкою.
   ширину select2 ставить інлайном, тому перебиваємо important, інакше
   контейнер шириться під текст і обрізати нема від чого */
.checkout-form-item,
.checkout-form-item label {
    display: block;
    min-width: 0;
}

.checkout-form-item .select2-container {
    display: block;
    width: 100% !important;
    max-width: 100%;
}

.checkout-form-item .select2-container .select2-selection--single {
    width: 100%;
    max-width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #8a8f98;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
    right: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #8a8f98 transparent transparent transparent;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #8a8f98 transparent;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    top: 50%;
    right: 34px;
    transform: translateY(-50%);
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #8a8f98;
    background: transparent;
    cursor: pointer;
    transition:
        background-color 0.15s ease,
        color 0.15s ease;
}
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    background: #e2e5ea;
    color: #444;
}

.select2-container--default .select2-selection--single .select2-selection__clear span {
    margin: 0;
}

/* dropdown panel */
.select2-dropdown {
    border: 1px solid #e6e8ec;
    border-radius: 12px;
    box-shadow: 0 14px 38px rgba(17, 26, 32, 0.14);
    overflow: hidden;
    margin-top: 6px;
}
.select2-search--dropdown {
    padding: 12px 12px 6px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6e8ec;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 15px;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #3076d5;
    box-shadow: 0 0 0 3px rgba(48, 118, 213, 0.12);
}
.select2-results__options {
    padding: 6px;
}
.select2-results__options::-webkit-scrollbar {
    width: 8px;
}
.select2-results__options::-webkit-scrollbar-thumb {
    background: #cdd5e0;
    border-radius: 8px;
}
.select2-container--default .select2-results__option {
    border-radius: 8px;
    padding: 11px 12px;
    font-size: 14.5px;
    color: #374151;
    line-height: 1.4;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #eaf1fc;
    color: #171a20;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: #3076d5;
    color: #fff;
    font-weight: 600;
}

/* ============ Order success / thank-you page ============ */
.checkout-success {
    padding: 24px 0 60px;
}
.checkout-success .no-products-message,
.checkout-success .no-products-message.ntt {
    max-width: 560px;
    margin: 30px auto !important;
    background: #fff;
    padding: 40px 32px;
}
.checkout-success .npm-image {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.checkout-success .npm-image > img,
.checkout-success .no-products-message.ntt .npm-image > img {
    width: 96px !important;
    height: auto;
    margin-bottom: 22px !important;
    opacity: 1;
}
.checkout-success .ntt .order-id {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-blue, #3076d5);
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.25;
}
.checkout-success .ntt .order-text {
    width: 100% !important;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
}
.checkout-success .ntt p {
    font-size: 15.5px;
    line-height: 1.6;
    color: #6b7280;
}
.checkout-success .pay-flex {
    display: flex;
    justify-content: center;
    margin: 22px 0 4px;
}
.checkout-success .more-order-text {
    color: #374151;
    font-size: 15px;
    font-weight: 500;
    margin: 34px auto 0;
    text-align: center;
    max-width: 430px;
    line-height: 1.55;
}
.checkout-success .htm__content,
.checkout-success .no-products-message .npm-image .htm__content {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 22px 0 0 !important;
}
.checkout-success .htm__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #f4f6f9;
    transition:
        transform 0.15s ease,
        background 0.2s ease;
}
.checkout-success .htm__item a:hover {
    background: #eaf1fc;
    transform: translateY(-2px);
}
.checkout-success .htm__content img,
.checkout-success .no-products-message .npm-image .htm__content img {
    width: 28px !important;
}
@media (max-width: 600px) {
    .checkout-success .no-products-message.ntt {
        padding: 30px 20px;
        margin: 16px auto !important;
    }
    .checkout-success .npm-image > img,
    .checkout-success .no-products-message.ntt .npm-image > img {
        width: 84px !important;
        margin-bottom: 18px !important;
    }
    .checkout-success .ntt .order-id {
        font-size: 21px;
    }
    .checkout-success .htm__item a {
        width: 50px;
        height: 50px;
    }
}

.mobile-catalog-btn {
    display: none;
}
@media (max-width: 1024px) {
    .mobile-catalog-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 12px 16px 0;
        padding: 13px 16px;
        background: var(--main-blue, #3076d5);
        color: #fff;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }
    .mobile-catalog-btn svg {
        width: 22px;
        height: 22px;
    }
}

/* ============ Mobile bottom tab bar (Головна/Каталог/Кошик/Обране/Кабінет) ============ */
.mobile-tabbar {
    display: none;
}
@media (max-width: 1024px) {
    .mobile-tabbar {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 950;
        background: #fff;
        border-top: 1px solid #eef0f3;
        box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.06);
        padding: 6px 2px;
        padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px));
    }
    .mobile-tabbar__item {
        flex: 1 1 0;
        min-width: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        padding: 5px 2px;
        text-decoration: none;
        color: #8a8f98;
        font-size: 11px;
        font-weight: 500;
        -webkit-tap-highlight-color: transparent;
    }
    .mobile-tabbar__item.active {
        color: var(--main-blue, #3076d5);
    }
    .mobile-tabbar__item[data-tab="catalog"] {
        color: var(--main-blue, #3076d5);
    }
    .mobile-tabbar__item[data-tab="catalog"] .mtb-ico {
        background: var(--main-blue, #3076d5);
        color: #fff;
        border-radius: 12px;
        padding: 7px;
        box-shadow: 0 3px 10px rgba(48, 118, 213, .35);
    }
    .mobile-tabbar .mtb-ico {
        position: relative;
        display: flex;
    }
    .mobile-tabbar .mtb-ico svg {
        width: 24px;
        height: 24px;
    }
    .mobile-tabbar .mtb-label {
        line-height: 1;
        white-space: nowrap;
    }
    .mobile-tabbar .mtb-badge {
        position: absolute;
        top: -6px;
        right: -9px;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        background: var(--main-blue, #3076d5);
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }
    body {
        padding-bottom: 66px;
    }
    /* top icons now duplicated by the tab bar → hide on mobile */
    .header-top .mobile-actions {
        display: none !important;
    }
    /* pages with their own bottom bar (cart/checkout sticky, cabinet tabs) hide the tab bar */
    body:has(.cri-one--order) .mobile-tabbar,
    body:has(.profile-tabs) .mobile-tabbar {
        display: none;
    }
}

/* ============ Mobile header bar: burger + inline search + heart (≤1024) ============ */
.header-mid__burger {
    display: none;
}
@media (max-width: 1024px) {
    /* keep header-top in DOM (holds the slide-out menu) but collapse its visible content */
    .header-sticky .header-top {
        display: none !important;
    }

    /* header-mid = single bar */
    .header-mid {
        display: flex !important;
        align-items: center;
        gap: 10px;
        padding: 10px 14px !important;
        flex-wrap: nowrap;
    }
    .header-mid__burger {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        color: #1f1f1f;
    }
    .header-mid__burger svg {
        width: 26px;
        height: 26px;
    }
    .header-mid__catalog,
    .header-mid__searchToggle,
    .header-mid > .header-mid__profile,
    .header-mid > .header-mid__cart {
        display: none !important;
    }

    /* inline search (replaces fullscreen modal) */
    .header-mid__search {
        position: relative !important;
        inset: auto !important;
        transform: none !important;
        height: auto !important;
        width: auto !important;
        flex: 1 1 auto;
        min-width: 0;
        margin: 0;
        display: flex !important;
        align-items: center;
        background: #f1f1f1;
        border-radius: 12px;
        padding: 0 6px 0 14px;
    }
    .header-mid__searchClose {
        display: none !important;
    }
    .header-mid__searchInput {
        flex: 1 1 auto;
        min-width: 0;
        height: 46px;
        background: transparent;
        border: none;
        outline: none;
        font-size: 15px;
        padding: 0;
    }
    .header-mid__search .button-search {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        background: none;
        border: none;
    }
    .header-mid__search .button-search img {
        width: 20px;
        height: 20px;
        opacity: 0.55;
    }
    .header-mid__search #results {
        position: absolute !important;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        background: #fff;
        border: 1px solid #e6e8ec;
        border-radius: 12px;
        box-shadow: 0 14px 38px rgba(17, 26, 32, 0.14);
        max-height: 62vh;
        overflow-y: auto;
        z-index: 60;
        padding: 6px;
        margin: 0;
    }
    .header-mid__search #results:empty {
        display: none !important;
    }
    .header-mid__search #results:empty::before,
    .header-mid__search #results:empty::after {
        content: none !important;
        display: none !important;
    }
    #overlay {
        display: none !important;
    }

    /* heart on the right */
    .header-mid > .header-mid__fav {
        display: none !important;
        flex: 0 0 auto;
        margin: 0;
    }
    .header-mid__favLink {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        position: relative;
    }
    .header-mid__favLink .hm-action__label {
        display: none;
    }
    .header-mid__favLink .hm-action__ico img {
        width: 26px;
        height: 26px;
    }
    .header-mid__favLink .hm-action__badge {
        position: absolute;
        top: 0;
        right: 0;
    }
}

/* ============ Full-screen mobile search overlay (dnipro-m style) ============ */
.header-mid__searchBack {
    display: none;
}
@media (max-width: 1024px) {
    body.msearch-open {
        overflow: hidden;
    }
    body.msearch-open .header-mid__search {
        position: fixed !important;
        inset: 0 !important;
        z-index: 6000;
        background: #fff !important;
        border-radius: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        flex: none !important;
    }
    /* top bar */
    body.msearch-open .header-mid__searchBack {
        display: none !important;
    }
    body.msearch-open .header-mid__searchInput {
        position: absolute !important;
        top: 13px;
        left: 14px;
        right: 52px;
        width: auto !important;
        height: 40px;
        z-index: 3;
        background: #f1f1f1 url("/assets/img/search.svg") 12px center / 18px no-repeat !important;
        border-radius: 10px !important;
        padding: 0 14px 0 40px !important;
        font-size: 15px;
        box-sizing: border-box;
    }
    body.msearch-open .header-mid__search .button-search {
        display: none !important;
    }
    body.msearch-open .header-mid__searchClose {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 10px;
        right: 6px;
        width: 44px;
        height: 46px;
        font-size: 28px;
        color: #9099a3;
        z-index: 3;
        text-decoration: none;
    }
    /* results fill the screen */
    body.msearch-open .header-mid__search #results {
        position: absolute !important;
        top: 66px;
        left: 0;
        right: 0;
        bottom: 0;
        display: block !important;
        background: #fff;
        border: none !important;
        border-top: 1px solid #eef0f3 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        max-height: none !important;
        height: auto !important;
        overflow-y: auto;
        padding: 8px 14px 24px !important;
        margin: 0 !important;
    }
    body.msearch-open .header-mid__search #results:empty {
        display: block !important;
    }

    /* result rows */
    body.msearch-open #results .result-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 4px;
        border-bottom: 1px solid #f2f4f7;
        text-decoration: none;
    }
    body.msearch-open #results .result-item .result-info {
        display: flex;
        align-items: center;
        gap: 12px;
        flex: 1 1 auto;
        min-width: 0;
    }
    body.msearch-open #results .result-item img {
        width: 48px;
        height: 48px;
        object-fit: contain;
        flex: 0 0 48px;
    }
    body.msearch-open #results .result-text {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 0;
    }
    body.msearch-open #results .result-text span {
        font-size: 14px;
        color: #171a20;
        line-height: 1.3;
    }
    body.msearch-open #results .result-text .sku {
        font-size: 12px;
        color: #9099a3;
    }
    body.msearch-open #results .result-text .price {
        font-size: 15px;
        font-weight: 700;
        color: var(--main-blue, #3076d5);
    }
    body.msearch-open #results .buy-btn {
        flex: 0 0 auto;
        border: none;
        color: #fff;
        border-radius: 8px;
        padding: 8px 14px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
    }
    body.msearch-open #results .result-empty {
        padding: 30px 16px;
        text-align: left;
        color: #6b7280;
        font-size: 15px;
    }
}

/* Sticky order/checkout button — smaller height on mobile */
@media (max-width: 1024px) {
    .cri-one--order {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .cri-one--order a,
    .cri-one--order button {
        padding: 11px 14px !important;
        font-size: 15px !important;
    }
    .cri-one--order a img,
    .cri-one--order button img {
        width: 22px !important;
        height: auto !important;
    }
}

.mobileMenu__logo {
    display: block;
    padding: 22px 25px 8px;
    line-height: 0;
}
.mobileMenu__logo svg {
    width: 150px;
    height: auto;
    display: block;
}

.mobileMenu__inner {
    position: relative;
}
.mobileMenu__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 30px;
    line-height: 1;
    color: #8a8f98;
    text-decoration: none;
    border-radius: 50%;
}
.mobileMenu__close:hover {
    background: #f2f4f7;
    color: #333;
}

.mobileMenu__catalog {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 6px 25px 12px;
    padding: 13px 18px;
    background: var(--main-blue, #3076d5);
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 40px;
}
.mobileMenu__catalog img {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
}
.mobileMenu__catalog:hover {
    background: #2a69bf;
    color: #fff;
}

@media (min-width: 1025px) {
    .pif-specs .specs {
        max-width: none;
        width: 100%;
    }
    .pif-specs .specs tbody {
        display: block;
        column-count: 2;
        column-gap: 56px;
    }
    .pif-specs .specs tr {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 18px;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
    }
    .pif-specs .specs td {
        display: block;
        padding: 12px 12px;
    }
    .pif-specs .specs td:first-child {
        width: auto;
        flex: 1 1 auto;
    }
    .pif-specs .specs td:last-child {
        width: auto;
        flex: 0 0 auto;
        text-align: right;
    }
}

@media (min-width: 1025px) {
    .review-one {
        max-width: 1040px;
    }
}
@keyframes apCarBuzz {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-1.5px) rotate(-0.7deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(-1px) rotate(0.7deg);
    }
}
@keyframes apRoad {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -26px 0;
    }
}
.autopicker:hover .autopicker__image img {
    animation-duration: 0.32s;
}
.autopicker:hover .autopicker__image::after {
    animation-duration: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    .autopicker__image img,
    .autopicker__image::after {
        animation: none;
    }
}

@media (max-width: 768px) {
    .wheels-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 14px;
        row-gap: 16px;
    }
    .wheels-content .wheels-one__item {
        width: calc(50% - 7px);
        margin: 0;
        height: 160px;
    }
    .wheels-content .wheels-one__item img {
        width: 85%;
        max-width: 150px;
        left: 79%;
        transform: translateX(-50%);
        bottom: -23px;
    }
    .wheels-content .wheels-one__itemTitle {
        padding: 16px 16px 0;
    }
    .wheels-content .wheels-one__itemSizeTitle {
        font-size: 14px;
    }
    .wheels-content .wheels-one__itemSizeInch {
        font-size: 26px;
    }
}

.cart-swal.swal2-popup {
    border-radius: 20px;
    padding: 34px 30px 28px;
    max-width: 430px;
    width: 98%;
}
.cart-swal .swal2-html-container {
    margin: 0;
}
.cart-swal__ico {
    width: 84px;
    height: 84px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #eafaf1;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: cartSwalPop .35s ease;
}
.cart-swal__ico svg {
    width: 46px;
    height: 46px;
    fill: none;
    stroke: #1a9d5a;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.cart-swal__ico svg circle {
    stroke: #bfe9cf;
}
@keyframes cartSwalPop {
    0% { transform: scale(.6); opacity: 0; }
    60% { transform: scale(1.08); }
    100% { transform: scale(1); opacity: 1; }
}
.cart-swal__title {
    font-size: 23px;
    font-weight: 700;
    color: #171a20;
    margin-bottom: 8px;
    line-height: 1.25;
}
.cart-swal__text {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.5;
    margin-bottom: 24px;
}
.font-medium {
    font-weight: 500;
}
.cart-swal__actions {
    gap: 12px;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}
.cart-swal__btn {
    border: none;
    cursor: pointer;
    border-radius: 12px;
    padding: 13px 22px;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    transition: background .15s ease, box-shadow .15s ease;
    flex: 1 1 auto;
}
.cart-swal__btn--primary {
    background: var(--main-blue, #3076d5);
    color: #fff;
}
.cart-swal__btn--primary:hover {
    background: #245db0;
}
.cart-swal__btn--ghost {
    background: #f1f3f6;
    color: #2f2f2f;
}
.cart-swal__btn--ghost:hover {
    background: #e6e9ee;
}

.cart-swal--form.swal2-popup,
.cart-swal--form .swal2-title,
.cart-swal--form .swal2-html-container {
    text-align: left !important;
}
.cart-swal--form .cart-swal__btn {
    text-align: center;
}

.cart-swal .checkout-form-item label span {
    font-weight: 600;
    color: #171a20;
}
.cart-swal .checkout-form-item input {
    font-size: 15px;
    padding: 13px 15px;
    transition: box-shadow .15s ease, background .15s ease;
}
.cart-swal .checkout-form-item input:focus {
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 2px var(--main-blue, #3076d5);
}
.cart-swal .checkout-form-item input.error {
    background: #fdecec;
}
.cart-swal__text + .cart-swal__text {
    margin-top: -16px;
}
.cart-swal__text:has(strong) {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.cart-swal__text strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border-radius: 50%;
    background: #fff3cd;
    color: #a15c00;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
}

.cart-swal .swal2-validation-message {
    margin: 2px 0 18px !important;
    padding: 12px 14px !important;
    border-radius: 12px !important;
    background: #fdecec !important;
    color: #c0392b !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}
.cart-swal .swal2-validation-message::before {
    background-color: #e11d2a !important;
}

@media (max-width: 500px) {
    .cart-swal.swal2-popup { padding: 26px 20px 22px; }
    .cart-swal__actions { flex-direction: column-reverse; }
    .cart-swal__btn { width: 100%; }
}

/* --- SweetAlert global modern styling (error/warning/info popups) --- */
.swal2-popup {
    border-radius: 18px;
    padding: 30px 26px 24px;
}
.swal2-popup .swal2-title {
    font-size: 22px;
    font-weight: 700;
    color: #171a20;
}
.swal2-popup .swal2-html-container {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.5;
    padding: 24px 0 0 0;
}
.swal2-actions {
    gap: 10px;
}
.swal2-styled.swal2-confirm {
    background: var(--main-blue, #3076d5) !important;
    border-radius: 12px !important;
    padding: 12px 28px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    box-shadow: none !important;
    transition: background .15s ease;
}
.swal2-styled.swal2-confirm:hover {
    background: #245db0 !important;
}
.swal2-styled.swal2-cancel {
    background: #f1f3f6 !important;
    color: #2f2f2f !important;
    border-radius: 12px !important;
    padding: 12px 28px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    box-shadow: none !important;
}
.swal2-styled.swal2-cancel:hover {
    background: #e6e9ee !important;
}
.swal2-icon {
    margin-top: 8px;
}

.swal2-close {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    margin: 0 !important;
    width: 36px !important;
    height: 36px !important;
    color: #9099a3 !important;
    font-size: 36px !important;
    transition: color .15s ease;
}

.swal2-close:hover {
    color: #171a20 !important;
}
.swal2-close:focus {
    box-shadow: none !important;
}

@keyframes wheelSpin {
    to { transform: rotate(360deg); }
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    flex: 0 0 auto;
}

.subcat-nav__slider.owl-carousel .owl-stage-outer {
    padding-left: 2px;
    margin-left: -2px;
    margin-right: -2px;
}

.owl-item .product-one__item {
    height: 100%;
}

@media(min-width: 1400px) {
    .wheels-one__item:hover img {
    animation: wheelSpin 3.5s linear infinite;
    }
}

@media (max-width: 1024px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.po-review {
    margin-top: 12px;
}

.po-review__toggle {
    padding: 0;
    background: none;
    border: none;
    color: var(--main-blue, #3076d5);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

.po-review__form {
    display: none;
    margin-top: 12px;
}

.po-review__form.is-open {
    display: block;
}

.po-review__stars {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 4px;
    margin-bottom: 10px;
}

.po-review__stars input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.po-review__stars label {
    color: #d7dce4;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.15s ease;
}

.po-review__stars input:checked ~ label,
.po-review__stars label:hover,
.po-review__stars label:hover ~ label {
    color: #ffb400;
}

.po-review__form textarea {
    width: 100%;
    min-height: 84px;
    padding: 12px 14px;
    background: #f1f1f1;
    border: 1px solid transparent;
    border-radius: 12px;
    font-family: inherit;
    font-size: 15px;
    color: #222;
    resize: vertical;
}

.po-review__form textarea:focus {
    outline: none;
    border-color: var(--main-blue, #3076d5);
    box-shadow: 0 0 0 3px rgba(48, 118, 213, 0.12);
}

.po-review__submit {
    margin-top: 10px;
    padding: 10px 20px;
    background: var(--main-blue, #3076d5);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.po-review__submit:hover {
    background: var(--main-blue-hover, #2a68bd);
}

.po-review--done {
    color: #1e7a3c;
    font-size: 14px;
    font-weight: 500;
}

.po-review__note {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.45;
}

.po-review__note--ok {
    background: #eaf7ee;
    color: #1e7a3c;
}

.po-review__note--err {
    background: #fdecec;
    color: #c92f2f;
}

/* .aromas__carousel .owl-stage-outer {
    padding-left: 2px;
} */

@media (max-width: 767px) {
    .review-popup {
        width: calc(100% - 24px) !important;
        padding: 0 0 18px;
    }

    .review-popup h2 {
        padding: 20px 0 6px;
        font-size: 20px;
    }

    .review-popup .swal2-html-container {
        margin: 0 18px;
    }

    .review-form-new label {
        row-gap: 6px;
        margin-bottom: 14px;
    }

    .review-form-new label > span {
        font-size: 14px;
    }

    .review-form-new label input,
    .review-form-new label textarea {
        padding: 10px 12px;
        font-size: 15px;
    }

    .review-form-new label textarea {
        min-height: 96px;
    }

    .review-form-new #stars {
        font-size: 30px !important;
        margin-top: -4px !important;
    }

    .review-popup .swal2-validation-message {
        margin: 10px 0;
        padding: 10px 12px;
        font-size: 13.5px;
        line-height: 1.35;
    }

    .review-popup .swal2-confirm {
        width: calc(100% - 36px);
        height: 48px;
        font-size: 17px;
    }
}

.category-seo-text {
    margin: 10px 0 50px;
    padding: 28px 32px;
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.65;
    color: #444;
}

.category-seo-text h2,
.category-seo-text h3 {
    margin: 22px 0 12px;
    font-size: 20px;
    font-weight: 600;
    color: #171a20;
}

.category-seo-text h2:first-child,
.category-seo-text h3:first-child {
    margin-top: 0;
}

.category-seo-text p {
    margin: 0 0 12px;
}

.category-seo-text ul,
.category-seo-text ol {
    margin: 0 0 12px;
    padding-left: 22px;
}

.category-seo-text li {
    margin-bottom: 6px;
}

.category-seo-text a {
    color: var(--main-blue, #3076d5);
}

.owl-dots {
    margin-top: 30px;
    row-gap: 20px;
}

@media (max-width: 767px) {
    .category-seo-text {
        margin: 6px 0 30px;
        padding: 18px 16px;
        font-size: 15px;
    }

    .category-seo-text h2,
    .category-seo-text h3 {
        font-size: 18px;
    }

    .product-content .pif-lg {
        border: none;
    }
}

@media (min-width: 1025px) {
    .owl-carousel .owl-nav {
        margin: 0;
    }

    .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        margin: 0;
        padding: 0;
        transform: translateY(-50%);
        border: 1px solid #e2e6ee;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 2px 8px rgba(17, 26, 32, 0.1);
        font-size: 0;
        line-height: 0;
        color: transparent;
        transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 6px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 6px;
    }

    .owl-carousel .owl-nav button.owl-prev::before,
    .owl-carousel .owl-nav button.owl-next::before {
        content: "";
        width: 9px;
        height: 15px;
        background-color: #2f2f2f;
        transition: background-color 0.2s;
    }

    .owl-carousel .owl-nav button.owl-prev::before {
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.5 1.5L2 9l7.5 7.5'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.5 1.5L2 9l7.5 7.5'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .owl-carousel .owl-nav button.owl-next::before {
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.5 1.5L9 9l-7.5 7.5'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 18' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.5 1.5L9 9l-7.5 7.5'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .owl-carousel .owl-nav button.owl-prev:hover,
    .owl-carousel .owl-nav button.owl-next:hover {
        border-color: var(--main-blue, #1a63d8);
        background: var(--main-blue, #1a63d8);
        box-shadow: 0 4px 14px rgba(26, 99, 216, 0.3);
    }

    .owl-carousel .owl-nav button.owl-prev:hover::before,
    .owl-carousel .owl-nav button.owl-next:hover::before {
        background-color: #fff;
    }

    .subcat-nav__slider.owl-carousel .owl-nav button.owl-prev {
        left: -6px;
    }

    .subcat-nav__slider.owl-carousel .owl-nav button.owl-next {
        right: -6px;
    }
}

@media (max-width: 1024px) {
    .owl-carousel .owl-nav {
        display: none;
    }
}

#home_carousel1 .owl-dots,
#home_carousel2 .owl-dots,
#home_carousel3 .owl-dots,
#home_carousel4 .owl-dots,
#special_carousel1 .owl-dots,
#special_carousel2 .owl-dots,
#similar_products .owl-dots,
#similar_products2 .owl-dots,
#also_buy .owl-dots,
#viewed_products .owl-dots,
#lkf_content .owl-dots,
#def_content .owl-dots,
#aromas_content .owl-dots {
    display: flex;
    column-gap: 0;
    width: 140px;
    height: 4px;
    margin: 18px auto 0;
    padding: 0;
    border-radius: 4px;
    background: #e8ebf0;
    overflow: hidden;
}

#home_carousel1 .owl-dots .owl-dot,
#home_carousel2 .owl-dots .owl-dot,
#home_carousel3 .owl-dots .owl-dot,
#home_carousel4 .owl-dots .owl-dot,
#special_carousel1 .owl-dots .owl-dot,
#special_carousel2 .owl-dots .owl-dot,
#similar_products .owl-dots .owl-dot,
#similar_products2 .owl-dots .owl-dot,
#also_buy .owl-dots .owl-dot,
#viewed_products .owl-dots .owl-dot,
#lkf_content .owl-dots .owl-dot,
#def_content .owl-dots .owl-dot,
#aromas_content .owl-dots .owl-dot {
    flex: 1 1 auto;
    width: auto;
    height: 100%;
    margin: 0;
    border-radius: 0;
    background: transparent;
    transition: background-color .2s;
}

#home_carousel1 .owl-dots .owl-dot.active,
#home_carousel2 .owl-dots .owl-dot.active,
#home_carousel3 .owl-dots .owl-dot.active,
#home_carousel4 .owl-dots .owl-dot.active,
#special_carousel1 .owl-dots .owl-dot.active,
#special_carousel2 .owl-dots .owl-dot.active,
#similar_products .owl-dots .owl-dot.active,
#similar_products2 .owl-dots .owl-dot.active,
#also_buy .owl-dots .owl-dot.active,
#viewed_products .owl-dots .owl-dot.active,
#lkf_content .owl-dots .owl-dot.active,
#def_content .owl-dots .owl-dot.active,
#aromas_content .owl-dots .owl-dot.active {
    background: var(--main-blue, #3076d5);
}

#home_carousel1 .owl-dots .owl-dot span,
#home_carousel2 .owl-dots .owl-dot span,
#home_carousel3 .owl-dots .owl-dot span,
#home_carousel4 .owl-dots .owl-dot span,
#special_carousel1 .owl-dots .owl-dot span,
#special_carousel2 .owl-dots .owl-dot span,
#similar_products .owl-dots .owl-dot span,
#similar_products2 .owl-dots .owl-dot span,
#also_buy .owl-dots .owl-dot span,
#viewed_products .owl-dots .owl-dot span,
#lkf_content .owl-dots .owl-dot span,
#def_content .owl-dots .owl-dot span,
#aromas_content .owl-dots .owl-dot span {
    display: none;
}
