.yoko-button,
.yoko-seasonal-button,
.yoko-seasonal-outline-button,
.yoko-dealer-button,
body.yoko-native-template .button {
  display: inline-flex;
  min-height: var(--yoko-control-height);
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: var(--yoko-radius-sm);
  font-family: var(--yoko-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--yoko-transition), box-shadow var(--yoko-transition), background var(--yoko-transition), border-color var(--yoko-transition), color var(--yoko-transition);
}
.yoko-button:is(:hover,:focus-visible),
.yoko-seasonal-button:is(:hover,:focus-visible),
.yoko-dealer-button:is(:hover,:focus-visible) { transform: translateY(-2px); }
.yoko-button--primary,
.yoko-seasonal-button,
.yoko-dealer-button--primary,
body.yoko-native-template .button.alt,
body.yoko-native-template button[type="submit"] {
  color: var(--yoko-white);
  background: linear-gradient(135deg, var(--yoko-primary), var(--yoko-primary-bright));
  border-color: var(--yoko-primary);
  box-shadow: 0 9px 22px rgb(112 37 135 / 20%);
  -webkit-text-fill-color: var(--yoko-white);
}
.yoko-button--primary:is(:link,:visited,:hover,:focus,:active),
.yoko-seasonal-button:is(:link,:visited,:hover,:focus,:active),
.yoko-dealer-button--primary:is(:link,:visited,:hover,:focus,:active),
body.yoko-native-template button[type="submit"]:is(:hover,:focus) {
  color: var(--yoko-white);
  background: linear-gradient(135deg, var(--yoko-primary-dark), var(--yoko-primary));
  -webkit-text-fill-color: var(--yoko-white);
}
.yoko-button--secondary,
.yoko-button--light,
.yoko-seasonal-outline-button,
.yoko-dealer-button--secondary {
  color: var(--yoko-primary);
  background: var(--yoko-white);
  border-color: var(--yoko-primary);
  box-shadow: none;
}
.yoko-button--secondary:is(:hover,:focus-visible),
.yoko-button--light:is(:hover,:focus-visible),
.yoko-seasonal-outline-button:is(:hover,:focus-visible) { background: var(--yoko-primary-soft); color: var(--yoko-primary-dark); }
.yoko-button[disabled],.yoko-button.is-disabled { opacity: .58; pointer-events: none; }
.yoko-button__icon,.yoko-button__icon svg { width: 22px; height: 22px; flex: 0 0 auto; }

.yoko-card,
body.yoko-native-template :where(.yoko-policy-card,.yoko-guide-card,.yoko-content-card) {
  border: 1px solid var(--yoko-line);
  border-radius: var(--yoko-radius-md);
  background: var(--yoko-white);
  box-shadow: var(--yoko-shadow-sm);
}
.yoko-icon,
.yoko-icon svg,
.yoko-seasonal-icon svg,
.yoko-dealer-icon svg { display: block; width: 1em; height: 1em; color: currentColor; }
.yoko-icon--media { display: block; width: 1em; height: 1em; object-fit: contain; object-position: center; flex: 0 0 auto; }

.yoko-trust-grid,.yoko-service-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: hidden; border: 1px solid var(--yoko-line); border-radius: var(--yoko-radius-md); background: var(--yoko-white); box-shadow: var(--yoko-shadow-sm); }
.yoko-trust-card,.yoko-service-item { display: flex; min-width: 0; align-items: center; justify-content: center; gap: 16px; padding: 24px; border-right: 1px solid var(--yoko-line); }
.yoko-trust-card:last-child,.yoko-service-item:last-child { border-right: 0; }
.yoko-trust-card__icon,.yoko-service-item__icon { width: 48px; height: 48px; color: var(--yoko-primary); flex: 0 0 auto; }
.yoko-trust-card strong,.yoko-service-item strong { display: block; color: var(--yoko-heading); font-weight: 700; line-height: 1.25; }
.yoko-trust-card p,.yoko-service-item p { margin: 5px 0 0; color: var(--yoko-muted); font-size: 14px; line-height: 1.45; }

