/** Shopify CDN: Minification failed

Line 350:14 Expected identifier but found whitespace
Line 350:15 Unexpected "scale("

**/
 @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
 @font-face {
    font-family: 'WindsorEF';
    src: url(//drinkolipop.com/cdn/shop/t/1366/assets/WindsorEF-UltraHeavy.woff2?v=150809171096844077231773709641) format('woff2'),
      url(//drinkolipop.com/cdn/shop/t/1366/assets/WindsorEF-UltraHeavy.woff?v=110177191338651977801773709641) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'WindsorEF';
    src: url(//drinkolipop.com/cdn/shop/t/1366/assets/WindsorEF-Bold.woff2?v=139344088117863592731773709640) format('woff2'),
      url(//drinkolipop.com/cdn/shop/t/1366/assets/WindsorEF-Bold.woff?v=96714348010265649601773709640) format('woff'),
      url(//drinkolipop.com/cdn/shop/t/1366/assets/WindsorEF-Bold.ttf?v=176736781895084021861773709643) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }



  h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{

        font-family: WindsorEF,sans-serif !important;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
  }
  *, *::before, *::after {
    letter-spacing: normal;
}
.header__menu-item {
    color: #fff;
}

.template-index .header-wrapper {
    position: absolute;
    width: 100%;
    max-width: stretch;
    border-radius: 10px;
    margin: 10px;
    transition: all ease .4s;
}
.template-index .scrolled-past-header .header-wrapper {
    width: 100%;
    border-radius: 0;
    margin: 0;
}
.header__icons svg {
    width: 26px;
}

body {
    overflow-x: hidden;
}



.footer__content-top.page-width {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.footer__blocks-wrapper {
    width: 45%;
}

.footer-block--newsletter {
    width: 40%;
}

.footer-block__newsletter {
    text-align: start;
}

.footer-block__heading {
    font-size: 24px;
    letter-spacing: normal;
    font-family: WindsorEF, sans-serif !important;
}

.footer-block--newsletter {
    align-items: flex-start !important;
    margin-top: 0 !important;
}

.footer .field__button {
    position: static;
    background: #ffffff !important;
    height: 47px;
    width: 55px;
    border-radius: 30px;
    color: #000;
}
.newsletter-form__field-wrapper .field:after {
    content: unset;
}

.newsletter-form__field-wrapper .field__input {
    background: #fff;
    border-radius: 30px;
    color: #000;
}

label.field__label {
    color: #000;
    letter-spacing: normal;
}

.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-size: 48px;
    line-height: 1.2em;
    font-family: WindsorEF,sans-serif!important;
    text-align: start;
}
.footer .field {
    gap: 10px !important;
}
.newsletter-form {
    align-items: flex-start;
    margin: 0 0 auto !important;
    max-width: 66rem !important;
}
.newsletter-form__field-wrapper {
    max-width: 66rem !important;
}
.footer-block__heading {
    font-size: 24px;
    font-family: WindsorEF, sans-serif !important;
}
.footer-block__newsletter ul.list-unstyled.list-social.footer__list-social {
    margin-top: 15px;
}

.ftg-image img {
    width: 100%;
    height: 320px;
    display: block;
    object-fit: cover;
}
.gallery23.ftg-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.home-ban h2.banner__heading.inline-richtext.h0 {
    font-size: 45px;
    max-width: 50rem;
    line-height: 1.2em;
}

.ocean {
  height: 80px; /* change the height of the waves here */
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.wave {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%236f000b'/%3E%3C/svg%3E");
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
}

.wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 18s linear reverse infinite;
 
}

.wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 20s -1s linear infinite;
  opacity: 0.5;
}

@keyframes wave {
    0% {transform: translateX(0);}
    50% {transform: translateX(-25%);}
    100% {transform: translateX(-50%);}
}
 div:empty{
    display: block;
}

.header--middle-left {
    grid-template-columns: 1fr auto 1fr;
}

.footer__content-bottom-wrapper {
    justify-content: center;
    color: #fff;
}
.footer__content-bottom {
    border-top: none !important;
    padding-top: 0rem !important;
}


.animated-gradient {
    background: linear-gradient(107deg, #6f000b 0%, #7b0915 50%, #9c111f 50%, #0f0f0f 100%);
    background-size: 150% 150%; animation: animated-gradient-gentle-flow 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}


@keyframes animated-gradient-gentle-flow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.product-card-wrapper img.motion-reduce {
    object-fit: contain;
}



.bondir-video-slider {
    padding: 60px 0;
}
.bondir-heading {
    text-align: center;
    margin-bottom: 40px;
}
.bondir-slider.slick-initialized {
    visibility: visible;
}

.bondir-slide {
    padding: 0 12px;
}
.bondir-video-wrap {
    position: relative;
}
.bondir-video {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.video-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: #fffffff2;
    cursor: pointer;
    font-size: 14px;
    z-index: 2;
}





.slick-arrow {
    background: #fff;
    border: 1px solid #000;
    border-radius: 40px;
    height: 46px;
    cursor: pointer;
    padding: 12px;
}

.slick-arrow img {
    width: 20px;
    height: 20px;
    display: block;
}

button.slick-prev.pull-left.slick-arrow {
    position: absolute;
    top: -70px;
    right: 70px;
}
button.slick-next.pull-right.slick-arrow {
    top: -70px;
    position: absolute;
    right: 20px;
    transform: rotate(180deg);
}

.slick-arrow:hover {
    background: #ca7842;
    transition: all ease .4s;
}

.slick-arrow:hover img {
    filter: invert(1);
}
button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%) rotate(
180deg);
}
button.slick-next.slick-arrow {
    top: 50%;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
}

/* Default slides */
.bondir-slide.slick-slide {
    height: 350px;
    transition: all 0.4s ease;
    transform: scale(0.9);
}

.bondir-slide.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Center slide */
/* .bondir-slide.slick-slide.slick-center {
    height: 500px; /* Larger height */
    transform: scale(1);
    z-index: 2;
} */
.bondir-slide .slick-list.draggable {
    height: 410px !important;
}
.card__heading {
    font-size: 20px;
}




.contact-new-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 120rem;
    margin: 0 auto;
}
.field__input:focus-visible, .select__select:focus-visible, .customer .field input:focus-visible, .customer select:focus-visible, .localization-form__select:focus-visible.localization-form__select:after {
    box-shadow: none !important;
}

.contact-info {
    width: 40%;
    height: max-content;
}

.contact {
    width: 50%;
}
.contact label.field__label {
    opacity: .8;
    font-size: 15px;
}
.contact .field:after {
    content: unset !important;
}
.contact__fields {
    display: flex !important;
    flex-wrap: wrap;
}

.contact .field {
    border-bottom: 1px solid #0000004f;
}
.contact__button .button {
    width: 100%;
    transition: all ease 0.4s;
     background: #000000ff;
    border: 2px solid #000;
    color: #ffffffff;
}

.contact__button .button:hover {
    background: #000000;
}
.contact-info h2 {
    font-size: 35px;
    margin: 0 0 16px;
    line-height: 1.1em;
    font-weight: 600;
}

.contact-info p {
    margin: 5px 0 0;
    line-height: 1.3em;
    font-size: 14px;
}
.contact-info a {
    color: #000;
}
.contact-info {
    padding: 20px;
    background: #dbe0e55e;
    border-radius: 5px;
    border: 1px solid #00000026;
}
.contact form {
    border: 1px solid #0000004d;
    padding: 20px;
}



.collection-hero__title {
    text-align: center;
}

.product-form__buttons {
    max-width: 100% !important;
}
.accordion__title {
    font-size: 20px;
}
.product-form__submit {
    transition: all ease 0.4s;
}

.product-form__submit:hover {
    background: #bd3a30;
}
.underline-links-hover:hover a {
    text-decoration: none !important;
}



.product-card-wrapper {
    padding: 15px;
    background: #ffffff0f;
    border-radius: 17px;
    transition: all ease 0.4s;
    border: 1px solid #00000042;
}

/* .product-card-wrapper:hover {
    background: #bd3a30;
}

.product-card-wrapper:hover .card__heading {
    color: #fff;
} */

.card__heading {
    font-size: 28px;
}

.price__regular .price-item--regular {
    font-size: 20px;
}

/* .product-card-wrapper:hover .price__regular .price-item--regular {
    color: #fff;
} */

.quick-add__submit {border-radius: 15px;background: #bd3a30;color: #fff;text-transform: uppercase;font-size: 17px;font-weight: 600;transition: all ease 0.4s;}

.quick-add__submit:after {
    content: unset;
}

.product-card-wrapper:hover .quick-add__submit {
    background: #fff;
    color: #000;
}

.card__inner.color-scheme-2.gradient.ratio {
    border-bottom: 2px dashed #bd3a30;
    border-radius: 0 !important;
}
.cart-count-bubble {
    background-color: #bd3a30 !important;
    color: #fff !important;
}
nav.header__inline-menu {
    display: none;
}
/***************responsive*********************/


@media screen and (max-width:1024px){

    .footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-size: 38px;
}
}

@media screen and (max-width:1024px){
.home-ban h2.banner__heading.inline-richtext.h0 {
    font-size: 35px;
    max-width: 50rem;
    line-height: 1.2em;
}
}
@media (max-width: 989px) {
.contact-info {
    width: 100%;
}
.contact {
    width: 100%;
}
.contact-new-wrapper {
    padding: 0 20px;
}
.contact-new-wrapper {
    gap: 15px;
}

}
@media screen and (max-width:749px){

.footer__blocks-wrapper {
    width: 100%;
}
.footer-block--newsletter {
    width: 100%;
}
.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-size: 26px;
}
body {
    overflow-x: hidden;
}
.contact-new-wrapper {
    gap: 30px;
}
.card__heading {
    font-size: 16px;
}

.price__regular .price-item--regular {
    font-size: 15px;
}
.product-card-wrapper {
    padding: 10px;
    border-radius: 10px;
    padding-bottom: 0;
}
}
