.btn {
    background: var(--green);
    border-radius: var(--border-radius);
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    padding: 12px 24px;
    transition: all 0.3s ease;
    border: 0;
}

.btn:hover {
    background: var(--dark);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-dark {
    background: var(--dark);
    color: white;
}

.btn-dark:hover {
    background: var(--green);
}

.header-main .container {
    max-width: 1920px;
    padding: 0 20px 0 0;
    height: 100%;
}

.header-top {}

.header-main {
    padding: 0;
}

@media screen and (min-width: 991px) {
    #navToggle {
        height: 100%;
        width: auto;
        cursor: pointer;
        display: flex;
    }

    .header-main {
        height: 130px;
        display: flex;
        align-items: center;
    }

    .nav-toggle-wrapper {
        display: flex;
        color: white;
        margin-right: 30px;
        align-items: center;
        gap: 12px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 1.32;
        background: rgba(255, 255, 255, 0.2);
        height: 100%;
        padding: 0 30px;
    }

}

.header-nav .user__icon,
.header-nav .cart__icon {
    background: transparent;
    margin: 0;
}

.product-card__description {
    display: none;
}

.product-card__bottom {
    padding: 0;
}

.product-detail__cta {
    background: transparent;
    display: flex;
    flex-direction: row;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .nav-toggle-text {
        display: none;
    }

}

.nav-linkDesktop {
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .header-main {
        background: white;
    }

}

.product-card__tags {
    left: 10px;
    top: 10px;
    z-index: 1;
}

.product-card__tagsRight {
    right: 10px;
    top: 10px;
}

@media screen and (min-width: 992px) {
    .nav-item {
        flex-direction: column;
    }



    .nav-submenu {
        top: 0;
        position: relative;
        display: none;
    }

    .nav-submenu .row {
        flex-direction: column;
    }

    .nav-submenu .row .col-12 {
        width: 100%;
    }

    .nav-submenu__single {
        padding: 0;
    }

}

#navToggle {
    cursor: initial;
}

.header-nav {
    gap: 20px;
}

.header-nav .user,
.header-nav .cart {
    margin: 0;
    background: white;
    padding: 2px 20px 2px 10px;
    height: 48px;
    border-radius: var(--border-radius);
}

.header-tel,
.header-tel-img {
    align-items: center;
    display: flex;
}

.nav-item-backdrop {
    display: none !important;
}

.newsletterSection__form {
    align-items: center;
    display: flex;
    gap: 40px;
}

.newsletterSection__titleWrap {
    flex-grow: 1;
    flex-shrink: 0;
}

.newsletterSection__formGroup {
    border-radius: 9999px;
    display: flex;
    height: 50px;
    max-width: 420px;
    width: 100%;
    background: transparent;
    gap: 5px;
}

.newsletterSection__formGroup .validator-msg-holder {
    width: 100%;
}

.newsletterSection__label {
    display: none;
}

.newsletterSection__btn:hover {
    background: var(--light);
    color: var(--dark);
}

@media screen and (max-width: 1200px) {
    .newsletterSection {
        padding: 25px 20px;
    }

}

@media screen and (max-width: 991px) {
    .newsletterSection__titleWrap {
        flex-shrink: 1;
        text-align: center;
    }

    .newsletterSection__form {
        flex-direction: column;
        gap: 20px;
    }

    .newsletterSection__form img {
        width: 50px;
    }

    .newsletterSection__title {
        font-size: 28px;
    }

    .newsletterSection__subTitle {
        font-size: 13px;
    }

    .newsletterSection {
        margin: 0;
        padding: 20px;
    }

}

h6,
h5,
h4,
h3,
h2,
h1 {
    font-family: var(--font-headings);
    font-weight: 700;
}

.btn.--green {
    background: var(--green);
}

.product-detail__qty.stepper {
    height: 58px;
}

.product-detail__qty.stepper span,
.product-detail__qty.stepper input {
    height: 58px;
}

.product-detail__button {
    flex-grow: 1;
}

@media (min-width: 992px) {
    #product-carousel {
        border: 0;
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        transform: none !important;
        width: 100% !important;
    }

    #product-carousel>div:first-child {
        grid-column: span 2;
    }

    #ratingSection::before {
        content: "";
        top: -1px;
        bottom: 0;
        left: calc(50% - 155px);
        transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        background: var(--light);
        display: flex;
        position: absolute;
        z-index: -1;
    }

    .page-wrapper nav {
        z-index: 9;
    }

}

.product-top {
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-gap: 60px;
    margin: 0;
    border-bottom: 1px solid var(--border);
    padding-bottom: 60px;
}

.product-detail__photos {
    margin: 0;
}

.product-detail__thumbs {
    display: none;
}

#product-carousel>div {
    display: flex;
    gap: 10px;
}

.product-detail__carouselLink {
    cursor: pointer;
    padding: 0px;
    position: relative;
    width: 100%;
}

.page-heading {
    padding: 40px 0;
}

.subcategories {
    padding-top: 0;
    padding-bottom: 40px;
}

.product-detail__photos .lightbox .next,
.product-detail__photos .lightbox .prev {
    align-items: center;
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 50px;
    justify-content: center;
    position: fixed;
    right: 50%;
    transform: translateX(480px);
    width: 50px;
    cursor: pointer;
}

.product-detail__photos .lightbox .prev {
    left: 50%;
    right: auto;
    transform: translateX(-480px);
}

.product-detail {
    padding-top: 20px;
}

section.products {
    flex-grow: 1;
}

.modal__container.--cart .btn {
    background: var(--green);
}

.modal__container.--cart .btn.--cart-dark {
    background: var(--dark);
}

.cart-page .page-wrapper {
    max-width: 100%;
}

.cart-aside {
    background: var(--light);
}

.cart-aside__code .btn {
    background: var(--dark);
}


.variants {
    padding-bottom: 40px;
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1300px) {
    .header-tel {
        display: none;
    }

}

@media (max-width: 1200px) {
    .search {
        padding: 0 40px;
    }

    .nav-toggle-text {
        display: none;
    }

}

@media screen and (max-width: 991px) {

    .header-nav .user,
    .header-nav .cart {
        margin: 0;
        background: transparent;
        padding: 0;
        height: 100%;
        border-radius: var(--border-radius);
        color: white;
    }

    .header-nav {
        gap: 0;
    }

}

@media screen and (max-width: 991px) {
    .logo {
        width: 100%;
        flex-grow: 1;
        height: 100%;
        align-items: center;
        display: flex;
    }

    .logo img {
        height: 48px;
        width: auto;
        margin: 0;
    }

    .search {
        padding: 0;
    }

    body.--search-active .search-wrapper {
        border-color: var(--navy);
        border-width: 6px;
    }

}

.cart-table-personal {
    margin-top: 0px;
}

.product-detail__parameters h2,
.product-detail__description h2 {
    font-size: 24px;
}

.product-detail__description {
    border-top: 1px solid var(--border);
    margin-top: 50px;
}

.product-detail__parameters table tr:nth-child(odd) td {
    background: var(--light);
}

.product-detail__parameters table tr td {
    padding: 10px;
}

.product-detail__parameters table tr td:last-child {
    text-align: right;
}

.product-detail__code>div {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .container {
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
        margin: 0 auto;
    }

}

@media (max-width:991px) {
    .product-top-col-1 .product-detail__description {
        display: none;
    }

    .product-detail__text {
        display: none;
    }

    .product-detail__code {
        padding-bottom: 30px;
    }

    .product-detail__carouselItem {
        aspect-ratio: 1/1;
        align-items: center;
        display: flex;
    }

    .product-top {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

}

@media screen and (max-width: 991px) {

    .header-nav .user,
    .header-nav .cart {
        border-radius: 0;
    }

}

.footer-grid .row {
    width: 100%;
}

.footer-left::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -50vw;
    width: calc(50vw + 50%);
    background: rgba(255, 255, 255, .1);
    z-index: -1;
}

.footer-left .header-tel {
    border: 0;
    padding: 10px 0;
    margin: 0;
}

.footer-right {
    width: 100%;
}

.footer-left .btn {
    background: rgba(255, 255, 255, .2);
    height: 44px;
    padding: 0 20px;
    min-height: 44px;
    margin-top: 30px;
}

.footer-left .header-tel-img {
    background: rgba(0, 239, 63, 0.2);
    flex-shrink: 0;
}

.footer-left-logo {
    padding: 0px 0 30px 0;
}

.newsletterSection__form img {
    width: auto;
    height: 100%;
}

#ratingSection {
    padding: 60px 0;
}

#ratingSection .rating-content-title {
    margin: 0;
    flex-direction: column;
    display: flex;
}

#ratingSectionCount {
    padding: 0;
    margin: 0;
    border: 0;
}

#ratingSection .rate-average-inner {
    background: transparent;
}

#ratingSection .stars .star {
    height: 26px;
    width: 26px;
}

.page-wrapper nav {
    max-width: 310px;
    flex-grow: 1;
    width: 310px;
    flex-direction: column;
    flex-shrink: 0;
    background: white;
    border: 1px solid var(--border);
    border-top: 0;
    border-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .page-wrapper nav {
        width: 280px;
    }

}

@media screen and (min-width: 992px) {
    .carousel-col {
        display: flex;
        flex-direction: column;
        flex-shrink: 1;
        gap: 20px;
        width: 67%;
    }

}

.carousel__side {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: stretch;
    margin: 0;
    padding: 0;
}

.carousel,
.carousel-wrapper {
    position: relative;
}

.product-card__tagSingle {
    padding-bottom: 3px;
}

.variants__list.--active {
    max-height: 100%;
    overflow-y: hidden;
    box-shadow: none;
}

.variants__item-content {
    flex-grow: 1;
}

.variants__list.--active .variants__item:hover {
    background: white;
}

.variants__item-content p {
    color: var(--dark);
    font-family: var(--font-headings);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

.variants__item-stock {
    color: var(--green);
    font-size: 14px;
}

.variants__list::after {
    content: none;
}

.variants__item img {
    height: 54px;
    width: 54px;
}

.variants__list-wrap {
    height: auto;
    max-height: 260px;
    overflow-y: auto;
    padding-right: 2px;
}

.variants__list-wrap::-webkit-scrollbar {
    width: 8px;
    cursor: pointer;
}

.variants__list-wrap::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    border-radius: 0px;
    cursor: grab;
}

.variants__list-wrap::-webkit-scrollbar-thumb:hover {
    background-color: #c3c3c3;
}

.variants__list-wrap::-webkit-scrollbar-track {
    background-color: transparent;
}

.variants__item.default.--active {
    display: none;
}

.modal__cart-variant {
    font-size: 14px;
}

.carousel-side {
    border-radius: 5px;
    overflow: hidden;
}

.carousel-content {
    display: flex;
    gap: 10px;
}

@media screen and (min-width: 992px) {
    .carousel-col {
        width: 68.84%;
    }

    .carousel-side {
        width: 31.16%;
    }

}

@media screen and (max-width: 1200px) {
    .carousel-col {
        width: 100%;
    }

    .carousel-side {
        display: none;
    }

}

.section-news__btnWrap {
    padding: 0;
}

