﻿

/*
Theme Name: Balkan
Theme URI: http://balkansort.com/
Author: Slaviana
Author URI: http://balkansort.com/
Responsive WordPress theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive
Text Domain: Balkan
 */
.bi {
    display: inline-block;
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi::before {
    display: inline-block;
}

.woocommerce-breadcrumb {
    font-size: 14px;
    color: #666;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-breadcrumb a {
    color: #009444;
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    color: #007730;
    text-decoration: underline;
}

html,
body {
    overflow-x: clip;
    max-width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #000;
    font-family: "Arial", sans-serif;
    line-height: 1.5em;
}

a,
a:visited,
a:active {
    color: #007033;
    text-decoration: none;
}

a:hover {
    color: #18a42c;
}

article,
aside,
details,
figcaption,
figure,
header,
main,
nav,
section {
    display: block;
}

a img {
    border: 0;
}

a.footer {
    color: #fff;
}

a.social-icons {
    font-size: 24px;
    color: #fff;
    padding: 2px 8px;
    border: 1px solid transparent;
    border-radius: 4px;
}

a.social-icons:hover {
    border: 1px solid #fff;
    border-radius: 4px;
}

a.lang {
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p {
    margin: 0 0 17px 0;
}

h2 {
    margin: 35px 0 28px 0;
    color: #00662f;
    text-align: center;
    font-size: 20px;
}

div.main-home {
    margin: 0 20px 0 20px;
}

.max-width {
    max-width: 1250px;
    margin: 0 auto;
}

.header-top {
    background: #FCFEFB;
    display: flex;
    flex-direction: column;
}

.header-top.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .12);
    transform: translateY(-100%);
}

.header-top.is-sticky .header-top-nav {
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.header-top.is-sticky.is-visible {
    transform: translateY(0);
    transition: transform .3s ease;
}

.header-top.is-cart-flash {
    transform: translateY(0) !important;
}

.header-top.is-cart-flash .menu-icon-cart>a {
    animation: bs-cart-icon-flash .6s ease;
}

@keyframes bs-cart-icon-flash {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.h-left {
    display: flex;
    align-items: center;
    padding: 20px 0;
    width: auto;
}

.h-left a {
    max-width: 135px;
}

.h-right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.simple-header-search {
    display: flex;
    align-items: center;
    border: 1px solid #009444;
    border-radius: 999px;
    background-color: #fff;
    overflow: hidden;
    height: 42px;
    flex-grow: 1;
    max-width: 445px;
    align-self: center;
    margin-left: 50px;
}

.simple-header-search .search-field {
    flex-grow: 1;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    height: 100%;
    outline: none;
    color: #333;
}

.simple-header-search .search-field::placeholder {
    color: #999;
}

.simple-header-search .search-submit {
    width: 55px;
    background-color: transparent;
    border-left: 1px solid #d0e5d0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    outline: none;
    box-shadow: none;
    padding: 0 14px;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.simple-header-search .search-submit svg {
    fill: #009444;
    transition: fill 0.3s ease;
}

.simple-header-search .search-submit:hover svg {
    fill: #007730;
}

.simple-header-search .search-submit:hover {
    background-color: #f1faf1;
}

.simple-header-search button,
.simple-header-search input {
    border: none;
    outline: none;
    box-shadow: none;
}

.simple-header-search input[type="search"]::-webkit-search-decoration,
.simple-header-search input[type="search"]::-webkit-search-cancel-button,
.simple-header-search input[type="search"]::-webkit-search-results-button,
.simple-header-search input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.header-top-main {
    display: flex;
    width: 100%;
}

.header-top-nav {
    display: flex;
    background-color: #009444b0;
}

.bs-header-gap {
    width: 100%;
    height: 30px;
    background: #ededed;
}

img.logo {
    max-width: 135px;
    height: auto;
    display: block;
}

.h-left a picture {
    display: block;
    max-width: 135px;
}

.h-left a picture img {
    max-width: 100%;
    height: auto;
}

.kakvo-e-kinezia-fon {
    background: #f7f7f7;
    padding: 60px 0;
}

.kakvo-e-kinezia-content {
    padding: 0 15px;
}

.kak-mojem-da-vi-pomognem {
    background: #fff;
}

.kak-mojem-da-vi-pomognem .max-width {
    padding: 15px 0 0 0;
}

.section-heading {
    color: #182B55;
    font-size: 20px;
    margin: 20px 0 25px 0;
    font-weight: bold;
}

.section-heading-2 {
    margin: 0 0 20px 0;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-container img {
    height: 67px;
}

.pazaruvai,
.masaji-i-uprajneniq {
    display: flex;
    flex-direction: column;
    max-width: 420px;
    margin-top: 35px;
}

.go-bttn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    ;
    font-weight: bold;
    color: #182B55;
    font-size: 23px;
    padding: 15px 25px;
    width: auto;
    transition: 0.3s;
    border-radius: 8px;
}

.kak-mojem-da-vi-pomognem .go-bttn img:last-of-type {
    height: 40px;
    margin-left: 0px;
}

.go-bttn img:first-of-type {
    margin-right: 10px;
}

.pazaruvai .go-bttn {
    border: 1px solid #fd5d06;
}

.pazaruvai .go-bttn:hover {
    color: #FC6306;
}

.masaji-i-uprajneniq .go-bttn {
    border: 1px solid #378FA7;
}

.masaji-i-uprajneniq .go-bttn:hover {
    color: #368B9D;
}

.pazaruvai a,
.masaji-i-uprajneniq a {
    margin-top: 15px;
}

.kategorii-s-produkti-fon {
    background: #F3F8FB;
    padding: 34px 15px;
}

.kategorii-s-produkti {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.kategorii-s-produkti-content .section-heading {
    margin: 10px 0 50px 0;
}

.kategorii-s-produkti a {
    border: 2px solid transparent;
    transition: 0.2s;
    border-radius: 6px;
}

.kategorii-s-produkti a:hover {
    border: 2px solid #85bec5;
}

.home-product-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 200px;
    text-align: center;
    color: #182B55;
    font-weight: bold;
    font-size: 16px;
}

.home-product-category img {
    width: 100px;
    padding-bottom: 10px;
}

.index-masa {
    display: flex;
    flex-direction: row;
    color: #003600;
    padding: 50px 15px 12px 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.index-pic {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 37px;
    align-items: center;
}

.index-pic img {
    margin-bottom: 15px;
    width: 216px;
    height: 108px;
}

.index-proveri {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.index-proveri img {
    height: 45px;
}

.index-masa .go-bttn {
    background: #182B55;
    color: white;
    justify-content: center;
    margin-top: 17px;
    font-size: 19px;
    padding: 5px;
    margin-left: 0px;
    width: auto;
}

.index-proveri .go-bttn:hover {
    background: #fc6200;
}

.go-btn-first-img {
    width: 90px;
}

.go-btn-second-img {
    width: 20%;
}

.go-btn-text {
    width: 90%;
}

.zdraven-blog {
    margin: 40px 0;
}

.zdraven-blog .section-heading {
    margin-left: 15px;
}

.zdraven-blog .go-bttn {
    background: #E3EEF0;
    margin: 20px;
    padding: 8px 20px;
    max-width: 500px;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: 0.3s;
    text-align: left;
    font-size: 20px;
}

.zdraven-blog .go-bttn:hover {
    border: 2px solid #3d8fa9;
}

.zdraven-blog .go-bttn img:last-of-type {
    margin-left: 20px;
    height: 37px;
}

.zdraven-blog .go-bttn img:first-of-type {
    max-height: 80px;
}

.aboniraite-se {
    background: #D7DFE1;
    padding: 50px 10px;
    font-size: 20px;
    text-align: center;
}

.aboniraite-se .section-heading {
    font-weight: unset;
}

.image_resizable {
    width: 100%;
    height: auto;
    display: block;
}

.image_logo {
    width: 100%;
    max-width: 361px;
    height: auto;
    display: block;
}

.clear:before,
.clear:after {
    display: table;
    content: '';
}

.clear:after {
    clear: both;
}

.main-navigation {
    font-weight: normal;
    position: relative;
    z-index: 1;
    width: 270px;
}

.main-navigation ul {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
    position: relative;
}

.main-navigation li {
    position: relative;
    display: block;
}

.main-navigation li:hover>a {
    color: rgba(255, 255, 255, 0.8);
}

.main-navigation a {
    display: block;
    color: white;
    font-size: 15px;
    padding: 8px 25px;
    text-align: left;
}

.main-navigation ul:first-child {
    display: none;
}

.main-navigation ul ul {
    background: #f1f3f4;
}

.main-navigation ul ul li a {
    padding: 8px 8px 8px 22px;
    display: block;
    color: #024071;
}

.main-navigation ul ul ul li a {
    padding-left: 28px;
}

.main-navigation ul ul ul ul li a {
    padding-left: 42px;
}

#primary-menu {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
}

#primary-menu li a {
    white-space: nowrap;
}

.menu-main-menu-container,
.menu-main-menu-en-container {
    display: flex;
    align-items: center;
}

.main-navigation.toggled .nav-menu {
    display: block;
}

.top-navigation {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-direction: column;
    height: -webkit-fill-available;
    align-items: center;
}

.top-navigation a {
    color: #00411eab;
    font-size: 15px;
    padding: 2px 0 0 0;
    margin: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.top-navigation ul li {
    display: flex;
}

#account-menu {
    display: flex;
    align-items: stretch;
}

#account-menu>li {
    display: flex;
    align-items: stretch;
}

#account-menu>li>a {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    margin: -10px 0;
    transition: background .2s;
}

.header-top.is-sticky #account-menu>li:hover>a {
    background: rgba(0, 148, 68, .06);
    border-radius: 6px;
}

.menu-icon-profile>a::before {
    font-family: "bootstrap-icons";
    content: "\f4d7";
    margin-right: 6px;
    display: inline-block;
    color: #00411eab;
    font-size: 25px;
    padding: 0 5px;
    font-weight: normal;
    line-height: 19px;
}

.menu-icon-cart>a::before {
    font-family: "bootstrap-icons";
    content: "\f23d";
    margin-right: 6px;
    display: inline-block;
    color: #00411eab;
    font-size: 25px;
    padding: 0 5px 0 27px;
    font-weight: normal;
    line-height: 19px;
}

.menu-icon-cart>a {
    position: relative;
    overflow: visible;
}

.bs-free-celebrated .bs-header-shipping-bar {
    display: none !important;
}

.bs-header-shipping-bar {
    position: absolute;
    bottom: 15px;
    left: 6px;
    right: 6px;
    pointer-events: none;
    z-index: 2;
    width: 155px;
    place-self: end;
}

@media(max-width:768px) {
    .bs-header-shipping-bar {
        width: 85px;
        bottom: 0px;
    }
}

.header-top.is-sticky .bs-header-shipping-bar {
    bottom: 3px;
}

.bs-header-bar-track {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    height: 3px;
    overflow: hidden;
}

.bs-header-bar-fill {
    position: relative;
    overflow: hidden;
    display: block;
    background: linear-gradient(90deg, #009444, #00b352);
    height: 3px;
    border-radius: 2px;
    transition: width .5s ease;
}

.bs-header-bar-fill::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 55%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
    transform: translateX(-100%);
}

.bs-header-bar-fill.is-growing::after {
    animation: bs-bar-shimmer .7s ease .35s forwards;
}

.bs-header-shipping-bar.is-celebrating {
    bottom: -24px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    background: #009444;
    border-radius: 6px;
    padding: 4px 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    pointer-events: none;
    z-index: 10001;
    animation: bs-header-celebrate 4.5s ease forwards;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-top.is-sticky .bs-header-shipping-bar.is-celebrating {
    bottom: -20px;
}

.bs-header-shipping-bar.is-celebrating i {
    color: #fff !important;
    font-size: 13px;
}

@keyframes bs-header-celebrate {

    0%,
    78% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-6px);
    }
}

.bs-cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #009444;
    border-radius: 99px;
    margin-left: 4px;
    transition: all .3s ease;
}

.bs-cart-count:not(.has-items) {
    display: none;
}

.bs-cart-count.pulse {
    animation: bs-cart-pulse .5s ease;
}

@keyframes bs-cart-pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
        background: #e53935;
    }

    100% {
        transform: scale(1);
    }
}

.bs-cart-arrow {
    display: none;
    width: 6px;
    height: 6px;
    border-right: 2px solid #00411eab;
    border-bottom: 2px solid #00411eab;
    transform: rotate(45deg);
    transition: transform .25s ease;
    margin-left: 8px;
    margin-bottom: 4px;
}

.bs-cart-arrow.has-items {
    display: inline-block;
}

.menu-icon-cart:hover .bs-cart-arrow {
    transform: rotate(-135deg);
    margin-top: 4px;
}

.menu-icon-cart {
    position: relative;
}

.bs-mini-cart {
    position: absolute;
    top: 100%;
    right: -12px;
    width: 360px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .25s ease;
    z-index: 9999;
    margin-top: 11px;
    overflow: hidden;
}

.header-top:not(.is-sticky) .bs-mini-cart {
    margin-top: -14px;
}

.bs-mini-cart:not(.has-items) {
    display: none;
}

.menu-icon-cart:hover .bs-mini-cart.has-items {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bs-mini-cart::before {
    content: '';
    position: absolute;
    top: -7px;
    right: 24px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    filter: drop-shadow(0 -2px 2px rgba(0, 0, 0, .06));
}

.bs-mini-cart-inner {
    padding: 0;
}

.bs-mini-cart-empty {
    padding: 30px 20px;
    text-align: center;
    color: #888;
    font-size: 14px;
}

.bs-mini-cart-items {
    max-height: 365px;
    overflow-y: auto;
    padding: 16px 16px 8px;
}

.bs-mini-cart-items::-webkit-scrollbar {
    width: 4px;
}

.bs-mini-cart-items::-webkit-scrollbar-track {
    background: #f5f5f5;
}

.bs-mini-cart-items::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.bs-mini-cart-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    margin-bottom: 8px;
    background: #f9faf9;
    border-radius: 10px;
    position: relative;
    transition: background .2s;
}

.bs-mini-cart-item:hover {
    background: #f3f6f3;
}

.bs-mini-cart-item:last-child {
    margin-bottom: 0;
}

.bs-mini-cart-thumb {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
}

.bs-mini-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-mini-cart-info {
    flex: 1;
    min-width: 0;
    padding-right: 40px;
}

.bs-mini-cart-name {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.35;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bs-mini-cart-name:hover {
    color: #009444;
}

.bs-mini-cart-price {
    font-size: 12px;
    color: #777;
    margin-bottom: 8px;
}

.bs-mini-cart-qty-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.bs-mini-qty-controls {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.bs-mini-qty-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all .15s;
    line-height: 1;
}

.bs-mini-qty-btn:hover {
    background: #009444;
    color: #fff;
}

.bs-mini-qty-btn:active {
    transform: scale(.95);
}

.bs-mini-qty-value {
    width: 32px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    background: #fff;
    color: #333;
}

.bs-mini-cart-line-total {
    font-size: 14px;
    font-weight: 700;
    color: #009444;
}

.bs-mini-cart-remove {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    color: #bbb;
    font-size: 13px;
    cursor: pointer;
    border-radius: 50%;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-mini-cart-remove:hover {
    background: #fdeaeaad;
    color: #e53935;
}

.bs-mini-cart-footer {
    padding: 16px;
    background: linear-gradient(to bottom, #f5f7f5, #fff);
    border-top: 1px solid #eee;
}

.bs-mini-cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    padding: 0 4px;
    margin-top: 10px;
}

.bs-mini-cart-total span:first-child {
    color: #555;
    font-size: 15px;
    font-weight: 500;
}

.bs-mini-cart-total-price {
    font-weight: 700;
    color: #009444;
    font-size: 18px;
}

.bs-mini-cart-buttons {
    display: flex;
    gap: 10px;
}

.bs-mini-cart-btn {
    flex: 1;
    padding: 10px 20px !important;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s;
    border: none;
    cursor: pointer;
    justify-content: center;
}

.bs-mini-btn-cart {
    background: #fff;
    color: #333;
    border: 1.5px solid #ddd;
}

.bs-mini-btn-cart:hover {
    border-color: #009444;
    color: #009444;
    background: #f8fff8;
}

.bs-mini-btn-checkout {
    background: linear-gradient(135deg, #00a74a, #008c3e);
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 148, 68, .25);
}

.bs-mini-btn-checkout:hover {
    background: linear-gradient(135deg, #00b852, #009444);
    box-shadow: 0 6px 16px rgba(0, 148, 68, .35);
    transform: translateY(-1px);
    color: #fff !important;
}

.bs-mini-cart-item.is-updating {
    opacity: .6;
    pointer-events: none;
}

.bs-mini-cart-item.is-removing {
    animation: bs-item-remove .35s ease forwards;
    pointer-events: none;
}

@keyframes bs-item-remove {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    50% {
        opacity: 0;
        transform: translateX(15px);
    }

    100% {
        opacity: 0;
        transform: translateX(15px);
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width:820px) {
    .bs-mini-cart {
        display: flex;
        flex-direction: column;
    }

    .bs-mini-cart-inner {
        display: flex;
        flex-direction: column;
        min-height: 0;
        flex: 1;
    }

    .bs-mini-cart-items {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        max-height: 330px;
    }

    .header-top:not(.is-sticky) .bs-mini-cart {
        max-height: calc(100vh - 170px);
    }

    .header-top.is-sticky .bs-mini-cart {
        max-height: calc(100vh - 100px);
    }
}

.bs-shipping-progress {
    padding: 10px 14px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.bs-cart-shipping-bar {
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
}

.bs-cart-bar-inner {
    background: #f0f9f2;
    border: 1px solid #b5deb9;
    border-radius: 8px;
    padding: 12px 16px 10px;
}

.bs-shipping-msg {
    font-size: 15px;
    color: #555;
    margin: 0 0 7px;
    line-height: 1.4;
}

.bs-shipping-progress .bs-shipping-msg {
    font-size: 12.5px;
}

.bs-econt-label {
    font-weight: 700;
    color: #009444;
    font-size: 14px;
}

.bs-shipping-msg strong {
    color: #333;
}

.bs-shipping-free {
    color: #009444 !important;
    font-weight: 600;
}

.bs-shipping-free i {
    margin-right: 4px;
}

.bs-shipping-bar-wrap {
    position: relative;
    background: #e0e0e0;
    border-radius: 4px;
    height: 5px;
    overflow: visible;
    margin-bottom: 12px;
}

.bs-shipping-bar-fill {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #009444, #00b352);
    height: 5px;
    border-radius: 4px;
    transition: width .5s ease;
    min-width: 3px;
}

.bs-shipping-bar-fill::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 55%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .45), transparent);
    transform: translateX(-100%);
}

.bs-shipping-bar-fill.is-growing::after {
    animation: bs-bar-shimmer .7s ease .35s forwards;
}

@keyframes bs-bar-shimmer {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(280%);
    }
}

.bs-shipping-bar-goal {
    position: absolute;
    right: 0;
    top: -26px;
    background: #009444;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
    line-height: 1.4;
}

.bs-shipping-bar-goal::after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 6px;
    border: 4px solid transparent;
    border-top-color: #009444;
    border-bottom: none;
}

.bs-cart-bar-inner .bs-shipping-bar-goal {
    font-size: 13px;
    padding: 5px 10px;
    top: -34px;
    border-radius: 6px;
}

.bs-cart-bar-inner .bs-shipping-bar-goal::after {
    border-width: 6px;
    bottom: -6px;
    right: 8px;
}

.h-right i {
    font-size: 22px;
    margin-right: 7px;
    vertical-align: middle;
    color: #009444;
}

.h-right ul.menu {
    display: flex;
}

.menu-top-menu-container {}

.site-content .widget-area {
    margin: 0 0 0 20px;
    padding-top: 10px;
}

.header-main {
    background: #ededed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 368px;
}

.header-main .max-width {
    height: 100%;
    display: flex;
}

.header-inner {
    background-image: url("images/header-mobile-inner.jpg");
    background-size: cover;
    height: 189px;
    display: none;
}

.header-inner .max-width {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: -webkit-fill-available;
    position: relative;
}

.header-square {
    display: flex;
    flex-direction: column;
    background: #ededed;
    width: fit-content;
    color: white;
    font-size: 18px;
    padding: 20px 15px;
    text-align: center;
    align-items: center;
}

.header-square-inner {
    display: flex;
    flex-direction: column;
    width: fit-content;
    color: white;
    font-size: 18px;
    padding: 20px 15px;
    text-align: center;
    align-items: center;
    margin-left: 0;
}

.header-title {
    font-weight: bold;
    color: white;
    font-size: 24px;
    line-height: 1.1em;
}

.header-subtitle {
    margin: 15px 0 20px 0;
}

.header-subtitle-inner {
    margin: 0 0 25px 0;
}

.main-subtitle {
    font-weight: normal;
    font-size: 2.1vw;
    text-shadow: 1px 1px 2px #000000;
    line-height: 300%;
}

.header-button {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 28px;
    height: fit-content;
    width: fit-content;
    cursor: pointer;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    transition: 0.5s;
    border: none;
    position: relative;
    background: linear-gradient(90deg, #fff 0%, #fff 35%, #b0ffc8 42%, #60ff90 50%, #b0ffc8 58%, #fff 65%, #fff 100%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer-pulse 6s ease-in-out infinite;
}

@keyframes shimmer-pulse {

    0%,
    20% {
        background-position: 100% center;
    }

    50% {
        background-position: 0% center;
    }

    80%,
    100% {
        background-position: 100% center;
    }
}

.header-button::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 2px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.header-button:hover {
    transform: scale(1.05);
}

.header-button:hover::before {
    background: rgba(255, 255, 255, 0.8);
}

.oferti-inner {
    margin-top: 40px;
}

.small-navigation {
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin-top: 0;
    padding-top: 10px;
    z-index: 1;
}

.current_page_item a,
.current-menu-item a {
    color: #00b452;
}

.menu-toggle:before,
.format-link .entry-title a:after,
.social-links ul a:before {
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-decoration: none;
}

.menu-toggle {
    display: block;
    position: relative;
    padding: 7px 15px 7px 0px;
    border: none;
    float: right;
    background: transparent;
}

.hentry {
    position: relative;
    margin: 0 0 25px 0;
}

.site-main .hentry:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.entry-title {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 35px 0 0 0;
}

.entry-title a,
.entry-title a:visited {
    text-decoration: none;
    color: #45749b;
}

.entry-title a:hover {
    color: #1c7c7c;
}

.page-title {
    font-size: 18px;
    line-height: 1.36em;
    margin: 0;
    padding-bottom: 14px;
    letter-spacing: 1px;
    color: #999;
}

.page-header {
    margin-bottom: 27px;
}

.entry-header {
    position: relative;
}

body.page:not(.home):not(.woocommerce-page) .entry-header {
    margin: 0;
    border-radius: 8px;
    padding: 80px 0;
    background: linear-gradient(rgba(16, 34, 22, 0.45), rgba(16, 34, 22, 0.45)), url('https://balkansort.com/wp-content/themes/balkan/images/companion/companion-plants.webp') center/cover no-repeat;
}

body.page:not(.home):not(.woocommerce-page) .entry-header .entry-title {
    max-width: 1250px;
    margin: 0 auto;
    color: #fff;
    padding-left: 50px;
    padding-right: 20px;
    font-size: 28px;
}

@media (max-width:768px) {
    body.page:not(.home):not(.woocommerce-page) .entry-header {
        padding: 50px 0;
    }

    body.page:not(.home):not(.woocommerce-page) .entry-header .entry-title {
        padding: 0 15px;
    }
}

.taxonomy-description {
    font-style: italic;
    margin-top: 27px;
}

.content-area {
    float: left;
    width: -webkit-fill-available;
}

body.page:not(.home):not(.woocommerce-page) #primary.content-area {
    float: none;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media (max-width:768px) {
    body.page:not(.home):not(.woocommerce-page) #primary.content-area {
        padding-left: 15px;
        padding-right: 15px;
    }
}

embed,
iframe,
object {
    max-width: 100%;
}

.widget {
    line-height: 1em;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 7px;
}

.widget select {
    max-width: -webkit-calc(100% - 48px);
    max-width: calc(100% - 48px);
    margin-left: 1px;
}

.widget a {
    text-decoration: none;
    color: #45749b;
}

.widget a:hover {
    color: #f85f02;
}

.widget a:active,
.widget a:focus {
    color: #45749b;
}

.widget ul {
    list-style: none;
    padding: 0 5px 0 0;
}

.widget li {
    padding: 3px 0;
    list-style: none;
}

.widget-title {
    font-size: 17px;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
    padding: 0 0 5px 0;
    color: #074e8a;
    border-bottom: 1px solid #074e8a;
}

.widget-title a {
    color: #45749b;
}

.widget-title {
    display: none;
}

