/** Shopify CDN: Minification failed

Line 1720:0 Unexpected "}"

**/
h1, h2, h3, h4, h5, h6, button, a, span, div, input, p {
  font-family: "DM Sans",Arial,Helvetica,sans-serif;
}
.section-template--25702241501519__product-grid-padding {
    padding-top: 10px !important;
}
.hide {
    display: none;
}
section.customer-favourites .product-card {
    height: auto !important;
}
ul#product-grid {
    margin: 0;
}
.benefit-block .icon {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}
.card__content a {
  display: none;
}
.card__content button {
    background: #ff8a00;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    padding: 0;
    margin: 12px 0;
}
.modal-overlay {
    display: none !important;
}
.primaryNavBar-quickShop ul.quickshop-list {
    padding: 16px 0 16px 160px;
}
a.mineLink {
    text-decoration: none;
}
.search-modal__content-bottom .field label {
    color: black;
    font-weight: bold;
}
.search__button .icon path {
    fill: #f07403;
}
details-modal.header__search {
    width: 60rem;
}
details-modal.header__search details {
    width: 100%;
}
predictive-search.search-modal__form .field:after {
    border-radius: 100px!important;
    border: 1px solid #e7e7e7 !important;
}
.headerIconsMine {
    display: flex;
}
.header__icon.header__icon--search {
    display: none !important;
}
button.search-modal__close-button {
    display: none !important;
}
/***************** footer css ********************/
.footer-block.grid__item {
    width: 18%;
}
.footer-block:nth-child(1) {
    width: 25%;
}
.footer-block:nth-child(1) .footer-block__brand-info {
    width: 70%;
}
.footer-block:nth-child(1) li:last-child {
    border-bottom: solid 0px #ffffff !important;
}
.footer-block.grid__item li:last-child {
    border-bottom: solid 1px #ffffff;
    width: fit-content;
    padding-right: 40px;
}
.footer__content-bottom {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
small.copyright__content {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}


/*******************Product Details page**************************/
.product h1 {
    font-weight: 900;
    line-height: 36px;
    font-size: 28px;
    color: #0b0b0b;
    margin-top: 0;
    margin-bottom: 8px;
}
.product p.product__text {
    display: flex;
    align-items: center;
    color: #dd1f4d;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}
.product slider-component.thumbnail-slider {
    display: none;
}

.payment-methods {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 20px 0;
  font-family: Arial, sans-serif;
}
.payment-methods .title {
    color: #0b0b0b;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    margin-bottom: 8px;
}
.benefit-block {
    padding: 32px 0;
}
.payment-methods .icons {
    display: flex;
    gap: 20px;
    align-items: center;
}
.payment-methods .icons img {
    height: 48px;
    object-fit: contain;
}
.productView-payicon {
    padding: 16px;
    padding-top: 8px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 16px;
}
.productView-payment-app p {
    color: #0b0b0b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    margin-bottom: 1.6rem;
}
.productView-payment-app p a {
    text-decoration: underline;
    color: #0b0b0b;
}


/*****************Home Page ***********************/

div#shopify-section-sections--25702242025807__custom_menu_gGdeGC nav {
    padding: 0 !important;
}
div#shopify-section-sections--25702242025807__custom_menu_gGdeGC {
    padding: 16px 0 16px 160px;
}
.featured-collection-section {
    font-family: sans-serif;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    padding: 0 1.6rem;
    position: relative;
    width: 100%;
}
.product-title {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-card {
    padding: 24px;
    -webkit-transition: all .18s cubic-bezier(.85, .26, .35, .9);
    transition: all .18s cubic-bezier(.85, .26, .35, .9);
}
.product-card:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 7px 9px 0 rgba(107, 107, 107, .56);
    box-shadow: 0 7px 9px 0 rgba(107, 107, 107, .56);
}
button.add-to-cart:hover {
    background: #af2647;
}
.add-to-cart {
transition: 0.3s all;
}
button.quick-view:hover {
    background: #a3a3a3 !important;
}
.quick-view {
    background: #ddd !important;
    transition: 0.3s all;
}
.category-image-wrapper {
    width: 200px !important;
    height: 200px !important;
    background: #f5f5f5 !important;
}
.category-item:hover .category-image-wrapper {
    border: 2px solid #dd1f4d;
}
.category-item:hover p.category-title {
    color: #dd1f4d;
}
.category-title {
    font-weight: 600!important;
    font-size: 24px!important;
    line-height: 32px;
    letter-spacing: .16px;
    margin: 24px 0 0 !important;
    font-family: "DM Sans",Arial,Helvetica,sans-serif;
}
.category-image-wrapper img {
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.category-item:hover .category-image-wrapper img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
h2.section-title {
    padding-bottom: 40px;
    margin: 0;
}
.shop-category {
    padding: 20px 0 64px !important;
}
.hero-feature-banner .container {
    padding: 0 98px !important;
    gap: 48px !important;
    justify-content: center;
}
.hero-feature-banner .text-side {
    max-width: 100% !important;
    width: 50%;
}
.hero-feature-banner .description {
    color: #0b0b0b !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 24px !important;
    letter-spacing: .16px;
    margin-bottom: 30px !important;
    margin-top: 16px;
    font-family: DM Sans,Arial,Helvetica,sans-serif;
}
.hero-feature-banner {
    background-color: #DDD !important;
    padding: 64px 0 !important;
}
.hero-feature-banner .cta-button {
    font-family: DM Sans,Arial,Helvetica,sans-serif;
    line-height: normal;
    margin-left: 10px;
    font-size: 14px;
}
.hero-feature-banner .text-side h2.heading {
    margin: 0 !important;
}
.hero-feature-banner .subheading {
    margin: 0!important;
    line-height: normal;
    letter-spacing: .1px;
    color: #dd1f4d !important;
    font-family: "DM Sans",Arial,Helvetica,sans-serif;
    font-size: 14px;
}
.featured-collection-section h2.featured-title {
    margin-top: 0;
    letter-spacing: .25px;
    font-family: "DM Sans",Arial,Helvetica,sans-serif;
    font-weight: 600;
}  
.featured-collection-section {
    padding: 64px 42px !important;
}
.about-us-banner {
    padding: 40px 64px!important;
    background: linear-gradient(125deg, #dd204d 0% 69%, #000000 69% 100%) !important;
    margin: 20px 6rem 0!important;
}
.about-us-content .text-block {
    max-width: 100%;
    width: 60%;
}
.about-us-content .text-block h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    font-family: "DM Sans",Arial,Helvetica,sans-serif;
    letter-spacing: 0.25px;
    margin: 0;
}
.about-us-content .text-block p {
    font-size: 16px;
    font-weight: 5;
    line-height: 24px;
    letter-spacing: .25px;
    font-family: "DM Sans",Arial,Helvetica,sans-serif;
}
.about-us-banner a.about-btn {
    color: #dd1f4d;
    border: 1px solid #dd1f4d;
    padding: 12px 24px;
    font-size: 20px;
    line-height: 1;
    transition: color .15s ease;
    font-family: "DM Sans",Arial,Helvetica,sans-serif;
}
.about-us-banner a.about-btn:hover {
    background: #dd1f4d;
  color: #fff;
}
.product-card {
    display: flex !important;
    flex-direction: column;
    position: relative;
}
.product-card p.stock-status {
    margin: 10px 0 5px;
}
.product-card .product-price {
    margin: 10px 0px;
}
.brands-features-wrapper {
    padding: 66px 60px 0 !important;
}
.brands-features-wrapper .brands-header {
    margin-bottom: 20px;
}
.brands-features-wrapper .brands-header h2 {
    font-size: 38px;
    font-weight: 600;
    color: #dd1f4d;
    font-family: "DM Sans",Arial,Helvetica,sans-serif;
}
.brands-features-wrapper .brands-header {
    margin-bottom: 20px;
}
.brands-features-wrapper .brand-logos {
    flex-wrap: nowrap;
}
.brands-features-wrapper .brand-logos {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: space-between;
    padding: 10px 8px 25px;
}
.brands-features-wrapper .divider {
    border-top: 2px solid #ebebeb;
}
.features-grid {
    grid-template-columns: repeat(4,1fr) !important;
    gap: 50px !important;
    padding: 0 16px;
}
.features-grid .feature {
    padding: 32px;
}
.features-grid .feature .featureContent {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.features-grid .feature img {
    margin: 0;
}
.features-grid .feature .featureContent h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: .16px;
    color: #0b0b0b;
    font-family: "DM Sans",Arial,Helvetica,sans-serif;
}
.features-grid .feature .featureContent p {
    font-family: DM Sans,Arial,Helvetica,sans-serif;
    line-height: 28px;
    color: #333;
}
body {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}
.dual-callout-section {
    padding: 45px 8rem 64px !important;
}
.brands-features-wrapper .brands-header a.view-all {
    color: #dd1f4d;
    background-color: #fff;
    border: 1px solid #dd1f4d;
    font-size: 16px;
    padding: 12px 24px;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.brands-features-wrapper .brands-header a.view-all span {
    font-size: 25px;
}
.brands-features-wrapper .brands-header a.view-all:hover {
    background: #af2647;
    color: #fff;
}
a {
    -webkit-transition: color .15s ease;
    transition: color .15s ease;
}
.dual-callout-wrapper .callout.yellow {
    background-color: #dd1f4d;
    color: #fff;
}
.dual-callout-wrapper .callout {
    padding: 40px 64px;
}
.dual-callout-wrapper .callout h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
    margin: 0 0 12px;
    font-family: DM Sans,Arial,Helvetica,sans-serif;
    color: #fff;
}
.dual-callout-wrapper .callout.yellow a.btn {
    border: 2px solid #fff;
}
.dual-callout-wrapper .callout.yellow a.btn:hover {
    background: transparent;
}
.dual-callout-wrapper .callout.yellow a.btn {
    border: 2px solid #fff;
}
.dual-callout-wrapper .callout p {
    margin: 0 0 32px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.25px;
}
.dual-callout-wrapper .callout a.btn {
    color: #dd1f4d;
    padding: 12px 24px;
    font-size: 18px;
    line-height: 1;
    transition: color .15s ease;
    font-family: DM Sans, Arial, Helvetica, sans-serif;
    width: 188px;
}
.dual-callout-wrapper .callout a.btn:hover {
    background: #dd1f4d;
    color: #fff;
}
.dual-callout-section .dual-callout-wrapper {
    gap: 24px;
}
.discover-more-section .discover-more-header h2 {
    margin-top: 0;
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 32px;
    font-family: "DM Sans",Arial,Helvetica,sans-serif;
}
.discover-box .image-wrapper {
    background: #111;
}
.discover-box .image-wrapper:hover img {
    opacity: .5;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
}
.discover-box .image-wrapper .overlay-text {
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
    width: 65%;
}
.vat-toggle-wrapper .slider {
    background-color: #a7a7a7;
}
.need-help-section h2 {
    line-height: 36px;
    font-family: "DM Sans",Arial,Helvetica,sans-serif;
    color: #0b0b0b;
}
.help-options .helpIcons {
    gap: 5px;
}
.help-options p {
    color: #858585 !important;
    line-height: 24px;
    letter-spacing: .16px;
}
.help-options {
    gap: 20px !important;
}
.need-help-section {
    padding: 40px 20px 50px  !important;
}
.email-social-footer {
    padding: 64px !important;
}
.btn-group a.btn {
    margin: 0;
}
.btn-group {
    display: flex;
    gap: 20px;
}
.newletter_section {
    padding: 10px 12px 10px 12px;
    margin-right: 48px;
}
.formTwo form .newletter_section  input[type="email"] {
    padding: 0 !important;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.formTwo form .newletter_section button {
    margin-right: 0;
    background: #dd1f4d !important;
}
.footer-block.grid__item li:last-child {
    border-bottom: none !important;
    padding-right: 0;
}
.footer-block__details-content>:first-child .list-menu__item--link {
    text-decoration: none;
}
.footer-block__heading {
    margin-top: 10px;
    font-weight: 600;
    line-height: 28px;
}
.footer-block__details-content .list-menu__item--link:hover {
    text-decoration: underline !important;
}
.footer-block__details-content .list-menu__item--link {
    color: #fff;
}
.footer-block__brand-info p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .16px;
    margin-bottom: 20px !important;
}
.bottom-gutter {
    padding: 20px 0;
    font-size: 12px !important;
}
footer.footer.color-scheme-22d153b2-2fda-4831-afa2-3556674b9e9f.gradient.section-sections--25702241993039__footer-padding {
    padding-bottom: 20px;
}
.main_email_footer {
    gap: 48px !important;
}
.category-grid {
    overflow-x: auto;
    scrollbar-width: thin;
    justify-content: flex-start!important;
    gap: 25px!important;
    flex-wrap: nowrap!important;
}

.footer-block__image-wrapper {
    margin-bottom: 1rem;    
}

.custom-top-bar {
    background-size: cover !important;
    background-position: right !important;
}
html, body {
    overflow-x: hidden;
}
ul#Slider-Gallery-template--25702241698127__main::before {
display: none;
}
nav.breadcrumb {
    color: #757575;
    font-size: 12px;
    line-height: 18px;
}
nav.breadcrumb a {
    color: #757575;
    text-decoration: none;
}
nav.breadcrumb a:hover {
    color: #000;
}
span.price-without-vat {
    color: #0b0b0b;
    font-weight: 600;
    line-height: 36px;
    font-size: 28px;
}
.vat-toggle-wrapper {
    margin-bottom: 10px !important;
}
.product-media-container {
    border: 0;
}
.product p.product__text {
    text-transform: capitalize;
}
.vat-label {
    font-size: 14px;
    color: #0b0b0b;
    line-height: normal;
}
.productView-payicon .productView-payment-app p {
    font-size: 12px;
}
section#ProductInfo-template--25702241698127__main .yellow-box a h3 {
    font-size: 16px;
    color: #fff;
}
section#ProductInfo-template--25702241698127__main .yellow-box a {
    color: #fff;
    text-decoration: none;
}
section#ProductInfo-template--25702241698127__main .yellow-box {
    background: #dd1f4d;
    padding: 24px;
}
section#ProductInfo-template--25702241698127__main .yellow-box a  p {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 16px;
}
.benefit-block .text p {
    margin: 0;
    font-size: 12px;
    color: #000;
}
.benefit-block .text strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    color: #0b0b0b;
}
.benefit-block .text p a {
    color: #000;
}
.product__description.rte.quick-add-hidden p {
    display: block;
}
div#Quantity-Form-template--25702241698127__main {
    padding: 24px;
    border-radius: 12px;
    background: #f5f5f5;
}
.price-per-item__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cust_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: left;
    color: #858585;
}
.price-per-item__container quantity-input.quantity {
    background: #fff;
    border-radius: 50px !important;
    padding: .78571rem .78571rem;
    border: 1px solid #ddd;
}
 div#Quantity-Form-template--25702241698127__main .quantity:after {
