/* =========================================================
   HOTEL HORAL — GIFT SHOP
   horaldarky.cz
   ========================================================= */


/* =========================================================
   01 — BASIC / HEADER
   ========================================================= */

#header {
    background-color: #fff !important;
}

.navigation-in {
    background-color: #fff !important;
}

.navigation-in a {
    color: #000 !important;
}

.navigation-buttons a[data-target="cart"]::before {
    color: #000 !important;
}

.navigation-buttons a[data-target="cart"] {
    color: #000 !important;
}

.navigation-buttons > a[data-target="cart"] i {
    color: #fff !important;
    background-color: #000 !important;
}

.navigation-buttons a[data-target="search"],
.navigation-buttons a[data-target="login"] {
    color: #000 !important;
    background-color: #fff !important;
}


/* =========================================================
   02 — HEADER / DESKTOP
   ========================================================= */

@media (min-width: 992px) {

    #header .header-top {
        min-height: 0 !important;
        height: 145px !important;
    }

    #header .header-top .header-top-wrapper {
        height: 145px !important;
        min-height: 0 !important;
    }

    #header .header-top .header-top-wrapper .site-name,
    #header .header-top .header-top-wrapper h1.site-name {
        height: 145px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #header .header-top .header-top-wrapper .site-name a,
    #header .header-top .header-top-wrapper h1.site-name a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 100% !important;
    }

    #header .header-top .header-top-wrapper .site-name a img,
    #header .header-top .header-top-wrapper h1.site-name a img {
        width: auto !important;
        height: auto !important;
        max-height: 92px !important;
    }
}


/* =========================================================
   03 — HEADER / MOBILE
   ========================================================= */

@media (max-width: 991px) {

    #header .site-name a img,
    #header h1.site-name a img {
        width: auto !important;
        height: auto !important;
        max-height: 54px !important;
    }

    #header .site-name,
    #header h1.site-name {
        display: flex !important;
        align-items: center !important;
    }

    #header .site-name a,
    #header h1.site-name a {
        display: flex !important;
        align-items: center !important;
    }
}


/* =========================================================
   04 — SHOP HOMEPAGE
   ========================================================= */

.horal-shop-home {
    width: 100%;
    color: #111;
}

.horal-shop-home *,
.horal-shop-home *::before,
.horal-shop-home *::after {
    box-sizing: border-box;
}

.horal-shop-home a {
    color: inherit;
}


/* =========================================================
   05 — COMMON EYEBROW
   ========================================================= */

.horal-gift-eyebrow {
    margin: 0;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .17em;
    text-transform: uppercase;
}


/* =========================================================
   06 — HERO
   ========================================================= */

.horal-gift-hero {
    width: 100%;
    margin: 0;
    padding: 0 40px;
}

.horal-gift-hero__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 78px 104px 72px;
    background: #f4f1eb;
}

.horal-gift-hero .horal-gift-eyebrow {
    margin-bottom: 28px;
}

.horal-gift-hero h1 {
    max-width: 720px;
    margin: 0 0 34px;
    padding: 0;
    font-size: clamp(48px, 4.5vw, 68px);
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: -.04em;
    color: #111;
}

.horal-gift-hero__lead {
    max-width: 720px;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 400;
}

.horal-gift-hero__text {
    max-width: 720px;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.7;
}

.horal-gift-hero__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 38px;
    margin: 0 0 46px;
}

.horal-gift-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 6px;
    border-bottom: 1px solid #111;
    color: #111 !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    transition: opacity .2s ease;
}

.horal-gift-link:hover {
    color: #111 !important;
    text-decoration: none !important;
    opacity: .55;
}

.horal-gift-link span {
    display: inline-block;
    font-size: 17px;
    transition: transform .2s ease;
}

.horal-gift-link:hover span {
    transform: translateX(4px);
}

.horal-gift-hero__note {
    max-width: 680px;
    margin: 0;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, .15);
    font-size: 12px;
    line-height: 1.6;
    color: rgba(17, 17, 17, .62);
}


/* =========================================================
   07 — GIFT CATEGORIES
   ========================================================= */

.horal-gift-categories {
    width: 100%;
    margin: 0;
    padding: 105px 40px 115px;
    background: #fff;
}

