:root {
  --grigio-falso: #aaaaa9;
  --nero-mg: #333;
  --rosa: #cf2651;
  --ottanio: #467F86;
  --arancio: #F3945A;
  --giallo: #FFDDA0;
}

.colore-rosa {
  color: var(--rosa) !important;
}

.bg-rosa {
  background-color: var(--rosa) !important;
}

.border-bottom-rosa {
  border-bottom: 1px solid var(--rosa) !important;
}

.colore-ottanio {
  color: var(--ottanio) !important;
}

.bg-ottanio {
  background-color: var(--ottanio) !important;
}

.border-bottom-ottanio {
  border-bottom: 1px solid var(--ottanio) !important;
}

.colore-arancio {
  color: var(--arancio) !important;
}

.bg-arancio {
  background-color: var(--arancio) !important;
}

.border-bottom-arancio {
  border-bottom: 1px solid var(--arancio) !important;
}

.colore-giallo {
  color: var(--giallo) !important;
}

.bg-giallo {
  background-color: var(--giallo) !important;
}

.border-bottom-giallo {
  border-bottom: 1px solid var(--giallo) !important;
}

.text-no-transform {
  text-transform: none;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

body {
  min-width: 360px;
  color: var(--nero-mg);
  font-family: "Raleway", sans-serif;
  font-feature-settings: "lnum" 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Prata", serif;
  color: var(--nero-mg);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  opacity: 0.8;
}

body a.button, body a.button.alt, body a.button.alt.disabled, body button.button, body button.button.alt, body button.button.alt.disabled, body input.button, body input.button.alt, body input.button.alt.disabled {
  margin: 0;
  color: var(--rosa);
  background-color: #eee;
  border-radius: 20px;
  font-weight: 400;
  text-shadow: none;
  letter-spacing: 0;
}
body a.button:hover, body a.button.alt:hover, body a.button.alt.disabled:hover, body button.button:hover, body button.button.alt:hover, body button.button.alt.disabled:hover, body input.button:hover, body input.button.alt:hover, body input.button.alt.disabled:hover {
  color: #fff;
  background-color: var(--rosa);
}
body a.button-con-icona, body button.button-con-icona, body input.button-con-icona {
  background-color: transparent;
  padding: 0 10px 0 0;
  display: inline-flex;
  align-items: center;
}
body a.button-con-icona:after, body button.button-con-icona:after, body input.button-con-icona:after {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  background-color: var(--rosa);
  z-index: -1;
  border-radius: 20px;
  transition: width 0.2s ease;
}
body a.button-con-icona:hover, body button.button-con-icona:hover, body input.button-con-icona:hover {
  background-color: transparent;
  color: #fff;
}
body a.button-con-icona:hover:after, body button.button-con-icona:hover:after, body input.button-con-icona:hover:after {
  width: 100%;
}
body a.button-con-icona i, body button.button-con-icona i, body input.button-con-icona i {
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 1.125rem;
  margin-right: 10px;
}
body a.button-con-icona i:before, body button.button-con-icona i:before, body input.button-con-icona i:before {
  position: relative;
  top: 8px;
  left: 0;
}

body .woocommerce a.button-con-icona:after {
  margin-left: unset !important;
  content: "" !important;
}

a.loading.button-con-icona:hover::after {
  animation-name: none;
}

label {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.contenuto img[loading=lazy] {
  height: 100%;
}

.altri-articoli .articolo img {
  min-width: 100px;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.altri-articoli .articolo .categoria {
  text-transform: uppercase;
}
.altri-articoli .articolo .titolo {
  text-transform: uppercase;
  font-size: 16px;
}

.share-bar .social-icon i:last-child {
  color: #cf2651 !important;
}

.entry {
  margin-bottom: 30px;
}
.entry:after {
  height: 0;
  margin: 0;
}
.entry .entry-categoria {
  position: relative;
}
.entry .entry-categoria:after {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 0;
  width: 100%;
  border-bottom: 1px solid;
}
.entry .entry-categoria h2 {
  font-family: "Raleway", sans-serif;
  color: #cf2651 !important;
  font-size: 15px;
  text-transform: uppercase;
}
.entry .entry-title h2 {
  text-transform: none;
  letter-spacing: normal;
}
.entry .entry-meta li {
  color: #cf2651 !important;
  font-size: 14px;
  font-style: normal;
}

.categoria-rosa {
  border: 2px solid #cf2651;
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  color: #fff !important;
  background-color: #cf2651 !important;
  font-weight: 700 !important;
}
.categoria-rosa:hover {
  text-shadow: none;
  background-color: transparent !important;
  color: #cf2651 !important;
  font-weight: 700;
}

.immagine-galleria-single {
  height: 250px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.etichetta {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--rosa);
}
.etichetta.etichetta-small {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}

.center .heading-block::after, .text-center .heading-block::after, .heading-block.center::after, .heading-block.text-center::after {
  margin: 4px auto 0;
}

.heading-block:after {
  width: 45%;
  border-top: 1px solid #444;
}
.heading-block h1 {
  text-transform: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 0;
  padding: 10px;
}
.wpcf7-form.sent .wpcf7-response-output:before {
  content: "\e116";
}
.wpcf7-form.invalid .wpcf7-response-output {
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 10px;
}
.wpcf7-form.invalid .wpcf7-response-output:before {
  content: "\e117";
}
.wpcf7-form .wpcf7-response-output:before {
  font: 26px/30px lined-icons;
  margin-right: 16px;
  vertical-align: middle;
}

.wpcf7 input[type=submit] {
  max-width: 200px;
}

#header #logo img {
  padding: 10px 0;
}
#header span.twitter-typeahead {
  display: block !important;
  position: absolute;
  height: 100%;
}
#header .tt-menu {
  width: 100%;
  margin: 0;
  padding: 8px 0;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
#header .tt-menu .image-section img {
  height: 75px;
  width: 75px;
}
#header .tt-menu .description-section {
  width: calc(100% - 75px);
}
#header .menu-link {
  font-weight: 500;
}
#header .tt-suggestion {
  padding: 3px 20px;
  font-size: 15px;
  line-height: 24px;
}
#header .tt-suggestion:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #eee;
}
#header .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #eee;
}
#header .tt-highlight {
  color: var(--rosa);
}
#header #top-search {
  position: relative;
  left: 0;
  transition: opacity 0.3s ease, left 0.3s ease;
}
#header #top-search form input.form-control.tt-hint {
  color: #999 !important;
}
#header #top-cart .top-cart-title h4 {
  text-transform: none;
}
#header #top-cart .top-checkout-price {
  color: var(--grigio-falso);
  font-weight: 700;
}
#header .top-search-form input {
  font-family: "Prata", serif;
  letter-spacing: 0;
}
#header .top-search-form input::-moz-placeholder {
  text-transform: none;
}
#header .top-search-form input::placeholder {
  text-transform: none;
}

