.doughs-wrapper{display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem;padding-top:2rem;width:100%}@media (min-width:1280px){.doughs-wrapper{flex-direction:row;gap:2rem}}.doughs-wrapper .dough-card{align-items:center;border-radius:var(--radius);display:flex;flex:1 1 0%;flex-direction:row;gap:1rem;justify-content:space-between;position:relative;width:100%}@media (min-width:1280px){.doughs-wrapper .dough-card{align-items:flex-start;flex-direction:column;justify-content:flex-start}}.doughs-wrapper .dough-card:hover .dough-image-wrapper img{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.doughs-wrapper .dough-image-wrapper{align-items:center;aspect-ratio:6/5;border-radius:var(--radius);display:flex;justify-content:center;overflow:hidden;position:relative;width:6rem}@media (min-width:1280px){.doughs-wrapper .dough-image-wrapper{width:100%}}.doughs-wrapper .dough-image-wrapper img{animation-duration:.5s;height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;transition-duration:.5s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);width:100%}.doughs-wrapper .dough-image-wrapper .dough-info-button{animation-duration:.5s;aspect-ratio:1/1;background-color:hsla(0,0%,96%,.25);border-radius:100%;position:absolute;transition-duration:.5s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);width:3rem;z-index:50}.doughs-wrapper .dough-image-wrapper .dough-info-button:hover{background-color:hsla(0,0%,6%,.5)}@media (min-width:1280px){.doughs-wrapper .dough-image-wrapper .dough-info-button{width:33.333333%}}.doughs-wrapper .dough-image-placeholder{align-items:center;background-color:hsla(34,44%,69%,.5);display:flex;justify-content:center;width:100%}.doughs-wrapper .dough-image-placeholder .placeholder-text{font-size:clamp(.875rem,2vw,1rem);font-style:italic;--tw-text-opacity:1;color:rgb(210 180 140/var(--tw-text-opacity,1))}.doughs-wrapper .dough-title{display:block;font-size:clamp(.75rem,1.5vw,.875rem);font-weight:500;margin-top:0;max-width:16ch;text-align:right;--tw-text-opacity:1;color:rgb(16 16 16/var(--tw-text-opacity,1))}@media (min-width:1280px){.doughs-wrapper .dough-title{max-width:100%;text-align:left}}.doughs-wrapper .dough-description{font-size:clamp(.875rem,2vw,1rem);margin-bottom:.5rem;margin-top:.5rem;--tw-text-opacity:1;color:rgb(16 16 16/var(--tw-text-opacity,1))}