/** Shopify CDN: Minification failed

Line 642:0 Unexpected "}"

**/
@charset "UTF-8";

body {
  overflow-x:hidden;
}

/* CUSTOM FONTS (asset files aren't working, loading directly into files & linking here) */

@font-face {
  font-family: 'HouseOfYes';
  /*A custom font used as a display typeface (headlines, callouts). Never used in body copy, but it can be used small size text.*/
  src: url('/cdn/shop/files/HouseofYes-Bold.woff?v=1746127091') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Axel Grotesque';
  /* Used in all caps for short callouts, subheads, and microcopy.*/
  src: url('/cdn/shop/files/BNAxelGrotesk-Bold.woff?v=1746127400') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
}

@font-face {
  font-family: 'Gooper';
  /* Used in headlines to make a friendly impact. It can also be used in body copy on a few words to call something out. */
  src: url('/cdn/shop/files/Gooper7-SemiBold.woff?v=1746127459') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Relative';
  /* Used in body copy, a clean modern way to get longer information across */
  src: url('/cdn/shop/files/relative-medium.woff?v=1746127532') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body,
button,
input,
select,
textarea {
  font-family:Relative;
}

.header,
.mobile-header {
  font-family: Axel Grotesque, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  font-size: 20px;
  text-transform: uppercase;
}

a.mobile-menu__item span.icon, .mobile-dropdown.mobile-dropdown__position--left {
padding-top:8px;
height:100%;
}


.wave-container {
margin-bottom:-2px;
}

p {
  font-family:Relative;
}

.hp-banner h2 {
font-weight:bold;
text-shadow: -1px -1px 0 #7cc8ef, 1px -1px 0 #7cc8ef, -1px 1px 0 #7cc8ef, 1px 1px 0 #7cc8ef;
  
}

.hp-banner .image-with-text-overlay__preheading span p 
 {
  background-color:#7BC7EF;
  font-family: Gooper;
  border-radius:4px;
  font-size:32px;
   margin:auto;
   margin-bottom:40px;
   text-transform:uppercase;
   max-width:400px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);  
}
          

h1.title, h2.title, h3.image-with-text__heading, h2,
.h2   {
  font-family:Gooper, serif;
}

h3, h4 {
  font-family:Axel Grotesque, sans-serif;
  text-transform: uppercase;
}

a.button {
  font-family: HouseOfYes, serif;
  font-weight:bold;
}

.announcement-bar__text p{
  font-family:HouseOfYes, serif;
}

.footer__heading {
  font-family:Axel Grotesque, sans-serif;
  text-transform:uppercase;
}

/* Button Hover States */
a.button.button--link-style {
  padding:20px;
   border-bottom: 0px solid;
  text-decoration: underline;
  text-underline-offset: 8px; 
}

 div#shopify-block-seal_subscriptions_subscriptions_link_GHjTig a {
   background-color:#ffe600;
   color:#852556;
   padding:18px 20px;
 }

div#shopify-block-seal_subscriptions_subscriptions_link_GHjTig a:hover {
  color:#ffffff;
  background-color:#852556;
}

.customers-addresses a.button.action_button.button--secondary {
  max-width:350px;
}

input.button.button--secondary {
  clip-path: xywh(0 5px 100% 75% round 15% 0) !important;
  max-width:300px;
}

button.button.button--add-to-cart {
max-width:100%;
  font-size:24px;
  height:60px !important;
}

.purchase-details .purchase-details__spb--false { 
margin-top:4px;
}

#shopify-section-template--24525843628320__main button.button.button--add-to-cart {
  background-color:#B5236F;
}

#shopify-section-template--24525843628320__main button.button.button--add-to-cart:hover {
  background-color:#FFE700;
  color:#B5236F;
}



.flickity-enabled.is-draggable .flickity-viewport, .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: default;
  
}

.button__rays {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  overflow: visible;        /* let rays escape */
  pointer-events: none;
}

.rays line {
  stroke: #0D171A;
  stroke-width: 2;
  opacity: 0;
  /* draw‑on effect via dash array: */
  stroke-dasharray: 10;
  stroke-dashoffset: 10;
  transition:
    opacity 0.2s ease-out,
    stroke-dashoffset 0.3s ease-out;
}