body.top-search-open #header #top-search {
  left: 64px;
}

.filtri .filtro {
  margin-bottom: 10px;
}
.filtri .filtro .toggle {
  margin-bottom: 0;
}
.filtri .filtro .toggle .toggle-header {
  border-bottom: 1px solid #444;
}
.filtri .filtro .toggle .toggle-header .toggle-title {
  padding: 0 0 8px;
}
.filtri .filtro .toggle .toggle-header h4 {
  margin-bottom: 0;
}
.filtri .filtro ul {
  margin-bottom: 0;
}
.filtri .filtro ul li {
  list-style: none;
  padding: 5px 0px;
}
.filtri .filtro ul li.selected a {
  color: var(--rosa);
}
.filtri .filtro ul li a {
  color: #444;
}
.filtri .filtro ul li a:hover {
  color: var(--rosa);
}

.velina-filtri {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 900;
  background-color: #000;
}

.shop-header-button {
  text-align: center;
  padding: 10px;
  border: solid 1px black;
  color: #000;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.shop-header-button:hover {
  color: var(--rosa);
  border-color: var(--rosa);
}

.heading-block-title-sottolineato {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.heading-block-title-sottolineato h1, .heading-block-title-sottolineato h2, .heading-block-title-sottolineato h3, .heading-block-title-sottolineato h4, .heading-block-title-sottolineato h5, .heading-block-title-sottolineato h6 {
  border-bottom: 1px solid #444;
  transition: 0.1s border-bottom ease-in;
}
.heading-block-title-sottolineato h1:hover, .heading-block-title-sottolineato h2:hover, .heading-block-title-sottolineato h3:hover, .heading-block-title-sottolineato h4:hover, .heading-block-title-sottolineato h5:hover, .heading-block-title-sottolineato h6:hover {
  opacity: 0.9;
  transition: 0.1s border-bottom ease-in;
}
.heading-block-title-sottolineato p {
  margin-bottom: 0px;
}

.blocco-alternato {
  overflow: hidden;
}
.blocco-alternato a {
  color: var(--nero-mg);
}
.blocco-alternato:nth-child(even) {
  flex-direction: row-reverse;
}
.blocco-alternato .blocco-immagine {
  min-height: 300px;
  transition: 0.2s transform ease-in;
  cursor: pointer;
}
.blocco-alternato:hover .blocco-immagine {
  transform: scale(1.1);
  transition: 0.2s transform ease-in;
}

.parallelepipedo-colorato {
  height: 120px;
  width: 120px;
  display: block;
  transform: skewX(-40deg);
  transition: 0.3s transform cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

#section-iscrizione-newsletter .parallelepipedi-container {
  z-index: 2;
}
#section-iscrizione-newsletter .iscriviti-newsletter-container {
  top: calc(50% - 19px);
  left: calc(50% - 150px);
  z-index: 1;
  position: absolute;
}
#section-iscrizione-newsletter .iscriviti-newsletter-container form {
  margin-bottom: 0px;
}
#section-iscrizione-newsletter .iscriviti-newsletter-container .accettazione-privacy-newsletter span.wpcf7-list-item {
  margin-left: 0px;
}
#section-iscrizione-newsletter .iscriviti-newsletter-container .accettazione-privacy-newsletter span.wpcf7-list-item .wpcf7-list-item-label {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0px;
}
#section-iscrizione-newsletter .iscriviti-newsletter-container #link-privacy-newsletter {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#section-iscrizione-newsletter .iscriviti-newsletter-container #subscribe-input-field {
  max-width: 200px;
}
#section-iscrizione-newsletter:hover .parallelepipedi-container {
  pointer-events: none;
}
#section-iscrizione-newsletter:hover .parallelepipedo-colorato:nth-child(1), #section-iscrizione-newsletter:hover .parallelepipedo-colorato:nth-child(2) {
  transform: skewX(-40deg) translateX(-200px);
}
#section-iscrizione-newsletter:hover .parallelepipedo-colorato:nth-child(3), #section-iscrizione-newsletter:hover .parallelepipedo-colorato:nth-child(4) {
  transform: skewX(-40deg) translateX(200px);
}