display: none;
} 
.price-per-item__container quantity-input.quantity input#Quantity-template--25702241698127__main {
    font-size: 16px;
    font-weight: 600;
}
.cust_price {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-right: 8px;
    color: #0b0b0b;
}
.product-form__quantity .form__label {
    display: none;
}
.button:before, .button:after {
  display: none;
}
.product-form__buttons {
    display: flex;
  gap: 15px;
}
.product-form__submit, a.buy_it_now {
    width: 50%;
    padding: 10px 24px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 28px;
    border-radius: 100PX;
    text-align: center;
    text-decoration: none;
    height: 50px;
}
.product-form__submit {
    background: #dd1f4d;
}
.product-form__submit:hover {
    background: #af2647;
}
a.buy_it_now {
    background: #000;
}
.accordion-header span.title {
    margin: 0;
}
.accordion-item {
    margin: 0 !important;
}
.accordion-header {
    padding: 18px 16px;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
    color: #0b0b0b;
}
.accordion-content p {
    padding: .42857rem 1.6rem;
    margin: 0 0 10px;
}
div#shopify-section-template--25702241698127__featured_section_WRb7ex section.featured-collection-section {
    padding: 120px 20px 0 !important;
}
div#shopify-section-template--25702241698127__dual_callout_QpRXcY section.dual-callout-section {
    padding: 0 64px !important;
}
.cart-item__name {
    font-weight: 600;
    font-size: 17px;
    color: #dd1f4d;
}
.totals__total-value {
    color: #dd1f4d;
    font-weight: 600;
}
.cart-drawer .price {
    font-weight: 600;
}
.product-image img {
    max-height: 285px !important;
}
.collection li.grid__item .card__inner .card__media .media img {
    object-fit: contain;
}
.collection ul.grid.product-grid li.grid__item {
    background-color: #fff;
    padding: 24px;
    scroll-snap-align: start;
    margin: 12px;
    box-shadow: 2px 4px 12px #00000014;
    border-radius: 24px;
    border: 1px solid #f5f5f5;
    flex: 0 0 23%;
    max-width: 23%;
    -webkit-transition: all .18s cubic-bezier(.85, .26, .35, .9);
    transition: all .18s cubic-bezier(.85, .26, .35, .9);
}
.collection li.grid__item .card {
    background: #fff;
}
.collection li.grid__item .card__inner {
    max-height: 300px;
}
.collection ul.grid.product-grid {
    gap: 0;
}
.collection ul.grid.product-grid li.grid__item:hover {
    -webkit-box-shadow: 0 7px 9px 0 rgba(107, 107, 107, .56);
    box-shadow: 0 7px 9px 0 rgba(107, 107, 107, .56);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px) !important;
}
.collection li.grid__item .card__content {
    padding: 10px 0;
}
.collection li.grid__item .card__information {
    padding: 0;
}
.collection li.grid__item .card__content a.full-unstyled-link {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .16px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
.collection li.grid__item:hover .card__content a.full-unstyled-link {
    text-decoration: none;
    color: #757575;
}
.collection li.grid__item .card-information .price__regular .price-item--regular {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: .16px;
    color: #0b0b0b;
    margin-top: 12px;
    margin-bottom: 8px;
}
.drink-collections.container .slick-drink-carousel .drink-item {
    padding: 0;
    text-align: center;
    /* width: 214px !important; */
    margin-right: 34px;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition-property: transform;
}
.drink-collections.container .slick-drink-carousel .drink-icon {
    height: 200px;
    width: 200px;
    border-radius: 16px;
    position: relative;
    background-color: #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drink-icon img {
    width: 152px;
    height: 152px;
    object-fit: contain;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
.drink-collections.container .slick-drink-carousel  .drink-item:hover .drink-icon {
    border: 2px solid #dd1f4d;
}
.drink-collections.container .slick-drink-carousel .drink-item:hover .drink-icon img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.drink-collections.container .slick-drink-carousel .drink-item:hover span.drink-label {
    color: #dd1f4d;
}
.drink-collections.container .slick-drink-carousel .drink-item span.drink-label {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .16px;
    margin-top: 24px;
    display: inline-block;
    font-weight: 600;
    color: #0b0b0b;
    text-transform: capitalize;
}
.drink-collections.container {
    margin: 64px auto 0;
    padding: 0 64px;
}
.drink-collections.container p.drink-description {
    margin-top: 34px;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .16px;
    color: #0b0b0b;
    margin-bottom: 80px;
}
.collection-hero__text-wrapper h1.collection-hero__title {
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 38px;
    line-height: 44px;
    color: #dd1f4d;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 16px;
}
.facets {
  padding: 0 16px;
}
.drink-collections.container h2.drink-title {
    font-size: 38px;
    line-height: 44px;
    color: #dd1f4d;
    font-weight: 600;
    padding: 10px 0;
    margin: 0;
}
.section-template--25702241501519__product-grid-padding.gradient.color-scheme-1 {
    padding-bottom: 60px;
}
.product-card .wishlist-icon {
    margin-bottom: 0;
}
.product-card .wishlist-icon {
    margin-bottom: 0;
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .drink-collections.container .slick-drink-carousel .drink-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0 !important;
}
.product .productView-payicon .productView-payment-app p {
    font-size: 14px;
}
.product .productView-payicon .productView-payment-app {
    margin-top: 20px;
}
.product .benefit-block .icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.product .benefit-block .text p {
    margin: 0;
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    letter-spacing: .16px;
    margin-bottom: 4px;
    margin-top: 4px;
}
div#shopify-section-template--25702241698127__featured_section_RUjYrR section.featured-collection-section {
    padding: 64px !important;
}
div#shopify-section-template--25702241698127__featured_section_WRb7ex section.featured-collection-section {
    padding: 120px 64px 0 !important;
}
.collection li.grid__item .quick-add.no-js-hidden {
    margin: 0;
}
.collection li.grid__item .quick-add.no-js-hidden button.quick-add__submit {
    margin: 40px 0 0;
    background: #dd1f4d;
    border: none;
    cursor: pointer;
    border-radius: 24px;
    padding: 9px 0;
    width: 100%;
    height: auto;
    color: #fff;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    min-height: 40px;
}
.slideshow.banner .slideshow__text-wrapper.banner__content.banner__content--middle-center {
    padding: 0;
}
.slideshow.banner .slideshow__text-wrapper.banner__content.banner__content--middle-center .slideshow__text.banner__box.content-container.content-container--full-width-mobile {
    min-width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    background: #dadce0;
}


