/** Shopify CDN: Minification failed

Line 392:0 Unexpected "}"

**/


 

@media only screen and (min-width: 600px) {
responsive-image.m-image.m\:w-full.gg.m-image-loaded {
    height: 50px;
}
        .m-image-card__inner {
        background: #ffffff!important;
        }
  .m-product-tabs .m-tabs__wrapper {
    justify-content: center;
    width: 100%;
  }
.m-product-tabs--horizontal .m-tab-header {
    padding: 5px 70px 7px;
}

  
product-card__content .m-product-card__action-wrapper .m-button, .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .shopify-payment-button__button.shopify-payment-button__button--unbranded, .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .spr-button.spr-button-primary {
    border-radius: 50px;
}
.m-product-tabs--horizontal .m-tab-header:after {
    color: #ffffff00;
}
span.m-price-item.m-price-item--regular {
    color: #ff0000;
  text-align:center!important;
}
.m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .m-button, .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .shopify-payment-button__button.shopify-payment-button__button--unbranded, .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .spr-button.spr-button-primary {
    max-width: 150px;
    border-radius: 50px;
}
section#m-section-template--23472879010136__rich_text_dW87Lf {
    background-image: url(/cdn/shop/files/Group_215_1.png?v=1739721048);
    color: #000;
  background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10%;
}
  .m-rich-text__image-1 {
    --image-width: 253px!important;
    bottom: 41%!important;
    left: 7.8%!important;
    transform: translateY(50%);
}
  .m-section__tabs.m-scroll-trigger.animate--fade-in-up {
    display: table-caption;
}
  .m-tabs__wrapper {
    background: #fff !important;
}
  .m-product-card__content.m\:text-left {
    background: #F6F6F6;
  }
  button.m-add-to-cart.m-spinner-button.m\:w-full.m-button.m-button--secondary {
    display: none;
}
      .m-product-card__content.m\:text-left {
        background: #f6f6f6;
        padding: 10px 20px;
        min-height: 100px;
        border-radius: 0 0 20px 20px;
    }
section.m-section.m-custom-liquid.icons-three {
    padding: 0 300px;
}

  body .m-footer--block .social-media-links {
    margin: 20px 0!important;
  }
div#m-custom__block--image_6wy6qL {
    margin: auto;
}
  div#m-custom-template--23472879010136__custom_content_Jii4Uh {
    text-align: center;
}
}
.m-newsletter-form__input-wrapper {
    border-radius: 50px !important;
}
input[type=text], input[type=email], input[type=password], input[type=search], select {
    border-radius: 25px;
}
.m-newsletter-form__button-inline .m-newsletter-form__button {
    border-radius: 50px;
}
.m-image-card__img {
    height: 500px;
    border-radius: 25px;
}
.m-image-card__content {
    bottom: 30px!important;
}
    .m-image-card__inner {
        background: #f5f5f5;
    }

.m-header__container.container-fluid {
    backdrop-filter: blur(10px);
}
.m-open-modal .m-modal--content {
    background: #fff;
}

.m-button--primary, .shopify-payment-button__button.shopify-payment-button__button--unbranded, .spr-button.spr-button-primary {
    border-radius: 50px!important;
}
.m-collection-card.m-collection-card--standard.m-scroll-trigger.animate--fade-in-up {
    background: #fff;
    border-radius: 12px;
}
.m-collection-card__link{
  padding:0 0 10px 15px;
}


.arrow-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.arrow-icon {
  transition: transform 0.3s ease;
}

.arrow-icon-circle:hover .arrow-icon {
  transform: rotate(45deg); /* Rotate the arrow 45 degrees on hover */
}
    .m-hover-box--scale-down .m-hover-box__wrapper, .m-hover-box--scale-down .m-image, .m-hover-box--scale-down svg {
        border-radius: 12px 12px 0 0;
    }
/* Wrapper for the entire section to handle the two-column layout */
.m-section__wrapper {
    margin-bottom: 50px;
  display: flex;
  gap: 20px; /* Adjust the spacing between left and right sections as needed */
}

/* Styling for the left content area */
.m-section__left {
  flex-basis: 70%; /* Take up 50% of the available space */
  flex-grow: 1;
}

/* Styling for the right content area containing the text and button */
.m-section__right {
    align-self: center;
  flex-basis: 30%; /* Take up 50% of the available space */
  display: flex;
  align-items: flex-start; /* Aligns text and button to the left */
  gap: 10px; /* Space between the text and the button */
}

/* Styling for the right-side text */
.right-side-text {
  font-size: 16px; /* Adjust size for better readability */
  color: #333; /* Adjust the color as needed for visibility */
  font-weight: 400; /* Font weight for consistent styling */
}