.section-news__heading {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

#ratingSection .vote-name {
    flex-direction: column;
}

.vote-grid .vote-checked,
.product-card__deliveryText {
    color: var(--green);
}

.product-card__price {
    padding: 0;
    flex-direction: column;
    gap: 3px;
}

.product-card__priceOld {
    font-size: 13px;
    color: #5a5e6a;
}

#ratingSection .vote-grid {
    gap: 20px;
}

.points {
    position: relative;
    margin-bottom: 60px;
}

.points::after {
    content: "";
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--border);
    height: 1px;
    width: 100%;
    max-width: 1380px;
}

@media screen and (min-width: 992px) {
    .nav-item.expandable:hover .nav-submenu {
        display: none !important;
        content-visibility: hidden;
    }

    .nav-item.expandable:hover~.nav-item-backdrop {
        display: none !important;
        content-visibility: hidden;
    }

    .nav-item.expandable.hover-enabled.hovering .nav-submenu {
        display: block !important;
        content-visibility: visible;
    }

    .nav-item.expandable.hover-enabled.hovering~.nav-item-backdrop {
        display: block !important;
        content-visibility: visible;
    }

    .nav-item.expandable.hover-enabled.hovering .nav-linkDesktop {
        background: var(--light);
    }

    .nav-item {
        position: relative;
    }

    .nav-submenu {
        position: absolute;
        top: 0;
        left: 309px;
        width: 1300px;
        max-width: calc(100vw - 310px);
        box-shadow: 0px 0px 12px rgba(0, 0, 0, .25);
        padding: 30px;
    }

    .nav-submenu .row .col-12 {
        width: 25%;
    }

    .nav-submenu .row {
        flex-direction: row;
        gap: 0px;
    }

    .nav-submenu__single {
        padding: 15px 20px;
    }

}

.page-content .rate-average-wrap {
    position: sticky;
    top: 10px;
}

.carousel .prev,
.carousel .next {
    top: auto;
    bottom: 10px;
}

.carousel-col .carousel-wrapper {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.nav-link img,
.nav-linkDesktop img {
    margin-left: 10px;
    width: 10px;
    height: 10px;
}

.carousel .item {
    position: relative;
    will-change: unset;
    height: 100%;
}

@media screen and (min-width: 992px) {
    .carousel-inner>div {
        height: 100%;
    }

    .carousel-inner>div>div {
        height: 100%;
    }

    .carousel-inner picture {
        height: 100%;
        display: flex;
    }

}

@media screen and (min-width: 992px) {
    .carousel-content {
        display: flex;
        gap: 20px;
        width: 100%;
    }

    .carousel-col {
        /* Původních 68.84 % mínus polovina mezery */
        width: calc(68.84% - 10px);
        flex-shrink: 0;
        min-width: 0;
    }

    .carousel-side {
        /* Původních 31.16 % mínus polovina mezery */
        width: calc(31.16% - 10px);
        flex-shrink: 0;
    }

    /* KRITICKÉ: Obrázek v banneru musí vyplnit svůj kontejner */
    .carousel-side img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* Aby se nedeformoval, pokud je kontejner vyšší */
        display: block;
    }

}

.tag.--circleSale {
    background: url(../ikony/tag-sale.svg);
    background-size: contain;
    border-radius: 0;
    height: 52px;
    width: 42px;
    box-shadow: none;
    padding-bottom: 5px;
    font-size: 15px;
    background-repeat: no-repeat;
}

.product-detail__photos .tag.--circleSale {
    height: 76px;
    width: 60px;
    font-size: 18px;
}

@media screen and (min-width: 992px) {
    .nav-submenu__single:hover {
        outline: 1px solid var(--border);
    }

    .nav-submenu__single ul {
        padding-bottom: 0;
    }

    .nav-submenu__single {
        align-items: center;
    }

    .nav-submenu__title {
        padding: 0;
    }

}

.page-content p,
.page-content strong,
.page-content b,
.page-content i,
.page-content u {
    display: inline-block;
    color: #6e6e6e;
    margin-bottom: 40px;
    line-height: 1.75;
}

@media screen and (max-width: 991px) {
    .nav-submenu .row {
        flex-direction: column;
    }

    .nav-submenu .row .col-12 {
        width: 100%;
    }

    .nav-submenu {
        background: var(--light);
        color: var(--dark);
    }

    .nav-linkDesktop+.nav-link,
    .nav-submenu__title {
        color: var(--dark);
    }

    .page-wrapper nav .container {
        background: transparent;
    }

}

@media screen and (max-width: 768px) {
    .news-single__text {
        display: none;
    }

    .news-single__top {
        height: auto;
    }

    .news-single {
        align-items: stretch;
    }

}

@media screen and (max-width: 991px) {
    #ratingSection {
        background: var(--light);
        padding: 40px 0;
    }

    #ratingSection .rating-section-inner {
        flex-direction: column;
        background: transparent;
    }

    #ratingSection .rating-content {
        padding: 0px 20px 20px 20px;
    }

    #ratingSection h2 {
        text-align: center;
    }

}

@media screen and (max-width: 1200px) {
    .carousel-col {
        width: 100%;
        flex-shrink: 0;
        min-width: 0;
    }

}

@media screen and (max-width: 1200px) {
    #ratingSection .vote-grid {
        display: flex;
        overflow: auto;
        width: 100%;
        grid-gap: 20px;
        padding-bottom: 20px;
    }

}

@media (max-width: 1300px) {
    .footer-left .header-tel {
        display: flex;
    }

    #ratingSection .stars .star {
        height: 16px;
        width: 16px;
    }

}

@media screen and (max-width: 991px) {
    .footer-grid {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .footer-right {
        padding: 0;
    }

    .copyright {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .footer-left {
        flex-direction: row;
        gap: 30px;
        background: rgba(255, 255, 255, .1);
        padding: 20px;
        margin-top: 20px;
        align-items: center;
    }

    .footer-left-logo {
        display: none;
        margin: 0;
    }

    .footer-left .btn {
        margin: 0;
    }

    .footer-left::before {
        content: none;
    }

    .footer-left .header-tel:nth-child(3) {
        flex-grow: 1;
    }

    .newsletterSection__form {
        padding-bottom: 20px;
    }

    .newsletterSection__form img {
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }

}

@media screen and (max-width: 700px) {
    .footer-left {
        flex-direction: column;
        gap: 20px;
    }

}

.page-content h2 {
    font-size: 30px;
}

.page-content h3 {
    font-size: 22px;
}

.footer__link,
.footer__text {
    color: white;
    opacity: 0.8;
}

@media screen and (max-width: 575px) {
    .product-detail__cta {
        background: transparent;
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 20px;
    }

    .product-detail__button {
        margin: 0;
    }

    .product-detail__qty.stepper {
        width: 100%;
    }

    .product-detail__title {
        font-size: 28px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-top .product-card__tags {
        padding: 20px;
        padding-bottom: 0;
    }

    .product-detail__code {
        padding: 20px;
        gap: 10px;
    }

    .product-detail__form {
        flex-direction: column;
        padding: 20px;
    }

    .product-detail__price-delivery {
        padding: 15px;
    }

    .product-top {
        gap: 10px;
    }

    .product-detail {
        padding-top: 10px;
    }

}

@media screen and (max-width: 475px) {
    #doprava-widget-text {
        font-size: 16px;
    }

}

@media screen and (min-width: 992px) {
    .nav-submenu .row .col-12 {
        justify-self: center;
        align-items: center;
        display: flex;
    }

    .page-wrapper nav .container {
        padding: 0;
    }

}

.searchAutocomplete {
    margin-top: 10px;
}

.searchAutocomplete:before {
    background: #fff;
    content: "";
    display: inline-flex;
    height: 12px;
    position: absolute;
    top: 5px;
    transform: translateY(-10px) translateX(10px) rotate(-45deg);
    width: 12px;
}

.searchAutocomplete__section.--cats {
    border-top: 1px solid var(--border);
    margin-top: 10px;
}

.searchAutocomplete__title {
    color: var(--gold);
    font-family: var(--font-headings);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.searchAutocomplete__link {
    align-items: center;
    color: var(--dark);
    display: flex;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 20px;
}

.searchAutocomplete__link:active,
.searchAutocomplete__link:focus,
.searchAutocomplete__link:hover {
    background: var(--light);
}

.searchAutocomplete__item img {
    height: 30px;
    margin-right: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 30px;
    mix-blend-mode: multiply;
}

@media screen and (max-width: 991px) {
    .searchAutocomplete:before {
        left: 20px;
    }

    .search__input {
        border-radius: 0;
        height: 54px;
    }

}

section.products.--tabs {
    padding-bottom: 60px;
    padding-top: 60px;
}

section.products .tabs {
    position: relative;
}

section.products.--tabs h1 {
    padding-bottom: 30px;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
}

.tabs input[type=radio] {
    display: none;
}

.tab-content {
    border: 0 solid #ddd;
    display: none;
    margin-top: 30px;
    padding: 0;
    width: 100%;
}

#tab1:checked~#content1,
#tab2:checked~#content2,
#tab3:checked~#content3,
#tab4:checked~#content4 {
    display: block;
}

section.products .tabs .btn-more:hover {
    border-color: var(--dark);
}

@media screen and (min-width: 992px) {
    .nav-submenu__single {
        width: 100%;
    }

    .nav-submenu__single:hover {
        background: var(--light);
    }

}

@media screen and (max-width: 991px) {
    .nav-submenu__single img {
        display: flex;
        height: 42px;
        width: 42px;
        object-fit: contain;
        margin-left: 10px;
    }

    .nav-submenu__title {
        height: 54px;
    }

    .nav-submenu__single {
        align-items: center;
        justify-content: flex-start;
        display: flex;
    }

}

@media screen and (max-width: 768px) {
    .news-single__title {
        max-height: 60px;
        overflow: hidden;
        height: auto;
    }

}

@media screen and (max-width: 991px) {}

:root {
    --primary: #2c3e50;
    --accent: #3498db;
    --bg-light: #f8f9fa;
    --text: #333;
    --border: #e0e0e0;
}

.contact-page {
    font-family: sans-serif;
    line-height: 1.6;
    color: var(--text);
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
}



@media screen and (max-width: 991px) {
    .cart-aside {
        padding: 20px;
    }

}

#modal-reklamace .modal__container {
    max-width: 820px;
    max-height: 100vh;
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: initial;
}

.article-content-footer {
    padding: 20px;
    background: var(--light);
    display: flex;
    justify-content: center;
}

.product-detail__stock[data-status=active],
.product-detail__price-delivery {
    color: var(--green);
}

.product-detail__description.--mobile {
    display: none;
}

.product-detail__text.--mobile {
    display: none;
}

@media screen and (max-width: 991px) {
    .product-detail__description.--mobile {
        display: block;
        padding: 40px 0;
    }

    .product-detail__text.--mobile {
        display: block;
    }

}

@media screen and (max-width: 991px) {
    .points {
        position: relative;
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .points::after {
        content: none;
    }

    section.products.--tabs .tabs label {
        width: 100%;
    }

}

.product-detail__sestava-notice {
    margin-bottom: 20px;
}

.product-detail__sestava-sale {
    margin: 0;
}

.product-detail__sestava {
    background: white;
    padding: 20px 0;
    margin: 0;
}

.rate-average-wrap .infomessage {
    margin: 30px 0 0 0;
}

.product-detail__sestava h2 {
    font-size: 18px;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    section.products.--tabs .tabs label {
        margin: 2px 0;
    }

    .tab-content {
        margin-top: 10px;
    }

    section.products .tabs .btn-more {
        width: 100%;
        border-color: var(--dark);
    }

    section.products.--tabs {
        padding: 40px 0;
    }

}

@media screen and (max-width: 768px) {
    .news-single.--full {
        flex-direction: column;
    }

    .news-single.--full .news-single__top {
        width: 100%;
        min-height: 240px;
    }

}

.news-single.--full .news-single__title {
    color: var(--dark);
}

.page-content strong {
    margin: 0;
}

@media screen and (max-width: 991px) {
    .header-main .container {
        padding: 0;
    }

}

@media screen and (max-width: 991px) {
    .cart-page .logo {
        margin-left: 20px;
    }

}

#product-code {
    padding-left: 3px;
}

.doprava-widget-subtext {
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .product-detail__price-delivery .btn {
        display: none;
    }

}

@media screen and (max-width: 575px) {
    .product-detail__sestava-item .btn {
        display: none;
    }

    .product-detail__sestava-name {
        font-size: 14px;
    }

    .product-detail__sestava-qty {
        position: absolute;
        top: 10px;
        left: 10px;
    }

}

.product-detail__files-wrap {
    padding: 30px 30px;
    background: var(--light);
    margin-top: 30px;
}

.product-detail__files a {
    background: var(--white);
}

@media screen and (max-width: 575px) {
    .product-detail__files-wrap {
        padding: 0px;
        background: var(--white);
    }

}

@media screen and (max-width: 575px) {
    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-left: -5px;
        margin-right: -5px;
    }

    .product-card__bottom-content {
        background: var(--white);
        padding: 10px 10px 10px 10px;
    }

    .product-card__priceMain {
        font-size: 17px;
    }

    .product-card__btn {
        display: none;
    }

    .product-card__thumb .product-card__tags {
        top: 0px;
        left: 0px;
    }

    .product-card__title {
        font-size: 14px;
    }

}

