@charset "UTF-8";
/* 
 * NUEVOS ESTILOS - LA RESISTENCIA
 * Basado en prototype-login.html y variables de custom.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Gobold";
  font-style: normal;
  font-weight: 900;
  src: local("Gobold Extra2 Regular"), url("../fonts/Gobold Extra2.woff") format("woff");
}
body {
  background-color: #fbf5eb !important;
  font-family: "Inter";
  color: #2d241f;
  -webkit-font-smoothing: antialiased;
}

* {
  font-family: "Inter";
}

a,
a:active,
a:hover {
  text-decoration: none !important;
}

a:visited {
  color: inherit;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-t-60 {
  padding-top: 60px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.p-t-80 {
  padding-top: 80px !important;
}

.p-t-90 {
  padding-top: 90px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-b-60 {
  padding-bottom: 60px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.p-b-80 {
  padding-bottom: 80px !important;
}

.p-b-90 {
  padding-bottom: 90px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-t-2 {
  margin-top: 2px !important;
}

.m-t-4 {
  margin-top: 4px !important;
}

.m-t-6 {
  margin-top: 6px !important;
}

.m-t-8 {
  margin-top: 8px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-t-60 {
  margin-top: 60px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-t-90 {
  margin-top: 90px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-t-110 {
  margin-top: 110px !important;
}

.m-t-120 {
  margin-top: 120px !important;
}

.m-t-130 {
  margin-top: 130px !important;
}

.m-t-140 {
  margin-top: 140px !important;
}

.m-t-150 {
  margin-top: 150px !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-b-110 {
  margin-bottom: 110px !important;
}

.m-b-120 {
  margin-bottom: 120px !important;
}

.m-b-130 {
  margin-bottom: 130px !important;
}

.m-b-140 {
  margin-bottom: 140px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

/* HEADER */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: #fbf5eb;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #eaddcd;
}

.logo {
  font-family: "Gobold";
  font-size: 26px;
  color: #e31826;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.logo img {
  width: 140px;
  height: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-actions .icon-btn:nth-child(1) img {
  padding-top: 2px;
}
.header-actions .icon-btn:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}

.icon-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #e31826;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-btn img {
  padding-top: 6px;
}

/* FIXES GENERALES DE THEME */
#masthead {
  display: none !important;
}

