:root {
  --red: #d51e31;
  --ink: #111114;
  --cream: #f6f4f1;
  --line: #e6e2dd;
}
.shop-page {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.shop-shell {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.main-nav .is-active {
  color: #fff !important;
}
.shop-hero {
  overflow: hidden;
  background: #101012;
  color: #fff;
  padding: 92px 0 78px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  min-height: 300px;
}
.shop-eyebrow {
  margin: 0 0 13px;
  color: var(--red);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.shop-hero .shop-eyebrow {
  color: #ff7180;
}
.shop-hero h1,
.shop-heading h2,
.how-it-works h2 {
  margin: 0;
  font-size: clamp(40px, 6vw, 76px);
  letter-spacing: -0.065em;
  line-height: 0.98;
}
.shop-hero h1 em {
  color: var(--red);
  font-style: normal;
}
.shop-hero p:not(.shop-eyebrow) {
  max-width: 490px;
  margin: 26px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #c6c5c6;
}
.hero-scroll {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.hero-scroll span {
  color: var(--red);
  font-size: 22px;
}
.hero-visual {
  height: 310px;
  position: relative;
}
.hero-phone {
  position: absolute;
  width: 155px;
  height: 280px;
  border: 7px solid #29292d;
  border-radius: 28px;
  background: linear-gradient(145deg, #e55967, #66192a 48%, #0d0f24);
  box-shadow: 20px 25px 40px #0008;
}
.hero-phone:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 62px;
  height: 15px;
  border-radius: 9px;
  background: #111;
  transform: translateX(-50%);
}
.phone-one {
  right: 107px;
  top: 16px;
  transform: rotate(15deg);
}
.phone-two {
  right: 0;
  top: 42px;
  background: linear-gradient(150deg, #f3d3ad, #b76e43 53%, #4a1a14);
  transform: rotate(-11deg);
}
.hero-ring {
  position: absolute;
  border: 1px solid #ffffff36;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  right: -30px;
  top: -18px;
}
.trust-bar {
  background: #f1eeea;
  border-bottom: 1px solid var(--line);
}
.trust-bar > div {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
}
.trust-bar span {
  white-space: nowrap;
}
.shop-content {
  padding: 82px 0;
}
.shop-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 38px;
}
.shop-heading h2,
.how-it-works h2 {
  font-size: 46px;
}
.cart-trigger {
  border: 1px solid var(--ink);
  background: #fff;
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 700;
  cursor: pointer;
}
.cart-trigger span {
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  padding: 2px 7px;
  margin-left: 6px;
}
.shop-layout {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 42px;
}
.filters {
  border-top: 2px solid var(--ink);
}
.filter-title {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
}
.filter-title button {
  border: 0;
  background: none;
  text-decoration: underline;
  cursor: pointer;
}
.search {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  padding: 0 11px;
  gap: 8px;
}
.search input {
  border: 0;
  width: 100%;
  padding: 13px 0;
  outline: 0;
  font-size: 14px;
}
fieldset {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 20px 0 0;
  padding: 20px 0;
}
legend {
  font-weight: 700;
  padding: 0;
}
.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}
.filter-chip {
  background: #fff;
  border: 1px solid #d7d3cf;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  cursor: pointer;
}
.filter-chip.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.product-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  color: #666;
  font-size: 14px;
}
.product-toolbar p {
  margin: 0;
}
.product-toolbar label {
  font-weight: 700;
  color: var(--ink);
}
.product-toolbar select {
  font: inherit;
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 5px;
  outline: 0;
  background: #fff;
}
.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.product-card {
  border: 1px solid var(--line);
  background: #fff;
  transition: 0.2s;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 13px 28px #1b131112;
}
.product-image {
  display: block;
  position: relative;
  width: 100%;
  height: 235px;
  border: 0;
  background: #f4f2f0;
  cursor: pointer;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
.phone-art {
  position: absolute;
  width: 95px;
  height: 180px;
  left: 50%;
  top: 27px;
  transform: translateX(-50%);
  border: 5px solid #252529;
  border-radius: 18px;
  background: var(--phone);
  box-shadow: 9px 11px 15px #0002;
}
.phone-art:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 9px;
  width: 28px;
  height: 28px;
  border: 3px solid #242427;
  border-radius: 11px;
  background: #333;
  box-shadow:
    14px 0 #333,
    7px 13px #333;
}
.phone-art i {
  position: absolute;
  width: 31px;
  height: 7px;
  left: 28px;
  top: 5px;
  border-radius: 6px;
  background: #1b1b1d;
}
.badge {
  position: absolute;
  left: 12px;
  top: 12px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 800;
}
.badge:empty {
  display: none;
}
.product-info {
  padding: 17px;
}
.product-brand {
  margin: 0 0 5px;
  color: #777;
  font-size: 12px;
  font-weight: 700;
}
.product-info h3 {
  margin: 0;
  font-size: 17px;
  letter-spacing: -0.03em;
}
.product-meta {
  margin: 7px 0 18px;
  color: #6e6b68;
  font-size: 12px;
}
.product-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
}
.product-bottom small {
  display: block;
  color: #777;
  font-size: 10px;
}
.product-price {
  font-size: 17px;
}
.add-to-cart {
  border: 0;
  background: var(--ink);
  color: #fff;
  padding: 10px 9px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.add-to-cart:hover {
  background: var(--red);
}
.add-to-cart:disabled {
  background: #d4d1cd;
  color: #766f69;
  cursor: not-allowed;
}
.how-it-works {
  background: var(--cream);
  padding: 82px 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-top: 44px;
}
.steps b {
  color: var(--red);
  font-size: 13px;
}
.steps h3 {
  font-size: 20px;
  margin: 13px 0 8px;
}
.steps p {
  color: #625f5b;
  line-height: 1.55;
  margin: 0;
}
.shop-seo {
  padding: 82px 0;
}
.shop-seo-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  gap: 70px;
  align-items: end;
}
.shop-seo h2,
.shop-model-links h2,
.shop-faq h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.shop-seo-intro > p {
  margin: 0;
  color: #625f5b;
  font-size: 17px;
  line-height: 1.7;
}
.shop-seo-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}
.shop-seo-cards article {
  padding: 26px;
  border: 1px solid var(--line);
  background: #fff;
}
.shop-seo-cards span {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}
.shop-seo-cards h3 {
  margin: 14px 0 8px;
  font-size: 19px;
}
.shop-seo-cards p {
  margin: 0;
  color: #625f5b;
  line-height: 1.6;
}
.shop-model-links {
  padding: 74px 0;
  background: #111114;
  color: #fff;
}
.model-link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 34px;
}
.model-link-grid a {
  padding: 14px 16px;
  border: 1px solid #ffffff26;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s;
}
.model-link-grid a:hover,
.model-link-grid a:focus-visible {
  border-color: var(--red);
  background: var(--red);
}
.shop-faq {
  padding: 82px 0;
}
.shop-faq {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(420px, 1.25fr);
  gap: 70px;
}
.shop-faq-list details {
  border-top: 1px solid var(--line);
}
.shop-faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
.shop-faq-list summary {
  padding: 19px 32px 19px 0;
  font-weight: 700;
  cursor: pointer;
}
.shop-faq-list p {
  margin: -4px 0 20px;
  color: #625f5b;
  line-height: 1.65;
}
.shop-faq-list a,
.shop-seo-links a {
  color: var(--red);
}
.shop-seo-links {
  grid-column: 1 / -1;
  margin: -30px 0 0;
  color: #625f5b;
  line-height: 1.6;
}
.shop-footer {
  background: #111114;
  color: #fff;
  padding: 38px 0;
}
.shop-footer div {
  display: flex;
  align-items: center;
  gap: 22px;
}
.shop-footer img {
  width: 112px;
  height: auto;
}
.shop-footer p {
  color: #aaa;
  margin: 0;
}
.cart-overlay {
  position: fixed;
  inset: 0;
  background: #0007;
  z-index: 50;
}
.stock-notice {
  position: fixed;
  z-index: 70;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: #0008;
}
.stock-notice[hidden] {
  display: none;
}
.stock-notice__dialog {
  position: relative;
  width: min(100%, 390px);
  box-sizing: border-box;
  padding: 34px;
  background: #fff;
  box-shadow: 0 22px 60px #0005;
  text-align: center;
}
.stock-notice__dialog .shop-eyebrow {
  margin-bottom: 9px;
}
.stock-notice__dialog h2 {
  margin: 0;
  font-size: 27px;
  letter-spacing: -0.04em;
}
.stock-notice__message {
  margin: 14px 0 24px;
  color: #625f5b;
  line-height: 1.5;
}
.stock-notice__button {
  width: 100%;
  border: 0;
  padding: 13px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.stock-notice__close {
  position: absolute;
  top: 9px;
  right: 12px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.cart-panel {
  position: fixed;
  z-index: 60;
  right: 0;
  top: 0;
  width: min(420px, 100%);
  height: 100%;
  padding: 25px;
  background: #fff;
  box-sizing: border-box;
  transform: translateX(105%);
  transition: transform 0.25s;
  box-shadow: -15px 0 40px #0002;
  display: flex;
  flex-direction: column;
}
.cart-panel.open {
  transform: translateX(0);
}
.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 17px;
}
.cart-head h2 {
  font-size: 24px;
  margin: 0;
}
.cart-close {
  border: 0;
  background: none;
  font-size: 32px;
  cursor: pointer;
}
.cart-items {
  flex: 1;
  overflow: auto;
}
.empty-cart {
  color: #666;
  margin-top: 30px;
}
.cart-item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}
.cart-item p {
  margin: 0 0 5px;
  font-size: 13px;
}
.cart-item small {
  color: #666;
}
.cart-item button {
  border: 0;
  background: none;
  color: var(--red);
  cursor: pointer;
  text-decoration: underline;
}
.cart-total {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid var(--ink);
  padding: 19px 0;
  font-size: 17px;
}
.checkout-disabled {
  background: #d4d1cd;
  border: 0;
  padding: 15px;
  color: #766f69;
  font-weight: 700;
  cursor: not-allowed;
}
.fixed-cart {
  position: fixed;
  z-index: 45;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 -9px 30px #1b13111c;
}
.fixed-cart[hidden] {
  display: none;
}
.fixed-cart__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  width: min(1180px, 100%);
  margin: auto;
}
.fixed-cart__summary {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.fixed-cart__items {
  overflow: hidden;
  color: #625f5b;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fixed-cart__total {
  font-size: 18px;
  white-space: nowrap;
}
.fixed-cart__checkout {
  min-width: 215px;
  cursor: pointer;
}
.has-fixed-cart {
  padding-bottom: 93px;
}
@media (max-width: 820px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    display: none;
  }
  .shop-hero {
    padding: 68px 0;
  }
  .trust-bar > div {
    overflow: auto;
    justify-content: start;
  }
  .shop-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
  }
  .filter-title,
  .search {
    grid-column: 1/-1;
  }
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps {
    gap: 25px;
  }
  .shop-seo-intro,
  .shop-faq {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .shop-seo-cards {
    grid-template-columns: 1fr;
  }
  .model-link-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .shop-seo-links {
    margin-top: 0;
  }
  .shop-content,
  .how-it-works,
  .shop-seo,
  .shop-faq {
    padding: 56px 0;
  }
}
@media (max-width: 520px) {
  .shop-shell {
    width: min(100% - 28px, 1180px);
  }
  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .product-image {
    height: 180px;
  }
  .phone-art {
    width: 80px;
    height: 150px;
    top: 15px;
    border-width: 4px;
  }
  .product-info {
    padding: 12px;
  }
  .product-info h3 {
    font-size: 15px;
  }
  .product-meta {
    margin: 6px 0 12px;
  }
  .product-bottom {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
  }
  .add-to-cart {
    width: 100%;
    padding: 9px 6px;
  }
  .filters {
    display: block;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .shop-model-links {
    padding: 54px 0;
  }
  .model-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .model-link-grid a {
    padding: 12px;
    font-size: 12px;
  }
  .shop-heading h2,
  .how-it-works h2 {
    font-size: 37px;
  }
  .product-toolbar {
    align-items: start;
    gap: 8px;
    flex-direction: column;
  }
  .trust-bar > div {
    min-height: 54px;
    font-size: 12px;
  }
  .fixed-cart {
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  }
  .fixed-cart__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px 14px;
  }
  .fixed-cart__summary {
    grid-column: 1 / -1;
  }
  .fixed-cart__checkout {
    min-width: 0;
    padding: 12px;
  }
  .has-fixed-cart {
    padding-bottom: 130px;
  }
}