@media screen and (max-width: 575px) {
    .points-single {
        padding: 6px 0;
    }

    .points-single__icon {
        contain-intrinsic-size: 40px 40px;
        flex-shrink: 0;
    }

    .points-single__icon img {
        width: 40px;
        height: 40px;
    }

    .points-single__content {
        font-size: 14px;
        display: inline-block;
        padding-left: 15px;
        line-height: 1.3;
    }

    .points-single__content strong {
        padding-right: 5px;
    }

    .points {
        padding-bottom: 30px;
    }

}

@media screen and (max-width: 575px) {
    .products-heading {
        flex-direction: column;
        padding: 0;
    }

}

@media screen and (max-width: 575px) {
    .subcategories .row {
        flex-wrap: wrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
        overflow-x: none;
        gap: 5px;
    }

    .subcategories .row .col-8 {
        flex: 0 0 auto;
        width: 100%;
    }

    .header-notice {
        background: var(--green);
        padding: 4px 0;
        line-height: 1.3;
    }

}

body {
    background: white;
    color: var(--darker);
    overflow-x: hidden;
    font-size: 15px;
}

.search-form {
    border-radius: 0;
    display: flex;
    align-items: center;
    background: white;
}

.search__input {
    display: flex;
    position: relative;
    border-radius: 0;
    flex: 1;
    border: none;
    outline: none;
    padding: 0 18px;
    background: var(--light);
    font-size: 15px;
}

.search__button {
    border-radius: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
}

@media screen and (min-width: 991px) {
    .nav-toggle-wrapper {
        display: none;
    }

}

.nav-link,
.nav-linkDesktop {
    color: var(--darker);
    text-align: left;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
}



.product-top .product-card__tags {
    position: relative;
    left: auto;
    top: auto;
    padding: 0px;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 1;
}

.product-detail__info {
    background: transparent;
    padding: 0px;
}

.product-detail__title {
    padding: 15px;
    padding-bottom: 0;
    font-size: 36px;
    padding-left: 0;
    padding-right: 0;
}

.product-detail__form {
    flex-direction: column;
    padding: 0px;
    border-top: 0;
}

.product-detail__cta-wrap {
    flex-direction: column;
    padding: 0px;
    background: transparent;
}

.product-card {
    outline: 0;
}

.product-card__thumb {
    position: relative;
    padding-bottom: 90%;
    border: 2px dashed var(--border);
    border-radius: var(--border-radius);
}

.product-card__link {
    padding: 0;
    color: var(--darker);
}

.product-card__delivery {
    justify-content: flex-start;
    padding: 0 20px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.tag {
    margin: 0;
    box-shadow: none;
    border-radius: 3px;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
}

.product-card__bottom-content {
    display: flex;
    justify-content: space-between;
    background: transparent;
    padding: 0;
    align-items: center;
}

.product-card__btn {
    display: flex;
    padding: 0 18px;
    min-height: 44px;
    font-size: 16px;
    border-radius: var(--border-radius-pill);
    text-transform: uppercase;
    background: var(--dark);
}

.product-card__priceMain {
    margin: 0;
    color: var(--red);
    font-weight: 600;
    font-size: 22px;
}

.points-single__icon img {
    width: 70px;
    height: 70px;
}

header {
    background: var(--darker);
    box-shadow: none;
    z-index: 9;
    position: relative;
}

.page-wrapper {
    display: flex;
    max-width: 1840px;
    justify-content: center;
    align-self: center;
    margin: 0 auto;
    padding: 40px;
    background: white;

}

.page-wrapper main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    flex-grow: 1;
    min-width: 0;
    background: white;
    padding-top: 0px;
}

@media screen and (min-width: 992px) {
    .page-wrapper nav {
        padding-top: 0;
        border: 0;
        background: #fff;
        z-index: 8;
        padding-right: 0px;
        width: 310px;
        max-width: 310px;
        position: relative;
        border: 1px solid var(--darker);
    }

    .page-wrapper nav .container {
        padding: 0;
    }



}

.newsletterSection {
    background: #fff;
    margin-bottom: 0px;
    padding: 30px 60px;
    color: var(--darker);
}

.newsletterSection__title {
    margin-bottom: 0;
    color: var(--darker);
}

footer {
    background: var(--light);
    color: var(--darker);
    padding: 60px 0;
}

.footer-left,
.footer-right {
    padding: 0px 0;
}

.footer-grid {
    display: flex;
    gap: 80px;
    padding-top: 60px;
}

.footer__title {
    font-family: var(--font-headings);
}

.footer__link {
    color: var(--darker);
}

.footer__link:hover {
    color: var(--darker);
    text-decoration: underline;
    opacity: 1;
}

.copyright {
    padding-top: 80px;
    padding: 0;
    background: var(--light);
    color: var(--darker);
}

.copyright__wrap {
    padding: 25px 0;
    border-top: 1px solid var(--border);
}

.copyright__author img {
    filter: none;
}

.copyright__title a {
    color: var(--darker);
}

.contact {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    background: var(--darker);
}

.contact__content {
    background: transparent;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-basis: 30%;
    position: relative;
    width: 100%;
    flex-shrink: 0;
}

.footer-left-text p {
    font-size: 16px;
    color: #5B606D;
}

.newsletterSection__subTitle {
    color: var(--darker);
    display: flex;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    margin-top: 5px;
}

.newsletterSection__input {
    background: white;
    border: 1px solid var(--border);
    font-size: 15px;
    height: 100%;
    width: 100%;
    border-radius: var(--border-radius-pill);
}

.newsletterSection__btn {
    background: var(--dark);
    color: white;
    height: 100%;
    min-height: 100%;
    padding: 0 22px;
    border-radius: var(--border-radius-pill);
    text-transform: uppercase;
    font-size: 16px;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 30px;
}

.categories-single {
    border-radius: 20px;
    background: #F2F7FB;
    justify-content: flex-start;
    border: 6px solid white;
    position: relative;
}

.categories-single::after {
    content: "";
    display: flex;
    position: absolute;
    border-radius: 18px;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px dashed var(--border);
    pointer-events: none;
}

.categories-single__btn {
    display: none;
}

.categories-single__subcategories {
    display: inline-block;
    flex-wrap: wrap;
    gap: 8px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.categories-single__link {
    text-align: center;
    font-size: 28px;
    color: var(--darker);
    padding-top: 30px;
}

.categories-single__subcategories span {
    font-size: 13px;
    color: var(--dark);
    font-weight: 500;
    transition: all 0.2s ease;
}

.categories-single__subcategories a {
    text-decoration: underline;
    font-size: 16px;
    padding: 0 5px;
}

.section-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
}

.news-single__bottom {
    padding: 0px;
    background: transparent;
    padding-top: 20px;
}

.news-single__title {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--font-headings);
}

.news-single__dateWrap {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: var(--border-radius-pill);
}

.news-single__top {
    min-height: 380px;
    border-radius: 20px;
}

.news-single__bottom-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.news-single__text {
    font-size: 16px;
    margin: 0;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    min-height: 42px;
    color: #5B606D;
}

/* Carousel Sidebar Nav */
.carousel-side-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

.carousel-side-item {
    padding: 15px 35px;
    background: white;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px dashed var(--border);
    display: flex;
    align-items: center;
    flex-grow: 1;
    font-size: 18px;
    font-family: var(--font-headings);
    font-weight: 600;
}

.carousel-side-item.--active {
    background: #D8E6F0;
    border-color: transparent;
}

.carousel-side-item span {}

@media screen and (max-width: 991px) {
    .carousel-side {
        display: none;
    }

    .carousel-col {
        width: 100% !important;
    }

}

.product-card__tags .tag {
    font-weight: 400;
}

.tag.--new {
    color: var(--green);
    background: #E0F8F2;
}

.tag.--sale {
    color: var(--red);
    background: #F6DCE1;
}

.tag.--recommended {
    color: #4B545E;
    background: #D9E6F0;
}

section h1 {
    font-weight: 700;
    color: var(--darker);
}

.product-detail__button button img {
    flex-shrink: 0;
    height: 20px;
    margin-left: 0;
    margin-right: 15px;
    width: 18px;
}

