/** Shopify CDN: Minification failed

Line 503:5 Expected "}" to go with "{"

**/
/* HERO SECTION CUSTOMIZATION */
/* 1. The Main Wrapper */
/* Force Full Width for Hero */
.hero-embla {
    /* width: 100vw !important; */
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: none !important;
    margin-bottom: 30px;

    position: relative;
    /* overflow: hidden; */
}

/* 2. The Viewport - Embla needs this to be the 'window' */
.embla__viewport {
    overflow: hidden;
    width: 100%;
}

/* 3. The Container - THIS MUST BE FLEX */
.embla__container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    /* Prevents them from stacking vertically */
    margin-left: -10px;
    /* Optional: adds a little gap logic */
}

/* 4. The Individual Slide */
.embla__slide {
    flex: 0 0 100% !important;
    /* Each slide takes exactly 100% of the width */
    min-width: 0;
    padding-left: 10px;
    position: relative;
    height: 85vh;
    /* Or your preferred height */
}

/* Container positioned to the bottom left like the mockup */
.embla__dots {
    position: relative;
    bottom: -1em;
    left: 50%;
    /* Aligns with your product card's margin */
    display: flex;
    gap: 12px;
    z-index: 20 !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Base style for inactive dots */
.embla__dot {
    background: rgba(74, 55, 40, 0.3);
    /* Transparent brown */
    border: none;
    width: 14px;
    /* Increased size */
    height: 14px;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Active "Pill" effect matching mockup */
.embla__dot.is-selected {
    background: #4A3728 !important;
    /* Solid brown */
    width: 45px;
    /* Large pill shape */
    border-radius: 10px;
}


/* 6. The Image */
.hero-bg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    /* This ensures the cat photo fills the space */
}

/* Ensure the slide is the 'anchor' for the floating box */
.hero-slide {
    width: 100vw !important;
    height: 75vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hero-slide__media {
    width: 100% !important;
    height: 100% !important;
}

/* Pin the info box ON TOP of the image */
.hero-slide__content {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* Vertical center */
    justify-content: flex-start;
    /* Horizontal left align */
    z-index: 2;
    pointer-events: none;
    /* Allows swiping the image behind the box */
}

.hero-desc {
    min-height: 4.2em;
    /* Keeps the card height consistent even with short text */
}

/*=========================================================================*/
/* THE HERO PRODUCT CARD */
/* Vertical Card Layout */
/* Ensure the card catches clicks again */
.hero-product-card.custom-bgr {
    pointer-events: auto !important;
    z-index: 11;
    /* background-image: url("/cdn/shop/files/hero_desc_bgr.png?v=1773146947");  */
    /* background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent; */
    background-color: #ffffff;
    box-shadow: 0 25px 60px rgba(74, 55, 40, 0.15);
    border: 1px solid rgba(74, 55, 40, 0.05);
    border-radius: 40px;

    /* FIXED HEIGHT LOGIC */
    width: 520px;

    height: 620px;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Pushes the button to the bottom */

    padding: 40px 45px 40px 45px;
    /* Increase top/bottom padding to respect PNG edges */
    box-sizing: border-box;
}

.card-inner-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center everything in the card */
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Image on Top */
.hero-card-img-top {
    width: 100%;
    max-width: 220px;
    /* Large, clear product visual */
    height: 220px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-card-img-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Perfect for stickers/vinyls */
    transition: transform 0.5s ease;
}

/* Obal pro jistotu ořízneme */
.hero-card-img-link {
    display: block;
    border-radius: 20px;
    /* Zde nastav poloměr */
    overflow: hidden;
    /* Důležité: ořízne rohy obrázku */
    isolation: isolate;
    /* Fix pro Safari, aby overflow:hidden fungoval */
}

/* Samotný obrázek */
.hero-card-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    /* Musí být stejné jako u obalu */
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Hover efekt, který jsme dělali minule */
.hero-card-img-link:hover .hero-card-img {
    transform: scale(1.05);
}


/* Big Product Name */
.hero-title-large {
    font-family: 'Rosario', sans-serif !important;
    font-size: 3.8rem;
    /* Bold, loud title */
    color: #4A3728;
    margin: 0px 0 0px 0 !important;
    line-height: 1.0;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.hero-description-text {
    flex-grow: 1;
    /* Takes up available space */
    display: flex;
    align-items: center;
    /* Centers text vertically in the middle of the card */
    margin: 0;
    padding: 15px 0;
    min-height: 80px;
    /* Prevents card from shrinking if description is short */
}

/* Price and Button Row */
.hero-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.hero-price-tag {
    font-size: 2.4rem;
    color: #8B5E3C;
    font-weight: 700;
}

.hero-buy-link {
    background: #4A3728;
    color: #fff;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
    display: block;
    z-index: 20;
    cursor: pointer !important;
    margin-top: auto;
    /* Pushes the button to the bottom of the flex container */
    align-self: center;
    /* Keeps it centered horizontally if needed */
}


/*=========================================================================*/
/* Floating Badge Positioning */
/* Wrapper for the clickable area */
.hero-floating-badge-wrapper {
    position: absolute;
    top: 50%;
    left: 572px;
    /* Adjust this to overlap your 450px wide card */
    transform: translateY(-50%);
    z-index: 25;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}


.hero-floating-badge {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure the image inside doesn't block the click */
.hero-floating-badge img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}

/* Mobile Adjustments */
@media screen and (max-width: 749px) {
    .embla__viewport {
        overflow: hidden;
        width: 100%;
    }

    .hero-bg {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: 75%;
        /* This ensures the cat photo fills the space */
    }

    .hero-floating-badge-wrapper {
        left: auto;
        right: 20px;
        top: 20px;
        transform: none;
    }


    /* Mobilní úprava pro Hero sekci (do 750px) */
    .hero-description-text {
        display: none !important;
    }

    .hero-product-card.custom-bgr {
        pointer-events: auto !important;
        z-index: 11;
        background-color: #ffffff;
        box-shadow: 0 25px 60px rgba(74, 55, 40, 0.15);
        border: 1px solid rgba(74, 55, 40, 0.05);
        border-radius: 40px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* Pushes the button to the bottom */

        padding: 20px 25px 20px 25px;
        /* Increase top/bottom padding to respect PNG edges */
        box-sizing: border-box;
    }

    .hero-card-img-top {
        display: none;
        visibility: hidden;
    }

    .hero-slide__content {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        /* Posune kartu dolů */
        height: 100% !important;
        min-height: 300px;
        /* Upravte podle výšky vašeho Hero obrázku na mobilu */
        padding-bottom: 10px !important;
        /* Mezera od spodní hrany (aby karta neseděla na tečkách) */
        position: absolute !important;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .page-width {
        margin: 0;
        padding: 0;
    }

    /* Samotná karta */
    .hero-product-card {
        /* margin-bottom: 0 !important; */
        width: 100% !important;
        /* Aby nebyla úplně od kraje ke kraji */
        /* margin-left: auto !important;
    margin-right: auto !important; */
    }

    .hero-card-title {
        hyphens: auto;
        /* Zapne automatické dělení slov */
        -webkit-hyphens: auto;
        /* Podpora pro Safari/iOS */
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .hero-title-large {
        line-height: 1;
        font-size: 2.8rem;
    }
}

@media (hover: hover) {

    /* Hover state for better UX */
    .embla__dot:hover {
        background: rgba(74, 55, 40, 0.6);
        box-shadow: 0 3px 5px rgba(74, 55, 40, 0.5);
        transform: scale(1.2);
        /* Lift and grow effect */
    }

    /* Hover effect on image */
    .hero-product-card:hover .hero-card-img-top img {
        transform: scale(1.1) rotate(3deg);
    }

    .hero-buy-link:hover {
        background: #2b2017;
        box-shadow: 0 10px 20px rgba(74, 55, 40, 0.3);
        transform: translateY(-3px) scale(1.02);
        /* Lift and grow effect */
        color: #cca464;
    }

    .hero-floating-badge-wrapper:hover {
        transform: translateY(-50%) scale(1.05);
        /* Slight grow on hover */
    }

    .hero-floating-badge-wrapper:hover {
        transform: scale(1.05);
    }
}











/* Hlavní obal celé sekce karuselu */
.slideshow-wrapper {
    position: relative;
    /* Nutné pro ukotvení banneru */
    overflow: hidden;
}

/* Statický banner, který se nehýbe */
.hero-static-banner {
    position: absolute;
    bottom: 50px;
    /* Pozice v červeném obdélníku */
    left: 50%;
    /* transform: translateX(-32%); */
    left: 570px;
    width: 90%;
    max-width: 700px;

    /* Tvůj styl */
    background: rgba(255, 243, 223, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #f2e1c9;
    border-radius: 15px;
    padding: 15px 25px;

    /* Důležité: musí být nad všemi slidy */
    z-index: 100;
    text-align: center;
    pointer-events: none;
    /* Aby šlo klikat na produkty pod bannerem, pokud je to potřeba */
}

.hero-static-banner__content {
    color: #4a3728;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

/* Mobilní verze */
@media screen and (max-width: 1199px) {
    .hero-static-banner {
      top: 5px; /* Přichycení k hornímu okraji s malým odsazením */
      bottom: auto; /* Zrušíme nastavení pro desktop, pokud by tam bylo */
      left:5%;
      /* Úprava velikosti pro mobil */
      width: 90%;
      padding: 10px;
      max-width: 520px;
    }
    
    .hero-static-banner__content {
      font-size: 1.1rem; /* Menší písmo na mobilu */
    }