/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/
:root {
  --ast-global-color-0: #FF5A5F;
  --ast-global-color-1: #bb3c40;
    --ast-global-color-3:#1a2332;

}

body {
}

#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fafafa;
}

#page .site-content {
    flex-grow: 1;
    background-color: #fafafa;
}

body.archive .ast-archive-description {
    max-width: 1200px;
    width: 100%;
    text-align: left;
    padding-top: 3em;
    padding-right: 3em;
    padding-bottom: 3em;
    padding-left: 3em;
    padding: 0;
    background-color: transparent;
}

.site-content {
    flex-grow: 1;
    margin-top: 50px;
    margin-bottom: 50px;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 40px;
    margin-bottom: 0;
}

#ast-scroll-top {
    border-radius: 100%;
    background-color: var(--ast-global-color-0);
    font-size: 15px;
}

.site-header,
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
    border: solid 1px #eee;
    padding: 15px;
}

.ast-site-header-cart .widget_shopping_cart, .astra-cart-drawer {
    background-color: #fff;
    border: 1px solid var(--ast-border-color);
}

.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping), .ast-site-header-cart .widget_shopping_cart .buttons .button:not(.checkout) {
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: var(--ast-global-color-7);
    color: #fff !important;
    background-color: var(--ast-global-color-7) !important;
    text-decoration: none !important;
    font-size: 1rem;
}


.woocommerce-js .widget_shopping_cart .buttons a, .woocommerce-js.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 1rem;
    border: solid 1px;
    text-decoration: none !important;
}

.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu, .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
    margin-top: 28px;
    border: 0;
      background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.menu-item {
    isolation: isolate;

}

#masthead .ast-container, .site-header-focus-item + .ast-breadcrumbs-wrapper {
    max-width: 100%;
    height: 80px;
    padding-left: 35px;
    padding-right: 35px;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 30px;
    height: 30px;
    fill: var(--ast-global-color-0);
}

.ast-site-header-cart i.astra-icon:after {
    background: var(--ast-global-color-0);
    color: #fff !important;
}

.fb-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position:relative;
}


.fb-mobile-nav .menu-item-has-children {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.fb-mobile-nav .menu-item-has-children > a {
  grid-column: 1;
  padding: 22px 0;
}

.fb-submenu-toggle {
  grid-column: 2;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 0;
  border-radius: 50px;
  background: #ff5b61;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;

}

.fb-mobile-nav .menu-item-has-children > .sub-menu {
  grid-column: 1 / -1;
  display: none;
  margin: 0 0 16px 24px;
}

.fb-mobile-nav .menu-item-has-children.is-open > .sub-menu {
  display: block;
}


.fb-category-banner{
  margin-top: 70px;
}

.ast-menu-cart-outline .ast-cart-menu-wrap .count,
.ast-menu-cart-outline .ast-addon-cart-wrap {
  border-style: solid;
  border-color: var(--ast-global-color-0);
  border-width: 0;
}

/* GRID CARD */
.woocommerce ul.products li.product {
  padding: 1.2rem;
  border-radius: 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* LINK DE IMAGEN */
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product img {
  display: block;
  width: calc(100% + 2.4rem);
  max-width: calc(100% + 2.4rem);
  margin: -1.2rem -1.2rem 1rem -1.2rem;
  border-radius: 0;
}

/* TEXTO */
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
  margin-bottom: 0.75rem;
}

/* PRECIO */
.woocommerce ul.products li.product .price {
  margin-bottom: 1rem;
  font-weight: 700;
}

/* BOTÓN */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .added_to_cart {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  margin-top: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  border-radius: 14px;
  padding: 0.95rem 1.4rem;
  background: var(--ast-global-color-0);
  color: #fff;
}


.fb-ordering {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 1rem;
}


.woocommerce-ordering select {
	appearance: none;
	padding-right: 1.5rem;
	font-weight: 500;
}


.fb-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  background-color: #fff;
}

.fb-hero__overlay {
  height: 560px;
  overflow: hidden;
  position: relative;
}

