/*
Theme Name: Librería de Lima
Theme URI: https://rweb.dev
Author: rweb
Author URI: https://rweb.dev
Description: The Theme has been created for Librería de Lima. It's fully customized for its purposes.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 8.0
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: libreria-de-lima
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready
*/

/* ----------------- WordPress Core ----------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}


/* ----------------- Normalize ----------------- */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

*:focus {
  outline: 0 !important;
}

input::placeholder {
  color: #ACAAA3 !important;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* ----------------- Theme Specific CSS ----------------- */

:root {
  --libreria-de-lima-black: #1D1D1B;
  --libreria-de-lima-white: #fff;
  --libreria-de-lima-beige: #F7EFE2;
  --libreria-de-lima-lightbrown: #9c9898;
  --libreria-de-lima-lightgrey: #ECEAEA;
  --libreria-de-lima-grey: #F1F4F4;
  --libreria-de-lima-red: #BD1E2E;
  --libreria-de-lima-mainfont: "Poppins", serif;
}

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

body {
  font-family: var(--libreria-de-lima-mainfont);
  font: normal, 21px/2.1rem;
  color: var(--libreria-de-lima-black);
  background-color: var(--libreria-de-lima-grey)
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  margin-top: 0;
  font-family: var(--libreria-de-lima-mainfont);
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4,
h5 {
  font-size: 16px;
}

p,
li,
span {
  font-size: 14px;
  line-height: 1.6;
}

a {
  color: var(--libreria-de-lima-black);
  text-decoration: none;
}

a:hover,
a:visited,
.link-underline {
  text-decoration: underline;
}

.link-color {
  color: var(--libreria-de-lima-red);
}

.link-underline:hover,
.no-link-underline,
.no-link-underline:hover {
  text-decoration: none;
}

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

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

.m-top {
  margin-top: 50px;
}

.m-bot {
  margin-bottom: 50px;
}

.bold {
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
}


.btn-libreria-de-lima-alt:hover,
.btn-libreria-de-lima,
.btn-libreria-de-lima:hover {
  background-color: var(--libreria-de-lima-red);
  color: var(--libreria-de-lima-white);
  border: 1px solid var(--libreria-de-lima-red);
  font-weight: 500 !important;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.btn-libreria-de-lima-alt {
  background-color: var(--libreria-de-lima-white);
  color: var(--libreria-de-lima-black);
  border: 1px solid var(--libreria-de-lima-black);
  text-decoration: none;
}

.clearfix {
  clear: both;
}

/* Lists */

.ol-libreria-de-lima,
.ul-libreria-de-lima {
  margin: 25px 0;
  padding-left: 35px;
  text-align: justify;
}

.ol-libreria-de-lima li,
.ul-libreria-de-lima li {
  margin-bottom: 15px;
}

.ol-libreria-de-lima li::marker,
.ul-libreria-de-lima li::marker {
  font-weight: 600;
}

/* Flex */

.col-section {
  display: flex;
}

.col-section .col-1 {
  flex: 1;
}

.col-section .col-2 {
  flex: 2;
}

.col-section .col-3 {
  flex: 3;
}

.col-section .col-4 {
  flex: 4;
}

.col-section .col-5 {
  flex: 5;
}

.col-section .col-6 {
  flex: 6;
}

.col-section .col-7 {
  flex: 7;
}

.col-section .col-8 {
  flex: 8;
}

.col-section .col-9 {
  flex: 9;
}

.col-section .col-10 {
  flex: 10;
}

.col-section .col-11 {
  flex: 11;
}

.col-section .col-12 {
  flex: 12;
}

/* Containers */

.container {
  width: 100%;
  margin: 0;
}

.title-solo h1 {
  margin: 0;
}

.gracias-text {
  margin-top: 60px;
}

.content-container {
  background-color: var(--libreria-de-lima-white);
}

@media (max-width: 912px) {

  .content-container {
    padding: 40px;
  }

  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container-section {
    padding-top: 60px;
  }

  .container-section-lg {
    padding-top: 100px;
  }

  .container-section-xlg {
    padding-top: 150px;
  }

  .mobile-only {
    display: block;
  }

  .pc-only {
    display: none !important;
  }

  h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .last-container {
    margin-bottom: 60px;
  }
}

@media (min-width: 913px) {

  .content-container {
    padding: 60px;
  }

  .container {
    padding-right: 100px;
    padding-left: 100px;
  }

  .container-section {
    padding-top: 100px;
  }

  .container-section-lg {
    padding-top: 150px;
  }

  .container-section-xlg {
    padding-top: 200px;
  }

  .mobile-only {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .last-container {
    margin-bottom: 100px;
  }
}


/* ----------------- Header ----------------- */

/* Menu Area*/

.menu-area {
  padding: 0 100px;
  position: relative;
  border-bottom: 1px solid #70707038;
}

/* Menu Area Top Row */

.menu-area-top-row {
  padding: 50px 0 30px;
  justify-content: space-between;
  text-align: center;
  gap: 40px;
}

.menu-area-top-row .logo {
  margin: auto 0;
  display: flex;
  justify-content: left;
}

.menu-area-top-row .logo img {
  width: 230px;
}

.menu-area-top-row .menu-searchform {
  margin: auto 0;
  position: relative;
}

.menu-area-top-row .menu-icons {
  margin: auto 0;
  display: flex;
  gap: 20px;
  justify-content: right;
}

.menu-area-top-row .menu-icons i {
  font-size: 24px;
}

/* Menu Area Bottom Row */

.menu-area-bottom-row {
  justify-content: space-between;
  text-align: center;
  gap: 40px;
  padding-bottom: 30px;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border: 1px solid var(--libreria-de-lima-lightbrown);
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  height: 40%;
}

.menu-area-bottom-row .menu-cta {
  margin: auto 0;
}

.menu-area-bottom-row .menu-cta a {
  padding: 10px 20px;
  font-size: 14px;
}

/* Main Menu Section */

.menu-icon,
.check-button,
.mobile-main-menu {
  display: none;
}

.main-menu {
  display: flex;
  justify-content: center;
}

.current_page_item>a {
  text-decoration: none !important;
  background-color: var(--libreria-de-lima-red);
  color: var(--libreria-de-lima-white);
  border-radius: 5px;
  font-weight: 500;
  padding: 15px 20px !important;
  margin: 0 20px !important;
}

.main-menu ul {
  margin: 0;
  padding-left: 0;
}

.main-menu ul li {
  display: inline-block;
  position: relative;
}

.main-menu ul li a {
  display: block;
  padding: 15px 20px;
  margin: 25px 0;
  line-height: 1;
}

.main-menu ul li:first-child a {
  padding-left: 0;
}

.main-menu ul li:last-child a {
  padding-right: 0;
}

.menu-item-has-children i.fa-solid.fa-angle-down {
  margin-left: 8px;
  font-size: 10px;
}

/* Submenu Section */

.main-menu ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 200px;
  width: auto;
  border-radius: 0 0 5px 5px;
  border-top: 2px solid var(--libreria-de-lima-red);
  text-align: left;
}

.main-menu ul li ul li {
  display: block;
}

.main-menu ul li ul li a {
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.4;
}

.main-menu ul li ul li:first-child a {
  padding: 0 10px;
}

.main-menu ul li:hover ul {
  display: block;
}


/* ----------------- Footer ----------------- */

/* Footer Container */

.footer-area {
  display: flex;
  padding: 80px 100px;
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-black);
}

.footer-area a,
.footer-area p {
  color: var(--libreria-de-lima-white);
  font-size: 14px;
}

/* Footer Widgets */

.footer-title {
  display: block;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
}

.footer-widget {
  flex: 1;
  padding: 0 20px;
}

.footer-widget p {
  margin-top: 20px;
  font-weight: 300;
}

.footer-widget:first-child {
  padding-left: 0;
}

.footer-widget .social-area {
  margin-top: 30px;
}

.footer-widget .social-area a {
  margin-right: 10px;
}

.footer-widget i {
  font-size: 16px;
}

.footer-widget-libro {
  text-align: center;
}

.footer-widget-libro img {
  display: block;
  width: 22%;
  margin: auto;
  margin-bottom: 20px;
}

.footer-widget-libro .footer-empresa {
  margin-bottom: 0;
  text-align: center;
}

.footer-widget-libro .footer-ruc {
  margin-top: 0;
  text-align: center;
}

.footer-widget-logo {
  flex: 2;
}

.footer-widget-logo img {
  width: 50%;
}

.footer-widget-logo p {
  width: 65%;
}

.footer-widget-categories i {
  color: var(--libreria-de-lima-red);
  margin-right: 10px;
}

/* Footer Social Area */

.footer-area .social-area {
  display: flex;
  justify-content: left;
}

.footer-area .social-area a {
  color: var(--libreria-de-lima-black);
  background-color: var(--libreria-de-lima-white);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}

/* Footer Newsletter */

.footer-newsletter {
  padding: 0 100px 80px;
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-black);
}

.footer-newsletter-container {
  border-top: 1px solid var(--libreria-de-lima-lightbrown);
  padding-top: 80px;
}

.footer-newsletter .footer-title {
  text-transform: uppercase;
}

.footer-newsletter-container p {
  font-weight: 300;
}

.footer-policy-disclaimer {
  display: block;
  margin-bottom: 20px;
  font-weight: 300;
}

.footer-policy-disclaimer a {
  color: var(--libreria-de-lima-white);
  font-weight: 300;
}

#mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#mc_embed_signup .mc-field-group {
  flex: 1;
  margin-right: 10px;
}

#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}

#mc_embed_signup input[type="email"]::placeholder,
#mc_embed_signup input[type="text"]::placeholder {
  color: var(--libreria-de-lima-lightbrown) !important;
  font-weight: 300 !important;
}

#mc_embed_signup input[type="submit"] {
  padding: 15px 30px;
  background-color: var(--libreria-de-lima-red);
  color: var(--libreria-de-lima-white);
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  flex: 0 0 auto;
}

#mc_embed_signup input[type="submit"]:hover {
  background-color: var(--libreria-de-lima-red);
}

#mc_embed_signup label {
  display: none;
}

#mc_embed_signup .mc-field-group:last-child {
  margin-right: 0;
}

#mc_embed_signup .optionalParent {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.optionalParent p {
  display: none;
}

/* Footer Bar */

.footer-bar {
  background-color: #fff;
  font-size: 12px;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
}

.footer-policy {
  display: flex;
  justify-content: right;
  margin: auto 0;
}

.footer-policy a {
  margin-left: 40px;
  font-size: 12px;
  color: var(--kunikan-black);
}

.footer-date .footer-caption {
  font-size: 12px;
}

.footer-date .footer-caption span.rweb {
  font-size: 12px;
  color: #7400C9;
}

.footer-date .footer-caption:first-child {
  border-right: 1px solid var(--kunikan-black);
  padding-right: 8px;
}

.footer-date .footer-caption:nth-child(2) {
  padding-left: 8px;
}


/* ----------------- Elements ----------------- */

/* Cart Mobile Button */
.cart-mobile-btn {
  display: none;
}

/* Table */

.resp-table {
  width: 100%;
  display: table;
}

