:root {
  --yk-ink: #100e10;
  --yk-pink: #efdbea;
  --yk-pink-strong: #fd95b4;
  --yk-rose: #a65973;
  --yk-gold: #cca246;
  --yk-cream: #fff9fa;
  --yk-line: #eadfe3;
  --yk-radius: 18px;
}

/* Account access v2.7 — final cascade guard. Keep this block at EOF. */
body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-account-access-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: clamp(36px, 6vw, 82px) 0 !important;
  align-items: stretch !important;
}
body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-register-invite {
  grid-column: 1 !important;
  min-width: 0 !important;
}
body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login {
  display: contents !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login > .u-column1 {
  display: flex !important;
  grid-column: 2 !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}
body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login > .u-column2 {
  display: none !important;
}
body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login {
  display: block !important;
  width: min(1000px, calc(100% - 40px)) !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: clamp(34px, 6vw, 72px) 0 !important;
}
body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login > .u-column1 {
  display: none !important;
}
body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login > .u-column2 {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
body.woocommerce-account:not(.logged-in).yk-registration-page form.register {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px 24px !important;
  width: 100% !important;
  max-width: none !important;
}
body.woocommerce-account:not(.logged-in).yk-registration-page form.register .yk-field-wide,
body.woocommerce-account:not(.logged-in).yk-registration-page form.register .yk-privacy-consent,
body.woocommerce-account:not(.logged-in).yk-registration-page form.register .form-row:last-child {
  grid-column: 1 / -1 !important;
}
@media (max-width: 767px) {
  body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-account-access-grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 28px, 680px) !important;
    gap: 22px !important;
  }
  body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-register-invite,
  body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login > .u-column1 {
    grid-column: 1 !important;
  }
  body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login {
    width: min(100% - 28px, 680px) !important;
  }
  body.woocommerce-account:not(.logged-in).yk-registration-page form.register {
    grid-template-columns: 1fr !important;
  }
  body.woocommerce-account:not(.logged-in).yk-registration-page form.register > * {
    grid-column: 1 !important;
  }
}

/* Account access v2.7 — final cascade guard. Keep this block at EOF. */
body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-account-access-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) !important;
  align-items: stretch !important;
  gap: clamp(32px, 5vw, 76px) !important;
  width: min(1200px, calc(100% - 40px)) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-register-invite {
  display: flex !important;
  grid-column: 1 !important;
  flex-direction: column !important;
  width: auto !important;
  min-width: 0 !important;
}

body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login {
  display: contents !important;
}

body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login > .u-column1 {
  display: flex !important;
  grid-column: 2 !important;
  flex-direction: column !important;
  width: auto !important;
  min-width: 0 !important;
  order: initial !important;
}

body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login > .u-column2 {
  display: none !important;
}

body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login {
  display: block !important;
  width: min(1000px, calc(100% - 40px)) !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login > .u-column1 {
  display: none !important;
}

body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login > .u-column2 {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  order: initial !important;
}

body.woocommerce-account:not(.logged-in).yk-registration-page form.register {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px 26px !important;
  width: 100% !important;
}

body.woocommerce-account:not(.logged-in).yk-registration-page form.register > .form-row {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.woocommerce-account:not(.logged-in).yk-registration-page form.register .woocommerce-form-row--wide,
body.woocommerce-account:not(.logged-in).yk-registration-page form.register .woocommerce-privacy-policy-text,
body.woocommerce-account:not(.logged-in).yk-registration-page form.register .yk-privacy-consent,
body.woocommerce-account:not(.logged-in).yk-registration-page form.register > p.form-row:last-child {
  grid-column: 1 / -1 !important;
}

@media (max-width: 767px) {
  body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-account-access-grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 28px, 620px) !important;
    gap: 22px !important;
  }

  body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-register-invite,
  body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login > .u-column1 {
    grid-column: 1 !important;
  }

  body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login {
    width: min(100% - 28px, 620px) !important;
  }

  body.woocommerce-account:not(.logged-in).yk-registration-page form.register {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-account:not(.logged-in).yk-registration-page form.register > * {
    grid-column: 1 !important;
  }
}

/* Account access v2.7 — final cascade guard */
body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-account-access-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 32px !important;
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
  margin: 54px auto 80px !important;
  align-items: stretch !important;
}

body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-register-invite,
body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login {
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login {
  display: block !important;
}

body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login > .u-column1 {
  display: block !important;
  float: none !important;
  order: initial !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 42px !important;
}

body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login > .u-column2 {
  display: none !important;
}

body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login {
  display: block !important;
  width: min(1040px, calc(100% - 48px)) !important;
  max-width: 1040px !important;
  margin: 28px auto 84px !important;
}

body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login > .u-column1 {
  display: none !important;
}

body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login > .u-column2 {
  display: block !important;
  float: none !important;
  order: initial !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 46px !important;
}

body.woocommerce-account:not(.logged-in).yk-registration-page form.register {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 24px !important;
  row-gap: 18px !important;
  width: 100% !important;
}

body.woocommerce-account:not(.logged-in).yk-registration-page form.register > p,
body.woocommerce-account:not(.logged-in).yk-registration-page form.register > .form-row {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-account:not(.logged-in).yk-registration-page form.register .yk-privacy-consent,
body.woocommerce-account:not(.logged-in).yk-registration-page form.register .woocommerce-privacy-policy-text,
body.woocommerce-account:not(.logged-in).yk-registration-page form.register .woocommerce-form-row--wide,
body.woocommerce-account:not(.logged-in).yk-registration-page form.register > p:last-child {
  grid-column: 1 / -1 !important;
}

@media (max-width: 767px) {
  body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-account-access-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: calc(100% - 28px) !important;
    margin: 28px auto 52px !important;
  }

  body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login > .u-column1,
  body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login > .u-column2 {
    padding: 26px 22px !important;
  }

  body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login {
    width: calc(100% - 28px) !important;
    margin: 20px auto 56px !important;
  }

  body.woocommerce-account:not(.logged-in).yk-registration-page form.register {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

  body.woocommerce-account:not(.logged-in).yk-registration-page form.register > * {
    grid-column: 1 !important;
  }
}

/* Account gateway and standalone registration — 2.7.0 */
body.yk-account-gateway .yk-account-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 54px);
  align-items: stretch;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 88px) 0;
}

body.yk-account-gateway .yk-register-invite,
body.yk-account-gateway #customer_login {
  min-width: 0;
  margin: 0 !important;
  padding: clamp(32px, 4vw, 58px) !important;
  background: #fff;
  border: 1px solid #ecdbe3;
  border-radius: 24px;
  box-shadow: 0 18px 55px rgba(29, 20, 25, .07);
}

body.yk-account-gateway .yk-register-invite {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 1;
  background: linear-gradient(145deg, #fff 0%, #fff7fa 100%);
}

body.yk-account-gateway #customer_login {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  order: 2;
}

body.yk-account-gateway #customer_login > .u-column1 {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.yk-account-gateway #customer_login > .u-column2 {
  display: none !important;
}

body.yk-account-gateway .yk-account-kicker,
body.yk-registration-page .yk-registration-kicker {
  margin: 0 0 10px;
  color: #bf5375;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.yk-account-gateway .yk-register-invite h2,
body.yk-account-gateway #customer_login h2,
body.yk-registration-page .yk-registration-intro h1 {
  margin: 0 0 14px;
  color: #102943;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
}

body.yk-account-gateway .yk-register-invite > p:not(.yk-account-kicker) {
  margin: 0 0 22px;
  color: #5d6671;
  font-size: 16px;
  line-height: 1.7;
}

body.yk-account-gateway .yk-account-benefits {
  display: grid;
  gap: 13px;
  margin: 2px 0 30px;
  padding: 0;
  list-style: none;
}

body.yk-account-gateway .yk-account-benefits li {
  position: relative;
  padding-left: 30px;
  color: #27384a;
  line-height: 1.5;
}

body.yk-account-gateway .yk-account-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #bf5375;
  font-weight: 900;
}

body.yk-account-gateway .yk-register-button,
body.yk-account-gateway #customer_login button,
body.yk-registration-page #customer_login button {
  min-height: 52px;
  padding: 14px 28px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #100d0f !important;
  color: #fff !important;
  font-weight: 800 !important;
  text-align: center;
  text-decoration: none !important;
}

body.yk-account-gateway .yk-register-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 210px;
}

body.yk-account-gateway .yk-register-button:hover,
body.yk-account-gateway #customer_login button:hover,
body.yk-registration-page #customer_login button:hover {
  background: #bf5375 !important;
}

body.yk-account-gateway #customer_login input,
body.yk-registration-page #customer_login input:not([type="checkbox"]) {
  width: 100% !important;
  min-height: 54px;
  padding: 12px 15px !important;
  border: 1px solid #e4d3da !important;
  border-radius: 10px !important;
  background: #fff !important;
}

body.yk-registration-page .yk-registration-intro {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(42px, 6vw, 78px) 0 26px;
  text-align: center;
}

body.yk-registration-page .yk-registration-intro p:last-child {
  max-width: 680px;
  margin: 0 auto;
  color: #66717d;
  font-size: 16px;
  line-height: 1.65;
}

body.yk-registration-page #customer_login {
  display: block !important;
  width: min(920px, calc(100% - 40px)) !important;
  max-width: none !important;
  margin: 0 auto 88px !important;
  padding: 0 !important;
}

body.yk-registration-page #customer_login > .u-column1 {
  display: none !important;
}

body.yk-registration-page #customer_login > .u-column2 {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(30px, 5vw, 54px) !important;
  background: #fff;
  border: 1px solid #ecdbe3;
  border-radius: 24px;
  box-shadow: 0 18px 55px rgba(29, 20, 25, .07);
}

body.yk-registration-page #customer_login > .u-column2 > h2 {
  margin: 0 0 28px;
  color: #102943;
  font-size: clamp(26px, 3vw, 36px);
}

body.yk-registration-page form.register {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 24px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.yk-registration-page form.register > .form-row {
  grid-column: auto !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.yk-registration-page form.register .woocommerce-privacy-policy-text,
body.yk-registration-page form.register .yk-privacy-consent,
body.yk-registration-page form.register > p.form-row:last-child {
  grid-column: 1 / -1 !important;
}

body.yk-registration-page form.register label {
  display: block;
  margin-bottom: 8px;
  color: #102943;
  font-weight: 700;
}

body.yk-registration-page .yk-privacy-consent label {
  display: flex !important;
  gap: 11px;
  align-items: flex-start;
  font-weight: 500 !important;
}

body.yk-registration-page .yk-privacy-consent input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px !important;
  height: 18px !important;
  margin-top: 2px !important;
}

@media (max-width: 760px) {
  body.yk-account-gateway .yk-account-access-grid {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 620px);
    padding: 28px 0 54px;
  }

  body.yk-account-gateway .yk-register-invite,
  body.yk-account-gateway #customer_login {
    padding: 28px 22px !important;
  }

  body.yk-account-gateway .yk-register-button {
    width: 100%;
  }

  body.yk-registration-page form.register {
    grid-template-columns: 1fr;
  }

  body.yk-registration-page form.register > .form-row {
    grid-column: 1 / -1 !important;
  }

  body.yk-registration-page #customer_login > .u-column2 {
    padding: 28px 22px !important;
  }
}

/* Cuenta Yumekai 2.7.0 */
body.woocommerce-account:not(.logged-in) .site-main {
  background: radial-gradient(circle at 8% 12%, rgba(238, 206, 219, .45), transparent 28%), linear-gradient(180deg, #fff 0%, #fff9fb 100%) !important;
}

body.woocommerce-account:not(.logged-in) .site-main .woocommerce {
  width: min(1240px, calc(100% - 40px)) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: clamp(42px, 6vw, 88px) 0 !important;
}

body.woocommerce-account:not(.logged-in) #customer_login {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr) !important;
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: start !important;
  width: 100% !important;
}

body.woocommerce-account:not(.logged-in) #customer_login > .u-column1 { order: 2 !important; }
body.woocommerce-account:not(.logged-in) #customer_login > .u-column2 { order: 1 !important; }

body.woocommerce-account:not(.logged-in) #customer_login > div {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  padding: clamp(26px, 3vw, 44px) !important;
  border: 1px solid #ead7de !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 18px 50px rgba(17, 16, 18, .07) !important;
}

body.woocommerce-account:not(.logged-in) #customer_login > .u-column2 {
  background: linear-gradient(145deg, #fff 0%, #fff8fa 100%) !important;
}

body.woocommerce-account:not(.logged-in) #customer_login h2 {
  margin: 0 0 8px !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  color: #102c4a !important;
}

body.woocommerce-account:not(.logged-in) #customer_login h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: #c65377;
}

