@charset "UTF-8";
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html.modal-open {
  overflow: hidden;
}

* {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

iframe,
fieldset {
  border-width: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: break-word;
}

address {
  font-style: normal;
  line-height: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  border-width: 0;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
}

textarea:focus,
input:focus {
  outline: none;
}

textarea {
  resize: vertical;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden] {
  display: none;
}

ol,
ul,
dl,
dd {
  list-style: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  max-width: 100%;
}

tbody,
td,
th,
thead,
tr {
  border-width: 0;
  text-align: inherit;
}

tr > * {
  padding: 0.75rem;
  word-break: normal;
}

img,
svg,
video,
canvas {
  height: auto;
}

source {
  display: none;
}

img,
svg,
video,
canvas,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
}

audio,
video {
  width: 100%;
}

:root {
  --sidebar-gap: 2rem;
  --form-padding: .75rem 1rem;
  --form-gap: .75rem;
  --form-gap-section: 1.5rem;
  --typography-spacing: 1.5rem;
  --typography-spacing-headings: 1rem;
  --modal-content-bg: white;
  --modal-padding: 1.5rem;
  --modal-content-padding: 1.5rem;
  --modal-header-padding: 1.5rem;
  --comment-gap: 2rem;
  --font-roboto: 'Roboto', sans-serif;
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --shadow-low: 0px 2px 2px 0px rgba(0,0,0,0.14) , 0px 3px 1px -2px rgba(0,0,0,0.12) , 0px 1px 5px 0px rgba(0,0,0,0.2);
  --shadow-medium: 0px 8px 17px 2px rgba(0,0,0,0.14) , 0px 3px 14px 2px rgba(0,0,0,0.12) , 0px 5px 5px -3px rgba(0,0,0,0.2);
  --shadow-high: 0px 24px 38px 3px rgba(0,0,0,0.14) , 0px 9px 46px 8px rgba(0,0,0,0.12) , 0px 11px 15px -7px rgba(0,0,0,0.2);
  --drop-shadow: drop-shadow(0 2px 2px rgba(0, 0, 0, .1)) drop-shadow(0 3px 1px rgba(0, 0, 0, .075)) drop-shadow(0 1px 5px rgba(0, 0, 0, .1)) drop-shadow(0 -1px 2px rgba(0, 0, 0, .075));
  --shadow-elevation: 0px 20px 25px -5px rgb(0 0 0 / 1%), 0px 10px 10px -5px rgb(0 0 0 / 5%);
  --duration: 300ms;
}

body {
  margin: 0;
  background: var(--body-background);
  background-color: var(--body-background-color);
  background-size: cover;
  color: var(--color-text);
  font-family: system-ui;
  transition: background-color var(--duration);
}
body.is-preview {
  padding-left: 2rem;
  padding-right: 2rem;
}
body.is-preview::after {
  content: "";
  display: block;
  position: fixed;
  z-index: 999;
  inset: 0;
}
body.preload * {
  transition: none !important;
}

::-webkit-resizer {
  display: none;
}

a {
  transition: color var(--duration);
}

b, strong {
  color: var(--color-title);
  font-weight: 500;
}

hr {
  color: inherit;
  overflow: visible;
  display: block;
  clear: both;
  border-width: 0;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
hr:not([class]) {
  height: 0;
  border-top: 1px solid var(--color-border);
}

:where(.item-control, .blog-admin) {
  display: none;
}

:where(.section.no-items) {
  display: none;
}

ins.adsbygoogle[data-ad-status=unfilled] {
  display: none !important;
}

.cards {
  --cols-min: 12rem;
}

.card {
  --card-padding: 1.5rem;
  background-color: #ECEFF1;
  background-color: var(--bg-post);
  border-radius: 10px;
}
.card-content {
  padding-top: var(--card-padding, 0);
  padding-bottom: var(--card-padding, 0);
  background: var(--card-body-bg, transparent);
}
.card-content > * {
  padding-left: var(--card-padding, 0);
  padding-right: var(--card-padding, 0);
}
.card-content:hover {
  --color-title: var(--primary) ;
}
.card-title {
  color: var(--color-title);
  box-shadow: 4px 0px 0 0 var(--primary) inset;
  transition: color var(--duration);
}
.card-snippet {
  color: var(--color-text);
  margin-top: 1rem;
  opacity: 0.75;
}

.shop-card {
  padding: 0.75rem;
  border: 1px solid var(--color-border-strong);
  border-radius: 0.5rem;
  text-align: left;
}
.shop-card-image, .shop-card-image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-card-precio {
  color: var(--primary);
}

#cookieChoiceInfo {
  padding: 1.5rem;
  inset: auto 0 0;
  line-height: 1.5;
  background-color: rgba(24, 25, 30, 0.9);
  animation: 1s forwards cookies;
  transform: translateY(200%);
}
#cookieChoiceInfo .cookie-choices-inner {
  text-align: left;
}
#cookieChoiceInfo .cookie-choices-text {
  margin: 0;
  display: inline;
  color: white;
  font-size: 1rem;
}
#cookieChoiceInfo .cookie-choices-buttons {
  display: inline;
}
#cookieChoiceInfo .cookie-choices-button {
  text-transform: initial;
  font-weight: 500;
  margin: 0;
}
#cookieChoiceInfo .cookie-choices-button:hover {
  color: var(--primary);
}

