/* Wrapper sekcie */
.hagro-upsell-section {
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
    float: left;
    width: 65%;
}
.hagro-upsell-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

/* Impreza grid list → slider: vypneme pôvodný grid display */
.hagro-upsell-section .w-grid-list {
    display: block !important;
}

/* Owl Carousel navigácia */
.hagro-upsell-section .w-grid-list .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
}
.hagro-upsell-section .w-grid-list .owl-stage {
    display: flex;
}
.hagro-upsell-section .w-grid-list .owl-nav .owl-prev {
    left: 0;
    font-size: 0 !important;
    transition: all 200ms ease-out;
}
.hagro-upsell-section .w-grid-list .owl-nav .owl-next {
    right: 0;
    font-size: 0 !important;
    transition: all 200ms ease-out;
}
.hagro-upsell-section .w-grid-list .owl-nav .owl-prev.disabled,
.hagro-upsell-section .w-grid-list .owl-nav .owl-next.disabled {
    opacity: 0;
    visibility: hidden;
}


.hagro-upsell-section .w-grid-list .owl-nav .owl-prev::after,
.hagro-upsell-section .w-grid-list .owl-nav .owl-next::after {
    font-size: 20px !important;
}
.hagro-upsell-section .w-grid-list .owl-nav .owl-prev:hover,
.hagro-upsell-section .w-grid-list .owl-nav .owl-next:hover,
.hagro-upsell-section .w-grid-list .owl-nav .owl-prev:active,
.hagro-upsell-section .w-grid-list .owl-nav .owl-next:active {
    cursor: pointer;
    background-color: #4d4d4d !important;
    outline-color: #272727 !important;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
}
.hagro-upsell-section .w-grid-list .owl-nav .owl-prev:hover::after,
.hagro-upsell-section .w-grid-list .owl-nav .owl-next:hover::after,
.hagro-upsell-section .w-grid-list .owl-nav .owl-prev:active::after,
.hagro-upsell-section .w-grid-list .owl-nav .owl-next:active::after {
    color: #fff !important;
}
.hagro-upsell-section .w-grid {
    position: relative;
    overflow: hidden;
    padding: 1px 10px;
    margin: 0 -10px;
}

/* Každá karta nech zaberá celú šírku slide-u */
.hagro-upsell-section .w-grid-list .w-grid-item {
    width: 100% !important;
    border-radius: 8px !important;
    padding: 1rem !important;
    border: 1px solid var(--color-alt-content-border) !important;
    display: none;
}
.hagro-upsell-section .w-grid-list .owl-item .w-grid-item {
    display: flex;
    height: 100%;
}
.hagro-upsell-section .w-grid-list .owl-item {
    float: left;
}


.hagro-upsell-section .w-grid-item-h {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hagro-upsell-section .w-grid-item-h .usg_post_title_1 {
    margin-top: 0 !important;
    margin-bottom: auto !important;
    width: 100%;
    padding-bottom: 1.2rem !important;
    order: -1;
    font-weight: 400;
    text-align: center;
    min-height: 42px;
}



.hagro-upsell-section .woocommerce-Price-amount bdi::after,
.hagro-upsell-section .woocommerce-Price-amount ins bdi::after {
    content: ' bez DPH';
    font-size: 0.7em;
    font-weight: 400;
    color: #777;
    white-space: nowrap;
}
.hagro-upsell-section .price:has(ins) del .woocommerce-Price-amount  bdi::after {
     display: none;
 }

.hagro-upsell-section .w-grid-item .w-post-elm.post_image {
    margin: -.5rem -.5rem 0 -.5rem !important;
    display: flex;
    align-items: center ;
}
.hagro-upsell-section .w-grid-item .usg_add_to_cart_1 {
    align-self: center;
}
.hagro-upsell-section .w-grid-item .usg_product_field_3 {
    margin-top: auto !important;
    padding-top: 0.4rem !important;
    align-self: center;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    min-height: 36px;
}
.hagro-upsell-section .w-grid-item .usg_product_field_1 {
    top: -.25rem !important;
    left: -.25rem !important;
    display: none;
}
.hagro-upsell-section .w-grid-item .usg_add_to_cart_1 {
    margin-top: auto !important;
    margin-left: auto !important;
    padding-top: 0.4rem !important;
}
@media screen and (max-width: 1024px) {
    .hagro-upsell-section {
        width: 100%;
    }
}



.w-post-elm.post_image.usg_post_image_1 a {
    display: block;
    overflow: hidden;
}

@media (max-width: 600px) {
    .w-post-elm.post_image.usg_post_image_1 a {
        max-height: 300px !important;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .w-post-elm.post_image.usg_post_image_1 a {
        max-height: 200px !important;
    }
}

@media (min-width: 992px) {
    .w-post-elm.post_image.usg_post_image_1 a {
        max-height: 300px !important;
    }
}

.w-post-elm.post_image.usg_post_image_1 a img {
    margin: auto;
}