.resp-table-body {
  display: table-row-group;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.resp-table-row {
  display: table-row;
}

.table-body-cell {
  display: table-cell;
  padding: 15px 8px;
  line-height: 1.42857143;
  vertical-align: top;
  background-color: #F4F4F4;
}

.table-head-cell {
  font-weight: 500;
}

.table-equal-head {
  width: 20%;
}

.table-empty-cell {
  background-color: #fff;
}

.resp-table-row:nth-child(odd) .table-body-cell {
  background-color: #fff;
}

.resp-table-row:nth-child(even) .table-body-cell {
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-black);
}

.tab-mob-span {
  font-size: 12px;
}

/* Acordeón */

.accordion-container {
  border-bottom: 1px solid var(--libreria-de-lima-red);
  padding: 0 20px;
}

.accordion-container:first-child {
  margin-top: 0;
}

.accordion {
  background-color: #fff;
  cursor: pointer;
  padding: 30px 0 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: 500;
}

.accordion .accordion-btn-text {
  font-size: 16px;
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p,
.panel li {
  padding-right: 50px;
  line-height: 1.6;
}

.panel ul {
  padding-left: 25px;
}

.accordion:after {
  content: '\002B';
  font-size: 25px;
  line-height: 0.5;
  color: #000;
  float: right;
}

.active {
  color: var(--libreria-de-lima-black);
  background-color: #fff;
}

.active-panel {
  overflow: visible;
  margin-bottom: 30px;
}

.active:after {
  content: "\002D" !important;
  margin-right: 3px;
}

/* Mini Carrito */

.mostrarMinicarrito {
  cursor: pointer;
}

.minicart-icon {
  position: relative;
}

.minicart-icon i {
  font-size: 20px;
}

.minicart-icon .items {
  position: absolute;
  right: -10px;
  top: -7px;
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-black);
  border: 2px solid var(--libreria-de-lima-grey);
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
  width: auto;
  font-size: 10px;
  height: auto;
  padding: 0px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.minicarrito-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.minicarrito {
  position: fixed;
  top: 0;
  right: -1400px;
  height: 100vh;
  background-color: #fff;
  transition: right 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--libreria-de-lima-grey);
  width: 60vh;
  padding: 20px;
  z-index: 10000;
  overflow-y: auto;
}

.minicarrito h2 {
  font-size: 24px;
  margin-top: 0;
}

.cerrar-minicarrito {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  background-color: #fff;
  color: var(--libreria-de-lima-black);
  border: 0;
}

.minicarrito .mc-producto {
  padding: 10px 0;
  border-bottom: 1px solid var(--libreria-de-lima-grey);
}

.mc-producto {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

.mc-data-container {
  display: flex;
}

.mc-data-container {
  flex: 2;
}

.mc-remove-container {
  flex: 1;
  text-align: right;
}

.mc-thumbnail {
  width: 40%;
  height: auto;
  margin-right: 10px;
}

.mc-data {
  width: 60%;
  margin: auto 0;
}

.mc-data p {
  margin: 0;
  text-align: left;
}

.mc-nombre {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.mc-producto .mc-eliminar {
  color: #ff0000;
  font-size: 20px;
  text-decoration: none;
}

.mc-subtotal,
.mc-descuento,
.mc-impuestos,
.mc-envio {
  margin-top: 5px;
  font-weight: 600;
  font-size: 14px;
  color: var(--libreria-de-lima-black);
  display: flex;
  justify-content: space-between;
}

.mc-total {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  color: var(--libreria-de-lima-red);
  display: flex;
  justify-content: space-between;
}

.mc-total bdi,
.mc-total span {
  font-size: 16px;
  color: var(--libreria-de-lima-red);
}

.mc-subtotal {
  margin-top: 30px;
}

.mc-botones {
  display: flex;
  gap: 2%;
  margin-top: 20px;
}

.mc-botones .btn-libreria-de-lima {
  padding: 15px 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}


/* ----------------- Forms ----------------- */

.form-cf7 .form-container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.form-cf7 .form-container-25 {
  width: 25%;
}

.form-cf7 .form-container-33 {
  width: 33.333333333333%;
}

.form-cf7 .form-container-50 {
  width: 50%;
}

.form-cf7 .form-container-100 {
  display: block;
  margin-bottom: 20px;
}

.form-cf7-footer .form-container-25 input {
  width: 100%;
}

.form-cf7-footer .wpcf7-text {
  columns: var(--libreria-de-lima-black) !important;
  background-color: var(--libreria-de-lima-white) !important;
  border-radius: 5px;
}

.form-cf7 .form-title {
  margin: 60px 0 10px;
}

.form-cf7 h2 {
  font-weight: 600;
  font-size: 20px;
}

.form-cf7 input {
  -webkit-appearance: auto;
  appearance: auto;
}

.form-cf7 input.text,
.form-cf7 input.title,
.form-cf7 input[type=email],
.form-cf7 input[type=password],
.form-cf7 input[type=tel],
.form-cf7 input[type=text],
.form-cf7 select,
.form-cf7 textarea {
  font-size: 13px;
  border: 1px solid var(--libreria-de-lima-lightbrown);
  padding: 15px;
  width: 100% !important;
  color: var(--libreria-de-lima-black);
  font-weight: 400;
  background-color: #00000000;
}

.form-cf7 input[type=date] {
  border: 1px solid var(--libreria-de-lima-lightbrown);
  font-weight: 400;
}

.footer-area .form-cf7 input[type=email] {
  color: #fff;
  border: 1px solid #ffffff85;
}

.form-cf7 textarea {
  height: 120px;
}

.form-cf7 textarea::placeholder {
  opacity: 0.5;
}

.form-cf7 .wpcf7-select {
  height: 44.75px;
  padding: 10px;
}

.form-cf7 .wpcf7-date {
  height: 44.75px;
  width: 100%;
  padding: 10px;
  border: 1px solid var(--libreria-de-lima-black);
}

.form-cf7 .wpcf7-list-item {
  margin: 0;
  font-size: 14px;
  margin: 20px 0 15px;
}

.form-cf7 .wpcf7-spinner {
  display: none;
}

.form-cf7 .wpcf7-submit {
  background-color: var(--libreria-de-lima-red);
  color: #fff;
  font-size: 16px;
  padding: 15px 50px;
  font-weight: 500;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}

.form-cf7 .form-notas p {
  margin-top: 20px;
}

.form-cf7 .form-notas .form-notas-pie {
  margin: 20px 0;
}

.form-cf7 .form-notas .form-notas-pie p {
  margin-top: 10px;
}

.footer-area .form-cf7 .wpcf7-submit {
  background-color: #fff;
  color: var(--libreria-de-lima-black);
  padding: 10px 50px;
  font-weight: 400;
}

.page-form .form-cf7 .wpcf7-submit {
  width: 100%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--libreria-de-lima-black) !important;
  font-weight: 400;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--libreria-de-lima-black) !important;
  font-weight: 400;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--libreria-de-lima-black) !important;
  font-weight: 400;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--libreria-de-lima-black) !important;
  font-weight: 400;
  opacity: 1;
}

.form-cf7 a {
  display: inline !important;
  font-size: 14px;
}

.form-cf7 p {
  margin: 0;
  font-size: 14px;
}

/* Mailchimp form */

#mc_embed_signup form {
  margin: 0 !important;
}

.footer-widget #mc_embed_signup .mc-field-group label {
  font-size: 14px;
  font-weight: 200;
}

.footer-widget #mc_embed_signup input {
  border: 1px solid #ffffff85;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.footer-widget #mc_embed_signup input:focus {
  border: 1px solid #ffffff85;
}

.footer-widget #mc_embed_signup .button,
.footer-widget #mc_embed_signup .button:hover {
  border-radius: 0;
  background-color: #fff;
  color: var(--libreria-de-lima-black);
  padding: 0 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  height: 40px;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  padding: 5px !important;
  background-color: #fff !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
}


/* ----------------- Loops & Sliders ----------------- */

.loop-container {
  width: 100%;
}

.slider-container {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.slider-container .slide-item,
.loop-container .loop-item {
  margin: 0 8px;
  position: relative;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.slider-container .slide-item img,
.loop-container .loop-item img {
  border-radius: 5px;
}

.slider-container .slide-item .product-details,
.loop-container .loop-item .product-details {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}

.slider-container .slide-item .product-details h3,
.loop-container .loop-item .product-details h3 {
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0;
  margin: 0;
}

.slider-container .slide-item .product-details .product-autor,
.loop-container .loop-item .product-details .product-autor {
  font-size: 13px;
  margin-bottom: 10px;
}

.slider-container .slide-item .product-details .product-price,
.loop-container .loop-item .product-details .product-price {
  margin-bottom: 10px;
  margin: auto 0 0;
}

.slider-container .slide-item .product-details .product-price bdi,
.slider-container .slide-item .product-details .product-price span,
.loop-container .loop-item .product-details .product-price bdi,
.loop-container .loop-item .product-details .product-price span {
  color: var(--libreria-de-lima-red);
  font-weight: 600;
  font-size: 16px;
  margin: 20px 0;
}

.slider-container .slide-item .product-details .product-link,
.loop-container .loop-item .product-details .product-link {
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-black);
  border-radius: 5px;
  margin: 0 auto 0;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
}

.slide-arrows {
  display: flex;
  justify-content: left;
}

.prev-slide,
.next-slide {
  background-color: var(--libreria-de-lima-grey);
  color: var(--libreria-de-lima-black);
  font-size: 20px;
  padding: 5px 10px 8px;
  border: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin: auto 0;
}

.prev-slide:hover,
.next-slide:hover {
  background-color: var(--libreria-de-lima-red);
  color: #fff;
  border: none;
}

.dots-slider {
  position: relative;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--libreria-de-lima-white);
  opacity: 0.4;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slick-dots li button:hover {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background-color: var(--libreria-de-lima-white);
  opacity: 1;
}

.product-loop {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 60px 0;
  margin: 0 auto;
}

.product-loop-empty {
  margin: 20px 50px;
}

.loop-container .loop-item[style="display: none;"] {
  display: none !important;
}

#no-products-message {
  display: none;
}


/* ----------------- Form Pages ----------------- */

.page-form .form-cf7 {
  margin: 50px 0 0;
}

.form-woocommerce p:first-child {
  display: none;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 100%;
}

.form-woocommerce button {
  width: 100%;
  background-color: var(--libreria-de-lima-black) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 300 !important;
  margin-top: 10px !important;
  padding: 18px 50px 32px !important;
}

.empresa-details {
  margin-top: 60px;
}

.empresa-details h2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}


/* ----------------- Home Page ----------------- */

/* General Home Styles */

.home-sections h2 {
  font-size: 28px;
  margin-top: 0;
  line-height: 2;
}

.home-section-title {
  display: flex;
  justify-content: space-between;
}

.home-section-h2 {
  display: flex;
  justify-content: left;
  gap: 40px;
}

.home-section-title h2 {
  border-left: 5px solid var(--libreria-de-lima-red);
  padding-left: 20px;
  margin: 0;
}

.home-section-title a {
  margin: auto 0;
  padding: 10px 20px;
}

/* Home Ads Section */

