body {
    background-color: #FAFAF5 !important;
}

.card {
    background-color: #FAFAF5 !important;
    border-radius: 20px !important;
}

.bg-gray-2 {
    background-color: #FAF5F0 !important;
}

/* footer */
.footer {
    border-radius: 20px;
    background-color: #FAF5F0;
    padding: 40px;
    padding: 48px;
}

@media (max-width:767px) {
    .footer {
        padding: 32px 24px;
    }
}

.footer-benefits-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    margin-bottom: 24px;
    
    
    .footer-benefit {
        display: flex;
        gap: 24px;
        
        svg {
            height: 56px;
            width: 56px;
            color: #8C5A35;
        }
        
        .f-ben-texts {
            max-width: 168px;
            
            h5 {
                font-size: 18px;
                margin-bottom: 4px;
            }
            
            p {
                color: black;
            }
        }
    }
}

@media (max-width: 1200px) {
    .footer-benefits-wrap {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .footer-benefit {
        gap: 12px;
    }

    .footer-benefit svg {
        height: 32px !important;
    }
}

@media (max-width: 560px) {
    .footer-benefits-wrap {
        gap: 12px;
        margin-bottom: 32px;
    }

    .footer-benefit {
        flex-direction: column;
    }

    .footer-benefit svg {
        height: 32px !important;
    }

    .f-ben-texts {
        h5 {
            font-size: 16px !important;
        }

        p {
            font-size: 14px !important;
        }
    }
}

.booknook-story-section * {
    padding: 0;
    margin: 0;
}

.story-content {
    position: relative;
}

.story-actions {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 24px;
}

.story-actions .story-open-yt {
    flex: 0 0 auto;
}

.story-yt-decoration {
    width: 250px;
    max-width: calc(100% - 250px);
    height: auto;
    pointer-events: none;
}

/* newsletter form */
.news-wrap {
    display: flex;
    gap: 56px;
    background-color: #00140F;
    background-image:
        linear-gradient(to right,
            rgba(0, 20, 15, 1) 0%,
            rgba(0, 20, 15, 1) 70%,
            rgba(0, 20, 15, 0) 90%,
            rgba(0, 20, 15, 0) 100%
        ),
        url('/storage/uploads/images/booknook/booknook_new_bg.webp');
    background-size: auto 180%;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 40px;
    border-radius: 20px;
    color: white;

    @media (max-width:991px) {
        flex-direction: column;
        gap: 0;

        form {
            padding-top: 0 !important;
        }
    }

    h3 {
        color: white;
    }

    p {
        font-size: 1.125em;
        margin-top: 16px;
        line-height: 1.5em !important;
        padding-bottom: 24px;
    }

    .btn-newsletter {
        background-color: #F0D2B9;
        color: #00140F;
        margin-left: -6px;
        border: 0 !important;
    }

    input {
        border-radius: 10px 0 0 10px !important;
        border: 0 !important;
    }
}

.booknook-payment-footer-wrap {
    img {
        width: 350px;
        margin-left: 16px;
        max-width:100%;
    }
}

.booknoook-footer-flex {
    color: black;
}





.product-main-image {
    border-radius: 20px !important;
    height: 600px !important;
    width: 100% !important;
    object-position: center;
}
.product-thumb-image {
    border-radius: 10px !important;
}

.galleries-product .slider-nav .slick-current img {
    border: 2px solid #B99151 !important;
}

.price-and-stock-wrap {
    display: flex;
    align-items: center;
    gap: 32px;
}

.stock-data-wrap p {
    margin-bottom: 0 !important;
}

.product-detail-instock-span-booknook,
.product-detail-outstock-span-booknook {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.product-detail-instock-span-booknook::before,
.product-detail-outstock-span-booknook::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: currentColor;
}

.product-detail-instock-span-booknook {
    color: #125b33;
}

.product-detail-outstock-span-booknook {
    color: #dc2626;
}

.add-to-cart-number-wrap {
    display: flex;
    gap: 12px;
}

.add-to-cart-number-wrap .input-group {
    max-width: 30%;
}

.add-to-cart-number-wrap button {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    gap: 8px;
    
    span {
        margin-top: 2px;
    }
}

.booknook-2-3-wrap {
    border: 2px solid #F1E9DF;
    background-color: #FAF5F0;
    padding: 24px;
    border-radius: 20px;
    margin-bottom: 24px;

    .booknook-2-3-header {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 16px;

        h4 {
            font-size: 24px;
            margin-bottom: 0;
            font-family: 'Nunito', Arial, sans-serif, Verdana !important;
            font-weight: 800 ;
        }

        p {
            font-size: 14px;
            margin-bottom: 0;
        }
    }

    .booknook-2-3-cards-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;

        .booknook-2-3-card {
            border-radius: 12px;
            border: 2px solid #F1EDE3;
            background-color: #F5F5EB;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 8px;
            position: relative;

            &.active-tier {
                border-color: #21332a;

                .tier-status {
                    display: flex;
                }

                h5 {
                    color: #21332a;
                }

                span {
                    color: #21332a;
                    font-weight: 600;
                }

                p {
                    color: #21332a;
                }
            }

            .tier-status {
                display: none;
                width: 100%;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 4px;

                .tier-check {
                    svg {
                        width: 32px;
                        height: 32px;
                        fill: #21332a;
                    }
                }

                .tier-badge {
                    background: #21332a;
                    color: #fff;
                    font-size: 12px;
                    font-weight: bold;
                    padding: 3px 8px;
                    border-radius: 12px;
                    letter-spacing: 0.5px;
                }
            }

            h5 {
                font-size: 40px;
                margin-top: 0;
                margin-bottom: 0;
            }
            
            p {
                font-weight: 500;
            }

            p, span {
              margin: 0;
            }

            span {
                color: #2E4B3C;
                font-weight: 700;
            }
        }
    }
}

