:root {
  --vibe-ink: #171415;
  --vibe-paper: #fbf7f3;
  --vibe-blush: #edc7cb;
  --vibe-line: rgba(23, 20, 21, .14);
  --vibe-serif: "Bodoni Moda", Georgia, serif;
  --vibe-sans: "Jost", Arial, sans-serif;
  --vibe-pad: clamp(22px, 4.4vw, 68px);
}

body.vibe-shop-redesign {
  color: var(--vibe-ink);
  background: var(--vibe-paper);
  font-family: var(--vibe-sans);
  -webkit-font-smoothing: antialiased;
}

body.vibe-shop-redesign .ast-primary-header-bar {
  min-height: 78px;
  padding: 0;
  background-color: rgba(251, 247, 243, .97);
  background-image: none !important;
  border-bottom: 1px solid var(--vibe-line);
}

body.vibe-shop-redesign header .custom-logo-link img {
  width: auto;
  max-width: 132px;
  height: 58px;
  object-fit: contain;
}

body.vibe-shop-redesign .main-header-menu > .menu-item > .menu-link {
  color: var(--vibe-ink);
  font-family: var(--vibe-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.vibe-shop-redesign .site-content > .ast-container {
  max-width: none;
  padding: 0;
}

body.vibe-shop-redesign #primary {
  width: 100%;
  margin: 0;
}

body.vibe-shop-redesign .ast-archive-description,
body.vibe-shop-redesign .woocommerce-products-header {
  display: none;
}

.vibe-shop-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  color: var(--vibe-ink);
  border-bottom: 1px solid var(--vibe-line);
}

.vibe-shop-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vibe-shop-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 247, 243, .98) 0%, rgba(251, 247, 243, .91) 30%, rgba(251, 247, 243, .12) 60%, transparent 100%);
}

.vibe-shop-hero__copy {
  position: relative;
  z-index: 2;
  width: min(620px, 48vw);
  padding: 38px 0 126px;
  margin-left: var(--vibe-pad);
}

.vibe-shop-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 44px;
  color: rgba(23, 20, 21, .58);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vibe-shop-breadcrumbs a,
.vibe-shop-breadcrumbs strong {
  color: inherit;
}

.vibe-shop-breadcrumbs strong {
  color: var(--vibe-ink);
  font-weight: 600;
}

