.delivery-warning {
	font-size: 75%;
	border: solid 2px #f79a3d;
	padding: 15px;
	background: #fffbf7; 
	
	p {
		margin: 0;
	}
}

ul li.bullet-arrow:before,
ul li.bullet-checkmark:before,
ul li.bullet-star:before {
  color: var(--fs-color-primary) !important;
}

.header-nav a {
  text-transform: lowercase !important;
}

#whatsapp-floating-button {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #25d366;
  padding: 10px;
  border-radius: 99px;
  bottom: 30px;
  box-shadow: 0 3px 6px #00000091;
  transition: all 250ms;

  &:hover {
    background: #128c7e;
  }

  svg {
    width: 50px;
    fill: #fff;
  }
}

.products .product .box-text-products,
.shop-page-title {
  display: none !important;
}

.product-images img {
  max-height: 600px;
  width: auto !important;
}

.product-page-sections .row {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.product-page-sections .row > .col {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}

.product-section {
  border: unset !important;
  margin-bottom: 20px;
}

.product-section h5.mt {
  margin-top: 0;
}

.es_shortcode_form[data-form-id="4"] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;

  .gjs-row:empty {
    display: none !important;
  }

  .gjs-row {
    margin: 0 !important;
  }

  [type="submit"] {
    margin-right: 0;
  }
}

.interest-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  .tag {
    text-decoration: underline;
    color: var(--fs-color-primary);
  }
}

.header-wrapper.stuck {
	box-shadow: unset !important
}