.ship-and-bens-wrap {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 4px;
    margin-top: 24px;

    .ship-ben-sep {
        height: 20px;
        width: 1px;
        background-color: #F1E9DF;
    }

    .ship-and-ben {
        width: 30%;
        display: flex;
        gap: 8px;
        align-items: start !important;

        svg {
            height: auto;
            flex-shrink: 0;
            width: 28px;
        }

        .ship-and-ben-text {
            p {
                font-size: 16px;
                font-weight: 600;
                color: #21332a;
            }

            span {
                font-size: 14px;
                line-height: 1.4em !important;
                display: inline-block;
            }
            p, span {
                margin: 0;
            }
        }
    }
}

.dynamic-slider-section * {
    padding: 0;
    margin: 0;
}

.dynamic-slider-section {
    .dynamic-slider-wrap {
        border: 2px solid #F0E7D9;
        background-color: #F5EBE1;
        padding: 24px;
        border-radius: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;

        @media (max-width:767px) {
            gap: 40px;
            flex-direction: column;
        }

        .dynamic-slider-left {
            display: flex;
            align-items: center;
            gap: 24px;

            h4 {
                font-family: 'Nunito', Arial, sans-serif, Verdana !important;
                color: #21332a;
                font-weight: 800;
                font-size: 28px;
            }
        }
    }
}

.dynamic-slider-progres {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 400px;

    &::before {
        content: '';
        position: absolute;
        top: 16px;
        left: 16.66%;
        right: 16.66%;
        height: 2px;
        background-color: #dfcdba;
        z-index: 0;
    }
}

