/** Shopify CDN: Minification failed

Line 44:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@font-face {
  font-family: "Product-Sans";
  src: url("/cdn/shop/files/ProductSans-Regular.woff?v=1758212593")
      format("woff"),
    url("/cdn/shop/files/ProductSans-Regular.woff2?v=1758212593")
      format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Halyard";
  src: url("/cdn/shop/files/fonnts.com-Halyard_Display_Bold.woff?v=1760002501")
      format("woff"),
    url("/cdn/shop/files/fonnts.com-Halyard_Display_Bold.woff2?v=1760002501")
      format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Halyard";
  src: url("/cdn/shop/files/fonnts.com-Halyard_Display_SemiBold.woff?v=1760002649")
      format("woff"),
    url("/cdn/shop/files/fonnts.com-Halyard_Display_SemiBold.woff2?v=1760002649")
      format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Halyard";
  src: url("/cdn/shop/files/fonnts.com-Halyard_Display_Regular.woff?v=1760009411")
      format("woff"),
    url("/cdn/shop/files/fonnts.com-Halyard_Display_Regular.woff2?v=1760009412")
      format("woff2");
  font-weight: 400;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
.byob-bundle-description.byob-text-center {}

.byob-bundle-description.byob-text-center h3 span {
    color: #000 !IMPORTANT;
}

.byob-bundle-description.byob-text-center h3 span strong {
    font-weight: 600;
}
form#ContactForm .field:before,form#ContactForm .field:after {border-radius: 20px;}

form#ContactForm .field input {
    box-shadow: unset !important;
    outline: unset !IMPORTANT;
}
a.header__heading-link.link.link--text.focus-inset {
    position: relative;
    padding: 0 !IMPORTANT;
    min-width: 100px;
    height: 55px;
}
.accordion__content {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 20px;
    color: #606060;
    font-weight: 300;
}
ul.policies.list-unstyled li:nth-child(3) {
    display: none;
}
.shopify-policy__body li p {
    display: inline;
}
a.header__heading-link.link.link--text.focus-inset .header__heading-logo-wrapper {
    position: absolute;
    min-height: 110px;
    min-width: 175px;
    border-radius: 10px;
    top: -25px;
    padding: 15px;
    left: -40px;
}
.testimonial-text-wrapper {
  position: relative;
  margin-bottom: 10px;
  min-height:140px;
}

.read-more-btn {
  background: none;
  border: none;
  color: #2FD7F0;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  font-size:18px
}

.read-more-btn:hover {
  text-decoration: underline;
}

.header__menu-item {
    font-size: 15px;
    color: #233638;
    opacity: 1;
}
.search_mobile {
    display: none;
}
.search_desktop{
    display:none
}
.search_desktop .field:before,.search_desktop .field:after {
    display: none;
}

.search_desktop input.search__input.field__input {
    box-shadow: none !IMPORTANT;
    outline: none !important;
    border-bottom: 1px solid #000;
    padding-left: 0;
        background: transparent;
}

.search_desktop label.field__label {
    left: 0 !important;
    letter-spacing: 0;
    font-style: italic;
    font-size: 15px;
    color: #000;
}
.header__icon--cart svg.icon {
    height: 25px;
    width: 25px;
}



  .flavor-box-section {
        position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 1200px;
    padding: 15px;
    border-radius: 10px;
    margin: 0 auto;
  }

  .flavor-box-wrapper {
    position: relative;
    width: 100%;
  }

  .flavor-main-image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
  }
  .flavor-content h2 {
    margin: 0;
    line-height: 1;
    font-weight: 600;
}
.grid__item:has(.card-wrapper.product-card-wrapper.hide_collection) {
    display: none;
}

  .flavor-content {
    position: absolute;
    padding: 20px;
    max-width: 330px;
  }

  .sparkle-icon {
        margin-left: 10px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 35px;
  }

  .flavor-content .subtext {
    margin-top: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

  .price-text {
        display: flex
;
    padding: 6px 20px;
    border-radius: 9999px;
    margin-top: 10px;
    font-weight: 600;
    max-width: fit-content;
  }

  .flavor-button {
    margin-top: 40px;
    display: flex;
    align-items: center;
    padding: 10px 22px;
    transition: 0.3s;
    max-width: fit-content;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid currentColor;
    gap: 10px;
  }
.flavor-button:hover {
    background: #45e5f6 !IMPORTANT;
    border-color:#45e5f6;
}
.info-images-image {
    max-width: 125px;
}

.info-images-image img {
    max-width: 100%;
}
  /* Positioning classes */
  .flavor-position-top-left .flavor-content    { top: 20px; left: 20px; }
  .flavor-position-top-center .flavor-content  { top: 20px; left: 50%; transform: translateX(-50%); }
  .flavor-position-top-right .flavor-content   { top: 20px; right: 20px; }

  .flavor-position-middle-left .flavor-content { top: 50%; left: 50px; transform: translateY(-50%); }
  .flavor-position-center .flavor-content      { top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .flavor-position-middle-right .flavor-content { top: 50%; right: 50px; transform: translateY(-50%); }

  .flavor-position-bottom-left .flavor-content { bottom: 20px; left: 20px; }
  .flavor-position-bottom-center .flavor-content { bottom: 20px; left: 50%; transform: translateX(-50%); }
  .flavor-position-bottom-right .flavor-content { bottom: 20px; right: 20px; }

      .testimonials-slider-section { 
    padding: 0 0 100px;
    background: #fff;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1200px;
    margin: 0 auto;
    }
    .section-title { 
            font-size: 50px;
    text-align: left;
    letter-spacing: 0;
    font-weight: 700;
    color: #233638;
    margin: 0 0 30px 0;
        }
    .testimonials-slider .testimonial-card {
      background: #F2F3FF;
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    position: relative;
    transition: 0.3s;
    min-height: 250px;
    }
    .testimonials-slider .testimonial-card:hover {
    background: #fff;
    box-shadow: 0px 2px 10px 1px #0000001a;
}
    .testimonial-quote { 
        margin-bottom: 15px; 
    }
    .testimonial-text {     
    font-size: 20px;
    line-height: 1.5;
    color: #233638;
        font-style: italic;
    letter-spacing: 0;
    margin-bottom: 20px; 
}
    .testimonial-author { 
        margin-top:30px;
        display: flex; 
        min-height:50px;
        align-items: center; 
        gap: 10px; 
    }
    .testimonial-author img {
      width: 50px; 
      height: 50px; 
      border-radius: 50%; 
      object-fit: cover;
    }

    /* progress bar styling */
    .testimonials-progress {
      width: 100%;
    max-width: 1170px;
    height: 6px;
    background: #E3FBFF;
    border-radius: 2px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    }
    .progress-bar {
      height: 100%;
      width: 0%;
      display:block !important;
      background: #2FD7F0;
      transition: width 0.4s ease;
    }
    .testimonials-slider-section .slick-prev, .testimonials-slider-section .slick-next {
    top: -55px;
    left: initial;
    height: 50px;
    right: 0;
    width: 50px;
}

.testimonials-slider-section .slick-prev:before, .testimonials-slider-section .slick-next:before {
    display: none;
}

.testimonials-slider-section button.slick-prev.slick-arrow {
    right: 5%;
}
.shopify-section:has(section.testimonials-slider-section) {
    overflow: hidden;
}
.testimonials-slider-section .slick-list.draggable {
    margin-left: -10px;
}
.testimonials-slider-section .slick-arrow:hover svg path {
    stroke: #00daf2;
}

.testimonials-slider-section .slick-arrow path {
    transition: 0.3s;
}

.testimonials-slider-section .slick-slide {
    margin: 0 5px;
    
    padding: 8px;
}
.testimonial-author span {
    font-size: 20px;
    color: #233638;
}
  .cookies-way-section {
    background-size: cover;
    background-position: center;
    padding: 60px 0;
        margin: 100px 0;
  }

  .cookies-way-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .cookies-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
  }

  .cookies-left {
        display: flex;
    width: 100%;
    gap: 20px;
    align-items: center;
    max-width: 56%;
  }

  .cookie-icon img {
        max-width: 100%;
    height: auto;
    display: block;
  }

  .cookie-text h2 {
    margin: 0;
    font-weight: 700;
  }

  .cookie-text p {
        margin-top: 10px;
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: 'Halyard' !important;
    line-height: 1.6;
    font-weight: 400;
  }

  .cookies-right a {
        background: #FFA69E;
    text-align: center;
    display: flex;
    gap: 8px;
    color:#fff;
    transition: 0.3s;
    text-decoration: none;
    padding: 10px 15px;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #FFA69E;
  }
  .cookies-right a:hover {
    background: transparent;
    border-color: #000;
    color:#000;
}


  .cookies-right img {
        max-width: 40px;
    display: block;
  }

  .order-btn-text {
    font-family: Halyard !important;
    border-radius: 9999px;
    display: inline-block; 
    margin: 0;
    transition:0.3s; 
    letter-spacing: 0;
    padding-right: 11px;
  }
