/**
 * Theme Name: Instituto Raoni
 * Description: Tema desenvolvido exclusicamente para o Instituto Raoni
 * Author: Design by: clara@clarameliande.com & juliasaearp@gmail.com / Webdevelopment: diego@somarcomunicacao.com.br
 * Template: blocksy
 * Text Domain: blocksy
 * Version: 1.6.1
 */

.sc50k-store-header .ct-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.product-cat-top-s1 {
  padding: 50px 0;
}

.product-cat-top-s1__col {
  flex: 1;
  font-size: 16px;
}

.product-cat-top-s1__col img {
  max-width: 370px;
  height: auto;
  width: 100%;
}

.product-cat-top-s1__col p {
  margin: 18px 0;
}

.product-cat-top-s1__col p:first-child {
  margin-top: 0;
}

.product-cat-top-s1__col p:last-child {
  margin-bottom: 0;
}

.product-cat-top-s1__col.col1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-cat-top-s2 .wp-block-stackable-carousel .stk-block-content,
.product-cat-top-s2 .wp-block-stackable-carousel .stk-block-content .wp-block-stackable-image,
.product-cat-top-s2 .wp-block-stackable-carousel .stk-block-content .wp-block-stackable-image figure {
  height: 100%;
  display: flex;
}

.product-cat-top-s2 h2 {
  font-size: 28px;
  line-height: 1.15;
}

.product-cat-top-s2 .stk-c745167 {
  font-size: 18px;
}

.woocommerce-product-attributes tr:nth-child(2n) th,
.woocommerce-product-attributes tr:nth-child(2n) td {
  background: rgb(232, 224, 212) !important;
}

@media(max-width: 768px) {
  .sc50k-store-header .ct-container {
    flex-direction: column;
  }
}