/*
Theme Name: EverLat WooCommerce
Theme URI: https://everlat.lv/
Author: EverLat
Description: Ātrs, responsīvs EverLat WooCommerce veikals ar rediģējamu sākumlapu, preču kartītēm, daudzvalodu atbalstu un tumši zilu/sarkanu zīmola stilu.
Version: 1.7.19
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: everlat
*/

@font-face {
  font-family: "EverLat Inter";
  src: url("assets/fonts/inter-latin-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 62.5%; scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--el-font, "EverLat Inter", Inter, Arial, Helvetica, sans-serif);
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  z-index: 100000; top: 8px; left: 8px; width: auto; height: auto;
  padding: 12px 16px; clip: auto; background: #fff; color: #08254f;
}
.hidden { display: none !important; }
.page-width, .el-container { width: min(100% - 4rem, 144rem); margin-inline: auto; }
.site-main { min-height: 55vh; }
.entry-content { padding: 3rem 0; }

/* Header */
.announcement-bar-section {
  background: var(--el-announcement-bg, var(--el-navy-2));
  color: var(--el-announcement-text, #fff);
}
.announcement-bar-section .utility-bar {
  display: grid;
  grid-template-areas: "contacts message social";
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 1.6rem;
  align-items: center;
}
.announcement-bar__message {
  grid-area: message;
  width: auto;
  margin: 0;
  text-align: center;
}
.el-utility-contacts {
  display: flex;
  grid-area: contacts;
  min-width: 0;
  flex-wrap: wrap;
  gap: .35rem 1.4rem;
  align-items: center;
  justify-self: start;
}
.el-utility-contact {
  display: inline-flex;
  gap: .7rem;
  align-items: center;
  color: inherit;
  font-size: 1.2rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}
.el-utility-contact:hover,
.el-utility-contact:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: .2em;
}
.el-utility-contact svg {
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 auto;
}
.announcement-bar-section .el-social-links--utility {
  grid-area: social;
  justify-self: end;
  gap: .45rem;
  margin: 0;
}
.announcement-bar-section .el-social-link {
  width: 2.7rem;
  height: 2.7rem;
  border-color: rgba(255,255,255,.32);
  background: transparent;
}
.announcement-bar-section .el-social-link svg {
  width: 1.45rem;
  height: 1.45rem;
}
.header-wrapper { position: relative; z-index: 50; }
.header-wrapper.is-sticky { position: sticky; top: 0; }
.header {
  position: relative;
  z-index: 130;
  display: grid;
  grid-template-areas: 'heading search icons';
  grid-template-columns: 21rem minmax(34rem, 1fr) auto;
  gap: 2.4rem;
  align-items: center;
  padding-block: 1.7rem;
}
.header__heading { grid-area: heading; margin: 0; }
.header__heading-link { display: inline-flex; }
.header__icons { grid-area: icons; display: flex; align-items: center; gap: .7rem; }
.header__icon {
  position: relative; display: flex; width: 5.2rem; height: 4.8rem;
  flex-direction: column; align-items: center; justify-content: center; gap: .25rem;
  color: var(--el-ink); text-decoration: none;
}
.header__icon svg { width: 2.1rem; height: 2.1rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.header__icon--cart svg { stroke-width: 1.7; }
.header__icon--cart svg circle { fill: currentColor; stroke: none; }
.cart-count-bubble {
  position: absolute; top: .1rem; right: .2rem; display: grid; min-width: 1.8rem; height: 1.8rem;
  place-items: center; padding: 0 .35rem; border-radius: 999px; background: var(--el-blue); color: #fff;
  font-size: 1rem; font-weight: 800;
}
.el-mobile-toggle { display: none; border: 0; background: transparent; color: var(--el-ink); }
.el-quick-nav__all > svg { width: 1.8rem; height: 1.8rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; }
.el-mobile-toggle svg { width: 2.5rem; height: 2.5rem; }
.el-mobile-menu { display: none; border-top: 1px solid var(--el-line); background: #fff; }
.el-mobile-menu.is-open { display: block; }
.el-mobile-menu__inner { display: grid; padding-block: 1rem 1.5rem; }
.el-mobile-menu a { padding: 1.2rem 0; border-bottom: 1px solid #edf0f4; text-decoration: none; font-weight: 700; }
.el-mobile-menu a:focus-visible { position: relative; z-index: 1; }

/* Live search */
.el-predictive-search { position: relative; grid-area: search; min-width: 0; }
.el-search-results {
  position: absolute; top: calc(100% + .6rem); left: 0; z-index: 100; width: 100%; max-height: 60vh;
  overflow: auto; border: .1rem solid var(--el-line); border-radius: 1rem; background: #fff;
  box-shadow: 0 1.5rem 4rem rgba(18,42,76,.16);
}
.el-search-result { display: grid; grid-template-columns: 5.6rem minmax(0,1fr) auto; gap: 1.2rem; align-items: center; padding: 1rem 1.2rem; text-decoration: none; }
.el-search-result + .el-search-result { border-top: 1px solid #eef1f5; }
.el-search-result:hover, .el-search-result:focus { background: #f3f7fd; outline: 0; }
.el-search-result img { width: 5.2rem; height: 5.2rem; border-radius: .7rem; object-fit: contain; background: #fff; }
.el-search-result__title { color: var(--el-ink); font-size: 1.35rem; font-weight: 700; line-height: 1.3; }
.el-search-result__price { color: var(--el-blue); font-size: 1.35rem; font-weight: 800; white-space: nowrap; }
.el-search-empty { padding: 1.6rem; color: var(--el-muted); }
.el-search-view-all { display: block; padding: 1.2rem 1.5rem; border-top: 1px solid var(--el-line); color: var(--el-blue); text-align: center; text-decoration: none; font-weight: 800; }

/* Mini cart */
.el-cart-wrap { position: relative; isolation: isolate; }
.el-mini-cart {
  position: absolute; top: calc(100% + .8rem); right: 0; z-index: 110; width: min(38rem, calc(100vw - 3rem));
  padding: 1.6rem; overflow: visible; border: 1px solid var(--el-line); border-radius: 1.2rem; background: #fff;
  box-shadow: 0 1.8rem 4.5rem rgba(18,42,76,.18); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(.7rem);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.el-mini-cart::before {
  position: absolute; right: 0; bottom: 100%; width: 8rem; height: 1rem; content: "";
}
.el-cart-wrap:hover .el-mini-cart,
.el-cart-wrap:focus-within .el-mini-cart {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0);
}
.el-mini-cart .widget_shopping_cart_content { max-height: none; overflow: visible; }
.el-mini-cart ul.woocommerce-mini-cart.cart_list,
.el-mini-cart ul.cart_list {
  max-height: min(36rem, 48vh); margin: 0 !important; padding: 0 !important; overflow-x: hidden; overflow-y: auto; list-style: none !important;
}
.el-mini-cart ul.woocommerce-mini-cart.cart_list li.woocommerce-mini-cart-item,
.el-mini-cart ul.cart_list li.mini_cart_item {
  position: relative !important; display: block !important; min-height: 8.4rem !important;
  margin: 0 !important; padding: 1.2rem 3.2rem 1.2rem 7.6rem !important;
  overflow: hidden; border-bottom: 1px solid #edf0f4; line-height: 1.35;
}
.el-mini-cart ul.cart_list li.mini_cart_item a:not(.remove) {
  display: block !important; min-width: 0; margin: 0 !important; padding: 0 !important;
  overflow-wrap: anywhere; color: var(--el-ink); text-decoration: none; font-size: 1.3rem; font-weight: 700; line-height: 1.35;
}
.el-mini-cart ul.cart_list li.mini_cart_item img {
  position: absolute !important; top: 1.2rem !important; right: auto !important; left: 0 !important;
  float: none !important; width: 6.4rem !important; height: 6.4rem !important; margin: 0 !important;
  border-radius: .7rem; background: #fff; box-shadow: none !important; object-fit: contain;
}
.el-mini-cart ul.cart_list li.mini_cart_item a.remove {
  position: absolute !important; top: .9rem !important; right: .2rem !important; left: auto !important;
  display: grid !important; width: 2.6rem !important; height: 2.6rem !important; margin: 0 !important; padding: 0 !important;
  place-items: center; border: 0 !important; border-radius: 50%; background: transparent !important; color: var(--el-red) !important;
  text-decoration: none; font-size: 2rem; line-height: 1;
}
.el-mini-cart ul.cart_list li.mini_cart_item a.remove:hover { background: #fff0f0 !important; }
.el-mini-cart ul.cart_list li.mini_cart_item .quantity {
  display: block; margin-top: .5rem; color: var(--el-muted); font-size: 1.25rem; line-height: 1.35;
}
.el-mini-cart .woocommerce-mini-cart__total {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  margin: 1.4rem 0 !important; padding: 0 !important; border: 0 !important; font-weight: 800;
}
.el-mini-cart .woocommerce-mini-cart__total strong { margin: 0; }
.el-mini-cart .woocommerce-mini-cart__buttons {
  display: grid !important; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: .8rem;
  margin: 0 !important; padding: 0 !important;
}
.el-mini-cart .woocommerce-mini-cart__buttons .button {
  display: inline-flex !important; min-width: 0; min-height: 4.2rem; align-items: center; justify-content: center;
  margin: 0 !important; padding: .8rem 1rem !important; border: 0; border-radius: .8rem;
  background: #eaf2fd; color: var(--el-blue); text-align: center; text-decoration: none; font-size: 1.3rem; font-weight: 800; line-height: 1.2;
}
.el-mini-cart .woocommerce-mini-cart__buttons .checkout { background: var(--el-blue); color: #fff; }
.el-mini-cart .woocommerce-mini-cart__empty-message { margin: 0; padding: 1rem; text-align: center; color: var(--el-muted); }

/* Hero art asset */
.el-hero-banner__art img { width: 100%; height: auto; }

/* WooCommerce wrappers and product loops */
.el-woo-main { padding: 3rem 0 5rem; }
.woocommerce-breadcrumb { margin: 0 0 1.6rem; color: var(--el-muted); font-size: 1.3rem; }
.woocommerce-breadcrumb a { color: var(--el-blue); text-decoration: none; }
.woocommerce-products-header__title, .page-title { margin: 0 0 2rem; font-size: clamp(2.8rem, 4vw, 4.5rem); line-height: 1.1; letter-spacing: -.04em; }
.woocommerce .woocommerce-result-count { color: var(--el-muted); }
.woocommerce .woocommerce-ordering select { min-height: 4.2rem; padding: 0 3.5rem 0 1.2rem; border: 1px solid var(--el-line); border-radius: .8rem; background: #fff; }

/*
 * Keep WooCommerce's float-based defaults from collapsing cards or stretching
 * a single homepage product across the entire row.
 */
.woocommerce ul.products,
.woocommerce-page ul.products,
.el-home-products ul.products {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(5, minmax(0,1fr));
  align-items: stretch;
  gap: 1.4rem;
  clear: both;
  margin: 2rem 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after,
.el-home-products ul.products::before,
.el-home-products ul.products::after {
  display: none !important;
  content: none !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.el-home-products ul.products li.product {
  float: none !important;
  display: block;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: stretch;
}

/* Product cards */
.el-product-card { position: relative; display: flex; width: 100%; height: 100%; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--el-line); border-radius: 1.2rem; background: #fff; box-shadow: 0 .5rem 1.8rem rgba(18,42,76,.045); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.el-product-card:hover { transform: translateY(-.3rem); border-color: #c8d8ed; box-shadow: 0 1.2rem 2.8rem rgba(18,42,76,.11); }
.el-product-card__image { position: relative; display: grid; width: 100%; max-height: 28rem; aspect-ratio: 1/1; place-items: center; padding: 1.4rem; border-bottom: 1px solid #eef1f5; background: #fff; overflow: hidden; }
.woocommerce ul.products li.product .el-product-card__image img,
.woocommerce-page ul.products li.product .el-product-card__image img,
.el-home-products ul.products li.product .el-product-card__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0;
  object-fit: contain !important;
  object-position: center;
  box-shadow: none !important;
  transition: transform .25s ease;
}
.el-product-card:hover .el-product-card__image img { transform: scale(1.035); }
.el-product-card__sale { position: absolute; top: 1rem; left: 1rem; padding: .45rem .75rem; border-radius: .6rem; background: var(--el-red); color: #fff; font-size: 1.05rem; font-weight: 800; }
.el-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.35rem 1.4rem 1.45rem; }
.el-product-card__vendor { min-height: 1.7rem; margin-bottom: .5rem; color: var(--el-muted); font-size: 1.05rem; font-weight: 700; text-transform: uppercase; }
.el-product-card__title-row { display: block; }
.el-product-card__title { margin: 0; font-size: 1.38rem; line-height: 1.35; font-weight: 750; }
.el-product-card__title a { color: var(--el-ink); text-decoration: none; }
.el-product-card__price { margin-top: auto; padding-top: 1.2rem; color: var(--el-ink); font-size: 1.75rem; font-weight: 850; }
.el-product-card__price del { margin-right: .5rem; color: #8b96a5; font-size: 1.25rem; font-weight: 600; }
.el-product-card__price ins { text-decoration: none; }
.el-product-card__stock { margin: .4rem 0 1rem; color: var(--el-green); font-size: 1.15rem; font-weight: 700; }
.el-product-card__stock .stock { margin: 0; color: inherit; font: inherit; }
.el-product-card__stock .stock.out-of-stock { color: var(--el-red); }
.el-product-card .button, .el-product-card .added_to_cart { display: flex; min-height: 4rem; align-items: center; justify-content: center; margin-top: .3rem; padding: .7rem 1rem; border: 0; border-radius: .8rem; background: var(--el-blue); color: #fff; text-decoration: none; font-size: 1.25rem; font-weight: 800; }
.el-product-card .button:hover { background: var(--el-blue-dark); }
.el-product-card .added_to_cart { margin-top: .6rem; background: #eaf2fd; color: var(--el-blue); }

/* Forms, notices, cart and checkout */
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--el-blue); border-radius: .8rem; background: #fff; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: .8rem; }
.woocommerce table.shop_table { border-color: var(--el-line); border-radius: 1.2rem; background: #fff; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { min-height: 4.6rem; padding: .8rem 1.2rem; border: 1px solid var(--el-line); border-radius: .8rem; background: #fff; }
.woocommerce-checkout #payment { border-radius: 1.2rem; background: #eef4fb; }

/* Footer */
.footer { padding-top: 3rem; }
.el-footer-layout { padding-bottom: 2.5rem; }
.el-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(2.2rem, 3vw, 4.2rem); }
.el-footer-grid h2 { margin: 0 0 1.2rem; font-size: 1.6rem; }
.el-footer-grid p { margin: .5rem 0; }
.el-footer-grid a { color: rgba(255,255,255,.76); text-decoration: none; }
.el-footer-grid a:hover { color: #fff; }
.el-footer-menu { margin: 0; padding: 0; list-style: none; }
.el-footer-menu li { margin: .65rem 0; }
.el-footer-copyright {
  color: rgba(255,255,255,.66);
  font-size: 1.15rem;
}
.el-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.2rem;
}
.el-social-link {
  display: grid;
  width: 3.6rem;
  height: 3.6rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  background: rgba(255,255,255,.07);
  color: #fff !important;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.el-social-link:hover {
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.15);
  transform: translateY(-2px);
}
.el-social-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.el-social-link svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: currentColor;
}
.el-footer-layout.has-comparison-buttons {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2.4rem, 3.5vw, 5rem);
  align-items: start;
}
.el-footer-layout.has-comparison-buttons .el-footer-grid {
  min-width: 0;
}
.el-comparison-buttons {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: end;
  gap: 1rem;
}
.el-comparison-button {
  display: inline-flex;
  width: fit-content;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: opacity .18s ease, transform .18s ease;
}
.el-comparison-button--kurpirkt,
.el-comparison-button--ceno { min-width: 12rem; min-height: 4rem; }
.el-comparison-button--salidzini { min-width: 19rem; min-height: 4.8rem; }
.el-comparison-button:hover {
  opacity: .88;
  transform: translateY(-1px);
}
.el-comparison-button:focus-visible {
  outline: 2px solid rgba(255,255,255,.9);
  outline-offset: 4px;
}
.el-comparison-button img {
  width: auto;
  height: auto;
  max-width: 19rem;
  max-height: 4.8rem;
  object-fit: contain;
}
.el-footer-legal {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
  padding: 1.7rem 0;
  border-top: 1px solid rgba(255,255,255,.13);
}
.el-footer-legal__company {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1.2rem;
  max-width: 36rem;
  color: rgba(255,255,255,.67);
  font-size: 1.15rem;
}
.el-footer-legal__company strong {
  flex-basis: 100%;
  color: #fff;
  font-size: 1.3rem;
}
.el-footer-legal__links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.5rem;
  justify-content: flex-end;
}
.el-footer-legal__links a {
  color: rgba(255,255,255,.73);
  font-size: 1.15rem;
  text-decoration: none;
}
.el-footer-legal__links a:hover,
.el-footer-legal__links a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: .2em;
}
/* WordPress content */
.el-content-card { margin: 3rem auto; padding: 2.5rem; border: 1px solid var(--el-line); border-radius: 1.4rem; background: #fff; }
.nav-links { display: flex; justify-content: center; gap: .6rem; margin-top: 3rem; }
.nav-links .page-numbers { display: grid; min-width: 4rem; height: 4rem; place-items: center; padding: 0 .8rem; border-radius: .7rem; background: #fff; text-decoration: none; }
.nav-links .current { background: var(--el-blue); color: #fff; }

@media (max-width: 1199px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .el-home-products ul.products { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .el-footer-layout.has-comparison-buttons {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .el-comparison-buttons {
    justify-content: start;
  }
}
@media (max-width: 989px) {
  .page-width, .el-container { width: min(100% - 3rem, 144rem); }
  .header { grid-template-areas: 'drawer heading icons' 'search search search'; grid-template-columns: 4.4rem minmax(0,1fr) auto; gap: 1.2rem .8rem; }
  .el-mobile-toggle { grid-area: drawer; display: grid; place-items: center; width: 4.4rem; height: 4.4rem; }
  .header__heading { justify-self: center; }
  .header__icons { justify-self: end; }
  .header__icon { width: 4.4rem; height: 4.4rem; }
  .el-mini-cart { display: none; }
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .el-home-products ul.products { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .el-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .el-footer-layout.has-comparison-buttons .el-footer-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width: 749px) {
  .page-width, .el-container { width: min(100% - 3rem, 144rem); }
  .announcement-bar-section .utility-bar {
    grid-template-areas:
      "contacts social"
      "message message";
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .45rem 1rem;
    padding-block: .55rem;
  }
  .announcement-bar__message {
    min-height: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.3;
  }
  .el-utility-contact {
    font-size: 1.1rem;
  }
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .el-home-products ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: .9rem; }
  .el-product-card__image { max-height: 22rem; }
  .el-product-card__body { padding: 1.1rem; }
  .el-product-card__title { font-size: 1.25rem; }
  .el-product-card__price { font-size: 1.55rem; }
  .el-footer-grid { grid-template-columns: 1fr; }
  .el-footer-layout.has-comparison-buttons .el-footer-grid {
    grid-template-columns: 1fr !important;
  }
  .el-footer-layout.has-comparison-buttons {
    grid-template-columns: 1fr;
  }
  .el-comparison-buttons {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }
  .el-comparison-button {
    min-width: 0;
  }
  .el-comparison-button img {
    max-width: 100%;
  }
  .el-footer-legal {
    grid-template-columns: 1fr;
  }
  .el-footer-legal__links {
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .el-comparison-buttons {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .el-utility-contacts {
    flex-direction: column;
    gap: .1rem;
    align-items: flex-start;
  }
  .el-utility-contact {
    font-size: 1rem;
    line-height: 1.3;
  }
  .el-brand-name { font-size: 2rem; }
  .el-brand-mark { width: 3.2rem; height: 3.6rem; }
  .header__icon { width: 4rem; }
}


/* Editable-theme additions (v0.2) */
.el-custom-logo { display: inline-flex; align-items: center; }
.el-custom-logo img { width: auto; max-width: 22rem; max-height: 5.2rem; object-fit: contain; transition: transform .18s ease; }
.header__heading-link:hover .el-custom-logo img { transform: scale(1.04); }
.el-custom-logo--footer img { max-height: 5.5rem; }
.el-category-rail__icon img { width: 100%; height: 100%; object-fit: contain; }
.el-category-tile__icon--image { padding: .5rem; background: #fff; }
.el-category-tile__icon--image img { width: 100%; height: 100%; object-fit: contain; }
.el-marketplace-hero__layout--without-promos { grid-template-columns: 24rem minmax(0, 1fr); }
.el-page-builder-content { padding: 1rem 0 4rem; }
.el-page-builder-content .alignwide { width: min(100%, 120rem); margin-inline: auto; }
.el-page-builder-content .alignfull { width: 100vw; margin-left: calc(50% - 50vw); }
.el-mobile-menu-list { margin: 0; padding: 0; list-style: none; }
.el-mobile-menu-list a { display: block; }
.el-mobile-menu-list .sub-menu { margin: 0; padding-left: 1.6rem; list-style: none; }
.el-quick-menu { display: contents; margin: 0; padding: 0; list-style: none; }
.el-quick-menu > .menu-item { display: contents; }

@media (max-width: 989px) {
  .el-marketplace-hero__layout--without-promos { grid-template-columns: 1fr; }
  .el-custom-logo img { max-width: 16rem; max-height: 4.2rem; }
}


/* Visual editing suite (v0.3) */
.header-wrapper.is-sticky { top: var(--wp-admin--admin-bar--height, 0); }
.header { min-height: var(--el-header-height, 78px); }
.header__heading-link { max-width: var(--el-logo-width, 220px); }
.el-custom-logo img { max-width: var(--el-logo-width, 220px); max-height: none; }
.el-header-without-search .header { grid-template-areas: 'heading icons'; grid-template-columns: minmax(18rem, 1fr) auto; }
.el-header-without-search .header__heading { grid-area: heading; }
.el-header-without-search .header__icons { grid-area: icons; }

.el-marketplace-hero__layout { grid-template-columns: minmax(0, 1fr); }
.el-marketplace-hero__layout.has-rail.has-promos { grid-template-columns: 25rem minmax(0, 1fr) 23rem; }
.el-marketplace-hero__layout.has-rail:not(.has-promos) { grid-template-columns: 25rem minmax(0, 1fr); }
.el-marketplace-hero__layout:not(.has-rail).has-promos { grid-template-columns: minmax(0, 1fr) 23rem; }
.el-marketplace-hero--full .el-hero-banner__content { max-width: 64rem; }
.el-marketplace-hero--full .el-hero-banner { width: 100%; }
.el-hero-banner { min-height: var(--el-hero-min-height, 390px); border-radius: var(--el-radius); box-shadow: var(--el-shadow); }
.el-hero-slide__picture { display: block; width: 100%; height: 100%; }
.el-hero-slider { touch-action: pan-y pinch-zoom; }
.el-category-rail, .el-promo-card, .el-category-tile, .el-service-strip__grid, .el-brand-grid a, .el-content-card { border-radius: var(--el-radius); }
.el-category-rail, .el-promo-card, .el-category-tile, .el-service-strip__grid { box-shadow: var(--el-shadow); }

.el-card-style-minimal .el-product-card { border-color: transparent; border-radius: 0; background: transparent; box-shadow: none; }
.el-card-style-minimal .el-product-card__image { border: 1px solid var(--el-line); border-radius: var(--el-radius); background: var(--el-surface); }
.el-card-style-minimal .el-product-card__body { padding-inline: .2rem; }
.el-card-hover-none .el-product-card:hover { transform: none; box-shadow: var(--el-shadow); }
.el-card-hover-none .el-product-card:hover .el-product-card__image img { transform: none; }
.el-card-hover-zoom .el-product-card:hover { transform: none; }
.el-card-hover-lift .el-product-card:hover { transform: translateY(-.3rem); }
.el-product-card { border-radius: var(--el-radius); background: var(--el-surface); box-shadow: var(--el-shadow); }

.el-shop-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2.4rem; align-items: start; }
.el-shop-layout.has-sidebar { grid-template-columns: minmax(0, 1fr) 28rem; }
.el-shop-content { width: 100%; min-width: 0; }
.el-shop-content > .woocommerce { width: 100%; }
.el-shop-sidebar { position: sticky; top: calc(var(--wp-admin--admin-bar--height, 0px) + 10rem); }
.el-sidebar-widget { margin-bottom: 1.5rem; padding: 1.6rem; border: 1px solid var(--el-line); border-radius: var(--el-radius); background: var(--el-surface); box-shadow: var(--el-shadow); }
.el-sidebar-widget .widget-title { margin: 0 0 1.2rem; font-size: 1.6rem; }

.footer { background: var(--el-footer-bg, var(--el-navy)); color: var(--el-footer-text, #fff); }
.footer a { color: var(--el-footer-link, rgba(255,255,255,.76)); }
.el-footer-widget ul { margin: 0; padding: 0; list-style: none; }
.el-footer-widget li { margin: .65rem 0; }

.el-back-to-top { position: fixed; z-index: 80; right: 2rem; bottom: 2rem; display: grid; width: 4.6rem; height: 4.6rem; place-items: center; border: 0; border-radius: 50%; background: var(--el-blue); color: #fff; box-shadow: 0 .8rem 2.4rem rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translateY(1rem); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.el-back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.el-back-to-top:hover { background: var(--el-blue-dark); }

.wp-block-button__link { border-radius: var(--el-button-radius); }
.is-style-el-card { padding: 2rem; border: 1px solid var(--el-line); border-radius: var(--el-radius); background: var(--el-surface); box-shadow: var(--el-shadow); }

@media (max-width: 1199px) {
  .el-marketplace-hero__layout.has-rail.has-promos { grid-template-columns: 23rem minmax(0,1fr); }
  .el-marketplace-hero__layout.has-rail.has-promos .el-promo-stack { display: none; }
  .el-marketplace-hero__layout:not(.has-rail).has-promos { grid-template-columns: minmax(0,1fr) 22rem; }
}
@media (max-width: 989px) {
  .el-header-without-search .header { grid-template-areas: 'drawer heading icons'; grid-template-columns: 4.4rem minmax(0,1fr) auto; }
  .el-marketplace-hero__layout,
  .el-marketplace-hero__layout.has-rail.has-promos,
  .el-marketplace-hero__layout.has-rail:not(.has-promos),
  .el-marketplace-hero__layout:not(.has-rail).has-promos { grid-template-columns: 1fr; }
  .el-marketplace-hero__layout .el-category-rail,
  .el-marketplace-hero__layout .el-promo-stack { display: none; }
  .el-shop-layout.has-sidebar { grid-template-columns: 1fr; }
  .el-shop-sidebar { position: static; }
  .el-footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 749px) {
  .el-footer-grid { grid-template-columns: 1fr; }
  .el-back-to-top { right: 1.2rem; bottom: 1.2rem; }
}

body.admin-bar .header-wrapper.is-sticky{top:32px;}
@media(max-width:782px){body.admin-bar .header-wrapper.is-sticky{top:46px;}}

/* Accessible Polylang menu (v0.3.4) */
.el-language-switcher {
  position: relative;
  z-index: 95;
}
.el-language-menu {
  position: relative;
}
.el-language-menu summary {
  display: flex;
  min-width: 6.8rem;
  height: 4.4rem;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: 0 .9rem;
  border: 1px solid var(--el-line);
  border-radius: .8rem;
  background: var(--el-surface, #fff);
  color: var(--el-text, #08254f);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  list-style: none;
  cursor: pointer;
}
.el-language-menu summary::-webkit-details-marker {
  display: none;
}
.el-language-menu summary svg {
  width: 1rem;
  height: .7rem;
  transition: transform .18s ease;
}
.el-language-menu[open] summary {
  border-color: var(--el-blue);
}
.el-language-menu summary:focus-visible {
  outline: 2px solid var(--el-blue);
  outline-offset: 2px;
}
.el-language-menu[open] summary svg {
  transform: rotate(180deg);
}
.el-language-menu__flag,
.el-language-menu__flag img {
  display: block;
  width: 2rem;
  height: 1.4rem;
}
.el-language-menu__flag img {
  object-fit: cover;
}
.el-language-menu ul {
  position: absolute;
  top: calc(100% + .7rem);
  right: 0;
  width: max-content;
  min-width: 17rem;
  margin: 0;
  padding: .6rem;
  border: 1px solid var(--el-line);
  border-radius: 1rem;
  background: var(--el-surface, #fff);
  box-shadow: 0 1.2rem 3.2rem rgba(18, 42, 76, .16);
  list-style: none;
}
.el-language-menu li {
  margin: 0;
}
.el-language-menu li a {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: .9rem 1rem;
  border-radius: .65rem;
  color: var(--el-text, #08254f);
  font-size: 1.35rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.el-language-menu li a:hover,
.el-language-menu li a:focus-visible,
.el-language-menu li.is-current a {
  background: var(--el-bg, #f7f8fb);
  color: var(--el-blue);
}

@media (max-width: 749px) {
  .el-language-menu summary {
    min-width: 5.6rem;
    padding-inline: .65rem;
  }
  .el-language-menu__code {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .el-hero-slide,
  .el-hero-slider__arrow,
  .el-hero-slider__dot,
  .el-hero-slider__toggle,
  .header__heading-link,
  .el-brand-lockup,
  .el-product-card,
  .el-product-card__image img,
  .el-comparison-button,
  .el-mini-cart,
  .el-back-to-top,
  .el-custom-logo img {
    transition: none;
  }
}

/* EverLat 1.0 — navy/red marketplace finish */
:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid rgba(255, 11, 47, .28);
  outline-offset: 2px;
}

body {
  background: var(--el-bg, #f7f8fb);
  color: var(--el-ink, #08254f);
}

.header-wrapper {
  overflow: visible;
  border: 0;
  box-shadow: 0 1px 0 rgba(8, 37, 79, .09), 0 5px 20px rgba(8, 37, 79, .035);
}

.header {
  overflow: visible;
  padding-block: 1.4rem;
}

.header__heading-link,
.el-brand-lockup {
  transition: transform .18s ease;
}

.header__heading-link:hover .el-brand-lockup {
  transform: scale(1.035);
}

.el-brand-lockup--footer {
  margin-bottom: .8rem;
}

.el-custom-logo img {
  width: auto;
  max-height: 5.2rem;
  object-fit: contain;
}

.el-header-search {
  height: 4.6rem;
  border: 1px solid #d8dee8;
  border-radius: .8rem;
}

.el-header-search:focus-within {
  border-color: var(--el-navy);
  box-shadow: 0 0 0 3px rgba(8, 37, 79, .08);
}

.el-header-search__button {
  width: 5rem;
  border-radius: 0 .7rem .7rem 0;
  background: transparent;
  color: var(--el-navy);
}

.el-header-search__button:hover {
  background: #f3f5f8;
  color: var(--el-blue);
}

.header__icon {
  color: var(--el-navy);
}

.header__icon:hover,
.header__icon:hover .el-icon-label {
  color: var(--el-blue);
}

.cart-count-bubble {
  top: -.1rem;
  right: .1rem;
  background: var(--el-blue);
}

.el-quick-nav {
  z-index: 120;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

.el-quick-nav__inner {
  min-height: 4.8rem;
}

.el-quick-nav a {
  color: #fff;
}

.el-marketplace-hero {
  padding-top: 2.2rem;
}

.el-category-rail,
.el-hero-banner,
.el-promo-card {
  border: 1px solid var(--el-line);
  box-shadow: 0 7px 24px rgba(8, 37, 79, .055);
}

.el-hero-banner::before,
.el-hero-banner::after {
  border-color: rgba(8, 37, 79, .08);
}

.el-hero-banner h1 {
  color: var(--el-hero-text, var(--el-navy));
  font-weight: 700;
  letter-spacing: -.04em;
}

.el-hero-banner p {
  color: var(--el-muted);
}

.el-eyebrow,
.el-section-heading__eyebrow {
  color: var(--el-blue);
}

.el-hero-banner__content .el-button {
  min-width: 14rem;
  box-shadow: 0 9px 20px rgba(255, 11, 47, .2);
}

.el-hero-banner__content .el-button:hover {
  box-shadow: 0 12px 25px rgba(255, 11, 47, .28);
}

.el-promo-card {
  background: #fff;
}

.el-promo-card--sale {
  background: var(--el-navy);
  color: #fff;
}

.el-section-heading h2 {
  color: var(--el-navy);
  font-weight: 700;
  letter-spacing: -.03em;
}

.el-section-heading a {
  color: var(--el-blue);
}

.el-category-tile {
  border-color: var(--el-line);
  background: #fff;
  box-shadow: 0 4px 16px rgba(8, 37, 79, .035);
}

.el-category-tile:hover {
  border-color: rgba(255, 11, 47, .35);
  box-shadow: 0 10px 25px rgba(8, 37, 79, .08);
}

.el-category-tile__icon {
  background: #f5f7fa;
  color: var(--el-navy);
}

.el-category-tile:hover .el-category-tile__icon {
  background: #fff0f3;
  color: var(--el-blue);
}

.el-service-strip__grid {
  border: 1px solid var(--el-line);
  background: #fff;
  box-shadow: none;
}

.el-service-item__icon {
  color: var(--el-navy);
}

.el-product-card {
  border-color: var(--el-line);
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(8, 37, 79, .035);
}

.el-product-card:hover {
  border-color: #cfd6e1;
  box-shadow: 0 11px 25px rgba(8, 37, 79, .09);
}

.el-product-card__sale {
  background: var(--el-blue);
}

.el-product-card__title,
.el-product-card__title a {
  color: var(--el-navy);
}

.el-product-card__price,
.el-product-card__price ins {
  color: var(--el-blue);
}

.el-product-card .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--el-blue);
  color: #fff;
}

.el-product-card .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--el-blue-dark);
  color: #fff;
}

/* Predictive search: preserve WooCommerce sale-price markup without raw labels. */
.el-search-results {
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(8, 37, 79, .16);
}

.el-search-result__price {
  display: inline-flex;
  align-items: baseline;
  gap: .45rem;
  color: var(--el-blue);
}

.el-search-result__price del {
  order: 2;
  color: #8a94a3;
  font-size: 1.12rem;
  font-weight: 500;
}

.el-search-result__price ins {
  order: 1;
  color: var(--el-blue);
  text-decoration: none;
}

/* Mini-cart: isolate WooCommerce list styles so images never cover names. */
.el-cart-wrap,
.el-mini-cart {
  overflow: visible;
}

.el-mini-cart {
  z-index: 1000;
  max-width: calc(100vw - 2rem);
  border-color: var(--el-line);
}

.el-mini-cart .woocommerce-mini-cart-item,
.el-mini-cart .mini_cart_item {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 8.8rem !important;
  padding: 1.2rem 3.3rem 1.2rem 7.8rem !important;
}

.el-mini-cart .woocommerce-mini-cart-item > a:not(.remove),
.el-mini-cart .mini_cart_item > a:not(.remove) {
  position: static !important;
  display: block !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  line-height: 1.35 !important;
}

.el-mini-cart .woocommerce-mini-cart-item img,
.el-mini-cart .mini_cart_item img {
  position: absolute !important;
  top: 1.2rem !important;
  right: auto !important;
  bottom: auto !important;
  left: .2rem !important;
  float: none !important;
  width: 6.2rem !important;
  height: 6.2rem !important;
  margin: 0 !important;
  object-fit: contain !important;
}

.el-mini-cart .variation {
  margin: .5rem 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--el-muted);
  font-size: 1.1rem;
}

.el-mini-cart .woocommerce-mini-cart__buttons .button:first-child {
  background: #eef1f5;
  color: var(--el-navy);
}

.el-mini-cart .woocommerce-mini-cart__buttons .checkout {
  background: var(--el-blue);
  color: #fff;
}

/* Classic and block cart/checkout share the same EverLat treatment. */
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-billing-fields,
.woocommerce-additional-fields {
  border: 1px solid var(--el-line);
  border-radius: 1.2rem;
  background: #fff;
}

.woocommerce-cart-form,
.woocommerce-billing-fields,
.woocommerce-additional-fields {
  padding: 2rem;
}

.cart_totals,
.woocommerce-checkout-review-order {
  padding: 1.8rem;
}

.woocommerce table.shop_table {
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}

.woocommerce table.shop_table th {
  color: var(--el-navy);
  font-weight: 700;
}

.woocommerce-checkout #payment {
  background: #f5f7fa;
}

.wc-block-cart,
.wc-block-checkout {
  color: var(--el-ink);
}

.wc-block-cart-items,
.wc-block-components-order-summary,
.wc-block-components-totals-wrapper,
.wc-block-checkout__main,
.wc-block-checkout__sidebar {
  border-color: var(--el-line) !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  min-width: 0;
}

.wc-block-components-button:not(.is-link) {
  border: 0 !important;
  border-radius: .8rem !important;
  background: var(--el-blue) !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.wc-block-components-button:not(.is-link):hover {
  background: var(--el-blue-dark) !important;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-address-form__address_2-toggle {
  border-color: var(--el-line) !important;
  border-radius: .8rem !important;
}

.wc-block-components-product-name,
.wc-block-components-totals-item__label,
.wc-block-components-order-summary-item__description {
  color: var(--el-navy);
}

.footer {
  background: var(--el-footer-bg, var(--el-navy-2));
}

.footer .el-brand-lockup {
  transform-origin: left center;
}

.footer .el-brand-lockup:hover {
  transform: scale(1.025);
}

.el-gtranslate-switcher .gt_float_switcher,
.el-gtranslate-switcher .gt-current-lang,
.el-gtranslate-switcher .gt_options a {
  color: var(--el-navy) !important;
  font-family: "EverLat Inter", Inter, Arial, sans-serif !important;
}

.el-gtranslate-switcher .gt_options a:hover,
.el-gtranslate-switcher .gt_options a:focus-visible {
  background: #f5f7fa !important;
  color: var(--el-blue) !important;
}

@media (max-width: 989px) {
  .header {
    padding-block: 1rem 1.2rem;
  }

  .el-brand-name {
    font-size: 2.35rem;
  }

  .el-brand-mark {
    width: 3.5rem;
    height: 4rem;
  }

  .el-quick-nav {
    display: none;
  }
}

@media (max-width: 749px) {
  .header {
    grid-template-columns: 4rem minmax(0, 1fr) auto;
  }

  .header__heading-link {
    max-width: 15.5rem;
  }

  .el-brand-lockup {
    gap: .55rem;
  }

  .el-brand-name {
    font-size: 2.05rem;
  }

  .el-brand-mark {
    width: 3rem;
    height: 3.4rem;
  }

  .el-search-result {
    grid-template-columns: 4.8rem minmax(0, 1fr);
    gap: .9rem;
  }

  .el-search-result img {
    width: 4.6rem;
    height: 4.6rem;
    grid-row: 1 / span 2;
  }

  .el-search-result__price {
    grid-column: 2;
    justify-self: start;
  }

  .woocommerce-cart-form,
  .woocommerce-billing-fields,
  .woocommerce-additional-fields {
    padding: 1.4rem;
  }
}

@media (max-width: 440px) {
  .el-brand-name {
    font-size: 1.85rem;
  }

  .el-brand-mark {
    width: 2.7rem;
    height: 3.1rem;
  }

  .header__heading-link {
    max-width: 13rem;
  }

  .header__icon {
    width: 3.8rem;
  }
}

/* Compact GTranslate Float selector integrated into the EverLat header */
.el-language-switcher.el-gtranslate-switcher {
  position: relative !important;
  z-index: 9999 !important;
  display: flex !important;
  width: 72px !important;
  min-width: 72px !important;
  height: 36px !important;
  align-self: center !important;
  align-items: center !important;
  margin: 0 !important;
  transform: none !important;
}

.el-gtranslate-switcher .gtranslate_wrapper,
.el-gtranslate-switcher #gt_float_wrapper {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 72px !important;
  height: 36px !important;
  margin: 0 !important;
}

.el-gtranslate-switcher .gt_float_switcher {
  position: relative !important;
  display: block !important;
  width: 72px !important;
  height: 36px !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 1px solid #d8e0eb !important;
  border-radius: 7px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #08254f !important;
  font-family: inherit !important;
  font-size: 12px !important;
  line-height: 1 !important;
  transition: none !important;
}

.el-gtranslate-switcher .gt-selected {
  position: relative !important;
  float: none !important;
  width: 100% !important;
  height: 34px !important;
  overflow: hidden !important;
  border-radius: 6px !important;
  background: transparent !important;
  text-align: left !important;
}

.el-gtranslate-switcher .gt-current-lang {
  position: relative !important;
  display: flex !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 34px !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 0 22px 0 8px !important;
  color: #08254f !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.el-gtranslate-switcher .gt-lang-code {
  position: static !important;
  top: auto !important;
  overflow: hidden !important;
  font-size: 12px !important;
  line-height: 1 !important;
  text-overflow: clip !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.el-gtranslate-switcher .gt_float_switcher img {
  display: inline-block !important;
  width: 18px !important;
  height: 12px !important;
  flex: 0 0 18px !important;
  margin: 0 !important;
  border-radius: 1px !important;
  object-fit: cover !important;
}

.el-gtranslate-switcher .gt_float_switcher-arrow {
  position: absolute !important;
  top: 50% !important;
  right: 6px !important;
  width: 12px !important;
  height: 12px !important;
  margin-top: -6px !important;
}

.el-gtranslate-switcher .gt_options {
  position: absolute !important;
  top: 42px !important;
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 10000 !important;
  box-sizing: border-box !important;
  width: 132px !important;
  max-width: 132px !important;
  max-height: 160px !important;
  margin: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  border: 1px solid #d8e0eb !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(18, 42, 76, .16) !important;
  transform: translateY(-6px) !important;
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease !important;
}

.el-gtranslate-switcher .gt_options.gt-open {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.el-gtranslate-switcher .gt_options a {
  display: flex !important;
  box-sizing: border-box !important;
  width: 100% !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 8px 10px !important;
  color: #08254f !important;
  background: #fff !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  text-decoration: none !important;
}

.el-gtranslate-switcher .gt_options a:hover,
.el-gtranslate-switcher .gt_options a:focus-visible {
  color: #ff0b2f !important;
  background: #f7f8fb !important;
}

@media (max-width: 749px) {
  .el-language-switcher.el-gtranslate-switcher,
  .el-gtranslate-switcher .gtranslate_wrapper,
  .el-gtranslate-switcher #gt_float_wrapper,
  .el-gtranslate-switcher .gt_float_switcher {
    width: 46px !important;
    min-width: 46px !important;
    height: 34px !important;
  }

  .el-gtranslate-switcher .gt-selected,
  .el-gtranslate-switcher .gt-current-lang {
    height: 32px !important;
  }

  .el-gtranslate-switcher .gt-current-lang {
    padding: 0 18px 0 6px !important;
  }

  .el-gtranslate-switcher .gt-lang-code {
    display: none !important;
  }

  .el-gtranslate-switcher .gt_options {
    top: 40px !important;
    width: 126px !important;
    max-width: 126px !important;
  }
}

/* EverLat 1.1.2 — phone-first storefront and responsive campaign artwork */
@media (max-width: 749px) {
  .page-width,
  .el-container {
    padding-right: 0;
    padding-left: 0;
  }

  .header {
    grid-template-columns: 4.4rem minmax(0, 1fr) auto;
    column-gap: .5rem;
    row-gap: 1rem;
  }

  .el-mobile-toggle,
  .header__icon {
    width: 4.4rem;
    min-width: 4.4rem;
    height: 4.4rem;
  }

  .header__icons {
    gap: .25rem;
  }

  .header__heading-link {
    width: min(100%, 15.5rem);
  }

  .el-custom-logo,
  .el-custom-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .el-header-search {
    height: 4.8rem;
  }

  .el-marketplace-hero {
    padding-top: 1rem;
  }

  .el-hero-stage,
  .el-hero-banner {
    height: auto !important;
    min-height: 0 !important;
  }

  .el-hero-slider,
  .el-hero-banner.has-slider .el-hero-slider {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9;
  }

  .el-hero-banner.has-mobile-art .el-hero-slider {
    aspect-ratio: 4 / 5;
  }

  .el-hero-slide.has-mobile-image .el-hero-slide__image {
    object-fit: cover;
  }

  .el-hero-banner,
  .el-hero-slide__link,
  .el-hero-slide__image {
    border-radius: min(var(--el-radius), 1rem);
  }

  .el-hero-slider__arrow {
    width: 4.4rem;
    height: 4.4rem;
    top: calc(50% - 2.2rem);
  }

  .el-hero-slider__arrow--prev {
    left: .8rem;
  }

  .el-hero-slider__arrow--next {
    right: .8rem;
  }

  .el-hero-slider__controls {
    bottom: .9rem;
    gap: .7rem;
    padding: .6rem .8rem;
  }

  .el-hero-slider__dot {
    width: 1.1rem;
    height: 1.1rem;
  }

  .el-section {
    padding: 2.8rem 0;
  }

  .el-product-card .button,
  .el-product-card .added_to_cart {
    min-height: 4.4rem;
  }

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

  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .wc-block-cart__submit-button,
  .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    width: 100%;
    min-height: 4.8rem;
  }

  .el-footer-layout.has-comparison-buttons {
    gap: 2.5rem;
  }

  .el-comparison-buttons {
    width: 100%;
    align-items: center;
    justify-content: start;
  }
}

@media (max-width: 420px) {
  .header__heading-link {
    max-width: 12.5rem;
  }

  .el-brand-name {
    font-size: 1.8rem;
  }

  .el-product-card__body {
    padding: 1rem;
  }
}

/* EverLat v1.7.1 — focused storefront polish. */
.el-header-search:focus-within {
  border-color: #d8dee8;
  box-shadow: none;
}

.el-header-search__input:focus,
.el-header-search__input:focus-visible {
  outline: 0;
  box-shadow: none;
}

.el-product-card .button,
.el-product-card .added_to_cart {
  background: var(--el-navy);
  color: #fff;
}

.el-product-card .button:hover,
.el-product-card .button:focus-visible,
.el-product-card .added_to_cart:hover,
.el-product-card .added_to_cart:focus-visible {
  background: var(--el-navy-2);
  color: #fff;
}

.el-quick-nav .el-quick-nav__all {
  transform-origin: left center;
  transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

@media (hover: hover) and (pointer: fine) {
  .el-quick-nav .el-quick-nav__all:hover {
    z-index: 2;
    box-shadow: 0 .5rem 1.4rem rgba(4, 22, 50, .2);
    transform: scale(1.025);
  }
}

.el-comparison-button--salidzini {
  min-width: 0;
}

/*
 * Use the same clean cart outline in block, classic and mini-cart empty states.
 * WooCommerce supplies its own pseudo-element icon after theme styles load, so
 * reset every inherited/plugin property before drawing the replacement.
 */
.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon::before,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon::before,
.woocommerce-cart .cart-empty.woocommerce-info::before,
.el-mini-cart .woocommerce-mini-cart__empty-message::before {
  all: initial !important;
  box-sizing: border-box !important;
  display: block !important;
  background: transparent url("assets/images/everlat-cart.svg") center / contain no-repeat !important;
  content: "" !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon::before,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .with-empty-cart-icon::before {
  width: clamp(8rem, 10vw, 12rem) !important;
  height: clamp(8rem, 10vw, 12rem) !important;
  margin: 0 auto 1.6rem !important;
}

.woocommerce-cart .cart-empty.woocommerce-info {
  padding-left: 2rem;
  text-align: center;
}

.woocommerce-cart .cart-empty.woocommerce-info::before {
  width: 9rem !important;
  height: 9rem !important;
  margin: 0 auto 1.4rem !important;
}

.el-mini-cart .woocommerce-mini-cart__empty-message::before {
  width: 5.6rem !important;
  height: 5.6rem !important;
  margin: 0 auto 1rem !important;
}

@media (max-width: 749px) {
  .el-comparison-buttons .el-comparison-button {
    width: 100%;
    min-width: 0;
  }

  .el-comparison-buttons .el-comparison-button img {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .el-quick-nav .el-quick-nav__all:hover {
    box-shadow: none;
    transform: none;
  }
}