.cookies-right a:hover p.order-btn-text {
    color: #000 !important;
}
button#CartDrawer-Checkout {
    background: #FDBCB4;
    border: 1px solid #FDBCB4;
}
.hello-bro-msg {
    letter-spacing: 0;
    color: #000;
    background: #e6f8ff;
    transition:0.3s;
    font-size: 14px;
    padding: 10px 10px;
    max-width: fit-content;
    border: 1px solid #9481fe;
    position:relative;
    border-radius: 10px;
}
.hello-svg {
    display: block !important;
    width: 20px;
    height: 20px;
    background: #dff8ff;
    border: 1px solid #b481fa;
    position: absolute;
    top: -10px;
    transform: rotate(45deg);
    border-radius: 3px;
    left: 28px;
    border-width: 1px 0 0 1px;
}

.hello-bro-msg h2 {
    margin-bottom: 5px;
    margin-top:0;
    font-size: 16px;
}
.hello-bro-msg p {
    margin-top: 0;
    font-weight: 300;
    font-family: 'Assistant' !IMPORTANT;
    letter-spacing: 0;
    line-height: 12px;
}

.hello-bro-msg p strong {
    font-weight: 600;
}

button#CartDrawer-Checkout:before,button#CartDrawer-Checkout:after {
    display: none;
}
  .cookie-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
  }

  .cookie-block {
    background: hsl(0deg 0% 100% / 70%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    display: flex
;
    gap: 25px;
    width: 32%;
    align-items: center;
  }
.cookie-block h4 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 600;
}
  .cookie-block img {
    max-width:50px;
  }
.cookie-icon {
    width: 100%;
    max-width: 150px;
}









 .info-images-section {
    padding: 100px 15px;
  }

  .info-images-wrapper {
        display: flex;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
  }

.info-left {
    width: 100%;
    max-width: 29%;
}


  .info-subtext {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
    line-height: 1.4;
    color: #2FD7F0;
    font-family: satisfy !important;
  }

  .info-heading {
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 14px;
    line-height: normal;
        color: #233638;
  }

  .info-richtext {
    margin-bottom: 20px;
    line-height: 1.7;
    color: #585858;
    margin-top: 35px;
  }

  .info-button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 9999px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
  }

  .info-button:hover {
    opacity: 0.9;
  }

  .info-right {
        width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 65%;
  }

  .info-img {
    width: calc(50% - 10px);
    border-radius: 20px;
    object-fit: cover;
  }