@keyframes cookies {
  to {
    transform: translateY(0);
  }
}
@keyframes fade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  opacity: 0;
  transform: translateY(2rem);
  animation: fade 0.5s ease-in-out forwards;
  animation-delay: var(--fade-delay, 0s);
}
.fade-down {
  opacity: 0;
  transform: translateY(-2rem);
  animation: fade 0.5s ease-in-out forwards;
  animation-delay: var(--fade-delay, 0s);
}

.container {
  max-width: var(--layout-container);
  margin-left: auto;
  margin-right: auto;
}

html,
body {
  min-height: 100svh;
}

@supports not (height: 1svh) {
  html,
  body {
    min-height: 100vh;
  }
}
body {
  display: flex;
  flex-direction: column;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

main,
.template-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 576px) {
  .template {
    padding: 1rem;
  }
  .template-wrapper {
    border-radius: 1rem;
    box-shadow: var(--shadow-high);
  }
}
@media (min-width: 768px) {
  .template {
    padding: 2rem;
  }
}

.header {
  color: var(--color-header-title);
  background-color: var(--bg-header);
  padding: 1rem;
  z-index: 10;
  --color-title: var(--color-header-title);
  --color-text: var(--color-header-title);
  --color-border: rgb(255 255 255 / 20%);
  --bg-post: rgb(255 255 255 / 20%);
  --form-bg: transparent;
}
@media (min-width: 768px) {
  .header {
    padding: var(--layout-spacing);
  }
}
.header-image {
  z-index: -1;
  opacity: 0.5;
}
.header-image img {
  transition: opacity var(--duration);
}

.main {
  padding: 1rem;
  background-color: var(--bg-main);
}
@media (min-width: 768px) {
  .main {
    padding: var(--layout-spacing);
  }
}

.navbar {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .navbar {
    padding-left: var(--layout-spacing);
    padding-right: var(--layout-spacing);
  }
}
.navbar-mode-button.is-light-mode .i-moon, .navbar-mode-button.is-dark-mode .i-sun {
  display: none;
}

.i {
  stroke-width: var(--i-stroke, 2);
  width: var(--i-size, 24px);
  height: var(--i-size, 24px);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.divider {
  border-top: 1px solid var(--color-border);
}

.divider-section {
  border-top: 1px solid var(--color-border);
  margin: 2rem 0;
}

.message {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7490196078);
  border-radius: 0.5rem;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: calc(100% - 2rem);
  margin: 1rem;
  padding: 1rem;
  font-size: 1rem;
  display: flex;
  position: fixed;
  bottom: env(safe-area-inset-bottom, 0px);
  right: 0;
  z-index: 9999;
}
.message:not(.message-show) {
  display: none;
}

.alert {
  padding: 1.5rem;
  background-color: var(--bg-inset);
  border-radius: 0.5rem;
}

.ugc-portfolio-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}
@media (max-width: 768px) {
  .ugc-portfolio-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
  }
}
@media (max-width: 480px) {
  .ugc-portfolio-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

.youtube-short {
  border-radius: 0.5rem;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
}
@media (max-width: 768px) {
  .youtube-short {
    border-radius: 0.375rem;
  }
}

.flotante {
  z-index: 1000;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: calc(var(--footer-height, 60px) + 6.5rem);
  right: 14px;
}

.flotante a {
  background-color: #00796b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  text-decoration: none;
  display: flex;
  box-shadow: var(--shadow-medium);
}

.flotante svg {
  fill: #fff;
  width: 32px;
  height: 32px;
}

.flotante span {
  color: #000;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 14px;
  display: none;
}

.flotante:has(a[href="#empty-link"]) {
  display: none;
}

.search {
  box-shadow: var(--shadow-high);
  transition: opacity var(--duration);
}
.search-modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 99999;
  transition: opacity var(--duration);
}
.search-modal:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}
.search-modal-dialog {
  width: 88%;
  max-width: 600px;
}
.search-modal-close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  background-color: var(--bg-inset);
  box-shadow: var(--shadow-medium);
  padding: 0.5rem;
  border-radius: 999px;
}
.search-modal-overlay {
  position: absolute;
  inset: 0;
}

