/* =========================================================
   BLACKOUT BAITS - CUSTOM STYLES
========================================================= */

/* =========================================================
   FONT - MONTSERRAT
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body,
.external-fonts-loaded,
.blank-mode,
.external-fonts-loaded body,
body.blank-mode,
.product-appendix,
.empty-content-404 h1,
.dropdown-menu > li > a,
.header-top .btn.cart-count .cart-price,
.news-item-widget h5,
.header-top .oblibeneBtn em,
.navigation-buttons > a[data-target="cart"] i,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navigation-in a,
.price strong,
.products-block.products .p .price span,
.btn:not(.cart-count),
a.btn:not(.cart-count),
.fav-cat li a,
.user-action-tabs li a,
.cart-widget-product-name a,
.search-whisperer .p-info span,
.search-whisperer .price,
.search-whisperer-documents a,
.box-bg-variant .categories a,
.subcategories.with-image li a .text,
.name,
.category-header label,
.pagination > a,
.pagination > strong,
.availability-value,
.price-final,
.p-gifts-heading,
.p-gift-name,
.shp-tabs-holder ul.shp-tabs li a,
.all-param span,
.rate-average,
.var-dostupnost,
.variant-name,
.vote-title,
ol.cart-header li a,
ol.cart-header li strong,
.cart-table tr td.p-name a,
.price-wrapper,
a.cart-related-name,
.empty-cart-boxes ul li a,
.payment-info,
.payment-shipping-price,
.cart-item-name,
.cart-item-price,
.order-summary-item.helper,
.recapitulation-single,
.reca-number,
ul.manufacturers ul li,
.search-whisperer-empty,
.menu-helper > ul > li a,
.filtrovat,
.tab-mobil,
.free-gift-name {
    font-family: 'Montserrat', sans-serif !important;
}

html,
body {
    scroll-behavior: smooth;
}

#productsAlternative::before {
    font-family: "Montserrat" !important;
}

/* =========================================================
   HLAVIČKA
========================================================= */

#header .site-name a img {
    max-height: 75px;
}

@media screen and (min-width: 768px) {
    .top-navigation-bar .container > div.top-navigation-contacts {
        flex: 1 25%;
    }
    .top-navigation-bar .container > div.top-navigation-menu {
        flex: 1 1 65%;
    }
    .top-navigation-bar .container > div.top-navigation-tools {
        flex: 1 1 10%;
    }
}

/* =========================================================
   USP / BENEFIT BANNER
========================================================= */

.benefitBanner {
    gap: 0;
}

.benefitBanner__item {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    padding: 24px 12px;
    background: #f3f0e6;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.benefitBanner__item:first-child {
    border-radius: 6px 0 0 6px;
}

.benefitBanner__item:last-child {
    border-radius: 0 6px 6px 0;
}

.benefitBanner__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 1px;
    height: 60%;
    background: rgba(162, 127, 61, 0.25);
}

.benefitBanner__picture {
    flex: 0 0 54px !important;
    width: 54px !important;
    max-width: 54px !important;
    margin-right: 16px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center !important;
}

.benefitBanner__picture > div {
    width: 54px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefitBanner__picture .benefitBanner__img {
    display: block;
    width: auto !important;
    height: 40px !important;
    max-width: 54px !important;
    max-height: 40px !important;
    position: static !important;
    top: auto !important;
}

.benefitBanner__content {
    flex: 0 0 auto !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    padding-right: 0 !important;
    overflow: visible;
}

.benefitBanner__title {
    display: block;
    width: auto !important;
}

@media screen and (max-width: 1439px) {
    .benefitBanner__picture {
        flex: 0 0 46px !important;
        width: 46px !important;
        max-width: 46px !important;
        margin-right: 12px !important;
    }
    .benefitBanner__picture > div {
        width: 46px;
    }
    .benefitBanner__picture .benefitBanner__img {
        max-width: 46px !important;
    }
    .benefitBanner__content {
        max-width: calc(100% - 32px) !important;
    }
    .benefitBanner__title {
        font-size: 14px;
        white-space: nowrap;
    }
    .benefitBanner__data {
        font-size: 12px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1199px) {
    .benefitBanner {
        gap: 8px;
        padding-bottom: 32px !important;
    }
    .benefitBanner .benefitBanner__item {
        justify-content: flex-start !important;
        border-radius: 6px !important;
    }
    .benefitBanner .benefitBanner__item::before,
    .benefitBanner .benefitBanner__item::after {
        display: none !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 1199px) {
    .benefitBanner .benefitBanner__item {
        flex: 0 0 calc(50% - 4px) !important;
        width: calc(50% - 4px) !important;
        margin-bottom: 0 !important;
        padding: 24px 12px;
    }
    .benefitBanner .benefitBanner__picture {
        margin-left: auto;
    }
    .benefitBanner .benefitBanner__content {
        width: 270px !important;
        flex: 0 0 270px !important;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .benefitBanner {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 479px) {
    .benefitBanner {
        gap: 0;
    }
    .benefitBanner .benefitBanner__item {
        flex: 0 0 100% !important;
        width: 100% !important;
        margin-bottom: 8px !important;
        padding-left: 28px !important;
        padding-right: 20px !important;
        justify-content: flex-start !important;
        border-radius: 6px !important;
    }
    .benefitBanner .benefitBanner__item:last-child {
        margin-bottom: 0 !important;
    }
    .benefitBanner__picture {
        flex: 0 0 45px !important;
        width: 45px !important;
        max-width: 45px !important;
        margin-right: 13px !important;
    }
    .benefitBanner__picture > div {
        width: 45px;
        height: 36px;
    }
    .benefitBanner__picture .benefitBanner__img {
        height: 36px !important;
        max-width: 45px !important;
        max-height: 36px !important;
    }
    .benefitBanner__content {
        padding-right: 0 !important;
        max-width: calc(100% - 58px) !important;
    }
}

/* =========================================================
   PRODUKTOVÁ STRÁNKA
========================================================= */

.popis-nadpis {
    display: none !important;
}

.p-short-description > p {
    display: block;
}

.link-icon.share,
.link-icon.print {
    display: none !important;
}

/* =========================================================
   PARAMETRY / VARIANTY PRODUKTU
========================================================= */

.advanced-parameter,
.advanced-parameter-inner {
    width: 75px;
    height: 75px;
}

/* =========================================================
   KONTAKT V SIDEBARU
========================================================= */

.sidebar-contact {
    margin: 20px 0;
    padding: 18px 20px;
    text-align: center;
    background: #f3f0e6;
}

.sidebar-contact h4 {
    margin: 0 0 10px !important;
    padding: 0 !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #010101;
}

.sidebar-contact-name {
    margin: 0 0 14px !important;
    padding: 0 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #616161;
}

.sidebar-contact-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.sidebar-contact-link {
    display: flex !important;
    align-items: center;
    gap: 9px;
    margin: 0 !important;
    padding: 0 !important;
    color: #A27F3D !important;
    text-decoration: none;
    line-height: 1.3;
    transition: opacity 0.2s ease;
}

.sidebar-contact-link:hover {
    text-decoration: underline;
}

.sidebar-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
}

.sidebar-contact-icon svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sidebar-contact-link strong {
    font-size: 15px;
    font-weight: 600;
}

/* =========================================================
   E-MAIL V HLAVIČCE - DESKTOP
========================================================= */

@media screen and (min-width: 1200px) {
    .top-navigation-bar .project-email {
        display: inline-block;
        margin-left: 24px;
        font-size: 16px;
        font-weight: 700;
        color: var(--color-primary);
    }
    a.project-email::before {
        content: '\e910';
        font-size: 16px;
    }
}

/* =========================================================
   E-MAIL V HLAVIČCE - MOBIL
========================================================= */

@media screen and (min-width: 360px) and (max-width: 767px) {
    .top-navigation-contacts {
        display: block !important;
    }
    .top-navigation-contacts .project-phone {
        display: none !important;
    }
    .top-navigation-contacts .project-email {
        display: block !important;
        position: absolute;
        top: 15px;
        right: 164px;
        color: #A3A3AF;
    }
    a.project-email::before {
        content: '\e910';
    }
    .top-navigation-contacts .project-email span {
        display: none;
    }
}

/* =========================================================
   TLAČÍTKA
========================================================= */

.btn:not(.cart-count),
.compact-form .form-control,
.pagination > a,
.pagination > strong,
a.login-btn {
    border-radius: 4px;
}

/* =========================================================
   POPTÁVKOVÝ FORMULÁŘ
========================================================= */

.bb-inquiry {
    max-width: 850px;
    margin: 0 auto;
}

.bb-inquiry-intro {
    margin-bottom: 35px;
}

.bb-inquiry-intro h1 {
    margin-bottom: 12px;
}

.bb-inquiry-intro p {
    max-width: 680px;
    line-height: 1.7;
}

/* =========================================================
   POPTÁVKOVÝ FORMULÁŘ - ŘÁDKY
========================================================= */

.bb-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* =========================================================
   BLACKOUT BAITS – KONTAKT
========================================================= */

.bb-contact-page {
    width: 100%;
    color: #24242E;
}

.bb-contact-page *,
.bb-contact-page *::before,
.bb-contact-page *::after {
    box-sizing: border-box;
}

.in-kontakty .sidebar,
.in-kontakty header h1 {
    display: none;
}

.in-kontakty .content-inner {
    max-width: 100%;
}

/* =========================================================
   KONTAKT – HERO
========================================================= */

.bb-contact-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 70px;
    padding: 55px 0 75px;
}

.bb-contact-hero-content {
    max-width: 590px;
}

.bb-contact-eyebrow {
    margin: 0 0 3px;
    color: #A27F3D;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
}

.bb-contact-title {
    margin: 0 0 20px;
    color: #24242E;
    font-size: 45px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bb-contact-intro {
    max-width: 570px;
    margin: 0 0 20px;
    color: #24242E;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
}

.bb-contact-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
}

.bb-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-height: 50px;
    padding: 11px 20px;
    border: 0;
    border-radius: 6px;
    background: #A27F3D;
    color: #fff !important;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none !important;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.bb-contact-button:hover {
    text-decoration: underline !important;
}

.bb-contact-button:focus {
    color: #fff !important;
    text-decoration: none !important;
}

.bb-contact-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
}

.bb-contact-button-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bb-contact-button strong {
    font-weight: 700;
}

.bb-contact-hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.bb-contact-hero-image img {
    display: block;
    width: 100%;
    max-width: 610px;
    height: auto;
    margin: 0 auto;
}

/* =========================================================
   KONTAKT – NÁŠ TÝM
========================================================= */

.bb-team-section {
    padding: 40px 0 85px;
}

.bb-team-heading {
    margin: 0 0 48px;
    text-align: center;
}

.bb-team-eyebrow {
    margin: 0 0 6px;
    color: #A27F3D;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.bb-team-title {
    margin: 0;
    color: #24242E;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
}

.bb-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}