#content.site-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* LOADER GENERAL */
.loader-general {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.loader-general.activo {
  opacity: 1;
  pointer-events: auto;
}
.loader-general i {
  display: block;
  width: 80px;
  height: 80px;
  background: url("../img/isologo-b.svg") center center no-repeat;
  background-size: contain;
  animation: pulse 1s infinite alternate;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}
/* MENU LATERAL */
.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(45, 36, 31, 0.4);
  backdrop-filter: blur(4px);
  z-index: 99997;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.overlay-menu.activo {
  opacity: 1;
  pointer-events: auto;
}

.menu-desplegable {
  position: fixed;
  top: 0;
  right: 0;
  width: 85vw;
  max-width: 320px;
  height: 100dvh;
  background: #ffffff;
  z-index: 99998;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  padding: 30px 24px;
  box-shadow: -8px 0 30px rgba(45, 36, 31, 0.1);
  display: flex;
  flex-direction: column;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.menu-desplegable.desplegado {
  transform: translateX(0);
}
.menu-desplegable .cerrar-menu {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4eee6;
  border-radius: 50%;
  box-shadow: none;
  transition: transform 0.2s, background 0.2s;
}
.menu-desplegable .cerrar-menu img {
  width: 14px;
  filter: brightness(0);
  opacity: 0.4;
  transition: opacity 0.2s;
}
.menu-desplegable .cerrar-menu:hover {
  background: #eaddcd;
  transform: scale(1.05);
}
.menu-desplegable .cerrar-menu:hover img {
  opacity: 0.7;
}
.menu-desplegable .saludo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  margin-top: 10px;
}
.menu-desplegable .saludo .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: #f0eae1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-desplegable .saludo .avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
  /* Para que la vaquita no toque el borde circular */
}
.menu-desplegable .saludo span {
  font-size: 14px;
  color: #7b6f67;
  line-height: 1.3;
}
.menu-desplegable .saludo span strong {
  font-family: "Gobold";
  font-size: 22px;
  color: #2d241f;
  font-weight: normal;
  letter-spacing: 0.5px;
}
.menu-desplegable .menu-navegacion {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
.menu-desplegable .menu-navegacion li a {
  display: flex;
  align-items: center;
  font-family: "Gobold";
  font-size: 22px;
  color: #c0bab7;
  text-decoration: none;
  margin-bottom: 8px;
  padding: 4px 16px;
  border-radius: 12px;
  transition: all 0.2s;
  letter-spacing: 0.5px;
}
.menu-desplegable .menu-navegacion li a:hover, .menu-desplegable .menu-navegacion li a.active {
  background: #fbf5eb;
  color: #e31826;
  transform: translateX(4px);
}
.menu-desplegable .cerrar-sesion {
  color: #7b6f67;
  text-decoration: underline;
  font-family: "Inter";
  font-size: 15px;
  text-align: center;
  margin-top: auto;
  padding: 16px;
  transition: color 0.2s;
}
.menu-desplegable .cerrar-sesion:hover {
  color: #e31826;
}
.menu-desplegable .btn-registro {
  width: 100%;
  background: #e31826;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 16px;
  font-family: "Gobold";
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: transform 0.1s, background 0.2s;
  text-align: center;
  display: block;
  text-decoration: none;
}
.menu-desplegable .btn-registro:hover {
  background: #c41320;
}
.menu-desplegable .btn-instagram {
  width: 100%;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}
.menu-desplegable .btn-instagram:hover {
  opacity: 0.9;
  color: #ffffff;
}

#pantalla-login {
  background-color: #fbf5eb;
  font-family: "Inter";
  color: #2d241f;
  min-height: 100dvh;
  width: 100vw;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#pantalla-login .logo {
  width: 180px;
  max-width: 100%;
  margin-bottom: 40px;
  margin-top: -10px;
  height: auto;
}
#pantalla-login .auth-container {
  width: 100%;
  position: relative;
}
#pantalla-login .auth-viewport {
  display: flex;
  width: 200%;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#pantalla-login .auth-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
}
#pantalla-login .auth-panel > * {
  max-width: 400px;
  width: 100%;
}
#pantalla-login .auth-container.show-register .auth-viewport {
  transform: translateX(-50%);
}
#pantalla-login .titulo-login {
  font-family: "Gobold";
  font-size: 30px;
  color: #e31826;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
  font-weight: normal;
  text-align: center;
}
#pantalla-login .auth-error,
#pantalla-login .som-password-error-message {
  width: 100%;
  background: #ffebe9;
  border: 1px solid #e31826;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
  text-align: center;
  color: #e31826;
  font-size: 14px;
  font-weight: 500;
}
#pantalla-login .som-password-sent-message {
  width: 100%;
  background: #eaf5e9;
  border: 1px solid #4caf50;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
  text-align: center;
  color: #2e7d32;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.1);
}
#pantalla-login .form-login {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
#pantalla-login .form-login .form-group {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
#pantalla-login .form-login .input-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  fill: #999;
  z-index: 2;
  pointer-events: none;
}
#pantalla-login .form-login input[type=text],
#pantalla-login .form-login input[type=password],
#pantalla-login .form-login input[type=email] {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eaddcd;
  padding: 16px 20px 16px 48px;
  border-radius: 50px;
  font-family: "Inter";
  font-size: 15px;
  color: #2d241f;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  background-image: none;
}
#pantalla-login .form-login input[type=text]::placeholder,
#pantalla-login .form-login input[type=password]::placeholder,
#pantalla-login .form-login input[type=email]::placeholder {
  color: #999;
}
#pantalla-login .form-login input[type=text]:focus,
#pantalla-login .form-login input[type=password]:focus,
#pantalla-login .form-login input[type=email]:focus {
  outline: none;
  border-color: #e31826;
  box-shadow: 0 0 0 2px rgba(227, 24, 38, 0.1);
}
#pantalla-login .link-olvide {
  color: #e31826;
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 32px;
  display: block;
  text-align: center;
  text-underline-offset: 3px;
}
#pantalla-login .link-olvide:hover {
  color: #c41320;
}
#pantalla-login .auth-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 24px auto;
  color: #e31826;
  font-size: 12px;
}
#pantalla-login .auth-separator span {
  opacity: 0.8;
}
#pantalla-login .span-rojo {
  font-size: 15px;
  color: #7b6f67;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}
#pantalla-login .shortcode-container {
  width: 100%;
}
#pantalla-login .shortcode-container h1,
#pantalla-login .shortcode-container h2,
#pantalla-login .shortcode-container h3,
#pantalla-login .shortcode-container h4,
#pantalla-login .shortcode-container h5,
#pantalla-login .shortcode-container h6 {
  font-family: "Gobold";
  font-size: 32px;
  color: #e31826;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  font-weight: normal;
  text-align: center;
}
#pantalla-login .shortcode-container p {
  font-size: 15px;
  color: #7b6f67;
  margin-bottom: 24px;
  text-align: center;
}
#pantalla-login .shortcode-container label {
  display: none;
}
#pantalla-login .shortcode-container .form-row {
  margin-bottom: 24px;
  width: 100%;
}
#pantalla-login .shortcode-container input[type=text],
#pantalla-login .shortcode-container input[type=email],
#pantalla-login .shortcode-container input[name=user_login] {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eaddcd;
  padding: 16px 20px;
  border-radius: 50px;
  font-family: "Inter";
  font-size: 15px;
  color: #2d241f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  text-align: left;
  margin-bottom: 8px;
}
#pantalla-login .shortcode-container input[type=text]:focus,
#pantalla-login .shortcode-container input[type=email]:focus,
#pantalla-login .shortcode-container input[name=user_login]:focus {
  outline: none;
  border-color: #e31826;
  box-shadow: 0 0 0 2px rgba(227, 24, 38, 0.1);
}
#pantalla-login .shortcode-container button,
#pantalla-login .shortcode-container input[type=submit],
#pantalla-login .shortcode-container .button {
  width: 100%;
  background: #e31826;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 16px;
  font-family: "Gobold";
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: transform 0.1s;
  box-shadow: 0 4px 12px rgba(227, 24, 38, 0.25);
  margin-bottom: 24px;
  margin-top: 8px;
  display: block;
  text-transform: uppercase;
}
#pantalla-login .shortcode-container button:hover,
#pantalla-login .shortcode-container input[type=submit]:hover,
#pantalla-login .shortcode-container .button:hover {
  background: #c41320;
}

