/* SOLLA – produkt bez hodnotenia */

.solla-empty-rating {
    margin: 14px 0 18px !important;
}

.solla-add-rating {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #9b742f !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.solla-add-rating::before {
    content: "☆";
    display: inline-block;
    color: #b88a3a;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.solla-add-rating:hover,
.solla-add-rating:focus-visible {
    background: transparent !important;
    color: #6f5122 !important;
    text-decoration: underline !important;
}


.kategorie-dlazdice {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 22px 0 14px;
}
.p-code {
    margin-top: 3px !important;
    color: #7d756b !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}
.kategorie-dlazdice a {
    padding: 12px 22px;
    border: 2px solid #d8c19a;
    border-radius: 999px;
    background: #fffaf3;
    color: #1f1a16;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.kategorie-dlazdice a:hover,
.kategorie-dlazdice a:focus-visible {
    border-color: #b88a3a;
    background: #f6ead8;
    color: #1f1a16;
    transform: translateY(-1px);
}

.flag-new,
.flags .flag-new,
.flag.flag-new,
.products .flag-new,
.product .flag-new {
    border-color: #b88a3a !important;
    background: #b88a3a !important;
    color: #ffffff !important;
}

.flag-action,
.flags .flag-action,
.flag.flag-action,
.products .flag-action,
.product .flag-action,
.flag-discount,
.flags .flag-discount,
.flag-sale,
.flags .flag-sale {
    border-color: #b88a3a !important;
    background: #b88a3a !important;
    color: #ffffff !important;
}

.flag,
.flags .flag {
    border-radius: 8px !important;
    font-weight: 700 !important;
}

.availability,
.availability-amount,
.stock,
.stock-availability,
.p .availability,
.products .availability,
.product .availability {
    color: #3f6b2a !important;
    font-weight: 600 !important;
}

.btn.btn-default,
a.btn.btn-default,
.button.detail,
a.button.detail {
    border-color: #b88a3a !important;
    color: #b88a3a !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus-visible,
a.btn.btn-default:hover,
a.btn.btn-default:focus-visible,
.button.detail:hover,
.button.detail:focus-visible,
a.button.detail:hover,
a.button.detail:focus-visible {
    border-color: #b88a3a !important;
    background: #b88a3a !important;
    color: #ffffff !important;
}

.welcome,
.welcome-wrapper,
.welcome-text,
.homepage-text,
.homepage-welcome,
.editor-content:empty {
    display: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.solla-short-description,
.solla-short-description *,
.solla-product-description,
.solla-product-description *,
.solla-product-text,
.solla-product-text * {
    box-sizing: border-box;
}

.solla-short-description {
    width: 100%;
    margin: 0;
    color: #2c2823;
}

.solla-short-description p,
.solla-short-description__text {
    position: relative;
    margin: 0;
    padding-left: 17px;
    color: #2c2823;
    font-size: 16px;
    line-height: 1.65;
}

.solla-short-description p::before,
.solla-short-description__text::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 3px;
    border-radius: 10px;
    background: #bd8e39;
}

.solla-product-description,
.solla-product-text {
    width: 100%;
    max-width: 100%;
    color: #302c27;
    font-size: 16px;
    line-height: 1.75;
    overflow-wrap: break-word;
}

.solla-product-description p,
.solla-product-text p {
    margin: 0 0 17px;
}

.solla-product-description p:last-child,
.solla-product-text p:last-child {
    margin-bottom: 0;
}

.solla-product-description__intro,
.solla-product-text__intro {
    margin: 0 0 38px;
    padding: 30px 32px;
    border: 1px solid #e8dcc7;
    border-left: 4px solid #bd8e39;
    border-radius: 12px;
    background: linear-gradient(135deg, #ffffff 0%, #fbf7ef 100%);
}

.solla-product-description__label,
.solla-product-text__label {
    display: block;
    margin-bottom: 8px;
    color: #ad7e2f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.solla-product-description__intro h2,
.solla-product-text__intro h2 {
    margin: 0 0 18px;
    color: #27231f;
    font-size: 29px;
    line-height: 1.25;
}

.solla-product-description__section,
.solla-product-text__section {
    margin: 0 0 36px;
}

.solla-product-description__section h3,
.solla-product-description__care h3,
.solla-product-text__section h3,
.solla-product-text__care h3 {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 16px;
    color: #29251f;
    font-size: 23px;
    line-height: 1.35;
}

.solla-product-description__section h3::after,
.solla-product-text__section h3::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e4d5bb;
}

.solla-product-description__care,
.solla-product-text__care {
    margin-top: 5px;
    padding: 25px 28px;
    border: 1px solid #e3d3b7;
    border-radius: 12px;
    background: #f8f1e5;
}

.solla-product-description__care h3,
.solla-product-text__care h3 {
    color: #604922;
}

.solla-product-description__care h3::before,
.solla-product-text__care h3::before {
    content: "";
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bd8e39;
}

.solla-product-description__care ul,
.solla-product-text__care ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.solla-product-description__care li,
.solla-product-text__care li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 22px;
    color: #39342e;
    line-height: 1.6;
}

.solla-product-description__care li:last-child,
.solla-product-text__care li:last-child {
    margin-bottom: 0;
}

.solla-product-description__care li::before,
.solla-product-text__care li::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b98b36;
}

@media screen and (max-width: 800px) {
    .solla-product-description__intro,
    .solla-product-text__intro {
        padding: 25px 24px;
    }

    .solla-product-description__intro h2,
    .solla-product-text__intro h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 480px) {
    .kategorie-dlazdice {
        gap: 9px;
        margin: 18px 0 12px;
    }

    .kategorie-dlazdice a {
        padding: 10px 16px;
        font-size: 13px;
    }

    .solla-short-description p,
    .solla-short-description__text {
        padding-left: 14px;
        font-size: 15px;
        line-height: 1.6;
    }

    .solla-product-description,
    .solla-product-text {
        font-size: 15px;
        line-height: 1.68;
    }

    .solla-product-description__intro,
    .solla-product-text__intro {
        margin-bottom: 29px;
        padding: 21px 18px;
        border-left-width: 3px;
        border-radius: 9px;
    }

    .solla-product-description__label,
    .solla-product-text__label {
        margin-bottom: 7px;
        font-size: 11px;
    }

    .solla-product-description__intro h2,
    .solla-product-text__intro h2 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .solla-product-description__section,
    .solla-product-text__section {
        margin-bottom: 29px;
    }

    .solla-product-description__section h3,
    .solla-product-description__care h3,
    .solla-product-text__section h3,
    .solla-product-text__care h3 {
        gap: 10px;
        margin-bottom: 13px;
        font-size: 20px;
    }

    .solla-product-description__care,
    .solla-product-text__care {
        padding: 20px 17px;
        border-radius: 9px;
    }

    .solla-product-description__care li,
    .solla-product-text__care li {
        padding-left: 19px;
    }
}


/* ==========================================================
   SOLLA – VÝHODY POD TLAČIDLOM DO KOŠÍKA
   ========================================================== */

.solla-trust-benefits,
.solla-trust-benefits * {
    box-sizing: border-box;
}

.solla-trust-benefits {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 16px 0 8px !important;
}

.solla-trust-item {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    min-height: 58px !important;
    padding: 10px 12px !important;
    border: 1px solid #eadfc9 !important;
    border-radius: 9px !important;
    background: #fbf7ef !important;
}

.solla-trust-item__icon {
    display: flex !important;
    flex: 0 0 31px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 31px !important;
    height: 31px !important;
    min-width: 31px !important;
    min-height: 31px !important;
    margin-right: 10px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    color: #b88a3a !important;
    overflow: hidden !important;
}

.solla-trust-item__icon svg {
    display: block !important;
    width: 19px !important;
    height: 19px !important;
    max-width: 19px !important;
    max-height: 19px !important;
    min-width: 19px !important;
    min-height: 19px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.7 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.solla-trust-item__content {
    display: block !important;
    min-width: 0 !important;
}

.solla-trust-item__title {
    display: block !important;
    margin: 0 0 2px !important;
    color: #332d27 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.solla-trust-item__text {
    display: block !important;
    color: #81786e !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
}

@media screen and (max-width: 900px) {
    .solla-trust-item {
        padding: 9px 10px !important;
    }

    .solla-trust-item__icon {
        flex-basis: 28px !important;
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        margin-right: 8px !important;
    }

    .solla-trust-item__icon svg {
        width: 17px !important;
        height: 17px !important;
        max-width: 17px !important;
        max-height: 17px !important;
        min-width: 17px !important;
        min-height: 17px !important;
    }
}

@media screen and (max-width: 480px) {
    .solla-trust-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 7px !important;
        margin-top: 14px !important;
    }

    .solla-trust-item {
        min-height: 55px !important;
        padding: 9px 8px !important;
        border-radius: 8px !important;
    }

    .solla-trust-item__icon {
        flex-basis: 27px !important;
        width: 27px !important;
        height: 27px !important;
        min-width: 27px !important;
        min-height: 27px !important;
        margin-right: 7px !important;
    }

    .solla-trust-item__icon svg {
        width: 16px !important;
        height: 16px !important;
        max-width: 16px !important;
        max-height: 16px !important;
        min-width: 16px !important;
        min-height: 16px !important;
    }

    .solla-trust-item__title {
        font-size: 11px !important;
    }

    .solla-trust-item__text {
        font-size: 9px !important;
    }
}