.shopify-section.section:has(.home_ban) {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.shopify-section.section:has(.home_ban) img {
    border-radius: 20px;
}

.home_ban .banner__media.media {
    background: transparent;
}

.home_ban .banner__box.content-container {
    max-width: 445px;
    padding: 35px;
    border-radius: 20px;
    background: #ffffffdb;
}

.home_ban .banner__content.banner__content--middle-right.page-width {padding: 70px;}

.home_ban h2.banner__heading.inline-richtext.h1 {
    color: #233638;
    font-weight: 700;
}

.home_ban .banner__text.rte.body {
    color: #585858;
    letter-spacing: 0;
    padding-top: 15px;
    padding-bottom: 20px;
}

.home_ban .banner__text.rte.body strong {
    color: #9381FF;
    font-weight: 700;
    font-family:Halyard
}

.home_ban .banner__buttons a.button.button--primary:before,
.home_ban .banner__buttons a.button.button--primary:after {
    display: none;
}

.home_ban .banner__buttons a.button.button--primary {
    min-height: 60px;
    letter-spacing: 0px;
        font-family: Halyard ! IMPORTANT;
    gap: 8px;
    line-height: 20px;
    transition: 0.3s;
    border: 1px solid rgba(var(--color-button),var(--alpha-button-background));
    font-size: 16px;
    border-radius: 40px;
}

.home_ban .banner__buttons a.button.button--primary img {
    max-width: 30px;
}

.home_ban .banner__buttons a.button.button--primary:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}
.contact__button button.button {
    font-weight: 600;
    background: #FFA69E;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #FFA69E;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    letter-spacing: 0;
    color: #233638;
}

.contact__button button.button:before, .contact__button button.button:after {
    display: none;
} 

.contact__button button.button:hover {
    background: #b481fa;
}

footer.footer {
    background: url(/cdn/shop/files/Group_4_58491696-b5bd-4383-85ca-3baec6dccbc6.png?v=1760028851);
    background-size: cover;
}

.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-size: 40px;
}

.footer-block.grid__item {
    max-width: 15%;
}

.footer__content-top .grid {
    justify-content: space-between;
}

.footer-block.grid__item:first-child {
    max-width: 38%;
}

.footer-block__newsletter p {
    font-size: 18px;
    letter-spacing: 0;
    color: #fff;
    line-height: 1.5;
}

form#ContactFooter {
    max-width: 100%;
    margin-top: 40px;
}

form#ContactFooter .newsletter-form__field-wrapper {
    max-width: 100%;
}

form#ContactFooter .newsletter-form__field-wrapper .field:before,form#ContactFooter .newsletter-form__field-wrapper .field:after {
    display: none;
}

form#ContactFooter .newsletter-form__field-wrapper input {
    background: transparent;
    height: 100%;
    min-height: 70px;
    box-shadow: none !IMPORTANT;
    font-size: 18px;
    padding-bottom: 15px !IMPORTANT;
    padding-left: 30px;
    padding-top: 15px !IMPORTANT;
    color: #8E92A4;
    outline: none !IMPORTANT;
}

form#ContactFooter .newsletter-form__field-wrapper .field {
    background: #fff;
    min-height: 70px;
    border-radius: 50px;
}

form#ContactFooter .newsletter-form__field-wrapper .field button#Subscribe {
    border-radius: 50%;
    background: #FFA69E;
    min-width: 70px;
    margin: 0;
    right: 0;
}

form#ContactFooter .newsletter-form__field-wrapper .field button#Subscribe span.svg-wrapper {
    height: 30px;
    width: 30px;
}

form#ContactFooter .newsletter-form__field-wrapper .field button#Subscribe span.svg-wrapper svg.icon.icon-arrow-up {
    width: 100%;
    color: #000;
}

form#ContactFooter .newsletter-form__field-wrapper input::placeholder {
    opacity: 1;
    color: #8E92A4;
}


.footer-block__details-content .list-menu__item--link {
    font-size: 18px !important;
    color: #fff !important;
    letter-spacing: 0;
}

ul.footer-block__details-content.list-unstyled {
    margin-top: 30px;
}

.footer_social_block ul.list-unstyled.list-social {
    flex-direction: column;
    padding: 0;
}

.footer_social_block ul.list-unstyled.list-social a.link.list-social__link {
    padding-left: 0;
    font-size: 18px;
    letter-spacing: 0;
    text-decoration: none;
    gap: 15px;
        color: #FFA69E;
}

.footer_social_block ul.list-unstyled.list-social a.link.list-social__link span.visually-hidden {
    position: unset !important;
    height: auto;
    width: auto;
    color:#fff;
    margin: unset;
    clip: auto;
}

.footer_social_block ul.list-unstyled.list-social a.link.list-social__link span.svg-wrapper {
    width: 18px;
}

.hero-slide__left,.hero-slide__right {
    position: absolute;
    bottom: 0;
    max-width: 400px;
}

.hero-slide__right {
    right: 0;
    bottom: 50px;
}

