.homepage {
  --red: #ed1c24;
  --ink: #22252a;
  --muted: #74777d;
  --line: #e7e8eb;
  --page: #f5f6f7;
}
.homepage * {
  box-sizing: border-box;
}
html.homepage {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
.homepage body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font: 14px/1.5 Onest, Arial, sans-serif;
}
.homepage a {
  color: inherit;
  text-decoration: none;
}
.homepage button, .homepage input {
  font: inherit;
}
.homepage button, .homepage a {
  -webkit-tap-highlight-color: transparent;
}
.homepage button {
  cursor: pointer;
}
.homepage button {
  color: inherit;
}
.homepage button:disabled {
  cursor: default;
}
.homepage a, .homepage button {
  transition: background .18s, color .18s, border-color .18s, transform .18s;
}
.homepage a:hover {
  color: var(--red);
}
.homepage button:focus-visible, .homepage a:focus-visible, .homepage input:focus-visible {
  outline: 3px solid #1680c5;
  outline-offset: 4px;
}
.homepage svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.homepage img {
  max-width: 100%;
  display: block;
}
.homepage h1, .homepage h2, .homepage h3, .homepage p {
  margin: 0;
}
.homepage .wrap {
  width: min(1400px, calc(100% - 64px));
  margin-inline: auto;
}
.homepage .svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.homepage .sr-only, .homepage .skip:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.homepage .skip:focus {
  display: block;
  padding: 10px;
  background: white;
}
.homepage .header {
  background: #fff;
}
.homepage .top-line {
  display: flex;
  align-items: center;
  gap: 36px;
  height: 40px;
  font-size: 12px;
  color: #62666d;
}
.homepage .top-line > a:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
}
.homepage .top-line svg {
  width: 14px;
  height: 14px;
}
.homepage .top-line nav {
  display: flex;
  gap: 27px;
  margin-left: auto;
}
.homepage .top-line .phone {
  color: var(--ink);
  font-weight: 650;
}
.homepage .main-header {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-block: 15px 20px;
}
.homepage .logo {
  width: 146px;
  margin-right: 8px;
  flex-shrink: 0;
}
.homepage .logo img {
  width: 146px;
  height: 63px;
  object-fit: contain;
}
.homepage .red-button, .homepage .dark-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 13px 19px;
  border: 0;
  border-radius: 9px;
  background: var(--red);
  color: #fff;
  font-weight: 600;
}
.homepage .red-button:hover {
  background: #cf111a;
  color: #fff;
}
.homepage .dark-button {
  background: var(--ink);
}
.homepage .dark-button:hover {
  background: #42464e;
  color: white;
}
.homepage .catalog-button {
  font-size: 15px;
  padding: 15px 23px;
}
.homepage .search {
  display: flex;
  align-items: center;
  flex: 1;
  height: 51px;
  background: #f3f4f5;
  border: 1px solid #e9eaec;
  border-radius: 9px;
  overflow: hidden;
}
.homepage .search:focus-within {
  border-color: #93969c;
}
.homepage .search input {
  border: 0;
  outline: 0;
  width: 100%;
  min-width: 0;
  background: transparent;
  padding: 15px 18px;
}
.homepage .search button {
  background: transparent;
  border: 0;
  padding: 12px 17px;
  display: flex;
}
.homepage .header-action {
  position: relative;
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
  min-width: 63px;
  padding: 0;
}
.homepage .header-action:hover {
  color: var(--red);
}
.homepage .header-action > svg, .homepage .cart-icon > svg {
  width: 24px;
  height: 24px;
}
.homepage .cart-icon {
  position: relative;
  display: flex;
}
.homepage #cart-count {
  position: absolute;
  top: -7px;
  right: -12px;
  background: var(--red);
  color: white;
  border-radius: 10px;
  padding: 1px 5px;
  font-size: 10px;
  min-width: 17px;
}
.homepage .quick-nav {
  display: flex;
  align-items: center;
  gap: 31px;
  height: 47px;
  border-top: 1px solid #f0f0f1;
  font-size: 12px;
}
.homepage .red-link {
  color: #d71621;
  font-weight: 650;
}
.homepage .quick-help {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 9px;
}
.homepage .quick-help svg {
  width: 17px;
}
.homepage .first-screen {
  display: grid;
  grid-template-columns: 234px minmax(0, 1fr) 253px;
  gap: 16px;
  margin-top: 22px;
}
.homepage .catalog-menu {
  background: white;
  border-radius: 12px;
  padding: 11px 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homepage .catalog-menu a {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
  padding: 10px 8px;
  border-radius: 6px;
}
.homepage .catalog-menu a:hover {
  background: #fff1f1;
}
.homepage .catalog-menu a > svg {
  width: 19px;
  height: 19px;
  color: #747880;
}
.homepage .catalog-menu a > span:last-child {
  margin-left: auto;
  color: #9a9da3;
}
.homepage .catalog-menu .catalog-all {
  border-top: 1px solid var(--line);
  margin-top: 7px;
  padding-top: 12px;
  color: var(--red);
  font-weight: 600;
  justify-content: space-between;
  border-radius: 0;
}
.homepage .catalog-menu .catalog-all svg {
  color: inherit;
  width: 17px;
}
.homepage .hero {
  position: relative;
  background: #eee9e4;
  border-radius: 12px;
  overflow: hidden;
  min-height: 352px;
  isolation: isolate;
}
.homepage .hero-copy {
  position: relative;
  padding: 34px 0 44px 30px;
  z-index: 2;
  width: 65%;
}
.homepage .eyebrow {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .1em;
}
.homepage .hero .eyebrow {
  color: #8c6b55;
}
.homepage .hero h1 {
  font-size: clamp(29px, 2.85vw, 43px);
  letter-spacing: -.045em;
  line-height: 1.08;
  margin: 15px 0;
  font-weight: 750;
}
.homepage .hero p {
  font-size: 12px;
  line-height: 1.65;
  color: #66615e;
  margin-bottom: 22px;
}
.homepage .hero .red-button {
  font-size: 12px;
  padding: 12px 16px;
}
.homepage .hero .red-button svg {
  width: 17px;
}
.homepage .hero-art {
  position: absolute;
  width: 46%;
  height: 100%;
  right: 0;
  top: 0;
}
.homepage .camera-orbit {
  width: 380px;
  height: 380px;
  position: absolute;
  border-radius: 50%;
  background: #e2d8cf;
  top: 36px;
  left: 6px;
}
.homepage .hero-art img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: none;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  transform: rotate(-10deg) scale(1.08);
}
.homepage .hero-tag {
  position: absolute;
  bottom: 58px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,.88);
  padding: 7px 11px;
  border-radius: 6px;
  font-size: 10px;
  box-shadow: 0 5px 18px #4634260a;
}
.homepage .hero-tag i {
  width: 6px;
  height: 6px;
  background: #438068;
  border-radius: 50%;
}
.homepage .hero-caption {
  position: absolute;
  bottom: 15px;
  left: 30px;
  font-size: 8px;
  letter-spacing: .16em;
  color: #8c8178;
}
.homepage .side-promos {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
.homepage .promo {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 12px;
}
.homepage .promo-system {
  background: #e5ecf1;
}
.homepage .promo-help {
  background: #f9e8e8;
}
.homepage .promo .eyebrow {
  font-size: 8px;
  color: #707e8c;
}
.homepage .promo-help .eyebrow {
  color: #ad6269;
}
.homepage .promo h2 {
  font-size: 22px;
  letter-spacing: -.03em;
  line-height: 1.17;
  margin: 7px 0 9px;
}
.homepage .promo p {
  font-size: 10px;
  color: #677581;
}
.homepage .promo .round-arrow {
  position: absolute;
  bottom: 17px;
  right: 18px;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  background: white;
  border-radius: 50%;
}
.homepage .round-arrow svg {
  width: 17px;
}
.homepage .promo-icon {
  position: absolute;
  width: 67px;
  height: 67px;
  right: 13px;
  top: 42px;
  opacity: .12;
  stroke-width: 1;
  transform: rotate(-12deg);
}
.homepage .promo-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  font-size: 10px;
}
.homepage .promo-label svg {
  width: 15px;
}
.homepage .benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 25px 17px 24px;
  border-bottom: 1px solid #e3e5e8;
}
.homepage .benefits a {
  display: flex;
  align-items: center;
  gap: 12px;
}
.homepage .benefits svg {
  width: 27px;
  height: 27px;
  color: #8e9299;
  stroke-width: 1.3;
}
.homepage .benefits b {
  display: block;
  font-weight: 550;
  font-size: 12px;
}
.homepage .benefits small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 2px;
}
.homepage .section {
  margin-top: 35px;
}
.homepage .section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.homepage .section-heading h2 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -.035em;
  font-weight: 700;
}
.homepage .section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
}
.homepage .section-heading svg {
  width: 17px;
  height: 17px;
}
.homepage .subtle {
  font-size: 11px;
  color: var(--muted);
}
.homepage .category-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}
.homepage .category {
  border: 1px solid transparent;
  background: white;
  border-radius: 10px;
  padding: 13px 10px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}