.gradient {
  position: absolute;
  inset: auto 0 0 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 38%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 220px;
  z-index: 1;
}


.fb-hero-slider {
  position: relative;
  width: 100%;
  max-width: 1600px;
  height: 650px;
  margin: 0 auto;
  overflow: hidden;
}

.fb-hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

.fb-hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.fb-benefits-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  background: rgba(0, 0, 0, 0.82);
  z-index: 5;
  pointer-events: auto;
}

.fb-benefits-bar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 70px;
  background: linear-gradient(to top, rgba(0,0,0,.65), transparent);
  pointer-events: none;
}

.fb-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;

  width: 52px;
  height: 52px;

  border: none;
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.45);
  color: #fff;

  font-size: 28px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.25s ease;
}

.fb-slider-nav:hover {
  background: rgba(0, 0, 0, 0.7);
  transform: translateY(-50%) scale(1.08);
}

.fb-slider-prev {
  left: 24px;
}

.fb-slider-next {
  right: 24px;
}

.fb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.fb-container img {
  
}

/* barra de beneficios */
.fb-benefits-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding-bottom: 25px;
  padding-top: 25px;
  border-top: solid 1px #fff !important;
}

.fb-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: 100%;
}

.fb-benefit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  border-right: 1px solid #fff;
}

.fb-benefit:last-child {
  border-right: 0;
}

.fb-benefit img {
  margin-right: 15px;
  flex-shrink: 0;
}


.products img{
    border-bottom:solid 1px #eee;
}
.woocommerce ul.products li.product {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	transition: all 0.25s ease;
  border: solid 1px #ddd;
}

#astra-footer-menu .menu-item{
  width: 100%;
  display: block;
}


.woocommerce ul.products li.product:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}


.fb-mt-2 {
	margin-top: 2rem;
}

.fb-mb-2 {
	padding-bottom: 2rem;
  display: block;
}


.woocommerce ul.products li.product.desktop-align-left .star-rating, .woocommerce ul.products li.product.desktop-align-left .button, .woocommerce-page ul.products li.product.desktop-align-left .star-rating, .woocommerce-page ul.products li.product.desktop-align-left .button {
    margin-left: 0;
    margin-right: 0;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
}

.woocommerce-js ul.products li.product .button.added, .woocommerce-page ul.products li.product .button.added {
    margin-bottom: 0;
    transition: margin 0s;
    color: #fff;}


  .wc-forward{
    background-color: #fff !important;
    color: var(--ast-global-color-0) !important;
    text-decoration: underline  !important;
  }

  .site-primary-footer-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ebebeb;
}

.site-primary-footer-wrap  ul li{
  font-weight: 400;
}

   .ast-container > .fb-page {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}



.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
    min-height: auto;
    
     background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ast-builder-menu-1 .menu-item > .menu-link {
    line-height: 1.6em;
    font-weight: 500;
    color: #333  !important;
}

.title-bg {
  background-color: #ec6665;
  padding: 30px 0;
  margin: 0 0 50px;
  margin-top: 30px;
}

.fb-title-container,
.fb-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.title-bg h1 {
  color: #fff !important;
  margin: 0;
}