.home-ads-section .ads-grid {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.home-ads-section .ads-grid .ads-grid-img {
  flex: 1;
}

.home-ads-section .ads-grid .ads-grid-img img {
  border-radius: 5px;
}

/* Home Loop */

.home-loop-container {
  margin-top: 60px;
}

.home-loop-container .product-loop {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

/* Caracteristicas */

.caracteristicas-grid {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 40px;
}

.caracteristicas-item {
  flex: 1;
  padding: 40px;
  background-color: var(--libreria-de-lima-white);
  text-align: center;
}

.caracteristica-nro {
  display: flex !important;
  justify-content: center;
}

.caracteristicas-item i {
  color: var(--libreria-de-lima-red);
  font-size: 42px;
  margin-bottom: 20px;
}

.caracteristicas-item span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}

.caracteristicas-item p {
  margin-top: 0;
}

/* Blog Section */

.blog-section .container-blog .loop-post {
  text-align: left;
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-black);
  padding: 20px;
  border-radius: 10px;
}

.blog-section .container-blog .loop-post .loop-content {
  padding: 40px 20px;
}

.loop-content h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.loop-content h3 a {
  color: var(--libreria-de-lima-white);
}

.blog-section h2 {
  margin-bottom: 0;
}

.blog-section .link-to-blog {
  margin-bottom: 0;
}

.read-more-container {
  margin-top: 30px;
}

.read-more-container .read-more {
  background-color: var(--libreria-de-lima-red);
  color: var(--libreria-de-lima-white);
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.7;
}

/* Background Section */

.home-background-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-image: url('/wp-content/uploads/2025/02/Banner-2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.welcome-section {
  background-color: #1d1d1ba6;
  color: var(--libreria-de-lima-white);
  padding: 60px;
  border-radius: 15px;
  width: 35%;
  right: 100px;
  position: absolute;
}

.welcome-section h3 {
  font-size: 48px;
}

.welcome-section p {
  font-size: 16px;
  margin-bottom: 40px;
}

.welcome-section .btn-libreria-de-lima {
  line-height: 2.7;
}

/* Editoriales Section */

.editoriales-slider-container {
  position: relative;
}

.editoriales-slider-container .prev-slide {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.editoriales-slider-container .next-slide {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.editoriales-slider-container .prev-slide,
.editoriales-slider-container .next-slide {
  background-color: var(--libreria-de-lima-grey);
  color: var(--libreria-de-lima-black);
  font-size: 28px;
}

.editoriales-slider {
  margin: 0 80px;
}

/* Testimonios Section */

.testimonio-content {
  background-color: var(--libreria-de-lima-white);
  padding: 40px;
  border-radius: 10px;
  text-align: left;
  position: relative;
}

.testimonio-content::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 80px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid var(--libreria-de-lima-white);
}

.testimonio-persona-card {
  display: flex;
  align-items: center;
  margin: 40px 40px 0 40px;
  gap: 20px;
}

.testimonio-img {
  flex: 1;
}

.testimonio-img img {
  border-radius: 50% !important;
}

.testimonio-persona {
  flex: 2;
  text-align: left;
}

.testimonio-persona h4 {
  line-height: 1.4;
  margin-bottom: 5px;
}

.testimonio-persona span {
  color: var(--libreria-de-lima-red);
  line-height: 1;
  font-size: 13px;
}

.testimonios-slider-container {
  position: relative;
}

.testimonios-slider-container .prev-slide {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.testimonios-slider-container .next-slide {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.testimonios-slider-container .prev-slide,
.testimonios-slider-container .next-slide {
  background-color: var(--libreria-de-lima-grey);
  color: var(--libreria-de-lima-black);
  font-size: 28px;
}

.testimonios-slider {
  margin: 0 80px;
}

/* Contacto Section */

.contacto-section-grid {
  display: flex;
  gap: 100px;
}

.contacto-section-grid .contacto-col-content {
  flex: 1;
  margin: auto 0;
}

.contacto-section-grid .contacto-col-content span {
  color: var(--libreria-de-lima-red);
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}

.contacto-section-grid .contacto-col-content .icon-item {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.contacto-section-grid .contacto-col-content .icon-item .icon-item-circle {
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-red);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  margin: auto 0;
  flex-shrink: 0;
}

.contacto-section-grid .contacto-col-content .icon-item .icon-item-content {
  margin: auto 0;
}

.contacto-section-grid .contacto-col-content .icon-item .icon-item-content h4,
.contacto-section-grid .contacto-col-content .icon-item .icon-item-content p {
  margin: 0;
}

.contacto-section-grid .contacto-col-content .icon-item .icon-item-content h4 {
  margin-bottom: 5px;
}

.contacto-col-form {
  display: flex;
  flex: 2;
}

.contacto-form-img {
  flex: 1;
}

.contacto-form-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
}

.contacto-form {
  flex: 1;
  background-color: var(--libreria-de-lima-white);
  padding: 40px;
  border-radius: 0 5px 5px 0;
}

.contacto-form .contact-form-section {
  margin-top: 40px;
}

.contacto-form .contact-form-section .wpcf7-submit {
  width: 100%;
}


/* ----------------- Nosotros Page ----------------- */

/* Main Grid */

.nosotros-main-grid {
  display: flex;
  gap: 100px;
}

.nosotros-main-grid-text {
  flex: 1;
}

.nosotros-main-grid-text span {
  color: var(--libreria-de-lima-red);
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}

.nosotros-main-grid-img {
  flex: 1;
}

.nosotros-categories {
  border-top: 1px solid var(--libreria-de-lima-red);
  border-bottom: 1px solid var(--libreria-de-lima-red);
  padding: 30px 50px;
  margin: 40px 0;
  display: flex;
}

.nosotros-categories-col {
  flex: 1;
}

.nosotros-cta a {
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-red);
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 5px;
  line-height: 2.7;
  text-decoration: none;
}

.nosotros-main-grid-img {
  position: relative;
}

.nosotros-main-grid-img .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.nosotros-main-grid-img .small-img {
  position: absolute;
  width: 40%;
  left: -50px;
  bottom: -50px;
  background-color: var(--libreria-de-lima-white);
  padding: 8px 8px 24px 8px;
  border-radius: 5px;
  transform: rotate(-10deg);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.nosotros-main-grid-img .small-img img {
  border-radius: 5px;
}

/* Valores Section */

.values-section {
  background-color: #E3E9E9;
  padding-bottom: 100px;
  display: flex;
  gap: 20px;
}

.values-item {
  flex: 1;
  background-color: var(--libreria-de-lima-white);
  padding: 40px;
  border-radius: 10px;
}

.values-top-row {
  border-bottom: 1px solid var(--libreria-de-lima-red);
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: flex;
}

.values-top-row .icon-item {
  display: flex;
}

.values-top-row .icon-item i {
  font-size: 32px;
  margin-right: 20px;
}

.values-top-row .icon-item h4 {
  margin-bottom: 10px;
}

.values-top-row p,
.values-bot-row p {
  margin: 0;
}

.values-alt-item {
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-red);
}

.values-alt-item .values-top-row {
  border-bottom: 1px solid var(--libreria-de-lima-white);
}

/* Sub Grid */

.nosotros-sub-grid {
  display: flex;
  gap: 160px;
}

.nosotros-sub-grid-text {
  flex: 1;
}

.nosotros-sub-grid-text span {
  color: var(--libreria-de-lima-red);
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}

.nosotros-sub-grid-text h2 {
  font-size: 38px;
}

.nosotros-sub-grid-text h3 {
  font-size: 20px;
}

.nosotros-sub-grid-text .nosotros-sub-grid-text-item {
  margin: 40px 0;
  border-bottom: 1px solid var(--libreria-de-lima-red);
  padding-bottom: 40px;
}

.nosotros-sub-grid-text .nosotros-sub-grid-text-item:last-child {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.nosotros-sub-grid-text .nosotros-sub-grid-text-item p {
  margin: 0;
}

.nosotros-sub-grid-img {
  flex: 1;
}

.nosotros-sub-grid-img {
  position: relative;
}

.nosotros-sub-grid-img .main-img {
  width: 80%;
  height: 85%;
  object-fit: cover;
  border-radius: 10px;
}

.nosotros-sub-grid-img .grid-horario {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000000e1;
  color: var(--libreria-de-lima-white);
  padding: 40px;
  width: 60%;
  border-radius: 10px;
}

.nosotros-sub-grid-img .grid-horario .icon-item {
  display: flex;
}

.nosotros-sub-grid-img .grid-horario .icon-item i {
  font-size: 32px;
  margin-right: 20px;
}

.nosotros-sub-grid-img .grid-horario .icon-item h4 {
  margin-bottom: 10px;
}

.nosotros-sub-grid-img .grid-horario .horario-item {
  border-top: 1px solid var(--libreria-de-lima-white);
  margin-top: 20px;
  padding-top: 20px;
}

.nosotros-sub-grid-img .grid-horario .horario-item h5 {
  margin-bottom: 5px;
  font-size: 14px;
}


/* ----------------- Coleccionables Page ----------------- */

/* Main Section Coleccionables */

.page-coleccionables div,
.page-coleccionables section {
  background-color: #000;
}

.hero-coleccionables {
  position: relative;
  background: url(/wp-content/uploads/2025/02/pexels-halid-_cesm-736236980-27022414.jpg) no-repeat center center;
  background-size: cover;
}

.hero-coleccionables::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.hero-coleccionables>* {
  position: relative;
  z-index: 2;
}

.back-to-store-btn {
  padding: 10px 20px;
  background-color: var(--libreria-de-lima-white);
  position: absolute;
  top: 50px;
  left: 50px;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none !important;
}

.hero-coleccionables-content {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: var(--libreria-de-lima-white);
  padding: 150px;
  background-color: #00000000 !important;
}

.hero-coleccionables-content img {
  width: 50%;
  margin-bottom: 40px;
}

.hero-coleccionables-content h1 {
  font-size: 28px;
  text-transform: uppercase;
}

.hero-coleccionables-content h2 {
  font-size: 42px;
  text-transform: uppercase;
}

.grid-buttons {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  justify-content: center;
  background-color: #00000000 !important;
}

.grid-buttons a {
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-red);
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
}

/* Highlights */

.highlight-coleccionables-section {
  display: flex;
  color: var(--libreria-de-lima-white);
  gap: 100px;
}

.highlight-coleccionables-section h2 a {
  color: var(--libreria-de-lima-white);
}

.highlight-coleccionables-text-content {
  flex: 3;
  margin: auto 0;
}

.highlight-coleccionables-text-content .highlight-coleccionables-autor {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 40px;
}

.highlight-coleccionables-text-content .highlight-coleccionables-precio {
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  color: var(--libreria-de-lima-red);
}

.highlight-coleccionables-text-content .highlight-coleccionables-descripcion {
  margin-top: 40px;
}

.highlight-coleccionables-text-content .highlight-coleccionables-btn {
  margin-top: 40px;
  display: block;
}

.highlight-coleccionables-text-content .highlight-coleccionables-btn a {
  line-height: 4;
}

.highlight-coleccionables-text-content .highlight-coleccionables-precio span {
  font-size: 18px;
}

.highlight-coleccionable-image-content {
  flex: 2;
  margin: auto 0;
}

.highlight-coleccionable-tags-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  margin: auto 0;
}

