/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2026 | 18:53:43 */
.asp-pp-desktop-grid {
    max-width: 1340px;
}

@media (min-width: 769px) {
    .hdh-container {
        max-width: 1340px;
    }
}

.asp-pp-extras-inner, .asp-pp-related-inner {
    max-width: 1340px;
}

/*section.asp-pp-extras.asp-pp-extras--ingredients {
    background: #f4e7d7;
    padding-top: 48px;
    padding-bottom: 48px;
}*/

.asp-pp-slider-progress {
    flex-grow: 1;
    height: 2px;
    background: #fff;
    border-radius: 1px;
}

.asp-pp-slider-arrow {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D8D3CE;
    background: #fff;
    border-radius: .2rem;
    cursor: pointer;
    padding: 0;
    color: #1d1a1a;
    transition: background 0.2s, border-color 0.2s, opacity 0.2s;
}

.asp-pp-slider-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #EAE6E2;
    color: #1d1a1a;
	transition: 160ms ease-out;
}

.asp-pp-slider-arrow:hover:not(:disabled) {
    background: #F7F5F2;
    border-color: #D8D3CE;
    color: #1d1a1a;
    transition: 160ms ease-out;
}

.asp-pp-ingredient-img--empty {
    background: #f7f1ea;
}

.asp-pp-ingredient-imgwrap, .asp-pp-related-imgwrap, .asp-pp-static-image {
    border-radius: 0px;
    background: #f7f1ea;
}

@media (max-width: 768px) {
	h3.asp-pp-ingredients-title {
        padding-top: 48px;
    }
}

h2.asp-pp-related-title {
    margin-bottom: 2rem;
}

.asp-pp-related .asp-pp-slider-progress {
    background: #eae5e2 !important;
}

.asp-pp-ingredient-name, .asp-pp-related-name, .asp-pp-static-content p {
    font-size: 16px;
    font-weight: 400 !important;
    color: #1d1a1a;
    line-height: 24px;
	font-family: 'Unica77' !important;
}

.asp-pp-related-price span {
	 font-size: 16px;
    font-weight: 500;
    color: #1d1a1a;
    line-height: 24px;
	font-family: 'Unica77' !important;
}
.asp-pp-extras {
    margin-top: 4rem;
    margin-bottom: 8rem;
}

.asp-pp-ingredient-img, .asp-pp-related-img, .asp-pp-static-image img {
    height: 100% !important;
}

.asp-pp-slider-progress-bar {
    background: #1d1a1a;
    border-radius: 0px;
}

h3.asp-pp-ingredients-title {
    font-size: 32px;
    font-weight: 500;
    color: #1D1B1A;
    line-height: 36px;
}

h3.asp-pp-guarantees-title, .asp-pp-related-title, .asp-pp-static-title {
    font-size: 32px;
    font-weight: 500;
    color: #1D1B1A;
    line-height: 36px;
}

p.asp-pp-ingredients-subtitle, .asp-pp-guarantee-text, .asp-pp-guarantees-subtitle, .asp-pp-ingredients-subtitle  {
    color: #1D1B1A;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 23px;
    padding-bottom: 0.5rem;
    font-family: 'Unica77' !important;
}

/*.asp-pp-guarantees-grid {
    margin-left: -15px;
}*/

section.asp-pp-related {
    margin-bottom: 6rem;
}

.asp-pp-slider-card {
    flex: 0 0 300px;
}

.kv-recommendation__bubble::after {
   /* border-right-width: 2px;
    border-bottom-width: 2px;*/
	/*bottom: -7px;*/
	/*border-color: transparent;*/

}

.kv-recommendation__bubble {
    position: relative;
    box-sizing: border-box;
    padding: 12px 14px;
   background: transparent;
   /* border-width: 2px;
    border-top: 2px;
    border-right: 2px;*/
    border-radius: .2rem;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	/*border-color: transparent;*/
}

.kv-recommendation__quote {
    font-family: 'TiemposHeadline';
    font-size: 24px;
    line-height: 32px;
    color: #1d1a1a;
	font-weight: 400;
}

span.kv-recommendation__label-text {
    /*text-transform: uppercase;*/
    font-size: 16px;
    line-height: 24px;
    font-family: 'Unica77';
    color: #1d1a1a;
}

cite.kv-recommendation__author {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Unica77';
    color: #1d1a1a;
}