/*!
Theme Name: Cristal Chile
Theme URI: https://cristalchile.cl
Author: Cristal Chile
Author URI: https://cristalchile.cl
Description: Tema personalizado para Cristal Chile - ecommerce WooCommerce
Version: 1.0.0
Text Domain: cristalchile
*/
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap");
/*------------------------------------------------------------
# Base
------------------------------------------------------------*/
body {
  background-color: #F5F5F5;
  font-family: "SF UI Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #242424;
}
body.no-scroll {
  overflow: hidden;
}

p {
  font-weight: 300;
}

img,
iframe {
  max-width: 100%;
}

input[type=radio] {
  width: 1rem;
  height: 1rem;
  border: 2px solid #CDCDCD;
  accent-color: #033E84;
}

#main-content {
  position: relative;
}
#main-content > section {
  padding: 2rem 0;
  clear: both;
}

.underline {
  position: relative;
  background-color: #033E84;
  background-image: unset;
  background-size: 100% 6px;
  background-repeat: no-repeat;
  background-position: 0 90%;
  display: inline;
}

.section-heading {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.content-box {
  background-color: #FFFFFF;
  border-radius: 1rem;
  color: #242424;
  font-size: 1rem;
  padding: 1rem 1.25rem;
}
.content-box:not(:last-child) {
  margin-bottom: 1rem;
}
.content-box ul {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
}
.content-box ul li {
  padding-left: 2rem;
}
.content-box ul li:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .content-box {
    padding: 1.5rem 2rem;
  }
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.site {
  max-width: 1400px;
  margin: 0 auto;
}

.site-content {
  min-height: 60vh;
}

/* Body Scrollbar */
body::-webkit-scrollbar {
  height: 9px;
  width: 9px;
}

main ::-webkit-scrollbar {
  background-color: transparent;
  height: 4px;
  width: 4px;
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(87.8, 162.5333333333, 251.2);
}
body::-webkit-scrollbar-thumb:active, body::-webkit-scrollbar-thumb:hover {
  background-color: rgb(2.4333333333, 50.2888888889, 107.0666666667);
}

main ::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 8px;
  visibility: hidden;
}
main ::-webkit-scrollbar-thumb:active, main ::-webkit-scrollbar-thumb:hover {
  background-color: rgb(89.25, 89.25, 89.25);
}

body:active::-webkit-scrollbar-thumb,
body:focus::-webkit-scrollbar-thumb,
body:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

main :active::-webkit-scrollbar-thumb,
main :focus::-webkit-scrollbar-thumb,
main :hover::-webkit-scrollbar-thumb {
  visibility: visible;
  border-radius: 0;
}

body ::-webkit-scrollbar-track {
  background-color: rgba(3, 62, 132, 0.5);
}

main ::-webkit-scrollbar-track {
  background-color: transparent;
  border: 2px solid transparent;
  background-clip: content-box;
}

::selection {
  background-color: #033E84;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #033E84;
  color: #FFFFFF;
}

/*------------------------------------------------------------
# Layouts
------------------------------------------------------------*/
body.no-scroll {
  overflow: hidden;
}

.site-header {
  background-color: #033E84;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.site-header.is-sticky {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.site-header.is-hidden {
  transform: translateY(-100%);
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem;
}

.header__logo img {
  max-height: 50px;
  width: auto;
}
.header__logo a {
  display: block;
}

.header__menu__wrapper {
  display: none;
}
@media screen and (min-width: 992px) {
  .header__menu__wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}

.header__menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.5rem;
}
.header__menu a {
  color: #242424;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}
.header__menu a:hover {
  color: #033E84;
}

.header__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header__cart,
.header__account,
.header__search {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  position: relative;
  color: #242424;
  transition: color 0.3s ease;
}
.header__cart:hover,
.header__account:hover,
.header__search:hover {
  color: #033E84;
}
.header__cart .material-symbols-outlined,
.header__account .material-symbols-outlined,
.header__search .material-symbols-outlined {
  font-size: 1.5rem;
}

.header__cart__count {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #D84141;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__menu__toggle {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: flex;
}
@media screen and (min-width: 992px) {
  .header__menu__toggle {
    display: none;
  }
}
.header__menu__toggle .material-symbols-outlined {
  font-size: 1.75rem;
}

.header-menu-toggle {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .header-menu-toggle {
    display: none;
  }
}
.header-menu-toggle__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #242424;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header-menu-toggle.is-active .header-menu-toggle__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header-menu-toggle.is-active .header-menu-toggle__line:nth-child(2) {
  opacity: 0;
}
.header-menu-toggle.is-active .header-menu-toggle__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.header__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  z-index: 9999;
  padding: 2rem;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.header__mobile-menu.is-open {
  transform: translateX(0);
}
@media screen and (min-width: 992px) {
  .header__mobile-menu {
    display: none !important;
  }
}
.header__mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.header__mobile-menu__close {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.header__mobile-menu__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__mobile-menu__nav li {
  border-bottom: 1px solid #CDCDCD;
}
.header__mobile-menu__nav a {
  display: block;
  padding: 1rem 0;
  color: #242424;
  text-decoration: none;
  font-weight: 500;
}
.header__mobile-menu__account {
  margin-top: 2rem;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.search-overlay__content {
  width: 100%;
  max-width: 600px;
  padding: 2rem;
  position: relative;
}
.search-overlay__close {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  position: absolute;
  top: -40px;
  right: 0;
  color: #FFFFFF;
  cursor: pointer;
}
.search-overlay__close .material-symbols-outlined {
  font-size: 2rem;
}
.search-overlay__form input[type=search] {
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  border: none;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
}
.search-overlay__form input[type=search]:focus {
  outline: none;
}

.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cart-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 420px;
  height: 100vh;
  background-color: #FFFFFF;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
}
.cart-sidebar.is-open {
  transform: translateX(0);
}
.cart-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid #CDCDCD;
}
.cart-sidebar__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}
.cart-sidebar__close {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  cursor: pointer;
}
.cart-sidebar__body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}
.cart-sidebar__footer {
  padding: 1.5rem;
  border-top: 1px solid #CDCDCD;
  background-color: #F5F5F5;
}
.cart-sidebar__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cart-sidebar__total__label {
  font-weight: 500;
}
.cart-sidebar__total__value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #033E84;
}
.cart-sidebar__checkout-btn {
  width: 100%;
}

