.elementor-572 .elementor-element.elementor-element-d8f549a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:16px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-572 .elementor-element.elementor-element-c8d9b36 .elementor-heading-title{font-family:"VAG Rounded", Sans-serif;font-size:18px;font-weight:600;color:#363636;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-572 .elementor-element.elementor-element-1042dc2{--divider-border-style:solid;--divider-color:var( --e-global-color-8d4a020 );--divider-border-width:1px;}.elementor-572 .elementor-element.elementor-element-1042dc2 .elementor-divider-separator{width:100%;}.elementor-572 .elementor-element.elementor-element-1042dc2 .elementor-divider{padding-block-start:2px;padding-block-end:2px;}.elementor-572 .elementor-element.elementor-element-3f1a4ca{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-572 .elementor-element.elementor-element-41fb95b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-572 .elementor-element.elementor-element-90c280d{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-572 .elementor-element.elementor-element-d3ee9ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-572 .elementor-element.elementor-element-0a618d2{width:100%;max-width:100%;}.elementor-572 .elementor-element.elementor-element-0a618d2.elementor-element{--flex-grow:1;--flex-shrink:1;}@media(max-width:1024px){.elementor-572 .elementor-element.elementor-element-90c280d{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}@media(max-width:767px){.elementor-572 .elementor-element.elementor-element-d8f549a{--padding-top:15px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-572 .elementor-element.elementor-element-d3ee9ea{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-572 .elementor-element.elementor-element-d8f549a{--content-width:1400px;}.elementor-572 .elementor-element.elementor-element-3f1a4ca{--content-width:90%;}.elementor-572 .elementor-element.elementor-element-41fb95b{--width:25%;}.elementor-572 .elementor-element.elementor-element-d3ee9ea{--width:65%;}}@media(max-width:1024px) and (min-width:768px){.elementor-572 .elementor-element.elementor-element-3f1a4ca{--content-width:100%;}.elementor-572 .elementor-element.elementor-element-41fb95b{--width:33%;}}/* Start custom CSS for heading, class: .elementor-element-c8d9b36 */.bre a {
    background-color: transparent;
    color: #2ba2fa;
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for wp-widget-woocommerce_product_categories, class: .elementor-element-90c280d *//* === CONTENEDOR === */
.widget_product_categories {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}

/* Quitar bullets */
.widget_product_categories ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* CATEGORÍA PADRE */
.widget_product_categories li.cat-item > a {
  display: block;
  padding: 12px 15px;
  font-weight: 600;
  color: #222;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 8px;
  text-decoration: none;
  position: relative;
  transition: background .3s;
}

/* Hover */
.widget_product_categories li.cat-item > a:hover {
  background: #1F75C4;
  color: #fff;
}

/* Flecha acordeón */
.widget_product_categories li.cat-parent > a::after {
  content: "▸";
  position: absolute;
  right: 15px;
  transition: transform .3s;
}

/* Activo */
.widget_product_categories li.cat-parent.open > a::after {
  transform: rotate(90deg);
}

/* SUBCATEGORÍAS (OCULTAS) */
.widget_product_categories ul.children {
  display: none;
  padding-left: 10px;
  margin-top: 5px;
}

/* SUBCATEGORÍA */
.widget_product_categories ul.children li a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  color: #444;
  text-decoration: none;
  border-left: 3px solid #0062B0;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 4px;
}

/* Hover sub */
.widget_product_categories ul.children li a:hover {
  background: #e9f2fb;
  color: #0062B0;
}

/* CONTENEDOR DE SUBCATEGORÍAS CON SCROLL */
.widget_product_categories ul.children.scrollable {
  max-height: 260px; /* ajustable */
  overflow-y: auto;
  padding-right: 6px;
}

/* Scroll bonito */
.widget_product_categories ul.children.scrollable::-webkit-scrollbar {
  width: 6px;
}

.widget_product_categories ul.children.scrollable::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 10px;
}

.widget_product_categories ul.children.scrollable::-webkit-scrollbar-thumb {
  background: #0062B0;
  border-radius: 10px;
}

.cat-item-17 {
    display: none !important;
}


.widget_product_categories li.cat-item > a {
 
    font-family: "VAG Rounded", Sans-serif;
 
}


h5 {
    font-size: 1.25rem;
    font-family: "VAG Rounded", Sans-serif;
}/* End custom CSS */
/* Start custom CSS for menu-anchor, class: .elementor-element-0a618d2 */@media (max-width: 768px) {
  #products-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }
  
  
  #products-container .product a img {
    width: 100%;
    height: 152px!important;
    object-fit: contain;
    background: #f5f5f500!important;
    box-sizing: border-box;
    display: block;
  padding: 0px!important;
}
  
  
  
}



 #products-container {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr)  
  }

