.elementor-614 .elementor-element.elementor-element-fce8c46{--display:flex;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-614 .elementor-element.elementor-element-65c5921.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-614 .elementor-element.elementor-element-65c5921.elementor-wc-products ul.products li.product .price{color:#FA0000;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-614 .elementor-element.elementor-element-65c5921.elementor-wc-products ul.products li.product .price ins{color:#FA0000;}.elementor-614 .elementor-element.elementor-element-65c5921.elementor-wc-products ul.products li.product .price ins .amount{color:#FA0000;}.elementor-614 .elementor-element.elementor-element-65c5921.elementor-wc-products ul.products li.product .price del{color:#000000;}.elementor-614 .elementor-element.elementor-element-65c5921.elementor-wc-products ul.products li.product .price del .amount{color:#000000;}.elementor-614 .elementor-element.elementor-element-65c5921.elementor-wc-products ul.products li.product .price del {font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-614 .elementor-element.elementor-element-65c5921.elementor-wc-products ul.products li.product span.onsale{display:block;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-614 .elementor-element.elementor-element-65c5921.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-614 .elementor-element.elementor-element-65c5921.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-65c5921 *//* ============================================================
   NYK VENEZUELA — TIENDA WooCommerce + Elementor Pro
   Pegar en: Apariencia → Personalizar → CSS adicional
   Afecta: ny-keepers.com.ve/tienda-nyk-venezuela/
   ============================================================ */

/* ── FONDO Y BODY ── */
.page-id-tienda-nyk-venezuela .site-main,
.woocommerce ul.products,
.elementor-widget-woocommerce-products .products {
  background: #f5f5f5 !important;
}

/* ── GRID DE PRODUCTOS ── */
.woocommerce ul.products,
.elementor-widget-woocommerce-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  padding: 32px !important;
  margin: 0 !important;
  list-style: none !important;
}

/* ── CARD ── */
.woocommerce ul.products li.product,
.elementor-widget-woocommerce-products ul.products li.product {
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.07) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  transition: border-color .25s, box-shadow .25s, transform .25s !important;
  font-family: 'Poppins', system-ui, sans-serif !important;
}

.woocommerce ul.products li.product:hover,
.elementor-widget-woocommerce-products ul.products li.product:hover {
  border-color: rgba(212,175,55,.4) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.1) !important;
  transform: translateY(-3px) !important;
}

/* ── IMAGEN ── */
.woocommerce ul.products li.product a img,
.elementor-widget-woocommerce-products ul.products li.product a img {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
  transition: transform .35s ease !important;
}

.woocommerce ul.products li.product:hover a img,
.elementor-widget-woocommerce-products ul.products li.product:hover a img {
  transform: scale(1.04) !important;
}

/* ── WRAP IMAGEN ── */
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.elementor-widget-woocommerce-products ul.products li.product .woocommerce-loop-product__link {
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
  flex: 1 !important;
}

/* ── BADGE SALE ── */
.woocommerce ul.products li.product .onsale,
.elementor-widget-woocommerce-products ul.products li.product .onsale {
  background: #d4af37 !important;
  color: #000 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  padding: 4px 10px !important;
  top: 10px !important;
  left: 10px !important;
}

/* ── INFO CARD ── */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.elementor-widget-woocommerce-products ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2,
.elementor-widget-woocommerce-products ul.products li.product h2 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #000 !important;
  letter-spacing: -.01em !important;
  line-height: 1.2 !important;
  padding: 12px 13px 4px !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

/* ── PRECIO ── */
.woocommerce ul.products li.product .price,
.elementor-widget-woocommerce-products ul.products li.product .price {
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  color: #d4af37 !important;
  padding: 2px 13px 10px !important;
  margin: 0 !important;
  display: block !important;
}

.woocommerce ul.products li.product .price del,
.elementor-widget-woocommerce-products ul.products li.product .price del {
  color: rgba(0,0,0,.3) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  margin-right: 4px !important;
}

.woocommerce ul.products li.product .price ins,
.elementor-widget-woocommerce-products ul.products li.product .price ins {
  color: #d4af37 !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}

/* ── BOTÓN ADD TO CART ── */
.woocommerce ul.products li.product .button,
.elementor-widget-woocommerce-products ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.elementor-widget-woocommerce-products ul.products li.product a.button {
  background: #d4af37 !important;
  color: #000 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 0 0 14px 14px !important;
  padding: 11px 16px !important;
  width: 100% !important;
  text-align: center !important;
  display: block !important;
  margin: auto 0 0 !important;
  transition: background .22s !important;
}

.woocommerce ul.products li.product .button:hover,
.elementor-widget-woocommerce-products ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.elementor-widget-woocommerce-products ul.products li.product a.button:hover {
  background: #b8941e !important;
  color: #000 !important;
}

/* ── TÍTULO SECCIÓN ── */
.woocommerce-products-header__title,
.elementor-widget-woocommerce-products .woocommerce-products-header__title {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(24px, 3vw, 40px) !important;
  font-weight: 900 !important;
  color: #000 !important;
  letter-spacing: -.02em !important;
}

/* ── PAGINACIÓN ── */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  border-radius: 7px !important;
  color: #000 !important;
  padding: 8px 14px !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #d4af37 !important;
  color: #000 !important;
  border-color: #d4af37 !important;
}

/* ── FILTROS / RESULTADO COUNT ── */
.woocommerce-result-count,
.woocommerce-ordering select {
  font-family: 'Poppins', sans-serif !important;
  font-size: 12px !important;
  color: rgba(0,0,0,.5) !important;
}

.woocommerce-ordering select {
  border: 1px solid rgba(0,0,0,.12) !important;
  border-radius: 7px !important;
  padding: 7px 12px !important;
  background: #fff !important;
}

.woocommerce-ordering select:focus {
  border-color: #d4af37 !important;
  outline: none !important;
}

/* ── ESTRELLA RATING ── */
.woocommerce ul.products li.product .star-rating::before,
.woocommerce ul.products li.product .star-rating span::before {
  color: #d4af37 !important;
}

/* ── RESPONSIVE ── */
@media(max-width:1200px){
  .woocommerce ul.products,
  .elementor-widget-woocommerce-products ul.products {
    grid-template-columns: repeat(3,1fr) !important;
  }
}
@media(max-width:768px){
  .woocommerce ul.products,
  .elementor-widget-woocommerce-products ul.products {
    grid-template-columns: repeat(2,1fr) !important;
    padding: 16px !important;
    gap: 10px !important;
  }
}
@media(max-width:480px){
  .woocommerce ul.products,
  .elementor-widget-woocommerce-products ul.products {
    grid-template-columns: repeat(2,1fr) !important;
    gap: 8px !important;
  }
}/* End custom CSS */