.highlight-coleccionable-tags-content .tag-item img {
  width: 20%;
  margin-bottom: 20px;
}

/* Loop coleccionables */

.colecciones-title-container {
  text-align: center;
  color: var(--libreria-de-lima-white);
  width: 65%;
  margin: 0 auto 80px;
}

.coleccionables-loop-container .product-loop {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.coleccionables-loop-container .loop-item .product-details h3,
.coleccionables-loop-container .loop-item .product-details .product-autor {
  color: var(--libreria-de-lima-white);
}


.coleccionables-loop-container .loop-item .product-details .product-link {
  background-color: var(--libreria-de-lima-red);
}

/* Last container */

.last-container-coleccionables {
  padding-bottom: 100px;
  color: var(--libreria-de-lima-white);
}

.last-container-coleccionables-main-grid {
  display: flex;
  gap: 200px;
}

.last-container-coleccionables-main-grid-text {
  flex: 1;
  margin: 80px 0;
}

.last-container-coleccionables-main-grid-text span {
  color: var(--libreria-de-lima-red);
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}

.last-container-coleccionables-main-grid-img {
  flex: 1;
}

.last-container-coleccionables-main-grid-img {
  position: relative;
}

.last-container-coleccionables-main-grid-img .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.last-container-coleccionables .icon-item {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.last-container-coleccionables .icon-item .icon-item-circle {
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-red);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  flex-shrink: 0;
}

.last-container-coleccionables .icon-item .icon-item-content {
  width: 70%;
}

.last-container-coleccionables .icon-item .icon-item-content h4,
.last-container-coleccionables .icon-item .icon-item-content p {
  margin: 0;
}

.last-container-coleccionables .icon-item .icon-item-content h4 {
  margin-bottom: 5px;
}


/* ----------------- Blog Page Styles ----------------- */

/* General Styles */

.page-blog .pages-subtitle {
  margin-bottom: 0;
}

/* Blog Loop */

.container-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}

.loop-post {
  width: calc(96% / 3);
  margin-top: 5%;
}


/* ----------------- Blog Entry Page ----------------- */

/* Blog Entry General Styles */

.page-articulo .archive-sidebar-container {
  margin-top: 0;
}

.page-articulo h1,
.page-articulo h2,
.page-articulo h3,
.page-articulo h4,
.page-articulo h5 {
  font-family: var(--libreria-de-lima-mainfont);
  font-weight: 600;
}

/* Blog Entry Meta */

.blog-entry-meta {
  display: flex;
  margin: 40px 0;
}

.blog-entry-meta a {
  color: var(--libreria-de-lima-red);
  font-weight: 600;
}

.blog-entry-meta p {
  margin: 0;
  padding: 0 20px;
  font-size: 12px;
  display: block;
  border-right: 2px solid var(--libreria-de-lima-black);
}

.blog-entry-meta p:first-child {
  padding-left: 0;
}

.blog-entry-meta p:last-child {
  border-right: none;
}

/* Blog Entry Content */

.blog-entry-content h1 {
  margin: 0 0 40px;
  font-size: 28px;
}

.blog-entry-content h2 {
  margin-top: 40px;
}

.blog-entry-content h3 {
  margin-top: 30px;
}

/* Blog Entry Video */

.wp-block-embed {
  margin: 40px 0;
}

.wp-block-embed__wrapper,
.wp-block-video {
  position: relative;
  width: 100% !important;
  height: 0;
  padding-bottom: 56.25%;
  max-width: 100% !important;
}

.wp-block-embed__wrapper iframe,
.wp-block-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Blog Tik Tok */

.wp-block-embed-tiktok .wp-block-embed__wrapper {
  height: unset!important;
  padding-bottom: 0!important;
}

.tiktok-embed {
    min-height: 600px !important;
    height: auto !important;
}

#embed-video-container {
  background:var(--libreria-de-lima-grey)!important;
}

/* Comment Section */

#comments {
  margin-top: 80px;
}

.commentlist {
  list-style: none;
}

.comment-meta img {
  width: auto;
}

.commentlist a {
  text-decoration: underline;
}

.commentlist .reply a {
  font-size: 12px;
  padding: 8px 15px;
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-red);
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
}

/* Comment Form */

.comment-respond {
  margin-top: 80px;
}

.comment-respond form .comment-form-comment,
.comment-respond form .comment-form-author,
.comment-respond form .comment-form-email {
  display: flex;
  flex-direction: column;
}

.comment-respond form .comment-form-comment textarea,
.comment-respond form .comment-form-author input,
.comment-respond form .comment-form-email input {
  padding: 10px;
  border: 1px solid var(--libreria-de-lima-lightbrown);
  border-radius: 5px;
}

.comment-form-url {
  display: none !important;
}

.comment-respond form .comment-form-comment label,
.comment-respond form .comment-form-author label,
.comment-respond form .comment-form-email label {
  font-weight: 600;
}

.comment-respond form .form-submit input {
  font-family: var(--libreria-de-lima-mainfont) !important;
  font-weight: 500;
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-red);
  border: none;
  border-radius: 5px;
  padding: 12px;
  width: 100%;
}


/* ----------------- Highlights ----------------- */

/* Highlight Section */

.highlight-section {
  display: flex;
  gap: 30px;
}

.highlight-section h5 {
  font-family: var(--libreria-de-lima-mainfont);
  font-weight: 600;
}

.highlight-column-main {
  flex: 2 !important;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.highlight-column-small {
  flex: 1 !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.highlight-section h4 {
  margin: 0 0 40px 0;
  font-size: 22px;
}

.highlight-section img {
  display: block;
  margin: 0;
}

/* Entry Cards General */

.news-side-section .entry-title {
  margin-top: 0;
}

/* Entry Card Main */

.entry-card-main span {
  display: block;
  font-size: 14px;
}

.entry-card-main h5 {
  font-size: 24px;
  margin: 20px 0;
}

.entry-card-main p {
  font-size: 14px;
  margin: 0;
}

/* Entry Card Small */

.entry-card-small span {
  display: block;
  font-size: 12px;
}

.entry-card-small h5 {
  font-size: 16px;
  margin: 20px 0;
  font-family: var(--libreria-de-lima-mainfont);
  font-weight: 600;
}

.entry-card-small p {
  font-size: 13px;
  margin: 0;
}

/* Entry Card XS */

.entry-card-xs span {
  display: block;
  font-size: 10px;
}

.entry-card-xs h5 {
  font-size: 12px;
  margin: 10px 0 0;
}

/* Entry Cards Separators */

.entry-column-various .entry-card:first-child {
  padding-top: 0;
}

.entry-column-various .entry-card:last-child {
  padding-bottom: 0;
  border: none;
}

/* Entry Cards Flex */

.entry-card-flex {
  display: flex;
}

.entry-card-flex-column {
  flex: 1;
}

.entry-card-flex span {
  margin-top: 5px;
}

.entry-card-flex-img {
  display: flex;
  align-items: stretch;
}

.entry-card-flex-img a {
  display: flex;
  flex: 1;
}

.entry-card-flex-img .entry-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}


/* Card Text */

.entry-card-content {
  padding: 20px;
}

.highlight-column-small-text span {
  margin-top: 0;
}

.highlight-column-small-text h5 {
  margin-bottom: 0;
}


/* ----------------- Archive ----------------- */

/* Archive Container */

.archive-container {
  display: flex;
  gap: 100px;
}

.archive-container-col-5 {
  flex: 5;
}

.archive-container-col-2 {
  flex: 2;
}

/* Archive Sidebar */

.archive-sidebar-container {
  margin-top: 80px;
}

.noticias-destadas-container h4 {
  font-size: 22px;
  margin-top: 0;
  font-family: var(--libreria-de-lima-mainfont);
  font-weight: 600;
}

.noticias-destadas-container h4 a {
  text-transform: uppercase;
}

.ultimas-noticias-container h4 {
  font-size: 22px;
  margin-top: 0;
  text-transform: uppercase;
}

.ultimas-noticias-container h5 {
  margin-bottom: 0;
}

.ultimas-noticias-container span {
  margin-top: 0;
}

/* Archive Pagination */

.pagination {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
}

.pagination .next,
.pagination .previous {
  width: 40%;
}

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

.pagination a {
  font-size: 14px;
  color: var(--ambar-yellow-text);
  font-weight: 600;
}

/* Archive Entry */

.archive-entry {
  margin: 40px 0;
  border-bottom: 1px solid var(--ambar-lightgrey);
}

.archive-entry:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.archive-entry h5 {
  font-size: 18px;
  font-family: var(--libreria-de-lima-mainfont);
  font-weight: 600;
}

.archive-entry p {
  font-size: 14px;
}


/* ----------------- Contact Page ----------------- */

.mapa-container {
  width: 100%;
  height: 500px;
}

.mapa-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


/* ----------------- FAQ Page ----------------- */

.faq-container h1 {
  margin-top: 0;
}

.accordion-main-container-faq {
  display: none;
}

.accordion-main-container-faq.active {
  display: block;
}

.accordion-main-container-faq .panel p {
  font-weight: 400;
}

.faq-grid-container {
  display: flex;
  gap: 100px;
}

.faq-title-container {
  flex: 1;
}

.faq-title-container h2 {
  margin-bottom: 40px;
}

.accordion-main-container {
  flex: 2;
}


/* ----------------- Account Pages ----------------- */

/* Formularios de Login/Register */

.woocommerce-account .container {
  padding-right: 25%;
  padding-left: 25%;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: flex;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  flex: 1;
}

.woocommerce-account .page-center-md {
  padding: 50px 30% 0;
  margin: 0;
}

.woocommerce-form-register {
  display: none;
}

.tab-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.tab-buttons .btn-frutaldia {
  background-color: #fff;
  border: 1px solid var(--libreria-de-lima-red);
  color: var(--libreria-de-lima-red);
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}

.tab-buttons .active {
  background-color: var(--libreria-de-lima-red);
  color: #fff;
  cursor: auto;
}

.tab-button::before,
.tab-button::after {
  content: none !important;
}

/* Form */

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
  float: none;
  width: 100%;
  margin: 10px 0;
  background-color: var(--libreria-de-lima-red);
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 12px;
}

.woocommerce .woocommerce-form-register .woocommerce-Button,
.woocommerce .woocommerce-form-register .woocommerce-Button:hover {
  width: 100%;
  margin: 10px 0;
  background-color: var(--libreria-de-lima-red);
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  padding: 12px;
}

.woocommerce form.login,
.woocommerce form.register {
  margin-bottom: 0;
}

form.woocommerce-form.woocommerce-form-login.login p,
form.woocommerce-form.woocommerce-form-login.login span,
form.woocommerce-form.woocommerce-form-register.register p,
form.woocommerce-form.woocommerce-form-register.register span {
  font-size: 12px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  gap: 5px;
}

/* General styles account */

.woocommerce-edit-account .container,
.woocommerce-edit-address .container,
.woocommerce-downloads .container,
.woocommerce-orders .container,
.woocommerce-dashboard .container {
  padding-right: 100px;
  padding-left: 100px;
}

.woocommerce-edit-account .content-container,
.woocommerce-edit-address .content-container,
.woocommerce-downloads .content-container,
.woocommerce-orders .content-container,
.woocommerce-dashboard .content-container {
  background-color: var(--libreria-de-lima-grey);
  padding-top: 0;
}

