/** Shopify CDN: Minification failed

Line 334:4 Unexpected "{"
Line 334:5 Expected identifier but found "%"
Line 334:38 Unexpected "{"
Line 334:39 Expected identifier but found "%"
Line 452:0 Unexpected "{"
Line 452:1 Expected identifier but found "%"
Line 459:2 Unexpected "{"
Line 459:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.marquee-wrapper-new {
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 10px 0;
}

.marquee-swiper-new .swiper-wrapper {
  transition-timing-function: linear !important;
}

.marquee-swiper-new .swiper-slide {
    width: auto !important;
    padding-right: 24px;
    font-size: 17px;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: 1px;
}
section.disclmer-sec {
    background: #eceef0;
    padding: 48px 0;
}

.disc-wrap {
    background: white;
    padding: 29px !important;
    margin: 0 auto;
    max-width: 900px !important;
    border-radius: 8px;
}

.title-dis , .title-dis p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #212529CC;
    margin: 12px 0px 0px 0px;
    font-weight: normal;
}

.head-dis h4 {
    font-size: 18px;
    font-weight: 500 !important;
}

@media (max-width: 500px) {

    .disc-wrap {
        padding: 28px  17px !important;
    }

    .title-dis, .title-dis p {
        font-size: 12px;
        margin-top: 7px;
    }


    .head-dis h4 {
        margin-bottom: 0px;
    }
    
}
.faq-wrapps:not(:last-child) {
    border-bottom: 1px solid #e1e0e1;
}

.faq-wrapps h4 {
    position: relative;
    margin: 0;
    padding: 12px 0;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
}

.faq-wrapps h4 span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    transition: all .3s  ease-in-out;
}

.faq-wrapps h4 span svg {
    max-width: 16px;
    width: 100%;
}

.faq-wrapps .faq-bodyy {
    display: none;
    margin-bottom: 15px;
}

.faq-wrapps.faq-acct span {
    transform: translateY(-50%) rotate(-180deg);
}

.faq-bodyy p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}

.faq-bodyy h3 , .faq-bodyy h4 {
    font-size: 16px;
    margin-bottom: 4px;
}

section.love-faq-sec {
    padding: 23px 0;
}

@media (max-width:550px) {

    .faq-wrapps h4 {
    font-size: 15px;
}

.faq-bodyy h3, .faq-bodyy h4 {
    font-size: 13px;
}

.faq-bodyy p {
    font-size: 12px;
}

}
.desktop-image-wrapper {
    display: block;
  }

  .mobile-image-wrapper {
    display: none;
  }
  .image-wrapper {
    padding: 1.3rem;
  }

  @media screen and (max-width: 768px) {
    .desktop-image-wrapper {
      display: none;
    }
    .mobile-image-wrapper {
      display: block;
    }
  }

  .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }

   @media (max-width: 760px) {
    #shopify-section-template--25279298142503__custom_image_gpA4bN .image-wrapper {
      padding: 10px 0 0; 
    }
  }
.var-select-se {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 18px;
    margin: 19px 0;
}

div#var-47813392433376:before {
    content: '⭐ BEST SELLER';
    position: absolute;
    height: 20px;
    top: -10px;
    /* background: linear-gradient(#9bc90d 0, #79a70a 100%); */
    background: linear-gradient(135deg, #ff3d2e, #ff8a00);
    box-shadow: 0 3px 10px -5px #000;
    left: 13px;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 600;
    -moz-animation-name: showEffect222;
}

.var-select-se > * {
    max-width: calc(50% - 5px);
    border: 2px solid #e6e6e6;
    padding: 13px 12px;
    border-radius: 12px;
    box-shadow: 5px 5px #000;
    flex-grow: 1;
    cursor: pointer;
    position: relative;
    transition: all 0.25s ease;
}