/* Main home Banner */

.main_home_banner {
    overflow: hidden;
    max-width: 100%;
    margin: 60px 0  0;
}

  .swiper-slide {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
  }

.slide-content {
    background: #dadce0;
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

  .slide-text h2 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    color: #0b0b0b;
    margin-bottom: 8px;
    margin-top: 0;
  }

.slide-text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    color: #0b0b0b;
    min-height: 48px;
}

  .slide-button {
    background-color: #dd1f4d;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
  }
.collection li.grid__item .quick-add.no-js-hidden button.quick-add__submit:hover {
    background: #af2647;
}
.slide-button:hover {
    background: #af2647;
}
div#shopify-section-template--25702241534287__shop_by_category_FNdMRr section.shop-category {
    padding-top: 0 !important;
}
.hero-feature-banner .cta-button:hover {
    background: #af2647;
}

  .swiper-pagination {
    position: relative;
    margin-top: 20px;
    height: 16px;
    text-align: center;
  }

  .swiper-pagination-progressbar {
    background: #ddd;
    height: 8px;
    border-radius: 50px;
  }

  .swiper-pagination-progressbar-fill {
    background: orange;
    border-radius: 50px;
  }

  .swiper-pagination-bullets {
    text-align: center;
    margin-top: 6px;
  }

 .swiper-pagination-bullet {
    width: 24px !important;
    height: 24px !important;
    background: #ccc !important;
    display: inline-block !important;
    border-radius: 50% !important;
    margin: 0 4px !important;
    opacity: .6 !important;
    cursor: pointer !important;
}

  .swiper-pagination-bullet-active {
    background: #dd1f4d !important;
    opacity: 1 !important; 
  }
 .swiper-pagination {
    position: inherit!important;
    margin-top: 0;
    padding: 41px 0;
}
footer.footer {
    background: url(/cdn/shop/files/swash-desk.png?v=1752776418) !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    background-color: #000 !important;
}
/* .mobImage {
    display: none !important;
} */
.mobileImage {
    display: none !important;
}
.desktopImage img, .mobileImage img {
    width: 100%;
    height: 100%;
}