.site-footer {
  background-color: #033E84;
  color: #FFFFFF;
  padding: 3rem 0 1.5rem;
  margin-top: 3rem;
}

.footer__wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}

.footer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .footer__content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer__column h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
.footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__column li {
  margin-bottom: 0.5rem;
}
.footer__column a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__column a:hover {
  color: #FFFFFF;
}

.footer__logo img {
  max-width: 150px;
  margin-bottom: 1rem;
}

.footer__social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.footer__social a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer__social a img {
  width: 20px;
  height: 20px;
}

.footer__contact p {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}
.footer__contact a {
  color: #FFFFFF;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 2rem;
  padding-top: 1.5rem;
  text-align: center;
}
.footer__bottom p {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer__payments {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.footer__payments img {
  height: 30px;
  width: auto;
}

.site-banner-top {
  position: relative;
  overflow: hidden;
}

.site-banner-top__slide {
  position: relative;
  min-height: 400px;
}
@media screen and (min-width: 992px) {
  .site-banner-top__slide {
    min-height: 500px;
  }
}

.site-banner-top__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-banner-top__content {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
}
@media screen and (min-width: 992px) {
  .site-banner-top__content {
    min-height: 500px;
    padding: 4rem 2rem;
  }
}

.site-banner-top__title {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .site-banner-top__title {
    font-size: 3rem;
  }
}

.site-banner-top__text {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
  max-width: 600px;
}

.banner-secondary {
  background-color: #E9F5FF;
  padding: 3rem 1rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .banner-secondary {
    padding: 4rem 2rem;
  }
}

.banner-secondary__title {
  font-size: 1.5rem;
  color: #033E84;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .banner-secondary__title {
    font-size: 2rem;
  }
}

.banner-promo {
  background-color: #D84141;
  color: #FFFFFF;
  padding: 1rem;
  text-align: center;
}
.banner-promo p {
  margin: 0;
  font-weight: 500;
}
.banner-promo a {
  color: #FFFFFF;
  text-decoration: underline;
}
.banner-promo a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------
# Components
------------------------------------------------------------*/
/* Accordion */
.accordion .accordion-item {
  border-radius: 0.5rem;
  overflow: hidden;
}
.accordion .accordion-item:not(:last-child) {
  margin-bottom: 2rem;
}
.accordion .accordion-button,
.accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-body {
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-button {
    font-size: 1.125rem;
  }
}

/* Breadcrumb */
.site-breadcrumb,
.breadcrumb {
  padding: 1.5rem 0;
}
.site-breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item {
  color: #6D758F;
  display: inline-block;
  vertical-align: middle;
}
.site-breadcrumb .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin: 0 0.5rem;
}
.site-breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
.site-breadcrumb .breadcrumb-item a:hover,
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}

/* Buttons */
.btn.has-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.btn-primary {
  background-color: #033E84;
  border-color: #033E84;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: rgb(1.8666666667, 38.5777777778, 82.1333333333);
  border-color: rgb(1.8666666667, 38.5777777778, 82.1333333333);
}

.btn-secondary {
  background-color: #D84141;
  border-color: #D84141;
  color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: rgb(190.8296943231, 39.1703056769, 39.1703056769);
  border-color: rgb(190.8296943231, 39.1703056769, 39.1703056769);
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #033E84;
  color: #033E84;
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: #033E84;
  color: #FFFFFF;
}

