.korh-product-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 8px;
}

/* HERO */
.korh-product-hero {
    display: flex;
    gap: 32px;
    margin-bottom: 16px;
}

.korh-product-gallery {
    display: flex;
    flex-direction: column;
}

.korh-main-slider {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
}


.korh-main-slider img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: scale-down;
    object-position: center;
    display: block;
}




.korh-thumb-slider {
    margin-top: 8px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.splide__arrow {
    display: none !important;
}

.korh-thumb-slider .splide__slide {
    width: 64px;
    height: 64px;
    opacity: 0.5;
    cursor: pointer;
    flex-shrink: 0;
}


.korh-thumb-slider .splide__slide.is-active {
    opacity: 1;
}

.korh-thumb-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}



.korh-product-summary {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


/* CONTENT */
.korh-product-content {
    max-width: 900px;
    margin: 0 auto;
}

.korh-product-content h2 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 1.4rem;
}

.korh-product-content p {
    line-height: 1.6;
    margin-bottom: 8px;
}

.korh-product-content ul {
    margin: 8px 0 8px 8px;
}

.korh-short-description {
    font-size: 1.05rem;
    margin-bottom: 0px;
}

.korh-text-before-cta {
    margin-top: 56px;
    text-align: center;
    font-size: 1.05rem;
}

/* MOBILE */
@media (max-width: 768px) {
    .korh-product-hero {
        flex-direction: column;
    }

    .kor-trustline {
        justify-content: center;
        text-align: center;
    }

    .korh-main-slider {
        margin-bottom: 8px;
    }

    .korh-thumb-slider .splide__slide {
        width: 56px;
        height: 56px;
    }

    .single_add_to_cart_button {
        width: 100% !important;
    }
}


.korh-add-to-cart-top form.cart {
    display: block;
}


.korh-add-to-cart-top button.single_add_to_cart_button {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-weight: 500;
}

.korh-add-to-cart-top button.single_add_to_cart_button:hover {
    background: #222;
}

.korh-add-to-cart-bottom {
    margin: 8px 0;
    display: flex;
    justify-content: center;
}

.korh-add-to-cart-bottom form.cart {
    display: flex;
    justify-content: center;
}

.korh-add-to-cart-bottom button.single_add_to_cart_button {
    min-width: 260px;
    /* optional, für ruhige Optik */
}


.korh-sticky-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 12px;
    z-index: 9999;
}

.korh-sticky-price {
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
}

.korh-sticky-price .price {
    margin: 0;
}

.korh-sticky-cart-button form.cart {
    margin: 0;
}

.korh-sticky-cart-button button.single_add_to_cart_button {
    height: 44px;
    padding: 0 20px;
    border-radius: 6px;
    background: #000;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}



.kor-trustline {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

@media (min-width: 1024px) {
    .korh-sticky-cart {
        display: none;
    }
}

.korh-price-block .price {
    margin: 0;
    font-size: 22px;
}

.korh-menge-basis {
    color: var(--korh-grey);
    font-size: 12px;
}

.korh-price-shipment {
    color: var(--korh-grey);
    font-size: 12px;
}

.korh-menge {
    font-weight: 700;
}

.stock {
    display: none !important;
}

button.single_add_to_cart_button {
    background: var(--korh-gold) !important;
    border: none !important;
}

.korh-main-slider,
.korh-main-slider .splide__track,
.korh-main-slider .splide__list,
.korh-main-slider .splide__slide,
.korh-main-slider picture {
    height: 100% !important;
}


.korh-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
}

.korh-stars .star-rating {
    margin: 0;
}

.korh-rating-number {
    font-weight: 700;
    color: var(--korh-text);
}

.korh-rating-count {
    color: var(--korh-text-muted);
}