.about-home {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
    margin: 60px 0 20px;
}

.about-home__content {
    max-width: 620px;
}

.about-home__text p {
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.75;
}

.about-home__text p:last-child {
    margin-bottom: 0;
}

.about-home__button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 32px;
    padding: 14px 20px;
    border: 1px solid currentColor;
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    transition: all 0.25s ease;
}

.about-home__button span {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.about-home__button:hover {
    background: #111;
    color: #fff;
}

.about-home__button:hover span {
    transform: translateX(4px);
}

.about-home__image {
    width: 100%;
    overflow: hidden;
}

.about-home__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.about-home__image:hover img {
    transform: scale(1.02);
}

@media (max-width: 767px) {
    .about-home {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 40px;
    }

    .about-home__text p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-home__button {
        width: 100%;
        justify-content: space-between;
        box-sizing: border-box;
    }
}


.full-width.footer-newsletter-full-width {
    display: none;
}

.benefitBanner .benefitBanner__picture img{
    width: 100%;
    height: 100%;
}


.btn.btn-cart, .btn.btn-conversion, .btn.btn-primary:hover, a.btn.btn-cart, a.btn.btn-conversion, a.btn.btn-primary:hover {
    background-color: #222222;
    border-color: #222222;
    color: var(--colors-foregrounds-content-inverted);
}

.btn.btn-cart:hover, .btn.btn-conversion:hover, a.btn.btn-cart:hover, a.btn.btn-conversion:hover {
    background-color: black;
    border-color: black;
    color: var(--colors-foregrounds-content-inverted);
}

span.price-final-holder {
    color: black;
}

#footer .footer-bottom, #footer .footer-bottom a {
    color: white;
}

.products-top-wrapper.has-inactive, .products-top-wrapper {
    display: none;
}

.subcategories {
    justify-content: start;
}

.ui-slider-handle:before {
    color: white;
}

.ui-slider .ui-slider-range, .ui-slider-handle, .ui-slider-handle:hover {
    background-color: black;
}

a.chevron-after.chevron-down-after.toggle-filters {
    color: black;
}

.box.box-bg-variant.box-categories span {
    color: black;
}

.box.box-bg-variant.box-categories {
    padding: 10px 0;
}

.categories .topic.active>a, .categories .topic.active>a:hover {
    background-color: 
 color-mix(in srgb, var(--colors-surface-secondary), #000 3%);
    color: #222222;
}

.homepage-categories {
    width: 100%;
    margin: 60px 0;
}

.homepage-categories__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
}

.homepage-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 25px 20px;

    color: inherit;
    text-decoration: none;

    transition: opacity 0.25s ease;
}

.homepage-category:hover {
    opacity: 0.65;
}

.homepage-category__image {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 120px;

    margin-bottom: 15px;
}

.homepage-category__image img {
    display: block;

    width: 140px;
    height: 100px;

    object-fit: contain;
}

.homepage-category__name {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
}


@media (max-width: 991px) {

    .homepage-categories__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {

    .homepage-categories {
        margin-bottom: 50px;
    }

    .homepage-categories__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .homepage-category {
        padding: 20px 15px;
    }

    .homepage-category__image {
        height: 100px;
    }

    .homepage-category__image img {
        width: 120px;
        height: 85px;
    }

    .homepage-category__name {
        font-size: 14px;
    }
}


div#content-wrapper {
    padding-bottom: 50px;
}

.about-story {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    gap: 80px;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 0;
}

.about-story__content {
    max-width: 700px;
}

.about-story__content > p {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.8;
}

.about-story__content h3 {
    margin: 45px 0 15px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.about-story__content h3:first-of-type {
    margin-top: 50px;
}

.about-story__author {
    margin-top: 45px !important;
    line-height: 1.5 !important;
}

.about-story__author strong {
    font-weight: 500;
}

.about-story__author span {
    font-size: 14px;
    opacity: 0.6;
}

.about-story__image {
    position: sticky;
    top: 40px;
    width: 100%;
}

.about-story__image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 750px;
    object-fit: contain;
}


/* TABLET */

@media (max-width: 900px) {
    .about-story {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 60px 0;
    }

    .about-story__content {
        max-width: 100%;
    }

    .about-story__image {
        position: static;
        max-width: 600px;
        margin: 0 auto;
    }
}


/* MOBILE */

@media (max-width: 600px) {
    .about-story {
        gap: 40px;
        padding: 50px 0;
    }

    .about-story__content > p {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-story__content h3 {
        margin-top: 35px;
        font-size: 17px;
    }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 2012px;
    width: 100%;
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}

.type-category h1, .type-posts-listing h1, .type-page h1 {
    text-align: center;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -.04em;
    font-size: 38px;
}


.in-hodnoceni-obchodu .vote-wrap {
    padding: 40px;
        border-radius: 8px;
    border-style: solid;
    border-width: 1px;
        border-color: var(--colors-foregrounds-borders-secondary);
    color: var(--colors-foregrounds-content-primary);
}


.in-hodnoceni-obchodu div#ratingWrapper {
    width: 100% !important;
    margin: auto !important;
    position: relative !important;
    left: unset !important;
    right: unset !important;
    padding: 55px;
    background: #222222;
}


.in-hodnoceni-obchodu h1{
    margin-bottom: 50px;
    text-align: center;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -.04em;
}


.in-hodnoceni-obchodu div#ratingsList {
    margin-top: 50px;
}


.in-hodnoceni-obchodu .rate-wrapper .rate-average, .rate-wrapper .rate-value {
    color: white;
}


.in-hodnoceni-obchodu .stars-label {
    color: white;
}

.in-hodnoceni-obchodu .rate-bar {
    background-color: white;
}



.in-hodnoceni-obchodu span.rate-count {
    color: white;
}


.in-hodnoceni-obchodu .add-comment.rate-form-trigger button.btn.btn-sm.btn-secondary {
    background: white;
    padding: 15px 30px;
    color: black;
}


.in-hodnoceni-obchodu  div#rate-form {
    color: white !important;
}



.in-hodnoceni-obchodu  div#rate-form h3, .in-hodnoceni-obchodu  div#rate-form a{
    color: white !important;
}

.in-hodnoceni-obchodu  div#rate-form button{
        background: white;
    padding: 15px 30px;
    color: black;
}


.msg.msg-error {
    background: #cfcfcf;
    border-color: #cfcfcf;
    color: black;
}

.msg.msg-notice, .msg.msg-success{
        background: black;
    border-color: black;
    color: white;
}


a.link-icon.print, a.link-icon.chat {
    display: none;
}