/************************* media css ******************************/

@media (min-width: 1024px) {
    .brands-features-wrapper .brand-logos img {
        width: 12%;
    }

  
}


@media (min-width: 768px) {
.hero-feature-banner .container {
    padding: 0 32px !important;
}
  .section-template--25702241501519__product-grid-padding {
    padding-top: 12px !important;
  }
.brands-features-wrapper {
    padding: 66px 32px 0!important;
}
}



@media (max-width: 1280px) {
  .category-grid {
    gap: 10px;
}
.featured-collection-section {
    padding: 64px 32px !important;
}
    .category-image-wrapper {
    width: 152px!important;
    height: 152px!important;
}
.category-title {
    font-size: 20px!important;
    line-height: 25px;
}
  .page-width {
    padding: 0px 32px;
}
  .shop-by-category__list.swiper-wrapper::-webkit-scrollbar {
    height: 6px;
}
.brands-features-wrapper .brand-logos {
    flex-wrap: wrap;
}
.hero-feature-banner .container {
    gap: 30px!important;
}
.dual-callout-section {
    padding: 45px 32px 64px!important;
}
  div#shopify-section-sections--25702242025807__custom_menu_gGdeGC {
    padding: 16px 32px 16px;
}
  header.header {
    padding: 10px 32px !important;
}
  .formLeftSide {
    flex-wrap: wrap;
}
  .formOne {
    width: 100%;
}
  .formTwo {
    width: 100% !important;
    border-bottom: 1px solid #d3d3d3;
    padding: 24px 0;
    border-right: 0 !important;
}
  .newletter_section {
    max-width: 100% !important;
}
  .category-item {
    width: 175px !important;
}
  .form_right {
    flex: 100% !important;
}
  .main_email_footer {
    gap: 24px !important;
}
  .email-social-footer {
    padding: 30px 32px 64px !important;
}
.featured-collection-section h2.featured-title {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-top: 0px;
    margin-bottom: 20px;
}
  h2.section-title {
    padding-bottom: 30px;
    padding-top: 0px;
    font-size: 28px;
    line-height: 36px;
}
  .image-side {
    width: 46%;
}
.product-form__submit, a.buy_it_now {
    font-size: 16px;
}
  .drink-collections.container {
    padding: 0 32px;
}
  .collection ul.grid.product-grid li.grid__item {
    flex: 0 0 30%;
    max-width: 30%;
}
  div#shopify-section-template--25702241698127__featured_section_RUjYrR section.featured-collection-section {
    padding: 64px 32px !important;
}
div#shopify-section-template--25702241698127__featured_section_WRb7ex section.featured-collection-section {
    padding: 50px 32px 0 !important;
}
  

}