.widget_search {
    display: none;
}

#wp-calendar td,
#wp-calendar th,
#wp-calendar th {
    text-align: center;
}

#wp-calendar caption {
    font-weight: 700;
    margin: 14px 0;
    text-align: center;
}

#wp-calendar a {
    text-decoration: none;
    color: #1c7c7c;
}

ul.lang_switch {
    float: right;
    margin: 7px 20px 7px 0;
}

ul.lang_switch li {
    text-transform: uppercase;
    list-style-type: none;
    font-weight: bold;
}

footer {
    clear: both;
    box-sizing: border-box;
    background: #009444;
}

div.footer-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 33px;
    color: #fff;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1250px;
}

div.footer-center {
    padding: 20px 31px;
}

div.footer-center {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

div.footer-social-icon {
    margin: 0 10px;
}

.footer-left {
    margin: 0 auto;
}

.footer-right {
    margin: 0 auto;
}

input.normal {
    border: 1px solid #8397B0;
    color: #072D40;
    width: 350px;
    height: 32px;
    border-radius: 5px;
}

input.field-radio {
    margin: 5px 5px 0 0;
}

label.field-title {
    font-weight: bold;
    margin: 0 0 10px 0;
}

.divResult {
    margin-top: 10px;
}

.tableResult {
    position: relative;
    display: block;
    margin-top: 10px;
}

.cellTopTableResult {
    width: 160px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
}

.cellTableResult {
    width: 160px;
    height: 8px;
    text-align: center;
    vertical-align: middle;
}

div.comment-respond {
    width: 620px;
    margin: 40px 0 0 0;
    padding: 20px 40px;
    background: #f4f5f9;
    border: 1px solid #c9d4e6;
    border-radius: 10px;
}

#author {
    width: 100%;
}

#email {
    width: 100%;
}

#url {
    width: 100%;
}

.comments-wrapper {
    margin-top: 8rem;
}

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
    padding-top: 5rem;
}

div.comment:first-of-type {
    margin-top: 5rem;
}

ul.comment-list {
    list-style-type: none;
    padding-inline-start: 0;
}

ul.comment-list ul {
    list-style-type: none;
}

div.comments-header {
    padding: 25px 0 25px 0;
    border-bottom: 1px solid #dddddd;
}

a.url {
    font-weight: bold;
    font-style: normal;
    color: #d23e16;
    font-size: 15px;
}

.commentmetadata a {
    font-size: 13px;
    color: #444444;
}

.says {
    display: none;
}

.avatar {
    border-radius: 20px;
    float: left;
}

cite.fn {
    display: block;
    float: left;
    padding: 5px 0 0 13px;
}

.comment-body p {}

.comment-body {
    margin-bottom: 0;
    padding: 25px 0 28px 0;
}

div.reply {
    margin-top: 10px;
    font-size: 15px;
}

li.depth-1 {
    border-bottom: 1px solid #dddddd;
}

li.depth-2 div {
    padding-top: 0;
}

.comment-meta {
    padding: 35px 0 10px 0;
    width: 200px;
}

.comment-meta .avatar {
    display: block;
    height: 6rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 6rem;
}

.comment-author {
    font-size: 1rem;
}

.comment-metadata {
    font-size: 1.6rem;
    margin-top: 0.8rem;
}

.comment-footer-meta {
    margin-top: 2.5rem;
}

.comment-respond label {
    display: block;
}

.comment-form p.logged-in-as {
    margin: -2.5rem 0 4.4rem 0;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 1rem);
}

.comment-respond .comment-form-email {
    margin-left: 2rem;
}

.comments .comment-respond {
    padding: 5rem 0 0;
}

.comment-respond::after {
    clear: both;
    content: "";
    display: block;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
    color: inherit;
    text-decoration: none;
}

.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
    text-decoration: underline;
}

.comment-respond p {
    line-height: 1.1;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
}

.comment-respond p:not(.comment-notes) {
    max-width: 58rem;
}

.comment-form-cookies-consent {
    align-items: baseline;
    display: flex;
}

.comment-respond>p:last-of-type {
    margin-bottom: 0;
}

.comment-respond input[type="checkbox"]+label {
    font-size: 1.5rem;
    line-height: 1.25;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    margin-bottom: 0;
}

.comment-respond textarea {
    height: 15rem;
}

.comment-respond #submit {
    display: block;
}

.comment-respond .comments-closed {
    text-align: center;
}

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
    text-align: left;
}

.comment-reply-title small {
    display: inline;
    margin: 0 0 0 0.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -0.0277em;
    margin: 0.5rem 0 0 0;
    white-space: nowrap;
}

.comment-reply-title small a {
    text-decoration: none;
}

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
    text-decoration: underline;
}

.comment-reply-title {
    font-size: 25px;
    padding: 0 0 20px 0;
}

span.comments-count {
    font-size: 24px;
    font-weight: bold;
    color: #3b63a4;
}

input[type=text] {
    border: 1px solid #7b93ba;
    color: #072D40;
    height: 32px;
    border-radius: 7px;
    margin-bottom: 10px;
    width: 100%;
}

input[type=tel] {
    border: 1px solid #7b93ba;
    color: #072D40;
    height: 32px;
    border-radius: 7px;
    margin-bottom: 10px;
    width: 100%;
}

input[type=email] {
    border: 1px solid #7b93ba;
    color: #072D40;
    height: 32px;
    border-radius: 7px;
    margin-bottom: 10px;
    width: 100%;
}

textarea {
    border: 1px solid #7b93ba;
    color: #072D40;
    border-radius: 7px;
    width: 100%;
}

input[type=submit] {
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px;
    height: fit-content;
    cursor: pointer;
    background: #4978bc;
    width: fit-content;
    display: flex;
    justify-content: center;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: 0.5s;
    padding: 12px 35px;
    margin-top: 20px;
}

input[type=submit]:hover {
    background: #143a71;
    color: #fff;
}

input[type=number] {
    border-right: 1px solid #d3ddd8;
    border-left: 1px solid #d3ddd8;
    color: #072D40;
    height: 32px;
    width: 40px;
}

input.search-form-field {
    width: 290px !important;
}

input.search-form-submit {
    color: #7b93ba;
    font-size: 1.1em;
    font-weight: bold;
    height: fit-content;
    cursor: pointer;
    background: #fff;
    width: fit-content;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    border: 2px solid #7b93ba;
    padding: 8px 27px;
    margin-top: 5px;
}

div.fp-order {
    display: flex;
    width: 100%;
}

div.fp-order-image {}

div.fp-order-product {
    padding: 10px 0 0 25px;
}

div.fp-order-product-name {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 25px;
}

div.fp-order-product-attributes {
    padding-bottom: 10px;
}

div.order-page-content {
    padding-top: 25px;
}

div.delivery-parent {
    display: flex;
    flex-direction: row;
    padding: 0 0 0 0;
}

div.delivery-left {
    padding-top: 15px;
}

div.delivery-right {
    padding: 5px 0 0 7px;
    color: #000;
}

div.section-home {
    height: 100%;
}

div.lang {
    display: flex;
    align-items: center;
}

.lang a {
    padding: 0 30px 0 0;
}

.woocommerce table.shop_attributes {
    margin-top: 20px;
    border: none !important;
    width: fit-content !important;
    margin: 0 !important;
}

.woocommerce table.shop_attributes th {
    border: none !important;
    text-align: left !important;
    width: fit-content !important;
    padding: 0 20px 0 0 !important;
}

.woocommerce table.shop_attributes td {
    border: none !important;
    text-align: left !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 15px;
}

.woocommerce .col2-set {
    width: 100% !important;
}

.woocommerce div.product p.price {
    color: #216f86 !important;
}

.woocommerce ul.products li.product .price {
    color: #007033 !important;
    font-size: 15px !important;
    text-align: center !important;
}

.woocommerce-loop-product__title {
    color: #2d572c;
    font-size: 15px !important;
}

.woocommerce-loop-product__title:hover {
    color: #009444;
}

.woocommerce button.button {
    background: #009444 !important;
    border-radius: 7px !important;
    padding: 11px 32px !important;
    color: #fff !important;
}

.woocommerce button.button:hover {
    background: #bc532e !important;
}

.woocommerce a.button.alt {
    background: #009444 !important;
    border-radius: 7px !important;
    padding: 11px 32px !important;
    color: #fff !important;
}

.woocommerce a.button.alt:hover {
    background: #007730 !important;
}

.woocommerce-checkout #payment {
    background: #fff !important;
}

.woocommerce #payment #place_order {
    background: #246376 !important;
    border-radius: 7px !important;
    padding: 11px 42px !important;
}

.woocommerce #payment #place_order:hover {
    background: #bc532e !important;
}

.berocket_brand_post_image_name {
    color: #40894f;
}

body.woocommerce-checkout .entry-title {
    font-size: 30px;
    color: #1f4a2a;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

body.woocommerce-checkout .entry-header,
body.woocommerce-checkout .entry-content,
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout form.checkout {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}

body.woocommerce-checkout .entry-header {
    padding-top: 20px;
}

body.woocommerce-order-received .entry-header {
    max-width: none;
    margin: 0;
    padding: 44px 0;
    background: linear-gradient(rgba(16, 34, 22, 0.45), rgba(16, 34, 22, 0.45)), url('https://balkansort.com/wp-content/themes/balkan/images/companion/companion-plants.webp') center/cover no-repeat;
}

body.woocommerce-order-received .entry-header .entry-title {
    max-width: 1250px;
    margin: 0 auto;
    color: #fff;
}

@media (max-width:720px) {
    body.woocommerce-order-received .entry-header {
        padding: 32px 0;
    }

    body.woocommerce-order-received .entry-header .entry-title {
        padding: 0 15px;
    }
}

body.woocommerce-checkout .entry-content {
    padding-bottom: 40px;
}

body.woocommerce-checkout form.checkout {
    margin-top: 6px;
}

body.woocommerce-checkout form.checkout h3 {
    color: #1f4a2a;
    font-size: 18px;
    margin: 11px 0 10px !important;
}

body.woocommerce-checkout .woocommerce-billing-fields,
body.woocommerce-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout .woocommerce-checkout-review-order {
    background: #fff;
    border: 1px solid #dbe7db;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 8px 22px rgba(22, 66, 34, 0.06);
}

body.woocommerce-checkout .woocommerce-checkout-review-order {
    margin-top: 18px;
}

body.woocommerce-checkout .woocommerce form .form-row {
    margin-bottom: 14px;
    padding-top: 12px;
}

.bs-checkout p#order_comments_field {
    margin-bottom: 35px;
    padding-top: 50px;
}

body.woocommerce-checkout .woocommerce form .form-row label {
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #4c6b4c;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.woocommerce-checkout .woocommerce form .form-row textarea,
body.woocommerce-checkout .woocommerce form .form-row select {
    border: 1px solid #c7d7c7;
    border-radius: 10px;
    padding: 11px 12px;
    min-height: 44px;
    font-size: 14px;
    color: #143a20;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-checkout .woocommerce form .form-row textarea {
    min-height: 110px;
    resize: vertical;
}

body.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
body.woocommerce-checkout .woocommerce form .form-row textarea:focus,
body.woocommerce-checkout .woocommerce form .form-row select:focus {
    border-color: #009444;
    box-shadow: 0 0 0 3px rgba(0, 148, 68, 0.15);
    outline: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table {
    border: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table th,
body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td {
    padding: 10px 0;
    border-top: 1px solid #edf3ed;
}

body.woocommerce-checkout .bs-checkout-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

body.woocommerce-checkout .bs-checkout-thumb {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e2ece2;
    background: #fff;
}

body.woocommerce-checkout .bs-checkout-item-name {
    display: inline;
    white-space: normal;
}

body.woocommerce-checkout td.product-name {
    vertical-align: middle;
    display: block;
}

body.woocommerce-checkout td.product-name .product-quantity {
    display: inline;
    margin-left: 0;
    white-space: nowrap;
    float: none !important;
}

body.woocommerce-checkout .bs-checkout-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    vertical-align: middle;
}

body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot th,
body.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table tfoot td {
    font-weight: 700;
    color: #143a20;
}

body.woocommerce-checkout .woocommerce-checkout-payment {
    background: #fff;
    border: 1px solid #dbe7db;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 8px 22px rgba(22, 66, 34, 0.06);
    margin-top: 18px;
}

body.woocommerce-checkout .payment_box.payment_method_cod {
    background: #e2f1e9 !important;
}

.woocommerce-checkout #payment div.payment_box.payment_method_cod::before {
    border-bottom: 1em solid #e2f1e9 !important;
}

.woocommerce-checkout #payment div.payment_box:not(.payment_method_cod)::before {
    border-bottom: 1em solid #fff !important;
}

body.woocommerce-checkout .payment_box.payment_method_stripe {
    background: transparent !important;
    border: none !important;
    padding: 8px 0 0 0 !important;
    position: relative !important;
}

body.woocommerce-checkout .payment_box.payment_method_stripe fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wc_payment_method.payment_method_stripe>label::after {
    content: '';
    display: inline-block;
    width: 90px;
    height: 16px;
    background: url('https://upload.wikimedia.org/wikipedia/commons/b/ba/Stripe_Logo%2C_revised_2016.svg') no-repeat left center / 38px 15px, url('https://upload.wikimedia.org/wikipedia/commons/f/f2/Google_Pay_Logo.svg') no-repeat right center / 40px 16px;
    vertical-align: middle;
    margin-left: 8px;
}

#wc-stripe-express-checkout-button-separator {
    display: none !important;
}

body.woocommerce-checkout #delivery_with_econt_calculate_shipping h3 {
    color: #1f4a2a;
    font-size: 18px;
    margin: 0 0 10px;
}

body.woocommerce-checkout #place_iframe_here {
    display: block !important;
    width: 100%;
    margin-top: 18px;
}

body.woocommerce-checkout #place_iframe_here.col2-set {
    display: block;
    padding: 0;
}

body.woocommerce-checkout #place_iframe_here iframe {
    height: 650px !important;
}

body.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 24px;
    align-items: start;
}

body.woocommerce-checkout #customer_details {
    grid-column: 1;
}

body.woocommerce-checkout #order_review {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
}

body.woocommerce-checkout #order_review_heading {
    grid-column: 2;
    margin-top: 0;
}

body.woocommerce-checkout #order_review_heading {
    display: none;
}

body.woocommerce-checkout #order_review::before {
    content: "Вашата поръчка";
    display: block;
    color: #1f4a2a;
    font-size: 18px;
    margin: 0 0 10px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
    display: table;
    width: 100%;
    table-layout: fixed;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
    display: block;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody::-webkit-scrollbar {
    width: 5px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-track {
    background: #edf3ed;
    border-radius: 4px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-thumb {
    background: #009444;
    border-radius: 4px;
}

@media (max-width:980px) {
    body.woocommerce-checkout form.checkout {
        grid-template-columns: 1fr;
    }

    body.woocommerce-checkout #customer_details,
    body.woocommerce-checkout #order_review,
    body.woocommerce-checkout #order_review_heading {
        grid-column: 1;
    }
}

body.woocommerce-checkout .woocommerce form .button,
body.woocommerce-checkout .woocommerce #payment #place_order {
    background: #009444 !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 14px 60px !important;
    font-weight: 700;
    border: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

body.woocommerce-checkout .woocommerce form .button:hover,
body.woocommerce-checkout .woocommerce #payment #place_order:hover {
    background: #00823c !important;
    transform: translateY(-1px);
}

body:has(.bs-checkout-overlay) .blockUI,
body:has(.bs-checkout-overlay) .blockUI.blockOverlay,
body:has(.bs-checkout-overlay) .blockUI.blockMsg,
body:has(.bs-checkout-overlay) .woocommerce .loader,
body:has(.bs-checkout-overlay) .woocommerce-checkout-payment .blockUI {
    display: none !important;
}

@keyframes bs-checkout-pulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 0.9;
    }
}

.bs-checkout-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    cursor: wait;
}

.bs-checkout-overlay::after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: url('/wp-content/themes/balkan/images/logo.webp') center/contain no-repeat;
    opacity: 0.7;
    animation: bs-checkout-pulse 1s ease-in-out infinite;
    z-index: 10000;
}

.single-product .product .single_add_to_cart_button.button {
    background: #009443 !important;
    border-radius: 6px !important;
    margin-left: 3px;
    padding: 11px 42px !important;
    color: #fff !important;
    font-weight: bold;
    transition: all 0.2s !important;
}

.single-product .product .single_add_to_cart_button.button:hover {
    background: #00803a !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 3px 12px rgba(61, 110, 59, 0.3) !important;
}

ul {
    padding-inline-start: 25px;
}

.bapf_body ul {
    padding-inline-start: 0;
}

.bapf_head h3 {
    margin-block-end: 8px;
}

.mailpoet_submit {
    font-size: 16px !important;
    color: #378ca8 !important;
    background: #fff !important;
    border: 2px solid #378ca8 !important;
    padding: 9px 0 !important;
    width: 97% !important;
}

.mailpoet_submit:hover {
    background: #378ca8 !important;
    color: #fff !important;
}

.mailpoet_paragraph {
    margin-bottom: 10px !important;
}

.wpcf7-form.sent p {
    display: none;
}

#secondary {
    display: none;
}

body.bs-home #secondary {
    display: block;
}

#secondary .widget-title {
    font-size: 20px;
    font-weight: bold;
    color: #2d572c;
    margin-bottom: 20px;
    border-bottom: 2px solid #a4d6a4;
    padding-bottom: 8px;
}

#secondary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#secondary ul li {
    border-top: 1px solid #e0e0e0;
    border-radius: 0;
    margin-bottom: 0;
    transition: 0.1s;
    background-color: white;
}

#secondary ul li:first-child {
    border-top: none;
}

#secondary ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px;
    text-decoration: none;
    color: #00411eab;
    font-weight: bold;
    transition: 0.3s;
    font-size: 14px;
}

#secondary ul li:hover {
    background-color: #f9f9f9;
}

#secondary ul li a:hover {}

#secondary ul li a i {
    margin-right: 10px;
    color: #2d572c;
}

.menu-product-categories-container {
    width: 310px;
}

.widget-area {
    display: flex;
    margin-top: 30px;
    height: fit-content;
}

#secondary #nav_menu-2,
#secondary #nav_menu-2 .menu-product-categories-container,
#secondary #nav_menu-2 .menu {
    overflow: visible;
}

#secondary #menu-product-categories li {
    position: relative;
}

#secondary #menu-product-categories .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: calc(100% + 1px);
    min-width: 280px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
    padding: 6px 0;
    z-index: 99999;
}

#secondary #menu-product-categories .sub-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 6px;
    height: 100%;
}

#secondary #menu-product-categories>li:hover>.sub-menu,
#secondary #menu-product-categories>li.is-open>.sub-menu {
    display: block;
    border-top-left-radius: 0;
}

#secondary #menu-product-categories>li>.sub-menu {}

#secondary #menu-product-categories .sub-menu li {
    border-top: 0;
    background: #fff;
    margin: 0;
}

#secondary #menu-product-categories .sub-menu li:hover {
    background: #f9f9f9;
}

#secondary #menu-product-categories .sub-menu a {
    white-space: nowrap;
}

#secondary #menu-product-categories>li:first-child,
#secondary #menu-product-categories>li:first-child:hover {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#secondary #menu-product-categories>li:last-child,
#secondary #menu-product-categories>li:last-child:hover {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.bs-subcats~ul.products {
    display: none !important;
}

.bs-subcats~.woocommerce-info {
    display: none !important;
}

.woocommerce-breadcrumb {
    margin: 0 0 14px;
    font-size: 14px;
    opacity: .9;
}

.bs-scrollprev,
.bs-scrollnext {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    flex-shrink: 0;
}

.bs-scrollprev:hover,
.bs-scrollnext:hover {
    background: #f7f7f7;
    border-color: #d6d6d6;
    color: #111;
}

html.bs-noscroll,
html.bs-noscroll body {
    overflow: hidden;
}

.woocommerce[class*="columns-"]>.woocommerce-notices-wrapper+p.woocommerce-result-count {
    display: none !important;
}

.woocommerce[class*="columns-"]>.woocommerce-notices-wrapper+p.woocommerce-result-count+form.woocommerce-ordering {
    display: none !important;
}

body.woocommerce-page .entry-content div.woocommerce[class*="columns-"]>p.woocommerce-result-count {
    display: none !important;
}

body.bs-tax-product_cat .entry-header {
    display: none;
}

body.bs-tax-product_cat .entry-header+br {
    display: none;
}

body.bs-term-stari-sortove-domati .entry-header {
    display: block;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px 0;
    box-sizing: border-box;
}

body.bs-term-stari-sortove-domati .entry-header+br {
    display: none;
}

.bs-tax-product_cat mark.count {
    display: none;
}

body.bs-shop .entry-header,
body.post-type-archive-product .entry-header,
body.woocommerce-shop .entry-header {
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px 24px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3ecdf;
}

body.bs-shop .entry-header+br,
body.post-type-archive-product .entry-header+br,
body.woocommerce-shop .entry-header+br {
    display: none;
}