.var-select-se .var-btn-active, .var-select-se .var-btnn-ar:hover {
    /* transform: translateY(-3px); */
    border-color: #ff3d2e;
    background: linear-gradient(180deg, #fdf3c5, #fdf3c54a);
    z-index: 2;
}

.var-select-se .var-btn-active span.var-option-title, .var-select-se .var-btnn-ar:hover span.var-option-title {
    color: #ca230b;
}

span.var-option-details {
    display: block;
    font-size: 12px;
}

.var-option-price {
    font-size: 23px;
    display: block;
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 12px;
    margin-top: 3px;
    /* animation: priceGlow 1.6s infinite alternate;
    background: linear-gradient(135deg, #ff3d2e, #ff8a00);
    color: white; */
    /* color: #c93e03; */
}

.var-option-price b {
    margin-left: 4px;
    font-size: 13px;
    text-decoration: line-through;
    /* color:rgb(255, 255, 255);   */
    color: rgb(255 0 0);
}

@keyframes priceGlow {
  from {
    box-shadow: 0 10px 28px rgba(255, 61, 46, 0.45);
  }
  to {
    box-shadow: 0 14px 42px rgba(255, 138, 0, 0.75);
  }
}

.offer-sp-img {
    margin: 0px 0 15px;
}

.image-below-offer {
    display: flex;
    gap: 12px;
    margin: 17px 0 0;
}

.image-below-offer .width img {
    width: 100%;
    height: 100%;
}

.veg-icon {
    width: 25px;
}

.veg-icon img {
    width: 100%;
    display: block;
}

h1.love-title-pr {
    display: flex;
    align-items: center;
    line-height: 1;
    column-gap: 4px;
}

.product-banner-offer-img img {
    width: 100%;
}

.product-banner-offer a {
    background: #e9fbea;
    display: flex;
    padding: 15px 10px;
    margin: 10px 0 0;
    border-radius: 18px;
    align-items: center;
    column-gap: 10px;
}

.product-banner-offer a img {
    width: 34%;
    max-width: 150px;
}

.product-banner-offer a .pr-offer-btn {
    background: #ff1600;
    color: white;
    padding: 7px 13px;
    border-radius: 23px;
    font-size: 12px;
    text-align: center;
    max-width: max-content;
}

.product-banner-offer a .pt-title-off {
    font-size: 20px;
    margin: 0 0 9px;
    line-height: 1;
}

.product-gallery {
  display: flex;
  gap: 12px;
  align-items: flex-start;
    position: relative;
}

/* Thumbs */
.product-thumbs {
  width: 90px;
  height: 100%;
    {% comment %} position: absolute; {% endcomment %}
}

.product-thumbs img {
  width: 100%;
  cursor: pointer;
  opacity: 0.5;
}

.product-thumbs .swiper-wrapper > .swiper-slide img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    max-width: max-content;
}

.product-thumbs .swiper-slide-thumb-active img {
  opacity: 1;
  border: 2px solid #000;
}

.love-title-pr {
    font-size: 32px;
    text-transform: uppercase;
}

.price-n-quantity {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    margin: 22px 0;
}

.price-n-quantity {}

.price-love-pr > span {
    font-size: 25px;
    word-spacing: -5px;
}

.price-love-pr > span .compare-love {
    margin-left: 5px;
    font-size: 19px;
    word-spacing: -5px;
    color: gray;
    text-decoration: line-through;
}

.price-love-pr small {
    display: block;
    line-height: 1;
    font-weight: 300;
}

.qty-wrapper > Button {
    border: 1px solid #e1e0e1;
    font-size: 19px;
    padding: 1px 10px;
    color:black;
}

.qty-wrapper input {
    border-width: 1px 0 1px 0 !important;
    border-color: #e1e0e1 !important;
    border-radius: 0 !important;
    min-height: 32.5px !important;
    text-align: center;
    width: 32.5px;
    color: black !important;
    font-weight: 300 !important;
    font-size: 14px;
}



.qty-wrapper {
    display: flex;
    align-items: flex-start;
}

.div-description-love h3 {
    font-size: 16px;
    margin: 0 0 5px !important;
}

.div-description-love p {}

.div-description-love  p {
    font-weight: 200;
    margin: 0 0 5px !important;
    font-size: 14px;
}

.div-description-love {
    margin: 0 0 14px;
}

/* Main Image */
.product-main {
  width: calc(100% - 100px);
  height: auto !important;
  margin-right: 0;
}

.product-main img {
  width: 100%;
  display: block;
}

