@charset "UTF-8";

.yamm-product__secondary {
  --yamm-product-lower-inline: clamp(26px, 11.45vw, 176px);
  --yamm-product-lower-rhythm: clamp(36px, 3vw, 44px);
  --yamm-product-lower-gap: var(--yamm-product-lower-rhythm);
  width: 100%;
  padding: var(--yamm-product-lower-gap) 0 var(--yamm-product-lower-rhythm);
  background: #fff;
}

.yamm-product__secondary > * { max-width: none; }

.yamm-product-recommendations {
  width: 100%;
  max-width: none;
  margin: 0 0 var(--yamm-product-lower-rhythm);
}

.yamm-product[data-product-domain="fashion"] .yamm-product__secondary,
.yamm-product[data-product-domain="leather"] .yamm-product__secondary {
  padding-bottom: clamp(58px, 5vw, 74px);
}

.yamm-product[data-product-domain="fashion"] .yamm-product-recommendations,
.yamm-product[data-product-domain="leather"] .yamm-product-recommendations {
  margin-bottom: 0;
}

.yamm-product-recommendations__heading {
  min-height: 34px;
  margin: 0 0 var(--yamm-product-lower-rhythm);
  padding-inline: var(--yamm-product-lower-inline);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: var(--yamm-font-ui);
  font-size: 14px;
  font-weight: 400;
}

.yamm-product-recommendations__heading h2 {
  margin: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font: inherit;
}

.yamm-product-recommendations__history {
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, .43);
  cursor: pointer;
  font: inherit;
  white-space: nowrap;
}