.progress-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.step-dot-wrapper {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.step-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f7f4f4;
    border: 2px solid #dfcdba;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}

.step-check-icon {
    display: none;
}

.progress-step.active .step-dot {
    background-color: #0b1a13;
    border-color: #fff;
    height: 32px;
    width: 32px;
}

.progress-step.completed .step-dot {
    background-color: #0b1a13;
    border-color: #fff;
    height: 24px;
    width: 24px;
}

.progress-step.completed .step-check-icon {
    display: block;
}

.step-label {
    font-size: 14px;
    line-height: 1.4;
    color: #4a4a4a;
    text-align: center;
    font-weight: 500;
}

.progress-step.active .step-label {
    font-weight: 800;
    color: #222;
}



.booknook-story-section * {
    padding: 0;
    margin: 0;
}

.booknook-story-wrap {
    background-color: #FAF5F0;
    border-radius: 20px;
}

.booknook-story-wrap {
    display: grid;
    grid-template-columns: 50% calc(50% - 32px);
    background-color: #FAF5F0;
    border-radius: 20px;
    gap: 60px;
    padding: 60px;

    @media (max-width:767px) {
        grid-template-columns: 100%;
        gap: 32px !important;
    }
}

.story-content {
    flex: 1;
    max-width: 500px;
}

.story-subtitle {
    color: #8C5A35;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.story-title {
    font-family: Georgia, serif;
    font-size: 52px;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 24px;
    margin-top: 0;
}

.story-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 24px;
    margin-top: 0;
    color: #8C5A35;
    font-weight: 500;
}

.story-text p:last-child {
    margin-bottom: 0;
}

.story-image {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.story-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 992px) {
    .booknook-story-wrap {
        flex-direction: column;
        padding: 40px;
        gap: 40px;
    }

    .story-content {
        max-width: 100%;
    }

    .story-title {
        font-size: 42px;
    }
}

@media (max-width: 576px) {
    .booknook-story-wrap {
        padding: 30px 20px;
    }

    .story-title {
        font-size: 32px;
    }
    
    .story-subtitle {
        font-size: 11px;
    }
    
    .story-text p {
        font-size: 14px;
    }
}



.booknook-story-wrap {
    background-color: #FAF0E7;
    border-radius: 20px;
    padding: 32px;
    
}

.booknook-day-night-wrap {
    margin-top: 40px;
    background-color: #FAF0E7;
    border-radius: 20px;
    padding: 40px;
}

.dn-header {
    text-align: center;
    margin-bottom: 32px;
}

.dn-title {
    font-family: Georgia, serif;
    font-size: 36px;
    color: #1A1A1A;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 400;
}

.dn-subtitle {
    color: #4a4a4a;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 24px;
}

.dn-controls {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.dn-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 30px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.dn-btn-day {
    background-color: #FFFFFF;
    color: #1A1A1A;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.dn-btn-night {
    background-color: #0B1A13;
    color: #FFFFFF;
}

.dn-slider-container {
    position: relative;
    width: 100%;
    height: min(800px, 65vw);
    border-radius: 16px;
    overflow: hidden;
    user-select: none;
    background-color: #000;
}

.dn-img-base {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dn-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: inset(0 50% 0 0);
    pointer-events: none;
}

.dn-label {
    position: absolute;
    top: 24px;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    pointer-events: none;
}

.dn-label-day {
    left: 24px;
    background-color: #FFFFFF;
    color: #1A1A1A;
}

.dn-label-night {
    right: 24px;
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.dn-slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0px;
    box-sizing: border-box;
    font-weight: bold;
    color: #1A1A1A;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 3;

    svg {
        height: 22px;
        width: 22px;
    }
}

.dn-slider-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    margin: 0;
    z-index: 4;
}

@media (max-width: 768px) {
    .booknook-day-night-wrap {
        padding: 24px 16px;
    }

    .dn-slider-container {
        height: auto;
    }
    
    .dn-title {
        font-size: 28px;
    }

    .dn-img-base {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .dn-label {
        top: 12px;
        padding: 6px 12px;
        font-size: 11px;
    }

    .dn-label-day {
        left: 12px;
    }

    .dn-label-night {
        right: 12px;
    }

    .dn-slider-handle {
        width: 36px;
        height: 36px;
        padding: 0 8px;
        font-size: 12px;
    }
}

.specifics-section * {
    padding: 0;
    margin: 0;
}

.specifics-wrap {
    margin-top: 40px;
    display: flex;
    gap: 20px;
}

.baleni-wrap, .specs-wrap {
    background-color: #FAF5F0;
    border-radius: 20px;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.box-header {
    color: #8C5A35;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sparkle {
    font-size: 14px;
}

.baleni-content {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-bottom: 24px;
    flex: 1;
}

.baleni-image {
    flex: 1.2;
}

.baleni-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.baleni-list {
    flex: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.baleni-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: #1A1A1A;
    /* font-weight: 600; */
    line-height: 1.4;
}

.icon-placeholder {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #8C5A35;
}

.icon-placeholder svg,
.icon-placeholder img {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    object-fit: contain;
}

.baleni-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #555555;
    padding-top: 16px;
}

.info-icon {
    width: 16px;
    height: 16px;
}

.specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    row-gap: 12px;
    margin-bottom: 32px;
    flex: 1;
}

