/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/scss/main.scss ***!
  \*********************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

picture,
img {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  color: #3D393D;
  font-optical-sizing: auto;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
}

h1,
.h1 {
  font-size: clamp(38px, 5vw, 65px);
  font-family: "Fraunces", serif;
  margin-bottom: 2rem;
}

h2,
.h2,
.wprm-recipe-container .wprm-recipe-template-macaron-dreams .wprm-recipe-name {
  font-size: clamp(38px, 5vw, 52px);
  font-family: "Fraunces", serif;
  line-height: 1.2;
}

h3,
.h3,
.woocommerce-wrapper .products-wrapper ul.products li.product .woocommerce-loop-category__title {
  font-size: clamp(22px, 5vw, 24px);
  font-family: "Fraunces", serif;
  margin-bottom: 1.5rem;
}

h4,
.h4 {
  font-size: clamp(21px, 5vw, 24px);
  font-family: "Fraunces", serif;
  margin-bottom: 1.25rem;
}

h5,
.h5 {
  font-size: clamp(28px, 5vw, 21px);
  font-family: "Fraunces", serif;
  margin-bottom: 1rem;
}

h6,
.h6 {
  font-size: clamp(16px, 5vw, 18px);
  font-family: "Fraunces", serif;
  margin-bottom: 0.75rem;
}

a {
  text-decoration: none;
  color: #3D393D;
}

.text {
  margin: 0;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5;
}

p {
  margin-bottom: 15px;
  font-size: 18px;
}

.content-box p {
  max-width: 728px;
  margin: 0 auto;
}
.content-box p.align-center {
  text-align: center;
}
.content-box {
  margin-bottom: 30px;
}

.has-rose-pink-color {
  color: #FF83A1;
}

.wp-block-heading {
  margin-bottom: 15px;
}

.wp-block-search__input,
input {
  height: 44px;
  padding: 20px;
  border: none;
  border-bottom: 1px solid #FFC1D0;
  font-size: 18px;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  font-style: italic;
  margin-bottom: 20px;
}
.wp-block-search__input:focus,
input:focus {
  outline: none;
  border-bottom-color: #CDACDB;
}

input[type=submit],
button[type=submit] {
  padding: 0 30px;
  height: 44px;
  border: none;
}

label {
  font-size: 20px;
}

.woocommerce .site-main,
.woocommerce-page .site-main, .author-header, .author-posts, .error-404 .custom-content, .single main, .search__results, .blog main, .clases, .category main, .page-template-archive main,
.tag main, .intro, .testimonials, .blog__recent-posts--inner, .newsletter, .location-info, .featured-products, .comments, .brand-intro, .site-container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .woocommerce .site-main,
  .woocommerce-page .site-main, .author-header, .author-posts, .error-404 .custom-content, .single main, .search__results, .blog main, .clases, .category main, .page-template-archive main,
  .tag main, .intro, .testimonials, .blog__recent-posts--inner, .newsletter, .location-info, .featured-products, .comments, .brand-intro, .site-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.woocommerce .site-main,