.area-tematica .occhiello {
  color: var(--grigio-falso);
  font-weight: 600;
}
.area-tematica .titolo {
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
.area-tematica .titolo a {
  color: var(--nero-mg);
}

.hover-pop-bg {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
}
.hover-pop-bg .item {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1000;
}
.hover-pop-bg .item:before {
  background-image: linear-gradient(-180deg, #ed5e83 0%, #cf2651 97%);
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.2s;
  transition-delay: 0.2s;
  transform: translateY(0px) translateX(0px);
  width: 100%;
  z-index: -1;
}
.hover-pop-bg .item:after {
  background-image: linear-gradient(-180deg, #A1DEFF 0%, #5EA3DB 97%);
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.2s;
  transition-delay: 0.2s;
  transform: translateY(0px) translateX(0px);
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(0deg, #FFCF70 0%, #FFAE3D 97%);
}
.hover-pop-bg .item:hover {
  animation-name: hoverPop;
  animation-duration: 0.4s;
  animation-fill-direction: forward;
}
.hover-pop-bg .item:hover img {
  box-shadow: 2px 2px 4px 0px rgba(10, 12, 15, 0.27);
  box-shadow: 0px 0px 30px 0px rgba(10, 12, 15, 0.27);
}
.hover-pop-bg .item:hover:before {
  animation: slick-hover-2 3s 0.4s linear infinite;
  transform: translateY(-20px) translateX(-20px);
}
.hover-pop-bg .item:hover::after {
  animation: slick-hover 3s 0.4s linear infinite reverse;
  transform: translateY(20px) translateX(20px);
}

span.etichetta-contatti {
  background-color: var(--rosa);
  color: #fff;
  padding: 10px 8px;
}

p.contact-title {
  margin-bottom: 0px;
  color: var(--rosa);
}

div.form-contatti {
  border: solid 1px #eee;
  padding: 10px 30px;
}

ul#indice {
  background: #fafafa;
  padding: 30px;
}
ul#indice li {
  list-style-position: inside;
  list-style: none;
  margin-bottom: 5px;
}
ul#indice li.H1 {
  font-size: 32px;
}
ul#indice li.H2 {
  font-size: 24px;
  margin-left: 2rem;
}
ul#indice li.H3 {
  font-size: 16px;
  margin-left: 4rem;
}
ul#indice li.H4 {
  font-size: 14px;
  margin-left: 6rem;
}
ul#indice li.H5 {
  font-size: 14px;
  margin-left: 8rem;
}
ul#indice li.H6 {
  font-size: 14px;
  margin-left: 10rem;
}

