.product-routine{width:100%;background-color:#f8f4ff}.product-routine__tag{display:flex;text-align:center;width:100%;justify-content:center;margin:0}.product-routine__tag span{display:inline-block;color:#7045f5;background-color:#ede8ff;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px}.product-routine__title{font-size:30px;font-weight:600;text-align:center;margin:8px 0}.product-routine__description{text-align:center;color:#828282;font-size:16px;margin:10px 0}.product-routine__cards{display:flex;align-items:stretch;justify-content:space-between}.product-routine__card{position:relative;display:flex;flex-direction:column;flex:1;min-width:0;max-width:380px;background:#fff;border-radius:16px;overflow:hidden;padding:16px}.product-routine__card-header{position:absolute;top:12px;left:12px;right:12px;display:flex;align-items:center;justify-content:space-between;z-index:1}.product-routine__step-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:#7045f5;font-size:14px;font-weight:700;color:#fff}.product-routine__step-tag{display:inline-block;background-color:#d0ff59;font-size:11px;font-weight:600;color:#333;padding:4px 10px;border-radius:20px}.product-routine__card-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:8px;background:#f0f0f0;margin-bottom:16px}.product-routine__card-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-routine__card-info{display:flex;flex-direction:column;flex:1}.product-routine__categories{display:flex;flex-direction:row;gap:8px}.product-routine__category-tag{display:inline-block;width:fit-content;font-size:11px;font-weight:600;color:#7045f5;background-color:#ede8ff;padding:3px 10px;border-radius:20px;margin-bottom:8px}.product-routine__card-title{font-size:16px;font-weight:600;margin:8px 0;line-height:1.3;color:#333}.product-routine__card-price{display:flex;align-items:center;gap:8px;margin-bottom:2px}.product-routine__card-price--compare{text-decoration:line-through;color:#828282;font-size:14px}.product-routine__card-price--current{font-size:16px;font-weight:600;color:#333;margin-bottom:12px}.product-routine__card-discount{display:inline-block;background-color:#d0ff59;font-size:12px;font-weight:600;color:#333;padding:2px 6px;border-radius:4px}.product-routine__card-details{display:flex;align-items:center;justify-content:center;width:100%;padding:12px;border:1px solid #7045f5;border-radius:50px;font-size:14px;font-weight:600;color:#7045f5;text-decoration:none;margin-top:auto;transition:background-color .2s ease}.product-routine__card-details:hover{background-color:#f5f5f5}.product-routine__footer{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:16px;padding:20px 24px;margin-top:16px}.product-routine__footer-info{display:flex;flex-direction:column;gap:2px}.product-routine__footer-name{font-size:16px;font-weight:600;color:#333}.product-routine__footer-prices{display:flex;align-items:center;gap:10px}.product-routine__total-compare{text-decoration:line-through;color:#828282;font-size:14px}.product-routine__total-price{font-size:20px;font-weight:700;color:#333}.product-routine__footer-installments{font-size:12px;color:#828282}.product-routine__buy-button{display:flex;align-items:center;justify-content:center;gap:8px;background:#7045f5;color:#fff;border:none;border-radius:50px;padding:16px 32px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s ease;white-space:nowrap}.product-routine__buy-button:hover{opacity:.9}.product-routine__buy-button:disabled{background:#ccc;cursor:not-allowed}.product-routine__buy-button.loading{opacity:.7;pointer-events:none}@media screen and (max-width:768px){.product-routine__cards{flex-direction:column;align-items:center;gap:12px}.product-routine__card{max-width:100%}.product-routine__title{font-size:20px}.product-routine__footer{flex-direction:column;gap:16px;text-align:center}.product-routine__footer-info{align-items:center}.product-routine__footer-prices{justify-content:center}}