.step-content{flex:1 1;display:flex;height:100%;width:100%;max-width:430px;padding:32px;flex-direction:column;gap:32px;height:85vh;justify-content:center}.step-content.summary-step{border-radius:64px;color:#fff}.step-content.summary-step .summary-title{font-size:24px;font-weight:600;line-height:24px}.step-content.summary-step .summary-description{font-size:14px;font-weight:500;line-height:16px}.step-content.summary-step .shipping-info{font-size:18px;font-weight:600;line-height:18px}.step-content.summary-step .total-price{font-size:32px;font-weight:600;line-height:32px}.step-content.summary-step .add-to-cart-btn{padding:32px;background:#fff;border:none;border-radius:64px;color:#000;font-size:18px;font-weight:600;line-height:18px;cursor:pointer;transition:all .3s ease}.step-content.summary-step .add-to-cart-btn:hover{transform:translateY(-2px)}@media(max-width:768px){.step-content .step-header{padding-top:60px}}.step-content .step-header .step-title{color:#000;font-size:24px;font-weight:600;line-height:24px}.step-content .step-header .step-subtitle{color:rgba(0,0,0,.6);font-size:24px;font-weight:600;line-height:24px}.step-content .options-list{display:flex;flex-direction:column;gap:12px}.step-content .option-card{padding:32px;max-height:77px;background:#fff;display:flex;justify-content:center;align-items:center;border-radius:64px;border:1px solid rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease}.step-content .option-card:hover{border:1px solid rgba(0,0,0,.3)}.step-content .option-card.selected{border-color:#000}.step-content .option-card .option-content{gap:12px;width:100%;display:flex;justify-content:space-between;align-items:center}.step-content .option-card .option-info{display:flex;align-items:center;gap:12px}.step-content .option-card .option-name{color:#000;font-size:18px;font-weight:600}.step-content .option-card .option-badge{padding:0 16px;height:46px;background:#8a00fc;border-radius:60px;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px;display:flex;align-items:center;color:#fff;font-size:14px;font-weight:500}@media(max-width:769px){.step-content .option-card .option-badge{font-size:12px;padding:0 12px;height:40px}}.step-content .option-card .option-price{white-space:nowrap;color:#8d8d8d;font-size:14px;font-weight:500;line-height:14px}.step-content .option-card.color-option .color-info{display:flex;align-items:center;gap:18px}.step-content .option-card.color-option .color-swatch{width:42px;height:42px;border-radius:50%}.step-content .help-card{padding:32px;background:#f5f5f5;border-radius:64px;border:1px solid rgba(0,0,0,.1)}.step-content .help-card .help-content{text-decoration:none;display:flex;flex-direction:column;gap:12px}.step-content .help-card .help-title{color:#000;font-size:18px;font-weight:600;line-height:18px}.step-content .help-card .help-description{color:#8d8d8d;font-size:14px;font-weight:500;line-height:16px}