@charset "UTF-8";
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  width: 100%;
  border-radius: 6px;
  border: 1.5px solid rgba(13, 33, 55, 0.1);
  background: #f0f6ff;
  color: #0d2137;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 9px 24px 9px 70px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 10px;
  background: #0095E8;
  border-radius: 0;
  height: 69%;
  width: 10%;
  border-radius: 6px 0 0 6px;
  left: 10px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
  background-color: #0d2137;
  border-radius: 0;
  box-shadow: none;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  right: 10px;
  border-radius: 0 6px 6px 0;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  height: 15px;
  width: 15px;
}

.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path, .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path, .dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path, .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: #ffffff;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
  background: #e0e9f6;
}

.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp, .dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp {
  border-radius: 0 0 5px 5px;
  background: #ffffff;
  border: 1px solid #d4d4d4;
}

.wp-block-woocommerce-customer-account a:hover {
  text-decoration: none !important;
}

.post, .page {
  margin: 0;
}

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

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

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

.padding-80-top-bottom {
  padding: 80px 0;
}

.padding-40-top-bottom {
  padding: 40px 0;
}

.form-submit .submit {
  background: #0D2137;
  color: white;
  padding: 13px 26px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.form-submit .submit:hover, .form-submit .submit:visited, .form-submit .submit:active {
  color: white;
}
.form-submit .submit:hover {
  border-color: #33AEFF;
  background: #163352;
}

.btn-primary {
  background: #F5A623;
  color: #0D2137;
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 10px auto;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(245, 166, 35, 0.35);
}
.btn-primary:visited {
  color: #0D2137;
}
.btn-primary:hover {
  background: #FFBE4F;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(245, 166, 35, 0.45);
}

.btn-secondary {
  background: transparent;
  color: white;
  padding: 13px 26px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.btn-secondary:hover, .btn-secondary:visited, .btn-secondary:active {
  color: white;
}
.btn-secondary:hover {
  border-color: #33AEFF;
  color: #33AEFF;
  background: rgba(0, 149, 232, 0.08);
}

.label,
.woocommerce-result-count {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0095E8;
}

.section-title,
.woocommerce-products-header__title.page-title,
.comment-reply-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
  color: #0D2137;
  margin-top: 8px;
}
.section-title:after,
.woocommerce-products-header__title.page-title:after,
.comment-reply-title:after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background: #0095E8;
  margin-top: 12px;
  border-radius: 2px;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
}

.see-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #0095E8 !important;
  text-decoration: none;
  border-bottom: 1.5px solid #0095E8;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
  margin-bottom: 6px;
}
.see-all:visited {
  color: #0095E8 !important;
}
.see-all:hover {
  color: #0D2137 !important;
  border-color: #0D2137;
}
.see-all::after {
  content: " →";
}

/* ── Separador de sección con etiqueta ── */
.section-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  margin-top: 4px;
}

.section-divider-line {
  flex: 1;
  height: 1px;
  background: rgba(13, 33, 55, 0.1);
}

.section-divider-label {
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(13, 33, 55, 0.5);
  font-weight: 500;
  white-space: nowrap;
}

.section-navy {
  background: #0D2137;
}
.section-navy .section-title {
  color: white;
  text-align: center;
  font-size: 44px;
}
.section-navy .section-title:after {
  margin: 12px auto 0;
}

/* ─── ANIMACIONES ─── */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --color-primario: #c13838;
  --color-secundario: #000000;
  --color-terciario: #000000;
  --color-cuaternario: #000000;
  --color-fondo: #000000;
}

body {
  color: var(--color-primario);
  background-color: var(--color-fondo);
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #0095E8;
  transition: color 0.2s;
}
a:visited {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  color: var(--color-primario);
}

p {
  margin: 0;
}

blockquote {
  margin: 28px 0;
  padding: 20px 24px 20px 28px;
  border-left: 4px solid #0095E8;
  background: #F0F6FF;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #3A5068;
}
blockquote p {
  margin: 0 !important;
  line-height: 2.2 !important;
  font-size: 17px !important;
}
blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  color: rgba(13, 33, 55, 0.5);
  letter-spacing: 0.5px;
}

.entry-content p {
  margin: 0 0 18px;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  line-height: 1.9;
  color: #3A5068;
}

.error-404 {
  text-align: center;
  padding: 10vh !important;
}
.error-404 .page-title {
  font-size: 70px;
  padding: 50px;
}
.error-404 .page-content {
  padding: 0 0 50px;
}
.error-404 .page-content .dgwt-wcas-search-wrapp {
  margin: 50px auto;
}

.Announcement {
  background-color: #0d2137;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  padding: 9px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.Announcement-text strong, .Announcement-text a {
  color: #F5A623;
}
.Announcement p {
  margin: 0;
  padding: 0;
}

