.rotating-cards-section{padding:60px 40px;background-color:var(--color-background)}.rotating-cards-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.rotating-cards__content{padding-right:20px;display:flex;flex-direction:column;align-items:flex-start}.rotating-cards__heading{font-size:1.1rem;font-weight:700;line-height:1.2;margin-bottom:4px;color:#eeec75}.rotating-cards__subheading{font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.3;margin-bottom:24px;color:var(--color-foreground)}.rotating-cards__text{margin-bottom:32px}.rotating-cards__text p{font-size:1rem;line-height:1.6;color:var(--color-foreground);margin:0}.rotating-cards__button{margin-top:32px}.rotating-cards__button .button{background-color:#eeec75;color:#000;border:1px solid #EEEC75;border-radius:25px;padding:12px 24px;text-decoration:none;display:inline-block;font-weight:500;transition:all .3s ease}.rotating-cards__button .button:hover{background-color:#e6e462;border-color:#e6e462;transform:translateY(-1px)}.rotating-cards__carousel{position:relative;max-width:400px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.rotating-cards__carousel-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.rotating-cards__track{position:relative;overflow:hidden;border-radius:16px;width:300px;height:300px}.rotating-card{position:absolute;top:0;left:0;background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(0,0,0,.05);min-height:300px;width:300px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;transition:opacity .3s ease;opacity:0;z-index:1}.rotating-card.active{opacity:1;z-index:2}.rotating-card__heading{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:16px;line-height:1.3}.rotating-card__text{font-size:.95rem;line-height:1.5;color:#666;margin-bottom:24px;flex-grow:1}.rotating-card__ingredients-heading{font-size:.9rem;font-weight:600;color:#333;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.rotating-card__ingredients{font-size:.9rem;line-height:1.4;color:#666;margin:0}.rotating-cards__nav{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;color:#fff;transition:all .2s ease;z-index:10}.rotating-cards__nav:hover{transform:translateY(-50%) scale(1.1)}.rotating-cards__nav--prev{left:-50px}.rotating-cards__nav--next{right:-50px}.rotating-cards__dots{display:flex;justify-content:center;gap:6px;margin-top:24px}.rotating-cards__dot{width:10px;height:10px;aspect-ratio:1 / 1;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;transition:background-color .2s ease;flex-shrink:0;display:block;padding:0}.rotating-cards__dot.active{background:#fff}.rotating-cards__dot:hover{background:#fffc}@media screen and (max-width: 768px){.rotating-cards-container{grid-template-columns:1fr;gap:40px}.rotating-cards__content{padding-left:20px;padding-right:20px;margin-left:auto;margin-right:auto;align-items:center;text-align:center}.rotating-cards__heading{font-size:1.1rem}.rotating-cards__subheading{font-size:clamp(1.4rem,2.5vw,1.8rem)}.rotating-cards__text p{font-size:1rem}.rotating-cards__carousel{max-width:100%;margin:0 auto}.rotating-cards__carousel-wrapper{position:relative}.rotating-cards__track{width:280px;height:250px}.rotating-cards__nav--prev{left:-35px}.rotating-cards__nav--next{right:-35px}.rotating-card{padding:24px;min-height:250px;width:280px}.rotating-card__heading{font-size:1.1rem}.rotating-card__text{font-size:.85rem}.rotating-card__ingredients-heading,.rotating-card__ingredients{font-size:.8rem}}@media screen and (max-width: 480px){.rotating-cards-section{padding:40px 20px}.rotating-cards__heading{font-size:1rem}.rotating-cards__subheading{font-size:1.2rem}.rotating-cards__text p{font-size:.9rem}.rotating-card{padding:20px;min-height:220px}.rotating-card__heading{font-size:1rem}.rotating-card__text{font-size:.8rem}.rotating-card__ingredients-heading,.rotating-card__ingredients{font-size:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/rotating-cards.css.map */