.spec-item {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.spec-label {
    color: #555555;
    width: 100px;
    flex-shrink: 0;
    padding-top: 2px;
    margin-right: auto;
    margin-left: 12px;
}

.spec-value {
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1.4;
    padding-top: 2px;
    text-align: right;
}

.text-stars {
    color: #F5A623;
    font-size: 14px;
    letter-spacing: 2px;
}

.star-empty {
    color: #D4C9C1;
}

.specs-callout {
    background-color: #F3EAE1;
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.callout-text {
    font-size: 13px;
    color: #4A4A4A;
    line-height: 1.5;
    flex: 1;
    margin: 0 16px;
}

.callout-sparkle {
    color: #E6B800;
    align-self: flex-start;
}

.callout-heart {
    color: #8C5A35;
    align-self: flex-end;
}

@media (max-width: 992px) {
    .specifics-wrap {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .baleni-wrap, .specs-wrap {
        padding: 16px;
    }

    .baleni-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .specs-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .specs-callout {
        padding: 16px;
    }
}

.what-is-booknook-section {
    margin-top: 40px;
}

.what-is-booknook-wrap {
    background-color: #FAF5F0;
    border-radius: 20px;
    display: flex;
    gap: 40px;
    padding: 24px;
}

.wib-image-col {
    flex: 0 0 48%;
    max-width: 48%;
    position: relative;
    border-radius: 16px;
    overflow: visible;
}

.wib-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.wib-floating-note {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #F4EBE3;
    padding: 20px 24px;
    border-radius: 4px;
    transform: rotate(-3deg);
    font-size: 14px;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 1.5;
    text-align: center;
    z-index: 2;
}

.note-sparkle {
    position: absolute;
    color: #C29B6E;
    font-size: 16px;
}

.note-sparkle.top-left {
    top: 12px;
    left: 12px;
}

.note-sparkle.bottom-right {
    bottom: 12px;
    right: 12px;
}

.wib-content-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 48px 0px 0;
}

.wib-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

.wib-line {
    height: 1px;
    width: 40px;
    background-color: #D4C1A8;
}

.wib-subtitle-text {
    color: #8C5A35;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.wib-title {
    font-family: Georgia, serif;
    font-size: 40px;
    line-height: 1.2;
    color: #1A1A1A;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 400;
    position: relative;
    display: inline-block;
}

.wib-title-decoration {
    font-size: 32px;
    margin-left: 8px;
    vertical-align: middle;
}

.wib-text {
    font-size: 15px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 48px;
    max-width: 90%;
}

.wib-text p {
    margin-top: 0;
    margin-bottom: 16px;
}

.wib-text p:last-child {
    margin-bottom: 0;
}

.wib-features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

.wib-feature {
    flex: 1;
    text-align: center;
    padding: 0 16px;
    border-right: 1px solid #E6DCD1;
}

.wib-feature:last-child {
    border-right: none;
}

.wib-icon-l,
.wib-icon-s {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #8C5A35;
}

.wib-icon-l {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}

.wib-icon-s {
    width: 24px;
    height: 24px;
}

.wib-icon-l svg,
.wib-icon-s svg,
.wib-icon-l img,
.wib-icon-s img {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    object-fit: contain;
}

.wib-feature-title {
    font-size: 14px;
    color: #8C5A35;
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.wib-feature-text {
    font-size: 12px;
    color: #555555;
    margin: 0;
    line-height: 1.5;
}

.wib-benefits {
    background-color: #F4EBE3;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wib-benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    padding: 0 8px;
}

.wib-benefit-text {
    font-size: 12px;
    color: #21332a;;
    line-height: 1.6;
    font-weight: 600;
}

.wib-benefit-divider {
    width: 1px;
    height: 24px;
    background-color: #D4C1A8;
}

@media (max-width: 1200px) {
    .what-is-booknook-wrap {
        gap: 32px;
    }
    .wib-content-col {
        padding: 32px 32px 32px 0;
    }
    .wib-title {
        font-size: 32px;
    }
    .wib-features {
        flex-wrap: wrap;
        gap: 32px 0;
    }
    .wib-feature {
        flex: 0 0 50%;
    }
    .wib-feature:nth-child(2) {
        border-right: none;
    }
    .wib-benefits {
        flex-wrap: wrap;
        gap: 16px;
    }
    .wib-benefit {
        flex: 0 0 calc(50% - 24px);
    }
    .wib-benefit-divider {
        display: none;
    }
}

@media (max-width: 992px) {
    .what-is-booknook-wrap {
        flex-direction: column;
        padding: 24px;
    }
    .wib-image-col {
        flex: none;
        max-width: 100%;
        min-height: 400px;
    }
    .wib-floating-note {
        left: 20px;
        bottom: 20px;
    }
    .wib-content-col {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .wib-feature {
        flex: 0 0 100%;
        border-right: none;
        padding: 0;
        border-bottom: 1px solid #E6DCD1;
        padding-bottom: 24px;
    }
    .wib-feature:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .wib-benefit {
        flex: 0 0 100%;
    }
    .wib-title {
        font-size: 28px;
    }
}

.faq-section {
    margin-top: 40px;
}

.faq-wrap {
    border-radius: 20px;
    background-color: #FAF0E7;
    padding: 40px;
}

.faq-header {
    text-align: center;
    color: #8C5A35;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.faq-sparkle {
    font-size: 16px;
}
.faq-grid {
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
}
.faq-col {
    flex: 1;
}
.faq-box {
    background: transparent;
    border: 1px solid #EBE2D8;
    border-radius: 12px;
    overflow: hidden;
}
.faq-item {
    border-bottom: 1px solid #EBE2D8;
}
.faq-item:last-child {
    border-bottom: none;
}
.faq-question {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: #1A1A1A;
    cursor: pointer;
    transition: color 0.2s;
    user-select: none;
}
.faq-question:hover {
    color: #8C5A35;
}
.faq-icon {
    width: 20px;
    height: 20px;
    color: #8C5A35;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
.faq-icon svg {
    width: 100%;
    height: 100%;
}
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.faq-answer-inner {
    padding: 0 24px 20px 24px;
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
}
.faq-benefits {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-benefit-item {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    padding: 0 16px;
}
.faq-benefit-item:first-child {
    padding-left: 0;
}
.faq-benefit-item:last-child {
    padding-right: 0;
}
.benefit-icon-placeholder {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    color: #8C5A35;
}
.benefit-icon-placeholder svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    object-fit: contain;
}
.benefit-text {
    display: flex;
    flex-direction: column;
}
.benefit-text strong {
    font-size: 16px;
    color: #1A1A1A;
    margin-bottom: 4px;
}
.benefit-text span {
    font-size: 14px;
    color: rgb(28, 28, 28);
}
.faq-benefit-divider {
    width: 1px;
    height: 40px;
    background-color: #EBE2D8;
}
@media (max-width: 992px) {
    .faq-grid {
        flex-direction: column;
    }
    .faq-benefits {
        flex-wrap: wrap;
        gap: 24px 0;
    }
    .faq-benefit-item {
        flex: 0 0 50%;
        padding: 0 16px !important;
    }
    .faq-benefit-divider {
        display: none;
    }
}
@media (max-width: 576px) {
    .faq-wrap {
        padding: 24px;
    }
    .faq-question {
        padding: 16px;
        font-size: 14px;
    }
    .faq-answer-inner {
        padding: 0 16px 16px 16px;
    }
    .faq-benefit-item {
        flex: 0 0 100%;
        padding: 0 !important;
    }
}


.heureka-section {
    margin-top: 40px;
}

.heureka-wrap {
    border-radius: 20px;
    background-color: #FAF0E7;
    padding: 48px;
}
.heureka-content {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
}
.heureka-left {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
}
.heureka-subtitle {
    color: #8C5A35;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.heureka-title {
    font-family: Georgia, serif;
    font-size: 34px;
    color: #1A1A1A;
    margin: 0 0 24px 0;
    line-height: 1.2;
    font-weight: 400;
}
.heureka-score {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 16px;
}
.star-icon {
    width: 32px;
    height: 32px;
    fill: #F5A623;
    align-self: center;
}
.score-value {
    font-size: 34px;
    font-weight: 700;
    color: #1A1A1A;
}
.score-count {
    font-size: 14px;
    color: #4A4A4A;
}
.heureka-recommend {
    font-size: 16px;
    color: #1A1A1A;
}
.heureka-right {
    flex: 1;
    display: flex;
    gap: 20px;
}
.review-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.review-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}
.review-stars svg {
    width: 16px;
    height: 16px;
    fill: #F5A623;
}
.review-text {
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 32px;
    flex-grow: 1;
}
.review-author {
    display: flex;
    align-items: center;
    gap: 12px;

    @media (max-width:1200px) {
        flex-direction: column;
        align-items: start;
    }
}
.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #6a4326;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.author-name {
    font-size: 13px;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 2px;
}
.author-verified {
    font-size: 11px;
    color: #555555;
    display: flex;
    align-items: center;
    gap: 4px;
}
.author-verified svg {
    width: 12px;
    height: 12px;
    fill: #008A00;
}
.heureka-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0px;
}
.heureka-logo-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #1A1A1A;
}
.heureka-logo-wrap img {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
}
.heureka-certification-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15;
}
.heureka-certification-eyebrow {
    margin-bottom: 5px;
    color: #8C5A35;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.heureka-certification-copy strong {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 700;
}
.heureka-certification-provider {
    margin-top: 3px;
    color: #555;
    font-size: 13px;
    font-weight: 400;
}
.heureka-link {
    color: #8C5A35;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.2s;
}
.heureka-link:hover {
    color: #6a4326;
}
@media (max-width: 992px) {
    .heureka-content {
        flex-direction: column;
    }
    .heureka-left {
        flex: none;
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .heureka-right {
        flex-direction: column;
    }
    .heureka-footer {
        flex-direction: column;
        gap: 24px;
        text-align: center;
        border-top: 1px solid #EBE2D8;
    }
}
@media (max-width: 576px) {
    .heureka-wrap {
        padding: 24px;
    }
    .heureka-logo-wrap {
        gap: 12px;
    }
    .heureka-logo-wrap img {
        width: 64px;
        height: 64px;
        flex-basis: 64px;
    }
    .heureka-certification-copy strong {
        font-size: 16px;
    }
}


/* header */
.booknook-main-header {
    z-index: 1030;
}

.booknook-border-bottom {
    border-bottom: 1px solid #f5f5f5;
}

.booknook-header-desktop {
    min-height: 80px;
}

.booknook-header-nav .nav-item {
    margin: 0 12px;
}

.booknook-header-nav .nav-link {
    color: #1a1a1a;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 28px 0;
    transition: color 0.2s ease;
}

.booknook-header-nav .nav-link:hover {
    color: #125b33;
}

.booknook-header-actions {
    gap: 20px;
}

.booknook-action-icon {
    color: #1a1a1a;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease;
}

.booknook-action-icon:hover {
    color: #125b33;
    transform: translateY(-1px);
    text-decoration: none;
}

.booknook-cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background-color: #11301c;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    line-height: 1;
}