.btn-resist-primary {
  width: 100%;
  background: #e31826;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 16px;
  font-family: "Gobold";
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: transform 0.1s;
  box-shadow: 0 4px 12px rgba(227, 24, 38, 0.25);
  margin-bottom: 24px;
  margin-top: 8px;
  display: block;
  text-transform: uppercase;
}
.btn-resist-primary.btn-guardar-perfil {
  margin-bottom: 0;
}
.btn-resist-primary:hover {
  background: #c41320;
  color: #ffffff;
}
.btn-resist-primary:visited {
  color: #ffffff;
}
.btn-resist-primary:active {
  transform: scale(0.98);
  box-shadow: 0 2px 6px rgba(227, 24, 38, 0.2);
  text-decoration: none;
}
.btn-resist-primary.btn-alt-color {
  background: #f69c3a;
  box-shadow: 0 4px 12px rgba(246, 156, 58, 0.25);
}
.btn-resist-primary.btn-alt-color:hover {
  background: #e58b29;
  color: #ffffff;
}
.btn-resist-primary.btn-alt-color:visited {
  color: #ffffff;
}
.btn-resist-primary.btn-alt-color:active {
  box-shadow: 0 2px 6px rgba(246, 156, 58, 0.2);
}

.btn-resist-outline {
  width: 100%;
  background: transparent;
  border: 2px solid #e31826;
  color: #e31826;
  padding: 16px;
  border-radius: 50px;
  font-family: "Gobold";
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
}
.btn-resist-outline:visited {
  color: #e31826;
}
.btn-resist-outline:hover {
  background: rgba(227, 24, 38, 0.05);
}

.page-title {
  font-family: "Gobold";
  font-size: 28px;
  color: #e31826;
  text-transform: uppercase;
  margin: 8px 0 20px 0;
  border-bottom: 3px solid #f69c3a;
  display: inline-block;
  padding-bottom: 4px;
  letter-spacing: 1px;
  margin-top: 30px;
}

ul.products {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}
ul.products::before, ul.products::after {
  display: none !important;
}
ul.products li.product,
ul.products li {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  clear: both !important;
  background: transparent !important;
}

.product-list {
  padding-bottom: 24px;
  transition: padding-bottom 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

body.has-floating-bar .product-list {
  padding-bottom: 120px;
}

.product-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  gap: 16px;
  box-shadow: 0 4px 12px rgba(45, 36, 31, 0.04), 0 1px 3px rgba(45, 36, 31, 0.02);
  align-items: center;
  transition: transform 0.2s ease;
  cursor: pointer;
}
.product-card:active {
  transform: scale(0.98);
}

.product-img-container {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  background: #f0eae1;
}
.product-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-badge {
  position: absolute;
  bottom: 6px;
  left: 6px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  color: white;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.product-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 96px;
  min-width: 0;
}
.product-details > div:first-child {
  min-width: 0;
  overflow: hidden;
}

.product-title {
  font-family: "Gobold";
  font-size: 19px;
  color: #e31826;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 3px;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-desc {
  font-size: 13px;
  color: #7b6f67;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}

.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-price {
  font-size: 18px;
  font-weight: 700;
  color: #f69c3a;
}

/* SELECTOR DE CANTIDAD */
.quantity-selector {
  display: flex;
  align-items: center;
  background: #fbf5eb;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #eaddcd;
}

.qty-btn {
  background: #fbf5eb;
  border: none;
  color: #f69c3a;
  width: 34px;
  height: 34px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  padding: 0;
  line-height: 1;
  user-select: none;
}
.qty-btn:active {
  background: #eaddcd;
}

.qty-input {
  width: 30px !important;
  text-align: center !important;
  border: none !important;
  background: transparent !important;
  font-family: "Inter" !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #2d241f !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-appearance: textfield;
}
.qty-input::-webkit-outer-spin-button, .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* BARRA INFERIOR FLOTANTE */
.floating-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  padding: 16px 20px 24px 20px;
  box-shadow: 0 -4px 20px rgba(45, 36, 31, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  z-index: 999;
  transform: translateY(150%);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}
.floating-bar.activo {
  transform: translateY(0);
}
.floating-bar.is-loading {
  overflow: hidden;
}
.floating-bar.is-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -35%;
  width: 35%;
  height: 4px;
  background: #e31826;
  z-index: 10;
  animation: indeterminate 1s ease-in-out infinite;
}
.floating-bar.is-loading .total-amount {
  opacity: 0.4;
  transition: opacity 0.2s;
}
.floating-bar.is-loading .btn-cart {
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all 0.2s;
  pointer-events: none;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    width: 35%;
  }
  50% {
    width: 50%;
  }
  100% {
    left: 100%;
    width: 35%;
  }
}
.total-block {
  display: flex;
  flex-direction: column;
}