/* stagger each ray a little for a “hand‑drawn” feel */
.rays line:nth-child(1)  { transition-delay: 0s;   }
.rays line:nth-child(2)  { transition-delay: 0.05s; }
.rays line:nth-child(3)  { transition-delay: 0.1s;  }
.rays line:nth-child(4)  { transition-delay: 0.15s; }
.rays line:nth-child(5)  { transition-delay: 0.2s;  }
.rays line:nth-child(6)  { transition-delay: 0.25s; }
.rays line:nth-child(7)  { transition-delay: 0.3s;  }
.rays line:nth-child(8)  { transition-delay: 0.35s; }

/* on hover: make rays visible and slide the dash to zero */
a.button--link-style:hover .rays line {
  opacity: 1;
  stroke-dashoffset: 0;
}



/* BACKGROUND COLORS FOR HOMEPAGE SECTIONS */

section.yellow {
background-color:#fff3ab;
}

section.light-blue {
background-color:#7cc8ef;
}
section.blue {
background-color:#00a4e7;
}
section.black {
background-color:#0D171A;
}
section.light-pink {
background-color:#F1769C;
}
section.dark-pink {
background-color:#852556;
}

section.pink {
background-color:#EC1680;
}

section.white {
background-color:#ffffff;
}
section.dark-blue {
background-color:#0082c9;
}
section.light-yellow {
background-color:#FEFEEB;
}
section.green {
  background-color:#b4d338;
}

.cardboard a.button {
font-size:24px;
}

.cardboard h3.image-with-text__heading {
color:#852556;
}

@media (max-width: 768px) {
.cardboard h3.image-with-text__heading {
  font-size:1.2rem;
}
  .cardboard a.button.button--primary  {
font-size:24px;
}
  .hp-banner .caption-content {
  margin-top:0;
    padding:10px 14px 30px 14px !important;
}

}


/* SHOP PAGE STYLING */
.product-thumbnail__title {
  font-family:Gooper;
  color:#007ACC;
}

/* Product Page */

.product .title.faq-title, .product-wholesale .title.faq-title {
  margin-top:100px;
}
.product-thumbnail__price.price {
font-family:Relative;
}

input {
  font-family:HouseOfYes;
}

.purchase-details__quantity.product-quantity-box.quantity-box--stacked{
  max-width: 180px;
  margin-left:20px;
  padding-right:40px;
}

span.select {
  color:#b5236f;
}

.flavor-dropdown label, legend.option-title.label {
  font-family:Gooper;
  margin-top:20px;
}

#flavor-select option, #flavor-select {
  font-family:Relative;
  color:#b5236f;
}

/* CART STYLING */

.ajax-cart {
  color:#000000;
}

.ajax-cart__cart-title{
font-family:Axel Grotesque;
  text-transform: uppercase;
  font-size:24px;
}

.ajax-cart__product-title {
  font-family:Gooper;
  font-size:24px;
}

.template-customers-login .header,
.template-customers-register .header,
.template-customers-account .header {
background-color: #ec1680 !important;
}

@media only screen and (max-width: 798px) {
  .product__images {
    margin-bottom: 30px;
  }
  .title {
  font-size: 32px;
  }
  .purchase-details__quantity.product-quantity-box.quantity-box--stacked{
  max-width: 100%;
  margin-left:0px;
  padding-right:0px;
}
.purchase-details__quantity.product-quantity-box.quantity-box--stacked input{
font-size:20px;
line-height:16px;
}
}


/* WHOLESALE FORM */

.wholesale input, .wholesale p, .wholesale input::placeholder, .wholesale textarea  {
font-family: Relative;
}

.contact input, .contact p, .contact input::placeholder, .contact textarea  {
font-family: HouseOfYes;
}

.contact-form__heading.title  span {
  color:#000;
}
.contact-form__heading.title {
margin-top:40px;
}


.wholesale div.contact-form__form {
padding-top:0;
}


/* FOOTER STYLING */