.new-love-drunk-sec {
    padding: 30px 0;
}






{% comment %} .product-thumbs .swiper-wrapper {
    column-gap: 7px;
    row-gap: 7px;
}

.product-thumbs .swiper-wrapper > .swiper-slide {
    margin: 0 !important;
} {% endcomment %}



/* Mobile & Tablet */
@media (min-width: 992px) {

  .product-thumbs {
    position: absolute;
}

.wraps-info-div {
   position: sticky;
    top: 73px;
}

}

@media (max-width: 991px) {

  .wraps-info-div {
    padding-top:20px;
   
  }


  .product-gallery {
    flex-direction: column;
  }

  .product-thumbs {
    width: 100%;
    height: auto;
    order: 2;
  }

  .product-main {
    width: 100%;
    order: 1;
  }
}

/* Default hide arrows */
.thumbs-prev,
.thumbs-next {
  display: none;
}

/* Mobile & Tablet */
@media (max-width: 991px) {
  .thumbs-prev,
  .thumbs-next {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
  }

  .thumbs-prev {
    left: -10px;
  }

  .thumbs-next {
    right: -10px;
  }
}

/* Desktop – vertical thumbs (no arrows) */
@media (min-width: 992px) {
  .thumbs-prev,
  .thumbs-next {
    display: none !important;
  }



}


@media (max-width:1199px) and (min-width:992px) {

  .product-thumbs {
    width: 75px;
}

.product-main {
    width: calc(100% - 85px);
}

}

@media (max-width:991px) {

  .product-thumbs {padding: 0 40px;}

.product-thumbs:before {
    background: white;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 40px;
}

.swiper.product-thumbs:after {
    background: white;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    width: 40px;
}

.thumbs-prev {
    left: 0 !important;
    z-index: 999;
}

.thumbs-next {
    right: 0 !important;
    z-index: 999;
}

.thumbs-prev, .thumbs-next {
    background: transparent !important;
}

.thumbs-prev path , .thumbs-next path {
    fill: black;
}

.swiper-button-disabled {
    opacity: 0.4;
}

.thumbs-prev {
    transform: translateY(-50%) rotate(180deg);
}

}

@media (max-width:450px) {

  .thumbs-prev, .thumbs-next {
    width: 22px !important;
}

.product-thumbs:before , .product-thumbs:after {
    width: 24px !important;
}

.product-thumbs {
    padding: 0 27px !important;
}

}

@media (max-width:1024px) {

  .container.container-sm-fluid {
    max-width: 100% !important;
}

}


@media (min-width: 768px) {
  
.upi-mobile {
    display: none;
  }
  .upi-desktop {
    display: block;
    max-width: 657px;
    border-bottom: 1px solid #21252929;
    padding: 14px 8px 14px;
    margin: 0 0 10px;
}

    .cunsltation-desktop {
        display: block;
        max-width: 670px;
        /* margin: 16px 0; */
    }

    .cunsltation-mobile {
        display: none;
    }

}

@media (max-width: 420px) {

  .var-option-price {
    font-size: 19px;
  }

}

  .var-select-se > * {
    width: calc(50% - 5px);
  }

@media (max-width: 400px) {



    .upi-mobile {
        display: block;
        max-width: 358px;
        border-bottom: 1px solid #21252929;
        padding: 17px 0;
           margin: 0 0 10px;
    }

.upi-desktop {
    display: none;
}

    .cunsltation-mobile {
        display: block;
        max-width: 358px;
    }

      .cunsltation-desktop {
     display: none;
    }

}


.upi-desktop img , .upi-mobile img ,  .cunsltation-mobile img , .cunsltation-desktop img {
    width: 100%;
}
.marquee-wrapper {
  overflow: hidden;
  background: #000;
  color: #fff;
  padding: 10px 0;
}

.marquee-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.marquee-swiper .swiper-slide {
  width: auto !important;
  padding-right: 8px; /* small gap only */
  font-size: 17px;
  white-space: nowrap;
}
.media-mentions-pr-page img {
    width: 100% !important;
    height: 73px;
    object-fit: contain !important;
    object-position: center;
}
    .media-mentions-pr-page {
    margin: 0px auto;
/*     border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey; */
      border:none !important;
    padding: 0px 0 20px;
}
.love-notes-sec {
    padding: 20px 0 40px;
}