body.bs-shop .entry-header .entry-title,
body.post-type-archive-product .entry-header .entry-title,
body.woocommerce-shop .entry-header .entry-title {
    margin: 0;
    color: #1f4a2a;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

body.bs-product-tax:not(.bs-tax-product_cat) .entry-header {
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px 24px 10px;
    box-sizing: border-box;
}

body.bs-product-tax:not(.bs-tax-product_cat) .entry-header+br {
    display: none;
}

body.bs-product-tax:not(.bs-tax-product_cat) .entry-header .entry-title {
    margin: 0;
    color: #1f4a2a;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

@media (max-width:768px) {

    body.bs-shop .entry-header,
    body.post-type-archive-product .entry-header,
    body.woocommerce-shop .entry-header {
        padding: 14px 15px 8px;
    }

    body.bs-shop .entry-header .entry-title,
    body.post-type-archive-product .entry-header .entry-title,
    body.woocommerce-shop .entry-header .entry-title {
        font-size: 24px;
    }

    body.bs-product-tax:not(.bs-tax-product_cat) .entry-header {
        padding: 14px 15px 8px;
    }

    body.bs-product-tax:not(.bs-tax-product_cat) .entry-header .entry-title {
        font-size: 24px;
    }
}

.bs-tax-product_cat .content-area {
    float: none;
    width: 100%;
}

.bs-leaf-cat .site-content {
    display: flow-root;
}

.bs-leaf-cat .content-area .woocommerce-products-header__title.page-title {
    max-width: 1250px;
    margin: 0 auto;
    padding: 15px 20px 14px;
    box-sizing: border-box;
}

/* Titles moved below catstrip — constrain to 1250px grid */
.woocommerce-products-header,
h1.bs-title-heirloom,
h1.bs-title-domati,
h1.bs-title-seitba,
h1.bs-title-popular {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

h1.bs-title-heirloom {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: left;
    font-size: 28px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #8b1a1a 0%, #a02010 10%, #cc3300 20%, #e06020 30%, #ff9900 40%, #ffe060 50%, #ff9900 60%, #e06020 70%, #cc3300 80%, #a02010 90%, #8b1a1a 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer-flow 8s linear infinite alternate;
}

.woocommerce-products-header__title.page-title.bs-domati-dynamic-title {
    display: block !important;
    visibility: visible !important;
    position: relative;
    font-size: 28px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
    min-height: calc(1.2em + 14px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    contain: layout paint;
    will-change: clip-path, opacity, transform;
}

.woocommerce-products-header__title.page-title.bs-domati-dynamic-title.bs-title-reveal-prep {
    clip-path: inset(0 100% 0 0);
    opacity: 0.12;
    transform: translateX(-6px);
}

h1.bs-title-domati {
    text-align: left;
    font-size: 28px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #0f5b2d 0%, #1b7a3d 20%, #2b944e 40%, #74c486 50%, #2b944e 60%, #1b7a3d 80%, #0f5b2d 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer-flow 8s linear infinite alternate;
}

/* Green shimmer on all category titles on desktop (not heirloom/seitba/popular which have own colors) */
.woocommerce-products-header__title.page-title:not(.bs-title-heirloom):not(.bs-title-seitba):not(.bs-title-popular):not(.bs-domati-dynamic-title) {
    visibility: visible !important;
    font-size: 22px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #1b7a3d;
}

@media(min-width:820px) {
    .woocommerce-products-header__title.page-title:not(.bs-title-heirloom):not(.bs-title-seitba):not(.bs-title-popular):not(.bs-domati-dynamic-title) {
        background: linear-gradient(90deg, #0f5b2d 0%, #1b7a3d 20%, #2b944e 40%, #74c486 50%, #2b944e 60%, #1b7a3d 80%, #0f5b2d 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: shimmer-flow 8s linear infinite alternate;
        font-size: 28px !important;
    }
}

.woocommerce-products-header__title.page-title.bs-domati-dynamic-title.bs-title-reveal {
    animation: bs-title-reveal-wipe .86s cubic-bezier(.22, .61, .36, 1) both;
}

.woocommerce-products-header__title.page-title.bs-domati-dynamic-title.bs-title-reveal::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -14px;
    bottom: -1px;
    left: -14px;
    pointer-events: none;
    background: linear-gradient(100deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.72) 46%, rgba(255, 255, 255, 0.08) 60%, rgba(255, 255, 255, 0) 82%);
    mix-blend-mode: screen;
    animation: bs-title-reveal-shimmer .86s cubic-bezier(.22, .61, .36, 1) both;
}

@keyframes bs-title-reveal-wipe {
    0% {
        clip-path: inset(0 100% 0 0);
        filter: blur(1.6px);
        opacity: 0.16;
        transform: translateX(-6px);
    }

    55% {
        opacity: 1;
    }

    100% {
        clip-path: inset(0 0 0 0);
        filter: blur(0);
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bs-title-reveal-shimmer {
    0% {
        transform: translateX(-135%);
        opacity: 0;
    }

    20% {
        opacity: 0.95;
    }

    100% {
        transform: translateX(135%);
        opacity: 0;
    }
}

@media (prefers-reduced-motion:reduce) {

    .woocommerce-products-header__title.page-title.bs-domati-dynamic-title.bs-title-reveal,
    .woocommerce-products-header__title.page-title.bs-domati-dynamic-title.bs-title-reveal::after {
        animation: none !important;
    }
}

@keyframes shimmer-flow {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}

h1.bs-title-seitba {
    text-align: left;
    font-size: 26px !important;
    font-weight: 700;
    letter-spacing: 0.3px;
    background: linear-gradient(90deg, #15572e 0%, #1a6b3a 10%, #2d8a4e 20%, #3d9e5a 30%, #7dcea0 40%, #c8f7d5 50%, #7dcea0 60%, #3d9e5a 70%, #2d8a4e 80%, #1a6b3a 90%, #15572e 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer-flow 8s linear infinite alternate;
}

h1.bs-title-popular {
    text-align: left;
    font-size: 26px !important;
    font-weight: 700;
    letter-spacing: 0.3px;
    background: linear-gradient(90deg, #6b4a1a 0%, #8b6020 10%, #a07030 20%, #c49040 30%, #e0b860 40%, #fff0c0 50%, #e0b860 60%, #c49040 70%, #a07030 80%, #8b6020 90%, #6b4a1a 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer-flow 8s linear infinite alternate;
}

.bs-seitba-header-banner {
    display: none;
    position: relative;
    max-width: 1250px;
    margin: 0 auto 24px;
    padding: 0 20px;
    height: 260px;
    overflow: hidden;
    border-radius: 14px;
}

.bs-seitba-header-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover;
    object-position: center 38%;
    display: block;
    border-radius: 14px;
}

.bs-seitba-header-overlay {
    position: absolute;
    inset: 0 20px;
    display: flex;
    align-items: flex-end;
    padding: 0 0 28px 32px;
    border-radius: 14px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.18) 40%, transparent 70%);
}

.bs-seitba-header-banner h1.bs-title-seitba {
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: #fff !important;
    background-clip: unset !important;
    animation: none !important;
    color: #fff;
    font-size: 30px !important;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    margin: 0;
    line-height: 1.2;
}

h1.bs-seitba-title-standalone {
    display: block;
    margin-top: 16px !important;
}

@media (max-width:768px) {
    .bs-seitba-header-banner {
        display: block;
        height: 190px;
        margin: 0 auto 8px;
        padding: 0 12px;
        border-radius: 10px;
    }

    h1.bs-seitba-title-standalone {
        display: block !important;
        font-size: 21px !important;
        margin-top: 16px !important;
    }

    .bs-seitba-header-banner img {
        border-radius: 10px;
    }

    .bs-seitba-banner-razsad img {
        object-position: center 70% !important;
    }

    .bs-seitba-header-overlay {
        display: none;
    }

    .bs-seitba-header-banner h1.bs-title-seitba {
        font-size: 20px !important;
    }

    h1.bs-title-heirloom {
        font-size: 22px !important;
        margin: 15px 0 10px 15px;
    }

    h1.bs-title-domati {
        font-size: 22px !important;
    }

    .woocommerce-products-header__title.page-title.bs-domati-dynamic-title {
        font-size: 22px !important;
    }

    h1.bs-title-seitba {
        font-size: 21px !important;
    }

    h1.bs-title-popular {
        font-size: 21px !important;
    }
}

/* Hide page titles until JS moves them below catstrip (prevents flash at top) */
body:not(.bs-title-placed) .woocommerce-products-header,
body:not(.bs-title-placed) h1.bs-title-heirloom,
body:not(.bs-title-placed) h1.bs-title-domati,
body:not(.bs-title-placed) h1.bs-title-seitba,
body:not(.bs-title-placed) h1.bs-title-popular {
    visibility: hidden !important;
}

/* On mobile: hide category titles except domati-related ones */
@media(max-width:819px) {
    body .woocommerce-products-header__title.page-title:not(.bs-domati-dynamic-title):not(.bs-title-heirloom) {
        display: none !important;
    }
}

/* Parent (non-leaf) category pages: never show title — subcategory grid is enough */
body.bs-parent-cat .woocommerce-products-header,
body.bs-parent-cat .woocommerce-products-header__title,
body.bs-parent-cat h1.page-title {
    display: none !important;
}

.bs-leaf-cat .content-area ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    list-style: none;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: stretch;
}

.bs-leaf-cat .content-area ul.products::before,
.bs-leaf-cat .content-area ul.products::after {
    display: none !important;
}

.bs-leaf-cat .content-area ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
    background: #fff;
    border: 1px solid #e8f0e8;
    border-radius: 8px;
    padding: 10px !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}

.bs-leaf-cat .content-area ul.products li.product>a {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0;
}

.bs-leaf-cat .content-area ul.products li.product a img {
    border-radius: 6px;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    margin: 0 0 8px !important;
}

.bs-leaf-cat .content-area ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px !important;
    margin: 4px 0 2px;
    line-height: 1.3;
    text-align: left !important;
}

.bs-leaf-cat .content-area ul.products li.product .price {
    font-size: 15px !important;
    font-weight: 700;
    text-align: left !important;
    margin-top: auto !important;
    color: #007033 !important;
}

.bs-leaf-cat .content-area ul.products li.product:hover {
    box-shadow: 0 4px 14px rgba(0, 148, 68, .08);
    border-color: #b0d4be;
    transform: translateY(-2px);
}

.bs-leaf-cat .content-area ul.products li.product .bs-add-to-cart-btn:hover,
.bs-leaf-cat .content-area ul.products li.product .add_to_cart_button:hover {
    transform: none !important;
}

.bs-leaf-cat .content-area ul.products li.product .bs-card-arrow {
    width: 34px;
    height: 34px;
    font-size: 16px;
}

.bs-leaf-cat .content-area ul.products li.product .bs-card-prev {
    left: 8px;
}

.bs-leaf-cat .content-area ul.products li.product .bs-card-next {
    right: 8px;
}

body.bs-infinite-ready .woocommerce-pagination {
    display: none !important;
}

.bs-infinite-sentinel {
    width: 100%;
    display: block;
}

.bs-infinite-loader {
    text-align: center;
    padding: 16px 0;
    color: #2d572c;
    font-weight: 600;
}

.bs-parent-cat .bs-subcats {
    max-width: 1250px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

.bs-parent-cat .bs-subcats ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
}

.bs-parent-cat .bs-subcats ul.products::before,
.bs-parent-cat .bs-subcats ul.products::after {
    display: none !important;
}

.bs-parent-cat .bs-subcats ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    padding-bottom: 12px;
    border-radius: 8px;
    transition: box-shadow .2s ease;
    cursor: pointer;
}

.bs-parent-cat .bs-subcats ul.products li.product:hover {
    box-shadow: 0 4px 16px rgba(0, 148, 68, .13);
}

#secondary #menu-product-categories>li.menu-item-has-children>a,
#secondary #menu-product-categories>li.page_item_has_children>a {
    position: relative;
    padding-right: 32px;
}

#secondary #menu-product-categories>li.menu-item-has-children>a:after,
#secondary #menu-product-categories>li.page_item_has_children>a:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .18s ease, opacity .18s ease;
    opacity: .75;
}

#secondary #menu-product-categories>li.menu-item-has-children:hover>a:after,
#secondary #menu-product-categories>li.page_item_has_children:hover>a:after {
    transform: translateY(-50%) rotate(-45deg);
    opacity: 1;
}

#secondary #menu-product-categories>li {
    position: relative;
}

#secondary #menu-product-categories>li>.sub-menu {
    margin-left: 0;
    transform: translateX(1px);
    border-top-left-radius: 0;
}

#secondary #menu-product-categories>li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    width: 10px;
    height: 100%;
}

#secondary #menu-product-categories>li>a,
#secondary #menu-product-categories>li>ul.sub-menu>li>a {
    position: relative;
    padding-left: 47px;
}

#secondary #menu-product-categories>li>a:before,
#secondary #menu-product-categories>li>ul.sub-menu>li>a:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#secondary #nav_menu-2 .icon-term-184>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/icon-no-term.webp);
}

#secondary #nav_menu-2 .icon-semena>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/semena.webp);
}

#secondary #nav_menu-2 .icon-torove>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/torove.webp);
}

#secondary #nav_menu-2 .icon-preparati>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/preparati.webp);
}

#secondary #nav_menu-2 .icon-zelenchuczi-i-plodove>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/zelenchuczi-i-plodove.webp);
}

#secondary #nav_menu-2 .icon-podpravki>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/podpravki.webp);
}

#secondary #nav_menu-2 .icon-bilki>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/bilki.webp);
}

#secondary #nav_menu-2 .icon-trevi-i-furazhi>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/trevi-i-furazhi.webp);
}

#secondary #nav_menu-2 .icon-mikroelementi>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/mikroelementi.webp);
}

#secondary #nav_menu-2 .icon-torove-za-plodove-i-zelenchuci>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/torove-za-plodove-i-zelenchuci.webp);
}

#secondary #nav_menu-2 .icon-tor-za-czvetya>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/tor-za-czvetya.webp);
}

#secondary #nav_menu-2 .icon-pochva>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/pochva.webp);
}

#secondary #nav_menu-2 .icon-gradinski-instrumenti>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/gradinski-instrumenti.webp);
}

#secondary #nav_menu-2 .icon-rabotni-sudove>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/rabotni-sudove.webp);
}

#secondary #nav_menu-2 .icon-lukovici>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/lukovici.webp);
}

#secondary #nav_menu-2 .icon-razsadi>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/razsadi.webp);
}

#secondary #nav_menu-2 .icon-torove-i-preparati>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/torove-i-preparati.webp);
}

#secondary #nav_menu-2 .icon-polivane>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/polivane.webp);
}

#secondary #nav_menu-2 .icon-cvetya>a:before {
    background-image: url(/wp-content/themes/balkan/images/menu-icons/cvetya.webp);
}

.header-subtitle {
    display: none;
}

.header-title {
    background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url("images/hero/beefsteak3.webp");
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background-size: cover;
    border-radius: 8px;
}

.header-title h2 {
    color: white;
    margin-top: 25px;
    float: right;
    margin-right: 30px;
    font-size: 30px;
    background: #004302a3;
    border-radius: 20px;
    width: fit-content;
    padding: 25px 50px;
    border: 1px solid #ffffff38;
}

body.bs-home .bs-hero-cta-row {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 24px 14px;
    box-sizing: border-box;
}

body.bs-home .bs-hero-see-all {
    position: static !important;
    top: auto !important;
    right: auto !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-size: 17px !important;
    font-weight: 700;
    background: rgba(0, 67, 2, .46) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    animation: none;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 10px;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: none !important;
}

body.bs-home .bs-hero-see-all::before {
    content: none !important;
    display: none !important;
}

body.bs-home .bs-hero-see-all:hover {
    background: rgba(0, 67, 2, .62) !important;
    border-color: rgba(255, 255, 255, .88);
    transform: translateY(-1px);
}

body.bs-home .bs-hero-see-all:hover::before {
    content: none !important;
    display: none !important;
}

body.bs-home .bs-hero-products {
    background: transparent;
    width: 100%;
    padding: 0 0 50px 0;
    margin: 0;
    margin-top: 0;
}

body.bs-home .bs-hero-products>.max-width {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 15px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

body.bs-home .bs-hero-products-scroll {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    -webkit-overflow-scrolling: touch;
}

body.bs-home .bs-hero-products-scroll::-webkit-scrollbar {
    height: 8px;
}

body.bs-home .bs-hero-products-scroll::-webkit-scrollbar-track {
    background: transparent;
}

body.bs-home .bs-hero-products-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

body.bs-home .bs-hero-products-scroll::-webkit-scrollbar-thumb:hover {
    background: #999;
}

body.bs-home .bs-hero-arrow {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

body.bs-home .bs-hero-arrow:hover {
    background: #f5f5f5;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}

body.bs-home .bs-hero-arrow:active {
    transform: scale(0.95);
}

body.bs-home .bs-hero-arrow i {
    font-size: 20px;
    color: #333;
}

body.bs-home .bs-hero-arrow:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

body.bs-home .bs-hero-tomatoes {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

body.bs-home .bs-hero-tomatoes .featured-products-grid {
    display: flex;
    width: 100%;
}

body.bs-home .bs-hero-tomatoes .woocommerce {
    display: flex;
    width: 100%;
}

body.bs-home .bs-hero-tomatoes .featured-title {
    display: none;
}

body.bs-home .bs-hero-tomatoes ul.products {
    display: flex;
    gap: 16px;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    flex-wrap: nowrap;
}

body.bs-home .bs-hero-tomatoes ul.products li.product {
    flex: 0 0 auto;
    min-width: 180px;
    width: 180px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 10px !important;
    box-sizing: border-box;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 0 !important;
    float: none !important;
}

body.bs-home .bs-hero-tomatoes ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

body.bs-home .bs-hero-tomatoes ul.products li.product a img {
    border-radius: 6px;
    margin: 0 0 8px !important;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

body.bs-home .bs-hero-tomatoes ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
    margin: 6px 0 3px;
    line-height: 1.25;
}

body.bs-home .bs-hero-tomatoes ul.products li.product .price {
    font-size: 15px;
    font-weight: bold;
    color: #e53935;
}

@media (min-width:1250px) {
    body.bs-home .bs-hero-tomatoes ul.products li.product {
        flex: 0 0 clamp(150px, calc((100% - (16px * 3)) / 4), 180px) !important;
        width: clamp(150px, calc((100% - (16px * 3)) / 4), 180px) !important;
        min-width: 150px;
        max-width: 180px;
    }
}

body.bs-home .main-home {
    background: #fff;
    position: relative;
    z-index: 1;
}

.bs-sow-month {
    max-width: 100%;
    padding: 80px 0;
    width: 100%;
    box-sizing: border-box;
}

.bs-sow-month-inner {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.bs-sow-month-inner.bs-reverse {
    flex-direction: row-reverse;
}

.bs-sow-month-inner.bs-reverse .bs-sow-month-header {
    justify-content: flex-end;
}

.bs-sow-month-inner.bs-reverse .bs-sow-month-title {
    text-align: right;
}

.bs-sow-month-image {
    flex: 0 0 260px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.bs-sow-month-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.bs-sow-month-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.bs-sow-month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 31px;
}

.bs-sow-month-title {
    font-size: 31px;
    color: #2d572c;
    margin: 0;
    text-align: left;
    font-weight: 700;
}

.bs-sow-month-link {
    color: #007033;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    margin-bottom: -15px;
    border: 1.5px solid #007033;
    padding: 6px 14px;
    border-radius: 8px;
    transition: all .2s ease;
}

.bs-sow-month-link:hover {
    color: #007033;
    background: rgba(0, 112, 51, 0.08);
}

.bs-sow-month-split .bs-sow-month-title-row {
    max-width: 1250px;
    margin: 0 auto;
    padding-bottom: 42px;
}

.bs-sow-month-split .bs-sow-month-inner+.bs-sow-month-inner {
    margin-top: 64px;
}

.bs-sow-month-split .bs-sow-month-header {
    margin-bottom: 17px;
}

.bs-sow-month-split .bs-sow-month-link {
    margin-bottom: 0;
}

.bs-sow-month-split .bs-sow-month-content {
    padding-top: 22px;
    padding-bottom: 22px;
}

.bs-sow-month-split .bs-sow-month-title {
    background: linear-gradient(90deg, #15572e 0%, #1a6b3a 10%, #2d8a4e 20%, #3d9e5a 30%, #7dcea0 40%, #c8f7d5 50%, #7dcea0 60%, #3d9e5a 70%, #2d8a4e 80%, #1a6b3a 90%, #15572e 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer-flow 8s linear infinite alternate;
    padding-bottom: 8px;
    display: inline-block;
}

.bs-sow-group-title {
    font-size: 24px;
    color: #00662f;
    margin: 0;
    font-weight: 700;
}

.bs-sow-month-slider {
    position: relative;
    overflow: visible;
    max-width: 836px;
    margin: 0;
}

.bs-sow-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 2px solid rgba(45, 87, 44, 0.15);
    background: #fff;
    border-radius: 50%;
    font-size: 24px;
    color: #2d572c;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: all .2s ease;
    z-index: 10;
}

.bs-sow-arrow:hover {
    background: #2d572c;
    color: #fff;
    border-color: #2d572c;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.bs-sow-prev {
    left: -55px;
}

.bs-sow-next {
    right: -55px;
}

.bs-sow-arrow.is-hidden {
    opacity: 0.25;
    pointer-events: none;
    cursor: default;
}

.bs-sow-month-products {
    overflow: hidden;
}

.bs-sow-month-products ul.products {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px;
    margin: 0 !important;
    padding: 8px 0;
    list-style: none;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.bs-sow-month-products ul.products::-webkit-scrollbar {
    display: none;
}

.bs-sow-month-products ul.products li.product {
    flex: 0 0 200px;
    min-width: 200px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e8f0e8;
    border-radius: 8px;
    padding: 10px !important;
    margin: 0 !important;
    scroll-snap-align: start;
    transition: all .25s ease;
    width: auto !important;
    float: none !important;
    display: flex;
    flex-direction: column;
}

.bs-sow-month-products ul.products li.product:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 100, 50, 0.12);
    border-color: #009444;
}

.bs-sow-month-products ul.products li.product a img:not(.emoji) {
    border-radius: 6px;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    margin: 0 0 6px !important;
}

.bs-sow-month-products ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bs-sow-month-products ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px !important;
    margin: 4px 0 2px;
    line-height: 1.3;
    text-align: left !important;
}

.bs-sow-month-products ul.products li.product .price {
    font-size: 15px !important;
    font-weight: 700;
    text-align: left !important;
    margin-top: auto;
}

.bs-sow-month .woocommerce ul.products {
    padding-top: 2px;
}

.bs-home-categories {
    padding: 40px 0;
    background: linear-gradient(180deg, #f8fbf8 0%, #fff 100%);
}

.bs-home-categories-inner {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

.bs-home-categories-title {
    text-align: center;
    font-size: 26px;
    color: #00662f;
    margin: 0 0 30px 0;
    font-weight: 700;
}

.bs-home-categories-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.bs-category-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all .25s ease;
    border: 1px solid #e8f0e8;
}

.bs-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 100, 50, 0.15);
    border-color: #009444;
}

.bs-category-card-image {
    aspect-ratio: 3/4;
    overflow: hidden;
    background: #f5f5f5;
}

.bs-category-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.bs-category-card:hover .bs-category-card-image img {
    transform: scale(1.05);
}

.bs-category-card-name {
    padding: 12px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #2d572c;
    background: #fff;
}

.bs-why-heirloom {
    background: linear-gradient(180deg, #f8fbf8 0%, #fff 100%);
    padding: 50px 15px;
    margin: 35px 0;
}

.bs-why-heirloom-inner {
    max-width: 1250px;
    margin: 0 auto;
}

.bs-why-title {
    text-align: center;
    font-size: 26px;
    color: #00662f;
    margin: 0 0 40px;
    font-weight: 700;
}

.bs-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.bs-why-card {
    background: #fff;
    padding: 28px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all .25s ease;
    border: 1px solid #e8f0e8;
}

.bs-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 100, 50, 0.15);
    border-color: #009444;
}

.bs-why-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-why-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bs-why-card-title {
    font-size: 17px;
    color: #2d572c;
    margin: 0 0 10px;
    font-weight: 600;
}

.bs-why-card-text {
    color: #555;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
}

.bs-popular-products {
    padding: 50px 15px;
    background: #fff;
}

.bs-popular-inner {
    max-width: 1250px;
    margin: 0 auto;
}

.bs-popular-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.bs-popular-title {
    font-size: 26px;
    color: #00662f;
    margin: 0;
    font-weight: 700;
}

.bs-popular-link {
    color: #007033;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    border: 1.5px solid #007033;
    padding: 6px 14px;
    border-radius: 8px;
    transition: all .2s ease;
}

.bs-popular-link:hover {
    color: #007033;
    background: rgba(0, 112, 51, 0.08);
}

.bs-popular-grid ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)) !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.bs-popular-grid ul.products li.product {
    background: #fff;
    border: 1px solid #e8f0e8;
    border-radius: 8px;
    padding: 10px !important;
    box-sizing: border-box;
    min-width: 170px;
    transition: all .25s ease;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
    display: flex;
    flex-direction: column;
}

.bs-popular-grid ul.products li.product:nth-child(6n+1) {
    clear: none !important;
}

.bs-popular-grid ul.products li.product:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 100, 50, 0.12);
    border-color: #009444;
}

.bs-popular-grid ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.bs-popular-grid ul.products li.product a img {
    border-radius: 6px;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    margin: 0 0 6px !important;
}

.bs-popular-grid ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px !important;
    margin: 4px 0 2px;
    line-height: 1.3;
    text-align: left !important;
    color: #2d572c;
}

.bs-popular-grid ul.products li.product .price {
    font-size: 15px !important;
    font-weight: 700;
    text-align: left !important;
    color: #007033;
    margin-top: auto;
}

@media(max-width:1100px) {
    .bs-popular-grid ul.products {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media(max-width:768px) {
    .bs-popular-products {
        padding: 35px 15px;
        margin: 25px 0;
    }

    .bs-popular-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 25px;
    }

    .bs-popular-title {
        font-size: 22px;
    }

    .bs-popular-grid ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px !important;
    }

    .bs-popular-grid ul.products li.product {
        padding: 8px !important;
    }
}

@media(max-width:500px) {
    .bs-popular-grid ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .bs-popular-grid ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px !important;
    }

    .bs-popular-grid ul.products li.product .price {
        font-size: 15px !important;
    }
}

.bs-popular-grid ul.products::before,
.bs-popular-grid ul.products::after {
    content: none !important;
    display: none !important;
}

body.bs-home ul.products li.product {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e8f0e8;
    border-radius: 10px;
    padding: 12px !important;
    box-sizing: border-box;
    margin: 0 !important;
    transition: all .25s ease;
    overflow: hidden;
}

body.bs-home ul.products li.product:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 100, 50, 0.12);
    border-color: #009444;
}

body.bs-home ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    text-decoration: none;
}

body.bs-home ul.products li.product a img {
    border-radius: 8px;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    margin: 0 0 10px !important;
    transition: transform .3s ease;
}

body.bs-home ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px !important;
    line-height: 1.35;
    margin: 0 0 6px;
    color: #2d572c;
    font-weight: 600;
    text-align: left !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.bs-home ul.products li.product .price {
    font-size: 15px !important;
    font-weight: 700;
    color: #007033 !important;
    text-align: left !important;
    margin-top: 0;
    margin-bottom: 10px;
}

.bs-card-attrs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    font-size: 15px;
    color: #666;
    margin-top: 4px;
    margin-bottom: 6px;
    line-height: 1.45;
}

.bs-card-attr {
    display: flex;
    align-items: center;
    gap: 6px;
}

ul.products li.product .bs-card-attr img {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    flex-shrink: 0;
    opacity: .78;
    margin: 0 !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
}

.bs-card-attr-sep {
    display: none;
}

@media(max-width:768px) {
    .bs-card-attrs {
        font-size: 14px;
        gap: 3px;
    }

    .bs-card-attr {
        gap: 5px;
    }

    ul.products li.product .bs-card-attr img {
        width: 18px !important;
        height: 18px !important;
        max-width: 18px !important;
        max-height: 18px !important;
    }
}

.bs-leaf-cat .content-area ul.products li.product .bs-card-attrs,
body.bs-home ul.products li.product .bs-card-attrs,
.bs-sow-month-products ul.products li.product .bs-card-attrs,
.bs-popular-grid ul.products li.product .bs-card-attrs,
.bs-hero-products ul.products li.product .bs-card-attrs,
.bs-related-products .bs-related-grid .product .bs-card-attrs {
    margin-top: auto !important;
}