body.woocommerce-account:not(.logged-in) form.login,
body.woocommerce-account:not(.logged-in) form.register {
  margin: 24px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.woocommerce-account:not(.logged-in) form.register {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 18px !important;
}

body.woocommerce-account:not(.logged-in) form.register > p { grid-column: span 1; }
body.woocommerce-account:not(.logged-in) form.register > .yk-privacy-consent,
body.woocommerce-account:not(.logged-in) form.register > p:last-child,
body.woocommerce-account:not(.logged-in) form.register > .woocommerce-privacy-policy-text { grid-column: 1 / -1; }

/* Orden visual del alta: datos personales, acceso y consentimiento. */
body.woocommerce-account:not(.logged-in) form.register > * { min-width: 0; }
body.woocommerce-account:not(.logged-in) form.register > .yk-field-full-name { order: 1; }
body.woocommerce-account:not(.logged-in) form.register > p:has(#reg_username) { order: 2; }
body.woocommerce-account:not(.logged-in) form.register > .yk-field-birth-date { order: 3; }
body.woocommerce-account:not(.logged-in) form.register > p:has(#reg_email) { order: 4; }
body.woocommerce-account:not(.logged-in) form.register > p:has(#reg_password) { order: 5; }
body.woocommerce-account:not(.logged-in) form.register > .yk-field-password-confirm { order: 6; }
body.woocommerce-account:not(.logged-in) form.register > .yk-privacy-consent { order: 7; }
body.woocommerce-account:not(.logged-in) form.register > .woocommerce-privacy-policy-text { order: 8; }
body.woocommerce-account:not(.logged-in) form.register > p:last-child { order: 9; }

body.woocommerce-account:not(.logged-in) p.form-row {
  width: 100% !important;
  float: none !important;
  margin: 0 0 18px !important;
}

body.woocommerce-account:not(.logged-in) label {
  font-weight: 700 !important;
  color: #102c4a !important;
}

body.woocommerce-account:not(.logged-in) input.input-text {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid #ddcbd2 !important;
  border-radius: 10px !important;
  background: #fff !important;
  padding: 12px 14px !important;
  font-size: 16px !important;
}

body.woocommerce-account:not(.logged-in) input.input-text:focus {
  border-color: #c65377 !important;
  box-shadow: 0 0 0 3px rgba(198, 83, 119, .12) !important;
  outline: 0 !important;
}

body.woocommerce-account:not(.logged-in) button.button {
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 10px !important;
  background: #111 !important;
  color: #fff !important;
  font-weight: 800 !important;
}

body.woocommerce-account:not(.logged-in) button.button:hover { background: #c65377 !important; }

body.woocommerce-account:not(.logged-in) .yk-privacy-consent label {
  display: flex !important;
  gap: 10px !important;
  align-items: flex-start !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

body.woocommerce-account:not(.logged-in) .yk-privacy-consent input {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  margin: 2px 0 0 !important;
}

body.woocommerce-account:not(.logged-in) a { color: #c65377 !important; }
body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
}

@media (max-width: 820px) {
  body.woocommerce-account:not(.logged-in) #customer_login { grid-template-columns: 1fr !important; }
  body.woocommerce-account:not(.logged-in) #customer_login > .u-column2 { order: 1 !important; }
  body.woocommerce-account:not(.logged-in) #customer_login > .u-column1 { order: 2 !important; }
  body.woocommerce-account:not(.logged-in) form.register { grid-template-columns: 1fr !important; }
  body.woocommerce-account:not(.logged-in) form.register > p { grid-column: 1 / -1 !important; }
  body.woocommerce-account:not(.logged-in) .site-main .woocommerce {
    width: min(100% - 24px, 680px) !important;
    padding: 30px 0 54px !important;
  }
  body.woocommerce-account:not(.logged-in) #customer_login > div {
    padding: 24px 20px !important;
    border-radius: 16px !important;
  }
}

/* Ficha técnica de producto Yumekai */
.yk-product-specs { width: min(100% - 40px, 1120px); margin: 42px auto 10px; padding: clamp(28px, 4vw, 52px); background: #fff9fb; border: 1px solid #efdce5; border-radius: 18px; clear: both; }
.yk-product-specs .yk-eyebrow { margin: 0 0 8px; color: #b74f72; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.yk-product-specs h2 { margin: 0 0 24px; font-size: clamp(24px, 3vw, 36px); }
.yk-product-specs dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-top: 1px solid #ead8e0; }
.yk-product-specs dl > div { display: grid; grid-template-columns: minmax(120px, .8fr) 1.2fr; gap: 18px; padding: 15px 12px; border-bottom: 1px solid #ead8e0; }
.yk-product-specs dt { font-weight: 750; color: #152b43; }
.yk-product-specs dd { margin: 0; color: #5f4a54; }
.single-product .product_meta .sku_wrapper { display: none !important; }

@media (max-width: 767px) {
	.yk-product-specs { width: calc(100% - 24px); padding: 24px 18px; }
	.yk-product-specs dl { grid-template-columns: 1fr; }
	.yk-product-specs dl > div { grid-template-columns: 1fr; gap: 4px; }
}

html { overflow-x: hidden; }
body.home { --content-vertical-spacing: 0 !important; }
body.home #main-container,
body.home #main,
body.home .site-main,
body.home article.page,
body.home article.page .entry-content,
body.home .entry-content > .wp-block-shortcode {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.home .entry-content > .wp-block-shortcode { display: block; }
body.home .site-main,
body.home [data-content],
body.home .entries,
body.home .entry-content { padding-top: 0 !important; padding-bottom: 0 !important; }
body.home .site-main { width: 100%; max-width: none; padding: 0 !important; }
body.home #main-container,
body.home #main,
body.home .site-main,
body.home .site-main > article,
body.home .site-main > article > .entry-content,
body.home #main-container > .ct-container,
body.home #main-container .ct-container,
body.home #main .ct-container,
body.home .site-main .ct-container,
body.home .site-main .ct-container-full,
body.home article.page,
body.home article.page .entry-content,
body.home .ct-container-full {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: visible !important;
}
.ct-header .ct-container,
.ct-header [data-row] > .ct-container {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: clamp(28px, 4vw, 82px) !important;
  padding-right: clamp(28px, 4vw, 82px) !important;
}
.ct-header [data-row="middle"],
.ct-header [data-row="middle"] > div {
  min-height: 96px !important;
  height: 96px !important;
}
.ct-header .site-branding,
.ct-header [data-id="logo"] {
  margin-left: 0 !important;
}
.ct-header .site-branding img,
.ct-header [data-id="logo"] img {
  width: auto !important;
  max-height: 78px !important;
}
.ct-header .ct-header-search,
.ct-header [data-id="search"] {
  margin-right: 0 !important;
}
.yk-moved-utility-link { display: none !important; }
.yk-utility-bar { display: flex; align-items: center; justify-content: space-between; min-height: 34px; padding: 6px clamp(28px, 4vw, 82px); background: var(--yk-ink); color: #d9d0d4; font-size: 11px; letter-spacing: .03em; }
.yk-utility-bar nav { display: flex; align-items: center; gap: 22px; }
.yk-utility-bar a { color: #fff; text-decoration: none; }
.yk-utility-bar a:hover { color: var(--yk-pink-strong); }
body.woocommerce-cart .yk-utility-bar a,
body.woocommerce-checkout .yk-utility-bar a,
body.woocommerce-account .yk-utility-bar a { color: #fff !important; }
body.woocommerce-cart .yk-utility-bar a:hover,
body.woocommerce-checkout .yk-utility-bar a:hover,
body.woocommerce-account .yk-utility-bar a:hover { color: var(--yk-pink-strong) !important; }
.yk-header-tools { display: flex; align-items: center; gap: 13px; margin-left: 18px; }
.yk-header-tools a { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; color: #15283d; }
.ct-header .menu > li > a,
.ct-header .ct-menu-link,
.ct-header .sub-menu a,
.ct-header .mobile-menu a,
.yk-header-tools a {
  transition: color .18s ease !important;
}
.ct-header .menu > li > a:hover,
.ct-header .menu > li:hover > a,
.ct-header .ct-menu-link:hover,
.ct-header .sub-menu a:hover,
.ct-header .mobile-menu a:hover,
.yk-header-tools a:hover {
  color: var(--yk-rose) !important;
}
body.woocommerce-cart .yk-header-tools a,
body.woocommerce-checkout .yk-header-tools a,
body.woocommerce-account .yk-header-tools a { color: #15283d !important; }
body.woocommerce-cart .yk-header-tools a:hover,
body.woocommerce-checkout .yk-header-tools a:hover,
body.woocommerce-account .yk-header-tools a:hover { color: var(--yk-rose) !important; }
.yk-header-tools svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.yk-header-tools .yk-cart-link span { position: absolute; top: -2px; right: -4px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 20px; background: var(--yk-pink-strong); color: var(--yk-ink); font-size: 10px; font-weight: 800; }
.yk-home { position: relative; left: 50%; width: 100vw !important; max-width: 100vw !important; margin-left: -50vw !important; margin-right: -50vw !important; color: var(--yk-ink); background: #fff; overflow: hidden; }
.yk-home *, .yk-home *::before, .yk-home *::after { box-sizing: border-box; }
.yk-home a { color: inherit; text-decoration: none; }

.yk-hero { padding: 0; background: #fafafa; }
.yk-slider { position: relative; width: 100%; max-width: none; height: auto; min-height: 0; aspect-ratio: 40 / 17; margin: 0; overflow: hidden; border-radius: 0; background: var(--yk-pink); }
.yk-slide { position: absolute; inset: 0; overflow: hidden; opacity: 0; visibility: hidden; transition: opacity .55s ease, visibility .55s; }
.yk-slide.is-active { opacity: 1; visibility: visible; }
.yk-slide picture { display: block; width: 100%; height: 100%; }
.yk-slide img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.yk-slider-button { position: absolute; z-index: 2; top: 50%; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--yk-ink); font-size: 35px; line-height: 1; cursor: pointer; box-shadow: 0 6px 24px rgba(16,14,16,.16); transform: translateY(-50%); }
.yk-prev { left: 18px; } .yk-next { right: 18px; }
.yk-dots { position: absolute; z-index: 2; bottom: 15px; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); }
.yk-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(16,14,16,.28); cursor: pointer; }
.yk-dots button.is-active { width: 24px; border-radius: 8px; background: var(--yk-ink); }

.yk-benefits { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; margin: 0; padding: 30px clamp(20px, 4vw, 76px); border-bottom: 1px solid var(--yk-line); }
.yk-benefits > div { display: flex; justify-content: center; align-items: center; gap: 13px; padding: 3px 24px; border-right: 1px solid var(--yk-line); }
.yk-benefits > div:last-child { border-right: 0; }
.yk-benefits span { color: var(--yk-rose); font-size: 27px; }
.yk-benefits p { margin: 0; font-size: 13px; line-height: 1.45; color: #6c6065; }
.yk-benefits strong { display: block; margin-bottom: 2px; color: var(--yk-ink); font-size: 14px; }

.yk-section { width: 100%; max-width: none; margin: 0; padding: clamp(66px, 7vw, 100px) clamp(20px, 4vw, 76px); }
.yk-section-heading { margin: 0 auto 38px; text-align: center; }
.yk-kicker { display: inline-block; margin-bottom: 10px; color: var(--yk-rose); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.yk-section-heading h1, .yk-section-heading h2, .yk-editorial h2, .yk-cta h2 { margin: 0; color: var(--yk-ink); font-size: clamp(30px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.yk-section-heading p { margin: 13px 0 0; color: #71666a; }

.yk-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.yk-category { position: relative; display: flex; align-items: center; min-height: 224px; padding: 36px; overflow: hidden; border: 1px solid #eadfe3; border-radius: var(--yk-radius); background: linear-gradient(135deg,#fff 0%,#f9edf4 100%); transition: transform .25s, box-shadow .25s; }
.yk-category:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(83,50,66,.12); }
.yk-category-2, .yk-category-4 { background: linear-gradient(135deg,#fffaf0 0%,#f3e5c6 100%); }
.yk-category-3 { background: linear-gradient(135deg,#f9f5f7 0%,#e5d9df 100%); }
.yk-kanji { position: absolute; right: 18px; bottom: -38px; color: rgba(166,89,115,.12); font-size: 190px; font-weight: 900; line-height: 1; }
.yk-category-2 .yk-kanji, .yk-category-4 .yk-kanji { color: rgba(151,112,29,.12); }
.yk-category-copy { position: relative; z-index: 1; display: flex; flex-direction: column; max-width: 68%; }
.yk-category-copy strong { margin-bottom: 8px; font-size: 25px; }
.yk-category-copy small { min-height: 44px; color: #685e62; font-size: 14px; line-height: 1.55; }
.yk-category-copy b { margin-top: 22px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.yk-category-copy b span { color: var(--yk-rose); font-size: 18px; }

.yk-products { max-width: 100%; background: var(--yk-cream); }
.yk-products > * { width: 100%; max-width: none; margin-left: auto; margin-right: auto; }
.yk-heading-row { display: flex; align-items: end; justify-content: space-between; text-align: left; }
.yk-heading-row > a { padding-bottom: 7px; border-bottom: 1px solid var(--yk-ink); font-weight: 700; font-size: 13px; }
.yk-products .products { margin-bottom: 0; }
.yk-products ul.products { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 340px)); justify-content: center; gap: clamp(22px, 2.5vw, 38px); }
.yk-products ul.products::before, .yk-products ul.products::after { display: none; }
.yk-products ul.products li.product { width: auto !important; margin: 0 !important; }
.yk-products .product { overflow: hidden; border-radius: 12px; background: #fff; padding-bottom: 18px !important; box-shadow: 0 5px 18px rgba(36,21,28,.06); }
.yk-products .product img { aspect-ratio: 2/3; object-fit: contain; }
.yk-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 220px; padding: 40px; border: 1px dashed #d8c5ce; border-radius: var(--yk-radius); background: #fff; text-align: center; color: #73676b; }
.yk-empty strong { margin-bottom: 6px; color: var(--yk-ink); font-size: 24px; }

.yk-editorial { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; min-height: 560px; background: var(--yk-ink); color: #fff; }
.yk-editorial-copy { max-width: 820px; margin-left: clamp(20px, 7vw, 135px); padding: 80px 45px 80px 0; }
.yk-editorial h2 { color: #fff; }
.yk-editorial p { max-width: 630px; margin: 24px 0 32px; color: #d6cdd1; font-size: 17px; line-height: 1.8; }
.yk-editorial-mark { align-self: stretch; display: flex; align-items: center; justify-content: center; min-height: 460px; background: radial-gradient(circle at center, #3d2933 0, var(--yk-ink) 70%); }
.yk-editorial-mark img { width: min(68%, 360px); max-height: 330px; filter: drop-shadow(0 20px 30px rgba(0,0,0,.34)); }
.yk-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 25px; border-radius: 4px; background: var(--yk-pink-strong); color: var(--yk-ink) !important; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.yk-cta { display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.yk-cta p { margin: 14px 0 0; color: #71666a; }
.yk-button-dark { flex: 0 0 auto; background: var(--yk-ink); color: #fff !important; }

@media (max-width: 900px) {
  .yk-hero { padding: 0; }
  .yk-slider { height: auto; min-height: 0; aspect-ratio: 16 / 8; border-radius: 0; }
  .yk-slide img { object-position: center; }
  .yk-benefits { grid-template-columns: 1fr; padding: 12px 22px; }
  .yk-benefits > div { justify-content: flex-start; padding: 13px 6px; border-right: 0; border-bottom: 1px solid var(--yk-line); }
  .yk-benefits > div:last-child { border-bottom: 0; }
  .yk-category-grid { grid-template-columns: 1fr; }
  .yk-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yk-editorial { grid-template-columns: 1fr; }
  .yk-editorial-copy { margin: 0; padding: 70px 24px; }
  .yk-editorial-mark { display: none; }
}

@media (max-width: 767px) {
  .yk-slider { height: calc(100svh - 72px); min-height: 620px; aspect-ratio: auto; }
  .yk-slide img { object-fit: cover; object-position: center; }
}

@media (max-width: 560px) {
  .ct-header .ct-container,
  .ct-header [data-row] > .ct-container { padding-left: 18px !important; padding-right: 18px !important; }
  .ct-header [data-row="middle"],
  .ct-header [data-row="middle"] > div { height: auto !important; min-height: 72px !important; }
  .ct-header .site-branding,
  .ct-header [data-id="logo"] { margin-left: 0 !important; }
  .ct-header .site-branding img,
  .ct-header [data-id="logo"] img { max-height: 58px !important; }
  .ct-header .ct-header-search,
  .ct-header [data-id="search"] { margin-right: 0 !important; }
  .yk-utility-bar { justify-content: center; min-height: 30px; padding: 5px 14px; }
  .yk-utility-bar > span { font-size: 10px; }
  .yk-utility-bar nav { display: none; }
  .yk-slider { aspect-ratio: 2076 / 757; }
  .yk-slide img { object-fit: cover; object-position: center; }
  .yk-slider-button { width: 38px; height: 38px; font-size: 28px; }
  .yk-prev { left: 9px; } .yk-next { right: 9px; }
  .yk-section { padding: 58px 18px; }
  .yk-section-heading { margin-bottom: 28px; }
  .yk-category { min-height: 190px; padding: 26px; }
  .yk-category-copy { max-width: 82%; }
  .yk-category-copy strong { font-size: 22px; }
  .yk-heading-row, .yk-cta { align-items: flex-start; flex-direction: column; }
  .yk-cta .yk-button { width: 100%; }
  .yk-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; grid-auto-rows: auto !important; align-items: start !important; width: 100%; margin-left: auto !important; margin-right: auto !important; gap: 10px; }
  .yk-products ul.products li.product { display: flex !important; flex-direction: column; align-self: start !important; width: 100% !important; min-height: 0 !important; padding-bottom: 12px !important; }
  .yk-products ul.products li.product > figure { position: relative !important; display: block !important; flex: 0 0 auto !important; width: 100% !important; height: auto !important; min-height: 0 !important; aspect-ratio: 2 / 3 !important; margin: 0 !important; overflow: hidden !important; background: #faf7f8; }
  .yk-products ul.products li.product > figure > a { position: absolute !important; inset: 0 !important; display: block !important; width: 100% !important; height: 100% !important; min-height: 0 !important; }
  .yk-products ul.products li.product .ct-media-container,
  .yk-products ul.products li.product .woocommerce-loop-product__link > .ct-image-container { position: relative !important; display: block !important; width: 100% !important; height: auto !important; min-height: 0 !important; aspect-ratio: 2 / 3 !important; overflow: hidden !important; }
  .yk-products ul.products li.product .ct-media-container img,
  .yk-products ul.products li.product .woocommerce-loop-product__link > .ct-image-container img { position: absolute !important; inset: 8px !important; width: calc(100% - 16px) !important; max-width: calc(100% - 16px) !important; height: calc(100% - 16px) !important; max-height: calc(100% - 16px) !important; margin: 0 !important; object-fit: contain !important; object-position: center !important; }
  .yk-products ul.products li.product .woocommerce-loop-product__link > img { display: block !important; width: calc(100% - 16px) !important; max-width: calc(100% - 16px) !important; height: auto !important; max-height: none !important; aspect-ratio: 2 / 3 !important; margin: 8px auto !important; object-fit: contain !important; object-position: center !important; }
  .yk-products ul.products li.product .woocommerce-loop-product__title { min-height: 3.9em; margin-left: 10px; margin-right: 10px; font-size: 12px; line-height: 1.3; }
  .yk-products ul.products li.product .price { margin-left: 10px; margin-right: 10px; font-size: 12px; }
  .yk-products ul.products li.product .onsale { top: 8px; left: 8px; padding: 6px 8px; font-size: 9px; }
  .yk-products ul.products li.product .button { width: calc(100% - 16px); min-height: 38px; margin-left: 8px; margin-right: 8px; padding: 8px 4px; font-size: 10px; }
}

.site-footer,
footer.ct-footer { display: none !important; }
.yk-footer { width: 100%; background: var(--yk-ink); color: #d9d0d4; }
.yk-footer-main { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: clamp(32px, 5vw, 90px); padding: 68px clamp(24px, 5vw, 96px) 58px; }
.yk-footer h2 { margin: 0 0 18px; color: #fff; font-size: 15px; letter-spacing: .06em; text-transform: uppercase; }
.yk-footer a { display: block; width: fit-content; margin: 0 0 10px; color: #d9d0d4; font-size: 14px; text-decoration: none; }
.yk-footer a:hover { color: var(--yk-pink-strong); }
.yk-footer-brand img { width: 92px; height: auto; margin-bottom: 18px; }
.yk-footer-brand p, .yk-footer-promise p { max-width: 330px; margin: 0 0 10px; color: #bdb2b7; font-size: 14px; line-height: 1.65; }
.yk-footer-promise span { display: inline-block; margin-top: 12px; color: var(--yk-pink-strong); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.yk-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px clamp(24px, 5vw, 96px); border-top: 1px solid #332a2e; color: #8f8589; font-size: 12px; }

@media (max-width: 900px) {
  .yk-footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .yk-header-tools { gap: 5px; margin-left: 6px; }
  .yk-header-tools a { width: 30px; height: 30px; }
  .yk-footer-main { grid-template-columns: 1fr; padding: 52px 22px 40px; }
  .yk-footer-bottom { align-items: flex-start; flex-direction: column; padding: 18px 22px; }
}

/* WooCommerce responsive: catálogo, producto, carrito y finalizar compra. */
@media (max-width: 768px) {
  body.woocommerce.archive .site-main,
  body.single-product .site-main,
  body.woocommerce-cart .site-main,
  body.woocommerce-checkout .site-main { padding-left: 16px; padding-right: 16px; }
  body.woocommerce.archive ul.products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  body.woocommerce.archive ul.products::before,
  body.woocommerce.archive ul.products::after { display: none; }
  body.woocommerce.archive ul.products li.product { width: auto !important; margin: 0 !important; }
  body.single-product div.product { display: block; }
  body.single-product div.product .woocommerce-product-gallery,
  body.single-product div.product .summary { width: 100% !important; float: none !important; margin-left: 0 !important; margin-right: 0 !important; }
  body.single-product div.product .summary { margin-top: 28px; }
  .woocommerce-cart .wc-proceed-to-checkout .checkout-button,
  .woocommerce-checkout #place_order { width: 100%; min-height: 50px; }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last { width: 100%; float: none; }
}

@media (max-width: 390px) {
  .yk-category { min-height: 176px; padding: 22px; }
  .yk-category-copy { max-width: 88%; }
  .yk-category-copy small { font-size: 13px; }
  body.woocommerce.archive ul.products { gap: 10px; }
}

/* Catálogo Yumekai */
.woocommerce-shop .hero-section,
.tax-product_cat .hero-section { min-height: 0 !important; margin: 0 !important; padding: 34px clamp(18px, 4vw, 76px) !important; background: linear-gradient(135deg, #fff 0%, #fff7fa 100%) !important; }
.woocommerce-shop .hero-section > *,
.tax-product_cat .hero-section > * { min-height: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; }
.woocommerce-shop .hero-section h1,
.tax-product_cat .hero-section h1 { margin: 0 !important; font-size: clamp(30px, 3vw, 44px) !important; line-height: 1.1 !important; }
.woocommerce-shop .site-main,
.tax-product_cat .site-main { padding: 36px clamp(18px, 4vw, 76px) 80px; }
.woocommerce-products-header { margin-bottom: 28px; text-align: center; }
.woocommerce-products-header__title.page-title { font-size: clamp(34px, 5vw, 58px); letter-spacing: -.04em; }
.yk-catalog-nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 0 0 32px; }
.yk-catalog-nav a { padding: 10px 17px; border: 1px solid var(--yk-line); border-radius: 999px; background: #fff; color: var(--yk-ink); font-size: 13px; font-weight: 700; text-decoration: none; transition: background .2s, border-color .2s, transform .2s; }
.yk-catalog-nav a:hover { border-color: var(--yk-pink-strong); background: var(--yk-cream); transform: translateY(-2px); }
.woocommerce .woocommerce-result-count { color: #776b70; font-size: 13px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; border-color: var(--yk-line); border-radius: 8px; background-color: #fff; }
.woocommerce ul.products li.product { overflow: hidden; border: 1px solid #eee4e8; border-radius: 14px; background: #fff; padding-bottom: 18px; box-shadow: 0 8px 24px rgba(68,42,54,.055); transition: transform .22s, box-shadow .22s; }
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(68,42,54,.1); }
.woocommerce ul.products li.product .ct-media-container,
.woocommerce ul.products li.product .woocommerce-loop-product__link > .ct-image-container { --theme-object-fit: contain; --theme-ratio: 2/3; display: flex; align-items: center; justify-content: center; width: 100%; aspect-ratio: 2 / 3 !important; overflow: hidden; background: #faf7f8; }
.woocommerce ul.products li.product img { display: block; width: auto !important; max-width: calc(100% - 28px) !important; height: calc(100% - 28px) !important; max-height: calc(100% - 28px) !important; aspect-ratio: auto !important; margin: 14px auto !important; padding: 0 !important; object-fit: contain !important; object-position: center !important; background: transparent; }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating { margin-left: 16px; margin-right: 16px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 2.6em; line-height: 1.3; }
.woocommerce ul.products li.product .product-categories,
.woocommerce ul.products li.product .entry-meta { display: none !important; }
.woocommerce ul.products li.product .button { width: calc(100% - 32px); margin-left: 16px; margin-right: 16px; border-radius: 6px; background: var(--yk-ink); color: #fff; text-align: center; }

/* En los archivos de tienda/categoría, Blocksy puede estirar el enlace de la
   tarjeta. Aislamos la portada en un marco 2:3 para que quede centrada y nunca
   se desplace al fondo ni se recorte. La sección Novedades conserva su diseño. */
body.woocommerce-shop ul.products li.product,
body.tax-product_cat ul.products li.product { display: flex !important; flex-direction: column; }
body.woocommerce-shop ul.products li.product > figure,
body.tax-product_cat ul.products li.product > figure { position: relative !important; display: block !important; flex: 0 0 auto !important; width: 100% !important; height: auto !important; min-height: 0 !important; aspect-ratio: 2 / 3 !important; margin: 0 !important; overflow: hidden !important; background: #faf7f8; }
body.woocommerce-shop ul.products li.product > figure > a,
body.tax-product_cat ul.products li.product > figure > a { position: absolute !important; inset: 0 !important; display: block !important; width: 100% !important; height: 100% !important; min-height: 0 !important; }
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__link { display: block !important; flex: 0 0 auto !important; height: auto !important; min-height: 0 !important; }
body.woocommerce-shop ul.products li.product .ct-media-container,
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link > .ct-image-container,
body.tax-product_cat ul.products li.product .ct-media-container,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__link > .ct-image-container { position: relative !important; display: block !important; width: 100% !important; height: auto !important; min-height: 0 !important; aspect-ratio: 2 / 3 !important; overflow: hidden !important; }
body.woocommerce-shop ul.products li.product .ct-media-container img,
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link > .ct-image-container img,
body.tax-product_cat ul.products li.product .ct-media-container img,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__link > .ct-image-container img { position: absolute !important; inset: 14px !important; width: calc(100% - 28px) !important; max-width: calc(100% - 28px) !important; height: calc(100% - 28px) !important; max-height: calc(100% - 28px) !important; margin: 0 !important; object-fit: contain !important; object-position: center !important; }
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link > img,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__link > img { display: block !important; width: calc(100% - 28px) !important; max-width: calc(100% - 28px) !important; height: auto !important; max-height: 470px !important; aspect-ratio: 2 / 3 !important; margin: 14px auto !important; object-fit: contain !important; object-position: center !important; }
.woocommerce span.onsale { min-width: 0; min-height: 0; padding: 7px 10px; border-radius: 4px; background: var(--yk-pink-strong); color: var(--yk-ink); font-size: 11px; line-height: 1; }
.yk-empty-catalog { margin: 0 auto 50px; }
.yk-empty-heading { max-width: 720px; margin: 0 auto 36px; text-align: center; }
.yk-empty-heading > span { color: var(--yk-rose); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.yk-empty-heading h2 { margin: 10px 0 12px; font-size: clamp(28px, 4vw, 46px); letter-spacing: -.035em; }
.yk-empty-heading p { margin: 0; color: #74686d; line-height: 1.7; }
.yk-empty-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.yk-empty-grid a { position: relative; display: flex; flex-direction: column; min-height: 230px; padding: 25px; overflow: hidden; border: 1px solid #ebdfe4; border-radius: 16px; background: linear-gradient(145deg,#fff 0%,#f9edf4 100%); color: var(--yk-ink); text-decoration: none; transition: transform .2s, box-shadow .2s; }
.yk-empty-grid a:nth-child(even) { background: linear-gradient(145deg,#fffdf7 0%,#f3e6c9 100%); }
.yk-empty-grid a:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(68,42,54,.1); }
.yk-empty-grid b { position: absolute; right: -5px; bottom: -30px; color: rgba(166,89,115,.12); font-size: 120px; line-height: 1; }
.yk-empty-grid strong { position: relative; font-size: 21px; }
.yk-empty-grid small { position: relative; margin-top: 8px; color: #74686d; line-height: 1.5; }
.yk-empty-grid span { position: relative; margin-top: auto; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.woocommerce-shop .woocommerce-info,
.tax-product_cat .woocommerce-info { max-width: 900px; margin: 28px auto; border: 0; border-radius: 10px; background: var(--yk-cream); text-align: center; }

@media (min-width: 769px) {
  .woocommerce-shop ul.products,
  .tax-product_cat ul.products { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 320px)); justify-content: center; gap: clamp(24px, 2.5vw, 38px); }
  .woocommerce-shop ul.products::before, .woocommerce-shop ul.products::after,
  .tax-product_cat ul.products::before, .tax-product_cat ul.products::after { display: none; }
  .woocommerce-shop ul.products li.product,
  .tax-product_cat ul.products li.product { width: auto !important; margin: 0 !important; }
}

@media (max-width: 900px) {
  .yk-empty-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
  .woocommerce-shop .site-main,
  .tax-product_cat .site-main { padding: 26px 14px 58px; }
  .woocommerce-shop ul.products,
  .tax-product_cat ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; width: 100%; margin-left: auto !important; margin-right: auto !important; gap: 10px !important; }
  .woocommerce-shop ul.products li.product,
  .tax-product_cat ul.products li.product { align-self: start !important; width: 100% !important; min-height: 0 !important; padding-bottom: 10px !important; }
  .woocommerce-shop ul.products li.product > figure,
  .tax-product_cat ul.products li.product > figure { aspect-ratio: 2 / 3 !important; }
  .woocommerce-shop ul.products li.product .ct-media-container img,
  .woocommerce-shop ul.products li.product .woocommerce-loop-product__link > .ct-image-container img,
  .tax-product_cat ul.products li.product .ct-media-container img,
  .tax-product_cat ul.products li.product .woocommerce-loop-product__link > .ct-image-container img { inset: 8px !important; width: calc(100% - 16px) !important; max-width: calc(100% - 16px) !important; height: calc(100% - 16px) !important; max-height: calc(100% - 16px) !important; }
  .woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
  .tax-product_cat ul.products li.product .woocommerce-loop-product__title { min-height: 3.9em; margin: 10px 9px 5px; font-size: 12px; line-height: 1.3; }
  .woocommerce-shop ul.products li.product .price,
  .tax-product_cat ul.products li.product .price { margin: 0 9px 8px; font-size: 12px; }
  .woocommerce-shop ul.products li.product .button,
  .tax-product_cat ul.products li.product .button { width: calc(100% - 16px); min-height: 38px; margin: auto 8px 0; padding: 8px 4px; font-size: 10px; }
  .woocommerce-shop ul.products li.product .onsale,
  .tax-product_cat ul.products li.product .onsale { top: 8px; left: 8px; padding: 6px 8px; font-size: 9px; }
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering { float: none !important; width: 100%; margin: 0 0 14px !important; }
  .woocommerce .woocommerce-ordering select { width: 100%; }
  .yk-catalog-nav { gap: 7px; margin-bottom: 24px; }
  .yk-catalog-nav a { padding: 9px 12px; font-size: 12px; }
  .yk-empty-grid { grid-template-columns: 1fr; }
  .yk-empty-grid a { min-height: 190px; }
}

/* Ficha de producto y seguimiento */
.single-product .product .summary { padding: clamp(5px, 2vw, 28px); }
.single-product .product_title { font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.single-product .summary .price { color: var(--yk-ink); font-size: 26px; font-weight: 800; }
.single-product .summary .cart { padding-top: 12px; }
.single-product .summary .single_add_to_cart_button { min-height: 52px; padding: 12px 28px; border-radius: 6px; background: var(--yk-ink); font-weight: 800; letter-spacing: .04em; }
.single-product div.product { max-width: 1500px; margin-left: auto; margin-right: auto; padding: 54px clamp(18px, 4vw, 76px); }
.single-product .woocommerce-product-gallery { overflow: hidden; border-radius: 16px; background: #faf7f8; }
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image > a { display: flex; align-items: center; justify-content: center; min-height: 520px; padding: 28px; }
.single-product .woocommerce-product-gallery img { width: auto !important; max-width: min(100%, 420px); max-height: 590px; margin: 0 auto; object-fit: contain; }

@media (min-width: 769px) {
  body.single-product div.product .woocommerce-product-gallery { width: 42% !important; }
  body.single-product div.product .summary { width: 50% !important; }
}

@media (max-width: 768px) {
  .single-product .woocommerce-product-gallery .woocommerce-product-gallery__image > a { min-height: 390px; padding: 18px; }
  .single-product .woocommerce-product-gallery img { max-width: min(100%, 320px); max-height: 450px; }
}
.single-product .product_meta { padding-top: 18px; border-top: 1px solid var(--yk-line); color: #776b70; font-size: 13px; }
.single-product .woocommerce-tabs { margin-top: 50px; }
.single-product .woocommerce-tabs ul.tabs { border-bottom: 1px solid var(--yk-line); }
.single-product .woocommerce-tabs ul.tabs li a { font-weight: 800; }
.single-product .woocommerce-tabs .panel { max-width: 900px; margin: 0 auto; padding: 34px 0; line-height: 1.8; }
.yk-delivery-message { display: flex; align-items: center; gap: 14px; margin: 20px 0; padding: 16px; border: 1px solid #eadde3; border-radius: 12px; background: var(--yk-cream); }
.yk-delivery-message > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: var(--yk-pink); color: var(--yk-rose); font-size: 20px; }
.yk-delivery-message strong, .yk-delivery-message small { display: block; }
.yk-delivery-message strong { margin-bottom: 3px; font-size: 14px; }
.yk-delivery-message small { color: #75696e; line-height: 1.45; }
.yk-product-assurances { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; clear: both; margin: 24px 0 55px; padding: 0 clamp(18px, 4vw, 76px); }
.yk-product-assurances > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 13px; align-items: center; padding: 22px; border: 1px solid var(--yk-line); border-radius: 13px; background: #fff; }
.yk-product-assurances span { grid-row: 1 / 3; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--yk-pink); color: var(--yk-rose); font-size: 19px; }
.yk-product-assurances strong, .yk-product-assurances small { display: block; }
.yk-product-assurances strong { font-size: 14px; }
.yk-product-assurances small { margin-top: 2px; color: #786c71; line-height: 1.4; }
.yk-order-progress { margin: 0 0 38px; padding: clamp(22px, 4vw, 38px); border: 1px solid #eadfe3; border-radius: 16px; background: #fffafc; }
.yk-order-progress h2 { margin: 0 0 28px; font-size: 24px; }
.yk-order-progress ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.yk-order-progress li { position: relative; display: flex; align-items: center; flex-direction: column; gap: 9px; text-align: center; color: #91858a; }
.yk-order-progress li::before { content: ""; position: absolute; z-index: 0; top: 18px; left: -50%; width: 100%; height: 3px; background: #e5dce0; }
.yk-order-progress li:first-child::before { display: none; }
.yk-order-progress li > span { position: relative; z-index: 1; display: grid; place-items: center; width: 38px; height: 38px; border: 3px solid #e5dce0; border-radius: 50%; background: #fff; font-size: 13px; font-weight: 800; }
.yk-order-progress li strong { font-size: 13px; }
.yk-order-progress li.is-complete::before, .yk-order-progress li.is-current::before { background: var(--yk-pink-strong); }
.yk-order-progress li.is-complete, .yk-order-progress li.is-current { color: var(--yk-ink); }
.yk-order-progress li.is-complete > span, .yk-order-progress li.is-current > span { border-color: var(--yk-pink-strong); background: var(--yk-pink-strong); }
.yk-order-progress > p { margin: 24px 0 0; color: #75696e; font-size: 13px; text-align: center; }

@media (max-width: 600px) {
  .yk-order-progress ol { grid-template-columns: 1fr; gap: 0; }
  .yk-order-progress li { align-items: center; flex-direction: row; min-height: 62px; text-align: left; }
  .yk-order-progress li::before { top: -50%; left: 18px; width: 3px; height: 100%; }
  .yk-order-progress li:first-child::before { display: none; }
  .yk-product-assurances { grid-template-columns: 1fr; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .yk-slide, .yk-category { transition: none; }
}

/* Carrito, pago y cuenta de cliente */
body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main { width: 100%; max-width: none; padding: clamp(36px, 5vw, 78px) clamp(18px, 5vw, 92px) 90px; background: #fafbfc; }

body.woocommerce-cart .entry-content,
body.woocommerce-checkout .entry-content,
body.woocommerce-account .entry-content { width: min(100%, 1320px); max-width: none; margin: 0 auto; }

/* WooCommerce Blocks limita el checkout en varios elementos anidados. */
body.woocommerce-checkout .site-main,
body.woocommerce-checkout article,
body.woocommerce-checkout .entry-content,
body.woocommerce-checkout .wp-block-post-content,
body.woocommerce-checkout .woocommerce,
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-checkout .wc-block-components-sidebar-layout {
  width: 100% !important;
  max-width: none !important;
}

body.woocommerce-checkout .entry-content,
body.woocommerce-checkout .wp-block-post-content {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.wc-block-cart,
.wc-block-checkout {
  --wp-admin-theme-color: var(--yk-rose);
  --wp-admin-theme-color-darker-10: #914965;
  --wp-components-color-accent: var(--yk-rose);
  --wc-primary: var(--yk-rose);
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--yk-ink);
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout { position: relative; width: min(1320px, calc(100vw - 48px)) !important; max-width: none !important; margin-right: 0 !important; margin-left: 50% !important; transform: translateX(-50%); }

body.woocommerce-checkout .wp-block-woocommerce-checkout {
  width: 100vw !important;
  min-width: 100vw !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  transform: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout,
body.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  transform: none !important;
}

.wc-block-cart__main,
.wc-block-cart__sidebar,
.wc-block-checkout__form,
.wc-block-checkout__sidebar { box-sizing: border-box; }

.wc-block-cart__main,
.wc-block-checkout__form { padding: clamp(22px, 3vw, 38px) !important; border: 1px solid #eee3e8; border-radius: 16px; background: #fff; }

.wc-block-cart__sidebar,
.wc-block-checkout__sidebar { height: fit-content; padding: 26px !important; border: 1px solid #eadde3; border-radius: 16px; background: #fffafc; }

.wc-block-components-main h2,
.wc-block-components-sidebar h2,
.wc-block-components-title { color: var(--yk-ink); letter-spacing: -.02em; }

.wc-block-cart-item__image img,
.wc-block-components-order-summary-item__image img { border-radius: 8px; background: #faf7f8; object-fit: contain; }

.wc-block-cart-items td,
.wc-block-components-totals-wrapper,
.wc-block-components-order-summary-item { border-color: #eadfe3 !important; }

.wc-block-components-product-name,
.wc-block-cart-item__total-price-and-sale-badge-wrapper,
.wc-block-components-totals-item__value { color: var(--yk-ink) !important; font-weight: 700; }

.wc-block-components-quantity-selector { overflow: hidden; border-color: #ddcfd6 !important; border-radius: 7px !important; }

.wc-block-components-text-input input,
.wc-block-components-combobox .components-combobox-control__input,
.wc-block-components-textarea,
.woocommerce form input.input-text,
.woocommerce form select,
.woocommerce form textarea { border-color: #ddcfd6 !important; border-radius: 8px !important; background: #fff !important; }

.wc-block-components-text-input input:focus,
.wc-block-components-combobox .components-combobox-control__input:focus,
.wc-block-components-textarea:focus,
.woocommerce form input.input-text:focus,
.woocommerce form select:focus,
.woocommerce form textarea:focus { border-color: var(--yk-rose) !important; box-shadow: 0 0 0 1px var(--yk-rose) !important; outline: none !important; }

.wc-block-components-radio-control__option--checked,
.wc-block-components-radio-control-accordion-option--checked-option-highlighted { border-color: var(--yk-pink-strong) !important; background: #fff8fb !important; }

.wc-block-components-radio-control__input:checked { border-color: var(--yk-rose) !important; }
.wc-block-components-radio-control__input:checked::before { background: var(--yk-rose) !important; }
.wc-block-components-radio-control__input,
.wc-block-components-checkbox__input { accent-color: var(--yk-rose) !important; }
.wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control__option--checked { box-shadow: inset 0 0 0 1px var(--yk-rose) !important; outline: 0 !important; }
.wc-block-components-radio-control__option:has(.wc-block-components-radio-control__input:checked) { border-color: var(--yk-rose) !important; box-shadow: inset 0 0 0 1px var(--yk-rose) !important; }

.wc-block-components-button:not(.is-link),
.woocommerce-cart .checkout-button,
.woocommerce-checkout #place_order,
.woocommerce-account .woocommerce-button,
.woocommerce-account button.button { min-height: 50px; border: 1px solid var(--yk-ink) !important; border-radius: 7px !important; background: var(--yk-ink) !important; color: #fff !important; font-weight: 800 !important; transition: transform .18s, background .18s, border-color .18s; }

.wc-block-components-button:not(.is-link):hover,
.woocommerce-cart .checkout-button:hover,
.woocommerce-checkout #place_order:hover,
.woocommerce-account .woocommerce-button:hover,
.woocommerce-account button.button:hover { border-color: var(--yk-rose) !important; background: var(--yk-rose) !important; transform: translateY(-1px); }

.woocommerce-cart a:not(.button),
.woocommerce-checkout a:not(.button),
.woocommerce-account .woocommerce-MyAccount-content a:not(.button) { color: var(--yk-rose); text-decoration-color: rgba(166, 89, 115, .35); }

.woocommerce-account .woocommerce { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: clamp(28px, 4vw, 52px); width: min(100%, 1320px); margin: 0 auto; }
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after { display: none; }
.woocommerce-account .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-account .woocommerce > .woocommerce-error,
.woocommerce-account .woocommerce > .woocommerce-message { grid-column: 1 / -1; }
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content { width: auto; float: none; }
.woocommerce-account .woocommerce-MyAccount-navigation { overflow: hidden; border: 1px solid #eadfe3; border-radius: 14px; background: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li { margin: 0; border-bottom: 1px solid #eee5e9; }
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child { border-bottom: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: flex; align-items: center; min-height: 56px; padding: 15px 20px; color: var(--yk-ink); font-weight: 650; line-height: 1.25; text-decoration: none; white-space: nowrap; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: var(--yk-ink); color: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation a:hover { background: var(--yk-cream); color: var(--yk-ink); }
.woocommerce-account .woocommerce-MyAccount-content { min-width: 0; padding: clamp(22px, 3vw, 36px); border: 1px solid #eee3e8; border-radius: 16px; background: #fff; }
.woocommerce-account .woocommerce-orders-table { margin: 0; border: 0; }
.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td { padding: 16px 12px; border-color: #eadfe3; }

@media (min-width: 900px) {
  .wc-block-cart { display: grid !important; grid-template-columns: minmax(0, 1.55fr) minmax(360px, .75fr) !important; gap: 30px !important; }
  body.woocommerce-checkout .site-main {
    min-height: calc(100vh - 120px);
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: linear-gradient(to right, #fff 0 52.5%, #f7f4f6 52.5% 100%);
  }
  body.woocommerce-checkout .wc-block-checkout { display: block !important; margin-top: 0 !important; padding-top: 0 !important; }
  body.woocommerce-checkout .wc-block-components-sidebar-layout { display: grid !important; grid-template-columns: 52.5vw 47.5vw !important; gap: 0 !important; align-items: start !important; }
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
  body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-checkout__sidebar {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }
  body.woocommerce-checkout .wc-block-checkout__form {
    position: relative;
    justify-self: end;
    width: min(680px, calc(100% - 80px)) !important;
    margin-right: 40px !important;
    padding: 76px 0 70px !important;
    border: 0 !important;
    background: transparent !important;
  }
  body.woocommerce-checkout .wc-block-checkout__form::before {
    content: "COMPRA SEGURA  ·  ENTREGA HABITUAL EN 3–5 DÍAS LABORABLES";
    position: absolute;
    top: 34px;
    left: 0;
    color: var(--yk-rose);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .12em;
  }
  body.woocommerce-checkout .wc-block-checkout__sidebar {
    position: sticky;
    top: 24px;
    justify-self: start;
    width: min(520px, calc(100% - 80px)) !important;
    margin-left: 40px !important;
    padding: 76px 0 60px !important;
    border: 0 !important;
    background: transparent !important;
  }
  .wc-block-cart__main, .wc-block-cart__sidebar,
  .wc-block-checkout__main, .wc-block-checkout__sidebar { width: auto !important; max-width: none !important; margin: 0 !important; }
  .wc-block-checkout__sidebar { position: sticky; top: 24px; }
}

/* Acabado visual del checkout Yumekai */
body.woocommerce-checkout .wc-block-components-checkout-step { margin-bottom: 22px !important; }
body.woocommerce-checkout .wc-block-components-checkout-step__heading { margin-bottom: 14px !important; }
body.woocommerce-checkout .wc-block-components-checkout-step__title { font-size: clamp(20px, 1.5vw, 25px) !important; font-weight: 800 !important; letter-spacing: -.025em; }
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input { min-height: 54px !important; border-color: #e4d9de !important; border-radius: 10px !important; background: #fff !important; }
body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input:focus { border-color: var(--yk-rose) !important; box-shadow: 0 0 0 3px rgba(183,79,114,.1) !important; }
body.woocommerce-checkout .wc-block-components-radio-control__option { margin-bottom: 10px !important; padding: 18px 20px !important; border: 1px solid #e6dce1 !important; border-radius: 11px !important; background: #fff !important; transition: border-color .2s, box-shadow .2s, transform .2s; }
body.woocommerce-checkout .wc-block-components-radio-control__option:has(input:checked) { border-color: var(--yk-rose) !important; background: #fff8fb !important; box-shadow: 0 8px 24px rgba(96,48,67,.08) !important; transform: translateY(-1px); }
body.woocommerce-checkout input[type="radio"],
body.woocommerce-checkout input[type="checkbox"] { accent-color: var(--yk-rose) !important; }
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-totals-wrapper { border-color: #eadfe4 !important; }
body.woocommerce-checkout .wc-block-checkout__sidebar > .wc-block-components-sidebar-layout__sidebar,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary { background: #fff; }
body.woocommerce-checkout .wc-block-checkout__sidebar { filter: drop-shadow(0 18px 42px rgba(67,42,53,.10)); }
body.woocommerce-checkout .wc-block-checkout__sidebar > div { overflow: hidden; border: 1px solid #eadfe4 !important; border-radius: 16px !important; background: #fff !important; }
body.woocommerce-checkout .wc-block-components-checkout-place-order-button { min-height: 58px !important; border-radius: 9px !important; background: var(--yk-ink) !important; font-size: 15px !important; letter-spacing: .02em; box-shadow: 0 12px 26px rgba(16,14,16,.16); }

/* Checkout Yumekai 2.0: estructura clásica controlada por la marca. */
body.woocommerce-checkout:has(.yk-checkout-v2) .site-main { min-height: calc(100vh - 100px); padding: 0 !important; background: linear-gradient(90deg,#fff 0 58%,#f8f3f6 58% 100%) !important; }
body.woocommerce-checkout .yk-checkout-v2 { width: min(1480px, calc(100vw - 56px)); margin: 0 auto; padding: 48px 0 80px; }
.yk-checkout-v2__intro { width: 56%; margin-bottom: 38px; }
.yk-checkout-v2__intro > span { color: var(--yk-rose); font-size: 12px; font-weight: 850; letter-spacing: .15em; }
.yk-checkout-v2__intro h1 { margin: 8px 0 8px; color: var(--yk-ink); font-size: clamp(34px,4vw,54px); line-height: 1.05; letter-spacing: -.045em; }
.yk-checkout-v2__intro p { margin: 0; color: #72676c; font-size: 15px; }
.yk-checkout-v2__steps { display: flex; align-items: center; gap: 0; margin-top: 28px; }
.yk-checkout-v2__steps b { position: relative; display: flex; align-items: center; gap: 9px; min-width: 150px; color: #6f6469; font-size: 13px; }
.yk-checkout-v2__steps b:not(:last-child)::after { content: ""; width: 45px; height: 1px; margin-left: auto; margin-right: 15px; background: #e7d8df; }
.yk-checkout-v2__steps i { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #f2dce6; color: var(--yk-rose); font-style: normal; }

.yk-checkout-v2 form.checkout { display: grid !important; grid-template-columns: minmax(0,1.35fr) minmax(400px,.8fr); grid-template-rows: auto 1fr; gap: 0 clamp(60px,7vw,120px); }
.yk-checkout-v2 #customer_details { grid-column: 1; grid-row: 1 / span 2; }
.yk-checkout-v2 #order_review_heading { grid-column: 2; grid-row: 1; align-self: end; margin: 0; padding: 30px 32px 16px; border: 1px solid #eadde3; border-bottom: 0; border-radius: 18px 18px 0 0; background: #fff; font-size: 23px; }
.yk-checkout-v2 #order_review { grid-column: 2; grid-row: 2; position: sticky; top: 24px; align-self: start; padding: 0 32px 32px; border: 1px solid #eadde3; border-top: 0; border-radius: 0 0 18px 18px; background: #fff; box-shadow: 0 24px 60px rgba(68,39,52,.12); }
.yk-checkout-v2 .col2-set { width: 100% !important; }
.yk-checkout-v2 .col2-set::before,.yk-checkout-v2 .col2-set::after { display: none !important; }
.yk-checkout-v2 .col2-set .col-1,.yk-checkout-v2 .col2-set .col-2 { float: none !important; width: 100% !important; }
.yk-checkout-v2 .col2-set .col-2 { margin-top: 30px; }
.yk-checkout-v2 h3 { margin: 0 0 20px; color: var(--yk-ink); font-size: 25px; letter-spacing: -.025em; }
.yk-checkout-v2 .form-row { margin: 0 0 15px !important; }
.yk-checkout-v2 .form-row label { margin-bottom: 7px; color: #41383c; font-size: 13px; font-weight: 750; }
.yk-checkout-v2 .input-text,.yk-checkout-v2 select,.yk-checkout-v2 .select2-selection { min-height: 52px !important; padding: 12px 14px !important; border: 1px solid #e3d8dd !important; border-radius: 9px !important; background: #fff !important; }
.yk-checkout-v2 .input-text:focus,.yk-checkout-v2 select:focus { border-color: var(--yk-rose) !important; box-shadow: 0 0 0 3px rgba(183,79,114,.1) !important; outline: 0; }
.yk-checkout-v2 table.shop_table { margin: 0 0 24px !important; border: 0 !important; border-collapse: collapse !important; }
.yk-checkout-v2 table.shop_table th,.yk-checkout-v2 table.shop_table td { padding: 15px 0 !important; border-color: #eee3e8 !important; }
.yk-checkout-v2 table.shop_table td:last-child,.yk-checkout-v2 table.shop_table th:last-child { text-align: right; }
.yk-checkout-v2 #payment { border-radius: 12px !important; background: #fff8fb !important; }
.yk-checkout-v2 #payment ul.payment_methods { padding: 18px !important; border-bottom-color: #eadce3 !important; }
.yk-checkout-v2 #payment li { line-height: 1.5; }
.yk-checkout-v2 #payment input[type="radio"] { margin: 0 9px 0 0 !important; accent-color: var(--yk-rose); vertical-align: middle; }
.yk-checkout-v2 #payment label { display: inline !important; font-weight: 750; vertical-align: middle; }
.yk-checkout-v2 .payment_box { margin: 14px 0 0 !important; padding: 14px 16px !important; border-radius: 8px !important; background: #fff !important; color: #655a5f !important; }
.yk-checkout-v2 .payment_box::before { display: none !important; }
.yk-checkout-v2 #payment .place-order { padding: 20px 18px !important; }
.yk-checkout-v2 #place_order { width: 100%; min-height: 56px; border-radius: 8px !important; background: var(--yk-ink) !important; font-size: 15px; font-weight: 850; box-shadow: 0 12px 28px rgba(16,14,16,.16); }
.yk-checkout-v2 #place_order:hover { background: var(--yk-rose) !important; }

@media (max-width: 899px) {
  body.woocommerce-checkout:has(.yk-checkout-v2) .site-main { background: #fff !important; }
  body.woocommerce-checkout .yk-checkout-v2 { width: calc(100vw - 28px); padding: 28px 0 60px; }
  .yk-checkout-v2__intro { width: 100%; margin-bottom: 28px; }
  .yk-checkout-v2__steps { overflow-x: auto; }
  .yk-checkout-v2__steps b { min-width: 120px; }
  .yk-checkout-v2 form.checkout { grid-template-columns: 1fr; display: block !important; }
  .yk-checkout-v2 #order_review_heading { margin-top: 34px; padding: 24px 20px 12px; }
  .yk-checkout-v2 #order_review { position: static; padding: 0 20px 22px; }
}

/* Checkout 2.0.1: regreso al bloque original, centrado y sin solapamientos. */
body.woocommerce-checkout .site-main {
  min-height: calc(100vh - 110px);
  padding: 54px 24px 80px !important;
  background: #f8f9fa !important;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout {
  position: relative !important;
  left: 50% !important;
  width: min(1180px, calc(100vw - 48px)) !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateX(-50%) !important;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none !important;
}
body.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(0,1.35fr) minmax(360px,.8fr) !important;
  gap: 34px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none !important;
}
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-checkout__form,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  position: static;
  justify-self: stretch;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  transform: none !important;
  filter: none !important;
}
body.woocommerce-checkout .wc-block-checkout__form {
  padding: 36px !important;
  border: 1px solid #eadfe4 !important;
  border-radius: 16px !important;
  background: #fff !important;
}
body.woocommerce-checkout .wc-block-checkout__form::before { display: none !important; content: none !important; }
body.woocommerce-checkout .wc-block-checkout__sidebar {
  position: sticky !important;
  top: 24px !important;
  align-self: start;
  padding: 28px !important;
  border: 1px solid #eadfe4 !important;
  border-radius: 16px !important;
  background: #fffafc !important;
  box-shadow: 0 16px 40px rgba(68,39,52,.08) !important;
}
body.woocommerce-checkout .wc-block-checkout__sidebar > div {
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
body.woocommerce-checkout .wc-block-components-radio-control__option {
  position: relative !important;
  min-height: 58px;
  margin-bottom: 10px !important;
  padding: 18px 18px 18px 52px !important;
  border: 1px solid #e5d9df !important;
  border-radius: 10px !important;
  background: #fff !important;
  transform: none !important;
}
body.woocommerce-checkout .wc-block-components-radio-control__option:has(input:checked) { border-color: var(--yk-rose) !important; background: #fff8fb !important; }
body.woocommerce-checkout .wc-block-components-radio-control__input {
  position: absolute !important;
  top: 20px !important;
  left: 18px !important;
  margin: 0 !important;
}
body.woocommerce-checkout .wc-block-components-radio-control__label,
body.woocommerce-checkout .wc-block-components-radio-control__description { display: block !important; margin: 0 !important; padding: 0 !important; }
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option,
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option:focus,
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option:focus-within,
body.woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
body.woocommerce-checkout .wc-block-components-radio-control__input:focus,
body.woocommerce-checkout .wc-block-components-radio-control__input:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}
body.woocommerce-checkout .wc-block-components-radio-control__input:checked {
  border-color: var(--yk-rose) !important;
  background-color: var(--yk-rose) !important;
  box-shadow: inset 0 0 0 4px #fff !important;
}

/* Algunas versiones del bloque añaden el azul al acordeón exterior. */
body.woocommerce-checkout .wc-block-checkout__payment-method *,
body.woocommerce-checkout .wc-block-components-checkout-step--with-step-number .wc-block-components-radio-control * {
  outline: 0 !important;
  outline-color: transparent !important;
}
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control,
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control > div,
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-content,
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option-layout {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-checkout__payment-method > div,
body.woocommerce-checkout .wc-block-checkout__payment-method > div > div,
body.woocommerce-checkout [class*="payment-method"] [class*="radio-control-accordion"] {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
  border: 1px solid #e5d9df !important;
  box-shadow: none !important;
}
body.woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control__option:has(input:checked) {
  border-color: var(--yk-rose) !important;
  background: #fff8fb !important;
}

/* Páginas informativas Yumekai */
.page .entry-content:has(.yk-info-page) { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.yk-info-page { --yk-info-pad: clamp(24px,6vw,110px); width: 100%; color: var(--yk-ink); }
.yk-info-page h1,.yk-info-page h2,.yk-info-page h3,.yk-info-page p { margin-top: 0; }
.yk-about-hero { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 650px; background: linear-gradient(120deg,#fff 0 54%,#f8edf3 54% 100%); }
.yk-about-hero > div:first-child { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 80px var(--yk-info-pad); }
.yk-about-hero h1,.yk-contact-hero h1 { max-width: 780px; margin: 8px 0 22px; font-size: clamp(44px,6vw,82px); line-height: .98; letter-spacing: -.055em; }
.yk-about-hero p { max-width: 650px; margin-bottom: 32px; color: #6c6065; font-size: clamp(17px,1.5vw,21px); line-height: 1.7; }
.yk-about-emblem { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle,#fff8fb 0,#efd9e4 70%); }
.yk-about-emblem img { position: relative; z-index: 2; width: min(58%,390px); max-height: 430px; filter: drop-shadow(0 24px 35px rgba(60,33,46,.18)); }
.yk-about-emblem span { position: absolute; right: -25px; bottom: -95px; color: rgba(183,79,114,.09); font-size: 390px; font-weight: 900; line-height: 1; }
.yk-info-section { padding: clamp(65px,8vw,120px) var(--yk-info-pad); }
.yk-about-story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px,8vw,140px); align-items: end; }
.yk-about-story h2,.yk-info-cta h2 { margin: 8px 0 0; font-size: clamp(36px,4.5vw,64px); line-height: 1.05; letter-spacing: -.045em; }
.yk-about-story > p { margin: 0; color: #6c6065; font-size: 19px; line-height: 1.8; }
.yk-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; padding-top: 0; }
.yk-values article { min-height: 290px; padding: 34px; border: 1px solid #eadde3; border-radius: 18px; background: linear-gradient(145deg,#fff,#fff6fa); }
.yk-values article:nth-child(2) { background: linear-gradient(145deg,#fffdf8,#f4e6c8); }
.yk-values b { display: block; margin-bottom: 65px; color: var(--yk-rose); font-size: 13px; letter-spacing: .12em; }
.yk-values h3 { margin-bottom: 12px; font-size: 24px; }
.yk-values p { margin: 0; color: #6c6065; line-height: 1.65; }
.yk-about-process { background: var(--yk-ink); color: #fff; }
.yk-about-process .yk-section-heading h2 { color: #fff; }
.yk-about-process ol { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 52px 0 0; padding: 0; list-style: none; }
.yk-about-process ol::before { content: ""; position: absolute; z-index: 0; top: 22px; left: 22px; right: calc(25% - 22px); height: 1px; background: #55474e; }
.yk-about-process li { position: relative; padding-right: 26px; }
.yk-about-process li span { position: relative; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 50%; background: var(--yk-pink-strong); color: var(--yk-ink); font-weight: 850; box-shadow: 0 0 0 8px var(--yk-ink); }
.yk-about-process strong,.yk-about-process small { display: block; }
.yk-about-process strong { margin-bottom: 8px; font-size: 19px; }
.yk-about-process small { color: #baadb3; line-height: 1.6; }
.yk-info-cta { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 85px var(--yk-info-pad); background: #fff8fb; }
.yk-info-cta p { margin: 15px 0 0; color: #6c6065; }

.yk-contact-hero { padding: clamp(70px,8vw,125px) var(--yk-info-pad) 55px; text-align: center; background: linear-gradient(180deg,#fff7fb,#fff); }
.yk-contact-hero h1 { margin-right: auto; margin-left: auto; }
.yk-contact-hero p { max-width: 680px; margin: 0 auto; color: #6c6065; font-size: 18px; line-height: 1.7; }
.yk-contact-layout { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(35px,6vw,90px); padding: 30px var(--yk-info-pad) 110px; }
.yk-contact-layout aside { display: grid; align-content: start; gap: 15px; }
.yk-contact-layout aside > div { padding: 28px; border: 1px solid #eadde3; border-radius: 16px; background: #fff9fb; }
.yk-contact-layout aside span[aria-hidden] { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 50%; background: #f2dce6; color: var(--yk-rose); font-size: 19px; }
.yk-contact-layout aside h2 { margin-bottom: 8px; font-size: 19px; }
.yk-contact-layout aside p,.yk-contact-layout aside a { margin: 0; color: #6c6065; line-height: 1.65; }
.yk-contact-form-wrap { padding: clamp(28px,4vw,52px); border: 1px solid #eadde3; border-radius: 20px; background: #fff; box-shadow: 0 20px 55px rgba(68,39,52,.08); }
.yk-contact-form { display: grid; gap: 19px; }
.yk-contact-form label { display: grid; gap: 8px; color: #382f33; font-size: 14px; font-weight: 750; }
.yk-contact-form .yk-field-label { display: inline-flex; align-items: baseline; gap: 4px; width: max-content; max-width: 100%; color: #382f33; line-height: 1.35; }
.yk-contact-form .yk-field-label .yk-required { display: inline; color: var(--yk-rose); font: inherit; line-height: inherit; }
.yk-contact-form label small { color: #887b81; font-weight: 400; }
.yk-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.yk-contact-form input:not([type="checkbox"]),.yk-contact-form select,.yk-contact-form textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #dfd4d9; border-radius: 9px; background: #fff; color: var(--yk-ink); font: inherit; font-weight: 400; }
.yk-contact-form textarea { resize: vertical; }
.yk-contact-form input:focus,.yk-contact-form select:focus,.yk-contact-form textarea:focus { border-color: var(--yk-rose); outline: 0; box-shadow: 0 0 0 3px rgba(183,79,114,.1); }
.yk-form-consent { display: flex !important; grid-template-columns: none; align-items: flex-start; gap: 10px !important; font-weight: 400 !important; line-height: 1.5; }
.yk-form-consent input { flex: 0 0 auto; margin-top: 3px; accent-color: var(--yk-rose); }
.yk-form-consent span { color: #5f5459 !important; }
.yk-contact-form button { justify-self: start; border: 0; cursor: pointer; }
.yk-honeypot { position: absolute !important; left: -9999px !important; }
.yk-form-notice { display: grid; gap: 4px; margin-bottom: 24px; padding: 17px 19px; border-left: 4px solid #38885a; border-radius: 8px; background: #eef9f2; }
.yk-form-notice.is-error { border-color: #b94242; background: #fff1f1; }

@media (max-width: 800px) {
  .yk-about-hero { grid-template-columns: 1fr; min-height: 0; }
  .yk-about-hero > div:first-child { padding-top: 70px; padding-bottom: 70px; }
  .yk-about-emblem { min-height: 420px; }
  .yk-about-story,.yk-contact-layout { grid-template-columns: 1fr; }
  .yk-values { grid-template-columns: 1fr; }
  .yk-values article { min-height: 240px; }
  .yk-values b { margin-bottom: 35px; }
  .yk-about-process ol { grid-template-columns: repeat(2,1fr); gap: 38px 20px; }
  .yk-about-process ol::before { display: none; }
  .yk-info-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .yk-about-hero h1,.yk-contact-hero h1 { font-size: 42px; }
  .yk-form-row,.yk-about-process ol { grid-template-columns: 1fr; }
  .yk-contact-form-wrap { padding: 24px 18px; }
}

@media (max-width: 899px) {
  body.woocommerce-checkout .site-main { padding: 24px 14px 60px !important; }
  body.woocommerce-checkout .wp-block-woocommerce-checkout { left: 0 !important; width: 100% !important; transform: none !important; }
  body.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout { display: block !important; }
  body.woocommerce-checkout .wc-block-checkout__form,
  body.woocommerce-checkout .wc-block-checkout__sidebar { padding: 20px !important; }
  body.woocommerce-checkout .wc-block-checkout__sidebar { position: static !important; margin-top: 20px !important; }
}

@media (max-width: 899px) {
  body.woocommerce-cart .site-main,
  body.woocommerce-checkout .site-main,
  body.woocommerce-account .site-main { padding: 28px 14px 60px; }
  .wc-block-cart__main,
  .wc-block-checkout__form,
  .wc-block-cart__sidebar,
  .wc-block-checkout__sidebar { padding: 20px !important; border-radius: 12px; }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; gap: 20px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; }
  .woocommerce-account .woocommerce-MyAccount-navigation li { flex: 0 0 auto; border-right: 1px solid #eee5e9; border-bottom: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation a { padding: 14px 17px; white-space: nowrap; }
  .woocommerce-account .woocommerce-MyAccount-content { padding: 20px 16px; }
  .woocommerce-account .woocommerce-orders-table thead { display: none; }
  .wp-block-woocommerce-cart,
  .wp-block-woocommerce-checkout { width: calc(100vw - 28px) !important; }
  body.woocommerce-checkout .wp-block-woocommerce-checkout { width: calc(100vw - 28px) !important; min-width: 0 !important; margin-left: calc(50% - 50vw + 14px) !important; transform: none !important; }
}

/* Cabeceras editoriales de las demografías de manga. */
body.tax-product_cat.term-seinen .hero-section,
body.tax-product_cat.term-manga .hero-section,
body.tax-product_cat.term-manhwa-manhua .hero-section,
body.tax-product_cat.term-manwha-manhua .hero-section,
body.tax-product_cat.term-manhwa .hero-section,
body.tax-product_cat.term-manwha .hero-section,
body.tax-product_cat.term-manhua .hero-section,
body.tax-product_cat.term-kodomo .hero-section,
body.tax-product_cat.term-shonen .hero-section,
body.tax-product_cat.term-shojo .hero-section,
body.tax-product_cat.term-josei .hero-section,
body.tax-product_cat.term-bl .hero-section,
body.tax-product_cat.term-yaoi .hero-section,
body.tax-product_cat.term-yaoi-bl .hero-section,
body.tax-product_cat.term-yuri .hero-section,
body.tax-product_cat.term-figuras .hero-section,
body.tax-product_cat.term-dragon-ball .hero-section,
body.tax-product_cat.term-one-piece .hero-section,
body.tax-product_cat.term-naruto .hero-section,
body.tax-product_cat.term-pokemon .hero-section,
body.tax-product_cat.term-kimetsu-no-yaiba .hero-section,
body.tax-product_cat.term-jujutsu-kaisen .hero-section,
body.tax-product_cat.term-otras-franquicias .hero-section,
body.tax-product_cat.term-merchandising .hero-section,
body.tax-product_cat.term-peluches .hero-section,
body.tax-product_cat.term-fundas .hero-section,
body.tax-product_cat.term-llaveros .hero-section,
body.tax-product_cat.term-posters .hero-section {
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 4.3 / 1;
  padding: 0 !important;
  overflow: hidden;
  background-color: #111 !important;
  background-image: url("../images/seinen-banner.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.tax-product_cat.term-seinen .hero-section > *,
body.tax-product_cat.term-manga .hero-section > *,
body.tax-product_cat.term-manhwa-manhua .hero-section > *,
body.tax-product_cat.term-manwha-manhua .hero-section > *,
body.tax-product_cat.term-manhwa .hero-section > *,
body.tax-product_cat.term-manwha .hero-section > *,
body.tax-product_cat.term-manhua .hero-section > *,
body.tax-product_cat.term-kodomo .hero-section > *,
body.tax-product_cat.term-shonen .hero-section > *,
body.tax-product_cat.term-shojo .hero-section > *,
body.tax-product_cat.term-josei .hero-section > *,
body.tax-product_cat.term-bl .hero-section > *,
body.tax-product_cat.term-yaoi .hero-section > *,
body.tax-product_cat.term-yaoi-bl .hero-section > *,
body.tax-product_cat.term-yuri .hero-section > *,
body.tax-product_cat.term-figuras .hero-section > *,
body.tax-product_cat.term-dragon-ball .hero-section > *,
body.tax-product_cat.term-one-piece .hero-section > *,
body.tax-product_cat.term-naruto .hero-section > *,
body.tax-product_cat.term-pokemon .hero-section > *,
body.tax-product_cat.term-kimetsu-no-yaiba .hero-section > *,
body.tax-product_cat.term-jujutsu-kaisen .hero-section > *,
body.tax-product_cat.term-otras-franquicias .hero-section > *,
body.tax-product_cat.term-merchandising .hero-section > *,
body.tax-product_cat.term-peluches .hero-section > *,
body.tax-product_cat.term-fundas .hero-section > *,
body.tax-product_cat.term-llaveros .hero-section > *,
body.tax-product_cat.term-posters .hero-section > * {
  display: none !important;
}

body.tax-product_cat.term-kodomo .hero-section {
  background-image: url("../images/kodomo-banner.png") !important;
}

body.tax-product_cat.term-manga .hero-section {
  background-image: url("../images/manga-banner.png") !important;
}

body.tax-product_cat.term-manhwa-manhua .hero-section,
body.tax-product_cat.term-manwha-manhua .hero-section {
  background-image: url("../images/manhwa-manhua-banner.png") !important;
}

body.tax-product_cat.term-manhwa .hero-section,
body.tax-product_cat.term-manwha .hero-section {
  background-image: url("../images/manhwa-banner.png") !important;
}

body.tax-product_cat.term-manhua .hero-section {
  background-image: url("../images/manhua-banner.png") !important;
}

body.tax-product_cat.term-shonen .hero-section {
  background-image: url("../images/shonen-banner.png") !important;
}

body.tax-product_cat.term-shojo .hero-section {
  background-image: url("../images/shojo-banner.png") !important;
}

body.tax-product_cat.term-josei .hero-section {
  background-image: url("../images/josei-banner.png") !important;
}

body.tax-product_cat.term-bl .hero-section,
body.tax-product_cat.term-yaoi .hero-section,
body.tax-product_cat.term-yaoi-bl .hero-section {
  background-image: url("../images/bl-banner.png") !important;
}

body.tax-product_cat.term-yuri .hero-section {
  background-image: url("../images/yuri-banner.png") !important;
}

body.tax-product_cat.term-figuras .hero-section {
  background-image: url("../images/figuras-banner.png") !important;
}

body.tax-product_cat.term-dragon-ball .hero-section {
  background-image: url("../images/dragon-ball-banner.png") !important;
}

body.tax-product_cat.term-one-piece .hero-section {
  background-image: url("../images/one-piece-banner.png") !important;
}

body.tax-product_cat.term-naruto .hero-section {
  background-image: url("../images/naruto-banner.png") !important;
}

body.tax-product_cat.term-pokemon .hero-section {
  background-image: url("../images/pokemon-banner.png") !important;
}

body.tax-product_cat.term-kimetsu-no-yaiba .hero-section {
  background-image: url("../images/kimetsu-no-yaiba-banner.png") !important;
}

body.tax-product_cat.term-jujutsu-kaisen .hero-section {
  background-image: url("../images/jujutsu-kaisen-banner.png") !important;
}

body.tax-product_cat.term-otras-franquicias .hero-section {
  background-image: url("../images/otras-franquicias-banner.png") !important;
}

body.tax-product_cat.term-merchandising .hero-section {
  background-image: url("../images/merchandising-banner.png") !important;
}

body.tax-product_cat.term-peluches .hero-section {
  background-image: url("../images/peluches-banner.png") !important;
}

body.tax-product_cat.term-fundas .hero-section {
  background-image: url("../images/fundas-banner.png") !important;
}

body.tax-product_cat.term-llaveros .hero-section {
  background-image: url("../images/llaveros-banner.png") !important;
}

body.tax-product_cat.term-posters .hero-section {
  background-image: url("../images/posters-banner.png") !important;
}

/* Banner estable para categorías de merchandising, incluso sin productos. */
body.tax-product_cat.term-merchandising .hero-section,
body.tax-product_cat.term-peluches .hero-section,
body.tax-product_cat.term-fundas .hero-section,
body.tax-product_cat.term-llaveros .hero-section,
body.tax-product_cat.term-posters .hero-section,
body.tax-product_cat.term-merchandising .woocommerce-products-header,
body.tax-product_cat.term-peluches .woocommerce-products-header,
body.tax-product_cat.term-fundas .woocommerce-products-header,
body.tax-product_cat.term-llaveros .woocommerce-products-header,
body.tax-product_cat.term-posters .woocommerce-products-header {
  display: none !important;
}

.yk-merch-category-banner {
  width: 100%;
  aspect-ratio: 4.3 / 1;
  margin: 0 0 36px;
  background-color: #111;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.yk-merch-category-banner--merchandising { background-image: url("../images/merchandising-banner.png"); }
.yk-merch-category-banner--peluches { background-image: url("../images/peluches-banner.png"); }
.yk-merch-category-banner--fundas { background-image: url("../images/fundas-banner.png"); }
.yk-merch-category-banner--llaveros { background-image: url("../images/llaveros-banner.png"); }
.yk-merch-category-banner--posters { background-image: url("../images/posters-banner.png"); }

@media (max-width: 767px) {
  body.tax-product_cat.term-seinen .hero-section,
  body.tax-product_cat.term-manga .hero-section,
  body.tax-product_cat.term-manhwa-manhua .hero-section,
  body.tax-product_cat.term-manwha-manhua .hero-section,
  body.tax-product_cat.term-manhwa .hero-section,
  body.tax-product_cat.term-manwha .hero-section,
  body.tax-product_cat.term-manhua .hero-section,
  body.tax-product_cat.term-kodomo .hero-section,
  body.tax-product_cat.term-shonen .hero-section,
  body.tax-product_cat.term-shojo .hero-section,
  body.tax-product_cat.term-josei .hero-section,
  body.tax-product_cat.term-bl .hero-section,
  body.tax-product_cat.term-yaoi .hero-section,
  body.tax-product_cat.term-yaoi-bl .hero-section,
  body.tax-product_cat.term-yuri .hero-section,
  body.tax-product_cat.term-figuras .hero-section,
  body.tax-product_cat.term-dragon-ball .hero-section,
  body.tax-product_cat.term-one-piece .hero-section,
  body.tax-product_cat.term-naruto .hero-section,
  body.tax-product_cat.term-pokemon .hero-section,
  body.tax-product_cat.term-kimetsu-no-yaiba .hero-section,
  body.tax-product_cat.term-jujutsu-kaisen .hero-section,
  body.tax-product_cat.term-otras-franquicias .hero-section,
  body.tax-product_cat.term-merchandising .hero-section,
  body.tax-product_cat.term-peluches .hero-section,
  body.tax-product_cat.term-fundas .hero-section,
  body.tax-product_cat.term-llaveros .hero-section,
  body.tax-product_cat.term-posters .hero-section {
    aspect-ratio: 4 / 1;
    background-size: contain !important;
  }

  .yk-merch-category-banner {
    aspect-ratio: 4 / 1;
    margin-bottom: 24px;
    background-size: contain;
  }
}

/* Account access v2.7 — authoritative EOF layout. */
body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-account-access-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: clamp(36px, 6vw, 82px) 0 !important;
  align-items: stretch !important;
}
body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-register-invite {
  grid-column: 1 !important;
  min-width: 0 !important;
}
body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login {
  display: contents !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login > .u-column1 {
  display: flex !important;
  grid-column: 2 !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}
body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login > .u-column2 {
  display: none !important;
}
body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login {
  display: block !important;
  width: min(1000px, calc(100% - 40px)) !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: clamp(34px, 6vw, 72px) 0 !important;
}
body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login > .u-column1 {
  display: none !important;
}
body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login > .u-column2 {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
body.woocommerce-account:not(.logged-in).yk-registration-page form.register {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px 24px !important;
  width: 100% !important;
  max-width: none !important;
}
body.woocommerce-account:not(.logged-in).yk-registration-page form.register .yk-field-wide,
body.woocommerce-account:not(.logged-in).yk-registration-page form.register .yk-privacy-consent,
body.woocommerce-account:not(.logged-in).yk-registration-page form.register .form-row:last-child {
  grid-column: 1 / -1 !important;
}
@media (max-width: 767px) {
  body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-account-access-grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 28px, 680px) !important;
    gap: 22px !important;
  }
  body.woocommerce-account:not(.logged-in).yk-account-gateway .yk-register-invite,
  body.woocommerce-account:not(.logged-in).yk-account-gateway #customer_login > .u-column1 {
    grid-column: 1 !important;
  }
  body.woocommerce-account:not(.logged-in).yk-registration-page #customer_login {
    width: min(100% - 28px, 680px) !important;
  }
  body.woocommerce-account:not(.logged-in).yk-registration-page form.register {
    grid-template-columns: 1fr !important;
  }
  body.woocommerce-account:not(.logged-in).yk-registration-page form.register > * {
    grid-column: 1 !important;
  }
}

/* =========================================================
   Yumekai 2.7.1 — autenticación estable + banner único
   ========================================================= */

/* Blocksy conserva el único hero de merchandising. */
body.tax-product_cat.term-merchandising .hero-section,
body.tax-product_cat.term-peluches .hero-section,
body.tax-product_cat.term-fundas .hero-section,
body.tax-product_cat.term-llaveros .hero-section,
body.tax-product_cat.term-posters .hero-section {
  display: block !important;
  width: 100% !important;
}

body.tax-product_cat.term-merchandising .woocommerce-products-header,
body.tax-product_cat.term-peluches .woocommerce-products-header,
body.tax-product_cat.term-fundas .woocommerce-products-header,
body.tax-product_cat.term-llaveros .woocommerce-products-header,
body.tax-product_cat.term-posters .woocommerce-products-header {
  display: none !important;
}

/* Por seguridad, una instalación actualizada nunca debe mostrar el banner legado. */
.yk-merch-category-banner { display: none !important; }

body.yk-account-gateway .site-main,
body.yk-registration-page .site-main {
  overflow: visible !important;
}

.yk-auth-page {
  --yk-auth-red: #ef4654;
  --yk-auth-red-dark: #d93d49;
  --yk-auth-navy: #102e4f;
  --yk-auth-muted: #6b6b72;
  --yk-auth-border: #eee5e8;
  width: 100%;
  background:
    radial-gradient(circle at 14% 20%, rgba(253, 149, 180, .13), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fffafb 100%);
}

.yk-auth-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 0 !important;
  width: min(1460px, calc(100% - 56px)) !important;
  margin: 0 auto !important;
  padding: clamp(56px, 7vw, 96px) 0 clamp(64px, 8vw, 112px) !important;
}

.yk-auth-benefits,
.yk-auth-login {
  min-width: 0 !important;
  padding: 8px clamp(34px, 4.4vw, 72px) !important;
  background: transparent !important;
}

.yk-auth-benefits {
  display: flex !important;
  flex-direction: column !important;
  border-right: 1px solid var(--yk-auth-border) !important;
}

.yk-auth-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--yk-auth-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.yk-auth-benefits h1,
.yk-auth-login h2,
.yk-register-card h1 {
  margin: 0 0 6px !important;
  color: #2d2d31 !important;
  font-size: clamp(28px, 2.15vw, 38px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  writing-mode: horizontal-tb !important;
}

.yk-auth-subtitle {
  margin: 0 0 38px !important;
  color: #73737a !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
}

.yk-auth-benefits ul {
  margin: 8px 0 44px 0 !important;
  padding-left: 21px !important;
  color: #66666d !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.yk-auth-benefits li { margin: 0 0 10px !important; }
.yk-auth-benefits li::marker { color: var(--yk-auth-red); }
.yk-auth-benefits strong { color: #55555b; font-weight: 800; }

.yk-auth-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 12px 30px !important;
  border: 2px solid var(--yk-auth-red) !important;
  border-radius: 7px !important;
  background: var(--yk-auth-red) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background .18s ease, border-color .18s ease, transform .18s ease !important;
}

.yk-auth-button:hover {
  background: var(--yk-auth-red-dark) !important;
  border-color: var(--yk-auth-red-dark) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.yk-auth-button--outline {
  align-self: flex-start !important;
  min-width: 230px !important;
  margin-top: auto !important;
  background: #fff !important;
  color: var(--yk-auth-red) !important;
}

.yk-auth-button--outline:hover { color: #fff !important; }

.yk-login-form,
.yk-register-form {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.yk-login-form .form-row,
.yk-register-form .form-row {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
}

.yk-login-form label,
.yk-register-form label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #34343a !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.yk-login-form input:not([type="checkbox"]),
.yk-register-form input:not([type="checkbox"]) {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 0 16px !important;
  border: 1px solid #e8e5e6 !important;
  border-radius: 7px !important;
  outline: 0 !important;
  background: #f7f7f7 !important;
  box-shadow: none !important;
  color: #232327 !important;
}

.yk-login-form input:not([type="checkbox"]):focus,
.yk-register-form input:not([type="checkbox"]):focus {
  border-color: #ef9aa4 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(239, 70, 84, .08) !important;
}

.yk-login-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin: -2px 0 28px !important;
}

.yk-login-actions label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  font-weight: 500 !important;
}

.yk-login-actions input[type="checkbox"] { margin: 0 !important; }
.yk-login-actions a,
.yk-register-login-link a,
.yk-register-privacy a { color: var(--yk-auth-red) !important; text-decoration: none !important; }
.yk-login-actions a:hover,
.yk-register-login-link a:hover,
.yk-register-privacy a:hover { text-decoration: underline !important; }

.yk-login-submit {
  display: flex !important;
  justify-content: flex-end !important;
  margin: 0 !important;
}

.yk-login-submit .yk-auth-button { min-width: 230px !important; }

/* Cloudflare Turnstile y otros plugins insertados mediante el hook de WooCommerce. */
.yk-login-form .cf-turnstile,
.yk-login-form [class*="turnstile"],
.yk-login-form iframe {
  max-width: 100% !important;
}

.yk-auth-register-page {
  padding: clamp(48px, 6vw, 82px) 0 clamp(70px, 8vw, 110px) !important;
}

.yk-register-card {
  width: min(980px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding: clamp(30px, 4.5vw, 54px) !important;
  border: 1px solid #f0e3e7 !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 18px 50px rgba(72, 37, 49, .08) !important;
}

.yk-register-card__header {
  margin-bottom: 38px !important;
  text-align: center !important;
}

.yk-register-card__header p {
  max-width: 660px !important;
  margin: 12px auto 0 !important;
  color: var(--yk-auth-muted) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.yk-register-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 24px !important;
  row-gap: 20px !important;
}

.yk-register-form .yk-reg-field,
.yk-register-form .yk-register-privacy,
.yk-register-form .yk-register-submit {
  margin: 0 !important;
}

.yk-register-form .woocommerce-privacy-policy-text,
.yk-register-form .yk-register-privacy,
.yk-register-form .yk-register-submit,
.yk-register-form > [class*="turnstile"],
.yk-register-form > .cf-turnstile {
  grid-column: 1 / -1 !important;
}

.yk-register-privacy {
  padding-top: 8px !important;
}

.yk-register-privacy label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 0 !important;
  color: #5e5e64 !important;
  font-weight: 500 !important;
}

.yk-register-privacy input[type="checkbox"] {
  flex: 0 0 auto !important;
  margin-top: 3px !important;
}

.yk-register-submit {
  display: flex !important;
  justify-content: center !important;
  padding-top: 4px !important;
}

.yk-register-submit .yk-auth-button { min-width: 250px !important; }

.yk-register-login-link {
  margin: 28px 0 0 !important;
  color: #707077 !important;
  text-align: center !important;
}

@media (max-width: 780px) {
  .yk-auth-grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 30px, 660px) !important;
    padding: 38px 0 62px !important;
  }

  .yk-auth-benefits,
  .yk-auth-login {
    padding: 30px 22px !important;
  }

  .yk-auth-benefits {
    border-right: 0 !important;
    border-bottom: 1px solid var(--yk-auth-border) !important;
  }

  .yk-auth-button--outline { margin-top: 4px !important; }

  .yk-register-form { grid-template-columns: 1fr !important; }
  .yk-register-form > * { grid-column: 1 !important; }
  .yk-register-card { width: min(100% - 28px, 620px) !important; padding: 28px 20px !important; }
}

@media (max-width: 520px) {
  .yk-login-actions {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 12px !important;
  }

  .yk-login-submit { justify-content: stretch !important; }
  .yk-login-submit .yk-auth-button,
  .yk-auth-button--outline,
  .yk-register-submit .yk-auth-button { width: 100% !important; min-width: 0 !important; }
}

/* ==========================================================
   YUMEKAI ACCESS / REGISTRATION 2.7.2 — FINAL LAYOUT
   Escapa de cualquier ancho de contenido impuesto por Blocksy
   y reproduce la estructura de referencia en dos columnas.
   ========================================================== */
body.yk-account-gateway,
body.yk-registration-page {
  overflow-x: hidden !important;
}

body.yk-account-gateway .site-main .woocommerce,
body.yk-registration-page .site-main .woocommerce,
body.yk-account-gateway .entry-content,
body.yk-registration-page .entry-content {
  max-width: none !important;
}

/*
 * 2.7.3: no desplazamos el bloque con 50vw. En Blocksy el shortcode puede vivir
 * en un contenedor que arranca en x=0, y ese truco empujaba media pantalla
 * hacia fuera por la izquierda. Expandimos los ancestros de esta página y
 * dejamos el módulo centrado dentro del área visible.
 */
body.yk-account-gateway .site-main,
body.yk-registration-page .site-main,
body.yk-account-gateway .content-area,
body.yk-registration-page .content-area,
body.yk-account-gateway article,
body.yk-registration-page article,
body.yk-account-gateway .entry-content,
body.yk-registration-page .entry-content,
body.yk-account-gateway .site-main .woocommerce,
body.yk-registration-page .site-main .woocommerce {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

body.yk-account-gateway .yk-auth-page,
body.yk-registration-page .yk-auth-page,
.woocommerce .yk-auth-page {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Pantalla de acceso: estructura de la referencia. */
.yk-auth-login-page {
  min-height: 560px !important;
  padding: 0 !important;
  background: #fff !important;
}

.yk-auth-login-page .yk-auth-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  width: min(1480px, calc(100% - 56px)) !important;
  max-width: 1480px !important;
  min-width: 0 !important;
  min-height: 500px !important;
  margin: 0 auto !important;
  padding: 52px 0 28px !important;
  gap: 0 !important;
  align-items: stretch !important;
}

.yk-auth-login-page .yk-auth-benefits,
.yk-auth-login-page .yk-auth-login {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 54px 0 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  writing-mode: horizontal-tb !important;
}

.yk-auth-login-page .yk-auth-login {
  padding: 0 28px 0 54px !important;
  border-left: 1px solid #ece7e8 !important;
}

.yk-auth-login-page h1,
.yk-auth-login-page h2 {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #2d2d31 !important;
  font-size: 29px !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -.02em !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-transform: none !important;
}

.yk-auth-login-page .yk-auth-subtitle {
  display: block !important;
  width: auto !important;
  margin: 0 0 44px !important;
  padding: 0 !important;
  color: #77777d !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: .01em !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.yk-auth-login-page .yk-auth-benefits ul {
  width: 100% !important;
  max-width: 650px !important;
  margin: 0 0 42px !important;
  padding: 0 0 0 18px !important;
  color: #626268 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  writing-mode: horizontal-tb !important;
}

.yk-auth-login-page .yk-auth-benefits li {
  display: list-item !important;
  width: auto !important;
  margin: 0 0 10px !important;
  padding: 0 0 0 0 !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
.yk-auth-login-page .yk-auth-benefits li::before { content: none !important; }
.yk-auth-login-page .yk-auth-benefits li::marker { color: #ef4654 !important; }

.yk-auth-login-page .yk-auth-button--outline {
  width: 230px !important;
  min-width: 230px !important;
  margin: auto 0 0 !important;
  border: 2px solid #ef4654 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #ef4654 !important;
}

.yk-auth-login-page .yk-login-form {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 670px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.yk-auth-login-page .yk-login-form .form-row {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  float: none !important;
}

.yk-auth-login-page .yk-login-form label {
  display: block !important;
  width: auto !important;
  margin: 0 0 8px !important;
  color: #2e2e33 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
}

.yk-auth-login-page .yk-login-form input:not([type="checkbox"]) {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 47px !important;
  min-height: 47px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #eee !important;
  border-radius: 5px !important;
  background: #f7f7f7 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.yk-auth-login-page .yk-login-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
}

.yk-auth-login-page .yk-login-actions a {
  color: #ef4654 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

.yk-auth-login-page .yk-login-submit {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100% !important;
  margin: auto 0 0 !important;
  padding: 0 !important;
}

.yk-auth-login-page .yk-login-submit .yk-auth-button {
  width: 230px !important;
  min-width: 230px !important;
  min-height: 47px !important;
  border-radius: 6px !important;
  background: #ef4654 !important;
  border-color: #ef4654 !important;
}

/* Turnstile queda entre contraseña y recuperación, como en la referencia. */
.yk-auth-login-page .yk-login-form .cf-turnstile,
.yk-auth-login-page .yk-login-form [class*="turnstile"] {
  align-self: flex-start !important;
  max-width: 100% !important;
  margin: 0 0 18px !important;
}

/* Registro independiente: ancho real y campos estables. */
.yk-auth-register-page {
  min-height: 650px !important;
  padding: 54px 0 78px !important;
  background:
    radial-gradient(circle at 15% 15%, rgba(239,70,84,.065), transparent 30%),
    #fff !important;
}

.yk-auth-register-page .yk-register-card {
  display: block !important;
  width: min(980px, calc(100% - 48px)) !important;
  max-width: 980px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 42px 48px !important;
  border: 1px solid #eee5e8 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 14px 45px rgba(50, 25, 34, .07) !important;
  box-sizing: border-box !important;
  writing-mode: horizontal-tb !important;
}

.yk-auth-register-page .yk-register-card__header,
.yk-auth-register-page .yk-register-card__header * {
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.yk-auth-register-page .yk-register-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px 24px !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.yk-auth-register-page .yk-register-form > * {
  min-width: 0 !important;
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.yk-auth-register-page .yk-register-form .yk-reg-field {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  grid-column: auto !important;
}

.yk-auth-register-page .yk-register-form label {
  display: block !important;
  width: auto !important;
  margin: 0 0 8px !important;
  color: #303036 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  writing-mode: horizontal-tb !important;
}

.yk-auth-register-page .yk-register-form input:not([type="checkbox"]) {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
  border: 1px solid #e7e4e5 !important;
  border-radius: 6px !important;
  background: #f7f7f7 !important;
}

.yk-auth-register-page .yk-register-form .yk-register-privacy,
.yk-auth-register-page .yk-register-form .yk-register-submit,
.yk-auth-register-page .yk-register-form .woocommerce-privacy-policy-text,
.yk-auth-register-page .yk-register-form > .cf-turnstile,
.yk-auth-register-page .yk-register-form > [class*="turnstile"] {
  grid-column: 1 / -1 !important;
}

.yk-auth-register-page .yk-register-privacy label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 2px 0 0 !important;
  font-weight: 500 !important;
}

.yk-auth-register-page .yk-register-privacy input[type="checkbox"] {
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  margin: 2px 0 0 !important;
}

@media (max-width: 820px) {
  .yk-auth-login-page .yk-auth-grid {
    grid-template-columns: 1fr !important;
    width: min(calc(100% - 28px), 680px) !important;
    padding: 28px 0 48px !important;
  }
  .yk-auth-login-page .yk-auth-benefits,
  .yk-auth-login-page .yk-auth-login {
    padding: 28px 20px !important;
  }
  .yk-auth-login-page .yk-auth-benefits {
    border-bottom: 1px solid #ece7e8 !important;
  }
  .yk-auth-login-page .yk-auth-login {
    border-left: 0 !important;
  }
  .yk-auth-login-page .yk-auth-button--outline,
  .yk-auth-login-page .yk-login-submit .yk-auth-button {
    width: 100% !important;
    min-width: 0 !important;
  }
  .yk-auth-login-page .yk-login-submit { margin-top: 12px !important; }
  .yk-auth-register-page .yk-register-card {
    width: min(calc(100% - 28px), 640px) !important;
    padding: 30px 22px !important;
  }
  .yk-auth-register-page .yk-register-form {
    grid-template-columns: 1fr !important;
  }
  .yk-auth-register-page .yk-register-form > * {
    grid-column: 1 !important;
  }
}


/* ==========================================================
   YUMEKAI ACCESS / REGISTRATION 2.7.4 — PORTAL ESTABLE
   El wrapper de WooCommerce se mueve fuera del content-area de Blocksy.
   Estas reglas son la única referencia geométrica final del módulo auth.
   ========================================================== */
.yk-auth-portal {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  background: #fff !important;
}

.yk-auth-portal > .woocommerce {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.yk-auth-portal .yk-auth-page {
  display: block !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  writing-mode: horizontal-tb !important;
}

.yk-auth-portal .yk-auth-login-page {
  min-height: 560px !important;
  padding: 0 !important;
  background: #fff !important;
}

.yk-auth-portal .yk-auth-login-page .yk-auth-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  width: min(1480px, calc(100% - 56px)) !important;
  max-width: 1480px !important;
  min-width: 0 !important;
  min-height: 500px !important;
  margin: 0 auto !important;
  padding: 52px 0 28px !important;
  gap: 0 !important;
  align-items: stretch !important;
  box-sizing: border-box !important;
}

.yk-auth-portal .yk-auth-login-page .yk-auth-benefits,
.yk-auth-portal .yk-auth-login-page .yk-auth-login {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.yk-auth-portal .yk-auth-login-page .yk-auth-benefits {
  padding: 0 54px 0 0 !important;
  border: 0 !important;
  background: #fff !important;
}

.yk-auth-portal .yk-auth-login-page .yk-auth-login {
  padding: 0 0 0 54px !important;
  border: 0 !important;
  border-left: 1px solid #ece7e8 !important;
  background: #fff !important;
}

.yk-auth-portal .yk-auth-login-page .yk-login-form {
  width: 100% !important;
  max-width: none !important;
}

.yk-auth-portal .yk-auth-login-page .yk-login-form input:not([type=\"checkbox\"]) {
  width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.yk-auth-portal .yk-auth-register-page {
  width: 100% !important;
  max-width: none !important;
}

.yk-auth-portal .yk-auth-register-page .yk-register-card {
  width: min(980px, calc(100% - 48px)) !important;
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 820px) {
  .yk-auth-portal .yk-auth-login-page .yk-auth-grid {
    grid-template-columns: 1fr !important;
    width: min(680px, calc(100% - 28px)) !important;
    min-height: 0 !important;
    padding: 34px 0 46px !important;
  }

  .yk-auth-portal .yk-auth-login-page .yk-auth-benefits,
  .yk-auth-portal .yk-auth-login-page .yk-auth-login {
    padding: 28px 20px !important;
  }

  .yk-auth-portal .yk-auth-login-page .yk-auth-benefits {
    border-bottom: 1px solid #ece7e8 !important;
  }

  .yk-auth-portal .yk-auth-login-page .yk-auth-login {
    border-left: 0 !important;
  }

  .yk-auth-portal .yk-auth-login-page .yk-auth-button--outline,
  .yk-auth-portal .yk-auth-login-page .yk-login-submit .yk-auth-button {
    width: 100% !important;
    min-width: 0 !important;
  }

  .yk-auth-portal .yk-auth-register-page .yk-register-card {
    width: calc(100% - 28px) !important;
    padding: 28px 20px !important;
  }

  .yk-auth-portal .yk-auth-register-page .yk-register-form {
    grid-template-columns: 1fr !important;
  }
}


/* ==========================================================
   YUMEKAI AUTH 2.7.5 — AISLADO DE BLOCKSY
   El JS mueve el wrapper de WooCommerce a #yk-auth-portal-root,
   hijo directo del main de la página. Estas reglas quedan al final
   para ganar la cascada y evitar cualquier layout heredado.
   ========================================================== */
#yk-auth-portal-root {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  background: #fff !important;
}

#yk-auth-portal-root,
#yk-auth-portal-root *,
#yk-auth-portal-root *::before,
#yk-auth-portal-root *::after {
  box-sizing: border-box !important;
}

#yk-auth-portal-root > .woocommerce,
#yk-auth-portal-root .yk-auth-page {
  display: block !important;
  position: static !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  float: none !important;
  clear: both !important;
  overflow: visible !important;
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

#yk-auth-portal-root .yk-auth-login-page {
  min-height: 520px !important;
  background: #fff !important;
  font-family: inherit !important;
}

#yk-auth-portal-root .yk-auth-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  width: min(1460px, calc(100vw - 56px)) !important;
  max-width: 1460px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 58px 0 46px !important;
  gap: 0 !important;
  align-items: stretch !important;
}

#yk-auth-portal-root .yk-auth-benefits,
#yk-auth-portal-root .yk-auth-login {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

#yk-auth-portal-root .yk-auth-benefits {
  padding: 0 56px 0 14px !important;
}

#yk-auth-portal-root .yk-auth-login {
  padding: 0 14px 0 56px !important;
  border-left: 1px solid #ece7e8 !important;
}

#yk-auth-portal-root .yk-auth-benefits h1,
#yk-auth-portal-root .yk-auth-login h2 {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #2c2b30 !important;
  font-size: clamp(28px, 2vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -.02em !important;
  text-transform: none !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
}

#yk-auth-portal-root .yk-auth-subtitle {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 42px !important;
  padding: 0 !important;
  color: #77777d !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: .01em !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
}

#yk-auth-portal-root .yk-auth-benefits ul {
  display: block !important;
  width: 100% !important;
  max-width: 650px !important;
  margin: 0 0 44px !important;
  padding: 0 0 0 19px !important;
  color: #626268 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  list-style: disc outside !important;
}

#yk-auth-portal-root .yk-auth-benefits li {
  display: list-item !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  white-space: normal !important;
  writing-mode: horizontal-tb !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

#yk-auth-portal-root .yk-auth-benefits li::marker {
  color: #ef4654 !important;
}

#yk-auth-portal-root .yk-auth-benefits strong {
  color: #55555b !important;
  font-weight: 800 !important;
}

#yk-auth-portal-root .yk-auth-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 28px !important;
  border: 1.5px solid #ef4654 !important;
  border-radius: 5px !important;
  background: #ef4654 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

#yk-auth-portal-root .yk-auth-button--outline {
  width: 230px !important;
  margin-top: auto !important;
  background: #fff !important;
  color: #ef4654 !important;
}

#yk-auth-portal-root .yk-login-form {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#yk-auth-portal-root .yk-login-form .form-row {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  float: none !important;
}

#yk-auth-portal-root .yk-login-form label {
  display: block !important;
  width: auto !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #202029 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  writing-mode: horizontal-tb !important;
  white-space: normal !important;
}

#yk-auth-portal-root .yk-login-form input:not([type="checkbox"]) {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 1px solid #ead7dc !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #202029 !important;
  font: inherit !important;
  line-height: 48px !important;
  box-shadow: none !important;
}

#yk-auth-portal-root .yk-login-actions {
  display: flex !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin: 2px 0 18px !important;
  padding: 0 !important;
}

#yk-auth-portal-root .yk-login-actions a {
  color: #ef4654 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}

#yk-auth-portal-root .yk-login-submit {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#yk-auth-portal-root .yk-login-submit .yk-auth-button {
  width: 230px !important;
  background: #ef4654 !important;
  color: #fff !important;
}

#yk-auth-portal-root .yk-login-form .cf-turnstile,
#yk-auth-portal-root .yk-login-form [class*="turnstile"] {
  max-width: 100% !important;
  margin: 2px 0 18px !important;
  overflow: visible !important;
}

/* Registro */
#yk-auth-portal-root .yk-auth-register-page {
  width: 100% !important;
  padding: 52px 0 !important;
  background: #fff !important;
}

#yk-auth-portal-root .yk-register-card {
  display: block !important;
  width: min(980px, calc(100vw - 48px)) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 42px 48px !important;
  border: 1px solid #f0e2e6 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 18px 50px rgba(67, 37, 47, .06) !important;
}

#yk-auth-portal-root .yk-register-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px 22px !important;
  width: 100% !important;
  max-width: none !important;
}

#yk-auth-portal-root .yk-register-form .form-row {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#yk-auth-portal-root .yk-register-form label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #202029 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

#yk-auth-portal-root .yk-register-form input:not([type="checkbox"]) {
  display: block !important;
  width: 100% !important;
  height: 48px !important;
  padding: 0 14px !important;
  border: 1px solid #ead7dc !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #202029 !important;
  font: inherit !important;
  box-shadow: none !important;
}

#yk-auth-portal-root .yk-register-privacy,
#yk-auth-portal-root .yk-register-submit {
  grid-column: 1 / -1 !important;
}

#yk-auth-portal-root .yk-register-privacy label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  font-weight: 500 !important;
}

#yk-auth-portal-root .yk-register-privacy input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin: 2px 0 0 !important;
  flex: 0 0 18px !important;
}

@media (max-width: 820px) {
  #yk-auth-portal-root .yk-auth-grid {
    grid-template-columns: 1fr !important;
    width: min(680px, calc(100vw - 28px)) !important;
    padding: 28px 0 40px !important;
  }

  #yk-auth-portal-root .yk-auth-benefits,
  #yk-auth-portal-root .yk-auth-login {
    padding: 28px 20px !important;
  }

  #yk-auth-portal-root .yk-auth-benefits {
    border-bottom: 1px solid #ece7e8 !important;
  }

  #yk-auth-portal-root .yk-auth-login {
    border-left: 0 !important;
  }

  #yk-auth-portal-root .yk-auth-button--outline,
  #yk-auth-portal-root .yk-login-submit .yk-auth-button {
    width: 100% !important;
  }

  #yk-auth-portal-root .yk-register-card {
    width: calc(100vw - 28px) !important;
    padding: 28px 20px !important;
  }

  #yk-auth-portal-root .yk-register-form {
    grid-template-columns: 1fr !important;
  }

  #yk-auth-portal-root .yk-register-form > * {
    grid-column: 1 !important;
  }
}


/* =========================================================
   2.7.7 · Verificación de correo visible en Mi cuenta
   ========================================================= */
.yk-email-verify-notice,
.yk-email-verify-card {
	box-sizing: border-box;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 24px;
}

.yk-email-verify-notice {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 18px;
	border: 1px solid #f0d3dd;
	border-left: 4px solid #ef4554;
	border-radius: 10px;
	background: #fff7f9;
	color: #17233b;
}

.yk-email-verify-notice--success {
	border-left-color: #2c9b68;
	background: #f5fbf8;
}

.yk-email-verify-notice--error {
	border-left-color: #c53b49;
}

.yk-email-verify-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 24px 26px;
	border: 1px solid #f0d3dd;
	border-radius: 14px;
	background: linear-gradient(135deg, #fff7f9 0%, #ffffff 72%);
	box-shadow: 0 10px 28px rgba(24, 34, 57, 0.05);
}

.yk-email-verify-card__copy {
	min-width: 0;
}

.yk-email-verify-card__eyebrow {
	display: block;
	margin-bottom: 5px;
	color: #ef4554;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.yk-email-verify-card__copy > strong {
	display: block;
	margin-bottom: 6px;
	color: #17233b;
	font-size: 20px;
	line-height: 1.25;
}

.yk-email-verify-card__copy p {
	margin: 0;
	color: #536075;
	line-height: 1.55;
}

.yk-email-verify-card__action {
	flex: 0 0 auto;
	margin: 0;
}

.yk-email-verify-resend.button {
	min-height: 46px;
	padding: 0 22px;
	border: 1px solid #ef4554 !important;
	border-radius: 8px !important;
	background: #171316 !important;
	color: #fff !important;
	font-weight: 800 !important;
	white-space: nowrap;
}

.yk-email-verify-resend.button:hover {
	background: #ef4554 !important;
	color: #fff !important;
}

@media (max-width: 767px) {
	.yk-email-verify-notice,
	.yk-email-verify-card {
		width: calc(100% - 32px);
		margin-left: auto;
		margin-right: auto;
	}

	.yk-email-verify-card {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
		padding: 20px;
	}

	.yk-email-verify-card__action,
	.yk-email-verify-resend.button {
		width: 100%;
	}

	.yk-email-verify-resend.button {
		white-space: normal;
	}
}

/* ==========================================================
   Yumekai 2.7.8 — orden definitivo del registro
   Las reglas antiguas de WooCommerce usaban `order` sobre
   form.register y alteraban el orden real de la plantilla.
   Este bloque encapsulado manda únicamente en /registro/.
   ========================================================== */
#yk-auth-portal-root .yk-auth-register-page .yk-register-form {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
}

#yk-auth-portal-root .yk-auth-register-page .yk-register-form > * {
  grid-column: 1 / -1 !important;
  min-width: 0 !important;
  order: 8 !important;
}

#yk-auth-portal-root .yk-auth-register-page .yk-register-form > .yk-reg-fullname { order: 1 !important; }
#yk-auth-portal-root .yk-auth-register-page .yk-register-form > .yk-reg-birthdate { order: 2 !important; }
#yk-auth-portal-root .yk-auth-register-page .yk-register-form > .yk-reg-email { order: 3 !important; }
#yk-auth-portal-root .yk-auth-register-page .yk-register-form > .yk-reg-username { order: 4 !important; }
#yk-auth-portal-root .yk-auth-register-page .yk-register-form > .yk-reg-password { order: 5 !important; }
#yk-auth-portal-root .yk-auth-register-page .yk-register-form > .yk-reg-confirm { order: 6 !important; }
#yk-auth-portal-root .yk-auth-register-page .yk-register-form > .yk-register-privacy { order: 7 !important; }
#yk-auth-portal-root .yk-auth-register-page .yk-register-form > .yk-register-submit { order: 10 !important; }

/* Ya existe el consentimiento Yumekai; evitamos mostrar además
   el texto automático de privacidad de WooCommerce. */
#yk-auth-portal-root .yk-auth-register-page .yk-register-form .woocommerce-privacy-policy-text {
  display: none !important;
}

#yk-auth-portal-root .yk-auth-register-page .yk-register-form .yk-reg-field,
#yk-auth-portal-root .yk-auth-register-page .yk-register-form .yk-register-privacy,
#yk-auth-portal-root .yk-auth-register-page .yk-register-form .yk-register-submit {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

/* ==========================================================
   Yumekai 2.7.9 — verificación dentro del contenido de Mi cuenta
   El aviso se renderiza en .woocommerce-MyAccount-content, nunca
   dentro de la columna estrecha de navegación.
   ========================================================== */
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .yk-email-verify-notice,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .yk-email-verify-card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 0 26px !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  word-break: normal !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .yk-email-verify-card {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 26px !important;
  padding: 24px 26px !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .yk-email-verify-card__copy,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .yk-email-verify-card__copy * {
  min-width: 0 !important;
  max-width: none !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  word-break: normal !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .yk-email-verify-card__copy p {
  overflow-wrap: anywhere;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .yk-email-verify-card__action {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .yk-email-verify-resend.button {
  width: auto !important;
  min-width: 260px !important;
  max-width: 100% !important;
  white-space: normal !important;
  text-align: center !important;
}

@media (max-width: 900px) {
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .yk-email-verify-card {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
    gap: 18px !important;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .yk-email-verify-card__action,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .yk-email-verify-resend.button {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 480px) {
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .yk-email-verify-card {
    padding: 20px 18px !important;
    border-radius: 12px !important;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content .yk-email-verify-card__copy > strong {
    font-size: 18px !important;
  }
}


/* Encuentra tu manga ideal */
.yk-manga-finder{max-width:1080px;margin:0 auto;padding:28px 18px 64px;color:#060709}
.yk-mf-intro{text-align:center;max-width:760px;margin:0 auto 30px}
.yk-mf-kicker{display:inline-block;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px;background:#FDE48A;padding:7px 11px;border-radius:999px}
.yk-mf-intro h1,.yk-mf-results-head h2{font-size:clamp(30px,5vw,52px);line-height:1.05;margin:16px 0 12px}
.yk-mf-intro p{font-size:18px;color:#4b4b55}
.yk-mf-form{background:#F7F7F7;border:1px solid rgba(6,7,9,.08);border-radius:24px;padding:24px;max-width:860px;margin:0 auto}
.yk-mf-progress{height:8px;background:#e7e2e7;border-radius:999px;overflow:hidden}
.yk-mf-progress-bar{display:block;width:14.285%;height:100%;background:#ECD7E8;transition:width .25s ease}
.yk-mf-step-label{text-align:center;font-size:13px;font-weight:700;color:#666;margin:12px 0 24px}
.yk-mf-step{display:none}
.yk-mf-step.is-active{display:block}
.yk-mf-step h2{text-align:center;font-size:clamp(24px,4vw,34px);margin:0 0 22px}
.yk-mf-step>p{text-align:center;color:#666}
.yk-mf-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.yk-mf-options label{cursor:pointer}
.yk-mf-options input{position:absolute;opacity:0;pointer-events:none}
.yk-mf-options span{display:flex;align-items:center;min-height:64px;padding:14px 16px;border:1px solid rgba(6,7,9,.13);border-radius:16px;background:#fff;font-weight:700;transition:.18s ease}
.yk-mf-options input:checked+span{border-color:#060709;background:#ECD7E8;box-shadow:0 0 0 2px rgba(6,7,9,.05)}
.yk-mf-text{display:block;width:min(100%,620px);margin:20px auto 0;padding:15px 16px;border:1px solid rgba(6,7,9,.16);border-radius:14px;background:#fff;font-size:16px}
.yk-mf-actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px}
.yk-mf-actions button,.yk-mf-restart{min-height:46px;padding:11px 18px;border-radius:999px;font-weight:800;cursor:pointer}
.yk-mf-back{background:#fff;border:1px solid rgba(6,7,9,.15);color:#060709}
.yk-mf-next,.yk-mf-submit,.yk-mf-restart{background:#060709;color:#fff;border:0}
.yk-mf-actions button:disabled{opacity:.4;cursor:not-allowed}
.yk-mf-loading{text-align:center;padding:54px 20px}
.yk-mf-loader{width:42px;height:42px;margin:0 auto 14px;border:4px solid #ECD7E8;border-top-color:#060709;border-radius:50%;animation:ykmfspin .8s linear infinite}
@keyframes ykmfspin{to{transform:rotate(360deg)}}
.yk-mf-results-head{text-align:center;max-width:760px;margin:0 auto 28px}
.yk-mf-results-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.yk-mf-card{background:#F7F7F7;border:1px solid rgba(6,7,9,.08);border-radius:18px;overflow:hidden;display:flex;flex-direction:column}
.yk-mf-card img{width:100%;aspect-ratio:3/4;object-fit:cover;background:#fff}
.yk-mf-card-body{padding:14px;display:flex;flex-direction:column;gap:9px;flex:1}
.yk-mf-card-rank{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#6b6870}
.yk-mf-card h3{font-size:18px;line-height:1.15;margin:0}
.yk-mf-score{font-weight:900}
.yk-mf-card p{font-size:14px;line-height:1.45;color:#55515a;margin:0}
.yk-mf-price{font-weight:800;margin-top:auto}
.yk-mf-card a{display:inline-flex;justify-content:center;align-items:center;min-height:42px;border-radius:999px;background:#060709;color:#fff;text-decoration:none;font-weight:800}
.yk-mf-restart{display:block;margin:28px auto 0}
.yk-mf-error{margin:18px auto 0;max-width:860px;background:#fff4f4;border:1px solid #e7b5b5;border-radius:14px;padding:12px 14px;color:#7d2525;text-align:center}
@media(max-width:900px){.yk-mf-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){
  .yk-mf-form{padding:18px;border-radius:18px}
  .yk-mf-options{grid-template-columns:1fr}
  .yk-mf-results-grid{grid-template-columns:1fr}
  .yk-mf-actions{flex-wrap:wrap}
  .yk-mf-actions button{flex:1}
}
@media(prefers-reduced-motion:reduce){.yk-mf-loader{animation:none}.yk-mf-progress-bar,.yk-mf-options span{transition:none}}


/* Accesos especiales — Encuentra tu manga ideal (integración visual 2.8.10) */

/* El enlace nace oculto para evitar el "botón flotante".
   JS lo integra en la barra superior negra. */
.yk-mf-utility-link{
  display:none;
}
.yk-mf-utility-link.yk-mf-utility-integrated{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:inherit;
  text-decoration:none;
  font-size:inherit;
  font-weight:700;
  box-shadow:none;
  white-space:nowrap;
}
.yk-mf-utility-link.yk-mf-utility-integrated:hover{
  color:#FDE48A;
}
.yk-mf-utility-mark{
  display:inline;
  width:auto;
  height:auto;
  border:0;
  border-radius:0;
  background:transparent;
  color:#FDE48A;
  font-size:11px;
  line-height:1;
  font-weight:900;
}

/* La llamada de portada deja de ser una "tarjeta suelta":
   funciona como una banda editorial entre el hero y el siguiente bloque. */
.yk-mf-home-cta{
  width:100%;
  margin:0;
  padding:0;
  background:#ECD7E8;
  color:#060709;
  border-top:1px solid rgba(6,7,9,.06);
  border-bottom:1px solid rgba(6,7,9,.06);
}
.yk-mf-home-cta-inner{
  width:min(1680px,calc(100% - 120px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
  padding:22px 0;
  border-radius:0;
  background:transparent;
  color:#060709;
}
.yk-mf-home-copy{
  display:flex;
  align-items:baseline;
  gap:22px;
  max-width:none;
  min-width:0;
  flex-wrap:wrap;
}
.yk-mf-home-eyebrow{
  display:inline-block;
  margin:0;
  font-size:11px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
  white-space:nowrap;
}
.yk-mf-home-copy h2{
  margin:0;
  font-size:clamp(22px,2.2vw,34px);
  line-height:1.05;
}
.yk-mf-home-copy p{
  margin:0;
  font-size:14px;
  line-height:1.4;
  opacity:.8;
}
.yk-mf-home-button{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 19px;
  border-radius:6px;
  background:#060709;
  color:#F7F7F7 !important;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
}
.yk-mf-home-button:hover{
  color:#FDE48A !important;
}

/* Ocultamos el CTA mientras JS decide su sitio para que no parpadee en el footer. */
.yk-mf-home-cta:not(.yk-mf-home-integrated){
  visibility:hidden;
}

@media(max-width:900px){
  .yk-mf-home-cta-inner{
    width:min(100% - 36px,1680px);
    gap:20px;
  }
  .yk-mf-home-copy{
    gap:8px 14px;
  }
}
@media(max-width:700px){
  .yk-mf-home-cta-inner{
    width:min(100% - 28px,1680px);
    align-items:flex-start;
    flex-direction:column;
    padding:18px 0;
  }
  .yk-mf-home-copy{
    display:block;
  }
  .yk-mf-home-eyebrow{
    margin-bottom:5px;
  }
  .yk-mf-home-copy h2{
    margin-bottom:6px;
  }
  .yk-mf-home-button{
    width:100%;
  }
}


/* Home CTA manga ideal — rediseño 2.8.11 */
.yk-mf-home-cta{
  background:#F7F7F7;
  border-top:0;
  border-bottom:1px solid rgba(6,7,9,.08);
  padding:34px 0;
}
.yk-mf-home-cta-inner{
  width:min(1180px,calc(100% - 72px));
  min-height:168px;
  padding:28px 32px;
  gap:26px;
  border:1px solid rgba(6,7,9,.09);
  border-radius:22px;
  background:linear-gradient(135deg,#ECD7E8 0%,#F7F7F7 78%);
}
.yk-mf-home-badge{
  flex:0 0 74px;
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:#060709;
  color:#FDE48A;
  font-size:36px;
  font-weight:900;
  line-height:1;
}
.yk-mf-home-copy{
  display:block;
  flex:1 1 auto;
  min-width:0;
}
.yk-mf-home-eyebrow{
  margin:0 0 7px;
  color:#6d5569;
  font-size:11px;
  letter-spacing:.12em;
}
.yk-mf-home-copy h2{
  margin:0 0 8px;
  font-size:clamp(28px,3vw,42px);
  line-height:1.04;
  letter-spacing:-.02em;
}
.yk-mf-home-copy p{
  max-width:680px;
  margin:0;
  font-size:15px;
  line-height:1.55;
  color:#4f4a51;
  opacity:1;
}
.yk-mf-home-button{
  min-height:52px;
  padding:13px 18px 13px 21px;
  gap:14px;
  border-radius:12px;
  box-shadow:none;
}
.yk-mf-home-arrow{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:8px;
  background:#FDE48A;
  color:#060709;
  font-size:18px;
  line-height:1;
}
.yk-mf-home-button:hover .yk-mf-home-arrow{
  transform:translateX(2px);
}
@media(max-width:900px){
  .yk-mf-home-cta-inner{
    width:min(100% - 36px,1180px);
  }
}
@media(max-width:700px){
  .yk-mf-home-cta{
    padding:24px 0;
  }
  .yk-mf-home-cta-inner{
    width:min(100% - 24px,1180px);
    min-height:0;
    padding:22px 20px;
    gap:16px;
    border-radius:18px;
  }
  .yk-mf-home-badge{
    width:58px;
    height:58px;
    flex-basis:58px;
    border-radius:16px;
    font-size:28px;
  }
  .yk-mf-home-button{
    width:100%;
    justify-content:space-between;
  }
}

/* 2.8.13 — bloque de portada retirado; acceso superior intacto. */
.yk-mf-home-cta{display:none !important;}


/* Encuentra tu manga ideal — resultados 2.8.19 */
.yk-mf-results{
	width:min(1120px,calc(100% - 32px));
	margin:0 auto;
	padding:20px 0 56px;
}
.yk-mf-results-head{
	max-width:900px;
	margin:0 auto 30px;
	text-align:center;
}
.yk-mf-results-head .yk-mf-kicker{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:8px 14px;
	border-radius:999px;
	background:#FDE48A;
	color:#060709;
	font-size:12px;
	font-weight:800;
	letter-spacing:.035em;
	text-transform:uppercase;
}
.yk-mf-results-head h2{
	max-width:850px;
	margin:16px auto 0;
	color:#102A47;
	font-size:clamp(34px,4.8vw,56px);
	line-height:1.04;
	letter-spacing:-.035em;
}
.yk-mf-results-grid{
	display:grid !important;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:24px;
	max-width:1040px;
	margin:0 auto;
	align-items:stretch;
}
.yk-mf-card{
	display:grid !important;
	grid-template-columns:minmax(180px,42%) minmax(0,1fr);
	min-width:0;
	overflow:hidden;
	background:#fff;
	border:1px solid #EADFED;
	border-radius:22px;
	box-shadow:0 10px 30px rgba(6,7,9,.07);
}
.yk-mf-card > img{
	width:100%;
	height:100%;
	min-height:430px;
	margin:0;
	object-fit:cover;
	display:block;
	background:#F7F7F7;
}
.yk-mf-card-body{
	display:flex;
	flex-direction:column;
	min-width:0;
	padding:24px 22px 20px;
}
.yk-mf-card-rank{
	align-self:flex-start;
	display:inline-flex;
	margin:0 0 12px;
	padding:5px 9px;
	border-radius:999px;
	background:#F2E5F1;
	color:#102A47;
	font-size:12px;
	font-weight:800;
}
.yk-mf-card h3{
	margin:0 0 10px;
	color:#102A47;
	font-size:22px;
	line-height:1.18;
	letter-spacing:-.015em;
	overflow-wrap:anywhere;
}
.yk-mf-score{
	margin:0 0 14px;
	color:#7B45BD;
	font-size:17px;
	font-weight:800;
}
.yk-mf-card-body > p{
	margin:0 0 18px;
	color:#4C4250;
	font-size:15px;
	line-height:1.55;
}
.yk-mf-price{
	margin-top:auto;
	padding-top:16px;
	border-top:1px dashed #E5D7EA;
	color:#102A47;
	font-size:20px;
	font-weight:800;
	line-height:1.3;
}
.yk-mf-card-body > a{
	display:flex !important;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:46px;
	margin-top:15px;
	padding:10px 18px;
	border-radius:999px;
	background:#060709 !important;
	color:#fff !important;
	font-size:14px;
	font-weight:800;
	text-align:center;
	text-decoration:none !important;
}
.yk-mf-card-body > a:hover{
	transform:translateY(-1px);
	opacity:.9;
}
.yk-mf-restart{
	display:block;
	margin:28px auto 0;
}
@media (max-width:900px){
	.yk-mf-results-grid{
		grid-template-columns:1fr;
		max-width:720px;
	}
	.yk-mf-card{
		grid-template-columns:minmax(180px,38%) minmax(0,1fr);
	}
	.yk-mf-card > img{
		min-height:360px;
	}
}
@media (max-width:580px){
	.yk-mf-results{
		width:min(100% - 24px,1120px);
	}
	.yk-mf-results-head h2{
		font-size:34px;
	}
	.yk-mf-card{
		grid-template-columns:1fr;
	}
	.yk-mf-card > img{
		height:auto;
		min-height:0;
		aspect-ratio:3/4;
		object-fit:cover;
	}
	.yk-mf-card-body{
		padding:20px 18px;
	}
}


/* Encuentra tu manga ideal — portada completa 2.8.20 */
.yk-mf-card{
	grid-template-columns:minmax(205px,44%) minmax(0,1fr);
}
.yk-mf-card > img{
	width:100%;
	height:100%;
	min-height:430px;
	object-fit:contain !important;
	object-position:center center;
	padding:14px;
	background:#F7F7F7;
}
@media (max-width:900px){
	.yk-mf-card{
		grid-template-columns:minmax(200px,40%) minmax(0,1fr);
	}
}
@media (max-width:580px){
	.yk-mf-card{
		grid-template-columns:1fr;
	}
	.yk-mf-card > img{
		width:100%;
		height:auto;
		min-height:0;
		aspect-ratio:auto;
		max-height:520px;
		object-fit:contain !important;
		padding:12px;
	}
}


/* Manga ideal — identidad Yumekai 2.8.21
   Lila #ECD7E8 · Amarillo #FDE48A · Negro #060709 · Fondo #F7F7F7 */
.yk-mf-results{
	width:min(1180px,calc(100% - 32px));
	margin:0 auto;
	padding:30px 0 64px;
}
.yk-mf-results-head .yk-mf-kicker{
	background:#FDE48A !important;
	color:#060709 !important;
}
.yk-mf-results-head h2{
	color:#060709 !important;
}
.yk-mf-results-grid{
	max-width:1120px;
	gap:26px;
}
.yk-mf-card{
	grid-template-columns:42% minmax(0,1fr) !important;
	background:#F7F7F7 !important;
	border:2px solid #ECD7E8 !important;
	border-radius:24px !important;
	box-shadow:0 12px 30px rgba(6,7,9,.08) !important;
}
.yk-mf-card > img{
	width:100% !important;
	height:100% !important;
	min-height:480px !important;
	max-height:none !important;
	padding:22px !important;
	object-fit:contain !important;
	object-position:center !important;
	background:#ECD7E8 !important;
}
.yk-mf-card-body{
	padding:28px 24px 22px !important;
	background:#F7F7F7 !important;
}
.yk-mf-card-rank{
	background:#ECD7E8 !important;
	color:#060709 !important;
}
.yk-mf-card h3{
	color:#060709 !important;
	font-size:22px !important;
}
.yk-mf-score{
	color:#060709 !important;
	display:inline-flex;
	align-items:center;
	width:max-content;
	padding:7px 11px;
	border-radius:10px;
	background:#FDE48A;
}
.yk-mf-card-body > p{
	color:#060709 !important;
}
.yk-mf-price{
	border-top:2px dashed #ECD7E8 !important;
	color:#060709 !important;
}
.yk-mf-card-body > a{
	background:#060709 !important;
	color:#F7F7F7 !important;
	border:2px solid #060709 !important;
}
.yk-mf-card-body > a:hover{
	background:#FDE48A !important;
	color:#060709 !important;
	opacity:1 !important;
}
.yk-mf-restart{
	background:#ECD7E8 !important;
	color:#060709 !important;
	border:2px solid #060709 !important;
	border-radius:999px !important;
	padding:12px 22px !important;
	font-weight:800 !important;
}
.yk-mf-restart:hover{
	background:#FDE48A !important;
	color:#060709 !important;
}
@media(max-width:900px){
	.yk-mf-card{
		grid-template-columns:40% minmax(0,1fr) !important;
	}
	.yk-mf-card > img{
		min-height:420px !important;
	}
}
@media(max-width:580px){
	.yk-mf-card{
		grid-template-columns:1fr !important;
	}
	.yk-mf-card > img{
		height:auto !important;
		min-height:0 !important;
		max-height:520px !important;
		padding:18px !important;
	}
}



/* =========================================================
   ENCUENTRA TU MANGA IDEAL — RESULTADOS
   Versión 2.8.26
   Paleta Yumekai:
   Lila #ECD7E8 · Amarillo #FDE48A · Negro #060709 · Fondo #F7F7F7
   ========================================================= */

.yk-mf-results{
	width:min(1420px, calc(100% - 32px));
	margin:0 auto;
	padding:30px 0 60px;
}

.yk-mf-results-head{
	max-width:900px;
	margin:0 auto 30px;
	text-align:center;
}

.yk-mf-results-head .yk-mf-kicker{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:8px 14px;
	border:0;
	border-radius:999px;
	background:#FDE48A;
	color:#060709;
	font-size:12px;
	font-weight:800;
	letter-spacing:.035em;
	text-transform:uppercase;
}

.yk-mf-results-head h2{
	max-width:820px;
	margin:16px auto 0;
	color:#060709;
	font-size:clamp(34px, 4vw, 50px);
	line-height:1.05;
	letter-spacing:-.035em;
}

/* Cinco recomendaciones caben en una fila en escritorio.
   Cuando hay menos, se mantienen centradas con un ancho de tarjeta realista. */
.yk-mf-results-grid{
	display:grid !important;
	grid-template-columns:repeat(5, minmax(0, 1fr));
	gap:18px;
	max-width:1360px;
	margin:0 auto;
	align-items:stretch;
	justify-content:center;
}

.yk-mf-results-grid:has(.yk-mf-card:nth-child(1):last-child){
	grid-template-columns:minmax(260px, 330px);
	max-width:330px;
}

.yk-mf-results-grid:has(.yk-mf-card:nth-child(2):last-child){
	grid-template-columns:repeat(2, minmax(260px, 330px));
	max-width:678px;
}

.yk-mf-results-grid:has(.yk-mf-card:nth-child(3):last-child){
	grid-template-columns:repeat(3, minmax(240px, 310px));
	max-width:966px;
}

.yk-mf-results-grid:has(.yk-mf-card:nth-child(4):last-child){
	grid-template-columns:repeat(4, minmax(220px, 290px));
	max-width:1214px;
}

.yk-mf-card{
	display:flex !important;
	flex-direction:column !important;
	min-width:0;
	overflow:hidden;
	background:#F7F7F7;
	border:1px solid #ECD7E8;
	border-radius:18px;
	box-shadow:0 8px 24px rgba(6,7,9,.055);
}

/* La portada completa es la protagonista.
   Nunca se recorta y no existe panel lila alrededor. */
.yk-mf-card > img{
	display:block !important;
	width:100% !important;
	height:auto !important;
	min-height:0 !important;
	max-height:none !important;
	aspect-ratio:2 / 3 !important;
	margin:0 !important;
	padding:0 !important;
	object-fit:contain !important;
	object-position:center center !important;
	background:#fff !important;
	border-radius:0 !important;
}

.yk-mf-card-body{
	display:flex !important;
	flex:1 1 auto;
	flex-direction:column;
	min-width:0;
	padding:15px 14px 14px;
	background:#F7F7F7;
}

.yk-mf-card-rank{
	align-self:flex-start;
	display:inline-flex;
	margin:0 0 10px;
	padding:5px 8px;
	border-radius:999px;
	background:#FDE48A;
	color:#060709;
	font-size:11px;
	font-weight:800;
	line-height:1;
}

.yk-mf-card h3{
	margin:0 0 10px;
	color:#060709;
	font-size:17px;
	line-height:1.22;
	letter-spacing:-.012em;
	overflow-wrap:anywhere;
}

.yk-mf-score{
	align-self:flex-start;
	display:inline-flex;
	width:auto;
	margin:0 0 13px;
	padding:6px 8px;
	border-radius:8px;
	background:#ECD7E8;
	color:#060709;
	font-size:12px;
	font-weight:800;
	line-height:1.1;
}

.yk-mf-card-body > p{
	margin:0 0 15px;
	color:#060709;
	font-size:13px;
	line-height:1.5;
}

.yk-mf-price{
	margin-top:auto;
	padding-top:12px;
	border-top:1px dashed #ECD7E8;
	color:#060709;
	font-size:18px;
	font-weight:800;
	line-height:1.2;
}

.yk-mf-card-body > a{
	display:flex !important;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:42px;
	margin-top:12px;
	padding:9px 12px;
	border:2px solid #060709;
	border-radius:999px;
	background:#060709 !important;
	color:#F7F7F7 !important;
	font-size:12px;
	font-weight:800;
	text-align:center;
	text-decoration:none !important;
	transition:background .15s ease, color .15s ease;
}

.yk-mf-card-body > a:hover{
	background:#FDE48A !important;
	color:#060709 !important;
}

.yk-mf-restart{
	display:block;
	margin:24px auto 0;
	padding:12px 22px;
	border:2px solid #060709;
	border-radius:999px;
	background:#ECD7E8;
	color:#060709;
	font-weight:800;
}

.yk-mf-restart:hover{
	background:#FDE48A;
	color:#060709;
}

/* Responsive: 3 columnas, luego 2, luego 1. */
@media (max-width:1180px){
	.yk-mf-results-grid,
	.yk-mf-results-grid:has(.yk-mf-card:nth-child(4):last-child){
		grid-template-columns:repeat(3, minmax(220px, 1fr));
		max-width:900px;
	}
}

@media (max-width:760px){
	.yk-mf-results-grid,
	.yk-mf-results-grid:has(.yk-mf-card:nth-child(2):last-child),
	.yk-mf-results-grid:has(.yk-mf-card:nth-child(3):last-child),
	.yk-mf-results-grid:has(.yk-mf-card:nth-child(4):last-child){
		grid-template-columns:repeat(2, minmax(0, 1fr));
		max-width:620px;
		gap:14px;
	}

	.yk-mf-results-head h2{
		font-size:36px;
	}
}

@media (max-width:520px){
	.yk-mf-results{
		width:min(100% - 24px, 1420px);
	}

	.yk-mf-results-grid,
	.yk-mf-results-grid:has(.yk-mf-card:nth-child(1):last-child),
	.yk-mf-results-grid:has(.yk-mf-card:nth-child(2):last-child),
	.yk-mf-results-grid:has(.yk-mf-card:nth-child(3):last-child),
	.yk-mf-results-grid:has(.yk-mf-card:nth-child(4):last-child){
		grid-template-columns:1fr;
		max-width:350px;
	}

	.yk-mf-results-head h2{
		font-size:31px;
	}

	.yk-mf-card h3{
		font-size:18px;
	}
}


/* Manga ideal — tarjetas un poco más compactas 2.8.28 */
.yk-mf-results-grid{
	gap:14px !important;
}
.yk-mf-results-grid:has(.yk-mf-card:nth-child(2):last-child){
	grid-template-columns:repeat(2, minmax(245px, 305px)) !important;
	max-width:624px !important;
}
.yk-mf-results-grid:has(.yk-mf-card:nth-child(3):last-child){
	grid-template-columns:repeat(3, minmax(225px, 285px)) !important;
	max-width:883px !important;
}
.yk-mf-results-grid:has(.yk-mf-card:nth-child(4):last-child){
	grid-template-columns:repeat(4, minmax(210px, 270px)) !important;
	max-width:1122px !important;
}
.yk-mf-card-body{
	padding:13px 12px 12px !important;
}
.yk-mf-card-rank{
	margin-bottom:8px !important;
}
.yk-mf-card h3{
	margin-bottom:8px !important;
	font-size:16px !important;
}
.yk-mf-score{
	margin-bottom:10px !important;
	padding:5px 7px !important;
}
.yk-mf-card-body > p{
	margin-bottom:12px !important;
	font-size:12.5px !important;
	line-height:1.45 !important;
}
.yk-mf-price{
	padding-top:10px !important;
	font-size:17px !important;
}
.yk-mf-card-body > a{
	min-height:40px !important;
	margin-top:10px !important;
	padding:8px 10px !important;
}


/* =========================================================
   REDES + WHATSAPP YUMEKAI — 2.8.29
   #ECD7E8 · #FDE48A · #060709 · #F7F7F7
   ========================================================= */

.yk-social-strip{
	width:100%;
	margin-top:44px;
	background:#ECD7E8;
	border-top:1px solid rgba(6,7,9,.08);
}
.yk-social-strip__inner{
	width:min(1240px,calc(100% - 32px));
	margin:0 auto;
	padding:24px 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:28px;
}
.yk-social-strip__copy{
	display:flex;
	flex-direction:column;
	gap:4px;
	color:#060709;
}
.yk-social-strip__copy strong{
	font-size:18px;
	line-height:1.2;
}
.yk-social-strip__copy span{
	font-size:14px;
	line-height:1.45;
	opacity:.75;
}
.yk-social-strip__links{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	flex-wrap:wrap;
	gap:9px;
}
.yk-social-strip__links a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:38px;
	padding:8px 13px;
	border:1px solid #060709;
	border-radius:999px;
	background:#F7F7F7;
	color:#060709 !important;
	font-size:13px;
	font-weight:800;
	text-decoration:none !important;
	transition:transform .15s ease,background .15s ease,color .15s ease;
}
.yk-social-strip__links a:hover{
	transform:translateY(-1px);
	background:#FDE48A;
	color:#060709 !important;
}
.yk-social-strip__links .yk-social-strip__wa{
	background:#060709;
	color:#F7F7F7 !important;
}
.yk-social-strip__links .yk-social-strip__wa:hover{
	background:#FDE48A;
	color:#060709 !important;
}

.yk-whatsapp-float{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:9997;
	display:flex;
	align-items:center;
	gap:9px;
	min-height:50px;
	padding:9px 15px 9px 10px;
	border:2px solid #060709;
	border-radius:999px;
	background:#FDE48A;
	color:#060709 !important;
	box-shadow:0 10px 26px rgba(6,7,9,.17);
	font-size:13px;
	font-weight:800;
	text-decoration:none !important;
	transition:transform .15s ease,box-shadow .15s ease;
}
.yk-whatsapp-float:hover{
	transform:translateY(-2px);
	box-shadow:0 14px 30px rgba(6,7,9,.21);
	color:#060709 !important;
}
.yk-whatsapp-float__mark{
	display:flex;
	align-items:center;
	justify-content:center;
	width:29px;
	height:29px;
	flex:0 0 29px;
	border-radius:50%;
	background:#060709;
	color:#FDE48A;
	font-size:15px;
}

@media(max-width:760px){
	.yk-social-strip__inner{
		flex-direction:column;
		align-items:flex-start;
	}
	.yk-social-strip__links{
		justify-content:flex-start;
	}
	.yk-whatsapp-float{
		right:14px;
		bottom:14px;
	}
}
@media(max-width:520px){
	.yk-social-strip__links{
		display:grid;
		grid-template-columns:repeat(2,minmax(0,1fr));
		width:100%;
	}
	.yk-social-strip__links a{
		width:100%;
	}
	.yk-whatsapp-float{
		width:50px;
		height:50px;
		min-height:50px;
		padding:8px;
		justify-content:center;
	}
	.yk-whatsapp-float__label{
		position:absolute;
		width:1px;
		height:1px;
		padding:0;
		margin:-1px;
		overflow:hidden;
		clip:rect(0,0,0,0);
		white-space:nowrap;
		border:0;
	}
}

/* 2.8.30 — conservar solo WhatsApp flotante */
.yk-social-strip{display:none !important;}


/* Redes sociales integradas en el footer — 2.8.31 */
.yk-footer-socials{
	display:flex;
	align-items:center;
	gap:10px;
	margin-top:16px;
}
.yk-footer-socials a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:34px;
	height:34px;
	padding:0;
	border:1px solid rgba(247,247,247,.34);
	border-radius:50%;
	color:#F7F7F7 !important;
	text-decoration:none !important;
	transition:background .15s ease,color .15s ease,border-color .15s ease,transform .15s ease;
}
.yk-footer-socials a:hover{
	background:#FDE48A;
	border-color:#FDE48A;
	color:#060709 !important;
	transform:translateY(-1px);
}
.yk-footer-socials svg{
	width:16px;
	height:16px;
	display:block;
	fill:none;
	stroke:currentColor;
	stroke-width:1.9;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.yk-footer-socials a:nth-child(2) svg path{
	fill:currentColor;
	stroke:none;
}


/* Footer social — iconos ligeramente mayores + WhatsApp 2.8.32 */
.yk-footer-socials{
	gap:11px !important;
}
.yk-footer-socials a{
	width:40px !important;
	height:40px !important;
}
.yk-footer-socials svg{
	width:19px !important;
	height:19px !important;
}
.yk-footer-socials a:nth-child(4) svg{
	fill:none !important;
	stroke:currentColor !important;
}


/* WhatsApp footer — glifo reconocible 2.8.33 */
.yk-footer-socials .yk-icon-whatsapp{
	width:21px !important;
	height:21px !important;
	display:block !important;
	fill:currentColor !important;
	stroke:none !important;
}
.yk-footer-socials a:nth-child(4) .yk-icon-whatsapp path{
	fill:currentColor !important;
	stroke:none !important;
}

/* Teléfono visible en footer — 2.8.34 */
.yk-footer-phone{display:inline-flex;align-items:baseline;gap:8px;margin-top:14px;color:#F7F7F7 !important;font-size:13px;line-height:1.35;text-decoration:none !important;}
.yk-footer-phone span{opacity:.72;}
.yk-footer-phone strong{color:#F7F7F7;font-size:14px;font-weight:800;letter-spacing:.015em;}
.yk-footer-phone:hover strong{color:#FDE48A;}
@media(max-width:520px){.yk-footer-phone{flex-wrap:wrap;gap:5px 8px;}}

/* Teléfono footer — rediseño limpio 2.8.35 */
.yk-footer-phone-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:5px;margin-top:14px;}
.yk-footer-phone-label{color:#F7F7F7;font-size:11px;font-weight:600;letter-spacing:.02em;opacity:.62;}
.yk-footer-phone{display:inline-flex !important;align-items:center !important;gap:7px !important;margin:0 !important;padding:0 !important;color:#F7F7F7 !important;font-size:14px !important;line-height:1.2 !important;text-decoration:none !important;}
.yk-footer-phone-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#FDE48A;font-size:13px;line-height:1;}
.yk-footer-phone strong{color:#F7F7F7 !important;font-size:14px !important;font-weight:800 !important;letter-spacing:.025em !important;}
.yk-footer-phone:hover strong{color:#FDE48A !important;}


/* Página Novedades dinámica — 2.8.36 */
.yk-novedades-page{
	width:min(1240px,calc(100% - 32px));
	margin:0 auto;
	padding:42px 0 64px;
}
.yk-novedades-page > .yk-section-heading{
	margin-bottom:28px;
}
.yk-novedades-page > .yk-section-heading h1{
	margin:6px 0 8px;
	color:#060709;
}
.yk-novedades-page > .yk-section-heading p{
	margin:0;
	max-width:620px;
	color:#060709;
	opacity:.7;
}


/* =========================================================
   PÁGINA NOVEDADES — tarjetas propias Yumekai 2.8.37
   ========================================================= */
.yk-novedades-page{
	width:min(1240px,calc(100% - 32px)) !important;
	margin:0 auto !important;
	padding:46px 0 68px !important;
}
.yk-novedades-page > .yk-section-heading{
	max-width:760px !important;
	margin:0 auto 32px !important;
	text-align:center !important;
}
.yk-novedades-page > .yk-section-heading .yk-kicker{
	color:#060709 !important;
}
.yk-novedades-page > .yk-section-heading h1{
	margin:8px 0 10px !important;
	color:#060709 !important;
	font-size:clamp(38px,4vw,54px) !important;
	line-height:1 !important;
	letter-spacing:-.03em !important;
}
.yk-novedades-page > .yk-section-heading p{
	max-width:620px !important;
	margin:0 auto !important;
	color:#060709 !important;
	opacity:.68 !important;
	font-size:14px !important;
	line-height:1.6 !important;
}

.yk-novedades-grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:24px;
	align-items:stretch;
	width:100%;
}

/* Con pocos productos, no estiramos las tarjetas a lo bestia. */
.yk-novedades-grid:has(.yk-novedades-card:nth-child(1):last-child){
	grid-template-columns:minmax(240px,290px);
	justify-content:center;
}
.yk-novedades-grid:has(.yk-novedades-card:nth-child(2):last-child){
	grid-template-columns:repeat(2,minmax(240px,290px));
	justify-content:center;
}
.yk-novedades-grid:has(.yk-novedades-card:nth-child(3):last-child){
	grid-template-columns:repeat(3,minmax(230px,290px));
	justify-content:center;
}

.yk-novedades-card{
	display:flex;
	flex-direction:column;
	min-width:0;
	overflow:hidden;
	border:1px solid #ECD7E8;
	border-radius:18px;
	background:#F7F7F7;
	box-shadow:0 8px 24px rgba(6,7,9,.055);
	transition:transform .18s ease,box-shadow .18s ease;
}
.yk-novedades-card:hover{
	transform:translateY(-3px);
	box-shadow:0 14px 32px rgba(6,7,9,.09);
}

.yk-novedades-card__image{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	aspect-ratio:2/3;
	padding:0;
	overflow:hidden;
	background:#fff;
	text-decoration:none !important;
}
.yk-novedades-card__image img{
	display:block;
	width:100%;
	height:100%;
	margin:0 !important;
	padding:0 !important;
	object-fit:contain;
	object-position:center;
	background:#fff;
}
.yk-novedades-card__sale{
	position:absolute;
	top:12px;
	left:12px;
	z-index:2;
	padding:6px 9px;
	border-radius:7px;
	background:#FDE48A;
	color:#060709;
	font-size:10px;
	font-weight:900;
	letter-spacing:.045em;
	text-transform:uppercase;
}

.yk-novedades-card__body{
	display:flex;
	flex:1 1 auto;
	flex-direction:column;
	padding:16px 16px 15px;
}
.yk-novedades-card__category{
	margin-bottom:7px;
	color:#060709;
	font-size:10px;
	font-weight:800;
	letter-spacing:.06em;
	text-transform:uppercase;
	opacity:.52;
}
.yk-novedades-card__title{
	margin:0 0 12px !important;
	font-size:17px !important;
	line-height:1.28 !important;
	min-height:2.55em;
}
.yk-novedades-card__title a{
	color:#060709 !important;
	text-decoration:none !important;
}
.yk-novedades-card__price{
	margin-top:auto;
	padding-top:13px;
	border-top:1px dashed #ECD7E8;
	color:#060709;
	font-size:18px;
	font-weight:800;
}
.yk-novedades-card__price del{
	margin-right:6px;
	opacity:.46;
	font-weight:500;
}
.yk-novedades-card__price ins{
	text-decoration:none;
}
.yk-novedades-card__button{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:42px;
	margin-top:12px;
	padding:9px 12px;
	border:2px solid #060709;
	border-radius:999px;
	background:#060709;
	color:#F7F7F7 !important;
	font-size:12px;
	font-weight:800;
	text-decoration:none !important;
	text-transform:uppercase;
}
.yk-novedades-card__button:hover{
	background:#FDE48A;
	color:#060709 !important;
}

@media(max-width:1000px){
	.yk-novedades-grid{
		grid-template-columns:repeat(3,minmax(0,1fr));
	}
}
@media(max-width:720px){
	.yk-novedades-grid,
	.yk-novedades-grid:has(.yk-novedades-card:nth-child(2):last-child),
	.yk-novedades-grid:has(.yk-novedades-card:nth-child(3):last-child){
		grid-template-columns:repeat(2,minmax(0,1fr));
		max-width:620px;
		margin:0 auto;
	}
}
@media(max-width:520px){
	.yk-novedades-page{
		width:min(100% - 24px,1240px) !important;
		padding-top:34px !important;
	}
	.yk-novedades-grid,
	.yk-novedades-grid:has(.yk-novedades-card:nth-child(1):last-child),
	.yk-novedades-grid:has(.yk-novedades-card:nth-child(2):last-child),
	.yk-novedades-grid:has(.yk-novedades-card:nth-child(3):last-child){
		grid-template-columns:1fr;
		max-width:330px;
		margin:0 auto;
	}
}


/* Home + página Novedades: mismo formato de tarjeta — 2.8.38 */
.yk-home .yk-products .yk-novedades-grid{
	margin-top:2px;
}
.yk-home .yk-products .yk-novedades-grid:has(.yk-novedades-card:nth-child(1):last-child){
	grid-template-columns:minmax(240px,290px);
	justify-content:center;
}
.yk-home .yk-products .yk-novedades-grid:has(.yk-novedades-card:nth-child(2):last-child){
	grid-template-columns:repeat(2,minmax(240px,290px));
	justify-content:center;
}
.yk-home .yk-products .yk-novedades-grid:has(.yk-novedades-card:nth-child(3):last-child){
	grid-template-columns:repeat(3,minmax(230px,290px));
	justify-content:center;
}


/* =========================================================
   TARJETAS DE PRODUCTO UNIFICADAS — 2.8.39
   Home / Novedades / Tienda / categorías (Manga, Figuras, etc.)
   Rosa oferta: #FD95B4
   ========================================================= */

/* Badge oferta: mismo rosa en toda la web */
.yk-novedades-card__sale,
.woocommerce ul.products li.product .onsale,
body.woocommerce-shop ul.products li.product .onsale,
body.tax-product_cat ul.products li.product .onsale{
	background:#FD95B4 !important;
	color:#060709 !important;
	border:0 !important;
	border-radius:7px !important;
	padding:6px 9px !important;
	font-size:10px !important;
	font-weight:900 !important;
	line-height:1 !important;
	letter-spacing:.045em !important;
	text-transform:uppercase !important;
	box-shadow:none !important;
}

/* Tienda y categorías: misma tarjeta base que Novedades */
body.woocommerce-shop ul.products,
body.tax-product_cat ul.products{
	display:grid !important;
	grid-template-columns:repeat(4,minmax(0,1fr)) !important;
	gap:24px !important;
	align-items:stretch !important;
	justify-content:center !important;
}

body.woocommerce-shop ul.products li.product,
body.tax-product_cat ul.products li.product{
	display:flex !important;
	flex-direction:column !important;
	width:auto !important;
	min-width:0 !important;
	height:100% !important;
	margin:0 !important;
	padding:0 0 15px !important;
	overflow:hidden !important;
	border:1px solid #ECD7E8 !important;
	border-radius:18px !important;
	background:#F7F7F7 !important;
	box-shadow:0 8px 24px rgba(6,7,9,.055) !important;
	transition:transform .18s ease,box-shadow .18s ease !important;
}

body.woocommerce-shop ul.products li.product:hover,
body.tax-product_cat ul.products li.product:hover{
	transform:translateY(-3px) !important;
	box-shadow:0 14px 32px rgba(6,7,9,.09) !important;
}

/* Portada: completa, 2:3, sin marco/padding distinto */
body.woocommerce-shop ul.products li.product > figure,
body.tax-product_cat ul.products li.product > figure,
body.woocommerce-shop ul.products li.product .ct-media-container,
body.tax-product_cat ul.products li.product .ct-media-container,
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link > .ct-image-container,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__link > .ct-image-container{
	position:relative !important;
	display:block !important;
	width:100% !important;
	height:auto !important;
	min-height:0 !important;
	aspect-ratio:2/3 !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
	background:#fff !important;
	border-radius:0 !important;
}

body.woocommerce-shop ul.products li.product > figure > a,
body.tax-product_cat ul.products li.product > figure > a{
	position:absolute !important;
	inset:0 !important;
	width:100% !important;
	height:100% !important;
}

body.woocommerce-shop ul.products li.product .ct-media-container img,
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link > .ct-image-container img,
body.tax-product_cat ul.products li.product .ct-media-container img,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__link > .ct-image-container img{
	position:absolute !important;
	inset:0 !important;
	display:block !important;
	width:100% !important;
	max-width:100% !important;
	height:100% !important;
	max-height:100% !important;
	margin:0 !important;
	padding:0 !important;
	object-fit:contain !important;
	object-position:center !important;
	background:#fff !important;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link > img,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__link > img{
	display:block !important;
	width:100% !important;
	max-width:100% !important;
	height:auto !important;
	max-height:none !important;
	aspect-ratio:2/3 !important;
	margin:0 !important;
	padding:0 !important;
	object-fit:contain !important;
	object-position:center !important;
	background:#fff !important;
}

/* Contenido: mismas proporciones visuales que Novedades */
body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title{
	min-height:2.55em !important;
	margin:16px 16px 12px !important;
	color:#060709 !important;
	font-size:17px !important;
	line-height:1.28 !important;
}

body.woocommerce-shop ul.products li.product .price,
body.tax-product_cat ul.products li.product .price{
	margin:auto 16px 0 !important;
	padding-top:13px !important;
	border-top:1px dashed #ECD7E8 !important;
	color:#060709 !important;
	font-size:18px !important;
	font-weight:800 !important;
	line-height:1.2 !important;
}

body.woocommerce-shop ul.products li.product .price del,
body.tax-product_cat ul.products li.product .price del{
	margin-right:6px !important;
	opacity:.46 !important;
	font-weight:500 !important;
}

body.woocommerce-shop ul.products li.product .price ins,
body.tax-product_cat ul.products li.product .price ins{
	text-decoration:none !important;
}

/* Botón unificado */
body.woocommerce-shop ul.products li.product .button,
body.tax-product_cat ul.products li.product .button{
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	width:calc(100% - 32px) !important;
	min-height:42px !important;
	margin:12px 16px 0 !important;
	padding:9px 12px !important;
	border:2px solid #060709 !important;
	border-radius:999px !important;
	background:#060709 !important;
	color:#F7F7F7 !important;
	font-size:12px !important;
	font-weight:800 !important;
	line-height:1.1 !important;
	text-align:center !important;
	text-decoration:none !important;
	text-transform:none !important;
}

body.woocommerce-shop ul.products li.product .button:hover,
body.tax-product_cat ul.products li.product .button:hover{
	background:#FDE48A !important;
	color:#060709 !important;
}

/* Ocultar metadatos que rompen la consistencia entre tarjetas */
body.woocommerce-shop ul.products li.product .product-categories,
body.woocommerce-shop ul.products li.product .entry-meta,
body.tax-product_cat ul.products li.product .product-categories,
body.tax-product_cat ul.products li.product .entry-meta{
	display:none !important;
}

@media(max-width:1000px){
	body.woocommerce-shop ul.products,
	body.tax-product_cat ul.products{
		grid-template-columns:repeat(3,minmax(0,1fr)) !important;
	}
}

@media(max-width:720px){
	body.woocommerce-shop ul.products,
	body.tax-product_cat ul.products{
		grid-template-columns:repeat(2,minmax(0,1fr)) !important;
		gap:14px !important;
	}

	body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
	body.tax-product_cat ul.products li.product .woocommerce-loop-product__title{
		margin:12px 10px 8px !important;
		font-size:13px !important;
	}

	body.woocommerce-shop ul.products li.product .price,
	body.tax-product_cat ul.products li.product .price{
		margin:0 10px !important;
		padding-top:10px !important;
		font-size:13px !important;
	}

	body.woocommerce-shop ul.products li.product .button,
	body.tax-product_cat ul.products li.product .button{
		width:calc(100% - 20px) !important;
		min-height:38px !important;
		margin:10px 10px 0 !important;
		padding:8px 6px !important;
		font-size:10px !important;
	}

	body.woocommerce-shop ul.products li.product .onsale,
	body.tax-product_cat ul.products li.product .onsale{
		top:8px !important;
		left:8px !important;
		padding:5px 7px !important;
		font-size:9px !important;
	}
}

@media(max-width:440px){
	body.woocommerce-shop ul.products,
	body.tax-product_cat ul.products{
		gap:10px !important;
	}
}


/* =========================================================
   PRODUCTOS RELACIONADOS + AÑADIR AL CARRITO — 2.8.40
   ========================================================= */

/* WooCommerce añade este enlace azul tras el AJAX. No lo queremos. */
.woocommerce a.added_to_cart.wc-forward,
.woocommerce-page a.added_to_cart.wc-forward,
a.added_to_cart.wc-forward{
	display:none !important;
}

/* Productos relacionados: mismo formato que Tienda / categorías / Novedades */
.single-product .related.products ul.products,
.single-product .upsells.products ul.products{
	display:grid !important;
	grid-template-columns:repeat(4,minmax(0,1fr)) !important;
	gap:24px !important;
	align-items:stretch !important;
	justify-content:center !important;
}

.single-product .related.products ul.products:has(li.product:nth-child(1):last-child),
.single-product .upsells.products ul.products:has(li.product:nth-child(1):last-child){
	grid-template-columns:minmax(240px,290px) !important;
	justify-content:flex-start !important;
}
.single-product .related.products ul.products:has(li.product:nth-child(2):last-child),
.single-product .upsells.products ul.products:has(li.product:nth-child(2):last-child){
	grid-template-columns:repeat(2,minmax(240px,290px)) !important;
	justify-content:flex-start !important;
}
.single-product .related.products ul.products:has(li.product:nth-child(3):last-child),
.single-product .upsells.products ul.products:has(li.product:nth-child(3):last-child){
	grid-template-columns:repeat(3,minmax(230px,290px)) !important;
	justify-content:flex-start !important;
}

.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product{
	display:flex !important;
	flex-direction:column !important;
	width:auto !important;
	min-width:0 !important;
	height:100% !important;
	margin:0 !important;
	padding:0 0 15px !important;
	overflow:hidden !important;
	border:1px solid #ECD7E8 !important;
	border-radius:18px !important;
	background:#F7F7F7 !important;
	box-shadow:0 8px 24px rgba(6,7,9,.055) !important;
	transition:transform .18s ease,box-shadow .18s ease !important;
}

.single-product .related.products ul.products li.product:hover,
.single-product .upsells.products ul.products li.product:hover{
	transform:translateY(-3px) !important;
	box-shadow:0 14px 32px rgba(6,7,9,.09) !important;
}

.single-product .related.products ul.products li.product .onsale,
.single-product .upsells.products ul.products li.product .onsale{
	background:#FD95B4 !important;
	color:#060709 !important;
	border:0 !important;
	border-radius:7px !important;
	padding:6px 9px !important;
	font-size:10px !important;
	font-weight:900 !important;
	line-height:1 !important;
	letter-spacing:.045em !important;
	text-transform:uppercase !important;
	box-shadow:none !important;
}

.single-product .related.products ul.products li.product > figure,
.single-product .upsells.products ul.products li.product > figure,
.single-product .related.products ul.products li.product .ct-media-container,
.single-product .upsells.products ul.products li.product .ct-media-container,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container{
	position:relative !important;
	display:block !important;
	width:100% !important;
	height:auto !important;
	min-height:0 !important;
	aspect-ratio:2/3 !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
	background:#fff !important;
	border-radius:0 !important;
}

.single-product .related.products ul.products li.product .ct-media-container img,
.single-product .upsells.products ul.products li.product .ct-media-container img,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container img,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container img{
	position:absolute !important;
	inset:0 !important;
	display:block !important;
	width:100% !important;
	max-width:100% !important;
	height:100% !important;
	max-height:100% !important;
	margin:0 !important;
	padding:0 !important;
	object-fit:contain !important;
	object-position:center !important;
	background:#fff !important;
}

.single-product .related.products ul.products li.product .woocommerce-loop-product__link > img,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link > img{
	display:block !important;
	width:100% !important;
	max-width:100% !important;
	height:auto !important;
	max-height:none !important;
	aspect-ratio:2/3 !important;
	margin:0 !important;
	padding:0 !important;
	object-fit:contain !important;
	object-position:center !important;
	background:#fff !important;
}

.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title{
	min-height:2.55em !important;
	margin:16px 16px 12px !important;
	color:#060709 !important;
	font-size:17px !important;
	line-height:1.28 !important;
}

.single-product .related.products ul.products li.product .price,
.single-product .upsells.products ul.products li.product .price{
	margin:auto 16px 0 !important;
	padding-top:13px !important;
	border-top:1px dashed #ECD7E8 !important;
	color:#060709 !important;
	font-size:18px !important;
	font-weight:800 !important;
	line-height:1.2 !important;
}
.single-product .related.products ul.products li.product .price del,
.single-product .upsells.products ul.products li.product .price del{
	margin-right:6px !important;
	opacity:.46 !important;
	font-weight:500 !important;
}
.single-product .related.products ul.products li.product .price ins,
.single-product .upsells.products ul.products li.product .price ins{
	text-decoration:none !important;
}

.single-product .related.products ul.products li.product .button,
.single-product .upsells.products ul.products li.product .button{
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	width:calc(100% - 32px) !important;
	min-height:42px !important;
	margin:12px 16px 0 !important;
	padding:9px 12px !important;
	border:2px solid #060709 !important;
	border-radius:999px !important;
	background:#060709 !important;
	color:#F7F7F7 !important;
	font-size:12px !important;
	font-weight:800 !important;
	line-height:1.1 !important;
	text-align:center !important;
	text-decoration:none !important;
}
.single-product .related.products ul.products li.product .button:hover,
.single-product .upsells.products ul.products li.product .button:hover{
	background:#FDE48A !important;
	color:#060709 !important;
}

@media(max-width:1000px){
	.single-product .related.products ul.products,
	.single-product .upsells.products ul.products{
		grid-template-columns:repeat(3,minmax(0,1fr)) !important;
	}
}
@media(max-width:720px){
	.single-product .related.products ul.products,
	.single-product .upsells.products ul.products{
		grid-template-columns:repeat(2,minmax(0,1fr)) !important;
		gap:14px !important;
	}
}
@media(max-width:520px){
	.single-product .related.products ul.products,
	.single-product .upsells.products ul.products{
		grid-template-columns:1fr !important;
		max-width:330px !important;
	}
}


/* Productos relacionados — portada completa 2.8.41 */
.single-product .related.products ul.products li.product > figure,
.single-product .upsells.products ul.products li.product > figure,
.single-product .related.products ul.products li.product .ct-media-container,
.single-product .upsells.products ul.products li.product .ct-media-container,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container{
	aspect-ratio:auto !important;
	height:auto !important;
	min-height:0 !important;
	overflow:visible !important;
	background:#fff !important;
}

.single-product .related.products ul.products li.product > figure > a,
.single-product .upsells.products ul.products li.product > figure > a{
	position:static !important;
	display:block !important;
	width:100% !important;
	height:auto !important;
}

.single-product .related.products ul.products li.product .ct-media-container img,
.single-product .upsells.products ul.products li.product .ct-media-container img,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container img,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container img,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link > img,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link > img{
	position:static !important;
	inset:auto !important;
	display:block !important;
	width:100% !important;
	height:auto !important;
	max-width:100% !important;
	max-height:none !important;
	aspect-ratio:auto !important;
	object-fit:contain !important;
	object-position:center !important;
	margin:0 auto !important;
	padding:0 !important;
	background:#fff !important;
}


/* Productos relacionados — corrección definitiva de portada 2.8.42 */
.single-product .related.products ul.products li.product > figure,
.single-product .upsells.products ul.products li.product > figure,
.single-product .related.products ul.products li.product .ct-media-container,
.single-product .upsells.products ul.products li.product .ct-media-container,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container{
	position:relative !important;
	display:block !important;
	width:100% !important;
	height:auto !important;
	min-height:0 !important;
	max-height:none !important;
	aspect-ratio:2 / 3 !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
	background:#fff !important;
	border-radius:0 !important;
}

.single-product .related.products ul.products li.product > figure > a,
.single-product .upsells.products ul.products li.product > figure > a,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link{
	position:static !important;
	display:block !important;
	width:100% !important;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;
}

.single-product .related.products ul.products li.product .ct-media-container img,
.single-product .upsells.products ul.products li.product .ct-media-container img,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container img,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container img,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link > img,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link > img{
	position:absolute !important;
	inset:0 !important;
	display:block !important;
	width:100% !important;
	height:100% !important;
	max-width:100% !important;
	max-height:100% !important;
	aspect-ratio:auto !important;
	margin:0 !important;
	padding:0 !important;
	object-fit:contain !important;
	object-position:center center !important;
	background:#fff !important;
	transform:none !important;
}


/* =========================================================
   PRODUCTOS RELACIONADOS — PORTADA REAL COMPLETA 2.8.43
   Sin recorte y sin bandas blancas forzadas.
   ========================================================= */
.single-product .related.products ul.products li.product > figure,
.single-product .upsells.products ul.products li.product > figure,
.single-product .related.products ul.products li.product .ct-media-container,
.single-product .upsells.products ul.products li.product .ct-media-container,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container{
	position:relative !important;
	display:block !important;
	width:100% !important;
	height:auto !important;
	min-height:0 !important;
	max-height:none !important;
	aspect-ratio:auto !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
	background:#fff !important;
	border-radius:0 !important;
}

.single-product .related.products ul.products li.product > figure > a,
.single-product .upsells.products ul.products li.product > figure > a,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link{
	position:relative !important;
	display:block !important;
	width:100% !important;
	height:auto !important;
	min-height:0 !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
}

.single-product .related.products ul.products li.product .ct-media-container img,
.single-product .upsells.products ul.products li.product .ct-media-container img,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container img,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container img,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link > img,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link > img{
	position:relative !important;
	inset:auto !important;
	display:block !important;
	width:100% !important;
	height:auto !important;
	min-height:0 !important;
	max-width:100% !important;
	max-height:none !important;
	aspect-ratio:auto !important;
	margin:0 !important;
	padding:0 !important;
	object-fit:initial !important;
	object-position:initial !important;
	background:transparent !important;
	transform:none !important;
}

/* El badge flota sobre la portada sin reservarle una franja superior. */
.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product{
	position:relative !important;
}
.single-product .related.products ul.products li.product .onsale,
.single-product .upsells.products ul.products li.product .onsale{
	position:absolute !important;
	top:14px !important;
	left:14px !important;
	z-index:20 !important;
	margin:0 !important;
}


/* =========================================================
   PRODUCTOS RELACIONADOS — PORTADA COMPLETA SIN DEFORMAR 2.8.44
   ========================================================= */
.single-product .related.products ul.products li.product,
.single-product .upsells.products ul.products li.product{
	position:relative !important;
}

/* El enlace/figure no impone una altura artificial. */
.single-product .related.products ul.products li.product > figure,
.single-product .upsells.products ul.products li.product > figure,
.single-product .related.products ul.products li.product .ct-media-container,
.single-product .upsells.products ul.products li.product .ct-media-container,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link > .ct-image-container,
.single-product .related.products ul.products li.product picture,
.single-product .upsells.products ul.products li.product picture{
	position:static !important;
	display:block !important;
	width:100% !important;
	height:auto !important;
	min-height:0 !important;
	max-height:none !important;
	aspect-ratio:auto !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
	background:#fff !important;
}

/* La portada usa su proporción real y ocupa todo el ancho disponible. */
.single-product .related.products ul.products li.product img.yk-related-full-cover,
.single-product .upsells.products ul.products li.product img.yk-related-full-cover,
.single-product .related.products ul.products li.product .woocommerce-loop-product__link img,
.single-product .upsells.products ul.products li.product .woocommerce-loop-product__link img{
	position:static !important;
	inset:auto !important;
	display:block !important;
	width:100% !important;
	height:auto !important;
	min-height:0 !important;
	max-width:100% !important;
	max-height:none !important;
	aspect-ratio:auto !important;
	margin:0 !important;
	padding:0 !important;
	object-fit:unset !important;
	object-position:unset !important;
	transform:none !important;
	background:#fff !important;
}

/* OFERTA superpuesto, sin crear hueco encima de la portada. */
.single-product .related.products ul.products li.product .onsale,
.single-product .upsells.products ul.products li.product .onsale{
	position:absolute !important;
	top:14px !important;
	left:14px !important;
	z-index:30 !important;
	margin:0 !important;
}


/* =========================================================
   PRODUCTOS RELACIONADOS — COMPONENTE UNIFICADO 2.8.45
   Usa exactamente las tarjetas de Novedades.
   ========================================================= */
.single-product .yk-related-products{
	width:min(1240px,calc(100% - 32px)) !important;
	margin:54px auto 0 !important;
	padding:0 0 54px !important;
}
.single-product .yk-related-products > h2{
	margin:0 0 24px !important;
	color:#060709 !important;
	font-size:24px !important;
	line-height:1.2 !important;
}
.single-product .yk-related-products__grid{
	margin:0 !important;
}
.single-product .yk-related-products__grid:has(.yk-novedades-card:nth-child(1):last-child){
	grid-template-columns:minmax(240px,290px) !important;
	justify-content:flex-start !important;
}
.single-product .yk-related-products__grid:has(.yk-novedades-card:nth-child(2):last-child){
	grid-template-columns:repeat(2,minmax(240px,290px)) !important;
	justify-content:flex-start !important;
}
.single-product .yk-related-products__grid:has(.yk-novedades-card:nth-child(3):last-child){
	grid-template-columns:repeat(3,minmax(230px,290px)) !important;
	justify-content:flex-start !important;
}

@media(max-width:720px){
	.single-product .yk-related-products{
		width:min(100% - 24px,1240px) !important;
	}
	.single-product .yk-related-products__grid{
		grid-template-columns:repeat(2,minmax(0,1fr)) !important;
	}
}
@media(max-width:520px){
	.single-product .yk-related-products__grid{
		grid-template-columns:1fr !important;
		max-width:330px !important;
	}
}


/* Productos relacionados — eliminar duplicado nativo 2.8.46 */
.single-product .related.products:not(.yk-related-products){
	display:none !important;
}


/* =========================================================
   CARRITO VACÍO — PRODUCTOS UNIFICADOS 2.8.47
   ========================================================= */

body.woocommerce-cart ul.products{
	display:grid !important;
	grid-template-columns:repeat(4,minmax(0,1fr)) !important;
	gap:24px !important;
	align-items:stretch !important;
	justify-content:center !important;
	max-width:1240px !important;
	margin:0 auto !important;
}

body.woocommerce-cart ul.products:has(li.product:nth-child(1):last-child){
	grid-template-columns:minmax(240px,290px) !important;
}
body.woocommerce-cart ul.products:has(li.product:nth-child(2):last-child){
	grid-template-columns:repeat(2,minmax(240px,290px)) !important;
	max-width:604px !important;
}
body.woocommerce-cart ul.products:has(li.product:nth-child(3):last-child){
	grid-template-columns:repeat(3,minmax(230px,290px)) !important;
	max-width:894px !important;
}

body.woocommerce-cart ul.products li.product{
	display:flex !important;
	flex-direction:column !important;
	width:auto !important;
	min-width:0 !important;
	height:100% !important;
	margin:0 !important;
	padding:0 0 15px !important;
	overflow:hidden !important;
	border:1px solid #ECD7E8 !important;
	border-radius:18px !important;
	background:#F7F7F7 !important;
	box-shadow:0 8px 24px rgba(6,7,9,.055) !important;
	transition:transform .18s ease,box-shadow .18s ease !important;
}

body.woocommerce-cart ul.products li.product:hover{
	transform:translateY(-3px) !important;
	box-shadow:0 14px 32px rgba(6,7,9,.09) !important;
}

body.woocommerce-cart ul.products li.product .onsale{
	background:#FD95B4 !important;
	color:#060709 !important;
	border:0 !important;
	border-radius:7px !important;
	padding:6px 9px !important;
	font-size:10px !important;
	font-weight:900 !important;
	line-height:1 !important;
	letter-spacing:.045em !important;
	text-transform:uppercase !important;
	box-shadow:none !important;
}

body.woocommerce-cart ul.products li.product > figure,
body.woocommerce-cart ul.products li.product .ct-media-container,
body.woocommerce-cart ul.products li.product .woocommerce-loop-product__link > .ct-image-container{
	position:relative !important;
	display:block !important;
	width:100% !important;
	height:auto !important;
	min-height:0 !important;
	aspect-ratio:2/3 !important;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden !important;
	background:#fff !important;
	border-radius:0 !important;
}

body.woocommerce-cart ul.products li.product .ct-media-container img,
body.woocommerce-cart ul.products li.product .woocommerce-loop-product__link > .ct-image-container img{
	position:absolute !important;
	inset:0 !important;
	display:block !important;
	width:100% !important;
	height:100% !important;
	max-width:100% !important;
	max-height:100% !important;
	margin:0 !important;
	padding:0 !important;
	object-fit:contain !important;
	object-position:center !important;
	background:#fff !important;
}

body.woocommerce-cart ul.products li.product .woocommerce-loop-product__link > img{
	display:block !important;
	width:100% !important;
	max-width:100% !important;
	height:auto !important;
	max-height:none !important;
	aspect-ratio:2/3 !important;
	margin:0 !important;
	padding:0 !important;
	object-fit:contain !important;
	object-position:center !important;
	background:#fff !important;
}

body.woocommerce-cart ul.products li.product .woocommerce-loop-product__title{
	min-height:2.55em !important;
	margin:16px 16px 12px !important;
	color:#060709 !important;
	font-size:17px !important;
	line-height:1.28 !important;
}

body.woocommerce-cart ul.products li.product .price{
	margin:auto 16px 0 !important;
	padding-top:13px !important;
	border-top:1px dashed #ECD7E8 !important;
	color:#060709 !important;
	font-size:18px !important;
	font-weight:800 !important;
	line-height:1.2 !important;
}

body.woocommerce-cart ul.products li.product .price del{
	margin-right:6px !important;
	opacity:.46 !important;
	font-weight:500 !important;
}
body.woocommerce-cart ul.products li.product .price ins{
	text-decoration:none !important;
}

body.woocommerce-cart ul.products li.product .button{
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	width:calc(100% - 32px) !important;
	min-height:42px !important;
	margin:12px 16px 0 !important;
	padding:9px 12px !important;
	border:2px solid #060709 !important;
	border-radius:999px !important;
	background:#060709 !important;
	color:#F7F7F7 !important;
	font-size:12px !important;
	font-weight:800 !important;
	line-height:1.1 !important;
	text-align:center !important;
	text-decoration:none !important;
}
body.woocommerce-cart ul.products li.product .button:hover{
	background:#FDE48A !important;
	color:#060709 !important;
}

/* Título de recomendaciones del carrito vacío */
body.woocommerce-cart .cart-empty + .return-to-shop + h2,
body.woocommerce-cart .woocommerce > h2,
body.woocommerce-cart .cross-sells > h2{
	color:#060709 !important;
	font-size:28px !important;
	line-height:1.2 !important;
	text-align:center !important;
	margin:30px 0 24px !important;
}

@media(max-width:1000px){
	body.woocommerce-cart ul.products{
		grid-template-columns:repeat(3,minmax(0,1fr)) !important;
	}
}
@media(max-width:720px){
	body.woocommerce-cart ul.products{
		grid-template-columns:repeat(2,minmax(0,1fr)) !important;
		gap:14px !important;
		max-width:620px !important;
	}
}
@media(max-width:520px){
	body.woocommerce-cart ul.products{
		grid-template-columns:1fr !important;
		max-width:330px !important;
	}
}


/* =========================================================
   CARRITO VACÍO — COMPONENTE UNIFICADO REAL 2.8.48
   ========================================================= */
.yk-empty-cart-recommendations{
	width:min(1240px,calc(100% - 32px));
	margin:36px auto 0;
	padding:0 0 56px;
}
.yk-empty-cart-recommendations > h2{
	margin:0 0 24px;
	color:#060709;
	font-size:28px;
	line-height:1.2;
	text-align:center;
}
.yk-empty-cart-recommendations .yk-novedades-grid{
	max-width:1240px;
	margin:0 auto;
}
.yk-empty-cart-recommendations .yk-novedades-grid:has(.yk-novedades-card:nth-child(1):last-child){
	grid-template-columns:minmax(240px,290px);
	justify-content:center;
}
.yk-empty-cart-recommendations .yk-novedades-grid:has(.yk-novedades-card:nth-child(2):last-child){
	grid-template-columns:repeat(2,minmax(240px,290px));
	max-width:604px;
	justify-content:center;
}
.yk-empty-cart-recommendations .yk-novedades-grid:has(.yk-novedades-card:nth-child(3):last-child){
	grid-template-columns:repeat(3,minmax(230px,290px));
	max-width:894px;
	justify-content:center;
}
@media(max-width:720px){
	.yk-empty-cart-recommendations{
		width:min(100% - 24px,1240px);
	}
	.yk-empty-cart-recommendations .yk-novedades-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
		max-width:620px;
	}
}
@media(max-width:520px){
	.yk-empty-cart-recommendations .yk-novedades-grid{
		grid-template-columns:1fr;
		max-width:330px;
	}
}


/* =========================================================
   CARRITO VACÍO — BLOQUE NATIVO UNIFICADO 2.8.49
   Marcado por JS para no depender de las clases de body/Blocksy.
   ========================================================= */
.yk-empty-native-heading{
	margin:30px 0 24px !important;
	color:#060709 !important;
	font-size:28px !important;
	line-height:1.2 !important;
	text-align:center !important;
}

.yk-empty-native-products{
	display:grid !important;
	grid-template-columns:repeat(4,minmax(0,1fr)) !important;
	gap:24px !important;
	align-items:stretch !important;
	justify-content:center !important;
	max-width:1240px !important;
	margin:0 auto !important;
	padding:0 !important;
}

.yk-empty-native-products:has(.yk-empty-native-card:nth-child(1):last-child){
	grid-template-columns:minmax(240px,290px) !important;
}
.yk-empty-native-products:has(.yk-empty-native-card:nth-child(2):last-child){
	grid-template-columns:repeat(2,minmax(240px,290px)) !important;
	max-width:604px !important;
}
.yk-empty-native-products:has(.yk-empty-native-card:nth-child(3):last-child){
	grid-template-columns:repeat(3,minmax(230px,290px)) !important;
	max-width:894px !important;
}

.yk-empty-native-card{
	position:relative !important;
	display:flex !important;
	flex-direction:column !important;
	width:auto !important;
	min-width:0 !important;
	height:100% !important;
	margin:0 !important;
	padding:0 0 15px !important;
	overflow:hidden !important;
	border:1px solid #ECD7E8 !important;
	border-radius:18px !important;
	background:#F7F7F7 !important;
	box-shadow:0 8px 24px rgba(6,7,9,.055) !important;
}

.yk-empty-native-card-link{
	display:block !important;
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	background:#fff !important;
	text-decoration:none !important;
}

.yk-empty-native-card-image{
	display:block !important;
	width:100% !important;
	height:auto !important;
	max-width:100% !important;
	max-height:none !important;
	aspect-ratio:auto !important;
	margin:0 !important;
	padding:0 !important;
	object-fit:contain !important;
	object-position:center !important;
	background:#fff !important;
}

.yk-empty-native-card-title{
	min-height:2.55em !important;
	margin:16px 16px 12px !important;
	color:#060709 !important;
	font-size:17px !important;
	line-height:1.28 !important;
	text-align:left !important;
}

.yk-empty-native-card-price{
	margin:auto 16px 0 !important;
	padding-top:13px !important;
	border-top:1px dashed #ECD7E8 !important;
	color:#060709 !important;
	font-size:18px !important;
	font-weight:800 !important;
	line-height:1.2 !important;
	text-align:left !important;
}

.yk-empty-native-card-price del{
	margin-right:6px !important;
	opacity:.46 !important;
	font-weight:500 !important;
}
.yk-empty-native-card-price ins{
	text-decoration:none !important;
}

.yk-empty-native-card-button{
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
	width:calc(100% - 32px) !important;
	min-height:42px !important;
	margin:12px 16px 0 !important;
	padding:9px 12px !important;
	border:2px solid #060709 !important;
	border-radius:999px !important;
	background:#060709 !important;
	color:#F7F7F7 !important;
	font-size:12px !important;
	font-weight:800 !important;
	line-height:1.1 !important;
	text-align:center !important;
	text-decoration:none !important;
}

.yk-empty-native-card-button:hover{
	background:#FDE48A !important;
	color:#060709 !important;
}

.yk-empty-native-card-sale{
	position:absolute !important;
	top:12px !important;
	left:12px !important;
	z-index:20 !important;
	margin:0 !important;
	padding:6px 9px !important;
	border:0 !important;
	border-radius:7px !important;
	background:#FD95B4 !important;
	color:#060709 !important;
	font-size:10px !important;
	font-weight:900 !important;
	line-height:1 !important;
	letter-spacing:.045em !important;
	text-transform:uppercase !important;
	box-shadow:none !important;
}

@media(max-width:1000px){
	.yk-empty-native-products{
		grid-template-columns:repeat(3,minmax(0,1fr)) !important;
	}
}
@media(max-width:720px){
	.yk-empty-native-products{
		grid-template-columns:repeat(2,minmax(0,1fr)) !important;
		gap:14px !important;
		max-width:620px !important;
	}
}
@media(max-width:520px){
	.yk-empty-native-products{
		grid-template-columns:1fr !important;
		max-width:330px !important;
	}
}


/* =========================================================
   CARRITO VACÍO — PÁGINA CONTROLADA POR YUMEKAI 2.8.50
   ========================================================= */
.yk-empty-cart-page{
	width:min(1240px,calc(100% - 32px));
	margin:0 auto;
	padding:48px 0 68px;
}
.yk-empty-cart-page__intro{
	max-width:650px;
	margin:0 auto 46px;
	text-align:center;
}
.yk-empty-cart-page__icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:64px;
	height:64px;
	margin:0 auto 16px;
	border-radius:50%;
	background:#ECD7E8;
	color:#060709;
	font-size:34px;
	font-weight:900;
	line-height:1;
	transform:rotate(90deg);
}
.yk-empty-cart-page__intro h1{
	margin:0 0 10px;
	color:#060709;
	font-size:clamp(34px,4vw,48px);
	line-height:1.05;
	letter-spacing:-.03em;
}
.yk-empty-cart-page__intro p{
	max-width:560px;
	margin:0 auto 20px;
	color:#060709;
	font-size:15px;
	line-height:1.6;
	opacity:.72;
}
.yk-empty-cart-page__shop{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:42px;
	padding:9px 20px;
	border:2px solid #060709;
	border-radius:999px;
	background:#060709;
	color:#F7F7F7 !important;
	font-size:12px;
	font-weight:800;
	text-decoration:none !important;
}
.yk-empty-cart-page__shop:hover{
	background:#FDE48A;
	color:#060709 !important;
}
.yk-empty-cart-page__heading{
	margin:0 0 26px;
	text-align:center;
}
.yk-empty-cart-page__heading .yk-kicker{
	color:#060709;
}
.yk-empty-cart-page__heading h2{
	margin:7px 0 0;
	color:#060709;
	font-size:32px;
	line-height:1.1;
}
.yk-empty-cart-page__latest .yk-novedades-grid{
	margin:0 auto;
}
.yk-empty-cart-page__latest .yk-novedades-grid:has(.yk-novedades-card:nth-child(1):last-child){
	grid-template-columns:minmax(240px,290px);
	justify-content:center;
}
.yk-empty-cart-page__latest .yk-novedades-grid:has(.yk-novedades-card:nth-child(2):last-child){
	grid-template-columns:repeat(2,minmax(240px,290px));
	max-width:604px;
	justify-content:center;
}
.yk-empty-cart-page__latest .yk-novedades-grid:has(.yk-novedades-card:nth-child(3):last-child){
	grid-template-columns:repeat(3,minmax(230px,290px));
	max-width:894px;
	justify-content:center;
}
@media(max-width:720px){
	.yk-empty-cart-page{
		width:min(100% - 24px,1240px);
		padding-top:36px;
	}
	.yk-empty-cart-page__latest .yk-novedades-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
		max-width:620px;
	}
}
@media(max-width:520px){
	.yk-empty-cart-page__latest .yk-novedades-grid{
		grid-template-columns:1fr;
		max-width:330px;
	}
}


/* Carrito vacío — icono y CTA finales 2.8.51 */
.yk-empty-cart-page__icon{
	transform:none !important;
}
.yk-empty-cart-page__icon svg{
	width:30px;
	height:30px;
	fill:none;
	stroke:#060709;
	stroke-width:1.9;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.yk-empty-cart-page .yk-novedades-card__button.add_to_cart_button.added{
	background:#060709 !important;
	color:#F7F7F7 !important;
}