@media (max-width: 768px) {
  body {
   /* padding-top: 35px; */
  }

  .fb-category-banner{
    margin-top: 40px;
  }

  .fb-hero-slider{
    height: 220px !important;
  }

	.fb-benefits__grid {
		grid-template-columns: repeat(2, 1fr);
	}
  .fb-benefits-bar{
    display: none;
  }

  .gradient{
    display: none;
  }
  .fb-hero__overlay {
    height: auto;
    overflow: hidden;
    position: relative;
}

  .title-bg{
    background-color: #ec6665;
    padding: 30px 0;
    color: #fff !important;
    margin-bottom: 50px;
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
	.fb-benefits__grid {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 922px) {
  .fb-mobile-menu,
  .fb-mobile-overlay {
    display: none !important;
  }

  .ast-no-sidebar .site-content .ast-article-image-container--wide {
        margin-left: -120px;
        margin-right: -120px;
        max-width: unset;
        width: unset;
        height: 500px;
        margin-top: -32px;
    }
}

@media (min-width: 921px) {
    .ast-theme-transparent-header #masthead {
        position: fixed;
        left: 0;
        right: 0;
    }
}


@media (max-width: 921px) {

   .ast-mobile-header-wrap .menu-toggle.toggled .mobile-menu-toggle-icon .ast-mobile-svg {
    display: block !important;
  }

  .ast-mobile-header-wrap .menu-toggle.toggled .mobile-menu-toggle-icon .ast-close-svg {
    display: none !important;
  }

  .ast-mobile-header-wrap .menu-toggle .mobile-menu-toggle-icon .ast-close-svg {
    display: none !important;
  }

  .fb-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 9998;
  }

  .fb-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 360px);
    height: 100vh;
    background: #fff;
    padding: 28px 24px;
    padding-bottom: 140px;
    transform: translateX(100%);
    transition: transform .35s ease;
    z-index: 9999;
    box-shadow: -20px 0 40px rgba(0,0,0,.12);
  }

  body.fb-menu-open .fb-mobile-overlay {
    opacity: 1;
    visibility: visible;
  }

  body.fb-menu-open .fb-mobile-menu {
    transform: translateX(0);
    overflow: scroll;
  }

  .fb-mobile-close {
    position: absolute;
    top: 16px;
    right: 18px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    color: #1f2937;
    cursor: pointer;
  }

  .fb-mobile-menu__brand {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }

  .fb-mobile-menu__brand strong {
    display: block;
    font-size: 24px;
    color: #1f2937;
  }

  .fb-mobile-menu__brand span {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #6b7280;
  }

  .fb-mobile-nav {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .fb-mobile-nav li {
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
  }

  .fb-mobile-nav a {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #27324a;
    text-decoration: none;
  }

  .fb-mobile-nav a:hover,
  .fb-mobile-nav .current-menu-item > a {
    color: #ec6665;
  }

  .fb-mobile-actions {
    margin-top: 28px;
    display: grid;
    gap: 12px;
  }

  .fb-mobile-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid #ec6665;
    border-radius: 12px;
    color: #ec6665;
    font-weight: 700;
    text-decoration: none;
  }

  .fb-mobile-cart span {
    background: #ec6665;
    color: #fff;
    min-width: 24px;
    height: 24px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 13px;
  }

  .fb-mobile-cta {
    display: block;
    padding: 15px 18px;
    border-radius: 12px;
    background: #ec6665;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
  }

  body.fb-menu-open {
    overflow: hidden;
  }
}

.fb-transfer-price {
    margin: 12px 0 18px;
    padding: 14px 16px;
    background: #fff4f4;
    border: 1px solid #ff6b6b33;
    border-radius: 12px;
    color: #1f2937;
}

.fb-transfer-price p {
    margin: 0 !important;
    font-size: 18px;
    padding: 0 !important;
}

.fb-transfer-price strong {
    color: #ff5a5f;
}

.fb-transfer-price small {
    display: block;
    font-size: 14px;
    opacity: .85;
    margin-top: -20px;
    margin-bottom: 0 !important;
}


.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    text-wrap: balance;
    text-wrap: pretty;
    display: block;
    color: #fff !important;
}


.woocommerce-page.woocommerce-checkout #payment #place_order, .woocommerce.woocommerce-checkout #payment #place_order {
    width: 100%;
    color: #fff;
    padding: 15px;
}

@media (max-width: 921px) {
  .ast-mobile-header-content {
    display: none !important;
  }
}

@media (min-width: 769px) {
    .footer-nav-wrap .astra-footer-horizontal-menu li:first-child a {
        padding-left: 10px;
    }
 
  .wp-block-list{
    margin-left: 20px;
  }
}