nav.woocommerce-MyAccount-navigation {
  display: flex;
  flex-direction: column;
}

nav.woocommerce-MyAccount-navigation a {
  border: 1px solid var(--libreria-de-lima-black);
  margin: 5px 0;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
}

nav.woocommerce-MyAccount-navigation a:first-child {
  margin-top: 0;
}

.woocommerce-MyAccount-content {
  padding: 40px;
  background-color: var(--libreria-de-lima-white);
  border-radius: 10px;
  width: 62% !important;
}

nav.woocommerce-MyAccount-navigation a.is-active {
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-red);
  border: 1px solid var(--libreria-de-lima-red);
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

/* Datos */

.woocommerce-account fieldset {
  margin: 30px 0;
}

.woocommerce-account .woocommerce-Button {
  display: inline-block;
  padding: 15px 30px !important;
  margin: 5px;
  color: #fff !important;
  background-color: var(--libreria-de-lima-red) !important;
  font-weight: 500 !important;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px !important;
  font-weight: bold;
  text-decoration: none !important;
}


.woocommerce-account .woocommerce-orders-table__cell .view {
  color: #fff !important;
  background-color: var(--libreria-de-lima-red) !important;
  font-weight: 500 !important;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px !important;
  font-weight: bold;
  text-decoration: none !important;
  width: 100%;
}

.woocommerce-MyAccount-content h2 {
  font-size: 20px;
  margin-top: 40px;
}

/* Direcciones */

.woocommerce-account .col2-set {
  display: block;
}

.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce-account .col2-set .col-2 {
  margin-top: 20px;
}

.woocommerce-account .addresses .title h3 {
  float: none;
}

.woocommerce-account .addresses .title .edit {
  float: none;
  display: block;
  margin-bottom: 20px;
}

/* Notices */

.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message {
  padding: 20px 20px 0 50px;
  display: flex;
  flex-direction: column;
}

.woocommerce-MyAccount-content .woocommerce-error::before,
.woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce-MyAccount-content .woocommerce-message::before {
  top: 20px;
  left: 20px;
}

.woocommerce-MyAccount-content .woocommerce-error .button,
.woocommerce-MyAccount-content .woocommerce-info .button,
.woocommerce-MyAccount-content .woocommerce-message .button {
  margin-top: 20px;
  width: max-content;
}


/* ----------------- Politicas Page ----------------- */

.politica-content h2 {
  margin-top: 60px;
  font-size: 22px;
}

.politica-content .resp-table {
  margin: 40px 0;
}

.page-terminos-condiciones .politica-content h2:first-child {
  margin-top: 0;
}

.page-privacidad .politica-content p:first-child,
.page-cookies .politica-content p:first-child {
  margin-top: 0;
}


/* ----------------- 404 Styles ----------------- */

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

.page-404 h1 {
  font-size: 164px;
  line-height: 1;
  margin: 0;
}

.page-404 p {
  margin: 50px 0;
  font-size: 18px;
}


/* ----------------- WOOCOMMERCE STYLES ----------------- */


/* ----------------- Global WooCommerce Styles ----------------- */

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
  margin: 0;
  width: 15px;
  height: 35px;
}

.woocommerce .quantity .qty {
  border: 1px solid var(--libreria-de-lima-lightbrown);
  height: 40px;
  border-radius: 5px;
}


/* ----------------- Woo Default Notices ----------------- */

/* Current notices */
.woo-notice-container a,
.return-to-shop a,
.woocommerce-checkout .woocommerce-message a,
.woocommerce-checkout .woocommerce-error a,
.woocommerce-checkout .woocommerce-info a {
  background-color: var(--libreria-de-lima-red) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: 5px !important;
  width: max-content;
  margin-top: 10px !important;
}

.woocommerce-checkout .woocommerce-message {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: var(--libreria-de-lima-white);
  border-top-color: var(--libreria-de-lima-black);
  margin: 0;
  padding: 2em 100px 1.5em 125px;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
  margin-bottom: 20px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 2em;
  left: 100px;
}

.cartflow-page .woocommerce-error,
.cartflow-page .woocommerce-info,
.cartflow-page .woocommerce-message {
  padding: 1.5em 100px 1.5em 45px;
}

.cartflow-page .woocommerce-error::before,
.cartflow-page .woocommerce-info::before,
.cartflow-page .woocommerce-message::before {
  top: 1.5em;
  left: 20px;
}

.custom-woonotice {
  display: flex;
  flex-direction: column;
}

/* ----------------- Product Page ----------------- */

/* General Styles */

.product-main-container {
  gap: 100px;
}

.product-secondary-container {
  gap: 50px;
}

.col-product-info .container-title h1 {
  margin-bottom: 10px;
}

.product-page-autor {
  font-size: 24px;
}

.product-page-sello {
  margin-top: 40px;
}

.product-page-sello a {
  color: var(--libreria-de-lima-red);
  font-weight: 600;
}

/* Product Gallery */

.woocommerce-product-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  position: relative;
}

.woocommerce-product-gallery__image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.flex-control-thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}

.flex-control-thumbs li {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
}

.flex-control-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 2px solid transparent;
  transition: border 0.3s ease-in-out;
}

.flex-control-thumbs img:hover,
.flex-control-thumbs .flex-active img {
  border-color: var(--primary-color, #ff4d00);
}

.woocommerce-product-gallery .flex-prev,
.woocommerce-product-gallery .flex-next {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  font-size: 18px;
  transition: background 0.3s ease-in-out;
}

.woocommerce-product-gallery .flex-prev:hover,
.woocommerce-product-gallery .flex-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

ol.flex-control-nav.flex-control-thumbs {
  padding: 0;
}

a.woocommerce-product-gallery__trigger {
  position: absolute;
  background-color: #ffffff;
  z-index: 99;
  padding: 10px 15px;
  border-radius: 0 8px 0 0;
  right: 0;
  text-decoration: none;
}

.woocommerce-product-gallery__trigger::before {
  display: none;
}

.woocommerce-product-gallery__trigger {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f002";
}

.woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  margin: 0;
}


/* Side Content */

.col-product-info {
  background-color: var(--libreria-de-lima-white);
  padding: 60px;
}

.col-product-info h2 {
  font-size: 16px;
  color: var(--libreria-de-lima-red);
  font-weight: 600;
}

.col-product-info .col-product-info-container {
  padding-bottom: 50px;
  border-bottom: 1px solid var(--libreria-de-lima-lightgrey);
  margin-bottom: 50px;
}

/* Price Container */

.col-product-info .container-title .product-price {
  margin: 30px 0;
}

.col-product-info .container-title .product-price .sale-regular-price {
  margin-right: 15px;
  color: #999;
}

.col-product-info .container-title .product-price .sale-regular-price del {
  font-size: 28px;
}


.col-product-info .container-title .product-price .regular-price span,
.col-product-info .container-title .product-price .sale-price span,
.col-product-info .container-title .product-price .sale-regular-price span {
  font-size: 28px;
}

.col-product-info .container-title .product-price .regular-price span,
.col-product-info .container-title .product-price .sale-price span {
  font-weight: 600;
  color: var(--libreria-de-lima-red);
}

/* Out of Stock Notice */

.out-of-stock-notice-container {
  margin-top: 40px;
  border: 1px solid var(--libreria-de-lima-red);
  padding: 15px;
}

.out-of-stock-notice-container p {
  margin: 0;
}

/***** Add To Cart Container *****/

.add-to-cart-container form.variations_form.cart {
  flex-direction: column;
  gap: 40px;
  margin: 40px 0 0;
}

table.variations {
  display: flex;
}

table.variations tr {
  display: flex;
  flex-direction: column;
}

table.variations tr th.label {
  text-align: left;
  margin-bottom: 10px;
}

.reset_variations {
  display: none;
}

.woocommerce-variation-price {
  margin-bottom: 20px;
}

.woocommerce-variation-price .price ins {
  text-decoration: none !important;
}

.woocommerce-variation-price .price,
.woocommerce-variation-price .price .bdi,
.woocommerce-variation-price .price span {
  font-size: 28px;
  font-weight: 600;
  color: var(--libreria-de-lima-red);
}

.woocommerce-variation-price .price del {
  margin-right: 15px;
  color: #999;
}

.woocommerce-variation-price .price del .bdi,
.woocommerce-variation-price .price del span {
  color: #999;
  font-weight: 400;
}

/* Product Data Container */

.product-data-container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 25px 50px;
  align-items: start;
}

.product-data-item {
  display: contents;
}

.product-data-item h2 {
  font-size: 14px;
  font-weight: bold;
  margin: auto 0;
}

.product-data-item p {
  margin: 0;
}

.product-highlights-container {
  display: flex;
  gap: 40px;
  padding: 30px 50px 80px !important;
}

.highlight-item {
  flex: 1;
  text-align: center;
}

.highlight-item i {
  color: var(--libreria-de-lima-red);
  font-size: 28px;
}

.highlight-item p {
  margin-bottom: 0;
  font-weight: 500;
}

/* Description Container */

.product-paragraph-content {
  text-align: justify;
}

.description-container .description-item {
  margin-top: 50px;
}

.description-container .description-item:first-child {
  margin-top: 0;
}

.share-links a {
  margin-right: 20px;
}

.share-links a:last-child {
  margin-right: 0;
}

.share-links h2 {
  margin-bottom: 40px;
  color: var(--libreria-de-lima-black);
}

.share-links .copy-url {
  cursor: pointer;
}


/* Related Products Container */

.related-products-container h2 {
  font-size: 24px;
  margin-bottom: 40px;
}

.related-products-container .product-loop {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}


/* ----------------- Shop Page / Archives Page ----------------- */

.page-archive h1 {
  margin: 0;
  font-family: var(--libreria-de-lima-mainfont);
  font-weight: 600;
}

.page-archive h1 span {
  font-size: 38px;
}

/* Filtros */

.archive-col-products {
  gap: 40px
}

.archive-filters-content {
  background-color: var(--libreria-de-lima-white);
  padding: 20px 40px 40px;
}

.archive-filters .filter-name {
  font-size: 14px;
  font-weight: 500;
}

.archive-filters label {
  font-size: 14px;
}

.archive-filters .btn-libreria-de-lima {
  margin-top: 20px;
  width: 100%;
}

.archive-filters .accordion {
  border-top: 1px solid var(--libreria-de-lima-lightgrey);
  position: relative;
  padding: 0;
  font-family: var(--libreria-de-lima-mainfont);
}

.archive-filters .accordion:after {
  position: absolute;
  top: 16px;
  right: 20px;
}

.archive-filters .movil-acordion {
  margin-top: 30px;
}


#price-slider {
  margin: 20px 0;
  width: 100%;
}

.price-range {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
  color: var(--libreria-de-lima-black);
}

.filter-items p {
  font-weight: bold;
}

#price-slider {
  width: 86%;
  margin: 10px auto;
}

.noUi-connect {
  background-color: var(--libreria-de-lima-red) !important;
}

.product-count-number {
  color: var(--libreria-de-lima-red);
  font-weight: 600;
}

/* Archive ads */

.archive-ads-libreria-container {
  margin: 40px 0;
}