div.one-third:has(.footer-logo) {
  text-align:center;
  margin:0;
 
}

img.footer-logo {
  max-width:200px;
  margin:auto;
  text-align:center;
  vertical-align: top;
}

.footer__menu, ul.social-icons {
  width:150px;
  margin:auto;
}



.slider-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.color-overlay {
  position: absolute; top: -100%; left: 0;
  width: 100%; height: 100%;
  transition: transform 1.2s cubic-bezier(0.25,0.46,0.45,0.94);
  z-index: 10;
}
.color-overlay.slide-down {
  transform: translateY(100%);
}
.slider-content {
  position: relative; width: 100%; height: 100%;
  display: flex; flex-direction: column;
  justify-content: space-around; align-items: center;
  z-index: 5;
}
.product-name {
  display: flex; gap: 30px;
  font-size: 48px; font-weight: bold; color: white;
  align-items: center; justify-content: center;
  z-index: 15;
  font-family:Gooper;
}
.word-part {
  transition: transform 0.8s ease-out;
  display: inline-block;
}
.milkshake-image {
  position: absolute; z-index: 5;
  width: 100%;
  max-width:700px;
  height: auto;
  object-fit: contain;
  transition: opacity 1.5s ease;
}
.nutrition-panel {
  display: flex; gap: 19px;
  background: white; border-radius: 15px;
  padding: 20px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  z-index: 15; min-width: 95%;
}
.nutrition-item { flex: 1; text-align: center; }
.nutrition-value {
  font-size: 16px; font-weight: bold;
  margin-bottom: 5px; transition: all 0.4s ease;
  color:#322e21;
  font-family:HouseOfYes;
}
.nutrition-label {
  font-size: 12px; line-height: 1.2; color: #322e21;
}
.controls {
  position: absolute; bottom: 20px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 10px; z-index: 15;
}
.control-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer; transition: all 0.3s ease;
}
.control-dot.active {
  background: white; transform: scale(1.2);
}

/* CARROT ANIMATION */
section.section.carrot {
  text-align:center;
  width:100%;
}

section.section.carrot .carrot-image {
  width:300px;
  margin:auto;
  padding-bottom:20px;
}
section.carrot {
margin-top:-10px;
padding-bottom:30px;
}

@media (max-width: 768px) { 
section.section.carrot .carrot-image {
max-width:200px;
  margin-left:auto;
  margin-right:auto;
}
section.carrot {;
  padding-bottom:0px;
}
  #myCarrotSVG {
    width:350px;
    height:350px;
  }
  .product .title.faq-title, .product-wholesale .title.faq-title {
  margin-top:0px;
}
.good-snacks h2 {
  font-size:32px;
}
}

.leaves {
  transform-box: fill-box;
  transform-origin: bottom center;
  animation: leafWave 3s ease-in-out infinite;
  transform: translate(20px, -110px) scale(0.4) rotate(0deg);
}

@keyframes leafWave {
  50% { transform: translate(20px, -110px) scale(0.4) rotate(8deg); }
}

svg .finger {
  transform-box: fill-box;
  transform-origin: 20px  90px;      
  transform: rotate(90deg);         
  transition: transform 0.6s ease-out;
}

svg.in-view .finger {
  transform: rotate(0deg);
}

/* CALLOUTS ANIMATION */
.callouts .gallery__item img {
  max-width:180px;
}

.callouts .gallery__item:nth-of-type(1) img, .callouts .gallery__item:nth-of-type(4) img, .callouts .gallery__item:nth-of-type(6) img{
  transform-box: fill-box;
  transform-origin: bottom center;
  animation: imgWave 3s ease-in-out infinite;
  transform: rotate(0deg);
}

.callouts .gallery__item:nth-of-type(3) img, .callouts .gallery__item:nth-of-type(7) img {
  transform-box: fill-box;
  transform-origin: bottom center;
  animation: imgWave 1s ease-in-out infinite;
  transform: rotate(0deg);
}

.callouts .gallery__item:nth-of-type(2) img, .callouts .gallery__item:nth-of-type(5) img{
  transform-box: fill-box;
  transform-origin: bottom center;
  animation: imgWaveBack 2s ease-in-out infinite;
  transform: rotate(0deg);
}