.bb-team-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    min-width: 0;
    padding: 10px 38px;
    background: transparent;
}

.bb-team-card:first-child {
    padding-left: 0;
}

.bb-team-card:last-child {
    padding-right: 0;
}

.bb-team-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #E2DED5;
}

.bb-team-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    margin: 0;
    border-radius: 6px;
    background: #F3EFE7;
}

.bb-team-icon img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.bb-team-content {
    min-width: 0;
}

.bb-team-name {
    margin: 0 0 6px;
    color: #24242E;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: none;
}

.bb-team-role {
    margin: 0 0 14px;
    color: #A27F3D;
    font-size: 11px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bb-team-description {
    margin: 0 0 16px;
    color: #656565;
    font-size: 14px;
    line-height: 1.65;
}

.bb-team-email {
    display: inline-block;
    max-width: 100%;
    color: #24242E !important;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
}

.bb-team-email:hover {
    color: #A27F3D !important;
    text-decoration: none !important;
}

/* =========================================================
   KONTAKT – OSOBNÍ ODBĚR A FAKTURAČNÍ ÚDAJE
========================================================= */

.bb-contact-details-section {
    margin-top: 20px;
}

.bb-contact-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
    width: 100%;
}

.bb-contact-details-column {
    min-width: 0;
}

.bb-contact-details-column h2 {
    margin: 0 0 26px;
    color: #24242E;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
}

.bb-contact-details-line {
    display: none;
}

.bb-contact-details-content,
.bb-company-main,
.bb-company-bank {
    width: 100%;
}

.bb-contact-details-content > strong,
.bb-company-main > strong,
.bb-company-bank > strong {
    display: block;
    margin: 0 0 10px;
    color: #24242E;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
}

.bb-contact-address {
    margin: 0;
    color: #656565;
    font-size: 14px;
    line-height: 1.75;
}

.bb-contact-map-link {
    display: inline-block;
    margin-top: 12px;
    color: #A27F3D !important;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    transition: opacity 0.2s ease;
}

.bb-contact-map-link:hover,
.bb-contact-map-link:focus {
    color: #A27F3D !important;
    text-decoration: none !important;
}

.bb-company-main {
    padding: 0;
    border: 0;
}

.bb-company-address-grid {
    display: block;
}

.bb-company-address-grid p {
    margin: 0;
    color: #656565;
    font-size: 14px;
    line-height: 1.75;
}

.bb-company-address-grid p + p {
    margin-top: 10px;
}

.bb-company-address-grid strong {
    color: #24242E;
    font-weight: 600;
}

.bb-company-vat {
    margin: 10px 0 0 !important;
    color: #656565;
    font-size: 13px;
    line-height: 1.6;
}

.bb-company-bank {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #E2DED5;
}

.bb-company-bank > strong {
    margin-bottom: 12px;
}

.bb-company-bank-row {
    display: flex;
    align-items: baseline;
    gap: 18px;
    margin-top: 8px;
}

.bb-company-bank-row span {
    flex: 0 0 120px;
    color: #656565;
    font-size: 14px;
    line-height: 1.6;
}

.bb-company-bank-row strong {
    color: #24242E;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.bb-company-register {
    max-width: 520px;
    margin: 22px 0 0 !important;
    color: #656565;
    font-size: 13px;
    line-height: 1.65;
}

/* =========================================================
   KONTAKT – OBECNÉ ÚPRAVY
========================================================= */

.bb-contact-page h1,
.bb-contact-page h2,
.bb-contact-page h3,
.bb-contact-page h4,
.bb-contact-page p {
    padding: 0;
}

.bb-contact-page a {
    box-shadow: none;
}

.bb-contact-page img {
    border: 0;
}