.yoko-product-card { display: flex; min-width: 0; height: 100%; overflow: hidden; flex-direction: column; border: 1px solid var(--yoko-line); border-radius: var(--yoko-radius-md); background: var(--yoko-white); transition: transform var(--yoko-transition), box-shadow var(--yoko-transition), border-color var(--yoko-transition); }
.yoko-product-card:hover { transform: translateY(-4px); border-color: var(--yoko-line-strong); box-shadow: var(--yoko-shadow-md); }
.yoko-product-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 4/5; background: #f5f2f6; }
.yoko-product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.yoko-product-card:hover .yoko-product-card__media img { transform: scale(1.035); }
.yoko-product-card__badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 10px; border-radius: 6px; color: #fff; background: var(--yoko-primary); font-size: 13px; font-weight: 700; line-height: 1; }
.yoko-product-card__content { display: flex; flex: 1; flex-direction: column; padding: 15px 15px 16px; }
.yoko-product-card__content h3 { display: -webkit-box; min-height: 2.9em; margin: 0; overflow: hidden; color: var(--yoko-heading); font-size: 15px; font-weight: 600; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.yoko-product-card__content h3 a { text-decoration: none; }
.yoko-product-card__rating { min-height: 22px; margin-top: 7px; color: #e89300; font-size: 13px; }
.yoko-product-card__rating small,.yoko-product-card__rating .is-empty { color: var(--yoko-muted); }
.yoko-product-card__price { margin-top: auto; padding-top: 8px; color: var(--yoko-primary); font-size: 17px; font-weight: 700; }
.yoko-product-card__price del { color: var(--yoko-caption); font-size: 13px; font-weight: 400; }
.yoko-product-card__swatches { display: flex; min-height: 15px; gap: 6px; margin-top: 8px; }
.yoko-product-card__swatches i { width: 12px; height: 12px; border: 1px solid rgb(0 0 0 / 15%); border-radius: 50%; background: var(--swatch); }
.yoko-product-card__actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 10px; }
.yoko-product-card__actions :where(a,button) { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border: 1px solid var(--yoko-line); border-radius: 50%; color: var(--yoko-primary); background: #fff; cursor: pointer; }
.yoko-product-card__actions :where(a,button):hover { color: #fff; background: var(--yoko-primary); border-color: var(--yoko-primary); }
.yoko-product-card__actions .yoko-icon { width: 18px; height: 18px; }

.yoko-faq-list { overflow: hidden; border: 1px solid var(--yoko-line); border-radius: var(--yoko-radius-md); background: #fff; }
.yoko-faq-list details { border-bottom: 1px solid var(--yoko-line); }
.yoko-faq-list details:last-child { border-bottom: 0; }
.yoko-faq-list summary { position: relative; display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 22px; color: var(--yoko-heading); font-weight: 600; cursor: pointer; list-style: none; }
.yoko-faq-list summary::-webkit-details-marker { display: none; }
.yoko-faq-list summary::after { content: "+"; color: var(--yoko-primary); font-size: 26px; font-weight: 500; line-height: 1; }
.yoko-faq-list details[open] summary::after { content: "−"; }
.yoko-faq-list details[open] summary { color: var(--yoko-primary); background: var(--yoko-primary-soft); }
.yoko-faq-list details > div,.yoko-faq-list details > p { padding: 0 22px 20px; color: var(--yoko-text); }

.yoko-modal[hidden] { display: none; }
.yoko-modal { position: fixed; z-index: 999999; inset: 0; display: grid; place-items: center; padding: 24px; }
.yoko-modal__backdrop { position: absolute; inset: 0; background: rgb(22 14 28 / 68%); backdrop-filter: blur(5px); }
.yoko-modal__dialog { position: relative; z-index: 1; width: min(100%, 780px); max-height: min(88vh, 920px); overflow: auto; padding: 30px; border: 1px solid var(--yoko-line); border-radius: var(--yoko-radius-lg); background: #fff; box-shadow: 0 28px 80px rgb(21 11 29 / 30%); }
.yoko-modal__close { position: absolute; top: 14px; right: 14px; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--yoko-line); border-radius: 50%; color: var(--yoko-heading); background: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.yoko-modal__header { padding-right: 46px; margin-bottom: 22px; }
.yoko-modal__header h2 { margin: 8px 0; font-size: 32px; }
.yoko-modal__header p,.yoko-modal__policy { color: var(--yoko-muted); }
.yoko-modal__policy { margin: 16px 0 0; font-size: 13px; text-align: center; }
body.yoko-modal-open { overflow: hidden; }

@media (max-width: 767px) {
  .yoko-button,.yoko-seasonal-button,.yoko-seasonal-outline-button,.yoko-dealer-button,body.yoko-native-template .button { width: 100%; min-height: 52px; padding-inline: 18px; font-size: 14px; }
  .yoko-trust-grid,.yoko-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .yoko-trust-card,.yoko-service-item { min-height: 132px; flex-direction: column; gap: 10px; padding: 18px 12px; border-right: 1px solid var(--yoko-line); border-bottom: 1px solid var(--yoko-line); text-align: center; }
  .yoko-trust-card:nth-child(2n),.yoko-service-item:nth-child(2n) { border-right: 0; }
  .yoko-trust-card:nth-last-child(-n+2),.yoko-service-item:nth-last-child(-n+2) { border-bottom: 0; }
  .yoko-trust-card__icon,.yoko-service-item__icon { width: 40px; height: 40px; }
  .yoko-product-card__content { padding: 11px 11px 13px; }
  .yoko-product-card__content h3 { font-size: 13px; line-height: 1.4; }
  .yoko-product-card__price { font-size: 15px; }
  .yoko-product-card__actions :where(a,button) { width: 34px; height: 34px; }
  .yoko-faq-list summary { min-height: 58px; padding: 14px 16px; font-size: 15px; }
  .yoko-faq-list details > div,.yoko-faq-list details > p { padding: 0 16px 18px; }
  .yoko-modal { padding: 10px; align-items: end; }
  .yoko-modal__dialog { width: 100%; max-height: 92vh; padding: 24px 16px 20px; border-radius: 20px 20px 0 0; }
  .yoko-modal__header h2 { font-size: 26px; }
}