@media (max-width: 1024px) {
  .hero-feature-banner .image-side img {
    max-width: 100% !important;
}
.image-side {
    width: 100%;
}
  .about-us-content .text-block p {
    margin-bottom: 48px;
}
  .about-us-banner {
    padding: 40px !important;
}
.features-grid {
    grid-template-columns: repeat(2,1fr)!important;
    gap: 24px !important;
    padding: 16px 0;
}
.hero-feature-banner .text-side {
    width: 100%;
}
  .about-us-content .text-block {
    width: 100%;
}
  .about-us-banner {
    margin: 20px 32px 0!important;
}
  .features-grid .feature {
    padding: 16px 0;
}
.dual-callout-wrapper .callout {
    padding: 40px;
    flex: 0 0 100%;
    width: 100%;
}
.discover-more-grid {
    grid-template-columns: repeat(2,1fr) !important;
    padding: 0 !important;
}
  .shop-category {
    padding: 0 0 50px!important;
}
  .category-image-wrapper {
    width: 124px!important;
    height: 124px!important;
}
  .category-grid {
    padding: 10px 0 30px;
}
    .category-grid::-webkit-scrollbar-thumb {
    background: #0b0b0b;
    border-radius: 4px;
  }
div#shopify-section-template--25702241534287__shop_by_category_FNdMRr section.shop-category {
    padding-bottom: 50px!important;
    padding-top: 40px !important;
}
  .discover-more-section .discover-more-header h2 {
    margin-top: 0px;
    font-size: 28px;
    line-height: 36px;
    padding-top: 40px;
}
.hero-feature-banner .heading {
    font-size: 28px !important;
    line-height: 36px;
}
  .brands-features-wrapper .brands-header h2 {
    font-size: 28px;
}
.discover-box .image-wrapper .overlay-text {
    font-size: 28px;
    line-height: 30px;
}
  .btn-group {
    flex-wrap: wrap;
}
  .image-side {
    width: 100%;
}
   .category-grid::-webkit-scrollbar-thumb {
    background-color: #0b0b0b;  /* Scrollbar thumb */
    border-radius: 20px;
  }
    .category-grid {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;              /* Firefox */
    scrollbar-color: #0b0b0b #f0f0f0;   /* Firefox: thumb and track */
  }