@keyframes imgWave {
  25% { transform:  rotate(5deg); }
  75% { transform:  rotate(-5deg); }
  100% { transform:  rotate(0deg); }
}

@keyframes imgWaveBack {
  25% { transform:  rotate(-5deg); }
  75% { transform:  rotate(5deg); }
  100% { transform:  rotate(0deg); }
}

/* COMPETITOR'S TABLE */

section.section.comparison {
  background-color:#ffffff;
  width:100%;
  max-width:100%;
  height:100%;
  padding-bottom:40px;
}

.feature-comparison td p {
  color:#322e21;
  font-size:40px;
  font-family:HouseOfYes;
}

.feature-comparison { 
  width:100%; 
  box-shadow: 10px 10px 0px #b5236f;
  max-width: 800px;
  margin: 0 auto;
  background: #FFFFFF; 
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border-radius: 16px;
  border: 1px solid #00a3e6;
  border-bottom-width:0;
  border-top-width:2px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 16px; 
}
    
table tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}

.feature-comparison th { 
  border: 1px solid #00a3e6;
  text-align: center; 
  vertical-align: middle;
  font-family: Gooper;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  color: #022335;
  border-top-width:0;
  padding: 1rem;
}

.feature-comparison th:first-child { 
border-top-left-radius: 16px;
}
.feature-comparison th:last-child { 
border-top-right-radius: 16px;
}

.feature-comparison td { 
  border: 1px solid #00a3e6;
  border-bottom-width: 2px;
  text-align: center; 
}

}
.feature-comparison th.feature { 
  text-align: left; 
  background: #b4d338;
}

.feature {
  font-family:Gooper;
}

.feature-comparison-wrapper {
  max-width: 800px;
  margin: 0 auto 3rem;
  background: #FFFFFF; 
  border-radius: 16px;
  overflow: hidden;
}

/* Highlight the middle column */
.feature-comparison th:nth-child(2),
.feature-comparison td:nth-child(2) {
  background: #79d2f7; /* matches your wrapper */
  min-width:200px;
}

/* Rows */
.feature-comparison td {
  padding: 1.25rem;
  text-align: center;
  vertical-align: middle;
}
.feature-comparison td.feature {
  text-align: left;
  color: #022335;
  font-weight: 500;
}

.feature-comparison tbody tr + tr td {
  border-top: 1px solid rgba(0,0,0,0.1);
}

.feature-comparison img {
  display: block;
  margin: 0 auto .5rem;
  width: 140px;
  height: auto;
}

/* Rounded bottom corners */
.feature-comparison-wrapper .feature-comparison tbody tr:last-child td:nth-child(1) {
  border-bottom-left-radius: 16px;
}
.feature-comparison-wrapper .feature-comparison tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

.competitor h2 {
  max-width:800px;
}
  ul.social-icons {
  width:150px;
  margin:auto !important;
  text-align:center;
    padding-bottom:40px;
    padding-top:20px;
}

ul.social-icons li {
  padding:0 14px;
}

.pink h2 {
font-weight:bold;
font-size:2em;
font-family:Gooper;
}

.pink .heading-section__subheading.subtitle p{
font-size:2.2em;
font-family: HouseOfYes;
line-height:1.2em;
margin-top:20px;
}