.horal-gift-categories__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.horal-gift-categories__head {
    max-width: 720px;
    margin: 0 0 58px;
}

.horal-gift-categories__head .horal-gift-eyebrow {
    margin-bottom: 20px;
}

.horal-gift-categories__head h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: clamp(42px, 4vw, 56px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -.035em;
    color: #111;
}

.horal-gift-categories__head > p:last-child {
    max-width: 680px;
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
}


/* =========================================================
   08 — CATEGORY GRID
   ========================================================= */

.horal-gift-grid {
    width: 100%;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, .17);
}


/* One complete clickable row */

.horal-gift-card {
    display: grid !important;
    grid-template-columns: 150px minmax(0, 1fr) 175px;
    column-gap: 40px;
    align-items: center;

    width: 100%;
    min-height: 220px;
    margin: 0 !important;
    padding: 38px 0 !important;

    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .17) !important;
    border-radius: 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    color: #111 !important;
    text-decoration: none !important;

    transition: opacity .2s ease;
}

.horal-gift-card:hover,
.horal-gift-card:focus {
    color: #111 !important;
    text-decoration: none !important;
    background: transparent !important;
}


/* Number + category */

.horal-gift-card__top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    min-width: 0;
    padding: 4px 0;
}

.horal-gift-card__number {
    display: block;
    margin: 0;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .08em;
}

.horal-gift-card__label {
    display: block;
    margin: 0;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
}


/* Main content */

.horal-gift-card__content {
    display: block;
    min-width: 0;
    max-width: 460px;
}

.horal-gift-card__title {
    display: block;
    margin: 0 0 18px;
    font-size: 27px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -.025em;
    color: #111;
    transition: opacity .2s ease;
}

.horal-gift-card__text {
    display: block;
    max-width: 390px;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
}


/* CTA */

.horal-gift-card__cta {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 10px;
    margin: 0;
    padding: 0 0 6px;
    border-bottom: 1px solid #111;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    white-space: nowrap;
}

.horal-gift-card__cta > span {
    display: inline-block;
    font-size: 16px;
    transition: transform .2s ease;
}

.horal-gift-card:hover .horal-gift-card__cta > span {
    transform: translateX(4px);
}

.horal-gift-card:hover .horal-gift-card__title {
    opacity: .55;
}


/* =========================================================
   09 — FREEDOM / VALUE VOUCHER
   ========================================================= */

.horal-gift-freedom {
    width: 100%;
    margin: 0;
    padding: 0 40px 115px;
    background: #fff;
}

.horal-gift-freedom__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1040px;
    min-height: 390px;
    margin: 0 auto;
}

.horal-gift-freedom__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 68px 60px;
    background: #111;
    color: #fff;
}

.horal-gift-freedom__content .horal-gift-eyebrow {
    margin-bottom: 26px;
    color: rgba(255, 255, 255, .72);
}

.horal-gift-freedom__content h2 {
    max-width: 430px;
    margin: 0 0 26px;
    padding: 0;
    font-size: clamp(38px, 3.6vw, 54px);
    line-height: 1.04;
    font-weight: 500;
    letter-spacing: -.035em;
    color: #fff;
}

.horal-gift-freedom__text {
    max-width: 430px;
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .88);
}

.horal-gift-freedom__link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, .9);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
}

.horal-gift-freedom__link:hover {
    color: #fff !important;
    text-decoration: none !important;
    opacity: .65;
}

.horal-gift-freedom__link span {
    display: inline-block;
    font-size: 16px;
    transition: transform .2s ease;
}

.horal-gift-freedom__link:hover span {
    transform: translateX(4px);
}

.horal-gift-freedom__aside {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background: #d8d0c3;
}

.horal-gift-freedom__amount {
    margin: 0;
    font-size: clamp(58px, 5.5vw, 82px);
    line-height: .92;
    font-weight: 500;
    letter-spacing: -.055em;
    color: #111;
}


/* =========================================================
   10 — CLOSING
   ========================================================= */

.horal-gift-closing {
    width: 100%;
    margin: 0;
    padding: 105px 40px 120px;
    background: #f4f1eb;
}

.horal-gift-closing__inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}

.horal-gift-closing .horal-gift-eyebrow {
    margin-bottom: 28px;
}