.vibe-shop-eyebrow {
  margin: 0 0 17px;
  color: var(--vibe-ink);
  font-family: var(--vibe-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.vibe-shop-hero h1 {
  margin: 0;
  color: var(--vibe-ink);
  font-family: var(--vibe-serif);
  font-size: clamp(52px, 5vw, 78px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .96;
}

.vibe-shop-hero h1 em {
  font-weight: 400;
}

.vibe-shop-hero__intro {
  width: min(440px, 100%);
  margin: 22px 0;
  color: #5b5053;
  font-size: 14px;
  line-height: 1.65;
}

.vibe-shop-text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 4px;
  color: var(--vibe-ink);
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vibe-shop-category-rail {
  position: absolute;
  z-index: 3;
  right: var(--vibe-pad);
  bottom: 20px;
  left: var(--vibe-pad);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: rgba(251, 247, 243, .93);
  border: 1px solid rgba(23, 20, 21, .18);
  backdrop-filter: blur(16px);
}

.vibe-shop-category-rail a {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: var(--vibe-ink);
  border-right: 1px solid var(--vibe-line);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease;
}

.vibe-shop-category-rail a:last-child {
  border-right: 0;
}

.vibe-shop-category-rail a:hover,
.vibe-shop-category-rail a:focus,
.vibe-shop-category-rail a.is-active {
  color: #fff;
  background: var(--vibe-ink);
}

.vibe-shop-category-rail span {
  color: var(--vibe-blush);
}

body.vibe-shop-redesign .ast-woocommerce-container {
  padding: 72px var(--vibe-pad) 84px;
  background: var(--vibe-paper);
}

.vibe-shop-catalog-heading {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 470px);
  align-items: end;
  gap: 50px;
  padding-bottom: 40px;
}

.vibe-shop-catalog-heading h2 {
  margin: 0;
  color: var(--vibe-ink);
  font-family: var(--vibe-serif);
  font-size: clamp(43px, 4.5vw, 69px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: 1;
}

.vibe-shop-catalog-heading > p {
  max-width: 470px;
  margin: 0;
  color: #685e61;
  font-size: 14px;
  line-height: 1.7;
}

body.vibe-shop-redesign .woocommerce-result-count,
body.vibe-shop-redesign .woocommerce-ordering {
  min-height: 65px;
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  border-top: 1px solid var(--vibe-ink);
  border-bottom: 1px solid var(--vibe-line);
}

body.vibe-shop-redesign .woocommerce-result-count {
  width: 50%;
  color: var(--vibe-ink);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.vibe-shop-redesign .woocommerce-ordering {
  width: 50%;
  justify-content: flex-end;
}

body.vibe-shop-redesign .woocommerce-ordering select {
  width: auto;
  min-width: 190px;
  padding: 12px 34px 12px 16px;
  color: var(--vibe-ink);
  background-color: transparent;
  border: 0;
  font-family: var(--vibe-sans);
  font-size: 11px;
  font-weight: 500;
}

body.vibe-shop-redesign ul.products {
  clear: both;
  column-gap: 18px;
  row-gap: 48px;
}

body.vibe-shop-redesign ul.products li.product {
  margin: 0;
  color: var(--vibe-ink);
}

body.vibe-shop-redesign .astra-shop-thumbnail-wrap {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: #f0e9e6;
}

body.vibe-shop-redesign .astra-shop-thumbnail-wrap > a,
body.vibe-shop-redesign .astra-shop-thumbnail-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}

body.vibe-shop-redesign .astra-shop-thumbnail-wrap img {
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.65,.25,1);
}

body.vibe-shop-redesign li.product:hover .astra-shop-thumbnail-wrap img {
  transform: scale(1.025);
}

body.vibe-shop-redesign span.onsale {
  top: 13px;
  right: auto;
  left: 13px;
  min-width: 0;
  min-height: 0;
  padding: 7px 9px;
  color: var(--vibe-ink);
  background: rgba(251, 247, 243, .9);
  border: 0;
  border-radius: 0;
  font-family: var(--vibe-sans);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

body.vibe-shop-redesign .astra-shop-summary-wrap {
  padding-top: 16px;
  text-align: left;
}

body.vibe-shop-redesign .woocommerce-loop-product__title {
  min-height: 47px;
  margin: 0;
  padding: 0;
  color: var(--vibe-ink);
  font-family: var(--vibe-serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.08;
}

body.vibe-shop-redesign ul.products li.product .price {
  margin: 11px 0 0;
  color: var(--vibe-ink);
  font-family: var(--vibe-sans);
  font-size: 11px;
  font-weight: 600;
}

body.vibe-shop-redesign ul.products li.product .price del {
  color: #9d9295;
  opacity: 1;
}

body.vibe-shop-redesign ul.products li.product .price ins {
  font-weight: 600;
}

body.vibe-shop-redesign .review-rating {
  min-height: 18px;
  margin-top: 8px;
}

body.vibe-shop-redesign ul.products li.product .button {
  width: 100%;
  margin-top: 14px;
  padding: 12px 14px;
  color: #fff;
  background: var(--vibe-ink);
  border: 1px solid var(--vibe-ink);
  border-radius: 0;
  font-family: var(--vibe-sans);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .11em;
  text-align: center;
  text-transform: uppercase;
}

body.vibe-shop-redesign ul.products li.product .button:hover {
  color: var(--vibe-ink);
  background: transparent;
}

body.vibe-shop-redesign nav.woocommerce-pagination {
  margin: 62px 0 0;
}

body.vibe-shop-redesign nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 8px;
  border: 0;
}

body.vibe-shop-redesign nav.woocommerce-pagination ul li {
  border: 0;
}

body.vibe-shop-redesign nav.woocommerce-pagination ul li a,
body.vibe-shop-redesign nav.woocommerce-pagination ul li span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--vibe-ink);
  background: transparent;
  border: 1px solid var(--vibe-line);
  font-family: var(--vibe-sans);
  font-size: 10px;
}

body.vibe-shop-redesign nav.woocommerce-pagination ul li span.current,
body.vibe-shop-redesign nav.woocommerce-pagination ul li a:hover {
  color: #fff;
  background: var(--vibe-ink);
}

.vibe-shop-assurances {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 72px calc(-1 * var(--vibe-pad)) -84px;
  color: #fff;
  background: var(--vibe-ink);
}

.vibe-shop-assurances > div {
  min-height: 132px;
  display: grid;
  grid-template-columns: 28px 1fr;
  align-content: center;
  padding: 22px clamp(22px, 3vw, 52px);
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.vibe-shop-assurances span {
  grid-row: 1 / span 2;
  color: var(--vibe-blush);
  font-family: var(--vibe-serif);
  font-size: 12px;
  font-style: italic;
}

.vibe-shop-assurances strong {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vibe-shop-assurances small {
  margin-top: 7px;
  color: #a9a1a4;
  font-size: 10px;
}

@media (max-width: 921px) {
  :root {
    --vibe-pad: 28px;
  }

  body.vibe-shop-redesign .ast-primary-header-bar {
    min-height: 68px;
  }

  body.vibe-shop-redesign header .custom-logo-link img {
    height: 48px;
  }

  .vibe-shop-hero {
    min-height: 560px;
  }

  .vibe-shop-hero__copy {
    width: min(590px, 72vw);
  }

  .vibe-shop-category-rail {
    overflow-x: auto;
    grid-template-columns: repeat(5, minmax(165px, 1fr));
  }

  .vibe-shop-assurances {
    grid-template-columns: repeat(2, 1fr);
  }

  .vibe-shop-assurances > div:nth-child(2) {
    border-right: 0;
  }

  .vibe-shop-assurances > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }
}

@media (max-width: 544px) {
  :root {
    --vibe-pad: 18px;
  }

  body.vibe-shop-redesign header .custom-logo-link img {
    max-width: 104px;
    height: 44px;
  }

  .vibe-shop-hero {
    min-height: 585px;
  }

  .vibe-shop-hero__image {
    object-position: 61% center;
  }

  .vibe-shop-hero__shade {
    background: linear-gradient(180deg, rgba(251, 247, 243, .96) 0%, rgba(251, 247, 243, .78) 48%, rgba(251, 247, 243, .06) 78%);
  }

  .vibe-shop-hero__copy {
    width: auto;
    padding: 24px 0 150px;
    margin: 0 var(--vibe-pad);
  }

  .vibe-shop-breadcrumbs {
    margin-bottom: 46px;
    font-size: 8px;
  }

  .vibe-shop-hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .vibe-shop-hero__intro {
    max-width: 310px;
    font-size: 12px;
    line-height: 1.55;
  }

  .vibe-shop-category-rail {
    right: 0;
    bottom: 14px;
    left: 0;
    grid-template-columns: repeat(5, minmax(148px, 1fr));
    border-right: 0;
    border-left: 0;
  }

  .vibe-shop-category-rail a {
    min-height: 56px;
    padding: 0 14px;
    font-size: 8px;
  }

  body.vibe-shop-redesign .ast-woocommerce-container {
    padding: 48px var(--vibe-pad) 64px;
  }

  .vibe-shop-catalog-heading {
    display: block;
    padding-bottom: 28px;
  }

  .vibe-shop-catalog-heading h2 {
    font-size: 42px;
  }

  .vibe-shop-catalog-heading > p {
    margin-top: 18px;
    font-size: 12px;
  }

  body.vibe-shop-redesign .woocommerce-result-count,
  body.vibe-shop-redesign .woocommerce-ordering {
    min-height: 52px;
    margin-bottom: 18px;
  }

  body.vibe-shop-redesign .woocommerce-result-count {
    width: 48%;
    font-size: 8px;
    line-height: 1.4;
  }

  body.vibe-shop-redesign .woocommerce-ordering {
    width: 52%;
  }

  body.vibe-shop-redesign .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
    padding-right: 26px;
    padding-left: 6px;
    font-size: 9px;
  }

  body.vibe-shop-redesign ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 34px;
  }

  body.vibe-shop-redesign .woocommerce-loop-product__title {
    min-height: 37px;
    font-size: 17px;
  }

  body.vibe-shop-redesign .review-rating {
    display: none;
  }

  body.vibe-shop-redesign ul.products li.product .button {
    padding: 10px 6px;
    font-size: 7px;
  }

  .vibe-shop-assurances {
    grid-template-columns: 1fr;
    margin-top: 54px;
    margin-bottom: -64px;
  }

  .vibe-shop-assurances > div {
    min-height: 92px;
    padding: 18px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }
}

