:root {
  --am-black: #050505;
  --am-ink: #151515;
  --am-muted: #5f625d;
  --am-line: #dedede;
  --am-olive: #5f6448;
  --am-navy: #17243b;
}

body {
  color: var(--am-ink);
}

a,
button {
  letter-spacing: 0;
}

.announcement-bar,
[class*="announcement"] {
  background: var(--am-black) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.shopline-section-header,
header,
[class*="header"] {
  --am-header-border: 1px solid rgba(0, 0, 0, .08);
}

.header,
site-header,
[class*="header__"] {
  border-color: rgba(0, 0, 0, .08);
}

.product-card,
[class*="product-card"] {
  border-radius: 0 !important;
}

[class*="product-card"] img,
[class*="product-image"] img {
  background: #f2f2f0;
}

[class*="product-title"] {
  font-weight: 500 !important;
  line-height: 1.25 !important;
}

[class*="product-price"],
[class*="price"] {
  font-weight: 700 !important;
}

[class*="buy-button"],
button[type="submit"],
.button,
.btn {
  border-radius: 0 !important;
  min-height: 48px;
  font-weight: 800 !important;
  text-transform: uppercase;
}

[data-page-type="product"] [class*="product-info"],
[data-page-type="product"] [class*="main-product"] {
  gap: clamp(24px, 4vw, 56px);
}

[data-page-type="collection"] [class*="main-collection-cover"] {
  margin-bottom: 24px;
}

[data-page-type="collection"] [class*="main-collection-products"] {
  padding-top: 0;
}

.custom-sline .page-width:has(.am-home),
.custom-sline .rte:has(.am-home) {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-sline .rte:has(.am-home) > * {
  margin-top: 0;
  margin-bottom: 0;
}

.custom-sline .page-width,
.custom-sline .custom-sline__inner,
.custom-sline .rte {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 749px) {
  [class*="product-list"] {
    gap: 14px !important;
  }

  [class*="product-card"] {
    min-width: 0;
  }

  [class*="product-title"] {
    font-size: 14px !important;
  }

  [data-page-type="product"] [class*="buy-button"] {
    width: 100%;
  }
}
.am-home {
  background: #fff;
  color: #050505;
  font-family: var(--font-body-family, Arial, sans-serif);
}

.am-home * {
  box-sizing: border-box;
}

.am-hero {
  position: relative;
  min-height: clamp(560px, 72vh, 760px);
  overflow: hidden;
  background: #111;
}

.am-hero__image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}

.am-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .1) 56%, rgba(0, 0, 0, 0));
}

.am-hero__content {
  position: absolute;
  z-index: 1;
  left: clamp(24px, 6vw, 96px);
  top: 50%;
  max-width: 560px;
  transform: translateY(-50%);
  color: #fff;
}

.am-eyebrow,
.am-section-heading p,
.am-story p {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.am-hero h1 {
  margin: 0;
  font-size: clamp(46px, 7vw, 92px);
  line-height: .95;
  font-weight: 800;
  letter-spacing: .04em;
}

.am-hero__content > p:not(.am-eyebrow) {
  margin: 20px 0 30px;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.25;
}

.am-button,
.am-story a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 34px;
  background: #050505;
  color: #fff;
  border: 1px solid #050505;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .04em;
}

.am-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 1480px;
  margin: 24px auto 0;
  padding: 0 40px;
}

.am-category-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #111;
}

.am-category-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.am-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .04));
}

.am-category-card span {
  position: absolute;
  z-index: 1;
  left: 36px;
  bottom: 36px;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: .04em;
}

.am-category-card:hover img {
  transform: scale(1.035);
}

.am-section-heading {
  max-width: 1480px;
  margin: 54px auto 22px;
  padding: 0 40px;
  text-align: center;
}

.am-section-heading h2,
.am-story h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 800;
  letter-spacing: .08em;
}

.am-product-preview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px 54px;
}

.am-product-card {
  color: #050505;
  text-decoration: none;
}

.am-product-card__media {
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, .02)),
    #e8e8e4;
}

.am-product-card__media--light {
  background-color: #f1f0ec;
}

.am-product-card__media--navy {
  background-color: #dfe3e8;
}

.am-product-card__media--olive {
  background-color: #e5e8df;
}

.am-product-card p {
  margin: 14px 0 8px;
  color: #555;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.am-product-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
}

.am-product-card span {
  font-size: 16px;
  font-weight: 700;
}

.am-service-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.am-service-row div {
  min-height: 92px;
  padding: 22px 28px;
  border-right: 1px solid #dedede;
  text-align: center;
}

.am-service-row div:last-child {
  border-right: 0;
}

.am-service-row strong,
.am-service-row span {
  display: block;
}

.am-service-row strong {
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: .06em;
}

.am-service-row span {
  color: #555;
  font-size: 14px;
}

.am-story {
  max-width: 980px;
  margin: 0 auto;
  padding: 84px 28px 96px;
  text-align: center;
}

.am-story h2 {
  margin-bottom: 28px;
  letter-spacing: 0;
  line-height: 1.12;
}

@media (max-width: 749px) {
  .am-hero {
    min-height: 640px;
  }

  .am-hero__image {
    object-position: 62% center;
  }

  .am-hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .76));
  }

  .am-hero__content {
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 42px;
    max-width: none;
    transform: none;
  }

  .am-hero h1 {
    font-size: 46px;
  }

  .am-hero__content > p:not(.am-eyebrow) {
    margin: 14px 0 22px;
    font-size: 19px;
  }

  .am-button {
    width: 100%;
  }

  .am-category-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 16px 0;
    margin-top: 0;
  }

  .am-category-card {
    min-height: 250px;
  }

  .am-category-card span {
    left: 24px;
    bottom: 24px;
    font-size: 31px;
  }

  .am-section-heading {
    margin: 34px auto 16px;
    padding: 0 16px;
    text-align: left;
  }

  .am-section-heading h2 {
    font-size: 28px;
  }

  .am-product-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 0 16px 40px;
  }

  .am-product-card h3 {
    font-size: 15px;
  }

  .am-service-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .am-service-row div {
    min-height: 86px;
    padding: 18px 12px;
    border-bottom: 1px solid #dedede;
  }

  .am-service-row div:nth-child(2n) {
    border-right: 0;
  }

  .am-story {
    padding: 54px 18px 66px;
    text-align: left;
  }
}