.Header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: white;
  border-bottom: 1px solid rgba(13, 33, 55, 0.1019607843);
  box-shadow: 0 2px 16px rgba(13, 33, 55, 0.1215686275);
}
@media (max-width: 992px) {
  .Header {
    position: relative;
  }
}
.Header-actions .top-ad-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: space-between;
  align-items: stretch;
}
.Header-actions .Head-Actions {
  text-align: center;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  transition: background 0.2s, color 0.2s;
  color: #3a5068;
}
.Header-actions .Head-Actions:hover {
  background-color: rgba(58, 80, 104, 0.0901960784);
}
.Header-actions .Head-Actions a {
  color: #3a5068;
}
.Header-actions .Head-Actions .wp-block-woocommerce-customer-account span, .Header-actions .Head-Actions .wp-block-woocommerce-customer-account svg, .Header-actions .Head-Actions .wp-block-woocommerce-customer-account a {
  display: block;
  margin: 0 auto;
}
.Header-actions .Head-Actions .wc-block-mini-cart button {
  margin: 0 0 -10px 0;
  padding: 0;
}
.Header-actions .Head-Actions .label, .Header-actions .Head-Actions p {
  align-items: center;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
  position: relative;
}
.Header-actions .Head-Actions:last-child {
  background-color: #25D366;
}
.Header-actions .Head-Actions:last-child a {
  color: white;
}
.Header-main .Logo img, .Header-main .Logo-text {
  display: inline-block;
}
@media (max-width: 992px) {
  .Header-main .Logo img, .Header-main .Logo-text {
    text-align: center;
    display: block;
  }
}
.Header-main .Logo img {
  width: 78px;
}
@media (max-width: 992px) {
  .Header-main .Logo img {
    width: 80px;
  }
}
.Header-main .Logo-text {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0095E8;
  margin-top: 2px;
  margin: 0;
}

.menu {
  margin: 0;
  background: #0d2137;
  padding: 0;
  text-align: center;
}
.menu li {
  position: relative;
  display: inline-block;
}
.menu li a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 8px 16px;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.menu li a:hover {
  background: rgba(255, 255, 255, 0.07);
  color: white;
}

/* Botón oculto en desktop */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

/* Responsive del menú */
@media (min-width: 992px) {
  .menu li.menu-item-has-children {
    transition: all 3s;
  }
  .menu li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .menu li.menu-item-has-children a {
    display: block;
  }
  .menu li.menu-item-has-children a:after {
    font-family: "icomoon";
    content: "\e92f";
    color: #0095E8;
  }
  .menu li.menu-item-has-children .sub-menu {
    display: block;
    transition: all 3s;
    position: absolute;
    background: #263b52;
    left: -45%;
    margin: 0;
    opacity: 0;
    padding: 0;
    text-align: center;
    border: 1px solid black;
    transform: translateY(10px);
    visibility: hidden;
    transition: all 0.25s ease;
  }
  .menu li.menu-item-has-children .sub-menu a {
    border: none;
  }
  .menu li.menu-item-has-children .sub-menu a:after {
    content: none;
  }
}
@media (max-width: 992px) {
  .menu {
    transition: all 0.3s;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
  }
  .menu li {
    display: block;
  }
  .menu.is-open {
    position: fixed;
    background: rgba(13, 33, 55, 0.9803921569);
    display: block;
    box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.368627451);
    width: 60%;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .menu-toggle {
    display: block;
    position: absolute;
    top: 10%;
    right: 10%;
    background-color: #0d2137;
    color: white;
  }
}
.Hero {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 580px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .Hero {
    display: block;
  }
}
.Hero .hero-content {
  position: relative;
  z-index: 1;
}
.Hero-left, .Hero-right {
  display: flex;
}
.Hero-left {
  background: linear-gradient(135deg, rgb(13, 33, 55) 0%, rgb(22, 51, 82) 60%, rgb(30, 68, 112) 100%);
  padding: 80px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.Hero-left:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 149, 232, 0.15) 0%, transparent 65%);
  top: -150px;
  right: -150px;
  pointer-events: none;
}
.Hero-left .hero-pattern {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(255, 255, 255, 0.015) 40px, rgba(255, 255, 255, 0.015) 41px);
  pointer-events: none;
}
.Hero-left .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 149, 232, 0.2);
  border: 1px solid rgba(0, 149, 232, 0.4);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(51, 174, 255);
  font-weight: 600;
  margin-bottom: 24px;
  animation: fadeUp 0.5s both 0.1s;
}
.Hero-left .hero-title {
  font-weight: 900;
  font-size: 58px;
  line-height: 1.04;
  color: white;
  margin-bottom: 10px;
  animation: fadeUp 0.5s both 0.2s;
}
.Hero-left .hero-title strong {
  font-weight: 900;
  color: #F5A623;
}
.Hero-left .hero-tagline {
  font-style: italic;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 24px;
  animation: fadeUp 0.5s both 0.28s;
}
.Hero-left .hero-desc {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  max-width: 420px;
  margin-bottom: 40px;
  animation: fadeUp 0.5s both 0.35s;
}
.Hero-right {
  background: rgb(240, 246, 255);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
  overflow: hidden;
}
.Hero-right:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 47px, rgba(13, 33, 55, 0.04) 47px, rgba(13, 33, 55, 0.04) 48px), repeating-linear-gradient(90deg, transparent, transparent 47px, rgba(13, 33, 55, 0.04) 47px, rgba(13, 33, 55, 0.04) 48px);
}
.Hero-right .hero-product-image {
  overflow: hidden;
}
.Hero-right .books-stage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  padding-bottom: 20px;
}
.Hero-right .books-label {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(13, 33, 55);
  color: white;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 20px;
  white-space: nowrap;
}
.Hero-right .book-3d {
  width: 140px;
  border-radius: 2px 7px 7px 2px;
  box-shadow: 4px 6px 20px rgba(13, 33, 55, 0.3), -1px 0 4px rgba(13, 33, 55, 0.2), inset -3px 0 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}