.hero-feature-banner .text-side {
    text-align: left;
}
.collection ul.grid.product-grid li.grid__item {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 7px;
}
  .drink-icon img {
    width: 116px;
    height: 116px;
}
  .drink-collections.container .slick-drink-carousel .drink-icon {
    height: 148px;
    width: 148px;
}
  .drink-collections.container .slick-drink-carousel .drink-item span.drink-label {
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
}

  
}


@media (max-width: 991px) {
  .slide-text h2 {
    font-size: 24px;
    line-height: 36px;
}
  .slide-content {
    padding: 24px 16px;
}
  .main_home_banner {
    margin: 40px 20px 10px;
}
.swiper-pagination-bullet {
    width: 18px!important;
    height: 18px!important;
}
.swiper-pagination {
    margin-top: 30px;
}
  
}



@media(max-width: 768px){
    details-modal.header__search.active {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        background: white;
        top: 0;
        padding: 36px 10px 32px 20px;
    }
    details-modal.header__search.active details {
        width: 75%;
    }
    body .searchIconMine {
        display: flex !important;
        justify-content: center;
        align-items: center;
        z-index: 9;
    }
    .bannerMineImage .banner__media {
        height: 70rem !important;
    }
    .desktopImage {
        display: none;
    }
    body .mobileImage {
        display: block !important;
    }
  nav {
    padding: 0px 40px 12px!important;
  }
  .hero-feature-banner .container {
    padding: 0 !important;
  }
  .hero-feature-banner .text-side {
    padding: 20px;
     max-width: 100%;
  }
.brands-features-wrapper {
    padding: 40px 20px 10px !important;
}
  .callout h3 {
    margin-top: 0px;
}
  .callout {
    padding: 20px !important;
}
.dual-callout-section {
    padding: 20px 2rem 40px !important;
}
.discover-more-grid {
    max-width: 100% !important;
    padding: 0 0rem !important;
}
  .image-side {
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
  }
  nav ul li a {
    font-size: 12px;
  }
  .feature-item {
    font-size: 12px;
  }
  .feature-item img {
    width: 15px;
    height: 15px;
  }
  .page-width {
    padding: 0 20px;
}
  .scrolling-feature-bar {
    padding: 6px 0;
  }
  .featured-collection-section {
    padding: 0 15px !important;
  }
  .shop-category {
    padding: 0 !important;
  }
  .stock-status {
    font-size: 12px;
  }
  
    font-size: 24px;
  }
  .product-rating {
    font-size: 0px;
    margin-bottom: 10px;
  }
  .section-title {
    margin-bottom: 40px;
    text-align: center;
  }
  .category-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .category-item {
    width: 50%;
  }
  .category-image-wrapper {
    width: 230px;
    height: 230px;
  }
  .hero-feature-banner .container {
    padding-left: 0 !important;
    gap: 0 !important;
  }
  .hero-feature-banner .image-side img {
    max-width: 100%;
  }
  .hero-feature-banner .heading {
    padding: 0 !important;
    margin: 0 !important;
  }
 .brand-logos img {
    max-height: 125px!important;
    width: 100%;
}
.brand-logos {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}
  .overlay-text {
    font-size: 2.3rem !important;
  }
  .discover-more-section {
    padding: 0px 20px !important;
  }
