@import"https://fonts.googleapis.com/css2?family=Lexend+Mega:wght@100..900&family=Public+Sans:wght@100..900&display=swap";.mobile-buy-container[data-v-fff5d608]{min-height:100vh;background-color:#fafafa;font-family:Public Sans,sans-serif;display:flex;flex-direction:column;padding-bottom:180px}.mobile-header[data-v-fff5d608]{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#fff;border-bottom:3px solid #000000;position:sticky;top:0;z-index:100}.back-btn[data-v-fff5d608]{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:3px solid #000000;cursor:pointer;transition:background-color .2s}.back-btn[data-v-fff5d608]:active{background-color:#f5f5f5}.back-btn svg[data-v-fff5d608]{width:24px;height:24px;color:#000}.page-title[data-v-fff5d608]{font-family:Lexend Mega,sans-serif;font-size:1.125rem;font-weight:900;margin:0;color:#000;text-transform:uppercase}.content-scroll[data-v-fff5d608]{flex:1;padding:1rem}.product-card[data-v-fff5d608]{background-color:#fff;border:3px solid #000000;padding:1rem;margin-bottom:1rem}.product-image[data-v-fff5d608]{width:100%;height:200px;border:3px solid #000000;overflow:hidden;margin-bottom:1rem}.product-image img[data-v-fff5d608]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-info[data-v-fff5d608]{display:flex;flex-direction:column;gap:.75rem}.product-name[data-v-fff5d608]{font-family:Lexend Mega,sans-serif;font-size:1.125rem;font-weight:700;margin:0;color:#000;line-height:1.4}.product-desc[data-v-fff5d608]{font-size:.875rem;color:#666;margin:0;line-height:1.5}.product-price-row[data-v-fff5d608]{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.product-price[data-v-fff5d608]{font-family:Lexend Mega,sans-serif;font-size:1.5rem;font-weight:900;color:red}.quantity-selector[data-v-fff5d608]{display:flex;align-items:center;border:3px solid #000000}.qty-btn[data-v-fff5d608]{width:40px;height:40px;background-color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.qty-btn[data-v-fff5d608]:active{background-color:#f5f5f5}.qty-btn svg[data-v-fff5d608]{width:18px;height:18px;color:#000}.qty-value[data-v-fff5d608]{width:50px;text-align:center;font-family:Lexend Mega,sans-serif;font-size:1rem;font-weight:700}.coupon-section[data-v-fff5d608]{background-color:#fff;border:3px solid #000000;margin-bottom:1rem;overflow:hidden}.section-header[data-v-fff5d608]{display:flex;align-items:center;justify-content:space-between;padding:1rem;cursor:pointer;transition:background-color .2s}.section-header[data-v-fff5d608]:active{background-color:#f5f5f5}.section-title[data-v-fff5d608]{font-family:Lexend Mega,sans-serif;font-size:1rem;font-weight:700;margin:0;color:#000;text-transform:uppercase}.expand-icon[data-v-fff5d608]{width:20px;height:20px;color:#000;transition:transform .3s}.expand-icon.expanded[data-v-fff5d608]{transform:rotate(180deg)}.coupon-list[data-v-fff5d608]{display:flex;flex-direction:column;gap:.75rem;padding:0 1rem 1rem}.coupon-item[data-v-fff5d608]{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#f5f5f5;border:3px solid #000000;cursor:pointer;transition:all .2s;position:relative}.coupon-item[data-v-fff5d608]:active{background-color:#ffe5e5}.coupon-item.selected[data-v-fff5d608]{background-color:red;border-color:red}.coupon-item.selected .coupon-amount[data-v-fff5d608],.coupon-item.selected .coupon-name[data-v-fff5d608],.coupon-item.selected .coupon-condition[data-v-fff5d608],.coupon-item.selected .coupon-expiry[data-v-fff5d608]{color:#fff}.coupon-left[data-v-fff5d608]{display:flex;flex-direction:column;gap:.25rem}.coupon-amount[data-v-fff5d608]{font-family:Lexend Mega,sans-serif;font-size:1.5rem;font-weight:900;color:red}.coupon-condition[data-v-fff5d608]{font-size:.75rem;color:#666}.coupon-right[data-v-fff5d608]{flex:1;display:flex;flex-direction:column;gap:.25rem}.coupon-name[data-v-fff5d608]{font-family:Lexend Mega,sans-serif;font-size:.875rem;font-weight:700;color:#000}.coupon-expiry[data-v-fff5d608]{font-size:.75rem;color:#999}.coupon-check[data-v-fff5d608]{position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.coupon-check svg[data-v-fff5d608]{width:24px;height:24px;color:#fff}.shipping-section[data-v-fff5d608]{background-color:#fff;border:3px solid #000000;padding:1rem;margin-bottom:1rem}.shipping-section .section-title[data-v-fff5d608]{margin-bottom:1rem}.shipping-form[data-v-fff5d608]{display:flex;flex-direction:column;gap:1rem}.form-row[data-v-fff5d608]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.form-group[data-v-fff5d608]{display:flex;flex-direction:column;gap:.5rem}.form-group label[data-v-fff5d608]{font-family:Lexend Mega,sans-serif;font-size:.875rem;font-weight:700;text-transform:uppercase;color:#000}.form-group input[type=text][data-v-fff5d608],.form-group input[type=tel][data-v-fff5d608]{width:100%;padding:.75rem;font-family:Public Sans,sans-serif;font-size:1rem;color:#000;background-color:#fff;border:3px solid #000000;outline:none;transition:border-color .2s}.form-group input[data-v-fff5d608]:focus{border-color:red}.form-group input[data-v-fff5d608]::-moz-placeholder{color:#999}.form-group input[data-v-fff5d608]::placeholder{color:#999}.select-wrapper[data-v-fff5d608]{position:relative}.select-wrapper select[data-v-fff5d608]{width:100%;padding:.75rem;font-family:Public Sans,sans-serif;font-size:1rem;color:#000;background-color:#fff;border:3px solid #000000;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s}.select-wrapper select[data-v-fff5d608]:focus{border-color:red}.select-arrow[data-v-fff5d608]{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#000;pointer-events:none}.checkbox-group[data-v-fff5d608]{margin-top:.5rem}.checkbox-label[data-v-fff5d608]{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem;color:#333}.checkbox-label input[type=checkbox][data-v-fff5d608]{display:none}.checkbox-custom[data-v-fff5d608]{width:20px;height:20px;border:3px solid #000000;background-color:#fff;position:relative;transition:background-color .2s}.checkbox-label input[type=checkbox]:checked+.checkbox-custom[data-v-fff5d608]{background-color:red;border-color:red}.checkbox-label input[type=checkbox]:checked+.checkbox-custom[data-v-fff5d608]:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#fff;border-radius:2px}.bottom-bar[data-v-fff5d608]{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:3px solid #000000;padding:1rem;z-index:100}.order-summary[data-v-fff5d608]{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.summary-item[data-v-fff5d608]{display:flex;justify-content:space-between;align-items:center}.summary-item.total[data-v-fff5d608]{padding-top:.5rem;border-top:2px solid #000000}.summary-label[data-v-fff5d608]{font-size:.875rem;color:#333}.summary-item.total .summary-label[data-v-fff5d608]{font-family:Lexend Mega,sans-serif;font-size:1rem;font-weight:700}.summary-value[data-v-fff5d608]{font-family:Lexend Mega,sans-serif;font-size:1rem;font-weight:700;color:#000}.summary-value.discount[data-v-fff5d608]{color:red}.summary-item.total .summary-value[data-v-fff5d608]{font-size:1.5rem;font-weight:900;color:red}.submit-btn[data-v-fff5d608]{width:100%;padding:1rem;background-color:red;border:3px solid #000000;font-family:Lexend Mega,sans-serif;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;text-transform:uppercase;transition:all .2s}.submit-btn[data-v-fff5d608]:active:not(:disabled){background-color:#c00;transform:scale(.98)}.submit-btn[data-v-fff5d608]:disabled{background-color:#ccc;border-color:#999;color:#666;cursor:not-allowed}@media(max-width:375px){.form-row[data-v-fff5d608]{grid-template-columns:1fr}}@media(min-width:768px){.mobile-buy-container[data-v-fff5d608]{max-width:480px;margin:0 auto;border-left:3px solid #000000;border-right:3px solid #000000}}