/*MOBILE STYLING */
@media (max-width: 768px) {
.pink h2 {
font-size:1em;
}

.pink .heading-section__subheading.subtitle p{
font-size:1.4em;
line-height:1.2em;
}
  
  .competitor h2 {
  font-size:1.5rem;
}
  .feature-comparison th:nth-child(2),
.feature-comparison td:nth-child(2) {
  min-width:80px;
}

  
  section.section.comparison { 
padding:20px 0 100px 0;
    margin-top:-2px;
  }
  
.feature-comparison td {
  padding: 0rem;
  font-size:12px;
  padding: 4px;
}
.feature-comparison th {
  font-size: 10px;
  padding: 2px;
  text-align:center;
}
  .feature-comparison { 
width:90%;
    margin:auto;
  }
  .feature-comparison td p {
font-size:20px;
  }
  
.hp-banner h2.title  {
font-size:1.3rem;
line-height:1.5rem;
  }


.hp-banner div.caption-content {
padding:10px;
} 

  p {
    font-size:18px;
  }

  a.button.button--secondary, a.button.button--primary  {
  font-size:32px;
    max-width:100%;
    width:100%;
}

    a.button--link-style.button  {  
  font-size:32px !important;
}

div.image-with-text__button.buttons{
  display:block;
}
   .hp-banner .image-with-text-overlay__preheading span p {
     font-size:24px;
   }  

  .title.faq-title {
  margin-top:40px;
}
  
.footer__menu {
  width:100%;
  margin:auto !important;
  text-align:center;
}
  


div.control {
  text-align:center;
}

    .contact-form .contact-form__form {
margin-top:0px;
}

  .callouts .gallery__item {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    padding-bottom:20px;
}

  .callouts .gallery__item:nth-of-type(7)  {
    width: 100%;
    max-width:100%;
}

  .callouts .gallery__item:nth-of-type(7)  img{
width: 60%;
  }
  }

/* REFERRALS */

.referrals .placeholder-svg path, .referrals .placeholder-svg circle{
display:none;
}
.referrals .placeholder-svg {
  background-color: rgba(255, 255, 255, 0);
  border-width:0;
  height:300px;
}
.referrals .caption {
  padding-bottom:80px;
}
.referrals h3 {
  font-family:Gooper, sans-serif;
  font-size:1rem;
  color:#0D171A;
}

.referrals .caption-content {
  
  border-Radius:16px;
  margin-top:30px;
}

.referrals p {
  font-size:19px;
  line-height:28px;
}

@media (max-width: 768px) {
.placeholder-svg {
  display:none;
}
  .referrals .caption-content {
  padding:10px 0 20px 0;
    max-width:90%;
}
}
.swatch-element {
  border: 2px solid #ffe600;
}

.swatch input:checked + .swatch-element {
  border: 1px solid #ffe600;
  box-shadow: 0px 0px 3px 3px #ffe600;
}

.swatch label {
font-size:18px;
font-weight:bold;
text-transform:none;
}
 .ai-html-text-block-aywtieta2l0hezkzqwaigenblockbb879c8efgwgc {
      max-width:1300px;
      margin:auto;
      padding-bottom:30px;
    }

/* WHAT'S INSIDE CALLOUT */
    .ingr { 
      background:var(--bg); 
      color:var(--txt); 
      padding:14px 24px 24px 24px; 
    }
    .ingr .wrap { 
      max-width:1240px; 
      margin:0 auto; 
    }
    .ingr .ttl { 
      margin:0 0 28px; 
      text-align:center; 
      font-weight:900; 
      line-height:.92; 
      font-size: 60px;
      color:var(--txt);
    }

    .ingr .cols { 
      display:grid; 
      grid-template-columns: 1fr 1fr; 
      gap:48px; 
      align-items:start; 
    }
    .ingr .viz { position:relative; min-height:320px; }
    .ingr .bar{ 
      width:100%; 
      height:auto; 
      display:block; 
      border-radius:8px; 
      margin-top:20px;
    }

    /* ARROW POSITION  */
    .ingr .arr{ 
      position:absolute; 
      width:50px; 
      top:60%; 
      left:30px; 
      transform: rotate(20deg); 
      pointer-events:none; 
    }
    
    .ingr .list { 
      display:flex; 
      flex-direction:column; 
      gap:14px; 
    }

    .ingr .item, .ingr .item .label { 
      background:none; 
      border:0; color:var(--txt) !important; 
      text-transform:uppercase; font-weight:900; 
      letter-spacing:1px; cursor:pointer; 
      padding:4px 2px; display:inline-flex; 
      flex-direction:column; 
      align-items:flex-start; 
          font-family:HouseOfYes;
      font-size:32px;
    }
    .ingr .squig{ width:70%; max-width:300px; height:14px; color:var(--accent); opacity:0; transform: translateY(-2px) scaleX(.9); transition: opacity .22s, transform .22s; }
    .ingr .item:hover .squig,
    .ingr .item:focus-visible .squig,
    .ingr .item.is-active .squig{ opacity:1; transform: translateY(-2px) scaleX(1); }

    /* RIGHT TEXT */
    .ingr .panel{ display:none; margin-top:16px; max-width:720px; }
    .ingr .panel.is-active{ display:block; }
    .ingr .blurb{ 
      font-weight:800; 
      padding-top:20px;
    }
    .ingr .blurb p{ 
      font-family:Gooper;
      font-size:18px;
      padding-left:80px;
      padding-right:20px;
    }
    .ingr .h{ margin:0 0 8px; font-weight:900; font-size: clamp(22px,2.2vw,34px); }

    
    @media (max-width: 989px){
      .ingr{ 
        padding:14px 18px 24px 18px; 
      }
      .ingr .cols{ grid-template-columns: 1fr; gap:20px; }
      .ingr .viz{ order:-1; }
      .ingr .arr{ 
        left:0; 
        top:50%; 
        transform: rotate(20deg); 
        width:32px; 
      }
      .ingr .label{ 
        font-size: clamp(24px,6.2vw,42px); 
      }
        .ingr .blurb p{ 
      padding-left:32px;
      padding-right:0px;
    }
    .ingr .item, .ingr .item .label { 
        font-size:28px;   
    }
     .ingr .ttl { 
      line-height:.92; 
      font-size: 46px;
      color:var(--txt);
    }
    
    }


    .footer__extra-content.section {
      background-color:#EC1680;
    }


