.page-strapi-homepage .swiper_hero .swiper-pagination-bullets {
  bottom: var(--space-6)
}

.page-strapi-homepage .swiper_hero .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .5;
  cursor: pointer
}

.page-strapi-homepage .swiper_hero .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
  cursor: pointer
}


@media(min-width: 768px) {

  .page-strapi-homepage .swiper_hero:hover .swiper-btn-next,
  .page-strapi-homepage .swiper_hero:hover .swiper-btn-prev {
    opacity: 1;
    background: #fff
  }

  .page-strapi-homepage .swiper_hero .swiper-btn-next,
  .page-strapi-homepage .swiper_hero .swiper-btn-prev {
    opacity: 0;
    transition: .3s ease opacity
  }

  .page-strapi-homepage .swiper_hero .swiper-btn-next.swiper-button-disabled,
  .page-strapi-homepage .swiper_hero .swiper-btn-prev.swiper-button-disabled {
    opacity: 0;
    visibility: hidden
  }
}

@media(max-width: calc(768px - 1px)) {

  .page-strapi-homepage .swiper_hero .swiper-btn-next,
  .page-strapi-homepage .swiper_hero .swiper-btn-prev {
    display: none
  }
}

@media(max-width: calc(768px - 1px)) {
  .page-strapi-homepage #homepage .grid_container.grid_cols_md_3.gap_4 .card.surface_1.isClickable {
    flex-direction: row-reverse
  }

  .page-strapi-homepage #homepage .grid_container.grid_cols_md_3.gap_4 .card.surface_1.isClickable figure {
    flex: 0 0 40%
  }

  .page-strapi-homepage #homepage .grid_container.grid_cols_md_3.gap_4 .card.surface_1.isClickable .content.padding_6.grid_container {
    gap: var(--space-1);
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}

.page-strapi-homepage #homepage .grid_container.grid_cols_md_3.gap_4 .card.surface_1.isClickable figure {
  aspect-ratio: 1
}

.page-strapi-homepage #homepage .grid_container.grid_cols_md_3.gap_4 .card.surface_1.isClickable figure img {
  aspect-ratio: 1;
  object-fit: contain
}

/* clave: transición lineal para el wrapper */
.swiper.marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* opcional pero MUY recomendado: ancho consistente */
.swiper.marquee .swiper-slide {
  width: 340px;
  /* ajustá a tu card */
}

@media(min-width: 992px) {
  .page-strapi-homepage #homepage .swiper_slider_medico[data-swiper=card] .swiper-slide {
    width: var(--swiper-slide-width, 370px);
  }
}

@media(min-width: 992px) {
  .page-strapi-homepage #homepage .swiper_slider[data-swiper=card] {
    --swiper-slide-width: 370px
  }
}

.page-strapi-homepage .product_list__review {
  position: relative
}

.page-strapi-homepage .product_list__review .review_arrow {
  width: 8px;
  fill: rgb(var(--color-neutral-grayscale-800));
  transform: rotate(90deg);
  display: none
}

@media(min-width: 992px) {
  .page-strapi-homepage .product_list__review .review_arrow {
    display: block
  }
}

.page-strapi-homepage .product_list__review:hover .rating_preview {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all
}

.page-strapi-homepage .product_list__review:hover .review_arrow {
  transform: rotate(-90deg)
}

.page-strapi-homepage .product_list__review .stars__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.page-strapi-homepage .product_list__review div.stars {
  position: relative
}

.page-strapi-homepage .product_list__review div.stars ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px
}

.page-strapi-homepage .product_list__review div.stars ul:first-child {
  position: absolute;
  top: 0;
  left: 0
}

.page-strapi-homepage .product_list__review div.stars ul:first-child svg path {
  fill: #c9c9c9
}

.page-strapi-homepage .product_list__review div.stars ul:last-child {
  clip-path: inset(0 var(--stars-percentage) 0 0)
}

.page-strapi-homepage .product_list__review div.stars li {
  display: flex;
  align-items: center;
  justify-content: center
}

.page-strapi-homepage .product_list__review div.stars svg {
  height: var(--space-4);
  width: var(--space-4)
}

.page-strapi-homepage .product_list__review .total-reviews-nb {
  display: inline-block
}

.page-strapi-homepage .swiper-btn-next,
.page-strapi-homepage .swiper-btn-prev {
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: .9rem;
  border-radius: 1rem;
  margin: 0 .25rem;
  border: 1px solid;
  border-color: rgb(var(--color-neutral-grayscale-400))
}

.page-strapi-homepage .swiper-btn-next polygon,
.page-strapi-homepage .swiper-btn-prev polygon {
  fill: var(--base-txt-700)
}

.page-strapi-homepage .layout-container {
  --base-txt-700: rgba(var(--color-neutral-greige-900))
}

.page-strapi-homepage .color_base_700 {
  color: var(--base-txt-700)
}

#ship-to-different-address{
  display: none !important;
}

@media(max-width: calc(768px - 1px)) {
  .page-strapi-homepage #homepage h3 {
    font-size: var(--body-m-font-size)
  }

  .page-strapi-homepage #homepage h3+p {
    font-size: var(--body-s-font-size)
  }

  .page-strapi-homepage #homepage p+h3 {
    font-size: var(--subtitle-s-font-size)
  }
}

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


@media(max-width:768px) {
  .plan-familiar {
    margin-top: 20px !important;
  }

  .h3vel-one-image-wrapper-mobile {
    display: block !important;
    margin-top: 20px !important;
  }

  .h3vel-one-image-wrapper-desktop {
    display: none !important;
  }
  #medicos-24-7{
    margin-top: 50px !important;
  }
  header.open .category_others{
    display: none !important;
  }
}

@media(min-width:768px) {
  .h3vel-one-image-wrapper-mobile {
    display: none !important;
  }

  .h3vel-one-image-wrapper-desktop {
    display: block !important;
  }
}

.aclaraciones {
  margin-top: 30px;
}

.aclaraciones small {
  display: block;
}

.checkboxes-legales {
  margin-bottom: 20px;
}

.seccion-testimonios {
  padding-bottom: 50px;
}

.atencion_al_cliente_item {
  margin-top: 20px;
}

.woocommerce a.remove {
  color: rgb(var(--color-verdeZ-900)) !important;
}

.woocommerce a.remove:hover {
  background-color: rgb(var(--color-verdeZ-900)) !important;
  color: #fff !important;
}

.sp-faqs {
  padding: 60px 0;
}

.sp-faqs__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1a1a1a;
}

.sp-faqs__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sp-faq-card {
  min-height: 180px;
}

@media (max-width: 1024px) {
  .sp-faqs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .sp-faqs__grid {
    grid-template-columns: 1fr;
  }
}

.iti--separate-dial-code{
  width: 100%;
}

body.woocommerce-checkout header.main-navigation .nav_links .categories, body.woocommerce-checkout header.main-navigation .nav_links{
  display: none;
}

/* ── Header cart icon ───────────────────────────────────────────────── */
.header-cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.header-cart-link:hover {
  opacity: 0.7;
  color: #000;
}

.header-cart-link svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: #212121;
}


.header-cart-link[data-empty="true"] .header-cart-count,
.header-cart-count:empty,
.header-cart-count.is-zero {
  display: none;
}

