/*
Theme Name: tailwind_child
Theme URI: https://example.com/
Description: Astra child theme starter with Tailwind + ACF Blocks.
Author: Your Name
Author URI: https://example.com/
Template: astra
Version: 1.0.0
Text Domain: tailwind_child
*/


div#content-area.primary{margin-top: 0px !important;}
[x-cloak] {
display:none;
}

.product-thumbs {
  margin-top: 16px;
  width: 100%;
}

.product-thumbs .swiper-wrapper {
  display: flex;
}

.product-thumbs .swiper-slide {
  width: 80px !important;
  flex-shrink: 0;
}

.product-thumbs img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}