.form {
  display: flex;
  flex-direction: column;
  gap: var(--form-gap-section);
}
.form-label {
  display: block;
  margin-bottom: var(--form-gap);
}
.form-control {
  padding: var(--form-padding);
  border: 2px solid var(--color-border);
  width: 100%;
  border-radius: 10px;
  transition: border-color var(--duration);
  background-color: var(--form-bg, white);
}
.form-control[readonly] {
  background-color: var(--bg-inset);
  pointer-events: none;
}
.form-control:focus {
  outline: none;
  border-color: var(--primary);
}
.form-switch[type=checkbox], .form-switch[type=radio] {
  border: 1px solid var(--color-border-strong);
  border-radius: 4px;
  background: white;
  display: inline-block;
  line-height: 0;
  height: 1rem;
  margin: -0.25rem 0.25rem 0 0;
  vertical-align: middle;
  transition: var(--duration) border-color ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.form-switch[type=checkbox] {
  width: 2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
  box-shadow: none;
  background-repeat: no-repeat;
}
.form-switch[type=checkbox]:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-switch[type=checkbox]::before {
  display: none;
}
.form-cols {
  display: flex;
  gap: var(--form-gap-section);
}
.form-cols > * {
  width: 100%;
}
@media (max-width: 767px) {
  .form-cols {
    flex-direction: column;
  }
}
.form-shop-item-image {
  width: 50px;
  height: 50px;
}
.form-shop-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
.form-shop-item-quantity input {
  max-width: 90px;
}
.form-image {
  background-color: var(--bg-inset);
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
}
.form-image-input {
  padding: 1rem;
}
.form-image-placeholder {
  height: 150px;
  position: relative;
  border-bottom: 1px solid var(--color-border-strong);
  z-index: 1;
}
.form-image-placeholder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-image-placeholder::before {
  content: "";
  border: 2px dashed var(--color-border-strong);
  inset: 1rem;
  position: absolute;
  border-radius: 1rem;
  z-index: -1;
}

.sr-only {
  display: none;
}

.btn {
  display: flex;
  padding: var(--form-padding);
  align-items: center;
  gap: var(--form-gap);
  background-color: var(--btn-btn, var(--primary));
  color: var(--btn-color, white);
  border-radius: 0.5rem;
  transition: transform var(--duration);
}
.btn-full {
  width: 100%;
  justify-content: center;
}
.btn-link {
  color: var(--primary);
  font-weight: 500;
}
.btn-tenue {
  color: var(--primary);
  background-color: color-mix(in srgb, var(--primary) 10%, transparent);
}
.btn:active {
  transform: scale(0.975);
}

textarea.form-control {
  field-sizing: content;
  resize: vertical;
}

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 14px;
}

