:root {
  --dk-red: #d85f6f;
  --dk-red-strong: #bd4354;
  --dk-red-deep: #8f2d3b;
  --dk-red-soft: #f7e5e9;
  --dk-ivory: #fffaf8;
  --dk-paper: #fffdfc;
  --dk-ink: #39262c;
  --dk-muted: #755d65;
  --dk-line: #e7bdc5;
  --dk-gold: #d6ad62;
}

html:not([data-theme="dark"]) body {
  background:
    radial-gradient(circle at 92% 4%, #f4d9de 0, transparent 25rem),
    linear-gradient(180deg, #fffafa 0%, #f8edef 50%, #fffdfc 100%) !important;
  color: var(--dk-ink) !important;
}

html:not([data-theme="dark"]) .scdk-topbar {
  border-bottom-color: #eeaab5 !important;
  background: linear-gradient(105deg, #51222d 0%, #8f3040 54%, #cc5b6b 100%) !important;
  box-shadow: 0 8px 28px #7f263733 !important;
}

html:not([data-theme="dark"]) .scdk-nav-links {
  border-color: #ffffff38 !important;
  background: #fff8fa14 !important;
}

html:not([data-theme="dark"]) .scdk-nav-links a.scdk-is-active,
html:not([data-theme="dark"]) .scdk-nav-links a:hover {
  border-color: #fff7f8 !important;
  background: #fff7f8 !important;
  color: var(--dk-red-deep) !important;
}

.scdk-hero-rating {
  border-color: #f0aebb99 !important;
  background: #521f2bd9 !important;
  color: #fff7f8 !important;
  box-shadow: inset 0 1px 0 #ffffff29, 0 8px 22px #250b124d !important;
}

.scdk-hero-rating::before {
  border-color: #fff8f9 !important;
  background: var(--dk-red) !important;
  box-shadow: 0 0 0 3px #d85f6f2e, 0 0 13px #ed829066 !important;
}

.scdk-hero-rating strong {
  border-color: #f4ced5 !important;
  background: linear-gradient(180deg, #fff, #f7e5e9) !important;
  color: var(--dk-red-deep) !important;
}

html:not([data-theme="dark"]) :is(
  .scdk-btn.scdk-hot,
  .scdk-pin-btn.scdk-hot,
  .scdk-hero .scdk-pin-btn,
  .scdk-offer-banner .scdk-pin-btn:not(.store-btn),
  #cookieOk,
  .scdk-safe-aside-download,
  .scdk-app-download-btn
) {
  border-color: #ef9eaa !important;
  background: linear-gradient(180deg, #e97987 0%, #c94e60 58%, #a83748 100%) !important;
  color: #fff !important;
  box-shadow: inset 0 1px 0 #ffffff75, 0 8px 18px #a8374838 !important;
  text-shadow: 0 1px 2px #722331 !important;
}

html:not([data-theme="dark"]) :is(
  .scdk-btn.scdk-hot,
  .scdk-pin-btn.scdk-hot,
  .scdk-hero .scdk-pin-btn,
  .scdk-offer-banner .scdk-pin-btn:not(.store-btn),
  #cookieOk,
  .scdk-safe-aside-download,
  .scdk-app-download-btn
):hover {
  border-color: #f4c4cc !important;
  background: linear-gradient(180deg, #ef8795, #c94759) !important;
  box-shadow:
    inset 0 1px 0 #ffffff80,
    0 10px 22px #a8374840,
    0 0 0 3px #e79aa629 !important;
}

.scdk-app-download-btn {
  text-align: center !important;
}

.scdk-app-download-btn span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  text-align: center !important;
}

html:not([data-theme="dark"]) .scdk-pin-sidebar {
  border-color: var(--dk-line) !important;
  background: #fff9f9 !important;
  box-shadow: 0 12px 30px #8f2d3b12 !important;
}

html:not([data-theme="dark"]) :is(
  .scdk-safe-aside-menu,
  .scdk-safe-aside-extras,
  .scdk-pin-side-nav,
  .scdk-pin-side-nav.scdk-mobile-nav-mounted
) {
  border-color: #ecd1d6 !important;
  background: var(--dk-paper) !important;
}

html:not([data-theme="dark"]) .scdk-safe-aside-promo {
  border-color: #e69aa7 !important;
  background: linear-gradient(135deg, #df6f7e 0%, #be4658 58%, #91303e 100%) !important;
  box-shadow: inset 0 1px 0 #ffffff59, 0 6px 14px #942f402b !important;
  color: #fff !important;
  text-shadow: 0 1px 2px #6f2330 !important;
}

.scdk-safe-aside-badge {
  border-color: #fff !important;
  background: #fff5f6 !important;
  color: var(--dk-red-deep) !important;
}

html:not([data-theme="dark"]) :is(.scdk-safe-aside-links > a, .scdk-pin-side-links a) {
  color: #70454f !important;
}

html:not([data-theme="dark"]) :is(.scdk-safe-aside-links > a, .scdk-pin-side-links a):hover {
  background: var(--dk-red-soft) !important;
  color: var(--dk-red-deep) !important;
}

html:not([data-theme="dark"]) .scdk-pin-side-nav-toggle {
  background: linear-gradient(90deg, #963646, #d36272) !important;
  color: #fff !important;
}

html:not([data-theme="dark"]) #content .scdk-pin-content > :is(.scdk-pin-section, .scdk-content-section) {
  border-color: var(--dk-line) !important;
  background:
    radial-gradient(circle at 96% 5%, #f4dce1 0, transparent 15rem),
    linear-gradient(145deg, #fffdfc 0%, #fff8f8 62%, #f8eaed 100%) !important;
  box-shadow: 0 14px 34px #8e2b3c12, inset 0 1px 0 #fff !important;
}

html:not([data-theme="dark"]) #content .scdk-pin-content > :is(.scdk-pin-section, .scdk-content-section) > :is(h1, h2),
html:not([data-theme="dark"]) #content .scdk-reviews-heading > h2 {
  color: var(--dk-red-deep) !important;
  text-shadow: 0 2px 0 #fff, 0 7px 18px #a23c4c1a !important;
}

html:not([data-theme="dark"]) #content .scdk-pin-content > :is(.scdk-pin-section, .scdk-content-section) > h3 {
  border-color: #ebc9cf !important;
  background: #fff7f8 !important;
  color: #933849 !important;
}

html:not([data-theme="dark"]) #content .scdk-pin-content > :is(.scdk-pin-section, .scdk-content-section) > :is(ul, ol) > li {
  border-color: #edd4d8 !important;
  background: #fffdfcdb !important;
  box-shadow: 0 4px 12px #9133450a !important;
}

html:not([data-theme="dark"]) #content .scdk-pin-content > :is(.scdk-pin-section, .scdk-content-section) > ul > li::before {
  width: 13px !important;
  height: 13px !important;
  border: 1px solid #fff !important;
  border-radius: 3px !important;
  background:
    linear-gradient(90deg, transparent 0 31%, #fff 31% 45%, transparent 45%),
    linear-gradient(0deg, transparent 0 41%, #fff 41% 58%, transparent 58%),
    var(--dk-red) !important;
  box-shadow: 0 0 0 2px var(--dk-red-deep), 0 5px 12px #98344730 !important;
  transform: rotate(0deg) !important;
}

html:not([data-theme="dark"]) #content .scdk-pin-content > :is(.scdk-pin-section, .scdk-content-section) > ol > li::before {
  border-color: #fff !important;
  background: linear-gradient(180deg, #e77a88, #b94254) !important;
  box-shadow: 0 0 0 2px #f0c1c8, 0 6px 13px #9b35472e !important;
}

html:not([data-theme="dark"]) :is(.scdk-table-wrap, .scdk-table-scroll) {
  border-color: var(--dk-line) !important;
  background: #fffdfc !important;
  box-shadow: 0 9px 22px #8f2d3b10 !important;
}

html:not([data-theme="dark"]) :is(th, .scdk-pin-section th, .scdk-content-section th) {
  border-color: #e6b9c2 !important;
  background: linear-gradient(180deg, #f7e5e9, #efcdd3) !important;
  color: #6f2936 !important;
}

html:not([data-theme="dark"]) :is(td, .scdk-pin-section td, .scdk-content-section td),
html:not([data-theme="dark"]) tbody tr:nth-child(2n) td {
  border-color: #f0dfe2 !important;
  background: #fffdfc !important;
  color: var(--dk-ink) !important;
}

html:not([data-theme="dark"]) :is(.card, .scdk-review-card, .scdk-faq-section details) {
  border-color: var(--dk-line) !important;
  background: linear-gradient(155deg, #fffdfc, #faf0f2) !important;
  box-shadow: 0 9px 22px #8f2d3b10 !important;
}

html:not([data-theme="dark"]) .scdk-faq-section summary {
  color: var(--dk-red-deep) !important;
}

html:not([data-theme="dark"]) .scdk-faq-section details[open] summary {
  background: var(--dk-red-soft) !important;
  color: #7c2938 !important;
}

.scdk-bonus-banner-section .scdk-offer-banner {
  border-color: #df8997 !important;
  background-color: #4d1d27 !important;
  box-shadow: 0 16px 36px #7d263735 !important;
}

html:not([data-theme="dark"]) .scdk-footer,
html:not([data-theme="dark"]) .scdk-footer.scdk-footer--minimal {
  border-top-color: #e48e9b !important;
  background: linear-gradient(180deg, #702735, #35171f) !important;
  color: #fff9fa !important;
}

html:not([data-theme="dark"]) .scdk-cookies-container {
  border-color: #e5b6bf !important;
  background: #fffafa !important;
  box-shadow: 0 14px 34px #8e2b3c27 !important;
}

.scdk-editorial-meta {
  border-color: var(--dk-line) !important;
  background: linear-gradient(145deg, #fffdfc, #f8eaed) !important;
  box-shadow: 0 12px 28px #8e2b3c14 !important;
}

.scdk-editorial-meta::before {
  background: linear-gradient(90deg, var(--dk-red), #fff 50%, var(--dk-red)) !important;
}

#content .scdk-editorial-summary .scdk-editorial-meta > p {
  border-color: #edc9d0 !important;
  background: linear-gradient(145deg, #fffdfc, #fff7f8) !important;
  box-shadow: 0 7px 18px #8f2d3b0d !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

#content .scdk-editorial-summary .scdk-editorial-meta > p:hover {
  border-color: #df9daa !important;
  box-shadow: 0 10px 22px #8f2d3b18 !important;
  transform: translateY(-1px);
}

.scdk-editorial-meta > p::before {
  background: linear-gradient(180deg, var(--dk-red), var(--dk-red-deep)) !important;
}

#content .scdk-editorial-summary .scdk-editorial-meta span {
  color: #86515d !important;
}

#content .scdk-editorial-summary .scdk-editorial-meta strong {
  color: var(--dk-ink) !important;
}

#content .scdk-editorial-summary .scdk-editorial-meta > p:nth-child(3) strong {
  display: inline-flex !important;
  width: max-content;
  padding: 5px 10px;
  border: 1px solid #e7b5bf;
  border-radius: 999px;
  background: var(--dk-red-soft);
  color: var(--dk-red-deep) !important;
}

html[data-theme="dark"] body {
  background: #1c1216 !important;
}

html[data-theme="dark"] .scdk-topbar {
  border-bottom-color: #9f4050 !important;
  background: linear-gradient(90deg, #2b151c, #51212c 58%, #842f3f) !important;
}

html[data-theme="dark"] .scdk-pin-sidebar {
  border-color: #69313e !important;
  background: #25171c !important;
}

html[data-theme="dark"] #content .scdk-pin-content > :is(.scdk-pin-section, .scdk-content-section) {
  border-color: #6e3441 !important;
  background: linear-gradient(145deg, #342027, #211419) !important;
}

html[data-theme="dark"] #content .scdk-pin-content > :is(.scdk-pin-section, .scdk-content-section) > :is(h1, h2) {
  color: #ef9ca8 !important;
}

html[data-theme="dark"] .scdk-safe-aside-promo {
  border-color: #9b4050 !important;
  background: linear-gradient(135deg, #7f3040, #58222e 60%, #381821) !important;
}

html[data-theme="dark"] .scdk-footer,
html[data-theme="dark"] .scdk-footer.scdk-footer--minimal {
  border-top-color: #743441 !important;
  background: #160d11 !important;
}

@media (max-width: 620px) {
  html:not([data-theme="dark"]) #content .scdk-pin-content > :is(.scdk-pin-section, .scdk-content-section) {
    background: linear-gradient(155deg, #fffdfc, #f8eaed) !important;
  }
}

#content :is(.scdk-section-visual) {
  object-fit: cover !important;
  max-height: 550px !important;
}

body:not(.scdk-app-page) .scdk-home-app-banner .scdk-app-download-actions {
  inset: 0 auto 0 0 !important;
}

.scdk-app-page .scdk-home-app-banner[aria-labelledby="descargar-app-1"] .scdk-app-download-actions {
  inset: 0 auto 0 0 !important;
}