.link {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.link.has-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.link.has-icon .icon {
  text-decoration: none;
}
.link span {
  text-decoration: underline;
}

/* Cards */
.card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 400px;
  overflow: hidden;
}
.card a:not(.btn) {
  color: #242424;
  text-decoration: none;
}
.card .card-body {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card__img {
  border-radius: 1rem;
  object-fit: cover;
  height: 260px;
  min-height: 260px;
  width: 100%;
}
.card__title {
  font-size: 1.25rem;
}
.card__subtitle {
  font-size: 1rem;
  font-weight: 400;
}
.card__tags span {
  background-color: #033E84;
  border-radius: 1rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  padding: 0.25rem 1rem;
}
.card__text {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}
.card__text p:last-child {
  margin-bottom: 0;
}
.card__cta {
  margin-top: auto;
  margin-bottom: 0;
}

/* Pagination */
.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 2rem;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
  align-items: center;
}
.pagination .page-item {
  margin: 0;
}
.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  color: #242424;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.pagination .page-item .page-link:hover {
  background-color: rgba(3, 62, 132, 0.1);
  border-color: #033E84;
  color: #033E84;
}
.pagination .page-item.active .page-link {
  background-color: #033E84;
  border-color: #033E84;
  color: #FFFFFF;
  font-weight: 500;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-color: #CDCDCD;
  background-color: #FFFFFF;
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover {
  background-color: rgba(3, 62, 132, 0.1);
  border: 1px solid #033E84;
  color: #033E84;
}
@media screen and (min-width: 992px) {
  .pagination .page-item .page-link {
    height: 3rem;
    width: 3rem;
    font-size: 1.125rem;
  }
}

/* Tables */
.table tbody th,
.table tbody td {
  color: #666666;
  font-weight: 300;
}
.table.table-striped thead th,
.table.table-striped thead td {
  background-color: transparent;
  font-weight: 500;
  font-size: 1.125rem;
}
.table.table-striped tbody th,
.table.table-striped tbody td {
  background-color: transparent;
}
.table.table-striped tbody tr:nth-child(odd) th,
.table.table-striped tbody tr:nth-child(odd) td {
  background-color: rgba(3, 62, 132, 0.1);
}
@media screen and (min-width: 992px) {
  .table th,
  .table td {
    font-size: 1.125rem;
  }
}

/* Tabs */
.nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.nav-tabs::-webkit-scrollbar-track {
  background-color: transparent;
}
.nav-tabs::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
.nav-tabs::-webkit-scrollbar-thumb {
  background-color: #666666;
}
.nav-tabs .nav-link {
  border-bottom: none;
  padding: 0.625rem;
  text-transform: none;
  white-space: nowrap;
}

/* Category Tabs */
.product-list .nav-categories .nav-link {
  --category-color: #696158;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.5rem;
  background-color: var(--category-color) !important;
  color: #FFFFFF;
  transition: all 0.2s ease;
}
.product-list .nav-categories .nav-link:hover, .product-list .nav-categories .nav-link:focus {
  opacity: 0.85;
  color: #FFFFFF;
}
.product-list .nav-categories .nav-link.active {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.product-list .nav-categories .nav-link .nav-link__icon img {
  filter: brightness(0) invert(1);
}

.product-list .nav-categories .nav-link__icon {
  width: 24px;
  height: 24px;
}
.product-list .nav-categories .nav-link__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-list .nav-categories .nav-link__text {
  font-size: 0.875rem;
  font-weight: 500;
}

.nav-categories {
  gap: 0.5rem;
  border-bottom: none;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .nav-categories {
    gap: 1rem;
  }
  .nav-categories .nav-link {
    flex-direction: row;
    padding: 0.5rem 1.25rem;
  }
  .nav-categories .nav-link__text {
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
# Pages
------------------------------------------------------------*/
.products-section {
  padding: 3rem 0;
}
.products-section .section-title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #033E84;
}
@media screen and (min-width: 992px) {
  .products-section .section-title {
    font-size: 2rem;
  }
}

.products-grid {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.product-item {
  background: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.product-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.product-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-image {
  aspect-ratio: 1;
  overflow: hidden;
  background: #f9f9f9;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-item:hover .product-image img {
  transform: scale(1.05);
}

.product-title {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1rem 1rem 0.5rem;
  margin: 0;
  color: #242424;
}
@media screen and (min-width: 992px) {
  .product-title {
    font-size: 1rem;
  }
}

.product-price {
  display: block;
  padding: 0 1rem 1rem;
  color: #033E84;
  font-weight: 700;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .product-price {
    font-size: 1.125rem;
  }
}

.product-price-old {
  text-decoration: line-through;
  color: #666666;
  font-weight: 400;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}

.categories-section {
  padding: 3rem 0;
  background-color: #E9F5FF;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .categories-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.category-item {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.category-item:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
.category-item img {
  max-width: 80px;
  margin-bottom: 1rem;
}
.category-item h3 {
  font-size: 1rem;
  margin: 0;
  color: #242424;
}
.category-item a {
  color: inherit;
  text-decoration: none;
}

.products-slider {
  position: relative;
}
.products-slider .swiper-button-prev,
.products-slider .swiper-button-next {
  color: #033E84;
}
.products-slider .swiper-pagination-bullet-active {
  background-color: #033E84;
}

.products-grid {
  grid-template-rows: auto;
}
.products-grid .card-product {
  place-items: unset;
}

.card-product {
  border-radius: 10px;
  border: 0.5px solid #E4E4E4;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  display: grid;
  grid-row: span 6;
  grid-template-rows: subgrid;
  row-gap: 0;
}
.card-product:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.card-product .card-body {
  padding: 0.75rem 1rem 0;
  text-align: center;
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  row-gap: 0.25rem;
}

.card-product__img-link {
  display: block;
  background-color: #F9F9F9;
}

.card-product__img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: contain;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .card-product__img {
    height: 240px;
  }
}
@media screen and (min-width: 992px) {
  .card-product__img {
    height: 260px;
  }
}

.card-product__colors {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  min-height: 14px;
}

.card-product__colors__item {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 0.5px solid rgba(0, 0, 0, 0.15);
}

.card-product__sku {
  font-size: 0.8125rem;
  font-weight: 300;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-product__name {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.card-product__name a {
  color: #242424;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .card-product__name {
    font-size: 1.0625rem;
  }
}

.card-product__price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #033E84;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-product__price del {
  color: #666666;
  font-weight: 300;
  font-size: 0.875rem;
}
.card-product__price ins {
  text-decoration: none;
}

.card-product__btn {
  border-radius: 0 0 10px 10px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 -1rem;
  padding: 0.75rem 1rem;
  width: calc(100% + 2rem);
  align-self: end;
}

.products-archive {
  padding: 2rem 0;
}

.products-archive__header {
  margin-bottom: 2rem;
}
.products-archive__header h1 {
  font-size: 1.75rem;
  color: #033E84;
}
@media screen and (min-width: 992px) {
  .products-archive__header h1 {
    font-size: 2.25rem;
  }
}

.products-archive__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
}

.product-detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  .product-detail {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.product-gallery {
  position: relative;
}

.product-gallery__main {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.product-gallery__main img {
  width: 100%;
  height: auto;
}

.product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.product-gallery__thumbs img {
  width: 100%;
  border-radius: 0.5rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.product-gallery__thumbs img:hover, .product-gallery__thumbs img.active {
  opacity: 1;
}

.product-info h1 {
  font-size: 1.5rem;
  color: #242424;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .product-info h1 {
    font-size: 2rem;
  }
}

.product-info__sku {
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 1rem;
}

.product-info__price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #033E84;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .product-info__price {
    font-size: 2rem;
  }
}
.product-info__price .price-old {
  text-decoration: line-through;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  margin-right: 0.5rem;
}

.product-info__description {
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #666666;
}

.product-quantity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.product-quantity label {
  font-weight: 500;
}
.product-quantity .quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #CDCDCD;
  border-radius: 0.5rem;
  overflow: hidden;
}
.product-quantity button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  width: 40px;
  height: 40px;
  background: #F5F5F5;
  font-size: 1.25rem;
  transition: background-color 0.3s ease;
}
.product-quantity button:hover {
  background: #CDCDCD;
}
.product-quantity input {
  width: 60px;
  height: 40px;
  border: none;
  text-align: center;
  font-size: 1rem;
}
.product-quantity input:focus {
  outline: none;
}

.product-add-to-cart {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}
.product-add-to-cart .btn {
  flex: 1;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.product-tabs {
  margin-top: 3rem;
  border-top: 1px solid #CDCDCD;
  padding-top: 2rem;
}

.product-details__images .swiper-button-prev,
.product-details__images .swiper-button-next {
  background-color: #033E84;
  border-radius: 10px;
  color: #FFFFFF;
  height: 40px;
  width: 40px;
}
.product-details__images .swiper-button-prev::after,
.product-details__images .swiper-button-next::after {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
}
.product-details__images .swiper-button-prev::after {
  content: "arrow_back";
}
.product-details__images .swiper-button-next::after {
  content: "arrow_forward";
}
.product-details__images .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.product-details__images .swiper-pagination-bullet {
  background: #FFFFFF;
  border: 1px solid #000000;
}
.product-details__images .swiper-pagination-bullet-active {
  background: #000000;
}

.product-details__actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.product-details__quantity-wrapper {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #033E84;
  background: #FFFFFF;
  overflow: hidden;
}

.product-details__quantity-btn {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 300;
  height: 2.5rem;
  width: 2rem;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.product-details__quantity-btn:hover {
  background-color: #F5F5F5;
}

.product-details__quantity-input {
  appearance: none;
  border: 1px solid #CDCDCD;
  border-top: 0;
  border-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  height: 2.5rem;
  width: 3.5rem;
  margin: 0;
  text-align: center;
  font-size: 1rem;
}
.product-details__quantity-input::-webkit-outer-spin-button, .product-details__quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-details__quantity-input:focus {
  outline: none;
}

.product-details__add-to-cart-btn {
  font-size: 0.875rem;
  padding: 0.625rem 1.5rem;
}
.product-details__add-to-cart-btn.loading {
  opacity: 0.7;
  pointer-events: none;
}

.variation-selectors {
  display: flex;
  flex-direction: column;
}

.variation-selectors__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
  order: -1;
}
.variation-selectors__header .reset_variations {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.variation-selectors__header .reset_variations .material-symbols-outlined {
  font-size: 1rem;
}
.variation-selectors__header .reset_variations:hover {
  color: #033E84;
}

.cart-page {
  padding: 2rem 0;
}

.cart-page__title {
  font-size: 1.75rem;
  color: #033E84;
  margin-bottom: 2rem;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .cart-layout {
    grid-template-columns: 2fr 1fr;
  }
}

.cart-items {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 1.5rem;
}

.cart-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #CDCDCD;
}
@media screen and (min-width: 768px) {
  .cart-item {
    grid-template-columns: 100px 1fr auto auto;
    align-items: center;
  }
}
.cart-item:last-child {
  border-bottom: none;
}

.cart-item__image img {
  width: 100%;
  border-radius: 0.5rem;
}

.cart-item__info h3 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.cart-item__info h3 a {
  color: #242424;
  text-decoration: none;
}
.cart-item__info h3 a:hover {
  color: #033E84;
}
.cart-item__info .sku {
  font-size: 0.75rem;
  color: #666666;
}

.cart-item__quantity .quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #CDCDCD;
  border-radius: 0.5rem;
}
.cart-item__quantity .quantity-selector button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  width: 32px;
  height: 32px;
  font-size: 1rem;
}
.cart-item__quantity .quantity-selector button:hover {
  background: #F5F5F5;
}
.cart-item__quantity .quantity-selector input {
  width: 40px;
  height: 32px;
  border: none;
  text-align: center;
}

.cart-item__price {
  font-weight: 700;
  color: #033E84;
  font-size: 1.125rem;
}

.cart-item__remove {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  color: #666666;
}
.cart-item__remove:hover {
  color: #D84141;
}

.cart-summary {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 1.5rem;
  height: fit-content;
  position: sticky;
  top: 100px;
}

.cart-summary__title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CDCDCD;
}

