/* ns_feedback image captcha */
.ns-submit-form .ns-captch {
    margin-bottom: 10px;
}

.ns-submit-form .ns-captch img#captchaimg {
    display: block;
    width: auto !important;
    max-width: 420px !important;
    height: auto !important;
}

/* Recipe sidebar product teaser
   Original slick styling + fallback without slick
*/

/* Wrapper */
.recipe__sidebar .teaser__list--product .custom__slider-wrapper,
.recipe__sidebar .teaser__list--product .custom__slider--wrapper {
    width: 100%;
}

/* Track */
.recipe__sidebar .teaser__list--product .slick-track {
    display: flex;
    margin: 0 0 10px;
}

/* Slide spacing: original slick version */
.recipe__sidebar .teaser__list--product .slick-track .slick-slide {
    padding: 10px 15px;
}

/* Slide spacing: fallback without slick */
.recipe__sidebar .teaser__list--product .custom__slider-wrapper > .teaser__item--product,
.recipe__sidebar .teaser__list--product .custom__slider--wrapper > .teaser__item--product,
.recipe__sidebar .teaser__list--product .custom__slider-wrapper > div > .teaser__item--product,
.recipe__sidebar .teaser__list--product .custom__slider--wrapper > div > .teaser__item--product,
.recipe__sidebar .teaser__list--product > .teaser__item--product {
    box-sizing: border-box;
    padding: 10px 15px;
}

/* Item */
.recipe__sidebar .teaser__list--product .teaser__item--product {
    border-radius: 15px;
}

/* Card */
.recipe__sidebar .teaser__list--product .teaser__item--product .teaser {
    border-radius: 15px;
    box-shadow: 2px 2px 10px 4px #d3d3d3;
    margin: 150px 0 0 0;
    overflow: visible;
}

/* Header */
.recipe__sidebar .teaser__list--product .teaser__item--product .teaser .teaser__header {
    position: relative;
}

/* Image wrapper */
.recipe__sidebar .teaser__list--product .teaser__item--product .teaser .teaser__header figure {
    height: 300px;
    position: relative;
}

/* Product image */
.recipe__sidebar .teaser__list--product .teaser__item--product .teaser .teaser__header figure img {
    bottom: 0;
    height: 450px;
    position: absolute;
}

/* Body */
.recipe__sidebar .teaser__list--product .teaser__item--product .teaser .teaser__body {
    background: #fff;
    border-radius: 0 0 15px 15px;
    display: flex;
    flex-direction: row-reverse;
    gap: 25px;
    margin-top: 0;
}

/* Title */
.recipe__sidebar .teaser__list--product .teaser__item--product .teaser .teaser__body .teaser__title {
    flex-grow: 1;
    text-align: left;
    width: 100%;
}

.recipe__sidebar .teaser__list--product .teaser__item--product .teaser .teaser__body .teaser__title a {
    color: #000;
    font-size: 16px;
    hyphens: auto;
}

/* Icon */
.recipe__sidebar .teaser__list--product .teaser__item--product .teaser .teaser__body svg {
    flex-shrink: 0;
    width: 40px;
}

/* Hover */
.recipe__sidebar .teaser__list--product .teaser__item--product:hover {
    cursor: pointer;
}

.recipe__sidebar .teaser__list--product .teaser__item--product:hover svg circle {
    fill: #009640;
    stroke: #009640;
}

.recipe__sidebar .teaser__list--product .teaser__item--product:hover svg path {
    fill: #fff;
}

/* Desktop offset */
@media (min-width: 992px) {
    .recipe__sidebar {
        margin-top: -250px;
    }
}

@media (min-width: 992px) {
    .teaser__list.scrollableWrapper .teaser__scrollable--arrow-wrapper {
        top: -80px;
    }
}

.category-slider .teaser__list--product .custom__slider--controls {
    width: 50%;
    right: 0;
}

@media (min-width: 992px) {
    .teaser__list.scrollableWrapper {
        padding-top: 10px;
    }
}

.custom__slider--wrapper:not(.slick-initialized) {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 24px) / 2);
    gap: 24px;
    overflow: hidden;
}

.custom__slider--wrapper:not(.slick-initialized) > * {
    min-width: 0;
}

@media (max-width: 575.98px) {
    .custom__slider--wrapper:not(.slick-initialized) {
        grid-auto-columns: 100%;
    }
}


.category-slider .teaser__list--product .slick-track .slick-slide .teaser__item--product .teaser .teaser__body svg,
.recipe__sidebar .teaser__list--product .slick-track .slick-slide .teaser__item--product .teaser .teaser__body svg,
.teaser__list .teaser__item .teaser .teaser__body svg,
.category-slider .teaser__list--product .custom__slider--controls .custom__slider--arrow {
    width: 46px;
    margin-right: 2px;
}

@media (max-width: 767px) {
    .category-slider .teaser__list--product .slick-track .slick-slide .teaser__item--product .teaser .teaser__body svg,
    .recipe__sidebar .teaser__list--product .slick-track .slick-slide .teaser__item--product .teaser .teaser__body svg,
    .teaser__list .teaser__item .teaser .teaser__body svg,
    .category-slider .teaser__list--product .custom__slider--controls .custom__slider--arrow {
        width: 40px;
    }
    .category-slider .teaser__list--product .custom__slider--controls {
        width: 100%;
        right: 0;
    }
}