/* =========================================================
   KONTAKT – RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .bb-contact-hero {
        gap: 45px;
    }

    .bb-team-card {
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 991px) {
    .bb-contact-hero {
        gap: 35px;
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .bb-contact-title {
        font-size: 38px;
    }

    .bb-contact-eyebrow {
        font-size: 20px;
    }

    .bb-contact-intro {
        font-size: 16px;
    }

    .bb-contact-button {
        font-size: 15px;
    }

    .bb-team-card {
        flex-direction: column;
        padding: 10px 25px;
    }

    .bb-team-icon {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }

    .bb-team-icon img {
        width: 42px;
        height: 42px;
    }

    .bb-contact-details-grid {
        gap: 45px;
    }
}

@media (max-width: 767px) {
    .bb-contact-hero {
        grid-template-columns: 1fr;
        gap: 35px;
        padding-top: 30px;
        padding-bottom: 55px;
    }

    .bb-contact-hero-content {
        max-width: none;
    }

    .bb-contact-eyebrow {
        font-size: 17px;
    }

    .bb-contact-title {
        margin-bottom: 18px;
        font-size: 34px;
    }

    .bb-contact-intro {
        max-width: none;
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 1.55;
    }

    .bb-contact-buttons {
        gap: 12px;
    }

    .bb-contact-button {
        min-height: 48px;
        padding: 10px 17px;
        border-radius: 9px;
        font-size: 15px;
    }

    .bb-contact-button-icon {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }

    .bb-contact-hero-image {
        margin-top: 5px;
    }

    .bb-contact-hero-image img {
        max-width: 520px;
    }

    .bb-team-section {
        padding: 25px 0 55px;
    }

    .bb-team-heading {
        margin-bottom: 30px;
        text-align: left;
    }

    .bb-team-eyebrow {
        font-size: 13px;
    }

    .bb-team-title {
        font-size: 32px;
    }

    .bb-team-grid {
        grid-template-columns: 1fr;
    }

    .bb-team-card {
        display: grid;
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 18px;
        padding: 24px 0;
        border-bottom: 1px solid #E2DED5;
    }

    .bb-team-card:first-child {
        padding-top: 0;
    }

    .bb-team-card:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .bb-team-card:not(:last-child)::after {
        display: none;
    }

    .bb-team-icon {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
    }

    .bb-team-icon img {
        width: 39px;
        height: 39px;
    }

    .bb-team-name {
        font-size: 18px;
    }

    .bb-team-role {
        margin-bottom: 10px;
        font-size: 10px;
    }

    .bb-team-description {
        font-size: 13px;
    }

    .bb-team-email {
        font-size: 13px;
    }

    .bb-contact-details-section {
        margin-top: 0;
    }

    .bb-contact-details-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .bb-contact-details-column h2 {
        margin-bottom: 22px;
        font-size: 19px;
    }

    .bb-company-register {
        max-width: none;
    }
}

@media (max-width: 480px) {
    .bb-contact-title,
    .bb-team-title {
        font-size: 30px;
    }

    .bb-team-card {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;
    }

    .bb-team-icon {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }

    .bb-team-icon img {
        width: 34px;
        height: 34px;
    }

    .bb-company-bank-row {
        display: block;
    }

    .bb-company-bank-row span,
    .bb-company-bank-row strong {
        display: block;
    }

    .bb-company-bank-row span {
        margin-bottom: 2px;
    }
}

/* =========================================================
   BLACKOUT BAITS – DOPRAVA A PLATBA
========================================================= */

.in-doprava-a-platba .content-inner {
    max-width: 950px;
}

.in-doprava-a-platba header h1 {
    display: none;
}

.bb-shipping-payment {
    width: 100%;
    color: #24242E;
}

.bb-shipping-payment *,
.bb-shipping-payment *::before,
.bb-shipping-payment *::after {
    box-sizing: border-box;
}

.bb-sp-container {
    width: 100%;
    margin: 0 auto;
}

/* =========================================================
   HERO
========================================================= */

.bb-sp-hero {
    width: 100%;
    padding: 56px 0;
    text-align: center;
}

.bb-sp-hero h1 {
    margin: 0 0 14px;
    padding: 0;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    color: #24242E;
}

.bb-sp-hero p {
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #656565;
}

/* =========================================================
   DOPRAVA ZDARMA
========================================================= */

.bb-sp-notice {
    width: 100%;
    margin-bottom: 48px;
    padding: 18px 24px;
    background: #F3EFE7;
    border-left: 4px solid #A27F3D;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    color: #656565;
}

.bb-sp-notice strong {
    font-weight: 800;
    color: #24242E;
}

/* =========================================================
   SEKCE
========================================================= */

.bb-sp-section {
    margin: 0 0 48px;
    padding: 0 0 48px;
    border-bottom: 1px solid #E8E5DD;
}

.bb-sp-section--last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.bb-sp-section-heading {
    margin-bottom: 26px;
}

.bb-sp-section-heading h2 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700;
    color: #24242E;
}

.bb-sp-section-heading p {
    max-width: 820px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #656565;
}

/* =========================================================
   DOPRAVNÍ KARTY
========================================================= */

.bb-sp-shipping-tables {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
}

.bb-sp-shipping-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #E2DED5;
    border-radius: 6px;
}

/* HLAVIČKA KARTY */

.bb-sp-shipping-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 78px;
    padding: 18px 20px;
    background: #F8F7F4;
    border-bottom: 1px solid #E2DED5;
}

.bb-sp-shipping-card-title {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.bb-sp-shipping-card-title strong {
    display: block;
    color: #24242E;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.bb-sp-shipping-card-title span {
    display: block;
    color: #656565;
    font-size: 13px;
    line-height: 1.5;
}

/* =========================================================
   LOGO DOPRAVCE
========================================================= */

.bb-sp-option-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    overflow: hidden;
    border-radius: 4px;
}

.bb-sp-option-icon--logo {
    background: transparent;
}

.bb-sp-option-icon--logo img {
    display: block;
    width: 38px;
    height: 38px;
    object-fit: contain;
}

/* =========================================================
   TABULKA CEN
========================================================= */

.bb-sp-price-table {
    width: 100%;
}

.bb-sp-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 48px;
    padding: 12px 20px;
    border-bottom: 1px solid #EEEEEC;
}

.bb-sp-price-row:last-child {
    border-bottom: 0;
}

.bb-sp-price-row span {
    color: #656565;
    font-size: 14px;
    line-height: 1.5;
}

.bb-sp-price-row strong {
    flex: 0 0 auto;
    color: #24242E;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    white-space: nowrap;
}

/* =========================================================
   INFO O ROZDĚLENÍ ZÁSILKY
========================================================= */

.bb-sp-shipping-note {
    margin-top: 20px;
    padding: 15px 18px;
    background: #F6F4EF;
    border-left: 3px solid #A27F3D;
    color: #656565;
    font-size: 16px;
    line-height: 1.65;
}

.bb-sp-shipping-note strong {
    color: #24242E;
    font-weight: 700;
}

/* =========================================================
   BLACKOUT BAITS – LIMIT HMOTNOSTI OBJEDNÁVKY
========================================================= */

.bb-weight-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin: 14px 0;
    padding: 12px 14px;
    background: #f7f7f7;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

.bb-weight-notice-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border: 1px solid #a27f3d;
    border-radius: 50%;
    color: #b38a3e;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.bb-weight-notice-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0 4px;
}

.bb-weight-notice-content strong {
    color: #24242e;
    font-weight: 600;
}

.bb-weight-notice-content a {
    color: #a27f3d;
    text-decoration: underline;
}

.bb-weight-notice-content a:hover {
    text-decoration: none;
}

/* =========================================================
   KLASICKÉ ŘÁDKY
   OSOBNÍ ODBĚR + PLATEBNÍ METODY
========================================================= */

.bb-sp-options {
    width: 100%;
}

.bb-sp-option {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 17px 0;
}

.bb-sp-option + .bb-sp-option {
    border-top: 1px solid #E2DED5;
}

/* =========================================================
   PLATEBNÍ LOGA
========================================================= */

.payment-logo {
    background-color: transparent;
    border: none;
}

/* IKONY */

.bb-sp-option-icon--pickup {
    background: #A27F3D;
}

.bb-sp-option-icon--pickup img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.bb-sp-option-icon--payment {
    background: #F3EFE7;
}

.bb-sp-option-icon--payment img {
    display: block;
    width: 27px;
    height: 27px;
    object-fit: contain;
}

/* OBSAH */

.bb-sp-option-content {
    min-width: 0;
}

.bb-sp-option-content strong {
    display: block;
    margin-bottom: 4px;
    color: #24242E;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.bb-sp-option-content span {
    display: block;
    color: #656565;
    font-size: 14px;
    line-height: 1.6;
}