.hero-slide {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.hero-slide__inner.container {
    height: 100%;
    display: flex;
    position: relative;
}
.hero-slide__content.center {max-width: 550px;}

.hero-slide__content.center .hero-slide-inner {
    max-width: 530px;
}
.hero-slide__left img, .hero-slide__right img {
    width: 100%;
    display: block;
}
.header-wrapper {
    position: absolute;
    width: 100%;
    background: transparent;
    border: unset;
}
.hero-slide__content {
    max-width: 510px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 200px 15px;
}

h2.hero-heading {
    font-size: 42px;
    font-weight: 700;
    color: #233638;
    margin: 20px 0;
    letter-spacing: 0;
}
.hero-slide__content.right .hero-slide-inner {
    margin-left: auto;
    text-align: left;
    max-width: 420px;
}

.hero-slide__content.right a.hero-button {
    margin-left: unset;
}
.hero-slide__content img.hero-icon {
    max-width: 30px;
    position: absolute;
    right: 0;
}

p.hero-text {
    letter-spacing: 0;
    line-height: 1.5;
    color: #585858;
    font-size: 20px;
}

a.hero-button {
    display: flex;
    justify-content: center;
    background: #FFA69E;
    max-width: fit-content;
    transition: 0.3s;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 50px;
    border: 1px solid transparent;
    align-items: center;
    padding: 10px 20px;
    text-decoration: none;
    letter-spacing: 0;
    color: #233638;
    gap: 10px;
}
.hero-slide__content.full-width {
    max-width: 1200px;
}
.hero-slide-inner {
    max-width: 480px;
}

.hero-slide-inner h3.hero-main-heading {
    text-transform: uppercase;
    font-size: 80px;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: 0;
    line-height: 80px;
    font-weight: 600;
    color: #612F14;
}

.hero-slide-inner h3.hero-main-heading strong {
    font-size: 150px;
}
.hero-slide__content.left {
    text-align: left;
}

.hero-slide__content.left a.hero-button {
    margin-left: unset;
}
a.hero-button img.hero-button-img {
    max-width: 40px;
}

a.hero-button:hover {
    background: transparent !Important;
    border-color: #000 !important;
    color:#000 !Important
}
a.hero-button path{
    transition:0.3s;
}
a.hero-button:hover svg path{
    fill:#000
}
section.hero-slider .slick-dots {
    bottom: 20px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

section.hero-slider .slick-dots li {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #C3B9FF;
    margin: 0;
}

section.hero-slider .slick-dots li button {
    padding: 0;
    height: 100%;
    width: 100%;
}

section.hero-slider .slick-dots li button:before {
    display: none;
}

section.hero-slider .slick-dots li.slick-active {
    width: 30px;
    background: #9381FF;
    border-radius: 15px;
}


.collection h2.title.inline-richtext {
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0;
    color: #233638;
}

.collection .collection__description.body.rte {
       font-size: 16px;
    letter-spacing: 0;
    color: #585858;
    line-height: 20px;
    max-width: 60%;
}
.collection button.slider-button.slider-button--next {
    transform: rotate(180deg);
}
.slider-progress-wrapper {
  width: 100%;
  height: 4px;
  background-color: #eee;
  border-radius: 10px;
  margin-top: 10px;
  overflow: hidden;
}

.slider-progress-bar {
  height: 100%;
  display:block !important;
  background-color: #2fd7f026; /* Or your brand color */
  transition: width 0.3s ease-in-out;
}
.collection .slider-buttons {
    position: absolute;
        top: -90px;
    right: 0;
    gap: 10px;
}

.collection .slider-buttons .slider-counter.caption {
    display: none;
}

.collection .svg-wrapper {
    height: 100%;
    width: 100%;
}

.collection .slider-button:hover .svg-wrapper svg path {
    stroke: #00eaff;
}

.collection .slider-button .svg-wrapper svg path {
    transition: 0.3s;
}
.collection .card__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quick-add__submit:before,.quick-add__submit:after {
    display: none;
}
.predictive-search.predictive-search--header {
    display: none;
}
.quick-add__submit {
    background: #FFA69E;
    border-radius: 50%;
    transition: 0.3s;
    display: flex;
    height: 40px;
    border: 1px solid #FFA69E;
    width: 40px;
    padding: 0;
    min-height: unset;
    align-items: center;
    justify-content: center;
}

.quick-add__submit span {
    display: flex;
}

.quick-add__submit:hover {
    border-color:#000;
    background: transparent;
}
.quick-add__submit path{
    stroke:#000
    
}

.card__heading.h5 {
    font-size: 25px;
    letter-spacing: 0;
    color: #233638;
}
.home_pro_ban .flavor-content {
    display: flex;
    max-width: 480px;
    flex-direction: column;
}

.home_pro_ban .flavor-content h2 {
    order: 2;
    text-transform: uppercase;
    position: relative;
    line-height: 80px;
    font-weight: 700;
    color: #612F14;
}

.home_pro_ban .flavor-content a.flavor-button {
    order: 3;
}

.home_pro_ban p.subtext {
    text-transform: capitalize;
    font-family: 'Halyard' !important;
    font-weight: 700;
    letter-spacing: 0;
        margin-bottom: 15px;

}

a.hero-button span {
    font-family: 'Halyard' !important;
    font-weight: 600;
}

.home_pro_ban .sparkle-icon {
    right: 43%;
    top: 15%;
}

.price__container span {
        color: #9481fe ! IMPORTANT;
    /* letter-spacing: 0; */
    font-size: 16px;
    font-family: Halyard !important;
    font-weight: 700;
}
.collection slider-component .slider--desktop.grid--3-col-desktop .grid__item {
    margin: unset ! IMPORTANT;
}
.collection slider-component.slider-mobile-gutter.slider-component-desktop {
    max-width: 1200px;
    margin: 0 auto;
    padding:0 15px;
}

.collection slider-component .slider.slider--desktop {
    gap: 50px;
}

.slider--desktop:after {
    display: none;
}

.cookies-way-section.collection-banner {
    align-items: center;
    margin-top: 0;
    margin-bottom: 120px;
    display: flex;
    height: 450px;
}

.collection-banner .cookies-top {
    max-width: 825px;
    margin: 0 auto 40px;
    display: block;
    text-align: center;
}
.cookie-icon {
    display: none;
}
.collection-banner .cookies-top .cookies-left {
    max-width: 100%;
    display: block;
    position: relative;
}.shopify-section.section product-info {
    background: #fff;
}

.collection-banner .cookies-top .cookies-left .cookie-icon {
    position: absolute;
    right: 0;
    max-width: 36px;
}


.collection-banner .cookie-blocks .cookie-block {
    height: 60px;
    padding: 15px 25px;
    gap: 10px;
}

.collection-banner .cookie-blocks img {
    max-width: 30px;
}
 
.collection-banner .cookie-blocks  h4 {
    font-family: Product-Sans !important;
    margin: 0;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 26px;
}
.flavor-box-section.collection-cta {
    padding: 80px 12.5px;
}

.product__info-wrapper.grid__item {
    padding-left: 30px;
}
.product__description.rte.quick-add-hidden li {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 15px;
    line-height: 25px;
    color: #585858;
    font-family: 'Product-Sans';
}

.product__description.rte.quick-add-hidden li:before {
    content: "";
    background: url(/cdn/shop/files/75cbe56c899f121008a01322ad5b0f02.svg?v=1759134519);
    height: 20px;
    width: 18px;
    background-repeat: no-repeat;
    display: block;
    background-position: left center;
    position: absolute;
    left: 0;
}

.product__description.rte.quick-add-hidden ul {
    padding: 0;
}

.product__description.rte.quick-add-hidden li strong {
    color: #4e4e4e;
}


.product-media-container {
    border: unset;
}
.product__title h1 {
    font-size: 45px;
    letter-spacing: 0;
    font-weight: 700;
    color: #233638;
}legend.form__label {
    font-size: 15px;
    letter-spacing: 0;
    color: #233638;
}

.product-form__buttons button:before,.product-form__buttons button:after {
    display: none;
}

.product-form__buttons button {
    min-height: 58px;
    border-radius: 35px;
    background: #9381FF;
    font-size: 20px;
    border: 1px solid #9381FF;
    transition: 0.3s;
    font-weight: 700;
}

.product-form__buttons button span {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 20px;
}

.product-form__buttons button:hover {
    background: transparent;
    color: #9381FF;
    border-color: #9381FF;
}

.product-form__buttons button path {
    transition: 0.3s;
}
.gift-card-btn a {
    display: flex;
    justify-content: center;
    min-height: 60px;
    align-items: center;
    color: #000;
    transition: 0.3s;
    gap: 10px;
    border: 1px solid #9481fe;
    text-decoration: none;
    border-radius: 35px;
    margin-top: 25px;
    font-size: 18px;
}

.gift-card-btn a:hover {
    background: #000000;
    color: #fff;
    border-color: #000;
}


span#gift-price {
    color: #2FD7F0;
}
.product-form__buttons button:hover svg path {
    fill: #9481fe;
}
span.option_price {
    display: block;
    margin-top: 10px;
    color: #9381FF;
    font-weight: 600;
}
.product-form__input--pill input[type=radio]:checked+label span.option_price {
    color: #fff;
}
.product__accordion {
    border-color: #CCDEE0;
}

.product__accordion h2.h4.accordion__title.inline-richtext {color: #233638;font-family: 'Product-Sans';font-size: 25px;}

.product__accordion svg.icon.icon-caret {
    height: 12px;
    color: #9381FF;
}

.product__accordion summary {
    padding: 20px 0;
}
.product__accordion .accordion__content p {
    margin-top: 0;
}

.product__accordion .accordion__content {
    padding-left: 5px;
    line-height: 25px;
    letter-spacing: 0;
}
.enable_desktop_slider .slider__slide {
    background: #fff;
    border-radius: 20px;
        display: flex;
    align-items: center;
}

.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
    border-radius: 30px !Important;
    background: #fff;
}
.grid__item.product__media-wrapper slider-component.slider-mobile-gutter.desk {
    padding: 0 40px;
}

.product-media-container .product__modal-opener {
    border-radius: 20px !important;
}
.product--thumbnail_slider .thumbnail-slider button.thumbnail {
    border-radius: 15px;
}
.product_testimonial {
  background: #eaf8ff;
  padding: 120px 0;
}
.product_testimonial .testimonial-card {
  background: #fff;
}
.product_testimonial .testimonials-progress {
  background: #fff;
}
.grid-collection.byob-panel .byob-quantity-wrapper {
    max-width: fit-content;
}

.grid-collection.byob-panel .byob-quantity-wrapper .byob-inline-block {
    display: none;
}

.grid-collection.byob-panel .grid-product {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    border-radius: 15px;
    gap: 15px;
    align-items: center;
}

.grid-collection.byob-panel a.grid-product-text {
    width: 100%;
    text-align: left;
    font-size: 20px;
}

.grid-collection.byob-panel byob-reviews {
    display: none;
}

.grid-collection.byob-panel .byob-quantity-container {
    height: 45px;
    border: 1px solid #000;
    border-radius: 30px;
    align-items: center;
}

.grid-collection.byob-panel .byob-quantity-container button {
    border-radius: 45px;
    border: unset;
    color: #6c6c6c;
    font-size: 18px;
    background: transparent;
    padding: 0;
    width: 40px;
}

.grid-collection.byob-panel .byob-quantity-container input.byob-quantity-input {
    border: unset;
    background: transparent;
    font-size: 15px;
    color: #6c6c6c;
    width: unset;
}


.grid-collection.byob-panel button.btn.Button.btn-add-to-bundle.button {
    width: 100%;
    border-radius: 30px;
}
.byob-footer-left .byob-close {
    top: -15px;
    right: -10px;
    display: flex;
}

.byob-footer-left .byob-close circle {
    fill: #9481fe;
    stroke: #9481fe;
}
.flex-item-right button#btn-add-to-cart {
    border-radius: 40px;
    width: 100%;
}