@media (max-width: 992px) {
  .Hero-right .book-3d {
    width: 105px;
  }
}
.Hero-right .book-3d:nth-child(1) {
  transform: rotate(-4deg) translateY(18px);
  z-index: 1;
  margin-right: -18px;
}
.Hero-right .book-3d:nth-child(1) .fake-cover {
  background: linear-gradient(160deg, #0D3B5E 0%, #051E30 100%);
}
.Hero-right .book-3d:nth-child(2) {
  transform: rotate(-1.5deg) translateY(8px);
  z-index: 2;
  margin-right: -18px;
}
.Hero-right .book-3d:nth-child(2) .fake-cover {
  background: linear-gradient(160deg, #1B4F72 0%, #0A2236 100%);
}
.Hero-right .book-3d:nth-child(3) {
  transform: rotate(0.5deg) translateY(0);
  z-index: 4;
}
.Hero-right .book-3d:nth-child(3) .fake-cover {
  background: linear-gradient(160deg, #0E2D4A 0%, #071825 100%);
  border: 2px solid rgba(0, 149, 232, 0.4);
}
.Hero-right .book-3d:nth-child(4) {
  transform: rotate(2deg) translateY(10px);
  z-index: 2;
  margin-left: -18px;
}
.Hero-right .book-3d:nth-child(4) .fake-cover {
  background: linear-gradient(160deg, #1A3A55 0%, #0C2035 100%);
}
.Hero-right .book-3d:nth-child(5) {
  transform: rotate(4.5deg) translateY(20px);
  z-index: 1;
  margin-left: -18px;
}
.Hero-right .book-3d:nth-child(5) .fake-cover {
  background: linear-gradient(160deg, #0F3250 0%, #061A2A 100%);
}
.Hero-right .book-3d:hover {
  transform: translateY(-6px) rotate(-1deg) !important;
  z-index: 10 !important;
}
.Hero-right .fake-cover {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 7px 7px 23px;
  text-align: center;
  border-radius: 2px 7px 7px 2px;
}
@media (max-width: 992px) {
  .Hero-right .fake-cover {
    height: 160px;
  }
}
.Hero-right .fc-title-sm {
  font-family: "Playfair Display", serif;
  font-size: 10.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.2;
  margin-bottom: 4px;
}
.Hero-right .fc-author-sm {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}

.trust-bar {
  background: #0D2137;
  padding: 0;
}

.trust-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .trust-bar-inner {
    display: block;
  }
}

.trust-item {
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 768px) {
  .trust-item {
    display: block;
    text-align: center;
  }
}

.trust-icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(0, 149, 232, 0.2);
  display: flex;
  color: #f9944f;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .trust-icon-wrap {
    margin: 0 auto;
  }
}

.trust-text strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: white;
  margin-bottom: 2px;
}

.trust-text span {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.45);
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 768px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cat-card {
  border-radius: 10px;
  padding: 28px 22px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(13, 33, 55, 0.12);
}
.cat-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 0 10px 0 100%;
  background: rgba(0, 149, 232, 0.15);
  transition: transform 0.3s;
}
.cat-card:before:hover {
  transform: scale(1.5);
}

