/* Kitakava storefront tweaks on Zenis theme */

/* Brand: kavuse pink accent */
:root {
    --themeColoeOne: #db335ff2;
    --themeColorTwo: #db335ff2;
    --headingFont: "Source Serif 4", "Source Serif Pro", Georgia, "Times New Roman", serif;
    --bodyFont: "Source Serif 4", "Source Serif Pro", Georgia, "Times New Roman", serif;
    --colorBlack: #000000;
    --paraColor: #000000;
    --bs-body-color: #000000;
    --bs-link-color: #000000;
    --bs-link-hover-color: #db335ff2;
    --bs-link-color-rgb: 0, 0, 0;
    --bs-link-hover-color-rgb: 219, 51, 95;
    --bs-primary: #db335ff2;
    --bs-primary-rgb: 219, 51, 95;
}

body.default_home,
body.zenis-inner-page {
    font-family: var(--bodyFont);
    color: #000000;
}

/* Desktop: readable body text min 16px */
@media (min-width: 992px) {
    body.default_home,
    body.zenis-inner-page {
        font-size: 16px;
    }

    body.default_home p,
    body.default_home li,
    body.default_home td,
    body.default_home label,
    body.default_home .accordion-body,
    body.default_home .accordion-body p,
    body.zenis-inner-page p,
    body.zenis-inner-page li,
    body.zenis-inner-page td,
    body.zenis-inner-page label,
    body.zenis-inner-page .cms-content,
    body.zenis-inner-page .privacy_policy_text,
    body.zenis-inner-page .information_sidebar ul li a,
    body.zenis-inner-page .faq_page .accordion-body,
    body.zenis-inner-page .faq_page .accordion-body p,
    body.zenis-inner-page .cms-content .accordion-body,
    body.zenis-inner-page .cms-content .accordion-body p {
        font-size: 16px;
    }
}

/* Large desktop: body text 18px */
@media (min-width: 1200px) {
    body.default_home,
    body.zenis-inner-page {
        font-size: 18px;
    }

    body.default_home p,
    body.default_home li,
    body.default_home td,
    body.default_home label,
    body.default_home .accordion-body,
    body.default_home .accordion-body p,
    body.zenis-inner-page p,
    body.zenis-inner-page li,
    body.zenis-inner-page td,
    body.zenis-inner-page label,
    body.zenis-inner-page .cms-content,
    body.zenis-inner-page .privacy_policy_text,
    body.zenis-inner-page .information_sidebar ul li a,
    body.zenis-inner-page .faq_page .accordion-body,
    body.zenis-inner-page .faq_page .accordion-body p,
    body.zenis-inner-page .cms-content .accordion-body,
    body.zenis-inner-page .cms-content .accordion-body p {
        font-size: 18px;
    }

    body.zenis-inner-page .faq_page .accordion-header .accordion-button,
    body.zenis-inner-page .cms-content .accordion-header .accordion-button {
        font-size: 20px;
    }
}