/* Styling for the "Learn More" button */
.right-side-button {
  display: inline-block;
  padding: 10px 20px; /* Padding for the button for a comfortable clickable area */
  background-color: #000; /* Button background color (black) */
  color: #fff; /* Button text color (white) */
  text-decoration: none;
  border-radius: 30px; /* Makes the button rounded */
  transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition for hover effects */
}

/* Hover effect for the button */
.right-side-button:hover {
  background-color: #333; /* Slightly lighter shade on hover */
  transform: scale(1.05); /* Slight scaling effect for visual feedback */
}
@media only screen and (min-width: 700px) {
.m-image-with-text--move-up-down .m-image-with-text__image-first {
    width: 80%;
    float: right;
}
  .m-product-card {
    margin: 5px;
}

.m-product-media--item {
    width: 50%;
    position: relative;
    overflow: visible!important;
}
}
#m-section--template--23472879010136__scrolling_promotion_nt4hR4 {
    background: #000;
}
.cdc .m-image-with-text--move-up-down .m-image-with-text__image-first {
    float: left !important; /* Overrides the right float */
}
section#m-section-template--23472879010136__image_with_text_mCyKFW {
    background-image: url(/cdn/shop/files/Group_215_1.png?v=1739721048);
    background-size: cover;
}

.m-button--primary:focus, .shopify-payment-button__button.shopify-payment-button__button--unbranded:focus, .spr-button.spr-button-primary:focus, .m-button--primary:hover, .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover, .spr-button.spr-button-primary:hover {
    background: rgb(34 34 34)!important;
    border-color: rgb(34 34 34)!important;    
color: rgb(255 254 254)!important;
}
.m-button:not(.m-button--link,.m-link-underline,.m-button--blank):hover, .shopify-payment-button__button.shopify-payment-button__button--unbranded:not(.m-button--link,.m-link-underline,.m-button--blank):hover, .spr-button.spr-button-primary:not(.m-button--link,.m-link-underline,.m-button--blank):hover {
    box-shadow: 0 0 0 .2rem rgb(34 34 34);
}
    .m-testimonials--layout-6 .m-testimonial__image {
        width: 50%!important;
        margin: 20px auto!important;
    }
    .m-testimonials--layout-6 .m-testimonial__content {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 12px 12px 0 0;
    }
    .m-testimonials--layout-6 .m-testimonial__footer {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid rgb(202 202 202);
          margin-bottom: 20px;
}
.faq-item.open p.answer {
    padding: 10px 20px!important;
}
.m-select-custom--trigger {
    border: 1px solid #000;
    border-radius: 50px;
    font-size: 20px;
    padding: 10px;
    margin-top: 20px;
}
.m-select-custom.isActive .m-select-custom--options {
    margin: 10px 0;
    border-radius: 20px;
    font-size: 20px;
    background: #f5f5f5;
}
.m-product-tabs .m-select-custom:after{
  display:none;
}
.m-product-tabs .m-select-custom .m-select-custom--trigger-icon svg {
    border: 1px solid;
    border-radius: 50px;
    padding: 5px;
    width: 20px;
    height: auto;
}
.m-cart-drawer__inner.m\:h-full.m-gradient.m-color-default {
    background: #fff;
}
.m-product-tabs__add-all {
    margin-top: 40px;
    justify-self: center;
}
@media only screen and (max-width: 700px) {
  .m-product-media {
    margin: 0px!important;
}
  .m-product-card__content {
    text-align: center;
  }
      .m-rich-text__image-1 {
        top: 0!important;
        --image-width: 100%!important;
        bottom: 0!important;
        transform: none!important;
    }
  .m-rich-text--show-images .m-richtext {
    margin-top: 500px;
  }
.m-rich-text__images {
    margin-top: -500px;
}
  .m-section__wrapper {
    display: grid!important;
  }
  .m-content-box.m-richtext.m-richtext--medium.m\:text-left {
    margin-top: 30px;
}
  div#m-custom__block--image_NmJnQL {
    width: 100%!important;
    margin-left: 0!important;
  }
      .m-image-card--content-stack .m-image-card__content {
        padding: 20px 0 20px!important;
      }
  .m-header header {
    background: #ffffff5c!important;
    backdrop-filter: blur(5px)!important;
  }
  .m-collection-page-header__wrapper {
    background: #e2e2e2;
    color: #000;
    border-radius: 20px;
  }
  .m-section__right {
    display: block!important;
  }
  .right-side-text {
    margin-bottom: 20px;
  }
  .cdc .m-image-with-text--move-up-down .m-image-with-text__image-first {
    float: none !important; /* Overrides the right float */
}
      .m-footer--middle .m-footer--block {
        margin-top: 10px!important;
      }
  #shopify-section-sections--23472879567192__footer .m-newsletter-form {
    margin-bottom: 20px;
}
}
.faq-item h5 {
    text-align: left;
    color: #000!important;
}
m-select-component {
    margin-top: -10px;
}
.m-newsletter-form__button-inline .m-newsletter-form__button {
    border-radius: 0 30px 30px!important;
}
#shop-hcaptcha-badge-container {
    display: none!important;
}
.m-search-popup {
    --m-bg-opacity: 0.6;
    position: fixed;
    backdrop-filter: blur(10px);
    background-color: rgb(255 255 255 / 0%);
}
.m-menu-customer a.m-button {
    border-radius: 50px;
}
.m-product-form .m-add-to-cart {
    border-radius: 50px;
}
.m-modal {
    backdrop-filter: blur(10px);
}