body .woocommerce .single_add_to_cart_button.disabled {
  width: 120px !important;
  margin-top: -7px !important;
}
body .woocommerce .single_add_to_cart_button.disabled .icon-cart {
  margin-left: -3px;
}
body .woocommerce .added_to_cart.wc-forward {
  display: block;
}
body .woocommerce .col2-set {
  margin-bottom: 1rem;
}
body .woocommerce .col2-set .col-1, body .woocommerce .col2-set .col-2 {
  max-width: none;
}
body .woocommerce .col2-set .col-1 .form-row, body .woocommerce .col2-set .col-2 .form-row {
  display: block;
}
body .woocommerce .col2-set .col-1 .form-row .select2-container .select2-selection--single, body .woocommerce .col2-set .col-2 .form-row .select2-container .select2-selection--single {
  height: 38px;
}
body .woocommerce .col2-set .col-1 .form-row .select2-container .select2-selection--single .select2-selection__rendered, body .woocommerce .col2-set .col-2 .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
body .woocommerce .col2-set .col-1 .form-row .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__arrow, body .woocommerce .col2-set .col-2 .form-row .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
  height: 38px;
}
body .woocommerce button.button, body .woocommerce button.button.alt, body .woocommerce button.button.alt.disabled, body .woocommerce input.button, body .woocommerce input.button.alt, body .woocommerce input.button.alt.disabled, body .woocommerce a.button, body .woocommerce a.button.alt, body .woocommerce a.button.alt.disabled {
  background-color: #eee;
  font-weight: 400;
  color: var(--rosa);
  border-radius: 20px;
  font-size: 0.875rem;
}
body .woocommerce button.button:hover, body .woocommerce button.button:disabled[disabled]:hover, body .woocommerce button.button.disabled:hover, body .woocommerce button.button.alt:hover, body .woocommerce button.button.alt:disabled[disabled]:hover, body .woocommerce button.button.alt.disabled:hover, body .woocommerce button.button.alt.disabled:hover, body .woocommerce button.button.alt.disabled:disabled[disabled]:hover, body .woocommerce button.button.alt.disabled.disabled:hover, body .woocommerce input.button:hover, body .woocommerce input.button:disabled[disabled]:hover, body .woocommerce input.button.disabled:hover, body .woocommerce input.button.alt:hover, body .woocommerce input.button.alt:disabled[disabled]:hover, body .woocommerce input.button.alt.disabled:hover, body .woocommerce input.button.alt.disabled:hover, body .woocommerce input.button.alt.disabled:disabled[disabled]:hover, body .woocommerce input.button.alt.disabled.disabled:hover, body .woocommerce a.button:hover, body .woocommerce a.button:disabled[disabled]:hover, body .woocommerce a.button.disabled:hover, body .woocommerce a.button.alt:hover, body .woocommerce a.button.alt:disabled[disabled]:hover, body .woocommerce a.button.alt.disabled:hover, body .woocommerce a.button.alt.disabled:hover, body .woocommerce a.button.alt.disabled:disabled[disabled]:hover, body .woocommerce a.button.alt.disabled.disabled:hover {
  background-color: var(--rosa);
  color: #fff;
}
body .woocommerce a.add_to_cart_button, body .woocommerce button.add_to_cart_button, body .woocommerce a.button-con-icona, body .woocommerce button.button-con-icona {
  background-color: transparent !important;
  padding: 0 10px 0 0;
  display: inline-flex;
  align-items: center;
}
body .woocommerce a.add_to_cart_button:after, body .woocommerce button.add_to_cart_button:after, body .woocommerce a.button-con-icona:after, body .woocommerce button.button-con-icona:after {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  background-color: var(--rosa);
  z-index: -1;
  border-radius: 20px;
  transition: width 0.2s ease;
}
body .woocommerce a.add_to_cart_button:hover, body .woocommerce button.add_to_cart_button:hover, body .woocommerce a.button-con-icona:hover, body .woocommerce button.button-con-icona:hover {
  background-color: transparent;
  color: #fff;
}
body .woocommerce a.add_to_cart_button:hover:after, body .woocommerce button.add_to_cart_button:hover:after, body .woocommerce a.button-con-icona:hover:after, body .woocommerce button.button-con-icona:hover:after {
  width: 100%;
}
body .woocommerce a.add_to_cart_button i, body .woocommerce button.add_to_cart_button i, body .woocommerce a.button-con-icona i, body .woocommerce button.button-con-icona i {
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 1.125rem;
  margin-right: 10px;
}
body .woocommerce a.add_to_cart_button i:before, body .woocommerce button.add_to_cart_button i:before, body .woocommerce a.button-con-icona i:before, body .woocommerce button.button-con-icona i:before {
  position: relative;
  top: 12px;
  left: -2px;
}
body .woocommerce ul.products li.product a img {
  margin-bottom: 2rem;
}
body .woocommerce ul.products li.product a .woocommerce-loop-product__title {
  border-bottom: 1px solid #000;
  margin-bottom: 8px;
}
body .woocommerce ul.products li.product .price {
  font-weight: 600;
  color: var(--grigio-falso);
}
body .woocommerce nav.woocommerce-pagination {
  text-align: left;
}
body .woocommerce nav.woocommerce-pagination ul {
  border: none;
}
body .woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
body .woocommerce nav.woocommerce-pagination ul li a, body .woocommerce nav.woocommerce-pagination ul li span {
  color: var(--rosa);
  font-weight: 700;
}
body .woocommerce nav.woocommerce-pagination ul li a:focus, body .woocommerce nav.woocommerce-pagination ul li a:hover, body .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: transparent;
  color: var(--grigio-falso);
}
body .woocommerce table.cart.shop_table_responsive {
  border: none;
}
body .woocommerce table.cart.shop_table_responsive thead th {
  font-family: "Prata", serif;
  color: var(--nero-mg);
}
body .woocommerce table.cart.shop_table_responsive tbody tr.cart_item td {
  border-top: 1px solid #000;
  background-color: transparent;
}
body .woocommerce table.cart.shop_table_responsive tbody tr.cart_item td.product-price {
  color: var(--grigio-falso);
  font-weight: 400;
}
body .woocommerce table.cart.shop_table_responsive tbody tr.cart_item td.product-quantity .quantity {
  margin: 0;
}
body .woocommerce table.cart.shop_table_responsive tbody tr.cart_item td.product-quantity .quantity input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--grigio-falso);
  color: var(--grigio-falso);
  transition: color 0.2s ease, border-color 0.2s ease;
  font-size: 18px;
}
body .woocommerce table.cart.shop_table_responsive tbody tr.cart_item td.product-quantity .quantity input:focus {
  border-color: #000;
  color: #000;
}
body .woocommerce table.cart.shop_table_responsive tbody tr.cart_item td.product-subtotal {
  color: var(--grigio-falso);
}
body .woocommerce table.cart.shop_table_responsive tbody tr.cart_item td:before {
  color: var(--nero-mg);
  font-family: "Prata", serif;
  font-size: 1rem;
}
body .woocommerce table.cart.shop_table_responsive .product-thumbnail {
  padding: 20px 0 !important;
}
body .woocommerce table.cart.shop_table_responsive .product-thumbnail img {
  max-height: 150px;
  width: auto;
}
body .woocommerce table.cart.shop_table_responsive .product-name {
  font-family: "Prata", serif;
}
body .woocommerce table.cart.shop_table_responsive .product-remove a {
  color: var(--rosa) !important;
}
body .woocommerce table.cart.shop_table_responsive .product-remove a:hover {
  color: #fff !important;
  background-color: var(--rosa);
}
body .woocommerce table.cart.shop_table_responsive td.actions {
  background-color: transparent;
  padding: 20px 15px 20px 0 !important;
}
body .woocommerce table.cart.shop_table_responsive td.actions .coupon input#coupon_code {
  height: 32px;
  width: calc(100% - 194px);
  border: 1px solid #e4e4e4;
}
body .woocommerce table.cart.shop_table_responsive td.actions .coupon button[name=apply_coupon] {
  width: auto;
}
body .woocommerce table.cart.shop_table_responsive td.actions button[name=update_cart] {
  width: auto;
  margin: 0 auto;
}
body .woocommerce .cart_totals table {
  border: none;
}
body .woocommerce .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: none;
  padding-left: 1rem;
}