.footer__content a:hover,
.footer__content a:active {
  color: #ec1680;
}


/* TESTIMONIALS */

section.testimonial-reviews {
padding-bottom:80px;
}
.testimonial-reviews .testimonial__description {
padding:20px;

}
.testimonial-reviews .testimonial__name {
  padding: 0 20px;
  height: 80px;
}

.testimonial-reviews .testimonial__name h6 {
font-family: Gooper, serif;
}
.testimonial-reviews p {
font-size:18px;
text-align:left;
}

.testimonial-reviews div.testimonials.container {
max-width:1200px;
}

.image__container.product__imageContainer{
  border-radius:8px;
  border:solid 2px #00A4E7;
  box-shadow: -6px 6px 0px #b5236f;
}

.ajax-cart__form {
  max-height: 85vh;
}

.testimonial-block.testimonial-border--true {
border-radius:8px;
}

@media (max-width: 450px){

  ul.social-icons {
    padding-bottom:0px;
    padding-top:10px;
}
.announcement-bar--visible .announcement-container {
height:70px;
}
.announcement-bar__text {
  font-size:16px;
  line-height:18px;
}
.show-close-icon-true {
  padding-left: 0px;
}

}

@media only screen and (min-width: 799px) {
  .testimonials .flickity-page-dots {
    display: block;
  }
  .testimonials {
    padding-bottom:40px;
  }
  .testimonial__nav-wrapper {
  justify-content: space-between;
  margin-left:auto;
  margin-right:auto;
  margin-top:15%;
  position:absolute;
}
.testimonial__nav-wrapper .icon {
margin-left:30px;
margin-right:30px;
}
}

 .product-block .money {
  color:#ffffff;
}

.product-block span.sale.savings {
  color:#852556;
}

span.wholesale {
  color:#000;
}

.ou-icons {
  width:100%;
  display:flex;
  margin:20px auto 0px auto;
}
.ou-icons img {
  width:auto;
  height:60px;
  max-width:100%;
  padding-right:10px;
}
p.small {
  font-size:12px;
}

a.button.button--secondary,
a.button.button--primary,
button.button--add-to-cart,
div#shopify-block-seal_subscriptions_subscriptions_link_GHjTig a,
.button.button--primary {
  font-family: HouseOfYes, serif;
  font-weight: bold;
  max-width: 500px;
  border-radius: 20px;
  -webkit-clip-path: inset(5px 0 25% 0 round 15% 0);
  clip-path: inset(5px 0 15% 0 round 15% 0);
}
