.sobae-best-sellers {
  --sobae-ink: #161616;
  --sobae-muted: #666;
  --sobae-line: #dededb;
  --sobae-surface: #f6f6f4;
  --sobae-accent: #161616;
  --sobae-serif: var(--sobae-font-display);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 80px 16px 92px;
  background: #fff;
  color: var(--sobae-ink);
}

.home .entry-content > .sobae-best-sellers {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.sobae-best-sellers__inner {
  width: min(88vw, 1680px) !important;
  max-width: 1680px !important;
  margin: 0 auto;
}

.sobae-best-sellers__header {
  align-items: flex-end;
  gap: 24px;
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--sobae-line);
}

.sobae-best-sellers__heading {
  margin: 0;
}

.sobae-best-sellers__eyebrow {
  margin: 0 0 8px;
  color: var(--sobae-ink);
  font-family: var(--sobae-font-sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.sobae-best-sellers__title {
  margin: 0;
  color: var(--sobae-ink);
  font-family: var(--sobae-serif);
  font-size: 44px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

.sobae-best-sellers__shop-all {
  margin: 0 0 4px;
  font-family: var(--sobae-font-sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

.sobae-best-sellers__shop-all a {
  color: var(--sobae-ink);
  text-decoration-color: var(--sobae-ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.sobae-best-sellers__shop-all a:hover,
.sobae-best-sellers__shop-all a:focus-visible {
  color: var(--sobae-ink);
  text-decoration-thickness: 2px;
}

.sobae-best-sellers__collection {
  margin: 0;
}

.sobae-best-sellers__values {
  margin: clamp(48px, 5vw, 72px) auto 0;
  padding-top: 30px;
  border-top: 1px solid var(--sobae-line);
  color: var(--sobae-ink);
  font-family: var(--sobae-font-sans);
}

.sobae-best-sellers__value-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 72px);
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.sobae-best-sellers__value {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin: 0;
  text-align: center;
}

.sobae-best-sellers__value-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}

.sobae-best-sellers__value-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.sobae-best-sellers__value-label {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.sobae-best-sellers .wc-block-product-template,
.sobae-best-sellers .wp-block-woocommerce-product-template {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sobae-best-sellers .wc-block-product,
.sobae-best-sellers .sobae-product-card {
  flex: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sobae-product-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: start;
  align-items: center;
  background: #fff;
}

.sobae-product-card .wc-block-components-product-image,
.sobae-product-card .wp-block-woocommerce-product-image {
  position: relative;
  grid-column: 1 / -1;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin: 0 0 16px;
  border-radius: 2px;
  background: var(--sobae-surface);
}

.sobae-product-card .wc-block-components-product-image > a,
.sobae-product-card .wp-block-woocommerce-product-image > a {
  display: block;
  width: 100%;
  height: 100%;
}

.sobae-product-card .wc-block-components-product-image > a img,
.sobae-product-card .wp-block-woocommerce-product-image > a img,
.sobae-product-card__texture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sobae-product-card .wc-block-components-product-image > a img,
.sobae-product-card .wp-block-woocommerce-product-image > a img {
  opacity: 1;
  transition: opacity 220ms ease;
}

.sobae-product-card__texture {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.sobae-best-sellers .sobae-product-card__title {
  min-width: 0;
  margin: 0 !important;
  color: var(--sobae-ink);
  font-family: var(--sobae-font-sans);
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0;
}

.sobae-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.sobae-product-card__title a:hover,
.sobae-product-card__title a:focus-visible {
  color: var(--sobae-ink);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.sobae-product-card__heading,
.sobae-product-card__fit {
  grid-column: 1 / -1;
}

.sobae-best-sellers .sobae-product-card__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  gap: 10px;
  margin: 0 0 6px !important;
}

.sobae-product-card__size {
  display: inline-flex;
  box-sizing: border-box;
  flex: 0 0 auto;
  align-items: center;
  height: 28px;
  min-height: 0;
  padding: 3px 8px;
  border: 1px solid var(--sobae-line);
  border-radius: 999px;
  background: #fafaf8;
  color: #4d4d4a;
  font-family: var(--sobae-font-sans);
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
}

.sobae-best-sellers .sobae-product-card__fit {
  display: flex;
  align-items: baseline;
  min-height: 18px;
  gap: 6px;
  margin: 0 0 8px !important;
  color: var(--sobae-muted);
  font-family: var(--sobae-font-sans);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
}

.sobae-product-card__fit span:first-child {
  color: var(--sobae-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sobae-product-card__footer {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 !important;
  margin-block-start: 0 !important;
}

.sobae-product-card__price,
.sobae-product-card__price .wc-block-components-product-price {
  align-self: center;
  margin: 0;
  color: var(--sobae-ink);
  font-family: var(--sobae-font-sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
}

.sobae-product-card__status {
  display: block;
  align-self: center;
  justify-self: end;
  margin: 0;
  font-family: var(--sobae-font-sans);
}

.sobae-product-card__status[hidden] {
  display: none;
}

.sobae-product-card__stepper {
  display: grid;
  grid-template-columns: 30px 36px 30px;
  overflow: hidden;
  height: 32px;
  border: 1px solid var(--sobae-ink);
  border-radius: 2px;
  background: #fff;
  transition: opacity 150ms ease;
}

.sobae-product-card__quantity-button,
.sobae-product-card__quantity {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--sobae-ink);
  box-shadow: none;
}

.sobae-product-card__quantity-button {
  position: relative;
  cursor: pointer;
}

.sobae-product-card__quantity-button:hover {
  background: #f3f3f1;
}

.sobae-product-card__quantity-button:disabled {
  cursor: wait;
  opacity: 0.38;
}

.sobae-product-card__quantity {
  border-right: 1px solid var(--sobae-line);
  border-left: 1px solid var(--sobae-line);
  color: var(--sobae-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.sobae-product-card__quantity-icon,
.sobae-product-card__quantity-icon::after {
  position: absolute;
  width: 10px;
  height: 1px;
  background: currentColor;
  content: "";
}

.sobae-product-card__quantity-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sobae-product-card__quantity-icon::after {
  top: 0;
  left: 0;
  transform: rotate(90deg);
}

.sobae-product-card__quantity-button.is-decrease .sobae-product-card__quantity-icon::after {
  display: none;
}

.sobae-product-card.is-cart-pending .sobae-product-card__stepper {
  opacity: 0.55;
}

.sobae-product-card__button {
  z-index: 3;
  grid-column: 1 / -1;
  width: 100%;
  margin: 14px 0 0;
}

.sobae-product-card.is-in-cart .sobae-product-card__button {
  display: none !important;
}

.sobae-product-card__button .wp-block-button__link,
.sobae-product-card__button .wc-block-components-product-button__button,
.sobae-product-card__purchase {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: none;
  min-height: 44px;
  padding: 11px 16px;
  border: 1px solid var(--sobae-ink);
  border-radius: 2px;
  background: var(--sobae-ink);
  color: #fff;
  font-family: var(--sobae-font-sans);
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  box-shadow: none;
}

.sobae-product-card.is-enhanced .sobae-product-card__native-button {
  display: none !important;
}

.sobae-product-card__button button > [data-wp-text="state.addToCartText"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(50%);
}

.sobae-product-card__button > span {
  display: none !important;
}

.sobae-product-card__visual-label {
  position: relative;
  z-index: 1;
}

.sobae-product-card__button .wp-block-button__link:hover,
.sobae-product-card__button .wc-block-components-product-button__button:hover,
.sobae-product-card__purchase:hover {
  border-color: #343434;
  background: #343434;
  color: #fff;
}

.sobae-product-card__button .wp-block-button__link:focus-visible,
.sobae-product-card__button .wc-block-components-product-button__button:focus-visible,
.sobae-product-card__purchase:focus-visible,
.sobae-product-card__quantity-button:focus-visible,
.sobae-product-card__title a:focus-visible {
  outline: 2px solid var(--sobae-ink);
  outline-offset: 3px;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .sobae-product-card .wc-block-components-product-image > .sobae-product-card__button,
  .sobae-product-card .wp-block-woocommerce-product-image > .sobae-product-card__button {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .sobae-product-card .wc-block-components-product-image:hover > .sobae-product-card__button,
  .sobae-product-card .wc-block-components-product-image:focus-within > .sobae-product-card__button,
  .sobae-product-card .wp-block-woocommerce-product-image:hover > .sobae-product-card__button,
  .sobae-product-card .wp-block-woocommerce-product-image:focus-within > .sobae-product-card__button {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .sobae-product-card.has-texture .wc-block-components-product-image:hover > a img,
  .sobae-product-card.has-texture .wc-block-components-product-image:focus-within > a img,
  .sobae-product-card.has-texture .wp-block-woocommerce-product-image:hover > a img,
  .sobae-product-card.has-texture .wp-block-woocommerce-product-image:focus-within > a img {
    opacity: 0;
  }

  .sobae-product-card.has-texture .wc-block-components-product-image:hover > .sobae-product-card__texture,
  .sobae-product-card.has-texture .wc-block-components-product-image:focus-within > .sobae-product-card__texture,
  .sobae-product-card.has-texture .wp-block-woocommerce-product-image:hover > .sobae-product-card__texture,
  .sobae-product-card.has-texture .wp-block-woocommerce-product-image:focus-within > .sobae-product-card__texture {
    opacity: 1;
  }
}

@media (max-width: 1023px) {
  .sobae-best-sellers {
    padding-right: 24px;
    padding-left: 24px;
  }

  .sobae-best-sellers .wc-block-product-template,
  .sobae-best-sellers .wp-block-woocommerce-product-template {
    gap: 22px !important;
  }

  .sobae-product-card__status {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .sobae-best-sellers__inner {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  .sobae-best-sellers {
    padding: 64px 16px 72px;
  }

  .sobae-best-sellers__header {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
  }

  .sobae-best-sellers__title {
    font-size: 34px;
  }

  .sobae-best-sellers__shop-all {
    margin-left: auto;
    font-size: 12px;
  }

  .sobae-best-sellers__values {
    margin-top: 44px;
    padding-top: 28px;
  }

  .sobae-best-sellers__value-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 16px;
  }

  .sobae-best-sellers__value-icon {
    width: 42px;
    height: 42px;
  }

  .sobae-best-sellers__value-label {
    max-width: 16ch;
    font-size: 12px;
  }

  .sobae-best-sellers .wc-block-product-template,
  .sobae-best-sellers .wp-block-woocommerce-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 12px !important;
  }

  .sobae-product-card {
    grid-template-rows: none;
  }

  .sobae-product-card .wc-block-components-product-image,
  .sobae-product-card .wp-block-woocommerce-product-image {
    grid-row: 1;
    margin-bottom: 12px;
  }

  .sobae-product-card__texture {
    display: none;
  }

  .sobae-product-card__title {
    font-size: 14px;
    line-height: 18px;
  }

  .sobae-best-sellers .sobae-product-card__heading {
    min-height: 70px;
    gap: 6px;
    margin-bottom: 6px !important;
  }

  .sobae-product-card__size {
    height: 24px;
    min-height: 0;
    padding: 3px 7px;
    font-size: 10px;
  }

  .sobae-best-sellers .sobae-product-card__fit {
    display: block;
    min-height: 42px;
    margin-bottom: 10px !important;
    font-size: 11px;
    line-height: 17px;
  }

  .sobae-product-card__fit span {
    display: block;
  }

  .sobae-product-card__fit span:first-child {
    margin-bottom: 1px;
    font-size: 9px;
  }

  .sobae-product-card__price,
  .sobae-product-card__price .wc-block-components-product-price {
    margin: 0 !important;
    font-size: 13px;
    line-height: 18px;
  }

  .sobae-product-card__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .sobae-product-card__status {
    justify-self: stretch;
    align-self: start;
    margin: 10px 0 0 !important;
  }

  .sobae-product-card__stepper {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    width: 100%;
    height: 44px;
  }

  .sobae-product-card__quantity-button,
  .sobae-product-card__quantity {
    height: 42px;
  }

  .sobae-product-card > .sobae-product-card__button {
    grid-column: 1 / -1;
    width: 100%;
    margin: 10px 0 0 !important;
    margin-block-start: 10px !important;
  }

  .sobae-product-card__button .wp-block-button__link,
  .sobae-product-card__button .wc-block-components-product-button__button,
  .sobae-product-card__purchase {
    min-height: 44px;
    padding: 10px 8px;
    font-size: 12px;
  }
}

@media (max-width: 339px) {
  .sobae-best-sellers .wc-block-product-template,
  .sobae-best-sellers .wp-block-woocommerce-product-template {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sobae-product-card .wc-block-components-product-image > a img,
  .sobae-product-card .wp-block-woocommerce-product-image > a img,
  .sobae-product-card__texture,
  .sobae-product-card__button {
    transition: none;
  }
}

.editor-styles-wrapper .sobae-best-sellers {
  padding-top: 64px;
  padding-bottom: 64px;
}