.total-label {
  font-size: 12px;
  color: #7b6f67;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700;
  margin-bottom: -8px;
}

.total-amount {
  font-size: 24px;
  font-weight: 800;
  color: #e31826;
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.btn-cart {
  padding: 19px;
  margin: 0;
  font-size: 19px;
  line-height: 19px;
  width: auto;
  display: inline-block;
}

#lostpasswordform .titulo-login {
  margin-bottom: 0;
}

/* MODAL DE PRODUCTO (BOTTOM SHEET STYLE) MEJORADO */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 36, 31, 0.6);
  /* Fondo oscuro semitransparente */
  backdrop-filter: blur(4px);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Alinea el modal abajo */
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.modal-overlay.activo {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}

.modal-content {
  background: #fbf5eb;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  /* Efecto rebote sutil */
  position: relative;
}

.modal-overlay.activo .modal-content {
  transform: translateY(0);
}

/* Botón de cerrar más sutil, fuera de la imagen pero visible */
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #2d241f;
  z-index: 60;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.modal-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.modal-body {
  padding: 24px 20px 32px 20px;
}

.modal-title {
  font-family: "Gobold";
  font-size: 32px;
  color: #e31826;
  line-height: 1.1;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.modal-desc {
  font-size: 15px;
  color: #7b6f67;
  margin-bottom: 20px;
  line-height: 1.5;
}

.modal-price {
  font-size: 26px;
  font-weight: 800;
  color: #f69c3a;
  margin-bottom: 24px;
}

.modal-action {
  display: flex;
  gap: 16px;
  align-items: center;
}

.modal-action .btn-resist-primary {
  flex-grow: 1;
  text-align: center;
  margin: 0;
  padding: 14px 20px;
}

.modal-action .quantity-selector {
  height: 52px;
  border-radius: 50px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120px;
  flex-shrink: 0;
  border: 1px solid #eaddcd;
}

.modal-action .qty-btn {
  width: 40px;
  height: 100%;
  font-size: 24px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f69c3a;
}

.modal-action .qty-input {
  width: 40px !important;
  font-size: 18px !important;
  padding: 0 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-mini {
  display: inline-block;
  margin-right: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
  margin-top: -2px;
}

.back-to-top-wrapper {
  display: flex;
  justify-content: center;
  padding: 15px 0 0px 0;
}

.btn-back-to-top {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffffff;
  color: #7b6f67;
  border: 1px solid #eaddcd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(45, 36, 31, 0.04);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.2), background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.btn-back-to-top svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.5;
}
.btn-back-to-top:hover {
  transform: translateY(-4px);
  background: #fbf5eb;
  color: #e31826;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(45, 36, 31, 0.08);
}
.btn-back-to-top:active {
  transform: translateY(0) scale(0.95);
}

.pageloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #feedd3;
}
.pageloader i {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0;
  background-position: center;
  background-size: 60px;
  background-repeat: no-repeat;
  background-image: url("../img/isologo.svg");
}
.pageloader i:before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background-image: url("../img/loader.svg");
  background-size: 120px;
  background-position: center;
  background-repeat: no-repeat;
  animation: spinclean 1.5s linear infinite;
}

@keyframes spinclean {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cart-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 8px;
}
.cart-header-wrapper .page-title {
  margin: 0;
}

.page-finalizar-pedido .cart-header-wrapper {
  margin-bottom: 20px;
}

.page-finalizar-pedido .p-cuerpo {
  font-size: 14px;
  line-height: 17px;
  opacity: 0.7;
  margin-bottom: 30px;
}

.volver-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: 1px solid #eaddcd;
  border-radius: 50%;
  color: #e31826;
  transition: all 0.2s;
  text-decoration: none;
  flex-shrink: 0;
  transform: translateY(-3px);
}
.volver-btn:visited, .volver-btn:active {
  color: #e31826;
}
.volver-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}
.volver-btn:hover {
  background-color: rgba(227, 24, 38, 0.05);
  border-color: #e31826;
  transform: translate(0, -3px);
}

.cart-items-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 10px;
}

.cart-item-row {
  padding: 12px 0;
  display: flex;
  gap: 16px;
  align-items: center;
}
.cart-item-row:not(:first-child) {
  border-top: 1px solid #eaddcd;
}