.bs-leaf-cat .content-area ul.products li.product .bs-card-attrs~.price,
body.bs-home ul.products li.product .bs-card-attrs~.price,
.bs-sow-month-products ul.products li.product .bs-card-attrs~.price,
.bs-popular-grid ul.products li.product .bs-card-attrs~.price,
.bs-hero-products ul.products li.product .bs-card-attrs~.price,
.bs-related-products .bs-related-grid .product .bs-card-attrs~.price {
    margin-top: 6px !important;
}

.bs-add-to-cart-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}

.bs-qty-controls {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 6px;
    overflow: hidden;
}

.bs-qty-btn {
    width: 28px;
    height: -webkit-fill-available;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    transition: all .15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-qty-btn:hover {
    background: #e0e0e0;
    color: #007033;
}

.bs-qty-input {
    width: 32px;
    height: 28px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    -moz-appearance: textfield;
}

.bs-qty-input::-webkit-outer-spin-button,
.bs-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bs-add-to-cart-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 32px;
    border: none;
    border-radius: 6px;
    background: #009444;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
}

.bs-add-to-cart-btn:hover {
    background: #007033;
    transform: scale(1.02);
}

.bs-add-to-cart-btn.loading {
    pointer-events: none;
    opacity: .7;
}

.bs-add-to-cart-btn.loading i::before {
    content: "\f130";
    animation: bs-spin 1s linear infinite;
}

@keyframes bs-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.bs-add-to-cart-wrap.is-added .bs-add-to-cart-btn {
    background: #2d572c;
}

.bs-add-to-cart-wrap.is-added .bs-add-to-cart-btn i::before {
    content: "\f272";
}

.bs-add-to-cart-wrap.is-error .bs-add-to-cart-btn {
    background: #d32f2f;
}

.bs-cart-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    z-index: 99999;
    background: #d32f2f;
    color: #fff;
    padding: 12px 40px 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .3);
    opacity: 0;
    transition: opacity .3s, transform .3s;
    max-width: 90vw;
    text-align: center;
}

.bs-cart-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.bs-cart-toast-close {
    position: absolute;
    top: 6px;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.bs-stock-msg {
    display: none;
    position: fixed;
    z-index: 10002;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(105deg, #e65100 0%, #f4722b 45%, #e65100 100%);
    border-radius: 6px;
    padding: 6px 10px;
    text-align: center;
    white-space: nowrap;
    pointer-events: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
}

.bs-stock-msg.is-visible {
    display: block;
}

.bs-qty-btn.bs-maxed,
.bs-mini-qty-btn.bs-maxed,
.bs-single-qty-btn.bs-maxed {
    opacity: .35;
    cursor: not-allowed;
}

.bs-add-to-cart-btn.bs-maxed,
.bs-single-add-btn.bs-maxed {
    opacity: .45;
    cursor: not-allowed;
}

.bs-view-product-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: #007033;
    transition: color .2s;
}

.bs-view-product-btn:hover {
    color: #009444;
}

@media (min-width:820px) and (max-width:1249px) {
    body.bs-home .bs-hero-arrow {
        display: flex !important;
        visibility: visible !important;
    }

    body.bs-home .bs-hero-tomatoes ul.products li.product {
        flex: 0 0 180px !important;
        width: 180px !important;
        min-width: 180px !important;
    }

    body.bs-home .header-title h2 {
        font-size: clamp(20px, 2.2vw, 28px) !important;
        padding: 23px 38px !important;
        margin: 16px auto 0 auto !important;
        float: none !important;
        max-width: calc(100% - 40px);
        text-align: center;
        line-height: 1.2;
    }

    body.bs-home .bs-hero-cta-row {
        padding: 6px 16px 12px;
    }

    body.bs-home .bs-hero-see-all {
        font-size: 15px !important;
        padding: 12px 21px !important;
    }
}

@media (min-width:820px) {
    body.bs-home .bs-sow-month-products ul.products li.product {
        flex: 0 0 200px;
        min-width: 200px;
    }
}

body.bs-home .bs-popular-grid ul.products li.product {
    width: auto !important;
    max-width: none !important;
}

@media(max-width:768px) {
    .bs-add-to-cart-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .bs-qty-controls {
        order: 2;
    }

    .bs-add-to-cart-btn {
        order: 1;
        flex: 0 0 100%;
        margin-bottom: 6px;
    }

    .bs-qty-btn {
        width: 36px;
        height: 36px;
    }

    .bs-qty-input {
        width: 40px;
        height: 36px;
    }

    body.bs-home ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px !important;
        -webkit-line-clamp: 2;
    }

    body.bs-home ul.products li.product .price {
        font-size: 15px !important;
    }
}

.site-footer {
    background: #2d572c;
    color: #e8f0e8;
    margin-top: 60px;
}

.footer-main {
    padding: 50px 15px 40px;
}

.footer-container {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-about .footer-logo {
    margin-bottom: 15px;
}

.footer-about .footer-logo img {
    max-width: 120px;
    height: auto;
    filter: brightness(0) invert(1);
}

.site-footer .footer-title {
    font-size: 18px;
    color: #fff !important;
    margin: 0 0 20px;
    font-weight: 700;
}

.footer-text {
    color: #d0e5d0;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: all .3s ease;
}

.footer-social-link:hover {
    background: #009444;
    color: #fff;
    transform: translateY(-3px);
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    color: #d0e5d0;
    text-decoration: none;
    font-size: 14px;
    transition: color .2s;
}

.footer-menu li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-contact-list li {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    color: #d0e5d0;
    font-size: 14px;
}

.footer-contact-list li i {
    font-size: 18px;
    color: #97c93d;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact-list li strong {
    color: #fff;
    display: block;
    margin-bottom: 3px;
}

.footer-contact-list li a {
    color: #d0e5d0;
    text-decoration: none;
    transition: color .2s;
}

.footer-contact-list li a:hover {
    color: #fff;
}

.footer-bottom {
    background: #1e3a1f;
    padding: 20px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-container {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom-left,
.footer-bottom-right {
    color: #d0e5d0;
    font-size: 13px;
}

.footer-bottom-center {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-payment-label {
    color: #d0e5d0;
    font-size: 13px;
    font-weight: 600;
}

.footer-payment-icons {
    display: flex;
    gap: 8px;
}

.payment-icon {
    height: 24px;
    width: auto;
    opacity: 0.85;
    transition: opacity .2s;
}

.payment-icon:hover {
    opacity: 1;
}

.footer-bottom-right a {
    color: #97c93d;
    text-decoration: none;
    font-weight: 600;
    transition: color .2s;
}

.footer-bottom-right a:hover {
    color: #fff;
}

@media(max-width:900px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .footer-main {
        padding: 40px 15px 30px;
    }
}

@media(max-width:600px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-bottom-container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .footer-bottom-center {
        flex-direction: column;
        gap: 10px;
    }

    .footer-payment-icons {
        justify-content: center;
    }
}

.page-id-63 .main-home {
    display: none;
}

.header-top.is-sticky .h-left {
    padding: 15px 0;
}

.header-top.is-sticky .h-left a {
    max-width: 120px;
}

.header-top.is-sticky img.logo {
    max-height: 34px;
    width: auto;
}

.header-top.is-sticky .simple-header-search {
    height: 36px;
    margin-left: 30px;
    max-width: 365px;
}

.header-top.is-sticky .menu-icon-profile>a::before,
.header-top.is-sticky .menu-icon-cart>a::before {
    font-size: 22px;
    line-height: 18px;
}

.header-top.is-cart-flash .menu-icon-cart>a,
.header-top.is-cart-flash .menu-icon-cart>a::before,
.header-top.is-cart-flash .bs-cart-count {
    transform: none !important;
    animation: none !important;
    transition: none !important;
}

.bs-cart-count.pulse {
    transform: none !important;
    animation: none !important;
}

.top-navigation .menu-account-menu-container {
    height: -webkit-fill-available;
    align-content: center;
}

.top-navigation ul#account-menu {
    height: -webkit-fill-available;
}

.bs-breadcrumb {
    background: #fcfefb;
    padding: 12px 0;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
}

.bs-breadcrumb-inner {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
}

.bs-breadcrumb-link {
    color: #777 !important;
    text-decoration: none;
    transition: color .2s;
    font-weight: 500;
}

.bs-breadcrumb-link:hover {
    color: #333 !important;
    text-decoration: none;
}

.bs-breadcrumb-heirloom {
    background: linear-gradient(90deg, #8b1a1a 0%, #cc3300 30%, #ff9900 50%, #cc3300 70%, #8b1a1a 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer-flow 8s linear infinite alternate;
    color: transparent !important;
    font-weight: 600;
    transition: filter .2s, transform .2s;
}

.bs-breadcrumb-heirloom:hover {
    -webkit-text-fill-color: transparent;
    color: transparent !important;
    filter: brightness(1.4);
    transform: translateY(-1px);
}

.bs-breadcrumb-link i {
    display: none;
}

.bs-breadcrumb-sep {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid #999;
    border-right: 1.5px solid #999;
    transform: rotate(45deg);
    margin: 0 8px 2px 8px;
}

.bs-breadcrumb-current {
    color: #555;
    font-weight: 500;
}

body.bs-shop .bs-breadcrumb,
body.post-type-archive-product .bs-breadcrumb,
body.woocommerce-shop .bs-breadcrumb,
body.bs-product-tax:not(.bs-tax-product_cat) .bs-breadcrumb {
    margin-bottom: 0;
}

@media(max-width:768px) {
    .bs-breadcrumb-inner {
        font-size: 13px;
        gap: 6px;
    }

    .bs-breadcrumb-sep {
        margin: 0 6px 2px 6px;
    }
}

.woocommerce-breadcrumb {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.woocommerce-breadcrumb a {
    color: #009444;
}

.woocommerce-breadcrumb a:hover {
    color: #007730;
    text-decoration: underline;
}

body.bs-shop .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-breadcrumb,
body.woocommerce-shop .woocommerce-breadcrumb,
body.bs-product-tax:not(.bs-tax-product_cat) .woocommerce-breadcrumb {
    max-width: 1250px;
    margin: 14px auto 16px !important;
    padding: 0 15px !important;
    color: #555;
}

body.bs-shop .woocommerce-breadcrumb a,
body.post-type-archive-product .woocommerce-breadcrumb a,
body.woocommerce-shop .woocommerce-breadcrumb a,
body.bs-product-tax:not(.bs-tax-product_cat) .woocommerce-breadcrumb a {
    color: #777;
    text-decoration: none;
}

body.bs-shop .woocommerce-breadcrumb a:hover,
body.post-type-archive-product .woocommerce-breadcrumb a:hover,
body.woocommerce-shop .woocommerce-breadcrumb a:hover,
body.bs-product-tax:not(.bs-tax-product_cat) .woocommerce-breadcrumb a:hover {
    color: #333;
    text-decoration: none;
}

.bs-single-product {
    width: 100%;
    max-width: none;
    padding: 0;
}

.bs-single-product-inner {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

.bs-product-main {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

.bs-product-gallery {
    flex: 0 0 50%;
    display: flex;
    gap: 15px;
}

.bs-gallery-thumbs {
    flex: 0 0 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bs-gallery-thumb {
    width: 80px;
    height: 80px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    transition: all .3s;
}

.bs-gallery-thumb:hover,
.bs-gallery-thumb.active {
    border-color: #009444;
}

.bs-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-gallery-main {
    flex: 1;
}

.bs-gallery-main img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.bs-product-summary {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bs-product-title {
    font-size: 32px;
    color: #00662f;
    margin: 0;
    line-height: 1.3;
}

.bs-product-price {
    font-size: 28px;
    color: #009444;
    font-weight: bold;
}

.bs-product-price del {
    color: #999;
    font-size: 22px;
    margin-right: 10px;
}

.bs-product-excerpt {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.bs-product-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.bs-product-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bs-product-meta-item i {
    color: #009444;
    font-size: 16px;
}

.bs-product-meta-label {
    font-weight: bold;
    color: #333;
}

.bs-product-share {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.bs-share-label {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.bs-share-buttons {
    display: flex;
    gap: 10px;
}

.bs-share-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0f0f0;
    color: #555;
    font-size: 16px;
    transition: all .3s;
}

.bs-share-facebook:hover {
    background: #3b5998;
    color: #fff;
}

.bs-share-twitter:hover {
    background: #1da1f2;
    color: #fff;
}

.bs-share-pinterest:hover {
    background: #e60023;
    color: #fff;
}

.bs-share-email:hover {
    background: #009444;
    color: #fff;
}

.bs-product-cart-section {
    background: #f8fdf9;
    border: 2px solid #d0e5d0;
    border-radius: 10px;
    padding: 25px;
    margin-top: auto;
}

.bs-single-add-to-cart {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.bs-single-qty-wrap {
    display: flex;
    align-items: center;
    border: 2px solid #009444;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.bs-single-qty-btn {
    width: 45px;
    height: 50px;
    border: none;
    background: transparent;
    color: #009444;
    font-size: 20px;
    cursor: pointer;
    transition: all .2s;
    font-weight: bold;
}

.bs-single-qty-btn:hover {
    background: #f1faf1;
}

.bs-single-qty-input {
    width: 70px;
    height: 50px;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.bs-single-add-btn {
    flex: 1;
    height: 50px;
    background: #009444;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bs-single-add-btn:hover {
    background: #007730;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 148, 68, 0.3);
}

.bs-single-add-btn i {
    font-size: 20px;
}

.bs-single-stock {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.bs-single-stock i {
    color: #28a745;
    font-size: 16px;
}

.bs-product-tabs {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 40px;
}

.bs-tabs-nav {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 25px;
}

.bs-tab-link {
    padding: 12px 20px;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    position: relative;
    transition: color .3s;
}

.bs-tab-link:hover {
    color: #009444;
}

.bs-tab-link.active {
    color: #009444;
}

.bs-tab-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #009444;
}

.bs-tab-content {
    display: none;
    line-height: 1.8;
    color: #555;
}

.bs-tab-content.active {
    display: block;
}

.bs-tab-content h3 {
    color: #00662f;
    margin-top: 0;
}

.bs-tab-content ul {
    padding-left: 20px;
}

.bs-tab-content ul li {
    margin-bottom: 8px;
}

.bs-product-attributes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 20px 0;
}

.bs-attribute-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f9fafb;
    padding: 10px 12px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.bs-attribute-item:hover {
    background: #f0f4f1;
}

.bs-attribute-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.bs-attribute-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    opacity: 0.8;
}

.bs-attribute-content {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.bs-attribute-label {
    font-size: 11px;
    color: #888;
    font-weight: 500;
}

.bs-attribute-value {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bs-related-products {
    margin-bottom: 80px;
}

.bs-related-title {
    font-size: 26px;
    color: #00662f;
    text-align: center;
    margin-bottom: 35px;
}

.bs-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
}

.bs-related-grid .product {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    transition: all .3s;
}

.bs-related-grid .product:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

body.search .content-area {
    float: none;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}

body.search #secondary {
    display: none;
}

.bs-search-title {
    font-size: 20px;
    font-weight: 700;
    color: #2d572c;
    text-align: left;
    margin: 30px 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #a4d6a4;
}

.bs-search-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.bs-search-divider {
    border: 0;
    border-top: 2px solid #c7d9c7;
    margin: 80px 0 15px;
}

.bs-search-card {
    background: #fff;
    border: 1px solid #e8f0e8;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
    display: flex;
    flex-direction: column;
}

.bs-search-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 100, 50, 0.12);
    border-color: #009444;
}

.bs-search-card-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    flex: 1 1 auto;
}

.bs-search-card-image {
    overflow: hidden;
    position: relative;
}

.bs-search-card-image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    border-radius: 6px 6px 0 0;
    transition: transform .3s ease;
}

.bs-search-card:hover .bs-search-card-image img {
    transform: scale(1.03);
}

.bs-search-card-noimg {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f9f5;
    color: #c0d4c0;
    font-size: 48px;
}

.bs-search-card .bs-quick-view-btn {
    opacity: 0;
    transform: scale(0.9);
}

.bs-search-card:hover .bs-quick-view-btn {
    opacity: 1;
    transform: scale(1);
}

.bs-search-card .bs-card-gallery {
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease;
}

.bs-search-card:hover .bs-card-gallery {
    pointer-events: auto;
    opacity: 1;
}

.bs-search-card .bs-card-arrow {
    top: 50%;
}

.bs-search-card:hover .bs-card-arrow {
    opacity: 0.55;
}

.bs-search-card .bs-card-arrow:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.bs-search-card .bs-add-to-cart-wrap {
    margin: 0;
    padding: 10px 12px;
    border-top: 1px solid #f0f0f0;
}

.bs-search-card .bs-view-product-btn {
    display: block;
    text-align: center;
    padding: 10px 12px;
    border-top: 1px solid #f0f0f0;
    font-size: 13px;
    color: #009444;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s;
}

.bs-search-card .bs-view-product-btn:hover {
    background: #f5faf5;
}

.bs-search-card-info {
    padding: 10px 12px 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.bs-search-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #2d572c;
    margin: 0 0 6px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bs-search-card-price {
    font-size: 15px;
    font-weight: 700;
    color: #007033;
    margin-bottom: 6px;
}

.bs-search-card-price del {
    color: #999;
    font-weight: 400;
    font-size: 13px;
}

.bs-search-card-price ins {
    text-decoration: none;
}

.bs-search-card-excerpt {
    font-size: 13px;
    color: #666;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: auto;
}

.bs-search-empty {
    text-align: center;
    padding: 60px 20px 80px;
    max-width: 500px;
    margin: 0 auto;
}

.bs-search-empty-icon {
    font-size: 56px;
    color: #c0d4c0;
    margin-bottom: 10px;
}

.bs-search-empty h2 {
    color: #2d572c;
    font-size: 22px;
    margin: 0 0 8px;
}

.bs-search-empty p {
    color: #666;
    font-size: 15px;
    margin: 0 0 25px;
}

.bs-search-empty .simple-header-search {
    max-width: 100%;
    margin-left: 0;
}

@media screen and (max-width:768px) {
    body.search .content-area {
        padding: 0 15px;
    }

    .bs-search-title {
        font-size: 18px;
        margin: 20px 0 15px;
    }

    .bs-search-results {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .bs-search-card-info {
        padding: 8px 10px 12px;
    }

    .bs-search-card-title {
        font-size: 14px;
    }

    .bs-search-card-excerpt {
        -webkit-line-clamp: 2;
        font-size: 12px;
    }
}

@media screen and (max-width:819px) {
    .header-top.is-sticky .simple-header-search {
        display: none;
    }

    /* overflow:hidden on .header-top-nav clips position:fixed children when parent
       has transform (sticky). Must use overflow:visible so the slide-out menu escapes. */
    .header-top.is-sticky .header-top-nav {
        overflow: visible;
    }

    .header-top {
        padding: 0;
    }

    .header-top-nav {
        padding: 0 15px;
    }

    .header-top-nav .main-navigation {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px 0;
        justify-content: end;
    }

    .header-top-nav .main-navigation .lang {
        gap: 8px;
        order: 1;
        display: none;
    }

    .header-top-nav .main-navigation .menu-toggle {
        order: 2;
    }

    .header-top-nav {
        height: 0;
        overflow: hidden;
        padding: 0 !important;
    }

    .header-top-main .menu-toggle {
        order: 0;
        flex-shrink: 0;
        align-self: center;
    }

    .menu-toggle {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        padding: 0;
        gap: 5px;
        background: transparent;
        border: none;
        cursor: pointer;
        z-index: 1001;
    }

    .menu-toggle img {
        display: none;
    }

    .menu-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        background: #009444;
        transition: all .25s ease;
    }

    .main-navigation.toggled .menu-toggle span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .main-navigation.toggled .menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .main-navigation.toggled .menu-toggle span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .header-top-nav {
        position: relative;
        z-index: 1002;
    }

    .menu-main-menu-container,
    .menu-main-menu-en-container {
        position: fixed !important;
        top: 0;
        left: -100%;
        width: 180px;
        background: #f5f5f5;
        z-index: 1000;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.15);
        transition: left .3s ease;
        overflow-y: auto;
        padding: 15px;
    }

    .main-navigation.toggled .menu-main-menu-container,
    .main-navigation.toggled .menu-main-menu-en-container {
        left: 0;
        top: 63.3px !important;
    }

    .main-navigation.toggled::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        z-index: 999;
    }

    .main-navigation.toggled .lang {
        position: relative;
        z-index: 1003;
    }

    #primary-menu,
    #main-menu {
        display: flex !important;
        flex-direction: column !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        gap: 8px !important;
    }

    #primary-menu li,
    #main-menu li {
        display: block !important;
        float: none !important;
        width: 100% !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #primary-menu li a,
    #main-menu li a {
        padding: 10px 58px !important;
        color: #333 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        text-decoration: none !important;
        border: none !important;
        border-left: none !important;
        margin: 0 !important;
        border-bottom: 1px solid #00944452 !important;
    }

    #primary-menu li a:active,
    #main-menu li a:active,
    #primary-menu li.current-menu-item a,
    #main-menu li.current-menu-item a {
        border-left: none !important;
        border-bottom: 3px solid #2f6d4b !important;
    }

    #primary-menu .sub-menu,
    #main-menu .sub-menu {
        display: none !important;
        position: static !important;
        background: transparent !important;
        box-shadow: none !important;
        padding-left: 15px !important;
    }

    #primary-menu li:hover>.sub-menu,
    #main-menu li:hover>.sub-menu {
        display: none !important;
    }

    #primary-menu li.submenu-open>.sub-menu,
    #main-menu li.submenu-open>.sub-menu {
        display: block !important;
    }

    #primary-menu .menu-item-has-children>a::after,
    #main-menu .menu-item-has-children>a::after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        margin-left: 8px;
        transition: transform .2s;
    }

    #primary-menu .menu-item-has-children.submenu-open>a::after,
    #main-menu .menu-item-has-children.submenu-open>a::after {
        transform: rotate(-135deg);
    }

    body.bs-menu-open {
        overflow: hidden;
    }

    .header-top-main {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 15px;
        gap: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .h-left {
        padding: 8px 0;
        order: 1;
    }

    .h-left a {
        max-width: 100px;
    }

    .h-right {
        order: 2;
        margin-left: auto;
    }

    .simple-header-search {
        order: 3;
        width: 100%;
        max-width: 100%;
        margin: 0;
        flex-basis: 100%;
        height: 38px;
    }

    .simple-header-search .search-field {
        font-size: 14px;
    }

    .menu-icon-profile>a,
    .menu-icon-cart>a {
        font-size: 0;
    }

    .menu-icon-profile>a::before,
    .menu-icon-cart>a::before {
        font-size: 22px;
    }

    .menu-icon-cart>a .bs-cart-count.has-items {
        display: inline-flex;
        font-size: 10px;
    }

    .mobile-catalog-bar {
        display: block;
        padding: 0 15px 10px;
    }

    .mobile-catalog-btn {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 12px 15px;
        background: #4eb57d;
        border: 1px solid #e0e8e0;
        border-radius: 8px;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        color: #fcfefb;
    }

    .catalog-icon {
        margin-right: 10px;
        font-size: 16px;
    }

    .catalog-text {
        flex: 1;
        text-align: left;
    }

    .catalog-arrow {
        width: 8px;
        height: 8px;
        border-right: 2px solid #fcfefb;
        border-bottom: 2px solid #fcfefb;
        transform: rotate(45deg);
        transition: transform .2s;
    }

    .mobile-catalog-btn[aria-expanded="true"] .catalog-arrow {
        transform: rotate(-135deg);
    }

    .mobile-catalog-panel {
        display: none;
        background: #fff;
        border: 1px solid #e0e8e0;
        border-top: none;
        border-radius: 0 0 8px 8px;
        margin: 0px 0px 20px;
        ;
        overflow-y: auto;
    }

    .mobile-catalog-bar.catalog-open .mobile-catalog-panel {
        display: block;
    }

    .mobile-catalog-panel ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-catalog-panel>div>ul>li {
        border-bottom: 1px solid #eee;
    }

    .mobile-catalog-panel>div>ul>li:last-child {
        border-bottom: none;
    }

    .mobile-catalog-panel a {
        display: flex;
        align-items: center;
        padding: 13px 16px 13px 50px;
        color: #00411eab;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        position: relative;
    }

    .mobile-catalog-panel a:active {
        background: #f5f7f5;
    }

    .mobile-catalog-panel .menu-product-categories-container {
        width: 100% !important;
    }

    .mobile-catalog-panel>div>ul>li>a::before {
        content: "";
        position: absolute;
        left: 14px;
        top: 50%;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .mobile-catalog-panel .icon-semena>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/semena.webp);
    }

    .mobile-catalog-panel .icon-torove>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/torove.webp);
    }

    .mobile-catalog-panel .icon-preparati>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/preparati.webp);
    }

    .mobile-catalog-panel .icon-zelenchuczi-i-plodove>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/zelenchuczi-i-plodove.webp);
    }

    .mobile-catalog-panel .icon-podpravki>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/podpravki.webp);
    }

    .mobile-catalog-panel .icon-bilki>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/bilki.webp);
    }

    .mobile-catalog-panel .icon-trevi-i-furazhi>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/trevi-i-furazhi.webp);
    }

    .mobile-catalog-panel .icon-mikroelementi>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/mikroelementi.webp);
    }

    .mobile-catalog-panel .icon-torove-za-plodove-i-zelenchuci>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/torove-za-plodove-i-zelenchuci.webp);
    }

    .mobile-catalog-panel .icon-tor-za-czvetya>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/tor-za-czvetya.webp);
    }

    .mobile-catalog-panel .icon-pochva>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/pochva.webp);
    }

    .mobile-catalog-panel .icon-gradinski-instrumenti>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/gradinski-instrumenti.webp);
    }

    .mobile-catalog-panel .icon-rabotni-sudove>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/rabotni-sudove.webp);
    }

    .mobile-catalog-panel .icon-lukovici>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/lukovici.webp);
    }

    .mobile-catalog-panel .icon-razsadi>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/razsadi.webp);
    }

    .mobile-catalog-panel .icon-torove-i-preparati>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/torove-i-preparati.webp);
    }

    .mobile-catalog-panel .icon-polivane>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/polivane.webp);
    }

    .mobile-catalog-panel .icon-cvetya>a::before {
        background-image: url(/wp-content/themes/balkan/images/menu-icons/cvetya.webp);
    }

    .mobile-catalog-panel .sub-menu {
        display: none;
        background: #fcfefb;
        border-top: 1px solid #eee;
        padding-left: 25px;
    }

    .mobile-catalog-panel .sub-menu a {
        padding-left: 50px;
        font-weight: normal;
        color: #555;
        border-bottom: 1px solid #eeeeee;
    }

    .mobile-catalog-panel .sub-menu li>a::before {
        content: "";
        position: absolute;
        left: 14px;
        top: 50%;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .mobile-catalog-panel li.submenu-open>.sub-menu {
        display: block;
    }

    .mobile-catalog-panel>div>ul>li.menu-item-has-children>a::after {
        content: '';
        width: 6px;
        height: 6px;
        border-right: 2px solid #999;
        border-bottom: 2px solid #999;
        transform: rotate(45deg);
        margin-left: auto;
        transition: transform .2s;
    }

    .mobile-catalog-panel>div>ul>li.submenu-open>a::after {
        transform: rotate(-135deg);
    }

    .header-main {
        height: auto;
        min-height: 180px;
        background-position: center;
        background-size: cover;
        padding: 20px 15px;
    }

    .header-main .max-width {
        flex-direction: column;
        height: auto;
    }

    .header-container {
        height: auto;
        padding: 0;
    }

    .header-square {
        width: 100%;
        padding: 0;
        margin: 17px 0 0 0;
        border-radius: 8px;
        height: 150px;
    }

    .header-title {
        margin-top: 0;
        height: inherit;
    }

    .header-title h2 {
        font-size: 16px;
        margin: 10px;
        padding: 12px 18px;
        float: none;
        position: static;
        background: rgba(0, 67, 2, 0.75);
        border-radius: 8px;
        line-height: 1.4;
    }

    .header-button {
        display: flex !important;
        position: relative;
        top: -66px;
        margin-bottom: -60px;
        background: #0043022e;
        padding: 6px 16px;
        font-size: 14px;
        font-weight: bold;
        color: #fff !important;
        -webkit-text-fill-color: #fff;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        animation: none;
        border: 1px solid rgb(255 255 255 / 62%);
        border-radius: 8px;
        align-self: flex-start;
        margin-left: 13px;
    }

    body.bs-home .bs-hero-cta-row {
        padding: 0 15px 10px;
        justify-content: center;
        margin-top: -60px;
        margin-bottom: 20px;
    }

    body.bs-home .bs-hero-see-all {
        position: static !important;
        top: auto !important;
        right: auto !important;
        left: auto !important;
        margin: 8px auto 0 !important;
        align-self: center !important;
        max-width: 260px;
        width: 100%;
        justify-content: center;
        background: #00430266 !important;
    }

    #secondary,
    body.bs-home #secondary {
        display: none !important;
    }

    .bs-mini-cart {
        position: fixed !important;
        top: var(--bs-mini-cart-top, 195px) !important;
        bottom: 0;
        left: 0;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: calc(100dvh - var(--bs-mini-cart-top, 195px)) !important;
        margin: 0 !important;
        border-radius: 16px 16px 0 0;
        transform: translateY(100%);
        overflow: hidden !important;
    }

    .bs-mini-cart::before {
        display: none;
    }

    .menu-icon-cart:hover .bs-mini-cart.has-items {
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);
    }

    .menu-icon-cart.cart-open .bs-mini-cart.has-items {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        z-index: 10000 !important;
    }

    .menu-icon-cart:hover .bs-cart-arrow {
        transform: rotate(45deg);
        margin-top: 0;
        margin-bottom: 4px;
    }

    .menu-icon-cart.cart-open .bs-cart-arrow {
        transform: rotate(-135deg);
        margin-top: 4px;
        margin-bottom: 0;
    }

    .menu-icon-cart.cart-open>a {
        background: rgba(0, 148, 68, 0.12);
        border-radius: 6px;
    }

    .header-top.is-sticky .menu-icon-cart {
        position: static !important;
    }

    .header-top.is-sticky .bs-mini-cart {
        position: absolute !important;
        top: 78px !important;
        bottom: auto !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: calc(100dvh - 78px) !important;
        border-radius: 0 0 16px 16px !important;
        transform: translateY(0) !important;
        opacity: 0;
        visibility: hidden;
    }

    .header-top.is-sticky .menu-icon-cart.cart-open .bs-mini-cart.has-items {
        opacity: 1;
        visibility: visible;
    }

    .bs-mini-cart-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .bs-mini-cart-items {
        flex: 1;
        min-height: 0;
        max-height: none;
        overflow-y: auto;
        padding: 12px;
        overscroll-behavior: contain;
    }

    .bs-mini-cart-footer {
        flex-shrink: 0;
    }

    .bs-mini-cart-item {
        padding: 10px;
        gap: 10px;
    }

    .bs-mini-cart-thumb {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }

    .bs-mini-cart-name {
        font-size: 13px;
    }

    .bs-mini-cart-footer {
        padding: 14px;
    }

    .bs-mini-cart-buttons {
        flex-direction: column;
        gap: 8px;
    }

    .bs-mini-cart-btn {
        padding: 13px 16px !important;
    }

    #account-menu>li>a {
        padding: 8px 6px;
        margin: -8px 0;
    }

    .menu-icon-cart>a::before {
        padding: 0;
    }

    .menu-icon-cart>a:hover {
        background: transparent !important;
    }

    .bs-cart-count {
        margin-left: 1px;
    }

    .bs-stock-msg {
        left: 50% !important;
        transform: translateX(-50%) !important;
        max-width: calc(100vw - 32px) !important;
        white-space: normal;
        text-align: center;
    }

    @keyframes bs-header-celebrate-mobile {

        0%,
        78% {
            opacity: 1;
            transform: translateY(0);
        }

        100% {
            opacity: 0;
            transform: translateY(-6px);
        }
    }

    .bs-header-shipping-bar.is-celebrating {
        position: fixed !important;
        left: auto !important;
        right: 12px !important;
        transform: none !important;
        width: max-content !important;
        top: 85px;
        bottom: auto !important;
        animation: bs-header-celebrate-mobile 4.5s ease forwards !important;
    }

    .header-top.is-sticky .bs-header-shipping-bar.is-celebrating {
        top: 65px;
    }

    body.woocommerce-checkout .entry-header {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.woocommerce-checkout .entry-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.bs-home .bs-hero-products {
        padding: 0px 15px 25px;
        margin-top: 0px;
    }

    body.bs-home .bs-hero-products>.max-width {
        justify-content: center;
        padding: 0;
    }

    body.bs-home .bs-hero-arrow {
        display: none !important;
    }

    body.bs-home .bs-hero-tomatoes {
        max-width: 100%;
        padding: 0;
    }

    body.bs-home .bs-hero-tomatoes .featured-products-grid {
        display: block;
        width: 100%;
    }

    body.bs-home .bs-hero-tomatoes .woocommerce {
        display: block;
        width: 100%;
    }

    body.bs-home .bs-hero-products-scroll {
        overflow: visible !important;
        touch-action: auto !important;
        width: calc(100vw - 30px) !important;
        max-width: calc(100vw - 30px) !important;
        min-width: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
    }

    body.bs-home .bs-hero-tomatoes ul.products {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px;
        width: 100% !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        touch-action: auto !important;
        scroll-snap-type: none !important;
        scrollbar-width: none;
    }

    body.bs-home .bs-hero-tomatoes ul.products::-webkit-scrollbar {
        display: none;
        height: 0;
    }

    body.bs-home .bs-hero-tomatoes ul.products::before {
        display: none;
    }

    body.bs-home .bs-hero-tomatoes ul.products li.product {
        flex: 0 0 calc(50vw - 22px) !important;
        min-width: calc(50vw - 22px) !important;
        width: calc(50vw - 22px) !important;
        padding: 8px !important;
        scroll-snap-align: none !important;
    }

    body.bs-home .bs-hero-tomatoes ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px;
    }

    body.bs-home .bs-hero-tomatoes ul.products li.product .price {
        font-size: 15px;
    }

    .bs-sow-month {
        padding: 25px 0;
        margin: 25px 0;
    }

    .bs-sow-month-inner {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .bs-sow-month-image {
        flex: 0 0 auto;
        height: 140px;
        border-radius: 10px;
        order: 1;
    }

    .bs-sow-month-content {
        order: 2;
        max-width: -webkit-fill-available;
    }

    .bs-sow-month-header {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin-bottom: 15px;
    }

    .bs-sow-month-title {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: -140px;
        color: white;
        background: #00800094;
        padding: 13px 30px;
        border-radius: 8px;
    }

    .bs-sow-month-split .bs-sow-month-title-row {
        padding: 0 15px 24px;
    }

    .bs-sow-month-split .bs-sow-month-title {
        font-size: 24px;
        margin-top: 0;
        padding: 0 0 6px;
    }

    .bs-sow-month-split .bs-sow-month-inner+.bs-sow-month-inner {
        margin-top: 30px;
    }

    .bs-sow-month-split .bs-sow-month-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .bs-sow-month-split .bs-sow-month-link {
        position: static;
        top: auto;
        left: auto;
        margin-bottom: 0;
        background: transparent;
        padding: 6px 12px;
    }

    body.bs-home .bs-sow-month-products {
        overflow: hidden;
        max-width: 100%;
    }

    body.bs-home .bs-sow-month-products ul.products {
        scroll-snap-type: none !important;
        overflow-x: scroll !important;
        padding-bottom: 10px !important;
    }

    body.bs-home .bs-sow-month-products ul.products li.product {
        flex: 0 0 calc(50vw - 22px) !important;
        min-width: 0 !important;
        width: calc(50vw - 22px) !important;
    }

    .bs-sow-arrow {
        display: none !important;
    }

    body.bs-home .bs-sow-month-products ul.products {
        scrollbar-width: thin;
        scrollbar-color: #ccc transparent;
    }

    body.bs-home .bs-sow-month-products ul.products::-webkit-scrollbar {
        height: 4px;
    }

    body.bs-home .bs-sow-month-products ul.products::-webkit-scrollbar-track {
        background: transparent;
    }

    body.bs-home .bs-sow-month-products ul.products::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 4px;
    }

    body.bs-home .bs-sow-month-products ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px !important;
    }

    body.bs-home .bs-sow-month-products ul.products li.product .price {
        font-size: 15px !important;
    }

    body.bs-home .bs-popular-grid ul.products {
        max-width: 100% !important;
    }

    body.bs-home .bs-popular-grid ul.products li.product {
        min-width: 0 !important;
        width: auto !important;
    }

    body.bs-home .bs-popular-grid ul.products li.product .woocommerce-loop-product__title {
        font-size: 15px !important;
    }

    body.bs-home .bs-popular-grid ul.products li.product .price {
        font-size: 15px !important;
    }

    body.bs-parent-cat .site-main>.woocommerce>ul.products.columns-4 {
        display: none !important;
    }

    body.bs-parent-cat .bs-subcats {
        padding: 0 15px;
    }

    body.bs-parent-cat .bs-subcats ul.products {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        padding: 0 !important;
    }

    body.bs-parent-cat .bs-subcats ul.products li.product {
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    body.bs-leaf-cat ul.products.columns-4 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        padding: 0 15px !important;
        margin: 0 !important;
    }

    body.bs-leaf-cat ul.products li.product {
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        float: none !important;
    }

    .bs-home-categories {
        padding: 25px 0;
    }

    .bs-home-categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .bs-home-categories-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .bs-category-card {
        border-radius: 8px;
    }

    .bs-category-card-name {
        font-size: 12px;
        padding: 8px 6px;
    }

    .bs-why-heirloom {
        padding: 35px 15px;
        margin: 25px 0;
    }

    .bs-why-title {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .bs-why-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 15px;
    }

    .bs-why-card {
        padding: 22px 15px;
    }

    .bs-why-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 14px;
    }

    .bs-why-card-title {
        font-size: 15px;
    }

    .bs-why-card-text {
        font-size: 13px;
    }

    .bs-single-product.bs-compact {
        padding: 0 !important;
    }

    .bs-product-main {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 30px;
    }

    .bs-product-gallery {
        flex-direction: column;
    }

    .bs-gallery-thumbs {
        flex-direction: row;
        flex: 0 0 auto;
        order: 2;
        overflow-x: auto;
    }

    .bs-gallery-thumb {
        min-width: 60px;
        width: 60px;
        height: 60px;
    }

    .bs-gallery-main {
        order: 1;
    }

    .bs-product-summary {
        gap: 15px;
    }

    .bs-product-title {
        font-size: 24px;
    }

    .bs-product-price {
        font-size: 24px;
    }

    .bs-product-cart-section {
        padding: 20px;
    }

    .bs-single-add-to-cart {
        flex-direction: column;
        gap: 12px;
    }

    .bs-single-qty-wrap {
        width: 100%;
    }

    .bs-single-add-btn {
        width: 100%;
        height: 48px !important;
        padding: 15px 20px !important;
    }

    .bs-tabs-nav {
        flex-wrap: wrap;
        gap: 10px;
    }

    .bs-tab-link {
        font-size: 14px;
        padding: 10px 15px;
    }

    .bs-product-attributes {
        grid-template-columns: repeat(2, 1fr);
    }

    .bs-attribute-item {
        padding: 8px 10px;
    }

    .bs-attribute-icon {
        width: 28px;
        height: 28px;
    }

    .bs-attribute-icon img {
        width: 20px;
        height: 20px;
    }

    .bs-attribute-label {
        font-size: 10px;
    }

    .bs-attribute-value {
        font-size: 12px;
    }

    .bs-related-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .bs-related-grid .product {
        min-width: 0 !important;
    }

    .bs-product-description {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .bs-description-content {
        padding: 20px 15px !important;
    }

    ul.products {
        scroll-snap-type: none !important;
    }

    ul.products li.product {
        scroll-snap-align: none !important;
    }
}

