/*
Theme Name: Elite Storefront
Template: best-shop
Author: gradientthemes
Author URI: https://gradientthemes.com/
Version: 1.0.5
Requires PHP: 5.6
Tested up to: 6.9
Description: Elite Storefront is a modern, responsive WooCommerce storefront eCommerce theme designed for online shops, product catalogs, and digital stores. Built for seamless integration with WooCommerce, it offers a clean, conversion-focused design ideal for selling products online. The theme includes one-click demo import and full compatibility with Elementor, Gutenberg, Divi, and Visual Composer, making customization fast and easy without coding. Elite Storefront is SEO-friendly, lightweight, and optimized for speed and performance, ensuring a smooth shopping experience across all devices. Fully mobile-responsive and user-friendly, Elite Storefront helps you build a professional online store that boosts engagement, increases sales, and grows your business.
Tags: blog, one-column, two-columns, three-columns, right-sidebar, left-sidebar, grid-layout, sticky-post, footer-widgets,
custom-background, custom-header, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments,
translation-ready, full-width-template, rtl-language-support, theme-options, e-commerce, food-and-drink
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: elite-storefront
*/

/* =========================================================
   1. GLOBAL / TYPOGRAPHY / ACCESSIBILITY
========================================================= */

.page .entry-content li a,
.page .comments-list .comment-meta-data a,
.comments-area .comment-respond a,
.post .entry-content a,
.comment-content a,
#primary .page .entry-content table a {
  text-decoration: underline;
}

#secondary .widget a,
#primary .page .entry-content table a {
  color: var(--glb-primary-color);
}

#secondary .widget a:hover,
#primary .page .entry-content table a:hover {
  color: var(--glb-secondary-color);
}

.mobile-menu #primary-menu>li>a {
  text-transform: uppercase;
}

/* Fix for currency symbol issues */
.woocommerce-Price-currencySymbol,
.amount-cart {
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light",
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

/* =========================================================
   2. HEADER & TOP BAR
========================================================= */

#masthead {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.site-header .header-wrapper .header-left ul li.current_page_item::after {
  color: var(--gbl-secondary-color);
}

.site-header .top-bar-menu .right-menu ul li a:hover,
.site-header .top-bar-menu .right-menu ul li a:focus,
.site-header .top-bar-menu .left-menu ul li a:hover,
.site-header .top-bar-menu .left-menu ul li a:focus,
.breadcrumb-wrapper #crumbs a:hover,
.breadcrumb-wrapper #crumbs a:focus,
.site-branding .site-title a:hover,
.site-branding .site-title a:focus,
.site-main .entry-content ul li a:hover,
.site-main .entry-content ul li a:focus {
  color: var(--gbl-secondary-color);
}

/* =========================================================
   3. WOOCOMMERCE BAR & SEARCH
========================================================= */