/* =========================================================
   OSOBNÍ ODBĚR
========================================================= */

.bb-sp-pickup-address {
    margin-bottom: 4px;
}

.bb-sp-map-link {
    display: inline-block;
    margin-top: 1px;
    color: #A27F3D !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.bb-sp-map-link:hover {
    text-decoration: none !important;
}

.bb-sp-pickup-note {
    margin-top: 8px;
    color: #656565;
}

/* =========================================================
   CENA
========================================================= */

.bb-sp-option-price {
    min-width: 80px;
    padding-left: 20px;
    color: #24242E;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 768px) {

    .bb-sp-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bb-sp-hero {
        padding: 42px 0;
    }

    .bb-sp-hero h1 {
        font-size: 36px;
    }

    .bb-sp-hero p {
        font-size: 15px;
    }

    .bb-sp-notice {
        margin-bottom: 36px;
    }

    .bb-sp-section {
        margin-bottom: 38px;
        padding-bottom: 38px;
    }

    .bb-sp-section-heading h2 {
        font-size: 22px;
    }

    .bb-sp-shipping-tables {
        gap: 16px;
    }

    .bb-sp-shipping-card-head {
        padding: 16px;
    }

    .bb-sp-price-row {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 620px) {

    .bb-sp-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .bb-sp-hero {
        padding: 34px 0;
    }

    .bb-sp-hero h1 {
        font-size: 31px;
    }

    .bb-sp-hero p {
        font-size: 14px;
        line-height: 1.65;
    }

    .bb-sp-notice {
        margin-bottom: 30px;
        padding: 16px 18px;
        font-size: 14px;
        text-align: left;
    }

    .bb-sp-section {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .bb-sp-section-heading {
        margin-bottom: 20px;
    }

    .bb-sp-section-heading h2 {
        font-size: 20px;
    }

    .bb-sp-section-heading p {
        font-size: 14px;
        line-height: 1.65;
    }

    /* Karty pod sebe */

    .bb-sp-shipping-tables {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bb-sp-shipping-card-head {
        min-height: 72px;
        padding: 15px 16px;
    }

    .bb-sp-shipping-card-title strong {
        font-size: 14px;
    }

    .bb-sp-shipping-card-title span {
        font-size: 12px;
    }

    .bb-sp-price-row {
        min-height: 45px;
        padding: 11px 16px;
    }

    .bb-sp-price-row span,
    .bb-sp-price-row strong {
        font-size: 13px;
    }

    .bb-sp-shipping-note {
        margin-top: 16px;
        padding: 14px 16px;
        font-size: 12px;
    }

    /* Osobní odběr + platby */

    .bb-sp-option {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
        padding: 16px 0;
    }

    .bb-sp-option-price {
        grid-column: 2;
        min-width: 0;
        margin-top: -6px;
        padding-left: 0;
        text-align: left;
        font-size: 13px;
    }

    .bb-sp-option-content strong {
        font-size: 14px;
    }

    .bb-sp-option-content span {
        font-size: 13px;
    }

    .bb-sp-map-link {
        font-size: 13px;
    }

    .bb-sp-option-icon--pickup img,
    .bb-sp-option-icon--payment img {
        width: 26px;
        height: 26px;
    }

    .bb-sp-section--last {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
}

/* =========================================================
   O NÁS
========================================================= */

.in-o-nas .content-inner {
    max-width: 100%;
}

/* =========================================================
   BLACKOUT BAITS – O NÁS
========================================================= */

.in-o-nas header h1 {
    display: none;
}

.bb-about-page {
    width: 100%;
}

.bb-about-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.bb-about-hero {
    padding: 54px 0;
}

.bb-about-hero .bb-about-container {
    max-width: 950px;
}

.bb-about-eyebrow {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #A27F3D;
}

.bb-about-title {
    margin: 0;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #24242E;
}

.bb-about-lead {
    max-width: 850px;
    margin: 34px 0 0;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 600;
    color: #24242E;
}

.bb-about-text {
    max-width: 850px;
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.85;
    color: #656565;
}

.bb-about-text p {
    margin: 0 0 18px;
}

.bb-about-text p:last-child {
    margin-bottom: 0;
}

.bb-about-image-section {
    padding-bottom: 70px;
}

.bb-about-image {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.bb-about-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 6.5;
    object-fit: cover;
}

.bb-about-benefits {
    padding: 60px 0;
    background: transparent;
}

.bb-about-benefits .bb-about-container {
    max-width: 100%;
}

.bb-about-benefits-inner {
    padding: 60px 70px;
    background: #f6f4ef;
    border-radius: 4px;
}

.bb-about-section-heading {
    margin: 0 0 38px;
}

.bb-about-section-heading .bb-about-eyebrow {
    margin-bottom: 10px;
}

.bb-about-heading {
    margin: 0;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 700;
    color: #24242E;
}

.bb-about-section-text {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.75;
    color: #656565;
}

/* =========================================================
   USP BANNER – NA O NÁS POUZE POZICE
   VZHLED ŘEŠÍ TVÉ GLOBÁLNÍ CSS
========================================================= */

.bb-about-benefits .benefitBanner {
    margin: 0;
}

.bb-about-story {
    padding: 85px 0 75px;
}

.bb-about-story-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.bb-about-story-title {
    margin: 0;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #24242E;
}

.bb-about-story-title span {
    display: block;
    color: #A27F3D;
}

.bb-about-story-text {
    max-width: 760px;
    margin: 28px auto 0;
    font-size: 17px;
    line-height: 1.8;
    color: #656565;
}

/* =========================================================
   TLAČÍTKA
========================================================= */

.bb-about-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.bb-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 26px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none !important;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.bb-about-button-primary {
    background-color: #A27F3D;
    border-color: #A27F3D;
    color: #fff !important;
}

.bb-about-button-primary:hover {
    background-color: #8d6d34;
    border-color: #8d6d34;
    color: #fff !important;
}

.bb-about-button-secondary {
    background-color: transparent;
    border-color: #24242E;
    color: #24242E !important;
}

.bb-about-button-secondary:hover {
    background-color: #24242E;
    color: #fff !important;
}

@media screen and (max-width: 991px) {
    .bb-about-hero {
        padding: 50px 0 45px;
    }
    .bb-about-image-section {
        padding-bottom: 55px;
    }
    .bb-about-benefits {
        padding: 45px 0;
    }
    .bb-about-benefits-inner {
        padding: 45px 40px;
    }
    .bb-about-story {
        padding: 65px 0 60px;
    }
}

@media screen and (max-width: 768px) {
    .bb-about-container {
        padding-left: 18px;
        padding-right: 18px;
    }
    .bb-about-hero {
        padding: 35px 0;
    }
    .bb-about-lead {
        margin-top: 24px;
        font-size: 18px;
        line-height: 1.65;
    }
    .bb-about-text {
        margin-top: 22px;
        font-size: 15px;
        line-height: 1.75;
    }
    .bb-about-image-section {
        padding-bottom: 45px;
    }
    .bb-about-image img {
        aspect-ratio: 4 / 3;
    }
    .bb-about-benefits {
        padding: 35px 0;
    }
    .bb-about-benefits-inner {
        padding: 35px 18px;
    }
    .bb-about-section-heading {
        margin-bottom: 28px;
    }
    .bb-about-story {
        padding: 55px 0 50px;
    }
    .bb-about-story-text {
        font-size: 15px;
        line-height: 1.75;
    }
    .bb-about-buttons {
        flex-direction: column;
        align-items: stretch;
        margin-top: 30px;
    }
    .bb-about-button {
        width: 100%;
    }
}

/* =========================================================
   POPTÁVKOVÝ FORMULÁŘ - POLE
========================================================= */

.bb-form-group {
    margin-bottom: 20px;
}

.bb-form-group label {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: 600;
}

.bb-form-group label span {
    color: #C62828;
}

.bb-form-group input,
.bb-form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #DDD;
    border-radius: 4px;
    background: #FFF;
    font: inherit;
    transition: border-color 0.2s ease;
}

.bb-form-group input:focus,
.bb-form-group textarea:focus {
    outline: none;
    border-color: #222;
}

.bb-form-group textarea {
    resize: vertical;
}

/* =========================================================
   POPTÁVKOVÝ FORMULÁŘ - GDPR
========================================================= */

.bb-form-privacy {
    margin: 5px 0 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #616161;
}

.bb-form-privacy p {
    margin: 0;
}

.form-group.consents {
    font-size: 13px;
}

/* =========================================================
   BLACKOUT BAITS – FOOTER
========================================================= */

#footer {
    background-color: #fff;
}

#footer .custom-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    padding: 54px 0;
}

#footer .custom-footer > div {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    min-width: 0;
}