.flex-item-right button#btn-add-to-cart:before,.flex-item-right button#btn-add-to-cart:after {
    display: none;
}


.shopify-section.section:has(.order_cookie_main) {
    background: url(https://a479ff-bc.myshopify.com/cdn/shop/files/Frame_68_3c83cc52-664f-4508-99e6-74423aa8ea27.jpg?v=1758279484);
    background-repeat: no-repeat;
    background-size: cover;
}

.shopify-section.section .order_cookie_main.gradient {
    background: transparent;
}

.shopify-section.section .order_cookie_main .image-with-text__media {
    border: unset;
}


.flex-item-right p#label-total-price {
    display: flex;
    line-height:25px;
    font-size: 20px;
    flex-wrap: wrap;
    gap:5px;
    font-weight: 600;
    align-items: center;
    letter-spacing: 0;
}
.byob-footer-message {
    font-size: 18px;
    color:#ad7000;
    letter-spacing: 0;
    font-family: 'Halyard';
    font-weight: 600;
    margin-bottom: 10px;
}
.flex-item-right p#label-total-price span#byob-total-price {max-width: 55px;order: 2;}

.flex-item-right p#label-total-price * {
    width: 100%;
}

.flex-item-right span#byob-bundle-price {
    max-width: 35%;
    padding-left: 0;
    order: 1;
}

.flex-item-right span.lb-currency-code {
    order: 3;
    max-width: 20%;
}

.flex-item-right p#label-total-price span {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}
.byob-footer-left .byob-close path {
    stroke: #fff;
}

.byob-footer-left .byob-footer-thumbnail {
    border: 1px solid #b1a0ff;
}

.byob-footer-left .byob-footer-card {
    padding-top: 10px;
}
.grid-collection.byob-panel button.btn.Button.btn-add-to-bundle.button:before,.grid-collection.byob-panel button.btn.Button.btn-add-to-bundle.button:after {
    display: none;
}

