.hf-order-page{padding-top:3rem;padding-bottom:5rem}.hf-form-wrapper{max-width:780px;margin:0 auto}.hf-page-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:.5rem}.hf-page-subtitle{color:#666;margin-bottom:2.5rem;font-size:1rem}.hf-summary-box{background:#f8f8f8;border:1px solid #e5e5e5;border-radius:12px;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hf-summary-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#888;margin:0}.hf-summary-product{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;flex:1}.hf-summary-name{font-weight:600;font-size:1rem}.hf-summary-qty{font-size:.9rem;color:#666;background:#fff;padding:.2rem .6rem;border-radius:20px;border:1px solid #e5e5e5}.hf-summary-price{font-weight:700;font-size:1.1rem;color:#1a6b5f;margin-left:auto}.hf-form-section{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:1.75rem;margin-bottom:1.5rem}.hf-section-title{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.hf-optional{font-weight:400;font-size:.8rem;color:#999;text-transform:none;letter-spacing:0}.hf-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:0}.hf-row-full{grid-template-columns:1fr}.hf-form-group{display:flex;flex-direction:column;gap:.4rem;margin-top:1rem}.hf-form-group:first-child{margin-top:0}.hf-form-row+.hf-form-row .hf-form-group{margin-top:1rem}.hf-form-group label{font-size:.875rem;font-weight:600;color:#2a2a2a}.hf-req{color:#e53935;margin-left:2px}.hf-form-group input,.hf-form-group select,.hf-form-group textarea{width:100%;padding:.7rem .9rem;border:1.5px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit;color:#1a1a1a;background:#fff;transition:border-color .2s,box-shadow .2s;outline:none;-webkit-appearance:none;appearance:none;box-sizing:border-box}.hf-form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;padding-right:2.5rem}.hf-form-group input:focus,.hf-form-group select:focus,.hf-form-group textarea:focus{border-color:#1a6b5f;box-shadow:0 0 0 3px #1a6b5f1f}.hf-form-group textarea{resize:vertical;min-height:80px}.hf-input-error{border-color:#e53935!important;box-shadow:0 0 0 3px #e539351a!important}.hf-error-msg{font-size:.8rem;color:#e53935;min-height:1rem;display:block}.hf-no-slots-msg{font-size:.85rem;color:#e53935;margin-top:.4rem;display:none}.hf-addons-section{margin-bottom:2rem}.hf-addons-title{font-size:1.25rem;font-weight:700;margin-bottom:.4rem}.hf-addons-subtitle{color:#777;margin-bottom:1.25rem;font-size:.9rem}.hf-carousel-wrapper{position:relative;display:flex;align-items:center;gap:.75rem}.hf-carousel-outer{overflow:hidden;flex:1}.hf-carousel-track{display:flex;gap:1rem;transition:transform .35s ease;will-change:transform}.hf-carousel-card{flex:0 0 calc(33.333% - .68rem);border:2px solid #e8e8e8;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s,transform .2s}.hf-carousel-card:hover{border-color:#1a6b5f;transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.hf-carousel-card.hf-addon-selected{border-color:#1a6b5f;box-shadow:0 0 0 3px #1a6b5f26}.hf-carousel-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.hf-addon-no-img{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;font-size:3rem;background:#f8f4f0}.hf-carousel-info{padding:.6rem .75rem .4rem;flex:1}.hf-carousel-name{font-size:.85rem;font-weight:600;color:#1a1a1a;margin:0 0 .2rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hf-carousel-price{font-size:.9rem;font-weight:700;color:#1a6b5f;margin:0}.hf-addon-btn{margin:.5rem .75rem .75rem;padding:.5rem;border:1.5px solid #ddd;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;background:transparent;color:#333;transition:all .2s;text-align:center;width:calc(100% - 1.5rem);display:block}.hf-addon-selected .hf-addon-btn{background:#1a6b5f;border-color:#1a6b5f;color:#fff}.hf-carousel-btn{background:#fff;border:2px solid #e8e8e8;border-radius:50%;width:42px;height:42px;min-width:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:#333;transition:all .2s;line-height:1;padding:0;flex-shrink:0}.hf-carousel-btn:hover:not(:disabled){background:#1a6b5f;border-color:#1a6b5f;color:#fff}.hf-carousel-btn:disabled{opacity:.25;cursor:not-allowed}.hf-carousel-dots{display:flex;justify-content:center;gap:.4rem;margin-top:.85rem}.hf-carousel-dot{width:8px;height:8px;border-radius:50%;background:#ddd;border:none;cursor:pointer;padding:0;transition:background .2s,transform .2s}.hf-carousel-dot.hf-dot-active{background:#1a6b5f;transform:scale(1.35)}.hf-submit-section{text-align:center;padding-top:1rem}.hf-place-order-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#1a3a35;color:#fff;border:none;border-radius:8px;padding:1rem 3rem;font-size:1rem;font-weight:700;letter-spacing:.08em;cursor:pointer;width:100%;max-width:420px;transition:background .2s,transform .15s,box-shadow .2s}.hf-place-order-btn:hover:not(:disabled){background:#0f2620;box-shadow:0 6px 24px #0000002e;transform:translateY(-1px)}.hf-place-order-btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:768px){.hf-form-row{grid-template-columns:1fr}.hf-form-section{padding:1.25rem}.hf-summary-price{margin-left:0}.hf-carousel-card{flex:0 0 calc(50% - .5rem)}}@media(max-width:480px){.hf-carousel-card{flex:0 0 100%}.hf-place-order-btn{max-width:100%;padding:1rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hf-order-form.css.map */