body .woocommerce a.button-con-icona.loading:hover:after {
  animation: none !important;
}

body .woocommerce a.button-con-icona.loading:after {
  top: 0px !important;
}

#footer #copyrights {
  background-color: #F4F4F4;
}

.cn-button {
  background-color: var(--rosa) !important;
}

@keyframes hoverPop {
  0%, 100% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.05);
  }
  66% {
    transform: scale(0.9);
  }
}
@keyframes slick-hover {
  0.00% {
    transform: translateY(20px) translateX(20px);
  }
  16.67% {
    transform: translateY(-13px) translateX(-9px);
  }
  33.33% {
    transform: translateY(4px) translateX(12px);
  }
  50.00% {
    transform: translateY(20px) translateX(-20px);
  }
  66.67% {
    transform: translateY(-3px) translateX(8px);
  }
  83.33% {
    transform: translateY(-15px) translateX(-11px);
  }
  100.00% {
    transform: translateY(20px) translateX(20px);
  }
}
@keyframes slick-hover-2 {
  0.00% {
    transform: translateY(-20px) translateX(-20px);
  }
  16.67% {
    transform: translateY(3px) translateX(-5px);
  }
  33.33% {
    transform: translateY(18px) translateX(-10px);
  }
  50.00% {
    transform: translateY(-20px) translateX(20px);
  }
  66.67% {
    transform: translateY(15px) translateX(-4px);
  }
  83.33% {
    transform: translateY(-1px) translateX(15px);
  }
  100.00% {
    transform: translateY(-20px) translateX(-20px);
  }
}/*# sourceMappingURL=style-boeros.css.map */