.cat-1 {
  background: linear-gradient(140deg, #0D2137 0%, #163352 100%);
}

.cat-2 {
  background: linear-gradient(140deg, #0A3060 0%, #051828 100%);
}

.cat-3 {
  background: linear-gradient(140deg, #0B3B6E 0%, #061E38 100%);
}

.cat-4 {
  background: linear-gradient(140deg, #0C4080 0%, #061E3C 100%);
}

.cat-5 {
  background: linear-gradient(140deg, #0D4590 0%, #07234A 100%);
}

.cat-6 {
  background: linear-gradient(140deg, #163352 0%, #0D2137 100%);
}

.cat-7 {
  background: linear-gradient(140deg, #0A2850 0%, #051420 100%);
}

.cat-8 {
  background: linear-gradient(140deg, #0E3568 0%, #071A34 100%);
}

.cat-img {
  width: 40px;
  margin-bottom: 14px;
  display: block;
}

.cat-name {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 17px;
  color: white;
  display: block;
  margin-bottom: 4px;
}

.cat-count {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.wp-block-paragraph img{
      display: inline !important;
      border: none !important;
      box-shadow: none !important;
      height: 1em !important;
      width: 1em !important;
      margin: 0 0.07em !important;
      vertical-align: -0.1em !important;
      background: none !important;
      padding: 0 !important;
}

.product-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(13, 33, 55, 0.1019607843);
  box-shadow: 0 2px 10px rgba(13, 33, 55, 0.1215686275);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(13, 33, 55, 0.18);
  border-color: #0095E8;
}
.product-card:hover .product-add-btn {
  bottom: 0;
  padding: 12px;
}
.product-card .product-img img {
  width: 100%;
}

.product-img-wrap {
  position: relative;
  aspect-ratio: 2/3;
  overflow: hidden;
}

.product-add-btn {
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  background: #0095E8;
  color: white;
  text-align: center;
  border: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: bottom 0.25s;
  font-family: "DM Sans", sans-serif;
}
.product-add-btn a {
  color: white;
}
.product-add-btn a:before {
  content: "+ ";
}

.product-info {
  padding: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-cat {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #0095E8;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-title {
  font-family: "Playfair Display", serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.3;
  color: #0D2137;
  margin-bottom: 4px;
  flex: 1;
}
.product-title a {
  color: #0D2137;
}

.product-author {
  font-size: 11.5px;
  color: hsla(211.43, 61.76%, 13.33%, 0.5);
  font-style: italic;
  margin-bottom: 10px;
}
.product-author a {
  color: hsla(211.43, 61.76%, 13.33%, 0.5);
}

.product-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-price {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 900;
  color: #0D2137;
}

.handmade-banner {
  background: linear-gradient(135deg, #0D2137 0%, #163352 55%, #1E4470 100%);
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  min-height: 420px;
  position: relative;
}
.handmade-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0, 149, 232, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.handmade-banner::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.1) 0%, transparent 65%);
  top: -200px;
  right: -100px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .handmade-banner {
    grid-template-columns: none;
  }
}

.handmade-left {
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.handmade-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245, 166, 35, 0.15);
  border: 1px solid rgba(245, 166, 35, 0.35);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #FFBE4F;
  font-weight: 600;
  margin-bottom: 22px;
  width: -moz-fit-content;
  width: fit-content;
}

.handmade-title h2 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 44px;
  line-height: 1.05;
  color: white;
  margin-bottom: 8px;
}
.handmade-title h2 strong {
  font-style: italic;
  color: #F5A623;
}

.handmade-subtitle {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  line-height: 1.6;
}

.handmade-desc {
  font-size: 14.5px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 36px;
  max-width: 320px;
}

.handmade-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}

.pill {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s, border-color 0.2s;
  cursor: default;
}

.pill:hover {
  background: rgba(0, 149, 232, 0.2);
  border-color: rgba(0, 149, 232, 0.5);
  color: white;
}

.btn-gold {
  background: #F5A623;
  color: #0D2137;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(245, 166, 35, 0.35);
}

.btn-gold:hover {
  background: #FFBE4F;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(245, 166, 35, 0.5);
}

.handmade-right {
  padding: 32px 32px 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* Tarjeta de producto artesanal — layout horizontal */
.craft-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: inherit;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
  cursor: pointer;
  backdrop-filter: blur(4px);
}
.craft-card:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(0, 149, 232, 0.5);
  transform: translateX(4px);
}

/* Miniatura visual del producto */
.craft-thumb {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.craft-thumb img {
  width: 40%;
}
.craft-thumb::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.ct-1 {
  background: linear-gradient(145deg, #1a3a5c, #0a1e30);
  border: 1px solid rgba(0, 149, 232, 0.3);
}

.ct-2 {
  background: linear-gradient(145deg, #2a1a4a, #14092a);
  border: 1px solid rgba(180, 100, 255, 0.3);
}

.ct-3 {
  background: linear-gradient(145deg, #1a3a2a, #0a1e14);
  border: 1px solid rgba(0, 200, 100, 0.3);
}

.craft-info {
  flex: 1;
  min-width: 0;
}

.craft-tag {
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #33AEFF;
  font-weight: 600;
  margin-bottom: 5px;
}

.craft-name {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
  line-height: 1.25;
  margin-bottom: 5px;
}

.craft-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.craft-right-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}

.craft-price {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 900;
  color: #F5A623;
  white-space: nowrap;
}

.craft-unique {
  font-size: 9.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  text-align: right;
  line-height: 1.4;
}

.craft-add-btn {
  background: rgba(0, 149, 232, 0.2);
  border: 1px solid rgba(0, 149, 232, 0.4);
  color: #33AEFF;
  padding: 7px 14px;
  border-radius: 6px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  white-space: nowrap;
}

.craft-add-btn:hover {
  background: #0095E8;
  border-color: #0095E8;
  color: white;
}

/* ── Fila inferior: combos / destacados ── */
.handmade-combos {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
@media (max-width: 768px) {
  .handmade-combos {
    grid-template-columns: repeat(1, 1fr);
  }
}

.combo-card {
  background: white;
  border: 1px solid rgba(13, 33, 55, 0.1);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  box-shadow: 0 2px 12px rgba(13, 33, 55, 0.12);
  display: flex;
  flex-direction: column;
}
.combo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(13, 33, 55, 0.16);
  border-color: #F5A623;
}

.combo-img {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  position: relative;
  overflow: hidden;
}

.ci-1 {
  background: linear-gradient(140deg, #0D2137, #163352);
}

.ci-2 {
  background: linear-gradient(140deg, #1a0a30, #2a0f50);
}

.ci-3 {
  background: linear-gradient(140deg, #0a1e14, #1a3a2a);
}

.combo-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #F5A623;
  color: #0D2137;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
}

.combo-unique-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(13, 33, 55, 0.75);
  backdrop-filter: blur(4px);
  color: rgba(255, 255, 255, 0.8);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
}

.combo-body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.combo-tag {
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #0095E8;
  font-weight: 600;
  margin-bottom: 6px;
}

.combo-name {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 700;
  color: #0D2137;
  line-height: 1.3;
  margin-bottom: 6px;
  flex: 1;
}

.combo-note {
  font-size: 11.5px;
  color: rgba(13, 33, 55, 0.5);
  font-style: italic;
  margin-bottom: 12px;
  line-height: 1.5;
}

.combo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.combo-price {
  font-family: "Playfair Display", serif;
  font-size: 19px;
  font-weight: 900;
  color: #0D2137;
}

.combo-add {
  background: #0D2137;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  transition: background 0.2s;
}
.combo-add:hover {
  background: #0095E8;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .steps-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.step {
  padding: 52px 40px;
  background: rgba(255, 255, 255, 0.04);
  position: relative;
  transition: background 0.25s;
  overflow: hidden;
}
.step:hover {
  background: rgba(255, 255, 255, 0.08);
}
.step:hover::after {
  transform: scaleX(1);
}
.step:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0095E8, #33AEFF);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}

.step-num {
  font-family: "Playfair Display", serif;
  font-size: 80px;
  font-weight: 900;
  color: rgba(0, 149, 232, 0.12);
  line-height: 1;
  margin-bottom: -15px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.step-icon {
  font-size: 38px;
  margin-bottom: 18px;
  display: block;
}

.step-title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
}

.step-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.75;
}

.entry-header-meta {
  margin: 20px 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: none;
  }
}

.blog-grid-blog {
  display: grid;
  margin-top: 50px;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .blog-grid-blog {
    grid-template-columns: none;
  }
}
.blog-grid-blog .blog-card:first-child .blog-img {
  height: 140px;
}

.blog-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(13, 33, 55, 0.1);
  box-shadow: 0 2px 12px rgba(13, 33, 55, 0.12);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(13, 33, 55, 0.15);
  border-color: #0095E8;
}
.blog-card a {
  color: inherit;
}

.blog-img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  position: relative;
  overflow: hidden;
}

.blog-card:first-child .blog-img {
  height: 240px;
  font-size: 70px;
}

.blog-tag {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0095E8;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-body {
  padding: 22px;
  flex: 1;
}

.blog-title {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: #0D2137;
  margin-bottom: 10px;
}

.blog-card:first-child .blog-title {
  font-size: 21px;
}

.blog-excerpt {
  font-size: 13px;
  line-height: 1.65;
  color: #3A5068;
  margin-bottom: 14px;
}

.blog-date {
  font-size: 11px;
  color: rgba(13, 33, 55, 0.5);
}

.Entry-Blog .entry-content {
  background-color: white;
  box-shadow: 0 4px 24px rgba(13, 33, 55, 0.12);
  padding: 20px;
}
.Entry-Blog .post-thumbnail img {
  width: 100%;
}

.wp-block-heading {
  font-weight: 700;
  margin: 36px 0;
  border-left: 5px solid #0095E8;
  padding: 0 15px;
}

.wp-block-image .wp-element-caption {
  background: #F0F6FF;
  margin: 0;
  box-shadow: 0px 3px 6px rgba(13, 33, 55, 0.12);
  padding: 8px;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}

.comments-area {
  background-color: white;
  box-shadow: 0 4px 24px rgba(13, 33, 55, 0.12);
  padding: 20px;
  margin-top: 50px;
}

.Footer {
  background: #0D2137;
  color: rgba(255, 255, 255, 0.65);
  padding: 64px 48px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: none;
  }
}

.footer-brand-name {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 28px;
  color: white;
  margin-bottom: 4px;
}

.footer-brand-sub {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #0095E8;
  margin-bottom: 16px;
}

.footer-brand-quote {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 20px;
}

.footer-location {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-heading {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #F5A623;
  font-weight: 600;
  margin-bottom: 18px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 13.5px;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #33AEFF;
}

.footer-pay-title {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F5A623;
  font-weight: 600;
  margin: 26px 0 12px;
}

.pay-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pay-icon {
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
}
.pay-icon .icon {
  font-size: 35px;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.social-link {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.social-link:hover {
  border-color: #0095E8;
  background: rgba(0, 149, 232, 0.15);
}

.footer-bottom {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-bottom a:hover {
  color: #33AEFF;
}

.menu-footer {
  margin: 0;
  font-size: 14px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.menu-footer li {
  display: block;
  width: 33%;
}
.menu-footer li .sub-menu {
  margin: 0;
  padding: 0;
}
.menu-footer li .sub-menu li {
  display: block;
  padding-top: 10px;
  width: 100%;
}
.menu-footer li .sub-menu li a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s;
  text-transform: none;
  font-weight: 300;
}
.menu-footer li .sub-menu li a:hover {
  color: #33AEFF;
}
.menu-footer li.menu-item-has-children a {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #F5A623;
  font-weight: 600;
  margin-bottom: 18px;
}
.menu-footer li.Redes .sub-menu li {
  display: inline;
}
.menu-footer li.Redes .sub-menu li a:after {
  font-size: 15px;
}
.menu-footer a {
  color: white;
}
.menu-footer .instagram a {
  color: transparent !important;
}
.menu-footer .instagram a:after {
  content: "\e985";
  font-family: "icomoon";
  color: white;
}
.menu-footer .x a {
  color: transparent !important;
}
.menu-footer .x a:after {
  content: "\e9fa";
  font-family: "icomoon";
  color: white;
}
.menu-footer .Facebook a {
  color: transparent !important;
}
.menu-footer .Facebook a:after {
  content: "\e962";
  font-family: "icomoon";
  color: white;
}
.menu-footer .Youtube a {
  color: transparent !important;
}
.menu-footer .Youtube a:after {
  content: "\ea16";
  font-family: "icomoon";
  color: white;
}

.product_title {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  font-size: 42px;
  line-height: 1.05;
  color: #0D2137;
  margin-bottom: 6px;
}

/* Precio */
.price-block {
  margin-bottom: 28px;
  padding: 20px 24px;
  background: #F0F6FF;
  border-radius: 10px;
  border: 1px solid rgba(13, 33, 55, 0.1);
}

.price-row {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 6px;
}

.price-main {
  font-family: "Playfair Display", serif;
  font-size: 42px !important;
  font-weight: 900;
  color: #0D2137 !important;
  line-height: 1;
}

.price-iva {
  font-size: 12px;
  color: rgba(13, 33, 55, 0.5);
  margin-bottom: 6px;
}

.price-shipping {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #1A8A4A;
  font-weight: 500;
}

.product-author-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.product-author-link {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 17px;
  color: #3A5068;
  text-decoration: none;
  transition: color 0.2s;
}
.product-author-link:hover {
  color: #0095E8;
}

.product-year {
  font-size: 13px;
  color: rgba(13, 33, 55, 0.5);
}

/* Estado de condición */
.condition-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.condition-label {
  font-size: 12.5px;
  color: rgba(13, 33, 55, 0.5);
}

.condition-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.cond-bueno {
  background: #E9C46A;
  border: 1px solid #9e8239;
  color: #9e8239;
}

.cond-deteriorado {
  background: #E63946;
  border: 1px solid #7c0c16;
  color: #7c0c16;
}

.cond-regular {
  background: #F4A261;
  border: 1px solid #8a5123;
  color: #8a5123;
}

.cond-muybueno {
  background: #2A9D8F;
  border: 1px solid #08594f;
  color: #08594f;
}

.cond-nuevo {
  background: #1D7431;
  border: 1px solid #043810;
  color: #043810;
}

.condition-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1A8A4A;
}

.condition-info {
  font-size: 12px;
  color: rgba(13, 33, 55, 0.5);
  font-style: italic;
  cursor: help;
  border-bottom: 1px dashed rgba(13, 33, 55, 0.5);
}

.woocommerce div.product form.cart .button {
  background-color: #0d2137;
  color: white;
  padding: 16px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  display: flex;
  margin: 12px 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(13, 33, 55, 0.25);
  width: 100%;
}
.woocommerce div.product form.cart .button:hover {
  background: #1E4470;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(13, 33, 55, 0.35);
}
.woocommerce div.product form.cart .button:before {
  font-family: "icomoon";
  content: "\e9d5";
  font-weight: 100;
}

.btn-buy {
  background: #F5A623;
  color: #0D2137;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(245, 166, 35, 0.3);
}
.btn-buy:hover {
  background: #FFBE4F;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(245, 166, 35, 0.45);
}
.btn-buy:before {
  font-family: "icomoon";
  content: "\ea17";
  font-weight: 100;
}

.woocommerce div.product p.stock {
  font-size: 12px;
  color: rgba(13, 33, 55, 0.5);
  font-style: italic;
}

.yith-add-to-wishlist-button-block {
  width: 100%;
}

.yith-wcwl-add-to-wishlist-button:is(button) {
  width: 100%;
  justify-content: center;
  background: transparent;
  color: #3A5068;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  border: 1.5px solid rgba(13, 33, 55, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.yith-wcwl-add-to-wishlist-button:is(button):hover {
  border-color: #0095E8;
  color: #0095E8;
  background: #E6F4FD;
}

a.yith-wcwl-add-to-wishlist-button-anchor-wrapper {
  width: 100%;
}

.yith-wcwl-add-to-wishlist-button:is(button) svg, .yith-wcwl-add-to-wishlist-button:is(button) img {
  width: 15px;
  height: 15px;
}

.woocommerce div.product form.cart {
  margin-bottom: 12px;
}

.migas {
  padding: 5px 0;
  background: #F0F6FF;
  border-bottom: 1px solid rgba(13, 33, 55, 0.1);
  color: rgba(13, 33, 55, 0.5);
}
.migas .woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
  color: #3A5068;
}
.migas .woocommerce-breadcrumb a {
  color: rgba(13, 33, 55, 0.5);
}

.woocommerce-breadcrumb {
  padding: 15px 8vw !important;
  background: #F0F6FF;
  border-bottom: 1px solid rgba(13, 33, 55, 0.1);
  color: #3A5068 !important;
}
.woocommerce-breadcrumb a {
  color: rgba(13, 33, 55, 0.5) !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  font-size: 12px;
  padding: 15px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 52%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 42%;
}

.related-section {
  padding: 64px 48px;
  background: #F0F6FF;
  border-top: 1px solid rgba(13, 33, 55, 0.1);
}

.woocommerce .woocommerce-ordering select {
  background: white;
  border-radius: 7px;
  padding: 10px 15px;
  font-size: 15px;
  color: rgba(13, 33, 55, 0.5);
}

.ArchiveProduct ul.products {
  margin-top: 100px;
}

.woocommerce .products ul, .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .woocommerce .products ul, .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  width: 100%;
}
@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(13, 33, 55, 0.1019607843);
  box-shadow: 0 2px 10px rgba(13, 33, 55, 0.1215686275);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  display: flex;
  flex-direction: column;
  width: auto;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(13, 33, 55, 0.18);
  border-color: #0095E8;
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(13, 33, 55, 0.18);
  border-color: #0095E8;
}
.woocommerce ul.products li.product:hover .button, .woocommerce-page ul.products li.product:hover .button {
  bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-family: "Playfair Display", serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.3;
  color: #0D2137;
  margin-bottom: 4px;
  padding: 14px;
  flex: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title a, .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce ul.products li.product h3 a {
  color: #0D2137;
}

.woocommerce ul.products li.product .price {
  font-family: "Playfair Display", serif;
  padding: 14px 14px 40px;
  font-size: 18px;
  font-weight: 900;
  color: #0D2137;
}

.loop-autor {
  font-size: 11.5px;
  color: hsla(211.43, 61.76%, 13.33%, 0.5);
  font-style: italic;
  margin-bottom: 10px;
  padding: 14px;
}
.loop-autor a {
  color: hsla(211.43, 61.76%, 13.33%, 0.5);
}

.related-section .related-title {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
  color: #0D2137;
}
.related-section .related-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #0095E8;
  margin-top: 10px;
  border-radius: 2px;
  margin-bottom: 40px;
}
.related-section .loop-autor {
  margin: 0;
  padding: 0 14px;
}

.woocommerce ul.products li.product .button {
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  background: #0095E8;
  color: white;
  text-align: center;
  border: none;
  padding: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: bottom 0.25s;
  font-family: "DM Sans", sans-serif;
  color: white;
}
.woocommerce ul.products li.product .button:before {
  content: "+ ";
}

.description-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  align-items: start;
}
@media (max-width: 768px) {
  .description-grid {
    grid-template-columns: 1fr;
  }
}

.desc-sidebar {
  background: #0D2137;
  border-radius: 12px;
  padding: 28px;
  color: white;
  position: sticky;
  top: 130px;
}

.desc-sidebar-title {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-fact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 13px;
  gap: 16px;
}

.sidebar-fact:last-child {
  border-bottom: none;
}

.sf-key {
  color: rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
}

.sf-val {
  color: white;
  font-weight: 500;
  text-align: right;
}

.sf-val a {
  color: #33AEFF;
  text-decoration: none;
}

.sf-val a:hover {
  text-decoration: underline;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 2px solid rgba(13, 33, 55, 0.1);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #0D2137;
  padding: 14px 28px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(13, 33, 55, 0.5);
  background: none;
  border: none;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s, border-color 0.2s;
  letter-spacing: 0.3px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #0D2137;
  border-bottom: 4px solid #0095E8;
  font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  padding: 0;
}

.woocommerce-MyAccount-navigation {
  border-right: 2px solid #c7c7c7;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 15px 10px;
  display: block;
  color: #163352;
  transition: color 0.2s;
  margin: 0 10px;
}
.woocommerce-MyAccount-navigation ul li a:before {
  padding-right: 8px;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #0095E8 !important;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link.is-active a {
  color: #0095E8;
  background: #f1f1f1;
  font-weight: 500;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before {
  font-family: "icomoon";
  content: "\ea25";
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before {
  font-family: "icomoon";
  content: "\ea24";
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads a:before {
  font-family: "icomoon";
  content: "\ea23";
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a:before {
  font-family: "icomoon";
  content: "\ea22";
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before {
  font-family: "icomoon";
  content: "\ea21";
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  font-family: "icomoon";
  content: "\ea1e";
}

.wc-block-components-product-metadata__description p {
  font-size: 14px !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-weight: 600;
}

.wc-block-components-button {
  background-color: #0D2137;
  color: white !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Ficha técnica */
.specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(13, 33, 55, 0.1);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(13, 33, 55, 0.1);
}
@media (max-width: 768px) {
  .specs-grid {
    grid-template-columns: none;
  }
}

.spec-row {
  display: flex;
  background: white;
  padding: 16px 24px;
  gap: 20px;
  align-items: flex-start;
  transition: background 0.15s;
}

.spec-row:hover {
  background: #F0F6FF;
}

.spec-key {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(13, 33, 55, 0.5);
  font-weight: 600;
  min-width: 130px;
  flex-shrink: 0;
  padding-top: 2px;
}

.spec-val {
  font-size: 14.5px;
  color: #0D2137;
  font-weight: 500;
  line-height: 1.4;
}

.spec-val.highlight {
  color: #0095E8;
  font-weight: 600;
}

.spec-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #F0F6FF;
  border: 1px solid rgba(13, 33, 55, 0.1);
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 12px;
  color: #3A5068;
}
.spec-pill:before {
  content: "\e923";
  font-family: "icomoon";
  color: #40acd2;
}

.cond-ficha {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: 12px;
  color: #3A5068;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  background-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 7px;
  padding: 0;
  line-height: 30px;
  color: white;
  font-size: 14px;
  background-color: #0D2137;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span:hover {
  background-color: #F5A623;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #F5A623;
  color: #4f4f4f;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 23%;
  margin: 5px 5px 0 0;
  border-radius: 10px;
  overflow: hidden;
}

.authorPage-products {
  margin: 20px 0 100px;
}
.authorPage-products .product-img-wrap {
  aspect-ratio: auto;
}
.authorPage-description {
  background: rgba(1, 143, 222, 0.0901960784);
  padding: 10px;
  margin: 20px 0 40px;
  border-bottom: 2px solid #d1d1d1;
  display: flex;
}
.authorPage-description-image {
  border-radius: 50%;
  margin-right: 50px;
  width: 100px;
  height: 100px !important;
}
.authorPage-description-p p {
  font-size: 14px;
}
.authorPage-description-image, .authorPage-description-p {
  display: flex;
  align-items: center;
}

.PageWrapper {
  padding: 50px 0;
}

.page .entry-content {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(13, 33, 55, 0.1);
  box-shadow: 0 4px 24px rgba(13, 33, 55, 0.12);
  overflow: hidden;
}
.page .entry-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}

.page-template-form-page .entry-content {
  background-color: white;
  border-radius: 16px;
  border: 1px solid rgba(13, 33, 55, 0.1);
  box-shadow: 0 4px 24px rgba(13, 33, 55, 0.12);
  overflow: hidden;
}
.page-template-form-page .entry-content .form-panel-header {
  background: linear-gradient(135deg, #0D2137 0%, #163352 100%);
  padding: 28px 36px;
  position: relative;
  overflow: hidden;
}
.page-template-form-page .entry-content .form-panel-header p {
  margin: 0 !important;
}
.page-template-form-page .entry-content .form-panel-header:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0, 149, 232, 0.1) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}
.page-template-form-page .entry-content .form-panel-header:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.12) 0%, transparent 65%);
  top: -120px;
  right: -60px;
  pointer-events: none;
}
.page-template-form-page .entry-content .form-panel-header .fph-label {
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}
.page-template-form-page .entry-content .form-panel-header .fph-label p {
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #33AEFF;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.page-template-form-page .entry-content .form-panel-header .fph-title {
  position: relative;
  z-index: 1;
}
.page-template-form-page .entry-content .form-panel-header .fph-title p {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: white;
}
.page-template-form-page .entry-content .form-panel-header .fph-sub {
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
.page-template-form-page .entry-content .form-panel-header .fph-sub p {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.55);
}
.page-template-form-page .entry-content .form-body {
  padding: 28px 36px 0;
}
.page-template-form-page .entry-content .form-body .items .textarea p {
  width: 95%;
}
.page-template-form-page .entry-content .form-body .items .send p {
  width: 100%;
}
.page-template-form-page .entry-content .form-body .items .acepto p {
  width: 95%;
  margin: 10px 0 30px;
}
.page-template-form-page .entry-content .form-body .items .acepto .wpcf7-list-item-label {
  text-transform: none;
  font-weight: 200;
  font-size: 13px;
}
.page-template-form-page .entry-content .form-body .items .acepto .wpcf7-list-item {
  margin: 0;
}
.page-template-form-page .entry-content .form-body .items .acepto .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 1fr 95%;
  gap: 15px;
  align-items: start;
  background: #F0F6FF;
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  margin: 10px 0;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .page-template-form-page .entry-content .form-body .items .acepto .wpcf7-list-item label {
    grid-template-columns: 1fr 83%;
  }
}
.page-template-form-page .entry-content .form-body .items .acepto .wpcf7-list-item label input {
  position: relative;
  top: 10px;
}
.page-template-form-page .entry-content .form-body .items p {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #3A5068;
  text-transform: uppercase;
  display: inline-block;
  width: 45%;
  margin: 1px 4% 25px 0;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .page-template-form-page .entry-content .form-body .items p {
    width: 100%;
    margin: 10px 0;
  }
}
.page-template-form-page .entry-content .form-body .items p .extra {
  font-size: 10px;
  color: rgba(13, 33, 55, 0.5);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-style: italic;
}
.page-template-form-page .entry-content .form-body .items p textarea {
  height: 150px;
}
.page-template-form-page .entry-content .form-body .items p input, .page-template-form-page .entry-content .form-body .items p textarea {
  background-color: #F0F6FF;
  padding: 13px 16px;
  border-radius: 8px;
  border: 1.5px solid rgba(13, 33, 55, 0.1);
  background: #F0F6FF;
  color: #0D2137;
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
  outline: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  width: 100%;
  transition: all 0.4s;
}
.page-template-form-page .entry-content .form-body .items p input:focus, .page-template-form-page .entry-content .form-body .items p textarea:focus {
  background-color: #ffffff;
  border: 1px solid #0D2137;
  box-shadow: 0px 0px 10px #dbdbdb;
}
.page-template-form-page .entry-content .form-body .items p .wpcf7-submit {
  width: 95%;
  padding: 16px;
  background: #0D2137;
  color: white;
  border: none;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s, top 0.2s;
  box-shadow: 0 4px 18px rgba(13, 33, 55, 0.25);
  margin-top: 8px;
  position: relative;
  top: 0;
}
.page-template-form-page .entry-content .form-body .items p .wpcf7-submit:hover {
  background: #1E4470;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(13, 33, 55, 0.35);
}
.page-template-form-page .entry-content .form-body .items p .wpcf7-submit:focus {
  background: #0D2137;
  color: white;
  top: 2px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  text-transform: none;
}

