/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[9].use[0]!./src/blocks/product-posts/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
* Screen Sizes
*/
/* news */
/* mobile */
/* tablet */
/* desktop */
/**
* Breakpoints - Media Queries
*/
/**
 * Font Weight
 */
/**
 * Typography
 */
/**
 * Funções Utilitárias
 */
.ca {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--text-md, 1rem) !important;
  line-height: 160%;
}

.flex-col-start-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-theme-blocks-product-posts .product-posts__title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-product-posts .product-posts__title-container {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-product-posts .product-posts__title-container {
    padding: 80px 0;
  }
}
.wp-block-theme-blocks-product-posts .product-posts__main-title {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
  color: var(--wp--preset--color--grey-900);
  margin: 0;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-product-posts .product-posts__main-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-product-posts .product-posts__main-title {
    font-size: 36px;
  }
}
.wp-block-theme-blocks-product-posts .product-posts__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 120px;
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-product-posts .product-posts__wrapper {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-product-posts .product-posts__wrapper {
    gap: 40px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-bottom: 80px;
  }
}
.wp-block-theme-blocks-product-posts .product-posts__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-product-posts .product-posts__header {
    gap: 16px;
  }
}
.wp-block-theme-blocks-product-posts .product-posts__count {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  color: var(--wp--preset--color--grey-500);
}

.wp-block-theme-blocks-product-posts .product-posts__sort .sort-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  color: var(--wp--preset--color--grey-400);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.wp-block-theme-blocks-product-posts .product-posts__sort .sort-button:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-product-posts .product-posts__sort .sort-button {
    padding: unset;
  }
}
.wp-block-theme-blocks-product-posts .product-posts__sort .sort-button__prefix {
  color: var(--wp--preset--color--grey-400);
  position: relative;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-product-posts .product-posts__sort .sort-button__prefix {
    display: none;
  }
}
.wp-block-theme-blocks-product-posts .product-posts__sort .sort-button__value {
  font-weight: 600;
  color: var(--wp--preset--color--tertiary-800);
  position: relative;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wp-block-theme-blocks-product-posts .product-posts__sort .sort-button svg {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  color: var(--wp--preset--color--tertiary-800);
  position: relative;
  transform-origin: center;
}

.wp-block-theme-blocks-product-posts .product-posts__sort .sort-button:hover:before {
  opacity: 1;
}

.wp-block-theme-blocks-product-posts .product-posts__sort .sort-button:hover .sort-button__value {
  transform: translateX(4px);
}

.wp-block-theme-blocks-product-posts .product-posts__sort .sort-button:hover svg {
  transform: translateY(2px);
}

.wp-block-theme-blocks-product-posts .product-posts__sort .sort-button[data-current=featured] svg {
  transform: rotate(180deg);
}

.wp-block-theme-blocks-product-posts .product-posts__sort .sort-button[data-current=featured]:hover svg {
  transform: rotate(180deg) translateY(-2px);
}

@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-product-posts .product-posts__title {
    font-weight: 600;
    font-size: var(--wp--preset--font-size--title-sm, 1.75rem) !important;
    line-height: 120%;
  }
}
.wp-block-theme-blocks-product-posts .product-posts__posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.wp-block-theme-blocks-product-posts .product-posts__posts > * {
  border: 1px solid var(--wp--preset--color--primary-100);
}

@media only screen and (max-width: 1119px) {
  .wp-block-theme-blocks-product-posts .product-posts__posts {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media only screen and (max-width: 514px) {
  .wp-block-theme-blocks-product-posts .product-posts__posts {
    display: flex;
    flex-direction: column;
  }
  .wp-block-theme-blocks-product-posts .product-posts__posts .post-card__info {
    display: flex !important;
  }
}
.wp-block-theme-blocks-product-posts .product-posts__posts li {
  margin: 0 !important;
  height: 100%;
}

/*# sourceMappingURL=style-index.css.map*/