.yamm-product-recommendations__history:hover,
.yamm-product-recommendations__history:focus-visible,
.yamm-product-recommendations__history[aria-pressed="true"] { color: #111; }
.yamm-product-recommendations__history:disabled { cursor: wait; opacity: .42; }

.yamm-product-recommendations__grid {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.yamm-product-recommendations .yamm-product-card {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.yamm-product-recommendations .yamm-product-card__link {
  min-width: 0;
  height: auto;
  display: block;
}

.yamm-product-recommendations .yamm-product-card__media { aspect-ratio: 1 / 1; }

.yamm-product-recommendations .yamm-product-card__body {
  flex: 1 1 auto;
  padding: 13px 14px 0;
  display: flex;
  flex-direction: column;
}

.yamm-product-recommendations .yamm-product-card__price-row {
  margin-top: auto;
  padding-top: 5px;
}

.yamm-product-recommendations .yamm-product-card__price {
  margin-top: 0;
  padding-top: 0;
}

.yamm-product-recommendations .yamm-product-card__inspiration,
.yamm-product-discovery .yamm-product-card__inspiration {
  margin: 0 0 2px;
  color: rgba(0, 0, 0, .56);
  font-family: var(--yamm-font-body);
  font-size: 11px;
  font-weight: 300;
  line-height: 1.35;
}

.yamm-product-recommendations__history-status {
  margin: 28px var(--yamm-product-lower-inline) 0;
  color: rgba(0, 0, 0, .54);
  font-family: var(--yamm-font-body);
  font-size: 12px;
  font-weight: 300;
}

.yamm-product__editorial-grid {
  width: min(calc(100% - (2 * var(--yamm-product-lower-inline))), 1180px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.27fr);
  gap: clamp(58px, 7vw, 110px);
  align-items: start;
}

.yamm-product__editorial-grid.is-single {
  width: min(calc(100% - (2 * var(--yamm-product-lower-inline))), 680px);
  grid-template-columns: minmax(0, 1fr);
}

.yamm-product-reviews,
.yamm-product-discovery { width: 100%; min-width: 0; margin: 0; }

.yamm-product-reviews > h2,
.yamm-product-discovery > h2 {
  margin: 0 0 31px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  font-family: var(--yamm-font-ui);
  font-size: clamp(25px, 2vw, 33px);
  font-weight: 400;
  line-height: 1.12;
}

.yamm-product-reviews__list { display: grid; gap: 16px; }
.yamm-review-card { padding: 24px 30px 26px; border: 1px solid rgba(0, 0, 0, .12); background: #fff; }
.yamm-review-card__rating { color: #d49a0b; font-size: 19px; letter-spacing: 1px; }

.yamm-review-card__meta {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font-family: var(--yamm-font-ui);
  font-size: 10px;
  text-transform: uppercase;
}

.yamm-review-card__meta strong { font-weight: 400; }
.yamm-review-card__meta span { padding: 3px 8px; border-radius: var(--yamm-radius-pill); background: #f6f0df; color: #9a751f; text-transform: none; }
.yamm-review-card__meta span.is-verified { background: #e9f7ee; color: #16865a; }
.yamm-review-card__meta time { color: rgba(0, 0, 0, .46); text-transform: none; }

.yamm-review-card__content,
.yamm-product-reviews__empty {
  margin-top: 8px;
  font-family: var(--yamm-font-body);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}
.yamm-product-reviews__empty { margin: 0; color: rgba(0, 0, 0, .58); }

.yamm-product-reviews__form { margin-top: 32px; padding-top: 26px; border-top: 1px solid rgba(0, 0, 0, .11); }
.yamm-product-reviews__form-title { margin: 0 0 25px; font-family: var(--yamm-font-ui); font-size: 24px; font-weight: 400; }
.yamm-product-reviews__form .comment-form-rating { margin: 0 0 18px; }
.yamm-product-reviews__form .comment-form-rating > label { display: block; margin-bottom: 10px; font-family: var(--yamm-font-body); font-size: 11px; font-weight: 300; }
.yamm-product-reviews__form .comment-form-rating .stars { margin: 0; font-size: 25px; }
.yamm-product-reviews__form .comment-form-comment { margin: 0; }

.yamm-product-reviews__form textarea {
  width: 100%;
  min-height: 120px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 0;
  background: #fff;
  color: #111;
  font-family: var(--yamm-font-body);
  font-size: 13px;
  resize: vertical;
}

.yamm-product-reviews__form .form-submit { margin: 28px 0 0; text-align: center; }

.yamm-product-reviews__form input[type="submit"],
.yamm-product-reviews__login,
.yamm-product-discovery__cta {
  min-width: 214px;
  min-height: 50px;
  padding: 13px 30px;
  border: 1px solid #050505;
  border-radius: var(--yamm-radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #050505;
  color: #fff;
  cursor: pointer;
  font-family: var(--yamm-font-ui);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .09);
}

.yamm-product-reviews__login-gate {
  margin-top: 36px;
  padding: 31px 34px 32px;
  border: 1px solid rgba(0, 0, 0, .13);
  border-radius: 18px;
  text-align: center;
}

.yamm-product-reviews__login-gate p {
  margin: 0 auto 23px;
  max-width: 370px;
  font-family: var(--yamm-font-ui);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.yamm-product-discovery__card .yamm-product-card__media { aspect-ratio: 1 / 1; }
.yamm-product-discovery__card .yamm-product-card__body { padding: 15px 0 0; }
.yamm-product-discovery__cta { margin: 28px auto 0; display: flex; width: fit-content; min-width: 246px; }

.yamm-product__after-editorial {
  width: min(calc(100% - (2 * var(--yamm-product-lower-inline))), 1180px);
  margin: 0 auto;
}

@media (hover: hover) {
  .yamm-product-reviews__form input[type="submit"]:hover,
  .yamm-product-reviews__login:hover,
  .yamm-product-discovery__cta:hover { background: #171717; border-color: #171717; }
}

@media (max-width: 980px) {
  .yamm-product__secondary {
    --yamm-product-lower-inline: 26px;
    --yamm-product-lower-rhythm: 34px;
    --yamm-product-lower-gap: var(--yamm-product-lower-rhythm);
    padding-top: var(--yamm-product-lower-gap);
  }
  .yamm-product-recommendations { margin-bottom: var(--yamm-product-lower-rhythm); }
  .yamm-product-recommendations__heading { margin-bottom: var(--yamm-product-lower-rhythm); }
  .yamm-product-recommendations__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .yamm-product__editorial-grid,
  .yamm-product__editorial-grid.is-single { width: calc(100% - (2 * var(--yamm-product-lower-inline))); grid-template-columns: 1fr; gap: 56px; }
  .yamm-product__after-editorial { width: calc(100% - (2 * var(--yamm-product-lower-inline))); }
  .yamm-product[data-product-domain="fashion"] .yamm-product-recommendations,
  .yamm-product[data-product-domain="leather"] .yamm-product-recommendations { margin-bottom: 0; }
  .yamm-product[data-product-domain="fashion"] .yamm-product__secondary,
  .yamm-product[data-product-domain="leather"] .yamm-product__secondary { padding-bottom: 58px; }
}

@media (max-width: 620px) {
  .yamm-product__secondary {
    --yamm-product-lower-inline: 20px;
    --yamm-product-lower-rhythm: 30px;
    --yamm-product-lower-gap: var(--yamm-product-lower-rhythm);
    padding: var(--yamm-product-lower-gap) 0 var(--yamm-product-lower-rhythm);
  }
  .yamm-product[data-product-domain="fashion"] .yamm-product__secondary,
  .yamm-product[data-product-domain="leather"] .yamm-product__secondary { padding-bottom: 54px; }
  .yamm-product-recommendations__heading { margin-bottom: var(--yamm-product-lower-rhythm); font-size: 13px; }
  .yamm-product-recommendations__history { font-size: 12px; }
  .yamm-product-recommendations .yamm-product-card__body { padding: 10px 9px 0; }
  .yamm-product-recommendations .yamm-product-card__inspiration,
  .yamm-product-discovery .yamm-product-card__inspiration { font-size: 10px; }
  .yamm-product__editorial-grid { gap: 48px; }
  .yamm-product-reviews > h2,
  .yamm-product-discovery > h2 { margin-bottom: 24px; padding-bottom: 18px; font-size: 24px; }
  .yamm-review-card { padding: 20px; }
  .yamm-product-reviews__login-gate { padding: 27px 20px 28px; }
  .yamm-product-reviews__login-gate p { font-size: 15px; }
  .yamm-product-discovery__cta,
  .yamm-product-reviews__login,
  .yamm-product-reviews__form input[type="submit"] { width: min(100%, 246px); }
}