.homepage .category:hover {
  border-color: #e2c2c5;
  transform: translateY(-3px);
  box-shadow: 0 7px 20px #282e3706;
}
.homepage .category img {
  width: 100%;
  height: 93px;
  object-fit: contain;
}
.homepage .category span {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 550;
  min-height: 29px;
  display: flex;
  align-items: center;
}
.homepage .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 19px;
}
.homepage .filter {
  border: 1px solid #e1e3e6;
  background: transparent;
  border-radius: 7px;
  font-size: 11px;
  padding: 8px 14px;
}
.homepage .filter:hover {
  background: #e9ebee;
}
.homepage .filter.active {
  background: #282c32;
  border-color: #282c32;
  color: white;
}
.homepage .product-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 13px;
}
.homepage .product {
  background: white;
  border-radius: 11px;
  padding: 14px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid transparent;
}
.homepage .product:hover {
  border-color: #dce0e4;
}
.homepage .product .image-link {
  height: 163px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 14px;
}
.homepage .product img {
  max-height: 151px;
  width: 100%;
  object-fit: contain;
}
.homepage .product-brand {
  color: #7e8289;
  font-size: 10px;
  letter-spacing: .02em;
  margin-bottom: 5px;
}
.homepage .product-name {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 54px;
}
.homepage .product-detail {
  font-size: 10px;
  color: #7a7e84;
  margin: 7px 0 15px;
}
.homepage .product-price {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.035em;
  margin-top: auto;
  margin-bottom: 12px;
}
.homepage .add-cart {
  background: #fff0f1;
  color: #d51723;
  border: 0;
  border-radius: 7px;
  width: 100%;
  padding: 10px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.homepage .add-cart svg {
  width: 15px;
  height: 15px;
}
.homepage .add-cart:hover, .homepage .add-cart.added {
  background: var(--red);
  color: white;
}
.homepage .empty-state {
  padding: 40px 20px;
  background: white;
  border-radius: 10px;
  color: var(--muted);
}
.homepage .solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.homepage .solution {
  position: relative;
  height: 265px;
  border-radius: 12px;
  overflow: hidden;
  background: #2e3938;
  color: white;
}
.homepage .solution:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #101914dd, #10191488 58%, #10191400);
}
.homepage .solution img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.homepage .solution:hover img {
  transform: scale(1.045);
}
.homepage .solution:hover {
  color: white;
}
.homepage .solution > div {
  position: absolute;
  z-index: 1;
  inset: 24px;
}
.homepage .solution div > span:first-child {
  font-size: 9px;
  letter-spacing: .12em;
  color: #e0e3dc;
}
.homepage .solution h3 {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -.04em;
  margin: 18px 0 10px;
}
.homepage .solution p {
  font-size: 10px;
  color: #e0e3dc;
}
.homepage .solution-link {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
  position: absolute;
  bottom: 0;
}
.homepage .solution-link svg {
  width: 17px;
}
.homepage .help-strip {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 27px;
  margin-top: 30px;
  background: #e9edf0;
  border-radius: 12px;
}
.homepage .help-mark {
  width: 49px;
  height: 49px;
  background: white;
  display: grid;
  place-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.homepage .help-mark svg {
  width: 25px;
  height: 25px;
}
.homepage .help-strip h2 {
  font-size: 20px;
  letter-spacing: -.035em;
}
.homepage .help-strip p {
  font-size: 11px;
  color: #737a81;
  margin-top: 5px;
  max-width: 620px;
}
.homepage .help-strip > a {
  margin-left: auto;
  font-size: 13px;
  white-space: nowrap;
}
.homepage .brands {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
}
.homepage .brands a {
  min-height: 82px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 800;
  font-size: 25px;
  letter-spacing: -.05em;
  color: #5d6369;
}
.homepage .brands a:first-child {
  font-size: 21px;
  font-style: italic;
}
.homepage .brands a:nth-child(2) {
  font-style: italic;
  line-height: .95;
}
.homepage .brands a:nth-child(3) {
  font-weight: 850;
  font-size: 34px;
}
.homepage .brands a:nth-child(4) {
  font-style: italic;
  font-weight: 650;
}
.homepage .brands a:hover {
  color: var(--red);
}
.homepage .brands span {
  font-size: 7px;
  letter-spacing: .22em;
  font-style: normal;
  margin-top: 4px;
}
.homepage .stores-section {
  background: white;
  border-radius: 12px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 40px;
}
.homepage .store-intro .eyebrow {
  color: #888d93;
}
.homepage .store-intro h2 {
  font-size: 29px;
  line-height: 1.18;
  letter-spacing: -.04em;
  margin: 12px 0 14px;
}
.homepage .store-intro p {
  font-size: 12px;
  color: var(--muted);
  max-width: 390px;
  margin-bottom: 20px;
}
.homepage .store-intro .dark-button {
  font-size: 12px;
}
.homepage .store-list {
  display: grid;
  align-content: center;
}
.homepage .store-list a {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.homepage .store-list a:last-child {
  border: 0;
}
.homepage .store-list span {
  color: #959aa2;
}
.homepage footer {
  background: white;
}
.homepage .footer-main {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 30px;
  padding-block: 35px;
}
.homepage .footer-main img {
  width: 116px;
}
.homepage .footer-main p {
  color: var(--muted);
  font-size: 10px;
  margin-top: 13px;
}
.homepage .footer-main b {
  font-size: 12px;
  display: block;
  margin-bottom: 14px;
}
.homepage .footer-main a {
  display: block;
  font-size: 11px;
  margin-top: 9px;
}
.homepage .footer-main .footer-phone {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}
.homepage .footer-note {
  border-top: 1px solid var(--line);
  padding-block: 17px;
  font-size: 10px;
  color: #81868d;
}
.homepage [hidden] {
  display: none !important;
}
@media (min-width: 1101px) {
  .homepage .catalog-menu.collapsed {
    display: none;
  }
  .homepage .first-screen:has(.catalog-menu.collapsed) {
    grid-template-columns: minmax(0, 1fr) 290px;
  }
}
@media (max-width: 1250px) {
  .homepage .wrap {
    width: calc(100% - 40px);
  }
  .homepage .main-header {
    gap: 17px;
  }
  .homepage .stores-action {
    display: none;
  }
  .homepage .first-screen {
    grid-template-columns: 206px minmax(0, 1fr) 217px;
    gap: 12px;
  }
  .homepage .catalog-menu a {
    font-size: 11px;
    gap: 8px;
  }
  .homepage .hero-copy {
    padding-left: 24px;
    width: 70%;
  }
  .homepage .hero h1 {
    font-size: 33px;
  }
  .homepage .hero-art {
    right: -8%;
  }
  .homepage .hero-tag {
    left: 15px;
    bottom: 45px;
    font-size: 9px;
  }
  .homepage .hero p {
    font-size: 11px;
  }
  .homepage .quick-nav {
    gap: 20px;
  }
  .homepage .promo {
    padding: 18px;
  }
  .homepage .promo h2 {
    font-size: 21px;
  }
  .homepage .promo p {
    max-width: 130px;
  }
  .homepage .product-grid {
    gap: 9px;
  }
  .homepage .product {
    padding: 12px;
  }
  .homepage .product .image-link {
    height: 134px;
  }
  .homepage .product-name {
    font-size: 11px;
  }
  .homepage .product-price {
    font-size: 19px;
  }
  .homepage .help-strip {
    gap: 15px;
  }
  .homepage .help-strip h2 {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .homepage .first-screen {
    grid-template-columns: minmax(0, 1fr) 260px;
  }
  .homepage .catalog-menu {
    display: none;
  }
  .homepage .catalog-menu.open {
    display: flex;
    grid-column: 1 / -1;
  }
  .homepage .hero {
    min-height: 333px;
  }
  .homepage .hero h1 {
    font-size: 39px;
  }
  .homepage .hero-art {
    right: 0;
    width: 45%;
  }
  .homepage .hero-art img {
    top: 0;
  }
  .homepage .hero-tag {
    left: 30px;
  }
  .homepage .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .homepage .category {
    flex-direction: row;
    text-align: left;
    gap: 12px;
  }
  .homepage .category img {
    width: 70px;
    height: 65px;
  }
  .homepage .category span {
    font-size: 11px;
  }
  .homepage .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .homepage .product .image-link {
    height: 165px;
  }
  .homepage .product-name {
    font-size: 13px;
    min-height: 39px;
  }
  .homepage .benefits {
    gap: 12px;
    padding-inline: 0;
  }
  .homepage .benefits svg {
    width: 23px;
  }
  .homepage .benefits b {
    font-size: 10px;
  }
  .homepage .benefits small {
    font-size: 9px;
  }
  .homepage .quick-nav {
    gap: 19px;
    font-size: 11px;
  }
  .homepage .quick-help {
    display: none;
  }
  .homepage .solution h3 {
    font-size: 22px;
  }
  .homepage .solution > div {
    inset: 20px;
  }
  .homepage .help-strip {
    flex-wrap: wrap;
  }
  .homepage .help-strip > a {
    margin-left: 64px;
  }
  .homepage .stores-section {
    gap: 40px;
  }
}
@media (max-width: 760px) {
  .homepage .wrap {
    width: calc(100% - 28px);
  }
  .homepage .top-line {
    height: 35px;
    justify-content: space-between;
    font-size: 10px;
    gap: 10px;
  }
  .homepage .top-line nav {
    display: none;
  }
  .homepage .main-header {
    display: grid;
    grid-template-columns: 112px 1fr auto;
    gap: 12px;
    padding-block: 10px 13px;
  }
  .homepage .logo, .homepage .logo img {
    width: 106px;
    height: 46px;
  }
  .homepage .catalog-button {
    justify-self: end;
    padding: 10px 14px;
    font-size: 12px;
    border-radius: 7px;
  }
  .homepage .catalog-button svg {
    width: 17px;
    height: 17px;
  }
  .homepage .compare-action {
    display: none;
  }
  .homepage .header-action {
    min-width: 42px;
    font-size: 9px;
  }
  .homepage .cart-toggle {
    grid-row: 1;
    grid-column: 3;
  }
  .homepage .search {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 43px;
    width: 100%;
  }
  .homepage .search input {
    font-size: 16px;
    padding: 11px;
  }
  .homepage .quick-nav {
    height: 39px;
    overflow: auto;
    white-space: nowrap;
    font-size: 10px;
    gap: 20px;
    scrollbar-width: none;
  }
  .homepage .quick-nav a {
    flex-shrink: 0;
  }
  .homepage .first-screen {
    grid-template-columns: 1fr;
    margin-top: 14px;
    gap: 12px;
  }
  .homepage .hero {
    min-height: 302px;
  }
  .homepage .hero-copy {
    padding: 24px 0 30px 20px;
    width: 100%;
  }
  .homepage .hero h1 {
    font-size: 30px;
    margin: 14px 0;
  }
  .homepage .hero .eyebrow {
    font-size: 8px;
  }
  .homepage .hero p {
    font-size: 10px;
    max-width: 176px;
    margin-bottom: 19px;
  }
  .homepage .hero p br {
    display: none;
  }
  .homepage .hero .red-button {
    font-size: 10px;
    padding: 11px 13px;
  }
  .homepage .hero-art {
    width: 40%;
    right: 3%;
    top: 100px;
    height: 180px;
  }
  .homepage .hero-art img {
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    transform: rotate(-10deg) scale(1.2);
  }
  .homepage .camera-orbit {
    width: 250px;
    height: 250px;
    top: -17px;
    left: -12px;
  }
  .homepage .hero-tag {
    display: none;
  }
  .homepage .hero-caption {
    left: 20px;
    bottom: 13px;
    font-size: 7px;
  }
  .homepage .side-promos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 11px;
  }
  .homepage .promo {
    padding: 15px;
    min-height: 146px;
  }
  .homepage .promo h2 {
    font-size: 19px;
    margin: 7px 0;
  }
  .homepage .promo .eyebrow {
    font-size: 7px;
  }
  .homepage .promo p {
    font-size: 9px;
    max-width: 90px;
  }
  .homepage .promo .round-arrow {
    width: 23px;
    height: 23px;
    bottom: 13px;
    right: 12px;
  }
  .homepage .promo-label {
    font-size: 9px;
    gap: 2px;
    margin-top: 10px;
  }
  .homepage .promo-icon {
    width: 44px;
    height: 44px;
    right: 7px;
    top: 43px;
  }
  .homepage .benefits {
    grid-template-columns: 1fr 1fr;
    gap: 16px 10px;
    padding: 21px 0;
  }
  .homepage .benefits a {
    gap: 9px;
  }
  .homepage .benefits b {
    font-size: 9px;
  }
  .homepage .benefits small {
    font-size: 8px;
  }
  .homepage .benefits svg {
    width: 21px;
    height: 21px;
  }
  .homepage .section {
    margin-top: 26px;
  }
  .homepage .section-heading {
    margin-bottom: 16px;
    align-items: center;
    gap: 10px;
  }
  .homepage .section-heading h2 {
    font-size: 22px;
  }
  .homepage .section-heading > a {
    font-size: 10px;
    gap: 3px;
    white-space: nowrap;
  }
  .homepage .section-heading > .subtle {
    display: none;
  }
  .homepage .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }
  .homepage .category {
    flex-direction: column;
    gap: 7px;
    padding: 9px 4px;
  }
  .homepage .category img {
    width: 100%;
    height: 58px;
  }
  .homepage .category span {
    font-size: 9px;
    min-height: 26px;
    text-align: center;
  }
  .homepage .filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
  }
  .homepage .filter {
    white-space: nowrap;
    font-size: 10px;
    padding: 8px 11px;
  }
  .homepage .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .homepage .product {
    padding: 12px;
  }
  .homepage .product .image-link {
    height: 131px;
    margin: 5px 0 12px;
  }
  .homepage .product img {
    max-height: 123px;
  }
  .homepage .product-name {
    font-size: 11px;
    min-height: 50px;
  }
  .homepage .product-brand {
    font-size: 9px;
  }
  .homepage .product-detail {
    font-size: 9px;
    margin: 7px 0 13px;
  }
  .homepage .product-price {
    font-size: 21px;
  }
  .homepage .add-cart {
    min-height: 42px;
    font-size: 10px;
  }
  .homepage .solution-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .homepage .solution {
    height: 228px;
  }
  .homepage .solution h3 {
    font-size: 28px;
  }
  .homepage .solution p {
    font-size: 11px;
  }
  .homepage .solution img {
    object-position: center 54%;
  }
  .homepage .help-strip {
    padding: 22px;
    gap: 12px;
  }
  .homepage .help-mark {
    display: none;
  }
  .homepage .help-strip h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  .homepage .help-strip p {
    margin-top: 10px;
    font-size: 12px;
  }
  .homepage .help-strip > a {
    margin-left: 0;
    margin-top: 5px;
  }
  .homepage .brands {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .homepage .brands a {
    min-height: 70px;
    font-size: 21px;
  }
  .homepage .brands a:first-child {
    font-size: 15px;
  }
  .homepage .stores-section {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 22px;
    margin-bottom: 25px;
  }
  .homepage .store-intro h2 {
    font-size: 28px;
  }
  .homepage .store-intro p {
    font-size: 12px;
  }
  .homepage .store-list a {
    font-size: 11px;
  }
  .homepage .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 25px 20px;
    padding-block: 28px;
  }
  .homepage .footer-main > div:first-child {
    grid-column: 1 / -1;
  }
  .homepage .footer-main > div:last-child {
    grid-column: 1 / -1;
  }
  .homepage .footer-note {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html.homepage {
    scroll-behavior: auto;
  }
  .homepage *, .homepage *:before, .homepage *:after {
    transition: none !important;
  }
}
.homepage {
  --red: #d81922;
  --muted: #626870;
}
.homepage body {
  padding: 0;
}
.homepage main.wrap {
  padding: 0;
}
.homepage .wrap {
  max-width: none;
  padding-inline: 0;
}
.homepage .header {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}
.homepage .logo {
  padding: 0;
  height: auto;
}
.homepage .search {
  margin: 0;
  padding: 0;
}
.homepage .top-line .phone {
  display: block;
}
.homepage .category span {
  overflow-wrap: anywhere;
}
.homepage .eyebrow {
  display: inline-block;
  margin: 0;
}
.homepage .eyebrow::before {
  content: none;
}
.homepage .product {
  box-shadow: none;
}
.homepage .product-name {
  overflow-wrap: anywhere;
}
.homepage .product .image-link {
  padding: 0;
  background: white;
}
.homepage .product-detail {
  color: #626870;
}
.homepage .category {
  cursor: pointer;
}
.homepage .add-cart {
  min-height: 44px;
}
.homepage .product-brand {
  color: #626870;
}
.homepage .hero-caption {
  color: #6f6055;
}
.homepage .promo .eyebrow, .homepage .promo p {
  color: #4c5964;
}
.homepage .promo-help .eyebrow {
  color: #875057;
}
.homepage .help-strip p, .homepage .store-intro .eyebrow {
  color: #58616a;
}
.homepage .footer-pages, .homepage .legal-footer, .homepage .footnote {
  font-size: 12px;
}
.homepage .header-action {
  min-height: 44px;
}
.homepage .catalog-dialog {
  color: #22252a;
}
@media (min-width: 761px) and (max-width: 980px) {
  .homepage .top-line nav {
    display: none;
  }
  .homepage .top-line {
    justify-content: space-between;
  }
  .homepage .first-screen {
    grid-template-columns: 1fr;
  }
  .homepage .side-promos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .homepage .promo {
    min-height: 164px;
  }
  .homepage .hero-copy {
    width: 65%;
  }
  .homepage .category {
    flex-direction: column;
    text-align: center;
  }
  .homepage .category img {
    width: 100%;
    height: 80px;
  }
}
@media (max-width: 760px) {
  .homepage .compare-action {
    display: flex;
  }
  .homepage .main-header {
    grid-template-columns: minmax(80px, 1fr) auto auto auto;
    gap: 10px;
  }
  .homepage .cart-toggle {
    grid-column: 4;
  }
  .homepage .compare-action {
    grid-row: 1;
    grid-column: 3;
    font-size: 8px;
    min-width: 40px;
  }
  .homepage .catalog-button {
    padding-inline: 10px;
  }
  .homepage .logo, .homepage .logo img {
    max-width: 100%;
  }
}
