:root{--bg:#ffffff;--text:#1a1a1a;--muted:#6b7280;--primary:#7b3f00;--primary-contrast:#ffffff;--accent:#c49a6c;--card:#f7f7f7;--border:#e5e7eb;--radius:14px;--maxw:1200px;--shadow:0 8px 18px rgba(0,0,0,.08)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.page{min-height:100vh}.container{max-width:var(--maxw);margin:0 auto;padding:0 20px}.section{padding:28px 0 56px}.section h2{margin:0 0 18px;font-size:26px;font-weight:600;letter-spacing:-.3px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:40px;align-items:flex-start}.scroll-row{display:flex;gap:18px;overflow-x:auto;padding-bottom:12px;-webkit-overflow-scrolling:touch}.scroll-row .card{flex:0 0 min(320px,80vw)}@media(max-width:960px){.grid{grid-template-columns:repeat(2,1fr)}.product-layout{grid-template-columns:1fr;gap:24px}}@media(max-width:640px){.grid{grid-template-columns:1fr}}.header{position:sticky;top:0;z-index:30;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:72px;column-gap:16px}.test-warning-banner{width:100%;background:#d90000;color:#fff;text-align:center;padding:8px 0;font-size:14px;font-weight:700;letter-spacing:.5px;z-index:9999}.brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.center-logo{justify-self:center}.logo-image{height:clamp(28px,5vw,44px);width:auto;object-fit:contain;image-rendering:-webkit-optimize-contrast}.cart{position:relative;display:flex;justify-content:flex-end;align-items:center;font-size:22px;cursor:pointer;justify-self:flex-end}.cart-count{position:absolute;top:-6px;right:-10px;padding:2px 6px;font-size:11px;font-weight:600;color:#fff;background:var(--primary);border-radius:999px}.burger-btn{background:none;border:0;padding:0;cursor:pointer;display:flex;justify-content:center;align-items:center;width:28px;height:22px;justify-self:flex-start;position:relative}.burger-btn span{position:absolute;left:0;width:100%;height:3px;background:#333;border-radius:2px;transition:transform .25s ease,opacity .25s ease;transform-origin:center center}.burger-btn span:nth-child(1){transform:translateY(-6px)}.burger-btn span:nth-child(2){transform:translateY(0)}.burger-btn span:nth-child(3){transform:translateY(6px)}.burger-btn.active span:nth-child(1){transform:rotate(45deg)}.burger-btn.active span:nth-child(2){opacity:0}.burger-btn.active span:nth-child(3){transform:rotate(-45deg)}.menu-overlay{position:fixed;inset:0;background:transparent;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity .25s,background .25s;z-index:20}.menu-overlay.active{background:#00000040;opacity:1;pointer-events:auto}.side-menu{position:fixed;top:0;left:0;width:260px;height:100%;background:#fff;padding:80px 20px;display:flex;flex-direction:column;gap:20px;transform:translate(-100%);transition:transform .3s ease;z-index:25}.side-menu a{font-size:18px;font-weight:500;color:#333}.side-menu.open{transform:translate(0)}.cart-overlay{position:fixed;inset:0;background:transparent;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;pointer-events:none;transition:opacity .25s,background .25s;z-index:30}.cart-overlay.active{background:#00000040;opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;width:min(420px,100%);height:100%;background:#fff;box-shadow:none;transform:translate(100%);transition:transform .3s ease;z-index:35;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0);box-shadow:-10px 0 30px #00000026}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.cart-drawer__header h2{margin:0;font-size:18px;font-weight:600}.cart-drawer__close{border:0;background:transparent;font-size:24px;line-height:1;cursor:pointer;padding:0 4px}.cart-drawer__body{flex:1;overflow-y:auto;padding:16px 20px 20px;display:flex;flex-direction:column;gap:14px}.cart-item{display:flex;gap:12px;align-items:flex-start;max-height:500px;overflow:hidden;transition:opacity .45s ease,transform .45s ease,max-height .35s ease,margin .45s ease}.cart-item__header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.cart-item__text{flex:1;min-width:0}.cart-item__bundle-toggle{border:0;background:transparent;width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;line-height:1;transition:transform .2s ease,background .2s ease}.cart-bundle-items{margin-top:10px;padding-left:12px;border-left:1px dashed var(--border);display:flex;flex-direction:column;gap:8px;max-height:0;overflow:hidden;opacity:0;transform:translateY(-4px);transition:max-height .25s ease,opacity .2s ease,transform .2s ease}.cart-item--bundle-open .cart-bundle-items{max-height:500px;opacity:1;transform:translateY(0)}.cart-item--bundle-open .cart-item__bundle-toggle{transform:rotate(180deg);background:#0000000a}.cart-subitem{display:flex;gap:10px}.cart-subitem__image{flex:0 0 52px;width:52px;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;border:1px solid var(--border)}.cart-subitem__image img{width:100%;height:100%;object-fit:cover;display:block}.cart-subitem__info{flex:1;display:flex;flex-direction:column;gap:2px}.cart-subitem__title{font-size:13px;font-weight:500}.cart-subitem__meta{font-size:11px;color:var(--muted)}.cart-item__image{flex:0 0 72px;width:72px;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.cart-item__image img{width:100%;height:100%;object-fit:cover;display:block}.bundle-item__image{flex:0 0 72px;width:72px;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;background:#f3f4f6}.cart-bundle__items{margin-left:96px;padding-left:16px;margin-top:12px;border-left:1px dashed var(--border);display:flex;flex-direction:column;gap:10px}.cart-bundle--collapsed .cart-bundle__items{display:none}.cart-bundle__toggle{border:0;background:none;cursor:pointer;margin-left:8px;width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.cart-bundle__toggle-icon{width:10px;height:10px;border-right:2px solid #111;border-bottom:2px solid #111;transform:rotate(45deg);transition:transform .2s ease}.cart-bundle--collapsed .cart-bundle__toggle-icon{transform:rotate(-135deg)}.bundle-item__image img{display:block;width:100%;height:100%;object-fit:cover}.bundle-item{display:flex;gap:12px;align-items:center}.bundle-item__info{display:flex;flex-direction:column;gap:2px}.bundle-item__title{font-size:14px;font-weight:500}.bundle-item__meta{font-size:12px;color:var(--muted)}.cart-item__info{flex:1;display:flex;flex-direction:column;gap:4px}.cart-item__title{font-size:14px;font-weight:500}.cart-item__meta{font-size:12px;color:var(--muted)}.cart-item__bottom{margin-top:8px;display:flex;align-items:center;justify-content:space-between;font-size:13px}.cart-item__qty-controls{display:inline-flex;align-items:center;gap:4px}.cart-item__controls{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px}.cart-item__remove{margin-top:6px;padding:0;border:0;background:none;font-size:12px;color:var(--muted);text-decoration:underline;cursor:pointer;align-self:flex-start}.cart-item.removing{opacity:0;transform:translateY(12px);max-height:0;margin-top:0;margin-bottom:0}.cart-item__qty-control{display:flex;align-items:center;gap:4px;border-radius:999px;border:1px solid var(--border);padding:2px 6px}.qty-btn{width:26px;height:26px;border-radius:999px;border:1px solid var(--border);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1}.qty-value{min-width:22px;text-align:center;font-size:13px}.cart-item__price{font-weight:600}.cart-drawer__footer{border-top:1px solid var(--border);padding:14px 20px 18px;display:flex;flex-direction:column;gap:10px}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:14px;margin-bottom:6px}.btn{display:inline-flex;justify-content:center;align-items:center;width:auto;padding:10px 16px;border-radius:999px;font-size:14px;font-weight:500;cursor:pointer;border:0;background:transparent}.btn.full{width:100%;text-align:center}.btn.primary{background:var(--primary);color:var(--primary-contrast)}.btn.primary:hover{filter:brightness(1.05)}.btn.ghost{background:#fff;color:var(--text);border:1px solid var(--border)}.card{position:relative;display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card-media{position:relative}.card-img{width:100%;aspect-ratio:1 / 1;object-fit:cover}.stock-pill{position:absolute;top:10px;right:10px;padding:6px 10px;font-size:12px;font-weight:600;color:#1a1a1a;background:#ffffffeb;border:1px solid var(--border);border-radius:999px;-webkit-backdrop-filter:saturate(160%) blur(2px);backdrop-filter:saturate(160%) blur(2px)}.card-body{display:flex;flex-direction:column;gap:8px;padding:16px;flex:1}.card-title{margin:0 0 6px;font-weight:600}.pill{display:inline-block;font-size:12px;padding:4px 10px;border:1px solid var(--border);border-radius:999px;background:#c49a6c26;color:#7a5a34}.sizes{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.size{font-size:12px;padding:4px 10px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text);line-height:1}.card-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:10px}.price{font-size:16px;font-weight:700;color:var(--primary)}.card-meta{display:none}.cta{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:999px;background:var(--primary);color:var(--primary-contrast);font-weight:500;box-shadow:var(--shadow);border:none;cursor:pointer}.cta:hover{filter:brightness(1.05)}.input{flex:1;min-width:220px;padding:10px 14px;border:1px solid var(--border);border-radius:999px}.footer{width:100%;margin-top:60px;padding:60px 0 30px;background:#111;color:#fff}.footer-content{max-width:var(--maxw);margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.footer-col h4{margin:0 0 14px;font-size:15px;font-weight:600;color:#fff}.footer-col a{display:block;margin-bottom:8px;font-size:14px;color:#ccc;transition:color .25s ease}.footer-col a:hover{color:#fff}.footer-logo{width:auto;height:50px;object-fit:contain;margin-bottom:20px}.footer-social{display:flex;gap:14px;margin-top:10px}.footer-social a{font-size:22px;opacity:.8;transition:opacity .25s ease}.footer-social a:hover{opacity:1}.footer-line{width:100%;border-top:1px solid #333;margin-top:50px}.footer-bottom{max-width:var(--maxw);margin:20px auto 0;padding:0 20px;text-align:right;font-size:13px;color:#ccc}@media(max-width:640px){.footer-content{grid-template-columns:1fr}.footer-bottom{text-align:center}}.hero{position:relative;width:100%;min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 20px 60px;margin-bottom:40px;background-image:url(https://images.unsplash.com/photo-1451976426598-a7593bd6d0b2?q=80&w=2400&auto=format&fit=crop);background-size:cover;background-position:center;background-repeat:no-repeat}.hero:before{content:"";position:absolute;inset:0;background:#00000040;pointer-events:none}.hero-content{position:relative;z-index:1;max-width:720px;color:#fff}.hero h1{margin:0 0 16px;font-size:clamp(36px,6vw,68px);font-weight:600;letter-spacing:-.3px}.hero p{margin:0 0 32px;font-size:clamp(14px,2vw,20px);color:#ffffffe6}.hero-btn{display:inline-block;padding:14px 32px;border-radius:999px;background:#fff;color:#000;font-size:16px;font-weight:500;transition:transform .25s ease,background .25s ease}.hero-btn:hover{background:#ffffffe0;transform:translateY(-2px)}.promo{margin-bottom:40px;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(120deg,#faf7f2,#fff);box-shadow:var(--shadow)}.promo-inner{display:flex;align-items:center;flex-wrap:wrap;gap:16px;padding:20px}.products-header h1{margin:0 0 6px;font-size:26px;font-weight:600}.products-subtitle{margin:0 0 18px;font-size:14px;color:var(--muted)}.products-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 18px;margin-bottom:16px}.products-filter-group{display:flex;flex-direction:column;gap:6px}.products-filter-label{font-size:12px;color:var(--muted)}.products-filter-chips{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:6px 12px;border-radius:999px;border:1px solid var(--border);background:#fff;font-size:13px;cursor:pointer}.chip--active{background:var(--primary);color:var(--primary-contrast);border-color:var(--primary)}.products-results-meta{display:flex;justify-content:space-between;align-items:center;margin:4px 0 16px;font-size:13px;color:var(--muted)}.newsletter{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}@media(max-width:640px){.hero h1{font-size:32px}}.page-product .section:first-of-type{padding-top:24px}.products-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,1.4fr);gap:24px;align-items:flex-start}.products-main{min-width:0}.products-sidebar{min-width:0;position:relative}.products-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:4px 0 16px}.products-filter-toggle,.products-filters-backdrop{display:none}.products-filters-footer{margin-top:16px;display:flex;gap:8px}.products-filters-footer .btn{flex:1}@media(max-width:960px){.products-layout{grid-template-columns:1fr}}@media(max-width:768px){.products-toolbar{flex-direction:column;align-items:flex-start;gap:8px}.products-filter-toggle{display:inline-flex;align-items:center;gap:6px;font-size:13px}.products-sidebar{position:fixed;inset:0;z-index:40;pointer-events:none}.products-sidebar--open{pointer-events:auto}.products-filters-backdrop{display:block;position:absolute;inset:0;background:#0f172a61;opacity:0;transition:opacity .25s ease;pointer-events:none}.products-filters-backdrop.products-filters-backdrop--visible{opacity:1;pointer-events:auto}.products-filters{position:absolute;left:0;right:0;bottom:0;border-radius:20px 20px 0 0;border:1px solid var(--border);padding:14px 16px 16px;background:#fff;box-shadow:0 -8px 30px #0f172a47;transform:translateY(100%);opacity:0;transition:transform .25s ease,opacity .25s ease;max-height:72vh;overflow-y:auto;pointer-events:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 18px}.products-filters.products-filters--open{transform:translateY(0);opacity:1}}@media(max-width:640px){.page-products #products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}}@media(min-width:769px){.page-products .products-sidebar{position:sticky;top:96px;align-self:flex-start}.page-products .products-filters{display:flex;flex-direction:column;gap:16px;margin-bottom:0}}.page-cart .section-cart{padding-top:28px;padding-bottom:60px}.cart-page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px}.cart-page-header h1{margin:0;font-size:26px;font-weight:600;letter-spacing:-.3px}.cart-page-subtitle{margin:4px 0 0;font-size:14px;color:var(--muted)}.cart-page-back-link{font-size:13px;color:var(--muted);text-decoration:underline;cursor:pointer;white-space:nowrap}.cart-page-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.1fr);gap:32px;align-items:flex-start}.cart-page-items-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:13px;color:var(--muted)}.cart-page-items-count{font-weight:500}.cart-item--page{padding:14px 0;border-bottom:1px solid var(--border)}.cart-item--page:last-child{border-bottom:0}.cart-item--page .cart-item__image{flex:0 0 80px;width:80px;border-radius:12px}.cart-item--page .cart-item__title{font-size:15px}.cart-item--page .cart-item__meta{font-size:12px}.cart-item__bottom--page{margin-top:10px}.cart-item__remove--page{margin-top:8px}.cart-page-empty{padding:24px 18px;border-radius:var(--radius);border:1px dashed var(--border);background:#fafafa;text-align:center;font-size:14px;color:var(--muted);display:flex;flex-direction:column;gap:12px;align-items:center}.cart-summary-card{border-radius:var(--radius);border:1px solid var(--border);background:#fff;padding:18px 18px 20px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:10px}.cart-summary-card h2{margin:0 0 8px;font-size:18px;font-weight:600}.cart-summary-row{display:flex;justify-content:space-between;align-items:baseline;font-size:14px;margin:4px 0}.cart-summary-row--muted{color:var(--muted);font-size:13px}.cart-summary-row--total{font-weight:600;font-size:15px}.cart-summary-divider{height:1px;background:var(--border);margin:8px 0}.cart-summary-note{margin:6px 0 10px;font-size:12px;color:var(--muted)}.cart-summary-btn-primary:hover{filter:brightness(1.05)}@media(max-width:960px){.cart-page-layout{grid-template-columns:1fr;gap:20px}}@media(max-width:640px){.cart-page-header{flex-direction:column;align-items:flex-start}.cart-page-back-link{padding-top:4px}}.page-checkout{padding:32px 16px 56px;background:var(--bg)}.checkout-container{max-width:var(--maxw);margin:0 auto}.checkout-header h1{margin:0 0 8px;font-size:26px}.checkout-header p{margin:0 0 12px;color:var(--muted);font-size:14px}.checkout-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--muted)}.checkout-breadcrumb{position:relative}.checkout-breadcrumb+.checkout-breadcrumb:before{content:"›";margin:0 6px 0 2px;color:var(--muted)}.checkout-breadcrumb--active{color:var(--text);font-weight:500}.checkout-layout{margin-top:24px;display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:32px;align-items:flex-start}.checkout-main{display:flex;flex-direction:column;gap:20px}.checkout-summary{position:sticky;top:90px}.checkout-section{background:var(--card);border-radius:var(--radius);padding:18px 20px 20px;box-shadow:var(--shadow)}.checkout-section-title{margin:0 0 12px;font-size:18px}.checkout-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.checkout-grid-3{display:grid;grid-template-columns:2fr 1fr 1.4fr;gap:12px 16px}.checkout-field{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.checkout-label{font-size:12px;color:var(--muted)}.checkout-input{border-radius:999px;border:1px solid var(--border);padding:9px 14px;font-size:14px;outline:none;background:#fff}.checkout-input:focus{border-color:var(--accent)}.checkout-phone-wrapper{display:flex;gap:8px;align-items:center}.checkout-phone-prefix{flex:0 0 96px}.checkout-phone-prefix-select{width:100%}.checkout-phone-input{flex:1 1 auto}.checkout-options{display:flex;flex-direction:column;gap:8px}.checkout-option{display:block;border-radius:12px;border:1px solid var(--border);padding:8px 10px;cursor:pointer;background:#fff}.checkout-option input[type=radio]{display:none}.checkout-option-body{display:flex;align-items:center;justify-content:space-between;gap:12px}.checkout-option-main{display:flex;flex-direction:column;gap:2px}.checkout-option-title{font-size:14px;font-weight:500}.checkout-option-meta{font-size:12px;color:var(--muted)}.checkout-option-price{font-size:14px;font-weight:500}.checkout-option{display:block;border-radius:12px;border:1px solid var(--border);padding:8px 10px;cursor:pointer;background:#fff;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.checkout-option:has(input[type=radio]:checked){border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);background:#fff}.checkout-checkbox-row{margin-top:8px}.checkout-checkbox{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);cursor:pointer}.checkout-checkbox input[type=checkbox]{width:16px;height:16px}.checkout-form-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.checkout-back-btn,.checkout-submit-btn{max-width:220px}.checkout-summary-card{background:var(--card);border-radius:var(--radius);padding:18px 20px 20px;box-shadow:var(--shadow)}.checkout-summary-title{margin:0 0 12px;font-size:18px}.checkout-summary-items{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.checkout-summary-item{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.checkout-summary-thumb{width:52px;height:52px;border-radius:12px;overflow:hidden}.checkout-summary-thumb img{width:100%;height:100%;object-fit:cover}.checkout-summary-info{font-size:13px}.checkout-summary-item-title{font-weight:500}.checkout-summary-item-meta{color:var(--muted);font-size:12px}.checkout-summary-item-qty{font-size:12px;margin-top:2px}.checkout-summary-item-price{font-size:13px;font-weight:500}.checkout-summary-row{display:flex;justify-content:space-between;font-size:13px;margin-top:4px}.checkout-summary-divider{height:1px;background:var(--border);margin:8px 0}.checkout-summary-row--total{font-weight:600;font-size:15px}.checkout-summary-note{margin:6px 0 0;font-size:12px;color:var(--muted)}.checkout-error{color:#d81b60;font-size:12px;margin-top:4px}.checkout-input--error{border-color:#d81b60!important}@media(max-width:960px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}}@media(max-width:640px){.checkout-grid-2,.checkout-grid-3{grid-template-columns:1fr}.checkout-form-footer{flex-direction:column-reverse;align-items:stretch}.checkout-back-btn,.checkout-submit-btn{max-width:100%;width:100%}}.page-confirm{padding:40px 16px 64px;background:var(--bg)}.confirm-container{max-width:540px;margin:0 auto}.confirm-card{background:var(--card);border-radius:var(--radius);padding:32px 28px;text-align:center;box-shadow:var(--shadow)}.confirm-icon{width:48px;height:48px;border-radius:999px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:var(--primary);color:var(--primary-contrast);font-size:26px;font-weight:600}.confirm-card h1{margin:0 0 10px;font-size:24px}.confirm-card p{margin:0;font-size:14px;color:var(--muted)}.confirm-sub{margin-top:4px}.confirm-btn-home{margin-top:22px;padding:10px 18px;border-radius:999px;border:none;font-size:14px;font-weight:500;cursor:pointer;background:var(--primary);color:var(--primary-contrast)}.confirm-btn-home:hover{filter:brightness(1.05)}.confirm-layout{margin-top:24px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:20px;text-align:left}.confirm-section-title{margin:0 0 10px;font-size:16px;font-weight:600}.confirm-payment-box{border-radius:14px;border:1px solid var(--border);padding:10px 12px;margin:10px 0 8px;background:#00000005}.confirm-payment-row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:4px}.confirm-payment-row span{color:var(--muted)}.confirm-note{margin-top:6px;font-size:12px;color:var(--muted)}.confirm-items{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.confirm-item{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.confirm-item-thumb{width:48px;height:48px;border-radius:12px;overflow:hidden}.confirm-item-thumb img{width:100%;height:100%;object-fit:cover}.confirm-item-info{font-size:13px}.confirm-item-title{font-weight:500}.confirm-item-meta{font-size:12px;color:var(--muted)}.confirm-item-qty{font-size:12px;margin-top:2px}.confirm-item-price{font-size:13px;font-weight:500}.confirm-summary-row{display:flex;justify-content:space-between;font-size:13px;margin-top:4px}.confirm-summary-divider{height:1px;background:var(--border);margin:8px 0}.confirm-summary-row--total{font-weight:600;font-size:15px}.confirm-actions{margin-top:24px;display:flex;justify-content:flex-end;gap:12px}.page-payment{padding:32px 16px 64px}.payment-container{max-width:960px;margin:0 auto}.payment-header h1{font-size:28px;margin-bottom:8px}.payment-header p{margin:4px 0;color:#6b7280}.payment-layout{margin-top:32px;display:grid;grid-template-columns:2fr 1.3fr;gap:24px}@media(max-width:768px){.payment-layout{grid-template-columns:1fr}}.payment-section-title{font-size:18px;font-weight:600;margin-bottom:16px}.payment-details-card,.payment-qr-card{background:#fff;border-radius:24px;padding:20px 24px;box-shadow:0 10px 40px #0f172a14}.payment-details-list{margin:0}.payment-details-row{display:flex;justify-content:space-between;gap:16px;padding:6px 0;font-size:14px}.payment-details-row dt{color:#6b7280}.payment-details-row dd{margin:0;font-weight:500}.payment-warning{margin-top:16px;font-size:14px;line-height:1.5;color:#b45309;background:#fffbeb;border-radius:16px;padding:10px 12px}.payment-qr-placeholder{border-radius:24px;border:1px dashed #d1d5db;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.payment-qr-placeholder span:first-child{font-weight:600}.payment-qr-note{font-size:12px;color:#9ca3af;text-align:center;padding:0 12px}.payment-qr-help{margin-top:12px;font-size:13px;color:#6b7280}.payment-actions{margin-top:32px;display:flex;justify-content:flex-start}.payment-actions .btn{min-width:220px}@media(max-width:768px){.confirm-layout{grid-template-columns:1fr}}
