:root {
  --shop-bg: #080808;
  --shop-card: #111111;
  --shop-soft: #171717;
  --shop-border: rgba(255, 255, 255, .12);
  --shop-muted: #a1a1a1;
  --shop-orange: #f96501;
  --shop-white: #f7f5f1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.nex-shop { margin: 0; background: var(--shop-bg); color: var(--shop-white); font-family: "ClashDisplay", Arial, sans-serif; overflow-x: hidden; }
.nex-shop a { color: inherit; text-decoration: none; }
.nex-shop button, .nex-shop input, .nex-shop select { font: inherit; }
.shop-shell { width: min(1320px, calc(100% - 48px)); margin: 0 auto; }
.shop-header { position: relative; z-index: 20; border-bottom: 1px solid var(--shop-border); background: rgba(8, 8, 8, .92); backdrop-filter: blur(18px); }
.shop-nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.shop-logo img { width: 190px; height: auto; display: block; }
.shop-links { display: flex; align-items: center; gap: 38px; color: #c6c6c6; font-size: 15px; }
.shop-links a { position: relative; padding: 10px 0; }
.shop-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--shop-orange); transition: right .25s ease; }
.shop-links a:hover::after, .shop-links a.is-active::after { right: 0; }
.shop-cart-link { display: flex; align-items: center; gap: 9px; font-size: 15px; }
.shop-cart-link i { font-size: 20px; }
.shop-cart-count { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--shop-orange); font-size: 12px; }
.shop-eyebrow { margin: 0 0 20px; color: var(--shop-orange); font-size: 13px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.shop-hero { min-height: 630px; padding: 100px 0 76px; display: flex; align-items: flex-end; background: radial-gradient(circle at 78% 25%, rgba(249,101,1,.18), transparent 28%), linear-gradient(120deg, #090909 30%, #12100f); border-bottom: 1px solid var(--shop-border); }
.shop-hero h1 { margin: 0; max-width: 1040px; color: #fff; font-size: clamp(64px, 9vw, 136px); font-weight: 500; line-height: .85; letter-spacing: -.055em; }
.shop-hero h1 span { color: var(--shop-orange); }
.shop-hero-bottom { margin-top: 64px; display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.shop-hero-bottom p { max-width: 610px; margin: 0; color: #b4b4b4; font-size: 20px; line-height: 1.55; }
.shop-text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid #fff; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; }
.shop-catalogue { padding: 110px 0 130px; }
.shop-catalogue-head, .shop-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.shop-catalogue h2, .shop-features h2, .shop-specs h2, .shop-reviews h2, .shop-cta h2 { margin: 0; color: #fff; font-size: clamp(42px, 5vw, 72px); font-weight: 500; line-height: .98; letter-spacing: -.04em; }
.shop-search { width: min(360px, 100%); display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #565656; padding: 0 4px 12px; }
.shop-search input { flex: 1; min-width: 0; border: 0; outline: 0; color: #fff; background: transparent; }
.shop-search input::placeholder { color: #777; }
.shop-toolbar { margin: 60px 0 42px; padding: 18px 0; display: flex; justify-content: space-between; gap: 25px; align-items: center; border-top: 1px solid var(--shop-border); border-bottom: 1px solid var(--shop-border); }
.shop-filters { display: flex; gap: 9px; flex-wrap: wrap; }
.shop-filters button { padding: 10px 17px; border: 1px solid var(--shop-border); border-radius: 999px; color: #aaa; background: transparent; cursor: pointer; transition: .2s ease; }
.shop-filters button:hover, .shop-filters button.is-active { color: #fff; border-color: var(--shop-orange); background: var(--shop-orange); }
.shop-sort { display: flex; gap: 10px; align-items: center; color: var(--shop-muted); white-space: nowrap; }
.shop-sort select { padding: 8px 30px 8px 10px; color: #fff; border: 0; outline: 0; background: #111; }
.shop-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px 30px; }
.shop-product-card[hidden] { display: none; }
.shop-product-image { position: relative; aspect-ratio: 1.35; display: block; overflow: hidden; background: var(--shop-card); }
.shop-product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.55)); opacity: 0; transition: .35s ease; }
.shop-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.shop-product-card:hover .shop-product-image img { transform: scale(1.045); }
.shop-product-card:hover .shop-product-image::after { opacity: 1; }
.shop-badge { position: absolute; z-index: 3; left: 18px; top: 18px; padding: 8px 12px; border-radius: 999px; color: #111; background: #fff; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.shop-view { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: -30px; display: flex; justify-content: space-between; opacity: 0; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; transition: .3s ease; }
.shop-product-card:hover .shop-view { bottom: 22px; opacity: 1; }
.shop-product-info { padding-top: 22px; display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; }
.shop-product-info p { margin: 0 0 6px; color: var(--shop-muted); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.shop-product-info h3 { margin: 0; color: #fff; font-size: 26px; font-weight: 500; }
.shop-product-info strong { color: #fff; font-size: 18px; font-weight: 500; white-space: nowrap; }
.shop-empty { padding: 60px 0; color: var(--shop-muted); text-align: center; }
.shop-cta { padding: 90px 0; background: var(--shop-orange); }
.shop-cta .shop-eyebrow { color: rgba(255,255,255,.75); }
.shop-cta-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.shop-btn { min-height: 58px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 0; border-radius: 2px; cursor: pointer; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; font-size: 13px; transition: transform .2s ease, background .2s ease; }
.shop-btn:hover { transform: translateY(-2px); }
.shop-btn-light { color: #111 !important; background: #fff; }
.shop-btn-primary { color: #fff; background: var(--shop-orange); }
.shop-footer { padding: 74px 0 32px; background: #030303; }
.shop-footer-top { padding-bottom: 58px; display: flex; justify-content: space-between; align-items: flex-start; }
.shop-footer-top img { width: 210px; }
.shop-footer-top p { margin: 0; color: #fff; font-size: 25px; line-height: 1.25; text-align: right; }
.shop-footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--shop-border); color: #777; font-size: 13px; }

.shop-breadcrumb { padding-top: 32px; display: flex; align-items: center; gap: 10px; color: #777; font-size: 13px; }
.shop-breadcrumb a:hover { color: #fff; }
.shop-detail { padding: 45px 0 115px; }
.shop-detail-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr); gap: 80px; align-items: start; }
.shop-detail-media { position: sticky; top: 28px; min-height: 650px; display: grid; place-items: center; overflow: hidden; background: #181818; }
.shop-detail-media > img { width: 100%; min-height: 650px; object-fit: cover; }
.shop-media-note { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 15px 18px; display: flex; gap: 12px; align-items: center; color: #fff; background: rgba(0,0,0,.65); backdrop-filter: blur(10px); font-size: 13px; }
.shop-detail-copy { padding-top: 38px; }
.shop-detail-copy h1 { margin: 0 0 24px; color: #fff; font-size: clamp(48px, 5.5vw, 78px); font-weight: 500; line-height: .95; letter-spacing: -.045em; }
.shop-rating { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.shop-stars { color: var(--shop-orange); letter-spacing: 2px; }
.shop-rating a { color: #999; text-decoration: underline; }
.shop-detail-lead { margin: 28px 0; max-width: 610px; color: #aaa; font-size: 19px; line-height: 1.55; }
.shop-price { display: flex; align-items: baseline; gap: 14px; padding-bottom: 28px; border-bottom: 1px solid var(--shop-border); }
.shop-price strong { color: #fff; font-size: 32px; font-weight: 500; }
.shop-price span { color: #777; font-size: 13px; }
.shop-options { margin: 28px 0 0; padding: 0; border: 0; }
.shop-options legend { margin: 0 0 14px; color: #fff; font-size: 14px; }
.shop-options legend span { margin-left: 8px; color: #8d8d8d; }
.shop-swatches, .shop-configs { display: flex; gap: 10px; }
.shop-swatches button { width: 38px; height: 38px; padding: 4px; border: 2px solid transparent; border-radius: 50%; background: transparent; cursor: pointer; }
.shop-swatches button::after { content: ""; display: block; width: 100%; height: 100%; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: var(--swatch); }
.shop-swatches button.is-active { border-color: var(--shop-orange); }
.shop-configs button { min-width: 92px; padding: 13px 15px; border: 1px solid var(--shop-border); color: #aaa; background: transparent; cursor: pointer; }
.shop-configs button.is-active, .shop-configs button:hover { color: #fff; border-color: var(--shop-orange); }
.shop-buy-row { margin: 34px 0 22px; display: flex; gap: 12px; }
.shop-qty { min-width: 124px; height: 58px; display: inline-flex; align-items: center; justify-content: space-around; border: 1px solid var(--shop-border); }
.shop-qty button { width: 38px; height: 100%; border: 0; color: #fff; background: transparent; cursor: pointer; font-size: 20px; }
.shop-qty output { min-width: 24px; color: #fff; text-align: center; }
.shop-buy-row .shop-btn { flex: 1; }
.shop-service-line { margin: 10px 0; color: #999; font-size: 14px; }
.shop-service-line i { width: 24px; color: var(--shop-orange); }
.shop-features { padding: 120px 0; background: #f0ede7; color: #111; }
.shop-features h2 { color: #111; }
.shop-feature-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #c7c2ba; border-left: 1px solid #c7c2ba; }
.shop-feature-grid article { min-height: 310px; padding: 24px; border-right: 1px solid #c7c2ba; border-bottom: 1px solid #c7c2ba; }
.shop-feature-grid article > span { display: block; color: #777; font-size: 12px; }
.shop-feature-grid article > i { margin: 70px 0 30px; color: var(--shop-orange); font-size: 34px; }
.shop-feature-grid h3 { margin: 0 0 12px; font-size: 24px; font-weight: 500; }
.shop-feature-grid p { margin: 0; color: #686868; line-height: 1.55; }
.shop-specs { padding: 120px 0; }
.shop-specs-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.shop-specs dl { margin: 0; }
.shop-specs dl div { padding: 20px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-bottom: 1px solid var(--shop-border); }
.shop-specs dt { color: #777; font-weight: 400; }
.shop-specs dd { margin: 0; color: #fff; }
.shop-reviews { padding: 110px 0 130px; background: #111; }
.shop-score { display: flex; align-items: center; gap: 16px; }
.shop-score > strong { font-size: 56px; font-weight: 500; }
.shop-score > span { display: flex; flex-direction: column; color: var(--shop-orange); letter-spacing: 2px; }
.shop-score small { margin-top: 4px; color: #888; letter-spacing: 0; }
.shop-review-grid { margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.shop-review-grid blockquote { margin: 0; padding: 40px; border: 1px solid var(--shop-border); }
.shop-review-grid blockquote div { color: var(--shop-orange); }
.shop-review-grid blockquote p { margin: 34px 0 48px; color: #fff; font-size: 24px; line-height: 1.45; }
.shop-review-grid footer { color: #777; }

.nex-checkout { min-height: 100vh; background: #0b0b0b; }
.checkout-secure, .checkout-back { color: #aaa; font-size: 14px; }
.checkout-secure i, .checkout-back i { margin-right: 7px; color: var(--shop-orange); }
.checkout-main { padding: 70px 0 120px; }
.checkout-main > .shop-shell > h1 { margin: 0 0 56px; color: #fff; font-size: clamp(48px, 6vw, 84px); font-weight: 500; letter-spacing: -.05em; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: 54px; align-items: start; }
.checkout-form { display: grid; gap: 22px; }
.checkout-panel, .checkout-summary { padding: 34px; border: 1px solid var(--shop-border); background: #101010; }
.checkout-step { display: flex; gap: 18px; align-items: flex-start; }
.checkout-step > span { flex: 0 0 32px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--shop-orange); font-size: 13px; }
.checkout-step h2, .checkout-summary h2 { margin: 2px 0 5px; color: #fff; font-size: 23px; font-weight: 500; }
.checkout-step p { margin: 0; color: #777; font-size: 14px; }
.checkout-fields { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.checkout-fields label { color: #aaa; font-size: 13px; }
.checkout-fields label.is-wide { grid-column: 1 / -1; }
.checkout-fields input, .checkout-fields select { width: 100%; height: 51px; margin-top: 8px; padding: 0 14px; border: 1px solid #303030; outline: 0; color: #fff; background: #090909; transition: border .2s ease; }
.checkout-fields input:focus, .checkout-fields select:focus { border-color: var(--shop-orange); }
.checkout-payment-options { margin-top: 28px; display: grid; gap: 12px; }
.checkout-payment-options label { cursor: pointer; }
.checkout-payment-options input { position: absolute; opacity: 0; }
.checkout-payment-options label > span { padding: 17px; display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; border: 1px solid #303030; }
.checkout-payment-options i { grid-row: 1 / 3; align-self: center; color: var(--shop-orange); font-size: 23px; }
.checkout-payment-options b { color: #fff; font-weight: 500; }
.checkout-payment-options small { color: #777; }
.checkout-payment-options input:checked + span { border-color: var(--shop-orange); background: rgba(249,101,1,.06); }
.checkout-summary { position: sticky; top: 24px; }
.checkout-summary > h2 { margin-bottom: 26px; }
.checkout-item { padding-bottom: 24px; display: grid; grid-template-columns: 92px 1fr auto; gap: 16px; align-items: center; border-bottom: 1px solid var(--shop-border); }
.checkout-item img { width: 92px; height: 92px; object-fit: cover; }
.checkout-item p { margin: 0 0 3px; color: var(--shop-orange); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.checkout-item h3 { margin: 0 0 4px; color: #fff; font-size: 18px; font-weight: 500; }
.checkout-item span { color: #777; font-size: 12px; }
.checkout-item > strong { color: #fff; white-space: nowrap; }
.checkout-qty-row { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; color: #aaa; border-bottom: 1px solid var(--shop-border); }
.checkout-qty-row .shop-qty { min-width: 104px; height: 40px; }
.checkout-promo { padding: 22px 0; display: block; border-bottom: 1px solid var(--shop-border); color: #aaa; font-size: 13px; }
.checkout-promo > div { margin-top: 9px; display: flex; }
.checkout-promo input { flex: 1; min-width: 0; height: 45px; padding: 0 12px; border: 1px solid #303030; color: #fff; background: #090909; outline: 0; }
.checkout-promo button { width: 80px; border: 0; color: #fff; background: #292929; cursor: pointer; }
.checkout-promo small { display: block; min-height: 16px; padding-top: 6px; color: var(--shop-orange); }
.checkout-totals { margin: 18px 0 26px; }
.checkout-totals div { padding: 7px 0; display: flex; justify-content: space-between; color: #999; }
.checkout-totals dt, .checkout-totals dd { margin: 0; font-weight: 400; }
.checkout-totals .is-total { margin-top: 12px; padding-top: 18px; border-top: 1px solid var(--shop-border); color: #fff; font-size: 22px; }
.checkout-submit { width: 100%; }
.checkout-assurance { margin: 18px 0 0; color: #777; font-size: 12px; text-align: center; }
.checkout-assurance i { margin-right: 5px; color: var(--shop-orange); }
.checkout-toast { position: fixed; z-index: 50; left: 50%; bottom: 25px; max-width: calc(100% - 32px); padding: 14px 20px; border-radius: 3px; color: #fff; background: #292929; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: .25s ease; }
.checkout-toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 991px) {
  .shop-shell { width: min(calc(100% - 32px), 760px); }
  .shop-links { display: none; }
  .shop-hero { min-height: 540px; }
  .shop-hero-bottom, .shop-catalogue-head, .shop-cta-inner, .shop-section-head { align-items: flex-start; flex-direction: column; }
  .shop-product-grid { gap: 48px 18px; }
  .shop-detail-grid, .shop-specs-grid, .checkout-layout { grid-template-columns: 1fr; gap: 44px; }
  .shop-detail-media, .checkout-summary { position: relative; top: auto; }
  .shop-feature-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .shop-shell { width: min(calc(100% - 24px), 520px); }
  .shop-nav { min-height: 76px; }
  .shop-logo img { width: 145px; }
  .shop-cart-link span, .checkout-secure { display: none; }
  .shop-hero { min-height: 500px; padding: 70px 0 52px; }
  .shop-hero h1 { font-size: 60px; }
  .shop-hero-bottom { margin-top: 42px; }
  .shop-hero-bottom p { font-size: 17px; }
  .shop-catalogue { padding: 80px 0 90px; }
  .shop-toolbar { align-items: flex-start; flex-direction: column; }
  .shop-product-grid { grid-template-columns: 1fr; }
  .shop-product-info h3 { font-size: 22px; }
  .shop-cta { padding: 70px 0; }
  .shop-footer-top, .shop-footer-bottom { flex-direction: column; }
  .shop-footer-top p { text-align: left; }
  .shop-detail { padding-bottom: 75px; }
  .shop-detail-grid { gap: 28px; }
  .shop-detail-media { min-height: 360px; }
  .shop-detail-media > img { min-height: 360px; }
  .shop-detail-copy { padding-top: 10px; }
  .shop-detail-copy h1 { font-size: 47px; }
  .shop-rating { align-items: flex-start; flex-wrap: wrap; }
  .shop-buy-row { flex-direction: column; }
  .shop-feature-grid { grid-template-columns: 1fr; }
  .shop-feature-grid article { min-height: 260px; }
  .shop-review-grid { grid-template-columns: 1fr; }
  .shop-specs dl div { grid-template-columns: 1fr; gap: 6px; }
  .checkout-back { font-size: 0; }
  .checkout-back i { font-size: 18px; }
  .checkout-main { padding: 52px 0 80px; }
  .checkout-main > .shop-shell > h1 { margin-bottom: 38px; }
  .checkout-panel, .checkout-summary { padding: 24px 18px; }
  .checkout-fields { grid-template-columns: 1fr; }
  .checkout-fields label.is-wide { grid-column: auto; }
  .checkout-item { grid-template-columns: 74px 1fr; }
  .checkout-item img { width: 74px; height: 74px; }
  .checkout-item > strong { grid-column: 2; }
}
