/** Shopify CDN: Minification failed

Line 148:0 Unexpected "<"

**/







.shopify-policy__container {
    max-width: 1200px!important;
}


/* app */

.appointo-footer {
    display: none;
}







@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}






div#shopify-section-template--24419863134510__newsletter_MKn9wT button.m-newsletter-form__button.m-newsletter-form__button--text.m-button:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}












button.m-newsletter-form__button.m-newsletter-form__button--text.m-button {
    background: #FF95EF;
}



button.m-newsletter-form__button.m-newsletter-form__button--text.m-button:hover {
    background: #faff0c;
    color: black;
}




.m-newsletter-section__form.m\:w-full.md\:m\:w-7\/12.xl\:m\:w-4\/12 {
    margin-top: -1%;
}



/* collection section */

a.m-button.m-button--white.m\:justify-center.m\:items-center {
    background: #FF95EF;
    color: white;
}

a.m-button.m-button--white.m\:justify-center.m\:items-center:hover {
    background: #FAFF0C;
    color: black;
}




/* about us image with text */


@media screen and (min-width: 1280px){
  div#shopify-section-template--24419860152622__image_with_text_96fH79 .m-image-with-text__inner.m\:flex.m\:flex-wrap {
    background: #FF95EF;
}

div#shopify-section-template--24419860152622__image_with_text_96fH79 .m-image-with-text__content.m\:column.m\:w-full.md\:m\:w-1\/2.lg\:m\:w-6\/12.m-scroll-trigger.animate--fade-in-up {
    padding: 50px;
}

div#shopify-section-template--24419860152622__image_with_text_96fH79 .container.m-section-my.m-section-py {
  width: 1200px;
}
}
@media screen and (min-width: 768px){
 div#shopify-section-template--24419860152622__image_with_text_96fH79 .m-image-with-text__content.m\:column.m\:w-full.md\:m\:w-1\/2.lg\:m\:w-6\/12.m-scroll-trigger.animate--fade-in-up {
    padding: 40px;
} 
}



/* about us text */

@media screen and (min-width: 1280px){
  div#shopify-section-template--24419860152622__custom-content .container-fluid.m-section-my.m-section-py.m-custom-content__container {
  width: 1171px;
  padding: 0;
}
}









/* newsletter */

div#shopify-section-template--24419863134510__newsletter_MKn9wT input#ContactSubscribe-template--24419863134510__newsletter_MKn9wT-email {
    border-radius: 0;
}







<span class="product-price" data-base-price=""></span>

<script>
document.addEventListener("DOMContentLoaded", function () {
  const quantityInput = document.querySelector('input[name="quantity"]');
  const priceElement = document.querySelector('.product-price');
  const basePrice = parseFloat(priceElement.dataset.basePrice);

  function updatePrice() {
    const quantity = parseInt(quantityInput.value) || 1;
    const totalPrice = (basePrice * quantity).toFixed(2);
    priceElement.innerText = `$${totalPrice}`;
  }

  quantityInput.addEventListener('input', updatePrice);
  updatePrice();
});
</script>


















.shopify-policy__title h1 {
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 700 !important;
}





















