.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.btn-block{display:flex;width:100%;align-items:center;justify-content:center}

/* Search */
.search-page{background:linear-gradient(180deg,#fff 0,#f9fafb 280px)}
.search-heading{text-align:center;max-width:680px;margin:0 auto 28px}
.search-heading .function-title{margin-bottom:8px}
.search-eyebrow{margin:0 0 7px;color:var(--brand-red);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.search-form{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;max-width:880px;margin:0 auto 34px;padding:10px;background:#fff;border:1px solid var(--border-color);border-radius:10px;box-shadow:0 12px 35px rgba(17,24,39,.07)}
.search-form .function-input{border:0;box-shadow:none;padding-left:0;font-size:16px}
.search-form .function-input:focus{outline:0}
.search-icon{padding-left:8px;color:var(--text-muted);font-size:24px}
.search-clear{font-size:12px;font-weight:700;color:var(--text-muted)}
.search-empty{max-width:720px;margin:0 auto;text-align:center;padding:58px 24px}
.search-empty h2{font-family:var(--font-serif);font-size:25px;margin:8px 0}
.search-empty p{color:var(--text-muted);margin:0 auto 22px;max-width:510px}
.search-empty-icon{display:block;color:var(--brand-red);font-size:38px}
.search-result-bar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--border-color);font-size:14px;color:var(--text-muted)}
.search-result-bar strong{color:var(--text-main)}
.product-results{gap:22px}
.product-result{display:flex;flex-direction:column;border-radius:10px;transition:transform .2s ease,box-shadow .2s ease}
.product-result:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(17,24,39,.1)}
.product-result-image{display:block;overflow:hidden;background:#f5f3f1;aspect-ratio:1}
.product-result-image img{height:100%;transition:transform .35s ease}
.product-result:hover .product-result-image img{transform:scale(1.025)}
.product-image-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;font-size:42px;color:#d1a3ad}
.product-result-body{display:flex;flex:1;flex-direction:column;padding:17px}
.product-result-code{margin-bottom:7px;color:var(--text-light);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.product-result-body h2{margin:0}
.product-result-title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:18px}
.product-result-type{display:-webkit-box;overflow:hidden;margin:8px 0;color:var(--text-muted);font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.product-result-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px}
.product-result-footer .function-price{margin:0;font-size:18px}
.product-view-link{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.search-pagination{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin-top:34px}
.page-link{display:inline-flex;min-width:39px;height:39px;align-items:center;justify-content:center;padding:0 12px;border:1px solid var(--border-color);border-radius:6px;background:#fff;font-size:13px;font-weight:700}
.page-link:hover{border-color:var(--brand-dark)}
.page-link.current{border-color:var(--brand-dark);background:var(--brand-dark);color:#fff}
.page-direction{padding:0 16px}.page-gap{color:var(--text-muted)}

/* Registration slider */
.registration-card{padding:32px}
.human-verification{display:grid;gap:8px}
.human-slider{height:52px;border-radius:8px;user-select:none;-webkit-user-select:none}
.human-slider button{top:3px;width:44px;height:44px;box-shadow:0 3px 9px rgba(0,0,0,.2)}
.human-slider button:focus-visible{outline:3px solid rgba(180,0,59,.25);outline-offset:2px}
.human-slider-label{pointer-events:none;font-weight:700;letter-spacing:.02em}
.human-slider.verified .human-slider-label{color:#047857}

/* Order detail */
.order-detail-page{background:#f7f7f6}
.order-breadcrumb{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:26px;color:var(--text-muted);font-size:12px}
.order-breadcrumb a{color:var(--text-main)}
.order-page-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}
.order-page-header .function-title{margin:0 0 6px;font-size:34px}
.order-status-badge{display:inline-flex;align-items:center;padding:9px 15px;border-radius:999px;background:#111827;color:#fff;font-size:12px;font-weight:700;letter-spacing:.04em}
.order-payment-card{display:flex;justify-content:space-between;align-items:center;gap:22px;margin-bottom:24px;padding:20px 22px;border:1px solid #f0c3ce;border-left:4px solid var(--brand-red);border-radius:8px;background:#fff8fa}
.order-payment-card strong{font-family:var(--font-serif);font-size:20px}.order-payment-card p{margin:4px 0 0;color:var(--text-muted);font-size:13px}
.order-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);align-items:start;gap:24px}
.order-main{display:grid;gap:20px}
.order-section{padding:25px}
.order-section-heading{display:flex;align-items:center;gap:11px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--border-color)}
.order-section-heading h2{margin:0;font-family:var(--font-serif);font-size:21px}
.order-section-number{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:50%;background:var(--brand-dark);color:#fff;font-size:11px;font-weight:700}
.order-data-list{display:grid;grid-template-columns:1fr 1fr;gap:18px 28px;margin:0}
.order-data-list>div{display:grid;gap:5px}.order-data-list .full{grid-column:1/-1}
.order-data-list dt{color:var(--text-light);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.order-data-list dd{margin:0;color:var(--text-main);font-size:14px;line-height:1.6}
.order-note{padding:14px 16px;border-radius:6px;background:#f9fafb}
.order-card-message{margin:0;padding:20px 22px;border:0;border-radius:7px;background:#fff8fa;color:#5f3440;font-family:var(--font-serif);font-size:17px;font-style:italic;line-height:1.65}
.order-summary-card{position:sticky;top:90px;padding:24px}
.order-summary-card>h2{margin:0 0 20px;font-family:var(--font-serif);font-size:23px}
.order-summary-items{display:grid;gap:16px}
.order-summary-item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:start;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--border-color)}
.order-summary-image{position:relative;display:flex;width:64px;height:64px;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:6px;background:#f3f4f6;color:#d1a3ad;overflow:visible}
.order-summary-image img{width:100%;height:100%;border-radius:6px;object-fit:cover;overflow:hidden}
.order-summary-image b{position:absolute;top:-8px;right:-8px;display:flex;width:22px;height:22px;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50%;background:var(--brand-dark);color:#fff;font-size:10px}
.order-summary-name{display:-webkit-box;overflow:hidden;color:var(--text-main);font-size:13px;font-weight:700;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.order-summary-item small{display:block;margin-top:5px;color:var(--text-muted);font-size:11px}
.order-summary-item>strong{font-size:13px}
.order-summary-meta,.order-summary-total{display:flex;justify-content:space-between;gap:18px;margin-top:16px;font-size:13px}
.order-summary-meta{color:var(--text-muted)}
.order-summary-total{align-items:center;margin:18px 0;padding-top:18px;border-top:1px solid var(--brand-dark);font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.order-summary-total strong{color:var(--brand-dark);font-family:var(--font-serif);font-size:25px}

@media(max-width:820px){.order-layout{grid-template-columns:1fr}.order-summary-card{position:static}.search-result-bar{align-items:flex-start;flex-direction:column;gap:5px}}
@media(max-width:600px){.function-page{padding:32px 0}.search-form{grid-template-columns:auto minmax(0,1fr);gap:6px}.search-form .btn{grid-column:1/-1;width:100%}.search-clear{padding-right:8px}.search-icon{display:none}.product-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-result-body{padding:12px}.product-result-title{font-size:15px}.product-view-link{display:none}.page-direction{width:100%}.order-page-header,.order-payment-card{align-items:flex-start;flex-direction:column}.order-page-header .function-title{font-size:27px}.order-data-list{grid-template-columns:1fr}.order-data-list .full{grid-column:auto}.order-section{padding:20px}.order-summary-item{grid-template-columns:56px minmax(0,1fr) auto}.order-summary-image{width:56px;height:56px}.registration-card{padding:23px}}