.bb-footer-column {
    width: 100%;
    padding: 0 30px;
    color: #24242E;
}

.bb-footer-column *,
.bb-footer-column *::before,
.bb-footer-column *::after {
    box-sizing: border-box;
}

.bb-footer-title {
    margin: 0 0 28px;
    padding: 0;
    color: #24242E;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0;
}

.bb-footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.bb-footer-links a {
    display: block;
    margin: 0;
    padding: 0;
    color: #24242E !important;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: 1.3px;
    text-decoration: none !important;
    transition: color .2s ease;
}

.bb-footer-links a:hover {
    color: #A27F3D !important;
    text-decoration: underline !important;
}

.bb-footer-contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    width: 100%;
    margin: 0 0 22px;
}

.bb-footer-contact-link {
    display: block;
    margin: 0;
    padding: 0;
    color: #A27F3D !important;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: .4px;
    transition: color .2s ease;
    text-decoration: underline;
}

.bb-footer-contact-link:hover {
    text-decoration: none;
}

.bb-footer-contact-note {
    display: block;
    margin: 0 0 4px;
    color: #656565;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .3px;
}

.bb-footer-social {
    width: 100%;
    margin: 0;
}

.bb-footer-social-title {
    margin: 0 0 18px;
    padding: 0;
    color: #24242E;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.bb-footer-social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.bb-footer-social-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    flex: 0 0 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #D7D7D7 !important;
    border-radius: 50% !important;
    background: #fff !important;
    overflow: hidden;
    text-decoration: none !important;
    transition: border-color .2s ease;
}

.bb-footer-social-icon:hover {
    border-color: #A27F3D !important;
}

#footer .bb-footer-social-icon img {
    display: block !important;
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    transform: none !important;
}

#footer .bb-footer-column h3,
#footer .bb-footer-column h4,
#footer .bb-footer-column p {
    padding: 0;
}

#footer .bb-footer-column a {
    box-shadow: none;
}

@media (max-width: 991px) {
    #footer .custom-footer > div {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
    .bb-footer-column {
        padding: 0 25px 45px;
    }
}

@media (max-width: 767px) {
    #footer .custom-footer {
        display: block;
    }
    #footer .custom-footer > div:not(:last-child) {
        border-bottom: none;
    }
    #footer .custom-footer > div {
        width: 100%;
        max-width: 100%;
    }
    .bb-footer-column {
        padding: 0 20px 38px;
    }
    .bb-footer-title {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .bb-footer-links {
        gap: 14px;
    }
    .bb-footer-links a {
        font-size: 14px;
    }
    .bb-footer-contact-info {
        margin-bottom: 22px;
    }
    .bb-footer-social-title {
        margin-bottom: 16px;
    }
}

/* =========================================================
   FOOTER – MOŽNOSTI DOPRAVY A PLATBY
========================================================= */

.bb-footer-options {
    display: flex;
    align-items: flex-start;
    gap: 54px;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    padding: 54px 0;
}

.bb-footer-options-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 30px;
}

.bb-footer-options-title {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #111;
}

.bb-footer-options-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.bb-footer-option {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bb-footer-option img {
    display: block;
    width: auto;
    max-width: 130px;
    height: 30px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .bb-footer-options {
        gap: 50px;
        padding-top: 30px;
        margin-top: 30px;
    }
    .bb-footer-options-shipping {
        flex: 0 0 auto;
    }
    .bb-footer-options-items {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .bb-footer-options {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding-top: 0;
        margin-top: 0;
        border-top: none;
        border-bottom: 1px solid #e4e4e4;
    }
    .bb-footer-options-group {
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .bb-footer-options-title {
        font-size: 18px;
        text-align: center;
    }
    .bb-footer-options-items {
        width: 100%;
        justify-content: center;
        gap: 18px 22px;
    }
    .bb-footer-option {
        justify-content: center;
    }
    .bb-footer-option img {
        max-width: 105px;
    }
}

@media (max-width: 480px) {
    .bb-footer-column {
        padding-left: 24px;
        padding-right: 24px;
    }
    .bb-footer-contact-link {
        font-size: 14px;
    }
    .bb-footer-contact-note {
        font-size: 12px;
    }
    .bb-footer-social-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }
}

/* =========================================================
   POPTÁVKOVÝ FORMULÁŘ - TLAČÍTKO
========================================================= */

.bb-form-submit {
    padding: 13px 24px;
    border: 0;
    border-radius: 4px;
    background: #24242E;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.bb-form-submit:hover {
    opacity: 0.8;
}

.bb-form-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

/* =========================================================
   POPTÁVKOVÝ FORMULÁŘ - HONEYPOT ANTISPAM
========================================================= */

.bb-hp {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.bb-form-message {
    display: none;
    margin-top: 20px;
    padding: 16px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.bb-form-message.is-visible {
    display: block;
}

.bb-form-message.is-loading {
    border: 1px solid #f3f0e6;
    background: #F5F5F5;
    color: #555;
}

.bb-form-message.is-error {
    border: 1px solid #F2B8B5;
    background: #FFF0F0;
    color: #B42318;
}

.bb-form-success {
    display: none;
    max-width: 650px;
    margin: 30px auto 0;
    padding: 42px 32px;
    text-align: center;
    border: 1px solid #D7EAD8;
    border-radius: 12px;
    background: #F7FAF7;
}

.bb-form-success.is-visible {
    display: block;
}

.bb-form-success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #2F7D32;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.bb-form-success h2 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.bb-form-success p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

@media screen and (max-width: 767px) {
    .bb-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .bb-form-success {
        padding: 32px 20px;
    }
    .bb-form-success h2 {
        font-size: 21px;
    }
    .bb-form-success p {
        font-size: 15px;
    }
}

/* =========================================================
   BLACKOUT BAITS – FLAG NOVINKA
   VÝCHOZÍ STYL
========================================================= */

.flag.flag-new {
    position: relative;
    background: #24242E;
    color: #fff;
    padding: 9px 17px 9px 19px;
    border: none;
    border-radius: 0;
    font-size: 11px;
    font-weight: 800;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    clip-path: polygon(
        8px 0,
        100% 0,
        calc(100% - 10px) 100%,
        0 100%
    );
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.18));
}

.flag.flag-new::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 5px;
    bottom: 5px;
    width: 4px;
    background: #a27f3d;
    transform: skewX(-16deg);
}

.type-product .flag.flag-new {
    padding: 11px 24px 11px 27px;
    font-size: 13px;
}

.type-product .flag.flag-new::before {
    transform: skewX(-14deg);
}

@media (max-width: 768px) {
    .flag.flag-new {
        padding: 8px 14px 8px 16px;
        font-size: 10px;
        clip-path: polygon(
            5px 0,
            100% 0,
            calc(100% - 7px) 100%,
            0 100%
        );
    }
    .flag.flag-new::before {
        left: 7px;
        top: 5px;
        bottom: 5px;
        width: 4px;
        transform: skewX(-13deg);
    }
}

/* =========================================================
   BLACKOUT BAITS – REKLAMACE A VRÁCENÍ ZBOŽÍ
========================================================= */

.in-reklamace-a-vraceni-zbozi .sidebar {
    display: none;
}

.in-reklamace-a-vraceni-zbozi .content-inner {
    max-width: 100%;
}

.in-reklamace-a-vraceni-zbozi header h1 {
    display: none;
}

.bb-returns-page {
    width: 100%;
    color: #151515;
}

.bb-returns-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.bb-returns-container--small {
    max-width: 950px;
}

.bb-returns-page h1,
.bb-returns-page h2,
.bb-returns-page h3,
.bb-returns-page p {
    margin-top: 0;
}

.bb-returns-page h1,
.bb-returns-page h2,
.bb-returns-page h3 {
    font-family: "Montserrat", sans-serif;
}

.bb-returns-eyebrow {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #A27F3D;
}

.bb-returns-page a {
    color: inherit;
}

.bb-returns-hero {
    padding: 42px 0 48px;
    text-align: center;
}

.bb-returns-title {
    max-width: 780px;
    margin: 0 auto 20px;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1px;
}

.bb-returns-intro {
    max-width: 720px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.75;
    color: #5D5D5D;
}

.bb-returns-choice {
    padding: 0 0 64px;
}

.bb-returns-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.bb-returns-page .bb-returns-choice-card {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 220px;
    padding: 30px 34px;
    overflow: hidden;
    background: #24242E;
    color: #fff;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.bb-returns-page .bb-returns-choice-card:hover {
    background: #2D2D38;
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.bb-returns-choice-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 430px;
}

.bb-returns-page .bb-returns-choice-card h2 {
    margin: 0 0 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.bb-returns-page .bb-returns-choice-card p {
    margin: 0 0 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

.bb-returns-page .bb-returns-choice-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    min-height: 48px;
    padding: 14px 20px;
    background: #A27F3D;
    border: 1px solid #A27F3D;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.bb-returns-page .bb-returns-choice-link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
}

.bb-returns-page .bb-returns-choice-link span {
    transition: transform 0.2s ease;
}

.bb-returns-page .bb-returns-choice-card:hover .bb-returns-choice-link {
    background: #8F6E32;
    border-color: #8F6E32;
    color: #fff !important;
    text-decoration: none !important;
}

.bb-returns-page .bb-returns-choice-card:hover .bb-returns-choice-link span {
    transform: translateX(4px);
}

.bb-returns-section {
    padding: 76px 0;
    scroll-margin-top: 120px;
}

.bb-returns-section--alt {
    background: #F5F4F1;
}

.bb-returns-section-head {
    max-width: 760px;
    margin-bottom: 45px;
}

.bb-returns-section-head h2 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 700;
}

.bb-returns-section-head > p:last-child {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #626262;
}

.bb-returns-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 36px;
}