@media (max-width: 544px) {
    .footer-widget-area[data-section="section-footer-menu"] .astra-footer-mobile-vertical-menu {
        display: grid;
        justify-content: left;
    }

    .widget ul {
    margin: 0;
    list-style-type: none;
    margin-left: 20px;
    text-align: left;
  } 

  .ast-footer-copyright{
    padding: 0 10px;
    text-align: left;
  }

  .ast-builder-html-element{
    text-align: left !important;
    margin-left: 15px;
  }

       .fb-benefits-bar{
      display: none !important;
    }

    .fb-hero__overlay {
    height: auto;
    overflow: hidden;
    position: relative;
  }


  
}



.js-brand-marquee {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
}

.js-brand-marquee__stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.js-brand-marquee__logo {
  position: absolute;
  top: 50%;
  width: auto;
  max-width: 130px;
  max-height: 79px;
  transform: translateY(-50%);
  opacity: 0.75;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.js-brand-marquee__logo:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.06);
}

.d-block{
  display: block  !important;
}

/* MARGIN */
.m-0 { margin: 0 !important; }
.m-1 { margin: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.m-5 { margin: 3rem !important; }

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25rem !important; }
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mt-5 { margin-top: 3rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mb-5 { margin-bottom: 3rem !important; }

.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }

.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 1rem !important; }

/* PADDING */
.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.p-5 { padding: 3rem !important; }

.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-4 { padding-top: 1.5rem !important; }
.pt-5 { padding-top: 3rem !important; }

.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-4 { padding-bottom: 1.5rem !important; }
.pb-5 { padding-bottom: 3rem !important; }

.fs-3{
  font-size: 1.5rem !important;
}

.fs-5{
  font-size: 1.25rem !important;
}

#masthead,
.site-header {
  background: rgba(255, 255, 255, 0.52) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

/* Astra inner wrappers: quitar fondos sólidos */
#masthead .ast-primary-header-bar,
#masthead .site-primary-header-wrap,
#masthead .ast-builder-grid-row,
.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
  background: transparent !important;
}

/* Necesario para que el blur se note */
#masthead {
  isolation: isolate;
}


/* Submenu glass / blur */
#masthead .main-header-menu .sub-menu,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,
#masthead .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 0 !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Quita fondos sólidos de los links internos */
#masthead .main-header-menu .sub-menu .menu-link,
#masthead .main-header-menu .sub-menu .menu-item {
  background: transparent !important;
}


/* SUBMENU GLASS ASTRA */
.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,
.ast-desktop .main-header-menu .sub-menu {
  margin-top: 28px !important;

  background-color: rgba(255, 255, 255, 0.68) !important;
  backdrop-filter: blur(16px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(160%) !important;

  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12) !important;
}

/* quitar fondos internos sólidos */
.ast-desktop .main-header-menu .sub-menu,
.ast-desktop .main-header-menu .sub-menu .menu-item,
.ast-desktop .main-header-menu .sub-menu .menu-link,
.ast-desktop .main-header-menu .sub-menu a {
  background: transparent !important;
}

/* importante para que el blur no quede recortado */
#masthead,
.site-header,
.ast-primary-header-bar,
.site-primary-header-wrap,
.ast-builder-grid-row {
  overflow: visible !important;
}


.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    padding: 10px 20px;
    color: #fff;
    font-size: 1rem;
}

.fb-whatsapp-button{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 68px;
    height: 68px;
    border-radius: 999px;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 8px 25px rgba(0,0,0,.18);
    transition: .25s ease;
}

.fb-whatsapp-button:hover{
    transform: scale(1.08);
    background: #20ba5a;
}

.fb-whatsapp-button svg{
    width: 32px;
    height: 32px;
}

@media(max-width:768px){

    .fb-whatsapp-button{
        right: 20px;
        bottom: 20px;
        width: 60px;
        height: 60px;
    }

    .fb-whatsapp-button svg{
        width: 28px;
        height: 28px;
    }


.fs-3{
  font-size: 1.25rem !important;
}

.fs-5{
  font-size: 1rem !important;
}


}


.fb-shipping-note {
  margin: 20px 0;
  padding: 14px 16px;
  background: #fff4f4;
  border-left: 4px solid #ff5a5f;
  font-size: 14px;
  line-height: 1.5;
  color: #1f2937;
}