.cart-summary__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.cart-summary__row.total {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #CDCDCD;
}
.cart-summary__row.total .amount {
  color: #033E84;
}

.cart-summary__actions {
  margin-top: 1.5rem;
}
.cart-summary__actions .btn {
  width: 100%;
  margin-bottom: 0.75rem;
}

.cart-empty {
  text-align: center;
  padding: 4rem 2rem;
  background: #FFFFFF;
  border-radius: 1rem;
}
.cart-empty .icon {
  font-size: 4rem;
  color: #666666;
  margin-bottom: 1rem;
}
.cart-empty h2 {
  color: #242424;
  margin-bottom: 0.5rem;
}
.cart-empty p {
  color: #666666;
  margin-bottom: 1.5rem;
}

.cart-product {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #CDCDCD;
}
.cart-product:last-child {
  border-bottom: none;
}
.cart-product__img {
  width: 80px;
  flex-shrink: 0;
}
.cart-product__img img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.cart-product__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cart-product__header {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.cart-product__info {
  flex: 1;
}
.cart-product__name {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  line-height: 1.3;
}
.cart-product__meta {
  font-size: 0.75rem;
  color: #666666;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cart-product__price-wrapper {
  text-align: right;
}
.cart-product__price {
  font-weight: 700;
  color: #033E84;
  font-size: 0.9375rem;
}
.cart-product__price--old {
  font-size: 0.75rem;
  color: #666666;
  text-decoration: line-through;
}
.cart-product__footer {
  display: flex;
  align-items: center;
}
.cart-product__counter {
  display: inline-flex;
  align-items: center;
  border: 1px solid #CDCDCD;
  border-radius: 0.5rem;
}
.cart-product__counter__btn {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  cursor: pointer;
}
.cart-product__counter__btn:hover {
  background-color: #F5F5F5;
}
.cart-product__counter__value {
  min-width: 30px;
  text-align: center;
  font-size: 0.875rem;
}
.cart-product__remove {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  color: #666666;
  cursor: pointer;
  padding: 0.25rem;
}
.cart-product__remove:hover {
  color: #D84141;
}
.cart-product__remove svg {
  width: 18px;
  height: 18px;
}

.cart-sidebar__products {
  display: flex;
  flex-direction: column;
}

.cart-sidebar__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 1rem;
  gap: 1rem;
}
.cart-sidebar__empty .material-symbols-outlined {
  font-size: 4rem;
  color: #666666;
}
.cart-sidebar__empty p {
  color: #666666;
  margin: 0;
}
.cart-sidebar__empty .btn {
  margin-top: 0.5rem;
}