.product-detail__price {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.product-detail__price-wrap {
    order: 2;
}

.product-detail__code {
    padding: 30px;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
}

.product-detail__text {
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
}

.page-wrapper nav .container {
    max-width: 100%;
    flex-direction: column;
    background: white;
    border-radius: 10px;
    padding: 10px 0;
}

.product-detail__carouselItem {
    border: 2px dashed var(--border);
    padding-bottom: 0;
    border-radius: 10px;
    aspect-ratio: 12/10;
}

.contact__item {
    color: white;
    border: 2px dashed white;
    border-radius: var(--border-radius-pill);
    padding: 3px;
    height: 58px;
}

.contact__text small {
    color: white;
}

.contact-social {
    order: 3;
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact__title {
    color: white;
    font-weight: 500;
    max-width: 440px;
}

.contact__text {
    padding: 0 20px;
}

.header-tel {
    gap: 10px;
    margin-left: 30px;
    padding-left: 30px;
    color: var(--white);
    display: none;

}

.header-tel-content {
    color: var(--dark);
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.header-tel-img {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.header-tel-content span {
    font-family: var(--font-main);
    font-size: 20px;
    font-weight: 600;
}

.header-tel-content small {
    font-size: 15px;
}

#navToggle span {
    background: var(--dark);
}

#navToggle span::before,
#navToggle span::after {
    background: var(--dark);
}

.header-nav .user__icon img,
.header-nav .cart__icon img {
    filter: none;
}

.search-wrapper {
    max-width: 1100px;
    min-width: auto;
    width: 100%;
}

@media screen and (min-width: 1301px) {
    .header-list-dropdown {
        display: flex;
    }

}

.header-list-dropdown span {
    font-size: 16px;
    white-space: nowrap;
    text-transform: uppercase;
}

.header-list-dropdown span::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--dark);
    border-bottom: 2px solid var(--dark);
    transform: rotate(45deg);
    margin-left: 8px;
    vertical-align: middle;
    margin-top: -4px;
    transition: transform 0.2s ease;
}

.header-list-dropdown.--active span::after {
    transform: rotate(-135deg);
    margin-top: 2px;
}

.header-list-dropdown ul {
    position: absolute;
    top: 100%;
    left: -1px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 240px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
}

.header-list-dropdown.--active ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-list-dropdown ul li a {
    display: block;
    padding: 12px 20px;
    color: var(--dark);
    text-decoration: none;
    font-size: 17px;
    transition: background 0.2s ease, color 0.2s ease;
}

.header-list-dropdown ul li a:hover {
    background: var(--light);
    color: var(--green);
}

.product-detail__price-delivery .btn {
    min-height: 44px;
    padding: 0 20px;
    background: var(--light);
    color: var(--dark);
    flex-shrink: 0;
    display: none;
}

.product-detail__price-delivery img {
    height: 20px;
    margin-right: 10px;
    margin: 0;
}

.product-detail__text a {
    color: var(--green);
}

.product-detail__button button {
    min-height: 58px;
    width: 100%;
    font-size: 18px;
    padding: 0 30px;
    text-transform: uppercase;
    background-color: var(--yellow);
    color: #111;
    border-radius: var(--border-radius-pill);
}

.product-detail__button button:hover img {
    filter: invert(1) brightness(5);
}

.stepper input {
    border-radius: var(--border-radius-pill);
}

@media screen and (min-width: 992px) {
    .page-wrapper nav .container {
        border: 0;
        position: relative;

    }



}

@media screen and (min-width: 992px) {
    .logo img {
        height: 64px;
        width: 100%;
    }

}

@media screen and (max-width: 991px) {

    #searchToggle img,
    .header-nav .user__icon img,
    .header-nav .cart__icon img {
        filter: none;
    }

    header {
        z-index: 11;
        position: relative;
    }

    .categories-grid {
        display: flex;
        gap: 10px;
        overflow-x: scroll;
        padding-bottom: 20px;
    }

    .categories-single {
        width: 240px;
        flex-shrink: 0;
    }

    .categories-single__subcategories {
        display: none;
    }

    .categories-single__link {
        font-size: 18px;
        padding-bottom: 0;
        margin: 0;
    }

    .page-wrapper main {
        background: white;
        padding-top: 10px;
    }

    section.categories {
        padding-bottom: 0;
    }

    section.products.--tabs {
        padding: 20px 0 40px 0;
    }

}

.header-notice {
    background: var(--green);
    padding: 8px;
    border-radius: var(--border-radius);
    font-size: 14px;
    color: white;
}

@media screen and (max-width: 991px) {
    .products-grid {
        grid-gap: 20px;
    }

    .product-card__priceOld {
        margin: 0;
    }

    section.products .tabs .btn-more {
        display: none;
    }

}

@media screen and (max-width: 767px) {
    .products-grid {
        grid-gap: 30px 10px;
    }

    .product-card__title {
        padding-top: 10px;
    }

    .section-news-grid {
        display: flex;
        flex-direction: column;
    }

}

@media screen and (max-width: 575px) {
    .product-card {
        padding: 0px;
    }

    .product-card__title {
        font-size: 15px;
        line-height: 1.5;
    }

}

.tabs label {
    color: var(--dark);
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-headings);
    font-size: 28px;
    font-weight: 600;
    margin-right: 30px;
    padding: 0;
    background: transparent;
    border-radius: var(--border-radius);
}

.tabs input[type=radio]:checked+label {
    background: transparent;
    border-bottom: 0;
    color: #35AC8E;
}

.header-nav .cart {
    color: var(--white);
}

.header-nav .cart.--active {
    background: var(--green);
}

.header-nav .cart-price {
    font-size: 17px;
}

.products-sort__single input:checked+label {
    color: var(--green);
}

.products-sort__single input:checked+label::after {
    background: var(--green);
}

.products-sort__single label {
    font-size: 16px;
    font-family: var(--font-headings);
}

.filter__button {
    background: var(--dark);
    border-radius: var(--border-radius);
    font-size: 16px;
}

.product-card__title {
    text-align: left;
    font-family: var(--font-headings);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}

.product-card__deliveryText {
    font-size: 16px;
    text-transform: none;
}

.header-nav .cart__number {
    border-color: var(--yellow);
}



.header-nav .user__title {
    color: var(--dark);
    display: none;
}

.header-nav .user {
    height: 48px;
    width: auto;
    padding: 10px;
    border: 1px solid var(--white);
    border-radius: var(--border-radius);
}

.header-list-dropdown {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    color: var(--dark);
    display: none;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    height: 48px;
    font-size: 16px;
    margin-right: 40px;
}

.page-heading .read-more {
    color: var(--green);
}

.product-detail__stock[data-status=active] {
    padding: 20px 20px 20px 40px;
    background-position: 0px center !important;
    padding-left: 22px !important;
}

.product-detail__stock[data-status=disabled] {
    padding: 20px 20px 20px 40px;
    background-position: 0px center !important;
    border: 0;
    padding-left: 22px !important;
}

.variants__list {
    height: 100%;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.variants__item {
    height: 66px;
    padding: 0 15px;
    margin-bottom: 8px;
    background: var(--white);
    border: 1.6px dashed var(--border);
    border-radius: var(--border-radius);
}

.product-detail__stock {
    display: inline-flex;
    width: auto;
    border: 0;
    padding: 0 !important;
    text-align: left;
    border-radius: var(--border-radius);
    order: 1;
    margin: 0;
    font-size: 16px;
    background-position: 0px center !important;
    height: auto;
    line-height: 1.2;
    max-width: 160px;
}

.variants__item.--active {
    order: 2;
    display: flex;
    border: 2px dashed var(--green);
}

.variants__item-text {
    font-weight: 500;
    font-family: var(--font-headings);
    font-size: 15px;
    color: var(--darker);
}

.variants__item-content span {
    font-size: 14px;
    color: #6e6e6e;
}

.variants__item-price {
    color: var(--red);
    flex-grow: 1;
    font-family: var(--font-main);
    font-size: 17px;
    font-weight: 600;
    justify-content: flex-end;
    text-align: right;
}

.variants__title {
    font-weight: 600;
    font-size: 16px;
}

#doprava-widget-text {
    flex-grow: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.product-detail__price-delivery {
    box-shadow: none;
    border: 0;
    margin-top: 30px;
    justify-content: space-between;
    padding: 8px 20px;
    z-index: 0;
    order: 2;
    margin: 0;
    background: #EDFBF7;
    border-radius: 10px;
    max-width: 360px;
}

.product-detail__stock-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
}

.product-detail__priceMain span:last-child {
    font-weight: 600;
    color: var(--red);
    font-size: 26px;
}

.cart-heading {
    background: white;
    box-shadow: none;
    padding: 0;
    padding-top: 20px;
}

.cart-heading-inner {
    display: flex;
    width: 100%;
    padding: 30px;
    background: white;
    border: 2px dashed var(--border);
    border-radius: 10px;
}

.cart-heading__title {
    font-family: var(--font-headings);
    color: var(--darker);
    font-weight: 500;
}

.btn.--cart {
    background: var(--yellow);
    border-radius: var(--border-radius-pill);
    width: 100%;
    height: 62px;
    color: #1a1a1a;
    font-size: 17px;
}

.btn.--cart:hover {
    background: var(--yellow-dark);
}

.contact__wrap {
    padding-left: 0px;
    order: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-grow: 1;
    gap: 40px;
    align-items: center;
}

.contact__item-icon {
    background: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__item img {
    margin: 0;
}

.btn.--cart img {
    transform: rotate(-90deg);
    width: 8px;
}

@media screen and (max-width: 991px) {
    .header-nav .user {
        height: 100%;
        width: 52px;
        padding: 10px;
        border: 0;
        border-radius: 0;
    }

    .header-nav .cart {
        border-radius: 0;
    }

    .header-main {
        height: 58px;
    }

    header {
        padding-top: 58px;
    }

    body.--search-active .search-wrapper {
        border-color: white;
        border-width: 6px;
        padding-top: 6px;
    }

}

@media screen and (max-width: 575px) {
    .points-single__icon img {
        width: 48px;
        height: 48px;
    }

    .points-single__content {
        font-size: 15px;
        padding-left: 12px;
    }

}

#darkBackdrop {
    z-index: 12;
}

body.--search-active header {
    z-index: 15;
    position: relative;
}

section.products .tabs .btn-more {
    position: absolute;
    right: 0;
    top: 0px;
    height: 44px;
    min-height: 44px;
    padding: 0 15px;
    color: var(--dark);
    background: transparent;
    border: 1px solid var(--border);
    transition: 0.3s ease all;
    border-radius: var(--border-radius);
    font-family: var(--font-headings);
    font-size: 16px;
}

.section-news__btnWrap .btn {
    background: white;
    color: var(--dark);
    border: 1px solid var(--border);
    min-height: 42px;
    padding: 0 15px;
    border-radius: var(--border-radius);
    font-family: var(--font-headings);
    font-size: 16px;
}

@media (min-width: 992px) {
    #ratingSection::before {
        content: none;
    }

}

#ratingSection .rating-section-inner {
    border: 0;
    background: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
}

#ratingSection .rating-content {
    flex-direction: row;
    flex-basis: 20%;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    background: transparent;
    display: flex;
    padding-bottom: 30px;
}

#ratingSection .rate-average {
    font-size: 48px;
    display: none;
}

#ratingSection h2 {
    margin-bottom: 40px;
    margin: 0;
    flex-grow: 1;
}

.news-single__readmore {
    padding: 0 18px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid var(--gold);
    border: 1px solid var(--border);
    border-radius: var(--border-radius-pill);
    flex-shrink: 0;
    align-items: center;
    height: 48px;
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .header-notice {
        font-size: 15px;
        padding: 6px;
    }

    .product-card__priceMain {
        color: var(--red);
        font-weight: 600;
        font-size: 18px;
    }

}