.bb-returns-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 28px;
    background: #fff;
    border: 1px solid #E9E7E1;
    border-radius: 6px;
}

.bb-returns-step-number {
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #A27F3D;
    color: #fff;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
}

.bb-returns-step-content {
    min-width: 0;
}

.bb-returns-step-content h3 {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.bb-returns-step-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #646464;
}

.bb-returns-step-content a {
    color: #A27F3D;
    text-decoration: none;
}

.bb-returns-step-content a:hover {
    text-decoration: underline;
}

.bb-returns-address {
    margin-top: 16px;
    padding: 14px 16px;
    background: #F8F7F4;
    border-left: 3px solid #A27F3D;
    border-radius: 0 4px 4px 0;
    font-style: normal;
    font-size: 14px;
    line-height: 1.65;
    color: #24242E;
}

.bb-returns-order-box,
.bb-returns-contact-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 28px;
    padding: 32px 34px;
    background: #24242E;
    color: #fff;
    border-radius: 6px;
}

.bb-returns-order-content {
    min-width: 0;
}

.bb-returns-order-content h3,
.bb-returns-contact-box h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

.bb-returns-order-content p,
.bb-returns-contact-box p {
    max-width: 620px;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

/* =========================================================
   TLAČÍTKA
========================================================= */

.bb-returns-button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 14px 22px;
    background: #A27F3D;
    border: 1px solid #A27F3D;
    border-radius: 4px;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.6px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.bb-returns-button:hover {
    background: #8F6E32;
    border-color: #8F6E32;
    color: #fff !important;
    transform: translateY(-1px);
}

.bb-returns-button--outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff !important;
}

.bb-returns-button--outline:hover {
    background: #fff;
    border-color: #fff;
    color: #24242E !important;
}

.bb-returns-note {
    margin-top: 22px;
    padding: 22px 24px;
    background: #E8E5DD;
    border-left: 4px solid #A27F3D;
    border-radius: 0 6px 6px 0;
}

.bb-returns-note > strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}

.bb-returns-note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.bb-returns-note a {
    color: #A27F3D;
    font-weight: 700;
    text-decoration: none;
}

.bb-returns-note a:hover {
    text-decoration: underline;
}

.bb-returns-info-box {
    margin-top: 40px;
    padding: 30px 32px;
    background: #fff;
    border: 1px solid #DEDBD3;
    border-radius: 6px;
}

.bb-returns-info-box h3 {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

.bb-returns-info-box p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.75;
    color: #646464;
}

.bb-returns-info-box p:last-child {
    margin-bottom: 0;
}

.bb-returns-contact-label {
    display: block;
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #A27F3D;
}

/* =========================================================
   PDF FORMULÁŘE KE STAŽENÍ
========================================================= */

.bb-returns-download-wrap {
    margin-top: 24px;
}

.bb-returns-download {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 620px;
    min-height: 82px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #DEDBD3;
    border-radius: 6px;
    color: #24242E !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.bb-returns-download:hover {
    border-color: #A27F3D;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07) !important;
    transform: translateY(-1px);
    color: #24242E !important;
    text-decoration: none !important;
}

.bb-returns-download-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    background: #F3F0E6;
    border-radius: 4px;
    color: #A27F3D;
}

.bb-returns-download-icon svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bb-returns-download-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.bb-returns-download-text strong {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #24242E;
}

.bb-returns-download-text > span {
    display: block;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 400;
    color: #777;
}

.bb-returns-download-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    font-size: 22px;
    line-height: 1;
    color: #A27F3D;
    transition: transform 0.2s ease;
}

.bb-returns-download:hover .bb-returns-download-arrow {
    transform: translateY(3px);
}

.bb-returns-help {
    padding: 20px 0 80px;
}

.bb-returns-help-box {
    padding: 46px 48px;
    background: #24242E;
    color: #fff;
    border-radius: 6px;
    text-align: center;
}

.bb-returns-help-box .bb-returns-eyebrow {
    margin-bottom: 10px;
}

.bb-returns-help-box h2 {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.bb-returns-help-box > p:not(.bb-returns-eyebrow) {
    max-width: 620px;
    margin: 0 auto 28px;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.72);
}

