.progress-bar-container{display:flex;align-items:center;justify-content:center;padding:2rem 0;margin-bottom:2rem}.progress-step-wrapper{flex-direction:column;flex:1 1;max-width:200px}.progress-step,.progress-step-wrapper{display:flex;align-items:center;position:relative}.progress-step{width:48px;height:48px;border-radius:50%;background:var(--border-color);border:3px solid var(--border-color);justify-content:center;font-weight:700;font-size:1.125rem;color:var(--text-light);z-index:2;transition:all .3s ease}.progress-step.active{transform:scale(1.1);box-shadow:0 4px 12px rgba(45,80,22,.3)}.progress-step.active,.progress-step.completed{background:var(--primary-color);border-color:var(--primary-color);color:var(--white)}.step-checkmark,.step-number{position:absolute}.step-checkmark{font-size:1.5rem}.step-label{margin-top:.5rem;font-size:.875rem;color:var(--text-light);text-align:center;font-weight:500}.progress-step-wrapper:last-child .step-label{color:var(--primary-color);font-weight:600}.progress-line{position:absolute;top:24px;left:50%;width:100%;height:3px;background:var(--border-color);z-index:1;transform:translateY(-50%)}.progress-line.completed{background:var(--primary-color)}@media (max-width:768px){.progress-step{width:40px;height:40px;font-size:1rem}.step-label{font-size:.75rem}}.country-selector-wrapper{position:relative;flex-shrink:0;min-width:120px}.country-selector-button{width:100%;display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;background:var(--white);cursor:pointer;font-weight:500;transition:all .3s ease;text-align:left}.country-selector-button:focus,.country-selector-button:hover{border-color:var(--primary-color)}.country-selector-button:focus{outline:none;box-shadow:0 0 0 3px rgba(45,80,22,.1)}.country-flag{font-size:1.25rem;line-height:1}.country-code{font-weight:600;color:var(--text-dark);flex:1 1}.dropdown-arrow{font-size:.75rem;color:var(--text-light);transition:transform .3s ease}.country-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:var(--white);border:2px solid var(--border-color);border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.15);z-index:1000;max-height:300px;display:flex;flex-direction:column;overflow:hidden}.country-search{padding:.75rem;border-bottom:1px solid var(--border-color)}.country-search-input{width:100%;padding:.625rem;border:1px solid var(--border-color);border-radius:6px;font-size:.9rem;font-family:inherit}.country-search-input:focus{outline:none;border-color:var(--primary-color)}.country-list{overflow-y:auto;max-height:250px}.country-option{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:var(--white);cursor:pointer;font-family:inherit;font-size:.95rem;text-align:left;transition:background-color .2s ease}.country-option:hover{background:var(--bg-light)}.country-option.selected{background:rgba(45,80,22,.1);font-weight:600}.country-option .country-flag{font-size:1.125rem;flex-shrink:0}.country-option .country-code{font-weight:600;color:var(--primary-color);min-width:60px}.country-option .country-name{color:var(--text-dark);flex:1 1}.country-no-results{padding:1rem;text-align:center;color:var(--text-light);font-size:.9rem}@media (max-width:768px){.country-selector-wrapper{min-width:100px}.country-selector-button{padding:.75rem .875rem;font-size:.95rem}.country-dropdown{max-height:250px}.country-list{max-height:200px}}.shipping-page{min-height:80vh;padding:2rem 0}.shipping-page-empty{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center}.shipping-title{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:2rem;text-align:center}.shipping-content{display:grid;grid-template-columns:1fr 400px;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto}.shipping-form-section{background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow)}.shipping-form{gap:1.5rem}.form-group,.shipping-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-weight:600;color:var(--text-dark);font-size:.95rem}.required{color:var(--accent-color)}.form-group input,.form-group select,.form-group textarea{padding:.875rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(45,80,22,.1)}.form-group textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.phone-input-wrapper{display:flex;gap:.75rem;align-items:flex-start}.phone-input-container{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.phone-input{width:100%}.phone-input.error{border-color:var(--accent-color)}.phone-error{font-size:.875rem;color:var(--accent-color);margin-top:.25rem}.delivery-note{font-size:.875rem;color:var(--text-light);font-style:italic;margin-top:-.5rem}.whatsapp-note{font-size:.875rem;color:var(--primary-color);margin-top:.25rem;padding:.75rem;background:rgba(45,80,22,.05);border-radius:6px;border-left:3px solid var(--primary-color)}.next-btn,.place-order-btn{width:100%;background:var(--primary-color);color:var(--white);border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1.1rem;transition:all .3s ease;cursor:pointer;margin-top:1rem}.next-btn:hover,.place-order-btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(45,80,22,.3)}.next-btn:disabled,.place-order-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.order-summary-section{background:var(--bg-light);padding:2rem;border-radius:12px;box-shadow:var(--shadow);height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem}.order-summary-title{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem}.order-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.order-item{display:flex;gap:1rem;padding:1rem;background:var(--white);border-radius:8px}.order-item-image{flex-shrink:0}.order-item-info{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.order-item-name{font-size:1rem;font-weight:600;color:var(--text-dark)}.order-item-details{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-light)}.order-totals{border-top:2px solid var(--border-color);padding-top:1rem;display:flex;flex-direction:column;gap:.75rem}.order-subtotal,.order-total{display:flex;justify-content:space-between;font-size:1rem}.order-subtotal{color:var(--text-light)}.order-total{font-weight:700;font-size:1.25rem;color:var(--primary-color)}@media (max-width:968px){.shipping-content{grid-template-columns:1fr}.order-summary-section{position:static}.form-row{grid-template-columns:1fr}}