.cart-item-img-small {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0eae1;
}
.cart-item-img-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-info-compact {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cart-item-title-small {
  font-family: "Gobold";
  font-size: 16px;
  color: #e31826;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 4px;
}

.cart-item-price-small {
  font-size: 15px;
  font-weight: 400;
  color: #848484;
}

.cart-item-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.quantity-selector-small {
  display: flex;
  align-items: center;
  background: #fbf5eb;
  border-radius: 50px;
  border: 1px solid #eaddcd;
  height: 32px;
}
.quantity-selector-small .qty-btn {
  width: 28px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f69c3a;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}
.quantity-selector-small .qty-input {
  width: 24px;
  height: 100%;
  border: none;
  background: transparent;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #2d241f;
  padding: 0;
  -moz-appearance: textfield;
}
.quantity-selector-small .qty-input::-webkit-outer-spin-button, .quantity-selector-small .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-delete-item {
  background: transparent;
  border: none;
  color: #999;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
}
.btn-delete-item svg {
  width: 18px;
  height: 18px;
}
.btn-delete-item:hover {
  color: #e31826;
  background: #fef0f0;
}

.subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
  border-top: 2px dashed #eaddcd;
  border-bottom: 2px dashed #eaddcd;
  margin-top: 16px;
}
.subtotal-row span {
  font-family: "Gobold";
  font-size: 18px;
  color: #7b6f67;
  text-transform: uppercase;
}
.subtotal-row .subtotal-amount {
  font-size: 18px;
  color: #7b6f67;
  font-weight: 600;
  font-family: "Inter";
}
.subtotal-row .subtotal-amount span {
  font-family: "Inter";
  font-weight: 300;
}

.btn-resist-outline-small {
  display: inline-block;
  background: transparent;
  border: 1px solid #e31826;
  color: #e31826;
  padding: 10px 24px;
  border-radius: 50px;
  font-family: "Gobold";
  font-size: 15px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-resist-outline-small:visited {
  color: #e31826;
}
.btn-resist-outline-small:hover {
  background: rgba(227, 24, 38, 0.05);
  color: #e31826;
}

.loader-general {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 36, 31, 0.7);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}
.loader-general.activo {
  visibility: visible;
  opacity: 1;
}
.loader-general i {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("../img/isologo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  animation: cowSpin 1.5s infinite linear;
}

@keyframes cowSpin {
  0% {
    transform: scale(0.9) rotate(0deg);
    opacity: 0.8;
  }
  50% {
    transform: scale(1) rotate(10deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.9) rotate(0deg);
    opacity: 0.8;
  }
}
.lista-metodo-envio {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lista-metodo-envio .shipping-option-card {
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 4px rgba(45, 36, 31, 0.02);
  position: relative;
}
.lista-metodo-envio .shipping-option-card:hover {
  box-shadow: 0 4px 8px rgba(45, 36, 31, 0.05);
  transform: translateY(-1px);
}
.lista-metodo-envio .shipping-option-card.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: #fcfcfc;
}
.lista-metodo-envio .shipping-option-card:has(input[type=radio]:checked) {
  border-color: #e31826;
  background: #fffcfc;
}
.lista-metodo-envio .shipping-option-card:has(input[type=radio]:checked) .shipping-radio input[type=radio] {
  border-color: #e31826;
}
.lista-metodo-envio .shipping-option-card:has(input[type=radio]:checked) .shipping-radio input[type=radio]::after {
  transform: scale(1);
}
.lista-metodo-envio .shipping-option-card .shipping-radio {
  padding-top: 4px;
}
.lista-metodo-envio .shipping-option-card .shipping-radio input[type=radio] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
  transition: border-color 0.2s;
}
.lista-metodo-envio .shipping-option-card .shipping-radio input[type=radio]::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e31826;
  transform: scale(0);
  transition: transform 0.2s;
}
.lista-metodo-envio .shipping-option-card div:nth-child(2) h4 {
  margin: 0 0 6px 0;
  font-family: "Gobold";
  font-size: 18px;
  color: #e31826;
  line-height: 1.2;
}
.lista-metodo-envio .shipping-option-card div:nth-child(2) h4 span.retiro-distrito {
  color: #e31826;
  font-size: 18px;
  width: auto !important;
}
.lista-metodo-envio .shipping-option-card div:nth-child(2) span {
  font-size: 14px;
  color: #7b6f67;
  line-height: 1.4;
  display: inline-block;
}
.lista-metodo-envio .shipping-option-card div:nth-child(2) span strong {
  color: #2d241f;
}
.lista-metodo-envio .shipping-option-card div:nth-child(2) span.nota-delivery {
  font-size: 13px;
  font-family: "Inter";
  margin-bottom: 2px;
  display: block;
}
.lista-metodo-envio .shipping-option-card div:nth-child(2) span {
  display: inline-block;
  width: 100%;
}

.hr-finalizar-pedido {
  border: none;
  border-top: 1px dashed #eaddcd;
  margin: 20px 0;
}

.success-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 0 16px 0;
}