#ratingSection .rating-content-text {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    gap: 30px;
}

#ratingSection .vote-wrap {
    background: white;
    padding: 30px;
    border: 2px dashed var(--border);
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

#ratingSection .vote-content {
    margin: 20px 0;
    height: auto;
    flex-grow: 1;
    font-size: 16px;
}

#ratingSection .rating-content-title a {
    margin-top: 20px;
    padding: 8px 20px;
    border: 1px solid var(--border);
    background: var(--white);
    border-radius: var(--border-radius-pill);
    margin: 0;
    text-transform: uppercase;
    color: var(--darker);
    height: 46px;
    align-items: center;
    display: flex;
}

ariants__item-price {
    font-family: var(--font-main);
}

.variants__title {
    font-size: 16px;
}

#doprava-widget-text {
    font-weight: 500;
}

.product-detail__price-delivery {

    max-width: 360px;

}

.product-detail__stock-wrap {
    width: 100%;
}

.product-detail__priceMain span:last-child {
    font-size: 26px;
}

.cart-heading {
    background: white;
    box-shadow: none;
    padding: 0;
    padding-top: 20px;
}

.cart-heading-inner {
    display: flex;
    width: 100%;
    padding: 30px;
    background: white;
    border: 2px dashed var(--border);
    border-radius: 10px;
}

.cart-heading__title {
    font-family: var(--font-headings);
    color: var(--darker);
    font-weight: 500;
}

.btn.--cart {
    background: var(--yellow);
    border-radius: var(--border-radius-pill);
    width: 100%;
    height: 62px;
    color: #1a1a1a;
    font-size: 17px;
}

.btn.--cart:hover {
    background: var(--yellow-dark);
}

.contact__wrap {
    align-items: center;
}

.contact__item-icon {
    background: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact__item img {
    margin: 0;
}

.btn.--cart img {
    transform: rotate(-90deg);
    width: 8px;

}

@media screen and (max-width: 991px) {
    .header-nav .user {
        height: 100%;
        width: 52px;
        padding: 10px;
        border: 0;
        border-radius: 0;
    }

    .header-nav .cart {
        border-radius: 0;
    }

    .header-main {
        height: 58px;
    }

    header {
        padding-top: 58px;
    }

    body.--search-active .search-wrapper {
        border-color: white;
        border-width: 6px;
        padding-top: 6px;
    }
}

@media screen and (max-width: 575px) {
    .points-single__icon img {
        width: 48px;
        height: 48px;
    }

    .points-single__content {
        font-size: 15px;
        padding-left: 12px
    }
}

#darkBackdrop {

    z-index: 12;
}

body.--search-active header {
    z-index: 15;
    position: relative;
}


@media (min-width: 992px) {
    #ratingSection::before {
        content: none;
    }
}

#ratingSection .rating-section-inner {
    flex-direction: column;
    background: transparent;
}

#ratingSection .rating-content {
    background: transparent;
    display: flex;
    flex-direction: row;
    padding: 0;
    padding-bottom: 30px;
}

#ratingSection .rate-average {
    display: none;
}

#ratingSection .rating-content-text {
    flex-direction: row;
    margin: 0;
}

#ratingSection .rating-content-title a {
    margin: 0;
    border-radius: var(--border-radius-pill);
}

#ratingSection h2 {
    margin: 0;
    flex-grow: 1;
}

.news-single__readmore {
    text-transform: uppercase;
}

@media screen and (max-width: 575px) {
    .header-notice {
        font-size: 15px;
        padding: 6px;
    }

    .product-card__priceMain {
        color: var(--red);
        font-weight: 600;
        font-size: 18px;
    }
}

#ratingSection .rating-content-text {
    gap: 30px;
}

#ratingSection .vote-wrap {
    border-radius: 20px;
    border: 2px dashed var(--border);
}

#ratingSection .vote-content {
    font-size: 16px;
}

#ratingSection .rating-content-title a {
    text-transform: uppercase;
    color: var(--darker);
    height: 46px;
    align-items: center;
    display: flex;
}


.contact-social {
    justify-content: center;
    height: auto;
}

.contact-social a {
    height: 48px;
    min-height: 48px;
    background: white;
    color: var(--darker);
    padding: 0 20px;
}

.newsletterSection {
    border-radius: 20px;
    border: 2px dashed var(--border);
}

.newsletterSection__btn {
    background: var(--dark);
}

@media screen and (max-width: 1200px) {
    #ratingSection .rating-content {
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    #ratingSection h2 {
        width: 100%;
        text-align: center;
    }
}

input,
select {

    border: 1px solid var(--border);
    font-size: 17px;
    color: var(--darker);
    border-radius: var(--border-radius);
}

.cart-heading__icon {
    height: 42px;
    width: 42px;

}

.cart-heading__item.--complete .cart-heading__icon::after {
    height: 42px;
    width: 42px;
}

.copyright__wrap {
    flex-wrap: wrap;
    gap: 10px;
}

@media screen and (max-width: 575px) {
    .copyright {
        font-size: 14px;
    }

    .copyright__wrap {
        padding: 15px 0;
    }
}

@media screen and (max-width: 575px) {

    .footer__link,
    .footer__text {
        font-size: 16px;
    }

    .footer-right p {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:1200px) {
    .contact__content {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
    }

    .contact__title {
        align-self: center;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .contact__content {
        padding: 0px;
    }
}

@media screen and (max-width: 575px) {
    .contact__wrap {
        gap: 20px;

    }

    .contact__text {
        font-size: 18px;
    }

    .contact__title {
        font-size: 26px;
        padding-bottom: 0;
    }

    footer {
        padding: 10px 0 30px 0;
    }

    .footer-left {
        display: none;
    }

    .footer-grid {
        display: flex;
        gap: 20px;
        padding-top: 0px;
    }

    .newsletterSection {

        padding: 20px 20px 40px 20px;

    }

    .product-card__btn {
        display: none;
        min-height: 42px;
    }

    .contact__text {
        font-size: 18px;
    }

    .points-single__content {
        font-size: 16px;
        padding-left: 12px;
    }

}

@media screen and (max-width: 991px) {
    .newsletterSection__form {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 500px) {
    .contact__wrap {
        flex-direction: column;
    }

    .contact-social {
        display: none;
    }
}

.news-single__text {
    margin: 0;
}

@media screen and (max-width: 991px) {
    .cart-page .logo {
        margin-left: 10px;
    }

    #ratingSection .rating-content-text {
        gap: 20px;
    }

    #ratingSection .rate-average-inner {
        padding: 0;
    }
}

.news-single__top {
    min-height: 1px;
    aspect-ratio: 670/380;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .news-single__top {
        min-height: 1px;
        border-radius: 20px;
        aspect-ratio: 670/380;
        flex-shrink: 0;
        width: 160px;
    }

    .news-single {
        gap: 20px;
    }

    .news-single__readmore {
        height: 44px;
    }

    .news-single__bottom {
        padding-top: 0;
    }

    .news-single__title {
        font-size: 18px;
        font-weight: 500;
    }

    .news-single__bottom-wrap {
        margin-top: 10px;
    }

    .news-single__readmore {
        display: none;
    }
}

.section-news__btnWrap .btn {
    background: white;
    color: var(--darker);
}

.section-news__title {
    margin: 0px;
}

.section-news__heading {
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 400px) {
    .section-news__heading {
        flex-direction: column;
        padding-bottom: 20px;
    }
}

#ratingSection .rating-content-title a {
    font-size: 16px;
    font-weight: 400;
}

.news-single__readmore {
    font-weight: 400;
}

@media screen and (min-width: 992px) {


    .header-nav .cart {
        height: 48px;
        width: auto;
        padding: 10px;
        border: 0;
        border-radius: 0;
    }

    .header-nav .cart.--active .cart-wrap {
        display: flex;
    }

    .header-nav .cart.--active {
        width: auto;
        border: 0;
        padding: 10px 20px 10px 12px;
    }

    .header-nav .cart {
        color: var(--darker);
    }
}

.cart-item-remove-text {
    color: var(--dark);
    font-size: 15px;
}

.cart-table__footer-text {
    color: var(--dark);
    font-size: 15px;
}

.cart-aside__code input {
    border-radius: var(--border-radius-pill);
}

.modal__container.--cart .btn {
    background: var(--yellow);
}

.carousel-side {
    overflow: visible;
}

.carousel-side-item {
    position: relative;
    overflow: visible;
    transition: all 0s ease;
}

.carousel-side-item.--active::before {
    content: "";
    background: #D8E6F0;
    height: 28px;
    width: 28px;
    position: absolute;
    left: -10px;
    transform: rotate(45deg);
    display: flex;
    border-radius: 6px;
}

@media screen and (min-width: 992px) {
    .categories-grid .categories-single:nth-child(n+4) {
        display: none;
    }
}

.product-detail__stock[data-status=active],
.product-detail__price-delivery {
    color: #20725E
}

.product-card__tags .tag {
    font-size: 15px;
}

.product-detail__priceVAT {
    font-size: 14px;
    color: #83858A;
}

.header-list-dropdown span {
    font-weight: 500;
    font-size: 17px;
    color: var(--darker);
}

@media screen and (min-width: 1301px) {
    .header-list-dropdown {
        display: flex;
    }
}

@media screen and (min-width: 992px) {

    .contact .container,
    footer .container,
    .copyright .container {
        max-width: 1840px;
        padding: 0 20px 0 20px;
    }

    .header-main .container {
        max-width: 1840px;
        padding: 0 20px 0 20px;
    }


    .page-wrapper .container {
        margin-right: 0;
        padding-right: 0;
        max-width: 1400px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-wrapper nav {
        padding-top: 20px;
        padding-right: 20px;
        width: 320px;
        max-width: 320px;
    }
}

#password-form .btn.--fullWidth,
#register-form .btn.--fullWidth,
#rma-form .btn.--fullWidth {
    background: var(--yellow);
    color: #1a1a1a;
    font-weight: 500;
    font-size: 17px;
}

#password-form .btn.--fullWidth img,
#register-form .btn.--fullWidth img,
#rma-form .btn.--fullWidth img {
    filter: invert(1);
}

.page.--narrow {
    border: 2px dashed var(--border);
    border-radius: 20px;
}

.txt-page .vote-grid {
    padding: 0;
    gap: 30px;
    border: 0;
}

.page-content .vote-wrap {
    margin: 0;
    padding: 30px;
    border: 2px dashed var(--border);
    border-radius: 12px;
}

.page-content .vote-rating .stars {
    position: relative;
}

.page-content .vote-content {
    font-size: 17px;
}

.page-content .rate-average-wrap {
    border: 2px dashed var(--border);
    border-radius: 12px;
}

.rate-average-wrap .infomessage {
    border-radius: 6px;
    color: #4B545E;
    background-color: #D9E6F0;
    font-weight: 400;
    font-size: 16px;
}

.page-content .rate-average-wrap .rate-average {
    background: #E0F8F2;
    color: var(--green);
}