.woocommerce-bar {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.woocommerce-bar .container {
  display: flex;
  justify-content: space-between !important;
}

.categories-menu-first {
  padding: 10px 20px 10px 4px !important;
}

div.product-search-form {
  border: 1px solid #e9e9e9;
}

/* =========================================================
   4. WOOCOMMERCE PRODUCT LISTING
========================================================= */

.custom_product_widget .woocommerce-ordering {
  display: none;
}

.custom_product_widget .woocommerce-result-count {
  font-size: 0.9em;
  margin: 0.5em 0 10px;
  font-style: italic;
}

.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li,
.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li a,
.custom_product_widget .woocommerce nav.woocommerce-pagination .page-numbers li span.page-numbers {
  line-height: 10px;
  height: 25px;
  width: 25px;
  border: initial;
  font-size: 14px;
}

.custom_product_widget .woocommerce a.added_to_cart {
  padding-top: 0;
  padding-bottom: 10px;
}

.hover-area .yith-wcwl-wishlistexistsbrowse {
  display: none;
}

/* =========================================================
   5. PRODUCT HOVER EFFECTS
========================================================= */

.custom_product_widget li,
.woocommerce ul.products li {
  transition: transform 0.9s;
}

.custom_product_widget li:hover,
.woocommerce ul.products li:hover {
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

/* =========================================================
   6. PRELOADER
========================================================= */

.preloader-center {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: var(--glb-primary-color);
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.preloader-ring {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  animation: preloader-ring 2s linear infinite;
}

.preloader-ring:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.preloader-center span {
  color: #8e8c8c;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 200px;
  animation: text 3s ease-in-out infinite;
}

@keyframes preloader-ring {
  0% {
    transform: rotate(0deg);
    box-shadow: 1px 5px 2px #e65c00;
  }

  50% {
    transform: rotate(180deg);
    box-shadow: 1px 5px 2px #18b201;
  }

  100% {
    transform: rotate(360deg);
    box-shadow: 1px 5px 2px #0456c8;
  }
}

@keyframes text {
  50% {
    color: black;
  }
}

/* =========================================================
   7. NEWSLETTER
========================================================= */

.container .footer-newsletter-section .blossomthemes-email-newsletter-wrapper {
  background: transparent;
  color: #ffffff;
  padding: 25px 0;
}

section.newsletter-section .dt-newsletter-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: transparent;
  margin: 0;
  border-radius: 0;
}

section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper .text-holder span,
section.newsletter-section .dt-newsletter-wrapper .blossomthemes-email-newsletter-wrapper>form>label .text {
  color: var(--footer-text-color);
}

/* =========================================================
   8. FOOTER
========================================================= */

.site-footer .footer-bottom .container.footer-info {
  border-top: 0 !important;
}


.entry-header .entry-title {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

/* =========================================================
   9. BLOCKS
========================================================= */

.wp-block-group {
  padding: 80px 20px;
  max-width: 1200px;
  margin: auto;
}

.be-hero {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  text-align: center;
}

.be-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background: #2563eb;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}

.be-btn-outline {
  background: transparent;
  border: 2px solid #2563eb;
  color: #2563eb;
}

.be-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.be-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.be-img-placeholder {
  width: 100%;
  height: 160px;
  background: repeating-linear-gradient(45deg,
      #e5e7eb,
      #e5e7eb 10px,
      #f3f4f6 10px,
      #f3f4f6 20px);
  border-radius: 8px;
  margin-bottom: 20px;
}


#secondary .widget ul {
  padding: 0px
}

@media (max-width: 1024px) {

  .woocommerce-bar-icons {
    display: none;

  }

  .product-search-form {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* =========================================================
   10. WOOCOMMERCE ORDERING DROPDOWN
========================================================= */
.woocommerce-ordering {
  margin-bottom: 2em;
}

.woocommerce-ordering .orderby {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 40px 10px 16px;
  font-size: 14px;
  color: #334155;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%2364748b%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  outline: none;
}

.woocommerce-ordering .orderby:hover,
.woocommerce-ordering .orderby:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* =========================================================
   11. WOOCOMMERCE PRODUCT CARDS (SHOP & SLIDERS)
========================================================= */
.woocommerce ul.products li.product {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #f5f5f5;
  text-align: center;
}

.woocommerce ul.products li.product:hover {
  background: #635bff;
  border-color: #635bff;
  box-shadow: 0 10px 25px rgba(99, 91, 255, 0.3);
}

.woocommerce ul.products li.product img {
  border-radius: 10px;
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  display: block;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 5px 0 10px;
  padding: 0;
  text-align: center;
  transition: color 0.3s ease;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover .price,
.woocommerce ul.products li.product:hover .price ins {
  color: #fff;
}

.woocommerce ul.products li.product .price {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px 0;
  display: block;
}

.woocommerce ul.products li.product .price del {
  font-size: 14px;
  color: #888;
  font-weight: normal;
  margin-left: 5px;
}

.woocommerce ul.products li.product:hover .price del {
  color: #e0e0e0;
}

.woocommerce ul.products li.product .price ins {
  background: transparent;
  text-decoration: none;
  font-weight: 700;
}

.woocommerce ul.products li.product .star-rating {
  font-size: 12px;
  color: #ffb800;
  margin: 0 auto 15px;
  display: block;
}

.woocommerce ul.products li.product .star-rating span::before {
  color: #ffb800;
}

.woocommerce ul.products li.product .onsale {
  position: absolute;
  top: 20px;
  right: 0;
  left: auto;
  background: #635bff;
  color: #fff;
  padding: 4px 12px;
  border-radius: 10px 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-height: auto;
  min-width: auto;
  width: auto;
  display: inline-block;
  margin: 0;
  border: none;
  z-index: 9;
}

.woocommerce ul.products li.product:hover .onsale {
  background: #fff;
  color: #635bff;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .product-category {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.woocommerce ul.products li.product:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product:hover .product-category {
  color: #e0e0e0;
}


.woocommerce ul.products li.product a .woocommerce-loop-product__title {
  font-weight: 600;
  font-size: 0.9em;
  padding: 0px;
}

.woocommerce-page #secondary .widget {
  margin-bottom: 20px;
  margin-top: 0;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  border: 1px solid #f4f4f4;
  border-radius: 8px;
}

.woocommerce-page #secondary {
  border: 0px;
}

/* Insumos Online storefront */
:root { --io-blue:#0b5ed7; --io-ink:#172033; --io-muted:#667085; --io-line:#e6eaf0; --io-soft:#f5f8fc; }
body { margin:0; color:var(--io-ink); background:#fff; font-family:Arial,Helvetica,sans-serif; }
.io-container { width:min(1180px, calc(100% - 40px)); margin:0 auto; }
.io-site-header { background:#fff; border-bottom:1px solid var(--io-line); }
.io-topbar { display:none; }
.io-topbar .io-container { display:flex; justify-content:space-between; gap:20px; }
.io-topbar a { color:#fff; }
.io-header-main { background:#242424; }
.io-header-main > .io-container { min-height:84px; display:flex; align-items:center; gap:42px; }
.io-logo { display:grid; grid-template-columns:42px auto; grid-template-rows:auto auto; column-gap:8px; align-items:end; text-decoration:none; color:#fff; min-width:195px; }
.io-logo-mark { grid-row:1 / 3; width:42px; height:52px; object-fit:contain; }
.io-logo-word { align-self:end; font-size:27px; line-height:.9; font-weight:700; letter-spacing:-.02em; }
.io-logo strong { grid-column:2; justify-self:stretch; width:100%; color:#aeb2b9; font-size:12px; line-height:1; letter-spacing:.25em; font-weight:400; text-align:center; transform:translateX(-24px); }
.io-search { flex:1; display:flex; max-width:620px; }
.io-search input { min-width:0; flex:1; border:1px solid #cfd6e1; border-right:0; border-radius:4px 0 0 4px; padding:13px 15px; font-size:14px; }
.io-search button,.io-button,.io-newsletter-form button { border:0; background:var(--io-blue); color:#fff; font-weight:700; padding:0 20px; cursor:pointer; }
.io-search button { border-radius:0 4px 4px 0; }
.io-header-links { display:flex; gap:18px; white-space:nowrap; font-size:13px; }
.io-header-links a { color:#fff; text-decoration:none; }
.io-cart-count { display:inline-grid; place-items:center; min-width:20px; height:20px; background:var(--io-blue); color:#fff; border-radius:50%; font-size:11px; }
.io-nav { border-top:1px solid var(--io-line); }
.io-nav .io-container { display:flex; gap:32px; align-items:stretch; }
.io-nav a { color:var(--io-ink); text-decoration:none; font-weight:700; font-size:14px; padding:15px 0; }
.io-nav a:hover,.io-section-head a,.io-footer a { color:var(--io-blue); }
.io-nav-item { position:relative; display:flex; align-items:stretch; padding:0 14px; margin:0 -14px; }
.io-nav-trigger { display:flex; align-items:center; }
.io-mega-menu { position:absolute; z-index:50; top:100%; left:50%; width:min(1040px, calc(100vw - 40px)); transform:translateX(-18%); padding:16px 20px; background:#fff; border:1px solid var(--io-line); border-top:2px solid var(--io-blue); box-shadow:0 14px 30px rgba(23,32,51,.14); opacity:0; visibility:hidden; pointer-events:none; transition:opacity .16s ease, visibility 0s linear .22s; }
.io-nav-item:hover .io-mega-menu,.io-nav-item:focus-within .io-mega-menu { opacity:1; visibility:visible; pointer-events:auto; transition-delay:0s; }
.io-mega-menu-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:18px; max-height:58vh; overflow:auto; }
.io-mega-menu-column { min-width:0; }
.io-mega-menu-title { display:block; padding:0 0 7px!important; color:var(--io-ink)!important; font-size:13px!important; line-height:1.2; border-bottom:1px solid var(--io-line); }
.io-mega-menu-list,.io-mega-menu-sublist { list-style:none; margin:0; padding:5px 0 0; }
.io-mega-menu-list li { margin:0; }
.io-mega-menu-list a { display:block; padding:2px 0!important; color:var(--io-muted); font-size:12px; line-height:1.2; font-weight:400; }
.io-mega-menu-list a:hover { color:var(--io-blue); }
.io-mega-menu-sublist { padding:0 0 2px 10px; }
.io-mega-menu-sublist a { font-size:11px; }
.io-hero { background:#eef5ff; border-bottom:1px solid #dce8f8; }
.io-hero-grid { min-height:360px; display:grid; grid-template-columns:1.5fr 1fr; align-items:center; gap:40px; }
.io-kicker { color:var(--io-blue); font-size:12px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.io-hero h1 { font-size:clamp(36px,5vw,62px); line-height:1; margin:14px 0; }
.io-hero-copy { color:var(--io-muted); font-size:18px; max-width:540px; }
.io-actions { display:flex; gap:12px; margin-top:28px; }
.io-button { display:inline-flex; align-items:center; min-height:44px; text-decoration:none; border-radius:4px; }
.io-button-light { background:#fff; color:var(--io-blue); border:1px solid #c9d8ef; }
.io-hero-panel { background:#fff; border-left:4px solid var(--io-blue); padding:28px; box-shadow:0 12px 30px rgba(23,32,51,.08); }
.io-hero-panel strong { display:block; font-size:22px; margin:10px 0; }
.io-hero-panel p { color:var(--io-muted); line-height:1.5; }
.io-hero-panel a { color:var(--io-blue); font-weight:700; }
.io-section { padding:58px 0; }
.io-section-head { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:22px; }
.io-section h2 { margin:8px 0 0; font-size:30px; }
.io-section-head a { text-decoration:none; font-weight:700; }
.io-category-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:12px; }
.io-category { min-height:220px; border:1px solid var(--io-line); padding:14px; display:flex; flex-direction:column; justify-content:space-between; text-decoration:none; color:var(--io-ink); background:#fff; overflow:hidden; }
.io-category:hover { border-color:var(--io-blue); }
.io-category-media { display:flex; align-items:center; justify-content:center; height:140px; background:#f7f9fc; overflow:hidden; }
.io-category-media img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; }
.io-category strong { margin-top:12px; line-height:1.25; }
.io-category small,.io-product-category { color:var(--io-muted); font-size:12px; }
.io-home-banner-slider { position:relative; width:100%; margin:0 0 10px; overflow:hidden; background:#f7f9fc; }
.io-home-banner-track { position:relative; display:flex; aspect-ratio:5/1; min-height:150px; transition:transform .45s ease; will-change:transform; }
.io-home-banner-slide { position:relative; inset:auto; flex:0 0 100%; display:flex; align-items:center; justify-content:center; opacity:1; visibility:visible; }
.io-home-banner-slide.is-active { opacity:1; visibility:visible; }
.io-home-banner-slide picture { display:block; width:100%; height:100%; }
.io-home-banner-slide img { width:100%; height:100%; object-fit:contain; display:block; }
.io-home-banner-arrow { position:absolute; top:50%; transform:translateY(-50%); width:34px; height:34px; border:0; border-radius:50%; background:rgba(23,32,51,.72); color:#fff; cursor:pointer; z-index:2; }
.io-home-banner-prev { left:32px; }
.io-home-banner-next { right:32px; }
.io-home-banner-dots { position:absolute; left:0; right:0; bottom:10px; display:flex; justify-content:center; gap:7px; z-index:2; }
.io-home-banner-dot { width:8px; height:8px; border:0; border-radius:50%; padding:0; background:#cbd5e1; cursor:pointer; }
.io-home-banner-dot.is-active { background:var(--io-blue); }
.io-brand-strip { background:var(--io-soft); border-bottom:1px solid var(--io-line); padding:22px 0; }
.io-brand-strip-track { display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap; }
.io-brand-strip-track img.io-brand-logo { height:34px; width:auto; max-width:110px; object-fit:contain; opacity:.75; filter:grayscale(1); transition:opacity .15s ease, filter .15s ease; }
.io-brand-strip-track img.io-brand-logo:hover { opacity:1; filter:grayscale(0); }
@media (max-width:800px) {
  .io-brand-strip-track { justify-content:flex-start; gap:26px; overflow-x:auto; -webkit-overflow-scrolling:touch; flex-wrap:nowrap; padding-bottom:4px; }
  .io-brand-strip-track img.io-brand-logo { flex:0 0 auto; }
}
.wc-block-components-sale-badge { background:rgba(34,197,94,0.15); color:#15803d; font-weight:700; border-radius:4px; padding:2px 8px; }
a.io-whatsapp-float { position:fixed; left:22px; bottom:22px; z-index:999; width:56px; height:56px; border-radius:50%; background:#25d366; color:#fff; display:flex; align-items:center; justify-content:center; box-shadow:0 6px 18px rgba(0,0,0,.25); text-decoration:none; transition:transform .15s ease; }
a.io-whatsapp-float:hover { transform:scale(1.08); color:#fff; }
a.io-whatsapp-float svg { width:30px; height:30px; }
@media (max-width:800px) {
  a.io-whatsapp-float { left:16px; bottom:16px; width:50px; height:50px; }
  a.io-whatsapp-float svg { width:26px; height:26px; }
}
.io-static-page { padding:40px 0 70px; }
.io-static-content { max-width:760px; }
.io-static-content h2 { font-size:19px; margin:34px 0 10px; }
.io-static-content h2:first-child { margin-top:0; }
.io-static-content p { color:var(--io-muted); line-height:1.6; margin:0 0 14px; }
.io-static-content a { color:var(--io-blue); }
.io-static-steps { list-style:decimal; padding-left:22px; margin:0 0 20px; }
.io-static-steps li { color:var(--io-muted); line-height:1.6; margin:0 0 12px; }
.io-static-steps li strong { color:var(--io-ink); }
.io-static-links { list-style:none; padding:0; margin:0 0 20px; }
.io-static-links li { margin:0 0 8px; }
@media (max-width:800px) {
  .io-home-banner-track { aspect-ratio:auto; min-height:0; }
  .io-home-banner-slide { height:auto; align-items:stretch; }
  .io-home-banner-prev { left:10px; }
  .io-home-banner-next { right:10px; }
  .io-home-banner-slide picture { height:auto; }
  .io-home-banner-slide img { width:100%; height:auto; transform:none; }
}
@media (min-width:801px) {
  .io-home-banner-slide picture { overflow:hidden; }
  .io-home-banner-slide img { width:100%; max-width:none; margin-left:0; transform:scale(1.08); }
}
.io-category-directory { background:var(--io-soft); padding:58px 0 80px; }
.io-category-directory-head { border-bottom:1px solid var(--io-line); padding-bottom:28px; margin-bottom:4px; }
.io-category-directory-head h1 { margin:8px 0 10px; }
.io-category-directory-head p:last-child { color:var(--io-muted); margin:0; }
.io-category-directory-root { display:grid; grid-template-columns:minmax(300px, .8fr) 1.2fr; align-items:start; gap:38px; padding:30px 0; border-bottom:1px solid var(--io-line); }
.io-category-directory-main { display:flex; align-items:center; gap:22px; min-width:0; }
.io-category-directory-main img { width:120px; height:120px; object-fit:contain; background:#f7f9fc; }
.io-category-directory-main h2 { margin:6px 0 12px; font-size:24px; }
.io-category-directory-main h2 a { color:var(--io-ink); text-decoration:none; }
.io-category-directory-link { color:var(--io-blue); font-weight:700; text-decoration:none; }
.io-category-directory-list { display:flex; flex-direction:column; gap:12px; list-style:none; margin:0; padding:0; }
.io-category-directory-list li { border-bottom:1px solid #edf1f6; padding:0 0 10px; min-width:0; }
.io-category-directory-list li a { color:var(--io-ink); font-weight:700; text-decoration:none; }
.io-category-directory-list li small { display:block; color:var(--io-muted); font-size:12px; margin-top:4px; }
.io-category-directory-list .io-category-directory-list { margin:10px 0 0 18px; gap:10px; }
.io-category-group-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.io-category-group-card { position:relative; min-height:190px; padding:22px; border:1px solid var(--io-line); background: rgba(255,255,255,0.5); color:var(--io-ink); text-decoration:none; display:flex; flex-direction:column; align-items:flex-start; }
.io-category-group-card:hover { border-color:var(--io-blue); }
.io-category-group-card-image { position:absolute; top:16px; right:16px; max-width:130px; max-height:78px; width:auto; height:auto; object-fit:contain; pointer-events:none; }
.io-category-group-card h2 { margin:10px 0 8px; font-size:22px; }
.io-category-group-card p { color:var(--io-muted); line-height:1.45; margin:0 0 18px; }
.io-category-group-card strong { color:var(--io-blue); margin-top:auto; }
.io-category-group-toolbar { display:flex; justify-content:space-between; gap:16px; margin:0 0 20px; color:var(--io-muted); font-size:14px; }
.io-category-group-toolbar a { color:var(--io-blue); font-weight:700; text-decoration:none; }
.io-category-group-products { display:grid!important; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin:0!important; list-style:none; padding:0; }
.io-category-group-products::before,.io-category-group-products::after { display:none!important; }
.io-category-group-products li.product { width:auto!important; float:none!important; margin:0!important; padding:14px!important; border:1px solid var(--io-line); background:#fff; display:flex; flex-direction:column; height:100%; box-sizing:border-box; }
.io-category-group-products li.product > a:first-child { display:flex; flex:1; flex-direction:column; text-decoration:none; }
.io-category-group-products li.product img { width:100%; aspect-ratio:1/1; object-fit:contain; margin:0 0 12px!important; }
.io-category-group-products .woocommerce-loop-product__title { color:var(--io-ink); font-size:16px; line-height:1.35; min-height:44px; }
.io-category-group-products .price { color:var(--io-blue); font-size:18px; font-weight:800; margin-top:auto; min-height:44px; display:flex; flex-direction:column; justify-content:flex-end; }
.io-category-group-products .button { width:100%; height:44px; min-height:44px; margin-top:12px; padding:10px 14px; box-sizing:border-box; display:flex; align-items:center; justify-content:center; background:var(--io-blue); color:#fff; font-weight:700; text-decoration:none; }
.io-category-group-products .io-unavailable-button { background:#de9696; color:#7f1d1d; cursor:not-allowed; }
.io-category-pagination { display:flex; justify-content:center; margin:30px 0 0; }
.io-category-pagination .page-numbers { display:inline-flex; padding:9px 13px; border:1px solid #d7e0ea; background:#fff; color:var(--io-blue); text-decoration:none; }
.io-category-pagination .current { background:var(--io-blue); color:#fff; }
.io-product-section { padding-top:8px; }
.io-product-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.io-product-grid--cols-6 { grid-template-columns:repeat(6,1fr); }
@media (max-width:1024px) {
  .io-product-grid--cols-6 { grid-template-columns:repeat(3,1fr); }
}
@media (max-width:800px) {
  .io-product-grid--cols-6 { grid-template-columns:repeat(2,1fr); }
}
.io-product-card { border:1px solid var(--io-line); background:#fff; min-width:0; }
.io-product-image { display:block; aspect-ratio:1/1; background:#f8fafc; padding:16px; }
.io-product-image img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; }
.io-product-body { padding:16px; }
.io-product-body h3 { font-size:15px; line-height:1.35; margin:8px 0; min-height:42px; }
.io-product-body h3 a { color:var(--io-ink); text-decoration:none; }
.io-product-price { color:var(--io-blue); font-size:18px; font-weight:800; }
.io-trust-band { background:var(--io-ink); color:#fff; padding:28px 0; }
.io-trust-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.io-trust-grid div { display:flex; flex-direction:column; gap:5px; }
.io-trust-grid span { color:#b8c3d5; font-size:13px; }
.io-static-banner { display:block; width:100%; line-height:0; }
.io-static-banner img { width:100%; height:auto; display:block; }
.io-newsletter { background:#eef5ff; padding:44px 0; }
.io-newsletter-inner { display:flex; justify-content:space-between; gap:30px; align-items:center; }
.io-newsletter h2 { margin:8px 0; font-size:30px; }
.io-newsletter p { color:var(--io-muted); margin:0; }
.io-newsletter-form { display:flex; min-width:min(480px,100%); }
.io-newsletter-form input { flex:1; min-width:0; border:1px solid #cfd6e1; padding:14px; }
.io-newsletter-form button { min-height:46px; }
.io-footer { background:#101828; color:#d8e0ec; }
.io-footer-grid { display:grid; grid-template-columns:repeat(auto-fit, minmax(150px, 1fr)); gap:35px; padding:52px 0; }
.io-footer h3 { color:#fff; font-size:14px; margin:0 0 15px; }
.io-footer a,.io-footer span { display:block; color:#d8e0ec; text-decoration:none; margin:8px 0; font-size:13px; }
.io-logo-footer strong { color:#fff; }
.io-footer p { font-size:13px; color:#d8e0ec; margin:8px 0; }
.io-logo-footer + p { color:#8fa0b8; }
.io-footer-shipping { display:flex; align-items:center; gap:8px; margin-top:16px; color:#8fa0b8; }
.io-footer-shipping svg { width:18px; height:18px; flex:0 0 auto; }
.io-footer-arrepentimiento { border-top:1px solid #273449; padding:18px 0; text-align:center; }
.io-footer-arrepentimiento a { display:inline-block; padding:9px 20px; border:1px solid #3a4a63; border-radius:4px; color:#d8e0ec; text-decoration:none; font-size:12px; font-weight:700; }
.io-footer-arrepentimiento a:hover { border-color:var(--io-blue); color:#fff; }
.io-footer-bottom { border-top:1px solid #273449; padding:17px 0; font-size:12px; color:#aab6c7; }
@media (max-width:800px) { body { overflow-x:hidden; } .io-header-main > .io-container { min-height:auto; flex-wrap:wrap; gap:14px 16px; padding:14px 0; } .io-logo { min-width:0; } .io-search { order:3; flex:0 0 100%; width:100%; max-width:none; } .io-header-links { margin-left:auto; gap:10px; font-size:11px; } .io-hero-grid { grid-template-columns:1fr; padding:50px 0; } .io-category-grid { grid-template-columns:repeat(2,1fr); } .io-product-grid { grid-template-columns:repeat(2,1fr); } .io-trust-grid { grid-template-columns:1fr; } .io-footer-grid { grid-template-columns:repeat(2,1fr); gap:28px 16px; padding:36px 0; } .io-newsletter-inner { flex-direction:column; align-items:stretch; text-align:left; } .io-newsletter-form { min-width:0; width:100%; } .io-category-directory-root { grid-template-columns:1fr; } .io-category-directory-list { grid-template-columns:1fr; } .io-nav { position:relative; } .io-nav .io-container { gap:16px; flex-wrap:wrap; } .io-nav-item { position:static; } .io-mega-menu { position:absolute; top:100%; left:50%; right:auto; width:calc(100vw - 24px); max-width:calc(100vw - 24px); transform:translateX(-50%); padding:12px; } .io-mega-menu-grid { grid-template-columns:repeat(2,minmax(0,1fr)); max-height:calc(100vh - 180px); } }
@media (max-width:800px) { .io-nav-item.is-open .io-mega-menu { opacity:1; visibility:visible; pointer-events:auto; transition-delay:0s; } }
@media (max-width:800px) {
  .io-category-group-grid { grid-template-columns:1fr; gap:12px; }
  .io-category-group-card { min-height:0; padding:18px; }
  .io-category-group-products { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .io-category-group-products li.product { padding:10px!important; }
  .io-category-group-products .woocommerce-loop-product__title { font-size:14px; min-height:0; }
  .io-category-group-products .price { font-size:16px; }
}
@media (max-width:800px) { .io-header-main > .io-container { gap:10px; } .io-logo { width:150px; grid-template-columns:34px auto; column-gap:6px; } .io-logo-mark { width:34px; height:43px; } .io-logo-word { font-size:22px; } .io-logo strong { font-size:9px; letter-spacing:.24em; transform:translateX(-19px); } .io-header-links { gap:7px; font-size:10px; } .io-cart-count { min-width:17px; height:17px; font-size:9px; } }

.io-catalog{background:#f7f9fc;padding:44px 0 70px;min-height:60vh}
.io-catalog .io-container{max-width:1180px;margin:0 auto;padding:0 22px}
.io-catalog-head{border-bottom:1px solid #dfe6ee;margin-bottom:28px;padding-bottom:22px}
.io-catalog-head h1{color:#0b1f3a;font-size:clamp(28px,4vw,44px);margin:4px 0 8px}
.io-catalog-head p:not(.io-eyebrow){color:#5c6b7c;margin:0}
.io-catalog .woocommerce-result-count{color:#5c6b7c}
.io-catalog .woocommerce-ordering select{border:1px solid #cbd6e2;background:#fff;padding:10px 12px}
.io-catalog ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:25px 0!important}
.io-catalog ul.products::before,.io-catalog ul.products::after{display:none!important}
.io-catalog ul.products li.product{width:auto!important;float:none!important;margin:0!important;background:#fff;border:1px solid #e0e7ef;padding:14px!important;box-shadow:0 6px 18px rgba(11,31,58,.06)}
.io-catalog ul.products li.product{display:flex;flex-direction:column;height:100%;box-sizing:border-box}
.io-catalog ul.products li.product>a:first-child{display:flex;flex:1;flex-direction:column}
.io-catalog ul.products li.product a img{aspect-ratio:1/1;object-fit:contain;background:#fff;margin:0 0 12px!important}
.io-catalog ul.products li.product .woocommerce-loop-product__title{color:#0b1f3a;font-size:16px;line-height:1.35;min-height:44px}
.io-catalog ul.products li.product .price{color:#0a62c9;font-weight:800;font-size:18px}
.io-catalog ul.products li.product>a:first-child .price{margin-top:auto;min-height:44px;display:flex;flex-direction:column;justify-content:flex-end}
.io-catalog ul.products li.product .button{background:#0a62c9;color:#fff;border-radius:3px;padding:10px 14px;font-weight:700}
.io-catalog ul.products li.product .button{width:100%;height:44px;min-height:44px;margin-top:12px;padding:10px 14px;text-align:center;box-sizing:border-box;display:flex;align-items:center;justify-content:center;line-height:1.1}
.io-catalog ul.products li.product .io-unavailable-button{background:#de9696;color:#7f1d1d;cursor:not-allowed;}
.io-catalog .woocommerce-pagination a,.io-catalog .woocommerce-pagination span{border:1px solid #d7e0ea!important;background:#fff!important;color:#0a62c9!important;padding:9px 13px!important}
@media (max-width:900px){.io-catalog ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:640px){.io-catalog{padding-top:28px}.io-catalog ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.io-catalog ul.products li.product{padding:10px!important}.io-catalog ul.products li.product .woocommerce-loop-product__title{font-size:14px;min-height:0}.io-catalog ul.products li.product .price{font-size:16px}}