@media screen and (max-width:500px) {
    .bs-product-attributes {
        grid-template-columns: 1fr;
    }

    .bs-attribute-item {
        padding: 10px 12px;
    }

    .bs-attribute-value {
        white-space: normal;
    }
}

@media screen and (min-width:820px) {
    .mobile-catalog-bar {
        display: none;
    }

    h2 {
        font-size: 26px;
    }

    div.main-home {
        margin: 0;
    }

    #image-main {
        margin-top: 0;
    }

    .site-content {
        display: block;
        margin: auto;
    }

    .content-area {}

    .site-content .widget-area {
        float: left;
        overflow: hidden;
        width: 25%;
        margin-top: 2%;
        padding-top: 0;
        border-top: 0;
        padding-right: 20px;
    }

    .kak-mojem-da-vi-pomognem .max-width {
        padding: 15px 0 0 0;
    }

    .no-sidebar .content-area,
    .no-sidebar .site-main,
    .page-template-fullwidth-page-php .site-main {
        float: none;
        margin: 0;
    }

    .site-info {
        line-height: 1.7;
        float: left;
        max-width: 60%;
        text-align: left;
    }

    .entry-title {
        margin: 15px 0 10px 15px;
    }

    .entry-content {
        display: flex;
        flex-direction: column;
    }

    .top-navigation {
        flex-direction: row;
    }

    .main-navigation {
        background: transparent;
        display: flex;
        flex-grow: 1;
        justify-content: space-between;
    }

    .main-navigation a {
        display: inline;
        margin: 0;
        border: unset;
    }

    .main-navigation ul:first-child {
        display: flex;
    }

    .main-navigation ul li {
        display: block;
        float: left;
    }

    .main-navigation .nav-menu>li {
        padding: 15px 0;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .main-navigation ul a {
        padding: 20px 16px;
        font-weight: bold;
        color: white;
    }

    .main-navigation ul ul {
        position: absolute;
        z-index: 99999;
        top: 49px;
        left: -2px;
        display: none;
        visibility: hidden;
        float: left;
        text-align: left;
        opacity: 0;
        background: #FCFEFB;
    }

    .main-navigation ul ul li {
        border-bottom: 1px solid #567aa2;
        border-left: 1px solid #567aa2;
        border-right: 1px solid #567aa2;
        clear: left;
        width: 400px;
    }

    .main-navigation ul ul li:last-of-type {}

    .main-navigation ul ul li a {
        color: #024071;
        font-size: 14px;
        padding: 10px 15px;
        display: block;
        border-right: none;
    }

    .main-navigation ul ul li a:hover {
        background: #e2eef1;
    }

    .main-navigation ul ul ul {
        top: 0;
        left: 100%;
    }

    pre {
        font-size: 1em;
    }

    .widget_search .search-submit {
        display: none;
    }

    blockquote {
        font-size: 1.2em;
        line-height: 1.4em;
        padding-left: 64px;
    }

    blockquote cite {
        font-size: .8125em;
    }

    blockquote:before {
        font-size: 48px;
    }

    blockquote.alignleft,
    blockquote.alignright {
        max-width: 280px;
        padding-left: 48px;
    }

    blockquote.alignleft:before,
    blockquote.alignright:before {
        font-size: 32px;
    }

    .menu-toggle {
        display: none;
    }

    .category-article {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 45px 20px 35px 20px;
        border: 1px solid #ddd;
        margin-bottom: 40px;
        box-shadow: 3px 3px 10px 0 #ddd;
        border-radius: 10px;
    }

    div.entry-thumbnail {
        width: 40%;
        margin-top: 0;
    }

    div.category-right {
        width: 56%;
    }

    ul.children li {
        padding: 2px 0;
    }

    .pazaruvai {
        margin-bottom: 34px;
    }

    .footer-left {
        color: #fff;
    }

    .footer-right {
        color: #fff;
    }

    div.footer-inner {
        width: 1250px;
    }

    div.footer-content {
        max-width: 1250px;
        width: 100%;
    }

    div.lang {}

    .go-btn-text {
        width: 60%;
    }

    .index-proveri {
        width: 70%;
        margin-left: 40px;
    }

    .index-masa .go-bttn {
        width: 350px;
    }

    .blog-left {
        width: 50%;
    }

    .blog-right {
        width: 50%;
    }

    .pazaruvai {
        margin-top: 5px;
    }

    .masaji-i-uprajneniq {
        margin-top: 5px;
    }

    .header-main {
        background: #ededed;
        height: 630px;
    }

    .header-inner {
        background-image: url("images/header-inner.jpg");
    }

    body.bs-home .header-container {
        --hero-bg-top: 30px;
        --hero-bg-left: 85px;
        --hero-bg-right: 0px;
        --hero-bg-bottom: 140px;
        --hero-products-left: calc(var(--hero-bg-left) - 44px);
        --hero-products-right: 12px;
        position: relative;
        background: none;
        overflow: visible;
    }

    body.bs-home .header-container::before {
        content: "";
        position: absolute;
        top: var(--hero-bg-top);
        left: var(--hero-bg-left);
        right: var(--hero-bg-right);
        bottom: var(--hero-bg-bottom);
        background-image: linear-gradient(rgba(0, 0, 0, .22), rgba(0, 0, 0, .22)), url("images/hero/beefsteak3.webp");
        background-size: cover;
        background-position: center;
        border-radius: 8px;
        z-index: 0;
    }

    body.bs-home .header-container>.header-square,
    body.bs-home .header-container>.bs-hero-cta-row,
    body.bs-home .header-container>.bs-hero-products {
        position: relative;
        z-index: 1;
    }

    body.bs-home .header-square {
        background: transparent;
    }

    body.bs-home .header-title {
        background-image: none;
    }

    .header-title {
        font-size: 30px;
        line-height: 1.3em;
    }

    .header-square {
        font-size: 25px;
        padding: 20px 20px;
        margin: 10px 0 30px 40px;
        border-radius: 7px;
        width: 100%;
    }

    body.bs-home .header-container .bs-hero-cta-row {
        position: absolute;
        right: var(--hero-products-right);
        bottom: 425px;
        padding: 0px;
        justify-content: flex-end;
        width: fit-content;
    }

    body.bs-home .header-container .bs-hero-products {
        position: absolute;
        left: var(--hero-products-left);
        right: var(--hero-products-right);
        bottom: 10px;
        padding: 0;
    }

    body.bs-home .header-container .bs-hero-products>.max-width {
        max-width: none;
        padding-left: 16px;
        padding-right: 16px;
        transform: none;
        margin-bottom: 40px;
    }

    .header-square-inner {
        font-size: 25px;
        padding: 20px 40px;
        border-radius: 12px;
        margin-left: 20px;
    }

    .header-button {
        font-size: 17px;
        padding: 11px 26px;
        position: relative;
        top: -270px;
        right: -329px;
    }

    .header-subtitle {
        margin: 15px 0 40px 0;
    }

    .section-heading {
        font-size: 24px;
    }

    input[type=text] {
        width: 500px;
    }

    input[type=tel] {
        width: 500px;
    }

    input[type=email] {
        width: 500px;
    }

    textarea {
        width: 500px;
    }

    .woocommerce .col2-set {
        width: 70% !important;
    }
}

.bs-companion-section {
    padding: 50px 0;
    max-width: 1250px;
    margin: 0 auto;
}

.bs-companion-hero {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 12px;
}

.bs-companion-hero img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.bs-companion-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.45));
}