.bb-returns-help-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 991px) {
    .bb-returns-title {
        font-size: 36px;
    }
    .bb-returns-page .bb-returns-choice-card {
        min-height: 210px;
        padding: 28px;
    }
    .bb-returns-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .bb-returns-container {
        padding-left: 18px;
        padding-right: 18px;
    }
    .bb-returns-hero {
        padding: 28px 0 34px;
    }
    .bb-returns-title {
        font-size: 30px;
        line-height: 1.15;
        letter-spacing: -0.5px;
    }
    .bb-returns-intro {
        font-size: 15px;
        line-height: 1.7;
    }
    .bb-returns-choice {
        padding-bottom: 46px;
    }
    .bb-returns-choice-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .bb-returns-page .bb-returns-choice-card {
        min-height: 190px;
        padding: 24px;
    }
    .bb-returns-page .bb-returns-choice-card h2 {
        font-size: 22px;
    }
    .bb-returns-section {
        padding: 54px 0;
    }
    .bb-returns-section-head {
        margin-bottom: 32px;
    }
    .bb-returns-section-head h2 {
        font-size: 27px;
    }
    .bb-returns-section-head > p:last-child {
        font-size: 15px;
    }
    .bb-returns-steps {
        gap: 14px;
        margin-bottom: 28px;
    }
    .bb-returns-step {
        padding: 22px;
    }
    .bb-returns-step-number {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }
    .bb-returns-order-box,
    .bb-returns-contact-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        padding: 26px 24px;
    }
    .bb-returns-button {
        width: 100%;
    }
    .bb-returns-note {
        padding: 20px 22px;
    }
    .bb-returns-info-box {
        margin-top: 30px;
        padding: 24px 22px;
    }
    .bb-returns-download {
        max-width: 100%;
        min-height: 78px;
        padding: 16px;
    }
    .bb-returns-download-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }
    .bb-returns-download-icon svg {
        width: 22px;
        height: 22px;
    }
    .bb-returns-download-text strong {
        font-size: 14px;
    }
    .bb-returns-download-text > span {
        font-size: 12px;
    }
    .bb-returns-help {
        padding-bottom: 54px;
    }
    .bb-returns-help-box {
        padding: 36px 24px;
    }
    .bb-returns-help-box h2 {
        font-size: 26px;
    }
    .bb-returns-help-actions {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .bb-returns-title {
        font-size: 27px;
    }
    .bb-returns-page .bb-returns-choice-card {
        min-height: 180px;
    }
    .bb-returns-step {
        gap: 15px;
        padding: 20px 18px;
    }
    .bb-returns-step-content h3 {
        font-size: 16px;
    }
}

/* =========================================================
   BLACKOUT BAITS – PRÁVNÍ STRÁNKY
   GDPR + OBCHODNÍ PODMÍNKY
========================================================= */

.in-obchodni-podminky .sidebar,
.in-ochrana-osobnich-udaju .sidebar,
.in-podminky-ochrany-osobnich-udaju .sidebar,
.in-gdpr .sidebar {
    display: none;
}

.in-obchodni-podminky .content-inner,
.in-ochrana-osobnich-udaju .content-inner,
.in-podminky-ochrany-osobnich-udaju .content-inner,
.in-gdpr .content-inner {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding-top: 22px;
    padding-bottom: 70px;
    color: #656565;
}

.in-obchodni-podminky header h1,
.in-ochrana-osobnich-udaju header h1,
.in-podminky-ochrany-osobnich-udaju header h1,
.in-gdpr header h1 {
    width: 100%;
    max-width: 950px;
    margin: 0 auto 38px;
    color: #24242E;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -1px;
}

.in-obchodni-podminky .content-inner p,
.in-ochrana-osobnich-udaju .content-inner p,
.in-podminky-ochrany-osobnich-udaju .content-inner p,
.in-gdpr .content-inner p {
    margin: 0 0 14px;
    padding: 0;
    color: #656565;
    font-size: 16px;
    line-height: 1.8;
}

.in-obchodni-podminky .content-inner > p:has(> strong:first-child),
.in-ochrana-osobnich-udaju .content-inner > p:has(> strong:first-child),
.in-podminky-ochrany-osobnich-udaju .content-inner > p:has(> strong:first-child),
.in-gdpr .content-inner > p:has(> strong:first-child) {
    margin-top: 38px;
    margin-bottom: 18px;
}

.in-obchodni-podminky .content-inner > p:first-child,
.in-ochrana-osobnich-udaju .content-inner > p:first-child,
.in-podminky-ochrany-osobnich-udaju .content-inner > p:first-child,
.in-gdpr .content-inner > p:first-child {
    margin-top: 0;
}