.archive-ad-libreria {
  color: var(--libreria-de-lima-white);
  background-color: var(--libreria-de-lima-red);
  padding: 40px;
  margin: 10px 0;
  border-radius: 10px;
  text-align: center;
}

.archive-ad-libreria img {
  width: 80%;
  margin-bottom: 20px;
}

.archive-ad-libreria h4 {
  line-height: 1.4;
}

.archive-ad-libreria p {
  margin-bottom: 0;
}

/* Archive highlights */


.archive-highlights-container {
  margin: 40px 0;
}

.archive-highlight {
  background-color: var(--libreria-de-lima-white);
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
}

.archive-highlight:first-child {
  padding-top: 40px;
}

.archive-highlight i {
  font-size: 28px;
  color: var(--libreria-de-lima-red);
  margin-bottom: 20px;
}

.archive-highlight h4 {
  line-height: 1.4;
}

.archive-highlight p {
  margin-bottom: 0;
}

.archive-highlight:last-child {
  padding-bottom: 40px;
}

/* ----------------- Cart & Checkout Header/Footer Styles ----------------- */

.cartflow-bar {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  color: #fff;
  background-color: var(--libreria-de-lima-black);
}

.cartflow-text,
.cartflow-bar-text {
  margin: auto 0;
}

.cartflow-header-logo {
  width: 10%;
  margin: auto 0;
}

.cartflow-footer {
  margin-top: 80px;
}

.cartflow-footer .footer-bar {
  color: #fff;
  background-color: var(--libreria-de-lima-black);
  display: flex;
  justify-content: space-between;
  padding: 15px 50px;
}

.cartflow-footer .footer-date,
.cartflow-footer .footer-date span {
  font-size: 12px;
  font-weight: 300;
}

.cartflow-footer .footer-bar a {
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
}

.cartflow-footer .footer-bar .footer-bar-links {
  margin: auto 0;
}

/* Steps */

.progress-container {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 5%;
}

.progress-bar {
  counter-reset: step;
}

.progress-bar li {
  list-style: none;
  display: inline-block;
  width: 30.33%;
  position: relative;
  text-align: center;
  z-index: 1;
}

.progress-bar li:before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid var(--libreria-de-lima-red);
  color: var(--libreria-de-lima-red);
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: var(--libreria-de-lima-grey);
}

.progress-bar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  color: #fff;
  background-color: var(--libreria-de-lima-grey);
  top: 25px;
  left: -50%;
  z-index: -1;
}

.progress-bar li:first-child:after {
  content: none;
}

.progress-bar li.active {
  background-color: var(--libreria-de-lima-grey);
}

.progress-bar li.active span {
  color: var(--libreria-de-lima-black);
}

.progress-bar li.active:before {
  color: #fff;
  background-color: var(--libreria-de-lima-red);
}

.progress-bar li.active+li:after {
  background-color: var(--libreria-de-lima-red);
}


/* ----------------- Cart Page ----------------- */

.cross-sells {
  display: none;
}

.cartflow-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
.cartflow-page .cart_totals {
  background-color: var(--libreria-de-lima-white);
  padding: 40px 60px;
}

.cartflow-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  margin-bottom: 60px;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce table .woocommerce-shipping-destination {
  text-align: center;
}

tr.woocommerce-cart-form__cart-item.cart_item td {
  border-right: 1px solid #e0dddd;
  text-align: center;
}

tr.woocommerce-cart-form__cart-item.cart_item td:last-child {
  border-right: none;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.woocommerce-cart-form__contents th {
  text-align: center;
  font-weight: 500 !important;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
  width: auto !important;
  padding: 15px 50px;
  color: #fff !important;
  background-color: var(--libreria-de-lima-black) !important;
}

input#coupon_code {
  padding: 11.5px;
  font-size: 14px;
  width: 50% !important;
  background-color: #fff;
  border: 1px solid var(--libreria-de-lima-lightbrown);
  color: var(--libreria-de-lima-black);
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  font-weight: 500;
  font-size: 14px;
  background-color: var(--libreria-de-lima-red) !important;
  color: #fff !important;
  border-radius: 5px;
  padding: 15px 30px;
}

.woocommerce .coupon .button {
  float: none;
  width: 48.5% !important;
  padding: 14.5px;
}

.woocommerce-cart-form .actions {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.cart_totals tr td,
.cart_totals tr th {
  border-top: 1px solid #e0dddd !important;
}

.cart_totals td {
  text-align: center;
}

.cart_totals td,
.cart_totals th {
  padding: 20px !important;
  font-size: 14px;
}

.cart_totals th {
  font-weight: 500 !important;
}

a.checkout-button.button.alt.wc-forward,
a.checkout-button.button.wc-forward {
  color: #fff;
  background-color: var(--libreria-de-lima-red);
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 0;
}

p#calc_shipping_postcode_field {
  display: none !important;
}

.woocommerce td.product-name dl.variation {
  margin: 0;
}

.woocommerce td.product-name dl.variation dt {
  float: none;
  clear: none;
  margin-right: 0;
  margin-top: 10px;
  font-size: 12px;
}

.woocommerce td.product-name dl.variation dd p {
  text-align: center;
  margin: 0;
  font-size: 12px;
}


/* ----------------- Checkout Page ----------------- */

.woocommerce-checkout .col2-set {
  gap: 20px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid var(--libreria-de-lima-lightbrown);
  color: var(--libreria-de-lima-black);
  border-radius: 0;
  min-height: 40px;
  padding: 6px 12px;
  font-weight: 300;
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--libreria-de-lima-lightbrown);
  border-radius: 0;
  height: 40px;
  padding: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
  right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--libreria-de-lima-black) transparent transparent transparent;
}

.woocommerce form .form-row .select2-container {
  width: 100% !important;
}

/* Dropdown checkout */

.checkout-section {
  background-color: var(--libreria-de-lima-white);
  margin-bottom: 20px;
}

.checkout-section-title {
  background-color: var(--libreria-de-lima-white);
  padding: 40px 40px 20px;
}

.checkout-section-title h3 {
  font-family: var(--libreria-de-lima-mainfont);
  font-size: 18px;
  font-weight: 600;
}

.checkout-section-content {
  padding: 0 40px 40px;
}

/* Checkout coupon */

.woocommerce-form-coupon-toggle {
  display: none;
}

.custom-checkout-coupon {
  border: none;
  padding: 0;
  margin: 2em 0;
  text-align: left;
  border-radius: 0;
  display: flex !important;
}

.custom-checkout-coupon-input input#coupon_code {
  width: 100% !important;
}

.custom-checkout-coupon-btn button {
  background-color: var(--libreria-de-lima-black) !important;
  color: #fff !important;
  padding: 0 40px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  height: 42px;
}

/* Checkout payments style */

.choose-payment-title {
  font-family: var(--libreria-de-lima-mainfont);
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #f6f5f8;
  margin: 0;
  padding: 30px 20px;
  border-bottom: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  color: var(--libreria-de-lima-black);
  background-color: #fff;
  border: 1px solid #ddd;
}

.payment_box p {
  margin: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #f6f5f8;
  margin-bottom: 20px;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  width: auto;
}

/* Order Details Table */

.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  font-weight: 600;
}

tr.order_item td:first-child {
  width: 60%;
}

tr.order_item td:last-child {
  width: 40%;
}

tr.order_item td.product-thumbnail {
  display: flex;
  width: 100%;
}

tr.order_item td.product-thumbnail .product-image {
  width: 25%;
}

tr.order_item td.product-thumbnail .product-details {
  width: 75%;
  margin: auto 0;
  padding: 0 20px;
}

tr.order_item td.product-thumbnail .product-image {
  line-height: 0;
}

.quantity-order-details {
  font-weight: 600;
  color: var(--libreria-de-lima-black);
}

.woocommerce-shipping-totals td {
  font-size: 14px;
  font-weight: 500 !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  border-radius: 0;
  margin-top: 20px;
  color: #fff;
  background: var(--libreria-de-lima-black);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  height: 48px;
}

/* Payment Icons */

.wc_payment_methods label .wc-culqi-container .wc-culqi-title {
  width: 50px !important;
}

.wc_payment_methods label .wc-culqi-container {
  display: flex !important;
  justify-content: unset !important;
}

.wc_payment_methods label img {
  height: 25px !important;
}

.wc-culqi-icon {
  margin-left: 0 !important;
}

/* Thank You Page */

.page-order-received {
  width: 75%;
  margin: 0 auto;
}

.page-order-received .woocommerce-order p {
  margin-bottom: 50px;
}

.page-order-received .woocommerce-order h2 {
  margin-bottom: 50px;
}

.page-order-received .woocommerce-order section {
  margin-bottom: 80px;
}

.woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 20px;
  font-family: var(--libreria-de-lima-mainfont);
  margin: 0 0 50px;
}

.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: 500;
  margin-bottom: 40px;
  font-size: 16px;
}

.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-table tfoot:nth-child(3) {
  display: none;
}


/* ----------------- Responsive Media Queries ----------------- */

@media (max-width: 1490px) {

  /* ----------------- Header ----------------- */

  /* Menu Area*/

  .menu-area {
    padding: 0 20px;
  }

  /* Menu Area Top Row */

  .menu-area .logo {
    display: block;
    margin: auto;
  }

  .menu-area .logo img {
    width: 200px;
  }

  .menu-area-top-row {
    padding: 40px 0;
  }

  /* Menu Area Bottom Row */

  .menu-area-bottom-row {
    display: flex !important;
  }

  .menu-searchform {
    width: 100%;
  }

  /* Main Menu Section */

  .menu-icon .bar1,
  .menu-icon .bar2,
  .menu-icon .bar3 {
    width: 28px;
    height: 3px;
    background-color: var(--libreria-de-lima-black);
    margin: 5px 0;
    transition: 0.4s;
  }

  .pc-main-menu {
    display: none;
  }

  .mobile-main-menu {
    display: block;
  }

  .main-menu {
    margin: 0;
    height: auto;
    display: flex;
    justify-content: right;
  }

  .menu-icon,
  .check-button {
    display: block;
  }

  .check-button {
    border: none;
    background: transparent;
  }

  .main-menu ul {
    position: absolute;
    width: 100%;
    border-top: 3px solid var(--libreria-de-lima-black);
    box-shadow: 1px 1px 5px #d1d1d1;
    background: #fff;
    left: -1490px;
    text-align: center;
    transition: all cubic-bezier(.79, .14, .15, .86) .5s;
    margin: 0;
    z-index: 1;
  }

  .main-menu ul:not(.sub-menu) {
    margin-top: 60px;
  }

  .main-menu ul li {
    display: block;
    margin: 0 15px;
    padding: 20px 15px;
    border-bottom: 1px solid var(--libreria-de-lima-lightgrey);
    text-align: left;
    position: relative;
  }

  .main-menu ul li:last-child {
    border-bottom: 0;
  }

  .main-menu ul li a {
    color: var(--libreria-de-lima-black);
    display: unset;
  }

  .menu-item-has-children i.fa-solid.fa-angle-down {
    margin-left: 0;
    font-size: 14px;
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 35px;
  }

  .main-menu ul.sub-menu {
    position: relative;
    top: 0;
    display: none;
    width: auto;
    border-top: none;
    box-shadow: none;
    padding: 15px 0 0 0;
  }

  .main-menu ul.sub-menu a {
    padding: 5px 0;
    line-height: 2;
    font-weight: 300;
    margin: 0;
  }

  .main-menu ul.sub-menu li {
    margin: 0;
    padding: 15px;
  }

  .main-menu ul.sub-menu li:last-child {
    padding-bottom: 0;
  }

  .menu.show-dropdown {
    left: 0;
  }

  .animate-button .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
    transform: rotate(-45deg) translate(-4px, 4px);
  }

  .animate-button .bar2 {
    opacity: 0;
  }

  .animate-button .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
    transform: rotate(45deg) translate(-7px, -7px);
  }

  .current_page_item>a {
    background-color: white !important;
    color: var(--libreria-de-lima-red) !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
    padding: 15px 0 !important;
  }

}