.bs-companion-title {
    position: absolute;
    bottom: 70px;
    left: 40px;
    font-size: 28px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.bs-companion-inner {
    max-width: 1050px;
    margin: -50px auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.bs-companion-products-row {
    overflow: visible;
}

.bs-companion-section .bs-sow-month-slider {
    max-width: none;
}

.bs-companion-section .bs-sow-month-products {
    max-width: none;
    overflow: hidden;
}

.bs-companion-section .bs-sow-month-products ul.products li.product {
    flex: 0 0 200px;
    min-width: 200px;
    box-sizing: border-box;
}

@media (min-width:992px) {
    .bs-companion-section .bs-sow-month-products ul.products li.product {
        flex: 0 0 calc((100% - 36px) / 4);
        min-width: calc((100% - 36px) / 4);
    }
}

.bs-companion-products-row .bs-sow-month-slider {
    overflow: visible;
}

.bs-companion-products-row .bs-sow-month-products ul.products {
    padding-top: 10px;
}

.bs-companion-section .bs-sow-month-products ul.products li.product a.woocommerce-LoopProduct-link {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.bs-companion-section .bs-sow-month-products ul.products li.product {
    min-height: 440px;
}

.bs-companion-section .bs-sow-month-products ul.products li.product a img:not(.emoji) {
    height: 185px;
    aspect-ratio: auto;
    object-fit: contain;
    background: #f6faf6;
    padding: 4px;
}

.bs-companion-section .woocommerce-loop-product__title {
    height: auto;
    min-height: 0;
    overflow: visible;
    margin-bottom: 6px !important;
    display: block;
    line-height: 1.35;
}

.bs-companion-benefit {
    display: block;
    font-size: 14px;
    color: #2d572c;
    line-height: 1.35;
    height: auto;
    overflow: visible;
    white-space: normal;
    background: #f0f8f0;
    padding: 8px 10px;
    border-radius: 6px;
    margin-top: 0;
    margin-bottom: 8px;
}

.bs-companion-benefit-line {
    display: block;
}

.bs-companion-benefit-line+.bs-companion-benefit-line {
    margin-top: 4px;
}

.bs-companion-section .bs-sow-month-products ul.products li.product .price {
    margin-top: auto;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0;
    text-align: center;
}

.bs-companion-section .bs-add-to-cart-wrap {
    margin-top: 8px;
    border-top: none;
    padding-top: 0;
}

.bs-companion-section .bs-sow-prev {
    left: -50px;
}

.bs-companion-section .bs-sow-next {
    right: -50px;
}

@media(max-width:768px) {
    .bs-companion-hero {
        height: 160px;
        border-radius: 0;
    }

    .bs-companion-title {
        font-size: 20px;
        bottom: 55px;
        left: 20px;
    }

    .bs-companion-inner {
        margin-top: -40px;
        max-width: 100%;
    }

    .bs-companion-section .bs-sow-month-products ul.products li.product {
        min-height: 0;
    }

    .bs-companion-section .bs-sow-month-products ul.products li.product a img:not(.emoji) {
        height: 150px;
        padding: 3px;
    }

    .bs-companion-benefit {
        font-size: 13px;
        padding: 6px 8px;
    }
}

.bs-single-product.bs-compact {
    max-width: 1250px;
    margin: 20px auto;
    padding: 0 15px;
}

.bs-single-product.bs-compact .bs-product-main {
    display: flex;
    gap: 35px;
    margin-bottom: 10px;
    min-height: auto;
}

.bs-single-product.bs-compact .bs-product-gallery {
    flex: 0 0 48%;
    display: flex;
    gap: 12px;
    max-height: 480px;
}

.bs-single-product.bs-compact .bs-gallery-thumbs {
    flex: 0 0 70px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow-y: auto;
    overflow-x: visible;
    max-height: 480px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    padding-right: 2px;
}

.bs-single-product.bs-compact .bs-gallery-thumbs::-webkit-scrollbar {
    width: 4px;
}

.bs-single-product.bs-compact .bs-gallery-thumbs::-webkit-scrollbar-track {
    background: transparent;
}

.bs-single-product.bs-compact .bs-gallery-thumbs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}

.bs-single-product.bs-compact .bs-gallery-thumb {
    width: 70px;
    height: 70px;
    min-height: 70px;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
    transition: all .2s;
    flex-shrink: 0;
    box-sizing: border-box;
}

.bs-single-product.bs-compact .bs-gallery-thumb:hover,
.bs-single-product.bs-compact .bs-gallery-thumb.active {
    border-color: #2d572c;
}

.bs-single-product.bs-compact .bs-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-single-product.bs-compact .bs-gallery-main {
    flex: 1;
    max-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bs-single-product.bs-compact .bs-gallery-main img {
    max-width: 100%;
    max-height: 480px;
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    object-fit: contain;
}

.bs-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.6;
    z-index: 10;
}

.bs-gallery-arrow:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.9);
}

.bs-gallery-arrow i {
    font-size: 20px;
    color: #333;
}

.bs-gallery-prev {
    left: 10px;
}

.bs-gallery-next {
    right: 10px;
}

.bs-single-product.bs-compact .bs-product-summary {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bs-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}

.bs-single-product.bs-compact .bs-product-title {
    font-size: 26px;
    color: #2d572c;
    margin: 0;
    line-height: 1.25;
    flex: 1;
}

.bs-wishlist-btn {
    width: 42px;
    height: 42px;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    flex-shrink: 0;
}

.bs-wishlist-btn i {
    font-size: 20px;
    color: #999;
    transition: color .2s;
}

.bs-wishlist-btn:hover {
    border-color: #e53935;
}

.bs-wishlist-btn:hover i {
    color: #e53935;
}

.bs-wishlist-btn.is-active {
    border-color: #e53935;
    background: #fff5f5;
}

.bs-wishlist-btn.is-active i {
    color: #e53935;
}

.bs-single-product.bs-compact .bs-product-price {
    font-size: 28px;
    color: #2d572c;
    font-weight: 700;
    line-height: 1;
}

.bs-single-product.bs-compact .bs-product-price del {
    color: #999;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 400;
}

.bs-single-product.bs-compact .bs-product-price ins {
    text-decoration: none;
    color: #2d572c;
}

.bs-single-product.bs-compact .bs-product-cart-section {
    background: #f8fdf9;
    border: 2px solid #c5e1c5;
    border-radius: 8px;
    padding: 15px;
    margin-top: auto;
}

.bs-single-product.bs-compact .bs-single-add-to-cart {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.bs-single-product.bs-compact .bs-single-qty-wrap {
    display: flex;
    align-items: center;
    border: 2px solid #2d572c;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.bs-single-product.bs-compact .bs-single-qty-btn {
    width: 38px;
    height: 42px;
    border: none;
    background: transparent;
    color: #2d572c;
    font-size: 18px;
    cursor: pointer;
    transition: all .2s;
    font-weight: bold;
}

.bs-single-product.bs-compact .bs-single-qty-btn:hover {
    background: #e8f5e9;
}

.bs-single-product.bs-compact .bs-single-qty-input {
    width: 50px;
    height: 42px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    -moz-appearance: textfield;
}

.bs-single-product.bs-compact .bs-single-qty-input::-webkit-outer-spin-button,
.bs-single-product.bs-compact .bs-single-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bs-single-product.bs-compact .bs-single-add-btn {
    flex: 1;
    height: 42px;
    background: #009443;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.bs-single-product.bs-compact .bs-single-add-btn:hover {
    background: #00803a;
    transform: translateY(-1px);
    box-shadow: 0 3px 12px rgba(45, 87, 44, 0.3);
}

.bs-single-product.bs-compact .bs-single-add-btn i {
    font-size: 18px;
}

.bs-single-product.bs-compact .bs-single-add-btn.loading {
    pointer-events: none;
    opacity: 0.7;
}

.bs-single-product.bs-compact .bs-single-add-btn.loading i::before {
    content: "\f130";
    animation: bs-spin 1s linear infinite;
}

.bs-single-add-to-cart.is-added .bs-single-add-btn {
    background: #00803a !important;
}

.bs-single-add-to-cart.is-added .bs-single-add-btn i::before {
    content: "\f272";
}

.bs-single-add-to-cart.is-error .bs-single-add-btn {
    background: #d32f2f !important;
}

.bs-single-product.bs-compact .bs-single-stock {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #2d572c;
}

.bs-single-product.bs-compact .bs-single-stock i {
    font-size: 14px;
}

.bs-single-product.bs-compact .bs-single-stock.out-of-stock {
    color: #dc3545;
}

.bs-single-product.bs-compact .bs-single-stock.out-of-stock i {
    color: #dc3545;
}

.bs-in-cart-notice {
    margin-top: 10px;
    padding: 10px 14px;
    background: #f0f8f1;
    border: 1.5px solid #c5e1c5;
    border-radius: 8px;
    animation: bsInCartSlide .3s ease-out;
}

.bs-in-cart-info {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #333;
    flex-wrap: wrap;
}

.bs-in-cart-info i {
    color: #009444;
    font-size: 18px;
}

.bs-in-cart-qty {
    font-size: 16px;
    color: #007730;
    font-weight: 700;
    min-width: 16px;
    text-align: center;
}

.bs-in-cart-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.bs-in-cart-checkout {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: #009444;
    color: #fff !important;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .2s;
    white-space: nowrap;
}

.bs-in-cart-checkout:hover {
    background: #007730;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0, 148, 68, .3);
}

.bs-in-cart-viewcart {
    font-size: 13px;
    color: #555;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .2s;
    white-space: nowrap;
}

.bs-in-cart-viewcart:hover {
    color: #009444;
}

@keyframes bsInCartSlide {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bs-qv-in-cart {
    margin: 10px 0 0;
}

.bs-meta-share-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 10px;
    font-size: 13px;
    flex-wrap: wrap;
}

.bs-category-line {
    color: #555;
}

.bs-category-line a {
    color: #2d572c;
    font-weight: 500;
}

.bs-category-line a:hover {
    color: #009444;
    text-decoration: underline;
}

.bs-meta-label {
    color: #888;
    margin-right: 4px;
}

.bs-share-compact {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bs-share-compact .bs-share-label {
    color: #888;
    font-size: 12px;
}

.bs-share-compact .bs-share-btn {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0f0f0;
    color: #555;
    font-size: 13px;
    transition: all .2s;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.bs-share-compact .bs-share-btn:hover {
    background: #e0e0e0;
    color: #333;
}

.bs-share-compact .bs-share-btn:focus {
    outline: none;
}

.bs-share-compact .bs-copy-link-btn i {
    font-size: 15px;
}

.bs-product-description {
    margin-top: 60px;
    margin-bottom: 35px;
    margin-left: 50px;
    max-width: 880px;
}

.bs-description-title {
    width: 130px;
    font-size: 16px;
    font-weight: 600;
    color: #2d572c;
    margin: 0 0 -1px 15px;
    padding: 10px 25px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    display: inline-block;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.03);
    position: relative;
    z-index: 2;
    border-left: 3px solid #2d572c;
}

.bs-description-content {
    line-height: 1.7;
    color: #555;
    font-size: 16px;
    padding: 30px 35px 30px 40px;
    background: #fff;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e5;
    border-left: 4px solid #2d572c;
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.bs-description-content p {
    margin-bottom: 15px;
}

.bs-description-content .bs-seed-legal-note {
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.55;
    color: #8b948b;
}

.bs-description-content h3 {
    color: #2d572c;
    margin: 20px 0 10px;
    font-size: 17px;
}

.bs-description-content ul,
.bs-description-content ol {
    margin: 15px 0;
    padding-left: 25px;
}

.bs-description-content li {
    margin-bottom: 8px;
}

.bs-single-product.bs-compact .bs-related-products {
    margin-bottom: 80px;
}

.bs-single-product.bs-compact .bs-related-title {
    font-size: 24px;
    color: #2d572c;
    text-align: center;
    margin-bottom: 30px;
}

.bs-single-product.bs-compact .bs-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 15px;
}

.bs-single-product.bs-compact .bs-related-grid .product {
    background: #fff;
    border: 1px solid #e8f0e8;
    border-radius: 8px;
    padding: 10px;
    box-sizing: border-box;
    min-width: 170px;
    transition: all .25s ease;
    display: flex;
    flex-direction: column;
}

.bs-single-product.bs-compact .bs-related-grid .product:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 100, 50, 0.12);
    border-color: #009444;
}

.bs-single-product.bs-compact .bs-related-grid .product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.bs-single-product.bs-compact .bs-related-grid .product a img {
    border-radius: 6px;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    margin: 0 0 6px !important;
}

.bs-single-product.bs-compact .bs-related-grid .product .woocommerce-loop-product__title {
    font-size: 15px !important;
    margin: 4px 0 2px;
    line-height: 1.3;
    text-align: left !important;
    color: #2d572c;
}

.bs-single-product.bs-compact .bs-related-grid .product .price {
    font-size: 15px !important;
    font-weight: 700;
    text-align: left !important;
    color: #007033;
    margin-top: 0;
    margin-bottom: 0;
}

.bs-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.bs-lightbox.active {
    display: flex;
}

.bs-lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer;
}

.bs-lightbox-content {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.bs-lightbox-image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    user-select: none;
}

.bs-lightbox-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    transition: all .2s;
    z-index: 10;
}

.bs-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.bs-lightbox-prev,
.bs-lightbox-next {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    border-radius: 50%;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bs-lightbox-prev:hover,
.bs-lightbox-next:hover {
    background: rgba(0, 0, 0, 0.8);
    border-color: #fff;
}

.bs-lightbox-counter {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    z-index: 10;
}

.bs-lightbox-hint {
    position: fixed;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    z-index: 10;
    opacity: 0.8;
    transition: opacity .3s;
}

.bs-lightbox-hint.hidden {
    opacity: 0;
    pointer-events: none;
}

.bs-main-image {
    cursor: zoom-in;
}

@media screen and (max-width:1100px) {
    .bs-single-product.bs-compact .bs-related-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width:819px) {
    .bs-single-product.bs-compact {
        margin: 15px auto;
    }

    .bs-single-product.bs-compact .bs-product-main {
        flex-direction: column;
        gap: 20px;
    }

    .bs-single-product.bs-compact .bs-product-gallery {
        flex: 0 0 auto;
        flex-direction: column;
        max-height: none;
    }

    .bs-single-product.bs-compact .bs-gallery-thumbs {
        flex-direction: row;
        order: 2;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: none;
        gap: 6px;
        padding-bottom: 5px;
        scrollbar-width: none;
    }

    .bs-single-product.bs-compact .bs-gallery-thumbs::-webkit-scrollbar {
        display: none;
    }

    .bs-single-product.bs-compact .bs-gallery-thumb {
        width: 55px;
        height: 55px;
        min-width: 55px;
        min-height: 55px;
    }

    .bs-single-product.bs-compact .bs-gallery-main {
        order: 1;
        max-height: 350px;
    }

    .bs-single-product.bs-compact .bs-gallery-main img {
        max-height: 350px;
    }

    .bs-single-product.bs-compact .bs-product-title {
        font-size: 22px;
    }

    .bs-single-product.bs-compact .bs-product-price {
        font-size: 24px;
    }

    .bs-key-attributes {
        gap: 6px;
        padding: 12px 0;
    }

    .bs-key-attr {
        font-size: 13px;
    }

    .bs-key-label {
        min-width: 75px;
    }

    .bs-single-product.bs-compact .bs-single-add-to-cart {
        flex-direction: column;
        gap: 10px;
    }

    .bs-single-product.bs-compact .bs-single-qty-wrap {
        width: fit-content;
        justify-content: center;
    }

    .bs-single-product.bs-compact .bs-single-qty-btn {
        width: 50px;
        height: 46px;
    }

    .bs-single-product.bs-compact .bs-single-qty-input {
        width: 70px;
        height: 46px;
        font-size: 18px;
    }

    .bs-single-product.bs-compact .bs-single-add-btn {
        width: 100%;
        height: 46px;
    }

    .bs-meta-share-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .bs-description-title {
        font-size: 15px;
        padding: 12px 20px;
    }

    .bs-description-content {
        padding: 20px;
        font-size: 15px;
    }

    .bs-single-product.bs-compact .bs-related-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media screen and (max-width:500px) {
    .bs-title-row {
        flex-direction: row;
    }

    .bs-wishlist-btn {
        width: 38px;
        height: 38px;
    }

    .bs-wishlist-btn i {
        font-size: 18px;
    }

    .bs-key-attr {
        flex-wrap: nowrap;
    }

    .bs-key-label {
        flex: 0 0 auto;
        min-width: auto;
        max-width: 45%;
    }

    .bs-key-value {
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.single-product .entry-header {
    display: none;
}

.bs-single-product.bs-compact .bs-product-title {
    font-size: 28px;
    color: #1a472a;
    margin: 0;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.bs-single-product.bs-compact .bs-product-price {
    font-size: 32px;
    color: #009444;
    font-weight: 800;
    line-height: 1;
    padding: 8px 0;
}

.bs-single-product.bs-compact .bs-product-price del {
    color: #999;
    font-size: 18px;
    margin-right: 12px;
    font-weight: 400;
}

.bs-single-product.bs-compact .bs-product-price ins {
    text-decoration: none;
    color: #009444;
}

.bs-price-bgn {
    font-size: 0.85em;
    font-weight: 400;
    color: #777;
    margin-left: 6px;
    white-space: nowrap;
}

.bs-key-attributes {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 12px 0;
    border: none;
    background: transparent;
}

.bs-key-attr {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.4;
    background: transparent;
}

.bs-attr-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-attr-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.bs-key-label {
    color: #999;
    font-weight: 400;
    flex-shrink: 0;
    font-size: 14px;
}

.bs-key-value {
    color: #222;
    font-weight: 500;
    font-size: 14px;
}

@media screen and (max-width:819px) {
    .bs-single-product.bs-compact .bs-product-title {
        font-size: 22px;
    }

    .bs-single-product.bs-compact .bs-product-price {
        font-size: 26px;
    }

    .bs-key-attributes {
        margin: 10px 0;
    }

    .bs-key-attr {
        padding: 8px 0;
        gap: 10px;
    }

    .bs-attr-icon {
        width: 26px;
        height: 26px;
    }

    .bs-attr-icon img {
        width: 26px;
        height: 26px;
    }

    .bs-key-label {
        min-width: 70px;
        font-size: 13px;
    }

    .bs-key-value {
        font-size: 13px;
    }
}

.bs-tax-product_cat .bs-breadcrumb {
    margin-bottom: 0;
}

body.bs-leaf-cat .bs-breadcrumb {
    display: none;
}

.woocommerce-account .site-content,
.woocommerce-account .entry-content {
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px 20px 110px;
}

.woocommerce-account .entry-title {
    display: none;
}

.woocommerce-account .woocommerce {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.woocommerce-MyAccount-navigation {
    flex: 0 0 220px;
    position: sticky;
    top: 100px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 4px;
}

.woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.15s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    background: #f5f5f5;
    color: #333;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #009444;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul li a::before {
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    width: 20px;
    flex-shrink: 0;
    text-align: center;
    opacity: 0.7;
}

.woocommerce-MyAccount-navigation ul li.is-active a::before {
    opacity: 1;
}

.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: "\f3fd";
}

.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f291";
}

.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f30a";
}

.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f3c5";
}

.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f4c0";
}

.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f1c5";
}

.woocommerce-MyAccount-content {
    flex: 1;
    min-width: 0;
}

.woocommerce-MyAccount-content>p:first-child {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.woocommerce-MyAccount-content a {
    color: #009444;
    text-decoration: none;
    font-weight: 500;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

.woocommerce-account h2,
.woocommerce-account h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.woocommerce-account .u-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    padding: 0;
}

.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2 {
    font-size: 20px;
    color: #222;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.woocommerce-account .woocommerce-form-row,
.woocommerce-account .form-row {
    margin-bottom: 18px;
}

.woocommerce-account .woocommerce-form-row label,
.woocommerce-account .form-row label {
    display: block;
    color: #444;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 6px;
}

.woocommerce-account .woocommerce-form-row label .required,
.woocommerce-account .form-row label .required {
    color: #e53935;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="tel"],
.woocommerce-account select,
.woocommerce-account textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
    height: auto;
}

.woocommerce-account input:focus,
.woocommerce-account select:focus,
.woocommerce-account textarea:focus {
    border-color: #009444;
    outline: none;
}

.woocommerce-account input::placeholder {
    color: #aaa;
}

.woocommerce-account .woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 18px 0;
    font-size: 13px;
    color: #666;
}

.woocommerce-account .woocommerce-form-login__rememberme input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #009444;
}

.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit,
.woocommerce-account .woocommerce-Button,
.woocommerce-account button.button {
    background: #009444;
    color: #fff !important;
    border: none;
    border-radius: 6px;
    padding: 12px 28px !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease;
    height: auto;
}

.woocommerce-account .woocommerce-form-login__submit:hover,
.woocommerce-account .woocommerce-form-register__submit:hover,
.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account button.button:hover {
    background: #007a38;
}

.woocommerce-account .woocommerce-LostPassword {
    margin-top: 18px;
}

.woocommerce-account .woocommerce-LostPassword a {
    color: #888;
    font-size: 13px;
}

.woocommerce-account .woocommerce-LostPassword a:hover {
    color: #009444;
}

.woocommerce-account .woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-account .woocommerce-orders-table th {
    background: #f9f9f9;
    color: #333;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.woocommerce-account .woocommerce-orders-table td {
    padding: 14px 15px;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    font-size: 14px;
}

.woocommerce-account .woocommerce-orders-table tbody tr:hover {
    background: #fafafa;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button {
    padding: 7px 14px !important;
    font-size: 12px;
    border-radius: 5px;
}

.woocommerce-account .u-columns.woocommerce-Addresses {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    align-items: flex-start !important;
    width: 100% !important;
}

.woocommerce-account .u-columns.woocommerce-Addresses>.u-column1,
.woocommerce-account .u-columns.woocommerce-Addresses>.u-column2 {
    height: auto !important;
    display: flex !important;
    align-self: flex-start !important;
    flex: 1 1 calc(50% - 12.5px) !important;
    min-width: 0 !important;
}

.woocommerce-account .woocommerce-Address {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    height: 100% !important;
}

.woocommerce-account .woocommerce-Address address {
    flex-grow: 1 !important;
}