.in-obchodni-podminky .content-inner > p:has(> strong:first-child) > strong:first-child,
.in-ochrana-osobnich-udaju .content-inner > p:has(> strong:first-child) > strong:first-child,
.in-podminky-ochrany-osobnich-udaju .content-inner > p:has(> strong:first-child) > strong:first-child,
.in-gdpr .content-inner > p:has(> strong:first-child) > strong:first-child {
    display: inline-block;
    color: #24242E;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

.in-obchodni-podminky .content-inner ul,
.in-ochrana-osobnich-udaju .content-inner ul,
.in-podminky-ochrany-osobnich-udaju .content-inner ul,
.in-gdpr .content-inner ul {
    margin: 8px 0 20px;
    padding-left: 24px;
}

.in-obchodni-podminky .content-inner li,
.in-ochrana-osobnich-udaju .content-inner li,
.in-podminky-ochrany-osobnich-udaju .content-inner li,
.in-gdpr .content-inner li {
    margin-bottom: 9px;
    color: #656565;
    font-size: 14px;
    line-height: 1.75;
}

.in-obchodni-podminky .content-inner li:last-child,
.in-ochrana-osobnich-udaju .content-inner li:last-child,
.in-podminky-ochrany-osobnich-udaju .content-inner li:last-child,
.in-gdpr .content-inner li:last-child {
    margin-bottom: 0;
}

.in-obchodni-podminky .content-inner li::marker,
.in-ochrana-osobnich-udaju .content-inner li::marker,
.in-podminky-ochrany-osobnich-udaju .content-inner li::marker,
.in-gdpr .content-inner li::marker {
    color: #A27F3D;
}

.in-obchodni-podminky .content-inner a:not(.bb-terms-document-link),
.in-ochrana-osobnich-udaju .content-inner a:not(.bb-terms-document-link),
.in-podminky-ochrany-osobnich-udaju .content-inner a:not(.bb-terms-document-link),
.in-gdpr .content-inner a:not(.bb-terms-document-link) {
    color: #A27F3D !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    box-shadow: none !important;
    transition: opacity 0.2s ease;
}

.in-obchodni-podminky .content-inner a:not(.bb-terms-document-link):hover,
.in-obchodni-podminky .content-inner a:not(.bb-terms-document-link):focus,
.in-ochrana-osobnich-udaju .content-inner a:not(.bb-terms-document-link):hover,
.in-ochrana-osobnich-udaju .content-inner a:not(.bb-terms-document-link):focus,
.in-podminky-ochrany-osobnich-udaju .content-inner a:not(.bb-terms-document-link):hover,
.in-podminky-ochrany-osobnich-udaju .content-inner a:not(.bb-terms-document-link):focus,
.in-gdpr .content-inner a:not(.bb-terms-document-link):hover,
.in-gdpr .content-inner a:not(.bb-terms-document-link):focus {
    text-decoration: none !important;
}

/* =========================================================
   GDPR – TABULKA SLUŽEB
========================================================= */

.in-ochrana-osobnich-udaju .content-inner table,
.in-podminky-ochrany-osobnich-udaju .content-inner table,
.in-gdpr .content-inner table {
    width: 100% !important;
    margin: 22px 0 28px;
    border-collapse: separate !important;
    border-spacing: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #DEDBD3;
    border-radius: 6px;
}

.in-ochrana-osobnich-udaju .content-inner th,
.in-podminky-ochrany-osobnich-udaju .content-inner th,
.in-gdpr .content-inner th {
    padding: 14px 16px !important;
    background: #F3EFE7;
    border: 0 !important;
    border-bottom: 1px solid #DEDBD3 !important;
    color: #24242E;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
    text-align: left;
}

.in-ochrana-osobnich-udaju .content-inner td,
.in-podminky-ochrany-osobnich-udaju .content-inner td,
.in-gdpr .content-inner td {
    padding: 14px 16px !important;
    border: 0 !important;
    border-bottom: 1px solid #E8E5DD !important;
    color: #656565;
    font-size: 13px;
    line-height: 1.65;
    vertical-align: top;
}

.in-ochrana-osobnich-udaju .content-inner tbody tr:last-child td,
.in-podminky-ochrany-osobnich-udaju .content-inner tbody tr:last-child td,
.in-gdpr .content-inner tbody tr:last-child td {
    border-bottom: 0 !important;
}

.in-ochrana-osobnich-udaju .content-inner td:first-child,
.in-podminky-ochrany-osobnich-udaju .content-inner td:first-child,
.in-gdpr .content-inner td:first-child {
    width: 34%;
    color: #24242E;
    font-weight: 600;
}

/* =========================================================
   OBCHODNÍ PODMÍNKY – ODKAZ NA FORMULÁŘE
========================================================= */

.bb-terms-document {
    width: 100%;
    max-width: 620px;
    margin: 24px 0 34px;
}

.bb-terms-document-link {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-height: 82px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #DEDBD3;
    border-radius: 6px;
    color: #24242E !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.bb-terms-document-link:hover,
.bb-terms-document-link:focus {
    border-color: #A27F3D;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07) !important;
    transform: translateY(-1px);
    color: #24242E !important;
    text-decoration: none !important;
    opacity: 1 !important;
}

.bb-terms-document-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    background: #F3EFE7;
    border-radius: 4px;
    color: #A27F3D;
}

.bb-terms-document-icon svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bb-terms-document-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.bb-terms-document-text strong {
    display: block;
    color: #24242E;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
}

.bb-terms-document-text > span {
    display: block;
    color: #777;
    font-size: 13px;
    line-height: 1.45;
}

.bb-terms-document-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    color: #A27F3D;
    font-size: 22px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.bb-terms-document-link:hover .bb-terms-document-arrow {
    transform: translateX(4px);
}

/* =========================================================
   PRÁVNÍ STRÁNKY – RESPONSIVE
========================================================= */

@media (max-width: 991px) {
    .in-obchodni-podminky .content-inner,
    .in-obchodni-podminky header h1,
    .in-ochrana-osobnich-udaju .content-inner,
    .in-ochrana-osobnich-udaju header h1,
    .in-podminky-ochrany-osobnich-udaju .content-inner,
    .in-podminky-ochrany-osobnich-udaju header h1,
    .in-gdpr .content-inner,
    .in-gdpr header h1 {
        max-width: 820px;
    }

    .in-obchodni-podminky header h1,
    .in-ochrana-osobnich-udaju header h1,
    .in-podminky-ochrany-osobnich-udaju header h1,
    .in-gdpr header h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .in-obchodni-podminky .content-inner,
    .in-ochrana-osobnich-udaju .content-inner,
    .in-podminky-ochrany-osobnich-udaju .content-inner,
    .in-gdpr .content-inner {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .in-obchodni-podminky header h1,
    .in-ochrana-osobnich-udaju header h1,
    .in-podminky-ochrany-osobnich-udaju header h1,
    .in-gdpr header h1 {
        margin-bottom: 28px;
        padding-top: 30px;
        font-size: 30px;
        line-height: 1.15;
        letter-spacing: -0.3px;
    }

    .in-obchodni-podminky .content-inner p,
    .in-obchodni-podminky .content-inner li,
    .in-ochrana-osobnich-udaju .content-inner p,
    .in-ochrana-osobnich-udaju .content-inner li,
    .in-podminky-ochrany-osobnich-udaju .content-inner p,
    .in-podminky-ochrany-osobnich-udaju .content-inner li,
    .in-gdpr .content-inner p,
    .in-gdpr .content-inner li {
        font-size: 13px;
        line-height: 1.75;
    }

    .in-obchodni-podminky .content-inner > p:has(> strong:first-child),
    .in-ochrana-osobnich-udaju .content-inner > p:has(> strong:first-child),
    .in-podminky-ochrany-osobnich-udaju .content-inner > p:has(> strong:first-child),
    .in-gdpr .content-inner > p:has(> strong:first-child) {
        margin-top: 32px;
        margin-bottom: 16px;
    }

    .in-obchodni-podminky .content-inner > p:has(> strong:first-child) > strong:first-child,
    .in-ochrana-osobnich-udaju .content-inner > p:has(> strong:first-child) > strong:first-child,
    .in-podminky-ochrany-osobnich-udaju .content-inner > p:has(> strong:first-child) > strong:first-child,
    .in-gdpr .content-inner > p:has(> strong:first-child) > strong:first-child {
        font-size: 18px;
    }

    .in-ochrana-osobnich-udaju .content-inner table,
    .in-podminky-ochrany-osobnich-udaju .content-inner table,
    .in-gdpr .content-inner table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .in-ochrana-osobnich-udaju .content-inner th,
    .in-podminky-ochrany-osobnich-udaju .content-inner th,
    .in-gdpr .content-inner th,
    .in-ochrana-osobnich-udaju .content-inner td,
    .in-podminky-ochrany-osobnich-udaju .content-inner td,
    .in-gdpr .content-inner td {
        min-width: 180px;
        padding: 12px 14px !important;
        font-size: 12px;
    }

    .bb-terms-document {
        max-width: 100%;
        margin-top: 20px;
        margin-bottom: 28px;
    }

    .bb-terms-document-link {
        min-height: 78px;
        padding: 16px;
    }

    .bb-terms-document-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
    }

    .bb-terms-document-icon svg {
        width: 22px;
        height: 22px;
    }

    .bb-terms-document-text strong {
        font-size: 14px;
    }

    .bb-terms-document-text > span {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .in-obchodni-podminky header h1,
    .in-ochrana-osobnich-udaju header h1,
    .in-podminky-ochrany-osobnich-udaju header h1,
    .in-gdpr header h1 {
        font-size: 27px;
    }

    .in-obchodni-podminky .content-inner ul,
    .in-ochrana-osobnich-udaju .content-inner ul,
    .in-podminky-ochrany-osobnich-udaju .content-inner ul,
    .in-gdpr .content-inner ul {
        padding-left: 20px;
    }

    .bb-terms-document-link {
        gap: 13px;
        padding: 15px 14px;
    }

    .bb-terms-document-arrow {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
        font-size: 20px;
    }
}

/* =========================================================
   HOMEPAGE BANNERY
========================================================= */

/* Hlavní banner */
.carousel-inner .extended-empty {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.carousel-inner .extended-empty img {
    display: block;
    width: 100%;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

.carousel-inner .extended-empty:hover img {
    transform: scale(1.03);
}

/* Menší bannery vedle hlavního banneru */
.next-to-carousel-banners .banner-wrapper {
    overflow: hidden;
    border-radius: 8px;
}

.next-to-carousel-banners .extended-empty {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.next-to-carousel-banners .extended-empty img {
    display: block;
    width: 100%;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

.next-to-carousel-banners .extended-empty:hover img {
    transform: scale(1.03);
}

/* Kontejner tlačítka – přepsání výchozího Shoptet stylu */
.row.banners-row .carousel-inner .extended-banner-texts,
.row.banners-row .next-to-carousel-banners .extended-banner-texts {
    position: absolute !important;
    z-index: 5 !important;

    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
}

/* Hlavní banner – pozice tlačítka */
.row.banners-row .carousel-inner .extended-banner-texts {
    left: 48px !important;
    bottom: 40px !important;
}

/* Menší bannery – pozice tlačítka */
.row.banners-row .next-to-carousel-banners .extended-banner-texts {
    left: 28px !important;
    bottom: 24px !important;
}


.bb-banner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    background: #D5A63F;
    color: #24242E;
    border: 1px solid #E8C267;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.extended-empty:hover .bb-banner-button {
    background: #E5B84E;
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .bb-banner-button {
        display: none;
    }

    .content-wrapper.container .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.carousel-control::before {
    font-size: 13px !important;
}

.left {
    border-radius: 0 6px 6px 0;
}
  
.right {
    border-radius: 6px 0 0 6px;
}