.check-circle {
  width: 80px;
  height: 80px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
  animation: popIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.check-circle svg {
  width: 40px;
  height: 40px;
  fill: white;
}

.success-title {
  font-family: "Gobold";
  font-size: 32px;
  color: #e31826;
  margin-bottom: 8px;
  line-height: 1.1;
  margin-top: 0;
  text-transform: uppercase;
}

.success-subtitle {
  font-size: 15px;
  color: #7b6f67;
  max-width: 296px;
  line-height: 1.4;
  margin-bottom: 24px;
}

.info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(45, 36, 31, 0.04), 0 1px 3px rgba(45, 36, 31, 0.02);
}
.info-card.bank-details {
  background: rgba(246, 156, 58, 0.05);
  border: 1px dashed #f69c3a;
}
.info-card.bank-details .card-title {
  border-bottom: none;
  margin-bottom: 8px;
  color: #f69c3a;
}

.card-title {
  font-family: "Gobold";
  font-size: 20px;
  color: #e31826;
  margin-bottom: 16px;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px solid #eaddcd;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.bank-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.bank-row:last-child {
  margin-bottom: 0;
}

.bank-label {
  font-size: 12px;
  color: #7b6f67;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.bank-value {
  font-size: 18px;
  font-weight: 700;
  color: #2d241f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copy-btn {
  background: white;
  border: 1px solid #eaddcd;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 12px;
  color: #2d241f;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
}
.copy-btn:hover {
  background: #fbf5eb;
}

.summary-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.summary-col {
  display: flex;
  flex-direction: column;
}

.summary-label {
  font-size: 12px;
  color: #7b6f67;
}

.summary-val {
  font-weight: 700;
  font-size: 15px;
}

.item-list {
  border-top: 1px solid #eaddcd;
  padding-top: 16px;
}

.item-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
}

.item-name {
  color: #2d241f;
  font-weight: 500;
}

.item-qty {
  color: #7b6f67;
  margin-right: 4px;
}

.item-price {
  font-weight: 600;
}

.total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px dashed #eaddcd;
  margin-top: 8px;
  padding-top: 16px;
}
.total-row .total-label {
  font-family: "Gobold";
  font-size: 20px;
  color: #2d241f;
  text-transform: uppercase;
}
.total-row .total-amount {
  font-size: 24px;
  font-weight: 800;
  color: #e31826;
}

.detail-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.detail-row:last-child {
  margin-bottom: 0;
}

.detail-icon {
  width: 20px;
  opacity: 0.5;
  margin-top: 2px;
}

.detail-content p {
  font-size: 14px;
  line-height: 1.4;
  color: #2d241f;
  margin: 0;
}
.detail-content p strong {
  font-weight: 600;
}