#products-container .product {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px; 
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  display: flex;
  flex-direction: column;
}

#products-container .product a img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background: #f5f5f500;
  padding: 0px;
  box-sizing: border-box;
  display: block;
}

#products-container .product .product-presentation {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 14px 14px 4px;
  margin: 0;
}

#products-container .product .product-title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0;
  padding: 0 14px 10px;
}

#products-container .product .product-title a {
  color: inherit;
  text-decoration: none;
}

#products-container .product .product-title a:hover {
  text-decoration: underline;
}

#products-container .product .price {
  font-size: 20px;
  font-weight: 600;
  color: #1a73e8;
  padding: 0 14px 12px;
  margin: 0;
}

#products-container .product .dgcat-search__cart-ctrl {
  padding: 0 14px 16px;
  margin-top: auto;
}

#products-container .product .dgcat-atc-btn {
  width: 100%;
  background: #1a73e8;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 11px 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s;
  display: block;
}

#products-container .product .dgcat-atc-btn:hover {
  background: #1558b0;
}

#products-container .product .dgcat-qty-ctrl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1a73e8;
  border-radius: 8px;
  padding: 4px 6px;
}

#products-container .product .dgcat-card__qtybtn {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 2px 10px;
}

#products-container .product .dgcat-card__qtybtn:hover {
  background: rgba(255,255,255,0.15);
  border-radius: 6px;
}

#products-container .product .dgcat-card__qtynum {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  min-width: 24px;
  text-align: center;
}/* End custom CSS */
/* Start custom CSS *//* ===== PAGINACIÓN WOOCOMMERCE ===== */

.woocommerce-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  width: 100%;
  box-sizing: border-box;
}

.woocommerce-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-pagination .page-numbers li {
  display: flex;
}

/* Botones de página y página actual — base compartida */
.woocommerce-pagination .page-numbers a.page-btn,
.woocommerce-pagination .page-numbers span.current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 5vw, 42px);
  height: clamp(32px, 5vw, 42px);
  border-radius: 10px;
  font-size: clamp(12px, 1.8vw, 14px);
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.18s, color 0.18s, transform 0.12s, box-shadow 0.18s;
  cursor: pointer;
}

/* Botones normales */
.woocommerce-pagination .page-numbers a.page-btn {
  background: #ffffff;
  color: #1a1a1a;
  border: 0.5px solid rgba(0, 0, 0, 0.15);
}

.woocommerce-pagination .page-numbers a.page-btn:hover {
  background: #e8f4ff;
  color: #1a8fe0;
  border-color: #2ca6ff;

  box-shadow: 0 4px 12px rgba(44, 166, 255, 0.18);
}

.woocommerce-pagination .page-numbers a.page-btn:active {
  transform: scale(0.96);
  box-shadow: none;
}

/* Página activa */
.woocommerce-pagination .page-numbers span.current {
  background: #2ca6ff;
  color: #ffffff;
  font-weight: 600;
  border: none;
  box-shadow: 0 4px 14px rgba(44, 166, 255, 0.35);
}

/* Puntos suspensivos */
.woocommerce-pagination .page-numbers span.dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(24px, 4vw, 36px);
  height: clamp(32px, 5vw, 42px);
  color: #888;
  font-size: 15px;
  letter-spacing: 1px;
  user-select: none;
}

/* Flecha siguiente (→) */
.woocommerce-pagination .page-numbers li:last-child a.page-btn {
  background: #e8f4ff;
  color: #2ca6ff;
  border: 0.5px solid rgba(44, 166, 255, 0.3);
  font-size: clamp(14px, 2vw, 17px);
}

.woocommerce-pagination .page-numbers li:last-child a.page-btn:hover {
  background: #2ca6ff;
  color: #ffffff;
  border-color: #2ca6ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(44, 166, 255, 0.28);
}

/* Responsivo — pantallas muy pequeñas */
@media (max-width: 360px) {
  .woocommerce-pagination .page-numbers a.page-btn,
  .woocommerce-pagination .page-numbers span.current {
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 8px;
  }
}



.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0px solid #cfc8d8; 
}





.woocommerce nav.woocommerce-pagination ul {
 
    border: 0px solid #cfc8d8; 
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'VAG Rounded';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.boticadrguali.pe/wp-content/uploads/2026/01/VAGRoundedStd-Black.woff2') format('woff2'),
		url('https://www.boticadrguali.pe/wp-content/uploads/2026/01/VAGRoundedStd-Black.woff') format('woff');
}
@font-face {
	font-family: 'VAG Rounded';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.boticadrguali.pe/wp-content/uploads/2026/01/VAGRoundedStd-Light.woff2') format('woff2'),
		url('https://www.boticadrguali.pe/wp-content/uploads/2026/01/VAGRoundedStd-Light.woff') format('woff');
}
/* End Custom Fonts CSS */