.widget_shopping_cart .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_shopping_cart .woocommerce-mini-cart-item {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #CDCDCD;
}
.widget_shopping_cart .woocommerce-mini-cart-item:last-child {
  border-bottom: none;
}
.widget_shopping_cart .woocommerce-mini-cart-item a:not(.remove) {
  color: #242424;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
}
.widget_shopping_cart .woocommerce-mini-cart-item a:not(.remove):hover {
  color: #033E84;
}
.widget_shopping_cart .woocommerce-mini-cart-item img {
  width: 60px;
  height: auto;
  border-radius: 0.5rem;
}
.widget_shopping_cart .woocommerce-mini-cart-item .remove {
  color: #666666;
  font-size: 1.25rem;
  text-decoration: none;
  margin-left: auto;
}
.widget_shopping_cart .woocommerce-mini-cart-item .remove:hover {
  color: #D84141;
}
.widget_shopping_cart .quantity {
  font-size: 0.75rem;
  color: #666666;
}
.widget_shopping_cart .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  font-weight: 600;
}
.widget_shopping_cart .woocommerce-mini-cart__total .amount {
  color: #033E84;
  font-size: 1.125rem;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .btn, .widget_shopping_cart .woocommerce-mini-cart__buttons a {
  display: block;
  width: 100%;
  text-align: center;
}

.checkout-page {
  padding: 2rem 0;
}

.checkout-page__title {
  font-size: 1.75rem;
  color: #033E84;
  margin-bottom: 2rem;
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .checkout-layout {
    grid-template-columns: 1fr 400px;
  }
}

.checkout-form {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 1.5rem;
}
@media screen and (min-width: 992px) {
  .checkout-form {
    padding: 2rem;
  }
}

.checkout-section {
  margin-bottom: 2rem;
}
.checkout-section:last-child {
  margin-bottom: 0;
}
.checkout-section h3 {
  font-size: 1.125rem;
  color: #033E84;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #CDCDCD;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .form-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-row.full-width {
  grid-template-columns: 1fr;
}

.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.form-group label .required {
  color: #D84141;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #CDCDCD;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #033E84;
}
.form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.shipping-methods .method {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid #CDCDCD;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.shipping-methods .method:hover, .shipping-methods .method.selected {
  border-color: #033E84;
}
.shipping-methods .method input {
  margin-right: 1rem;
}
.shipping-methods .method .method-info {
  flex: 1;
}
.shipping-methods .method .method-info .name {
  font-weight: 500;
}
.shipping-methods .method .method-info .description {
  font-size: 0.875rem;
  color: #666666;
}
.shipping-methods .method .price {
  font-weight: 600;
  color: #033E84;
}

.payment-methods .method {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid #CDCDCD;
  border-radius: 0.5rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
}
.payment-methods .method:hover, .payment-methods .method.selected {
  border-color: #033E84;
  background: #E9F5FF;
}
.payment-methods .method input {
  margin-right: 1rem;
}
.payment-methods .method img {
  height: 30px;
  margin-right: 1rem;
}
.payment-methods .method .name {
  font-weight: 500;
}

.checkout-summary {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 1.5rem;
  height: fit-content;
  position: sticky;
  top: 100px;
}

.checkout-summary__title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CDCDCD;
}