.grid-collection.byob-panel p.lb-price-wrapper {
    margin: unset;
}
.shopify-section:has(.product_testimonial){
      background: #eaf8ff;
    padding-bottom: 120px;
    margin-bottom: -120px;
}
.related-products__heading {
    letter-spacing: 0;
    font-weight: 700;
}
product-recommendations .card__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

product-recommendations .grid--4-col-desktop .grid__item {
    width: 28%;
    max-width: 28%;
}

product-recommendations .quick-add__submit {
    min-width: unset;
}

product-recommendations .grid--4-col-desktop {
    gap: 50px;
}
product-recommendations .quick-add.no-js-hidden {
    position: relative;
    z-index: 1;
}











.gift-card-btn {
    display: none;
}

@media screen and (min-width: 990px) {
    .store_bann h2.banner__heading.inline-richtext {
    font-size: 46px;
    color: #233638;
    font-weight: 700;
}

.store_bann {
    height: 30rem !important;
}
    #product-grid.grid--3-col-desktop {
        column-gap: 60px;
    }

    #product-grid.grid--3-col-desktop li.grid__item {
        width: calc(33.33% - 60px * 2 / 3);
        max-width: calc(33.33% - 60px * 2 / 3);
    }

}
@media(min-width:768px) and (max-width:1024px){
    .product_testimonial{
        padding-top:50px !Important;
    }
    .product__info-wrapper.grid__item {
    padding-left: 0;
}
    .arrow_desktop_slider--next {
    right: 0 !important;
}

.arrow_desktop_slider--prev {
    left: 0 !important;
}

.thumbnail-slider .thumbnail-list.slider--tablet-up {
    justify-content: center !important;
}
    div#ProductGridContainer .grid--1-col-tablet-down .grid__item {
    max-width: 49%;
}

 .search_desktop {
    display: none;
}

.search_mobile {
    display: none;
}

.header__icon--cart span.svg-wrapper {
    height: 30px;
    align-items: center;
}

.header__icon, .header__icon--cart .icon {
    height: 30px;
    width: 30px;
}

.cart-count-bubble {
    top: 0px;
    right: -5px;
    font-size: 10px;
    height: 15px;
    width: 15px;
}

.modal__toggle svg.icon {
    height: 24px;
    width: 24px;
}

.header__icon--menu .icon {
    stroke-width: 0.5px;
    stroke: #000;
    height: 20px;
    width: 18px;
}

a.header__heading-link.link.link--text.focus-inset .header__heading-logo-wrapper {
            left: -10px;
        max-width: 130px;
        min-width: 110px;
        top: -5px;
    }

.hero-slide__content {padding-top: 80px;}

.collection h2.title.inline-richtext {
    font-size: 30px;
    max-width: 70%;
}

.collection .slider-buttons {
    top: -140px;
    right: 5px;
}

.collection button.slider-button {
    height: 30px;
    padding: 3px;
    width: 30px;
}

.collection .collection__description.body.rte {
    max-width: 90%;
    line-height: 25px;
    font-size: 15px;
}

.collection slider-component.slider-mobile-gutter.slider-component-desktop {
    margin-left: 10px;
    width: unset;
}

.collection slider-component .slider.slider--desktop {
    gap: 20px;
}
    .hero-slide {
        background-position: center;
        height: 500px !IMPORTANT;
    }

.card__heading.h5 {
    font-size: 20px;
}

.price__container span {
    font-size: 16px;
}
.quick-add__submit {
    height: 35px;
    width: 35px;
}

.quick-add__submit svg {
    height: 20px;
    width: 20px;
}
.flavor-main-image {
    min-height: 400px;
    object-fit: cover;
}

.flavor-content h2 {
    font-size: 40px !important;
}

.flavor-content {
    left: 0 !important;
}

.flavor-content .subtext {
    font-size: 18px !important;
}

.price-text {
    font-size: 16px !important;
}

.flavor-button {
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
    max-width: 200px;
    justify-content: center;
}

.info-images-wrapper {
    padding-left: 0;
    flex-direction: column-reverse;
}

.info-left {
    max-width: 100%;
}

.info-subtext {
    font-size: 24px !IMPORTANT;
}

.info-heading {
    font-size: 35px !IMPORTANT;
    padding-top: 0;
}

.info-richtext {
    margin-top: 20px;
}

.info-right {
    max-width: 100%;
}

.home_ban .banner__content.banner__content--middle-right.page-width {
    padding: 0;
    margin: 10px;
}

.home_ban .banner__box.content-container {
    padding: 20px 20px;
    text-align: left;
}

.home_ban .banner__text.rte.body {
    padding-top: 0;
    font-size: 15px;
    margin-top: 16px;
    padding-bottom: 0;
    line-height: 1.5;
}

.home_ban .banner__buttons a.button.button--primary {
    padding: 10px 15px;
    font-size: 15px;
    min-height: 50px;
}

.home_ban .banner__buttons a.button.button--primary img {
    max-width: 25px;
}

.cookies-left {max-width: 70%;}

.cookie-icon {
    max-width: 120px;
}

.cookie-icon img {
    max-width: 100%;
}

.cookie-text h2 {
    font-size: 30px !IMPORTANT;
}

.cookie-blocks {
    gap: 15px !important;
}

.cookie-block {
    min-width: 27%;
    padding: 15px 20px;
    width: 100%;
    gap: 20px;
    max-width: 30%;
}

.cookie-block img {
    max-width: 30px;
    object-fit: contain;
}

.cookie-block h4 {
    font-size: 16px;
    text-align: left;
}
.collection slider-component .slider--desktop.grid--1-col-tablet-down .grid__item {
    max-width: 100% !IMPORTANT;
}

.testimonials-slider-section {
    width: 100%;
    margin: unset;
    padding: 0 15px 50px;
}

.section-title {
    font-size: 35px;
    max-width: 70%;
}

.testimonials-slider-section .slick-prev, .testimonials-slider-section .slick-next {
    height: 40px;
    width: 40px;
    top: -50px;
}

.testimonials-slider-section .slick-prev svg, .testimonials-slider-section .slick-next svg {
    height: 100%;
    width: 100%;
}

.testimonials-slider-section .slick-next {
    right: 0;
}