.page-content .vote-checked {
    font-size: 16px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

.contact-card {
    background: #fff;
    padding: 35px;
    border: 2px dashed var(--border);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    height: 100%;
}

.contact-card:hover {
    border-color: var(--green);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.contact-card.highlight {
    background: rgba(53, 172, 142, 0.03);
    border-color: var(--green);
}

.contact-card .card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--darker);
}

.contact-card .hours {
    display: block;
    font-size: 13px;
    color: #9499a6;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-card .phone-link {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 20px;
    text-decoration: none !important;
}

.contact-card .phone-link:hover {
    color: var(--dark);
}

.contact-card p {
    color: #5a5e6a;
    line-height: 1.6;
    margin-bottom: 15px;
}

.contact-card .alt-contact {
    margin-top: auto;
    font-size: 14px;
    padding-top: 15px;
    border-top: 1px solid var(--border);
}

.contact-card .alt-contact a {
    color: var(--darker);
    font-weight: 600;
    text-decoration: underline;
}

.contact-card .note {
    font-size: 14px;
    font-weight: 600;
    color: var(--darker);
}

.contact-page .separator {
    border: 0;
    height: 1px;
    background: var(--border);
    margin: 50px 0;
}

.info-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .info-section {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.info-section h2 {
    font-size: 26px;
    margin-bottom: 25px;
    color: var(--darker);
}

.billing-card {
    background: var(--light);
    padding: 30px;
    border-radius: 12px;
    line-height: 1.7;
    color: var(--darker);
    margin-bottom: 25px;
}

.billing-card strong {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
}

.map-wrapper {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border);
}

.store-img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    height: 250px;
    margin-top: 20px;
}

.legal-text {
    margin-top: 15px;
    font-size: 13px;
    color: #888;
}

.eet-box {
    margin-top: 50px;
    background: #fafafa;
    border: 1px solid var(--border);
    padding: 30px;
    border-radius: 12px;
}

.eet-box h4 {
    font-size: 16px;
    margin-bottom: 12px;
    color: var(--darker);
}

.eet-box p {
    font-size: 13px;
    line-height: 1.6;
    color: #777;
    margin: 0;
}

.blog-side {
    gap: 40px;
}

.news-page .section-news .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
}



.subcategories__link {
    border: 2px dashed var(--border);
    border-radius: 6px;
}

.subcategories__title {
    font-size: 17px;
    line-height: 1.2;
    color: var(--darker);
}

@media screen and (min-width: 992px) {
    .cart-page .page-wrapper .container {
        margin: 0 auto;
        padding-right: 20px;
        padding-left: 20px;
        max-width: 1380px;
    }
}

@media screen and (max-width: 991px) {
    .cart-page .page-wrapper .container {
        margin: 0 auto;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.page-content p,
.page-content strong,
.page-content b,
.page-content i,
.page-content u {
    color: var(--darker);
}

.page-content strong,
.page-content b {
    font-weight: 600;
}

.page-content a {
    color: #35AC8E;
    text-decoration: underline;
}

.contact__item:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

@media screen and (max-width: 575px) {

    .page.--narrow {
        border: 0px dashed var(--border);
        border-radius: 20px;
        margin-top: 40px;
    }
}

.contact-card .btn-primary {
    color: white;
    text-decoration: none;
}

/* About Us Page Styling */
.about-us-page {
    line-height: 1.7;
    margin-bottom: 60px;
}

.about-hero {
    background: var(--light);
    padding: 80px 0;
    margin: -40px 0 40px 0;
    /* Compensation for page padding */
    width: 100%;
}

.about-hero h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: var(--darker);
}

.about-hero p {
    font-size: 19px;
    max-width: 900px;
    color: #4b545e;
    margin: 0;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    margin-bottom: 0px;
}

.stat-card {
    background: #fff;
    border: 2px dashed var(--border);
    border-radius: 12px;
    padding: 35px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    border-color: var(--green);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.stat-number {
    font-size: 34px;
    font-weight: 800;
    color: var(--green);
    margin-bottom: 10px;
    display: block;
}

.stat-text {
    font-size: 15px;
    color: #5a5e6a;
    line-height: 1.5;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .about-grid {
        grid-template-columns: 1fr;
    }
}

.about-card {
    background: #fff;
    padding: 40px;
    border: 2px dashed var(--border);
    border-radius: 12px;
    height: 100%;
    transition: all 0.3s ease;
}

.about-card:hover {
    border-color: var(--green);
}

.about-card.pupyhou {
    background: rgba(53, 172, 142, 0.03);
    border-color: var(--green);
}

.about-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--darker);
}

.about-card p {
    margin-bottom: 15px;
    color: #5a5e6a;
}

.about-card .btn {
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    color: white;
    height: 48px;
}

.why-us-section {
    background: var(--light);
    padding: 45px;
    border-radius: 12px;
    margin-bottom: 60px;
    border: 1px solid var(--border);
}

.why-us-section h3 {
    font-size: 26px;
    margin-bottom: 30px;
    color: var(--darker);
}

.why-us-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-us-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #4b545e;
    line-height: 1.6;
}

.why-us-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -2px;
    color: var(--green);
    font-weight: bold;
    font-size: 22px;
}

.why-us-list li strong {
    color: var(--darker);
    font-weight: 600;
}

.about-cta {
    background: #fff;
    border: 1px solid var(--border);
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 60px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.about-cta p {
    font-size: 18px;
    margin: 0;
    color: #4b545e;
}

.about-cta a {
    color: var(--green);
    font-weight: 700;
    text-decoration: underline;
}

.about-location {
    border: 2px solid var(--dark);
    padding: 50px;
    border-radius: 12px;
    text-align: center;
    background: #fff;
}

.about-location h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--darker);
}

.location-address {
    font-size: 20px;
    margin-bottom: 25px;
    color: #4b545e;
}

.location-contact {
    font-size: 17px;
    color: #5a5e6a;
}

.location-contact a {
    color: var(--dark);
    font-weight: 800;
    text-decoration: none;
    font-size: 22px;
    display: block;
    margin-top: 10px;
}

.location-contact a:hover {
    color: var(--green);
}

/* Delivery & Payment Page Styling */
.delivery-payment-page {
    margin-bottom: 60px;
}

.free-shipping-banner {
    background: rgba(53, 172, 142, 0.05);
    border: 2px dashed var(--green);
    padding: 40px;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 12px;
}

.free-shipping-banner h2 {
    color: var(--green);
    font-size: 32px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.free-shipping-banner .highlight-text {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 15px;
    color: var(--darker);
    display: block;
}

.free-shipping-banner p {
    color: #4b545e;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.delivery-payment-page h2 {
    font-size: 28px;
    margin: 40px 0 25px 0;
    color: var(--darker);
}

.delivery-payment-page h2:first-of-type {
    margin-top: 0;
}

.delivery-option {
    border: 2px dashed var(--border);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;
    transition: all 0.3s ease;
}

.delivery-option:hover {
    border-color: var(--green);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

.delivery-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
    .delivery-header {
        flex-direction: column;
    }
}

.delivery-header h3 {
    font-size: 22px;
    margin-bottom: 5px;
    color: var(--darker);
}

.delivery-header .subtitle {
    font-size: 14px;
    color: #9499a6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-price {
    background: var(--light);
    border: 1px solid var(--border);
    color: var(--darker);
    font-weight: 800;
    padding: 10px 20px;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 16px;
}

.delivery-option.success .badge-price,
.badge-price.success {
    background: rgba(53, 172, 142, 0.1);
    border-color: var(--green);
    color: var(--green);
}

.delivery-option.dark .badge-price {
    background: var(--dark);
    color: white;
    border-color: var(--dark);
}

.delivery-option p {
    color: #5a5e6a;
    line-height: 1.6;
    margin-bottom: 15px;
}

.info-box {
    background: var(--light);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 20px;
    font-size: 15px;
    color: #4b545e;
    margin: 20px 0;
}

.info-box strong {
    color: var(--darker);
}

.price-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.price-pill {
    background: #fff;
    border: 1px solid var(--border);
    padding: 8px 15px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    color: var(--darker);
}

.delivery-option .success-text {
    color: var(--green);
    font-weight: 800;
    margin-top: 15px;
    display: block;
}

.delivery-payment-page hr {
    margin: 60px 0;
    border: 0;
    border-top: 1px solid var(--border);
}

.page-content__gridItem {
    text-decoration: none !important;
}

.contact-card .btn-primary {
    height: auto;
}

.variants__item {
    min-height: 66px;
    height: auto;

}

.variants__item-info .variants__item-price {
    white-space: nowrap;
}

.variants__item-info {
    padding-left: 10px;
}

.variants__item-content {
    padding: 5px 0;
}

#pageDescription strong,
#pageDescriptionFull strong {
    font-weight: 600;
}

#pageDescriptionFull h2,
#pageDescriptionFull h3,
#pageDescriptionFull h4,
#pageDescriptionFull h5 {
    padding-top: 20px;
    color: var(--darker);
}

.page-wrapper {
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
}

.page-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateZ(-1px);
    width: 100vw;
    height: 300px;
    background: var(--darker);
}

.carousel {
    padding-top: 0px;
}

.header-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    height: 100%;
    padding-left: 0;
    width: 100%;
}

.header-top,
.header-top .container {
    display: flex;
}

.header-top {
    background: transparent;
    border: 0;
    justify-content: space-between;
    width: 100%;
}

.header-main .logo-wrap {
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    padding: 10px 0;
    padding-right: 60px;
    height: 110px;
    display: flex;
    align-items: center;
}

.header-main .container {
    gap: 60px;
}

.header-nav .user__icon,
.header-nav .cart__icon {
    border-radius: 0;
    height: 40px;
    width: auto;
}

.header-nav .user,
.header-nav .cart {
    gap: 12px;
    padding: 0 15px;
}

.header-nav .user__title,
.header-nav .cart-title {
    color: var(--darker);
    display: flex;
    font-size: 17px;
    font-family: var(--font-headings);
}

@media screen and (min-width: 992px) {
    .header-main .container {
        max-width: 1880px;
        padding: 0 20px 0 20px;
    }
}

@media screen and (min-width: 992px) {
    .logo {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .logo img {
        height: 64px;
        width: 100%;

    }
}

.header-main .logo-wrap {
    flex-shrink: 0;
}

.header-content {
    gap: 0;
    padding-bottom: 20px;
}

.header-top {
    height: 50px;
}

@media screen and (max-width: 991px) {
    .header-main {
        background: var(--darker);
    }

    .header-notice {
        top: 58px;
        position: absolute;
        z-index: 2;
        width: 100%;
    }

    .header-top {
        display: none;
    }

    .header-main .container {
        gap: 10px;
    }

    .header-main .logo-wrap {
        padding: 0;
        border: 0;
    }

    .header-nav .user,
    .header-nav .cart {
        width: 52px;
    }

    .header-nav .user__title,
    .header-nav .cart-title {
        display: none;
    }

    .header-content {
        gap: 0;
    }
}

.search {
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    padding: 0 60px;
    padding-left: 0;
}

.header-content {
    align-items: center;
}

section h1 {
    text-transform: uppercase;
}

.tabs label {
    color: var(--darker);
    text-transform: uppercase;
}

.section-news__title {
    color: var(--darker);
    text-transform: uppercase;
}

.news-single__bottom-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
    gap: 10px
}

