:root {
  --primary-color: #222222;
  --secondary-color: #fec800;
  --brand-yellow: #ffd31a;
  --brand-black: #111111;
  --dark-color: #1a1a1a;
  --light-color: #f8f9fa;
  --white-color: #ffffff;
  --gray-color: #6c757d;
  --border-color: #dee2e6;
  --surface: #ffffff;
  --surface-soft: #f6f6f4;
  --surface-dark: #171717;
  --text: #1a1a1a;
  --text-muted: #6a6a6a;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 8px 24px rgba(17,17,17,.06);
  --shadow: 0 16px 44px rgba(17,17,17,.09);
  --shadow-lg: 0 28px 70px rgba(17,17,17,.16);
  --transition: 180ms cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-padding-top: 110px; }
body { margin: 0; background: var(--surface-soft); color: var(--text); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.modal-open { overflow: hidden; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(255,211,26,.55); outline-offset: 3px; }
.container { width: min(100% - 32px, 1240px); max-width: 1240px; padding: 0; }
main { padding-top: 110px; min-height: 60vh; }
.section { padding: 88px 0; }
.muted { color: var(--text-muted); }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; color: #756000; font-size: .76rem; line-height: 1; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 3px; border-radius: 99px; background: var(--brand-yellow); }
.eyebrow.light { color: var(--brand-yellow); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 38px; }
.section-heading.center { justify-content: center; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading h2, .contact-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p { max-width: 570px; margin: 0; color: var(--text-muted); font-size: 1.02rem; }
.section-heading.light h2, .section-heading.light p { color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }
.text-link:hover { gap: 12px; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; box-shadow: none; transition: transform var(--transition), box-shadow var(--transition), background var(--transition); }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-secondary { background: var(--brand-yellow); color: var(--brand-black); }
.btn-secondary:hover { background: var(--secondary-color); color: var(--brand-black); }
.btn-outline { background: #fff; border-color: #d9d9d6; color: var(--brand-black); }
.btn-outline:hover { background: #f4f4f2; color: var(--brand-black); }
.btn-glass { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.28); color: #fff; backdrop-filter: blur(14px); }
.btn-sm { min-height: 40px; padding: 8px 14px; font-size: .88rem; border-radius: 10px; }
.btn-lg { min-height: 56px; }
.btn-block { width: 100%; }
.btn-whatsapp { background: #25d366; color: #fff; }
.btn-whatsapp:hover { background: #1ebd5a; color: #fff; }
.text-btn { background: transparent; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(17,17,17,.08); box-shadow: 0 6px 24px rgba(17,17,17,.04); backdrop-filter: blur(18px); transition: var(--transition); }
.site-header.scrolled { box-shadow: 0 12px 32px rgba(17,17,17,.09); }
.top-strip { height: 30px; background: var(--brand-black); color: #fff; font-size: .72rem; }
.top-strip__inner { height: 100%; display: flex; justify-content: space-between; align-items: center; }
.top-strip__inner > div { display: flex; gap: 22px; }
.top-strip i { color: var(--brand-yellow); margin-right: 5px; }
.header-container { min-height: 80px; padding: 8px 0; gap: 24px; }
.logo { flex: 0 0 auto; gap: 0; }
.logo img { width: 184px; height: 62px; object-fit: contain; object-position: left center; }
.nav-menu { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.nav-links { gap: 24px; }
.nav-links a { padding: 13px 0; font-size: .9rem; color: #353535; }
.nav-links a::after { height: 3px; border-radius: 99px; background: var(--brand-yellow); }
.header-actions { margin-left: auto; gap: 7px; }
.header-icon-btn, .btn-cart { min-width: 42px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 11px; padding: 8px 10px; color: var(--brand-black); background: transparent; cursor: pointer; font-weight: 700; font-size: .82rem; transition: var(--transition); }
.header-icon-btn:hover, .btn-cart:hover { background: #f3f3f1; color: #111; }
.btn-cart { position: relative; background: var(--brand-black); color: #fff; padding-inline: 14px; }
.btn-cart:hover { background: #000; color: #fff; }
.cart-item-count { display: none; top: -5px; right: -5px; min-width: 19px; height: 19px; padding: 0 4px; align-items: center; justify-content: center; background: var(--brand-yellow); color: #111; border: 2px solid #fff; }
.mobile-menu-btn { width: 44px; height: 44px; border-radius: 12px; background: #f3f3f1; }

.hero-shell { position: relative; background: var(--brand-black); }
.hero-slider, .hero-slider .slick-list, .hero-slider .slick-track, .slide { min-height: min(720px, calc(100vh - 80px)); height: min(720px, calc(100vh - 80px)); }
.slide { background-size: cover; background-position: center; }
.slide::before { background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.58) 48%, rgba(0,0,0,.2) 100%); }
.slide-content { left: max(5%, calc((100vw - 1240px)/2)); top: 49%; transform: translateY(-50%); width: min(680px, 90%); max-width: 680px; padding: 0; text-align: left; }
.slide-content h1 { margin: 0 0 22px; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.06em; }
.slide-content p { max-width: 630px; margin: 0 0 30px; font-size: clamp(1rem, 2vw, 1.25rem); color: rgba(255,255,255,.82); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-slider .slick-dots { bottom: 88px; text-align: left; left: max(5%, calc((100vw - 1240px)/2)); width: auto; }
.hero-slider .slick-dots li { width: 34px; height: 6px; margin: 0 4px; }
.hero-slider .slick-dots li button { width: 34px; height: 6px; padding: 0; }
.hero-slider .slick-dots li button::before { content: ""; width: 34px; height: 4px; border-radius: 99px; background: rgba(255,255,255,.4); opacity: 1; }
.hero-slider .slick-dots li.slick-active button::before { background: var(--brand-yellow); }
.trust-bar { position: absolute; z-index: 4; left: 50%; bottom: -48px; transform: translateX(-50%); min-height: 96px; display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border: 1px solid rgba(17,17,17,.06); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.trust-bar > div { display: flex; align-items: center; gap: 14px; padding: 22px 24px; border-right: 1px solid #ececea; }
.trust-bar > div:last-child { border: 0; }
.trust-bar i { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; background: var(--brand-yellow); border-radius: 12px; color: #111; font-size: 1.1rem; }
.trust-bar span { display: flex; flex-direction: column; }
.trust-bar strong { font-size: .9rem; }
.trust-bar small { color: var(--text-muted); }
.surface-section { padding-top: 140px; background: var(--surface-soft); }

.services-grid { grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { position: relative; overflow: hidden; min-height: 290px; padding: 32px; text-align: left; border-radius: 20px; box-shadow: none; border: 1px solid #e8e8e5; }
.service-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -56px; bottom: -56px; border-radius: 50%; background: var(--brand-yellow); opacity: .16; transition: var(--transition); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-card:hover::after { transform: scale(1.35); }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 0 38px; border-radius: 18px; background: var(--brand-yellow); color: #111; font-size: 1.55rem; }
.service-card h3 { font-size: 1.3rem; }
.service-card p { color: var(--text-muted); }

.category-showcase { background: #fff; }
.category-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.category-card { min-height: 154px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 26px; border: 1px solid #e6e6e3; border-radius: 18px; background: #fff; transition: var(--transition); }
.category-card:hover { transform: translateY(-4px); border-color: var(--brand-yellow); box-shadow: var(--shadow-sm); }
.category-card__icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 16px; background: var(--brand-black); color: var(--brand-yellow); font-size: 1.35rem; }
.category-card h3 { margin: 0 0 4px; }
.category-card p { margin: 0; color: var(--text-muted); font-size: .88rem; }
.category-card > i { color: #888; }

.brands-section { background: #f1f1ef; }
.brand-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.brand-tile { min-height: 130px; display: grid; place-items: center; padding: 22px; border: 1px solid #e3e3e0; border-radius: 16px; background: #fff; filter: grayscale(1); transition: var(--transition); }
.brand-tile:hover { filter: none; transform: translateY(-3px); border-color: var(--brand-yellow); }
.brand-tile img { max-height: 72px; object-fit: contain; }

.testimonials { background: var(--brand-black); padding: 100px 0; }
.testimonial-slider { margin: 0 -10px; }
.testimonial-card { min-height: 270px; margin: 0 10px; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.07); color: #fff; }
.quote-mark { height: 50px; color: var(--brand-yellow); font-family: Georgia,serif; font-size: 4.5rem; line-height: 1; }
.testimonial-card > p { min-height: 84px; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.testimonial-person { display: flex; align-items: center; gap: 13px; margin-top: 24px; }
.avatar { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-yellow); color: #111; font-weight: 900; }
.testimonial-person div:last-child { display: flex; flex-direction: column; }
.testimonial-person span { color: rgba(255,255,255,.56); font-size: .8rem; }

.contact { background: #fff; }
.contact-container { grid-template-columns: .9fr 1.1fr; gap: 80px; }
.contact-copy > p { color: var(--text-muted); font-size: 1.03rem; }
.contact-info { gap: 13px; margin-top: 32px; }
.contact-card { align-items: center; padding: 16px; border: 1px solid #ecece9; border-radius: 14px; }
.contact-icon { width: 46px; min-width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border-radius: 12px; background: var(--brand-yellow); color: #111; font-size: 1rem; }
.contact-text h3 { margin: 0; font-size: .88rem; }
.contact-text p { margin: 3px 0 0; color: var(--text-muted); font-size: .88rem; }
.contact-form { padding: 38px; border: 1px solid #e8e8e5; border-radius: 22px; box-shadow: var(--shadow); }
.form-group { margin-bottom: 17px; }
.form-group label { margin-bottom: 7px; font-size: .82rem; }
.form-control { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #dcdcd8; border-radius: 11px; background: #fff; color: #111; }
textarea.form-control { resize: vertical; }
.form-control:focus { border-color: var(--brand-yellow); box-shadow: 0 0 0 4px rgba(255,211,26,.18); }
.form-grid { display: grid; gap: 14px; }
.form-grid.two-col { grid-template-columns: repeat(2,minmax(0,1fr)); }
.form-message { min-height: 20px; margin: 10px 0; font-size: .85rem; }
.form-message.error, .error { color: #b42318; }
.form-message.success, .success { color: #17823b; }
.password-group { position: relative; }
.password-group .form-control { padding-right: 46px; }
.password-toggle, .password-reveal { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); border: 0; background: transparent; color: #777; cursor: pointer; }

.site-footer { padding: 72px 0 20px; background: #171717; color: #fff; }
.footer-content { grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: 48px; }
.footer-brand img { width: 210px; max-height: 90px; object-fit: contain; object-position: left center; margin-bottom: 18px; }
.footer-column h3 { font-size: .95rem; }
.footer-column h3::after { height: 3px; background: var(--brand-yellow); }
.footer-column p, .footer-links a, .footer-links span { color: #aaa; font-size: .88rem; }
.footer-column i { width: 18px; color: var(--brand-yellow); }
.copyright { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.back-to-top { visibility: hidden; opacity: 0; transform: translateY(12px); width: 46px; height: 46px; background: var(--brand-yellow); color: #111; box-shadow: var(--shadow); }
.back-to-top.active { visibility: visible; opacity: 1; transform: none; }

.modal { padding: 24px; background: rgba(10,10,10,.68); backdrop-filter: blur(8px); }
.modal-content { width: min(100%, 500px); margin: 6vh auto; padding: 36px; border: 0; border-radius: 22px; box-shadow: var(--shadow-lg); }
.auth-modal-card { max-width: 500px; }
.auth-modal-card h2 { margin-bottom: 8px; font-size: 1.75rem; }
.modal-lead { margin: 0 0 26px; color: var(--text-muted); text-align: center; }
.modal-brand { display: flex; justify-content: center; }
.modal-brand img { width: 150px; height: 72px; object-fit: contain; }
.close-btn { width: 38px; height: 38px; display: grid; place-items: center; top: 14px; right: 14px; border-radius: 50%; background: #f2f2f0; color: #333; border: 0; line-height: 1; }
.cart-drawer-modal .cart-content { max-width: 760px; }
.cart-heading { display: flex; align-items: center; justify-content: space-between; }
.cart-heading h2 { margin: 0; text-align: left; }
.cart-heading > i { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--brand-yellow); }
.cart-items { margin-top: 20px; }
.cart-item { padding: 16px 0 !important; }
.cart-item button { border: 0; cursor: pointer; }
.cart-footer { gap: 20px; }
.cart-total { display: flex; flex-direction: column; }
.cart-total strong { font-size: 1.35rem; }
.skeleton-row, .skeleton-line, .skeleton-image, .skeleton-card { position: relative; overflow: hidden; background: #ececea; }
.skeleton-row::after, .skeleton-line::after, .skeleton-image::after, .skeleton-card::after { content: ""; position: absolute; inset: 0; transform: translateX(-100%); background: linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent); animation: shimmer 1.35s infinite; }
.skeleton-row { height: 64px; margin: 10px 0; border-radius: 12px; }
.skeleton-line { height: 12px; margin: 10px 0; border-radius: 99px; }
.skeleton-line.wide { width: 88%; }
.skeleton-line.short { width: 48%; }
@keyframes shimmer { to { transform: translateX(100%); } }

.page-hero { position: relative; overflow: hidden; background: #171717; color: #fff; }
.page-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -140px; top: -220px; border-radius: 50%; background: var(--brand-yellow); opacity: .18; }
.page-hero.compact { min-height: 300px; display: flex; align-items: center; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin: 0 0 10px; font-size: clamp(2.6rem,5vw,4.3rem); letter-spacing: -.05em; }
.page-hero p { max-width: 640px; margin: 0; color: rgba(255,255,255,.7); }

.catalog-toolbar { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.search-field { display: flex; align-items: center; gap: 10px; width: min(100%, 650px); padding: 6px 6px 6px 16px; border: 1px solid #dededb; border-radius: 14px; background: #fff; }
.search-field > i { color: #777; }
.search-field input { flex: 1; min-width: 0; height: 42px; border: 0; outline: 0; background: transparent; }
.filter-toggle { display: none; }
.products-layout { grid-template-columns: 270px minmax(0,1fr); gap: 30px; }
.catalog-sidebar { position: sticky; top: 128px; height: fit-content; padding: 20px; border: 1px solid #e4e4e1; border-radius: 18px; background: #fff; }
.sidebar-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-size: 1.1rem; font-weight: 800; }
.sidebar-title button { display: none; border: 0; background: transparent; }
.accordion-header { padding: 14px 4px; margin-top: 0; border: 0; border-bottom: 1px solid #ececea; border-radius: 0; background: transparent; }
.accordion-header:hover, .accordion-header.active { box-shadow: none; background: transparent; }
.accordion-panel { max-height: 0; padding: 0; border: 0; margin: 0; background: transparent; }
.accordion-panel.open { max-height: 420px; }
.accordion-panel ul { padding: 10px 0 18px; }
.accordion-panel li a { padding: 9px 10px; border-radius: 9px; color: #555; font-size: .88rem; }
.accordion-panel li a:hover { background: #fff7cf; color: #111; }
.sidebar-help { display: flex; gap: 12px; margin-top: 18px; padding: 16px; border-radius: 14px; background: #171717; color: #fff; }
.sidebar-help i { color: var(--brand-yellow); }
.sidebar-help div { display: flex; flex-direction: column; gap: 4px; font-size: .78rem; }
.sidebar-help a { color: var(--brand-yellow); }
.catalog-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 22px; }
.catalog-heading h2 { margin: 0; font-size: 2rem; }
.catalog-note { color: var(--text-muted); font-size: .8rem; }
.products-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.product-card { position: relative; border-radius: 18px; box-shadow: none; border: 1px solid #e4e4e1; background: #fff; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.product-card > img { height: 238px; padding: 12px; border-radius: 18px; object-fit: contain; background: #f6f6f4; }
.product-content { padding: 18px; }
.product-content h4 { min-height: 50px; margin-bottom: 8px; font-size: 1rem; line-height: 1.45; }
.product-content > p.text-gray-600 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; min-height: 40px; }
.product-price { font-size: 1.45rem; }
.product-card select { margin-top: 6px; }
.product-card #btn-add, .product-card a[href*="/product/detail"] { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 10px; background: var(--brand-yellow) !important; color: #111 !important; font-weight: 800; text-align: center; }
.product-card a[href*="/product/detail"] { margin-top: 10px; background: #171717 !important; color: #fff !important; }
.skeleton-card { min-height: 410px; border-radius: 18px; }
.skeleton-image { height: 240px; }

.breadcrumb-row { display: flex; align-items: center; gap: 10px; padding-top: 28px; color: var(--text-muted); font-size: .8rem; }
.breadcrumb-row i { font-size: .6rem; }
.product-detail-layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr); gap: 46px; align-items: start; }
.panel-card { border: 1px solid #e5e5e2; border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.product-gallery { padding: 22px; }
.main-image-wrap { position: relative; min-height: 520px; display: grid; place-items: center; border-radius: 15px; background: #f5f5f3; overflow: hidden; }
.main-image-wrap img { width: 100%; height: 520px; object-fit: contain; transition: transform var(--transition); }
.main-image-wrap:hover img { transform: scale(1.035); }
.product-badge { position: absolute; z-index: 2; left: 16px; top: 16px; padding: 8px 11px; border-radius: 999px; background: var(--brand-yellow); color: #111; font-size: .7rem; font-weight: 800; }
.thumbnail-images { display: flex; gap: 10px; margin-top: 14px; overflow-x: auto; }
.thumbnail-images img { width: 78px !important; height: 78px !important; flex: 0 0 78px; padding: 5px; border: 1px solid #dededb; border-radius: 12px; background: #fff; object-fit: contain !important; }
.product-info-panel { padding-top: 14px; }
.product-meta-row { display: flex; gap: 8px; flex-wrap: wrap; }
.meta-pill { padding: 7px 10px; border-radius: 999px; background: #ececea; color: #555; font-size: .75rem; font-weight: 700; }
.product-info-panel h1 { margin: 18px 0 12px; font-size: clamp(2rem,4vw,3.2rem); line-height: 1.08; letter-spacing: -.04em; }
.product-description { color: var(--text-muted); }
.product-stock-line { display: flex; justify-content: space-between; gap: 12px; margin: 22px 0; padding: 15px 0; border-block: 1px solid #e7e7e4; font-size: .83rem; font-weight: 700; }
.product-stock-line i { margin-right: 6px; color: #2f8f46; }
.product-price-box { display: flex; flex-direction: column; padding: 22px; border-radius: 17px; background: #171717; color: #fff; }
.product-price-box span, .product-price-box small { color: rgba(255,255,255,.62); }
.product-price-box strong { margin: 4px 0; color: var(--brand-yellow); font-size: 2.25rem; }
.product-type-container { margin: 20px 0; }
.product-type-container select { margin-top: 8px; }
.purchase-row { display: grid; grid-template-columns: 140px 1fr; gap: 12px; }
.quantity-control { min-height: 54px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; border: 1px solid #dadad7; border-radius: 13px; background: #fff; }
.quantity-control button { height: 100%; border: 0; background: transparent; cursor: pointer; }
.quantity-control span { text-align: center; font-weight: 800; }
.purchase-button { min-height: 54px; }
.assurance-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 22px; }
.assurance-list > div { display: flex; gap: 9px; padding: 12px; border: 1px solid #e6e6e3; border-radius: 12px; }
.assurance-list i { color: #8a7100; }
.assurance-list span { display: flex; flex-direction: column; }
.assurance-list strong { font-size: .72rem; }
.assurance-list small { color: var(--text-muted); font-size: .65rem; }

.checkout-steps { width: min(100%,680px); display: grid; grid-template-columns: repeat(3,1fr); margin: 0 auto 36px; }
.checkout-steps > div { position: relative; display: flex; flex-direction: column; align-items: center; gap: 7px; color: #888; font-size: .8rem; }
.checkout-steps > div::after { content: ""; position: absolute; z-index: 0; left: 50%; top: 17px; width: 100%; height: 2px; background: #ddd; }
.checkout-steps > div:last-child::after { display: none; }
.checkout-steps span { position: relative; z-index: 1; width: 35px; height: 35px; display: grid; place-items: center; border: 2px solid #d8d8d5; border-radius: 50%; background: #fff; font-weight: 800; }
.checkout-steps .active span { border-color: var(--brand-yellow); background: var(--brand-yellow); color: #111; }
.checkout-steps .active::after { background: var(--brand-yellow); }
.checkout-layout { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 28px; align-items: start; }
.checkout-main { display: grid; gap: 22px; }
.checkout-card, .order-summary-card { padding: 28px; }
.card-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.card-heading h2 { margin: 0; }
.card-heading > i, .secure-chip { color: #6b5900; }
.secure-chip { padding: 7px 10px; border-radius: 999px; background: #fff5bd; font-size: .74rem; font-weight: 800; }
.address-list > div { margin-bottom: 10px; }
.payment-card-preview { min-height: 205px; display: flex; flex-direction: column; justify-content: space-between; margin-bottom: 24px; padding: 25px; border-radius: 19px; background: linear-gradient(135deg,#171717,#343434); color: #fff; box-shadow: var(--shadow); }
.card-chip { width: 46px; height: 34px; border-radius: 8px; background: linear-gradient(135deg,#fff1a1,#bd9c00); }
.payment-card-preview > span { font-size: 1.35rem; letter-spacing: .12em; }
.payment-card-preview > div:last-child { display: flex; justify-content: space-between; font-size: .8rem; letter-spacing: .08em; }
.security-note { display: flex; gap: 8px; padding: 14px; border-radius: 12px; background: #f4f4f2; color: var(--text-muted); font-size: .75rem; }
.order-summary-card { position: sticky; top: 130px; }
.order-summary-card h2 { margin-top: 0; }
#order-summary > div { gap: 10px; }
.summary-assurance { display: flex; gap: 10px; margin: 20px 0; padding: 13px; border-radius: 12px; background: #fff7cf; color: #5f5200; font-size: .75rem; }
.vat-note { margin: 10px 0 0; color: var(--text-muted); font-size: .78rem; }
.secure-payment-badges { display: flex; align-items: center; gap: 10px; margin-top: 14px; color: var(--text-muted); font-size: .78rem; }
.secure-payment-badges i { font-size: 1.4rem; }
.secure-payment-badges i.fa-lock { font-size: 1rem; }

.account-layout { display: grid; grid-template-columns: 250px 1fr; gap: 30px; align-items: start; }
.account-sidebar { position: sticky; top: 130px; padding: 24px; text-align: center; }
.account-avatar { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 12px; border-radius: 50%; background: var(--brand-yellow); font-size: 1.35rem; }
.account-sidebar nav { display: grid; gap: 5px; margin-top: 22px; text-align: left; }
.account-sidebar nav a, .account-sidebar nav button { display: flex; align-items: center; gap: 10px; padding: 12px; border: 0; border-radius: 10px; background: transparent; color: #444; cursor: pointer; }
.account-sidebar nav .active, .account-sidebar nav a:hover, .account-sidebar nav button:hover { background: #fff4ae; color: #111; }
.orders-list { display: grid; gap: 16px; }
.orders-list .order-card { border-radius: 16px; box-shadow: var(--shadow-sm); overflow: hidden; }
.orders-list .order-card:hover { transform: none; box-shadow: var(--shadow); }
.orders-list .order-header { background: #171717; color: #fff; }
.skeleton-order { min-height: 180px; padding: 24px; }

.legal-layout { display: grid !important; grid-template-columns: 260px 1fr; gap: 28px; align-items: start; }
.legal-sidebar { position: sticky; top: 130px; padding: 22px; }
.legal-sidebar h3 { margin-top: 0; }
.legal-sidebar .sidebar-menu a { border-radius: 9px; }
.legal-content { padding: 34px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 26px; color: var(--text-muted); font-size: .8rem; }
.legal-updated { margin-top: 30px; padding-top: 20px; border-top: 1px solid #e5e5e2; color: var(--text-muted); font-size: .8rem; }

.status-main { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; background: radial-gradient(circle at top right,rgba(255,211,26,.25),transparent 34%),#f5f5f3; }
.status-card { width: min(100%,650px); padding: 52px; text-align: center; }
.status-icon { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--brand-yellow); color: #111; font-size: 1.9rem; }
.status-card h1 { margin: 6px 0 14px; font-size: clamp(2rem,5vw,3rem); }
.status-card > p { color: var(--text-muted); }
.status-actions { display: flex; justify-content: center; gap: 10px; margin-top: 26px; flex-wrap: wrap; }
.status-code { color: var(--brand-yellow); text-shadow: -2px -2px 0 #111,2px -2px 0 #111,-2px 2px 0 #111,2px 2px 0 #111; font-size: 5rem; line-height: 1; font-weight: 900; }
.order-reference { display: flex; flex-direction: column; margin-top: 22px; padding: 14px; border-radius: 12px; background: #f4f4f2; }

/* Admin */
.admin-page, .admin-login-page, .admin-edit-page { background: #f2f2f0; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 265px minmax(0,1fr); }
.admin-sidebar { position: fixed; inset: 0 auto 0 0; z-index: 30; width: 265px; display: flex; flex-direction: column; padding: 18px; background: #171717; color: #fff; overflow-y: auto; }
.admin-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 8px 8px 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-brand img { width: 170px; height: 70px; object-fit: contain; object-position: left center; }
.admin-brand span { color: #999; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.admin-nav { display: grid; gap: 5px; padding: 20px 0; }
.admin-nav-link { width: 100%; display: flex; align-items: center; gap: 12px; padding: 12px 13px; border: 0; border-radius: 11px; background: transparent; color: #bbb; cursor: pointer; text-align: left; transition: var(--transition); }
.admin-nav-link i { width: 20px; text-align: center; }
.admin-nav-link:hover, .admin-nav-link.active { background: var(--brand-yellow); color: #111; }
.admin-sidebar-footer { display: grid; gap: 6px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); }
.admin-sidebar-footer a, .admin-sidebar-footer button { display: flex; align-items: center; gap: 10px; padding: 11px; border: 0; border-radius: 10px; background: transparent; color: #aaa; cursor: pointer; text-align: left; }
.admin-sidebar-footer a:hover, .admin-sidebar-footer button:hover { background: rgba(255,255,255,.08); color: #fff; }
.admin-main { grid-column: 2; min-width: 0; }
.admin-topbar { position: sticky; top: 0; z-index: 20; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 32px; border-bottom: 1px solid #e0e0dd; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.admin-topbar h1 { margin: 0; font-size: 1.55rem; }
.admin-topbar .eyebrow { margin-bottom: 5px; }
.admin-user-chip { display: flex; align-items: center; gap: 10px; }
.admin-user-chip > div { display: flex; flex-direction: column; }
.admin-user-chip small { color: var(--text-muted); }
.admin-user-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--brand-yellow); }
.admin-menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 11px; background: #f0f0ee; }
.admin-content { padding: 30px; }
.admin-tab { display: none; }
.admin-tab.active { display: block; animation: adminFade .22s ease; }
@keyframes adminFade { from { opacity: 0; transform: translateY(5px); } }
.admin-section-header { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 24px; }
.admin-section-header h1, .admin-section-header h2 { margin: 0; font-size: 2rem; }
.admin-section-header p { margin: 7px 0 0; color: var(--text-muted); }
.admin-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.admin-stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-bottom: 20px; }
.admin-stat-card { display: flex; align-items: center; gap: 15px; min-height: 125px; padding: 22px; border: 1px solid #e2e2df; border-radius: 17px; background: #fff; box-shadow: var(--shadow-sm); }
.stat-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--brand-yellow); color: #111; }
.admin-stat-card div { display: flex; flex-direction: column; }
.admin-stat-card small { color: var(--text-muted); }
.admin-stat-card strong { font-size: 1.6rem; }
.admin-grid { display: grid; gap: 20px; }
.admin-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.form-list-grid { grid-template-columns: minmax(330px,.8fr) minmax(0,1.5fr); }
.admin-card { padding: 24px; border: 1px solid #e1e1de; border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.admin-card h3 { margin-top: 0; }
.admin-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.admin-card-heading h2, .admin-card-heading h3 { margin: 0; }
.admin-card-heading p { margin: 5px 0 0; color: var(--text-muted); font-size: .84rem; }
.admin-card-heading > i { color: #b48900; font-size: 1.3rem; }
.admin-list { display: grid; gap: 9px; }
.admin-list li { padding: 12px; border-radius: 10px; background: #f7f7f5; }
.quick-action-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.quick-action-grid button { min-height: 90px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 8px; border: 1px solid #e4e4e1; border-radius: 13px; background: #fff; cursor: pointer; font-weight: 700; }
.quick-action-grid button:hover { border-color: var(--brand-yellow); background: #fff9da; }
.admin-form .form-group { margin-bottom: 14px; }
.check-row { display: flex; gap: 22px; margin: 8px 0 18px; }
.check-row label, .check-label { display: flex; align-items: center; gap: 7px; font-size: .85rem; font-weight: 700; }
.nested-form { margin: 16px 0; padding: 16px; border: 1px solid #e4e4e1; border-radius: 13px; background: #fafaf8; }
.nested-form-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 10px; }
.typeItem { display: grid !important; grid-template-columns: 1fr 1fr 120px auto; gap: 8px !important; align-items: center; margin-bottom: 8px; }
.typeItem input { min-width: 0; }
.typeItem button { border: 0; }
.stack-list { display: grid; gap: 8px; margin-top: 18px; }
.stack-list > div { border: 1px solid #e3e3e0 !important; border-radius: 11px !important; background: #fafaf8 !important; }
.admin-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.admin-product-grid > div { padding: 0 !important; border: 0 !important; box-shadow: none !important; background: transparent !important; }
.admin-product-grid > div > div { height: 100%; border: 1px solid #e2e2df !important; border-radius: 14px !important; background: #fffef6 !important; box-shadow: none !important; }
.admin-product-grid img { height: 170px !important; object-fit: contain !important; background: #f6f6f4; }
.admin-search { width: 100%; margin-bottom: 16px; }
.admin-order-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.admin-order-grid > div { border: 1px solid #e3e3e0 !important; box-shadow: none !important; }
.table-wrap { width: 100%; overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: .82rem; }
.admin-table th { padding: 12px; background: #f4f4f2; color: #555; text-align: left; white-space: nowrap; }
.admin-table td { padding: 12px; border-bottom: 1px solid #e7e7e4; vertical-align: top; }
.admin-table button, .admin-table a { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 6px 9px; border: 0; border-radius: 8px; cursor: pointer; }
.credit-layout { grid-template-columns: minmax(400px,.9fr) minmax(0,1.3fr) !important; }
.vi-products { max-height: 350px; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; overflow-y: auto; }
.vi-card { display: grid; grid-template-columns: 70px 1fr; gap: 10px; padding: 9px; border: 1px solid #e2e2df; border-radius: 11px; }
.vi-card img { width: 70px; height: 70px; object-fit: contain; background: #f4f4f2; border-radius: 8px; }
.vi-body { min-width: 0; }
.vi-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .76rem; font-weight: 700; }
.vi-price { color: #776000; font-weight: 800; }
.vi-btn { padding: 6px 8px; border: 0; border-radius: 7px; background: var(--brand-yellow); cursor: pointer; font-size: .7rem; font-weight: 700; }
.vi-cart-item { display: grid; grid-template-columns: 1fr 70px 30px; align-items: center; gap: 8px; padding: 10px 0; border-bottom: 1px solid #e5e5e2; }
.vi-input { width: 100%; padding: 8px; border: 1px solid #ddd; border-radius: 8px; }
.vi-rm { border: 0; background: transparent; color: var(--danger-color); font-size: 1.2rem; cursor: pointer; }
.credit-summary { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 14px; }
.credit-summary > div { display: flex; flex-direction: column; padding: 10px; border-radius: 10px; background: #f4f4f2; }
.credit-summary span { color: var(--text-muted); font-size: .68rem; }
.vi-badge { color: #6b5500; }
.filter-row { display: grid; grid-template-columns: 1fr 160px auto; gap: 8px; align-items: start; }
.filter-row .admin-search { margin: 0; }
.code-area { font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: .78rem; }
.media-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; }
.media-grid > div { position: relative; }
.media-grid img { width: 100%; height: 130px; object-fit: contain; background: #f4f4f2; }
.settings-card { max-width: 800px; }
.settings-logo-preview { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; padding: 16px; border-radius: 13px; background: #f4f4f2; }
.settings-logo-preview img { width: 140px; height: 80px; object-fit: contain; }
.settings-logo-preview div { display: flex; flex-direction: column; }
.settings-logo-preview small { color: var(--text-muted); }

.admin-login-shell { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: radial-gradient(circle at top right,rgba(255,211,26,.36),transparent 35%),#171717; }
.admin-login-card { width: min(100%,470px); padding: 42px; }
.admin-login-logo { display: inline-flex; margin-bottom: 22px; }
.admin-login-logo img { width: 180px; height: 80px; object-fit: contain; object-position: left center; }
.admin-login-card h1 { margin: 0 0 8px; font-size: 2.2rem; }
.admin-login-card > p { margin: 0 0 26px; color: var(--text-muted); }
.admin-back-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #555; font-size: .82rem; }
.admin-edit-shell { min-height: 100vh; }
.admin-edit-header { height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 10px max(24px,calc((100vw - 1000px)/2)); border-bottom: 1px solid #ddd; background: #fff; }
.admin-edit-header a { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.admin-edit-header img { width: 150px; height: 64px; object-fit: contain; }
.admin-edit-main { width: min(100% - 32px,1000px); margin: 32px auto; }
.edit-form-card { padding: 34px; }

/* Dynamic utility classes used by existing scripts */
.flex { display: flex !important; } .flex-col { flex-direction: column !important; } .flex-1 { flex: 1 1 0% !important; } .items-center { align-items: center !important; } .items-start { align-items: flex-start !important; } .justify-between { justify-content: space-between !important; } .justify-center { justify-content: center !important; } .gap-2 { gap: .5rem !important; } .gap-3 { gap: .75rem !important; } .gap-4 { gap: 1rem !important; } .w-full { width: 100% !important; } .w-20 { width: 5rem !important; } .w-24 { width: 6rem !important; } .w-6 { width: 1.5rem !important; } .h-20 { height: 5rem !important; } .h-24 { height: 6rem !important; } .h-32 { height: 8rem !important; } .h-40 { height: 10rem !important; } .h-12 { height: 3rem !important; } .p-2 { padding: .5rem !important; } .p-3 { padding: .75rem !important; } .p-4 { padding: 1rem !important; } .p-5 { padding: 1.25rem !important; } .px-2 { padding-inline: .5rem !important; } .px-3 { padding-inline: .75rem !important; } .px-4 { padding-inline: 1rem !important; } .py-1 { padding-block: .25rem !important; } .py-2 { padding-block: .5rem !important; } .py-3 { padding-block: .75rem !important; } .mt-2 { margin-top: .5rem !important; } .mt-3 { margin-top: .75rem !important; } .mt-4 { margin-top: 1rem !important; } .mb-1 { margin-bottom: .25rem !important; } .mb-2 { margin-bottom: .5rem !important; } .mb-3 { margin-bottom: .75rem !important; } .mb-4 { margin-bottom: 1rem !important; } .ml-2 { margin-left: .5rem !important; } .border { border: 1px solid #dededb !important; } .border-b { border-bottom: 1px solid #e5e5e2 !important; } .rounded { border-radius: 8px !important; } .rounded-md { border-radius: 9px !important; } .rounded-lg { border-radius: 11px !important; } .rounded-xl { border-radius: 15px !important; } .rounded-bl { border-bottom-left-radius: 8px !important; } .shadow { box-shadow: var(--shadow-sm) !important; } .shadow-lg { box-shadow: var(--shadow) !important; } .font-medium { font-weight: 600 !important; } .font-semibold { font-weight: 700 !important; } .font-bold { font-weight: 800 !important; } .text-sm { font-size: .8rem !important; } .text-lg { font-size: 1.1rem !important; } .text-xs { font-size: .7rem !important; } .text-center { text-align: center !important; } .text-white { color: #fff !important; } .text-gray-500 { color: #777 !important; } .text-gray-600, .text-gray-700 { color: #666 !important; } .text-gray-800 { color: #333 !important; } .text-red-500, .text-red-600 { color: #c62828 !important; } .text-green-500, .text-green-600 { color: #1f8c42 !important; } .text-blue-600 { color: #1e67a8 !important; } .text-orange-700, .text-yellow-700, .text-yellow-900 { color: #6f5900 !important; } .bg-white { background: #fff !important; } .bg-gray-50, .bg-gray-100, .bg-gray-200 { background: #f2f2f0 !important; } .bg-gray-300, .bg-gray-400 { background: #a9a9a5 !important; } .bg-red-500, .bg-red-600 { background: #cf2e2e !important; color: #fff !important; } .bg-green-500, .bg-green-600 { background: #238d46 !important; color: #fff !important; } .bg-blue-500, .bg-blue-600 { background: #2674b8 !important; color: #fff !important; } .bg-orange-500 { background: #d36d19 !important; color: #fff !important; } .bg-yellow-400, .bg-yellow-500, .bg-yellow-50, .bg-yellow-100 { background: var(--brand-yellow) !important; color: #111 !important; } .object-cover { object-fit: cover !important; } .cursor-pointer { cursor: pointer !important; } .cursor-not-allowed { cursor: not-allowed !important; } .relative { position: relative !important; } .absolute { position: absolute !important; } .top-0 { top: 0 !important; } .right-0 { right: 0 !important; } .opacity-0 { opacity: 0 !important; } .group:hover .group-hover\:opacity-100 { opacity: 1 !important; } .transition { transition: var(--transition) !important; } .col-span-full { grid-column: 1 / -1 !important; } .align-top { vertical-align: top !important; }

@media (max-width: 1120px) {
  .header-icon-btn span, .cart-label { display: none; }
  .nav-links { gap: 16px; }
  .products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .admin-stat-grid { grid-template-columns: repeat(2,1fr); }
  .admin-product-grid { grid-template-columns: 1fr; }
  .media-grid { grid-template-columns: repeat(4,1fr); }
}

@media (max-width: 900px) {
  main { padding-top: 80px; }
  .top-strip { display: none; }
  .header-container { min-height: 80px; }
  .logo img { width: 154px; height: 58px; }
  .mobile-menu-btn { display: grid; place-items: center; margin-left: auto; }
  .nav-menu { position: fixed; inset: 80px 0 auto; width: 100%; height: auto; max-height: calc(100vh - 80px); overflow-y: auto; display: none; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 12px; padding: 20px; border-top: 1px solid #ddd; background: #fff; box-shadow: var(--shadow); }
  .nav-menu.active { display: flex; }
  .nav-links { flex-direction: column; align-items: stretch; width: 100%; gap: 0; margin-bottom: 0; }
  .nav-links a { display: block; padding: 12px; border-radius: 9px; }
  .nav-links a:hover { background: #f4f4f2; }
  .header-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 10px; margin: 6px 0 0; padding-top: 18px; border-top: 1px solid #ececea; }
  .header-icon-btn span, .cart-label { display: inline; }
  .header-actions #login-btn-trigger, .header-actions #register-btn-trigger { grid-column: span 1; width: 100%; min-height: 48px; border-radius: 12px; font-size: .92rem; }
  .header-actions #login-btn-trigger { background: #f4f4f2; color: var(--brand-black); }
  .header-actions #login-btn-trigger:hover { background: #ececea; }
  .header-actions #account-btn, .header-actions #orders, .header-actions #admin-panel-btn, .header-actions #logout-btn { grid-column: 1 / -1; width: 100%; justify-content: flex-start; min-height: 48px; padding: 10px 14px; background: #f8f8f6; border: 1px solid #ececea; }
  .header-actions #account-btn:hover, .header-actions #orders:hover, .header-actions #admin-panel-btn:hover, .header-actions #logout-btn:hover { background: #efefec; }
  .header-actions #logout-btn { color: var(--danger-color); margin-top: 4px; border-top: 2px solid #ececea; padding-top: 14px; }
  .header-actions #cart-btn-trigger { grid-column: 1 / -1; width: 100%; min-height: 50px; justify-content: center; font-size: .95rem; margin-top: 6px; }
  .hero-slider, .hero-slider .slick-list, .hero-slider .slick-track, .slide { height: 660px; min-height: 660px; }
  .slide-content { left: 32px; }
  .trust-bar { position: relative; left: auto; bottom: auto; transform: none; width: 100%; border-radius: 0; grid-template-columns: repeat(2,1fr); }
  .trust-bar > div:nth-child(2) { border-right: 0; }
  .trust-bar > div:nth-child(-n+2) { border-bottom: 1px solid #ececea; }
  .surface-section { padding-top: 88px; }
  .services-grid, .category-cards { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: repeat(2,1fr); }
  .contact-container { grid-template-columns: 1fr; gap: 40px; }
  .footer-content { grid-template-columns: repeat(2,1fr); }
  .product-detail-layout { grid-template-columns: 1fr; }
  .main-image-wrap, .main-image-wrap img { min-height: 430px; height: 430px; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary-card { position: static; }
  .account-layout, .legal-layout { grid-template-columns: 1fr; }
  .account-sidebar, .legal-sidebar { position: static; }
  .admin-shell { display: block; }
  .admin-sidebar { transform: translateX(-100%); transition: transform var(--transition); box-shadow: var(--shadow-lg); }
  .admin-sidebar.open { transform: translateX(0); }
  .admin-main { margin: 0; }
  .admin-menu-toggle { display: grid; place-items: center; }
  .admin-topbar { padding: 12px 20px; justify-content: flex-start; }
  .admin-user-chip { margin-left: auto; }
  .admin-content { padding: 20px; }
  .admin-grid.two, .form-list-grid, .credit-layout { grid-template-columns: 1fr !important; }
  .admin-order-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 24px,1240px); }
  .section { padding: 64px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .slide-content { left: 22px; width: calc(100% - 44px); }
  .slide-content h1 { font-size: 2.75rem; }
  .trust-bar > div { padding: 16px; }
  .trust-bar i { width: 38px; height: 38px; flex-basis: 38px; }
  .trust-bar small { display: none; }
  .brand-tile { min-height: 100px; }
  .contact-form { padding: 24px; }
  .form-grid.two-col { grid-template-columns: 1fr; }
  .footer-content { grid-template-columns: 1fr; }
  .modal { padding: 12px; }
  .modal-content { padding: 28px 20px; }
  .cart-footer { align-items: stretch; flex-direction: column; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .filter-toggle { display: inline-flex; }
  .products-layout { display: block; }
  .catalog-sidebar { position: fixed; z-index: 1100; inset: 0 0 0 auto; width: min(88%,340px); padding: 24px; border-radius: 0; transform: translateX(100%); transition: transform var(--transition); overflow-y: auto; }
  .catalog-sidebar.open { transform: none; }
  .sidebar-title button { display: block; }
  .products-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .product-card > img { height: 165px; }
  .product-content { padding: 12px; }
  .product-content h4 { min-height: 42px; font-size: .88rem; }
  .product-content > p.text-gray-600 { display: none; }
  .product-card .flex.items-center.justify-center { flex-wrap: wrap; }
  .product-card #btn-add { min-width: 100%; }
  .main-image-wrap, .main-image-wrap img { min-height: 330px; height: 330px; }
  .purchase-row { grid-template-columns: 1fr; }
  .assurance-list { grid-template-columns: 1fr; }
  .checkout-card, .order-summary-card { padding: 20px; }
  .payment-card-preview { min-height: 180px; }
  .account-sidebar nav { grid-template-columns: 1fr 1fr; }
  .legal-content { padding: 22px; }
  .status-card { padding: 34px 20px; }
  .admin-topbar h1 { font-size: 1.1rem; }
  .admin-user-chip > div { display: none; }
  .admin-content { padding: 14px; }
  .admin-stat-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .admin-stat-card { min-height: 100px; padding: 14px; }
  .admin-card { padding: 17px; }
  .typeItem { grid-template-columns: 1fr; }
  .vi-products { grid-template-columns: 1fr; }
  .credit-summary { grid-template-columns: repeat(2,1fr); }
  .filter-row { grid-template-columns: 1fr; }
  .media-grid { grid-template-columns: repeat(2,1fr); }
  .admin-login-card { padding: 30px 22px; }
  .edit-form-card { padding: 22px; }
}

@media (max-width: 430px) {
  .products-grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: repeat(2,1fr); }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-bar > div { border-right: 0; border-bottom: 1px solid #ececea; }
  .trust-bar > div:last-child { border-bottom: 0; }
  .admin-stat-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.status-icon.success { background: #e8f7ed; color: #167a3d; }
.status-icon.danger { background: #fff0ee; color: #b42318; }

/* .hidden dosyanın en sonunda tanımlanır ki, .flex/.grid gibi kendi display'ini
   !important ile zorlayan başka bir utility class ile aynı elemana birlikte
   uygulandığında (ör. class="flex ... hidden") her zaman o kazansın; CSS'te eşit
   önem/özgüllükteki kurallarda kaynak sırasında SONRAKİ kural kazanır. */
.hidden { display: none !important; }