.admin-actions-buttons {
  box-shadow: 0 -1px 0 0 var(--color-border) inset, 0 1px 0 0 var(--color-border) inset;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.is-loading svg {
  animation: spin 1s linear infinite;
}

.blog-pager {
  margin-top: 2rem;
}

.pager-button:hover {
  color: var(--primary);
}

.item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.item .post-title {
  margin: 0;
  flex: 1 1 auto;
  text-align: left;
  font-weight: 500;
}
.item .notifAlt {
  margin: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
.item .notifAlt .blog-pager {
  margin: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 600px) {
  .item {
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }
  .item .notifAlt {
    order: 1;
    justify-content: flex-start;
  }
  .item .notifAlt .blog-pager {
    justify-content: flex-start;
    width: 100%;
  }
  .item .post-title {
    order: 2;
    text-align: left;
    margin-top: 0.5rem;
  }
}

.post {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.post-header {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .post-header {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.post-date {
  margin-top: 0.5rem;
  display: block;
  text-transform: capitalize;
}
.post-title {
  color: var(--color-title);
}
.post-body {
  line-height: 1.75;
  font-size: 1.125rem;
}
.post-comment {
  border-top: 1px solid var(--color-border);
  padding-top: 1rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .post-comment {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}

.comments > * + * {
  margin-top: var(--comment-gap);
}
.comments-content > * + * {
  margin-top: var(--comment-gap);
}
.comments-replies {
  margin-top: var(--comment-gap);
  padding-inline-start: 1.5rem;
  border-inline-start: 2px solid var(--color-border);
}
.comments-replies > * + * {
  margin-top: 2rem;
}
.comments-replies:not(:where(.has-reply-form, .has-replies)) {
  display: none;
}
.comments-load:checked + label, .comments-load:not(:checked) ~ .comments {
  display: none;
}
.comments iframe {
  color-scheme: auto;
}
[data-theme=dark] .comments iframe[src*="disqus.com"] {
  color-scheme: dark;
}

.comment-header {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.comment-iframe {
  padding: 1rem;
  background-color: var(--bg-inset);
}
.comment-iframe iframe {
  width: 100%;
}
.comment-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}
.comment-badge {
  --i-size: 18px;
}
.comment-time {
  display: block;
}
.comment-footer {
  margin-top: 1rem;
  display: flex;
}
.comment-restore-button {
  padding: 1rem;
  width: 100%;
}
.comment-restore-button:not(.is-replying) {
  display: none;
}
.comment-reply-button {
  padding: 0.25rem;
  margin-inline-end: 0.5rem;
}
.comment-delete-button {
  padding: 0.25rem;
}

.widget-title {
  margin-bottom: 1rem;
}

.pages {
  display: flex;
}
.pages:not(.pages-header) {
  flex-direction: column;
}
.pages-header {
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pages-link {
  font-size: 1.125rem;
  color: var(--color-text);
}
.pages-link:hover, .pages-link.is-here {
  color: var(--primary);
}

.labels-link:not(:hover) {
  color: var(--primary);
}

.profile-snippet {
  text-align: center;
  text-wrap: balance;
}
.profile-image {
  border-radius: 999px;
  background-color: #262626;
}
.profile-image img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: white;
  border-radius: 999px;
  transition: opacity var(--duration);
}

.hierarchy-list {
  border-inline-start: 2px solid var(--color-border);
  padding-inline-start: 1rem;
}
.hierarchy-date {
  margin-bottom: 0.5rem;
  display: block;
}
.hierarchy-name {
  color: var(--color-title);
  text-transform: capitalize;
  font-weight: 500;
}
.hierarchy-content {
  margin-bottom: 0.5rem;
}
.hierarchy-post-link {
  color: var(--color-text);
}
.hierarchy-post-link:hover {
  color: var(--primary);
}

.media-caption {
  max-width: 200px;
  position: absolute;
  inset: auto auto 1rem 1rem;
  z-index: 10;
  padding: 0.5rem 0.75rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  --i-size: 16px;
}
.media-image {
  border-radius: 10px;
}

.links-cond:not(:has(.data-loaded)) {
  display: none;
}
.links-link {
  border: 2px solid var(--color-border);
  border-radius: 2rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  transition: color var(--duration), transform var(--duration), box-shadow var(--duration);
}
.links-link-filled {
  border: none;
  background-color: var(--color-border);
}
.links-link:hover:not(.links-entries) {
  color: var(--primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-elevation);
}
.links-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.links-embed {
  background-color: black;
}
.links-embed:hover .links-play {
  transform: scale(1.1);
}
.links-embed::after {
  content: attr(aria-label);
  position: absolute;
  inset: auto auto 1rem 1rem;
  z-index: 10;
  padding: 0.5rem 0.75rem;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}
.links-thumbnail {
  transition: opacity var(--duration);
  cursor: pointer;
}
.links-thumbnail:not(:hover) {
  opacity: 0.75;
}
.links-play {
  --i-size: 3.5rem;
  position: relative;
  z-index: 10;
  pointer-events: none;
  color: white;
  filter: var(--drop-shadow);
  transition: transform var(--duration);
  will-change: transform;
}

.ratio {
  display: block;
  position: relative;
  width: 100%;
}
.ratio::before {
  content: "";
  display: block;
  padding-top: calc(var(--ratio-y, 9) / var(--ratio-x, 16) * 100%);
}

.ratio-21\:9 {
  --ratio-x: 21;
  --ratio-y: 9;
}

.ratio-16\:9 {
  --ratio-x: 16;
  --ratio-y: 9;
}

.ratio-4\:3 {
  --ratio-x: 4;
  --ratio-y: 3;
}

.ratio-1\:1 {
  --ratio-x: 1;
  --ratio-y: 1;
}

.ratio-1\:2 {
  --ratio-x: 1;
  --ratio-y: 2;
}

.ratio-2\:3 {
  --ratio-x: 2;
  --ratio-y: 3;
}

.ratio-5\:7 {
  --ratio-x: 5;
  --ratio-y: 7;
}

.typography :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: var(--typography-spacing-headings);
  color: var(--color-title);
  font-weight: 800;
}
.typography :where(blockquote) {
  border-inline-start: 4px solid var(--color-border);
  padding-inline-start: 1.5rem;
  position: relative;
}
.typography :where(ul, ol) {
  padding-inline-start: 1.5rem;
}
.typography :where(ul) {
  list-style: disc;
}
.typography :where(ol) {
  list-style: decimal;
}
.typography :where(figure) {
  position: relative;
}
.typography :where(figure) :where(figcaption) {
  text-align: center;
  margin-top: 0.75rem;
  font-size: 0.875rem;
}
.typography :where(iframe[src^=http]) {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.typography :where(p, figure, img, blockquote, ul, ol, pre, table, div[class]):not(:where(:last-child, :where(figure, blockquote) :last-of-type)) {
  margin-bottom: var(--typography-spacing);
}

.image-fit {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.youtube-thumbnail-container {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: #f3f4f6;
}
@media (max-width: 768px) {
  .youtube-thumbnail-container {
    border-radius: 0.375rem;
  }
}

.links-thumbnail,
.youtube-thumbnail,
.video-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.links-thumbnail[src*="data:image/svg+xml"],
.youtube-thumbnail[src*="data:image/svg+xml"],
.video-thumbnail[src*="data:image/svg+xml"] {
  opacity: 0.8;
}
.links-thumbnail:not([src*="data:image/svg+xml"]),
.youtube-thumbnail:not([src*="data:image/svg+xml"]),
.video-thumbnail:not([src*="data:image/svg+xml"]) {
  opacity: 1;
}
.links-thumbnail:hover,
.youtube-thumbnail:hover,
.video-thumbnail:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .links-thumbnail:hover,
  .youtube-thumbnail:hover,
  .video-thumbnail:hover {
    transform: none;
  }
}

.youtube-short-button {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
}
.youtube-short-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  opacity: 0.9;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (max-width: 768px) {
  .youtube-short-button::after {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}
.youtube-short-button:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}
@media (max-width: 768px) {
  .youtube-short-button:hover::after {
    transform: translate(-50%, -50%);
  }
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.truncate-line {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp, 3);
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.has-drop-cap:first-letter {
  font-weight: 500;
  font-size: 6em;
  line-height: 1;
  margin-right: 1.25rem;
  text-transform: uppercase;
  float: left;
  color: var(--color-title);
}

.columns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--typography-spacing);
}
.columns > * {
  flex: 1 1 0;
  margin: 0;
}

.alignleft {
  float: left;
  clear: left;
  margin-right: var(--typography-spacing);
  margin-top: 0.5rem;
}

.alignright {
  float: right;
  clear: right;
  margin-left: var(--typography-spacing);
  margin-top: 0.5rem;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.modal {
  z-index: 9999;
  transition: opacity var(--duration);
  padding: var(--modal-padding);
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
}
.modal.is-open {
  --modal-content-ty: 0;
}
.modal:not(.is-open) {
  opacity: 0;
  pointer-events: none;
}
.modal-header {
  border-bottom: 1px solid var(--color-border);
  padding: var(--modal-header-padding);
  font-size: 1.125rem;
  font-weight: 500;
}
.modal-dialog {
  background-color: var(--modal-content-bg);
  transition: transform var(--duration);
  transform: translateY(var(--modal-content-ty, 2rem));
  position: relative;
  border-radius: 0.5rem;
  box-shadow: var(--player-box-shadow-high);
  width: var(--modal-content-width, 100%);
  height: var(--modal-content-height, auto);
  max-width: var(--modal-content-max-width, 800px);
  max-height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.modal-content {
  width: 100%;
  padding: var(--modal-content-padding);
  overflow-y: auto;
}
.modal-header {
  border-bottom: 1px solid var(--color-border);
  padding: var(--modal-header-padding);
  font-size: 1.125rem;
  font-weight: 500;
}
.modal-iframe {
  width: 100%;
  height: 100%;
}
.modal-iframe iframe {
  margin: auto;
  width: auto;
  height: 100%;
  aspect-ratio: 5/6;
}
.modal-calendar, .modal-canva {
  --modal-content-width: 100%;
  --modal-content-height: 100%;
  --modal-content-max-width: 100%;
}

.modal-shorts .modal-header {
  padding: 0;
  border: 0 none;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 10;
}

.modal-shorts .modal-title {
  display: none;
}

.modal-shorts .modal-header button {
  position: relative;
  top: 0.5rem;
  right: 0.5rem;
}

.modal-shorts button {
  background-color: #262626;
  padding: 0.5rem;
  border-radius: 999px;
  color: white;
  transition: var(--duration) background-color;
}

.modal-shorts button:hover {
  background-color: #404040;
}

.youtube-short-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  position: absolute;
  z-index: 10;
}

.modal-shorts .modal-content {
  padding: 0;
  height: 100%;
  position: relative;
}

.modal-shorts iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1rem;
}

.modal-shorts .modal-dialog {
  height: 100%;
  background-color: transparent;
}

.youtube-short-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}

body:not(.data-loaded) .links-preload > * {
  display: none;
}
body:not(.data-loaded) .header-image img,
body:not(.data-loaded) .profile-image img {
  opacity: 0;
}
body:not(.data-loaded) .text-preload {
  color: transparent;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}
body:not(.data-loaded) .text-preload::after {
  content: "Iniciando cuenta regresiva...";
  color: rgba(255, 255, 255, 0.1019607843);
  padding: 15px;
}
body:not(.data-loaded) .text-preload2::after {
  content: "🚀 Tu marca está a punto de despegar...";
  color: rgba(255, 255, 255, 0.1019607843);
  padding: 15px;
}
body:not(.data-loaded) .svg-preload svg {
  color: transparent;
  fill: transparent;
  stroke: transparent;
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 999px;
}

.feed-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.feed-entry:hover {
  --feed-overlay-opacity: 0.3;
}
.feed-entry-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
}
.feed-entry-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(0, 0, 0, var(--feed-overlay-opacity, 0));
  transition: background-color var(--duration);
  z-index: 5;
}
.feed-entry-content {
  padding: 1rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  color: white;
  z-index: 10;
}
@media (min-width: 576px) {
  .feed-entry-content {
    padding: 1.5rem;
  }
}
.feed-entry-image {
  width: 100%;
  aspect-ratio: 1/1;
  transition: opacity var(--duration);
}
.feed-entry-image:has(svg) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
}
.feed-entry-image svg {
  --i-size: 3rem;
}
.feed-entry-image-src {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feed-entry-date {
  font-size: 0.875rem;
  opacity: 0.75;
  --i-size: 16px;
}
.feed-entry-date svg {
  flex: none;
}

.scroll {
  --scroll-gap: 1rem;
}
.scroll[data-slider-mode] {
  --scroll-gap: 0;
  position: relative;
}
.scroll-container {
  display: flex;
  gap: var(--scroll-gap, var(--player-gap));
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.scroll-container * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scroll-container > * {
  scroll-snap-align: start;
  flex: 1 0 200px;
}
@media (min-width: 768px) {
  .scroll-container > * {
    flex: 1 0 calc((100% - 2 * var(--scroll-gap)) / 3);
  }
}
.scroll-fix > * {
  min-width: var(--scroll-min-width, 200px);
}
.scroll-arrows {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scroll-arrows:not(.is-scrollable) :where(.scroll-arrow) {
  display: none;
}
.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  box-shadow: var(--shadow-medium);
  padding: 0.75rem;
  border-radius: 55rem;
  opacity: 0.75;
  transition: opacity var(--duration);
}
.scroll-arrow:hover {
  opacity: 1;
}
.scroll-arrow.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.scroll-backwards {
  left: 0;
}
.scroll-forwards {
  right: 0;
}

.scrollbar {
  --scrollbar-color: var(--primary);
  --scrollbar-color-width: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
@supports not (selector(::-webkit-scrollbar-thumb)) {
  .scrollbar {
    scrollbar-color: var(--scrollbar-color) transparent;
    scrollbar-width: thin;
  }
}
.scrollbar::-webkit-scrollbar {
  width: var(--scrollbar-color-width, 8px);
  height: var(--scrollbar-color-width, 8px);
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-color);
}

.cart-button {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 900;
  color: white;
  background-color: var(--primary);
  padding: 1rem;
  border-radius: 999px;
  box-shadow: var(--shadow-medium);
  transition: opacity var(--duration), transform var(--duration);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.cart-button-count {
  background-color: white;
  color: var(--primary);
  font-size: 0.875rem;
  font-weight: 500;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  box-shadow: var(--shadow-low);
}
.cart-button[data-count="0"] {
  transform: scale(0.7);
  opacity: 0;
  pointer-events: none;
}
.cart-currency-manager {
  background-color: white;
  box-shadow: var(--shadow-low);
  padding: 0.5rem 0.75rem;
  border-radius: 5rem;
}
.cart-container:has(.cart-button[data-count="0"]) > * {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.7);
}

.tab-input {
  display: none;
}
.tab-label {
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tab-label:hover {
  color: var(--primary);
}
.tab-content {
  display: var(--tab-display, none);
}
.tab-input#tab-home:checked ~ .main > .tab-content#home, .tab-input#tab-publish:checked ~ .main > .tab-content#publish, .tab-input#tab-config:checked ~ .main > .tab-content#config, .tab-input#tab-admin:checked ~ .main > .tab-content#admin {
  --tab-display: block;
}
.tab-input#tab-home:checked ~ .navbar .tab-label[for=tab-home], .tab-input#tab-publish:checked ~ .navbar .tab-label[for=tab-publish], .tab-input#tab-config:checked ~ .navbar .tab-label[for=tab-config], .tab-input#tab-admin:checked ~ .navbar .tab-label[for=tab-admin] {
  box-shadow: 0 3px 0 0px var(--primary) inset;
  color: var(--primary);
}
.tab-input#tab-admin-general:checked ~ .tab-content#admin-general, .tab-input#tab-admin-actions:checked ~ .tab-content#admin-actions, .tab-input#tab-admin-scripts:checked ~ .tab-content#admin-scripts, .tab-input#tab-admin-social:checked ~ .tab-content#admin-social, .tab-input#tab-admin-links:checked ~ .tab-content#admin-links {
  --tab-display: flex;
}
.tab-input#tab-admin-general:checked ~ .admin-actions-buttons .tab-label[for=tab-admin-general], .tab-input#tab-admin-actions:checked ~ .admin-actions-buttons .tab-label[for=tab-admin-actions], .tab-input#tab-admin-scripts:checked ~ .admin-actions-buttons .tab-label[for=tab-admin-scripts], .tab-input#tab-admin-social:checked ~ .admin-actions-buttons .tab-label[for=tab-admin-social], .tab-input#tab-admin-links:checked ~ .admin-actions-buttons .tab-label[for=tab-admin-links] {
  box-shadow: 0 3px 0 0px var(--primary) inset;
  color: var(--primary);
}
.tab-reset .tab-content {
  --tab-display: none;
}