.news-single__readmore {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--green);
    padding: 6px 0;
}

.news-single__title {
    text-transform: uppercase;
}

.news-single__text {
    font-size: 14px;
}

.news-single__dateWrap {
    border-radius: 0;
}

.news-single__top {
    border-radius: 0;
}

.carousel-col .carousel-wrapper {
    border-radius: 0;
}

.points::after {
    content: none;
}

.page-wrapper {
    gap: 40px;
}

@media screen and (max-width: 991px) {
    .page-wrapper {
        gap: 0px;
        padding: 0px;
    }

    .header-content {
        padding: 0;
    }
}

.section-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 30px;
}

body {
    background: #FBFAF9;

}

.newsletterSection {
    border-radius: 0px;
    border: 0;
    background-image: url(/img/bg-newsletter.png);
}

.contact__item {
    color: white;
    border: 0;
    border-radius: 0;
    padding: 0;
    height: 58px;
}

.contact__item-icon {
    background: white;
    border-radius: 0;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-social a {
    height: 42px;
    width: 42px;
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.contact__title {
    color: white;
    font-weight: 500;
    max-width: 500px;
    font-size: 32px;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {

    .contact .container,
    footer .container,
    .copyright .container {
        max-width: 1420px;
        padding: 0 20px 0 20px;
    }
}

.newsletterSection__btn {
    border-radius: 0;
    background: var(--darker);

}

.newsletterSection__formGroup {
    border-radius: 0;
}

.newsletterSection__input {
    border-radius: 0;
}

.page-wrapper {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.btn {
    font-family: var(--font-headings);
}

section.products h1 {
    text-align: center;
}

section h1 {
    font-size: 34px;
}

.categories h1 {
    text-align: center;
    padding-bottom: 20px;
}

.section-news__heading {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.section-news__btnWrap .btn {
    color: white;
    background: var(--darker);
}

.footer-left-logo {
    display: none;
}

.footer-left-text p {
    font-size: 14px;
}

.footer__link,
.footer-right p {
    font-size: 14px;
    margin: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.footer__title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.copyright {

    padding-top: 1px;
}

.footer-grid {
    padding-top: 20px;
}

.product-card__thumb {
    position: relative;
    padding-bottom: 90%;
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
}

.product-card__btn {
    text-transform: uppercase;
    border-radius: var(--border-radius);
    background: var(--darker);
    font-size: 16px;

}

.points-single__content {
    font-size: 15px;
}

.product-card__title {
    font-size: 15px;
    font-family: var(--font-main);
}

.product-card__deliveryText {
    font-size: 15px;
}

.product-card__priceMain {
    font-size: 20px;
}

.product-card__tags .tag {
    border-radius: 0;
    font-size: 14px;
    font-family: var(--font-headings);
}

#ratingSection .vote-content {
    font-size: 15px;
}

#ratingSection h2 {
    text-transform: uppercase;
}

.newsletterSection__form {
    background: white;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 40px;
    max-width: 580px;
    gap: 30px
}

.newsletterSection__form img {
    display: none;
}

.newsletterSection__title {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 10px;
}

.newsletterSection__subTitle {
    color: var(--gray);
    display: flex;
    font-size: 15px;
}

.tabs label {
    color: var(--gray);
    text-transform: uppercase;
    font-weight: 300;
}

.tabs input[type=radio]:checked+label {
    color: var(--darker);
    font-weight: 600;
}

.news-single__date {
    font-weight: 300;
}

#ratingSection .vote-wrap {
    border-radius: 0px;
    border: 1px solid var(--border);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
}

.categories-single {
    border-radius: 0px;
    background: #fff;
    justify-content: flex-start;
    border: 1px solid var(--border);
    position: relative;
}

.categories-single::after {
    content: none;
}

.categories-single__subcategories {
    display: none;
}

section.products .tabs .btn-more {
    color: var(--darker);
}


@media screen and (max-width: 991px) {

    #searchToggle img,
    .header-nav .user__icon img,
    .header-nav .cart__icon img {
        filter: brightness(5);
    }

    .header-main .container {
        gap: 0px;
    }

    #navToggle span {
        background: white;
    }

    #navToggle span::before,
    #navToggle span::after {
        background: white;
    }

    .page-wrapper {
        z-index: unset;
        transform-style: flat;
    }

    .page-wrapper nav {
        z-index: 99;
    }

    .page-wrapper::before {
        content: none;
    }

    .nav-toggle-wrapper {
        margin-right: 10px;
    }

    .nav-linkDesktop+.nav-link,
    .nav-submenu__title {
        color: var(--darker);
    }
}

.product-detail__carouselItem {
    border: 1px solid var(--border);
    padding-bottom: 0;
    border-radius: 0px;
    aspect-ratio: 12 / 10;
}

.product-detail__photos .tag.--circleSale {
    border-radius: 0px;
}

.breadcrumbs {
    background: #fff;
    padding: 0;
}

.breadcrumbs__item {
    color: var(--gray);
    font-size: 14px;
}


.product-detail__button button {
    min-height: 58px;
    width: 100%;
    font-size: 18px;
    padding: 0 30px;
    text-transform: uppercase;
    background-color: var(--green);
    color: #fff;
    border-radius: var(--border-radius);
}

.product-detail__button button img {
    filter: brightness(5);
}

.stepper input {
    border-radius: var(--border-radius);
}

.product-detail__parameters h2,
.product-detail__description h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.page-wrapper nav {
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
}

.tag.--new {
    color: var(--white);
    background: var(--green);
}

.tag.--sale {
    color: var(--white);
    background: var(--red);
}

.tag.--recommended {
    color: var(--white);
    background: var(--gray);
}

.header-nav .user {
    background: transparent;
    color: white;
}

.header-nav .user__icon img {
    filter: brightness(5);
}

.header-nav .user__title {
    color: white;
}

.page-wrapper nav {
    height: 100%;
}

.newsletterSection__btn:hover {
    background: var(--dark);
    color: var(--white);

}

.btn:hover {
    background: var(--dark);
    color: white;
    transform: translateY(0px);
    box-shadow: none;
}

.product-card__tags {
    left: 10px;
    top: auto;
    bottom: 10px;
    z-index: 1;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.product-card__tagSingle {
    display: inline-block;
    padding: 0;
}

#ratingSection .rating-content-title a {
    text-transform: uppercase;
    border-radius: 0;
    font-size: 16px;
    font-family: var(--font-headings);
}

@media screen and (min-width: 992px) {
    .nav-item.expandable.hover-enabled.hovering~.nav-item-backdrop {
        display: none !important;
        content-visibility: hidden;
    }
}

.product-detail .product-bottom {
    display: grid;
    grid-template-columns: 7fr 4fr;
    grid-gap: 60px;
    margin: 0;
    border-bottom: 1px solid var(--border);
    padding-bottom: 60px;

}

.product-detail__description {
    border: 0;
    margin: 0;
}

.product-detail__title {
    text-transform: none;
}

@media screen and (min-width: 992px) {
    .product-detail__cta-wrap {
        background: var(--light);
        padding: 30px 40px;
    }
}

.modal__content {
    position: relative;
}

.modal__close {
    top: 20px;
    right: 20px;
}

.modal__container.--cart .btn {
    min-height: 58px;
    width: 100%;
    font-size: 18px;
    padding: 0 30px;
    text-transform: uppercase;
    background-color: var(--green);
    color: #fff;
    border-radius: var(--border-radius);
}

.modal__container.--cart .btn img {
    filter: invert(9) brightness(5);
}

.product-detail__code {
    font-size: 13px;
}

.product-detail__text {
    font-size: 13px;
}

.product-detail__price-delivery {
    max-width: 100%;
    margin-top: 30px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 0;
    padding: 20px;
    gap: 20px;
}

.product-detail__price-delivery img {
    height: 38px;
}

.product-detail__price {
    flex-direction: row;
    align-items: center;
}

.product-detail__price-wrap {
    order: 1;
}

.product-detail__stock-wrap {
    order: 2;
    justify-content: flex-end;
}

.product-detail__stock {
    text-transform: none;
}

.product-detail__button button:hover {
    background-color: var(--darker);
}

.product-detail__sestava-sale-name {
    font-size: 16px;
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .header-nav .cart.--active .cart__icon img {
        filter: brightness(5);
    }

    .header-nav .cart.--active .cart-wrap {
        flex-direction: column;

    }

    .header-nav .cart.--active .cart-wrap .cart-price {
        color: white;
        font-size: 16px;
        font-weight: 400;
    }
}

.header-nav .cart.--active .cart-title {
    display: none;
}

.header-nav .cart__number {
    border-color: var(--green);
    left: 10px;
    background: var(--darker);
}

.article-content {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;

}

.blog-page-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px;
}

.news-single.--full {
    margin: 0;
}

.news-single.--full .news-single__title {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--font-headings);
    color: var(--darker);
}

.news-single.--full .news-single__text {
    color: #5B606D;
}

.points-single__icon img {
    width: 66px;
    height: 66px;
}

@media screen and (max-width: 1260px) {
    .header-top__tel small:last-child {
        display: none;
    }

    .header-main .logo-wrap {
        padding-right: 30px;
    }

    .header-main .container {
        gap: 30px;
    }
}

@media screen and (max-width: 991px) {
    .header-main .logo-wrap {
        padding-right: 0px;
        height: 100%;
    }

    .header-main .container {
        gap: 0
    }
}

/* Globální reset, aby padding a border nerozbíjely šířku */
*,
*::before,
*::after {
    box-sizing: border-box;
}

.categories-grid {
    display: flex;
    width: 100%;
    padding-top: 20px;
}

.eshop-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
    gap: 10px;
    width: 100%;
    /* Zajišťuje, že oba hlavní sloupce budou mít vždy shodnou výšku */
    align-items: stretch;
}

.eshop-item-big {
    position: relative;
    background-color: var(--white);
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    /* ZMĚNA: Nastaven nový poměr stran (šířka 5 : výška 4) */
    aspect-ratio: 5 / 4;
}

.eshop-item-big a.btn {
    padding: 5px 12px;
    min-height: 46px;
}

.eshop-item-big .eshop-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.eshop-item-big-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px;
    color: var(--white);
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.eshop-item-big .eshop-item-title {
    color: var(--white);
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0px;
}

.eshop-grid-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* ZMĚNA: 1fr zajistí, že řádky si rovnoměrně rozdělí celkovou dostupnou výšku */
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    height: 100%;
    /* Vyplní celou výšku, kterou diktuje velký box */
}

.eshop-item {
    background-color: var(--white);
    padding: 24px;
    border-radius: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    /* ZMĚNA: Odstraněno aspect-ratio: 1 / 1, aby se výška přizpůsobila mřížce */
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--border);
}

.eshop-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.eshop-item .eshop-item-img {
    height: 80px;
    width: auto;
    margin-bottom: 16px;
    object-fit: contain;
}

.eshop-item .eshop-item-title {
    font-size: 19px;
    font-weight: 500;
}

/* RESPONSIVE */

