:root{
  --hp-brand:#f15c22;
  --hp-brand-dark:#ce4115;
  --hp-ink:#232021;
  --hp-body:#51585e;
  --hp-muted:#6b7280;
  --hp-line:#dee2e6;
  --hp-line-soft:#eef0f2;
  --hp-bg:#f6f7f9;
  --hp-star:#f6a609;
  --hp-ok:#1aa251;
  --hp-danger:#d92d20;
}

.ms-sec,
.admin-sec{ background:#fff; border:1px solid var(--hp-line); margin-bottom:16px; }
.ms-sec__head{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap;
  padding:12px 16px; border-bottom:1px solid var(--hp-line); background:#fbfbfc;
}
.ms-sec__title{
  display:flex; align-items:center; gap:8px;
  font-size:1rem; font-weight:700; margin:0; color:var(--hp-ink);
}
.ms-sec__title i{ color:var(--hp-brand); }
.ms-sec__count{
  display:inline-block; min-width:22px; padding:1px 7px;
  background:var(--hp-brand); color:#fff; font-size:12px; font-weight:700; text-align:center;
}
.admin-sec__actions{ margin-inline-start:auto; display:flex; gap:8px; flex-wrap:wrap; }
.ms-sec__body{ padding:16px; }
.ms-sec__body.admin-sec__body--table,
.admin-sec__body--table{ padding:0; overflow-x:auto; }

.admin-table{ width:100%; margin:0; border-collapse:collapse; font-size:14px; }
.admin-table thead th{
  background:#fbfbfc; border-bottom:1px solid var(--hp-line);
  padding:10px 14px; font-weight:700; font-size:13px; color:var(--hp-muted);
  text-align:start; white-space:nowrap;
}
.admin-table td{ padding:10px; border-bottom:1px solid var(--hp-line-soft); vertical-align:middle; overflow-wrap:break-word; word-break:normal; }
.admin-table thead th{ padding-inline:10px; }
.admin-table__title{ overflow-wrap:anywhere; }
.admin-table__nowrap{ white-space:nowrap; }
.admin-table__num{ white-space:nowrap; font-variant-numeric:tabular-nums; text-align:start; }
.admin-table__main{ min-width:260px; }
.admin-table tbody tr:hover{ background:#fafbfc; }
.admin-table__thumb{ width:44px; height:44px; object-fit:contain; background:#fff; border:1px solid var(--hp-line); }
.admin-table__title{ display:block; font-weight:700; color:var(--hp-ink); }
a.admin-table__title:hover{ color:var(--hp-brand); }
.admin-table__sub{ display:block; font-size:12px; color:var(--hp-muted); }
.admin-table__actions{ white-space:nowrap; text-align:end; }
.admin-table__actions .btn{ margin-inline-start:4px; }
.cat-cell-title{ display:flex; align-items:center; gap:8px; }
.cat-cell-title small{ display:block; font-size:12px; color:var(--hp-muted); }
.cat-price-old{ font-size:12px; color:var(--hp-muted); }

.admin-badge{
  display:inline-block; padding:3px 9px; font-size:12px; font-weight:700; line-height:1.5;
  white-space:nowrap;
  border:1px solid var(--hp-line); background:var(--hp-bg); color:var(--hp-ink);
}
.admin-badge--on{ background:#e8f6ed; border-color:#bfe5cd; color:var(--hp-ok); }
.admin-badge--off{ background:var(--hp-bg); border-color:var(--hp-line); color:var(--hp-muted); }
.admin-badge--info{ background:#eaf1fb; border-color:#c9dcf5; color:#0a58ca; }
.admin-badge--code{ font-family:ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing:.03em; }

.ms-status{ display:inline-block; padding:3px 9px; font-size:12px; font-weight:700; white-space:nowrap; }
.ms-status--ok{ background:#e8f6ed; color:var(--hp-ok); }
.ms-status--cancel{ background:#fdecec; color:var(--hp-danger); }
.ms-status--info{ background:#eaf1fb; color:#0a58ca; }
.ms-status--pending{ background:#fff5e6; color:#b25e02; }

.admin-empty{ text-align:center; padding:40px 16px; color:var(--hp-muted); }
.admin-empty i{ font-size:34px; margin-bottom:10px; display:block; opacity:.4; }
.admin-empty p{ margin:0; }
.admin-pager{ display:flex; justify-content:center; padding:14px 0; }

.admin-dl{ margin:0; }
.admin-dl__row{ display:flex; gap:16px; padding:9px 0; border-bottom:1px solid var(--hp-line-soft); }
.admin-dl__row:last-child{ border-bottom:0; }
.admin-dl__label{ flex:0 0 190px; margin:0; font-weight:700; font-size:13px; color:var(--hp-muted); }
.admin-dl__value{ margin:0; flex:1 1 auto; overflow-wrap:anywhere; }
.ms-dl{ margin:0; }
.ms-dl .r{ display:flex; gap:16px; padding:9px 0; border-bottom:1px solid var(--hp-line-soft); }
.ms-dl .r:last-child{ border-bottom:0; }
.ms-dl dt{ flex:0 0 150px; font-weight:700; font-size:13px; color:var(--hp-muted); }
.ms-dl dd{ margin:0; flex:1 1 auto; }
.ms-dl .r.total dt,
.ms-dl .r.total dd{ font-size:1.05rem; font-weight:800; color:var(--hp-ink); }

.ord-filters{ margin-bottom:16px; }
.ord-filters__row{
  display:flex; flex-wrap:wrap; gap:10px; align-items:end;
  background:#fff; border:1px solid var(--hp-line); padding:12px;
}
.ord-filter{ display:flex; flex-direction:column; gap:4px; }
.ord-filter__lbl{ font-size:11px; font-weight:700; color:var(--hp-muted); }
.ord-filter--grow{ flex:1 1 160px; min-width:140px; }
.ord-filter--actions{ flex-direction:row; gap:8px; margin-inline-start:auto; }
.ord-row{ cursor:pointer; }
.ord-id{ font-weight:800; color:var(--hp-brand); }
.ord-pay{ font-size:13px; color:var(--hp-ink); }
.ord-nowrap{ white-space:nowrap; }
.ord-summary{ display:flex; flex-wrap:wrap; gap:12px 32px; }
.ord-summary__item{ display:flex; flex-direction:column; gap:4px; }
.ord-summary__lbl{ font-size:11px; font-weight:700; color:var(--hp-muted); text-transform:uppercase; }
.ord-summary__val{ font-weight:700; color:var(--hp-ink); }
.ord-summary__val--total{ color:var(--hp-brand); font-size:18px; font-weight:800; }
.ord-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
@media (max-width:767.98px){ .ord-grid{ grid-template-columns:1fr; } }
.ord-view > *{ margin-bottom:16px; }

.pdp-specs{ width:100%; border-collapse:collapse; margin:0; }
.pdp-specs th,
.pdp-specs td{ padding:10px 14px; border:1px solid var(--hp-line); vertical-align:top; font-size:14px; }
.pdp-specs th{ width:38%; color:var(--hp-muted); font-weight:700; background:transparent; text-align:start; }
.pdp-specs td{ font-weight:700; color:var(--hp-ink); }
.pdp-specs tr:hover{ background:rgba(0,0,0,.03); }
.pdp-specs__group th{ background:var(--hp-bg); color:var(--hp-ink); font-weight:800; width:auto; }
@media (max-width:767px){ .pdp-specs th{ width:44%; } }

.rv-stars{ color:var(--hp-star); letter-spacing:1px; white-space:nowrap; }
.rv-stars--lg{ font-size:1.15rem; }
.rv-avg{ font-size:2.6rem; font-weight:800; line-height:1.1; color:var(--hp-ink); }
.rv-summary{ row-gap:16px; }
.rv-bar-row{ display:flex; align-items:center; gap:10px; margin-bottom:6px; }
.rv-bar-label{ flex:0 0 46px; font-size:13px; color:var(--hp-muted); white-space:nowrap; }
.rv-bar-label .fa-star{ color:var(--hp-star); font-size:11px; }
.rv-bar{ flex:1 1 auto; height:8px; background:#eef0f3; overflow:hidden; }
.rv-bar__fill{ display:block; height:100%; background:var(--hp-star); }
.rv-bar-count{ flex:0 0 34px; text-align:end; font-size:13px; color:var(--hp-muted); }

.rv-picker{ display:flex; align-items:center; gap:4px; }
.rv-picker__star{
  border:0; background:none; padding:2px; cursor:pointer;
  font-size:1.5rem; color:var(--hp-star); line-height:1;
}
.rv-picker__star:hover{ transform:scale(1.08); }
.rv-picker__hint{ margin-inline-start:10px; }
.rv-list{ display:flex; flex-direction:column; gap:18px; }
.rv-item{ display:flex; gap:12px; }
.rv-item__avatar{
  flex:0 0 40px; width:40px; height:40px; border-radius:50%;
  background:#eef0f3; color:#374151;
  display:flex; align-items:center; justify-content:center; font-weight:800; font-size:14px;
}
.rv-item__body{ flex:1 1 auto; min-width:0; }
.rv-item__head{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.rv-item__date{ margin-inline-start:auto; }
.rv-item__text{ margin-top:4px; color:var(--hp-body); overflow-wrap:anywhere; }
.rv-verified{ font-size:12px; font-weight:700; color:var(--hp-ok); }

.pdp-rating{ display:inline-flex; align-items:center; gap:6px; text-decoration:none; color:inherit; }
.pdp-rating:hover{ text-decoration:underline; }
.pdp-rating__count{ font-size:13px; color:var(--hp-muted); }

.pdp-share-wrap{ display:inline-block; }
.pdp-share-modal .modal-content{ border:1px solid var(--hp-line); border-radius:0; }
.pdp-share-modal .modal-header{ border-bottom:1px solid var(--hp-line); }
.pdp-share-modal .modal-title{ font-size:1rem; font-weight:700; color:var(--hp-ink); }
.pdp-share-modal .modal-title i{ color:var(--hp-brand); margin-inline-end:6px; }
.pdp-share-grid{
  display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:10px;
}
.pdp-share-opt{
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px;
  padding:16px 8px; border:1px solid var(--hp-line); background:#fff;
  color:var(--hp-ink); font-size:13px; font-weight:600; text-decoration:none; cursor:pointer;
  transition:border-color .15s ease, background .15s ease;
}
.pdp-share-opt i{ font-size:24px; }
.pdp-share-opt:hover{ background:#f8f9fa; border-color:var(--hp-brand); color:var(--hp-brand); }
#pdpShareUrl{ direction:ltr; text-align:start; font-size:13px; }

.pdp-zoom{
  position:fixed; inset:0; z-index:1080;
  display:flex; align-items:center; justify-content:center;
  background:rgba(35,32,33,.93); padding:56px 16px;
}
.pdp-zoom[hidden]{ display:none; }
.pdp-zoom__img{ max-width:100%; max-height:100%; object-fit:contain; }
.pdp-zoom__close,
.pdp-zoom__nav{
  position:absolute; border:0; cursor:pointer;
  width:44px; height:44px; border-radius:50%;
  background:rgba(255,255,255,.12); color:#fff; font-size:18px;
}
.pdp-zoom__close:hover,
.pdp-zoom__nav:hover{ background:rgba(255,255,255,.25); }
.pdp-zoom__close{ top:14px; inset-inline-end:14px; }
.pdp-zoom__nav--prev{ inset-inline-start:14px; }
.pdp-zoom__nav--next{ inset-inline-end:14px; }
.pdp-zoom__count{ position:absolute; bottom:16px; color:#fff; font-size:13px; opacity:.8; }
@media (max-width:575px){ .pdp-zoom__nav{ width:38px; height:38px; font-size:15px; } }

.rv-recent{
  display:block; text-decoration:none; color:inherit;
  border:1px solid var(--hp-line); padding:8px; height:100%;
}
.rv-recent:hover{ border-color:var(--hp-brand); color:inherit; }
.rv-recent img{ width:100%; height:90px; object-fit:contain; display:block; margin-bottom:6px; }
.rv-recent__title{
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
  overflow:hidden; font-size:12px; line-height:1.35; min-height:32px;
}
.rv-recent__price{ display:block; font-weight:800; font-size:13px; margin-top:4px; }

.hp-panel__head{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap;
}
.hp-panel__title{
  display:flex; align-items:center; gap:8px;
  font-size:1rem; font-weight:700; margin:0; color:var(--hp-ink);
}
.hp-panel__title i{ color:var(--hp-brand); }
.hp-panel__count{
  display:inline-block; min-width:22px; padding:1px 7px;
  background:var(--hp-brand); color:#fff; font-size:12px; font-weight:700; text-align:center;
}
.hp-panel__actions{ margin-inline-start:auto; display:flex; gap:8px; flex-wrap:wrap; }

.hp-empty{ text-align:center; padding:40px 16px; color:var(--hp-muted); }
.hp-empty i{ font-size:34px; margin-bottom:12px; display:block; opacity:.4; }
.hp-empty p{ margin:0; }

.hp-listing-head{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap; margin-bottom:12px;
}
.hp-listing-head h1{
  font-size:1.25rem; font-weight:700; margin:0; color:var(--hp-ink);
}

.hp-toolbar{
  display:flex; align-items:center; gap:10px; flex-wrap:wrap;
  padding:10px 14px; background:#fff; border:1px solid var(--hp-line); margin-bottom:16px;
}
.hp-toolbar__count{ font-size:13px; color:var(--hp-muted); }
.hp-toolbar__sort{ margin-inline-start:auto; display:flex; align-items:center; gap:8px; }
.hp-toolbar__sort label{ font-size:13px; color:var(--hp-muted); margin:0; white-space:nowrap; }
.hp-toolbar__sort select{ max-width:220px; }

.hp-chips{ display:flex; flex-wrap:wrap; gap:8px; align-items:center; margin-bottom:12px; }
.hp-chips__lbl{ font-size:12px; font-weight:700; color:var(--hp-muted); }
.hp-chip{
  display:inline-flex; align-items:center; gap:8px;
  padding:4px 10px; font-size:13px; text-decoration:none;
  background:#fff; border:1px solid var(--hp-line); color:var(--hp-ink);
}
.hp-chip:hover{ border-color:var(--hp-brand); color:var(--hp-brand); }
.hp-chip i{ font-size:11px; opacity:.7; }
.hp-chip--clear{ border-style:dashed; color:var(--hp-muted); }

.card-rate{
  display:block; margin-bottom:4px; font-size:12px;
  color:var(--hp-star); line-height:1.4; white-space:nowrap;
}
.card-rate small{ color:var(--hp-muted); margin-inline-start:4px; }

.pdp-tabs .nav-tabs{ border-bottom:1px solid var(--hp-line); margin-bottom:0; }
.pdp-tabs .tab-content{ padding:16px; }

.hp-crumb{
  display:flex; flex-wrap:wrap; align-items:center; gap:6px;
  list-style:none; margin:0 0 16px; padding:0 0 10px;
  border-bottom:1px solid var(--hp-line); font-size:13px;
}
.hp-crumb li{ display:flex; align-items:center; gap:6px; background:none; padding:0; }
.hp-crumb li + li::before{ content:"›"; color:var(--hp-muted); }
.hp-crumb a{ color:var(--hp-muted); text-decoration:none; }
.hp-crumb a:hover{ color:var(--hp-brand); }
.hp-crumb .is-current{ color:var(--hp-ink); font-weight:700; }

.hp-tabs{ background:#fff; border:1px solid var(--hp-line); margin-bottom:16px; }
.hp-tabs__nav,
.admin-tabs{
  display:flex; flex-wrap:wrap; gap:0; list-style:none; margin:0 0 16px; padding:0 8px;
  border-bottom:1px solid var(--hp-line); background:#fbfbfc;
}
.hp-tabs .hp-tabs__nav{ margin-bottom:0; }
.hp-tabs__btn,
.admin-tabs__btn{
  border:0; background:none; cursor:pointer;
  padding:12px 16px; font-size:14px; font-weight:700; color:var(--hp-muted);
  border-bottom:2px solid transparent; margin-bottom:-1px;
}
.hp-tabs__btn:hover,
.admin-tabs__btn:hover{ color:var(--hp-ink); }
.hp-tabs__btn.active,
.admin-tabs__btn.is-active{ color:var(--hp-brand); border-bottom-color:var(--hp-brand); }
.hp-tabs__body{ padding:20px; }
.hp-tabs__body > .tab-pane{ display:none; }
.hp-tabs__body > .tab-pane.active{ display:block; }
.hp-tabs__body table{ width:100%; }
.hp-tabs__body iframe{ width:100%; max-width:100%; }
.hp-tabs__body img{ max-width:100%; height:auto; }
.hp-tabs__body ul{ padding-inline-start:20px; }
@media (max-width:575px){
  .hp-tabs__btn{ padding:10px 12px; font-size:13px; }
  .hp-tabs__body{ padding:14px; }
}

.hp-price{ display:flex; align-items:baseline; flex-wrap:wrap; gap:10px; }
.hp-price__now{ font-size:1.75rem; font-weight:800; color:var(--hp-ink); line-height:1.1; }
.hp-price--sale .hp-price__now{ color:var(--hp-brand); }
.hp-price__was{ font-size:1rem; color:var(--hp-muted); text-decoration:line-through; }
.hp-price__off{
  padding:2px 8px; font-size:12px; font-weight:700;
  background:var(--hp-brand); color:#fff;
}

.hp-stock{
  display:inline-flex; align-items:center; gap:7px;
  padding:4px 11px; font-size:13px; font-weight:700;
}
.hp-stock::before{ content:""; width:8px; height:8px; border-radius:50%; background:currentColor; }
.hp-stock--in{ background:#e8f6ed; color:var(--hp-ok); }
.hp-stock--out{ background:#fdecec; color:var(--hp-danger); }

.hp-buybox__title{ font-size:1.15rem; font-weight:700; color:var(--hp-ink); line-height:1.5; margin:0 0 6px; }
.hp-buybox__brand{ display:inline-block; font-size:13px; font-weight:700; color:var(--hp-brand); }
.hp-buybox__row{ display:flex; align-items:center; flex-wrap:wrap; gap:10px; margin-bottom:16px; }
.hp-buybox__actions{ display:flex; align-items:center; flex-wrap:wrap; gap:10px; }
.hp-buybox__actions .btn{ min-width:150px; }
.hp-buybox__meta{
  display:flex; flex-wrap:wrap; gap:6px 24px;
  margin-top:16px; padding-top:14px; border-top:1px solid var(--hp-line-soft);
  font-size:13px; color:var(--hp-muted);
}
.hp-buybox__meta b{ color:var(--hp-ink); font-weight:700; }

.hp-feat{ display:block; text-align:center; padding:12px 8px; height:100%; border:1px solid transparent; }
.hp-feat:hover{ border-color:var(--hp-line); }
.hp-feat img{ width:56px; height:56px; object-fit:contain; margin-bottom:8px; }
.hp-feat__label{ font-size:13px; font-weight:700; color:var(--hp-ink); line-height:1.4; }

.card-product-grid .price{ color:var(--hp-ink); }
.card-product-grid .price-old{ color:var(--hp-muted); text-decoration:line-through; }

.hp-sec-title{
  display:flex; align-items:center; gap:8px;
  font-size:1rem; font-weight:700; color:var(--hp-ink); margin:0 0 16px;
}
.hp-sec-title i{ color:var(--hp-brand); }

.gallery-wrap{ display:block; }
.gallery-wrap .carousel-item img{ width:100%; height:360px; object-fit:contain; background:#fff; }
.input-qty .form-control{ border-inline:0; }
.input-qty .btn{ border:1px solid var(--hp-line); }
@media (max-width:575px){ .gallery-wrap .carousel-item img{ height:260px; } }

.admin-crumb.breadcrumb{ padding:0 0 10px; border-bottom:1px solid var(--hp-line); font-size:13px; }
.admin-crumb .breadcrumb-item{ background:none; }
.admin-crumb .breadcrumb-item a{ color:var(--hp-muted); text-decoration:none; }
.admin-crumb .breadcrumb-item a:hover{ color:var(--hp-brand); }
.admin-crumb .breadcrumb-item.active{ color:var(--hp-ink); font-weight:700; background:none; }

.hp-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));
  gap:16px;
  align-items:stretch;
}
.hp-grid > *{ min-width:0; }
@media (min-width:576px){ .hp-grid{ grid-template-columns:repeat(auto-fill, minmax(180px,1fr)); } }
@media (min-width:1200px){ .hp-grid{ grid-template-columns:repeat(auto-fill, minmax(200px,1fr)); } }

.hp-grid--tight{ gap:12px; grid-template-columns:repeat(auto-fill, minmax(150px,1fr)); }

@media (max-width:575.98px){
  .hp-grid,
  .hp-grid--tight{ grid-template-columns:repeat(2, minmax(0,1fr)); gap:10px; }
}

.hp-pc{ position:relative; }

.hp-pc__media{ position:relative; }
.hp-pc__img{
  display:flex; align-items:center; justify-content:center;
  aspect-ratio:1 / 1; padding:12px; overflow:hidden; background:#fff;
}
.hp-pc__img img{ width:100%; height:100%; object-fit:contain; transition:transform .25s ease; }
.hp-pc:hover .hp-pc__img img{ transform:scale(1.04); }

.hp-pc__badge{
  position:absolute; top:8px; inset-inline-start:8px; z-index:3;
  padding:3px 8px; font-size:11px; font-weight:800; line-height:1.5;
  background:var(--hp-brand); color:#fff;
}
.hp-pc__badge--disc{ background:var(--hp-danger); }

.hp-pc__flags{
  position:absolute; inset-inline:8px; bottom:8px; z-index:3;
  display:flex; flex-wrap:wrap; gap:6px;
}
.hp-pc__flag{
  display:inline-flex; align-items:center; gap:5px;
  padding:3px 8px; font-size:11px; font-weight:700;
  background:#fff; border:1px solid var(--hp-line); color:var(--hp-ink);
  max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.hp-pc__flag i{ font-size:10px; color:var(--hp-brand); }

.hp-pc__body{
  display:flex; flex-direction:column; gap:7px;
  flex:1 1 auto; min-height:0; padding:10px 12px 12px;
  border-top:1px solid var(--hp-line-soft);
}
.hp-pc__title{
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
  overflow:hidden; text-decoration:none;
  font-size:13px; font-weight:600; line-height:1.4; min-height:2.8em;
  color:var(--hp-body);
}
.hp-pc__title:hover{ color:var(--hp-brand); }
.hp-pc__body .card-rate{ margin:0; }

.hp-pc__price{ display:flex; align-items:baseline; flex-wrap:wrap; gap:8px; margin-top:auto; }

.hp-pc__price .price{ font-size:17px !important; font-weight:800; color:var(--hp-ink) !important; line-height:1.2; }
.hp-pc__price--sale .price{ color:var(--hp-brand) !important; }
.hp-pc__price .price-old{
  margin:0 !important; font-size:12.5px !important;
  color:var(--hp-muted); text-decoration:line-through;
}

.hp-pc__foot{ margin-top:2px; }
.hp-pc__add{
  display:inline-flex; align-items:center; justify-content:center; gap:7px;
  width:100%; padding:9px 8px; border:0;
  font-size:12.5px; font-weight:700; line-height:1.2; white-space:nowrap;
  cursor:pointer; color:#fff;
}
.hp-pc__add i{ min-width:auto; margin:0; font-size:13px; }

.hp-pc__add.btn-primary{ background:var(--hp-brand); }
.hp-pc__add.btn-primary:hover{ background:var(--hp-brand-dark); }
.hp-pc__add.btn-danger{ background:var(--hp-ok); }
.hp-pc__add.btn-danger:hover{ background:var(--hp-ok); }
.hp-pc__out{
  display:block; width:100%; text-align:center;
  padding:9px 8px; background:var(--hp-bg);
  font-size:12.5px; font-weight:700; color:var(--hp-muted);
}

@media (max-width:575.98px){
  .hp-pc__img{ padding:8px; }
  .hp-pc__body{ padding:8px 10px 10px; gap:6px; }
  .hp-pc__title{ font-size:12.5px; }
  .hp-pc__price .price{ font-size:15px !important; }
}

.hp-footer{ background:var(--hp-ink); color:rgba(255,255,255,.72); }
.hp-footer__grid{
  display:grid; gap:32px; padding:44px 0 32px;
  grid-template-columns:1.4fr 1fr 1fr 1.2fr;
}
@media (max-width:991.98px){ .hp-footer__grid{ grid-template-columns:1fr 1fr; gap:28px; } }
@media (max-width:575.98px){ .hp-footer__grid{ grid-template-columns:1fr; gap:24px; padding:32px 0 24px; } }

.hp-footer__col{ min-width:0; }
.hp-footer__col--brand{ max-width:36ch; }
.hp-footer__head{
  position:relative; margin:0 0 16px; padding-bottom:10px;
  font-size:14px; font-weight:700; color:#fff; letter-spacing:.01em;
}
.hp-footer__head::after{
  content:""; position:absolute; bottom:0; inset-inline-start:0;
  width:32px; height:2px; background:var(--hp-brand);
}

.hp-footer__links,
.hp-footer__contact{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.hp-footer__links a{ color:rgba(255,255,255,.72); text-decoration:none; font-size:14px; line-height:1.5; }
.hp-footer__links a:hover{ color:var(--hp-brand); }

.hp-footer__contact li{ display:flex; align-items:flex-start; gap:10px; font-size:14px; line-height:1.6; }
.hp-footer__contact i{ flex:0 0 16px; margin-top:4px; color:var(--hp-brand); font-size:14px; }
.hp-footer__contact a{ color:rgba(255,255,255,.72); text-decoration:none; }
.hp-footer__contact a:hover{ color:var(--hp-brand); }

.hp-footer__logo{ height:38px; width:auto; margin-bottom:14px; }
.hp-footer__tag{ font-size:13px; line-height:1.7; margin:0 0 16px; max-width:34ch; }
.hp-footer__social{ display:flex; gap:10px; }
.hp-footer__social a{
  display:inline-flex; align-items:center; justify-content:center;
  width:36px; height:36px; border-radius:50%;
  background:rgba(255,255,255,.08); color:#fff; font-size:15px;
  transition:background .15s ease;
}
.hp-footer__social a:hover{ background:var(--hp-brand); color:#fff; }

.hp-footer__bar{
  display:flex; align-items:center; justify-content:space-between;
  flex-wrap:wrap; gap:12px;
  padding:18px 0; border-top:1px solid rgba(255,255,255,.12);
}
.hp-footer__copy{ margin:0; font-size:13px; color:rgba(255,255,255,.55); }
.hp-footer__pay{ display:flex; gap:10px; font-size:26px; color:rgba(255,255,255,.55); }
@media (max-width:575.98px){ .hp-footer__bar{ justify-content:center; text-align:center; } }

.hp-hero{ position:relative; margin:0; background:var(--hp-ink); overflow:hidden; }
.hp-hero__link{ display:block; position:relative; color:inherit; text-decoration:none; touch-action:manipulation; -webkit-tap-highlight-color:transparent; }
.hp-hero__img{
  display:block; width:100%; height:auto;
  aspect-ratio:16 / 5; max-height:560px; object-fit:cover;
}
@media (max-width:991.98px){ .hp-hero__img{ aspect-ratio:16 / 7; } }
@media (max-width:767.98px){ .hp-hero__img{ aspect-ratio:4 / 3; max-height:none; } }

.hp-hero__cap{
  position:absolute; inset-inline-start:0; inset-inline-end:0; bottom:0;
  padding:56px 28px 26px;
  background:linear-gradient(rgba(35,32,33,0) 0%, rgba(35,32,33,.78) 72%);
  color:#fff; pointer-events:none; z-index:2;
}
.hp-hero__cap .btn{ position:relative; z-index:3; }
.hp-hero__title{ margin:0 0 6px; font-size:1.6rem; font-weight:800; line-height:1.3; color:#fff; }
.hp-hero__sub{ margin:0 0 14px; font-size:1rem; color:rgba(255,255,255,.85); max-width:60ch; }
@media (max-width:767.98px){
  .hp-hero__cap{ padding:40px 16px 18px; }
  .hp-hero__title{ font-size:1.15rem; }
  .hp-hero__sub{ font-size:.875rem; margin-bottom:10px; }
}

.hp-hero__nav{ width:9%; opacity:0; z-index:4; transition:opacity .15s ease; }
.hp-hero:hover .hp-hero__nav{ opacity:.85; }
.hp-hero__nav:focus-visible{ opacity:1; }
@media (max-width:767.98px){ .hp-hero__nav{ opacity:.7; width:14%; } }

.hp-hero__dots{ margin-bottom:10px; z-index:4; }
.hp-hero__dots button{
  width:26px; height:4px; border:0; border-radius:0;
  background:rgba(255,255,255,.45); opacity:1; transition:background .15s ease;
}
.hp-hero__dots button.active{ background:var(--hp-brand); }

.hp-cat{ display:grid; grid-template-columns:264px minmax(0,1fr); gap:16px; align-items:start; }
.hp-cat--wide{ grid-template-columns:minmax(0,1fr); }
.hp-cat__main{ min-width:0; }
@media (max-width:991.98px){ .hp-cat{ grid-template-columns:minmax(0,1fr); } }

.hp-filters{
  background:#fff; border:1px solid var(--hp-line);
  position:sticky; top:16px; max-height:calc(100vh - 32px); display:flex; flex-direction:column;
}
.hp-filters__head{
  display:flex; align-items:center; gap:10px;
  padding:12px 16px; border-bottom:1px solid var(--hp-line); background:#fbfbfc;
}
.hp-filters__title{
  display:flex; align-items:center; gap:8px; margin:0;
  font-size:1rem; font-weight:700; color:var(--hp-ink);
}
.hp-filters__title i{ color:var(--hp-brand); }
.hp-filters__close{
  margin-inline-start:auto; width:32px; height:32px;
  border:1px solid var(--hp-line); background:#fff; color:var(--hp-muted); cursor:pointer;
}
.hp-filters__body{ padding:16px; overflow-y:auto; }

.hp-fgroup{ padding-bottom:16px; margin-bottom:16px; border-bottom:1px solid var(--hp-line-soft); }
.hp-fgroup:last-of-type{ border-bottom:0; }
.hp-flabel{ display:block; margin-bottom:8px; font-size:13px; font-weight:700; color:var(--hp-ink); }
.hp-fhint{ display:block; margin-top:6px; font-size:12px; color:var(--hp-muted); }
.hp-fprice{ display:flex; align-items:center; gap:8px; }
.hp-fprice span{ color:var(--hp-muted); }
.hp-fscroll{ max-height:220px; overflow-y:auto; }

.hp-check{
  display:flex; align-items:center; gap:9px;
  padding:5px 0; font-size:13.5px; color:var(--hp-body); cursor:pointer; margin:0;
}
.hp-check:hover{ color:var(--hp-ink); }
.hp-check input{ flex:0 0 auto; accent-color:var(--hp-brand); width:15px; height:15px; }
.hp-check span{ min-width:0; overflow-wrap:anywhere; }

.hp-filters__actions{ display:flex; flex-direction:column; gap:8px; padding-top:4px; }

.hp-backdrop{ display:none; }
@media (max-width:991.98px){
  .hp-filters{
    position:fixed; inset-block:0; inset-inline-start:0; z-index:1080;
    width:86%; max-width:330px; max-height:none;
    transform:translateX(-105%); transition:transform .25s ease;
  }
  html[dir="rtl"] .hp-filters{ transform:translateX(105%); }
  .hp-filters.is-open,
  html[dir="rtl"] .hp-filters.is-open{ transform:none; }
  .hp-filters.is-open ~ .hp-backdrop{ display:block; position:fixed; inset:0; z-index:1070; background:rgba(35,32,33,.45); }
}

.hp-tools{ display:flex; align-items:center; gap:8px; flex-wrap:wrap; margin-inline-start:auto; }
.hp-tools__filters{
  display:inline-flex; align-items:center; gap:7px;
  padding:6px 12px; font-size:13px; font-weight:700;
  border:1px solid var(--hp-line); background:#fff; color:var(--hp-ink); cursor:pointer;
}
.hp-tools__filters i{ color:var(--hp-brand); }
.hp-tools__sort{ width:auto; min-width:180px; }
.hp-view{ display:inline-flex; border:1px solid var(--hp-line); }
.hp-view__btn{
  width:34px; height:32px; border:0; background:#fff; color:var(--hp-muted);
  display:grid; place-items:center; cursor:pointer; font-size:13px;
}
.hp-view__btn + .hp-view__btn{ border-inline-start:1px solid var(--hp-line); }
.hp-view__btn.is-active{ background:var(--hp-brand); color:#fff; }

.hp-subnav{ display:flex; gap:10px; overflow-x:auto; padding-bottom:4px; }
.hp-subcard{
  flex:0 0 116px; width:116px;
  background:#fff; border:1px solid var(--hp-line); text-decoration:none; overflow:hidden;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.hp-subcard:hover{ border-color:var(--hp-brand); box-shadow:0 6px 16px rgba(35,32,33,.08); }
.hp-subcard.is-current{ border-color:var(--hp-brand); box-shadow:inset 0 0 0 1px var(--hp-brand); }
.hp-subcard__img{ display:flex; align-items:center; justify-content:center; aspect-ratio:1/1; background:#fff; }
.hp-subcard__img img{ width:100%; height:100%; object-fit:contain; padding:10px; }
.hp-subcard__name{
  display:block; padding:7px 8px; border-top:1px solid var(--hp-line);
  font-size:12.5px; font-weight:700; text-align:center; color:var(--hp-ink);
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.hp-grid--list{ grid-template-columns:minmax(0,1fr) !important; }
.hp-grid--list .hp-pc{ flex-direction:row; align-items:stretch; }
.hp-grid--list .hp-pc__media{ flex:0 0 150px; width:150px; }
.hp-grid--list .hp-pc__img{ aspect-ratio:auto; height:100%; }
.hp-grid--list .hp-pc__body{ flex:1 1 auto; border-top:0; border-inline-start:1px solid var(--hp-line-soft); }
.hp-grid--list .hp-pc__title{ -webkit-line-clamp:3; min-height:0; font-size:14px; }
.hp-grid--list .hp-pc__foot{ max-width:230px; }
@media (max-width:575.98px){
  .hp-grid--list .hp-pc__media{ flex:0 0 108px; width:108px; }
  .hp-grid--list .hp-pc__foot{ max-width:none; }
}

.sh{
  --sh-bg:#231f20;
  --sh-fg:#fff;
  --sh-gap:clamp(8px, 1.4vw, 16px);
  position:relative; z-index:1040;
  background:var(--sh-bg); color:var(--sh-fg);
}
.sh__inner{
  width:min(100%, 1320px); margin-inline:auto;
  display:flex; align-items:center; flex-wrap:wrap;
  gap:var(--sh-gap);
  padding-inline:clamp(16px, 3vw, 28px);
  padding-block:14px;
}

.sh a{ color:inherit; text-decoration:none; }
.sh :focus-visible,
.sh-oc :focus-visible{ outline:2px solid var(--hp-brand); outline-offset:2px; border-radius:2px; }

.sh__burger{
  display:none; flex-direction:column; justify-content:center; gap:5px;
  width:42px; height:42px; padding:11px 9px; flex:0 0 auto;
  border:0; background:none; cursor:pointer;
  color:var(--sh-fg); -webkit-appearance:none; appearance:none;
}
.sh__burger span{ display:block; height:2px; border-radius:2px; background:currentColor; transition:background .15s ease; }
.sh__burger:hover{ color:var(--hp-brand); }

.sh__brand{ display:inline-flex; align-items:center; flex:0 0 auto; }
.sh__brand img{ height:40px; width:auto; display:block; }

.sh__nav{ display:flex; align-items:center; gap:2px; flex:0 0 auto; }
.sh__link{
  display:inline-flex; align-items:center; gap:7px;
  padding:8px 10px; font-size:15px; white-space:nowrap;
}
.sh__link:hover{ color:var(--hp-brand); }
.sh__link i{ font-size:15px; }

.sh__pill{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:18px; height:18px; padding-inline:5px;
  background:var(--hp-brand); color:#fff; border-radius:99px;
  font-size:11px; font-weight:700; line-height:1; text-align:center;
}
.sh__pill--dot{
  position:absolute; top:4px; inset-inline-end:2px;
  border:2px solid var(--sh-bg); min-width:20px; height:20px;
}

.sh__search{ display:flex; flex:1 1 220px; min-width:0; max-width:560px; }
.sh__input{
  flex:1 1 auto; min-width:0; height:40px; padding-inline:14px;
  border:0; background:#fff; color:var(--hp-ink); font-size:14px;
}
.sh__input::placeholder{ color:var(--hp-muted); }
.sh__input:focus{ outline:0; box-shadow:inset 0 0 0 2px var(--hp-brand); }
.sh__go{
  flex:0 0 auto; width:46px; height:40px; border:0; cursor:pointer;
  background:var(--hp-brand); color:#fff; font-size:15px;
  -webkit-appearance:none; appearance:none;
}
.sh__go:hover{ background:var(--hp-brand-dark); }

.sh__actions{ display:flex; align-items:center; gap:2px; flex:0 0 auto; margin-inline-start:auto; }
.sh__act{
  position:relative; display:inline-flex; align-items:center; justify-content:center;
  width:44px; height:44px; font-size:18px;
}
.sh__act:hover{ color:var(--hp-brand); }
.sh__act img{ display:block; width:26px; height:26px; object-fit:contain; }

@media (min-width:992px){
  .sh__nav{ margin-inline-end:auto; }
}
@media (max-width:991.98px){
  .sh__burger{ display:inline-flex; }
  .sh__nav{ display:none; }
  .sh__brand{ margin-inline-end:auto; }
  .sh__brand img{ height:34px; }
  .sh__act--lg{ display:none; }
  .sh__search{ order:10; flex:1 0 100%; max-width:none; }
  .sh__inner{ padding-block:12px; row-gap:12px; }
}

@media (prefers-reduced-motion: reduce){
  .sh__burger span, .sh__link, .sh__act{ transition:none; }
}

.sh-oc{ background:#231f20; color:#fff; width:min(86%, 330px); }
@media (min-width:992px){ .sh-oc{ display:none !important; } }
.sh-oc__head{ border-bottom:1px solid rgb(255 255 255 / 12%); padding:14px 16px; }
.sh-oc__logo{ height:30px; width:auto; }
.sh-oc__body{ padding:0; display:flex; flex-direction:column; }
.sh-oc__title{
  margin:0; padding:14px 16px 6px;
  font-size:11px; font-weight:700; letter-spacing:.06em;
  text-transform:uppercase; color:rgb(255 255 255 / 45%);
}
.sh-oc__list{ display:flex; flex-direction:column; }
.sh-oc__item{
  display:flex; align-items:center; gap:11px;
  padding:13px 16px; color:#fff; text-decoration:none; font-size:15px;
  border-top:1px solid rgb(255 255 255 / 7%);
}
.sh-oc__item:first-child{ border-top:0; }
.sh-oc__item:hover,
.sh-oc__item:focus{ background:rgb(255 255 255 / 6%); color:var(--hp-brand); }
.sh-oc__item i{ width:20px; text-align:center; font-size:15px; color:var(--hp-brand); }
.sh-oc__item img{ width:20px; height:20px; object-fit:contain; }
.sh-oc__item span{ flex:1 1 auto; min-width:0; }
.sh-oc__foot{ margin-top:auto; border-top:1px solid rgb(255 255 255 / 12%); }

.hp-tabs__body > .tab-pane > p:first-child{ margin-top:0; }
.hp-tabs__body > .tab-pane > p:last-child{ margin-bottom:0; }
.hp-tabs__body p{ margin:0 0 .85rem; line-height:1.9; }
.hp-tabs__body p:empty{ display:none; }
.hp-tabs__body br + br{ display:none; }
.hp-tabs__body ul,
.hp-tabs__body ol{ margin:0 0 .85rem; padding-inline-start:22px; }
.hp-tabs__body li{ margin-bottom:.4rem; line-height:1.8; }
.hp-tabs__body h1,.hp-tabs__body h2,.hp-tabs__body h3,
.hp-tabs__body h4,.hp-tabs__body h5,.hp-tabs__body h6{
  font-size:1rem; font-weight:700; color:var(--hp-ink); margin:1.2rem 0 .6rem;
}

.hp-rte{ color:var(--hp-ink); font-size:15px; }
.hp-rte > :first-child{ margin-top:0; }
.hp-rte > :last-child{ margin-bottom:0; }
.hp-rte p,
.hp-rte li,
.hp-rte span,
.hp-rte strong,
.hp-rte em{ color:inherit; font-size:inherit; background:none; }
.hp-rte a{ color:var(--hp-brand); text-decoration:underline; }
.hp-rte img{ max-width:100%; height:auto; }
.hp-rte table{ width:100%; border-collapse:collapse; margin:0 0 .85rem; }
.hp-rte th,
.hp-rte td{ border:1px solid var(--hp-line); padding:8px 10px; text-align:start; }

body.is-locked{ overflow:hidden; }
[data-zoom-index]{ cursor:zoom-in; }
.is-hidden{ display:none; }
.is-hidden--hard{ display:none; visibility:hidden; }
.hp-embed{ border:0; }
.hp-field--phonecode{ max-width:120px; }
.hp-qty--narrow{ max-width:140px; }

.rv-bar--0 .rv-bar__fill{ width:0%; }
.rv-bar--5 .rv-bar__fill{ width:5%; }
.rv-bar--10 .rv-bar__fill{ width:10%; }
.rv-bar--15 .rv-bar__fill{ width:15%; }
.rv-bar--20 .rv-bar__fill{ width:20%; }
.rv-bar--25 .rv-bar__fill{ width:25%; }
.rv-bar--30 .rv-bar__fill{ width:30%; }
.rv-bar--35 .rv-bar__fill{ width:35%; }
.rv-bar--40 .rv-bar__fill{ width:40%; }
.rv-bar--45 .rv-bar__fill{ width:45%; }
.rv-bar--50 .rv-bar__fill{ width:50%; }
.rv-bar--55 .rv-bar__fill{ width:55%; }
.rv-bar--60 .rv-bar__fill{ width:60%; }
.rv-bar--65 .rv-bar__fill{ width:65%; }
.rv-bar--70 .rv-bar__fill{ width:70%; }
.rv-bar--75 .rv-bar__fill{ width:75%; }
.rv-bar--80 .rv-bar__fill{ width:80%; }
.rv-bar--85 .rv-bar__fill{ width:85%; }
.rv-bar--90 .rv-bar__fill{ width:90%; }
.rv-bar--95 .rv-bar__fill{ width:95%; }
.rv-bar--100 .rv-bar__fill{ width:100%; }

.hp-video{ position:relative; width:100%; aspect-ratio:16 / 9; background:#000; }
.hp-video iframe{ position:absolute; inset:0; width:100%; height:100%; border:0; }
