.owl-carousel .owl-item img.ppslider-desktop {
    display: none;
}

.ppslider .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.ppslider .owl-carousel .owl-nav .owl-prev,
.ppslider .owl-carousel .owl-nav .owl-next
{
    font-size: 100px;
    color: #ffffff;
    opacity: 0.7;
}

.ppslider .owl-carousel .owl-nav .owl-prev:hover,
.ppslider .owl-carousel .owl-nav .owl-next:hover
{
    color: #ffffff;
    transition: 0.3s;
    opacity: 1;
}

.ppslider .owl-carousel .owl-nav .owl-prev {
    margin-left: 30px;
    float: left;
}

.ppslider .owl-carousel .owl-nav .owl-next {
    margin-right: 30px;
    float: right;
}
.ppslider .owl-carousel .owl-nav .owl-next > span,
.ppslider .owl-carousel .owl-nav .owl-prev > span {
    padding: 20px;
}


.ppslider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    text-align: right;
    width: 100%;
}

@media (max-width: 1110px){
    .ppslider {
        padding-bottom: 35px;
    }

    .ppslider .owl-carousel .owl-dots {
        bottom: unset;
    }
}

.ppslider .owl-carousel .owl-dots .owl-dot,
.ppslider .owl-carousel .owl-nav .owl-prev,
.ppslider .owl-carousel .owl-nav .owl-next {
    outline: none;
}

.ppslider .owl-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 10px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    line-height: 20px;
    color: #000;
    font-size: 18px;
}

.ppslider .owl-carousel .owl-dots .owl-dot.active {
    background: #000;
    transition: 0.3s;
    color: #fff;
}

.ppslider .owl-carousel .owl-dots .owl-dot:hover {
    background: #000;
    transition: 0.3s;
    color: #fff;
}

.ppslider__content > .mt-5{
    margin-bottom: 3rem;
}

.ppslider {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto 20px;
}

.ppslider-mobile {
    width: 100%;
}

.ppslider-desktop {
    width: 100%;
    display: none !important;
}

.ppslider__container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1440px;
}

.ppslider__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: calc(100% - 6rem);
    padding: 4rem 1.25rem 1rem;
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity));
}

.ppslider__gradient-l,
.ppslider__gradient-r
{
    position: absolute;
    display: block;
    top: 0;
    width: 118px;
    height: 100%;
}

.ppslider__gradient-l {
    left: 0;
}

.ppslider__gradient-r {
    right: 0;
}

.button--yellow {
    background: #f3e334;
    color: #000000;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    border-radius: 2px;
    max-width: 200px;
    line-height: 50px;
    height: 50px;
}

.button--yellow:hover {
    background: #242529;
    color: #fff;
}

.ppslider-banners .banner-desktop {
    display: none;
}

.ppslider-banner-item {
    position: relative;
}

.ppslider-banner-item.large {
    width: 100%;
}

.ppslider-banner-item.small {
    width: 100%;
    padding: 0;
    margin: 0;
}

.ppslider-banner-item h4 {
    margin-bottom: 20px;
}

.ppslider-banner-item h4 a {
    color: #222;
    opacity: 0.7;
}

.ppslider-banner-item h4 a:hover {
    opacity: 1;
    transition: 0.3s;
}

.ppslider-banner-item .button {
    background: #ddd;
    border-radius: 15px;
    padding: 5px 15px;
    color: #222;
    opacity: 0.7;
}

.ppslider-banner-item .button:hover {
    opacity: 1;
}

.bottom-block {
    pointer-events: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.ppslider-banner-item img {
    width: 100%;
}

@media (min-width: 1110px) {
    .ppslider {
        margin-top: 17px;
    }


    .ppslider-banner-item img {
        max-width: 100%;
        /*width: auto;*/
    }

    .ppslider-banners .banner-desktop {
        display: block;
    }

    .ppslider-banners .banner-mobile {
        display: none;
    }

    .ppslider-banner-item.small {
        width: 50%;
        padding-right: 10px;
        margin-top: 20px;
        float: left;
    }

    .ppslider-banner-item.small + .ppslider-banner-item.small {
        padding-right: 0;
        padding-left: 10px;
    }
    .owl-carousel .owl-item img {
        height: auto;
    }

    .owl-carousel .owl-item img.ppslider-mobile {
        display: none;
    }

    .owl-carousel .owl-item img.ppslider-desktop {
        display: block;
    }

    .ppslider__content > .mt-5{
        margin-bottom: 1rem;
    }

    .ppslider__title {
        margin-left: auto;
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .ppslider-mobile {
        display: none !important;
    }

    .ppslider-desktop {
        display: block !important;
    }

    .ppslider__container {
        max-height: none;
        height: auto;
    }

    .ppslider__content {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
        text-align: right;
    }
}

/* Fix for picture element responsive images - prevent stretching */
.ppslider picture img,
.ppslider-banners picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Mobile specific - ensure proper aspect ratio */
@media (max-width: 799px) {
    .ppslider picture img.banner-desktop,
    .ppslider-banners picture img.banner-desktop {
        width: 100%;
        height: auto;
    }
}

.ppslider-category-banner {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 50px;
}

.ppslider-category-banner .ppslider-banner-item{
    width: 100%;
}

.ppslider-category-banner .ppslider-banner-item img {
    width: 100%;
}

.bottom-block {
    pointer-events: none;
}

.bottom-block .banner-item-title {
    pointer-events: none;
}

.bottom-block .banner-item-title > a {
    pointer-events: auto;
}

.bottom-block > .button {
    pointer-events: auto;
}

/* Product cards in slider */
.ppslider__products {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 12px;
    z-index: 10;
}

.ppslider__product {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 12px;
    width: 140px;
    text-decoration: none;
    color: #222;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ppslider__product:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #222;
}

.ppslider__product-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 8px;
}

.ppslider__product-name {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ppslider__product-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.ppslider__product-price-old {
    font-size: 11px;
    color: #999;
    text-decoration: line-through;
    font-weight: 400;
}

.ppslider__product-price-current {
    color: #e74c3c;
}

/* Hide products on mobile - show only 2 on tablet */
@media (max-width: 799px) {
    .ppslider__products {
        display: none;
    }
}

@media (min-width: 800px) and (max-width: 1109px) {
    .ppslider__products {
        bottom: 10px;
        right: 10px;
    }

    .ppslider__product {
        width: 120px;
        padding: 8px;
    }

    .ppslider__product:nth-child(n+3) {
        display: none;
    }

    .ppslider__product-image {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 1110px) {
    .ppslider__products {
        bottom: 30px;
        right: 30px;
    }

    .ppslider__product {
        width: 160px;
        padding: 16px;
    }

    .ppslider__product-image {
        width: 120px;
        height: 120px;
    }
}

/* Product promotion banner (product page) */
.ppslider-promotion {
    margin: 30px 0;
    width: 100%;
}

.ppslider-promotion__banner {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.ppslider-promotion__image {
    width: 100%;
    height: auto;
    display: block;
}

.ppslider-promotion__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: #fff;
}

.ppslider-promotion__title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 5px;
}

.ppslider-promotion__slogan {
    font-size: 0.875rem;
    margin: 0;
    opacity: 0.9;
}

@media (min-width: 800px) {
    .ppslider-promotion__content {
        padding: 30px;
    }

    .ppslider-promotion__title {
        font-size: 1.5rem;
    }
}