.testimonials-slider-section button.slick-prev.slick-arrow {
    right: 7%;
}

.testimonials-slider-section .slick-slide {
    margin: 0;
}

.testimonials-slider-section .slick-list.draggable {
    margin: unset;
    padding-right: 50px !important;
}

.testimonials-slider .testimonial-card {
    padding: 20px;
}

.testimonial-quote {
    max-width: 40px;
}

.testimonial-quote svg {
    width: 100%;
    height: 100%;
}

.testimonial-text {
    font-size: 18px;
}

.testimonial-author {
    margin-top: 50px;
}

.cookies-way-section {
    margin-bottom: 80px;
}
.footer-block.grid__item {
    max-width: 20% !important;
}

.footer__content-top {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-size: 35px;
    margin-bottom: 0;
}

.footer-block__newsletter p {
    font-size: 16px;
}

form#ContactFooter {
    margin-top: 10px;
}

form#ContactFooter .newsletter-form__field-wrapper input {
    min-height: 50px;
    padding-left: 20px;
    font-size: 16px;
}

form#ContactFooter .newsletter-form__field-wrapper .field {
    min-height: 50px;
}

form#ContactFooter .newsletter-form__field-wrapper .field button#Subscribe {
    min-width: 50px;
}

form#ContactFooter .newsletter-form__field-wrapper .field button#Subscribe span.svg-wrapper {
    height: 25px;
    width: 20px;
}

.footer-block__details-content .list-menu__item--link {
    font-size: 16px !IMPORTANT;
    margin: 0 !IMPORTANT;
    padding: 5px 0;
}

ul.footer-block__details-content.list-unstyled {
    margin-top: 20px;
}

.footer-block__heading {
    margin-bottom: 5px !important;
}

.footer_social_block ul.list-unstyled.list-social a.link.list-social__link {
    font-size: 16px;
    padding: 5px 0;
}

.footer_social_block ul.list-unstyled.list-social {
    margin-top: 15px !IMPORTANT;
}

.collection slider-component .slider--desktop.grid--1-col-tablet-down .grid__item {
    max-width: 40% !important;
}

.collection .slider-buttons {
    top: -90px;
}

.collection button.slider-button {
    height: 35px;
    width: 35px;
}

.sparkle-icon {
    height: fit-content;
}

.home_ban h2.banner__heading.inline-richtext.h1 {
    font-size: 35px;
    letter-spacing: 0;
    line-height: 40px;
}

.footer-block.grid__item:first-child {
    max-width: 40% !IMPORTANT;
}

.copyright__content {
    font-size: 16px;
}
}
@media(max-width:767px){
    order_cookie_main .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
}

order_cookie_main h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 24px;
}
    .flex-item-right span.lb-currency-code {
    max-width: 35px;
}

.flex-item-right span#byob-bundle-price {
    max-width: 80px;
}
    .flex-item-right p#label-total-price{
        flex-wrap:nowrap
    }
    .byob-footer.page-width .byob-footer-message {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    text-align: left;
}

.byob-footer-left {
    width: 100%;
}

.byob-footer.page-width .flex-item-right {
    flex: unset;
    width: 100%;
}
    .product_testimonial {
    padding-top: 50px !important;
}
    .product__info-wrapper.grid__item {
    padding: 0;
}

.product__title h1 {
    font-size: 30px;
}

.product__description.rte.quick-add-hidden {
    letter-spacing: 0;
    line-height: 25px;
}

.icon-with-text--horizontal {
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: start !important;
}

.icon-with-text--horizontal .icon-with-text__item {
    width: 48% !important;
}

.product-form__input--pill input[type=radio]+label {
    font-size: 16px !important;
    margin-right: 0 !important;
    padding: 15px 20px !important;
}

span.option_price {
    margin-top: 5px;
}

.product-form__buttons button {
    min-height: 50px;
    font-size: 18px;
    margin-bottom: 0;
}

.gift-card-btn a {
    margin-top: 14px;
    min-height: 50px;
    font-size: 16px;
}

.gift-card-btn a svg {
    height: 25px;
}

.product__accordion h2.h4.accordion__title.inline-richtext {
    font-size: 20px;
    letter-spacing: 0;
}

.product__accordion svg.icon.icon-caret {
    height: 8px;
}

product-recommendations .grid--4-col-desktop {
    gap: 10px;
}

product-recommendations .grid--4-col-desktop.grid--1-col-tablet-down .grid__item {
    width: 100% !important;
    max-width: 100% !important;
}
product-recommendations .grid--4-col-desktop.grid--2-col-tablet-down .grid__item {
    width: 100% !important;
    max-width: 47% !important;
}
    .cookies-way-section.collection-banner {
    height: auto !IMPORTANT;
    margin-bottom: 80px !important;
}

.collection-banner .cookies-top .cookies-left .cookie-icon {
    top: -30px;
}

.collection-banner .cookie-blocks {
    gap: 15px;
}

    .search_desktop {
    display: none;
}

.search_mobile {
    display: none;
}

.header__icon--cart span.svg-wrapper {
    height: 30px;
    align-items: center;
}

.header__icon, .header__icon--cart .icon {
    height: 30px;
    width: 30px;
}

.cart-count-bubble {
    top: 0px;
    right: -5px;
    font-size: 10px;
    height: 15px;
    width: 15px;
}

.modal__toggle svg.icon {
    height: 24px;
    width: 24px;
}

.header__icon--menu .icon {
    stroke-width: 0.5px;
    stroke: #000;
    height: 20px;
    width: 18px;
}

a.header__heading-link.link.link--text.focus-inset .header__heading-logo-wrapper {
                left: -10px;
        max-width: 130px;
        min-width: 110px;
        top: -5px;
}
h2.hero-heading {
    margin-top:0;
    font-size: 35px;
}
a.hero-button img.hero-button-img {
    max-width: 30px;
}

.hero-slide__content.left a.hero-button {
    margin-top: 30px;
}
.hero-slide-inner h3.hero-main-heading {
    font-size: 40px;
    line-height: 45px;
    margin-top:0
}

.hero-slide-inner h3.hero-main-heading strong {
    font-size: 80px;
}