.email-social-footer {
    max-width: 100%;
    padding: 30px !important;
    border: none !important;
}
  .emailFooter {
    flex-direction: column;
    justify-content: left;
    align-items: start;
  }
  .formLeftSide {
    gap: 10px;
    flex-wrap: wrap;
}
.formTwo, .formOne {
    width: 100%!important;
    border-right: 0px solid #d3d3d3 !important;
}
.formRightMine {
    justify-content: space-between;
    width: 100%;
  }
  .socialIconForm{
    width: 100%;
    min-width: 100%;
  }
  .custom-top-bar {
    font-size: 10px !important;
  }
  .hero-feature-banner {
    padding: 50px 0 40px !important;
}
.about-us-content .text-block p {
    margin-bottom: 20px;
}
.about-us-banner {
    padding: 24px!important;
}
.brand-logos img {
    max-height: 90px!important;
}
.features-grid {
    padding: 0;
}
.features-grid {
    padding: 0;
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin;
}
.brands-features-wrapper .brand-logos {
    align-items: center;
}
.brands-features-wrapper .brands-header a.view-all {
    font-size: 14px;
    padding: 8px 20px;
    gap: 10px;
}
.brands-features-wrapper .brand-logos {
    margin-bottom: 0 !important;
}
.brands-features-wrapper .divider {
    margin: 0 0 20px;
}
.dual-callout-wrapper .callout a.btn {
    padding: 12px 15px;
    font-size: 16px;
    width: 130px;
}
.dual-callout-wrapper .callout p {
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 25px;
}
.discover-more-grid {
    gap: 16px !important;
}
.newletter_section {
    margin-right: 0;
}
.email-social-footer {
    padding: 30px 20px 50px !important;
}

.product-card {
    margin-right: 10px !important;
}
.hero-feature-banner .image-side {
    padding: 0 20px;
}
div#shopify-section-template--25702241534287__featured_section_WcF69z section.featured-collection-section {
    margin-top: 40px;
}
section.about-us-banner .about-us-content {
    text-align: left;
    align-items: flex-start;
}
section.about-us-banner {
    margin-bottom: 10px !important;
}
.brands-features-wrapper .brand-logos {
    margin-top: 0;
    padding: 0 0 20px;
}
div#shopify-section-template--25702241534287__featured_section_TWJkPi section.featured-collection-section {
    margin-top: 40px;
}
  .btn-group {
    gap: 10px;
}
.about-us-banner a.about-btn {
    font-size: 18px;
}
  .footer__content-top.page-width {
    padding: 0 20px;
}
  .footer__localization:empty+.footer__column {
    padding: 0;
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
    gap: 0;
}
footer.footer.color-scheme-22d153b2-2fda-4831-afa2-3556674b9e9f.gradient.section-sections--25702241993039__footer-padding {
    padding-top: 20px;
}
div#shopify-section-template--25702241534287__dual_callout_KpeDD9 section.dual-callout-section {
    padding: 40px 2rem 40px!important;
}
.discover-more-section .discover-more-header h2 {
    padding-top: 30px;
    margin-bottom: 25px;
}
div#shopify-section-template--25702241534287__hero_feature_banner_kU3U4T .hero-feature-banner .text-side {
    padding-bottom: 0;
}
  .featured-collection-section h2.featured-title {
    margin-bottom: 10px;
}
  .product-form__submit, a.buy_it_now {
    font-size: 15px;
}
  div#shopify-section-template--25702241698127__featured_section_RUjYrR section.featured-collection-section {
    margin-top: 40px;
}
  div#shopify-section-template--25702241698127__dual_callout_QpRXcY section.dual-callout-section {
    padding: 50px 32px 0 !important;
}
  nav.breadcrumb {
    padding: 0 !important;
}
  div#shopify-section-template--25702241698127__featured_section_RUjYrR section.featured-collection-section {
    padding: 0px 20px !important;
}
div#shopify-section-template--25702241698127__featured_section_WRb7ex section.featured-collection-section {
    padding: 30px 20px 0 !important;
}
  
  img.deskImage {
    display: none;
}
 body img.mobImage {
    display: block ;
}
  
}



@media (max-width: 749px) {

  div#Quantity-Form-template--25702241698127__main {
    max-width: 100%;
}
  .product-form__buttons {
    max-width: 100% !important;
}
  section#ProductInfo-template--25702241698127__main .yellow-box {
    max-width: 100%;
}
.payment-methods {
    padding: 3px 0 10px;
}
.price-per-item__container quantity-input.quantity {
    padding: 13px;
}  
ul.product__media-list {
    background: #fff;
}
  

  
  
}