body.default_home .title:hover,
.view_all_btn_area .view_all_btn:hover {
    color: var(--themeColorTwo, #db335ff2);
    border-color: var(--themeColorTwo, #db335ff2);
}

body.default_home .view_all_btn_area .view_all_btn:hover::after,
.view_all_btn_area .view_all_btn:hover::after {
    filter: brightness(0) saturate(100%) invert(83%) sepia(38%) saturate(6159%) hue-rotate(358deg) brightness(98%) contrast(108%);
}

.product_item_2 .product_text h3.price,
.product_item_2 .product_text p.price,
.product_item .price {
    color: var(--themeColorTwo, #db335ff2);
}

/* No text-transform: capitalize anywhere on storefront */
body.default_home,
body.default_home * {
    text-transform: none !important;
}

.menu_cat_item li a {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
}

.menu_cat_item li a span.menu-cat-icon-wrap {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    max-width: 35px !important;
    max-height: 35px !important;
    flex-shrink: 0;
    border-radius: 50%;
    background: #e9ecef;
    padding: 0 !important;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 0;
}

.menu_cat_item li a span.menu-cat-icon-wrap .menu-cat-icon,
.menu_cat_item li a span.menu-cat-icon-wrap img {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 !important;
    flex-shrink: 0;
}

/* Senesni selektoriai – palikta suderinamumui */
.menu_cat_item li a span:not(.menu-cat-icon-wrap),
.menu_cat_item li a span picture,
.menu_cat_item li a span picture img {
    width: 35px !important;
    height: 35px !important;
    max-width: 35px !important;
    max-height: 35px !important;
    object-fit: contain !important;
    flex-shrink: 0;
}

.menu_cat_item li a span .menu-cat-icon-wrap img,
.menu_cat_item li a span picture img {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
}

/* Plokščias meniu – be rodyklės (temos ::after imituoja submeniu) */
.menu_cat_item > li:not(:has(.menu_cat_dropdown)) > a::after {
    display: none !important;
}

/* Kategorijų dropdown — scroll jei daug pozicijų (tik pagrindiniame meniu) */
.main_menu .menu_category_area .menu_cat_item {
    max-height: min(70vh, 560px);
    overflow-x: hidden;
    overflow-y: auto;
}

.main_menu .menu_category_area {
    overflow: visible;
}

/* Desktop: header + meniu be tarpo, dropdown po geltona juosta */
@media (min-width: 992px) {
    header.header_2 {
        margin-bottom: 0;
    }

    nav.main_menu.main_menu_2 {
        margin-top: 0;
        top: 0;
    }

    nav.main_menu .menu_category_area {
        position: relative;
        z-index: 100;
    }

    nav.main_menu .menu_category_area .menu_cat_item {
        position: absolute;
        top: 100%;
        left: 0;
        width: 280px !important;
        transform: none !important;
        -webkit-transform: none !important;
        max-height: min(70vh, 560px);
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: var(--boxShadow);
    }

    nav.main_menu .menu_category_area:not(.show_category) .menu_cat_item {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    nav.main_menu .menu_category_area.show_category .menu_cat_item {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

/* Planšetė (992–1199): meniu 2 eilutėse — nuorodos nepersidengia su hero */
@media (min-width: 992px) and (max-width: 1199.99px) {
    header.header_2 .zenis-header-top {
        gap: 12px;
    }

    header.header_2 .zenis-header-top__search {
        width: auto;
        max-width: 420px;
    }

    header.header_2 .zenis-header-top__logo .header_logo img {
        max-height: 38px;
    }

    nav.main_menu_2.main_menu {
        height: auto;
        min-height: 60px;
    }

    nav.main_menu_2 .main_menu_area {
        flex-wrap: wrap;
        align-items: center;
        row-gap: 0;
    }

    nav.main_menu_2 .menu_category_area {
        width: 200px !important;
        height: 52px;
        flex: 0 0 auto;
    }

    nav.main_menu_2 .menu_category_bar {
        height: 52px;
        padding: 0 16px;
    }

    nav.main_menu_2 .menu_category_bar p {
        font-size: 13px;
    }

    nav.main_menu_2 .menu_icon {
        flex: 0 0 auto;
        margin-left: auto;
        line-height: 52px;
        gap: 4px;
    }

    nav.main_menu_2 .menu_icon li a.user {
        height: 52px;
        line-height: 52px;
        margin-left: 8px;
        padding-left: 8px;
    }

    nav.main_menu_2 .menu_item {
        flex: 1 1 100%;
        order: 3;
        width: 100%;
        margin: 0 !important;
        line-height: 44px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0 12px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        padding: 0 8px;
        box-sizing: border-box;
    }

    nav.main_menu_2 .menu_item::-webkit-scrollbar {
        display: none;
    }

    nav.main_menu_2 .menu_item li {
        float: none;
        flex: 0 0 auto;
        margin-right: 0 !important;
    }

    nav.main_menu_2 .menu_item li a {
        font-size: 13px;
        white-space: nowrap;
    }

    nav.main_menu .menu_category_area .menu_cat_item {
        width: 200px !important;
    }

    .zenis-hero-strip {
        padding-top: 16px;
    }

    .zenis-hero-strip__slot,
    .zenis-hero-admin-banner,
    .zenis-hero-admin-banner__img,
    .zenis-hero-admin-slide,
    .zenis-hero-side-slide {
        min-height: 320px;
    }

    .zenis-hero-strip__main .zenis-hero-admin-slider {
        margin-left: 12px;
        margin-right: 12px;
    }
}

.zenis-header-whatsapp .zenis-header-whatsapp__link {
    display: inline-flex;
    color: inherit;
    text-decoration: none;
}

.zenis-header-whatsapp .zenis-header-whatsapp__link:hover {
    color: inherit;
}

header.header_2 {
    height: auto;
    line-height: normal;
    padding: 14px 0;
}

header.header_2 .zenis-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

@media (min-width: 992px) {
    header.header_2 .zenis-header-top {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 20px;
    }

    header.header_2 .zenis-header-top__logo {
        justify-self: start;
    }

    header.header_2 .zenis-header-top__search {
        justify-self: center;
        width: 520px;
        max-width: 100%;
    }

    header.header_2 .zenis-header-top__right {
        justify-self: end;
        margin-left: 0;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        gap: 16px;
    }

    header.header_2 .zenis-header-top__actions {
        display: contents;
    }

    header.header_2 .zenis-header-top__whatsapp {
        display: flex;
        align-items: center;
    }
}

header.header_2 .zenis-header-top__search form {
    width: 100%;
    margin-left: 0;
}

header.header_2 .zenis-header-top__search form .input {
    width: 100%;
}

header.header_2 .zenis-header-top__actions {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 16px;
}

header.header_2 .zenis-header-top__action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: var(--colorBlack);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

header.header_2 .zenis-header-top__action:hover,
header.header_2 .zenis-header-top__action.is-active {
    opacity: 0.75;
}

header.header_2 .zenis-header-top__action img {
    width: 22px;
    height: 22px;
    display: block;
}

header.header_2 .zenis-header-top__action .cart-count.zenis-cart-count,
header.header_2 .zenis-header-top__action .zenis-wishlist-count {
    position: absolute;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--themeColorTwo, #db335ff2);
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    top: -2px;
    right: -4px;
    border-radius: 50%;
    z-index: 2;
}

header.header_2 .zenis-header-top__action .cart-count.zenis-cart-count[hidden],
header.header_2 .zenis-header-top__action .zenis-wishlist-count[hidden] {
    display: none !important;
}

header.header_2 .zenis-header-whatsapp__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
}

header.header_2 .zenis-header-whatsapp__link .icon {
    margin-right: 0;
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    text-align: center;
    line-height: 36px;
    color: var(--colorBlack);
    font-size: 17px;
    border-radius: 50%;
}

header .header_logo {
    width: auto;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

header .header_logo img {
    height: 42.5px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* Mobile header: meniu | logo | krepšelis */
@media (max-width: 991.98px) {
    header.header_2 {
        padding: 8px 0;
    }

    header.header_2 .container {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    header.header_2 .zenis-header-top {
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px;
    }

    .zenis-header-mobile-actions {
        grid-column: 1;
        justify-self: start;
    }

    .zenis-header-top__logo {
        grid-column: 2;
        justify-self: center;
        width: 100%;
        min-width: 0;
        text-align: center;
    }

    .zenis-header-top__logo .header_logo {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }

    .zenis-header-top__logo .header_logo img {
        height: auto;
        max-height: 42px;
        width: auto;
        max-width: min(100%, 220px);
        object-fit: contain;
        object-position: center center;
    }

    .zenis-header-mobile-cart {
        grid-column: 3;
        justify-self: end;
        display: inline-flex;
        align-items: center;
        gap: 2px;
        max-width: 100%;
        overflow: visible;
    }

    .zenis-header-mobile-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        background: var(--themeColorTwo, #db335ff2);
        border-radius: 8px;
        color: #fff;
        font-size: 1.125rem;
        line-height: 1;
    }

    .zenis-header-mobile-btn .menu_icon_bar {
        color: #fff;
        font-size: 1.25rem;
        line-height: 1;
        pointer-events: none;
    }

    .zenis-header-mobile-cart-link {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 40px;
        width: 40px;
        height: 44px;
        color: #333;
        font-size: 1.35rem;
        text-decoration: none;
    }

    .zenis-header-mobile-cart-link .cart-count.zenis-cart-count,
    .zenis-header-mobile-cart-link .zenis-wishlist-count {
        top: 0;
        right: -2px;
    }
}

@media (max-width: 575.98px) {
    .zenis-header-top__logo .header_logo img {
        max-height: 36px;
        max-width: min(100%, 180px);
    }
}

/* Header cart count badge (Zenis menu) */
.menu_icon li {
    overflow: visible;
}

.menu_icon li a.zenis-header-cart-link,
.zenis-header-mobile-cart-link.zenis-header-cart-link {
    overflow: visible;
}

.menu_icon li a .cart-count.zenis-cart-count,
.zenis-header-mobile-cart-link .cart-count.zenis-cart-count {
    position: absolute;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--themeColorTwo, #db335ff2);
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    top: -4px;
    right: -8px;
    border-radius: 50%;
    z-index: 2;
}

.menu_icon li a .cart-count.zenis-cart-count[hidden],
.zenis-header-mobile-cart-link .cart-count.zenis-cart-count[hidden],
.menu_icon li a .zenis-wishlist-count[hidden] {
    display: none !important;
}

.menu_icon li a.zenis-header-wishlist-link,
.menu_icon li a.zenis-header-cart-link,
.zenis-header-mobile-cart-link.zenis-header-wishlist-link,
.zenis-header-mobile-cart-link.zenis-header-cart-link {
    position: relative;
}

.menu_icon li a .zenis-wishlist-count {
    position: absolute;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: var(--themeColorTwo, #db335ff2);
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    top: -4px;
    right: -8px;
    border-radius: 50%;
    z-index: 2;
}

.menu_icon li.zenis-menu-icon--active > a.zenis-header-wishlist-link b,
.menu_icon li.zenis-menu-icon--active > a.zenis-header-cart-link b {
    background: rgba(219, 51, 95, 0.15);
    border-radius: 50%;
}

.menu_icon li a.zenis-header-wishlist-link.is-active b img,
.menu_icon li a.zenis-header-cart-link.is-active b img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(86%) saturate(457%) hue-rotate(1deg) brightness(98%) contrast(95%);
}

#zenisMobileMenu .menu-cat-icon-wrap {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    border-radius: 50%;
    background: #e9ecef;
    flex-shrink: 0;
    line-height: 0;
}

#zenisMobileMenu .menu-cat-icon-wrap .menu-cat-icon,
#zenisMobileMenu .menu-cat-icon-wrap img {
    width: 17px !important;
    height: 17px !important;
    max-width: 17px !important;
    max-height: 17px !important;
    object-fit: contain !important;
}

#zenisMobileMenu li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

#zenisMobileMenu .zenis-mobile-menu__links > li > a {
    display: block;
    gap: 0;
}

#zenisMobileMenu .menu-cat-icon,
#zenisMobileMenu picture,
#zenisMobileMenu picture img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    flex-shrink: 0;
}

#zenisMobileMenu li a > span:not(.menu-cat-icon-wrap),
#zenisMobileMenu li a > .menu-cat-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Mobilūs meniu (offcanvas) — ne per visą ekraną, aiškus Uždaryti */
#zenisMobileMenu.zenis-mobile-menu {
    --bs-offcanvas-width: min(320px, 86vw);
}

.zenis-mobile-menu .offcanvas-header.zenis-mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.zenis-mobile-menu__brand {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.zenis-mobile-menu__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    min-width: 44px;
    padding: 8px 14px;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 999px;
    background: #f4f4f4;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
}

.zenis-mobile-menu__close:hover,
.zenis-mobile-menu__close:focus {
    background: #ebebeb;
    color: #000;
}

.zenis-mobile-menu__close i {
    font-size: 14px;
    line-height: 1;
}

.zenis-mobile-menu__body {
    padding-top: 8px;
}

.zenis-mobile-menu__search {
    margin-bottom: 20px;
}

.zenis-mobile-menu__search .form-control {
    min-height: 44px;
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 10px;
    border-color: #dee2e6;
}

.zenis-mobile-menu__nav {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.zenis-mobile-menu__links > li {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px dotted #ddd;
}

.zenis-mobile-menu__links > li:last-child {
    border-bottom: 0;
}

.zenis-mobile-menu__links > li > a {
    display: block;
    padding: 12px 0;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.35;
}

.zenis-mobile-menu__links > li > a:active {
    color: var(--themeColorTwo, #db335ff2);
}

.zenis-mobile-menu__section-title {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6c757d;
}

.zenis-mobile-menu__cat-list > li {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px dotted #ddd;
}

.zenis-mobile-menu__cat-list > li:last-child {
    border-bottom: 0;
}

#zenisMobileMenu .zenis-mobile-menu__cat-list > li > a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 0;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
}

#zenisMobileMenu .zenis-mobile-menu__cat-list > li > a:active {
    color: var(--themeColorTwo, #db335ff2);
}

.blog_2 .blog_item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog_2 .blog_img {
    flex: 0 0 auto;
}

.blog_2 .blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_2 .blog_text {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.blog_2 .blog_text .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
}

.blog_2 .blog_text p {
    font-size: 14px;
    line-height: 1.55;
    color: var(--paraColor, #585c54);
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 4.65em;
    flex: 1 1 auto;
}

.blog_2 .blog_text .bottom {
    margin-top: auto;
    padding-top: 15px;
}

/* Shared homepage carousel gutters (match product grid) */
.zenis-bestsellers > .container {
    position: relative;
}

.zenis-bestsellers-slider,
.zenis-category-grid {
    --zenis-carousel-gap: 12px;
    margin-left: calc(var(--zenis-carousel-gap) * -0.5);
    margin-right: calc(var(--zenis-carousel-gap) * -0.5);
}

.zenis-bestsellers-slider .zenis-bestsellers-slide {
    padding: 0 calc(var(--zenis-carousel-gap) * 0.5);
    height: auto;
}

.zenis-bestsellers .nextArrow,
.zenis-bestsellers .prevArrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    right: auto;
    left: auto;
}

.zenis-bestsellers .nextArrow {
    right: 0;
}

.zenis-bestsellers .prevArrow {
    left: 0;
}

.zenis-bestsellers-slider .slick-slide {
    height: auto;
}

.zenis-bestsellers-slider .slick-slide > div {
    height: 100%;
}

.zenis-bestsellers-slider .slick-slide img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

/* Category row – flex grid, full container width (no slick) */
.zenis-category-grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
}

.zenis-category-grid__item {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 calc(var(--zenis-carousel-gap) * 0.5);
}

.zenis-category-grid .category_item {
    margin: 0;
    text-align: center;
}

.zenis-category-grid .category_item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 170px;
    max-width: 100%;
    height: 170px;
}

.zenis-category-grid .category_item .img picture,
.zenis-category-grid .category_item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.zenis-category-grid .category_item h3,
.category_item .category_title {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

/* Laptop: smaller tiles so all 8 fit one row */
@media (min-width: 992px) and (max-width: 1399.98px) {
    .zenis-category-carousel-wrap--desktop .zenis-category-grid .category_item .img,
    .zenis-category-carousel-wrap--desktop.category_2 .category_item .img {
        width: 100px;
        height: 100px;
        margin: 10px auto 8px;
        padding: 6px;
    }

    .zenis-category-carousel-wrap--desktop .zenis-category-grid .category_item h3,
    .zenis-category-carousel-wrap--desktop .category_item .category_title {
        font-size: 12px;
        line-height: 1.25;
    }

    /* Laptop homepage news: 3 cards */
    .blog_2 .row.mt_15 > :nth-child(n+4),
    .kavuse-news .row.mt_15 > :nth-child(n+4) {
        display: none !important;
    }
}

/* Mobile + laptop: max 3 news; big desktop shows 4 */
@media (max-width: 1399.98px) {
    .blog_2 .row.mt_15 > :nth-child(n+4),
    .kavuse-news .row.mt_15 > :nth-child(n+4) {
        display: none !important;
    }
}

/* Desktop: kategorijos be pilkų „blynų“ — tik 1px rėmelis aplink logo */
@media (min-width: 992px) {
    .zenis-category-carousel-wrap--desktop {
        overflow: visible;
    }

    .zenis-category-carousel-wrap--desktop .container,
    .zenis-category-carousel-wrap--desktop .zenis-category-grid {
        overflow: visible;
    }

    .zenis-category-card {
        position: relative;
    }

    .zenis-category-carousel-wrap.category_2 .category_item .img {
        background: #fff;
        padding: 10px;
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        margin-bottom: 0;
    }

    .zenis-category-carousel-wrap.category_2 .category_item:hover .img,
    .zenis-category-card:hover .category_item .img {
        border-color: var(--themeColorTwo, #db335ff2);
        border-radius: 6px;
    }

    .zenis-category-carousel-wrap.category_2 .category_item h3,
.category_item .category_title {
        display: none;
    }

    .zenis-category-hover-modal {
        position: absolute;
        top: calc(100% + 8px);
        left: 50%;
        transform: translateX(-50%) translateY(6px);
        width: min(240px, 22vw);
        z-index: 30;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    }

    .zenis-category-hover-modal::before {
        content: '';
        position: absolute;
        top: -12px;
        left: 0;
        right: 0;
        height: 12px;
    }

    .zenis-category-card:hover .zenis-category-hover-modal,
    .zenis-category-hover-modal:hover {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }

    .zenis-category-hover-modal__panel {
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
        padding: 14px 16px;
    }

    .zenis-category-hover-modal__title {
        margin: 0 0 10px;
        font-size: 15px;
        font-weight: 700;
        color: var(--colorBlack, #222);
        line-height: 1.3;
    }

    .zenis-category-hover-modal__list {
        list-style: none;
        margin: 0 0 10px;
        padding: 0;
        max-height: 220px;
        overflow-y: auto;
    }

    .zenis-category-hover-modal__list li + li {
        margin-top: 2px;
    }

    .zenis-category-hover-modal__list a {
        display: block;
        padding: 6px 8px;
        border-radius: 6px;
        color: var(--colorBlack, #222);
        font-size: 14px;
        line-height: 1.35;
        text-decoration: none;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

    .zenis-category-hover-modal__list a:hover {
        background: rgba(219, 51, 95, 0.12);
        color: var(--themeColorTwo, #db335ff2);
    }

    .zenis-category-hover-modal__all {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        font-weight: 600;
        color: var(--themeColorTwo, #db335ff2);
        text-decoration: none;
    }

    .zenis-category-hover-modal__all:hover {
        color: var(--colorBlack, #222);
    }
}

@media (max-width: 991px) {
    .zenis-category-grid {
        flex-wrap: wrap;
    }

    .zenis-category-grid__item {
        flex: 0 0 33.333333%;
    }
}

@media (max-width: 575px) {
    .zenis-category-grid__item {
        flex: 0 0 50%;
    }
}

/* Mobile pradžia: tik kategorijos — kaip mockup (centruota, ikona + pavadinimas apačioje) */
@media (max-width: 991.98px) {
    body.default_home header.header_2 {
        position: relative;
        top: auto;
        z-index: 100;
        height: auto;
        line-height: normal;
    }

    body.default_home .main_menu.d-none,
    body.default_home .main_menu.menu_fix.d-none {
        display: none !important;
        position: relative !important;
        top: auto !important;
        transform: none !important;
        animation: none !important;
    }

    /* Kategorijos po mėlynos juostos (tarpas — .zenis-shipping-promo margin-bottom) */
    .zenis-mobile-home-start {
        padding-top: 0;
        padding-bottom: 20px;
        position: relative;
        z-index: 1;
    }

    .zenis-mobile-home-start .zenis-category-mobile-list {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .zenis-category-mobile-list {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        margin-top: 0 !important;
        position: relative;
        z-index: 1;
    }

    .zenis-category-mobile-list .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .zenis-category-mobile-list .zenis-category-grid {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 1.25rem 0;
        margin-left: calc(var(--zenis-carousel-gap, 12px) * -0.5);
        margin-right: calc(var(--zenis-carousel-gap, 12px) * -0.5);
        margin-top: 0 !important;
    }

    .zenis-category-mobile-list .zenis-category-grid__item {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        padding-left: calc(var(--zenis-carousel-gap, 12px) * 0.5);
        padding-right: calc(var(--zenis-carousel-gap, 12px) * 0.5);
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }

    .zenis-category-mobile-list .category_item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: none;
        text-align: center;
        border: none;
        border-radius: 0;
        background: none !important;
        text-decoration: none;
        color: inherit;
        transition: transform 0.15s ease;
    }

    .zenis-category-mobile-list .category_item:active {
        transform: scale(0.97);
    }

    .zenis-category-mobile-list .category_item .img {
        width: min(160px, 38vw);
        height: min(160px, 38vw);
        min-width: 0;
        margin: 0 auto;
        padding: 14px !important;
        background: #fff !important;
        border: 1px solid #d9d9d9;
        border-radius: 6px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        overflow: hidden;
    }

    .zenis-category-mobile-list .category_item .img picture {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .zenis-category-mobile-list .category_item .img picture,
    .zenis-category-mobile-list .category_item .img img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain !important;
        display: block;
    }

    .zenis-category-mobile-list .category_item h3,
.category_item .category_title {
        margin: 10px 0 0;
        padding: 0 4px;
        font-size: 0.875rem;
        line-height: 1.35;
        font-weight: 600;
        text-align: center;
        color: var(--colorBlack, #222);
        display: block;
    }
}

/* Mobile kategorijos — palikta suderinamumui (2 stulpeliai visur) */
@media (max-width: 991.98px) and (orientation: landscape) {
    .zenis-category-mobile-list .category_item .img {
        width: min(150px, 34vw);
        height: min(150px, 34vw);
    }

    .zenis-category-mobile-list .category_item h3,
.category_item .category_title {
        font-size: 0.8125rem;
    }
}

.product_item_2.product_item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product_item_2 .product_text {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding-bottom: 10px;
}

.product_item_2 .product_text .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
    margin-bottom: 8px;
}

.zenis-product-card__capsules {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.3;
    color: #666;
}

.product_item_2 .product_text h3.price,
.product_item_2 .product_text p.price {
    margin-top: auto;
}

/* Homepage grids (Rekomenduojame, Akcijos): 4 per row on laptop+ */
.zenis-product-grid {
    --zenis-product-gap: 12px;
    margin-left: calc(var(--zenis-product-gap) * -0.5);
    margin-right: calc(var(--zenis-product-gap) * -0.5);
}

.zenis-product-grid > .zenis-product-col {
    flex: 0 0 auto;
    width: 50%;
    padding-left: calc(var(--zenis-product-gap) * 0.5);
    padding-right: calc(var(--zenis-product-gap) * 0.5);
    margin-bottom: var(--zenis-product-gap);
}

@media (min-width: 768px) {
    .zenis-product-grid > .zenis-product-col {
        width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .zenis-product-grid:not(.zenis-product-grid--shop) > .zenis-product-col {
        width: 25%;
    }
}

/* Panašios prekės: 2 mobile / 3 tablet / 4 desktop */
.zenis-related-products .zenis-product-grid > .zenis-product-col:nth-child(n+3) {
    display: none !important;
}

@media (min-width: 768px) {
    .zenis-related-products .zenis-product-grid > .zenis-product-col:nth-child(n+3) {
        display: flex !important;
    }

    .zenis-related-products .zenis-product-grid > .zenis-product-col:nth-child(n+4) {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .zenis-related-products .zenis-product-grid > .zenis-product-col:nth-child(n+4) {
        display: flex !important;
    }
}

/* Shop / category: 3 products per row on laptop+ (sidebar layout) */
.zenis-product-grid--shop > .zenis-product-col {
    min-width: 0;
}

@media (min-width: 576px) {
    .zenis-product-grid--shop > .zenis-product-col {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .zenis-product-grid--shop > .zenis-product-col {
        width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .zenis-product-grid--shop > .zenis-product-col {
        width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .shop_page .shop_filter_area {
        display: block;
    }
}

.shop_page .shop_filter_area h3,
.shop_page .zenis-shop-price-filter h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.shop_page .sidebar_category ul li a.active {
    color: var(--themeColorTwo);
}

.shop_page .sidebar_category ul li a.active::after {
    background: var(--themeColorTwo);
}

.shop_page .sidebar_rating .form-check-input:checked {
    background-color: var(--themeColorTwo);
    border-color: var(--themeColorTwo);
}

.shop_page .product_page_sorting form {
    display: contents;
}

/* Product details page (Zenis shop_details) */
.shop_details_text .brand_name a {
    color: var(--paraColor);
    text-transform: capitalize;
}

.shop_details_text .brand_name a:hover {
    color: var(--themeColorTwo);
}

.zenis-manufacturer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    max-width: 100%;
    margin: 0 0 18px;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #ecebeb;
    border-radius: 8px;
    box-sizing: border-box;
}

.zenis-manufacturer-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.shop_details_sidebar_info--product {
    background: #f4f4f4;
    border: none;
    border-radius: 16px;
    padding: 20px;
}

.shop_details .shop_details_sidebar_info {
    background: #f4f4f4;
    border: none;
    border-radius: 16px;
    padding: 20px;
}

.shop_details_sidebar_info--product .zenis-manufacturer-logo {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
}

.shop_details_sidebar_info--product .zenis-manufacturer-logo:last-child {
    margin-bottom: 0;
}

.shop_details_sidebar_info--product > h5:first-child,
.shop_details_sidebar_info--product .zenis-manufacturer-logo + h5 {
    margin-top: 0;
}

/* Homepage – gamintojų logotipų juosta (be nuorodų) */
.zenis-brand-strip {
    margin-top: 0;
    background: #fff;
}

.zenis-brand-strip__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.zenis-brand-strip__list li {
    flex: 1 1 0;
    min-width: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-sizing: border-box;
}

.zenis-brand-strip__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 95px;
    padding: 18px 22px;
    box-sizing: border-box;
}

.zenis-brand-strip__logo img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 56px !important;
    object-fit: contain !important;
}

@media (max-width: 992px) {
    .zenis-brand-strip__list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .zenis-brand-strip__list li {
        flex: 1 1 calc(33.333% - 14px);
        max-width: calc(33.333% - 14px);
    }
}

@media (max-width: 576px) {
    .zenis-brand-strip__list li {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

.shop_details_text .short_description {
    margin-bottom: 25px;
    color: var(--paraColor);
    line-height: 1.6;
}

.product-unit-price {
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.3;
    color: #666;
    font-weight: 400;
}

.product_item_2 .product_text .product-unit-price {
    margin: 4px 0 8px;
}

.shop_details_text .product-unit-price {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.3;
    color: #666;
    font-weight: 400;
}

.zenis-hero-product .product-unit-price {
    margin: 0 0 14px;
    font-size: 15px;
}

.shop_details_text .details_tags_sku {
    margin-top: 12px;
    margin-bottom: 8px;
}

.shop_details_text .details_tags_sku li,
.shop_details_text .details_tags_sku li span {
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #666;
    text-transform: none;
}

.shop_details_text .details_tags_sku li span {
    margin-right: 5px;
}

.shop_details_text .details_list_btn {
    margin-top: 0;
}

.shop_details .details_slider_thumb_item,
.shop_details .details_slider_nav_item {
    background: #fff !important;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.shop_details .details_slider_thumb_item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    margin-left: 0;
    margin-right: 0;
}

.shop_details .details_slider_nav_item {
    border-color: #ddd;
}

.shop_details .shop_details_slider .slick-current .details_slider_nav_item {
    border-color: var(--themeColorTwo);
}

.shop_details .details_slider_thumb_item img,
.shop_details .details_slider_nav_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shop_details .zenis-details-single-image .details_slider_thumb_item {
    height: 520px;
}

.shop_details .zenis-details-single-image.js-no-slick {
    margin: 0;
}

.shop_details .zenis-details-single-image.js-no-slick > .details_slider_thumb_item {
    margin: 0;
}

.shop_details .zenis-details-single-image {
    margin: 0;
}

.shop_details .details_list_btn button {
    font-size: 16px;
    color: var(--paraColor);
    cursor: pointer;
}

.shop_details .details_list_btn button:hover {
    color: var(--themeColorTwo);
}

.shop_details_sidebar_info ul li strong {
    font-weight: 600;
    margin-right: 4px;
}

.shop_details .shop_details_des_area {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .shop_details_text {
        padding: 30px 0 0;
    }

    .shop_details_des_area {
        margin-right: 0;
        padding: 30px 20px;
    }
}

@media (max-width: 991px) {
    .shop_details_sidebar_info,
    .shop_details_sidebar_store {
        margin-top: 25px;
    }
}

.zenis-shop-sidebar__box {
    background: var(--colorWhite);
    border: 1px solid #ecebeb;
    border-radius: 8px;
    padding: 20px;
}

.zenis-shop-sidebar__box h4 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ecebeb;
}

.zenis-shop-sidebar__box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zenis-shop-sidebar__box li {
    margin-bottom: 10px;
}

.zenis-shop-sidebar__box li a {
    color: var(--colorBlack);
}

.zenis-shop-sidebar__box li a.active,
.zenis-shop-sidebar__box li a:hover {
    color: var(--themeColorTwo);
}

.zenis-shop-sidebar__box label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
}

.shop_page .product_page_sorting {
    justify-content: space-between;
}

.shop_page .product_page_sorting p {
    margin: 0;
}

.shop_page .product_page_sorting .form-select {
    min-width: 0;
    max-width: 190px;
    width: auto !important;
    border-radius: 6px;
    padding: 6px 32px 6px 12px;
    font-size: 14px;
    line-height: 1.3;
    flex: 0 0 auto;
}

.zenis-shop-page__sort {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: auto;
    max-width: 100%;
    margin-left: auto;
}

.zenis-shop-page__sort h5 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .zenis-shop-page__toolbar {
        justify-content: flex-start;
    }

    .zenis-shop-page__toolbar > .ms-auto {
        margin-left: auto !important;
    }
}

/* Krepšelio suma — etiketė kairėje, suma dešinėje */
.cart_page_summary h6.cart_page_summary__row,
.cart_page_summary h4.cart_page_summary__row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.75rem;
    width: 100%;
}

.cart_page_summary__label {
    flex: 1 1 auto;
    min-width: 0;
}

.cart_page_summary__value {
    flex: 0 0 auto;
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.cart_page_summary h6.cart_page_summary__row .cart_page_summary__value span,
.cart_page_summary h4.cart_page_summary__row .cart_page_summary__value span {
    font-weight: inherit;
    color: inherit;
}

.cart-free-shipping {
    margin: 0 0 16px;
}

.cart-free-shipping__body {
    background: #f4f4f4;
    border-radius: 999px;
    padding: 12px 18px;
}

.cart-free-shipping__body--done {
    text-align: center;
    font-weight: 600;
}

.cart-free-shipping__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
    flex-wrap: nowrap;
}

.cart-free-shipping__label {
    font-size: 13px;
    line-height: 1.35;
    color: var(--colorBlack, #000);
    white-space: nowrap;
}

.cart-free-shipping__label i {
    margin-right: 4px;
    color: var(--themeColorTwo, #db335ff2);
}

.cart-free-shipping__amount {
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    color: var(--themeColorTwo, #db335ff2);
}

.cart-free-shipping__track {
    height: 8px;
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
}

.cart-free-shipping__bar {
    height: 100%;
    border-radius: 999px;
    background: var(--themeColorTwo, #db335ff2);
    transition: width 0.3s ease;
}

.cart-free-shipping--product {
    margin: 0 0 14px;
}

.checkout_order_summary .cart-free-shipping {
    margin: 0 0 16px;
}

@media (min-width: 992px) {
    .shop_details .row > .col-lg-6 {
        display: flex;
    }

    .shop_details_text {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 100%;
    }

    .shop_details_buy_block {
        margin-top: auto;
        padding-top: 24px;
    }
}

.shop_details_text .details_qty_area {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 30px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 16px;
}

.shop_details_text .details_qty_area > .mcommerce-qty {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    max-width: none;
    height: 48px;
    border-radius: 999px;
}

.shop_details_text .details_qty_area .mcommerce-qty__btn {
    min-width: 44px;
    width: 44px;
    min-height: 100%;
    height: 100%;
}

.shop_details_text .details_qty_area .mcommerce-qty__value {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    height: 100%;
}

.shop_details_text .details_btn_area {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    display: flex;
}

.shop_details_text .details_btn_area form {
    display: block;
    width: 100%;
    height: 100%;
}

.shop_details_text .details_btn_area .common_btn {
    width: 100%;
    height: 48px;
    min-height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

.shop_details_actions_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px 20px;
    flex-wrap: wrap;
    margin-top: 4px;
    font-family: var(--headingFont, inherit);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--colorBlack, #000);
}

.shop_details_actions_row .shop_details_shate {
    margin-top: 0;
    margin-bottom: 0;
    gap: 4px 10px;
    align-items: center;
}

.shop_details_actions_row .shop_details_shate li {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.shop_details_actions_row .shop_details_shate li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25em;
    height: 1.25em;
    margin-left: 0;
    font-size: 15px;
    line-height: 1;
    color: inherit;
    border-radius: 0;
}

.shop_details_actions_row .shop_details_shate li a i {
    font-size: 15px;
    line-height: 1;
    width: 1em;
    text-align: center;
}

.shop_details_actions_row .shop_details_wishlist {
    margin-left: auto;
    flex: 0 0 auto;
}

.shop_details_actions_row .shop_details_wishlist button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    cursor: pointer;
}

.shop_details_actions_row .shop_details_wishlist button:hover {
    color: var(--themeColorTwo, #db335ff2);
}

.shop_details_actions_row .shop_details_wishlist button i {
    margin-right: 0;
    font-size: 15px;
    line-height: 1;
    width: 1em;
    text-align: center;
}

/* Product reviews form — pill controls */
.kk-product-reviews .card {
    border-radius: 20px;
}

#product-review-form .form-select,
#product-review-form .form-control:not(textarea) {
    border-radius: 999px;
    min-height: 44px;
    padding-left: 16px;
    padding-right: 16px;
}

#product-review-form .nice-select {
    float: none;
    width: 100%;
    height: 44px;
    line-height: 42px;
    border-radius: 999px !important;
    padding-left: 16px;
    padding-right: 40px;
    border: 1px solid #ced4da !important;
    background: #fff;
}

#product-review-form .nice-select:hover,
#product-review-form .nice-select:focus,
#product-review-form .nice-select.open {
    border-color: var(--themeColorTwo, #db335ff2) !important;
}

#product-review-form .nice-select .list {
    border-radius: 16px !important;
    margin-top: 8px;
    overflow: hidden;
    width: 100%;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    z-index: 20;
    list-style: none !important;
    padding: 8px 0;
}

#product-review-form .nice-select .option {
    position: relative;
    min-height: 40px;
    line-height: 40px;
    list-style: none !important;
    padding: 0 20px !important;
    font-size: 15px;
    font-weight: 400;
    color: var(--colorBlack, #000);
}

#product-review-form .nice-select .option::before,
#product-review-form .nice-select .option::after {
    content: none !important;
    display: none !important;
}

#product-review-form .nice-select .option:hover,
#product-review-form .nice-select .option.focus,
#product-review-form .nice-select .option.selected.focus {
    background: #f4f4f4;
    color: var(--colorBlack, #000);
}

#product-review-form .nice-select .option.selected {
    font-weight: 600;
}

#product-review-form textarea.form-control {
    border-radius: 20px;
    padding: 14px 16px;
}

#product-review-form .btn,
#product-review-form .common_btn {
    border-radius: 999px;
    min-height: 44px;
    padding-left: 22px;
    padding-right: 22px;
}

/* Account / login forms — pills */
.account .sign_in_form .form-control:not(textarea) {
    border-radius: 999px !important;
    min-height: 48px;
    padding: 12px 20px;
}

.account .account_password .form-control {
    padding-left: 20px;
    padding-right: 48px;
}

.account .sign_in_form textarea.form-control {
    border-radius: 20px !important;
    padding: 14px 20px;
}

.account .sign_in_form form > .common_btn,
.account .sign_in_form .common_btn,
.account .sign_in_form .account_outline_btn {
    border-radius: 999px !important;
}

.account .sign_in_form ul.account_social li a {
    border-radius: 999px !important;
}

.checkout_auth_modal .form-control:not(textarea) {
    border-radius: 999px;
    padding-left: 20px;
    padding-right: 20px;
}

.checkout_auth_modal .checkout_modal_password .form-control {
    padding-right: 48px;
}

.checkout_auth_modal .sign_in_form form > .common_btn,
.checkout_auth_modal .sign_in_form .common_btn,
.checkout_auth_modal .sign_in_form ul.account_social li a {
    border-radius: 999px !important;
}

/* Cart page — pills */
.cart_page a.common_btn,
.cart_page button.common_btn {
    border-radius: 999px !important;
}

/* Qty stepper: − | 1 | + in one row; gray ends, white number */
.cart_page .details_qty_input,
.cart_page .mcommerce-qty,
.cart_page .mcommerce-qty.details_qty_input {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: center;
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    height: 44px !important;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 999px !important;
    gap: 0;
}

.cart_page .details_qty_input button,
.cart_page .details_qty_input button.minus,
.cart_page .details_qty_input button.plus,
.cart_page .mcommerce-qty__btn {
    flex: 0 0 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f4f4f4 !important;
    color: var(--colorBlack, #000) !important;
    line-height: 1 !important;
    position: static !important;
    transform: none !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
}

.cart_page .details_qty_input button:hover,
.cart_page .mcommerce-qty__btn:hover,
.cart_page .mcommerce-qty__btn:active {
    background: #ebebeb !important;
    color: var(--colorBlack, #000) !important;
}

.cart_page .details_qty_input input,
.cart_page .mcommerce-qty__value {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 44px !important;
    color: var(--colorBlack, #000) !important;
    box-shadow: none !important;
}

/* Product + global qty: same − 1 + row */
.mcommerce-qty {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 999px;
    overflow: hidden;
    gap: 0;
}

.mcommerce-qty .mcommerce-qty__btn {
    flex: 0 0 auto;
    background: #f4f4f4;
}

.mcommerce-qty .mcommerce-qty__btn:hover,
.mcommerce-qty .mcommerce-qty__btn:active {
    background: #ebebeb;
}

.mcommerce-qty .mcommerce-qty__value {
    flex: 1 1 auto;
    min-width: 2.5rem;
    background: #fff !important;
    text-align: center;
}

.shop_details_text .details_qty_area > .mcommerce-qty,
.shop_details_text .details_qty_area > .details_qty_input {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 999px;
    overflow: hidden;
}

.shop_details_text .details_qty_area .mcommerce-qty__btn,
.shop_details_text .details_qty_area .details_qty_input button {
    background: #f4f4f4;
}

.shop_details_text .details_qty_area .mcommerce-qty__value,
.shop_details_text .details_qty_area .details_qty_input input {
    background: #fff !important;
    text-align: center;
}

.cart_page .cart_page_summary form input {
    border-radius: 999px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.cart_page .cart_page_summary form button {
    border-radius: 999px !important;
}

.cart_page .cart_page_summary ul li .text a {
    text-decoration: none !important;
}

/* Desktop krepšelio lentelė — stulpelių plotis tik tiesioginiams th/td */
.cart_table_area > .table > thead > tr > th:first-child,
.cart_table_area > .table > tbody > tr > td:first-child {
    padding-left: 20px !important;
}

.cart_table_area > .table > thead > tr > th:last-child,
.cart_table_area > .table > tbody > tr > td:last-child {
    padding-right: 20px !important;
}

.cart_table_area > .table > thead > tr > th.cart_page_img,
.cart_table_area > .table > tbody > tr > td.cart_page_img {
    width: 15% !important;
    min-width: 150px;
}

.cart_table_area > .table > thead > tr > th.cart_page_details,
.cart_table_area > .table > tbody > tr > td.cart_page_details {
    width: 30% !important;
    min-width: 270px;
}

.cart_table_area > .table > thead > tr > th[colspan="2"].cart_page_img {
    width: 45%;
}

.cart_table_area > .table > thead > tr > th.cart_page_price,
.cart_table_area > .table > tbody > tr > td.cart_page_price,
.cart_table_area > .table > thead > tr > th.cart_page_total,
.cart_table_area > .table > tbody > tr > td.cart_page_total {
    width: 10% !important;
    min-width: 100px;
    text-align: center;
}

.cart_table_area > .table > thead > tr > th.cart_page_quantity,
.cart_table_area > .table > tbody > tr > td.cart_page_quantity {
    width: 15% !important;
    min-width: 160px;
    text-align: center;
}

.cart_table_area > .table > thead > tr > th.cart_page_action,
.cart_table_area > .table > tbody > tr > td.cart_page_action {
    width: 10% !important;
    min-width: 80px;
    text-align: center;
}

.cart_table_area > .table > tbody > tr > td.cart_page_price h3,
.cart_table_area > .table > tbody > tr > td.cart_page_total h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
}

.cart_table_area > .table > tbody > tr > td.cart_page_details p {
    margin: 0;
}

.cart_table_area > .table > tbody > tr > td.cart_page_details p a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Kategorijų / parduotuvės puslapis — mobile */
@media (max-width: 991.98px) {
    section.shop_page.product.zenis-shop-page {
        --zenis-shop-gap: 12px;
        padding-top: 0.75rem !important;
        padding-bottom: 0 !important;
    }

    section.shop_page.product.zenis-shop-page.pb_100 {
        padding-bottom: 0 !important;
    }

    .zenis-shop-page .zenis-product-grid--shop {
        --zenis-product-gap: var(--zenis-shop-gap, 12px);
        row-gap: var(--zenis-product-gap);
        margin-bottom: 0 !important;
    }

    .zenis-shop-page .zenis-product-grid--shop > .zenis-product-col {
        margin-bottom: 0 !important;
    }

    .zenis-shop-page .col-lg-3 {
        order: 1;
    }

    .zenis-shop-page .col-lg-9 {
        order: 2;
    }

    .zenis-shop-page__toolbar {
        margin-bottom: 0.75rem !important;
    }

    .zenis-shop-page__toolbar > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .zenis-shop-page .product_page_top_button {
        display: block;
        height: auto;
        margin-bottom: 0;
    }

    .zenis-shop-page .product_page_sorting {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 8px;
        width: 100%;
        margin-top: 0;
    }

    .zenis-shop-page__sort {
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }

    .zenis-shop-page__sort h5 {
        font-size: 0.875rem;
        margin: 0;
        white-space: nowrap;
        font-family: var(--bodyFont);
    }

    .zenis-shop-page .product_page_sorting .nice-select {
        display: none !important;
    }

    .zenis-shop-page .product_page_sorting select.select_js {
        display: block !important;
        position: static !important;
        width: 100% !important;
        min-height: 44px;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        font-size: 16px;
        font-family: var(--bodyFont);
    }

    .zenis-shop-page .shop_filter_btn {
        display: block;
        width: 100%;
        min-height: 44px;
        margin-bottom: 12px;
        font-size: 0.9375rem;
        font-weight: 600;
        text-align: center;
        border-radius: 10px;
        border: 0;
    }

    .zenis-shop-page__sort .form-select {
        min-width: 0;
        flex: 1 1 auto;
        width: 100%;
        min-height: 44px;
        font-size: 16px;
    }

    .zenis-shop-page .zenis-shop-price-filter {
        display: none;
    }

    .zenis-shop-page .sidebar_category ul li a {
        padding: 10px 0;
        font-size: 0.9375rem;
    }

    .zenis-shop-page .sidebar_rating .form-check {
        min-height: 40px;
        display: flex;
        align-items: center;
    }

    .zenis-shop-page .pagination_area {
        margin-top: 40px !important;
        padding-top: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .zenis-shop-page .zenis-product-grid--shop > .zenis-product-col {
        width: 100% !important;
    }
}

@media (max-width: 767.98px) and (orientation: landscape) {
    .zenis-shop-page .zenis-product-grid--shop > .zenis-product-col {
        width: 50% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .zenis-shop-page .zenis-product-grid--shop > .zenis-product-col {
        width: 33.333333% !important;
    }

    .zenis-product-grid:not(.zenis-product-grid--shop) > .zenis-product-col {
        width: 33.333333% !important;
    }
}

@media (max-width: 767.98px) {
    .zenis-product-grid:not(.zenis-product-grid--shop) > .zenis-product-col {
        width: 100% !important;
    }

    body.theme-kavuse .zenis-product-grid:not(.zenis-product-grid--shop) > .zenis-product-col,
    body.theme-kavuse .kavuse-product-cards .zenis-product-grid > .zenis-product-col {
        width: 50% !important;
    }
}

/* Cart button on hover (Zenis default) */
.product_item_2 .product_img .btn_list li .zenis-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--colorBlack, #222);
    cursor: pointer;
    transition: background 0.2s ease;
}

.product_item_2 .product_img .btn_list li .zenis-cart-btn img {
    width: 15px !important;
    height: 15px !important;
}

.product_item_2 .product_img .btn_list li .zenis-cart-btn:hover {
    background: var(--themeColorTwo, #db335ff2);
}

.product_item_2 .product_img {
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_item_2 .product_img > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 16px;
}

.product_item_2 .product_img > a img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    object-fit: contain;
    object-position: center;
}

.product_item_2 .product_img {
    position: relative;
    overflow: visible;
}

.zenis-be-kofeino-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 4;
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
    flex-shrink: 0;
    pointer-events: none;
}

.zenis-be-kofeino-badge img {
    display: block;
    width: 65px !important;
    height: 65px !important;
    max-width: 65px !important;
    max-height: 65px !important;
    object-fit: contain;
}

.product_item_2 .product_img .discount_list {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 4;
    display: block;
    gap: 0;
}

.product_item_2 .product_img .discount_list li.discount {
    width: 65px;
    height: 65px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--colorRed, #e74c3c);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.product_item_2 .product_img--dual-badges .discount_list {
    top: 81px;
}

.product_item_2 .product_text h3.price,
.product_item_2 .product_text p.price {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
}

.product_item_2 .product_text h3.price,
.product_item_2 .product_text p.price del {
    color: #999;
    font-size: 22px;
    font-weight: 400;
    margin-right: 6px;
}

.product_item_2 .product_text h3.price,
.product_item_2 .product_text p.price:has(del),
.shop_details_text h3.price,
.shop_details_text p.price:has(del) {
    color: var(--colorRed, #e74c3c);
}

.product_item_2.product_item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product_item_2 .product_text {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.zenis-product-card-buy {
    margin-top: auto;
    padding-top: 12px;
}

.zenis-product-card-buy__form {
    display: flex;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}

.zenis-product-card-buy__btn {
    flex: 1 1 auto;
    min-height: 40px;
    border: 0;
    border-radius: 8px;
    background: var(--themeColorTwo, #db335ff2);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.zenis-product-card-buy__btn:hover,
.zenis-product-card-buy__btn:focus-visible {
    background: var(--themeColorOne, #1a1a1a);
    color: #fff;
}

.mcommerce-qty--card {
    flex: 0 0 auto;
    min-width: 96px;
}

.mcommerce-qty--card .mcommerce-qty__btn {
    width: 32px;
    min-width: 32px;
    height: 40px;
    font-size: 18px;
}

.mcommerce-qty--card .mcommerce-qty__value {
    width: 32px;
    min-width: 32px;
    height: 40px;
    font-size: 14px;
}

.zenis-product-grid--shop.zenis-product-grid--list .zenis-product-card-buy {
    max-width: 280px;
}

.zenis-bestsellers-slide .zenis-product-card-buy__form {
    flex-wrap: wrap;
}

.zenis-bestsellers-slide .zenis-product-card-buy__btn {
    flex: 1 1 100%;
}

/* Zenis hero: random product slider (left) – fallback kai nėra admin banerių */
.zenis-hero-product-slider {
    margin: 0;
    height: 100%;
}

/* Zenis hero strip – meniu, pagrindinis ir šoninis baneris vienodo aukščio */
.zenis-hero-strip {
    padding-top: 25px;
}

.zenis-hero-strip__row {
    align-items: stretch !important;
}

.zenis-hero-strip__menu,
.zenis-hero-strip__main,
.zenis-hero-strip__side {
    display: flex;
    flex-direction: column;
}

.zenis-hero-strip__slot {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 480px;
}

.zenis-hero-strip__menu .menu_cat_item {
    flex: 1 1 auto;
    height: 100%;
    min-height: 480px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.zenis-hero-admin-slider,
.zenis-hero-side-slider {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 480px;
    height: 100%;
}

.zenis-hero-admin-slide,
.zenis-hero-side-slide {
    height: 100%;
    min-height: 480px;
}

.zenis-hero-admin-banner {
    display: block;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 480px;
    border-radius: 14px;
    overflow: hidden;
    background: #f7f4ef;
}

.zenis-hero-admin-banner__img {
    width: 100% !important;
    height: 100% !important;
    min-height: 480px;
    object-fit: cover !important;
    object-position: center center !important;
    display: block;
}

.zenis-hero-strip__main .zenis-hero-admin-slider {
    margin: 0 12px 0 52px;
}

.zenis-hero-strip__side .zenis-hero-side-slider {
    margin: 0;
}

.banner_2_add.zenis-hero-side-banner {
    height: 100%;
    min-height: 480px;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zenis-hero-side-banner--image {
    padding: 0 !important;
}

.zenis-hero-admin-slider .slick-list,
.zenis-hero-admin-slider .slick-track,
.zenis-hero-side-slider .slick-list,
.zenis-hero-side-slider .slick-track {
    height: 100%;
    min-height: 480px;
}

.zenis-hero-admin-slider .slick-slide,
.zenis-hero-side-slider .slick-slide {
    height: 100%;
    min-height: 480px;
}

.zenis-hero-admin-slider .slick-slide > div,
.zenis-hero-side-slider .slick-slide > div {
    height: 100%;
    min-height: 480px;
}

.zenis-hero-admin-slider .slick-dots,
.zenis-hero-side-slider .slick-dots {
    bottom: 12px;
}

.zenis-hero-product-slider {
    margin: 25px 12px 0 52px;
}

.zenis-hero-strip .zenis-hero-product-slider {
    margin: 0 12px 0 52px;
}

.zenis-hero-product-slider .slick-slide {
    height: auto;
    float: left;
}

.zenis-hero-product-slider .slick-slide > .zenis-hero-product-slide,
.zenis-hero-product-slider .zenis-hero-product-slide {
    width: 100%;
}

/* slick.css forces width/height 100% on slide images — breaks hero product photos */
.zenis-hero-product-slider .slick-slide img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.zenis-hero-product-slider .slick-dots {
    display: none !important;
}

.banner_slider_2.zenis-hero-product {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #f7f4ef !important;
    background-image: none !important;
    width: 100%;
    min-height: 480px;
    margin: 0;
    padding: 32px 15px 32px 25px;
    box-sizing: border-box;
    overflow: hidden;
}

.banner_slider_2.zenis-hero-product .banner_slider_2_text {
    flex: 1 1 0;
    max-width: 55%;
    min-width: 0;
    padding: 0;
    height: auto;
}

.banner_slider_2.zenis-hero-product .banner_slider_2_text h1,
.banner_slider_2.zenis-hero-product .banner_slider_2_text .hero_product_name {
    font-size: clamp(1.125rem, 0.65rem + 1.75vw, 2.5rem);
    margin-bottom: clamp(0.5rem, 0.35rem + 0.5vw, 1.25rem);
    line-height: 1.25;
    text-transform: none;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

.banner_slider_2.zenis-hero-product .banner_slider_2_text h2.price,
.banner_slider_2.zenis-hero-product .banner_slider_2_text p.price {
    margin: 0 0 clamp(0.75rem, 0.5rem + 0.5vw, 1.5rem);
    font-size: clamp(1rem, 0.55rem + 1.1vw, 2rem);
    font-weight: 600;
    line-height: 1.25;
    color: var(--colorBlack, #222);
    opacity: 1;
}

.banner_slider_2.zenis-hero-product .banner_slider_2_text h2.price,
.banner_slider_2.zenis-hero-product .banner_slider_2_text p.price strong {
    font-size: clamp(1.125rem, 0.7rem + 1.35vw, 2.625rem);
    font-weight: 700;
}

.banner_2_add.zenis-hero-side-banner .text h4 {
    font-size: clamp(0.75rem, 0.55rem + 0.55vw, 1.125rem);
    letter-spacing: clamp(0.5px, 0.2px + 0.15vw, 2px);
    padding: 3px clamp(10px, 0.4rem + 0.5vw, 20px);
    margin-bottom: clamp(6px, 0.35rem + 0.25vw, 10px);
    max-width: 100%;
    overflow-wrap: anywhere;
}

.banner_2_add.zenis-hero-side-banner .text h2 {
    font-size: clamp(1rem, 0.6rem + 1.1vw, 1.5rem);
    line-height: 1.3;
    margin-bottom: clamp(12px, 0.5rem + 0.75vw, 25px);
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media (max-width: 1199.98px) {
    .zenis-hero-strip__slot {
        min-height: 0;
    }

    .zenis-hero-strip__main .zenis-hero-admin-slider,
    .zenis-hero-strip .zenis-hero-product-slider {
        margin: 0 8px 0 8px !important;
    }

    .banner_slider_2.zenis-hero-product {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        padding: clamp(14px, 2vw, 28px);
        gap: clamp(10px, 1.5vw, 16px);
    }

    .banner_slider_2.zenis-hero-product .banner_slider_2_text {
        max-width: 100%;
        width: 100%;
        padding: 0;
        align-items: flex-start;
    }

    .banner_slider_2.zenis-hero-product .banner_slider_2_text h1,
.banner_slider_2.zenis-hero-product .banner_slider_2_text .hero_product_name {
        font-size: clamp(1.0625rem, 0.85rem + 1.1vw, 1.75rem) !important;
        line-height: 1.3;
    }

    .banner_slider_2.zenis-hero-product .banner_slider_2_text h2.price,
.banner_slider_2.zenis-hero-product .banner_slider_2_text p.price {
        font-size: clamp(0.9375rem, 0.8rem + 0.45vw, 1.25rem) !important;
    }

    .banner_slider_2.zenis-hero-product .banner_slider_2_text h2.price,
.banner_slider_2.zenis-hero-product .banner_slider_2_text p.price strong {
        font-size: clamp(1.0625rem, 0.9rem + 0.65vw, 1.5rem) !important;
    }

    .zenis-hero-product__media {
        width: 100%;
        max-width: min(240px, 72vw);
        margin: 0 auto;
        padding: clamp(8px, 1.5vw, 14px);
    }

    .zenis-hero-product__media img {
        max-height: clamp(120px, 22vw, 200px);
    }

    .banner_2_add.zenis-hero-side-banner {
        padding: clamp(16px, 2.5vw, 28px) !important;
        min-height: 0 !important;
    }

    .banner_2_add.zenis-hero-side-banner .text h2 {
        font-size: clamp(0.9375rem, 0.75rem + 0.55vw, 1.25rem) !important;
    }
}

@media (max-width: 991.98px) {
    .banner_slider_2.zenis-hero-product {
        padding: 16px;
    }
}

.zenis-hero-product__media {
    flex: 0 0 auto;
    width: 34%;
    max-width: 34%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin: 0 0 0 auto;
    min-width: 0;
    min-height: 0;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
}

.zenis-hero-product__media a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.zenis-hero-product__media img {
    max-height: clamp(140px, 18vw, 280px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

/* Inner pages (cart, checkout, account, blog, etc.) */
.page_banner {
    background-image: url('../images/virsus.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page_banner_overlay {
    background: rgb(7 28 31 / 38%);
    padding: 50px 0 52px;
}

.page_banner_text ul li a {
    font-family: var(--bodyFont);
}

.page_banner_text ul li:not(:last-child) a {
    padding-right: 14px;
}

.page_banner_text ul li a::after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media (max-width: 991.98px) {
    .page_banner_overlay {
        padding: 14px 0 12px;
    }

    .page_banner_text h1 {
        font-size: 1.0625rem;
        text-align: left;
        font-family: var(--bodyFont);
    }

    .page_banner_text ul {
        justify-content: flex-start;
        gap: 4px 10px;
        margin-top: 6px;
    }

    .page_banner_text ul li a {
        font-family: var(--bodyFont) !important;
        font-size: 0.8125rem;
        font-weight: 400;
        line-height: 1.35;
        opacity: 1;
    }

    .page_banner_text ul li:not(:last-child) a {
        padding-right: 12px;
    }

    .page_banner_text ul li a::after {
        right: 0;
        font-size: 8px;
    }
}

body.zenis-inner-page .container-lg {
    max-width: 1320px;
}

body.zenis-inner-page section.cart,
body.zenis-inner-page section.account,
body.zenis-inner-page section.checkout,
body.zenis-inner-page section.blog,
body.zenis-inner-page section.contact,
body.zenis-inner-page section.wishlist {
    padding-top: 48px;
    padding-bottom: 48px;
}

body.zenis-inner-page .btn-main {
    background: var(--colorPrimary, #c9a227);
    border-color: var(--colorPrimary, #c9a227);
    color: #fff;
}

body.zenis-inner-page .btn-main:hover {
    opacity: 0.9;
    color: #fff;
}

body.zenis-inner-page .common-input {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
}

body.zenis-inner-page .alert,
.dashboard .dashboard_content .alert {
    border-radius: 999px !important;
    padding: 12px 22px;
}

body.zenis-inner-page .table.style-three {
    width: 100%;
}

body.zenis-inner-page .page_banner + section,
body.zenis-inner-page .page_banner ~ section {
    margin-top: 0;
}

/* Cart checkout auth modal – Zenis sign_in_form */
.checkout_auth_modal .modal-dialog {
    max-width: 960px;
}

.checkout_auth_modal .modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.checkout_auth_modal .modal-header {
    padding: 28px 40px 0;
    border: 0;
}

.checkout_auth_modal .modal-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--colorBlack, #222);
}

.checkout_auth_modal .modal-body {
    padding: 24px 40px 40px;
}

.checkout_auth_modal .checkout_modal_panel.sign_in_form {
    margin: 0;
    padding: 35px 35px 40px;
    height: 100%;
    box-shadow: none;
    border: 1px solid #eee;
}

.checkout_auth_modal .checkout_modal_panel.sign_in_form h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 12px;
}

.checkout_auth_modal .checkout_modal_lead,
.checkout_auth_modal .checkout_modal_note p {
    color: var(--paraColor, #555);
    font-size: 15px;
    line-height: 1.6;
}

.checkout_auth_modal .checkout_modal_lead {
    margin-bottom: 24px;
}

.checkout_auth_modal .form-label {
    font-size: 15px;
    font-weight: 500;
    color: var(--colorBlack, #222);
    margin-bottom: 8px;
}

.checkout_auth_modal .form-control {
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    border: 1px solid #ddd;
    border-radius: 999px !important;
    font-size: 15px;
}

.checkout_auth_modal .form-control:focus {
    border-color: var(--themeColorTwo, #db335ff2);
    box-shadow: none;
}

.checkout_auth_modal .checkout_modal_password {
    position: relative;
    display: block;
}

.checkout_auth_modal .checkout_modal_password .form-control {
    padding-right: 48px;
    padding-left: 20px;
}

.checkout_auth_modal .sign_in_form form button.toggle-password,
.checkout_auth_modal .checkout_modal_password .toggle-password {
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    left: auto !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--paraColor, #777);
    line-height: 1 !important;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2;
}

.checkout_auth_modal .sign_in_form .forgot {
    margin: 18px 0 22px;
}

.checkout_auth_modal .sign_in_form form > .common_btn,
.checkout_auth_modal .checkout_modal_panel > .common_btn {
    width: 100%;
    display: block;
    margin-top: 0;
    border-radius: 999px !important;
}

.checkout_auth_modal .checkout_modal_outline_btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 13px 20px;
    border: 1px solid var(--themeColorTwo, #db335ff2);
    color: var(--themeColorTwo, #db335ff2);
    background: #fff;
    border-radius: 999px !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.checkout_auth_modal .checkout_modal_outline_btn:hover {
    background: var(--themeColorTwo, #db335ff2);
    color: #fff;
}

.checkout_auth_modal .checkout_modal_social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.checkout_auth_modal .checkout_modal_social li {
    width: calc(50% - 6px);
    margin: 0;
}

.checkout_auth_modal .checkout_modal_social li a {
    width: 100%;
    background: var(--lightBg2, #f5f5f5);
}

.checkout_auth_modal .sign_in_form ul.account_social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.checkout_auth_modal .sign_in_form ul.account_social li {
    width: 100%;
    margin: 0;
}

.checkout_auth_modal .sign_in_form ul.account_social li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 999px !important;
    background: var(--lightBg2, #f5f5f5);
    color: var(--colorBlack, #222);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.checkout_auth_modal .sign_in_form .or {
    margin: 20px 0;
}

.checkout_auth_modal .checkout_modal_note {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

/* Checkout page — pills */
.checkout .common-input:not(textarea),
.checkout .form-control:not(textarea),
.checkout .form-select,
.checkout select.common-input {
    border-radius: 999px !important;
    min-height: 48px;
    padding: 12px 20px;
}

.checkout textarea.common-input,
.checkout textarea.form-control {
    border-radius: 20px !important;
    padding: 14px 20px;
    min-height: 120px;
}

/* Kabinetas — pills (kaip checkout), be fieldset „rėmas rėme“ */
.dashboard .dashboard_content .single_input {
    border: none !important;
    margin-top: 0 !important;
    margin-bottom: 1rem;
    border-radius: 0 !important;
    padding: 0 !important;
}

.dashboard .dashboard_content .single_input label {
    position: static !important;
    display: block !important;
    top: auto !important;
    left: auto !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    background: transparent !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}

.dashboard .dashboard_content .form-control:not(textarea),
.dashboard .dashboard_content select.form-control,
.dashboard .dashboard_content .single_input .form-control:not(textarea) {
    border: 1px solid #ddd !important;
    border-radius: 999px !important;
    min-height: 48px;
    padding: 12px 20px;
}

.dashboard .dashboard_content textarea.form-control {
    border: 1px solid #ddd !important;
    border-radius: 20px !important;
    padding: 14px 20px;
}

.dashboard .dashboard_content a.common_btn,
.dashboard .dashboard_content button.common_btn,
.dashboard .dashboard_content .zenis-account-page-head__btn,
.dashboard .dashboard_content .zenis-account-cancel {
    border-radius: 999px !important;
}

.dashboard .dashboard_content .badge {
    border-radius: 999px !important;
    padding: 6px 12px;
}

@media (min-width: 992px) {
    .checkout .checkout_section-card--notes .checkout_section-card__title,
    .checkout .checkout_section-card--notes h6 {
        margin-bottom: 10px !important;
    }

    .checkout textarea.common-input,
    .checkout textarea.form-control,
    .checkout .checkout_section-card--notes textarea,
    .checkout .checkout_section-card--notes textarea.common-input,
    .checkout textarea[name="notes"] {
        padding-top: 10px !important;
        padding-right: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 10px !important;
        text-indent: 0 !important;
    }
}

.checkout a.common_btn,
.checkout button.common_btn,
.checkout #checkout-submit-btn,
.checkout .btn-main,
.checkout .btn-outline-main,
.checkout .checkout_coupon_apply_btn {
    border-radius: 999px !important;
}

.checkout .cart_page_summary form.checkout_coupon_form input,
.checkout .checkout_coupon_form .form-control,
.checkout .checkout_coupon_form input {
    border-radius: 999px !important;
    padding-left: 20px;
    padding-right: 110px;
    min-height: 48px;
}

.checkout .nice-select {
    border-radius: 999px !important;
    height: 48px;
    line-height: 46px;
    padding-left: 20px;
}

.checkout .nice-select .list {
    border-radius: 16px !important;
    overflow: hidden;
}

.checkout .nice-select .option {
    padding-left: 20px;
    padding-right: 20px;
}

.checkout .nice-select .option::before,
.checkout .nice-select .option::after {
    content: none !important;
    display: none !important;
}

/* Checkout terms — same font as payment copy */
.checkout .checkout_payment .terms .form-check-label,
.checkout .checkout_payment .terms .form-check-label a,
.checkout .checkout_payment .terms .checkout-terms-hint,
.checkout .checkout_payment .terms .checkout-terms-hint a,
.checkout .checkout_payment .payment-item p,
.checkout .checkout_payment .checkout_card p {
    font-family: var(--bodyFont, inherit) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.checkout .checkout_payment .terms .checkout-terms-hint {
    color: var(--paraColor, #666) !important;
}

/* Footer logo column — uniform body font */
.footer_2 .footer_2_logo_area p,
.footer_2 .footer_2_logo_area p a,
.footer_2 .footer_2_logo_area p strong,
.footer_2 .footer_2_logo_area p b {
    font-family: var(--bodyFont, inherit) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

/* Footer copyright — same weight/size as surrounding text (only brand color differs) */
.footer_2 .footer_copyright p,
.footer_2 .footer_copyright p b,
.footer_2 .footer_copyright p strong {
    font-family: var(--bodyFont, inherit) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    vertical-align: baseline;
}

/* Terminal / paštomatai — brand styles in assets/shop/css/pickup-modals-unified.css */

/* Cookie consent bar – Zenis */
.zenis-cookie-bar {
    position: fixed;
    z-index: 2147483000;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--colorWhite, #fff);
    border-top: 1px solid #eee;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
    padding: 18px 0 calc(18px + env(safe-area-inset-bottom, 0));
}

.zenis-cookie-bar--visible {
    transform: translateY(0);
    opacity: 1;
}

.zenis-cookie-bar__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
}

.zenis-cookie-bar__text {
    flex: 1 1 280px;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--paraColor, #555);
}

.zenis-cookie-bar__text a {
    color: var(--colorBlack, #333);
    font-weight: 500;
    text-decoration: underline;
}

.zenis-cookie-bar__text a:hover {
    color: var(--themeColorTwo, #db335ff2);
}

.zenis-cookie-bar__btn {
    flex-shrink: 0;
    border: none;
    padding: 12px 28px;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .zenis-cookie-bar__inner {
        flex-direction: column;
        align-items: stretch;
    }

    .zenis-cookie-bar__btn {
        width: 100%;
    }
}

.zenis-shipping-promo {
    background: #0a1e48;
    padding: 11px 0;
}

.zenis-shipping-promo--top {
    width: 100%;
    position: relative;
    z-index: 1001;
}

@media (max-width: 991.98px) {
    .zenis-shipping-promo:not(.zenis-shipping-promo--top) {
        display: block !important;
        margin-bottom: 24px;
        position: relative;
        z-index: 2;
    }

    .zenis-shipping-promo:not(.zenis-shipping-promo--top) + .zenis-home-layout .zenis-home-layout__categories-mobile {
        padding-top: 0 !important;
    }

    .zenis-shipping-promo:not(.zenis-shipping-promo--top) + .zenis-home-layout .zenis-home-layout__configurator .zenis-coffee-configurator {
        padding-top: 20px;
        padding-bottom: 16px;
    }
}

.zenis-shipping-promo__text {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 575.98px) {
    .zenis-shipping-promo {
        padding: 10px 0;
    }

    .zenis-shipping-promo__text {
        font-size: 13px;
    }
}

/* Footer — mobile: be raudonos copyright juostos */
@media (max-width: 991.98px) {
    footer.footer_2.zenis-footer-minimal,
    footer.zenis-footer-minimal {
        display: none !important;
    }
}

/* ═══ MOBILE FIX: hero, grid (2025-06) ═══ */
@media (max-width: 991.98px) {
    /* Hero — pagrindinis baneris mobile */
    section.banner_2.zenis-hero-strip {
        margin-top: 0 !important;
        padding-top: 12px;
        padding-bottom: 4px;
    }

    .zenis-hero-strip {
        padding-top: 0;
    }

    .zenis-hero-strip__row--duo {
        --zenis-hero-gap: 8px;
        margin-left: calc(var(--zenis-hero-gap) * -0.5);
        margin-right: calc(var(--zenis-hero-gap) * -0.5);
        flex-wrap: nowrap;
    }

    .zenis-hero-strip__row--duo > [class*="col-"] {
        padding-left: calc(var(--zenis-hero-gap) * 0.5);
        padding-right: calc(var(--zenis-hero-gap) * 0.5);
    }

    .zenis-hero-strip__row--duo .zenis-hero-strip__main {
        flex: 0 0 70% !important;
        max-width: 70% !important;
        width: 70% !important;
    }

    .zenis-hero-strip__row--duo .zenis-hero-strip__side {
        flex: 0 0 30% !important;
        max-width: 30% !important;
        width: 30% !important;
    }

    .zenis-hero-strip__row:not(.zenis-hero-strip__row--duo) .zenis-hero-strip__main {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .zenis-hero-strip__row--duo .zenis-hero-strip__main,
    .zenis-hero-strip__row--duo .zenis-hero-strip__side {
        display: flex;
        flex-direction: column;
        align-self: stretch;
    }

    /* 70/30 plotis; aukštį nustato pagrindinio banerio vaizdas — be tuščių juostų */
    .zenis-hero-strip__row--duo .zenis-hero-strip__main .zenis-hero-strip__slot {
        width: 100%;
        height: auto;
        flex: 0 0 auto;
        display: block;
    }

    .zenis-hero-strip__row--duo .zenis-hero-strip__side .zenis-hero-strip__slot {
        width: 100%;
        flex: 1 1 auto;
        height: 100%;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .zenis-hero-strip__row--duo .zenis-hero-strip__main .zenis-hero-admin-slider,
    .zenis-hero-strip__row--duo .zenis-hero-strip__main .zenis-hero-admin-slide,
    .zenis-hero-strip__row--duo .zenis-hero-strip__main .zenis-hero-admin-slider .slick-list,
    .zenis-hero-strip__row--duo .zenis-hero-strip__main .zenis-hero-admin-slider .slick-track,
    .zenis-hero-strip__row--duo .zenis-hero-strip__main .zenis-hero-admin-slider .slick-slide,
    .zenis-hero-strip__row--duo .zenis-hero-strip__main .zenis-hero-admin-slider .slick-slide > div {
        min-height: 0 !important;
        height: auto !important;
    }

    .zenis-hero-strip__row--duo .zenis-hero-strip__side .zenis-hero-admin-slider,
    .zenis-hero-strip__row--duo .zenis-hero-strip__side .zenis-hero-side-slide,
    .zenis-hero-strip__row--duo .zenis-hero-strip__side .zenis-hero-side-slider .slick-list,
    .zenis-hero-strip__row--duo .zenis-hero-strip__side .zenis-hero-side-slider .slick-track,
    .zenis-hero-strip__row--duo .zenis-hero-strip__side .zenis-hero-side-slider .slick-slide,
    .zenis-hero-strip__row--duo .zenis-hero-strip__side .zenis-hero-side-slider .slick-slide > div {
        min-height: 0 !important;
        height: 100% !important;
        flex: 1 1 auto;
    }

    .zenis-hero-strip__row--duo .zenis-hero-strip__side .zenis-hero-side-slider {
        display: flex !important;
        flex-direction: column;
        flex: 1 1 auto;
    }

    .zenis-hero-strip__row--duo .zenis-hero-strip__main .zenis-hero-admin-banner {
        aspect-ratio: unset;
        max-height: none;
        height: auto !important;
        display: block;
        overflow: hidden;
        line-height: 0;
        background: #f7f4ef;
        border-radius: 10px;
    }

    .zenis-hero-strip__row--duo .zenis-hero-strip__side .zenis-hero-admin-banner,
    .zenis-hero-strip__row--duo .zenis-hero-strip__side .banner_2_add.zenis-hero-side-banner {
        aspect-ratio: unset;
        max-height: none;
        height: 100% !important;
        min-height: 0;
        flex: 1 1 auto;
        display: flex !important;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        line-height: 0;
        background: #f7f4ef;
        border-radius: 10px;
    }

    .zenis-hero-strip__row--duo .banner_2_add.zenis-hero-side-banner {
        min-height: 0 !important;
        padding: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .zenis-hero-strip__row--duo .zenis-hero-strip__main .zenis-hero-admin-banner__img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: none !important;
        min-height: 0 !important;
        object-fit: contain !important;
        object-position: center center !important;
        display: block;
        vertical-align: top;
    }

    .zenis-hero-strip__row--duo .zenis-hero-strip__side .zenis-hero-admin-banner__img {
        width: auto !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        min-height: 0 !important;
        object-fit: contain !important;
        object-position: center center !important;
        display: block;
    }
    .zenis-hero-strip__slot,
    .zenis-hero-admin-slider,
    .zenis-hero-side-slider,
    .zenis-hero-admin-slide,
    .zenis-hero-side-slide,
    .zenis-hero-admin-banner,
    .banner_2_add.zenis-hero-side-banner,
    .zenis-hero-admin-slider .slick-list,
    .zenis-hero-admin-slider .slick-track,
    .zenis-hero-side-slider .slick-list,
    .zenis-hero-side-slider .slick-track,
    .zenis-hero-admin-slider .slick-slide,
    .zenis-hero-side-slider .slick-slide,
    .zenis-hero-admin-slider .slick-slide > div,
    .zenis-hero-side-slider .slick-slide > div {
        min-height: 0 !important;
        height: auto !important;
    }

    .zenis-hero-strip__main .zenis-hero-admin-slider,
    .zenis-hero-strip .zenis-hero-product-slider {
        margin: 0 !important;
    }

    .zenis-hero-admin-banner {
        min-height: 0 !important;
        height: auto !important;
        border-radius: 10px;
        aspect-ratio: 2 / 1;
        max-height: 200px;
        background: #f7f4ef;
    }

    .zenis-hero-strip__row--duo .banner_2_add.zenis-hero-side-banner .text h4 {
        font-size: 0.6875rem;
        margin-bottom: 4px;
    }

    .zenis-hero-strip__row--duo .banner_2_add.zenis-hero-side-banner .text h2 {
        font-size: 0.8125rem;
        line-height: 1.25;
        margin-bottom: 6px;
    }

    .zenis-hero-strip__row--duo .banner_2_add.zenis-hero-side-banner .common_btn {
        display: none;
    }

    .zenis-hero-admin-banner__img {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        max-height: 200px;
        object-fit: contain !important;
        object-position: center center !important;
    }

    .zenis-hero-strip__row--duo .zenis-hero-admin-slider .slick-dots,
    .zenis-hero-strip__row--duo .zenis-hero-side-slider .slick-dots {
        bottom: 4px;
    }

    .zenis-hero-strip__row--duo .zenis-hero-admin-slider .slick-dots li button,
    .zenis-hero-strip__row--duo .zenis-hero-side-slider .slick-dots li button {
        width: 6px;
        height: 6px;
        padding: 0;
    }

    .banner_slider_2.zenis-hero-product {
        min-height: 0 !important;
        height: auto !important;
        padding: 14px 12px;
        flex-direction: column;
        gap: 10px;
    }

    .banner_slider_2.zenis-hero-product .banner_slider_2_text {
        max-width: 100%;
        width: 100%;
    }

    .zenis-hero-strip__row--duo .banner_slider_2.zenis-hero-product {
        aspect-ratio: unset;
        height: 100% !important;
        padding: 10px;
        gap: 8px;
        justify-content: center;
    }

    .zenis-hero-strip__row--duo .banner_slider_2.zenis-hero-product .banner_slider_2_text h1,
.banner_slider_2.zenis-hero-product .banner_slider_2_text .hero_product_name {
        font-size: 0.8125rem !important;
        margin-bottom: 4px;
    }

    .zenis-hero-strip__row--duo .banner_slider_2.zenis-hero-product .banner_slider_2_text h2.price,
.banner_slider_2.zenis-hero-product .banner_slider_2_text p.price {
        font-size: 0.9375rem !important;
        margin-bottom: 6px;
    }

    .zenis-hero-strip__row--duo .zenis-hero-product__media {
        max-width: 100%;
        padding: 4px;
    }

    .banner_slider_2.zenis-hero-product .banner_slider_2_text h1,
.banner_slider_2.zenis-hero-product .banner_slider_2_text .hero_product_name {
        font-size: clamp(1rem, 3.8vw, 1.25rem) !important;
        line-height: 1.35;
        margin-bottom: 6px;
    }

    .banner_slider_2.zenis-hero-product .banner_slider_2_text h2.price,
.banner_slider_2.zenis-hero-product .banner_slider_2_text p.price {
        font-size: clamp(0.875rem, 3.4vw, 1.0625rem) !important;
        margin-bottom: 10px;
    }

    .banner_slider_2.zenis-hero-product .banner_slider_2_text h2.price,
.banner_slider_2.zenis-hero-product .banner_slider_2_text p.price strong {
        font-size: clamp(1rem, 4.2vw, 1.25rem) !important;
    }

    .banner_slider_2.zenis-hero-product .common_btn {
        font-size: 0.875rem;
        padding: 10px 16px;
    }

    .zenis-hero-product__media {
        max-width: min(200px, 70vw);
        margin: 0 auto;
        padding: 6px;
    }

    .zenis-hero-product__media img {
        max-height: clamp(100px, 28vw, 150px);
    }

    .product_item_2 .product_text .title {
        -webkit-line-clamp: 3;
        font-size: 18px !important;
        line-height: 1.35;
        min-height: 0;
        margin-bottom: 6px;
    }

    .zenis-product-card__capsules {
        margin: 0 0 6px;
        font-size: 20px;
        line-height: 1.3;
        color: #666;
    }

    .product_item_2 .product_text h3.price,
.product_item_2 .product_text p.price {
        font-size: 26px !important;
    }

    /* Perkamiausios karuselė */
    .zenis-bestsellers-slider .zenis-bestsellers-slide {
        padding: 0 6px;
    }

    .zenis-bestsellers-slider .product_item_2 .product_text .title {
        -webkit-line-clamp: 2;
    }

    /* Features — kompaktiškas */
    .features.mt_20 {
        margin-top: 12px !important;
    }

    .features_item {
        margin-bottom: 8px;
    }
}

/* Features strip: equal-height cards (serif titles may wrap) */
.features .row {
    display: flex;
    flex-wrap: wrap;
}

.features .row > [class*="col-"] {
    display: flex;
}

.features .features_item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: var(--bodyFont);
}

.features .features_item .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 4.75rem;
}

.features .features_item .text h3 {
    font-family: var(--bodyFont);
    font-size: 1.0625rem; /* ~17px — fits Source Serif 4 in 1–2 lines */
    font-weight: 700;
    line-height: 1.3;
    min-height: 2.6em; /* always reserve 2 lines → equal card height */
    margin: 0 0 0.25rem;
    letter-spacing: -0.01em;
}

.features .features_item .text p {
    font-family: var(--bodyFont);
    font-size: 0.8125rem;
    line-height: 1.35;
    margin: 0;
    opacity: 0.85;
}

@media (max-width: 575.98px) {
    .zenis-hero-admin-banner,
    .zenis-hero-admin-banner__img {
        max-height: 160px;
    }

    .zenis-hero-strip__row--duo .zenis-hero-admin-banner,
    .zenis-hero-strip__row--duo .zenis-hero-admin-banner__img {
        max-height: none;
    }
}

/* AI product review block */
.product-description-report {
    margin: 1.25rem 0 0;
    font-size: 0.9375rem;
    color: #555;
}

.product-description-report a {
    color: #0a69d8;
    text-decoration: underline;
}

.product-description-report a:hover {
    color: var(--themeColorTwo, #db335ff2);
}

.ai-product-review {
    margin-top: 1.5rem;
    padding: 1.25rem 1.5rem;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 10px;
}

.ai-product-review__header {
    margin-bottom: 1rem;
}

.ai-product-review__brand {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.ai-product-review__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1a73e8;
    color: #fff;
    flex-shrink: 0;
}

.ai-product-review__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    line-height: 1.3;
}

.ai-product-review__provider,
.ai-product-review__label {
    font-size: 0.95rem;
    color: #212529;
}

.ai-product-review__warning {
    color: #f0ad4e;
    font-size: 0.85rem;
}

.ai-product-review__meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.35rem;
    font-size: 0.8125rem;
    color: #6c757d;
}

.ai-product-review__rating {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #f0ad4e;
}

.ai-product-review__summary {
    margin: 0 0 1rem;
    color: #212529;
    line-height: 1.6;
}

.ai-product-review__lists {
    display: grid;
    gap: 1rem;
}

@media (min-width: 576px) {
    .ai-product-review__lists {
        grid-template-columns: 1fr 1fr;
    }
}

.ai-product-review__list-block strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #212529;
}

.ai-product-review__list {
    margin: 0;
    padding-left: 1.1rem;
    color: #333;
}

.ai-product-review__list li + li {
    margin-top: 0.25rem;
}

/* Coffee machine configurator */
.zenis-home-layout {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    /* Kavuse mobile: configurator first, categories below */
    body.theme-kavuse .zenis-home-layout__configurator {
        order: 1;
    }
    body.theme-kavuse .zenis-home-layout__categories-mobile {
        order: 2;
    }
    body.theme-kavuse .zenis-home-layout__features {
        order: 3;
    }

    /* Zenis mobile: categories first (lighter LCP), configurator below */
    body:not(.theme-kavuse) .zenis-home-layout__categories-mobile {
        order: 1;
    }
    body:not(.theme-kavuse) .zenis-home-layout__configurator {
        order: 2;
    }
    body:not(.theme-kavuse) .zenis-home-layout__features {
        order: 3;
    }
}

@media (min-width: 992px) {
    .zenis-home-layout__features {
        order: 1;
    }

    .zenis-home-layout__configurator {
        order: 2;
    }

    .zenis-home-layout__categories-desktop {
        order: 3;
    }

    .zenis-home-layout__bestsellers {
        order: 4;
    }

    .zenis-home-layout__middle-dual {
        order: 5;
    }
}

.zenis-middle-dual-banners {
    margin-top: 0;
}

.zenis-middle-dual-banner {
    margin-top: 0;
    height: 280px;
    min-height: 280px;
    display: flex;
    align-items: center;
}

.zenis-middle-dual-banner--image {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    height: 280px;
}

.zenis-middle-dual-banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner_2_add.zenis-middle-dual-banner .text h2 {
    font-size: 22px;
    margin-bottom: 18px;
}

.zenis-coffee-configurator__card {
    background: #fbf9f5;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 28px 32px;
    box-sizing: border-box;
}

.zenis-coffee-configurator__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(219, 51, 95, 0.12);
    color: var(--themeColorTwo, #db335ff2);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.zenis-coffee-configurator__title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #222;
}

.zenis-coffee-configurator__text {
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}

.zenis-coffee-configurator__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.zenis-coffee-configurator__select,
.zenis-coffee-configurator__input {
    min-height: 48px;
    border-radius: 8px;
    border-color: #e5e5e5;
}

.zenis-coffee-configurator__select:focus,
.zenis-coffee-configurator__input:focus {
    border-color: var(--themeColorTwo, #db335ff2);
    box-shadow: 0 0 0 0.15rem rgba(219, 51, 95, 0.15);
}

.zenis-coffee-configurator__submit-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.zenis-coffee-configurator__submit {
    border: 0;
    width: auto;
}

.zenis-coffee-configurator__hint {
    font-size: 14px;
    color: #666;
    padding: 10px 14px;
    background: rgba(219, 51, 95, 0.08);
    border-radius: 8px;
}

.zenis-coffee-configurator__hint strong {
    color: #222;
}

@media (max-width: 991.98px) {
    .zenis-coffee-configurator__card {
        padding: 22px 18px;
    }

    .zenis-coffee-configurator__intro {
        margin-bottom: 8px;
    }
}

.category_item .category_title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 8px 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    text-transform: capitalize;
}

.banner_slider_2_text .hero_product_name {
    margin: 0;
}