.m-open-modal .m-modal--content {
    border-radius: 20px;
}

@font-face {
  font-family: High Tide;
  src: url(/cdn/shop/files/High_Tide_-_Demo.ttf?v=1732378197);
}


    .main-product__block-buy_buttons .m-quantity {
        border-radius: 30px;
    }
    .m-quantity__button {
    background: #000000;
    border-radius: 30px;
    color: #fff;
    }

    .tab-button {
    color: #7c7c7c;
    }
    .tab-button.active {
    color: #000;
}
@media only screen and (min-width: 600px) {
.m-page-header.m-page-header--template-page.m\:text-center.m-scroll-trigger.animate--fade-in-up {
    background: linear-gradient(90deg, rgba(207, 239, 255, 1) 0%, rgba(232, 246, 253, 1) 35%, rgba(255, 255, 255, 1) 100%);
    width: 80%;
    margin: 0 auto 30px;
    border-radius: 20px;
}
}
}
div#shopify-section-template--23472877371736__main {
    background: linear-gradient(90deg, rgba(207, 239, 255, 1) 0%, rgba(232, 246, 253, 1) 35%, rgba(255, 255, 255, 1) 100%);
    margin: 0 auto 20px;
    width: 80%;
    border-radius: 20px;
}
section#m-section--template--23472879010136__product_tabs_FExTtL {
    padding: 100px 0;
}
    .m-product-card__vendor {
    display: none !important;
    }



.m-select-custom--option {
    border-bottom: 1px solid #0000000f;
    padding: 6px;
}


.m-menu-customer__language-currency {
    display: none !important;
}
.m-cart-item__image {
    width: 110px;
    height: 100px;
}

.m-topbar__inner {
    float: left;
    text-align: left;
}
.m-collection-page-header__inner {
    background: linear-gradient(90deg, rgba(207, 239, 255, 1) 0%, rgba(232, 246, 253, 1) 35%, rgba(255, 255, 255, 1) 100%);
    color: #000000!important;
}
h1.m-collection-page-header__title.h2.m\:capitalize.m-scroll-trigger.animate--fade-in-up {
    color: #000000!important;
}
.m-page-header.m-page-header--template-blog.m-page-header--large.m\:text-center.m-scroll-trigger.animate--fade-in-up {
    background-image: url(/cdn/shop/files/close-up-lot-liquid-white-surface_2.jpg?v=1734549092);
    background-size: cover;
    margin: 0 60px 50px;
    border-radius: 20px;
}
@media only screen and (max-width: 600px) {
  .m-page-header.m-page-header--template-blog.m-page-header--large.m\:text-center.m-scroll-trigger.animate--fade-in-up {
    background-image: url(/cdn/shop/files/close-up-lot-liquid-white-surface_2.jpg?v=1734549092);
    background-size: cover;
    margin: 0 10px 50px!important;
  }
}
h1.m-collection-page-header__title.h2.m\:capitalize.m-scroll-trigger.animate--fade-in-up {
    color: #000000 !important;
    z-index: 99!important;
}
.m-collection-page-header .m-breadcrumb {
    margin-bottom: 20px;
    z-index: 99!important
}
.lsn-select__item {
    padding: 0 20px;
}
input[type=text], input[type=email], input[type=password], input[type=search], select {
    border: 1px solid #000!important;
}
.m-cart-drawer {
    background: #00000073;
}
.m-header__inner {
    margin-left: 0!important;
    margin-right: 0!important;
}
@media screen and (min-width: 768px) {
    .m-collection-list--grid .m-collection-list__controls--top {
        position: relative!important;
        display: flex;
        align-items: center;
        top: 0;
        right: 0;
        height: 100%;
    }
}
  #section-template--24804797481304__formula_section_3TqEaf {
    margin:0 auto!Important;
  }