/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/** Buttons **/
.btn-primary {
  background-color: var(--primary);
  color: white;
}
.btn-primary:hover {
  background-color: var(--primary_hover);
}

.mobile-navigation ul.menu li.current-menu-item > a {
  color: var(--primary-light-30);
}

/** Footer **/
footer.site-footer {
  position: relative;
  background: transparent;
  margin-top: 32px;
}
footer.site-footer::before {
  content: "Tecnotree Moments";
  color: var(--primary);
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  margin: 1em auto 0.5em;
}
footer.site-footer::after {
  content: "";
  background: url(images/tt-footer-background.a12e3b46.png);
  opacity: 0.1;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
}
footer.site-footer .copyright-bar {
  background-color: transparent;
  color: var(--text);
}
@media (min-width: 1320px) {
  footer.site-footer .copyright-bar {
    z-index: 1;
    background-color: transparent !important;
    color: var(--text);
  }
  footer.site-footer :not(.copyright-bar) {
    background: transparent;
    z-index: 1;
  }
}
@media (max-width: 420px) {
  footer.site-footer {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/** Footer widgets **/
.footer-widgets.col-3 {
  display: flex;
  padding: 0 20%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}
.footer-widgets.col-3 .widget.widget_nav_menu .menu .menu-item > a {
  text-align: center;
  display: block;
  font-size: 1.15em;
}
.footer-widgets.col-3 .footer-widget-2 .menu {
  border: 2px solid var(--border);
  border-top: none;
  border-bottom: none;
}
@media (min-width: 1320px) {
  .footer-widgets.col-3 {
    padding: 0 30%;
  }
}
@media (max-width: 420px) {
  .footer-widgets.col-3 {
    padding: 0;
    justify-content: space-evenly;
  }
  .footer-widgets.col-3 .block {
    flex: 1;
  }
}

@media (max-width: 420px) {
  .home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
    margin-bottom: 2rem;
  }

  ul.products li.product .product-block,
ul.products .wc-block-grid__product .product-block,
.wc-block-grid__products li.product .product-block,
.wc-block-grid__products .wc-block-grid__product .product-block {
    max-width: 300px;
    margin: 8px auto;
  }
}

/*# sourceMappingURL=styles.css.map*/