.gutpet-ingredients-section{position:relative;overflow:hidden}.gutpet-ingredients-section .section-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.gutpet-ingredients-section .ingredients-container{width:100%;max-width:var(--page-width);margin:0 auto}.gutpet-ingredients-section .ingredients-blocks{margin-bottom:50px}.gutpet-ingredients-section .ingredients-carousel{position:relative;width:100%;overflow:hidden;display:flex;flex-direction:column}.gutpet-ingredients-section .ingredients-track{display:flex;align-items:center;gap:24px;transition:transform .6s cubic-bezier(.2,1,.3,1);flex-shrink:0;min-height:480px;will-change:transform;-webkit-user-select:none;user-select:none}.gutpet-ingredients-section .ingredient-slide{flex-shrink:0;width:352px;transition:all .6s cubic-bezier(.2,1,.3,1);opacity:1;cursor:pointer}.gutpet-ingredients-section .ingredient-slide.is-hidden{opacity:0;pointer-events:none}.gutpet-ingredients-section .ingredient-slide.is-visible{opacity:1}.gutpet-ingredients-section .ingredient-slide.is-center{width:480px;z-index:2;margin:0 48px}.gutpet-ingredients-section .ingredient-slide.is-center .ingredient-media{height:480px}.gutpet-ingredients-section .ingredient-card{position:relative;width:100%;border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);background:#fff5e6}.gutpet-ingredients-section .ingredient-media{position:relative;width:100%;height:100%;overflow:hidden;border-radius:16px}.gutpet-ingredients-section .ingredient-image,.gutpet-ingredients-section .ingredient-placeholder{width:100%;height:100%;object-fit:contain;display:block;border-radius:16px;transition:opacity .3s ease;padding:30px}.gutpet-ingredients-section .ingredient-image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.gutpet-ingredients-section .ingredient-slide[data-has-hover=true]:hover .ingredient-image--default{opacity:0}.gutpet-ingredients-section .ingredient-slide[data-has-hover=true]:hover .ingredient-image--hover{opacity:1}.gutpet-ingredients-section .ingredient-slide:not([data-has-hover=true]):hover .ingredient-image--default{opacity:1}.gutpet-ingredients-section .ingredients-text-area{position:relative;width:100%;max-width:600px;min-height:100px;margin:24px auto 0;text-align:center;-webkit-user-select:none;user-select:none;touch-action:pan-y}.gutpet-ingredients-section .ingredients-text-area .ingredient-text-container{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:12px;padding:0 16px;opacity:0;visibility:hidden;pointer-events:none}.gutpet-ingredients-section .ingredients-text-area .ingredient-text-container.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}.gutpet-ingredients-section .ingredients-text-area .ingredient-text-container.is-leaving{z-index:1}.gutpet-ingredients-section .ingredient-name{text-transform:capitalize;margin:0;font-size:var(--font-h4--size);font-weight:700;line-height:var(--font-paragraph--line-height)}.gutpet-ingredients-section .ingredient-name-link{color:inherit;text-decoration:none}.gutpet-ingredients-section .ingredient-name-link:hover{text-decoration:underline}.gutpet-ingredients-section .ingredient-description{font-size:var(--gp-body-size);font-weight:400;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.gutpet-ingredients-section .ingredient-description p{margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.gutpet-ingredients-section .ingredients-navigation{position:absolute;left:50%;transform:translate(-50%);display:flex;justify-content:space-between;width:672px;top:50%;margin-top:-85px;pointer-events:none;z-index:0}.gutpet-ingredients-section .ingredient-arrow{padding:12px;background:#fff;border:none;cursor:pointer;border-radius:50px;outline:2px solid var(--arrow-border-color, rgba(251, 148, 0, .3));outline-offset:-2px;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;color:var(--arrow-color, #a43222);pointer-events:auto}.gutpet-ingredients-section .ingredient-arrow:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.gutpet-ingredients-section .ingredient-arrow svg{width:24px;height:24px}.gutpet-ingredients-section .ingredients-navigation--hidden{display:none!important}.gutpet-ingredients-section .ingredients-text-area[data-animation=fade] .ingredient-text-container{transition:opacity .3s ease,visibility .3s ease}.gutpet-ingredients-section .ingredients-text-area[data-animation=fade] .ingredient-text-container.is-active{animation:gpIngFadeIn .3s ease forwards}.gutpet-ingredients-section .ingredients-text-area[data-animation=fade] .ingredient-text-container.is-leaving{animation:gpIngFadeOut .3s ease forwards}@keyframes gpIngFadeIn{0%{opacity:0}to{opacity:1}}@keyframes gpIngFadeOut{0%{opacity:1}to{opacity:0}}.gutpet-ingredients-section .ingredients-text-area[data-animation=slide-up] .ingredient-text-container{transition:opacity .5s ease,transform .5s cubic-bezier(.2,1,.3,1),visibility .5s ease;transform:translateY(30px)}.gutpet-ingredients-section .ingredients-text-area[data-animation=slide-up] .ingredient-text-container.is-active{transform:translateY(0)}.gutpet-ingredients-section .ingredients-text-area[data-animation=slide-up] .ingredient-text-container.is-leaving{transform:translateY(-30px)}.gutpet-ingredients-section .ingredients-text-area[data-animation=slide-down] .ingredient-text-container{transition:opacity .5s ease,transform .5s cubic-bezier(.2,1,.3,1),visibility .5s ease;transform:translateY(-30px)}.gutpet-ingredients-section .ingredients-text-area[data-animation=slide-down] .ingredient-text-container.is-active{transform:translateY(0)}.gutpet-ingredients-section .ingredients-text-area[data-animation=slide-down] .ingredient-text-container.is-leaving{transform:translateY(30px)}.gutpet-ingredients-section .ingredients-text-area[data-animation=slide-horizontal] .ingredient-text-container{transition:opacity .5s ease,transform .5s cubic-bezier(.2,1,.3,1),visibility .5s ease}.gutpet-ingredients-section .ingredients-text-area[data-animation=slide-horizontal] .ingredient-text-container.is-entering.direction-next{transform:translate(60px)}.gutpet-ingredients-section .ingredients-text-area[data-animation=slide-horizontal] .ingredient-text-container.is-entering.direction-prev{transform:translate(-60px)}.gutpet-ingredients-section .ingredients-text-area[data-animation=slide-horizontal] .ingredient-text-container.is-active{transform:translate(0)}.gutpet-ingredients-section .ingredients-text-area[data-animation=slide-horizontal] .ingredient-text-container.is-leaving.direction-next{transform:translate(-60px)}.gutpet-ingredients-section .ingredients-text-area[data-animation=slide-horizontal] .ingredient-text-container.is-leaving.direction-prev{transform:translate(60px)}.gutpet-ingredients-section .ingredients-text-area[data-animation=scale] .ingredient-text-container{transition:opacity .5s ease,transform .5s cubic-bezier(.2,1,.3,1),visibility .5s ease;transform:scale(.8)}.gutpet-ingredients-section .ingredients-text-area[data-animation=scale] .ingredient-text-container.is-active{transform:scale(1)}.gutpet-ingredients-section .ingredients-text-area[data-animation=scale] .ingredient-text-container.is-leaving{transform:scale(1.1)}.gutpet-ingredients-section .ingredients-text-area[data-animation=flip]{perspective:1000px}.gutpet-ingredients-section .ingredients-text-area[data-animation=flip] .ingredient-text-container{transition:opacity .5s ease,transform .6s cubic-bezier(.2,1,.3,1),visibility .5s ease;transform:rotateX(-90deg);backface-visibility:hidden}.gutpet-ingredients-section .ingredients-text-area[data-animation=flip] .ingredient-text-container.is-active{transform:rotateX(0)}.gutpet-ingredients-section .ingredients-text-area[data-animation=flip] .ingredient-text-container.is-leaving{transform:rotateX(90deg)}.gutpet-ingredients-section .ingredients-text-area[data-animation=zoom-blur] .ingredient-text-container{transition:opacity .5s ease,transform .5s cubic-bezier(.2,1,.3,1),filter .5s ease,visibility .5s ease;transform:scale(.9);filter:blur(8px)}.gutpet-ingredients-section .ingredients-text-area[data-animation=zoom-blur] .ingredient-text-container.is-active{transform:scale(1);filter:blur(0)}.gutpet-ingredients-section .ingredients-text-area[data-animation=zoom-blur] .ingredient-text-container.is-leaving{transform:scale(1.1);filter:blur(8px)}@media(min-width:750px)and (max-width:989px){.gutpet-ingredients-section .ingredient-slide{width:282px}.gutpet-ingredients-section .ingredient-slide.is-prev .ingredient-card,.gutpet-ingredients-section .ingredient-slide.is-next .ingredient-card{height:282px}.gutpet-ingredients-section .ingredient-slide.is-center{width:384px;margin:0 38px}.gutpet-ingredients-section .ingredient-slide.is-center .ingredient-media{height:384px}.gutpet-ingredients-section .ingredients-navigation{width:543px}.gutpet-ingredients-section .ingredients-track{gap:19px;min-height:384px}.gutpet-ingredients-section .ingredients-text-area{max-width:500px;margin-top:30px}}@media(max-width:749px){.gutpet-ingredients-section .ingredients-container{max-width:100%}.gutpet-ingredients-section .ingredients-blocks{padding-inline:1rem;margin-bottom:32px}.gutpet-ingredients-section .ingredients-carousel{width:100vw;margin-left:calc(50% - 50vw);overflow:hidden;touch-action:pan-y}.gutpet-ingredients-section .ingredients-track{gap:16px;min-height:0;touch-action:pan-y;order:1;align-items:stretch}.gutpet-ingredients-section .ingredient-slide.ingredient-slide{width:calc(100vw - 32px);margin:0;aspect-ratio:1 / 1;transition:none;opacity:1}.gutpet-ingredients-section .ingredient-slide.is-hidden{opacity:1}.gutpet-ingredients-section .ingredient-slide .ingredient-card.ingredient-card{height:100%;transition:none}.gutpet-ingredients-section .ingredient-slide .ingredient-media{height:100%}.gutpet-ingredients-section .ingredients-text-area{order:2;max-width:100%;margin:20px auto 0;padding:0 16px;min-height:80px;touch-action:pan-y}.gutpet-ingredients-section .ingredients-text-area .ingredient-text-container{gap:8px;padding:16}.gutpet-ingredients-section .ingredients-navigation{order:3;position:static;transform:none;width:auto;margin:40px 0 0;justify-content:center;gap:16px;opacity:1;pointer-events:auto;z-index:0}}.gutpet-ingredients-section.section--full-width .ingredients-container{max-width:100%}.gutpet-ingredients-section.section--full-width .ingredients-carousel{padding-inline:5rem}@media(min-width:750px)and (max-width:989px){.gutpet-ingredients-section.section--full-width .ingredients-carousel{padding-inline:4.375rem}}@media(max-width:749px){.gutpet-ingredients-section.section--full-width .ingredients-carousel{padding-inline:0}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-gutpet-ingredients.css.map */