@media(max-width:767px) {
  .footer-block__details-content {
    display: none;
}
  .footer-block.active ul.footer-block__details-content {
    display: block !important;
}
header details-modal.header__search {
    display: none;
}
.custom-top-bar .right-text {
    display: none !important;
}
.custom-top-bar .page-width {
    justify-content: center!important;
}
.header__icons { 
    justify-content: end;
}
.about-us-banner {
    background: linear-gradient(120deg,#f27400 0% 70%,#f3c500 70% 100%);
    padding: 20px !important;
    margin: 20px 2rem 40px !important;
    max-width: 100%;
}
h2.footer-block__heading {
    margin: 0px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-block.grid__item {
    margin: 24px 0px;
}
h2.footer-block__heading:after {
    content: "";
    position: absolute;
    background-image: url('/cdn/shop/files/plus-svgrepo-com.svg?v=1750710929');
    filter: invert(1);
    height: 22px;
    width: 25px;
    background-size: cover;
    background-position: 100%;
    right: 0;
    transform: scale(1.9);
    bottom: 0;
}
.footer-block.grid__item.active h2.footer-block__heading:after {
    background-image: url('/cdn/shop/files/minus-svgrepo-com.svg?v=1750712719');
    transform: scale(1.1);
}
.footer-block.grid__item {
    margin: 8px 0!important;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px!important;
}
  .footer-block.grid__item li:last-child {
    border-bottom: solid 0px #ffffff ;
}
.footer-block__details-content {
    margin-bottom: 0 !important;
}
.footer-block:nth-child(1) .footer-block__brand-info {
    width: 100%;
}
  div#shopify-section-template--25702241698127__dual_callout_QpRXcY section.dual-callout-section {
    padding: 50px 20px 0!important;
}
.drink-collections.container .slick-drink-carousel .drink-item {
    width: 145px !important;
}
  .collection.page-width {
    padding: 0;
}
.collection ul.grid.product-grid li.grid__item {
    margin: 0;
    padding: 16px;
    flex: 0 0 50%;
    max-width: 50%;
    box-shadow: none;
    border-radius: 0;
}
  .collection ul.grid.product-grid li.grid__item:last-child {
    border-bottom: 1px solid #f5f5f5;
}
.collection li.grid__item .card__content a.full-unstyled-link {
    font-size: 16px;
    line-height: 28px;
}
  .collection li.grid__item .card-information .price__regular .price-item--regular {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin: 5px 0;
}
  .drink-collections.container {
    padding: 0 20px;
    margin: 40px 0 0;
}
  .drink-collections.container p.drink-description {
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 60px;
}
.drink-collections.container h2.drink-title, .collection-hero__text-wrapper h1.collection-hero__title {
    font-size: 28px;
    line-height: 36px;
}
  .collection li.grid__item .card__inner {
    max-height: 165px;
}
  .collection-hero__text-wrapper h1.collection-hero__title {
    margin-top: 40px;
    margin-bottom: 0px;
}
  .section-template--25702241501519__product-grid-padding {
    padding-top: 10px;
}
  span.mobile-facets__open {
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .32px;
    background: #f5f5f5;
    color: #0b0b0b;
    padding: 8px 16px;
    border-radius: 22px;
}
  .mobile-facets__open:hover .mobile-facets__open-label {
    text-decoration: none;
}
  .drink-icon img {
    width: 92px;
    height: 92px;
}
  .drink-collections.container .slick-drink-carousel .drink-icon {
    height: 124px;
    width: 124px;
}
.drink-carousel .slick-list.draggable {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #0b0b0b #f0f0f0;
    padding: 0 0px 40px;
}
  .section-template--25702241501519__product-grid-padding.gradient.color-scheme-1 {
    padding-bottom: 50px;
}
  header.header {
    padding: 10px 15px!important;
}
  .slide-button {
    width: 100%;
    text-align: center;
    line-height: normal;
    font-size: 14px;
}
  .slide-content {
    gap: 0;
}
  .slide-text p {
    min-height: inherit;
    margin-bottom: 20px;
}
}
@media (max-width: 550px) {
  nav {
    display: block;
  }
  .category-item {
    width: 200px !important;
  }
  .category-image-wrapper {
    width: 150px !important;
    height: 150px !important;
  }
.product-form__buttons {
    flex-direction: column;
    gap: 5px;
}
 .price-per-item__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
} 
.product-form__submit, a.buy_it_now {
    width: 100%;
}
  .custom-top-bar {
    background-position: center !important;
}
}
.product__info-wrapper .productView-payicon {
    margin-top: 3ch;
}
.product__info-wrapper input:checked + span.slider{
  background-color:#dd204d;
  }
.product__info-wrapper .product__description ul li{
  display:flex;
}
.product__media-item{
    position: sticky;
    top: 100px;
}
.product__media-item{
    position: sticky;
    top: 100px;
}
/* ===08/11/2025=== */
ul.menu-drawer__menu.has-submenu.list-menu li {
    border-bottom: 1px solid #f8e9e9;
}

a#HeaderDrawer-wholesale-enquires  {
    color: #dd1f4d;
}
a#HeaderDrawer-branded-packaging{
    color:#5f8e5f;
}
/*09/06/25*/
body .searchIconMine {
    display: none;
}
.searchIconMine img {
    width: 26px;
    height: 26px;
}
img.crossIconBtn.hide {
    display: none;
}
cart-drawer .drawer__inner{
    padding:0px 2rem 0px 1.5rem !important;
}