.asunto {
  display: block;
  width: 68%;
}
@media (max-width: 768px) {
  .asunto {
    width: 100%;
  }
}
.asunto .wpcf7-list-item {
  border: 1px solid #d2d2d2;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  padding: 4px;
  margin: 4px;
  border-radius: 6px;
}
.asunto .wpcf7-list-item label input {
  width: 10px;
  position: relative;
  top: 3px;
}

.wpcf7-response-output {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid #296282;
  margin: 0 30px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3294117647);
}

.widget-blog {
  margin-top: 0 !important;
}

.widget-area {
  margin-top: 90px;
}
.widget-area .widget {
  margin: 0;
}
.widget-area .wp-block-heading {
  background-color: #0D2137;
  font-size: 15px;
  font-weight: 500;
  color: white;
  padding: 20px;
  font-family: "Playfair Display", serif;
  border-radius: 12px 12px 0 0;
  border: none;
  margin: 0;
}
.widget-area .wp-block-heading img {
  background-color: rgba(0, 149, 232, 0.2) !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 8px;
  padding: 4px !important;
  font-size: 15px;
  vertical-align: middle !important;
  margin-right: 10px !important;
}
.widget-area .sidebar-card {
  background-color: white;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1411764706);
  padding: 20px;
}
.widget-area .sidebar-card .contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(13, 33, 55, 0.1);
}
.widget-area .sidebar-card .contact-info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget-area .sidebar-card .ci-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #F0F6FF;
  border: 1px solid rgba(13, 33, 55, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.widget-area .sidebar-card .ci-label {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(13, 33, 55, 0.5);
  margin-bottom: 2px;
}
.widget-area .sidebar-card .ci-value {
  font-size: 13.5px;
  color: #0D2137;
  font-weight: 500;
  line-height: 1.4;
}
.widget-area .sidebar-card .ci-value a {
  color: #0095E8;
  text-decoration: none;
}
.widget-area .sidebar-card .ci-value a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */