.product-inner .product__title a {
color: var(--ck-highlight-pen-green);
transition: ease 0.3s;
line-height: 20px;
box-shadow: none;
text-decoration: none;
}

@media (min-width: 1200px) {
    .header .header-middle .header__left {
        justify-content: center;
        padding-right: 0;
    }

    .header .header-middle .header__left .logo {
        transform: translateX(clamp(-60px, -3.5vw, -40px)) !important;
    }
}

.section-content.section-content__slider .section-slides-wrapper .slick-slides-carousel:not(.slick-initialized),
.section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image {
    height: auto;
    max-height: none;
    aspect-ratio: 2 / 1;
}

.section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image img {
    object-fit: contain;
    object-position: center;
}

@media (max-width: 767px) {
    .section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image {
        height: auto;
        max-height: none;
        aspect-ratio: 2 / 1;
    }

    .section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image img {
        object-fit: contain;
        object-position: center;
    }
}
