html{height:100%}html,body{max-width:100vw;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}img{max-width:100%}:root{--background:#fff;--surface:#f6f5f3;--foreground:#18181b;--muted:#71717a;--border:#e4e4e7;--accent:#18181b;--accent-foreground:#fff;--highlight:#b45309;--highlight-soft:#fef3e8;--success:#15803d;--success-soft:#ecfdf3;--danger:#b91c1c;--danger-soft:#fef2f2;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-sm:0 1px 2px #18181b0f;--shadow-md:0 12px 28px #18181b1a;--container-max:1280px}@media (prefers-color-scheme:dark){:root{--background:#0c0c0d;--surface:#141416;--foreground:#f4f4f5;--muted:#a1a1aa;--border:#2a2a2d;--accent:#f4f4f5;--accent-foreground:#18181b;--highlight:#f59e0b;--highlight-soft:#2a1e0f;--success:#4ade80;--success-soft:#0f2417;--danger:#f87171;--danger-soft:#2a1414;--shadow-sm:0 1px 2px #0006;--shadow-md:0 12px 28px #00000073}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}body{min-height:100%;color:var(--foreground);background:var(--surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.45;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--highlight);outline-offset:2px;border-radius:4px}.product-card:focus-visible{outline:2px solid var(--highlight);outline-offset:3px;border-radius:var(--radius-lg)}.site-header__inner,.site-footer__inner,.page-container{max-width:var(--container-max);margin:0 auto;padding:0 1.25rem}.site-main{flex:1;width:100%;padding:2rem 0 4rem}.page-container{width:100%}.site-header{z-index:30;background:var(--background);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);position:sticky;top:0}.site-header__inner{grid-template-columns:auto 1fr auto;grid-template-areas:"brand search nav";align-items:center;column-gap:1.5rem;padding-block:.875rem;display:grid}.site-header__brand{letter-spacing:-.01em;white-space:nowrap;grid-area:brand;font-size:1.25rem;font-weight:800}.site-header__search{grid-area:search;width:100%;display:flex}.site-header__search input{border:1px solid var(--border);background:var(--surface);width:100%;min-height:42px;color:var(--foreground);border-radius:999px;padding:0 1.125rem;font-size:.9375rem}.site-header__nav{grid-area:nav;align-items:center;gap:1.5rem;display:flex}.site-header__nav a{font-size:.9375rem;font-weight:600}@media (max-width:860px){.site-header__inner{grid-template-columns:1fr auto;grid-template-areas:"brand nav""search search";row-gap:.75rem;padding-block:.75rem}}.site-footer{background:var(--background);border-top:1px solid var(--border);color:var(--muted);font-size:.875rem}.site-footer__inner{flex-direction:column;gap:1rem;padding-block:1.5rem;display:flex}.site-footer__links{flex-wrap:wrap;gap:.375rem 1.5rem;display:flex}.site-footer__links a{min-height:44px;color:var(--foreground);align-items:center;font-weight:600;display:inline-flex}.site-footer__links a:hover{color:var(--highlight)}.site-footer__copyright{color:var(--muted)}.button{background:var(--accent);min-height:44px;color:var(--accent-foreground);border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 1.375rem;font-size:.9375rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex}.button:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.button--link{color:var(--foreground);border:1px solid var(--border);background:0 0}.button--link:hover{background:var(--surface)}.hero{text-align:center;padding:3.5rem 0 3rem}.hero h1{letter-spacing:-.01em;margin-bottom:.625rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.hero p{color:var(--muted);max-width:60ch;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.0625rem}.page-container>section+section{margin-top:3rem}.category-grid{flex-wrap:wrap;gap:.625rem;display:flex}.category-pill{background:var(--background);border:1px solid var(--border);border-radius:999px;align-items:center;min-height:44px;padding:0 1.125rem;font-size:.9375rem;font-weight:600;transition:border-color .15s,transform .15s;display:inline-flex}.category-pill:hover{border-color:var(--foreground);transform:translateY(-1px)}.home-view-all{justify-content:center;margin-top:1.5rem;display:flex}.catalog-intro{margin-bottom:1.5rem}.catalog-intro h1{letter-spacing:-.01em;margin-bottom:.375rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.catalog-intro p{color:var(--muted);font-size:.9375rem}.catalog-intro__count{color:var(--foreground);font-weight:600}.page-title{margin-bottom:1.25rem;font-size:1.5rem;font-weight:800}.confirmation-thank-you{color:var(--muted);margin-bottom:.5rem;font-size:.9375rem}.content-page{max-width:68ch}.content-page__intro{color:var(--muted);margin-bottom:1.5rem;font-size:1.0625rem}.content-page__body{flex-direction:column;gap:1.5rem;line-height:1.7;display:flex}.content-page__body h2{margin-bottom:.625rem;font-size:1.125rem;font-weight:700}.content-page__body p{margin-bottom:.625rem}.content-page__body p:last-child{margin-bottom:0}.content-page__body ul,.content-page__body ol{flex-direction:column;gap:.5rem;padding-left:1.375rem;display:flex}.content-page__body a{text-underline-offset:2px;text-decoration:underline}.content-page__note{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--muted);padding:.875rem 1rem;font-size:.9375rem}.filters{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.875rem;display:flex}.filters__search{flex:260px}.filters input,.filters select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);width:100%;min-height:44px;color:var(--foreground);padding:0 .875rem;font-size:.9375rem}.filters__select{flex:0 180px;min-width:140px}.filters button{flex:none}@media (max-width:640px){.filters{flex-direction:column;align-items:stretch}.filters__search,.filters__select,.filters button{flex:auto}}.filter-chips{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.filter-chip{background:var(--highlight-soft);color:var(--highlight);border-radius:999px;align-items:center;gap:.375rem;min-height:32px;padding:.375rem .75rem .375rem .875rem;font-size:.8125rem;font-weight:600;display:inline-flex}.filter-chip__remove{font-size:1rem;line-height:1}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (max-width:380px){.product-grid{grid-template-columns:repeat(1,1fr)}}@media (min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width:900px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1280px){.product-grid{grid-template-columns:repeat(5,1fr)}}.product-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;overflow:hidden}.product-card__link{flex-direction:column;flex:1;display:flex}.product-card__actions{padding:0 1rem 1rem}@media (hover:hover){.product-card:hover{box-shadow:var(--shadow-md);border-color:var(--border);transform:translateY(-3px)}}.product-card__image-wrap{aspect-ratio:1;background:var(--surface);padding:.875rem;position:relative}.product-card__image{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.product-card--out-of-stock .product-card__image{opacity:.55}.product-card__badges{flex-direction:column;align-items:flex-start;gap:.3rem;display:flex;position:absolute;top:.625rem;left:.625rem}.product-card__badge{background:var(--foreground);color:var(--background);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:.25rem .5rem;font-size:.6875rem;font-weight:700}.product-card__badge--new{background:var(--highlight);color:var(--accent-foreground)}.product-card__badge--low-stock{background:var(--danger);color:var(--accent-foreground)}.product-card__badge--out-of-stock{background:var(--muted)}.product-card__body{flex-direction:column;flex:1;gap:.25rem;padding:1rem;display:flex}.product-card__brand{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.product-card__name{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.55em;margin-top:.125rem;font-size:.9375rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card__price{margin-top:.375rem;font-size:1.125rem;font-weight:800}.product-card__stock{margin-top:.125rem;font-size:.8125rem;font-weight:600}.product-card__stock[data-stock-status=in-stock]{color:var(--success)}.product-card__stock[data-stock-status=low-stock]{color:var(--danger)}.product-card__stock[data-stock-status=out-of-stock]{color:var(--muted)}.image-placeholder{width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;display:flex}.image-placeholder svg{opacity:.5;width:34%;height:34%}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem;margin-top:2.5rem;display:flex}.pagination a,.pagination span:not(.pagination__ellipsis){border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);justify-content:center;align-items:center;min-width:40px;min-height:40px;padding:0 .625rem;font-size:.875rem;font-weight:600;display:inline-flex}.pagination a:hover{border-color:var(--foreground)}.pagination__ellipsis{min-width:24px;color:var(--muted);justify-content:center;align-items:center;display:inline-flex}.pagination [aria-current=page]{background:var(--accent);border-color:var(--accent);color:var(--accent-foreground)}.pagination [data-disabled=true]{color:var(--muted);opacity:.5}.empty-state{color:var(--muted);text-align:center;background:var(--background);border:1px dashed var(--border);border-radius:var(--radius-lg);padding:3.5rem 1rem}.empty-state h2{color:var(--foreground);margin-bottom:.375rem;font-size:1.125rem;font-weight:700}.empty-state p{margin-bottom:1.25rem}.product-detail__back{color:var(--muted);margin-bottom:1.25rem;font-size:.875rem;font-weight:600;display:inline-block}.product-detail__back:hover{color:var(--foreground)}.product-detail{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;display:grid}@media (max-width:800px){.product-detail{grid-template-columns:1fr;gap:1.75rem}}.product-detail__image-wrap{aspect-ratio:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;position:relative;overflow:hidden}.product-detail__badge{letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:.3rem .625rem;font-size:.75rem;font-weight:700;position:absolute;top:.875rem;left:.875rem}.product-detail__badge--new{background:var(--highlight);color:var(--accent-foreground)}.product-detail__image{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.product-detail__meta{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.product-detail__name{letter-spacing:-.01em;margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.product-detail__price{margin-bottom:.875rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800}.product-detail__stock{border-radius:999px;align-items:center;margin-bottom:1.5rem;padding:.3rem .75rem;font-size:.8125rem;font-weight:700;display:inline-flex}.product-detail__stock[data-stock-status=in-stock]{color:var(--success);background:var(--success-soft)}.product-detail__stock[data-stock-status=low-stock]{color:var(--danger);background:var(--danger-soft)}.product-detail__stock[data-stock-status=out-of-stock]{color:var(--muted);background:var(--surface)}.product-detail__description{color:var(--foreground);max-width:60ch;line-height:1.7}.product-detail__actions{max-width:320px;margin-bottom:1.5rem}.product-detail__purchase{flex-wrap:wrap;align-items:center;gap:.875rem;display:flex}.product-detail__purchase .add-to-cart-button{flex:1;min-width:160px}@media (max-width:480px){.product-detail__actions{max-width:none}.product-detail__purchase{flex-direction:column;align-items:stretch}.product-detail__purchase .quantity-stepper{align-self:flex-start}}.site-header__cart{align-items:center;gap:.375rem;min-height:44px;font-size:.9375rem;font-weight:600;display:inline-flex}.site-header__cart svg{flex-shrink:0;width:20px;height:20px}.add-to-cart-button{background:var(--accent);width:100%;min-height:44px;color:var(--accent-foreground);border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:.9375rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-flex}.add-to-cart-button:hover:not(:disabled){box-shadow:var(--shadow-sm);transform:translateY(-1px)}.add-to-cart-button:disabled{background:var(--surface);color:var(--muted);cursor:not-allowed}.add-to-cart-button--compact{min-height:44px;font-size:.8125rem}.cart-loading{color:var(--muted);padding:2rem 0}.cart-layout{grid-template-columns:2fr 1fr;align-items:start;gap:2rem;display:grid}@media (max-width:900px){.cart-layout{grid-template-columns:1fr}}.cart-layout__heading{margin-bottom:1rem;font-size:1.125rem;font-weight:700}.cart-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.cart-row{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);grid-template-columns:72px 1fr auto auto auto;grid-template-areas:"image info quantity subtotal remove";align-items:center;gap:1rem;padding:.75rem;display:grid}@media (max-width:640px){.cart-row{grid-template-columns:64px 1fr auto;grid-template-areas:"image info remove""image quantity subtotal";row-gap:.625rem}}.cart-row__image-wrap{background:var(--surface);border-radius:var(--radius-sm);grid-area:image;width:72px;height:72px;padding:.375rem;display:block;overflow:hidden}@media (max-width:640px){.cart-row__image-wrap{width:64px;height:64px}}.cart-row__image{object-fit:contain;width:100%;height:100%;display:block}.cart-row__info{flex-direction:column;grid-area:info;gap:.25rem;min-width:0;display:flex}.cart-row__name{text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;overflow:hidden}.cart-row__price{color:var(--muted);font-size:.8125rem}.cart-row__notice{color:var(--highlight);margin-top:.125rem;font-size:.75rem;font-weight:600;display:block}.cart-row__notice--error{color:var(--danger)}.cart-row--unavailable{opacity:.6}.cart-row__quantity{grid-area:quantity}.cart-row__subtotal{white-space:nowrap;grid-area:subtotal;font-size:.9375rem;font-weight:700}@media (max-width:640px){.cart-row__subtotal{justify-self:end}}.cart-row__remove{color:var(--muted);cursor:pointer;background:0 0;border:none;grid-area:remove;min-height:44px;padding:.5rem;font-size:.8125rem;font-weight:600}.cart-row__remove:hover{color:var(--foreground)}.cart-clear{color:var(--muted);cursor:pointer;background:0 0;border:none;min-height:44px;margin-top:1rem;padding:.5rem 0;font-size:.8125rem;font-weight:600;text-decoration:underline}.cart-clear:hover{color:var(--foreground)}.quantity-stepper{border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;display:inline-flex;overflow:hidden}.quantity-stepper__button{background:var(--background);cursor:pointer;min-width:40px;min-height:40px;color:var(--foreground);border:none;font-size:1rem;font-weight:600}.quantity-stepper__button:disabled{color:var(--muted);cursor:not-allowed}.quantity-stepper__button:hover:not(:disabled){background:var(--surface)}.quantity-stepper__value{text-align:center;min-width:28px;font-size:.9375rem;font-weight:600}.order-summary{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem}@media (min-width:901px){.order-summary{position:sticky;top:96px}}.order-summary__row{border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-block:.875rem;font-size:1.0625rem;font-weight:700;display:flex}.order-summary__row--minor{color:var(--muted);border:none;margin-bottom:0;padding-block:.25rem;font-size:.9375rem;font-weight:400}.order-summary__row--minor+.order-summary__row{margin-top:.625rem}.order-summary__checkout{width:100%}.order-summary__checkout:disabled{background:var(--surface);color:var(--muted);cursor:not-allowed}.order-summary__note{color:var(--muted);text-align:center;margin-top:.625rem;font-size:.8125rem}.checkout-form{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.checkout-form__field{border:none;flex-direction:column;gap:.375rem;padding:0;display:flex}.checkout-form__field label,.checkout-form__field legend{font-size:.9375rem;font-weight:600}.checkout-form__optional{color:var(--muted);font-weight:400}.checkout-form__field input:not([type=radio]):not([type=checkbox]),.checkout-form__field select,.checkout-form__field textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);width:100%;min-height:44px;color:var(--foreground);padding:.625rem .875rem;font-family:inherit;font-size:.9375rem}.checkout-form__field textarea{min-height:unset;resize:vertical}.checkout-form__radio{cursor:pointer;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.9375rem;font-weight:400;display:flex}.checkout-form__radio input[type=radio]{width:1.125rem;height:1.125rem;min-height:unset;accent-color:var(--foreground);flex-shrink:0;margin:0}.checkout-form__error{background:var(--danger-soft);color:var(--danger);border-radius:var(--radius-sm);padding:.75rem .875rem;font-size:.9375rem}.checkout-form__quote-status{color:var(--muted);margin-top:.375rem;font-size:.8125rem}.checkout-form__notice{background:var(--highlight-soft);color:var(--foreground);border-radius:var(--radius-sm);padding:.875rem;font-size:.9375rem}.checkout-form__notice p{margin-bottom:.5rem}.checkout-form__price-review-list{flex-direction:column;gap:.25rem;padding-left:1.25rem;list-style:outside;display:flex}.checkout-form__summary-list{color:var(--muted);flex-direction:column;gap:.5rem;margin-bottom:1rem;font-size:.9375rem;list-style:none;display:flex}.checkout-form__summary-item{flex-direction:column;display:flex}.checkout-form__summary-item-price{font-size:.8125rem}.checkout-form__hint{color:var(--muted);margin-top:.25rem;font-size:.8125rem}.confirmation-details{border-top:1px solid var(--border);flex-direction:column;gap:.625rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.confirmation-details>div{justify-content:space-between;gap:1rem;font-size:.9375rem;display:flex}.confirmation-details dt{color:var(--muted)}.confirmation-details dd{text-align:right;font-weight:600}.gcash-payment{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.gcash-payment .confirmation-details{border-top:none;margin-top:.875rem;padding-top:0}.gcash-payment__status{border-radius:var(--radius-sm);background:var(--highlight-soft);color:var(--foreground);margin-bottom:.875rem;padding:.75rem .875rem;font-size:.9375rem;font-weight:600}.gcash-payment__status--verified{background:var(--success-soft);color:var(--success)}.gcash-payment__status--rejected{background:var(--danger-soft);color:var(--danger)}.gcash-payment__instructions{white-space:pre-line;color:var(--muted);margin-bottom:.875rem;font-size:.9375rem}.gcash-payment .checkout-form{border:none;margin-top:.875rem;padding:0}