.checkout-summary__items {
  margin-bottom: 1rem;
}

.checkout-summary__item {
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #CDCDCD;
}
.checkout-summary__item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.5rem;
}
.checkout-summary__item .info {
  flex: 1;
}
.checkout-summary__item .info .name {
  font-size: 0.875rem;
  font-weight: 500;
}
.checkout-summary__item .info .qty {
  font-size: 0.75rem;
  color: #666666;
}
.checkout-summary__item .price {
  font-weight: 600;
}

.checkout-summary__totals {
  padding-top: 1rem;
}
.checkout-summary__totals .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.checkout-summary__totals .row.total {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #CDCDCD;
}
.checkout-summary__totals .row.total .amount {
  color: #033E84;
}

.checkout-summary__btn {
  margin-top: 1.5rem;
}
.checkout-summary__btn .btn {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.woocommerce-checkout .page-content__wrapper {
  max-width: none;
}

.error-404 {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  background: url(assets/images/fondo-404.webp) center/cover no-repeat;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.error-404__wrapper {
  width: 100%;
}

.error-404__illustration {
  max-width: 300px;
}
.error-404__illustration img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .error-404__illustration {
    max-width: 400px;
  }
}

.error-404__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.error-404__number {
  font-size: 5rem;
  font-weight: 900;
  color: #033E84;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .error-404__number {
    font-size: 8rem;
  }
}

.error-404__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #242424;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .error-404__title {
    font-size: 2rem;
  }
}

.error-404__message {
  color: #666666;
  font-weight: 300;
  margin: 0;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .error-404__message {
    font-size: 1.125rem;
  }
}

.error-404__buttons {
  margin-top: 1rem;
}

.error-404__button {
  min-width: 200px;
}

.account-auth {
  padding: 3rem 0;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-box {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 2rem;
  width: 100%;
  max-width: 450px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .auth-box {
    padding: 3rem;
  }
}

.auth-box__logo {
  text-align: center;
  margin-bottom: 2rem;
}
.auth-box__logo img {
  max-width: 150px;
}

.auth-box__title {
  text-align: center;
  font-size: 1.5rem;
  color: #033E84;
  margin-bottom: 0.5rem;
}

.auth-box__subtitle {
  text-align: center;
  color: #666666;
  margin-bottom: 2rem;
}

.auth-form .form-group {
  margin-bottom: 1.25rem;
}
.auth-form .form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.auth-form .form-check label {
  margin: 0;
  font-weight: 400;
}
.auth-form .btn-submit {
  width: 100%;
  padding: 0.875rem;
  font-size: 1rem;
  font-weight: 600;
}
.auth-form .forgot-password {
  text-align: right;
  margin-bottom: 1.5rem;
}
.auth-form .forgot-password a {
  color: #033E84;
  font-size: 0.875rem;
}

.auth-box__footer {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #CDCDCD;
}
.auth-box__footer p {
  margin: 0;
  color: #666666;
}
.auth-box__footer p a {
  color: #033E84;
  font-weight: 500;
}

.account-page {
  padding: 2rem 0;
}

.account-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .account-layout {
    grid-template-columns: 280px 1fr;
  }
}

.account-nav {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 1.5rem;
  height: fit-content;
}
@media screen and (min-width: 992px) {
  .account-nav {
    position: sticky;
    top: 100px;
  }
}

.account-nav__user {
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 1.5rem;
}
.account-nav__user .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #E9F5FF;
  color: #033E84;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}
.account-nav__user .name {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.account-nav__user .email {
  font-size: 0.875rem;
  color: #666666;
}

.account-nav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.account-nav__menu li {
  margin-bottom: 0.25rem;
}
.account-nav__menu a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: #242424;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.account-nav__menu a:hover, .account-nav__menu a.active {
  background: #E9F5FF;
  color: #033E84;
}
.account-nav__menu a .icon {
  font-size: 1.25rem;
}
.account-nav__menu .logout a {
  color: #D84141;
}
.account-nav__menu .logout a:hover {
  background: rgba(216, 65, 65, 0.1);
}

.account-content {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 1.5rem;
}
@media screen and (min-width: 992px) {
  .account-content {
    padding: 2rem;
  }
}