@media (max-width: 912px) {

  /* ----------------- Footer ----------------- */

  /* Footer Container */

  .footer-area {
    display: block;
    padding: 60px 20px;
  }

  .footer-area a,
  .footer-area p {
    font-size: 14px;
  }

  /* Footer Widgets */

  .footer-widget {
    padding: 0;
    text-align: center;
    margin-top: 60px;
  }

  .footer-widget:first-child {
    margin-top: 0;
  }

  .footer-widget.logo img {
    width: 50%;
    margin: 0 auto;
  }

  .footer-widget-logo p {
    width: 100%;
  }

  .footer-widget .social-area {
    text-align: center;
    margin-top: 40px;
    justify-content: center;
  }

  .footer-widget .social-area a:first-child {
    margin-right: 5px;
  }

  .footer-widget .social-area a:last-child {
    margin-left: 5px;
  }

  .footer-widget i {
    font-size: 20px;
  }

  .footer-widget-libro img {
    width: 15%;
    margin-bottom: 20px;
  }

  /* Footer Newsletter */

  .footer-newsletter {
    padding: 0 40px 60px;
  }

  .footer-newsletter-container {
    padding-top: 60px;
    text-align: center;
  }

  .footer-newsletter p {
    font-size: 14px;
  }

  #mc_embed_signup_scroll {
    flex-direction: column;
    align-items: stretch;
  }

  #mc_embed_signup .mc-field-group {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #mc_embed_signup input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
  }

  .optionalParent .clear {
    width: 100%;
  }

  #mc_embed_signup .optionalParent {
    justify-content: center;
  }

  /* Footer Bar */

  .footer-bar {
    font-size: 14px;
    padding: 20px;
    display: block;
    text-align: center;
  }

  .footer-policy {
    display: none;
  }


  /* ----------------- Elements ----------------- */

  /* WhatsApp Button */
  .wa-btn {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
    font-size: 30px;
  }

  /* Cart Mobile Button */
  .cart-mobile-btn {
    display: block;
    position: fixed;
    right: 0;
    bottom: 120px;
    background-color: #000;
    color: #fff !important;
    border-radius: 10px 0 0 10px;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    z-index: 100;
  }

  .cart-mobile-btn span {
    font-size: 20px;
    color: #fff !important;
    margin-left: 5px;
  }

  .cart-mobile-btn i {
    color: #fff !important;
  }

  /* Modal */
  .modal-content {
    width: 100%;
    max-width: 95%;
    padding: 30px;
  }

  /* Acordeón */

  .accordion-container {
    padding: 0 10px;
  }

  .accordion {
    position: relative;
  }

  .accordion .accordion-btn-text {
    font-size: 14px;
    display: block;
    padding-right: 30px !important;
  }

  .accordion:after {
    position: absolute;
    right: 0;
    top: 35%;
  }

  .panel p {
    padding-right: 0;
  }

  /* Mini Carrito */

  .mostrarMinicarritoFooter {
    background-color: #ffffff00;
    padding: 0;
    border: none;
    cursor: pointer;
    height: 58px;
  }

  .minicarrito {
    width: 100%;
  }


  /* ----------------- Forms ----------------- */

  .form-container {
    display: block !important;
  }

  .form-cf7 .form-container-50,
  .form-cf7 .form-container-33,
  .form-cf7 .form-container-25 {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .footer-area .form-cf7 .wpcf7-submit {
    width: 100%;
  }

  /* Mailchimp form */

  #mc_embed_signup .mc-field-group label {
    text-align: center;
  }

  #mc_embed_signup .mc-field-group,
  #mc_embed_signup .button,
  #mc_embed_signup .button:hover {
    width: 100% !important;
  }

  #mc_embed_signup .foot {
    display: block !important;
    width: 100% !important;
  }


  /* ----------------- Loops & Sliders ----------------- */

  .product-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  /* ----------------- Form Pages ----------------- */

  .contact-info-section {
    border-top: 1px solid var(--libreria-de-lima-lightgrey);
    margin: 65px 25px 0;
    padding: 50px 0 0;
  }

  .contact-info-section .col-1 {
    margin-bottom: 50px;
  }

  .contact-info-section .col-1:last-child {
    display: block;
    margin-bottom: 0;
  }

  .page-libro-de-reclamaciones .page-title {
    margin: 0;
  }


  /* ----------------- Home Page ----------------- */

  /* General Home Styles */

  .home-sections h2 {
    font-size: 24px;
    line-height: 1.4
  }

  .home-section-title {
    flex-direction: column;
  }

  .home-section-h2 .slide-arrows {
    justify-content: center;
  }

  .home-section-h2 {
    flex-direction: column;
    gap: 20px;
  }

  .home-section-title h2 {
    border-left: none;
    text-align: center;
    padding-left: 0;
  }

  .home-section-title a {
    display: none;
  }

  /* Home Ads Section */

  .home-ads-section .ads-grid {
    flex-direction: column;
  }

  /* Home Loop */

  .home-loop-container {
    margin-top: 40px;
  }

  .home-loop-container .product-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Caracteristicas */

  .caracteristicas-grid {
    flex-direction: column;
  }

  /* Blog Section */

  .blog-section .container-blog .loop-post {
    margin-top: 20px;
  }

  .blog-section .container-blog .loop-post:first-child {
    margin-top: 40px;
  }

  /* Background Section */

  .home-background-section {
    min-height: auto;
    padding: 40px 20px;
    background-position: left;
  }

  .welcome-section {
    background-color: #1d1d1bbc;
    width: 100%;
    padding: 40px;
    position: relative;
    text-align: center;
    right: unset;
  }

  .welcome-section h3 {
    font-size: 32px;
  }

  .welcome-section p {
    font-size: 14px;
  }

  /* Editoriales Section */

  .editoriales-slider .slide-item {
    border-radius: 10px;
  }

  .editoriales-slider-container {
    margin-top: 0;
  }

  .mobile-slider-buttons {
    display: flex;
    justify-content: center;
    margin: 40px 0;
  }

  .editoriales-slider-container .prev-slide,
  .editoriales-slider-container .next-slide {
    position: relative;
  }

  .editoriales-slider {
    margin: 0;
  }

  /* Testimonios Section */

  .testimonios-slider .slide-item {
    background-color: var(--libreria-de-lima-grey) !important;
    padding: 0;
  }

  .testimonios-slider-container {
    margin-top: 0;
  }

  .testimonios-slider .slide-item {
    border-radius: 10px;
  }

  .testimonios-slider-container .prev-slide,
  .testimonios-slider-container .next-slide {
    position: relative;
  }

  .testimonios-slider {
    margin: 0;
  }

  /* Contacto Section */

  .contacto-section-grid {
    flex-direction: column;
    gap: 60px;
  }

  .contacto-col-form {
    flex-direction: column;
  }

  .contacto-form-img img {
    border-radius: 5px 5px 0 0;
  }

  .contacto-form {
    border-radius: 0 0 5px 5px;
  }


  /* ----------------- Nosotros Page ----------------- */

  /* Main Grid */

  .nosotros-main-grid {
    flex-direction: column-reverse;
    gap: 70px;
  }

  .nosotros-categories {
    padding: 20px 10px;
  }

  .nosotros-categories a {
    font-size: 13px;
  }

  .nosotros-main-grid-img {
    margin: 0 20px;
  }

  .nosotros-main-grid-img .small-img {
    left: -20px;
    bottom: -20px;
  }

  /* Valores Section */

  .values-section {
    flex-direction: column;
    padding-bottom: 60px;
  }

  /* Sub Grid */

  .nosotros-sub-grid {
    flex-direction: column;
    gap: 40px;
  }

  .nosotros-sub-grid-text h2 {
    font-size: 30px;
  }

  .nosotros-sub-grid-text h3 {
    font-size: 16px;
  }

  .nosotros-sub-grid-img .main-img {
    display: none;
  }

  .nosotros-sub-grid-img .grid-horario {
    position: relative;
    background-color: var(--libreria-de-lima-black);
    width: 100%;
  }


  /* ----------------- Coleccionables Page ----------------- */

  /* Main Section Coleccionables */

  .back-to-store-btn {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-coleccionables-content {
    width: 80%;
    padding: 150px 25px 100px;
  }

  .hero-coleccionables-content img {
    width: 70%;
  }

  .hero-coleccionables-content h1 {
    font-size: 24px;
  }

  .hero-coleccionables-content h2 {
    font-size: 32px;
  }

  .grid-buttons {
    flex-direction: column;
  }

  .grid-buttons a {
    width: max-content;
    margin: 0 auto;
    font-size: 14px;
  }

  /* Highlights */

  .highlight-coleccionables-section {
    flex-direction: column;
    gap: 40px;
  }

  .highlight-coleccionables-2 {
    flex-direction: column-reverse;
  }

  .highlight-coleccionable-image-content .slick-dots {
    bottom: 40px;
  }

  /* Loop coleccionables */

  .colecciones-title-container {
    width: 80%;
    margin: 0 auto 60px;
  }

  .coleccionables-loop-container .product-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Last container */

  .last-container-coleccionables {
    padding-bottom: 60px;
  }

  .last-container-coleccionables-main-grid {
    flex-direction: column;
    gap: 80px;
  }

  .last-container-coleccionables-main-grid-text {
    margin: 0;
  }

  .last-container-coleccionables .icon-item .icon-item-content {
    width: 100%;
  }


  /* ----------------- Blog Page Styles ----------------- */

  /* Blog Loop */

  .loop-post {
    width: 100%;
    margin-top: 60px;
  }


  /* ----------------- Blog Entry Page ----------------- */

  /* General Styles*/

  .blog-entry-columns {
    display: block;
  }

  /* Blog Entry Content */

  .blog-entry-meta-info {
    display: block;
  }

  .blog-entry-meta-info p {
    margin: 10px 0;
  }

  .blog-entry-meta-info .entry-category-tag {
    border-left: none;
    border-right: none;
    padding: 0;
  }

  .blog-entry-main-img {
    margin-bottom: 40px;
  }

  .blog-entry-share {
    padding: 60px 0 80px;
  }

  /* Posts Relacionados*/

  .post-relacionados {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--libreria-de-lima-lightgrey);
  }

  /* Sidebar Styles */

  .sidebar-section {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }


  /* ----------------- Archive ----------------- */

  /* Archive Container */

  .archive-container {
    display: block;
  }

  /* Archive Pagination */

  .pagination {
    padding-top: 50px;
  }

  /* Archive Entry */

  .archive-entry {
    padding: 20px 0;
  }

  .archive-entry span {
    font-size: 10px;
    margin-top: 3px;
  }

  .archive-entry h5 {
    font-size: 16px;
  }

  .archive-entry {
    gap: 0;
  }

  .archive-entry {
    padding: 0;
    flex-direction: column;
  }

  .pagination {
    display: none;
  }

  .archive-container {
    margin-bottom: 40px;
  }


  /* ----------------- Blog Entry Page ----------------- */

  /* Blog Entry General Styles */

  .page-articulo .archive-sidebar-container {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--ambar-lightgrey);
  }

  /* Blog Entry Meta */

  .blog-entry-meta {
    display: flex;
    margin: 20px 0;
  }

  .blog-entry-meta p {
    padding: 0 10px;
    font-size: 10px;
  }

  /* Blog Entry Content */

  .blog-entry-content h1 {
    margin: 0 0 20px;
    font-size: 24px;
  }


  /* ----------------- FAQ Page ----------------- */

  .faq-container h1 {
    margin-top: 0;
  }

  .accordion-main-container-faq {
    margin-top: 0;
  }

  .faq-grid-container {
    flex-direction: column;
    gap: 0;
  }

  .faq-container h2:first-child {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }


  /* ----------------- Account Pages ----------------- */

  /* Formularios de Login/Register */

  .woocommerce-account .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  /* General styles account */

  .woocommerce-edit-account .container,
  .woocommerce-edit-address .container,
  .woocommerce-downloads .container,
  .woocommerce-orders .container,
  .woocommerce-dashboard .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .woocommerce-edit-account .content-container,
  .woocommerce-edit-address .content-container,
  .woocommerce-downloads .content-container,
  .woocommerce-orders .content-container,
  .woocommerce-dashboard .content-container {
    padding: 0;
  }

  nav.woocommerce-MyAccount-navigation {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .woocommerce-MyAccount-content {
    width: 100% !important;
  }

  /* Notices */

  .woocommerce-MyAccount-content .woocommerce-error,
  .woocommerce-MyAccount-content .woocommerce-info,
  .woocommerce-MyAccount-content .woocommerce-message {
    padding: 10px 10px 0 40px;
  }

  .woocommerce-MyAccount-content .woocommerce-error::before,
  .woocommerce-MyAccount-content .woocommerce-info::before,
  .woocommerce-MyAccount-content .woocommerce-message::before {
    top: 10px;
    left: 10px;
  }

  .woocommerce-MyAccount-content .woocommerce-error .button,
  .woocommerce-MyAccount-content .woocommerce-info .button,
  .woocommerce-MyAccount-content .woocommerce-message .button {
    font-size: 14px;
  }


  /* ----------------- WOOCOMMERCE STYLES ----------------- */


  /* ----------------- Global WooCommerce Styles ----------------- */

  .woocommerce .quantity .qty {
    height: 60px;
    width: 100px;
  }

  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    width: 30px;
    height: 60px;
  }


  /* ----------------- Woo Default Notices ----------------- */

  /* Current notices */

  .woo-notice-container,
  .woocommerce-checkout .woocommerce-message,
  .woocommerce-checkout .woocommerce-info,
  .woocommerce-checkout .woocommerce-error {
    position: relative !important;
  }

  .woo-notice-container a,
  .woocommerce-checkout .woocommerce-message a,
  .woocommerce-checkout .woocommerce-error a,
  .woocommerce-checkout .woocommerce-info a {
    position: absolute !important;
    bottom: 20px;
  }

  .woocommerce-checkout .woocommerce-message a,
  .woocommerce-checkout .woocommerce-error a,
  .woocommerce-checkout .woocommerce-info a {
    margin-left: 0;
  }

  .woo-notice-container .woocommerce-error,
  .woo-notice-container .woocommerce-info,
  .woo-notice-container .woocommerce-message,
  .woocommerce-checkout .woocommerce-message,
  .woocommerce-checkout .woocommerce-info,
  .woocommerce-checkout .woocommerce-error {
    padding-bottom: 65px;
  }

  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    padding: 2em 20px 1.5em 45px;
  }

  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    left: 20px;
  }

  .cartflow-page .woocommerce-error,
  .cartflow-page .woocommerce-info,
  .cartflow-page .woocommerce-message {
    padding: 1.5em 20px 1.5em 45px;
  }


  /* ----------------- Product Page ----------------- */

  /* General Styles */

  .product-main-container {
    padding-top: 30px;
    flex-direction: column;
    gap: 40px;
  }

  /* Product Gallery */

  .woocommerce-product-gallery .flex-control-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Title Container */

  .col-product-info {
    padding: 40px;
  }

  .col-product-info .container-title {
    border: none;
    padding-bottom: 0;
    margin-bottom: 30px;
  }

  .col-product-info .container-title .product-price span {
    font-size: 24px;
  }

  .col-product-info .container-title .product-price span.tax-text {
    font-size: 10px;
  }

  .container-title h1 {
    margin-top: 0;
    font-size: 26px;
  }

  .product-price del,
  .ft-price del {
    font-size: 16px;
  }

  .product-page-autor {
    font-size: 20px;
  }

  /* Product Gallery */

  .woocommerce-product-gallery {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }

  .woocommerce-product-gallery__image {
    max-width: 100%;
    width: auto;
    text-align: center;
  }

  .woocommerce-product-gallery__image img {
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: contain;
  }

  /* Product Highlights Container */

  .product-highlights-container {
    flex-direction: column;
    gap: 60px;
  }

  /* Related Products Container */

  .related-products-container .product-loop {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Add to cart */

  .woocommerce .cart .button,
  .woocommerce .cart input.button {
    padding: 15px 20px;
    font-size: 16px;
    width: 100%;
  }


  /* ----------------- Shop Page / Archives Page ----------------- */

  /* Grid */

  .product-grid {
    gap: 2%;
  }

  .product-grid .product-item {
    width: calc(50% - 1%);
  }

  .archive-col-products {
    flex-direction: column;
    gap: 20px;
  }

  /*Filtros*/

  .archive-filters .filter-name {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
  }

  .archive-filters .movil-acordion {
    margin-top: 10px;
  }

  .archive-filters .btn-libreria-de-lima {
    margin-top: 20px;
  }

  .filter-items {
    display: flex;
    flex-direction: column;
    gap: 5%;
  }

  .filter-items .movil-acordion {
    flex: 1;
  }

  .archive-filters .accordion:after {
    font-size: 18px;
  }

  /* Recently Viewed */

  .recently-view-section {
    margin-top: 0;
  }

  .recently-view-section .section-h2 {
    margin-bottom: 0;
  }

  .recently-view-section .product-item {
    margin-top: 40px;
  }

  .otras-categorias-container {
    margin-top: 80px;
  }

  /* Estilos para las categorías */

  .categories {
    gap: 2%;
  }

  .category-item {
    width: calc(50% - 1%);
    margin-top: 40px;
  }

  .category-item h3 {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 20px;
    text-align: center;
  }

  .category-item img {
    max-width: 100%;
    height: auto;
  }


  /* ----------------- Cart & Checkout Header/Footer Styles ----------------- */

  .cartflow-bar {
    display: flex;
    padding: 20px;
    flex-direction: column-reverse;
  }

  .cartflow-text,
  .cartflow-bar-text {
    text-align: center;
  }

  .cartflow-bar-text p {
    margin-bottom: 0;
    text-align: center;
  }

  .cartflow-header-logo {
    width: 100%;
  }

  .cartflow-header-logo img {
    width: 40%;
    display: block;
    margin: auto;
    padding-bottom: 10px;
  }

  .cartflow-footer {
    margin-top: 50px;
  }

  .cartflow-title h1 {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .page-cart .container-section {
    padding-top: 40px;
  }

  .cartflow-footer .footer-bar {
    display: block;
    padding: 15px 15px 18px 15px;
  }

  .cartflow-footer .footer-date {
    margin-bottom: 10px;
  }

  /* Steps */

  .progress-container {
    display: none;
  }


  /* ----------------- Cart Page ----------------- */

  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled] {
    width: 100% !important;
  }

  .cart_totals {
    margin-top: 50px;
  }

  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }

  .woocommerce #content table.cart img,
  .woocommerce table.cart img,
  .woocommerce-page #content table.cart img {
    width: 50%;
    height: auto;
    display: inline;
    margin-top: 10px;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none !important;
  }

  .woocommerce a.remove {
    color: #7c7c7c !important;
    text-align: right;
    width: 100%;
  }

  .woocommerce table.shop_table td {
    border-top: 1px solid var(--libreria-de-lima-lightbrown);
  }

  tr.woocommerce-cart-form__cart-item.cart_item {
    margin-bottom: 40px;
  }

  tr.woocommerce-cart-form__cart-item.cart_item td {
    border-right: none;
    border-bottom: none;
    border-top: 1px solid var(--libreria-de-lima-lightbrown);
  }

  tr.woocommerce-cart-form__cart-item.cart_item td:last-child {
    border-right: none;
  }

  .woocommerce table .woocommerce-shipping-destination {
    text-align: right;
  }

  .woocommerce td.product-name dl.variation dd p {
    text-align: right;
  }

  .woocommerce-page table.cart td.actions .coupon {
    display: block;
  }

  .woocommerce-page table.cart td.actions input#coupon_code {
    width: 100% !important;
    margin-bottom: 5px;
  }

  .woocommerce-page table.cart td.actions .coupon .button {
    width: 100% !important;
    margin-bottom: 20px;
    font-size: 14px;
  }

  /* Cart texts */

  .woocommerce-cart .product-subtotal span.woocommerce-Price-amount.amount:before {
    content: "Subtotal: " !important;
    float: left;
    line-height: 2;
  }

  .woocommerce-cart .product-price span.woocommerce-Price-amount.amount:before {
    content: "Precio: ";
    float: left;
    line-height: 2;
  }

  .woocommerce-cart .product-quantity .quantity:before {
    content: "Cantidad: ";
    float: left;
    line-height: 3;
    font-size: 14px;
    font-weight: 300;
  }

  .woocommerce-cart .product-name a:before {
    content: "Producto: ";
    float: left;
    line-height: 2;
    font-size: 14px;
    font-weight: 300;
  }


  /* ----------------- Checkout Page ----------------- */

  .woocommerce-checkout .col2-set {
    flex-direction: column;
    gap: 0;
  }

  /* Dropdown checkout*/

  #shipping-complete-btn {
    display: block;
  }

  /* Checkout coupon */

  .custom-checkout-coupon-btn button {
    font-size: 12px !important;
    padding: 0 !important;
    width: 100% !important;
  }

  /* Payment Icons */

  .wc_payment_methods label {
    font-size: 12px;
  }

  .wc_payment_methods label img {
    height: 20px !important;
  }

  /* Thank You Page */

  .page-order-received {
    width: 100%;
  }

  .order_details {
    padding-left: 0;
  }

  .page-order-received .woocommerce-order section {
    margin-bottom: 60px;
  }

  .woocommerce ul.order_details {
    margin: 0;
  }

  .woocommerce ul.order_details li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    border-right: 0;
  }
}