/* Styles retained */
.lc-na-slider-wrapper { position: relative; }
.lc-na-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 36px; height: 36px; line-height: 36px; text-align: center; background: rgba(0,0,0,0.5); color: #fff; border-radius: 999px; cursor: pointer; user-select: none; }
.lc-na-prev { left: 4px; } .lc-na-next { right: 4px; }
.lc-na-slider-wrapper .swiper-slide { list-style: none; }
.lc-na-slider-wrapper ul.products { margin: 0; }

/* Order */
.lc-na-slider-wrapper .product { display:flex; flex-direction:column; }
.lc-na-slider-wrapper .product .onsale { order: 1; display:inline-block; margin-bottom:6px; z-index: 2; }
.lc-na-slider-wrapper .product .onsale:not(:first-of-type) { display:none !important; }

.lc-na-slider-wrapper .product .woocommerce-LoopProduct-link { order: 2; }
.lc-na-slider-wrapper .product .woocommerce-loop-product__title { order: 3; font-size: 1.05rem; line-height:1.25; }
.lc-na-slider-wrapper .product .price { order: 4; margin-top:8px; margin-bottom:10px; }

/* Base button style, full width stacked */
.lc-na-slider-wrapper .product a.button,
.lc-na-slider-wrapper .product .add_to_cart_button,
.lc-na-slider-wrapper .product .added_to_cart {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 4px;
  display: block !important;
  width: 100% !important;
  margin: 6px 0 !important;
  text-align: center;
  white-space: normal;
}

/* Keep the sequence: Buy Now (row 1), Add to Cart (row 2), then View cart */
.lc-na-slider-wrapper .product a.button.buy-now,
.lc-na-slider-wrapper .product a.button.buy_now_button,
.lc-na-slider-wrapper .product a.button[class*="buy"],
.lc-na-slider-wrapper .product a.button[data-action="buy-now"] {
  order: 5;
}
.lc-na-slider-wrapper .product .add_to_cart_button { order: 6; }
.lc-na-slider-wrapper .product .added_to_cart {
  order: 7;
  clear: both !important;
  margin-top: 8px !important;
}

/* Remove underline from product title & price links */
.lc-na-slider-wrapper .product a.woocommerce-LoopProduct-link,
.lc-na-slider-wrapper .product a.woocommerce-LoopProduct-link:hover,
.lc-na-slider-wrapper .product a.woocommerce-LoopProduct-link:focus,
.lc-na-slider-wrapper .product a.woocommerce-LoopProduct-link *,
.lc-na-slider-wrapper .product .price a,
.lc-na-slider-wrapper .product .price a:hover,
.lc-na-slider-wrapper .product .price a:focus,
.lc-na-slider-wrapper .product .price a * {
  text-decoration: none !important;
}

/* Price styling */
.lc-na-slider-wrapper .product .price del {
  text-decoration: line-through !important;
  color: #000 !important;
  font-weight: 700 !important;
}
.lc-na-slider-wrapper .product .price ins {
  color: #1BABC2 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Hide navigation arrows */
.lc-na-slider-wrapper .lc-na-prev,
.lc-na-slider-wrapper .lc-na-next {
  display: none !important;
}