.head-notes > .font-bold {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0px;
}

.head-notes {
        margin: 0 0 17px;
}

.px-section-horizontal-spacing {
    display: flex;
    column-gap: 2%;
}

.px-section-horizontal-spacing > .notes-section {
    width: calc(96% / 3.2);
    border-top: solid 1px #D9D9D9;
    padding-top: 12px;
}

div#tab2 {
    flex-grow: 1;
}

.px-section-horizontal-spacing .font-heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}



.notes-section > div {
    display: flex;
    justify-content: center;
    column-gap: 2%;
}

.notes-section > div .note-icon {
    text-align: center;
    max-width: 96px;
    width: calc(96% / 3);
}

.notes-section > div .note-icon strong {
    color: #330203;
    font-size: 14px;
    padding-top: 5px;
    display: block;
    text-align: center;
    font-weight: 500 !important;
}

.notes-section > div .note-icon img {
    height: 60px;
    object-fit: contain;
    width: 100%;
}

@media (min-width:768px) {

    .pop-notes-wraps , .tab-button {
        display: none !important;
    }
   
    .view-pop {
        display: none;
    }

    .px-section-horizontal-spacing > .notes-section {
    display: block !important;
}


}

@media (max-width:767px) {


  .pop-notes-overlay {
    position: absolute;
    z-index: 9;
    background: #00000052;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pop-notes-wrapperss {
    z-index: 999;
}

    .notes-section:not(:first-child) {
        display: none;
    }

    .px-section-horizontal-spacing > .notes-section {
    width: 100% !important;
    border: none;
}

.notes-section > div {
    justify-content: flex-start;
}

.px-section-horizontal-spacing .font-heading {
    display: none;
}

.head-notes > h3 {
    text-align: left !important;
    font-size: 19px !important;
 
}

.head-notes {
       margin-bottom: 8px !important;
}

.pop-notes-wraps .px-section-horizontal-spacing > * {
    display: block;
}

.pop-notes-wraps .px-section-horizontal-spacing {
    flex-wrap: wrap;
    padding: 0 15px 20px;
}

.pop-notes-wraps .px-section-horizontal-spacing .font-heading {
    display: block !important;
    text-align: left;
}



.pop-notes-wraps .notes-section > div .note-icon img {
    height: 40px;
}

.pop-notes-wraps .notes-section > div .note-icon {
    max-width: 79px;
}

.pop-notes-wraps {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    overflow: auto;
   
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all .3s ease-in-out;
}

.pop-notes-overlay {
    background: #0000006e;
}

.pop-notes-wrapperss {
    background: white;
    position: relative;
    transition: all .3s ease-in-out;
}

.close-note-pop {
    position: absolute;
    z-index: 10;
    background: red;
    color: white;
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    width: 40px;
    height: 40px;
    font-size: 29px;
    line-height: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -44px;
}

.head-notes-pop {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e7eb;
}

.head-notes-pop .font-bold {
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
    font-size: 20px;
}

.pop-notes-wrapperss  .notes-section:not(:first-child) {
    margin-top: 11px;
}

.pop-notes-wraps:not(.pop-acti) .pop-notes-wrapperss {
    transform: translate(0px, 100%);
}

.pop-notes-wraps:not(.pop-acti) {
    opacity: 0;
    pointer-events: none;
}

.view-pop {
    display: flex;
    align-items: center;
    column-gap: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.view-pop {
     color: #cf2028;
}

.head-notes {
    display: flex;
    align-items: center;
    margin: 0 0 17px;
    justify-content: space-between;
    column-gap: 10px;
}

.view-pop > span svg {
    display: block;
    width: 100%;
    max-width: 13px;
}

.tab-button {
    display: flex;
    column-gap: 12px;
    padding: 10px 0;
}

.tab-button * {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.tabss-notess-bttn.tabs-btn-active {
    color: #cf2028;
    font-weight: 600 !important;
    border-color: #cf2028;
}



}