.btn-wsp {
  width: 100%;
  background: #25D366;
  color: white;
  border: none;
  padding: 16px;
  border-radius: 50px;
  font-family: "Gobold";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 1px;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-wsp:active, .btn-wsp:visited {
  color: white;
}
.btn-wsp:hover {
  transform: scale(0.98);
  background: #128C7E;
  color: white;
}
.btn-wsp svg {
  width: 24px;
  height: 24px;
  fill: white;
}

@keyframes popIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.cambio-distrito-direccion {
  display: inline-block;
  color: #f69c3a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
}
.cambio-distrito-direccion:visited, .cambio-distrito-direccion:active {
  color: #f69c3a;
}
.cambio-distrito-direccion:hover {
  color: rgb(241.9466019417, 131.4126213592, 11.0533980583);
}

.campos-finalizar-pedido p,
.campos-finalizar-pedido > div {
  margin-bottom: 20px;
}
.campos-finalizar-pedido p label,
.campos-finalizar-pedido > div label {
  display: block;
  font-size: 13px;
  color: #7b6f67;
  margin-bottom: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.campos-finalizar-pedido p .text-input,
.campos-finalizar-pedido > div .text-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #eaddcd;
  border-radius: 12px;
  background: #ffffff;
  font-family: "Inter";
  font-size: 15px;
  color: #2d241f;
  transition: all 0.2s;
}
.campos-finalizar-pedido p .text-input:focus,
.campos-finalizar-pedido > div .text-input:focus {
  outline: none;
  border-color: #e31826;
  box-shadow: 0 0 0 3px rgba(227, 24, 38, 0.1);
}
.campos-finalizar-pedido p .text-input::placeholder,
.campos-finalizar-pedido > div .text-input::placeholder {
  color: #bfaea2;
}
.campos-finalizar-pedido p select.text-input,
.campos-finalizar-pedido > div select.text-input {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e31826' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
}
.campos-finalizar-pedido p textarea.text-input,
.campos-finalizar-pedido > div textarea.text-input {
  min-height: 100px;
  resize: vertical;
}

.popup-pedido {
  position: fixed;
  bottom: 0;
  transform: translateY(150%);
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 -4px 20px rgba(45, 36, 31, 0.08);
  padding: 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 999;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.popup-pedido.activo {
  transform: translateY(0);
}
.popup-pedido .btn-finalizar {
  display: block;
  width: 100%;
  background: #e31826;
  color: #ffffff;
  border: none;
  padding: 19px;
  border-radius: 50px;
  font-family: "Gobold";
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.popup-pedido .btn-finalizar:hover {
  background: #c41320;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(227, 24, 38, 0.2);
}
.popup-pedido .btn-finalizar:disabled {
  background: #e0e0e0;
  color: #999;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.product-card.is-pack {
  border: 1px solid rgba(229, 5, 32, 0.3);
  background: linear-gradient(145deg, #ffffff, #fffdfa);
  box-shadow: 0 2px 8px rgba(229, 5, 32, 0.15);
}
.product-card.is-pack .product-title {
  color: #e31826;
  align-items: center;
}

.pack-cow {
  width: 21px;
  height: 21px;
  color: #e31826;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 450px) {
  .pack-cow {
    margin-top: -9px;
  }
}
.header-with-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.header-with-order .page-title {
  margin-bottom: 0;
}

.btn-order {
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #e31826;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  outline: none;
}
.btn-order:hover {
  transform: scale(1.1);
}
.btn-order svg {
  width: 24px;
  height: 24px;
}

.order-dropdown {
  margin-top: 23px;
}
.order-dropdown .dropdown-menu {
  border-radius: 16px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  margin-top: 8px;
}
.order-dropdown .dropdown-menu .dropdown-item {
  font-family: "Inter";
  font-size: 14px;
  color: #2d241f;
  padding: 8px 20px;
}
.order-dropdown .dropdown-menu .dropdown-item:hover, .order-dropdown .dropdown-menu .dropdown-item.active {
  background: rgba(229, 5, 32, 0.05);
  color: #e31826;
  font-weight: 600;
}

.page-mis-pedidos .cart-header-wrapper {
  margin-bottom: 20px;
}

.listado-pedidos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-pedido {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border: 1px solid #eaddcd;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-pedido .pedido-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dashed #eaddcd;
  padding-bottom: 12px;
}
.card-pedido .pedido-header .pedido-id {
  font-family: "Gobold";
  font-size: 20px;
  color: #2d241f;
}
.card-pedido .pedido-header .pedido-fecha {
  font-family: "Inter";
  font-size: 14px;
  color: #7b6f67;
  font-weight: 500;
}
.card-pedido .pedido-estado {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  align-self: flex-start;
}
.card-pedido .pedido-estado.estado-pendiente {
  background: rgba(246, 156, 58, 0.1);
  color: #f69c3a;
}
.card-pedido .pedido-estado.estado-procesando {
  background: rgba(52, 152, 219, 0.1);
  color: #3498db;
}
.card-pedido .pedido-estado.estado-completo {
  background: rgba(46, 204, 113, 0.1);
  color: #2ecc71;
}
.card-pedido .pedido-estado.estado-cancelado {
  background: rgba(149, 165, 166, 0.1);
  color: #95a5a6;
}
.card-pedido .pedido-productos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card-pedido .pedido-productos ul li {
  font-family: "Inter";
  font-size: 14px;
  color: #2d241f;
}
.card-pedido .pedido-productos ul li .qty {
  font-weight: 700;
  color: #e31826;
  margin-right: 4px;
}
.card-pedido .pedido-productos .vermas {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #e31826;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
.card-pedido .pedido-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid #eaddcd;
}
.card-pedido .pedido-footer .metodo-pago {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #7b6f67;
  font-weight: 500;
  max-width: 65%;
}
.card-pedido .pedido-footer .metodo-pago svg {
  width: 16px;
  height: 16px;
  color: #f69c3a;
  flex-shrink: 0;
}
.card-pedido .pedido-footer .total-pedido {
  font-family: "Gobold";
  font-size: 24px;
  color: #e31826;
  line-height: 1;
}

.no-mostrar {
  display: none !important;
}

.vermas-pedidos .ocultar {
  display: none;
}

.input-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.input-row > * {
  flex: 1;
}

.pantalla-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  padding: 20px;
}
.pantalla-404 img.logo-404 {
  width: 100px;
  margin-bottom: 30px;
}
.pantalla-404 h1 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 100px;
  color: #e31826;
  letter-spacing: -2px;
  margin-top: 0;
  line-height: 1;
}
.pantalla-404 .divider {
  width: 40px;
  height: 2px;
  background-color: #f69c3a;
  margin: 0 auto 24px auto;
  border-radius: 2px;
}
.pantalla-404 h2 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #2d241f;
  margin-bottom: 12px;
  margin-top: 0;
}
.pantalla-404 p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #7b6f67;
  margin-bottom: 36px;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.pantalla-404 .btn-resist-primary {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.pantalla-404 .btn-404 {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 48px;
  border-radius: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.mandatory-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background: rgba(45, 36, 31, 0.85);
  backdrop-filter: blur(4px);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.mandatory-modal-content {
  background: #ffffff;
  width: 100%;
  max-width: 500px;
  max-height: 80dvh;
  overflow-y: auto;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  /* Ocultamos cosas del formulario que no sirven en el modal */
}
.mandatory-modal-content #bienvenide .entry-content {
  padding: 0 !important;
}
.mandatory-modal-content .campos-finalizar-pedido {
  padding-bottom: 0 !important;
}
.mandatory-modal-content .modal-title {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Gobold", "Inter", sans-serif;
  font-size: 27px;
  color: #e31826;
}
.mandatory-modal-content .modal-subtitle {
  text-align: center;
  font-size: 16px;
}
.mandatory-modal-content .btn-resist-primary {
  margin-bottom: 0;
}

.alert-new-user {
  background-color: #ffffff !important;
  border: none !important;
  border-left: 4px solid #e31826 !important;
  color: #333;
  padding: 15px;
  border-radius: 4px;
  box-shadow: none !important;
  margin-top: 25px;
  margin-bottom: 20px;
}
.alert-new-user a {
  color: #e31826;
  font-weight: 700;
  text-decoration: underline;
}
.alert-new-user a:hover {
  color: rgb(180.8764940239, 19.1235059761, 30.2788844622);
}

/* 
 * ESTILOS DE RECUPERAR CLAVE / RESET PASSWORD
 */
#password-lost-form-wrap {
  border-radius: 20px;
  width: 100%;
  max-width: 350px;
  margin: 40px auto;
}
#password-lost-form-wrap legend {
  color: #e31826;
  font-family: "Gobold", "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-align: center;
}
#password-lost-form-wrap p {
  font-size: 13px;
  margin-bottom: 15px;
  color: #7b6f67;
  text-align: center;
}
#password-lost-form-wrap .somfrp-lost-pass-form-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  color: #7b6f67;
}
#password-lost-form-wrap input {
  border: 1px solid #eaddcd;
  border-radius: 50px;
  font-size: 15px;
  font-family: "Inter";
  font-weight: 400;
  box-sizing: border-box;
  height: auto;
  display: block;
  padding: 16px 20px;
  background-color: #ffffff !important;
  width: 100%;
  background-image: none !important;
  margin-bottom: 15px;
  color: #2d241f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