.account-content__header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CDCDCD;
}
.account-content__header h1 {
  font-size: 1.5rem;
  color: #033E84;
  margin: 0;
}

.orders-list .order-item {
  border: 1px solid #CDCDCD;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.orders-list .order-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #F5F5F5;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.orders-list .order-header .order-number {
  font-weight: 600;
}
.orders-list .order-header .order-date {
  color: #666666;
  font-size: 0.875rem;
}
.orders-list .order-header .order-status {
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
}
.orders-list .order-header .order-status.pending {
  background: rgba(255, 221, 0, 0.2);
  color: rgb(102, 88.4, 0);
}
.orders-list .order-header .order-status.processing {
  background: rgba(3, 62, 132, 0.1);
  color: #033E84;
}
.orders-list .order-header .order-status.completed {
  background: rgba(35, 175, 75, 0.1);
  color: #23AF4B;
}
.orders-list .order-header .order-status.cancelled {
  background: rgba(216, 65, 65, 0.1);
  color: #D84141;
}
.orders-list .order-body {
  padding: 1rem;
}
.orders-list .order-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-top: 1px solid #CDCDCD;
}
.orders-list .order-footer .order-total {
  font-weight: 600;
  color: #033E84;
}

.addresses-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .addresses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.address-card {
  border: 1px solid #CDCDCD;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.address-card.default {
  border-color: #033E84;
}
.address-card .address-type {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.address-card .address-type .badge {
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  background: #033E84;
  color: #FFFFFF;
  border-radius: 1rem;
}
.address-card .address-content {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.6;
}
.address-card .address-actions {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #CDCDCD;
  display: flex;
  gap: 1rem;
}
.address-card .address-actions a {
  font-size: 0.875rem;
  color: #033E84;
}
.address-card .address-actions a.delete {
  color: #D84141;
}

.contact-page {
  padding: 3rem 0;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .contact-layout {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.contact-info h1 {
  font-size: 2rem;
  color: #033E84;
  margin-bottom: 1rem;
}
.contact-info .intro {
  color: #666666;
  margin-bottom: 2rem;
  font-weight: 300;
}

.contact-info__items {
  margin-bottom: 2rem;
}

.contact-info__item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-info__item .icon {
  width: 50px;
  height: 50px;
  background: #E9F5FF;
  color: #033E84;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info__item .icon .material-symbols-outlined {
  font-size: 1.5rem;
}
.contact-info__item .content h4 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.contact-info__item .content p {
  margin: 0;
  color: #666666;
  font-weight: 300;
}
.contact-info__item .content p a {
  color: #033E84;
}

.contact-info__social h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.contact-info__social .social-links {
  display: flex;
  gap: 0.75rem;
}
.contact-info__social .social-links a {
  width: 45px;
  height: 45px;
  background: #033E84;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.contact-info__social .social-links a:hover {
  background: #D84141;
}
.contact-info__social .social-links a img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.contact-form {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 992px) {
  .contact-form {
    padding: 2.5rem;
  }
}
.contact-form h2 {
  font-size: 1.5rem;
  color: #033E84;
  margin-bottom: 1.5rem;
}

.contact-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .contact-form__row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-form__group {
  margin-bottom: 1rem;
}
.contact-form__group label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.contact-form__group label .required {
  color: #D84141;
}
.contact-form__group input,
.contact-form__group select,
.contact-form__group textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #CDCDCD;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}
.contact-form__group input:focus,
.contact-form__group select:focus,
.contact-form__group textarea:focus {
  outline: none;
  border-color: #033E84;
}
.contact-form__group input::placeholder,
.contact-form__group select::placeholder,
.contact-form__group textarea::placeholder {
  color: #666666;
}
.contact-form__group textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.contact-form__consent input {
  margin-top: 0.25rem;
}
.contact-form__consent label {
  font-size: 0.875rem;
  color: #666666;
  font-weight: 300;
}
.contact-form__consent label a {
  color: #033E84;
}

.contact-form__submit .btn {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .contact-form__submit .btn {
    width: auto;
    min-width: 200px;
  }
}

.contact-map {
  margin-top: 3rem;
  border-radius: 1rem;
  overflow: hidden;
  height: 400px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.contact-hero {
  background: #033E84;
  padding: 4rem 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .contact-hero {
    padding: 6rem 0;
  }
}
.contact-hero__content {
  max-width: 800px;
  margin: 0 auto;
}
.contact-hero__title {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .contact-hero__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .contact-hero__title {
    font-size: 2.25rem;
  }
}
.contact-hero__btn {
  min-width: 200px;
}

.contact-form-section {
  padding: 3rem 0;
  background-color: #F5F5F5;
}
@media screen and (min-width: 992px) {
  .contact-form-section {
    padding: 4rem 0;
  }
}

.contact-form__title {
  text-align: center;
  font-size: 2rem;
  color: #033E84;
  margin-bottom: 1rem;
}

.contact-form__description {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2rem;
  color: #666666;
}
.contact-form__description p {
  margin-bottom: 0.5rem;
}

.contact-form__wrapper {
  max-width: 600px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .contact-form__wrapper {
    padding: 2.5rem;
  }
}

.contact-form__form .contact-form__field {
  margin-bottom: 1.25rem;
}
.contact-form__form .contact-form__field--checkbox {
  margin-top: 1.5rem;
}
.contact-form__form .contact-form__label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  color: #242424;
}
.contact-form__form .contact-form__input,
.contact-form__form .contact-form__select,
.contact-form__form .contact-form__textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #CDCDCD;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #FFFFFF;
}
.contact-form__form .contact-form__input:focus,
.contact-form__form .contact-form__select:focus,
.contact-form__form .contact-form__textarea:focus {
  outline: none;
  border-color: #033E84;
  box-shadow: 0 0 0 3px rgba(3, 62, 132, 0.1);
}
.contact-form__form .contact-form__input::placeholder,
.contact-form__form .contact-form__select::placeholder,
.contact-form__form .contact-form__textarea::placeholder {
  color: #666666;
}
.contact-form__form .contact-form__textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form__form .contact-form__checkbox-label {
  font-size: 0.875rem;
  color: #666666;
  font-weight: 300;
  line-height: 1.5;
}
.contact-form__form .contact-form__alert {
  margin: 1.5rem 0;
  padding: 1rem;
  border-radius: 0.5rem;
}
.contact-form__form .contact-form__alert.alert-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.contact-form__form .contact-form__alert.alert-danger {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.contact-form__form .contact-form__buttons {
  margin-top: 1.5rem;
}
.contact-form__form .contact-form__btn {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
}
.contact-form__form .contact-form__btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #CDCDCD;
  border-radius: 0.25rem;
  cursor: pointer;
}
.form-check .form-check-input:checked {
  background-color: #033E84;
  border-color: #033E84;
}
.form-check .form-check-input:focus {
  box-shadow: 0 0 0 3px rgba(3, 62, 132, 0.2);
}
.form-check .form-check-label {
  cursor: pointer;
}

.page-header {
  background-color: #033E84;
  padding: 3rem 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-header {
    padding: 4rem 0;
  }
}
.page-header__title {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-header__title {
    font-size: 2.5rem;
  }
}

.page-hero {
  background-color: #033E84;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 5rem 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .page-hero {
    padding: 8rem 0;
  }
}
.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(3, 62, 132, 0.7);
}
.page-hero .container {
  position: relative;
  z-index: 1;
}
.page-hero__title {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-hero__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .page-hero__title {
    font-size: 3rem;
  }
}