.woocommerce-page .site-main, .single main, .search__results, .blog main, .clases, .category main, .page-template-archive main,
.tag main, .testimonials, .blog__recent-posts--inner, .newsletter, .location-info, .featured-products, .comments, .brand-intro {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .woocommerce .site-main,
  .woocommerce-page .site-main, .single main, .search__results, .blog main, .clases, .category main, .page-template-archive main,
  .tag main, .testimonials, .blog__recent-posts--inner, .newsletter, .location-info, .featured-products, .comments, .brand-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.intro {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .intro {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.site-container {
  /*   @extend %section-spacing-xl; */
  margin-top: 50px;
}

.site-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media (min-width: 1024px) {
  .container {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.separator {
  margin-bottom: 80px;
  border: 1px solid transparent;
  width: 100%;
}
.separator--orchid {
  border-color: #CDACDB;
}

.post-label--private {
  padding: 0 5px;
  width: fit-content;
  border-radius: 5px;
  background-color: #FFCCD8;
  color: #FF3264;
  position: absolute;
  top: 5px;
  left: 5px;
}

.highlight--primary {
  background-color: #FFE0E7;
}
.highlight--primary .title {
  color: #FF83A1;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.justify {
  text-align: justify;
}

.hidden-sm {
  display: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.container-90 {
  width: 90vw;
  margin: 0 auto;
}
.container-80 {
  width: 80vw;
  margin: 0 auto;
}
.container-70 {
  width: 70vw;
  margin: 0 auto;
}
.container-60 {
  width: 60vw;
  margin: 0 auto;
}
.container-50 {
  width: 50vw;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
.col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  flex: 1 1 100%;
}

@media (min-width: 48em) {
  .col-1 {
    flex: 0 0 8.33%;
  }
  .col-2 {
    flex: 0 0 16.66%;
  }
  .col-3 {
    flex: 0 0 25%;
  }
  .col-4 {
    flex: 0 0 33.33%;
  }
  .col-5 {
    flex: 0 0 41.66%;
  }
  .col-6 {
    flex: 0 0 50%;
  }
  .col-7 {
    flex: 0 0 58.33%;
  }
  .col-8 {
    flex: 0 0 66.66%;
  }
  .col-9 {
    flex: 0 0 75%;
  }
  .col-10 {
    flex: 0 0 83.33%;
  }
  .col-11 {
    flex: 0 0 91.66%;
  }
  .col-12 {
    flex: 0 0 100%;
  }
  .hidden-sm {
    display: block;
  }
}
/* .spacing {
  &-20 {
    padding: 20px 0;
  }

  &-40 {
    padding: 40px 0;
  }

  &-60 {
    margin: 60px 0;
  }
} */
.wprm-recipe-container .wprm-recipe-template-macaron-dreams .wprm-recipe-name {
  font-family: "Fraunces", serif;
}

.wrapper {
  position: relative;
}

.site-header {
  background-color: #FFFFFD;
  position: relative;
  z-index: 1000;
  padding: 10px;
  background: #FFFFFD;
  position: relative;
}
.site-header::after {
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 100%;
  content: " ";
  background: radial-gradient(circle at 50% 0%, #FFFFFD 25%, rgba(0, 0, 0, 0.1) 26%, transparent 30%);
  background-color: transparent;
  background-size: 50px 100px;
  height: 50px;
  background-repeat: repeat-x;
}
.site-header {
  padding: 0 20px;
  position: sticky;
  top: 0;
  z-index: 99999;
}
.site-header .menu {
  display: flex;
  list-style-type: none;
  gap: 20px;
  margin-top: 12px;
}
.site-header .menu-item a {
  text-decoration: none;
  color: #FF83A1;
  display: inline-block;
  border-bottom: 2px solid transparent;
  font-size: 18px;
}
.site-header .menu-item a:hover, .site-header .menu-item a:active, .site-header .menu-item a.active {
  color: #FF83A1;
  border-bottom: 2px solid #1CC7CF;
}
.site-header .menu-item a .icon {
  fill: #FF83A1;
}
.site-header .menu-item:hover .mega-menu {
  opacity: 1;
  clip: inherit;
  display: flex;
  gap: 30px;
}
.site-header .menu-item .mega-menu {
  list-style-type: none;
  position: absolute;
  z-index: 2;
  box-shadow: 0px 2px 5px #D8D7D8;
  opacity: 0;
  clip: rect(1px, 1px, 1px, 1px);
  background-color: #FFFFFD;
  transition: all ease 0.35s;
  padding: 40px 20px;
  min-width: 230px;
  width: calc(100vw - 15px);
  left: 0;
}
.site-header .menu-item .mega-menu .menu-item {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 10px;
}
.site-header .menu-item .mega-menu .menu-item.level-2 {
  padding: 0;
  margin: 0;
}
.site-header .menu-item .mega-menu__list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
.site-header .menu-item .mega-menu__list-item--post {
  position: relative;
  padding-right: 30px;
}
.site-header .menu-item .mega-menu__list-item--post::after {
  display: block;
  content: "";
  border-right: 1px solid #FFC1D0;
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: 0;
}
.site-header .menu-item .mega-menu__post-thumbnail {
  margin: 15px 0;
}
.site-header .menu-item .mega-menu__post-title-link {
  font-size: 16px;
  text-transform: initial;
  font-weight: 300;
}
.site-header .menu-item .mega-menu__link.level-1 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.site-header .menu-item .mega-menu__link.level-1.active {
  border-bottom: none;
}
.site-header .menu-item .mega-menu__link.level-2 {
  font-size: 16px;
}
.site-header .menu-primary {
  margin-left: 50px;
}
.site-header .menu-user {
  margin-left: auto;
}
.site-header .menu-secondary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #FF83A1;
  padding: 0 20px;
}
.site-header .site-branding {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.site-header .site-logo {
  padding: 10px;
}
.site-header .site-logo a {
  height: 42px;
  display: flex;
}
.site-header .site-logo a img {
  display: block;
  width: auto;
  margin: 0 auto;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}
.site-header .site-title {
  display: inline-block;
  height: 60px;
}
.site-header .site-title img {
  height: 100%;
}
.site-header .navigation {
  display: none;
}
@media (min-width: 960px) {
  .site-header .navigation {
    display: flex;
    flex: 1;
  }
}
.site-header {
  /* Desktop: Oculta el botón */
}
.site-header .hamburger {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 20px;
}
.site-header .hamburger .icon {
  width: 24px;
  height: 24px;
  fill: #FF83A1;
}
@media (min-width: 960px) {
  .site-header .hamburger {
    display: none;
  }
}

.site-header .mobile__nav {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #FFF3F6;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 960px) {
  .site-header .mobile__nav {
    display: none;
  }
}
.site-header .mobile__nav[hidden] {
  left: -1000px;
  opacity: 0;
}
.site-header .mobile__nav--top {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.site-header .mobile__nav--close {
  background: none;
  border: none;
  color: #FF83A1;
  cursor: pointer;
  transition: all 0.15s ease;
  margin-right: 20px;
}
.site-header .mobile__nav--close .icon {
  width: 24px;
  height: 24px;
  fill: #FF83A1;
}
.site-header .mobile__nav--close:hover {
  transform: rotate(90deg);
}
.site-header .mobile__nav--navigation .sub-menu {
  display: none;
}
.site-header .mobile__nav--primary-menu {
  flex-direction: column;
  gap: 0;
}
.site-header .mobile__nav--primary-menu .menu-item {
  border-bottom: 1px solid #FFE0E7;
}
.site-header .mobile__nav--primary-menu .menu-item a {
  padding: 20px;
  display: flex;
  transition: background-color 0.2s ease;
}
.site-header .mobile__nav--primary-menu .menu-item a:hover {
  background-color: #FFE0E7;
  border-bottom: 2px solid transparent;
}
.site-header .mobile__nav--primary-menu .menu-item.current-menu-item a {
  background-color: #FFE0E7;
  border-bottom: 2px solid transparent;
}

.footer {
  background-color: #FFC1D0;
  padding: 50px 20px;
  margin-top: 80px;
  padding: 10px;
  background: #FFC1D0;
  position: relative;
}
.footer::before {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100%;
  content: " ";
  background: radial-gradient(circle at 50% 0%, #FFC1D0 25%, rgba(0, 0, 0, 0) 26%, #FFFFFD 30%);
  background-color: transparent;
  background-size: 50px 100px;
  height: 52px;
  background-repeat: repeat-x;
  transform: rotate(180deg);
}
.footer__logo {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5vw;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__logo {
    align-items: flex-start;
    padding: 0 5vw;
  }
}
.footer__wrapper {
  max-width: 1440px;
  padding: 0 5vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .footer__wrapper {
    flex-wrap: nowrap;
  }
}
.footer__column {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFF3F6;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__column {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .footer__column {
    width: 100%;
    border-bottom: none;
  }
}
.footer__title {
  color: #FFFFFD;
  margin-bottom: 15px;
}
.footer__text {
  color: #FFFFFD;
}
.footer__menu .menu {
  list-style-type: none;
}
.footer__menu .menu-item a {
  color: #FFFFFD;
  padding: 10px 0;
  display: inline-block;
}
.footer__small-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5vw;
  background-color: #FFF3F6;
}
.footer__small-text .footer__text {
  color: #FF83A1;
  margin-bottom: 0;
}
.footer__small-text .icon {
  fill: #FF83A1;
}
.footer__social-media {
  color: #FFFFFD;
  list-style-type: none;
}
.footer__social-media--item {
  margin-right: 1rem;
  padding: 5px 0;
}
.footer__social-media--item .icon {
  fill: #FFFFFD;
  width: 2rem;
  height: 2rem;
}
.footer__social-media--text {
  color: #FFFFFD;
  font-size: 14px;
  font-weight: 300;
}

aside.post__sidebar .sidebar__about-me {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
aside.post__sidebar .sidebar__about-me::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 182px;
  height: 198px;
  border-radius: 8px;
  background-image: url(../../assets/images/frutillas-planta-1.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
aside.post__sidebar .sidebar__about-me .wp-block-image {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  max-width: 250px;
  z-index: 2;
  position: relative;
  margin-bottom: 30px;
}
aside.post__sidebar .sidebar__about-me .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
aside.post__sidebar .sidebar__about-me .wp-block-heading {
  margin-bottom: 10px;
}
aside.post__sidebar .sidebar__about-me .widget-text {
  font-size: 16px;
}
aside.post__sidebar .sidebar__blog .wp-block-heading {
  margin-bottom: 15px;
}
aside.post__sidebar .sidebar__blog .wp-block-latest-posts__list li {
  display: grid;
  grid-template-columns: 110px 1fr;
  column-gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
aside.post__sidebar .sidebar__blog .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
  overflow: hidden;
}
aside.post__sidebar .sidebar__blog .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/5;
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.76, 0.35, 0.32, 0.79);
}
aside.post__sidebar .sidebar__blog .wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a:hover img {
  transform: scale(1.05);
}
aside.post__sidebar .sidebar__blog .wp-block-latest-posts__list li .wp-block-latest-posts__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
aside.post__sidebar .sidebar__blog .wp-block-latest-posts__list li .wp-block-latest-posts__content-wrapper time {
  font-size: 14px;
  color: #666;
}
aside.post__sidebar .sidebar__cafecito .wp-block-heading {
  margin-bottom: 15px;
}

.wp-block-accordion {
  margin-bottom: 60px;
}
.wp-block-accordion-item {
  border-bottom: 1px solid #FFC1D0;
}
.wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon {
  transform: rotate(45deg);
}
.wp-block-accordion-heading {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  padding: 25px 0;
}
.wp-block-accordion-heading__toggle-icon {
  transition: transform 0.3s ease;
  color: #FF83A1;
  background-color: #FFF3F6;
  border-radius: 50%;
}
.wp-block-accordion-panel {
  padding: 0 20px;
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
  opacity: 1;
}
.wp-block-accordion-panel[inert] {
  max-height: 0;
  opacity: 0;
  padding: 0 20px;
}
.brand-intro__header {
  text-align: center;
}
.brand-intro__title {
  font-family: "Fraunces", serif;
  line-height: 1.5;
}
.brand-intro__subtitle {
  margin: 10px;
}
.brand-intro__content {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  gap: 45px;
  padding: 0 20px;
  text-align: center;
  flex-direction: column;
  max-width: 728px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .brand-intro__content {
    flex-direction: row;
    justify-content: center;
  }
}
.brand-intro__link {
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 25px;
  display: inline-block;
  transition: color 0.2s ease-in;
}
.brand-intro__link:hover {
  text-decoration: underline;
  color: #9B59B6;
}

.breadcrumb {
  padding: 1.5rem 0;
  font-size: 0.875rem;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item--current .breadcrumb__current {
  color: #999;
  font-weight: 400;
}
.breadcrumb__link {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb__link:hover {
  color: #FF83A1;
  text-decoration: underline;
}
.breadcrumb__current {
  color: #333;
  font-weight: 500;
}
.breadcrumb__separator {
  color: #ccc;
  margin: 0 0.5rem;
  user-select: none;
}

.btn, .woocommerce.single-product .product .summary .cart .single_add_to_cart_button, .woocommerce .sidebar .wc-block-product-filters .wp-block-button__link,
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filters__apply, .woocommerce .sidebar .wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link, .woocommerce ul.products .product .add_to_cart_button, .woocommerce .hero-store__button, .woocommerce .woocommerce-Button,
.woocommerce .woocommerce-button,
.woocommerce button[type=submit],
.woocommerce-page .woocommerce-Button,
.woocommerce-page .woocommerce-button,
.woocommerce-page button[type=submit], .woocommerce .wc-block-components-button,
.woocommerce .wp-element-button,
.woocommerce .wc-block-components-checkout-place-order-button,
.woocommerce-page .wc-block-components-button,
.woocommerce-page .wp-element-button,
.woocommerce-page .wc-block-components-checkout-place-order-button, .woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button, .woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button, .featured-products .add_to_cart_button, .wp-block-search__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  position: relative;
  width: fit-content;
  transition: all 0.2s ease-in-out;
}
.btn::before, .woocommerce.single-product .product .summary .cart .single_add_to_cart_button::before, .woocommerce .sidebar .wc-block-product-filters .wp-block-button__link::before,
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filters__apply::before, .woocommerce .sidebar .wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link::before, .woocommerce ul.products .product .add_to_cart_button::before, .woocommerce .hero-store__button::before, .woocommerce .woocommerce-Button::before,
.woocommerce .woocommerce-button::before,
.woocommerce button[type=submit]::before,
.woocommerce-page .woocommerce-Button::before,
.woocommerce-page .woocommerce-button::before,
.woocommerce-page button[type=submit]::before, .woocommerce .wc-block-components-button::before,
.woocommerce .wp-element-button::before,
.woocommerce .wc-block-components-checkout-place-order-button::before,
.woocommerce-page .wc-block-components-button::before,
.woocommerce-page .wp-element-button::before,
.woocommerce-page .wc-block-components-checkout-place-order-button::before, .woocommerce .woocommerce-message .button::before,
.woocommerce-page .woocommerce-message .button::before, .woocommerce .woocommerce-error .button::before,
.woocommerce-page .woocommerce-error .button::before, .featured-products .add_to_cart_button::before, .wp-block-search__button::before, .btn::after, .woocommerce.single-product .product .summary .cart .single_add_to_cart_button::after, .woocommerce .sidebar .wc-block-product-filters .wp-block-button__link::after,
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filters__apply::after, .woocommerce .sidebar .wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link::after, .woocommerce ul.products .product .add_to_cart_button::after, .woocommerce .hero-store__button::after, .woocommerce .woocommerce-Button::after,
.woocommerce .woocommerce-button::after,
.woocommerce button[type=submit]::after,
.woocommerce-page .woocommerce-Button::after,
.woocommerce-page .woocommerce-button::after,
.woocommerce-page button[type=submit]::after, .woocommerce .wc-block-components-button::after,
.woocommerce .wp-element-button::after,
.woocommerce .wc-block-components-checkout-place-order-button::after,
.woocommerce-page .wc-block-components-button::after,
.woocommerce-page .wp-element-button::after,
.woocommerce-page .wc-block-components-checkout-place-order-button::after, .woocommerce .woocommerce-message .button::after,
.woocommerce-page .woocommerce-message .button::after, .woocommerce .woocommerce-error .button::after,
.woocommerce-page .woocommerce-error .button::after, .featured-products .add_to_cart_button::after, .wp-block-search__button::after {
  background-color: #FFC1D0;
  transition: all 0.2s ease-in-out;
}
.btn span, .woocommerce.single-product .product .summary .cart .single_add_to_cart_button span, .woocommerce .sidebar .wc-block-product-filters .wp-block-button__link span,
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filters__apply span, .woocommerce .sidebar .wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link span, .woocommerce ul.products .product .add_to_cart_button span, .woocommerce .hero-store__button span, .woocommerce .woocommerce-Button span,
.woocommerce .woocommerce-button span,
.woocommerce button[type=submit] span,
.woocommerce-page .woocommerce-Button span,
.woocommerce-page .woocommerce-button span,
.woocommerce-page button[type=submit] span, .woocommerce .wc-block-components-button span,
.woocommerce .wp-element-button span,
.woocommerce .wc-block-components-checkout-place-order-button span,
.woocommerce-page .wc-block-components-button span,
.woocommerce-page .wp-element-button span,
.woocommerce-page .wc-block-components-checkout-place-order-button span, .woocommerce .woocommerce-message .button span,
.woocommerce-page .woocommerce-message .button span, .woocommerce .woocommerce-error .button span,
.woocommerce-page .woocommerce-error .button span, .featured-products .add_to_cart_button span, .wp-block-search__button span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 10px;
  font-weight: 600;
}
.btn--primary, .woocommerce.single-product .product .summary .cart .single_add_to_cart_button, .woocommerce .sidebar .wp-block-search__button, .woocommerce .sidebar .wc-block-product-filters .wp-block-button__link,
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filters__apply, .woocommerce .sidebar .wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link, .woocommerce ul.products .product .add_to_cart_button, .woocommerce .hero-store__button, .woocommerce .woocommerce-Button,
.woocommerce .woocommerce-button,
.woocommerce button[type=submit],
.woocommerce-page .woocommerce-Button,
.woocommerce-page .woocommerce-button,
.woocommerce-page button[type=submit], .woocommerce .wc-block-components-button,
.woocommerce .wp-element-button,
.woocommerce .wc-block-components-checkout-place-order-button,
.woocommerce-page .wc-block-components-button,
.woocommerce-page .wp-element-button,
.woocommerce-page .wc-block-components-checkout-place-order-button, .woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-message .button, .woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-error .button, .intro__content-link, .blog__recent-posts--main-text .btn-primary, .location-info__whatsapp, .location-info__cta, .home .rdv-hero--studio .btn--primary, .home .rdv-hero--learn .btn--primary, .home .rdv-hero--studio .rdv-hero--learn .btn--primary, .home .rdv-hero--learn .rdv-hero--studio .btn--primary, .home .rdv-hero--shop .btn--primary, .home .rdv-hero--patisserie .btn--primary, .home .rdv-hero--studio .rdv-hero--shop .btn--primary, .home .rdv-hero--shop .rdv-hero--studio .btn--primary, .home .rdv-hero--studio .rdv-hero--patisserie .btn--primary, .home .rdv-hero--patisserie .rdv-hero--studio .btn--primary, .home .rdv-hero--learn .rdv-hero--shop .btn--primary, .home .rdv-hero--shop .rdv-hero--learn .btn--primary, .home .rdv-hero--learn .rdv-hero--patisserie .btn--primary, .home .rdv-hero--patisserie .rdv-hero--learn .btn--primary, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--shop .btn--primary, .home .rdv-hero--shop .rdv-hero--studio .rdv-hero--learn .btn--primary, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--patisserie .btn--primary, .home .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--learn .btn--primary, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--shop .btn--primary, .home .rdv-hero--shop .rdv-hero--learn .rdv-hero--studio .btn--primary, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--patisserie .btn--primary, .home .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--studio .btn--primary, .home .rdv-hero--shop .rdv-hero--patisserie .btn--primary, .home .rdv-hero--patisserie .rdv-hero--shop .btn--primary, .home .rdv-hero--blog .btn--primary, .home .rdv-hero--studio .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--studio .btn--primary, .home .rdv-hero--learn .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--learn .btn--primary, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--learn .btn--primary, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--studio .btn--primary, .home .rdv-hero--shop .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--shop .btn--primary, .home .rdv-hero--patisserie .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--patisserie .btn--primary, .home .rdv-hero--studio .rdv-hero--shop .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--shop .btn--primary, .home .rdv-hero--shop .rdv-hero--studio .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--studio .btn--primary, .home .rdv-hero--studio .rdv-hero--patisserie .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--patisserie .btn--primary, .home .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--studio .btn--primary, .home .rdv-hero--learn .rdv-hero--shop .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--shop .btn--primary, .home .rdv-hero--shop .rdv-hero--learn .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--learn .btn--primary, .home .rdv-hero--learn .rdv-hero--patisserie .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--patisserie .btn--primary, .home .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--learn .btn--primary, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--shop .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--learn .rdv-hero--shop .btn--primary, .home .rdv-hero--shop .rdv-hero--studio .rdv-hero--learn .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--studio .rdv-hero--learn .btn--primary, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--patisserie .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--learn .rdv-hero--patisserie .btn--primary, .home .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--learn .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--learn .btn--primary, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--shop .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--studio .rdv-hero--shop .btn--primary, .home .rdv-hero--shop .rdv-hero--learn .rdv-hero--studio .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--learn .rdv-hero--studio .btn--primary, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--patisserie .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--studio .rdv-hero--patisserie .btn--primary, .home .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--studio .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--studio .btn--primary, .home .rdv-hero--shop .rdv-hero--patisserie .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--patisserie .btn--primary, .home .rdv-hero--patisserie .rdv-hero--shop .rdv-hero--blog .btn--primary, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--shop .btn--primary, .featured-products .add_to_cart_button, .featured-box--secondary .featured-box__item--cta, .featured-box--terciary .featured-box__item--cta {
  padding: 10px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF83A1;
  color: #FFFFFD;
  position: relative;
  z-index: 0;
  max-width: fit-content;
  font-weight: 600;
  /*   &::before {
        content: '';
        position: absolute;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-color: $color-primary;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 5px;
        z-index: -1;
    }

    &::after {
        content: '';
        position: absolute;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        right: -29px;
        background-color: inherit;
        z-index: -1;
    }*/
}
.btn--primary:hover, .woocommerce.single-product .product .summary .cart .single_add_to_cart_button:hover, .woocommerce .sidebar .wp-block-search__button:hover, .woocommerce .sidebar .wc-block-product-filters .wp-block-button__link:hover,
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filters__apply:hover, .woocommerce .sidebar .wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link:hover, .woocommerce ul.products .product .add_to_cart_button:hover, .woocommerce .hero-store__button:hover, .woocommerce .woocommerce-Button:hover,
.woocommerce .woocommerce-button:hover,
.woocommerce button[type=submit]:hover,
.woocommerce-page .woocommerce-Button:hover,
.woocommerce-page .woocommerce-button:hover,
.woocommerce-page button[type=submit]:hover, .woocommerce .wc-block-components-button:hover,
.woocommerce .wp-element-button:hover,
.woocommerce .wc-block-components-checkout-place-order-button:hover,
.woocommerce-page .wc-block-components-button:hover,
.woocommerce-page .wp-element-button:hover,
.woocommerce-page .wc-block-components-checkout-place-order-button:hover, .woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-message .button:hover, .woocommerce .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-error .button:hover, .intro__content-link:hover, .blog__recent-posts--main-text .btn-primary:hover, .location-info__whatsapp:hover, .location-info__cta:hover, .home .rdv-hero--studio .btn--primary:hover, .home .rdv-hero--learn .btn--primary:hover, .home .rdv-hero--studio .rdv-hero--learn .btn--primary:hover, .home .rdv-hero--learn .rdv-hero--studio .btn--primary:hover, .home .rdv-hero--shop .btn--primary:hover, .home .rdv-hero--patisserie .btn--primary:hover, .home .rdv-hero--studio .rdv-hero--shop .btn--primary:hover, .home .rdv-hero--shop .rdv-hero--studio .btn--primary:hover, .home .rdv-hero--studio .rdv-hero--patisserie .btn--primary:hover, .home .rdv-hero--patisserie .rdv-hero--studio .btn--primary:hover, .home .rdv-hero--learn .rdv-hero--shop .btn--primary:hover, .home .rdv-hero--shop .rdv-hero--learn .btn--primary:hover, .home .rdv-hero--learn .rdv-hero--patisserie .btn--primary:hover, .home .rdv-hero--patisserie .rdv-hero--learn .btn--primary:hover, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--shop .btn--primary:hover, .home .rdv-hero--shop .rdv-hero--studio .rdv-hero--learn .btn--primary:hover, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--patisserie .btn--primary:hover, .home .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--learn .btn--primary:hover, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--shop .btn--primary:hover, .home .rdv-hero--shop .rdv-hero--learn .rdv-hero--studio .btn--primary:hover, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--patisserie .btn--primary:hover, .home .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--studio .btn--primary:hover, .home .rdv-hero--shop .rdv-hero--patisserie .btn--primary:hover, .home .rdv-hero--patisserie .rdv-hero--shop .btn--primary:hover, .home .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--studio .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--studio .btn--primary:hover, .home .rdv-hero--learn .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--learn .btn--primary:hover, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--learn .btn--primary:hover, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--studio .btn--primary:hover, .home .rdv-hero--shop .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--shop .btn--primary:hover, .home .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--patisserie .btn--primary:hover, .home .rdv-hero--studio .rdv-hero--shop .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--shop .btn--primary:hover, .home .rdv-hero--shop .rdv-hero--studio .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--studio .btn--primary:hover, .home .rdv-hero--studio .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--patisserie .btn--primary:hover, .home .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--studio .btn--primary:hover, .home .rdv-hero--learn .rdv-hero--shop .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--shop .btn--primary:hover, .home .rdv-hero--shop .rdv-hero--learn .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--learn .btn--primary:hover, .home .rdv-hero--learn .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--patisserie .btn--primary:hover, .home .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--learn .btn--primary:hover, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--shop .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--learn .rdv-hero--shop .btn--primary:hover, .home .rdv-hero--shop .rdv-hero--studio .rdv-hero--learn .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--studio .rdv-hero--learn .btn--primary:hover, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--learn .rdv-hero--patisserie .btn--primary:hover, .home .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--learn .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--learn .btn--primary:hover, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--shop .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--studio .rdv-hero--shop .btn--primary:hover, .home .rdv-hero--shop .rdv-hero--learn .rdv-hero--studio .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--learn .rdv-hero--studio .btn--primary:hover, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--studio .rdv-hero--patisserie .btn--primary:hover, .home .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--studio .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--studio .btn--primary:hover, .home .rdv-hero--shop .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--patisserie .btn--primary:hover, .home .rdv-hero--patisserie .rdv-hero--shop .rdv-hero--blog .btn--primary:hover, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--shop .btn--primary:hover, .featured-products .add_to_cart_button:hover, .featured-box--secondary .featured-box__item--cta:hover, .featured-box--terciary .featured-box__item--cta:hover {
  background-color: #FFC1D0;
}
.btn--primary:hover::before, .woocommerce.single-product .product .summary .cart .single_add_to_cart_button:hover::before, .woocommerce .sidebar .wp-block-search__button:hover::before, .woocommerce .sidebar .wc-block-product-filters .wp-block-button__link:hover::before,
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filters__apply:hover::before, .woocommerce .sidebar .wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link:hover::before, .woocommerce ul.products .product .add_to_cart_button:hover::before, .woocommerce .hero-store__button:hover::before, .woocommerce .woocommerce-Button:hover::before,
.woocommerce .woocommerce-button:hover::before,
.woocommerce button[type=submit]:hover::before,
.woocommerce-page .woocommerce-Button:hover::before,
.woocommerce-page .woocommerce-button:hover::before,
.woocommerce-page button[type=submit]:hover::before, .woocommerce .wc-block-components-button:hover::before,
.woocommerce .wp-element-button:hover::before,
.woocommerce .wc-block-components-checkout-place-order-button:hover::before,
.woocommerce-page .wc-block-components-button:hover::before,
.woocommerce-page .wp-element-button:hover::before,
.woocommerce-page .wc-block-components-checkout-place-order-button:hover::before, .woocommerce .woocommerce-message .button:hover::before,
.woocommerce-page .woocommerce-message .button:hover::before, .woocommerce .woocommerce-error .button:hover::before,
.woocommerce-page .woocommerce-error .button:hover::before, .intro__content-link:hover::before, .blog__recent-posts--main-text .btn-primary:hover::before, .location-info__whatsapp:hover::before, .location-info__cta:hover::before, .home .rdv-hero--studio .btn--primary:hover::before, .home .rdv-hero--learn .btn--primary:hover::before, .home .rdv-hero--studio .rdv-hero--learn .btn--primary:hover::before, .home .rdv-hero--learn .rdv-hero--studio .btn--primary:hover::before, .home .rdv-hero--shop .btn--primary:hover::before, .home .rdv-hero--patisserie .btn--primary:hover::before, .home .rdv-hero--studio .rdv-hero--shop .btn--primary:hover::before, .home .rdv-hero--shop .rdv-hero--studio .btn--primary:hover::before, .home .rdv-hero--studio .rdv-hero--patisserie .btn--primary:hover::before, .home .rdv-hero--patisserie .rdv-hero--studio .btn--primary:hover::before, .home .rdv-hero--learn .rdv-hero--shop .btn--primary:hover::before, .home .rdv-hero--shop .rdv-hero--learn .btn--primary:hover::before, .home .rdv-hero--learn .rdv-hero--patisserie .btn--primary:hover::before, .home .rdv-hero--patisserie .rdv-hero--learn .btn--primary:hover::before, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--shop .btn--primary:hover::before, .home .rdv-hero--shop .rdv-hero--studio .rdv-hero--learn .btn--primary:hover::before, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--patisserie .btn--primary:hover::before, .home .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--learn .btn--primary:hover::before, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--shop .btn--primary:hover::before, .home .rdv-hero--shop .rdv-hero--learn .rdv-hero--studio .btn--primary:hover::before, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--patisserie .btn--primary:hover::before, .home .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--studio .btn--primary:hover::before, .home .rdv-hero--shop .rdv-hero--patisserie .btn--primary:hover::before, .home .rdv-hero--patisserie .rdv-hero--shop .btn--primary:hover::before, .home .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--studio .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--studio .btn--primary:hover::before, .home .rdv-hero--learn .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--learn .btn--primary:hover::before, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--learn .btn--primary:hover::before, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--studio .btn--primary:hover::before, .home .rdv-hero--shop .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--shop .btn--primary:hover::before, .home .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--patisserie .btn--primary:hover::before, .home .rdv-hero--studio .rdv-hero--shop .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--shop .btn--primary:hover::before, .home .rdv-hero--shop .rdv-hero--studio .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--studio .btn--primary:hover::before, .home .rdv-hero--studio .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--patisserie .btn--primary:hover::before, .home .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--studio .btn--primary:hover::before, .home .rdv-hero--learn .rdv-hero--shop .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--shop .btn--primary:hover::before, .home .rdv-hero--shop .rdv-hero--learn .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--learn .btn--primary:hover::before, .home .rdv-hero--learn .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--patisserie .btn--primary:hover::before, .home .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--learn .btn--primary:hover::before, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--shop .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--learn .rdv-hero--shop .btn--primary:hover::before, .home .rdv-hero--shop .rdv-hero--studio .rdv-hero--learn .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--studio .rdv-hero--learn .btn--primary:hover::before, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--learn .rdv-hero--patisserie .btn--primary:hover::before, .home .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--learn .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--learn .btn--primary:hover::before, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--shop .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--studio .rdv-hero--shop .btn--primary:hover::before, .home .rdv-hero--shop .rdv-hero--learn .rdv-hero--studio .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--learn .rdv-hero--studio .btn--primary:hover::before, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--studio .rdv-hero--patisserie .btn--primary:hover::before, .home .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--studio .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--studio .btn--primary:hover::before, .home .rdv-hero--shop .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--patisserie .btn--primary:hover::before, .home .rdv-hero--patisserie .rdv-hero--shop .rdv-hero--blog .btn--primary:hover::before, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--shop .btn--primary:hover::before, .featured-products .add_to_cart_button:hover::before, .featured-box--secondary .featured-box__item--cta:hover::before, .featured-box--terciary .featured-box__item--cta:hover::before, .btn--primary:hover::after, .woocommerce.single-product .product .summary .cart .single_add_to_cart_button:hover::after, .woocommerce .sidebar .wp-block-search__button:hover::after, .woocommerce .sidebar .wc-block-product-filters .wp-block-button__link:hover::after,
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filters__apply:hover::after, .woocommerce .sidebar .wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link:hover::after, .woocommerce ul.products .product .add_to_cart_button:hover::after, .woocommerce .hero-store__button:hover::after, .woocommerce .woocommerce-Button:hover::after,
.woocommerce .woocommerce-button:hover::after,
.woocommerce button[type=submit]:hover::after,
.woocommerce-page .woocommerce-Button:hover::after,
.woocommerce-page .woocommerce-button:hover::after,
.woocommerce-page button[type=submit]:hover::after, .woocommerce .wc-block-components-button:hover::after,
.woocommerce .wp-element-button:hover::after,
.woocommerce .wc-block-components-checkout-place-order-button:hover::after,
.woocommerce-page .wc-block-components-button:hover::after,
.woocommerce-page .wp-element-button:hover::after,
.woocommerce-page .wc-block-components-checkout-place-order-button:hover::after, .woocommerce .woocommerce-message .button:hover::after,
.woocommerce-page .woocommerce-message .button:hover::after, .woocommerce .woocommerce-error .button:hover::after,
.woocommerce-page .woocommerce-error .button:hover::after, .intro__content-link:hover::after, .blog__recent-posts--main-text .btn-primary:hover::after, .location-info__whatsapp:hover::after, .location-info__cta:hover::after, .home .rdv-hero--studio .btn--primary:hover::after, .home .rdv-hero--learn .btn--primary:hover::after, .home .rdv-hero--studio .rdv-hero--learn .btn--primary:hover::after, .home .rdv-hero--learn .rdv-hero--studio .btn--primary:hover::after, .home .rdv-hero--shop .btn--primary:hover::after, .home .rdv-hero--patisserie .btn--primary:hover::after, .home .rdv-hero--studio .rdv-hero--shop .btn--primary:hover::after, .home .rdv-hero--shop .rdv-hero--studio .btn--primary:hover::after, .home .rdv-hero--studio .rdv-hero--patisserie .btn--primary:hover::after, .home .rdv-hero--patisserie .rdv-hero--studio .btn--primary:hover::after, .home .rdv-hero--learn .rdv-hero--shop .btn--primary:hover::after, .home .rdv-hero--shop .rdv-hero--learn .btn--primary:hover::after, .home .rdv-hero--learn .rdv-hero--patisserie .btn--primary:hover::after, .home .rdv-hero--patisserie .rdv-hero--learn .btn--primary:hover::after, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--shop .btn--primary:hover::after, .home .rdv-hero--shop .rdv-hero--studio .rdv-hero--learn .btn--primary:hover::after, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--patisserie .btn--primary:hover::after, .home .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--learn .btn--primary:hover::after, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--shop .btn--primary:hover::after, .home .rdv-hero--shop .rdv-hero--learn .rdv-hero--studio .btn--primary:hover::after, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--patisserie .btn--primary:hover::after, .home .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--studio .btn--primary:hover::after, .home .rdv-hero--shop .rdv-hero--patisserie .btn--primary:hover::after, .home .rdv-hero--patisserie .rdv-hero--shop .btn--primary:hover::after, .home .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--studio .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--studio .btn--primary:hover::after, .home .rdv-hero--learn .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--learn .btn--primary:hover::after, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--learn .btn--primary:hover::after, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--studio .btn--primary:hover::after, .home .rdv-hero--shop .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--shop .btn--primary:hover::after, .home .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--patisserie .btn--primary:hover::after, .home .rdv-hero--studio .rdv-hero--shop .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--shop .btn--primary:hover::after, .home .rdv-hero--shop .rdv-hero--studio .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--studio .btn--primary:hover::after, .home .rdv-hero--studio .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--patisserie .btn--primary:hover::after, .home .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--studio .btn--primary:hover::after, .home .rdv-hero--learn .rdv-hero--shop .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--shop .btn--primary:hover::after, .home .rdv-hero--shop .rdv-hero--learn .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--learn .btn--primary:hover::after, .home .rdv-hero--learn .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--patisserie .btn--primary:hover::after, .home .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--learn .btn--primary:hover::after, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--shop .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--learn .rdv-hero--shop .btn--primary:hover::after, .home .rdv-hero--shop .rdv-hero--studio .rdv-hero--learn .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--studio .rdv-hero--learn .btn--primary:hover::after, .home .rdv-hero--studio .rdv-hero--learn .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--studio .rdv-hero--learn .rdv-hero--patisserie .btn--primary:hover::after, .home .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--learn .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--studio .rdv-hero--learn .btn--primary:hover::after, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--shop .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--studio .rdv-hero--shop .btn--primary:hover::after, .home .rdv-hero--shop .rdv-hero--learn .rdv-hero--studio .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--learn .rdv-hero--studio .btn--primary:hover::after, .home .rdv-hero--learn .rdv-hero--studio .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--learn .rdv-hero--studio .rdv-hero--patisserie .btn--primary:hover::after, .home .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--studio .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--learn .rdv-hero--studio .btn--primary:hover::after, .home .rdv-hero--shop .rdv-hero--patisserie .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--shop .rdv-hero--patisserie .btn--primary:hover::after, .home .rdv-hero--patisserie .rdv-hero--shop .rdv-hero--blog .btn--primary:hover::after, .home .rdv-hero--blog .rdv-hero--patisserie .rdv-hero--shop .btn--primary:hover::after, .featured-products .add_to_cart_button:hover::after, .featured-box--secondary .featured-box__item--cta:hover::after, .featured-box--terciary .featured-box__item--cta:hover::after {
  background-color: #FFC1D0;
}
.btn--link, .comments__list .comment-reply-link, .comments-navigation .nav-links a, .comments .comment-form a {
  color: #FF83A1;
  text-align: left;
  border-bottom: 2px solid #FF83A1;
}
.btn--link:hover:not(.btn--disabled), .comments__list .comment-reply-link:hover:not(.btn--disabled), .comments-navigation .nav-links a:hover:not(.btn--disabled), .comments .comment-form a:hover:not(.btn--disabled) {
  color: adjust(#FF83A1, lightness, 15%);
}
.btn--link span, .comments__list .comment-reply-link span, .comments-navigation .nav-links a span, .comments .comment-form a span {
  margin: 0;
}
.btn--teal, .home .rdv-hero--studio .btn--primary, .featured-box--secondary .featured-box__item--cta {
  background-color: #1CC7CF;
  color: adjust(#1CC7CF, lightness, -30%);
}
.btn--teal::before, .home .rdv-hero--studio .btn--primary::before, .featured-box--secondary .featured-box__item--cta::before, .btn--teal::after, .home .rdv-hero--studio .btn--primary::after, .featured-box--secondary .featured-box__item--cta::after {
  background-color: #1CC7CF;
}
.btn--teal:hover, .home .rdv-hero--studio .btn--primary:hover, .featured-box--secondary .featured-box__item--cta:hover {
  background-color: #C6F1F3;
  color: #1CC7CF;
}
.btn--teal:hover::before, .home .rdv-hero--studio .btn--primary:hover::before, .featured-box--secondary .featured-box__item--cta:hover::before, .btn--teal:hover::after, .home .rdv-hero--studio .btn--primary:hover::after, .featured-box--secondary .featured-box__item--cta:hover::after {
  background-color: #C6F1F3;
}
.btn--orchid, .home .rdv-hero--learn .btn--primary, .featured-box--terciary .featured-box__item--cta, .comments .submit {
  background-color: #9B59B6;
  color: adjust(#9B59B6, lightness, -30%);
}
.btn--orchid::before, .home .rdv-hero--learn .btn--primary::before, .featured-box--terciary .featured-box__item--cta::before, .comments .submit::before, .btn--orchid::after, .home .rdv-hero--learn .btn--primary::after, .featured-box--terciary .featured-box__item--cta::after, .comments .submit::after {
  background-color: #9B59B6;
}
.btn--orchid:hover, .home .rdv-hero--learn .btn--primary:hover, .featured-box--terciary .featured-box__item--cta:hover, .comments .submit:hover {
  background-color: #E6D5ED;
  color: #9B59B6;
}
.btn--orchid:hover::before, .home .rdv-hero--learn .btn--primary:hover::before, .featured-box--terciary .featured-box__item--cta:hover::before, .comments .submit:hover::before, .btn--orchid:hover::after, .home .rdv-hero--learn .btn--primary:hover::after, .featured-box--terciary .featured-box__item--cta:hover::after, .comments .submit:hover::after {
  background-color: #E6D5ED;
}
.btn--lemon, .home .rdv-hero--blog .btn--primary {
  background-color: #FCE480;
  color: adjust(#FCE480, lightness, -30%);
}
.btn--lemon::before, .home .rdv-hero--blog .btn--primary::before, .btn--lemon::after, .home .rdv-hero--blog .btn--primary::after {
  background-color: #FCE480;
}
.btn--lemon:hover, .home .rdv-hero--blog .btn--primary:hover {
  background-color: #FEF8DF;
  color: adjust(#FCE480, lightness, 30%);
}
.btn--lemon:hover::before, .home .rdv-hero--blog .btn--primary:hover::before, .btn--lemon:hover::after, .home .rdv-hero--blog .btn--primary:hover::after {
  background-color: #FEF8DF;
}

.wp-block-search__button {
  padding: 10px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF83A1;
  color: #FFFFFD;
}
.wp-block-search__button:hover {
  background-color: #FFC1D0;
}

.comments {
  max-width: 1200px;
}
.comments__title {
  color: #CDACDB;
}
.comments__list {
  list-style-type: none;
}
.comments__list .comment {
  padding: 20px;
  border-bottom: 2px solid #f5EEf8;
  box-shadow: 0px 3px 8px 0px #f0f0f1;
  margin: 20px;
}
.comments__list .comment__body {
  display: flex;
}
.comments__list .comment__header {
  display: flex;
  margin-right: 20px;
}
.comments__list .comment__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.comments__list .comment__meta {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E6D5ED;
  position: relative;
}
.comments__list .comment-edit-link {
  position: absolute;
  top: 0;
  right: 10px;
}
.comments__list .comment__author-name {
  font-weight: 600;
}
.comments__list .comment__date {
  font-size: 14px;
}
.comments__list .children {
  margin-left: 30px;
  list-style-type: none;
}
.comments-navigation {
  margin-bottom: 40px;
}
.comments .comment-form p,
.comments .comment-form textarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.comments .required-field-message {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
.comments .comment-form-comment {
  display: flex;
  flex-direction: column;
}
.comments .comment-form-comment textarea {
  border: 1px solid #9B59B6;
  padding: 5px;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.comments .comment-form-comment textarea:focus-visible {
  background-color: #F5EEF8;
  outline: 2px solid #E6D5ED;
}
.comments .submit {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.comments .submit:hover {
  cursor: pointer;
}
.comments .comment-form-author,
.comments .comment-form-email,
.comments .comment-form-url {
  display: flex;
  align-items: center;
}
.comments .comment-form-author input,
.comments .comment-form-email input,
.comments .comment-form-url input {
  margin: 0;
  padding: 0 20px;
  margin: 0 20px 20px 10px;
}
.comments .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.comments .comment-form-cookies-consent label {
  font-size: 14px;
}
.comments .comment-form-cookies-consent input {
  margin-bottom: 0;
  margin-right: 15px;
}

.featured-box {
  width: 100%;
  margin: 80px 0;
}
.featured-box--reverse > .wp-block-group__inner-container {
  height: 100%;
}
@media (min-width: 768px) {
  .featured-box--reverse > .wp-block-group__inner-container {
    grid-template-columns: 1fr 1fr;
  }
}
.featured-box--reverse > .wp-block-group__inner-container .featured-box__item--image {
  order: 2;
}
.featured-box--reverse > .wp-block-group__inner-container .featured-box .featured-box__item--content {
  order: 1;
}
.featured-box__item {
  margin-bottom: 0;
}
.featured-box__item .wp-block-group__inner-container {
  height: 100%;
}
@media (min-width: 768px) {
  .featured-box__item > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.featured-box__item--image.wp-block-group .wp-block-group__inner-container, .featured-box__item--image.is-layout-flex .wp-block-group__inner-container {
  height: 100%;
}
.featured-box__item--image picture,
.featured-box__item--image figure,
.featured-box__item--image .wp-block-image {
  height: 100%;
  margin: 0;
}
.featured-box__item--image img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .featured-box__item--image img {
    aspect-ratio: 375/210;
  }
}
@media (min-width: 1024px) {
  .featured-box__item--image img {
    aspect-ratio: 16/9;
  }
}
.featured-box__item--content {
  padding: 10px;
}
@media (min-width: 768px) {
  .featured-box__item--content {
    aspect-ratio: 375/210;
  }
}
@media (min-width: 768px) {
  .featured-box__item--content {
    aspect-ratio: unset;
  }
}
.featured-box__item--content-wrapper {
  border: 1px solid #FFFFFD;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5vw;
}
.featured-box__item--content-wrapper.wp-block-group {
  display: flex;
}
.featured-box__item--title {
  font-family: "Fraunces", serif;
  color: #FF83A1;
  text-transform: capitalize;
  margin-bottom: 15px;
  text-align: center;
}
.featured-box__item--description {
  text-align: center;
  max-width: 480px;
}
.featured-box__item--description:last-of-type {
  margin-bottom: 20px;
}
.featured-box__item--cta-wrapper {
  margin-top: 10px;
  text-align: center;
}
.featured-box__item--cta-wrapper a {
  display: inline-block;
}
.featured-box--secondary {
  background-color: #E8F9FA;
}
.featured-box--secondary.featured-box__item,
.featured-box--secondary .featured-box__item {
  background-color: #E8F9FA;
}
.featured-box--secondary .featured-box__item--title {
  color: #1CC7CF;
}
.featured-box--terciary {
  background-color: #F5EEF8;
}
.featured-box--terciary.featured-box__item,
.featured-box--terciary .featured-box__item {
  background-color: #F5EEF8;
}
.featured-box--terciary .featured-box__item--title {
  color: #9B59B6;
}
.featured-products__title {
  font-family: "Fraunces", serif;
  text-align: center;
  margin-bottom: 30px;
}
.featured-products__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .featured-products__list {
    flex-direction: row;
    justify-content: center;
  }
}
.featured-products__product {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.featured-products__product a {
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
}
.featured-products__product a .onsale {
  position: absolute;
  top: 0;
  background-color: #FF83A1;
  border-radius: 50%;
  padding: 5px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  margin: 10px;
}
.featured-products__product a img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.featured-products__product a {
  /*     .woocommerce-loop-product__title {
          @extend .h5;
          padding: 0 20px;
          text-align: center;
          line-height: 1.2;
          text-shadow: $text-shadow;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          color: $color-white;
          text-transform: uppercase;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
      } */
  /*    .price {
         display: flex;
         flex-direction: column;
         align-items: center;
         position: absolute;
         top: 55%;
         left: 50%;
         transform: translateX(-50%);
         background-color: $color-white;
         border-radius: 30px;
         color: $color-black;
         font-weight: 600;

         .woocommerce-Price-amount {
           color: $color-black;
         }
         padding: 10px;

         .amount {
             font-weight: 400;
         }
     } */
}
.featured-products__product .button {
  display: block;
  margin-top: 10px;
}
.featured-products .add_to_cart_button {
  margin-top: auto;
}

.home .rdv-hero {
  width: 100%;
  height: calc(100vh - 62px);
  position: relative;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .home .rdv-hero {
    height: calc(100vh - 62px);
  }
}
.home .rdv-hero.swiper {
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.home .rdv-hero.swiper.is-ready {
  visibility: visible;
  opacity: 1;
}
.home .rdv-hero__slider-navigation {
  position: absolute;
  height: 30px;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 2;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .home .rdv-hero__slider-navigation {
    margin-top: 370px;
  }
}
.home .rdv-hero__slider-navigation-wrapper {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .home .rdv-hero__slider-navigation-wrapper {
    margin: unset;
    left: 5vw;
  }
}
.home .rdv-hero__slider-navigation-wrapper .inner-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 40%;
}
@media (min-width: 768px) {
  .home .rdv-hero__slider-navigation-wrapper .inner-wrapper {
    position: relative;
  }
}
.home .rdv-hero__slider-navigation .swiper-button-prev,
.home .rdv-hero__slider-navigation .swiper-button-next {
  border: 0;
  background: #3D393D;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: unset;
  display: none;
  margin-top: unset;
}
@media (min-width: 768px) {
  .home .rdv-hero__slider-navigation .swiper-button-prev,
  .home .rdv-hero__slider-navigation .swiper-button-next {
    display: flex;
  }
}
.home .rdv-hero__slider-navigation .swiper-button-prev:hover,
.home .rdv-hero__slider-navigation .swiper-button-next:hover {
  background-color: #ECEBEC;
}
.home .rdv-hero__slider-navigation .swiper-button-prev .swiper-navigation-icon,
.home .rdv-hero__slider-navigation .swiper-button-next .swiper-navigation-icon {
  width: 15px;
  height: 15px;
}
.home .rdv-hero__slider-navigation .swiper-button-prev .swiper-navigation-icon path,
.home .rdv-hero__slider-navigation .swiper-button-next .swiper-navigation-icon path {
  fill: #ECEBEC;
}
.home .rdv-hero__slider-navigation .swiper-pagination {
  height: 30px;
}
@media (min-width: 1024px) {
  .home .rdv-hero__slider-navigation .swiper-pagination {
    position: unset;
    max-width: fit-content;
  }
}
.home .rdv-hero__slider-navigation .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #3D393D;
  opacity: 0.9;
}
.home .rdv-hero__slider-navigation .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #FFFFFD;
}
.home .rdv-hero__slide {
  display: flex;
}
.home .rdv-hero__picture {
  height: 100%;
}
.home .rdv-hero__picture img {
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  object-position: center;
}
.home .rdv-hero__overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .home .rdv-hero__overlay {
    left: 5vw;
    right: unset;
  }
}
.home .rdv-hero__content-wrapper {
  height: 550px;
  width: 100vw;
  max-width: 530px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.home .rdv-hero__shape {
  width: 100%;
  height: 100%;
}
.home .rdv-hero__shape .shape {
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .home .rdv-hero__shape .shape {
    width: 100%;
  }
}
.home .rdv-hero__content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 70%;
  text-align: center;
  z-index: 2;
  padding: 10px;
  gap: 30px;
}
.home .rdv-hero__content--title {
  margin-bottom: 0;
  line-height: 1;
  text-shadow: 1px 1px 1px #9E9C9E;
}
.home .rdv-hero__content--text {
  display: none;
  text-shadow: 1px 1px 1px #9E9C9E;
}
@media (min-width: 1024px) {
  .home .rdv-hero__content--text {
    display: block;
  }
}
.home .rdv-hero--studio {
  color: #FFFFFD;
}
.home .rdv-hero--studio .shape {
  fill: #1CC7CF;
}
.home .rdv-hero--learn {
  color: #FFFFFD;
}
.home .rdv-hero--learn .shape {
  fill: #9B59B6;
}
.home .rdv-hero--shop, .home .rdv-hero--patisserie {
  color: #FFFFFD;
}
.home .rdv-hero--shop .shape, .home .rdv-hero--patisserie .shape {
  fill: #FFC1D0;
}
.home .rdv-hero--blog {
  color: #FFFFFD;
}
.home .rdv-hero--blog .shape {
  fill: #FCE480;
}
.location {
  padding: 30px;
  background: #FFE0E7;
  position: relative;
  margin-top: 100px;
}
.location::before {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100%;
  content: " ";
  background: radial-gradient(circle at 50% 50%, #FFE0E7 45%, #FFFFFD 46%, #FFFFFD 60%);
  background-color: #FFE0E7;
  background-size: 50px 100px;
  height: 50px;
  background-repeat: repeat-x;
}
.location::after {
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 100%;
  content: " ";
  background: radial-gradient(circle at 50% 0%, #FFE0E7 25%, #FFFFFD 26%, #FFFFFD 40%);
  background-color: #FFE0E7;
  background-size: 50px 100px;
  height: 50px;
  background-repeat: repeat-x;
}
.location {
  padding: 0;
  margin-bottom: 80px;
}

.location-info {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .location-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
.location-info__image {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.location-info__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.location-info__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 30px;
}
.location-info__title {
  font-family: "Fraunces", serif;
  color: #FF83A1;
  margin-bottom: 15px;
}
.location-info__cta--wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.location-info__whatsapp .icon {
  fill: #FFFFFD;
}
.newsletter {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-direction: column;
  padding-top: 80px;
}
@media (min-width: 960px) {
  .newsletter {
    gap: 100px;
    flex-direction: row;
  }
}
.newsletter__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsletter__title {
  margin-bottom: 20px;
}
.newsletter__form {
  width: 90%;
}
@media (min-width: 960px) {
  .newsletter__form {
    width: 60%;
  }
}
.newsletter__form form {
  height: 100%;
}
.newsletter__form--clear {
  font-size: 14px;
}
.newsletter__form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}
.newsletter__form--field-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.newsletter__form--submit {
  display: flex;
  justify-content: center;
}
@media (min-width: 960px) {
  .newsletter__form--submit {
    justify-content: flex-end;
    margin-top: auto;
  }
}
.newsletter__form input[type=submit] {
  font-style: normal;
}
.newsletter__form input[type=text],
.newsletter__form input[type=email] {
  height: 44px;
  padding: 20px 0;
  border: none;
  border-bottom: 1px solid #FF83A1;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-style: normal;
}
.newsletter__form label {
  font-size: 20px;
  display: none;
}

.pagination {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
.pagination .nav-links {
  font-size: 22px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (min-width: ) {
  .pagination .nav-links {
    gap: 30px;
  }
}
.pagination .page-numbers {
  padding: 5px 20px;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: max-content;
}
.pagination .page-numbers.prev .icon, .pagination .page-numbers.next .icon {
  width: 45px;
  height: 45px;
  fill: #9B59B6;
}
.pagination .page-numbers.prev .icon:hover, .pagination .page-numbers.next .icon:hover {
  fill: #CDACDB;
}
.pagination .page-numbers.current {
  background-color: #E6D5ED;
}

.portfolio-contact {
  background: linear-gradient(0deg, #E8F9FA 0%, #fff 100%);
  padding: 4rem 2rem;
  margin: 6rem 0 2rem;
  position: relative;
  overflow: hidden;
}
.portfolio-contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(28, 199, 207, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  transform: translate(30%, -30%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .portfolio-contact {
    padding: 5rem 4rem;
  }
}
@media (min-width: 1024px) {
  .portfolio-contact {
    padding: 6rem 5rem;
  }
}
.portfolio-contact__wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.portfolio-contact__content {
  text-align: center;
  margin-bottom: 3rem;
}
.portfolio-contact__title {
  font-size: 2rem;
  font-weight: 700;
  color: #3d3d3d;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .portfolio-contact__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .portfolio-contact__title {
    font-size: 3rem;
  }
}
.portfolio-contact__subtitle {
  font-size: 1.25rem;
  color: #3d3d3d;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.portfolio-contact__description {
  font-size: 1rem;
  color: #3D393D;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .portfolio-contact__description {
    font-size: 1.125rem;
  }
}
.portfolio-contact__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .portfolio-contact__actions {
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
  }
}
.portfolio-contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .portfolio-contact__btn {
    padding: 1.125rem 2.5rem;
    font-size: 1.125rem;
  }
}
.portfolio-contact__btn--primary {
  background-color: #1CC7CF;
  color: #fff;
}
.portfolio-contact__btn--primary:hover {
  background-color: rgb(21.9234042553, 155.8127659574, 162.0765957447);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(28, 199, 207, 0.3);
}
.portfolio-contact__btn--primary:active {
  transform: translateY(0);
}
.portfolio-contact__btn--secondary {
  background-color: transparent;
  color: #1CC7CF;
  border-color: #1CC7CF;
}
.portfolio-contact__btn--secondary:hover {
  background-color: #1CC7CF;
  color: #fff;
  transform: translateY(-2px);
}
.portfolio-contact__btn--secondary:active {
  transform: translateY(0);
}
.portfolio-contact__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.portfolio-contact__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .portfolio-contact__info {
    flex-direction: row;
    justify-content: center;
    gap: 3rem;
  }
}
.portfolio-contact__info-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: center;
  color: #666;
  font-size: 0.9375rem;
}
@media (min-width: 768px) {
  .portfolio-contact__info-item {
    font-size: 1rem;
  }
}
.portfolio-contact__info-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.portfolio-contact__info-item a:hover {
  color: #1CC7CF;
}
.portfolio-contact__info-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #1CC7CF;
}

.portfolio-contact--card {
  background: #fff;
  border: 1px solid #e5e5e5;
}
.portfolio-contact--card::before {
  background: radial-gradient(circle, rgba(28, 199, 207, 0.05) 0%, transparent 70%);
}

.portfolio-contact--dark {
  background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  color: #fff;
}
.portfolio-contact--dark .portfolio-contact__title {
  color: #fff;
}
.portfolio-contact--dark .portfolio-contact__subtitle {
  color: rgb(57.6893617021, 220.685106383, 228.3106382979);
}
.portfolio-contact--dark .portfolio-contact__description {
  color: #ccc;
}
.portfolio-contact--dark .portfolio-contact__info {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.portfolio-contact--dark .portfolio-contact__info-item {
  color: #aaa;
}
.portfolio-contact--dark .portfolio-contact__info-item a:hover {
  color: rgb(57.6893617021, 220.685106383, 228.3106382979);
}

.post-interaction {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .post-interaction {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .post-interaction {
    flex-direction: column;
    align-items: center;
  }
}
.post-interaction__like-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFF3F6;
  fill: #FF3264;
  border: none;
}
@media (min-width: 768px) {
  .post-interaction__like-button {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .post-interaction__like-button {
    order: 1;
  }
}
.post-interaction__like-button:hover {
  fill: #FFFFFD;
  background-color: #FF83A1;
  cursor: pointer;
}
.post-interaction__like-count {
  font-size: 12px;
  padding-top: 3px;
  font-weight: 600;
  color: #3D393D;
}
.post-interaction__share {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  .post-interaction__share {
    flex-direction: column;
    order: 2;
  }
}
.post-interaction__share-title {
  font-weight: 700;
  display: none;
}
@media (min-width: 1024px) {
  .post-interaction__share-title {
    display: inline-block;
  }
}
.post-interaction__share-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F5EEF8;
}
.post-interaction__share-link:hover {
  background-color: #E6D5ED;
}
.post-interaction__share-link .icon {
  fill: #9B59B6;
}

.slider--hero-card {
  margin-top: 30px;
}
.slider--hero-card__title {
  font-family: "Fraunces", serif;
}
.slider--hero-card__text {
  margin-bottom: 30px;
}
.slider--hero-card__date {
  font-size: 0.8rem;
}
.slider--hero-card__date-link {
  font-weight: 600;
}
.slider--hero-card__categories {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 0.8rem;
}
.slider--hero-card__image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3; /* Adjust based on common aspect ratio */
  height: revert-layer;
}
.slider--hero-card__content {
  padding: 20px;
  background-color: #1CC7CF;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .blog__recent-posts--inner {
    max-width: 750px;
  }
}
@media (min-width: 1024px) {
  .blog__recent-posts--inner {
    max-width: 1440px;
  }
}
.blog__recent-posts--intro {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.blog__recent-posts--title {
  text-align: center;
}
.blog__recent-posts--subtitle {
  max-width: 680px;
}
.blog__recent-posts--subtitle.align-center {
  text-align: center;
}
.blog__recent-posts--wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .blog__recent-posts--wrapper {
    flex-direction: row;
  }
}
.blog__recent-posts--main {
  flex: 7;
  display: flex;
  gap: 10px;
  flex-direction: column;
  background-color: #FFF3F6;
}
@media (min-width: 600px) {
  .blog__recent-posts--main {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .blog__recent-posts--main {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .blog__recent-posts--main {
    gap: 20px;
  }
}
.blog__recent-posts--main-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
  padding: 10px;
  gap: 10px;
}
@media (min-width: 600px) {
  .blog__recent-posts--main-text {
    order: initial;
    flex: 5;
  }
}
@media (min-width: 1024px) {
  .blog__recent-posts--main-text {
    padding: 20px;
  }
}
.blog__recent-posts--main-text .label {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FF83A1;
}
@media (min-width: 600px) {
  .blog__recent-posts--main-text p {
    display: none;
  }
}
@media (min-width: 768px) {
  .blog__recent-posts--main-text p {
    display: block;
  }
}
.blog__recent-posts--main-text .btn-primary {
  display: none;
  margin-left: 12px;
}
@media (min-width: 600px) {
  .blog__recent-posts--main-text .btn-primary {
    display: flex;
  }
}
.blog__recent-posts--main-latest {
  text-transform: uppercase;
}
.blog__recent-posts--main-image {
  display: block;
}
@media (min-width: 600px) {
  .blog__recent-posts--main-image {
    flex: 5;
  }
}
@media (min-width: 1024px) {
  .blog__recent-posts--main-image {
    flex-shrink: 0;
    height: 680px;
    width: 500px;
  }
}
.blog__recent-posts--main-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  transition: all 0.5s;
  aspect-ratio: 1/1;
}
.blog__recent-posts--list {
  display: flex;
  flex-direction: row;
  flex: 3;
  gap: 10px;
}
@media (min-width: 768px) {
  .blog__recent-posts--list {
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .blog__recent-posts--list {
    flex-direction: column;
  }
}
.blog__recent-posts--list-item {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 50%;
}
.blog__recent-posts--list-item:last-child {
  display: none;
}
@media (min-width: 600px) {
  .blog__recent-posts--list-item:last-child {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .blog__recent-posts--list-item {
    flex-direction: row;
    width: 100%;
  }
  .blog__recent-posts--list-item:last-child {
    display: flex;
  }
}
.blog__recent-posts--list-item-link {
  flex: 1;
}
@media (min-width: 1024px) {
  .blog__recent-posts--list-item-link {
    width: 161px;
    height: 199px;
  }
}
.blog__recent-posts--list-item-link img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  transition: all 0.5s;
  aspect-ratio: 10/13;
}
.blog__recent-posts--list-item-textbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.blog__recent-posts--list-item-textbox .category {
  text-transform: uppercase;
  font-size: 14px;
  color: #FF83A1;
  margin-bottom: 5px;
}
.blog__recent-posts--list-item-textbox .title {
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .blog__recent-posts--list-item-textbox .title {
    margin-top: 10px;
  }
}
.blog__recent-posts--list-item-textbox .cta {
  display: none;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .blog__recent-posts--list-item-textbox .cta {
    display: block;
    font-weight: 500;
    color: #FF83A1;
  }
}

.testimonials {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .testimonials {
    flex-direction: row;
  }
}
.testimonials::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 4vw;
  width: 182px;
  height: 198px;
  border-radius: 8px;
  background-image: url(../../assets/images/frutillas-planta-1.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonials__background-image {
  display: none;
}
@media (min-width: 1024px) {
  .testimonials__background-image {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 60%;
    justify-content: end;
  }
}
.testimonials__background-image img {
  width: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
.testimonials__wrapper {
  width: 100%;
}
.testimonials__wrapper .swiper {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.testimonials__wrapper .swiper.swiper-initialized {
  opacity: 1;
}
.testimonials__wrapper .swiper-wrapper {
  align-items: stretch;
  transition-timing-function: linear;
}
.testimonials__wrapper .swiper-slide {
  height: auto;
}
@media (min-width: 768px) {
  .testimonials__wrapper .swiper-slide {
    height: auto;
  }
}
.testimonials__wrapper .swiper-pagination {
  position: unset;
  margin-top: 20px;
}
.testimonials__wrapper .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
.testimonials__wrapper .swiper-pagination-bullet-active {
  background-color: #FF83A1;
  height: 15px;
  width: 15px;
}
.testimonials .testimonial__content {
  text-align: center;
  z-index: 1;
  background: #FFFFFD;
  opacity: 0.85;
  padding: 20px;
}
.testimonials .testimonial__rating {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-bottom: 15px;
}
.testimonials .testimonial__rating-icon {
  width: 16px;
  height: 16px;
  fill: #FFC1D0;
}
.testimonials .testimonial__service {
  font-size: 14px;
  color: #FF83A1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.testimonials .testimonial__image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.testimonials .testimonial__item {
  background-size: cover;
  background-position: center;
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .testimonials .testimonial__item {
    padding: 40px 30px;
  }
}
.testimonials .testimonial__item--no-image {
  background-color: #E6D5ED;
}

.testimonial__single {
  padding: 40px 0;
}
.testimonial__single-item {
  width: 100%;
  aspect-ratio: 16/9;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.testimonial__single-content {
  background-color: rgba(255, 255, 253, 0.9);
  width: 75%;
  padding: 2rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.testimonial__single-title {
  margin-bottom: 10px;
}

.page-hero {
  background-color: #FFE0E7;
  text-align: center;
  padding: 10px;
  background: #FFE0E7;
  position: relative;
}
.page-hero::after {
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 100%;
  content: " ";
  background: radial-gradient(circle at 50% 0%, #FFE0E7 25%, rgba(0, 0, 0, 0.1) 26%, #FFFFFD 30%);
  background-color: transparent;
  background-size: 50px 100px;
  height: 50px;
  background-repeat: repeat-x;
}
.page-hero {
  padding: 60px 20px 20px;
}
@media (min-width: 1024px) {
  .page-hero {
    padding: 60px 0 20px;
  }
}
.page-hero__content {
  max-width: 780px;
  margin: 0 auto;
}
.page-hero__title {
  line-height: 1;
  color: #FF83A1;
}
.page-hero__subtitle {
  color: #FF83A1;
}

/* Lightbox component styles (BEM + nesting) */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.lightbox.open {
  display: flex;
}
.lightbox__inner {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox__img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px;
  display: block;
}
.lightbox__close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fff;
  border-radius: 50%;
  border: none;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.lightbox__prev, .lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lightbox__prev {
  left: 12px;
}
.lightbox__next {
  right: 12px;
}

.intro {
  background-color: #FFF3F6;
  padding: 15px;
}
.intro__wrapper {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  border: 1px solid #FF83A1;
}
@media (min-width: 1024px) {
  .intro__wrapper {
    padding: 50px 60px;
    grid-template-columns: 1fr minmax(300px, 400px);
    gap: clamp(40px, 8vw, 150px);
  }
}
.intro__content {
  order: 1;
  gap: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .intro__content {
    order: 0;
  }
}
.intro__content-title {
  color: #FF83A1;
}
.intro__content-social {
  display: flex;
  gap: 15px;
}
.intro__content-social .icon {
  width: 24px;
  height: 24px;
  fill: #FF83A1;
}
.intro__content-social .icon:hover {
  fill: #FFC1D0;
}
.intro__content-link {
  margin-top: 20px;
}
.intro__picture {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro__picture::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -35px;
  width: 182px;
  height: 198px;
  border-radius: 8px;
  background-image: url(../../assets/images/frutillas-planta-1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.intro__picture picture {
  border-radius: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  max-width: 290px;
  position: relative;
  z-index: 2;
}

.page-template-archive .page-title,
.tag .page-title {
  color: #9B59B6;
}
.page-template-archive .search,
.tag .search {
  margin-bottom: 40px;
}
.page-template-archive .search form,
.tag .search form {
  display: flex;
}
.page-template-archive .search-submit,
.tag .search-submit {
  background-color: #F5EEF8;
}
.page-template-archive .search-submit:hover,
.tag .search-submit:hover {
  background-color: #E6D5ED;
}
.page-template-archive .search label,
.tag .search label {
  flex: 1;
}
.page-template-archive .search input,
.tag .search input {
  border-bottom: 1px solid #CDACDB;
  width: 100%;
}
.page-template-archive .search .icon,
.tag .search .icon {
  width: 24px;
  height: 24px;
  fill: #9B59B6;
}
.page-template-archive .search .icon:hover,
.tag .search .icon:hover {
  fill: #CDACDB;
}
.page-template-archive .post-list,
.tag .post-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .page-template-archive .post-list,
  .tag .post-list {
    flex-direction: row;
  }
}
.page-template-archive .post-list-item,
.tag .post-list-item {
  margin-bottom: 20px;
  flex: 0 0 calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
}
.page-template-archive .post-list-item .post-thumbnail,
.tag .post-list-item .post-thumbnail {
  max-height: 240px;
  height: 100vh;
}
.page-template-archive .post-list-item .post-thumbnail img,
.tag .post-list-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-archive .post-list-item .post-title,
.tag .post-list-item .post-title {
  margin-top: 10px;
  line-height: 1.2;
  color: #FF83A1;
}
.page-template-archive .post-tags,
.page-template-archive .post-categories,
.tag .post-tags,
.tag .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}
.page-template-archive .post-tags strong,
.page-template-archive .post-categories strong,
.tag .post-tags strong,
.tag .post-categories strong {
  width: 100%;
}
.page-template-archive .pill,
.tag .pill {
  padding: 3px 5px;
  border-radius: 5px;
  background-color: #F5EEF8;
  border: 1px solid transparent;
}
.page-template-archive .pill:hover,
.tag .pill:hover {
  background-color: #E6D5ED;
  border-color: #CDACDB;
}
.page-template-archive .pagination,
.tag .pagination {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
.page-template-archive .pagination .nav-links,
.tag .pagination .nav-links {
  font-size: 22px;
  display: flex;
  gap: 30px;
  justify-content: center;
}
.page-template-archive .pagination .page-numbers,
.tag .pagination .page-numbers {
  padding: 5px 20px;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-archive .pagination .page-numbers.prev, .page-template-archive .pagination .page-numbers.next,
.tag .pagination .page-numbers.prev,
.tag .pagination .page-numbers.next {
  width: max-content;
}
.page-template-archive .pagination .page-numbers.prev .icon, .page-template-archive .pagination .page-numbers.next .icon,
.tag .pagination .page-numbers.prev .icon,
.tag .pagination .page-numbers.next .icon {
  width: 45px;
  height: 45px;
  fill: #9B59B6;
}
.page-template-archive .pagination .page-numbers.prev .icon:hover, .page-template-archive .pagination .page-numbers.next .icon:hover,
.tag .pagination .page-numbers.prev .icon:hover,
.tag .pagination .page-numbers.next .icon:hover {
  fill: #CDACDB;
}
.page-template-archive .pagination .page-numbers.current,
.tag .pagination .page-numbers.current {
  background-color: #E6D5ED;
}
.page-template-archive .section__wrapper,
.tag .section__wrapper {
  padding: 30px;
  background: #F5EEF8;
  position: relative;
  margin-top: 100px;
}
.page-template-archive .section__wrapper::before,
.tag .section__wrapper::before {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100%;
  content: " ";
  background: radial-gradient(circle at 50% 50%, #F5EEF8 45%, #FFFFFD 46%, #FFFFFD 60%);
  background-color: #F5EEF8;
  background-size: 50px 100px;
  height: 50px;
  background-repeat: repeat-x;
}
.page-template-archive .section__wrapper::after,
.tag .section__wrapper::after {
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 100%;
  content: " ";
  background: radial-gradient(circle at 50% 0%, #F5EEF8 25%, #FFFFFD 26%, #FFFFFD 40%);
  background-color: #F5EEF8;
  background-size: 50px 100px;
  height: 50px;
  background-repeat: repeat-x;
}

.category__header {
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .category__header {
    margin-bottom: 80px;
  }
}
.category__intro {
  background-color: #F5EEF8;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #CDACDB;
  width: 100%;
}
@media (min-width: 768px) {
  .category__intro {
    padding: 40px;
  }
}
.category__title {
  margin-bottom: 0;
  color: #9B59B6;
}
@media (min-width: 768px) {
  .category__title {
    margin-bottom: 5px;
  }
}
.category__image {
  max-height: 360px;
}
.category__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category__posts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .category__posts {
    flex-direction: row;
    gap: 20px;
  }
}
.category__post {
  display: flex;
  flex: 0 0 calc(33.333% - 10px);
  flex-direction: column;
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .category__post {
    flex: 0 0 calc(33.333% - 20px);
    margin-bottom: 10px;
  }
}
.category__post-title {
  margin-bottom: 10px;
  line-height: 1.2;
}
.category__post-excerpt {
  margin-bottom: 15px;
}
.category__post-description .btn--link {
  color: #9B59B6;
  border-bottom: 2px solid #9B59B6;
}
.category__post-description .btn--link:hover:not(.btn--disabled) {
  color: adjust(#9B59B6, lightness, 15%);
}
.category__post-thumbnail {
  max-height: 240px;
  height: 100vh;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .category__post-thumbnail {
    max-height: 240px;
  }
}
@media (min-width: 1024px) {
  .category__post-thumbnail {
    max-height: 360px;
  }
}
.category__post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clases__grid {
  display: grid;
  grid-gap: 40px;
}
@media (min-width: 768px) {
  .clases__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .clases__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.clases__card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.clases__card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.clases__card-image {
  display: inline-block;
  margin-bottom: 20px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.clases__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.clases__card-image:hover img {
  transform: scale(1.2);
  opacity: 0.7;
}
.clases__card-title {
  line-height: 1;
}
.clases__fecha {
  position: absolute;
  padding: 10px;
  background-color: #CDACDB;
  color: #FFFFFD;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  z-index: 1;
}
.clases__card-meta {
  list-style-type: none;
  margin-bottom: 20px;
}
.clases__card-btn {
  align-self: center;
  margin-top: auto;
}
.clases__excerpt {
  border-bottom: 1px solid #D8D7D8;
  margin-bottom: 15px;
}
.clases__excerpt p {
  margin-bottom: 20px;
}

.faq-page__content .wp-block-group__inner-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.faq-page__content .wp-block-details {
  padding: 20px;
}

.home .featured-products {
  margin-bottom: 80px;
}
.home .blog__featured-list {
  padding: 30px;
  background: #FFE0E7;
  position: relative;
  margin-top: 100px;
}
.home .blog__featured-list::before {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100%;
  content: " ";
  background: radial-gradient(circle at 50% 50%, #FFE0E7 45%, #FFFFFD 46%, #FFFFFD 60%);
  background-color: #FFE0E7;
  background-size: 50px 100px;
  height: 50px;
  background-repeat: repeat-x;
}
.home .blog__featured-list::after {
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 100%;
  content: " ";
  background: radial-gradient(circle at 50% 0%, #FFE0E7 25%, #FFFFFD 26%, #FFFFFD 40%);
  background-color: #FFE0E7;
  background-size: 50px 100px;
  height: 50px;
  background-repeat: repeat-x;
}
.home .blog__featured-list {
  padding: 0;
}
.home .blog__featured-list-main {
  max-height: unset;
}
@media (min-width: 1024px) {
  .home .blog__featured-list-main {
    height: 360px;
  }
}
.home .blog__featured-list-title {
  text-align: center;
}
.home .blog__featured-list-post .label {
  position: relative;
}
.home .blog__featured-list-post .inner-post h3 {
  background: transparent;
  position: relative;
}
.home .blog__featured-list-posts .inner-post {
  max-height: unset;
}
@media (min-width: 1024px) {
  .home .blog__featured-list-posts .inner-post {
    height: 300px;
  }
}

.blog__featured {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .blog__featured {
    flex-direction: row;
    justify-content: space-between;
  }
}
.blog__featured-content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog__featured-intro {
  background-color: #F5EEF8;
  padding: 30px;
}
@media (min-width: 1200px) {
  .blog__featured-intro {
    max-width: 400px;
  }
}
.blog__featured-intro h2 {
  color: #9B59B6;
  margin-bottom: 15px;
  line-height: 1.2;
}
.blog__featured-intro p:last-of-type {
  margin-bottom: 35px;
}
.blog__featured-wrapper {
  gap: 20px;
}
@media (min-width: 1200px) {
  .blog__featured-wrapper {
    flex-direction: row;
  }
}
.blog__featured-image {
  height: 300px;
}
@media (min-width: 1200px) {
  .blog__featured-image {
    height: 100%;
    position: relative;
  }
}
.blog__featured-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog__featured-label {
  font-weight: 700;
  color: #CDACDB;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  width: 80%;
  background-color: rgba(255, 255, 253, 0.85);
  padding: 15px 10px;
  font-family: "Fraunces", serif;
  font-size: 22px;
  line-height: 1;
}
.blog__featured-category {
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: #FFFFFD;
  color: #9B59B6;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.blog__categories-list {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog__categories-list {
    flex-direction: row;
    justify-content: center;
  }
}
.blog__category-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
  background-color: #F5EEF8;
  padding: 8px 15px;
}
.blog__category-item .icon {
  display: inline-block;
  position: absolute;
  right: 8px;
}
.blog__category-item[open] .icon {
  transform: rotate(180deg);
}
.blog__category-summary {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
.blog__category-summary::-webkit-details-marker {
  display: none;
}
.blog__category-summary-title {
  margin-bottom: 0;
}
.blog__category-summary-title:hover {
  cursor: pointer;
}
.blog__categories {
  margin-bottom: 80px;
}
.blog__categories-title {
  text-align: center;
  color: #9B59B6;
  margin-bottom: 20px;
}
.blog__categories-subcategories {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-type: none;
  position: absolute;
  background: #FFFFFD;
  border: 1px solid #E6D5ED;
  padding: 5px 15px;
  margin-top: 8px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.blog__categories-subcategories-all {
  font-weight: 600;
}
.blog__featured-list {
  margin-bottom: 80px;
}
.blog__featured-list-title {
  color: #9B59B6;
}
.blog__featured-list-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 1024px) {
  .blog__featured-list-wrapper {
    flex-direction: row;
  }
}
.blog__featured-list-main {
  display: flex;
  flex: 1;
  background-color: #FFF3F6;
  max-height: 360px;
}
@media (min-width: 1024px) {
  .blog__featured-list-main {
    max-height: 580px;
    max-width: 60%;
  }
}
.blog__featured-list-main a {
  display: block;
  height: 100%;
}
@media (min-width: 1024px) {
  .blog__featured-list-main a {
    width: 100%;
    max-height: 360px;
  }
}
.blog__featured-list-main a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .blog__featured-list-main a img {
    position: absolute;
  }
}
.blog__featured-list-posts {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog__featured-list-posts {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .blog__featured-list-posts {
    flex-direction: column;
    max-width: 40%;
  }
}
.blog__featured-list-post {
  position: relative;
  flex: 1;
}
.blog__featured-list-post .label {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 253, 0.85);
  padding: 8px 15px;
  font-weight: 700;
}
.blog__featured-list-post .inner-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  position: relative;
  max-height: 300px;
  height: 100%;
}
@media (min-width: 1024px) {
  .blog__featured-list-post .inner-post {
    display: grid;
    grid-template-columns: 180px 1fr;
    max-height: unset;
  }
}
.blog__featured-list-post .inner-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 300px;
}
@media (min-width: 1024px) {
  .blog__featured-list-post .inner-post img {
    width: 180px;
    height: 180px;
    max-height: unset;
  }
}
.blog__featured-list-post .inner-post h3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px;
  background: white;
}
@media (min-width: 1024px) {
  .blog__featured-list-post .inner-post h3 {
    position: unset;
  }
}
.blog__tips {
  margin-bottom: 80px;
}
.blog__tips-header {
  margin-bottom: 25px;
}
.blog__tips-header-title {
  margin-bottom: 5px;
  color: #9B59B6;
}
.blog__tips-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog__tips-post {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .blog__tips-post {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1024px) {
  .blog__tips-post {
    flex: 1;
  }
}
.blog__tips-post .image {
  height: 100%;
  margin-bottom: 15px;
}
.blog__tips-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 360px;
}
.blog__tips-post .title {
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
}
.blog__posts-header-title {
  color: #9B59B6;
  margin-bottom: 20px;
}
.blog__posts-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .blog__posts-list {
    gap: 20px;
    flex-direction: row;
  }
}
.blog__post {
  flex: 0 0 calc(50% - 10px);
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .blog__post {
    flex: 0 0 calc(25% - 20px);
  }
}
.blog__post-title {
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
}
.blog__post-thumbnail {
  margin-bottom: 10px;
}
.blog__post-thumbnail img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  max-height: 360px;
}
.blog .pagination {
  margin: 50px 0;
}
.blog .pagination .page-numbers.prev, .blog .pagination .page-numbers.next {
  width: max-content;
}
.blog .pagination .page-numbers.prev .icon, .blog .pagination .page-numbers.next .icon {
  width: 45px;
  height: 45px;
  fill: #9B59B6;
}
.blog .pagination .page-numbers.prev .icon:hover, .blog .pagination .page-numbers.next .icon:hover {
  fill: #CDACDB;
}
.blog .pagination .page-numbers.current {
  background-color: #E6D5ED;
}
.blog .section__wrapper {
  padding: 30px;
  background: #F5EEF8;
  position: relative;
  margin-top: 100px;
}
.blog .section__wrapper::before {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100%;
  content: " ";
  background: radial-gradient(circle at 50% 50%, #F5EEF8 45%, #FFFFFD 46%, #FFFFFD 60%);
  background-color: #F5EEF8;
  background-size: 50px 100px;
  height: 50px;
  background-repeat: repeat-x;
}
.blog .section__wrapper::after {
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 100%;
  content: " ";
  background: radial-gradient(circle at 50% 0%, #F5EEF8 25%, #FFFFFD 26%, #FFFFFD 40%);
  background-color: #F5EEF8;
  background-size: 50px 100px;
  height: 50px;
  background-repeat: repeat-x;
}
.blog .section__wrapper .newsletter__title {
  color: #9B59B6;
  margin-bottom: 20px;
}
.blog .section__wrapper .newsletter__form input {
  background-color: #F5EEF8;
  border-bottom: 1px solid #CDACDB;
}
.blog .section__wrapper .newsletter__form input[type=submit] {
  background-color: #9B59B6;
}
.blog .section__wrapper .newsletter__form input[type=submit]:hover {
  background-color: #CDACDB;
}
.blog .search {
  margin-bottom: 40px;
}
.blog .search form {
  display: flex;
}
.blog .search-submit {
  background-color: #F5EEF8;
}
.blog .search-submit:hover {
  background-color: #E6D5ED;
}
.blog .search label {
  flex: 1;
}
.blog .search input {
  border-bottom: 1px solid #CDACDB;
  width: 100%;
}
.blog .search .icon {
  width: 24px;
  height: 24px;
  fill: #9B59B6;
}
.blog .search .icon:hover {
  fill: #CDACDB;
}
.blog .featured__category {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .blog .featured__category {
    flex-direction: row;
  }
}
.blog .featured__category-intro {
  flex: 1;
  background-color: #F5EEF8;
  display: flex;
  align-items: center;
}
.blog .featured__category-intro-title {
  color: #9B59B6;
  margin-bottom: 10px;
}
.blog .featured__category-intro-text {
  margin-bottom: 20px;
}
.blog .featured__category-intro-content {
  padding: 30px 15%;
  text-align: center;
}
.blog .featured__category-thumb {
  flex: 1;
}
.blog .featured__category-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .featured__category-posts-list {
  flex: 1;
  border-top: 1px solid #E6D5ED;
  border-right: 1px solid #E6D5ED;
  border-bottom: 1px solid #E6D5ED;
  border-left: 1px solid #E6D5ED;
}
@media (min-width: 1024px) {
  .blog .featured__category-posts-list {
    border-left: none;
    padding: 0 30px;
  }
}
.blog .featured__category-posts-list ul {
  list-style: none;
  margin: 0;
  counter-reset: post-item;
  gap: 25px;
  display: flex;
  flex-direction: column;
  padding: 30px 10px;
}
.blog .featured__category-posts-list ul li {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  padding-left: 60px;
}
.blog .featured__category-posts-list ul li a {
  color: #9B59B6;
  text-decoration: none;
}
.blog .featured__category-posts-list ul li a:hover {
  text-decoration: underline;
}
.blog .featured__category-posts-list ul li h3 {
  margin-bottom: 0;
}
.blog .featured__category-posts-list ul li::before {
  content: counter(post-item);
  counter-increment: post-item;
  margin-right: 10px;
  color: #9B59B6;
  background-color: #F5EEF8;
  border-radius: 50%;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Fraunces", serif;
}
.blog.paged .blog__featured,
.blog.paged .blog__featured-list,
.blog.paged .blog__tips,
.blog.paged .featured__category {
  display: none;
}

.portfolio__title {
  font-family: "Fraunces", serif;
  text-align: center;
  color: #1CC7CF;
  margin-bottom: 30px;
}
.portfolio .portfolio-grid {
  max-width: 1440px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.portfolio .portfolio-grid.is-ready {
  opacity: 1;
}
.portfolio .portfolio-grid .grid-sizer, .portfolio .portfolio-grid__item {
  width: 100%;
}
@media (min-width: 768px) {
  .portfolio .portfolio-grid .grid-sizer, .portfolio .portfolio-grid__item {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .portfolio .portfolio-grid .grid-sizer, .portfolio .portfolio-grid__item {
    width: calc(33% - 5px);
  }
}
.portfolio .portfolio-grid__item {
  margin-bottom: 10px;
}
.portfolio .portfolio-grid__item--title {
  color: #FF83A1;
}
.portfolio .portfolio-grid__item--link {
  position: relative;
  display: block;
}
.portfolio .portfolio-grid__item--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFD;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: all 0.2s ease-in-out;
  background-color: rgba(255, 243, 246, 0.5);
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all 0.2s ease-in-out;
}
.portfolio .portfolio-grid__item--overlay:hover {
  opacity: 1;
}
.portfolio .portfolio-grid__item--overlay:hover .portfolio-grid__item--details {
  transform: translateY(0);
  opacity: 1;
}
.portfolio .portfolio-grid__item--overlay .portfolio-grid__item--details {
  transform: translateY(20px);
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.portfolio .portfolio-grid__item-image img {
  width: 100%;
}

.single-portfolio__title {
  color: #FF83A1;
  margin-bottom: 30px;
}

.search__post-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.search__post-list-item {
  width: 100%;
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
}
.search__post-list-item p {
  margin-bottom: 0;
}
.search__post-list-item--content {
  padding: 20px;
}
.search__post-list-item--title {
  margin-bottom: 10px;
}
.search__post-list-item .wp-post-image {
  max-width: 200px;
  width: 100vw;
  height: 200px;
  object-fit: cover;
}
.search__post-list-item:nth-child(-n+3) {
  background-color: #FFF3F6;
  width: calc(33.333% - 20px);
  flex-direction: column;
}
.search__post-list-item:nth-child(-n+3) a {
  display: block;
  width: 100%;
}
.search__post-list-item:nth-child(-n+3) .wp-post-image {
  max-width: unset;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.single-portfolio .page-hero__subtitle {
  display: none;
}
.single-portfolio__wrapper {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .single-portfolio__wrapper {
    grid-template-columns: 300px 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .single-portfolio__wrapper {
    grid-template-columns: 350px 1fr;
    gap: 5rem;
  }
}
.single-portfolio .contact-section {
  grid-column: 1/-1;
  margin-top: 2rem;
}
.single-portfolio__sidebar {
  position: relative;
}
@media (min-width: 768px) {
  .single-portfolio__sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}
.single-portfolio__meta {
  background: #E8F9FA;
  padding: 2rem;
  margin-bottom: 2rem;
}
.single-portfolio__meta-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.single-portfolio__meta-item:last-child {
  margin-bottom: 0;
}
.single-portfolio__meta-label {
  font-size: 20px;
  font-weight: 400;
  font-family: "Fraunces", serif;
  letter-spacing: 0.5px;
  color: #1CC7CF;
  margin-bottom: 0.5rem;
}
.single-portfolio__meta-value {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}
.single-portfolio__description {
  font-size: 16px;
  line-height: 1.5;
  padding: 20px;
}
.single-portfolio__description p {
  margin-bottom: 20px;
}
.single-portfolio__description p:last-child {
  margin-bottom: 0;
}
.single-portfolio__main {
  min-width: 0;
}
.single-portfolio__gallery {
  width: 100%;
}
.single-portfolio__gallery-grid {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0s 0.4s;
}
.single-portfolio__gallery-grid.is-ready {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0s 0s;
}
.single-portfolio__gallery-item {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.single-portfolio__gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.single-portfolio__gallery-item:hover .single-portfolio__gallery-link::after {
  opacity: 1;
}
.single-portfolio__gallery-item:hover img {
  transform: scale(1.05);
}
.single-portfolio__gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
@media (min-width: 768px) {
  .single-portfolio__gallery-item {
    width: calc(50% - 5px);
  }
}
@media (min-width: 1024px) {
  .single-portfolio__gallery-item {
    width: calc(33.333% - 7px);
  }
}
.single-portfolio__gallery-link {
  display: block;
  position: relative;
  cursor: zoom-in;
  border: none;
  background: transparent;
  padding: 0;
  width: 100%;
}
.single-portfolio__gallery-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.3));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.image-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  padding: 2rem;
}
.image-modal.visible {
  opacity: 1;
  visibility: visible;
}
.image-modal__overlay {
  position: absolute;
  inset: 0;
  cursor: zoom-out;
}
.image-modal__content {
  position: relative;
  z-index: 2;
  max-width: 90vw;
  max-height: 90vh;
}
.image-modal__img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  border-radius: 4px;
  object-fit: contain;
}
.image-modal__close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

body.no-scroll {
  overflow: hidden;
}

.single .post__header {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .single .post__header {
    margin-bottom: 80px;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.single .post__thumbnail {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
@media (min-width: 1024px) {
  .single .post__thumbnail {
    min-height: 0;
    min-height: 450px;
  }
}
.single .post__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single .post__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.single .post__comment-link {
  color: #9B59B6;
  text-decoration: none;
  border-bottom: 1px solid #CDACDB;
}
.single .post__comment-link:hover {
  color: #CDACDB;
  border-color: #E6D5ED;
}
.single .post__title {
  color: #9B59B6;
  line-height: 1.2;
  margin: 0;
}
.single .post__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: #F5EEF8;
  padding: 20px;
}
@media (min-width: 1024px) {
  .single .post__details {
    padding: 40px;
  }
}
.single .post__details .btn--primary {
  align-self: center;
}
.single .post__recipe-info-times {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-bottom: 25px;
}
.single .post__recipe-info-times li {
  flex: 1;
}
.single .post__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}
@media (min-width: 1024px) {
  .single .post__wrapper {
    gap: 90px;
    flex-direction: row;
  }
}
.single .post__social {
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .single .post__social {
    width: 75px;
  }
}
.single .post__content {
  flex: 1;
  min-width: 0;
}
.single .post__content .wp-block-list {
  margin-left: 20px;
}
.single .post__content .wp-block-gallery {
  margin: 30px 0;
}
.single .post__content .wprm-recipe-snippet {
  text-align: center;
}
.single .post__content .wp-block-image {
  margin: 30px 0;
}
.single .post__content .wp-block-post-featured-image {
  margin-bottom: 20px;
}
.single .post__content .wprm-recipe-template-snippet-basic-buttons .wprm-recipe-jump-inline-button,
.single .post__content .wprm-recipe-template-snippet-basic-buttons .wprm-recipe-print-inline-button {
  background-color: #FF83A1 !important;
  border: none !important;
}
.single .post__content .wprm-recipe-template-snippet-basic-buttons .wprm-recipe-jump-inline-button:hover,
.single .post__content .wprm-recipe-template-snippet-basic-buttons .wprm-recipe-print-inline-button:hover {
  background-color: #FFC1D0 !important;
  color: #FF3264 !important;
}
.single .post__sidebar {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  gap: 25px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .single .post__sidebar {
    max-width: 365px;
  }
}
.single .post__sidebar .wp-block-heading {
  margin-bottom: 0;
}
.single .post__author-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E6D5ED;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.single .post__author-link img {
  border-radius: 50%;
}
.single .post__author-name {
  font-weight: 700;
  color: #CDACDB;
}
.single .post__sidebar-related-posts {
  margin-bottom: 30px;
}
.single .post__sidebar-related-posts a {
  color: #FF83A1;
}
.single .post__sidebar-related-posts a:hover {
  color: #FFC1D0;
}
.single .post__sidebar-related-posts .wp-block-latest-posts__list li {
  margin-bottom: 10px;
}

.single-clase .clase {
  display: flex;
  /*   flex-direction: column; */
}
.single-clase .clase__objetivo {
  margin: 30px 0;
  padding: 20px;
  background-color: #FFE0E7;
}
@media (min-width: 1024px) {
  .single-clase .clase__objetivo {
    margin: 60px 0;
  }
}
.single-clase .clase ul {
  list-style-position: inside;
  list-style-type: none;
}
.single-clase .clase ul li::marker {
  display: none;
}
.single-clase .clase ul li::before {
  content: "❤";
  margin-right: 5px;
  color: #FFE0E7;
}
.single-clase .clase ul li:hover::before {
  color: #FF83A1;
}
.single-clase .clase__title-main {
  margin-bottom: 20px;
  max-width: 680px;
  text-align: center;
  margin: 0 auto;
  color: #FF83A1;
}
.single-clase .clase__excerpt {
  margin-bottom: 30px;
  max-width: 680px;
  margin: 0 auto;
  color: #FF83A1;
}
.single-clase .clase__content {
  width: 100%;
}
@media (min-width: 1024px) {
  .single-clase .clase__content {
    width: 70%;
    padding-right: 40px;
  }
}
.single-clase .clase__image {
  width: 100%;
  max-height: 450px;
  height: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}
.single-clase .clase__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-clase .clase__sidebar {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .single-clase .clase__sidebar {
    gap: 40px;
    width: 30%;
  }
}
.single-clase .clase__title {
  margin-bottom: 15px;
  font-size: 28px;
  color: #FF83A1;
}
.single-clase .clase__wrapper {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .single-clase .clase__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-clase .clase__gallery {
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .single-clase .clase__gallery {
    padding: 60px 0;
  }
}
.single-clase .clase__gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}
.single-clase .clase__gallery-item {
  display: block;
}
.single-clase .clase__gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  display: block;
  border-radius: 6px;
}
.single-clase .clase__cta {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .single-clase .clase__cta {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .single-clase .location-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}

/* Merged styles from components/_clase.scss */
.single-clase .clase__image {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  /* Reserve layout space to avoid overlap: use aspect-ratio on container */
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 6px;
  /* Fallback for older browsers */
  min-height: 220px;
}
.single-clase .clase__image-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 6px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-clase .clase__image {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 960px) {
  .single-clase .clase__image {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .single-clase .clase__image {
    max-width: 900px;
  }
}
.single-clase .clase {
  /* FAQ */
}
.single-clase .clase__faq details {
  margin-bottom: 10px;
  border: 1px solid #FFE0E7;
  padding: 8px;
  border-radius: 6px;
}
.single-clase .clase__faq summary {
  cursor: pointer;
  font-weight: 600;
}
.single-clase .clase__faq summary::-webkit-details-marker {
  display: none;
}

/* Lightbox override for clase instances (uses BEM lightbox block) */
.lightbox--clase-lightbox .lightbox__inner--clase img {
  height: 70vh;
}

/* WooCommerce Stock Display */
.single-clase .clase__stock {
  background: #FFFFFD;
  border: 2px solid #FFE0E7;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.single-clase .clase__stock-title {
  font-size: 18px;
  font-weight: 600;
  color: #FF83A1;
  margin: 0 0 12px 0;
}
.single-clase .clase__stock-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 16px;
}
.single-clase .clase__stock-status--available {
  color: #C1E06E;
}
.single-clase .clase__stock-status--limited {
  color: #f39c12;
}
.single-clase .clase__stock-status--unavailable {
  color: #FF3264;
}
.single-clase .clase__stock-status strong {
  font-weight: 600;
}
.single-clase .clase__stock-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.error-404 {
  margin-top: 60px;
}
.error-404 h2 {
  color: #FF83A1;
}
.error-404__search {
  max-width: 980px;
  margin: 0 auto 60px;
  background: #FFF3F6;
  border-radius: 12px;
  text-align: center;
  padding: 20px;
}
@media (min-width: 1024px) {
  .error-404__search {
    margin-bottom: 80px;
  }
}
.error-404__search h2 {
  margin-bottom: 30px;
}
.error-404__search .search-form__wrapper {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .error-404__search .search-form__wrapper {
    flex-direction: row;
  }
}
.error-404__search .search-form__input {
  flex: 1;
  padding: 14px 20px;
  border: 2px solid #FFE0E7;
  border-radius: 6px;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  margin-bottom: unset;
  width: 100%;
}
.error-404__search .search-form__input:focus {
  outline: none;
  border-color: #FF83A1;
  box-shadow: 0 0 0 3px rgba(255, 131, 161, 0.1);
}
.error-404__search .search-form__input::placeholder {
  color: #FF83A1;
}
.error-404__search .search-form__button {
  white-space: nowrap;
  padding: 14px 30px;
}
.error-404 .popular-posts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .error-404 .popular-posts {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .error-404 .popular-posts {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.error-404 .popular-posts li {
  background: #FFFFFD;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.error-404 .popular-posts li:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.error-404 .popular-posts li a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.error-404 .popular-posts img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
@media (min-width: 1024px) {
  .error-404 .popular-posts img {
    height: 240px;
  }
}
.error-404 .popular-posts__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.error-404 .popular-posts__content h3 {
  font-family: "Fraunces", serif;
  font-size: 20px;
  color: #FF83A1;
  margin: 0;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .error-404 .popular-posts__content h3 {
    font-size: 24px;
  }
}
.error-404 .popular-posts__likes {
  color: #FF83A1;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
}

.author-header {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  border-bottom: 2px solid #FFE0E7;
}
@media (min-width: 768px) {
  .author-header {
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .author-header {
    padding: 50px 40px;
    gap: 40px;
  }
}
.author-header .author-avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFE0E7;
}
@media (min-width: 768px) {
  .author-header .author-avatar {
    width: 100px;
    height: 100px;
  }
}
.author-header .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.author-header .author-info {
  flex: 1;
  min-width: 0;
}
.author-header .author-name {
  font-family: "Fraunces", serif;
  font-size: 24px;
  color: #FF83A1;
  margin: 0 0 8px 0;
}
@media (min-width: 768px) {
  .author-header .author-name {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .author-header .author-name {
    font-size: 36px;
  }
}
.author-header .author-bio {
  color: #1CC7CF;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 768px) {
  .author-header .author-bio {
    font-size: 16px;
  }
}
.author-header .author-bio p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .author-header .author-bio p {
    -webkit-line-clamp: 3;
  }
}

.author-posts {
  padding: 40px 20px 60px;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .author-posts {
    padding: 50px 40px 80px;
  }
}
.author-posts h2 {
  font-size: 24px;
  color: #FF83A1;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .author-posts h2 {
    font-size: 28px;
  }
}
.author-posts .post-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}
.author-posts .post-list li {
  padding: 20px;
  border-bottom: 1px solid #FFE0E7;
  transition: all 0.2s ease-in-out;
}
.author-posts .post-list li:hover {
  border-color: #FF83A1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .author-posts .post-list li {
    padding: 24px;
  }
}
.author-posts .post-list a {
  font-family: "Fraunces", serif;
  font-size: 18px;
  color: #FF83A1;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  transition: all 0.2s ease-in-out;
}
.author-posts .post-list a:hover {
  color: #FF83A1;
}
@media (min-width: 768px) {
  .author-posts .post-list a {
    font-size: 20px;
  }
}
.author-posts .post-list time {
  color: #FFC1D0;
  font-size: 13px;
  display: block;
}
.author-posts .pagination {
  margin-top: 40px;
}
.author-posts > p {
  text-align: center;
  color: #FF83A1;
  font-size: 16px;
  padding: 40px 20px;
}

.woocommerce,
.woocommerce-page {
  /* .site-content {
      @extend %container;
      @extend %section-spacing-xl;
  } */
}
.woocommerce .wp-block-heading,
.woocommerce .with-empty-cart-icon,
.woocommerce .wc-block-cart__empty-cart__title,
.woocommerce-page .wp-block-heading,
.woocommerce-page .with-empty-cart-icon,
.woocommerce-page .wc-block-cart__empty-cart__title {
  color: #FF83A1;
}
.woocommerce .wp-block-heading::before,
.woocommerce .with-empty-cart-icon::before,
.woocommerce .wc-block-cart__empty-cart__title::before,
.woocommerce-page .wp-block-heading::before,
.woocommerce-page .with-empty-cart-icon::before,
.woocommerce-page .wc-block-cart__empty-cart__title::before {
  background-color: #FF83A1;
}
.woocommerce .wp-block-heading,
.woocommerce-page .wp-block-heading {
  margin-bottom: 20px;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce-page form .form-row .input-text,
.woocommerce-page form .form-row select {
  border: 1px solid #FF83A1;
}
.woocommerce .page-title,
.woocommerce-page .page-title {
  color: #FF83A1;
}
.woocommerce.single main,
.woocommerce-page.single main {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce .woocommerce-LostPassword,
.woocommerce-page .woocommerce-LostPassword {
  margin-top: 15px;
}
.woocommerce .woocommerce-LostPassword a,
.woocommerce-page .woocommerce-LostPassword a {
  color: #FF83A1;
  font-weight: 400;
  font-size: 15px;
}
.woocommerce .woocommerce-LostPassword a:hover,
.woocommerce-page .woocommerce-LostPassword a:hover {
  color: rgb(255, 29, 83.6774193548);
}
.woocommerce .woocommerce-form__input-checkbox,
.woocommerce-page .woocommerce-form__input-checkbox {
  margin: 0;
  padding: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-page .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce .woocommerce-Button:hover,
.woocommerce .woocommerce-button:hover,
.woocommerce button[type=submit]:hover,
.woocommerce-page .woocommerce-Button:hover,
.woocommerce-page .woocommerce-button:hover,
.woocommerce-page button[type=submit]:hover {
  color: #FFFFFD;
}
.woocommerce .wc-block-components-button,
.woocommerce .wp-element-button,
.woocommerce .wc-block-components-checkout-place-order-button,
.woocommerce-page .wc-block-components-button,
.woocommerce-page .wp-element-button,
.woocommerce-page .wc-block-components-checkout-place-order-button {
  border: 0;
}
.woocommerce .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.woocommerce-page .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  background-color: #FFF3F6;
  border: 1px solid #FF83A1;
  box-shadow: none;
}
.woocommerce .wc-block-components-checkbox__input,
.woocommerce .wc-block-components-radio-control__input,
.woocommerce-page .wc-block-components-checkbox__input,
.woocommerce-page .wc-block-components-radio-control__input {
  padding: 0;
}
.woocommerce .wc-block-components-checkbox__input:focus,
.woocommerce .wc-block-components-radio-control__input:focus,
.woocommerce-page .wc-block-components-checkbox__input:focus,
.woocommerce-page .wc-block-components-radio-control__input:focus {
  outline: 2px solid #FF83A1;
  outline-offset: 2px;
}
.woocommerce .wc-block-components-checkbox__input:checked,
.woocommerce .wc-block-components-radio-control__input:checked,
.woocommerce-page .wc-block-components-checkbox__input:checked,
.woocommerce-page .wc-block-components-radio-control__input:checked {
  border: 2px solid #FF83A1;
}
.woocommerce .wc-block-components-checkbox__input:checked::before,
.woocommerce .wc-block-components-radio-control__input:checked::before,
.woocommerce-page .wc-block-components-checkbox__input:checked::before,
.woocommerce-page .wc-block-components-radio-control__input:checked::before {
  background-color: #FF83A1;
}
.woocommerce .orderby,
.woocommerce-page .orderby {
  padding: 10px 35px 10px 15px;
  border: 1px solid #FFE0E7;
  border-radius: 8px;
  background-color: #FFFFFD;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  color: #3D393D;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  transition: all 0.2s ease-in-out;
}
.woocommerce .orderby:hover,
.woocommerce-page .orderby:hover {
  border-color: #FF83A1;
  background-color: #FFF3F6;
}
.woocommerce .orderby:focus,
.woocommerce-page .orderby:focus {
  outline: 2px solid #FF83A1;
  outline-offset: 2px;
  border-color: #FF83A1;
}
.woocommerce .add_to_cart_button,
.woocommerce-page .add_to_cart_button {
  width: max-content;
  border-radius: 5px;
  font-weight: 300;
  width: 100%;
  font-size: 16px;
  padding: 8px 10px;
  background-color: #FF83A1;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  background-color: #FFC1D0;
  border-top-color: #FF83A1;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  border-top-color: #FF3264;
  background-color: #FFCCD8;
}
.woocommerce .woocommerce-error:focus-visible,
.woocommerce-page .woocommerce-error:focus-visible {
  outline: 2px solid #FF3264;
}
.woocommerce :where(.wc-block-product-filters) .wc-block-product-filters__overlay-header,
.woocommerce-page :where(.wc-block-product-filters) .wc-block-product-filters__overlay-header {
  background-color: #FF83A1;
  color: #FFFFFD;
  margin-top: 100px;
}

.woocommerce .hero-store {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 768px) {
  .woocommerce .hero-store {
    grid-template-columns: 35vw 1fr;
  }
}
.woocommerce .hero-store__content {
  display: flex;
  flex-direction: column;
  padding: 30px;
  padding-right: 80px;
  background-color: #FFF3F6;
  order: 2;
  min-height: 100%;
}
@media (min-width: 768px) {
  .woocommerce .hero-store__content {
    padding: 40px;
    order: 1;
  }
}
.woocommerce .hero-store__title {
  color: #FF83A1;
}
.woocommerce .hero-store__description {
  max-width: 80%;
}
.woocommerce .hero-store__button {
  margin-top: auto;
}
.woocommerce .hero-store__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 100%;
}
.woocommerce .hero-store__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.woocommerce .hero-store__price {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.woocommerce .hero-store__price ins {
  text-decoration: none;
}

.woocommerce .product-categories {
  display: flex;
  list-style-type: none;
  gap: 20px;
}
.woocommerce ul.products li.product .price {
  color: #3D393D;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 40px auto 0 auto;
  max-width: 1440px;
  padding: 20px;
}
.woocommerce .woocommerce-breadcrumb a {
  font-weight: 400;
}
.woocommerce-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .woocommerce-wrapper {
    grid-template-columns: 300px 1fr;
  }
}
.woocommerce-wrapper .products-wrapper {
  width: 100%;
}
.woocommerce-wrapper .products-wrapper ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .woocommerce-wrapper .products-wrapper ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
}
.woocommerce-wrapper .products-wrapper ul.products::before {
  display: none;
}
.woocommerce-wrapper .products-wrapper ul.products li.product {
  width: 100%;
  margin: 0;
}
.woocommerce-wrapper .products-wrapper ul.products li.product .woocommerce-loop-category__title {
  text-align: center;
}
.woocommerce-wrapper .products-wrapper ul.products li.product .woocommerce-loop-category__title mark {
  display: none;
}
.woocommerce-wrapper .products-wrapper ul.products li.product .woocommerce-loop-product__title {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}
.woocommerce-wrapper .products-wrapper ul.products li.product .woocommerce-loop-product__link {
  width: 100%;
  display: block;
}
.woocommerce-wrapper .products-wrapper ul.products li.product .woocommerce-loop-product__link .product-image-wrapper {
  overflow: hidden;
  display: block;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .woocommerce-wrapper .products-wrapper ul.products li.product .woocommerce-loop-product__link .product-image-wrapper {
    max-height: 410px;
  }
}
.woocommerce-wrapper .products-wrapper ul.products li.product .woocommerce-loop-product__link img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.woocommerce-wrapper .products-wrapper ul.products li.product .woocommerce-loop-product__link:hover img {
  transform: scale(1.05);
}
.woocommerce-wrapper .products-wrapper ul.products li.product .price {
  color: #3D393D;
  text-align: left;
}

.woocommerce-account h2,
.woocommerce-checkout h2 {
  color: #FF83A1;
  margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation {
  background-color: #FFFFFD;
  border: 1px solid #FFE0E7;
  border-radius: 8px;
  padding: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
  }
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation-link {
  border-bottom: 1px solid #FFF3F6;
}
.woocommerce-MyAccount-navigation-link:last-child {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 18px 24px;
  color: #3D393D;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease, padding-left 0.3s ease;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation-link a {
    padding: 20px 32px;
  }
}
.woocommerce-MyAccount-navigation-link a:hover {
  background-color: #FFF3F6;
  color: #FF83A1;
  padding-left: 32px;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation-link a:hover {
    padding-left: 40px;
  }
}
.woocommerce-MyAccount-navigation-link.is-active a {
  background-color: #FF83A1;
  color: #FFFFFD;
  font-weight: 600;
  border-left: 4px solid #FFC1D0;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation-link.is-active a {
    padding-left: 28px;
  }
}
.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #9B59B6;
}
.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background-color: #F5EEF8;
  color: #9B59B6;
}

.woocommerce-MyAccount-content {
  background-color: #FFFFFD;
  border: 1px solid #FFE0E7;
  border-radius: 8px;
  padding: 32px 24px;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content {
    padding: 40px 48px;
  }
}
.woocommerce-MyAccount-content p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.woocommerce-MyAccount-content p:last-child {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content a {
  color: #FF83A1;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.woocommerce-MyAccount-content a:hover {
  color: #FFC1D0;
  text-decoration: underline;
}
.woocommerce-MyAccount-content strong {
  color: #3D393D;
  font-weight: 700;
}
.woocommerce-MyAccount-content .woocommerce-info {
  background-color: #E8F9FA;
  border-left: 4px solid #1CC7CF;
  border-top: 4px solid #1CC7CF;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-info {
    padding: 24px 32px;
  }
}
.woocommerce-MyAccount-content .woocommerce-info::before {
  content: "ℹ";
  font-size: 1.5rem;
  color: #1CC7CF;
  font-weight: 700;
  flex-shrink: 0;
  position: static;
}
.woocommerce-MyAccount-content .woocommerce-info .button {
  margin-left: auto;
  padding: 10px 24px;
  background-color: #FF83A1;
  color: #FFFFFD;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.938rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  white-space: nowrap;
}
.woocommerce-MyAccount-content .woocommerce-info .button:hover {
  background-color: #FFC1D0;
  transform: translateY(-2px);
  color: #FFFFFD;
  text-decoration: none;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-content .woocommerce-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-MyAccount-content .woocommerce-info .button {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
.woocommerce-MyAccount-content .woocommerce-message {
  background-color: #E8F9FA;
  border-left: 4px solid #1CC7CF;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 24px;
  color: #3D393D;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-message {
    padding: 24px 32px;
  }
}
.woocommerce-MyAccount-content .woocommerce-message::before {
  content: "✓";
  font-size: 1.5rem;
  color: #1CC7CF;
  font-weight: 700;
  margin-right: 12px;
}
.woocommerce-MyAccount-content .woocommerce-message a {
  color: #1CC7CF;
}
.woocommerce-MyAccount-content .woocommerce-message a:hover {
  color: #8DE3E7;
}
.woocommerce-MyAccount-content .woocommerce-error {
  background-color: #F5EEF8;
  border-left: 4px solid #9B59B6;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 24px;
  color: #3D393D;
}
@media (min-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-error {
    padding: 24px 32px;
  }
}
.woocommerce-MyAccount-content .woocommerce-error::before {
  content: "✕";
  font-size: 1.5rem;
  color: #9B59B6;
  font-weight: 700;
  margin-right: 12px;
}
.woocommerce-MyAccount-content .woocommerce-error a {
  color: #9B59B6;
}
.woocommerce-MyAccount-content .woocommerce-error a:hover {
  color: #CDACDB;
}

.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .woocommerce-orders-table thead th {
    background-color: #FF83A1;
    color: #FFFFFD;
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 0.938rem;
    border: none;
  }
  .woocommerce-orders-table thead th:first-child {
    border-radius: 8px 0 0 0;
  }
  .woocommerce-orders-table thead th:last-child {
    border-radius: 0 8px 0 0;
  }
  .woocommerce-orders-table tbody tr {
    border-bottom: 1px solid #FFF3F6;
    transition: background-color 0.2s ease;
  }
  .woocommerce-orders-table tbody tr:hover {
    background-color: #FFF3F6;
  }
  .woocommerce-orders-table tbody tr:last-child {
    border-bottom: none;
  }
  .woocommerce-orders-table tbody th, .woocommerce-orders-table tbody td {
    padding: 20px;
    text-align: left;
    vertical-align: middle;
  }
  .woocommerce-orders-table tbody th {
    font-weight: 600;
    color: #FF83A1;
  }
}
@media (max-width: 767px) {
  .woocommerce-orders-table thead {
    display: none;
  }
  .woocommerce-orders-table tbody tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #FFE0E7;
    border-radius: 8px;
    padding: 20px;
    background-color: #FFFFFD;
  }
  .woocommerce-orders-table tbody th, .woocommerce-orders-table tbody td {
    display: block;
    text-align: left;
    padding: 12px 0;
    border: none;
  }
  .woocommerce-orders-table tbody th::before, .woocommerce-orders-table tbody td::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #3D393D;
    display: inline-block;
    margin-right: 8px;
  }
  .woocommerce-orders-table tbody th::before {
    content: "Pedido: ";
  }
}
.woocommerce-orders-table__cell-order-number a {
  color: #FF83A1;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.125rem;
}
.woocommerce-orders-table__cell-order-number a:hover {
  color: #FF83A1;
  text-decoration: underline;
}
.woocommerce-orders-table__cell-order-status {
  font-weight: 600;
  text-transform: capitalize;
}
.woocommerce-orders-table__cell-order-total {
  font-weight: 600;
  color: #3D393D;
}
.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-size: 1.125rem;
  color: #FF83A1;
}
.woocommerce-orders-table__cell-order-actions .button {
  display: inline-block;
  padding: 10px 24px;
  background-color: #FF83A1;
  color: #FFFFFD;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.938rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
}
.woocommerce-orders-table__cell-order-actions .button:hover {
  background-color: #FF83A1;
  transform: translateY(-2px);
  text-decoration: none;
}
@media (max-width: 767px) {
  .woocommerce-orders-table__cell-order-actions .button {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
}
.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
  color: #1CC7CF;
}
.woocommerce-orders-table__row--status-on-hold .woocommerce-orders-table__cell-order-status {
  color: #FCE480;
}
.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
  color: #1CC7CF;
}
.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status, .woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status {
  color: #9B59B6;
}

.woocommerce.tax-product_cat .about-me-section,
.woocommerce.tax-product_cat .sidebar {
  display: none;
}
.woocommerce ul.products {
  padding-top: 40px;
}
.woocommerce ul.products .product {
  width: 100%;
}
.woocommerce ul.products .product .woocommerce-loop-product__link {
  width: 100%;
}
.woocommerce ul.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 1024px) {
  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.woocommerce ul.products.columns-3::before {
  display: none;
}
.woocommerce ul.products.columns-3 li.product {
  width: 100%;
}

#image-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

#image-modal img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 8px;
}

#image-modal.show {
  display: flex;
}

.woocommerce-product-gallery__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1024px) {
  .woocommerce-product-gallery__wrapper {
    max-height: 500px;
    width: calc(50% - 20px);
    flex-direction: row;
  }
}
.woocommerce-product-gallery__image--main {
  height: 400px;
  overflow: hidden;
  order: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .woocommerce-product-gallery__image--main {
    max-height: 470px;
    height: 100%;
    display: flex;
  }
}
.woocommerce-product-gallery__image--main .woocommerce-product-gallery__image--item {
  width: 100%;
  height: 100%;
}
.woocommerce-product-gallery__image--thumbs {
  display: flex;
  order: 2;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 1024px) {
  .woocommerce-product-gallery__image--thumbs {
    gap: 10px;
    flex-direction: column;
    order: 1;
  }
}
.woocommerce-product-gallery__image--item {
  width: 90px;
  height: 90px;
}
.woocommerce-product-gallery__image--item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.woocommerce .sidebar .wp-block-search__inside-wrapper {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 70px;
}
.woocommerce .sidebar .wc-block-product-filters__overlay-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.woocommerce .sidebar .wc-block-product-filters__overlay-content .wp-block-heading {
  flex-grow: 1;
  font-weight: 400;
}
.woocommerce .sidebar .wc-block-product-categories {
  margin-bottom: 40px;
}
.woocommerce .sidebar .wc-block-product-categories.is-list .wc-block-product-categories-list {
  list-style-type: none;
}
.woocommerce .sidebar .wc-block-product-categories.is-list .wc-block-product-categories-list .wc-block-product-categories-list {
  margin-left: 15px;
}
.woocommerce .sidebar .wc-block-product-filters {
  margin-bottom: 40px;
}
.woocommerce .sidebar .wc-block-product-filters input {
  padding: unset;
}
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filter-price-slider__range .range-bar {
  background: #FF83A1;
}
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filter-price-slider__range input[type=range],
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filter-price-slider__range input[type=range]:focus {
  color: #FF83A1;
}
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item {
  border: 1px solid #FF83A1;
}
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filter-price-slider__content input[type=text] {
  max-width: 125px;
  padding: 8px 12px;
  border: 1px solid #FFE0E7;
  border-radius: 8px;
  background-color: #FFFFFD;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  color: #3D393D;
  transition: all 0.2s ease-in-out;
}
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filter-price-slider__content input[type=text]:hover {
  border-color: #FF83A1;
  background-color: #FFF3F6;
}
.woocommerce .sidebar .wc-block-product-filters .wc-block-product-filter-price-slider__content input[type=text]:focus {
  outline: 2px solid #FF83A1;
  outline-offset: 2px;
  border-color: #FF83A1;
}
.woocommerce .sidebar .wc-block-featured-product .wc-block-featured-product__title {
  font-size: 24px;
  padding: 20px;
}
.woocommerce .sidebar .wc-block-featured-product .wc-block-featured-product__description {
  padding: 20px;
}
.woocommerce .sidebar .wc-block-featured-product .wc-block-featured-product__description p {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
}
.woocommerce .sidebar .wc-block-featured-product .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 26px;
  font-family: "Fraunces", serif;
}
.woocommerce .sidebar .wc-block-featured-product .wc-block-featured-product__link {
  padding: 20px;
}
.woocommerce .sidebar .wc-block-featured-product .wc-block-featured-product__link .wp-block-button__link {
  color: #3D393D;
}

.woocommerce .amount,
.woocommerce del {
  color: #3D393D;
}
.woocommerce .price del {
  color: #3D393D;
}
.woocommerce ins {
  color: #3D393D;
  text-decoration: none;
}
.woocommerce.single-product .product {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .product {
    flex-direction: row;
  }
}
.woocommerce.single-product .product h2 {
  color: #FF83A1;
}
.woocommerce.single-product .product .onsale {
  background-color: #FF83A1;
}
.woocommerce.single-product .product .summary {
  width: calc(50% - 20px) !important;
  float: unset;
}
.woocommerce.single-product .product .summary .product_title {
  font-size: 36px;
}
.woocommerce.single-product .product .summary .stock,
.woocommerce.single-product .product .summary .price {
  color: rgb(255, 54.5, 103.0080645161);
  font-weight: 600;
}
.woocommerce.single-product .product .summary .stock .woocommerce-Price-amount,
.woocommerce.single-product .product .summary .price .woocommerce-Price-amount {
  color: rgb(255, 54.5, 103.0080645161);
}
.woocommerce.single-product .product .summary .cart .variations select {
  border: 1px solid #FF83A1;
  border-radius: 5px;
  padding: 10px 15px;
}
.woocommerce.single-product .product .summary .cart .variations select:focus-visible {
  outline: 2px solid #FF83A1;
}
.woocommerce.single-product .product .summary .cart .quantity input {
  border-bottom: 1px solid #FF83A1;
  width: unset;
  font-weight: 500;
}
.woocommerce.single-product .product .woocommerce-tabs {
  width: 100%;
}
.woocommerce.single-product .product .woocommerce-tabs .tabs li {
  background-color: #FFC1D0;
  border: 1px solid #FFC1D0;
}
.woocommerce.single-product .product .woocommerce-tabs .tabs li::before, .woocommerce.single-product .product .woocommerce-tabs .tabs li::after {
  border: 1px solid #FFC1D0;
}
.woocommerce.single-product .product .woocommerce-tabs .tabs li a {
  color: adjust(#FF83A1, lightness, -30%);
}
.woocommerce.single-product .product .woocommerce-tabs .tabs::before {
  border-bottom: 1px solid #FFC1D0;
}
.woocommerce.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel ul {
  padding-left: 20px;
  margin-left: 0;
}
.woocommerce.single-product .product .woocommerce-loop-product__title {
  color: adjust(#FF83A1, lightness, -30%);
  top: unset;
  transform: none;
}
.woocommerce.single-product .product .related {
  width: 100%;
}
.woocommerce.single-product .product .related h2 {
  margin-bottom: 30px;
}
.woocommerce.single-product .product .related ins,
.woocommerce.single-product .product .related .woocommerce-loop-product__link {
  text-decoration: none;
}
.woocommerce.single-product .product .related .price del {
  color: #3D393D;
}
.woocommerce.single-product .product .related .woocommerce-loop-product__title {
  color: #3D393D;
}
.woocommerce.single-product .product .related .woocommerce-Price-amount {
  color: #3D393D;
  text-decoration: none;
}
.woocommerce.single-product .product .related .products.columns-4::before {
  display: none;
}
.woocommerce.single-product .product .related .products.columns-4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 1024px) {
  .woocommerce.single-product .product .related .products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.woocommerce.single-product .product .related .products.columns-4 .product {
  width: 100%;
}
.woocommerce.single-product .product .related .products .featured-products__product {
  margin: 0;
}

.woocommerce .woocommerce-orders-table .woocommerce-button {
  background-color: #FF83A1;
  color: #FFFFFD;
  font-weight: 600;
  border: none;
}
.woocommerce .woocommerce-orders-table .woocommerce-button:hover {
  background-color: #FFC1D0;
  transform: translateY(-2px);
  text-decoration: none;
}

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