@import"https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;700;800&display=swap";:root{--bg: #ffffff;--text: #0a0a0a;--muted: #4a4a4a;--line: #d4d4d4;--card: #f4f4f4;--accent: #ef3d2f}*{box-sizing:border-box;max-width:100%}body{margin:0;font-family:Inter,sans-serif;color:var(--text);background:var(--bg);overflow-x:hidden}html,body,#root{min-height:100%}html{overflow-x:hidden}button,input{font:inherit;color:inherit}.layout{max-width:1120px;margin:0 auto;padding:18px 26px 34px;min-height:100dvh;display:flex;flex-direction:column;width:100%;overflow-x:clip}.site-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;border-bottom:1px solid var(--line);padding:4px 0 16px}.brand-wrap{cursor:pointer}.home-top-notice{border:1px solid var(--accent);background:var(--accent);border-radius:0;padding:0;margin-bottom:10px;margin-top:-18px;overflow:hidden;position:relative;left:50%;right:50%;width:100vw;max-width:100vw;margin-left:-50vw;margin-right:-50vw}.home-top-notice p{margin:0;font-family:Inter,sans-serif;color:#fff;font-weight:400;font-size:clamp(13px,1.2vw,15px);line-height:1.4;letter-spacing:.01em}.home-top-notice-track span{display:inline-block;white-space:nowrap;padding:9px 24px;font-weight:400;animation:homeNoticeRight 18s linear infinite}.home-top-notice strong{font-weight:700;color:#fff}@keyframes homeNoticeRight{0%{transform:translate(100vw)}to{transform:translate(-100%)}}@media (max-width: 900px){.home-top-notice-track span{padding:10px 18px;animation-duration:14s}}@media (max-width: 560px){.home-top-notice p{font-size:13px;line-height:1.35}.home-top-notice-track span{padding:10px 14px;animation-duration:12s}}.brand-logo{width:210px;height:auto;display:block}.top-nav{justify-self:center;display:flex;gap:42px}.header-actions{display:flex;align-items:center;gap:10px}.header-logout-btn{border:0;border-radius:999px;background:#111;color:#fff;height:40px;width:40px;padding:0;display:inline-grid;place-items:center}.header-admin-btn{border:1px solid #d8d8d8;border-radius:999px;background:#fff;color:#111;height:40px;padding:0 14px;font-size:13px;font-weight:700}.header-admin-btn.active{background:#111;color:#fff;border-color:#111}.header-logout-icon{width:20px;height:20px}.top-nav-link{background:transparent;border:0;padding:0;font-size:15px;font-weight:700;letter-spacing:.01em}.account-link{border:1px solid #d8d8d8;background:#f5f5f5;padding:0;width:38px;height:38px;border-radius:999px;display:inline-grid;place-items:center}.account-icon{width:26px;height:26px}.top-nav-link.active{color:var(--accent);position:relative}.top-nav-link.active:after{content:"";position:absolute;left:0;bottom:-16px;width:38px;height:3px;background:var(--accent)}.header-cart{width:44px;height:44px;border:0;background:transparent;position:relative;display:grid;place-items:center}.header-cart-icon{width:28px;height:28px}.header-cart-count{position:absolute;right:-4px;top:-3px;min-width:21px;height:21px;border-radius:999px;background:#000;color:#fff;font-size:12px;font-weight:700;line-height:21px;text-align:center;padding:0 6px}.header-help-btn{border:1px solid #d8d8d8;border-radius:999px;background:#fff;color:#111;height:40px;padding:0 16px;font-size:13px;font-weight:800;letter-spacing:.01em;box-shadow:0 2px 10px #0000000f;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.header-help-btn:hover{transform:translateY(-1px);border-color:#bdbdbd;box-shadow:0 8px 18px #0000001a}.header-help-btn[aria-expanded=true]{border:0;box-shadow:none;font-size:32px;font-weight:500;line-height:1;padding:0 10px}.help-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;background:#00000073;display:grid;place-items:center;padding:16px}.help-modal-card{width:min(640px,100%);background:#fff;border-radius:14px;padding:16px;box-shadow:0 16px 40px #0003;display:grid;gap:8px}.help-modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.help-modal-head h2{margin:0;font-size:22px}.help-modal-close{width:34px;height:34px;border-radius:999px;border:1px solid #d4d4d4;background:#fff;font-size:24px;line-height:1}.help-modal-card p{margin:0;color:#222}.deadline-banner{margin-top:10px;border:1px solid #d43f29;background:#e9452d;border-radius:10px;min-height:50px;padding:10px 14px;display:flex;align-items:center;justify-content:center;gap:10px}.deadline-banner-icon{width:22px;height:22px;border-radius:999px;background:#fff;color:#000;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex:0 0 auto;align-self:center}.deadline-banner-text{margin:0;font-size:14px;line-height:1.4;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;gap:6px;flex-direction:column}.deadline-banner-title{font-weight:800;letter-spacing:.1px}.deadline-banner-items{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.deadline-banner-item{display:inline-flex;align-items:center;gap:6px;background:#ffffff29;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:2px 10px;font-weight:600}.home-info-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#00000073;display:grid;place-items:center;padding:16px}.home-info-popup-card{width:min(560px,100%);background:#fff;border-radius:14px;padding:20px 18px;box-shadow:0 16px 40px #0003;display:grid;gap:8px}.home-info-popup-card p{margin:0;color:#1c1c1c;line-height:1.35;text-align:center}.home-info-popup-highlight{display:block;font-size:28px;line-height:1.05;font-weight:800;margin-bottom:10px}.home-info-popup-actions{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.home-info-popup-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;border-radius:10px;border:1px solid #111;font-weight:700;text-decoration:none}.home-info-popup-btn.primary{background:#111;color:#fff}.home-info-popup-btn.secondary{background:#fff;color:#111}.content-grid{margin-top:18px;display:grid;grid-template-columns:minmax(0,1fr);gap:32px}.product-page{margin-top:18px;display:grid;justify-items:center}.product-detail{width:100%;max-width:none;border:0;border-radius:0;background:transparent;padding:52px 16px 0;position:relative;display:flex;flex-direction:column;gap:14px}.product-detail-fixed-footer{position:fixed;bottom:10px;left:0;right:0;width:min(720px,calc(100% - 24px));margin:0 auto;background:#fff;border-top:1px solid #e0e0e0;padding:14px 16px;z-index:50;display:flex;flex-direction:column;gap:14px}.product-format-section{margin:0}.product-format-section h2{margin:0 0 6px}.product-footer-top-row{display:flex;align-items:flex-end;justify-content:flex-start}.product-footer-top-row.with-format{justify-content:space-between}.product-footer-bottom-row{display:flex;gap:12px;align-items:flex-end;min-width:0}.product-detail-price{margin:0;font-size:18px;line-height:1;color:#111;font-weight:800;letter-spacing:-.03em}.product-qty-section{margin:0;flex:0 0 auto}.product-qty-section h2{margin:0 0 6px;font-size:14px}.product-add-bottom-btn{margin:0;flex:1;min-width:0;border:0;border-radius:10px;background:#111;color:#fff;height:48px;font-size:15px;font-weight:700;white-space:nowrap}@media (min-width: 740px){.product-page{padding-bottom:0}.product-detail{padding:52px 0 0}.product-detail-fixed-footer{position:static;border:0;padding:0;display:flex;margin-bottom:10px;order:-1}.product-add-bottom-btn{margin-top:8px;flex:none}.product-footer-top-row,.product-footer-bottom-row{display:flex}.product-detail-price{font-size:35px}.product-qty-section{margin:0}}.product-media{display:grid;gap:8px;align-content:start}@media (max-width: 900px){.site-header,.content-grid,.product-detail,.product-detail-content{min-width:0}.product-footer-top-row,.product-footer-bottom-row{width:100%}.product-detail-price{font-size:32px}}.product-media picture{width:86%;margin:0 auto}.product-detail-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.product-close-btn{width:40px;height:40px;border-radius:999px;border:1px solid #d6d6d6;background:#fff;display:inline-grid;place-items:center;padding:0;box-shadow:0 6px 18px #00000014;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;flex-shrink:0}.product-close-btn:hover{transform:translateY(-1px);border-color:#bdbdbd;box-shadow:0 10px 24px #0000001f}.product-close-btn svg{width:20px;height:20px}.product-detail-image{width:100%;aspect-ratio:1 / 1;height:auto;object-fit:contain;border-radius:14px;background:#ececec}.product-thumbnails{display:flex;gap:8px;flex-wrap:wrap;overflow:visible;padding-bottom:2px}.product-thumbnail{border:1px solid #cfcfcf;background:#fff;border-radius:10px;padding:0;width:64px;height:64px;flex:0 0 auto}.product-thumbnail.active{border-color:#111}.product-thumbnail img{width:100%;height:100%;object-fit:contain;border-radius:9px;background:#ececec}.product-detail-title{margin:0;font-size:32px;line-height:1.05;flex:1}.product-detail-price{font-size:35px;color:#353535}.product-detail-content{display:flex;flex-direction:column;gap:12px;min-width:0}.product-detail-section h2{margin:0 0 6px;font-size:17px}.product-detail-section p{margin:0 0 10px;font-size:14px;color:#343434;line-height:1.4}.product-add-bottom-btn{margin-top:8px;width:80%;border:0;border-radius:10px;background:#111;color:#fff;height:48px;font-size:15px;font-weight:700}.product-description-card{margin-top:0;border:1px solid #d8d8d8;border-radius:12px;background:#fafafa;padding:12px 14px}.product-description-card h2{margin:0 0 8px;font-size:17px}.product-description-card p{margin:0 0 8px;font-size:14px;color:#343434;line-height:1.4}.product-description-card p:last-child{margin-bottom:0}.product-meta-row{margin-top:6px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:12px}.product-meta-row p{margin:0;font-size:13px;color:#2f2f2f}.product-qty-picker{display:inline-flex;align-items:center;border:1px solid #d5d5d5;border-radius:10px;overflow:hidden;background:#fff}.product-qty-picker button{width:34px;height:34px;border:0;background:#fff;font-size:20px;line-height:1}.product-qty-picker span{min-width:36px;text-align:center;font-weight:700;font-size:14px}@media (min-width: 1024px){.product-detail{display:grid;grid-template-columns:minmax(320px,48%) 1fr;grid-template-rows:auto auto auto;align-items:start;column-gap:24px;grid-template-areas:"header header" "media content"}.product-detail-header{grid-area:header;margin-bottom:14px}.product-detail-title{margin-bottom:0}.product-media{grid-area:media;grid-column:1}.product-media picture{width:82%;margin:0 auto}.product-detail-content{grid-area:content;grid-column:2}}.checkout-page{margin-top:18px;display:grid;gap:14px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start;justify-items:center}.checkout-success-page{margin-top:18px}.checkout-success-card{width:min(760px,100%);margin:0 auto;border:1px solid #e1e1e1;border-radius:12px;background:#fff;padding:22px 18px;display:grid;gap:8px}.checkout-success-card h1{margin:0;font-size:28px}.checkout-success-card p{margin:0;color:#333}.payment-card{padding:0;border:0;border-radius:0;background:transparent;width:min(760px,100%);max-width:760px;min-width:0}.payment-card h1{margin:0 0 10px;font-size:28px}.payment-card h2{margin:10px 0 8px;font-size:16px}.checkout-steps{display:flex;flex-wrap:nowrap;gap:8px;margin-bottom:14px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.checkout-steps::-webkit-scrollbar{display:none}.checkout-step{flex:0 0 auto;border:1px solid #d5d5d5;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;color:#4a4a4a;background:#fff}.checkout-step.active{border-color:#111;background:#111;color:#fff}.checkout-step.completed{border-color:#d4d4d4;background:#efefef;color:#767676}.form-grid{display:grid;gap:10px}.payment-card .form-grid{margin-bottom:10px}.name-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.phone-input-row{display:grid;grid-template-columns:minmax(96px,120px) 1fr;gap:10px;align-items:center}.phone-country-select{min-width:96px;font-weight:600}.form-grid.two-col{grid-template-columns:1fr 1fr}.form-grid.one-col{grid-template-columns:1fr}.fulfillment-options{display:grid;gap:8px}.fulfillment-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid #d5d5d5;border-radius:10px;background:#fff;font-size:14px}.fulfillment-option input{margin:0}.fulfillment-option strong{font-size:13px}.fulfillment-option-label{display:grid;gap:2px}.fulfillment-option-note{font-size:12px;color:#555}.delivery-date-options{display:flex;flex-wrap:nowrap;gap:8px;border:0;border-radius:0;padding:0;background:transparent;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.delivery-date-btn{flex:0 0 150px;border:1px solid #d5d5d5;border-radius:10px;background:#fff;min-height:42px;padding:8px 10px;font-size:13px;font-weight:600;text-align:center}.delivery-date-btn.selected{border-color:#111;background:#111;color:#fff}.delivery-slot-options{display:flex;flex-wrap:wrap;gap:8px}.delivery-slot-btn{border:1px solid #d5d5d5;border-radius:10px;background:#fff;min-height:48px;padding:8px 12px;font-size:13px;font-weight:700;text-align:center;display:grid;gap:2px;min-width:110px;place-items:center}.delivery-slot-btn small{font-size:11px;font-weight:600}.delivery-slot-btn.selected{border-color:#111;background:#111;color:#fff}.delivery-slot-btn.full{background:#efefef;border-color:#d0d0d0;color:#888;cursor:not-allowed}.payment-card input,.payment-card select{border:1px solid #d5d5d5;border-radius:10px;height:42px;padding:0 12px;font-size:14px;background:#fff}.payment-card textarea{border:1px solid #d5d5d5;border-radius:10px;padding:10px 12px;font-size:14px;font-family:inherit;resize:vertical;min-height:108px;background:#fff}.input-error{border-color:#b42318!important;background:#fff5f5}.required-field-label{font-size:13px;font-weight:700}.required-field-label span{color:#b42318}.optional-field-label{font-size:13px;font-weight:600;color:#333}.field-help{margin:0;font-size:12px;color:#555;line-height:1.35}.field-error{margin:-4px 0 0;font-size:12px;color:#b42318}.address-suggestions{margin:2px 0 0;padding:0;list-style:none;border:1px solid #d5d5d5;border-radius:10px;background:#fff;max-height:240px;overflow-y:auto}.address-suggestion-btn{width:100%;text-align:left;border:0;background:transparent;padding:10px 12px;font-size:14px;cursor:pointer}.address-suggestion-btn:hover{background:#f7f7f7}.form-error-banner{margin:4px 0 0;padding:8px 10px;border:1px solid #fecaca;background:#fff1f2;color:#b42318;border-radius:8px;font-size:12px}.payment-loading{display:flex;justify-content:center;align-items:center;padding:14px 0 6px}.payment-spinner{width:28px;height:28px;border-radius:999px;border:3px solid #e8e8e8;border-top-color:#ef3d2f;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pay-now-btn{margin-top:12px;width:100%;border:0;border-radius:10px;background:#ef3d2f;color:#fff;height:48px;font-size:15px;font-weight:700}.continue-pay-btn{margin-top:12px;width:100%;border:0;border-radius:10px;background:#111;color:#fff;height:48px;font-size:15px;font-weight:700}.continue-pay-btn:disabled{background:#b9b9b9;color:#f7f7f7;cursor:not-allowed}.stripe-form{margin-top:12px;display:grid;gap:12px}.stripe-element-wrap{border:1px solid #d5d5d5;border-radius:10px;background:#fff;padding:12px}.stripe-error{margin:0;font-size:12px;color:#b42318}.back-step-btn{margin-top:12px;width:100%;border:1px solid #dadada;border-radius:10px;background:#fff;color:#111;height:42px;font-size:14px;font-weight:600}.checkout-summary h2{margin:0 0 10px;font-size:20px}.checkout-summary{margin-top:12px;border:1px solid #e4e4e4;border-radius:12px;background:#fff;padding:14px}.checkout-summary ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.checkout-summary li{display:flex;justify-content:space-between;gap:10px;font-size:14px}.summary-total{margin-top:12px;padding-top:10px;border-top:1px solid #e4e4e4;display:flex;justify-content:space-between;align-items:center;font-weight:700}.grand-total{font-size:15px}.account-page{margin-top:22px;display:grid;place-items:center;padding-bottom:40px}.auth-card{width:min(560px,100%);border:1px solid #e2e2e2;background:#fff;border-radius:14px;padding:20px;display:grid;gap:14px}.auth-card h1{margin:0;font-size:28px}.auth-card p{margin:0;font-size:14px;color:#444}.oauth-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.oauth-btn{border:1px solid #d8d8d8;background:#f9f9f9;border-radius:10px;height:42px;font-size:14px;font-weight:600}.auth-form{display:grid;gap:8px}.auth-form h2{margin:4px 0 0;font-size:16px}.auth-form input{border:1px solid #d2d2d2;border-radius:10px;height:42px;padding:0 12px;font-size:14px}.auth-submit-btn{border:0;border-radius:10px;background:#111;color:#fff;height:44px;font-weight:700}.auth-register{margin-top:6px;padding-top:12px;border-top:1px solid #ececec}.auth-error{color:#b42318;font-size:13px}.auth-feedback{color:#065f46;font-size:13px}.back-shop-btn{border:1px solid #d6d6d6;border-radius:10px;background:#fff;height:40px;font-weight:600}.hero-copy h1{margin:0;font-family:Inter,sans-serif;font-weight:800;font-size:clamp(44px,4.2vw,62px);line-height:1;letter-spacing:0}.hero-copy p{margin:14px 0 0;font-size:clamp(16px,1.2vw,20px)}.toolbar{margin-top:0;display:flex;justify-content:space-between;gap:20px;align-items:center}.category-tabs{display:flex;flex-wrap:nowrap;gap:8px}.category-tabs-wrap{display:grid;gap:12px;flex:1 1 auto}.tab{border:1px solid #d8d8d8;background:#fff;border-radius:12px;min-width:132px;min-height:82px;padding:10px 14px;display:grid;justify-items:center;align-content:center;gap:6px;flex:1 1 0}.tab.active{background:#000;color:#fff;border-color:#000}.category-emoji{font-size:24px;line-height:1}.category-name{font-size:12px;font-weight:700;letter-spacing:.02em;white-space:nowrap;text-align:center}.category-sort{display:inline-grid;gap:6px;justify-items:start;width:fit-content;max-width:100%}.category-sort-label{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.category-sort select{min-width:220px;width:100%;max-width:100%;height:42px;padding:0 12px;border:1px solid #d8d8d8;border-radius:10px;background:#fff;color:#111;font:inherit}.search-box{min-width:310px;border-bottom:2px solid #c5c5c5;display:flex;align-items:center;gap:10px;padding-bottom:8px}.search-icon-wrap{display:inline-grid;place-items:center}.search-icon{width:18px;height:18px}.search-box input{flex:1;border:0;background:transparent;outline:none;font-size:14px}.products-grid{margin-top:14px;display:grid;grid-template-columns:1fr;gap:0}.product-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:10px 0;border-bottom:1px solid #cfcfcf}.product-main-btn{border:0;background:transparent;width:100%;padding:0;display:grid;grid-template-columns:168px 1fr;gap:16px;align-items:center;text-align:left;cursor:pointer}.product-image{width:168px;height:168px;object-fit:contain;background:#ececec}.product-info h3{margin:0 0 10px;font-size:19px;font-weight:800;line-height:1.06;overflow-wrap:anywhere}.product-info p{margin:8px 0 12px;font-size:14px;color:#2b2b2b;overflow-wrap:anywhere}.product-info strong{display:block;margin-top:12px;font-size:18px}.product-info{min-width:0}.bread-size-toggle{display:flex;align-items:center;gap:8px;margin-bottom:10px;width:max-content}.size-btn{border:1px solid #cfcfcf;background:#fff;color:#111;border-radius:999px;min-width:62px;height:30px;padding:0 12px;font-size:12px;font-weight:700}.size-btn.active{background:#111;color:#fff;border-color:#111}.add-btn{width:48px;height:48px;border:1px solid #4a4a4a;border-radius:12px;background:#fff;font-size:34px;font-weight:500;line-height:1;padding:0;display:inline-grid;place-items:center}.add-symbol{display:inline-block;transform:translateY(-2px)}.qty-control{width:92px;height:48px;border:1px solid #4a4a4a;border-radius:12px;background:#fff;display:inline-flex;align-items:center;justify-content:space-between;overflow:hidden}.qty-btn{width:30px;height:100%;border:0;background:transparent;font-size:22px;line-height:1;cursor:pointer}.qty-value{min-width:30px;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2;text-align:center;font-size:13px;font-weight:700;line-height:46px}.order-panel{background:#fff;padding:20px;display:flex;flex-direction:column;gap:10px;position:relative;margin-top:12px;width:100%;height:calc(100dvh - 130px);overflow:hidden;z-index:1;box-shadow:none}.order-panel-content{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:4px}.panel-head{display:flex;justify-content:space-between;align-items:center}.panel-head h2{margin:0;font-size:30px;font-weight:800}.close-panel-btn{border:0;background:#000;width:36px;height:36px;border-radius:999px;display:inline-grid;place-items:center;font-size:28px;font-weight:700;color:#fff;line-height:1;cursor:pointer}.close-panel-symbol{display:inline-block;transform:translateY(-1px)}.small-cart{width:28px;height:28px}.muted{margin:0;color:#272727;font-size:17px;line-height:1.35}.order-items{list-style:none;margin:0;padding:0;display:grid;gap:8px}.order-items li{display:block;font-size:14px;border-bottom:1px solid #d3d3d3;padding-bottom:10px}.order-items li:last-child{border-bottom:0;padding-bottom:0}.order-item-main{display:grid;gap:8px}.order-item-main>span{font-weight:700;line-height:1.25}.order-item-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.order-item-line-total{font-size:13px;font-weight:700;color:#111;white-space:nowrap}.order-item-qty{display:inline-flex;align-items:center;border:1px solid #4a4a4a;background:#fff}.order-item-qty button{width:26px;height:26px;border:0;background:transparent;font-size:17px;line-height:1}.order-item-qty strong{min-width:28px;text-align:center;font-size:13px;line-height:26px;border-left:1px solid #e2e2e2;border-right:1px solid #e2e2e2}.order-item-remove{width:26px;height:26px;border:1px solid #d0d0d0;border-radius:999px;background:#fff;color:#1a1a1a;font-size:18px;line-height:1;font-weight:700;display:inline-grid;place-items:center;padding:0}.order-item-remove-icon{width:14px;height:14px;display:block}.order-panel hr{border:0;border-top:1px solid #c7c7c7;width:100%;margin:8px 0}.order-panel h3{margin:0;font-size:24px;font-weight:800}.panel-total{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;font-weight:800;font-size:18px}.continue-shopping-btn{border:1px solid #d0d0d0;border-radius:999px;background:#fff;color:#111;height:34px;padding:0 14px;font-size:12px;font-weight:700;margin-left:auto}.checkout-btn{border:0;border-radius:6px;background:var(--accent);color:#fff;height:72px;font-size:15px;font-weight:800;margin-top:auto}.floating-pay-btn{position:fixed;right:max(30px,env(safe-area-inset-right));bottom:20px;z-index:70;border:0;border-radius:999px;background:#000;color:#fff;height:62px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;box-shadow:0 12px 26px #00000047;max-width:calc(100vw - 24px)}@media (max-width: 739px){.floating-pay-btn.product-page-cart-btn{bottom:calc(170px + env(safe-area-inset-bottom))}}.floating-pay-btn:disabled{background:#9ca3af;opacity:1}.floating-pay-icon{width:22px;height:22px}.floating-cart-count{position:absolute;right:8px;top:8px;min-width:20px;height:20px;border-radius:999px;background:#ef3d2f;color:#fff;font-size:11px;font-weight:700;line-height:1;display:inline-grid;place-items:center;padding:0 5px}.legal-page{margin-top:18px;display:grid;justify-items:center}.legal-card{width:100%;max-width:860px;background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:18px}.legal-card h1{margin:0 0 12px;font-size:28px}.legal-section{margin-top:14px}.legal-section h2{margin:0 0 4px;font-size:16px}.legal-section p{margin:0;font-size:14px;line-height:1.45;color:#2f2f2f}.production-page{margin-top:18px;display:grid;justify-items:center;min-height:calc(100dvh - 220px);padding-bottom:120px}.production-card{width:min(980px,100%);border:0;border-radius:0;background:transparent;padding:0;display:grid;gap:12px}.production-card h1{margin:0;font-size:28px}.production-card p{margin:0;color:#333;font-size:14px}.production-auth-form{display:grid;gap:8px}.production-auth-form label{font-size:13px;font-weight:700}.production-auth-form input{border:1px solid #d5d5d5;border-radius:10px;height:42px;padding:0 12px;font-size:14px}.production-auth-error{margin:4px 0 0;font-size:12px;color:#b42318}.production-auth-btn,.production-logout-btn{margin-top:8px;border:0;border-radius:10px;background:#111;color:#fff;height:44px;font-size:14px;font-weight:700}.production-auth-btn:disabled{opacity:.7;cursor:not-allowed}.production-admin-grid{display:grid;gap:10px;width:min(460px,100%)}.production-admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.production-admin-layout{display:grid;gap:16px}.production-admin-client-page-actions{display:flex;justify-content:flex-start}.production-admin-back-btn{border:1px solid #d7d7d7;border-radius:999px;background:#fff;color:#111;height:38px;padding:0 14px;font-size:13px;font-weight:700}.production-admin-client-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.production-admin-client-row{width:100%;border:1px solid #e4e4e4;border-radius:12px;background:#fff;color:#111;padding:14px 16px;text-align:left;font-size:15px;font-weight:700;transition:border-color .16s ease,background-color .16s ease}.production-admin-client-row.active{border-color:#111;background:#f5f2ea}.production-admin-search{flex:1 1 240px;min-width:0;border:1px solid #d5d5d5;border-radius:999px;background:#fff;color:#111;height:40px;padding:0 14px;font-size:14px}.production-admin-search::placeholder{color:#7a7a7a}.production-admin-submit-btn{border:1px solid #111;border-radius:999px;background:#111;color:#fff;height:40px;padding:0 16px;font-size:13px;font-weight:700;white-space:nowrap}.production-admin-loading-indicator{display:inline-flex;align-items:center;gap:10px;color:#333;font-size:14px;font-weight:600}.production-admin-spinner{width:18px;height:18px;border:2px solid #ddd;border-top-color:#111;border-radius:999px;animation:production-admin-spin .75s linear infinite}@keyframes production-admin-spin{to{transform:rotate(360deg)}}.production-admin-detail-grid{display:grid;gap:14px}.production-admin-detail-card{border:1px solid #e4e4e4;border-radius:16px;background:#fffdf8;padding:16px;display:grid;gap:12px}.production-admin-detail-card h3{margin:0;font-size:16px}.production-admin-client-hero{gap:16px;background:linear-gradient(180deg,#f7f1e6f2,#fffdf8fa)}.production-admin-client-hero-head{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.production-admin-client-kicker{margin:0 0 6px;color:#8a6d3b;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.production-admin-section-card{gap:16px}.production-admin-section-head{display:grid;gap:4px}.production-admin-section-block{display:grid;gap:10px}.production-admin-section-block h4{margin:0;font-size:14px}.production-admin-panel-buttons,.production-admin-period-buttons{display:flex;flex-wrap:wrap;gap:8px}.production-admin-panel-btn{border:1px solid #d7d7d7;border-radius:999px;background:#fff;color:#111;min-height:38px;padding:0 14px;font-size:13px;font-weight:700}.production-admin-panel-btn.active{border-color:#111;background:#111;color:#fff}.production-admin-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px}.production-admin-stat{border:1px solid #ece6da;border-radius:12px;background:#fff;padding:12px;display:grid;gap:4px}.production-admin-stat span{font-size:12px;color:#666}.production-admin-stat strong{font-size:14px;color:#111}.production-admin-info-list{margin:0;display:grid;gap:10px}.production-admin-info-list div{border:1px solid #ece6da;border-radius:12px;background:#fff;padding:12px}.production-admin-info-list dt{font-size:12px;color:#666}.production-admin-info-list dd{margin:4px 0 0;color:#111;font-weight:600}.production-admin-order-stack,.production-admin-recap-stack{display:grid;gap:10px}.production-admin-recap-nav{display:flex;align-items:center;justify-content:space-between;gap:12px}.production-admin-nav-btn{width:38px;height:38px;border:1px solid #d7d7d7;border-radius:999px;background:#fff;color:#111;font-size:18px;font-weight:700}.production-admin-nav-btn:disabled{opacity:.45;cursor:not-allowed}.production-admin-recap-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.production-admin-recap-line{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #f0eadf;padding-top:8px}.production-admin-recap-line:first-child{border-top:0;padding-top:0}.production-admin-history-filter{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.production-admin-history-filter input{border:1px solid #d5d5d5;border-radius:10px;background:#fff;color:#111;height:42px;padding:0 12px;font-size:14px}.production-admin-order-card{border:1px solid #ece6da;border-radius:12px;background:#fff;padding:12px;display:grid;gap:8px}.production-admin-refresh-btn{border:1px solid #d7d7d7;background:#fff;color:#111;border-radius:999px;height:36px;padding:0 14px;font-size:13px;font-weight:700}.production-admin-orders-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.production-admin-order-row{border:1px solid #e4e4e4;border-radius:12px;background:#fff;padding:12px;display:grid;gap:6px}.production-admin-order-main{display:flex;align-items:center;justify-content:space-between;gap:10px}.production-admin-order-main strong{font-size:14px}.production-admin-order-main span{font-size:12px;border:1px solid #d7d7d7;border-radius:999px;padding:2px 8px}.production-admin-order-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;color:#4a4a4a;font-size:12px}.production-admin-order-meta strong{color:#111;font-size:13px}.production-admin-order-note{margin:0;color:#333;font-size:12px}.production-empty-inline{margin:0;color:#666;font-size:13px}.production-admin-row-actions{display:flex;gap:8px}.production-admin-inline-btn{border:1px solid #d7d7d7;border-radius:8px;background:#fff;color:#111;height:34px;padding:0 10px;font-size:12px;font-weight:700}.production-admin-inline-btn.danger{border-color:#b42318;color:#b42318}.production-admin-inline-btn:disabled{opacity:.7;cursor:not-allowed}.production-admin-more-btn{border:1px solid #d7d7d7;border-radius:999px;background:#fff;color:#111;min-height:38px;padding:0 14px;font-size:13px;font-weight:700;justify-self:start}.production-admin-edit-form{margin-top:8px;display:grid;gap:8px}.production-admin-edit-form input,.production-admin-edit-form select{border:1px solid #d5d5d5;border-radius:10px;height:42px;padding:0 12px;font-size:14px}@media (max-width: 900px){.production-admin-client-hero-head{grid-template-columns:1fr;display:grid;align-items:stretch}.production-admin-panel-buttons,.production-admin-period-buttons{width:100%}.production-admin-panel-btn{flex:1 1 180px}.production-admin-recap-nav{gap:10px}.production-admin-recap-nav strong{flex:1 1 auto;text-align:center}}@media (max-width: 640px){.production-admin-detail-card{padding:14px;border-radius:14px}.production-admin-client-page-actions,.production-admin-client-page-actions .production-admin-back-btn{width:100%}.production-admin-back-btn,.production-admin-submit-btn,.production-admin-more-btn{width:100%;justify-self:stretch}.production-admin-panel-buttons,.production-admin-period-buttons{display:grid;grid-template-columns:1fr}.production-admin-panel-btn{width:100%}.production-admin-order-main,.production-admin-order-meta,.production-admin-recap-line,.production-admin-recap-nav,.production-admin-row-actions{display:grid;grid-template-columns:1fr;justify-items:start}.production-admin-order-main span,.production-admin-order-meta span{justify-self:start}.production-admin-inline-btn{width:100%;min-height:38px}.production-admin-history-filter{grid-template-columns:1fr}.production-admin-recap-nav strong{order:-1;width:100%;text-align:left}.production-admin-nav-btn{width:100%}.production-admin-loading-indicator{width:100%;justify-content:center}}.production-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:6px}.production-header>div{width:100%}.production-day-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;column-gap:10px;width:100%}.production-date-nav{grid-column:2;justify-self:center;display:inline-flex;align-items:center;gap:8px}.production-day-arrow{width:32px;height:32px;border:1px solid #d7d7d7;border-radius:999px;background:#fff;color:#111;font-size:22px;line-height:1;display:inline-grid;place-items:center;padding:0}.production-day-arrow:disabled{opacity:.45;cursor:not-allowed}.production-card .production-subtitle{width:fit-content;margin:0;padding:6px 14px;border-radius:999px;background:#111;color:#fff;font-size:13px;font-weight:700;line-height:1.15;text-align:center;display:grid;gap:2px;justify-self:center}.production-card .production-subtitle small{font-size:11px;font-weight:500;color:#ffffffe6;text-transform:capitalize}.production-count{margin:0;font-size:13px;color:#4a4a4a;text-align:right;grid-column:3;justify-self:end}.production-tabs{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.production-tab{border:1px solid #d5d5d5;border-radius:999px;background:#fff;color:#111;min-height:34px;padding:0 14px;font-size:13px;font-weight:600}.production-tab.active{background:#111;color:#fff;border-color:#111}.production-fetch-error{margin-top:4px;padding:8px 10px;border:1px solid #fecaca;border-radius:10px;background:#fff1f2;color:#b42318;font-size:13px}.production-loading,.production-empty{margin-top:2px;padding:10px 12px;border:1px dashed #d5d5d5;border-radius:10px;background:#fafafa}.production-aggregate-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.production-aggregate-list li{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #efefef;padding-bottom:8px}.production-aggregate-list li:last-child{border-bottom:0;padding-bottom:0}.production-aggregate-list span{font-size:14px}.production-aggregate-list strong{min-width:38px;text-align:right;font-size:14px}.production-orders-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}.production-preparation-actions{display:flex;justify-content:flex-end;margin:0 0 8px}.production-create-form{display:grid;gap:12px}.production-create-form input[type=text],.production-create-form input[type=date],.production-create-form select,.production-create-form input[type=number]{border:1px solid #d5d5d5;border-radius:10px;height:42px;padding:0 12px;font-size:14px;background:#fff}.production-checkbox-row{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.production-fulfillment-row{display:inline-flex;align-items:center;gap:8px}.production-fulfillment-btn{border:1px solid #d5d5d5;border-radius:999px;background:#fff;color:#111;height:34px;padding:0 14px;font-size:13px;font-weight:600}.production-fulfillment-btn.active{background:#111;color:#fff;border-color:#111}.production-weekday-row{display:flex;flex-wrap:wrap;gap:8px}.production-weekday-btn{border:1px solid #d5d5d5;border-radius:999px;background:#fff;color:#111;height:34px;padding:0 12px;font-size:13px;font-weight:600}.production-weekday-btn.active{background:#111;color:#fff;border-color:#111}.production-products-editor{border:1px solid #e5e5e5;border-radius:12px;background:#fff;padding:12px}.production-products-editor h2{margin:0 0 10px;font-size:16px}.production-products-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.production-products-category+.production-products-category{margin-top:12px}.production-products-category h3{margin:0 0 8px;width:100%;background:#111;color:#fff;border-radius:8px;padding:8px 10px;font-size:14px;text-transform:uppercase;letter-spacing:.03em}.production-product-line{display:grid;grid-template-columns:minmax(0,1fr) 124px;align-items:center;gap:10px}.production-product-line strong{display:block;font-size:14px}.production-product-line p{margin:2px 0 0;color:#555;font-size:12px}.production-create-actions{display:grid;gap:8px}.production-qty-editor{display:grid;grid-template-columns:30px 1fr 30px;align-items:center;gap:3px;max-width:124px;margin-left:auto}.production-qty-editor input[type=number]{text-align:center;padding:0 4px;min-width:0;height:34px;font-size:13px}.production-qty-btn{border:1px solid #d5d5d5;border-radius:8px;background:#fff;color:#111;height:32px;font-size:16px;line-height:1}.production-order-row{border:1px solid #e3e3e3;border-radius:12px;overflow:hidden;background:#fff}.production-order-summary{width:100%;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.production-order-toggle{border:0;background:#fff;text-align:left;padding:0;flex:1 1 auto}.production-order-main{min-width:0;display:grid;gap:4px}.production-order-main strong{font-size:15px;overflow-wrap:anywhere}.production-order-main span{font-size:13px;color:#4b4b4b;overflow-wrap:anywhere}.production-order-actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto}.production-order-meta{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.production-order-meta span,.production-order-meta strong{font-size:13px}.production-badge{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700}.production-badge.delivery{background:#e0f2fe;color:#075985}.production-badge.pickup{background:#ecfccb;color:#3f6212}.production-order-details{border-top:1px solid #ececec;background:#fbfbfb;padding:12px;display:grid;gap:10px}.production-order-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 10px}.production-order-grid p,.production-order-comment{margin:0;font-size:13px;color:#2f2f2f}.production-order-items-wrap{overflow-x:auto}.production-order-items{width:100%;min-width:520px;border-collapse:collapse;font-size:13px}.production-order-items th,.production-order-items td{text-align:left;padding:7px 6px;border-bottom:1px solid #ececec}.production-order-items td:nth-child(2),.production-order-items td:nth-child(3),.production-order-items td:nth-child(4),.production-order-items th:nth-child(2),.production-order-items th:nth-child(3),.production-order-items th:nth-child(4){text-align:right}.production-order-totals{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px}.production-order-totals strong{font-size:15px}.production-delivery-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px}.production-delivery-row strong{font-size:15px;overflow-wrap:anywhere}.production-subsection-title{margin:12px 0 8px;font-size:14px;font-weight:800;text-transform:uppercase}.production-delivery-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.production-route-btn{border:1px solid #d5d5d5;border-radius:10px;background:#111;color:#fff;min-height:36px;padding:0 12px;font-size:13px;font-weight:700;white-space:nowrap}.production-whatsapp-btn{border:1px solid #16a34a;border-radius:10px;background:#16a34a;color:#fff;min-height:36px;padding:0 12px;font-size:13px;font-weight:700;white-space:nowrap;display:inline-grid;place-items:center}.production-route-btn svg,.production-whatsapp-btn svg,.production-delivered-btn svg{width:18px;height:18px;display:block}.production-route-btn:disabled,.production-whatsapp-btn:disabled{background:#b9b9b9;border-color:#b9b9b9;color:#f7f7f7;cursor:not-allowed}.production-delivered-btn{border:1px solid #1d4ed8;border-radius:10px;background:#1d4ed8;color:#fff;min-height:36px;padding:0 12px;font-size:13px;font-weight:700;white-space:nowrap}.production-delivered-btn.secondary{background:#fff;color:#1d4ed8}.production-slot-group+.production-slot-group{margin-top:16px}.production-slot-title{margin:0 0 8px;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.site-footer{margin-top:16px;padding:14px 0 4px;border-top:1px solid #e3e3e3}.footer-payments{display:grid;gap:8px;justify-items:center;margin-bottom:12px}.footer-payments-label{font-size:12px;color:#4a4a4a;font-weight:600}.footer-payments-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.pay-logo{height:clamp(32px,2.2vw,44px);min-width:clamp(54px,5vw,84px);padding:clamp(4px,.4vw,7px) clamp(10px,.9vw,16px);border-radius:8px;border:1px solid #d8d8d8;background:#fff;display:inline-flex;align-items:center;justify-content:center}.pay-logo img{display:block;max-height:clamp(20px,1.5vw,28px);width:auto;max-width:clamp(92px,8vw,140px)}@media (min-width: 1600px){.footer-payments-logos{gap:12px}}.footer-links{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.footer-link-btn{border:0;background:transparent;padding:0;color:#2f2f2f;text-decoration:underline;text-underline-offset:2px;cursor:pointer;font-size:13px}.gdpr-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:80;border:1px solid #d8d8d8;border-radius:12px;background:#fff;box-shadow:0 10px 28px #00000029;padding:14px;display:grid;gap:10px}.gdpr-banner p{margin:0;font-size:13px;line-height:1.4;color:#2f2f2f}.gdpr-link-btn{border:0;background:transparent;color:#111;text-decoration:underline;text-underline-offset:2px;padding:0;font-size:inherit}.gdpr-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.gdpr-accept-btn,.gdpr-reject-btn{border:1px solid #d5d5d5;border-radius:8px;min-height:36px;padding:0 12px;font-size:13px;font-weight:700}.gdpr-accept-btn{background:#111;border-color:#111;color:#fff}.gdpr-reject-btn{background:#fff;color:#111}@media (min-width: 1400px){.layout{max-width:1400px;padding:24px 40px 40px}.content-grid{gap:30px}.products-grid{margin-top:18px}.product-row{padding:14px 0}.product-main-btn{grid-template-columns:208px 1fr;gap:20px}.product-image{width:208px;height:208px}.checkout-layout{grid-template-columns:minmax(0,860px);justify-content:center}.production-page{min-height:calc(100dvh - 200px);padding-bottom:160px}.production-card{width:min(1180px,100%);gap:16px}.production-orders-list{gap:12px}.production-order-summary,.production-delivery-row{padding:14px 16px}.production-admin-orders-list{gap:12px}.production-admin-order-row{padding:14px}.search-box{min-width:420px}}@media (min-width: 1800px){.layout{max-width:1680px;padding-left:52px;padding-right:52px}.production-card{width:min(1320px,100%)}.checkout-layout{grid-template-columns:minmax(0,920px)}.order-panel{width:100%}}@media (max-width: 1200px){.order-panel{width:100%}.checkout-layout{grid-template-columns:1fr}}@media (max-width: 900px){.layout{padding:14px 12px;width:100%;overflow-x:hidden}.site-header{grid-template-columns:1fr auto;grid-template-areas:"logo actions" "nav nav";justify-items:stretch;align-items:center;gap:10px}.brand-logo{grid-area:logo}.header-actions{grid-area:actions}.brand-logo{width:140px}.top-nav{grid-area:nav;justify-self:start;width:100%;gap:12px;flex-wrap:wrap}.top-nav-link{font-size:14px}.deadline-banner{align-items:center;justify-content:flex-start;padding:9px 11px}.deadline-banner-text{text-align:left;font-size:13px;justify-content:flex-start;align-items:flex-start}.deadline-banner-items{justify-content:flex-start;gap:8px}.header-actions{justify-self:end}.content-grid{gap:16px}.checkout-summary{padding:14px}.payment-card{width:100%;padding:0;max-width:100%;min-width:0}.legal-card{padding:14px}.legal-card h1{font-size:24px}.production-card{padding:0}.production-card h1{font-size:24px}.production-header{flex-direction:column;align-items:flex-start}.production-order-summary{display:flex;align-items:center;justify-content:space-between;gap:10px}.production-order-actions{justify-content:flex-end}.gdpr-banner{left:12px;right:12px;bottom:12px;padding:12px}.gdpr-actions{justify-content:stretch}.gdpr-accept-btn,.gdpr-reject-btn{flex:1 1 0}.production-order-meta{justify-content:flex-start}.production-order-grid{grid-template-columns:1fr}.production-product-line{grid-template-columns:1fr 108px;gap:8px}.production-qty-editor{grid-template-columns:26px 1fr 26px;max-width:108px;gap:2px}.production-qty-editor input[type=number]{height:30px;font-size:12px}.production-qty-btn{height:30px;font-size:15px}.footer-links{justify-content:flex-start;gap:10px}.payment-card h1{font-size:24px}.form-grid.two-col,.name-row{grid-template-columns:1fr}.phone-input-row{grid-template-columns:minmax(88px,108px) 1fr}.auth-card{padding:14px}.auth-card h1{font-size:24px}.oauth-grid{grid-template-columns:1fr}.hero-copy h1{font-size:clamp(28px,8.2vw,40px);line-height:1.02}.hero-copy p{font-size:clamp(14px,3.8vw,17px)}.toolbar{flex-direction:column;align-items:stretch}.search-box{min-width:0}.tab{min-width:90px;min-height:72px;padding:8px 12px;flex:0 0 auto}.category-tabs{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.category-tabs::-webkit-scrollbar{display:none}.category-sort{width:100%}.category-sort select{min-width:0}.category-emoji{font-size:22px}.category-name{font-size:10px}.search-icon{width:16px;height:16px}.search-box input{font-size:13px}.products-grid{grid-template-columns:1fr}.product-row{grid-template-columns:minmax(0,1fr) auto;gap:10px}.product-main-btn{grid-template-columns:96px 1fr;gap:10px}.product-image{width:96px;height:96px}.product-info h3{font-size:13px;line-height:1.2}.product-info p{font-size:11px;margin:4px 0 6px}.product-info strong{margin-top:10px;font-size:12px}.bread-size-toggle{gap:6px;margin-bottom:8px}.size-btn{min-width:54px;height:26px;padding:0 10px;font-size:11px}.add-btn{width:40px;height:40px;font-size:24px}.qty-control{width:72px;height:40px}.qty-btn{width:24px;height:100%;font-size:16px}.qty-value{min-width:24px;line-height:38px;font-size:11px}.order-panel{padding:18px;height:calc(100dvh - 100px)}.panel-head h2{font-size:22px}.muted{font-size:14px}.order-panel h3{font-size:24px}.panel-total{font-size:16px}.checkout-btn{height:58px;font-size:15px}.floating-pay-btn{right:max(10px,env(safe-area-inset-right));bottom:14px;height:62px;padding:0 22px;font-size:18px;max-width:calc(100vw - 20px)}.floating-pay-icon{width:24px;height:24px}.product-detail{width:100%;padding:12px}.product-detail-image{aspect-ratio:1 / 1;height:auto}.product-detail-title{font-size:24px}.product-detail-price{font-size:35px}.product-meta-row{flex-direction:column;align-items:flex-start}}@media (max-width: 740px){.checkout-page{margin-top:12px;gap:10px}.checkout-layout{gap:10px;width:100%}.payment-card{width:100%;max-width:100%;min-width:0;overflow-x:hidden}.checkout-steps{gap:6px;margin-bottom:10px;padding-bottom:2px}.checkout-step{font-size:11px;padding:5px 8px;white-space:nowrap}.form-grid,.name-row,.phone-input-row,.delivery-date-options,.checkout-summary{min-width:0;width:100%}.phone-input-row{grid-template-columns:minmax(78px,96px) minmax(0,1fr)}.phone-country-select{min-width:0;width:100%}.payment-card input,.payment-card select,.payment-card textarea,.continue-pay-btn{width:100%;max-width:100%}.delivery-date-btn{flex:0 0 128px;min-width:0}.fulfillment-option{grid-template-columns:auto minmax(0,1fr);row-gap:6px}.fulfillment-option strong{grid-column:2;justify-self:end}}@media (max-width: 900px){.home-top-notice{left:50%;right:50%;width:100vw;max-width:100vw;margin-left:-50vw;margin-right:-50vw}.product-detail-fixed-footer{width:calc(100% - 16px);left:8px;right:8px;margin:0}}