.page-content {
  padding: 3rem 0;
}
@media screen and (min-width: 992px) {
  .page-content {
    padding: 4rem 0;
  }
}
.page-content__wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.page-content__wrapper h2 {
  font-size: 1.75rem;
  color: #033E84;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.page-content__wrapper h2:first-child {
  margin-top: 0;
}
.page-content__wrapper h3 {
  font-size: 1.5rem;
  color: #242424;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.page-content__wrapper h4 {
  font-size: 1.25rem;
  color: #242424;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.page-content__wrapper p {
  margin-bottom: 1rem;
  line-height: 1.7;
}
.page-content__wrapper ul, .page-content__wrapper ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.page-content__wrapper ul li, .page-content__wrapper ol li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.page-content__wrapper blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background: #F5F5F5;
  border-left: 4px solid #033E84;
  font-style: italic;
}
.page-content__wrapper blockquote p:last-child {
  margin-bottom: 0;
}
.page-content__wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.page-content__wrapper a {
  color: #033E84;
}
.page-content__wrapper a:hover {
  color: #D84141;
}
.page-content__wrapper .wp-block-image {
  margin: 2rem 0;
}
.page-content__wrapper .wp-block-image.aligncenter {
  text-align: center;
}
.page-content__wrapper .wp-block-image.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.page-content__wrapper .wp-block-image.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.page-content__wrapper .wp-block-image figcaption {
  font-size: 0.875rem;
  color: #666666;
  text-align: center;
  margin-top: 0.5rem;
}
.page-content__wrapper .wp-block-gallery {
  margin: 2rem 0;
}
.page-content__wrapper .wp-block-table {
  margin: 2rem 0;
  overflow-x: auto;
}
.page-content__wrapper .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.page-content__wrapper .wp-block-table table th, .page-content__wrapper .wp-block-table table td {
  padding: 0.75rem 1rem;
  border: 1px solid #CDCDCD;
  text-align: left;
}
.page-content__wrapper .wp-block-table table th {
  background: #F5F5F5;
  font-weight: 600;
}
.page-content__wrapper .wp-block-table table tr:nth-child(even) td {
  background: rgba(245, 245, 245, 0.5);
}
.page-content__wrapper .wp-block-buttons {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-content__wrapper .wp-block-button__link {
  display: inline-block;
  padding: 0.875rem 2rem;
  background: #033E84;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.page-content__wrapper .wp-block-button__link:hover {
  background: #D84141;
  color: #FFFFFF;
}
.page-content__wrapper .wp-block-separator {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #CDCDCD;
}

.page-links {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #CDCDCD;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.page-links__title {
  font-weight: 500;
  margin-right: 0.5rem;
}
.page-links__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 0.5rem;
  background: #F5F5F5;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #242424;
  transition: all 0.3s ease;
}
.page-links__item:hover {
  background: #033E84;
  color: #FFFFFF;
}
.page-links > span:not(.page-links__title):not(.page-links__item) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 0.5rem;
  background: #033E84;
  border-radius: 0.5rem;
  color: #FFFFFF;
  font-weight: 600;
}

/*# sourceMappingURL=style.css.map */

.product-categories-tabs .nav-categories a[href*="/product-category/tapas/"]{
  display: none !important;
}