.booknook-search-dropdown-wrapper {
    position: absolute;
    top: calc(100% + 15px);
    right: 50px;
    width: 350px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #ebebeb;
    z-index: 1050;
}

.booknook-search-box-carret {
    position: absolute;
    top: -8px;
    right: 25px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    transform: rotate(45deg);
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

.booknook-search-box-accent {
    height: 4px;
    background: #125b33;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 2;
}

.booknook-search-box-inner {
    padding: 10px;
    position: relative;
    z-index: 2;
    background: #ffffff;
    border-radius: 0 0 4px 4px;
}

.booknook-search-dropdown-wrapper .search-input:focus {
    outline: none;
    box-shadow: none;
}


.booknook-product-card {
    background: transparent;
    transition: transform 0.2s ease;
}

.booknook-product-card:hover {
    transform: translateY(-4px);
}

.booknook-product-image-wrap {
    border-radius: 12px;
    overflow: hidden;
    background-color: #000; /* Tmavý podklad pro obrázky */
    aspect-ratio: 4/5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booknook-product-image-wrap a {
    height: 100%;
    width: 100%;
}

.booknook-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.booknook-product-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

.booknook-product-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.booknook-product-title a:hover {
    color: #125b33;
}

.booknook-price-original {
    font-size: 13px;
    color: #888;
    text-decoration: line-through;
    font-weight: 500;
}

.booknook-price-current {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

.booknook-add-to-cart-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #0f1e16;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.booknook-add-to-cart-btn:hover {
    background-color: #1a3627;
    transform: scale(1.05);
}

.booknook-add-to-cart-btn i {
    font-size: 16px;
}

.booknook-bread {
    display: flex;
    gap: 8px;

    li a {
        color: black !important;
    }
}
.story-image-playable {
    position: relative;
    cursor: pointer;
}

.story-image-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: inherit;
}

.story-image-play-button {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #21332a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.story-image-playable:hover .story-image-play-button,
.story-image-playable:focus .story-image-play-button {
    transform: scale(1.06);
    background: #ffffff;
}

.story-image-play-copy {
    position: absolute;
    top: 27%;
    right: 6%;
    color: #ffffff;
    font-family: 'Allura', 'Tuesday Night', cursive;
    font-size: 34px;
    line-height: 0.85;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    white-space: nowrap;
}

.story-image-play-arrow {
    position: absolute;
    width: 120px;
    right: calc(100% - 4px);
    top: 25px;
    overflow: visible;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.story-image-playable:focus-visible {
    outline: 3px solid #8C5A35;
    outline-offset: 4px;
}

@media (max-width: 1200px) {
    .story-actions {
        gap: 20px;
    }

    .story-yt-decoration {
        width: 210px;
    }

    .story-image-play-copy {
        right: 4%;
        font-size: 29px;
    }

    .story-image-play-arrow {
        width: 95px;
    }
}

@media (max-width: 992px) {
    .story-actions {
        margin-top: 24px;
    }

    .story-image-play-copy {
        top: 24%;
        right: 8%;
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .story-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .story-yt-decoration {
        width: 230px;
        max-width: 100%;
        margin-left: 14px;
    }

    .story-image-play-button {
        width: 68px;
        height: 68px;
    }

    .story-image-play-button svg {
        width: 30px;
        height: 30px;
    }

    .story-image-play-copy {
        top: 18%;
        right: 5%;
        font-size: 25px;
    }

    .story-image-play-arrow {
        width: 76px;
        top: 20px;
        stroke-width: 2.6;
    }
}

.yt-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.yt-modal-overlay.d-none {
    display: none !important;
}

.yt-modal-content {
    position: relative;
    width: 100%;
    max-width: 900px;
    background: #000;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.6);
}

.yt-modal-close {
    position: absolute;
    top: -45px;
    right: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    transition: color 0.2s;
}

.yt-modal-close:hover {
    color: #dfcdba;
}

.yt-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
}

.yt-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