.hero-slide__content {height: 100%;padding-top: unset;display: flex;align-items: center;padding-bottom: unset;}

.hero-slide-inner {
    background: #ffffffdb;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
}

.announcement-bar__message {
    font-size: 16px !IMPORTANT;
}
.collection h2.title.inline-richtext {
    font-size: 30px;
    max-width: 70%;
}

.collection .slider-buttons {
    top: -120px;
    right: 5px;
}

.collection button.slider-button {
    height: 30px;
    padding: 3px;
    width: 30px;
}

.collection .collection__description.body.rte {
    max-width: 90%;
    line-height: 25px;
    font-size: 15px;
}

.collection slider-component.slider-mobile-gutter.slider-component-desktop {
    margin-left: 10px;
    width: unset;
}

.collection slider-component .slider.slider--desktop {
    gap: 20px;
}
    .hero-slide {
        background-position: center;
    }

.card__heading.h5 {
    font-size: 18px;
}

.price__container span {
    font-size: 14px;
}
.quick-add__submit {
    height: 35px;
    width: 35px;
}

.quick-add__submit svg {
    height: 20px;
    width: 20px;
}
.flavor-main-image {
    min-height: 500px;
    object-fit: cover;
}

.flavor-content h2 {
    font-size: 45px !important;
            line-height: 55px !important;
}

.flavor-content {
    left: 0 !important;
}

.flavor-content .subtext {
    font-size: 18px !important;
}

.price-text {
    font-size: 16px !important;
}

.flavor-button {
    font-size: 16px;
    margin-top: 20px;
}

.info-images-wrapper {
    padding-left: 0;
    flex-direction: column-reverse;
}

.info-left {
    max-width: 100%;
}

.info-subtext {
    font-size: 24px !IMPORTANT;
}

.info-heading {
    font-size: 35px !IMPORTANT;
    padding-top: 0;
}

.info-richtext {
    margin-top: 20px;
}

.info-right {
    max-width: 100%;
}

.home_ban .banner__content.banner__content--middle-right.page-width {
    padding: 80px 20px;
}

.home_ban .banner__box.content-container {
    background: #ffffffdb !important;
    padding: 20px;
    text-align: left;
    border-radius: 20px !important;
}

.home_ban .banner__text.rte.body {
    padding-top: 0;
    padding-bottom: 0;
}

.home_ban .banner__buttons a.button.button--primary {
    padding: 10px 15px;
    font-size: 15px;
}

.home_ban .banner__buttons a.button.button--primary img {
    max-width: 25px;
}

.cookies-left {
    max-width: 100%;
    flex-direction: column;
}

.cookie-icon {
    max-width: 200px;
}

.cookie-icon img {
    max-width: 100%;
}

.cookie-text h2 {
    font-size: 35px !IMPORTANT;
}

.cookie-blocks {
    justify-content: start;
    gap: 15px;
}

.cookie-block {
    min-width: 47%;
    padding: 20px;
    width: 100%;
    gap: 20px;
}

.cookie-block img {
    max-width: 30px;
    object-fit: contain;
}

.cookie-block h4 {
    font-size: 16px;
    text-align: left;
}
.collection slider-component .slider--desktop.grid--1-col-tablet-down .grid__item {
    max-width: 100% !IMPORTANT;
}

.testimonials-slider-section {
    width: 100%;
    margin: unset;
    padding: 0 15px 50px;
}

.section-title {
    font-size: 35px;
    max-width: 70%;
}

.testimonials-slider-section .slick-prev, .testimonials-slider-section .slick-next {
    height: 40px;
    width: 40px;
}

.testimonials-slider-section .slick-prev svg, .testimonials-slider-section .slick-next svg {
    height: 100%;
    width: 100%;
}

.testimonials-slider-section .slick-next {
    right: 0;
}

.testimonials-slider-section button.slick-prev.slick-arrow {
    right: 10%;
}

.testimonials-slider-section .slick-slide {
    margin: 0;
}

.testimonials-slider-section .slick-list.draggable {
    margin: unset;
    padding-right: 50px !important;
}

.testimonials-slider .testimonial-card {
    padding: 20px;
}

.testimonial-quote {
    max-width: 40px;
}

.testimonial-quote svg {
    width: 100%;
    height: 100%;
}

.testimonial-text {
    font-size: 18px;
}

.testimonial-author {
    margin-top: 50px;
}

.cookies-way-section {
    margin-bottom: 80px;
}
.footer-block.grid__item {
    max-width: 100% !important;
}

.footer__content-top {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-size: 35px;
    margin-bottom: 0;
}

.footer-block__newsletter p {
    font-size: 16px;
}

form#ContactFooter {
    margin-top: 10px;
}

form#ContactFooter .newsletter-form__field-wrapper input {
    min-height: 50px;
    padding-left: 20px;
    font-size: 16px;
}

form#ContactFooter .newsletter-form__field-wrapper .field {
    min-height: 50px;
}

form#ContactFooter .newsletter-form__field-wrapper .field button#Subscribe {
    min-width: 50px;
}

form#ContactFooter .newsletter-form__field-wrapper .field button#Subscribe span.svg-wrapper {
    height: 25px;
    width: 20px;
}

.footer-block__newsletter {
    margin-bottom: 80px;
}

.footer-block__details-content .list-menu__item--link {
    font-size: 16px !IMPORTANT;
    margin: 0 !IMPORTANT;
    padding: 5px 0;
}

ul.footer-block__details-content.list-unstyled {
    margin-top: 10px;
}

.footer-block__heading {
    margin-bottom: 5px !important;
}

.footer_social_block ul.list-unstyled.list-social a.link.list-social__link {
    font-size: 16px;
    padding: 5px 0;
}

.footer_social_block ul.list-unstyled.list-social {
    margin-top: 15px !IMPORTANT;
}
.footer__copyright {
    flex-direction: column-reverse;
    gap: 10px;
}

ul.policies.list-unstyled {
    flex-wrap: wrap;
        justify-content: center;
        gap: 40px !important;
        row-gap: 10px ! IMPORTANT;
}
.policies li a {
    padding: 0;
}

}