@media screen and (max-width: 1024px) {
    .eshop-grid {
        grid-template-columns: 1fr;
    }

    .eshop-item-big {
        aspect-ratio: 16 / 9;
    }

    .eshop-grid-inner {
        grid-template-rows: auto;
    }

    /* Na mobilu, kde jsou pod sebou, jim vrátíme obdélníkový/čtvercový tvar podle obsahu */
    .eshop-item {
        aspect-ratio: 4 / 3;
    }
}

@media screen and (max-width: 600px) {
    .eshop-item-big {
        aspect-ratio: 4 / 3;
    }

    .eshop-grid-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .eshop-item-big-content {
        padding: 20px;
    }

    .eshop-item-title {
        font-size: 18px;
    }
}

@media screen and (min-width: 992px) {
    .nav-submenu {
        position: absolute;
        top: 0;
        left: 309px;
        width: 1300px;
        max-width: calc(100vw - 310px);
        box-shadow: 0px 0px 12px rgba(0, 0, 0, .25);
        padding: 0 20px;
    }

    .nav-submenu__title {
        font-size: 15px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .nav-submenu {
        position: absolute;
        top: 0;
        left: 309px;
        width: 1490px;
        max-width: calc(100vw - 310px);
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
        padding: 0 20px;
    }

    .nav-submenu__single ul {
        padding-left: 25px;
    }

    .nav-submenu__link {
        font-size: 14px;
    }

    .nav-submenu__single img {
        aspect-ratio: 4/3;
        object-fit: contain;
    }
}

.page-content .rate-average-wrap .rate-average {
    background: var(--light);
    color: var(--green);
}

.rate-average-wrap .infomessage {
    font-size: 14px;
    text-align: left;
    background-color: var(--light);
}

.page-content .rate-average-wrap {
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
}

.page-content .vote-wrap {
    border: 1px solid var(--border);
    border-radius: var(--border-radius);
}

.page-content .vote-content {
    font-size: 15px;
    margin-top: 30px;
}

.page-content .vote-checked {
    font-size: 13px;
}

.filter__button {
    background: var(--darker);
    border-radius: var(--border-radius);
    font-size: 17px;
    font-family: var(--font-headings);
    height: 44px;
}

.products-sort__single label {
    font-size: 17px;
    font-family: var(--font-headings);
}

input,
select {
    font-size: 15px;
}

.btn.--cart {
    background: var(--green);
    border-radius: 0;
    color: white;
    font-size: 18px;
}

.btn.--cart img {
    filter: invert(1) brightness(5);
}

.btn.--cart:hover {
    background: var(--darker);
}

.cart-aside__code input {
    border-radius: 0;
}

.cart-heading-inner {
    border: 0;
    padding: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border);
}

.cart-heading__title {
    font-size: 18px;
    font-family: var(--font-headings);
    text-transform: uppercase;
}

.cart-heading__item.--active .cart-heading__title {
    font-size: 18px;
    font-family: var(--font-headings);
    text-transform: uppercase;
}

.free-shipping-line {
    font-size: 15px;
}

.cart-table-shipping {
    gap: 10px;
}

.modal__container.--cart .btn.--cart-dark {
    background: transparent;
    color: var(--darker);
    border: 1px solid var(--border);
}

.doprava-widget-subtext {
    color: var(--dark);
    padding-top: 2px;
}

@media (min-width: 992px) {
    #product-carousel {
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
    }

    #product-carousel>div:first-child {
        grid-column: span 3;
    }
}


@media screen and (max-width: 991px) {
    .search {

        padding: 0;

    }

    .header-content {

        flex-wrap: nowrap;
        flex-grow: 0;
        width: auto;
    }

    .header-main .logo-wrap {
        flex-grow: 1;
        flex-shrink: 1;
    }

    .logo img {

        width: auto;
        margin: 0;
    }

    .logo {
        width: auto;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .product-top .product-card__tags {
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 575px) {
    .header-notice {
        font-size: 13px;
        padding: 6px;
    }
}

@media (max-width: 991px) {
    .product-detail__text {
        display: flex;
        padding: 15px 0;
    }

    .product-detail__code {
        padding: 15px 0 0 0;
    }

    .product-detail__price-delivery {
        padding: 15px 15px;
    }

    .product-detail .product-bottom {
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .product-top {
        border: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .product-card__thumb .product-card__tags {
        top: auto;
        left: 5px;
        bottom: 5px;
    }

    .product-card__delivery {
        display: flex;
    }

    .product-detail__title {
        font-size: 28px;

    }
}

.page.--narrow {
    border: 1px solid var(--border);
    border-radius: 0px;
}

#password-form .btn.--fullWidth,
#register-form .btn.--fullWidth,
#rma-form .btn.--fullWidth {
    background: var(--green);
    color: white;
    font-weight: 500;
    font-size: 17px;
}

#password-form .btn.--fullWidth img,
#register-form .btn.--fullWidth img,
#rma-form .btn.--fullWidth img {
    filter: none;
}

.g-recaptcha {
    padding: 20px 0;
}


.about-card,
.stat-card {

    border: 1px solid var(--border);
    border-radius: 0px;

}

.why-us-section,
.about-cta,
.about-location {
    border-radius: 0px;
}


.about-card,
.stat-card {

    border: 1px solid var(--border);
    border-radius: 0px;

}

.why-us-section,
.about-cta,
.about-location {
    border-radius: 0px;
}

.page-wrapper {
    position: relative;
    z-index: 10;
    transform-style: flat;
}

.page-wrapper::before {
    content: none;
}

.subcategories__link {
    border: 1px solid var(--border);
    border-radius: 0px;
}

.products-footer .pagination__link {
    height: 48px;
    width: 48px;
}

.pagination__item.--active .pagination__link {
    border: 0;
    color: white;
    background: var(--darker);
    border-radius: 50%;
}

@media (min-width: 992px) {
    .page-wrapper-out {
        position: relative;
        background: linear-gradient(to bottom, var(--darker) 300px, var(--light) 300px);
    }
}

.billing-card,
.store-img,
.eet-box,
.map-wrapper {
    border-radius: 0;
}

.contact-card,
.contact-card.highlight {
    border: 1px solid var(--border);
    border-radius: 0;
}

.free-shipping-banner,
.delivery-option {
    border-style: solid;
    border-radius: 0px;
}

.delivery-option.success .badge-price,
.badge-price.success,
.delivery-option.dark .badge-price {
    border-radius: 0px;
    border: 0;
}

.delivery-header .subtitle {
    font-size: 15px;
    color: var(--dark);
}

.subcategories__title {
    font-size: 15px;
}

.subcategories__link {
    height: 60px;
}

.subcategories__single {
    padding: 5px 0;
}

.subcategories .row {
    margin-right: -5px;
    margin-left: -5px;
}

.subcategories .row>* {
    padding-right: 5px;
    padding-left: 5px;
}

@media screen and (min-width: 992px) {
    header {
        z-index: 11;
    }
}

@media screen and (max-width: 991px) {
    header {
        z-index: 13;
        position: relative;
    }

    .page-wrapper {
        position: relative;
        z-index: unset;
        transform-style: flat;
    }
}

.searchAutocomplete__title {
    color: var(--green);
}

.searchAutocomplete__section {
    border-bottom: 1px solid var(--border);
}

#modal-cart .modal__overlay {
    background: rgba(0, 0, 0, .6);
}

@media (min-width: 992px) {
    .page-wrapper-out {
        z-index: 21;
    }

    .page-wrapper {
        z-index: 21;
    }
}

.points {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .section-news-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media screen and (max-width: 575px) {
    .page.--narrow {
        border: 0px;
        border-radius: 20px;
        margin-top: 40px;
    }
}

.news-page .section-news .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 991px) {
    .news-page .section-news .row {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    article {
        padding: 40px 0 40px 0;
    }

    .footer-grid {
        display: flex;
        gap: 0px;
        padding-top: 0px;
    }

    .footer-left {
        display: none;
    }

    footer {

        padding: 30px 0;
        padding-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .logo img {
        height: 54px;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .footer__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .newsletterSection {
        padding: 10px 0;
    }

    .newsletterSection__form {

        padding: 20px;

    }

    .newsletterSection__subTitle {

        font-size: 14px;
    }

    .contact__title {

        max-width: 100%;
        font-size: 28px;
        line-height: 1.2;
    }

    .footer-grid .row {
        flex-direction: column;
    }

    .footer-grid .row .col-6 {

        width: 100%;
    }

    .footer__title {
        padding-top: 20px;
        margin: 0;
        padding-bottom: 15px;
    }

    .article-header {
        padding: 0 0 30px 0;
    }

    .article-thumb {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .products-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
    }

    .points .row>* {
        display: flex;
        align-items: center;

    }

    .page-wrapper {

        padding: 20px;
        background: white;
    }
}

.points-single__icon {
    flex-shrink: 0;
}

@media screen and (max-width: 991px) {

    .header-notice~.page-wrapper-out {
        padding-top: 40px;
    }

    #product-carousel>div {
        display: flex;
        gap: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {

    .eshop-grid-inner {}

    .eshop-item {
        padding: 14px;

    }

    .eshop-item-big-content {
        padding: 18px;

    }
}

@media screen and (max-width: 1024px) {
    .eshop-grid-inner {
        grid-template-rows: auto;
        width: 100%;
        height: auto;
    }

    .eshop-grid {
        display: flex;
        flex-direction: column;
    }

    .eshop-item {
        aspect-ratio: auto;
        padding: 18px;
    }

    .eshop-item .eshop-item-title {
        margin: 0;
    }
}


@media (min-width: 992px) and (max-width: 1300px) {
    .points .row {
        gap: 20px 0;
    }

    .points .row>* {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .page-wrapper {
        gap: 20px;
    }

    .carousel {
        padding-bottom: 20px;
    }

    .points {
        margin-bottom: 0px;
    }

    .page-wrapper nav {
        width: 280px;
        max-width: 280px;
    }

    .page-wrapper .container {
        padding-left: 0px;
    }
}

.product-card__bottom-content {
    gap: 10px;
}

@media screen and (max-width: 1024px) {
    .product-card__priceMain {
        font-size: 17px;
    }
}

@media screen and (max-width: 575px) {
    .points-single__icon img {
        width: 56px;
        height: 56px;
    }
}

@media screen and (max-width: 1024px) {
    .blog-page-grid {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 40px;
    }
}

.article-content h2 {
    text-decoration: underline;
    margin-bottom: 20px;
    margin-top: 20px;
}

.article-content h3 {
    color: var(--darker);
    font-weight: 500;
    font-size: 25px;
}

@media (min-width: 992px) {
    .page-wrapper-out {
        z-index: unset;
        position: unset;
    }

    header {

        position: unset;
    }

    .searchAutocomplete {
        z-index: 99;
    }
}

.micromodal-slide {
    z-index: 99;
    position: fixed;
}

@media screen and (max-width: 768px) {
    .news-single__title {
        max-height: 50px;
    }

    .news-single.--full .news-single__title {
        max-height: 62px;
        line-height: 1.4;
    }
}

.cart-page .nav-toggle-wrapper {
    display: none;
}