.horal-gift-closing h2 {
    max-width: 800px;
    margin: 0 0 30px;
    padding: 0;
    font-size: clamp(42px, 4.5vw, 62px);
    line-height: 1.04;
    font-weight: 500;
    letter-spacing: -.04em;
    color: #111;
}

.horal-gift-closing__inner > p:last-child {
    max-width: 600px;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   11 — TABLET
   ========================================================= */

@media (max-width: 991px) {

    .horal-gift-hero {
        padding: 0 30px;
    }

    .horal-gift-hero__inner {
        padding: 70px 60px 65px;
    }

    .horal-gift-categories {
        padding: 85px 30px 95px;
    }

    .horal-gift-card {
        grid-template-columns: 120px minmax(0, 1fr) 150px;
        column-gap: 28px;
        min-height: 205px;
    }

    .horal-gift-card__title {
        font-size: 24px;
    }

    .horal-gift-freedom {
        padding: 0 30px 95px;
    }

    .horal-gift-freedom__content {
        padding: 55px 45px;
    }

    .horal-gift-freedom__aside {
        padding: 45px;
    }

    .horal-gift-closing {
        padding: 85px 30px 95px;
    }
}


/* =========================================================
   12 — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .horal-gift-hero {
        padding: 0;
    }

    .horal-gift-hero__inner {
        padding: 62px 22px 58px;
    }

    .horal-gift-hero .horal-gift-eyebrow {
        margin-bottom: 20px;
    }

    .horal-gift-hero h1 {
        margin-bottom: 26px;
        font-size: 40px;
        line-height: 1.04;
    }

    .horal-gift-hero__lead {
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 1.5;
    }

    .horal-gift-hero__text {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .horal-gift-hero__links {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        margin-bottom: 38px;
    }

    .horal-gift-hero__note {
        padding-top: 22px;
        font-size: 11px;
    }


    /* CATEGORIES */

    .horal-gift-categories {
        padding: 72px 22px 80px;
    }

    .horal-gift-categories__head {
        margin-bottom: 42px;
    }

    .horal-gift-categories__head .horal-gift-eyebrow {
        margin-bottom: 18px;
    }

    .horal-gift-categories__head h2 {
        margin-bottom: 18px;
        font-size: 38px;
        line-height: 1.06;
    }

    .horal-gift-categories__head > p:last-child {
        font-size: 14px;
    }


    /* CARDS */

    .horal-gift-card {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        min-height: 0;
        padding: 30px 0 34px !important;
    }

    .horal-gift-card__top {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        align-self: auto;
        width: 100%;
        gap: 22px;
        margin: 0 0 28px;
        padding: 0;
    }

    .horal-gift-card__number {
        min-width: 26px;
    }

    .horal-gift-card__content {
        width: 100%;
        max-width: none;
    }

    .horal-gift-card__title {
        margin-bottom: 14px;
        font-size: 24px;
        line-height: 1.15;
    }

    .horal-gift-card__text {
        max-width: 100%;
        font-size: 14px;
    }

    .horal-gift-card__cta {
        align-self: flex-start;
        margin-top: 27px;
    }


    /* FREEDOM */

    .horal-gift-freedom {
        padding: 0 22px 80px;
    }

    .horal-gift-freedom__inner {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .horal-gift-freedom__content {
        padding: 54px 28px 58px;
    }

    .horal-gift-freedom__content h2 {
        font-size: 39px;
        line-height: 1.05;
    }

    .horal-gift-freedom__text {
        font-size: 14px;
    }

    .horal-gift-freedom__aside {
        min-height: 280px;
        padding: 45px 28px;
        justify-content: flex-start;
    }

    .horal-gift-freedom__amount {
        font-size: 62px;
    }


    /* CLOSING */

    .horal-gift-closing {
        padding: 72px 22px 82px;
    }

    .horal-gift-closing .horal-gift-eyebrow {
        margin-bottom: 22px;
    }

    .horal-gift-closing h2 {
        margin-bottom: 24px;
        font-size: 38px;
        line-height: 1.06;
    }

    .horal-gift-closing__inner > p:last-child {
        font-size: 14px;
    }
}


/* =========================================================
   13 — EXISTING SHOP PRODUCT BUTTONS
   ========================================================= */

.products-block > div .p .p-bottom > div .p-tools .btn,
.products-block > div .p .p-bottom > div .p-tools .btn.btn-cart {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

.products-block > div .p .p-bottom > div .p-tools .btn:hover,
.products-block > div .p .p-bottom > div .p-tools .btn.btn-cart:hover {
    background: #343434 !important;
    color: #fff !important;
    border-color: #343434 !important;
}

[for="order3"] {
    display: none !important;
}
/* =========================================================
   HORAL GIFT SHOP — CATEGORY ROWS / FINAL REFINEMENT
   Vložit úplně na konec horal-shop.css
   ========================================================= */

@media (min-width: 768px) {

    /* Celá sekce */
    .horal-gift-categories {
        padding: 92px 0 100px !important;
        background: #fff !important;
    }

    .horal-gift-categories__inner {
        width: calc(100% - 48px) !important;
        max-width: 1040px !important;
        margin: 0 auto !important;
    }

    /* Hlavička sekce */
    .horal-gift-categories__head {
        margin: 0 0 54px !important;
        max-width: 760px !important;
    }

    .horal-gift-categories__head .horal-gift-eyebrow {
        display: block !important;
        margin: 0 0 18px !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
        font-weight: 600 !important;
        letter-spacing: .17em !important;
        text-transform: uppercase !important;
    }

    .horal-gift-categories__head h2 {
        margin: 0 0 20px !important;
        font-size: 52px !important;
        line-height: 1.04 !important;
        font-weight: 400 !important;
        letter-spacing: -.035em !important;
    }

    .horal-gift-categories__head > p:not(.horal-gift-eyebrow) {
        margin: 0 !important;
        max-width: 650px !important;
        font-size: 15px !important;
        line-height: 1.65 !important;
    }


    /* GRID */
    .horal-gift-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        border-top: 1px solid rgba(0,0,0,.16) !important;
    }


    /* Každá karta = jeden horizontální řádek */
    .horal-gift-card {
        display: grid !important;
        grid-template-columns: 150px minmax(0, 1fr) 190px !important;
        grid-template-areas:
            "meta title cta"
            "meta text  cta" !important;
        column-gap: 28px !important;
        align-items: center !important;

        min-height: 190px !important;
        padding: 38px 28px !important;
        margin: 0 !important;

        border: 0 !important;
        border-bottom: 1px solid rgba(0,0,0,.16) !important;

        background: transparent !important;
        color: #111 !important;
        text-decoration: none !important;
        box-shadow: none !important;

        transition: background-color .25s ease !important;
    }

    .horal-gift-card:hover {
        background: #f4f1eb !important;
        color: #111 !important;
    }


    /* Levý sloupec — číslo + kategorie */
    .horal-gift-card__meta {
        grid-area: meta !important;
        align-self: start !important;
        padding-top: 5px !important;
    }

    .horal-gift-card__number {
        display: block !important;
        margin: 0 0 12px !important;
        font-size: 11px !important;
        line-height: 1 !important;
        font-weight: 500 !important;
        letter-spacing: .08em !important;
    }

    .horal-gift-card__label {
        display: block !important;
        max-width: 120px !important;
        font-size: 11px !important;
        line-height: 1.35 !important;
        font-weight: 600 !important;
        letter-spacing: .14em !important;
        text-transform: uppercase !important;
    }


    /* Střed — nadpis */
    .horal-gift-card h3 {
        grid-area: title !important;
        align-self: end !important;

        margin: 0 0 10px !important;
        max-width: 480px !important;

        font-size: 26px !important;
        line-height: 1.15 !important;
        font-weight: 500 !important;
        letter-spacing: -.02em !important;

        color: #111 !important;
    }

    /* Střed — text */
    .horal-gift-card__text {
        grid-area: text !important;
        align-self: start !important;

        margin: 0 !important;
        max-width: 470px !important;

        font-size: 14px !important;
        line-height: 1.65 !important;
        font-weight: 400 !important;

        color: #111 !important;
    }


    /* Pravý sloupec — CTA */
    .horal-gift-card__cta {
        grid-area: cta !important;
        justify-self: end !important;
        align-self: center !important;

        display: inline-flex !important;
        align-items: center !important;
        gap: 10px !important;

        padding: 0 0 5px !important;

        border-bottom: 1px solid #111 !important;

        font-size: 13px !important;
        line-height: 1.3 !important;
        font-weight: 600 !important;

        color: #111 !important;
        white-space: nowrap !important;
    }

    .horal-gift-card__cta span {
        display: inline-block !important;
        font-size: 16px !important;
        transition: transform .2s ease !important;
    }

    .horal-gift-card:hover .horal-gift-card__cta span {
        transform: translateX(4px) !important;
    }
}


/* =========================================================
   TABLET
   ========================================================= */

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

    .horal-gift-categories__inner {
        width: calc(100% - 64px) !important;
    }

    .horal-gift-categories__head h2 {
        font-size: 46px !important;
    }

    .horal-gift-card {
        grid-template-columns: 125px minmax(0, 1fr) 155px !important;
        column-gap: 22px !important;
        padding: 34px 20px !important;
    }

    .horal-gift-card h3 {
        font-size: 23px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .horal-gift-categories {
        padding: 68px 22px 72px !important;
        background: #fff !important;
    }

    .horal-gift-categories__inner {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .horal-gift-categories__head {
        margin: 0 0 42px !important;
    }

    .horal-gift-categories__head .horal-gift-eyebrow {
        display: block !important;
        margin: 0 0 16px !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        letter-spacing: .16em !important;
        text-transform: uppercase !important;
    }

    .horal-gift-categories__head h2 {
        margin: 0 0 18px !important;
        font-size: 38px !important;
        line-height: 1.05 !important;
        font-weight: 400 !important;
        letter-spacing: -.03em !important;
    }

    .horal-gift-categories__head > p:not(.horal-gift-eyebrow) {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .horal-gift-grid {
        display: block !important;
        border-top: 1px solid rgba(0,0,0,.16) !important;
    }

    .horal-gift-card {
        display: grid !important;
        grid-template-columns: 58px 1fr !important;
        grid-template-areas:
            "meta meta"
            ". title"
            ". text"
            ". cta" !important;

        gap: 0 !important;
        min-height: 0 !important;
        padding: 30px 0 34px !important;
        margin: 0 !important;

        border: 0 !important;
        border-bottom: 1px solid rgba(0,0,0,.16) !important;

        background: transparent !important;
        color: #111 !important;
        text-decoration: none !important;
        box-shadow: none !important;
    }

    .horal-gift-card__meta {
        grid-area: meta !important;
        display: flex !important;
        align-items: baseline !important;
        gap: 16px !important;
        margin: 0 0 26px !important;
        padding: 0 !important;
    }

    .horal-gift-card__number {
        display: block !important;
        margin: 0 !important;
        font-size: 10px !important;
        line-height: 1 !important;
        font-weight: 500 !important;
        letter-spacing: .08em !important;
    }

    .horal-gift-card__label {
        display: block !important;
        margin: 0 !important;
        font-size: 10px !important;
        line-height: 1.3 !important;
        font-weight: 600 !important;
        letter-spacing: .14em !important;
        text-transform: uppercase !important;
    }

    .horal-gift-card h3 {
        grid-area: title !important;
        margin: 0 0 12px !important;

        font-size: 24px !important;
        line-height: 1.16 !important;
        font-weight: 500 !important;
        letter-spacing: -.02em !important;

        color: #111 !important;
    }

    .horal-gift-card__text {
        grid-area: text !important;
        margin: 0 0 25px !important;

        font-size: 14px !important;
        line-height: 1.6 !important;

        color: #111 !important;
    }

    .horal-gift-card__cta {
        grid-area: cta !important;
        justify-self: start !important;

        display: inline-flex !important;
        align-items: center !important;
        gap: 9px !important;

        padding-bottom: 4px !important;
        border-bottom: 1px solid #111 !important;

        font-size: 13px !important;
        font-weight: 600 !important;
        color: #111 !important;
    }
}
/* =========================================================
   HORAL GIFT SHOP — FINAL POLISH
   VLOŽIT ÚPLNĚ NA KONEC horal-shop.css
   ========================================================= */


/* ---------------------------------------------------------
   01 — HERO
   --------------------------------------------------------- */

.horal-gift-hero {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    width: 100% !important;
    max-width: 1240px !important;

    margin: 0 auto 0 !important;
    padding: 0 !important;

    background: #f4f1eb !important;
}

.horal-gift-hero__inner {
    display: block !important;

    max-width: 1040px !important;
    margin: 0 auto !important;
    padding: 82px 0 76px !important;
}

.horal-gift-hero .horal-gift-eyebrow {
    display: block !important;

    margin: 0 0 24px !important;

    font-size: 11px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;

    letter-spacing: .17em !important;
    text-transform: uppercase !important;

    color: #111 !important;
}

.horal-gift-hero h1 {
    display: block !important;

    max-width: 760px !important;

    margin: 0 0 32px !important;

    font-size: clamp(48px, 4.5vw, 70px) !important;
    line-height: .99 !important;
    font-weight: 400 !important;

    letter-spacing: -.045em !important;

    color: #111 !important;
}

.horal-gift-hero__lead {
    max-width: 720px !important;

    margin: 0 0 20px !important;

    font-size: 19px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;

    color: #111 !important;
}

.horal-gift-hero__text {
    max-width: 700px !important;

    margin: 0 0 22px !important;

    font-size: 14px !important;
    line-height: 1.65 !important;

    color: #111 !important;
}

.horal-gift-hero__links {
    display: flex !important;
    flex-wrap: wrap !important;

    gap: 14px 34px !important;

    margin: 0 0 42px !important;
}

.horal-gift-hero__links .horal-gift-link {
    display: inline-flex !important;
    align-items: center !important;

    gap: 10px !important;

    padding: 0 0 5px !important;

    border-bottom: 1px solid #111 !important;

    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;

    color: #111 !important;
    text-decoration: none !important;
}

.horal-gift-hero__links .horal-gift-link span {
    transition: transform .2s ease !important;
}

.horal-gift-hero__links .horal-gift-link:hover span {
    transform: translateX(4px) !important;
}

.horal-gift-hero__note {
    max-width: 700px !important;

    margin: 0 !important;
    padding: 24px 0 0 !important;

    border-top: 1px solid rgba(0,0,0,.15) !important;

    font-size: 12px !important;
    line-height: 1.6 !important;

    color: rgba(0,0,0,.62) !important;
}


/* ---------------------------------------------------------
   02 — CATEGORIES
   --------------------------------------------------------- */

.horal-gift-categories {
    padding: 88px 0 92px !important;
    background: #fff !important;
}

.horal-gift-categories__inner {
    width: calc(100% - 48px) !important;
    max-width: 1040px !important;

    margin: 0 auto !important;
}


/* Vrátíme eyebrow */
.horal-gift-categories__head .horal-gift-eyebrow {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    margin: 0 0 18px !important;

    font-size: 10px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;

    letter-spacing: .18em !important;
    text-transform: uppercase !important;

    color: #111 !important;
}

.horal-gift-categories__head {
    margin: 0 0 48px !important;
}

.horal-gift-categories__head h2 {
    margin: 0 0 18px !important;

    font-size: 50px !important;
    line-height: 1.04 !important;
    font-weight: 400 !important;

    letter-spacing: -.035em !important;
}

.horal-gift-categories__head > p:not(.horal-gift-eyebrow) {
    margin: 0 !important;

    max-width: 680px !important;

    font-size: 14px !important;
    line-height: 1.65 !important;
}


/* ---------------------------------------------------------
   03 — CATEGORY ROWS
   --------------------------------------------------------- */

.horal-gift-grid {
    border-top: 1px solid rgba(0,0,0,.16) !important;
}

.horal-gift-card {
    min-height: 168px !important;

    grid-template-columns:
        150px
        minmax(0, 1fr)
        180px !important;

    column-gap: 28px !important;

    padding: 32px 26px !important;

    border-bottom: 1px solid rgba(0,0,0,.16) !important;
}

.horal-gift-card__meta {
    align-self: center !important;
    padding-top: 0 !important;
}

.horal-gift-card__number {
    margin-bottom: 11px !important;
}

.horal-gift-card h3 {
    align-self: end !important;

    max-width: 520px !important;

    margin: 0 0 9px !important;

    font-size: 25px !important;
    line-height: 1.15 !important;
}

.horal-gift-card__text {
    align-self: start !important;

    max-width: 520px !important;

    font-size: 13px !important;
    line-height: 1.6 !important;
}

.horal-gift-card__cta {
    justify-self: end !important;
}


/* Jemný hover — žádný klasický e-shop efekt */
.horal-gift-card:hover {
    background: #f7f5f1 !important;
}


/* ---------------------------------------------------------
   04 — FREEDOM BLOCK
   --------------------------------------------------------- */

.horal-gift-freedom {
    padding: 12px 0 82px !important;
}

.horal-gift-freedom__inner {
    max-width: 1040px !important;
    min-height: 390px !important;

    margin: 0 auto !important;
}

.horal-gift-freedom__content,
.horal-gift-freedom__aside {
    min-height: 390px !important;
}

.horal-gift-freedom__content {
    padding: 64px 56px !important;
}

.horal-gift-freedom__aside {
    padding: 56px !important;
}


/* ---------------------------------------------------------
   05 — CLOSING
   --------------------------------------------------------- */

.horal-gift-closing {
    width: calc(100% - 48px) !important;
    max-width: 1240px !important;

    margin: 0 auto 80px !important;

    background: #f4f1eb !important;
}

.horal-gift-closing__inner {
    max-width: 1040px !important;

    margin: 0 auto !important;
    padding: 64px 0 68px !important;
}

.horal-gift-closing .horal-gift-eyebrow {
    margin: 0 0 26px !important;
}

.horal-gift-closing h2 {
    max-width: 780px !important;

    margin: 0 0 28px !important;

    font-size: clamp(42px, 4vw, 62px) !important;
    line-height: 1.03 !important;
    font-weight: 400 !important;

    letter-spacing: -.04em !important;
}

.horal-gift-closing__inner > p:last-child {
    max-width: 620px !important;

    margin: 0 !important;

    font-size: 14px !important;
    line-height: 1.65 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 768px) and (max-width: 1100px) {

    .horal-gift-hero {
        width: calc(100% - 48px) !important;
    }

    .horal-gift-hero__inner {
        padding: 72px 52px 68px !important;
    }

    .horal-gift-categories__inner {
        width: calc(100% - 96px) !important;
    }

    .horal-gift-freedom__inner {
        width: calc(100% - 96px) !important;
    }

    .horal-gift-closing__inner {
        padding-left: 52px !important;
        padding-right: 52px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .horal-gift-hero {
        width: 100% !important;
    }

    .horal-gift-hero__inner {
        padding: 60px 22px 58px !important;
    }

    .horal-gift-hero h1 {
        margin-bottom: 26px !important;

        font-size: 43px !important;
        line-height: 1.02 !important;
    }

    .horal-gift-hero__lead {
        font-size: 17px !important;
    }

    .horal-gift-hero__links {
        flex-direction: column !important;
        align-items: flex-start !important;

        gap: 17px !important;

        margin-bottom: 34px !important;
    }


    /* categories */

    .horal-gift-categories {
        padding: 62px 22px 68px !important;
    }

    .horal-gift-categories__inner {
        width: 100% !important;
    }

    .horal-gift-categories__head {
        margin-bottom: 38px !important;
    }

    .horal-gift-categories__head h2 {
        font-size: 38px !important;
    }

    .horal-gift-card {
        min-height: 0 !important;

        padding: 28px 0 31px !important;
    }

    .horal-gift-card h3 {
        font-size: 23px !important;
    }


    /* freedom */

    .horal-gift-freedom {
        padding: 0 22px 64px !important;
    }

    .horal-gift-freedom__inner {
        width: 100% !important;
        min-height: 0 !important;
    }

    .horal-gift-freedom__content,
    .horal-gift-freedom__aside {
        min-height: 0 !important;
    }

    .horal-gift-freedom__content {
        padding: 48px 28px 52px !important;
    }

    .horal-gift-freedom__aside {
        padding: 48px 28px !important;
    }


    /* closing */

    .horal-gift-closing {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .horal-gift-closing__inner {
        padding: 54px 22px 58px !important;
    }

    .horal-gift-closing h2 {
        font-size: 38px !important;
        line-height: 1.05 !important;
    }
}