#password-lost-form-wrap input::placeholder {
  color: #999;
  opacity: 1;
}
#password-lost-form-wrap input:focus {
  outline: none;
  border-color: #e31826;
  box-shadow: 0 0 0 2px rgba(227, 24, 38, 0.1);
}
#password-lost-form-wrap input[type=password] {
  background-image: none !important;
}
#password-lost-form-wrap label {
  display: none !important;
}
#password-lost-form-wrap {
  /* Fix for the plugin's password toggle eye icons */
}
#password-lost-form-wrap .somfrp-password-wrapper {
  position: relative;
  width: 100%;
}
#password-lost-form-wrap .somfrp-password-wrapper .somfrp-eye-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
#password-lost-form-wrap .somfrp-password-wrapper .somfrp-eye-toggle svg {
  width: 20px;
  height: 20px;
  fill: #cdcdcd;
}
#password-lost-form-wrap .somfrp-password-wrapper .somfrp-eye-toggle .somfrp-eye-off {
  display: none;
}
#password-lost-form-wrap .somfrp-password-wrapper .somfrp-eye-toggle .somfrp-eye {
  display: block;
}
#password-lost-form-wrap .somfrp-password-wrapper .somfrp-eye-toggle.dashicons-visibility .somfrp-eye-off {
  display: block;
}
#password-lost-form-wrap .somfrp-password-wrapper .somfrp-eye-toggle.dashicons-visibility .somfrp-eye {
  display: none;
}
#password-lost-form-wrap .somfrp-password-wrapper input[type=password],
#password-lost-form-wrap .somfrp-password-wrapper input[type=text] {
  padding-right: 50px !important;
}
#password-lost-form-wrap #reset-pass-submit {
  border: none;
  border-radius: 50px;
  background-color: #e31826;
  text-align: center;
  color: #ffffff;
  font-family: "Gobold";
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1px;
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 19px;
  padding: 16px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s;
}
#password-lost-form-wrap #reset-pass-submit:hover {
  background-color: rgb(203.938247012, 21.561752988, 34.1394422311);
}
#password-lost-form-wrap .lostpassword-submit {
  margin-bottom: 0px;
  margin-top: 0px;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  text-align: center;
}
#password-lost-form-wrap .som-password-sent-message {
  box-sizing: border-box;
  background: #e31826;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
#password-lost-form-wrap .som-password-sent-message span {
  font-family: "Inter", sans-serif;
  font-size: 13px !important;
  color: #ffffff !important;
}
#password-lost-form-wrap fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.page-cambiar-clave .no-margin {
  width: 100%;
  margin-bottom: 0;
}
.page-cambiar-clave #password-lost-form-wrap .somfrp-password-wrapper .somfrp-eye-toggle {
  top: 36%;
  box-shadow: none !important;
}/*# sourceMappingURL=new_resist.css.map */