.ingredients-section{width:100%;padding:30px 0 60px;background-color:var(--section-bg-color, #FFFDF9)}.ingredients-section .page-width{max-width:1440px;margin:0 auto;padding:0 20px}.ingredients-header{text-align:center;margin-bottom:40px;max-width:1200px;margin-left:auto;margin-right:auto}.ingredients-heading{font-family:Cabinet Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(32px,5vw,56px);font-weight:900;line-height:1.1;color:#0b090b;margin:0 0 20px;text-transform:uppercase}.ingredients-description{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#0b090b;margin:0 0 32px}.ingredients-description p{margin:0}.ingredients-button-wrapper{margin-bottom:0}.ingredients-button{display:inline-flex;align-items:center;gap:24px;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;padding:4px 4px 4px 18px;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.ingredients-button--primary{background-color:var(--primary-button-bg, #ED1C2C);color:var(--primary-button-text, #FFFFFF);box-shadow:0 4px 12px #ed1c2c33}.ingredients-button--primary:hover{background-color:#c41620;box-shadow:0 6px 20px #ed1c2c4d;transform:translateY(-2px)}.ingredients-button--secondary{background-color:#0b090b;color:#fff;box-shadow:0 4px 12px #0b090b33}.ingredients-button--secondary:hover{background-color:#2a2828;box-shadow:0 6px 20px #0b090b4d;transform:translateY(-2px)}.ingredients-button:focus{outline:3px solid #F8BB30;outline-offset:3px}.ingredients-button:active{transform:translateY(0)}.ingredients-button[aria-disabled=true]{cursor:not-allowed;opacity:.6}.button-arrow{width:38px;height:38px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.button-arrow-icon{width:20px;height:20px;stroke:#0b090b}.ingredients-carousel-wrapper{position:relative;width:100%}.ingredients-carousel{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:20px;cursor:default;overflow-x:auto}.ingredients-carousel[data-card-count="4"],.ingredients-carousel[data-card-count="5"],.ingredients-carousel[data-card-count="6"],.ingredients-carousel[data-card-count="7"],.ingredients-carousel[data-card-count="8"],.ingredients-carousel[data-card-count="9"],.ingredients-carousel[data-card-count="10"]{display:flex;overflow-x:auto;scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding-bottom:10px}.ingredients-carousel[data-card-count="4"]::-webkit-scrollbar,.ingredients-carousel[data-card-count="5"]::-webkit-scrollbar,.ingredients-carousel[data-card-count="6"]::-webkit-scrollbar,.ingredients-carousel[data-card-count="7"]::-webkit-scrollbar,.ingredients-carousel[data-card-count="8"]::-webkit-scrollbar,.ingredients-carousel[data-card-count="9"]::-webkit-scrollbar,.ingredients-carousel[data-card-count="10"]::-webkit-scrollbar{display:none}.ingredients-carousel:active{cursor:grabbing}.ingredient-card{background-color:#fef7e8;border:3px solid #0B090B;border-radius:20px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;transition:transform .3s ease,box-shadow .3s ease;min-width:400px;flex:0 0 calc(33.333% - 14px)}.ingredient-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0b090b26}.ingredient-card:focus{outline:3px solid #ED1C2C;outline-offset:2px}.ingredient-card__image-wrapper{width:100%;max-width:250px;margin-bottom:10px}.ingredient-card__image{width:250px;height:250px;border-radius:50%;overflow:hidden;background-color:#0b090b;display:flex;align-items:center;justify-content:center}.ingredient-card__image img{width:100%;height:100%;object-fit:cover;display:block}.ingredient-card__tag{background-color:#f8bb30;color:#0b090b;font-family:Cabinet Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:800;letter-spacing:.05em;padding:8px 20px;border-radius:50px;border:2px solid #0B090B;display:inline-block;margin-bottom:10px}.ingredient-card__title{font-family:Cabinet Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:800;letter-spacing:.02em;color:#0b090b;margin:0;text-transform:uppercase;line-height:1.2}.ingredient-card__description{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.6;color:#0b090b;margin:0;flex:1}.ingredient-card__button-wrapper{margin-top:auto}@media (max-width: 1024px){.ingredient-card{min-width:350px}}@media (max-width: 768px){.ingredients-section{padding:60px 0}.ingredients-header{margin-bottom:20px}.ingredients-heading{margin-bottom:16px}.ingredients-description{font-size:15px;margin-bottom:24px}.ingredients-carousel{display:flex!important;overflow-x:auto!important;scroll-behavior:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;-ms-overflow-style:none!important;cursor:grab!important;gap:20px;padding:10px 20px;margin:0 -20px}.ingredients-carousel::-webkit-scrollbar{display:none}.ingredient-card{flex:0 0 calc(100vw - 80px);min-width:calc(100vw - 80px);max-width:500px;padding:30px 20px 25px}.ingredient-card__image-wrapper{max-width:200px}.ingredient-card__image{width:200px;height:200px}.ingredient-card__title{font-size:20px}.ingredient-card__description{font-size:13px}}@media (max-width: 480px){.ingredients-section{padding:40px 0}.ingredients-section .page-width{padding:0 15px}.ingredients-header{margin-bottom:30px}.ingredients-heading{font-size:clamp(24px,7vw,32px)}.ingredients-description{font-size:14px}.ingredients-button{font-size:13px;gap:20px;padding:3px 3px 3px 16px}.button-arrow{width:34px;height:34px}.button-arrow-icon{width:18px;height:18px}.ingredient-card{flex:0 0 calc(100vw - 70px);min-width:calc(100vw - 70px);padding:25px 18px 20px;gap:16px}.ingredient-card__image-wrapper{max-width:180px}.ingredient-card__image{width:180px;height:180px}.ingredient-card__tag{font-size:11px;padding:6px 16px}.ingredient-card__title{font-size:18px}.ingredient-card__description{font-size:12px;line-height:1.5}}@media (prefers-reduced-motion: reduce){.ingredients-carousel{scroll-behavior:auto}.ingredient-card:hover,.ingredients-button:hover{transform:none}}@media (prefers-contrast: high){.ingredient-card{border-width:4px}.ingredients-button{border:2px solid currentColor}}.ingredient-card:focus-visible{outline:3px solid #ED1C2C;outline-offset:3px}.ingredients-button:focus-visible{outline:3px solid #F8BB30;outline-offset:3px}@media print{.ingredients-carousel{display:grid!important;grid-template-columns:repeat(3,1fr)!important;overflow:visible!important}.ingredient-card{break-inside:avoid;page-break-inside:avoid;min-width:0!important}.ingredients-button{border:2px solid currentColor}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/ingredients-section.css.map */