.footer {
  box-shadow: var(--shadow-low);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.footer-links a {
  color: #1a1a1a; /* Color oscuro para mejor contraste */
  background: transparent;
  text-decoration: underline; /* Siempre subrayado para accesibilidad */
  font-weight: 600;
  transition: color var(--duration);
}
.footer-links a:hover {
  color: #0056b3;
  background: #e6e6e6; /* Fondo claro al pasar el mouse */
}
.footer-end {
  padding-top: 1rem;
}

.cart-container {
  position: fixed;
  bottom: calc(var(--footer-height, 60px) + 11.5rem);
  right: 1rem;
  z-index: 100;
}
.cart-container #cart-button {
  position: relative;
  bottom: auto;
  right: auto;
}

@media (max-width: 480px) {
  :root {
    --footer-height: 56px;
  }
}
.social-link {
  padding: 0.75rem;
  border-radius: 55rem;
  background-color: var(--bg-inset);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - var(--marquee-gap, 1.5rem) / 2));
  }
}
.marquee {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  --marquee-gap: 3rem;
}
.marquee::after {
  content: "";
  position: absolute;
  width: 120px;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}
.marquee::before {
  content: "";
  position: absolute;
  width: 120px;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  right: auto;
  background-image: linear-gradient(90deg, #fff, transparent);
}
.marquee::after {
  left: auto;
  background-image: linear-gradient(-90deg, #fff, transparent);
}

.marquee-brands {
  display: flex;
  align-items: center;
  gap: var(--marquee-gap);
  animation: marquee 30s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.marquee-brands + * {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .marquee-brands + * {
    margin-top: 3rem;
  }
}
.marquee-inverse {
  animation-direction: reverse;
}

.media-brand {
  max-height: 38px;
  width: auto;
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity var(--duration), transform var(--duration);
  filter: grayscale(1);
}
.media-brand[src*="data:image/svg+xml"] {
  opacity: 0.4;
  filter: grayscale(1) blur(2px);
}
.media-brand:not([src*="data:image/svg+xml"]) {
  opacity: 0.6;
  filter: grayscale(1);
}
.media-brand:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .media-brand:hover {
    transform: none;
  }
}
@media (max-width: 768px) {
  .media-brand {
    max-height: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .media-brand {
    max-height: 28px;
    height: 28px;
  }
}

.brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 140px;
  height: 38px;
}
@media (max-width: 768px) {
  .brand-item {
    min-width: 120px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .brand-item {
    min-width: 100px;
    height: 28px;
  }
}

.ugc-reviews-container {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.ugc-reviews-container:not(.carousel-mode) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}
@media (max-width: 768px) {
  .ugc-reviews-container:not(.carousel-mode) {
    grid-template-columns: 1fr;
  }
}
.ugc-reviews-container.carousel-mode {
  overflow: hidden;
  border-radius: 16px;
}

.reviews-carousel-wrapper {
  position: relative;
  width: 100%;
  background: var(--color-surface, #fff);
  border: 2px solid var(--color-border);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: var(--shadow-low);
}

.reviews-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.reviews-carousel-track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.review-item {
  flex: 0 0 100%;
  background: var(--color-surface, #fff);
  padding: 40px;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: none;
}
.review-item.carousel-item {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .review-item.carousel-item {
    min-height: 240px;
    padding: 32px 24px;
  }
}
@media (max-width: 480px) {
  .review-item.carousel-item {
    min-height: 200px;
    padding: 24px 20px;
  }
}

.review-content-wrapper {
  text-align: center;
  max-width: 600px;
  width: 100%;
  position: relative;
}

.review-quote-icon {
  color: var(--primary);
  margin-bottom: 24px;
  opacity: 0.6;
}
.review-quote-icon svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  .review-quote-icon svg {
    width: 28px;
    height: 28px;
  }
}

.review-content {
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-text);
  font-weight: 400;
  margin-bottom: 32px;
  font-style: italic;
  position: relative;
}
@media (max-width: 768px) {
  .review-content {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .review-content {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.review-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.review-author {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-title);
  margin: 0;
}
@media (max-width: 768px) {
  .review-author {
    font-size: 15px;
  }
}

.review-rate {
  color: #fbbf24;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 20px;
  margin: 0;
}
@media (max-width: 768px) {
  .review-rate {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.reviews-carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-surface, #fff);
  border: 2px solid var(--color-border);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: none;
  z-index: 10;
  color: var(--primary);
  box-shadow: var(--shadow-low);
}
@media (max-width: 768px) {
  .reviews-carousel-nav {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 480px) {
  .reviews-carousel-nav {
    width: 40px;
    height: 40px;
  }
  .reviews-carousel-nav svg {
    width: 16px;
    height: 16px;
  }
}
.reviews-carousel-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.reviews-carousel-nav.reviews-carousel-prev {
  left: 16px;
}
@media (max-width: 480px) {
  .reviews-carousel-nav.reviews-carousel-prev {
    left: 12px;
  }
}
.reviews-carousel-nav.reviews-carousel-next {
  right: 16px;
}
@media (max-width: 480px) {
  .reviews-carousel-nav.reviews-carousel-next {
    right: 12px;
  }
}

.reviews-carousel-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 24px;
  background: var(--color-surface, #fff);
  border-top: 1px solid var(--color-border);
}
@media (max-width: 768px) {
  .reviews-carousel-pagination {
    padding: 20px;
    gap: 10px;
  }
}

.reviews-carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 16px;
  margin: 0 2px;
  position: relative;
}
.reviews-carousel-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--color-border);
  background: transparent;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .reviews-carousel-dot {
    padding: 17px;
  }
  .reviews-carousel-dot::before {
    width: 10px;
    height: 10px;
  }
}
.reviews-carousel-dot.active::before {
  background: var(--primary);
  border-color: var(--primary);
}
.reviews-carousel-dot {
  border: none;
  background: transparent;
}

@media (max-width: 768px) {
  .reviews-carousel-wrapper {
    border-radius: 12px;
  }
  .reviews-carousel-container {
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  .reviews-carousel-wrapper {
    border-radius: 8px;
  }
  .reviews-carousel-container {
    border-radius: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reviews-carousel-track {
    transition: none;
  }
  .reviews-carousel-nav {
    transition: none;
  }
  .reviews-carousel-dot {
    padding: 17px;
    margin: 0 1px;
  }
}
/* ===== ESTILOS GENERALES ===== */
#site-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.links-link,
.links-link-filled {
  text-decoration: none;
  transition: 0.25s;
  font-weight: 500;
}

/* ==============================
   VERSIÓN ESCRITORIO (MENÚ REAL ADAPTABLE)
   ============================== */
@media (min-width: 768px) {
  #site-links {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    border-bottom: #b5b4b4 solid 1px;
    border-top: #aeaaaa solid 1px;
  }
  .links-item {
    flex: 1;
    text-align: center;
  }
  #site-links .links-link,
  #site-links .links-link-filled {
    display: block;
    padding: 0.6rem 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 1rem;
    color: #333;
    width: 100%;
    cursor: default;
  }
  #site-links .links-link:hover,
  #site-links .links-link-filled:hover {
    color: #333;
    border-bottom: none;
    background: none;
    cursor: default;
    box-shadow: none;
    outline: none;
  }
}
/* =============================
   VERSIÓN MÓVIL (TIPO LINKTREE)
   ============================= */
@media (max-width: 767px) {
  #site-links {
    flex-direction: column;
    gap: 0.75rem;
  }
  .links-item {
    width: 100%;
  }
  .links-link,
  .links-link-filled {
    display: block;
    width: 100%;
    padding: 0.9rem 1rem;
    text-align: center;
    font-weight: 600;
    border-radius: 10px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
  }
}
.tienda-container {
  /* Móvil: scroll horizontal como está */
  display: flex;
  overflow-x: auto;
  gap: 1rem;
}

@media (min-width: 600px) and (max-width: 867px) {
  .tienda-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    overflow-x: unset;
  }
}
@media (min-width: 868px) {
  .tienda-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    overflow-x: unset;
  }
}
.has-icon {
  display: flex;
  align-items: center;
  -moz-column-gap: var(--btn-gap, 0.75rem);
       column-gap: var(--btn-gap, 0.75rem);
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.normal {
  font-style: normal;
}

.italic {
  font-style: italic;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.fs-1 {
  font-size: 1.7rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-3 {
  font-size: 1.5rem;
}

.fs-4 {
  font-size: 1.25rem;
}

.fs-5 {
  font-size: 1.125rem;
}

.fs-6 {
  font-size: 1rem;
}

.fs-7 {
  font-size: 0.875rem;
}

.fs-8 {
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .s\:fs-1 {
    font-size: 1.7rem;
  }
  .s\:fs-2 {
    font-size: 2rem;
  }
  .s\:fs-3 {
    font-size: 1.5rem;
  }
  .s\:fs-4 {
    font-size: 1.25rem;
  }
  .s\:fs-5 {
    font-size: 1.125rem;
  }
  .s\:fs-6 {
    font-size: 1rem;
  }
  .s\:fs-7 {
    font-size: 0.875rem;
  }
  .s\:fs-8 {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .m\:fs-1 {
    font-size: 1.7rem;
  }
  .m\:fs-2 {
    font-size: 2rem;
  }
  .m\:fs-3 {
    font-size: 1.5rem;
  }
  .m\:fs-4 {
    font-size: 1.25rem;
  }
  .m\:fs-5 {
    font-size: 1.125rem;
  }
  .m\:fs-6 {
    font-size: 1rem;
  }
  .m\:fs-7 {
    font-size: 0.875rem;
  }
  .m\:fs-8 {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .l\:fs-1 {
    font-size: 1.7rem;
  }
  .l\:fs-2 {
    font-size: 2rem;
  }
  .l\:fs-3 {
    font-size: 1.5rem;
  }
  .l\:fs-4 {
    font-size: 1.25rem;
  }
  .l\:fs-5 {
    font-size: 1.125rem;
  }
  .l\:fs-6 {
    font-size: 1rem;
  }
  .l\:fs-7 {
    font-size: 0.875rem;
  }
  .l\:fs-8 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .xl\:fs-1 {
    font-size: 1.7rem;
  }
  .xl\:fs-2 {
    font-size: 2rem;
  }
  .xl\:fs-3 {
    font-size: 1.5rem;
  }
  .xl\:fs-4 {
    font-size: 1.25rem;
  }
  .xl\:fs-5 {
    font-size: 1.125rem;
  }
  .xl\:fs-6 {
    font-size: 1rem;
  }
  .xl\:fs-7 {
    font-size: 0.875rem;
  }
  .xl\:fs-8 {
    font-size: 0.75rem;
  }
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.o-auto {
  overflow: auto;
}

.o-hidden {
  overflow: hidden;
}

.ox-auto {
  overflow-x: auto;
}

.ox-hidden {
  overflow-x: hidden;
}

.oy-auto {
  overflow-y: auto;
}

.oy-hidden {
  overflow-y: hidden;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.none {
  display: none;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.row {
  flex-direction: row;
}

.column {
  flex-direction: column;
}

@media (min-width: 576px) {
  .s\:row {
    flex-direction: row;
  }
  .s\:column {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .m\:row {
    flex-direction: row;
  }
  .m\:column {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .l\:row {
    flex-direction: row;
  }
  .l\:column {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .xl\:row {
    flex-direction: row;
  }
  .xl\:column {
    flex-direction: column;
  }
}
.wrap {
  flex-wrap: wrap;
}

.wrap-reverse {
  flex-wrap: wrap-reverse;
}

.nowrap {
  flex-wrap: nowrap;
}

.flex-1 {
  flex: 1 1 0;
}

.flex-auto {
  flex: auto;
}

.flex-initial {
  flex: initial;
}

.flex-none {
  flex: none;
}

.auto-fill {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--cols-min, 16rem)), 1fr));
}

.auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--cols-min, 16rem)), 1fr));
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.g-0\.25 {
  gap: 0.25rem;
}

.g-0\.5 {
  gap: 0.5rem;
}

.g-0\.75 {
  gap: 0.75rem;
}

.g-0\.875 {
  gap: 0.875rem;
}

.g-1 {
  gap: 1rem;
}

.g-1\.25 {
  gap: 1.25rem;
}

.g-1\.5 {
  gap: 1.5rem;
}

.g-1\.75 {
  gap: 1.75rem;
}

.g-2 {
  gap: 2rem;
}

.g-2\.5 {
  gap: 2.5rem;
}

.g-3 {
  gap: 3rem;
}