@media (max-width:768px) {
    .woocommerce-account .u-columns.woocommerce-Addresses {
        flex-direction: column !important;
    }

    .woocommerce-account .woocommerce-Address-title,
    .woocommerce-account .woocommerce-Addresses header {
        flex-wrap: wrap;
    }
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2 {
    float: none !important;
}

.woocommerce-account .woocommerce-Addresses .u-column1,
.woocommerce-account .woocommerce-Addresses .u-column2,
.woocommerce-account .woocommerce-Addresses .col-1,
.woocommerce-account .woocommerce-Addresses .col-2,
.woocommerce-account .col2-set.addresses .col-1,
.woocommerce-account .col2-set.addresses .col-2,
.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .woocommerce-Address {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 14px;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.woocommerce-account .woocommerce-Address-title,
.woocommerce-account .woocommerce-Addresses header,
.woocommerce-account .woocommerce-column__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-Address-title h3,
.woocommerce-account .woocommerce-column__title {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin: 0;
    padding: 0;
    border: none;
    flex: 1 1 auto;
    min-width: 0;
}

.woocommerce-account .woocommerce-Address-title a,
.woocommerce-account .woocommerce-Addresses header a,
.woocommerce-account .woocommerce-Address a.edit {
    font-size: 13px;
    color: #009444;
    text-decoration: none;
    padding: 6px 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.woocommerce-account .woocommerce-Address-title a:hover,
.woocommerce-account .woocommerce-Addresses header a:hover,
.woocommerce-account .woocommerce-Address a.edit:hover {
    background: #009444;
    color: #fff;
    border-color: #009444;
}

.woocommerce-account address {
    font-style: normal;
    line-height: 1.8;
    color: #666;
    font-size: 14px;
}

.bs-empty-cart-icon {
    display: none !important;
}

.woocommerce-account .woocommerce-Address address:empty::after {
    content: "Все още не сте попълнили този адрес.";
    color: #999;
    font-size: 13px;
    font-style: italic;
}

.woocommerce-account .woocommerce-Address .edit {
    display: inline-block;
    font-size: 13px;
    color: #009444;
    text-decoration: none;
    padding: 6px 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 0.15s ease;
}

.woocommerce-account .woocommerce-Address .edit:hover {
    background: #009444;
    color: #fff;
    border-color: #009444;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
    border: none;
    padding: 0;
    margin: 30px 0 0;
}

.woocommerce-account .woocommerce-EditAccountForm legend {
    color: #222;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0;
}

.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button {
    margin-top: 10px !important;
}

.woocommerce-account .woocommerce-MyAccount-content>h2:first-child,
.woocommerce-account .woocommerce-MyAccount-content>h3:first-child {
    margin-top: 0;
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    background: #f8fdf8;
    border: 1px solid #d4e8d4;
    border-radius: 8px;
    padding: 18px 22px;
    margin-bottom: 25px;
    color: #444;
    font-size: 14px;
    line-height: 1.5;
}

.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-info::before {
    display: none !important;
}

.woocommerce-account .woocommerce-message .woocommerce-Button,
.woocommerce-account .woocommerce-info .woocommerce-Button,
.woocommerce-account .woocommerce-message .button,
.woocommerce-account .woocommerce-info .button {
    order: 2;
    margin: 0 !important;
    padding: 10px 24px !important;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    background: #009444 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    transition: background 0.15s ease;
}

.woocommerce-account .woocommerce-message .woocommerce-Button:hover,
.woocommerce-account .woocommerce-info .woocommerce-Button:hover,
.woocommerce-account .woocommerce-message .button:hover,
.woocommerce-account .woocommerce-info .button:hover {
    background: #007a38 !important;
}

.woocommerce-account .woocommerce-error {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #fef8f8;
    border: 1px solid #f5d4d4;
    border-radius: 8px;
    padding: 18px 22px;
    margin-bottom: 25px;
    color: #c62828;
    font-size: 14px;
}

.woocommerce-account .woocommerce-error::before {
    display: none !important;
}

.woocommerce-account .woocommerce-error li {
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-content>.woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content>.woocommerce-message {
    background: #fafafa;
    border: 1px solid #e5e5e5;
}

.woocommerce-account .woocommerce-password-strength {
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 6px;
    display: inline-block;
}

.woocommerce-account .woocommerce-password-strength.short {
    background: #ffebee;
    color: #c62828;
}

.woocommerce-account .woocommerce-password-strength.bad {
    background: #fff3e0;
    color: #e65100;
}

.woocommerce-account .woocommerce-password-strength.good {
    background: #e8f5e9;
    color: #2e7d32;
}

.woocommerce-account .woocommerce-password-strength.strong {
    background: #c8e6c9;
    color: #1b5e20;
}

@media screen and (max-width:900px) {
    .woocommerce-account .woocommerce {
        flex-direction: column;
        gap: 30px;
    }

    .woocommerce-MyAccount-navigation {
        flex: none;
        width: 100%;
        position: static;
    }

    .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .woocommerce-MyAccount-navigation ul li {
        margin: 0;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 10px 14px;
        font-size: 13px;
        background: #f5f5f5;
    }

    .woocommerce-account .u-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .woocommerce-account .woocommerce-Addresses,
    .woocommerce-account .u-columns.woocommerce-Addresses,
    .woocommerce-account .col2-set.addresses {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .woocommerce-account .woocommerce-Addresses .u-column1,
    .woocommerce-account .woocommerce-Addresses .u-column2,
    .woocommerce-account .col2-set.addresses .col-1,
    .woocommerce-account .col2-set.addresses .col-2 {
        width: 100% !important;
    }
}

@media screen and (max-width:600px) {

    .woocommerce-account .site-content,
    .woocommerce-account .entry-content {
        padding: 25px 15px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        padding: 10px 12px;
        gap: 8px;
        font-size: 12px;
    }

    .woocommerce-MyAccount-navigation ul li a::before {
        font-size: 15px;
        width: 18px;
    }

    .woocommerce-account .woocommerce-orders-table {
        display: block;
        overflow-x: auto;
    }

    .woocommerce-account .woocommerce-form-login__submit,
    .woocommerce-account .woocommerce-form-register__submit,
    .woocommerce-account .woocommerce-Button {
        width: 100%;
    }

    .woocommerce-account .woocommerce-Address,
    .woocommerce-account .woocommerce-Addresses .u-column1,
    .woocommerce-account .woocommerce-Addresses .u-column2,
    .woocommerce-account .col2-set.addresses .col-1,
    .woocommerce-account .col2-set.addresses .col-2 {
        padding: 18px;
    }

    .woocommerce-account .woocommerce-Address-title,
    .woocommerce-account .woocommerce-Addresses header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .woocommerce-account .woocommerce-Address-title a,
    .woocommerce-account .woocommerce-Addresses header a,
    .woocommerce-account .woocommerce-Address a.edit {
        width: 100%;
        text-align: center;
    }

    .woocommerce-account .woocommerce-message,
    .woocommerce-account .woocommerce-info {
        padding: 15px 18px;
        font-size: 13px;
    }

    .woocommerce-account .woocommerce-message .woocommerce-Button,
    .woocommerce-account .woocommerce-info .woocommerce-Button,
    .woocommerce-account .woocommerce-message .button,
    .woocommerce-account .woocommerce-info .button {
        width: 100%;
        text-align: center;
    }
}

.woocommerce-edit-address .u-columns.woocommerce-Addresses {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    align-items: stretch !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

.woocommerce-edit-address .u-columns.woocommerce-Addresses>.u-column1,
.woocommerce-edit-address .u-columns.woocommerce-Addresses>.u-column2 {
    flex: 0 0 420px !important;
    min-width: 0 !important;
    max-width: 420px !important;
    height: auto !important;
    align-self: stretch !important;
    display: flex !important;
}

.woocommerce-edit-address .woocommerce-Address {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    align-items: center !important;
}

.woocommerce-edit-address .woocommerce-Address address {
    flex: 1 1 auto !important;
}

.woocommerce-edit-address .woocommerce-Address-title,
.woocommerce-edit-address .woocommerce-Addresses header {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
}

.woocommerce-edit-address .woocommerce-Address-title a,
.woocommerce-edit-address .woocommerce-Addresses header a,
.woocommerce-edit-address .woocommerce-Address a.edit {
    justify-content: center !important;
}

.woocommerce-edit-address .woocommerce-Address address {
    width: 100% !important;
}

.woocommerce-edit-address .woocommerce-Address {
    padding: 12px !important;
}

.woocommerce-edit-address .woocommerce-Address-title,
.woocommerce-edit-address .woocommerce-Addresses header {
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 6px 8px !important;
}

.woocommerce-edit-address .woocommerce-Address-title h2,
.woocommerce-edit-address .woocommerce-Addresses header h2 {
    flex: 1 1 100% !important;
    margin-bottom: 2px !important;
}

@media (max-width:768px) {

    .woocommerce-edit-address .u-columns.woocommerce-Addresses>.u-column1,
    .woocommerce-edit-address .u-columns.woocommerce-Addresses>.u-column2 {
        flex: 1 1 100% !important;
    }

    .woocommerce-edit-address .woocommerce-Address-title,
    .woocommerce-edit-address .woocommerce-Addresses header {
        flex-wrap: wrap !important;
        align-items: flex-start !important;
    }
}

.bs-cart .site-content {
    background: linear-gradient(180deg, #f7fbf6 0%, #ffffff 55%, #f5faf6 100%);
}

.bs-cart .entry-content {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px 60px;
}

.bs-cart .entry-title {
    font-size: 28px;
    color: #00662f;
    text-align: left;
    margin: 10px 0 18px;
}

.bs-cart .entry-header {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
}

.bs-cart .wp-block-woocommerce-cart {
    background: #ffffff;
    border: 1px solid #e4efe6;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0, 80, 40, 0.08);
}

.bs-cart .wp-block-woocommerce-cart {
    border: 0;
    box-shadow: none;
}

.bs-cart .wp-block-woocommerce-cart,
.bs-cart .wp-block-woocommerce-empty-cart-block,
.bs-cart .bs-empty-cart-hero {
    padding-top: 0;
}

.bs-cart .wc-block-cart__empty-cart__title {
    margin-top: 0;
}

.bs-cart .wc-block-cart {
    gap: 26px;
}

.bs-cart .wc-block-cart__main,
.bs-cart .wc-block-cart__sidebar {
    background: #ffffff;
}

.bs-cart .wc-block-cart-items__header {
    color: #0b5a2a;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.bs-cart .wc-block-cart-item {
    background: #fff;
    border: 1px solid #e3efe6;
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 12px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.bs-cart .wc-block-cart-item__image img {
    border-radius: 10px;
    border: 1px solid #e2eee4;
    background: #fff;
}

.bs-cart .wc-block-components-product-name {
    color: #1f3b2c;
    font-weight: 700;
}

.bs-cart .wc-block-components-product-name:hover {
    color: #009444;
}

.bs-cart .wc-block-components-product-metadata,
.bs-cart .wc-block-components-product-price,
.bs-cart .wc-block-components-product-details__value {
    color: #5b6d61;
}

.bs-cart .wc-block-components-quantity-selector {
    border-radius: 10px;
    border: 1px solid #cfe2d2;
    background: #ffffff;
    overflow: hidden;
}

.bs-cart .wc-block-components-quantity-selector__button {
    background: #f2f7f3;
    color: #1f3b2c;
    transition: background 0.2s ease, color 0.2s ease;
}

.bs-cart .wc-block-components-quantity-selector__button:hover {
    background: #009444;
    color: #fff;
}

.bs-cart .wc-block-components-quantity-selector__input {
    font-weight: 700;
    color: #1f3b2c;
}

.bs-cart .wc-block-components-totals-item__label,
.bs-cart .wc-block-components-totals-item__value {
    color: #1f3b2c;
}

.bs-cart .wc-block-components-order-summary {
    border-radius: 16px;
    border: 1px solid #d9eadc;
    background: linear-gradient(180deg, #f7fbf7 0%, #ffffff 100%);
    padding: 16px;
    box-shadow: 0 10px 24px rgba(0, 80, 40, 0.08);
}

.bs-cart .wc-block-components-order-summary__title {
    color: #0b5a2a;
    font-weight: 800;
    letter-spacing: 0.2px;
}

.bs-cart .wc-block-components-text-input input,
.bs-cart .wc-block-components-text-input textarea,
.bs-cart .wc-block-components-text-input select {
    border-radius: 10px;
    border: 1px solid #cfe2d2;
    padding: 10px 12px;
    background: #fff;
    color: #1f3b2c;
}

.bs-cart .wc-block-components-text-input input:focus,
.bs-cart .wc-block-components-text-input textarea:focus,
.bs-cart .wc-block-components-text-input select:focus {
    border-color: #009444;
    box-shadow: 0 0 0 2px rgba(0, 148, 68, 0.15);
    outline: none;
}

.bs-cart .wc-block-cart__submit-container {
    padding: 12px 0 4px;
}

.bs-cart .wc-block-cart__payment-options {
    display: none !important;
}

.bs-cart .wc-block-cart__totals-title {
    display: none;
}

.bs-cart .wc-block-cart__submit-button,
.bs-cart .wc-block-components-button.wp-element-button,
.bs-cart .wc-block-components-button {
    background: linear-gradient(135deg, #00a74a, #008c3e);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    padding: 12px 18px;
    box-shadow: 0 6px 18px rgba(0, 148, 68, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bs-cart .wc-block-cart__submit-button:hover,
.bs-cart .wc-block-components-button.wp-element-button:hover,
.bs-cart .wc-block-components-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 148, 68, 0.32);
}

.bs-cart .wc-block-components-notice-banner {
    border-radius: 12px;
    border: 1px solid #d9eadc;
    background: #f7fbf7;
    color: #1f3b2c;
}

.bs-cart .wc-block-cart__empty-cart__title {
    color: #0b5a2a;
}

.bs-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
    display: none;
}

.bs-cart.bs-cart-empty .entry-header {
    display: none;
}

.bs-cart .wp-block-woocommerce-empty-cart-block {
    border: 0 !important;
    box-shadow: none !important;
}

.bs-cart .bs-empty-cart {
    padding: 10px 0 20px;
}

.bs-cart .bs-empty-cart-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 38px 14px 46px;
    text-align: center;
}

.bs-cart .bs-empty-cart-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #e8f4ea;
    color: #009444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 2px #d6ead9;
}

.bs-cart .bs-empty-cart-icon i {
    font-size: 28px;
}

.bs-cart .bs-empty-cart-subtitle {
    color: #5b6d61;
    font-size: 15px;
    margin: 0;
}

.bs-cart .bs-empty-cart-actions {
    margin-top: 6px;
}

.bs-cart .bs-empty-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 10px 18px;
    border-radius: 10px;
    background: linear-gradient(135deg, #00a74a, #008c3e);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(0, 148, 68, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bs-cart .bs-empty-cart-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 148, 68, 0.32);
    color: #fff;
}

.bs-cart .wp-block-woocommerce-empty-cart-block .wp-block-separator.is-style-dots {
    margin: 18px auto 16px;
    color: #c7d9cb;
}

.bs-cart .wc-block-grid__product {
    border-radius: 12px;
    border: 1px solid #e3efe6;
    box-shadow: 0 8px 18px rgba(0, 80, 40, 0.08);
    overflow: hidden;
}

.bs-cart .wc-block-grid__product-title {
    color: #1f3b2c;
    font-weight: 700;
}

.bs-cart .wc-block-grid__product-title:hover {
    color: #009444;
}

.bs-cart .wp-block-woocommerce-cart-cross-sells-block h2 {
    text-align: left;
    color: #0b5a2a;
    margin: 20px 0 12px;
    font-size: 20px;
}

.bs-cart .wp-block-woocommerce-cart-cross-sells-block h2 {
    display: none;
}

.bs-cart .wc-block-cart__main.bs-cart-fade {
    opacity: 0.6;
    transition: opacity 0.18s ease;
}

.bs-cart .bs-sow-month-inner {
    position: sticky;
    top: 110px;
    z-index: 2;
}

.bs-cart .bs-sow-month-split .bs-sow-month-inner {
    position: static;
    top: auto;
}

@media screen and (max-width:991px) {
    .bs-cart .bs-sow-month-inner {
        position: static;
        top: auto;
    }
}

@media screen and (min-width:992px) {
    .bs-cart .wc-block-cart {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
        gap: 26px;
        align-items: start;
    }

    .bs-cart .wc-block-cart__main {
        grid-column: 1;
    }

    .bs-cart .wc-block-cart__sidebar {
        grid-column: 2;
        position: sticky;
        top: 50px;
        align-self: flex-start;
        width: 440px;
        max-width: 440px;
    }
}

@media screen and (max-width:991px) {
    .bs-cart .entry-content {
        padding: 0 14px 44px;
    }

    .bs-cart .wp-block-woocommerce-cart {
        padding: 14px;
    }

    .bs-cart .entry-title {
        font-size: 24px;
    }
}

@media screen and (max-width:600px) {
    .bs-cart .wc-block-cart-item {
        padding: 12px;
    }

    .bs-cart .wc-block-components-order-summary {
        padding: 14px;
    }

    .bs-cart .wc-block-cart__submit-button,
    .bs-cart .wc-block-components-button.wp-element-button,
    .bs-cart .wc-block-components-button {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .bs-cart table.wc-block-cart-items {
        display: block;
        width: 100%;
    }

    .bs-cart table.wc-block-cart-items thead {
        display: none;
    }

    .bs-cart table.wc-block-cart-items tbody {
        display: block;
    }

    .bs-cart .wc-block-cart-items__row {
        display: grid !important;
        grid-template-columns: 72px minmax(0, 1fr) !important;
        grid-template-rows: auto auto;
        gap: 4px 12px;
        padding: 12px !important;
        margin-bottom: 10px;
        border-bottom: none !important;
    }

    .bs-cart .wc-block-cart-item__image {
        grid-column: 1 !important;
        grid-row: 1 / 3 !important;
        align-self: center;
        width: 72px !important;
        padding-right: 0 !important;
    }

    .bs-cart .wc-block-cart-item__image img {
        width: 72px !important;
        height: 72px !important;
        object-fit: cover;
    }

    .bs-cart .wc-block-cart-item__product {
        grid-column: 2 !important;
        grid-row: 1 !important;
        min-width: 0;
        overflow: hidden;
    }

    .bs-cart .wc-block-components-product-name {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        font-size: 14px;
        line-height: 1.35;
    }

    .bs-cart .wc-block-cart-item__quantity {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 6px;
    }

    .bs-cart .wc-block-cart-item__remove-link {
        font-size: 12px;
        padding: 2px 6px;
        white-space: nowrap;
    }

    .bs-cart .wc-block-cart-item__total {
        grid-column: 2 !important;
        grid-row: 2 !important;
        align-self: end;
        text-align: left !important;
        font-weight: 700;
        color: #009444;
        font-size: 15px;
        padding: 0 !important;
    }

    .bs-cart .wc-block-cart-items__row * {
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .bs-cart .wc-block-cart__main {
        overflow-x: hidden;
    }
}

.wc-block-cart table.wc-block-cart-items {
    margin-bottom: 0 !important;
}

.woocommerce-cart button[name="update_cart"] {
    display: none !important;
}

.woocommerce-cart table.cart .bs-cart-qty-controls {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.woocommerce-cart table.cart .bs-cart-qty-btn {
    width: 28px;
    height: 28px;
    border: none;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all .15s;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-cart table.cart .bs-cart-qty-btn:hover {
    background: #009444;
    color: #fff;
}

.woocommerce-cart table.cart .bs-cart-qty-btn:active {
    transform: scale(.95);
}

.woocommerce-cart table.cart td.product-quantity .qty {
    width: 32px;
    text-align: center !important;
    border: none !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-radius: 0;
    padding: 4px 0;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    background: #fff;
    -moz-appearance: textfield;
    appearance: textfield;
}

.woocommerce-cart table.cart td.product-quantity .qty::-webkit-inner-spin-button,
.woocommerce-cart table.cart td.product-quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (max-width:768px) {
    .woocommerce-cart table.cart {
        display: block !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        width: 100% !important;
    }

    .woocommerce-cart table.cart thead {
        display: none !important;
    }

    .woocommerce-cart table.cart tbody {
        display: block !important;
    }

    .woocommerce-cart table.cart td::before {
        display: none !important;
        content: none !important;
    }

    .woocommerce-cart table.cart td,
    .woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-cart table.cart tr:nth-child(2n) td,
    .woocommerce-cart table.cart tr:nth-child(odd) td,
    .woocommerce-cart table.cart tr td {
        padding: 0 !important;
        border: none !important;
        border-top: none !important;
        display: block !important;
        float: none !important;
        width: auto !important;
        text-align: left !important;
        background-color: transparent !important;
        background: transparent !important;
    }

    .woocommerce-cart table.cart tr.cart_item {
        display: grid !important;
        grid-template-columns: 72px minmax(0, 1fr) auto;
        grid-template-areas: "thumb name name" "thumb qty subtotal";
        gap: 6px 12px;
        position: relative !important;
        background: #fff !important;
        border: 1px solid #e8f0e8 !important;
        border-radius: 12px;
        padding: 12px !important;
        margin-bottom: 10px;
    }

    .woocommerce-cart table.cart td.product-thumbnail {
        display: block !important;
        grid-area: thumb;
        align-self: center;
    }

    .woocommerce-cart table.cart td.product-thumbnail img {
        width: 72px !important;
        height: 72px !important;
        object-fit: cover;
        border-radius: 8px;
        display: block;
        box-shadow: none !important;
    }

    .woocommerce-cart table.cart td.product-name {
        grid-area: name;
        align-self: center;
        min-width: 0 !important;
        overflow: hidden;
        font-size: 14px;
        font-weight: 600;
        color: #1a3d1a;
        line-height: 1.35;
        padding-right: 28px !important;
    }

    .woocommerce-cart table.cart td.product-name a {
        color: inherit;
        text-decoration: none;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .woocommerce-cart table.cart td.product-remove {
        display: block !important;
        grid-area: name;
        justify-self: end;
        align-self: start;
        z-index: 2;
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .woocommerce-cart table.cart td.product-remove a.remove {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        background: #f5f5f5;
        border-radius: 50%;
        color: #999 !important;
        font-size: 16px;
        line-height: 1;
        text-decoration: none;
    }

    .woocommerce-cart table.cart td.product-remove a.remove:hover {
        background: #fdeaea;
        color: #e53935 !important;
    }

    .woocommerce-cart table.cart td.product-price {
        display: none !important;
    }

    .woocommerce-cart table.cart td.product-quantity {
        grid-area: qty;
        align-self: center;
        display: flex !important;
        align-items: center;
        gap: 6px;
    }

    .woocommerce-cart table.cart td.product-subtotal {
        grid-area: subtotal;
        align-self: center;
        text-align: right !important;
        font-weight: 700;
        color: #009444;
        font-size: 15px;
        white-space: nowrap;
    }

    .woocommerce-cart table.cart td.actions {
        display: none !important;
    }

    .woocommerce-cart .cart-collaterals {
        margin-top: 16px;
    }

    .woocommerce-cart .cart_totals {
        width: 100% !important;
        float: none;
    }

    .woocommerce-cart .woocommerce {
        overflow-x: hidden;
    }
}

.page-id-8 .bs-sow-month {
    padding: 60px 0;
    margin-top: 120px;
    border-top: 3px solid #e5e5e5;
}

.page-id-8 .bs-sow-month-link {
    display: none;
}

.econt-iframe-container .form-element.name {
    display: none;
}

.woocommerce-order-received .woocommerce .col2-set {
    width: 100% !important;
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details address {
    padding: 20px 25px;
}

.woocommerce-order-received .col2-set .col-2 {
    display: none !important;
}

.woocommerce-order-received .col2-set .col-1 {
    width: 100% !important;
    padding-top: 20px !important;
}

.woocommerce-order-received .woocommerce table.shop_table {
    margin-bottom: 55px !important;
}

.page-id-8 .wp-block-woocommerce-cart-order-summary-totals-block {
    display: none !important;
}

.page-id-8 .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 86% !important;
}

.woocommerce-checkout .bs-econt-field input[type="text"] {
    padding: 21px 15px !important;
}

@media (max-width:768px) {
    body.woocommerce-checkout .woocommerce form .form-row {
        float: none !important;
        width: 100% !important;
        clear: both;
        box-sizing: border-box;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body.woocommerce-checkout .woocommerce form .form-row input.input-text,
    body.woocommerce-checkout .woocommerce form .form-row textarea,
    body.woocommerce-checkout .woocommerce form .form-row select,
    body.woocommerce-checkout .bs-econt-field input[type="text"],
    body.woocommerce-checkout .bs-econt-field select {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    body.woocommerce-checkout #customer_details,
    body.woocommerce-checkout #order_review,
    body.woocommerce-checkout .woocommerce-billing-fields,
    body.woocommerce-checkout .woocommerce-checkout-review-order,
    body.woocommerce-checkout .woocommerce-checkout-payment,
    body.woocommerce-checkout .bs-econt-delivery {
        min-width: 0;
        overflow-x: hidden;
    }

    body.woocommerce-checkout .woocommerce-checkout-payment {
        background: none;
        border: none;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        margin-top: 10px;
    }

    body.woocommerce-checkout #payment ul.payment_methods {
        padding: 10px 5px !important;
    }
}

ul.products li.product {
    position: relative;
}

.bs-quick-view-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #2d572c;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.25s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.bs-quick-view-btn:hover {
    background: #009444;
    color: #fff;
    transform: scale(1.1);
    animation: none;
}

.bs-bulgarian-sort-badge {
    width: 34px;
    height: auto;
    border-radius: 8%;
    overflow: hidden;
    z-index: 10;
    pointer-events: none;
    opacity: 0.6;
}

.bs-bulgarian-sort-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    display: block;
}

ul.products li.product a.woocommerce-LoopProduct-link .bs-bulgarian-sort-badge {
    position: relative;
    display: block;
    margin: -46px 10px 10px auto;
}

.bs-search-card-image .bs-bulgarian-sort-badge {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

@media (max-width:768px) {
    .bs-bulgarian-sort-badge {
        width: 30px;
        height: 30px;
    }

    ul.products li.product a.woocommerce-LoopProduct-link .bs-bulgarian-sort-badge {
        margin: -40px 8px 8px auto;
    }

    .bs-search-card-image .bs-bulgarian-sort-badge {
        right: 8px;
        bottom: 8px;
    }
}

ul.products li.product:hover .bs-quick-view-btn,
.bs-related-grid .product:hover .bs-quick-view-btn,
.bs-companion-section .product:hover .bs-quick-view-btn {
    opacity: 1;
    transform: scale(1);
    animation: bsQvPulse 1.5s ease-in-out 0.3s 2;
}

@keyframes bsQvPulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

    50% {
        transform: scale(1.15);
        box-shadow: 0 4px 16px rgba(0, 148, 68, 0.4);
    }
}

ul.products li.product,
.bs-related-grid .product,
.bs-companion-section .product {
    position: relative;
}

.bs-card-gallery {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    aspect-ratio: 1;
    pointer-events: none;
    z-index: 8;
}

.bs-card-arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    color: #333;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease, background 0.2s ease;
    pointer-events: auto;
    z-index: 9;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.bs-card-prev {
    left: 6px;
}

.bs-card-next {
    right: 6px;
}

ul.products li.product:hover .bs-card-arrow,
.bs-companion-section .product:hover .bs-card-arrow {
    opacity: 0.55;
}

ul.products li.product .bs-card-arrow:hover,
.bs-companion-section .product .bs-card-arrow:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

@media (hover:none) {
    .bs-card-arrow {
        display: none;
    }
}

.bs-quickview {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.bs-quickview.is-open {
    display: flex;
}

.bs-quickview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.bs-quickview-container {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 12px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: bsQvSlideIn 0.3s ease;
}

@keyframes bsQvSlideIn {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes bsQvSheetUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.bs-qv-drag-handle {
    display: none;
}

.bs-quickview-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #f5f5f5;
    color: #333;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 10;
}

.bs-quickview-close:hover {
    background: #e0e0e0;
    transform: rotate(90deg);
}

.bs-quickview-content {
    display: flex;
    max-height: 90vh;
    overflow: hidden;
}

.bs-quickview-image {
    flex: 0 0 45%;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}

.bs-quickview-img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 8px;
}

.bs-qv-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 18px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 5;
}

.bs-qv-arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.bs-qv-prev {
    left: 15px;
}

.bs-qv-next {
    right: 15px;
}

.bs-quickview.has-gallery .bs-qv-arrow {
    display: flex;
}

.bs-qv-counter {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 500;
    display: none;
}

.bs-quickview.has-gallery .bs-qv-counter {
    display: block;
}

.bs-quickview-img {
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.bs-quickview-image.is-zoomed {
    overflow: hidden;
}

.bs-quickview-image.is-zoomed .bs-quickview-img {
    transform: scale(2);
    cursor: zoom-out;
}

.bs-quickview-image.is-zoomed .bs-qv-arrow,
.bs-quickview-image.is-zoomed .bs-qv-counter {
    opacity: 0;
    pointer-events: none;
}

.bs-quickview-info {
    flex: 1;
    padding: 30px;
    overflow-y: auto;
    max-height: 90vh;
}

.bs-quickview-title {
    font-size: 24px;
    color: #1a472a;
    margin: 0 0 10px;
    font-weight: 700;
    line-height: 1.3;
    padding-right: 40px;
}

.bs-quickview-price {
    font-size: 26px;
    color: #009444;
    font-weight: 700;
    margin-bottom: 20px;
}

.bs-quickview-price del {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin-right: 8px;
}

.bs-quickview-price ins {
    text-decoration: none;
}

.bs-quickview-attributes {
    background: #f9faf9;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #e8f0e8;
}

.bs-quickview-attributes .bs-key-attr {
    padding: 8px 0;
    border-bottom: 1px solid #e8f0e8;
}

.bs-quickview-attributes .bs-key-attr:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bs-quickview-attributes .bs-key-attr:first-child {
    padding-top: 0;
}

.bs-quickview-description {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    overflow-y: auto;
}

.bs-quickview-description p {
    margin-bottom: 12px;
}

.bs-quickview-description p:last-child {
    margin-bottom: 0;
}

.bs-quickview-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #009444;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 20px;
    background: #e8f5e9;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.bs-quickview-link:hover {
    background: #009444;
    color: #fff;
}

.bs-quickview-link i {
    transition: transform 0.2s ease;
}

.bs-quickview-link:hover i {
    transform: translateX(4px);
}

.bs-quickview-cart {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding: 15px;
    background: #f5f8f5;
    border-radius: 10px;
    border: 1px solid #e0ebe0;
}

.bs-quickview-cart .bs-quickview-price {
    font-size: 22px;
    color: #009444;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

.bs-quickview-cart .bs-quickview-price del {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.bs-quickview-cart.is-hidden {
    display: none;
}

.bs-quickview-qty {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.bs-qv-qty-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bs-qv-qty-btn:hover {
    background: #e8f5e9;
    color: #009444;
}

.bs-qv-qty-input {
    width: 50px;
    height: 40px;
    border: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    background: #fff;
    -moz-appearance: textfield;
    appearance: textfield;
}

.bs-qv-qty-input::-webkit-outer-spin-button,
.bs-qv-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bs-qv-add-btn {
    width: 75px;
    height: 44px;
    border: none;
    border-radius: 8px;
    background: #009444;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.bs-qv-add-btn:hover {
    background: #007a38;
    transform: translateY(-1px);
}

.bs-qv-add-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.bs-qv-add-btn i {
    font-size: 18px;
}

.bs-quickview-cart.is-adding .bs-qv-add-btn {
    pointer-events: none;
    opacity: 0.8;
}

.bs-quickview-cart.is-adding .bs-qv-add-btn i::before {
    content: "\f130";
    animation: bs-spin 1s linear infinite;
}

.bs-quickview-cart.is-added .bs-qv-add-btn {
    background: #2d572c;
}

.bs-quickview-cart.is-added .bs-qv-add-btn i::before {
    content: "\f272";
}

@media screen and (max-width:768px) {
    .bs-quickview-cart {
        flex-wrap: wrap;
        gap: 10px;
    }

    .bs-quickview-cart .bs-quickview-price {
        font-size: 22px;
        width: 100%;
        text-align: center;
    }

    .bs-quickview-qty {
        flex: 0 0 auto;
    }

    .bs-qv-qty-btn {
        width: 50px;
    }

    .bs-qv-qty-input {
        flex: 1;
        max-width: 80px;
    }

    .bs-qv-add-btn {
        flex: 1;
        width: auto;
        height: 40px;
        font-size: 20px;
    }
}

.bs-quickview-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.bs-quickview.is-loading .bs-quickview-loading {
    display: flex;
}

.bs-quickview.is-loading .bs-quickview-content {
    opacity: 0;
}

.bs-quickview-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #e8f0e8;
    border-top-color: #009444;
    border-radius: 50%;
    animation: bsQvSpin 0.8s linear infinite;
}

@keyframes bsQvSpin {
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width:768px) {
    .bs-quickview {
        padding: 0;
        align-items: flex-end;
    }

    .bs-quickview-container {
        max-height: 92vh;
        border-radius: 20px 20px 0 0;
        animation: bsQvSheetUp 0.3s cubic-bezier(0.22, 1, 0.36, 1);
        will-change: transform;
    }

    .bs-quickview-content {
        flex-direction: column;
        max-height: calc(92vh - 28px);
    }

    .bs-quickview-image {
        flex: 0 0 auto;
        max-height: 35vh;
        padding: 15px;
    }

    .bs-quickview-img {
        max-height: 30vh;
    }

    .bs-qv-arrow {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .bs-qv-prev {
        left: 8px;
    }

    .bs-qv-next {
        right: 8px;
    }

    .bs-qv-counter {
        padding: 4px 10px;
        font-size: 11px;
        bottom: 10px;
    }

    .bs-quickview-info {
        padding: 20px;
        max-height: 55vh;
    }

    .bs-quickview-title {
        font-size: 20px;
        padding-right: 30px;
    }

    .bs-quickview-price {
        font-size: 22px;
    }

    .bs-qv-drag-handle {
        display: flex;
        justify-content: center;
        padding: 14px 0 6px;
        cursor: grab;
        touch-action: none;
    }

    .bs-qv-drag-handle span {
        width: 56px;
        height: 6px;
        border-radius: 3px;
        background: #b0b0b0;
        transition: background 0.2s;
    }

    .bs-qv-drag-handle:active span {
        background: #888;
    }

    .bs-quickview-close {
        display: none;
    }
}

@media (hover:none) {
    .bs-quick-view-btn {
        opacity: 1;
        transform: scale(1);
    }
}

a.lang {
    display: none;
}

.page-id-10.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: unset !important;
}

.page-id-10.woocommerce-account .woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: unset !important;
}

.page-id-10.woocommerce-account .woocommerce .col2-set::before {
    display: none !important;
}

@media screen and (min-width:820px) and (max-width:1100px) {
    .max-width {
        padding-left: 20px;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .bs-sow-month-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.woocommerce-checkout .entry-header,
    body.woocommerce-checkout .entry-content,
    body.woocommerce-checkout form.checkout {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    body.woocommerce-order-received .entry-header .entry-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.woocommerce-order-received .entry-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.page:not(.home):not(.woocommerce-page) #primary.content-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bs-cart .entry-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bs-leaf-cat .content-area .woocommerce-products-header__title.page-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.bs-product-tax:not(.bs-tax-product_cat) .entry-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.bs-shop .entry-header,
    body.post-type-archive-product .entry-header,
    body.woocommerce-shop .entry-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.search .content-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bs-popular-products {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bs-single-product.bs-compact {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .woocommerce-account .entry-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.bs-home .bs-hero-products {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        width: 100%;
        max-width: 100vw;
        overflow: hidden;
    }

    body.bs-home .bs-hero-tomatoes {
        max-width: 100%;
    }

    body.bs-home .bs-hero-tomatoes ul.products {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.bs-home .bs-hero-tomatoes ul.products::-webkit-scrollbar {
        display: none;
    }

    body.bs-home .bs-hero-tomatoes ul.products li.product {
        flex: 0 0 190px;
        scroll-snap-align: start;
    }
}

@media screen and (min-width:1101px) and (max-width:1290px) {
    .max-width {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .bs-sow-month-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.woocommerce-checkout .entry-header,
    body.woocommerce-checkout .entry-content,
    body.woocommerce-checkout form.checkout {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    body.woocommerce-order-received .entry-header .entry-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.woocommerce-order-received .entry-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.page:not(.home):not(.woocommerce-page) #primary.content-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bs-cart .entry-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bs-leaf-cat .content-area .woocommerce-products-header__title.page-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.bs-product-tax:not(.bs-tax-product_cat) .entry-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.bs-shop .entry-header,
    body.post-type-archive-product .entry-header,
    body.woocommerce-shop .entry-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.search .content-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bs-popular-products {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bs-single-product.bs-compact {
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .woocommerce-account .entry-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width:820px) {
    body.bs-home .bs-hero-products-scroll {
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    body.bs-home .bs-hero-products-scroll::-webkit-scrollbar {
        display: none;
        height: 0;
    }
}

.bs-hero-products ul.products li.product,
.bs-sow-month-products ul.products li.product,
.bs-popular-products ul.products li.product,
.bs-related-products .bs-related-grid .product {
    display: flex;
    flex-direction: column;
}

.bs-hero-products ul.products li.product>a.woocommerce-LoopProduct-link,
.bs-sow-month-products ul.products li.product>a.woocommerce-LoopProduct-link,
.bs-popular-products ul.products li.product>a.woocommerce-LoopProduct-link,
.bs-related-products .bs-related-grid .product>a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.bs-hero-products ul.products li.product .price,
.bs-sow-month-products ul.products li.product .price,
.bs-popular-products ul.products li.product .price,
.bs-related-products .bs-related-grid .product .price {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0;
}

.bs-hero-products ul.products li.product .bs-add-to-cart-wrap,
.bs-sow-month-products ul.products li.product .bs-add-to-cart-wrap,
.bs-popular-products ul.products li.product .bs-add-to-cart-wrap,
.bs-related-products .bs-related-grid .product .bs-add-to-cart-wrap {
    margin-top: 8px !important;
    border-top: none !important;
    padding-top: 0 !important;
}

.bs-sow-month-products ul.products li.product {
    display: flex;
    flex-direction: column;
}

.bs-sow-month-products ul.products li.product>a.woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    min-height: 0;
}

.bs-sow-month-products ul.products li.product>a.woocommerce-LoopProduct-link .price {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0;
}

.bs-sow-month-products ul.products li.product>.bs-add-to-cart-wrap {
    margin-top: 8px !important;
    border-top: none !important;
    padding-top: 0 !important;
}

body.bs-home .bs-hero-products ul.products li.product .bs-card-attrs~.price {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.bs-payment-success-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #d4edda;
    color: #155724;
    border: 2px solid #28a745;
    border-radius: 6px;
    padding: 18px 24px;
    margin-bottom: 24px;
    font-size: 1.4em;
    font-weight: 700;
}

.bs-payment-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #28a745;
    color: #fff;
    border-radius: 50%;
    font-size: 1.1em;
    flex-shrink: 0;
}

.coupon {
    display: none;
}

.bs-cart .cart-subtotal {
    display: none;
}

.bs-post-layout {
    display: grid;
    grid-template-columns: 1fr minmax(0, 680px) 1fr;
    gap: 0;
    width: min(1250px, 100vw);
    margin-left: calc(50% - min(625px, 50vw));
    align-items: start;
    padding-top: 65px;
}

.bs-post-layout>article {
    min-width: 0;
    padding: 0 20px;
}

.bs-post-toc {
    position: sticky;
    top: 80px;
}

.bs-post-toc .bs-toc-inner {
    max-width: 220px;
    margin-left: 16px;
    margin-right: auto;
}

.bs-post-share {
    position: sticky;
    top: 80px;
}

.bs-post-share .bs-share-inner {
    max-width: 60px;
    margin-left: auto;
    margin-right: 16px;
}

.bs-toc-inner {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.bs-toc-title {
    font-family: 'Lora', Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    color: #6b7c6b;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d4ddd4;
}

.bs-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bs-toc-item {
    margin-bottom: 2px;
}

.bs-toc-h3 {
    padding-left: 10px;
}

.bs-toc-link {
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 13px;
    color: #555;
    line-height: 1.4;
    display: block;
    padding: 4px 7px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.bs-toc-link:hover {
    color: #009444;
}

.bs-toc-link.is-active {
    color: #009444;
    font-weight: 600;
}

.bs-share-inner {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.bs-share-title {
    font-family: 'Lora', Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    color: #6b7c6b;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding-bottom: 8px;
    border-bottom: 1px solid #d4ddd4;
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
}

.bs-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    border: none;
    cursor: pointer;
    line-height: 1;
}

.bs-share-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
}

.bs-share-fb {
    background: #1877f2;
    color: #fff;
}

.bs-share-wa {
    background: #25d366;
    color: #fff;
}

.bs-share-copy {
    background: #edf4e9;
    color: #009444;
}

.bs-share-copy.is-copied {
    background: #009444;
    color: #fff;
}

@media (max-width:1100px) {
    .bs-post-layout {
        grid-template-columns: minmax(0, 720px);
        padding: 20px 0 0 0;
    }

    .bs-post-toc,
    .bs-post-share {
        display: none;
    }
}

body.single-post #primary.content-area {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
}

body.single-post .site-content {
    max-width: none;
    overflow: visible;
}

body.single-post #main.site-main {
    max-width: none;
    overflow: visible;
}

body.single-post .header-top:not(.is-sticky) .header-top-main {
    padding: 8px 0 5px 0;
}

body.single-post .header-top:not(.is-sticky) .simple-header-search {
    height: 36px;
}

body.single-post .header-top:not(.is-sticky) .h-left {
    padding: 10px 0;
}

body.single-post .header-top:not(.is-sticky) .h-left a {
    max-width: 90px;
}

body.single-post #primary.content-area {}

body.single-post .entry-title,
body.blog .entry-title,
body.archive .entry-title,
body.category .entry-title {
    font-family: 'Lora', Georgia, serif;
    font-weight: 700;
    color: #1a3c1a;
    line-height: 1.25;
}

body.single-post .entry-title {
    font-size: 2.2em;
    margin: 40px 0 12px 0;
    text-align: left;
}

body.single-post .entry-meta {
    font-family: 'Source Sans 3', 'Arial', sans-serif;
    font-size: 14px;
    color: #6b7c6b;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #d4ddd4;
}

body.single-post .entry-content {
    font-family: 'Source Sans 3', 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.75;
    color: #2c2c2c;
}

body.single-post .entry-content p {
    margin-bottom: 1.4em;
}

body.single-post .entry-content>p:first-of-type::first-letter {
    font-family: 'Lora', Georgia, serif;
    float: left;
    font-size: 3.6em;
    line-height: 0.85;
    padding-right: 10px;
    padding-top: 4px;
    color: #009444;
    font-weight: 700;
}

body.single-post .entry-content h2 {
    font-family: 'Lora', Georgia, serif;
    font-size: 1.6em;
    color: #1a3c1a;
    margin: 2em 0 0.8em 0;
    text-align: left;
    font-weight: 600;
}

body.single-post .entry-content h3 {
    font-family: 'Lora', Georgia, serif;
    font-size: 1.3em;
    color: #2a5a2a;
    margin: 1.6em 0 0.6em 0;
    font-weight: 600;
}

body.single-post .entry-content a {
    color: #009444;
    text-decoration: underline;
    text-decoration-color: rgba(0, 148, 68, 0.3);
    text-underline-offset: 3px;
    transition: text-decoration-color 0.2s;
}

body.single-post .entry-content a:hover {
    text-decoration-color: #009444;
}

body.single-post .entry-content blockquote {
    font-family: 'Lora', Georgia, serif;
    font-style: italic;
    font-size: 1.15em;
    color: #3a5c3a;
    border-left: 4px solid #009444;
    margin: 2em 0;
    padding: 16px 24px;
    background: #f4faf4;
    border-radius: 0 6px 6px 0;
}

body.single-post .entry-content figure {
    margin: 2em 0;
    background: #fff;
    padding: 7px 7px 10px 7px;
    border: 1.5px solid #b8d49a;
    border-radius: 6px;
    box-shadow: 0 4px 18px rgba(30, 80, 10, 0.10), 0 1px 5px rgba(0, 0, 0, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    display: table;
}

body.single-post .entry-content figure img {
    border-radius: 3px;
    display: block;
}

body.single-post .entry-content img.aligncenter,
body.single-post .entry-content img.alignleft,
body.single-post .entry-content img.alignright {
    border-radius: 6px;
    outline: 1.5px solid #b8d49a;
    box-shadow: 0 4px 18px rgba(30, 80, 10, 0.10), 0 1px 5px rgba(0, 0, 0, 0.06);
    padding: 0;
}

body.single-post .entry-content figcaption {
    font-family: 'Lora', Georgia, serif;
    font-size: 13px;
    font-style: italic;
    color: #6b7c6b;
    text-align: center;
    margin-top: 7px;
    padding: 0 4px;
    line-height: 1.4;
}

body.single-post .entry-content img.aligncenter,
body.single-post .entry-content .aligncenter,
body.single-post .entry-content figure.aligncenter,
body.single-post .entry-content .wp-block-image.aligncenter,
body.single-post .entry-content .wp-block-image.aligncenter figure {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
}

body.single-post .entry-content ul,
body.single-post .entry-content ol {
    margin: 1.2em 0;
    padding-left: 1.8em;
}

body.single-post .entry-content li {
    margin-bottom: 0.5em;
    line-height: 1.65;
}

body.blog .category-article,
body.archive .category-article,
body.category .category-article {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

body.blog .entry-title a,
body.archive .entry-title a,
body.category .entry-title a {
    font-family: 'Lora', Georgia, serif;
    color: #1a3c1a;
    transition: color 0.2s;
}

body.blog .entry-title a:hover,
body.archive .entry-title a:hover,
body.category .entry-title a:hover {
    color: #009444;
}

body.blog .entry-content,
body.archive .entry-content,
body.category .entry-content {
    font-family: 'Source Sans 3', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #444;
}

body.blog .read-article a,
body.archive .read-article a,
body.category .read-article a {
    font-family: 'Source Sans 3', 'Arial', sans-serif;
    color: #009444;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

body.blog .read-article a:hover,
body.archive .read-article a:hover,
body.category .read-article a:hover {
    color: #007730;
}

body.single-post .entry-header {
    background: none !important;
    padding: 0 !important;
}

.bs-post-hero {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
    margin-bottom: 0;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(20, 60, 10, 0.18), 0 2px 8px rgba(0, 0, 0, 0.10);
}

.bs-post-hero-img {
    display: block;
    width: 100%;
    aspect-ratio: 39 / 6;
    overflow: hidden;
}

.bs-post-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    padding: 0;
}

.bs-post-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 80px 36px 32px 146px;
    background: linear-gradient(to bottom, transparent 0%, rgba(10, 30, 10, 0.55) 40%, rgba(5, 20, 5, 0.85) 100%);
}

body.single-post .bs-post-hero-overlay .entry-title {
    font-family: 'Lora', Georgia, serif;
    font-size: 2em;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.25;
    margin: 0 0 10px 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

body.single-post .bs-post-hero-overlay .entry-meta {
    font-family: 'Source Sans 3', Arial, sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.80) !important;
    margin: 0;
    padding: 0;
    border: none;
}

@media (max-width:768px) {
    .bs-post-hero {
        border-radius: 0;
        margin-top: 0;
    }

    .bs-post-hero-img {
        aspect-ratio: 16 / 9;
    }

    .bs-post-hero-overlay {
        padding: 60px 18px 22px 18px;
    }

    body.single-post .bs-post-hero-overlay .entry-title {
        font-size: 1.4em;
    }
}

@media (max-width:768px) {
    .bs-post-layout>article {
        padding: 0 15px !important;
    }

    body.single-post .entry-title {
        font-size: 1.7em;
    }

    body.single-post .entry-content {
        font-size: 17px;
    }

    body.single-post .entry-content>p:first-of-type::first-letter {
        font-size: 3em;
    }

    body.single-post .header-top:not(.is-sticky) .header-top-main {
        padding: 8px 15px 10px 15px;
    }
}

.bs-catstrip-wrap {
    position: relative;
    z-index: 200;
    background: #fff;
    /*border-bottom: 1px solid #dde8dd;
    box-shadow: 0 2px 6px rgba(0, 68, 30, .09);*/
}

.bs-catstrip-row {
    display: flex;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 4px 0 8px;
}

.bs-catstrip-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 2px;
    padding: 10px 4px;
    flex: 1;
    min-width: 0;
}

.bs-catstrip-scroll::-webkit-scrollbar {
    display: none;
}

.bs-catstrip-arrow {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: background .15s, border-color .15s;
    flex-shrink: 0;
    line-height: 1;
    box-sizing: border-box;
}

.bs-catstrip-arrow:hover {
    background: #f7f7f7;
    border-color: #d6d6d6;
    color: #111;
}

.bs-catstrip-arrow.is-hidden {
    opacity: .3;
    pointer-events: none;
    cursor: default;
}

@media(min-width:820px) {
    .bs-catstrip-arrow {
        display: inline-flex;
    }
}

.bs-catstrip-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 4px 9px;
    border-radius: 10px;
    width: 80px;
    min-width: 76px;
    transition: background .15s;
    flex-shrink: 0;
    overflow: visible;
}

.bs-catstrip-item img {
    width: 77px;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    transition: transform .18s;
    transform-origin: center;
}

.bs-catstrip-item:hover img {
    transform: scale(1.1);
}

.bs-catstrip-item.bs-catstrip-active img {
    box-shadow: 0 0 0 2.5px #009444, 0 0 0 5px rgba(0, 148, 68, .15);
}

/* Active parent (left zone) — card background instead of circle ring */
.bs-catstrip-item.bs-catstrip-parent.bs-catstrip-active {
    background: #e8f5ee;
    box-shadow: 0 2px 8px rgba(0, 100, 50, .15);
}

.bs-catstrip-item.bs-catstrip-parent.bs-catstrip-active img {
    box-shadow: none;
}

.bs-catstrip-item span {
    font-size: 12px;
    margin-top: 3px;
    color: #1a4a1a;
    font-weight: 600;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 0 4px;
    box-sizing: border-box;
}

.bs-catstrip-active span {
    color: #006632;
}

.bs-catstrip-toggler {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border: 1px solid #d0e8d0;
    background: #f5faf5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 4px;
    transition: background .15s;
    order: -1;
}

.bs-catstrip-toggler:hover {
    background: #e4f4eb;
}

@media(min-width:820px) {
    .bs-catstrip-toggler {
        display: none;
    }
}

.bs-toggler-chevron {
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2.5px solid #009444;
    border-bottom: 2.5px solid #009444;
    transform: rotate(45deg);
    transition: transform .25s;
    margin-top: -5px;
}

.bs-catstrip-toggler[aria-expanded="true"] .bs-toggler-chevron {
    transform: rotate(-135deg);
    margin-top: 3px;
}

.bs-catstrip-panel {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 201;
    max-height: 0;
    overflow: hidden;
    transition: max-height .32s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 8px 24px rgba(0, 68, 30, .13);
}

.bs-catstrip-panel.bs-open {
    max-height: 70vh; /* fallback; overridden by JS with exact available height */
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
}

.bs-catstrip-panel-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 14px 12px;
    max-width: 1250px;
    margin: 0 auto;
}

.bs-catstrip-panel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 10px 4px;
    border-radius: 10px;
    transition: background .15s;
}

.bs-catstrip-panel-item:hover {
    background: rgba(0, 148, 68, .06);
}

.bs-catstrip-panel-item.bs-catstrip-active {
    background: #e4f4eb;
    outline: 2px solid #009444;
    outline-offset: -1px;
}

.bs-catstrip-panel-item img {
    width: 70px;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.bs-catstrip-panel-item span {
    font-size: 12px;
    margin-top: 6px;
    color: #1a4a1a;
    font-weight: 600;
    text-align: center;
    display: block;
}

.bs-catstrip-panel-item.bs-catstrip-active span {
    color: #006632;
}

.bs-catstrip-panel-handle {
    display: flex;
    justify-content: center;
    padding: 6px 0 10px;
}

.bs-catstrip-panel-divider {
    display: none;
}

@media(max-width:819px) {
    .bs-catstrip-panel-divider {
        display: block;
        grid-column: 1 / -1;
        height: 1px;
        background: #d4e8d4;
        width: 66%;
        margin: 20px auto 5px;
        border-radius: 1px;
    }
}

.bs-catstrip-handle-bar {
    width: 38px;
    height: 4px;
    background: #cde0cd;
    border-radius: 2px;
}

.bs-catstrip-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .28);
    z-index: 199;
    cursor: pointer;
}

.bs-catstrip-backdrop.bs-open {
    display: block;
}

@media(max-width:480px) {
    .bs-catstrip-panel-inner {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*@media(max-width:360px) {
    .bs-catstrip-item {
        min-width: 50px;
        padding: 4px 4px;
    }

    .bs-catstrip-item img {
        width: 38px;
        height: 38px;
    }

    .bs-catstrip-item span {
        font-size: 10px;
    }
}*/

@media(max-width:819px) {
    .bs-catstrip-item {
        width: 62px;
        min-width: 62px;
        padding: 3px 3px;
    }

    .bs-catstrip-item img {
        width: 60px;
        height: auto;
    }

    .bs-catstrip-item span {
        font-size: 12px;
    }
}

.bs-catstrip-divider {
    display: block;
    width: 1.5px;
    height: 40px;
    background: #c0d8c0;
    margin: 4px 6px;
    flex-shrink: 0;
    border-radius: 1px;
    align-self: center;
}

.bs-catstrip-sub {
    opacity: .85;
}

.bs-catstrip-sub.bs-catstrip-active {
    opacity: 1;
}

.bs-catstrip-sub img {}
