/** Shopify CDN: Minification failed

Line 821:0 Unexpected "}"
Line 945:10 Expected identifier but found whitespace
Line 945:12 Unexpected "{"
Line 945:21 Expected ":"
Line 1024:10 Expected identifier but found whitespace
Line 1024:12 Unexpected "{"
Line 1024:21 Expected ":"
Line 1046:21 Expected identifier but found whitespace
Line 1046:23 Unexpected "{"
Line 1046:32 Expected ":"
... and 3 more hidden warnings

**/
/* 

    @font-face {
    font-family: 'Alte Haas Grotesk';
    font-style: normal;
    font-weight: normal;
    src: local('Alte Haas Grotesk'), url('/cdn/shop/files/AlteHaasGroteskRegular.woff?v=1772696628') format('woff');
    }
    

    @font-face {
    font-family: 'Alte Haas Grotesk Bold';
    font-style: normal;
    font-weight: bold;
    src: local('Alte Haas Grotesk Bold'), url('/cdn/shop/files/AlteHaasGroteskBold.woff?v=1772696628') format('woff');
    }
    */
    @font-face {
    font-family: 'Open Sans';
    src: url('/cdn/shop/files/OpenSans-Bold.woff?v=1772774574') format('woff'),
        url('/cdn/shop/files/OpenSans-Bold.ttf?v=1772774574') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/cdn/shop/files/OpenSans-ExtraBold.woff?v=1772774574') format('woff'),
        url('/cdn/shop/files/OpenSans-ExtraBold.ttf?v=1772774573') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/cdn/shop/files/OpenSans-Light.woff?v=1772774574') format('woff'),
        url('/cdn/shop/files/OpenSans-Light.ttf?v=1772774574') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Open Sans';
    src: url('/cdn/shop/files/OpenSans-Medium.woff?v=1772774574') format('woff'),
        url('/cdn/shop/files/OpenSans-Medium.ttf?v=1772774574') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/cdn/shop/files/OpenSans-Medium_1.woff?v=1772774574') format('woff'),
        url('/cdn/shop/files/OpenSans-Medium_1.ttf?v=1772774574') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Open Sans';
    src: url('/cdn/shop/files/OpenSans-Regular.woff?v=1772774574') format('woff'),
        url('/cdn/shop/files/OpenSans-Regular.ttf?v=1772774573') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/cdn/shop/files/OpenSans-SemiBold.woff?v=1772774574') format('woff'),
        url('/cdn/shop/files/OpenSans-SemiBold.ttf?v=1772774574') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/cdn/shop/files/OpenSans-Regular_1.woff?v=1772774574') format('woff'),
        url('/cdn/shop/files/OpenSans-Regular_1.ttf?v=1772774574') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/cdn/shop/files/OpenSans-SemiBold_1.woff?v=1772774574') format('woff'),
        url('/cdn/shop/files/OpenSans-SemiBold_1.ttf?v=1772774574') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
 


*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body.template-index.gradient p,
button {
  font-family: 'Inter', sans-serif;
}

body.template-index.gradient h1, h2, h3, h4, h5, h6 {
  font-family: 'Manrope', sans-serif;
}
.container, .page-width{
    max-width:1320px !important;
    padding:0px 20px !important;
    margin:0 auto;
}

.sipwise-bar {
    display: flex;
}
a.nav-button {
    padding: 15px 23px;
    background: #00587C;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    font-weight:700 !important;
    line-height: normal;
     transition: all 0.35s ease;
}

/* .nav-button::after{
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
    );
    transition: all 0.6s ease;
}

.nav-button:hover::after{
    left: 125%;
} */
.banner-icons {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: flex;
    gap: 23px;
    flex-direction: column;
}
.hero-beverage{
    background-size:cover;
    background-repeat:no-repeat;
  position:relative;
  height:630px;
}
section.hero-beverage::before {
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 49.44%, rgba(0, 0, 0, 0.52) 61.39%, #000000 100%);
}
.hero-image img{
  width:100%;
  height:520px;
  object-fit:cover;
}
.mobile-banner{
display:none;
}
.banner-icons{
  position:unset ;
}
.mine-inner {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}

.hero-content{
  color:#fff;
  max-width:530px;
  position:relative;
}
.header__icons{
    align-items:center !important;
}
.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #fff;
    text-transform: uppercase;
}

.hero-content p{
  font-size:16px;
  line-height:25px;
  margin-bottom:32px;
}

.hero-btn {
    display: inline-block;
    background: #04597a;
    color: #fff;
    padding: 14px 25px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #00587C;

}

.hero-btn{
    position: relative;
    overflow: hidden;
}

/* .hero-btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
    );
    transition: all 0.6s ease;
} */

.hero-btn:hover {
    color: #00587C;
    background: #fff;
}
/* 06-03-2026 */
.utility-bar {
    background: #00587C !important;
}
.announcement-bar__message.h5 span {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    /* font-family: 'Open Sans'; */
}
.section-header {
    text-align: unset !important;
    margin-bottom: unset !important;
}
.list-menu--inline li a {
    text-decoration: none!important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.list-menu--inline li a:hover span {
  color: #00587C;
}
.header__active-menu-item {
  color: #00587C !important;
  text-decoration: unset !important;
}
summary.header__icon--search {
  background: #00587C !important;
}

summary.header__icon--search svg path {
  fill: #fff !important;
}
.header__icon--cart {
  background-color: #00587C !important;
  border-radius: 50%;
}

.header__icon--cart svg path {
  fill: #fff !important;
}
.svg-wrapper>svg {
    height: 50% !important;
    width: unset !important;
}
.menu-sipwise{
  display:flex;
  align-items:center;
}
.menu-sipwise .header__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #00587c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-sipwise .header__icon svg path{
  fill:#fff !important;
}
.contact-sipwise01 {
    margin-right: 31px;
}
.sipwise-icons {
    display: flex;
    gap: 17px;
}
a.nav-button:hover {
    background: #fff;
    border: 1px solid #00587c;
    color: #00587c;
    transform: scale(1.05);
}
.sipwise-announcement{
  background: #00587C;
  text-align:center;
}

.sipwise-announcement p{
  margin:0;
  color: #fff;
  font-size:18px;
  letter-spacing:1px;
  font-weight:600;
  text-transform: uppercase;
  padding: 33px 0px;
}
.product-tabs-section {
    padding: 60px 0px;
    position:relative;
}
.header {
  display: grid;
  grid-template-areas: 'left-icons heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

.tabs-nav{
display:flex;
gap:30px;
justify-content:center;
margin-bottom:40px;
}


.tab-btn.active{
border-bottom:2px solid #0c5a73;
}

.tabs-content .tab-pane{
display:none;
}

.tabs-content .tab-pane.active{
display:block;
}

.product-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:42px;
}

.product-card{
text-align:center;
}

.product-card img {
    width: 100%;
    height: 319px;
    object-fit: cover;
    /* display: block; */
    border: 1px solid #000;
    padding: 15px;
}

.price{
margin:10px 0;
}

.btn {
    display: block;
    padding: 10px 16px;
    background: #0c5a73;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 22px auto;
    border: 1px solid #00587c;
    font-size: 16px;
    font-weight: 700;
}
 a.underlined-link{
    padding: 10px 16px;
    background: #0c5a73;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin: 22px auto;
    border: 1px solid #00587c;
    font-size: 16px;
    font-weight: 700;

 }
.btn:hover, a.underlined-link:hover{
        background: #fff;
    border: 1px solid #00587c;
    color: #00587c;
    transition: all .2s ease;
}
a.underlined-link{
    margin:unset;
}
h2.totals__total, p.totals__total-value{
    color: #000;
    font-weight: 600;
    font-size: 20px !important;
}
.product-option {
    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
}
.cart-item__details a{
    color: #00587c;
    font-size:18px;
        font-weight: 800;
}


.add-btn {
    background: #fff;
    color: #00587c;
    border: 1px solid #00587c;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 70px;
    width: 100%;
}
button.btn.add-btn:hover {
    background: #00587C;
    color: #fff;
}
.tabs-nav{
  display:flex;
  border-bottom:1px solid #cfd8dc;
  gap:0;
}
.tab-btn {
    padding: 12px 30px;
    cursor: pointer;
    font-weight: 600;
    color: #00587c;
    position: relative;
    text-transform: uppercase;
    background: #fff;
    border: unset;
    font-size: 20px;
    font-family: 'Manrope';
}

.tab-btn.active {
    border: 1px solid #cfd8dc;
    border-bottom: 0;
    background: #fff;
}
.product-grid h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
}
p.price {
    font-size: 16px;
    font-weight: 700;
}
/* .who-we-are-wrapper {
    display: flex;
    align-items: center;
    gap: 67px;
    color: #fff;
    background: rgba(0, 88, 124, 1);
} */
.who-we-are-wrapper {
    display: flex;
    align-items: stretch;
    gap: 67px;
    color: #fff;
    background: rgba(0, 88, 124, 1);
}

.who-image {
    line-height: 0;
    flex: 0 0 42%;
}
.who-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.who-content {
    display: flex;
    flex-direction: column;
    max-width:630px;
    justify-content: center;
    padding: 20px;
}
.who-content h2 {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 27px;
}

.who-content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 32px;
}
a.who-btn:hover {
    background: #000;
    color: #fff;
    transition: all .2s ease;
}
.who-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
}
.who-text.who-text2 {
    margin-top: 19px;
}
a.who-btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 15px 33px;
    text-decoration: none;
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 88, 124, 1);
    width: max-content;
    margin-top: 44px;
}
.who-image {
    line-height: 0;
}
.shop-collections{
padding:70px 0;
background:#f6f6f6;
}

.section-header{
text-align:center;
margin-bottom:40px;
}

.section-header h2{
/* font-size:32px; */
margin-bottom:10px;
}

.section-header p{
max-width:650px;
margin:auto;
font-size:15px;
color:#666;
}

.collections-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:21px;
}

.collection-card{
display:block;
position:relative;
overflow:hidden;
}

.collection-image{
position:relative;
}

.collection-image img{
width: 100%;
    height: 347px;
    object-fit: cover;
    display: block;
    transition: transform 1s ease, filter 0.8s ease;
    transform: scale(1);
}
.collection-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.05),
        rgba(0,0,0,0.25)
    );
    opacity: 0;
    transition: opacity 0.6s ease;
}
.collection-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 31px;
    color: #fff;
    background: #000000a6;
}
.collection-overlay h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.collection-overlay span {
    font-size: 16px;
    font-weight: 600;
}

.collection-card:hover img{
transform:scale(1.05);
transition:0.4s;
}
.sipwise-stories{
  padding:60px 0px;
  background:rgba(0, 88, 124, 0.08);
  
}

.stories-header{
  text-align:center;
  max-width:880px;
  margin:0 auto ;
}

.stories-header h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 91%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.stories-header p {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 44px;
}


.stories-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.story-card {
    max-width: 405px;
    width: 100%;
}

.story-image img{
  width:100%;
  height:382px;
  object-fit:cover;
}
.story-content h3 {
    margin: 20px 0px 10px 0px;
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    /* letter-spacing: 0%; */
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.story-content p {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    /* Line clamp fix */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: none;
    height: auto;
}
.story-btn {
    background: #00587C;
    color: #fff;
    padding: 15px 33px;
    text-decoration: none;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    display: inline-block;
    margin-top: 27px;
        border: 1px solid #00587c;
}
.story-btn:hover{
        background: #fff;
    color: #00587c;
    border: 1px solid #00587c;
}
.shopify-section-group-header-group{
    z-index:999 !important;
}
a.view-more {
    position: absolute;
    right: 312px;
    top: 67px;
    color: #00587C;
    text-decoration: unset;
    font-size: 20px;
    font-weight: 600;
}
.desc-pro {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 15px 0px;
}
/* .contact-split{
  width:100%;
} */
 .contact-split{
  width:100%;
  /* padding:60px 0; */
}

.contact-wrapper{
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:40px;
  background: rgba(0, 88, 124, 1);
}

.contact-image{
    flex:0 0 50%;
  display:flex;
  justify-content:flex-end;
}

.contact-form-area{
    flex:0 0 47%;
    color: white;
    max-width: 604px;
    margin-left: auto;
    padding: 20px 0;
}
}

.contact-subheading {
    margin: 0 0 6px 5px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 20px;
}
.contact-heading {
    margin: 10px 0px 30px 0px;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    /* letter-spacing: 0px; */
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.form-row{
  display:flex;
  gap:15px;
  margin-bottom:15px;
}

.contact-form-area input, .contact-form-area textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 25px;
    border: 2px solid rgb(255 255 255);
    background: transparent;
    color: white;
        box-shadow: unset;
    outline-offset: unset;
        font-family: 'Manrope';
}

.contact-form-area textarea{
  border-radius:15px;
  margin-bottom:20px;
}

.contact-form-area input::placeholder,
.contact-form-area textarea::placeholder{
  color:#e0e0e0;
}

.contact-btn {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    background: #ffffff;
    font-weight: 800;
    cursor: pointer;
    color: #000 !important;
    border: 2px solid #fff;
    font-size: 16px;
}
.contact-btn:hover {
    background: #ffffffad;
    color: #000 !important;
}
.contact-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.success-message{
  background:#d4edda;
  color:#155724;
  padding:10px;
  margin-bottom:15px;
}

.error-message{
  background:#f8d7da;
  color:#721c24;
  padding:10px;
  margin-bottom:15px;
}
/* .sipwise-form-sec {
    max-width: 608px;
    margin-left: auto;
    padding-left:30px;
} */
.header__heading-logo {
  height: auto;
  max-width: 100%;
}
/* copy footer css */

.header__menu-item {
  padding: 0px 15px 0px 15px; 
  text-decoration: none;
  color: #000;
}
  .sipwise-footer {
    background-color: #00587c;
    color: #ffffff;
  }

  .footer-main {
    padding: 60px 0 40px;
  }

.footer-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    /* grid-template-columns: 1.4fr 1fr 1fr 1.4fr; */
    gap: 12px;
    padding: 0px 20px;
    justify-content:space-between;
}

  .footer-logo-link { display: inline-block; margin-bottom: 18px; }
  .footer-logo { max-width: 160px; height: auto; display: block; }
  .footer-logo-text {
    font-size: 1.6rem;
    font-weight: 800;
    color: {{ section.settings.text_color }};
    letter-spacing: 0.02em;
    text-decoration: none;
  }

.footer-brand-desc {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    margin: 0 0 22px;
    max-width: 370px;
    font-weight: 500;
}

  /* SOCIAL */
  .footer-social {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
  }

  .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.2s ease, opacity 0.2s ease;
    flex-shrink: 0;
  }

  .social-icon:hover { transform: scale(1.12); opacity: 0.9; }
  .social-icon img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

  /* NAV COLUMNS */
.footer-col-title {
    font-size: 24px;
    font-weight: 800;
    /* letter-spacing: 0.12em; */
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 18px;
    padding-bottom: 10px;
}

  .footer-nav-list,
  .footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

.footer-nav-link {
    font-size: 16px;
    font-weight: 600;
    /* letter-spacing: 0.06em; */
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    /* opacity: 0.8; */
    transition: opacity 0.2s ease;
}

  .footer-nav-link:hover { opacity: 1; }
 .footer-contact-item {
    display: flex;
    gap: 10px;
    font-size: 0.82rem;
  }

  .contact-icon {
    display: inline-flex;
    align-items: center;
    color: {{ section.settings.text_color }};
    opacity: 0.85;
    flex-shrink: 0;
    margin-top: 2px;
  }

.footer-contact-link, .footer-contact-text {
    color: #ffffff;
    /* opacity: 0.85; */
    text-decoration: none;
    /* line-height: 1.4; */
    font-weight: 500;
    transition: opacity 0.2s;
    font-size: 15px;
}

  .footer-contact-link:hover { opacity: 1; text-decoration: underline; }

  /* BOTTOM BAR */
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 18px 0;
    background-color: {{ section.settings.bg_color }};
  }

  .footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    grid-template-columns: unset;
  }

  .footer-copyright {
    font-size: 18px;
    color: #fff;
    margin: 0;
  }

  .footer-bottom-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .footer-bottom-link {
    font-size: 0.75rem;
    color: {{ section.settings.text_color }};
    opacity: 0.65;
    text-decoration: none;
    transition: opacity 0.2s;
  }

  .footer-bottom-link:hover { opacity: 1; text-decoration: underline; }

/* 09-03-2026 */
section.hero-beverage.inner-page .hero-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

section.hero-beverage.inner-page {
    height: 348px;
}
.newsletter-input-group button:hover {
    background: #00587C;
}

.contact-wrapper-message h2.contact-heading {
    color: #000;
}
.footer-brand {
    /* padding-right: 120px; */
}
.footer-nav-col {
    /* padding-right: 60px; */
}
.footer-contact-col {
    padding-right: unset;
    /* padding-left: 80px; */
}
.newsletter-banner{
    padding:60px 20px;
}
.newsletter-content h2{
font-weight: 700;
font-size: 40px;
text-transform: uppercase;
  color:#fff;
}
.newsletter-content p{
font-weight: 700;
font-size: 16px;
line-height:25px;
text-align: center;
max-width:491px;
margin: 0 auto;
}
.newsletter-input-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 556px;
    width: 100%;
    margin: auto;
}
section.inner-page::before {
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: url("/cdn/shop/files/Rectangle_724.png?v=1773049060");
}

.contact-logo img{
  max-width:150px;
}
.contact-logo {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 3px;
}
.contact-right {
    position: relative;
}
.contact-message-section{
padding: 60px 0px;
}

.contact-wrapper-message{
display:flex;
gap:16px;
justify-content:space-between;
align-items:center;
}
.contact-left {
    flex: 0 0 41%;
}
.contact-heading span{
color:#1b6d86;
}

.contact-desc p{
font-weight: 700;
font-size: 17px;
line-height: 25px;
letter-spacing: 0%;
color:#000;
}

.contact-right{
border:1px solid #000;
padding:30px;
max-width:490px;
width:100%;
background:#fff;
}

.contact-info h4 {
    color: #00587C;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}

.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 13px;
}

.social-icons img{
width:36px;
height:36px;
}
.contact-info p {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: lowercase;
}
.social-iconss {
    margin: 20px 0px;
}
.newsletter-overlay{
  padding:55px 0px;
}
p.new-italic-line {
    font-size: 10px;
    line-height: unset;
    font-style: italic;
    padding-bottom: 30px;
    max-width: 850px;
    margin: auto;
    text-align: center;
}
/* Shop page css */
body.template-collection.gradient ul#product-grid {
    gap: 42px;
}

body.template-collection.gradient li.grid__item {
    max-width: 287px !important;
    width: 100% !important;
}

body.template-collection.gradient .card__inner {
    height: 364px;
    border:1px solid #000 !important;
}

body.template-collection.gradient .card__badge {
    position: absolute;
    right: 0;
    top: 0;
    grid-row-start: unset !important;
    background: #CE2828;
}

body.template-collection.gradient .badge {
    background: none !important;
    font-weight: 700;
    font-size: 13px;
        line-height: 35px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 13px;
}

body.template-collection.gradient .card-information {
    text-align: left !important;
    font-size: 16px;
    font-weight: 700;
}
body.template-collection .card{
background:#fff !important;
}
body.template-collection.gradient s.price-item.price-item--regular {
    display: none;
}

body.template-collection.gradient .full-unstyled-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
}
body.template-collection.gradient .card__heading {
    flex: 0 0 65%;
}
/* All-page-bnn*/
.sip-banner-wrapper{
width:100%;
}

.sip-banner-bg{
position:relative;
background-size:cover;
background-position:center;
height:348px;
display:flex;
align-items:center;
justify-content:center;
}

.sip-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 57%);
    z-index: 99;
}

.sip-banner-inner{
position:relative;
z-index:99;
text-align:center;
}

.sip-banner-title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sip-banner-icons{
position:absolute;
right:20px;
top:50%;
transform:translateY(-50%);
display:flex;
flex-direction:column;
gap:10px;
z-index:99;
}
.sip-banner-bg div:empty {
    display: block !important;
}

.sip-banner-icon-item img{
width:40px;
height:40px;
border-radius:50%;
}
.outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}





.age-popup-box{
  position: relative;
  margin: auto;
  box-shadow: 0 15px 45px rgba(0,0,0,0.25);
  overflow: hidden;
  z-index: 1;
}

/* Top bubble */
.age-popup-box::before{
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: rgba(0,88,124,0.2); /* #00587C bubble color */
  border-radius: 50%;
  animation: bubbleTop 4s ease-in-out infinite alternate;
  z-index:0;
}

/* Bottom bubble */
.age-popup-box::after{
  content:"";
  position:absolute;
  bottom:-40px;
  left:-40px;
  width: 100px;
  height: 100px;
  background: rgba(0,88,124,0.15); /* lighter bubble */
  border-radius:50%;
  animation: bubbleBottom 4s ease-in-out infinite alternate-reverse;
  z-index:0;
}

/* Floating bubble animations */
@keyframes bubbleTop {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-15px) scale(1.1);}
  100% { transform: translateY(0) scale(1);}
}

@keyframes bubbleBottom {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(20px) scale(1.05);}
  100% { transform: translateY(0) scale(1);}
}

/* Bring content above bubbles */
.age-popup-image, .age-popup-title, .age-popup-text, .age-popup-question, .age-popup-buttons {
  position: relative;
  z-index:1;
}

.age-popup-image{
  width:120px;
  margin-bottom:20px;
}

.age-popup-title{
  font-size:30px;
  font-weight:700;
  margin-bottom:12px;
  color: #00587C;
}

.age-popup-text{
  color:#000;
}

.age-popup-question{
  font-size:17px;
  margin-top:15px;
  font-weight:600;
}

.age-popup-buttons{
  margin-top:25px;
  display:flex;
  gap:15px;
  justify-content:center;
}

.age-btn{
  padding:14px 26px;
  border-radius:8px;
  font-weight:600;
  text-decoration:none;
  transition:0.3s;
  cursor:pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.age-btn-no{
  background:#eee;
  color:#333;
}

.age-btn-yes{
  background:#00587C;
  color:#fff;
  border:none;
}

.age-btn-no:hover{
  background: #000; 
  color: #fff; 
}
.age-btn-yes:hover{
  background: #000;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,88,124,0.4);
}
/* Filter css dummy */
.custom-filters .product-count {
    display: none !important;
}
.custom-filters .facets__form {
    display: flex;
    justify-content: flex-end;
}
.custom-filters .facet-filters__field {
    justify-content: unset;
}
.custom-filters .active-facets {
    display: none;
}
.custom-filters details#Details-filter\.v\.price-template--26257198580033__product-grid {
    display: none;
}
.custom-filters .facets__form{
gap:0;
}
.custom-filters .facets__summary,.custom-filters select#SortBy {
    border: 1px solid black;
    padding: 8px;
    width: 166px;
    height: 38px;
}
.custom-filters .facet-filters{
align-items: center;

}
.custom-filters .facets__heading,.facets__disclosure,.facets__summary{
margin:0;
}
.custom-filters .facets__summary .icon-caret,.custom-filters .select .svg-wrapper,.custom-filters .svg-wrapper>svg{
right:7px;
height:7px !important;
}
.custom-filters .facets__wrapper{
gap:22px;
}
.facet-filters__sort:focus-visible{
box-shadow:none;
outline:none;
}
.age-popup-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:flex;
align-items:center;
justify-content:center;
z-index:9999;
opacity:0;
visibility:hidden;
transition:0.3s;
}

.age-popup-overlay.active{
opacity:1;
visibility:visible;
}

.age-popup-box {
    background: #fff;
    padding: 40px;
    max-width: 435px;
    width: 90%;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #00587c87;
}


.age-popup-title {
    font-size: 32px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.age-popup-text {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 24px;
}

.age-popup-question {
    font-size: 16px;
    margin-bottom: 25px;
    color: #000;
}

.age-popup-buttons{
display:flex;
flex-direction:column;
gap:15px;
}

.age-btn {
    display: block;
    padding: 14px;
    text-decoration: none;
    background: #00587C;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.age-popup-image{
max-width:50px;
margin:0 auto 15px;
display:block;
}
.shop-our {
    font-size: 40px;
    color: #000;
    font-weight: 700;
}
.facets__wrapper .facets__heading, h2.facet-filters__label.caption-large.text-body label{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.facets__summary {
    margin-bottom: unset;
}
span.facets__summary-label {
    font-size: 15px;
    text-transform: uppercase;
}
div#ProductGridContainer {
    margin: 33px 0px;
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.pagination__list {
  display: flex;
  align-items: center;
}

.pagination__item {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Active page */
.pagination__item--current {
  width: 42px;
  height: 42px;
  background: #00587C;
  color: #fff;
  border-radius: 50%;

}

/* Normal links */
.pagination__item.link:hover {
  color: #3b7f8f;
}

/* Next arrow */
.pagination__item-arrow svg {
  width: 14px;
  height: 14px;
  transform: rotate(-90deg); /* right arrow banane ke liye */
}
.pagination__item {
  text-decoration: none !important;
}

.pagination__item--current {
    width: 42px;
    height: 42px;
    background: #00587C;
    color: #fff !important;
    border-radius: 50%;
    text-decoration: none !important;
    opacity: unset !important;
    text-decoration: none !important;
}
/* 10-03-2026 */
.who-btn{
    position: relative;
    overflow: hidden;
}

.who-btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
    );
    transition: all 0.6s ease;
}

.who-btn:hover::after{
    left: 125%;
}
.contact-btn{
    transition: all 0.3s ease;
}

.contact-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.who-btn{
    position: relative;
    overflow: hidden;
}

.who-btn::after{
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
    );
    transition: all 0.6s ease;
}

.who-btn::after{
    left: 125%;
}
a.footer-contact-link:hover {
    text-decoration: none;
}
body.template-collection.gradient .pagination__item--current:after{
    content: "";
    background-color: rgb(255 255 255 / 0%) !important;
}
body.template-collection.gradient li.grid__item {
    margin-bottom: auto;
}
body.template-product.gradient .card__information {
    padding: unset !important;
}
/* .card__information {
    padding: 20px!important;
} */
.card__heading.h5 a {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 25px;
}
.card__heading.h5 a:hover{
    text-decoration:none !important;
}
.facets__summary {
    margin-bottom: unset !important;
}
#SortBy {
  text-transform: uppercase;
}
.facets__summary {
  text-transform: uppercase;
}
.facet-checkbox__text-label,
.facets__reset,
.facets__selected {
  text-transform: uppercase;
}
ul#product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}
.facet-filters__sort:focus-visible {
    outline: unset !important;
    outline-offset: unset !important;
    box-shadow: unset !important;
}
.facets__summary:hover .facets__summary-label {
    text-decoration: unset !important;
}
/* Single product page */
body.template-product.gradient .product-media-container {
    width: unset !important;
    background: #d9d9d9;
}
body.template-product.gradient .product.product--large {
    margin: 40px 0 60px 0;
}
.product__title h1 {
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}
.unit-price {
    border-left: 4px solid #0f5a7a;
    padding-left: 30px;
    margin: 30px 0px !important;
}
.unit-text,
.price-item--regular,
.price-item--sale {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
body.template-product.gradient .who-we-are-wrapper {
    flex-direction: row-reverse;
    gap: 126px;

}
body.template-product.gradient .who-content{
    max-width: 564px;
}
body.template-product.gradient .who-image{
    flex: 0 0 47%;
}
body.template-product.gradient product-recommendations.related-products {
    margin: 60px auto 0;
}
body.template-product.gradient h2.related-products__heading {
    text-align: center;
    color: #00587C;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
body.template-product.gradient .related-products__heading {
    margin: 0 0 60px;
}
body.template-product.gradient .button--full-width {
    display: flex;
    width: 100%;
    background: #00587C;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #00587c;
    transition: 0.3s all;
    text-transform: uppercase; 
}
body.template-product.gradient .button:after {
    box-shadow: unset !important;
}
body.template-product.gradient .button--full-width:hover {
    background: #fff !important;
    color: #00587c !important;
}
button.addtoCart {
    position: absolute;
    background: #00587C;
    padding: 14px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #00587C;
    width: 100%;
    bottom: -39px;
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s all; 
}
button.addtoCart:hover {
    background: #fff !important;
    color: #00587C !important;
}
body.template-product.gradient nav.breadcrumb {
    font-size: 16px;
    color: #00587C; 
    border-radius: 6px;
    display: inline-block;
    font-weight: 700;
}

body.template-product.gradient nav.breadcrumb a {
    color: #00587C;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s;
}

body.template-product.gradient nav.breadcrumb a:hover {
    color: #007BA3;
    text-decoration: underline;
}

body.template-product.gradient nav.breadcrumb span {
    color: #00587C;
    font-weight: 700;
}
body.template-product.gradient p.product__text {
    color: #00587c;
    font-weight: 700;
    margin-bottom: 10px;
        text-transform: uppercase;
}
body.template-product.gradient ul.grid.product-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:42px;
    margin-bottom: 60px;
}
body.template-product.gradient .grid--4-col-desktop .grid__item {
    width: unset;
    max-width: unset;
}
body.template-product.gradient .card {
    background: #fff !important;
}
.card__information {
    align-items: center;
}
body.template-product.gradient .card__information {
    align-items: center;
}
body.template-product.gradient .card-information {
    text-align: left !important;
    font-size: 16px;
    font-weight: 700;
}
body.template-product.gradient .card__heading.h5 a {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 25px;
    text-transform: uppercase;
}
body.template-product.gradient .badge {
    background-color: #00587c;
}
.list-menu li:last-child {
    display: none;
}

/* 11-03-2026 */
a.footer-nav-link:hover {
    color: #ffffffd1;
}
.about_right_img {
    margin: 60px 0px;
    display: flex;
    gap: 70px;
}
.about_content_sec h2 {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.about_content_sec span {
    color: #00587c;
}
.about_content_sec strong {
    color: #00587c;
    font-weight: 400;
    font-size: 16px;
}
.about-paragraph p {
    max-width: 671px;
    line-height: 35px;
    color: #000;
    font-size: 16px;
    margin-bottom: 33px;
}
.about_content_sec a.button-custom {
    background: #00587C;
    color: #fff;
    padding: 15px 33px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    display: inline-block;
    border: 1px solid #00587c;
}
.about_content_sec a.button-custom:hover {
    background: #fff;
    color: #00587c;
    border: 1px solid #00587c;
}
.about_img_sec {
    line-height: 0;
}
.about_right_img_second{
  display: flex;
  justify-content: space-between; 
  margin: 60px 0 0 0;
  align-items: center; 
}

.about_content_sec{
  flex: 1;
}

.about_img_sec{
  flex: 1;
}

.about_img_sec img{
  width: 100%;
  height: 618px;
  display: block;
  object-fit: cover;
}
.about_left_img {
    margin: 0 0 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.about-paragraph {
    max-width: 570px;
}
.about_left_img{
  display:flex;
  align-items:center;
}

.about_left_img .about_img_sec{
  margin:0;
  padding:0;
}

.about_left_img .about_img_sec img {
    display: block;
    width: 100%;
    height: 618px;
    object-fit: cover;
}

.about_left_img .about_content_sec{
  padding-left:60px;
  flex: 0 0 50%;
}
body.template-product .media>img {
    object-fit: contain;
}
.top_img_about img {
    height: 571px;
    object-fit: contain;
}
.pti-taste-bar-fill{
    display:block !important;
}
.card__media{
  width:100%;
  /* height:300px; */
  border:1px solid #000;
  overflow:hidden;
}
body.template-product .grid--2-col-tablet-down .media>img {
    object-fit: cover;
}
.card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.sold-last img{
  width:20px;   
  height:auto;
}
.sold-last{
  display:flex;
  align-items:center;    
  gap:6px;            
  text-align:center;
  font-size: 20px;
    font-weight: 800;
    color: #FF3A3A;
    text-transform: uppercase;
}
.product-additional-details{
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:30px 60px;
  max-width:600px;
}

.additional-item{
  padding-bottom:12px;
  border-bottom:1px solid #e5e5e5;
}

.additional-item h5{
  margin:0;
  font-size:15px;
  color:#0c4a6e;
  font-weight:600;
}
.additional-item p{
  margin:6px 0 0;
  font-size:15px;
  color:#333;
}
.product__inventory {
    font-size: 20px;
    font-weight: 800;
    color: #00587c;
    gap: 20px !important;
}
.pti-accordion{
  border-bottom:none;
}

.pti-summary {
    display: flex;
    align-items: center ;
    gap: 10px;
    margin: 18px 0 0 0;
    cursor: pointer ;
    list-style: none;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 0 20px 25px;
    position: relative;
}
.product-tech-section .pti-accordion:last-child .pti-summary{
  border-bottom:none;
}

.pti-summary::-webkit-details-marker{
  display:none;
}

.pti-awards-heading{
  font-size:13px;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:6px;
}

.pti-table{
  width:100%;
  border-collapse:collapse;
}
.pti-table td{
  padding:6px 0;
}

.pti-taste-item{
  margin-bottom:12px;
}

.pti-taste-bar-bg{
  width:100%;
  height:6px;
  background:#e5e5e5;
  border-radius:4px;
}
/* accordian csss newww */
.pti-content{
  padding: 20px 20px;
  font-size:14px;
  color:#555;
  line-height:1.6;
}
.pti-awards-heading{
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  margin-bottom:8px;
}
.pti-table{
  width:100%;
  border-collapse:collapse;
}
.pti-table tr{
  border-bottom:1px solid #e1e8ed;
}
.pti-table td{
  padding:8px 0;
}
pti-taste-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px 30px;
}
.pti-taste-item{
  width:100%;
}

.pti-taste-bar-bg{
  width:100%;
  height:6px;
  background:#dce5ea;
  border-radius:3px;
}

.pti-icon svg{
  display:block;
}
/* inner-css-acc-R--------------- */
.pti-icon svg{
  width:20px;
  height:20px;
}
.product-tech-section {
    /* border-top: 1px solid #e0e0e0; */
    padding: 40px 0;
    margin: 0 auto;
}
.pti-title {
  font-size: 16px;
  font-weight: 800;
  color:rgb(0, 0, 0);
  padding-left:12px;
}
.pti-icon {
    position: absolute;
    left:0;
    transition: transform 0.3s ease;
    color: #1a1a1a;
}
details[open] .pti-icon svg {
  /* transform: rotate(180deg); */
  transition: 0.3s;
}
details[open] .pti-icon {
  transform: rotate(180deg);
}
.pti-content p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin: 0;
    font-weight: 400;
}
.pti-table {
  width: 100%;
  border-collapse: collapse;
}
.pti-table tr {
  border-bottom: 1px solid #f0f0f0;
}
.pti-table tr:last-child {
  border-bottom: none;
}
.pti-label {
    padding: 6px 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: unset;
    vertical-align: top;
}
.pti-value {
    font-size: 16px;
    color: #000;
    vertical-align: top;
}
.pti-taste-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px 0;
}
.pti-taste-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pti-taste-label {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.pti-taste-bar-bg {
  height: 3px;
  background: #e0e0e0;
  border-radius: 2px;
  width: 100%;
}

.pti-taste-bar-fill {
  height: 100%;
  background: #00587c;
  border-radius: 2px;
  transition: width 0.5s ease;
}

.pti-awards-heading {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1a1a1a;
  margin-bottom: 10px !important;
  text-transform: uppercase;
}
.pti-summary::-webkit-details-marker {
  display: none;
}
.pti-summary::marker {
  display: none;
}
.pti-content ul{
  margin-top:10px;
  padding-left:20px;
  list-style:disc;
}

.pti-content ul li {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
}
.sipwise-poly {
    background: #ebf2f5;
}
.who-we-are-wrappers {
    display: flex;
    align-items: center;
    gap: 67px;
    color: #fff;
    background: rgba(0, 88, 124, 1);
    flex-direction: row-reverse;
}
.buttons-mine{
  display:flex;
  flex-direction:column;
  gap:10px;
  width:100%;
  /* position: absolute; */
}

.buttons-mine a{
  width:100%;
  text-align:center;
  padding:12px 15px;
  text-decoration:none;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:0.3s;
  font-weight:700;
}
.buttons-mine a:first-child{
  background:#00587C;
  color:#fff;
  border:1px solid #00587C;
}

.buttons-mine a:last-child{
  background:#fff;
  color:#00587C;
  border:1px solid #00587C;
}

.buttons-mine a:first-child:hover{
  background:#fff;
  color:#00587C;
}

.buttons-mine a:last-child:hover{
  background:#00587C;
  color:#fff;
}
/* blogcss */
body.template-blog.gradient h1.title--primary {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
}
body.template-blog.gradient p.article-card__excerpt {
    color: #000;
    font-size: 16px;
}
h3.card__heading.h2 {
    font-size: 28px;
    font-weight: 600;
}
.blog-articles__article .card__information a:hover, .blog-articles__article .card__information a {
    text-decoration: unset;
}
body.template-blog.gradient .main-blog.page-width {
    margin: 60px auto; 
}
body.template-blog.gradient .blog-articles {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.related-products .card-wrapper {
    height: auto;
}
.collection-list .card__media .media img {
    object-fit: contain;
}

/* 12-03-2026(thursday)------------------ */
.product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 50% !important;
    width: 100%;
}
.product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 50% !important;
    width: 100%;
}
#cartPopup{
position:fixed;
top:20px;
right:20px;
background:#000;
color:#fff;
padding:12px 20px;
border-radius:5px;
z-index:999;
}
body.template-product.gradient label.quantity__label.form__label span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.product__media-item {
    display: block !important;
}
span.circle-divider {
    color: #00587c;
    font-size: 12px;
    font-weight: 700;
}
/* .sip-banner-icons a:first-child{
  display:none;
} */
.sip-banner-icons a img{
  transition: transform 0.3s ease;
}
.sip-banner-icons a img{
  transform: scale(1.1);
}
.blog-articles__article .article-card{
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  background:#fff;
}
.article-card__image img{
  width:100%;
  display:block;
}
.blog-articles{
  gap:30px;
}
.article-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* single-blog-page */

.article-template{
  max-width:1320px;
  margin:auto;
  margin: 0 auto;
}

.article-template__title{
  font-size:42px;
  font-weight:700;
  margin-top:40px;
  line-height:1.3;
  color:#222;
}
.caption-with-letter-spacing{
  /* display:block; */
  /* text-align:center; */
  margin-top:10px;
  font-size:14px;
  color:#777;
  letter-spacing:1px;
}
.article-template__content{
  max-width:800px;
  margin:40px auto;
  font-size:16px;
  line-height:1.8;
  color:#444;
}
.article-template__content p{
  margin-bottom:22px;
}
.article-template__content h2{
  font-size:28px;
  margin-top:40px;
  margin-bottom:15px;
  font-weight:600;
  color:#00587c;
  border-left:4px solid #00587c;
  padding-left:12px;
}
.share-button__button{
  border-radius:30px;
  padding:10px 18px;
  background:#f5f5f5;
  border:none;
  transition:.3s;
}
.share-button__button:hover{
  background:#eee;
}
.article-template__link{
  display:inline-flex !important;
  align-items:center;
  padding:12px 22px;
  border-radius:30px;
  background:#00587c !important;
  color:#fff !important;
  text-decoration:none;
  font-weight:500;
  transition:.3s;
      border: 2px solid #00587c !important;
}
.article-template__link:hover {
    background: unset !important;
    color: #00587c !important;
}
.article-template__back{
  text-align:center;
  margin-top:40px;
}
body.template-article.gradient .svg-wrapper {
    width: 32px;
    height: 32px;
}
body.template-article.gradient .article-template__link {
    text-transform: uppercase;
}


/* HERO IMAGE HEIGHT FIX */

.article-template__hero-adapt{
  padding-bottom:0 !important;
  height:500px;
  overflow:hidden;
}

.article-template__hero-adapt img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.article-template__back {
    margin-bottom: 60px !important;
}
.article-template__content p {
    color: #000;
}


/* terms of services css--- */

.richData{
  padding:70px 20px;
  background:#f8f9fb;
}

.richData .text-data{
  background:#fff;
  padding:50px 60px;
  border-radius:10px;
  box-shadow:0 6px 25px rgba(0,0,0,0.05);
  line-height:1.8;
  font-size:16px;
  color:#333;
}
.richData .text-data h2{
  font-size:26px;
  margin-top:40px;
  margin-bottom:15px;
  font-weight:700;
  color:#000;
  border-left:4px solid #00587c;
  padding-left:12px;
}
.richData .text-data h2:first-child{
  margin-top:0;
}
.richData .text-data p{
  margin-bottom:18px;
  color:#000;
}
.richData .text-data strong{
  color:#000;
  font-weight:600;
}
.richData .text-data ul{
  padding-left:22px;
  margin-bottom:25px;
}
.richData .text-data ul li{
  margin-bottom:8px;
  position:relative;
}
.richData .text-data ul li::marker{
  color:#00587c;
}
.richData .text-data a{
  color:#00587c;
  text-decoration:none;
  font-weight:500;
}
.richData .text-data p strong + br + a{
  display:inline-block;
  margin-top:5px;
}
.blog-articles .card__content {
    padding: 0 20px !important;
}
.product-grid-container .card__information, .card__content {
    padding: 10px 0;
}
.product-grid-container .card__content{
    padding: 10px 0;
}
/* Add to cart page css---- */
.cart-item__image-container {
    width: 120px;      
    height: 120px;     
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

.cart-item__image-container img.cart-item__image {
    height: 100%;
    object-fit: cover;  
    display: block;
}

.cart-item__media {
    display: flex;
    align-items: center;
    justify-content: center;
}
h1.title.title--primary {
    text-transform: uppercase;
    font-weight: 700;
}


.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.title--primary {
  font-size: 32px;
  font-weight: bold;
}

.underlined-link {
  text-decoration: underline;
  color: #00587c;
}

.cart-item-card {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px;
  gap: 20px;
  background: #fff;
}

.cart-item-image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.cart-item-details {
  flex: 1;
}

.cart-item-name {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.cart-item-price {
  font-size: 16px;
  margin: 5px 0;
  color: #666;
}

.cart-item-variant {
  font-size: 14px;
  color: #999;
}
.quantity-wrapper {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 5px;
}

.qty-btn {
  width: 30px;
  height: 30px;
  background: #f0f0f0;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.qty-input {
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.remove-item {
  display: inline-block;
  margin-top: 10px;
  color: #eb001b;
  text-decoration: none;
  font-size: 14px;
}
.cart-item-total {
  font-weight: bold;
  font-size: 18px;
  min-width: 80px;
  text-align: right;
}

.cart-summary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.cart-total-label {
  font-weight: bold;
  font-size: 20px;
}

.cart-total-amount {
  font-size: 20px;
  font-weight: bold;
}

.checkout-btn {
  background: #00587c;
  color: #fff;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
.related-products .card__content {
    padding: 20px 0 20px 0;
}
.newsletter-success, .success-message {
    background: #000 !important;
    color: #efefef!important;
    padding: 10px;
    margin-bottom: 15px !important;
    border: 2px solid #00587c!important;
    border-radius: 12px!important;
}

.sipwise-collection-store001 h1.title--primary {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.collection-list {
    grid-template-columns: repeat(3, 1fr);
}

/* Collection page Mine css-----*/
.sipwise-collection-store001 .card__information a.full-unstyled-link {
    text-transform: uppercase;
    font-size: 18px !important;
    color: #00587c;
    font-weight: 800;
}
.sipwise-collection-store001 .collection-list {
  gap: 8px;
}

.sipwise-collection-store001 .card-wrapper {
  height: 100%;
}
.sipwise-collection-store001 .card {
  border-radius: 12px;
  overflow: hidden;
  border: none;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all .3s ease;
}

.sipwise-collection-store001 .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.sipwise-collection-store001 .card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .4s ease;
}

.sipwise-collection-store001 .card:hover img {
  transform: scale(1.08);
}

.sipwise-collection-store001 .card__content {
  padding: 0 18px;
  text-align: center;
}

.sipwise-collection-store001 .card__heading {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .3px;
}

.sipwise-collection-store001 .card__heading a {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #00587C;
  text-decoration: none;
}

.sipwise-collection-store001 .icon-arrow {
  width: 14px;
  transition: transform .3s ease;
}

.sipwise-collection-store001 .card:hover .icon-arrow {
  transform: translateX(5px);
}
.sipwise-collection-store001 {
    margin: 40px 0 60px 0;
}
.sipwise-collection-store001 .card__media {
    border: 1px solid #d9d9d9;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    background: #d9d9d9;
}
.cart-notification .cart-notification-product__image img {
    height: 60px;
    object-fit: cover;
}
.cart-notification__links .link a {
    text-decoration: unset !important;
}
/* default cart */
body.template-cart.gradient .cart__warnings a.button {
    background: #00587c;
    font-size: 16px;
    font-weight: 700;
    /* font-family: 'Inter'; */
    text-transform: uppercase;
}
body.template-cart.gradient .cart__warnings a.button:hover {
    background: #fff !important;
    color:#000;
}
/* Add to cart page design mine css */
.title-wrapper-with-link{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
}
.title--primary{
  font-size:28px !important;
  color:#00587c;
  font-weight:600;
}
.underlined-link{
  color:#00587c;
  font-size:16px;
  text-decoration:none;
}
.cart-items{
  width:100%;
  border-collapse:collapse;
}
.cart-items th{
  font-size:16px;
  padding-bottom:18px !important;
  border-bottom:2px solid #00587c !important;
  color:#00587c;
  text-align:left;
    font-weight: 700 !important;
}
.cart-items td{
  padding:20px 10px;
  border-bottom:1px solid #eee;
  vertical-align:middle;
  font-size:16px;
}
.cart-item__image{
  width:100px;
  border-radius:6px;
}

.cart-item__name{
  font-size:18px !important;
  font-weight:600;
  color:#00587c;
  text-decoration:none;
}

.product-option{
  font-size:15px;
  color:#555;
}

.quantity{
  display:flex;
  align-items:center;
  border:1px solid #ddd;
  border-radius:6px;
  overflow:hidden;
  width:110px;
}

.quantity__button{
  width:35px;
  height:35px;
  border:none;
  background:#f2f2f2;
  cursor:pointer;
  color:#00587c;
}

.quantity__input{
  width:40px;
  text-align:center;
  border:none;
  font-size:16px;
}

.price{
  font-size:16px !important;
  font-weight:600;
  color:#00587c;
}

.button--tertiary{
  color:#00587c;
}

.cart__footer .button{
  background:#00587c !important;
  color:#fff !important;
  font-size:16px;
  padding:14px 28px;
}

.cart__footer .button:hover{
  background:#003f5a !important;
}
/* Search add mine css */

body.template-search.gradient .product-grid-container{
padding:40px 20px;
margin:auto !important;
}


body.template-search.gradient .card-wrapper{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 5px 18px rgba(0,0,0,0.08);
transition:0.3s;
}

body.template-search.gradient .card-wrapper:hover{
transform:translateY(-6px);
box-shadow:0 12px 28px rgba(0,0,0,0.15);
}

body.template-search.gradient .card__media img{
width:100%;
transition:0.4s;
}

body.template-search.gradient .card-wrapper:hover img{
transform:scale(1.05);
}

body.template-search.gradient .card__heading{
font-size:16px;
font-weight:600;
color:#111;
margin-top:10px;
}

body.template-search.gradient .price{
font-size:16px;
margin-top:6px;
}

body.template-search.gradient .price-item--sale{
color:#000;
font-weight:700;
font-size:16px;
}

body.template-search.gradient .price-item--regular{
text-decoration:line-through;
color:#888;
font-size:14px;
}

body.template-search.gradient .badge{
background:#00587c;
color:#fff;
padding:6px 12px;
border-radius:20px;
font-size:12px;
}

body.template-search.gradient .card__content{
padding:16px;
}
body.template-search.gradient .card__media {
    border: unset;
}
.outer h2.shop-our {
    text-transform: uppercase;
}

/* 16-03-2026 */
/* FAQ CSS---- */
h3.accordion__title.inline-richtext.h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 12px 0;
    text-transform: capitalize;
}
.collapsible-content summary:hover {
    background: unset !important;
}
.collapsible-content summary:hover .accordion__title {
    text-decoration: unset !important;
}
.accordion__content p {
    color: #000;
}
h2.collapsible-content__heading.inline-richtext.h1 {
    color: #00587c;
    font-weight: 700;
}
body.template-page.page-about-us.gradient .grid__item {
    margin-bottom: 60px;
}
.icon-caret{
width:17px !important;
height:17px !important;
}
.collapsible-content-wrapper-narrow {
    margin: 0 auto;
    max-width: 800px;
}
/* -----------Insta logo hide ------------- */
.sip-banner-icons {
    display: none;
}
.banner-icons {
    display: none;
}
/* procedure page bottom form hide */
.article-template__comment-wrapper.background-secondary {
    display: none;
}

/* slider-home */

.home-sip-banner-left {
    margin: 160px 0;
    position: relative;
    max-width: 530px;
}

.home-sip-banner-slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-sip-banner-slide:before {
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 49.44%, rgba(0, 0, 0, 0.52) 61.39%, #000000 100%);
}

.home-sip-banner-left h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #fff;
    text-transform: uppercase;
}

.home-sip-banner-left p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 32px;
}

.home-sip-banner-left a.home-sip-banner-btn {
    display: inline-block;
    background: #04597a;
    color: #fff;
    padding: 14px 25px;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #00587C; 
    text-transform: uppercase;
}

.home-sip-banner-left a.home-sip-banner-btn:hover {
    background: #fff;
    color: #04597a;
}

ul.footer-contact-list {
    margin-top: 15px;
}
.home-sip-banner-slider-wrapper ul.slick-dots {
    display: none !important;
}
.custom-arrow{
position:absolute;
top:50%;
transform:translateY(-50%);
background:#00587c;
color:#fff;
border:none;
width:40px;
height:40px;
border-radius:50%;
cursor:pointer;
z-index:10;
}

.slick-prev{
left:20px;
}

.slick-next{
right:20px;
}
/* Privacy policy */
body.template-page.page-privacy-policy.gradient .rte.scroll-trigger.animate--slide-in {
    background: #fff;
    padding: 50px 60px;
    border-radius: 10px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    font-size: 16px;
    color: #000;
    margin: 60px 0;
}
body.template-page.page-privacy-policy.gradient h1.main-page-title {
    text-align: center;
    margin: 40px 0;
    color: #00587c;
    font-weight: 700;
}
body.template-page.page-privacy-policy.gradient .rte.scroll-trigger.animate--slide-in p span {
    color: #000;
    font-size: 18px;
}

 .page-privacy-policy .rte h1 {
      font-size: 26px;
      color: #1a1a1a;
      margin-bottom: 6px;
    }

  .page-privacy-policy .rte .last-updated {
      font-size: 13px;
      color: #777;
      margin-bottom: 30px;
    }

  .page-privacy-policy .rte h2 {
      font-size: 20px;
      color: #1a6b7c;
      font-weight: 600;
      margin-top: 40px;
      margin-bottom: 12px;
      padding-left: 14px;
      border-left: 4px solid #1a6b7c;
    }

   .page-privacy-policy .rte h3 {
      font-size: 15px;
      font-weight: 700;
      color: #333;
      margin-top: 20px;
      margin-bottom: 6px;
    }

   .page-privacy-policy .rte p {
      margin: 0 0 14px;
    }

  .page-privacy-policy .rte ul {
      margin: 8px 0 14px 0;
      padding-left: 24px;
    }

  .page-privacy-policy .rte ul li {
      margin-bottom: 6px;
    }

  .page-privacy-policy .rte a {
      color: #1a6b7c !important;
      font-weight: 700;
    }

   .page-privacy-policy  .rte a:hover {
      text-decoration: underline;
    }

  .page-privacy-policy .rte table {
      width: 100%;
      border-collapse: collapse;
      margin: 14px 0;
      font-size: 14px;
    }

  .page-privacy-policy .rte table th {
      background: #1a6b7c;
      color: #fff;
      text-align: left;
      padding: 10px 14px;
      font-weight: 600;
    }

  .page-privacy-policy .rte table td {
      padding: 9px 14px;
      border-bottom: 1px solid #e0e0e0;
      vertical-align: top;
    }

   .page-privacy-policy .rte table  tr:nth-child(even) td {
      background: #f7f7f7;
    }

  .page-privacy-policy .rte  table td:first-child {
      /* font-family: monospace; */
      font-size: 13px;
      white-space: nowrap;
    }

body.template-page.page-privacy-policy.gradient h1.main-page-title {
    display: none;
}

.accordion:first-child {
    border-top: none;
}
.accordion:last-child {
    border-bottom: none;
}
body.template-page.page-privacy-policy.gradient .rte a,
body.template-page.page-privacy-policy.gradient .rte a:hover,
body.template-page.page-privacy-policy.gradient .rte a:focus {
  text-decoration: none;
}
/* 26-03-2026 */


/* 31-03-2026 */

.template-collection .sip-banner-bg .sip-banner-overlay {
    display: none !important;
}
.template-collection .sip-banner-bg {
    height: 450px;
}

/* 06-04-2026 */

.template-collection .card__media .media img {
    object-fit: contain;
    padding: 20px;
}
.custom-filters .facets__summary, .custom-filters select#SortBy {
    width: 206px;
}
.custom-filters .facet-filters {
    padding-left: 0;
}

@media (max-width:1440px){
a.view-more {
    position: absolute;
    right: 77px;
    top: 67px;
    color: #00587C;
}
.home-sip-banner-left {
    margin: 160px 60px;

}
}
@media (max-width:1280px){
    .hero-beverage {
    height: 438px;
}
.footer-nav-col {
    /* padding-right: 45px; */
}
.add-btn {
    padding: 10px 90px;
}
a.view-more {
    right: 30px;
}
body.template-product.gradient .who-we-are-wrapper {
    padding-left: 30px;
}

.contact-wrapper{
  gap:35px;
}
.contact-form-area {
    max-width: 100%;
    margin-left: unset;
    padding: 40px 20px;
}
.footer-brand {
    /* padding-right: 120px; */
}
.footer-contact-col {
    padding-right: unset;
    /* padding-left: 50px; */
}
.home-sip-banner-left {
    margin: 160px 60px;
    max-width: 480px;
}
}






@media (max-width:1024px){
    .footer-container {
    flex-direction: column;
}
.footer-contact-col {
    padding-left:unset;
}
.list-menu--inline {
    flex-wrap: unset;
}
.header__menu-item {
    padding: 0 10px;
}
.product-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 32px;
}
.product-tabs-section {
    padding: 40px 0px;
}
a.view-more {
    top: 43px;
}
.who-we-are-wrapper {
    align-items: unset;
    gap: 30px;
    padding: 0px 0px 40px 0px;
    flex-direction: column;
}
.hero-content h1 {
    font-size: 40px;
    margin-bottom: 14px;
}
.sipwise-announcement p {
    padding: 20px 0px;
}
.who-content {
    max-width: unset;
    padding: 0px 20px;
}
.who-content h2 {
    font-size: 32px;
    margin-bottom: 17px;
}
.who-content h4 {
    font-size: 20px;
    margin-bottom: 12px;
}
a.who-btn {
    margin-top: 34px;
}
.collections-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.collection-overlay h3 {
    font-size: 20px;
}
.shop-collections {
    padding: 40px 0;
}
.sipwise-stories {
    padding: 40px 0px;
}
.stories-header h2 {
    font-size: 32px;
    margin-bottom: 16px;
}
.story-image img {
    height: 320px;
}
.contact-heading {
    margin: 10px 0px 22px 0px;
    font-size: 32px;
}
.contact-subheading {
    letter-spacing: 3px;
    font-size: 18px;
    margin: 0 0 6px 3px;
}
.footer-logo {
    max-width: unset;
    height: 130px;
    display: block;
    width: 100%;
    object-fit: contain;
}
.footer-brand-desc {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
    max-width: unset;
}
.footer-brand {
    /* padding-right: unset; */
}
.newsletter-banner {
    padding: 40px 20px;
}
.newsletter-content h2 {
    font-size: 32px;
}
.newsletter-content p {
    max-width: 570px;
}
.product-grid h4 {
    font-size: 18px;
}
body.template-collection.gradient li.grid__item {
    max-width: 100% !important;
}
ul#product-grid {
    grid-template-columns: repeat(2, 1fr);
}
.shop-our {
    font-size: 32px;
}
body.template-product.gradient .who-we-are-wrapper {
    flex-direction: column;
    gap: 30px;
}
body.template-product.gradient .who-content {
    max-width: 100%;
}
body.template-product.gradient product-recommendations.related-products {
    margin: 40px auto 90px auto;
}
body.template-product.gradient ul.grid.product-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 42px;
}
    .list-menu li:last-child {
        display: block;
    }
  .header__inline-menu ul li:last-child{
    display:none;
  } 
body.template-collection.gradient .card__information {
    padding: 0 0 !important;
    margin: 20px 0;
}  
  .product-grid .grid__item:nth-child(-n+2) {
    margin-bottom: 40px;
  }
body.template-product.gradient .card__heading {
    flex: 0 0 65%;
    margin-top: 20px;
}
body.template-product.gradient .related-products__heading {
    margin: 0 0 30px;
} 
.about_content_sec h2 {
    font-size: 32px;
}
.about_content_sec {
    width: 100%;
}
.about-paragraph {
    max-width: 100%;
}
.about_img_sec {
    flex: 0 0 100% !important;
    width: 100%;
}
.about_left_img {
    flex-direction: column-reverse;
}
.about_left_img .about_content_sec {
    padding-left: unset;
    padding-bottom: 40px;
}
.about_right_img_second {
    flex-direction: column;
}
.about-paragraph p {
    max-width: 100%;
}
.about_right_img {
    margin: 40px 0px;
    gap: 30px;
    flex-direction: column;
}
.top_img_about img {
    height: 100%;
    object-fit: cover;
}
section.about_right_img_second_main .about_img_sec {
    margin: 40px 0;
}
.about_right_img_second {
    margin: 40px 0 0 0;
}
body.template-blog.gradient .blog-articles {
    grid-template-columns: repeat(2,1fr);
}
body.template-product.gradient .who-we-are-wrapper {
    padding-left: unset !important;
}
.contact-wrapper{
  gap:30px;
  flex-direction: column;
}
.contact-form-area {
    width: 100%;
}
.contact-image {
    width: 100%;
}
.contact-split {
    padding: unset;
}
body.template-blog.gradient p.article-card__excerpt.rte-width {
    margin-bottom: unset;
}
body.template-blog.gradient .main-blog.page-width {
    margin: 40px 0;
}
.article-template__title {
    font-size: 32px;
}
.article-template__content h2 {
    margin-top: unset;
}
.article-template__back {
    margin-bottom: 40px !important;
    margin-top: 10px !important;
}
.article-template header {
    margin-top: 30px;
}
.article-template__title {
    font-size: 26px;
}
.article-template__content h2 {
    font-size: 26px;
    margin-bottom: 12px;
}
.article-template__back {
    margin-bottom: 35px !important;
    margin-top: 20px !important;
}
body.template-page.page-privacy-policy.gradient .rte.scroll-trigger.animate--slide-in {
    margin: 40px 0;
}
.home-sip-banner-slide:before {
    background: linear-gradient(260deg, rgba(0, 0, 0, 0) 15.44%, rgba(0, 0, 0, 13.52) 80%, #000000 0%);
}
}


@media (max-width:991px){
    .header {
    grid-template-columns: 2fr 2fr 2fr;
}
.contact-sipwise01 {
    display: none;
}
.story-image img {
    height: 220px;
}
body.template-product.gradient .product.product--large {
    margin: 40px 0 30px 0;
    display: flex;
    flex-direction: column;
}
.product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 100% !important;
}
.product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 100% !important;
    padding: 40px 0 0 0;
}
.product-additional-details {
    grid-template-columns: repeat(3,1fr);
    gap: 20px 60px;
    max-width: 100%;
}
.product__info-container {
    max-width: 100% !important;
}
/* .contact-wrapper {
    flex-direction: column-reverse;
}

.contact-form-area,
.contact-image{
  flex:0 0 100%;
}
.contact-split {
    padding: unset;
} */

.home-sip-banner-left {
    margin: 60px 40px;
}
.home-sip-banner-left h2 {
    font-size: 28px;
    margin-bottom: 12px;
}
.home-sip-banner-left p {
    margin-bottom: 12px;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
body.template-page.page-privacy-policy.gradient .rte.scroll-trigger.animate--slide-in {
    padding: 20px 20px;
    margin: 20px 0;
}
.home-sip-banner-slide {
    background-position: center;
}
.contact-logo img {
    max-width: 78px;
}
.contact-logo {
    top: 31%;
}
/* .home-sip-banner-slide:before {
    background: linear-gradient(260deg, rgba(0, 0, 0, 0) 15.44%, rgba(0, 0, 0, 13.52) 80%, #000000 0%);
} */
}


@media (max-width:820px){
    .tab-btn {
    padding: 12px 12px;
    font-size: 18px;
}
a.view-more {
    font-size: 18px;
}
.add-btn {
    padding: 10px 50px;
}
.stories-header p {
    margin-bottom: 34px;
}
/* .contact-wrapper {
    gap: 25px;
} */
.footer-col-title {
    margin: 25px 0 8px;
}
.contact-form-area input, .contact-form-area textarea {
    padding: 8px 12px;
}
.contact-wrapper-message {
    gap: 30px;

}
.contact-message-section {
    padding: 35px 0px;
}
.facet-filters__field {
    align-items: start !important;
    flex-direction: column;
}
.custom-filters .facets__wrapper {
    gap: unset;
}
.facets__wrapper {
    flex-direction: column;
    flex-wrap: unset;
    align-items: start !important;
}
body.template-collection.gradient .card__information {
    padding: 0 0 !important;
}
/* collll */
body.template-list-collections.gradient .collection-list{
gap:20px;
}

body.template-list-collections.gradient .collection-list .card__heading a{
font-size:16px;
}
.grid--2-col-tablet-down .grid__item {
    width: 45% !important;
}
body.template-page.page-privacy-policy.gradient .rte p,
body.template-page.page-privacy-policy.gradient .rte a {
  word-wrap: break-word;
}

body.template-page.page-privacy-policy.gradient .rte a {
  display: inline;
}
body.template-page.page-privacy-policy.gradient .rte {
  overflow-x: hidden;
}
}

@media (max-width: 768px){
    .header__heading-logo {
    max-width: 70%;
}
/* .contact-wrapper{
flex-direction:column-reverse;
}
.contact-wrapper {
    align-items: unset;
} */

.contact-right{
max-width:100%;
}

.contact-heading{
font-size:28px;
}
 .banner-icons {
    top: 20%;
}

.page-width.mine-inner {
    position: unset;
}

section.hero-beverage {
    height: 100%;
    padding-bottom: 20px;
}
.hero-content,.hero-content  h1{
color:#000;
}
.hero-beverage,section.hero-beverage::before{
background:none !important;
}

.mobile-banner{
display:block;
width:100%;
}

.hero-content{
margin-top:20px;
}

.sip-banner-bg{
height:220px;
}

.sip-banner-title{
font-size:28px;
}

.sip-banner-icons{
right:10px;
}

.sip-banner-icon-item img{
width:32px;
height:32px;
}
/* .sipwise-form-sec {
    max-width: unset;
    margin-left: unset;
    padding: 0px 30px;
    padding-bottom: 40px;
} */
.footer-main {
    padding: 40px 0 40px;
}
age-popup-box{
padding:25px;
}

.age-popup-title{
font-size:26px;
}
a.nav-button {
    display: none;
}
.grid--2-col-tablet-down .grid__item {
    width: 100% !important;
}
.contact-logo img {
    max-width: 70px;
}
.contact-logo {
    top: 30%;
}
.template-collection .sip-banner-bg {
    height: 220px;
}
}

@media (max-width: 767px){
    .contact-sipwise01 {
    display: none;
}
.menu-sipwise .header__icon {
    width: 35px;
    height: 35px;
}
.header__heading-logo {
    height: 65px;
    object-fit: contain;
    max-width: unset !important;
    width: 100%;
}
.header__icon .svg-wrapper {
    width: 36px;
    height: 36px;
}
.hero-content h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.hero-content p {
    margin-bottom: 25px;
}
.product-tabs-section {
    padding: 20px 0px;
}
.product-grid {
    grid-template-columns: repeat(1,1fr);
    gap: 12px;
}
.tab-btn {
    padding: 12px 6px;
    font-size: 16px;
}
a.view-more {
    font-size: 14px;
}
.product-tabs-section {
    padding: 50px 0px 23px 0px;
}
a.view-more {
    right: 16px;
    top: 16px;
}
a.view-more img {
    width: 15px;
}
.tabs-nav {
    margin-bottom: 20px;
}
.btn {
    margin: 15px auto;
}
.product-grid h4 {
    margin-top: 18px;
}
.who-content h4 {
    font-size: 20px;
    line-height: 30px;
}
.who-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
}
.who-we-are-wrapper {
    padding: 0px 0px 35px 0px;
    gap:35px;
}
.shop-collections {
    padding: 35px 0;
}
.stories-header p {
    letter-spacing: unset;
}
.stories-header h2 {
    font-size: 26px;
}
.stories-grid {
    grid-template-columns: repeat(1,1fr);
    gap: 35px;
}
.story-content h3 {
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: unset;
}
/* .contact-wrapper {
    flex-direction: column-reverse;
} */
.sipwise-form-sec {
    padding-left: unset;
    padding-bottom: 20px;
}
.newsletter-input-group {
    gap: 12px;
    padding: 0px 40px;
}
.newsletter-content h2 {
    font-size: 26px;
}
.contact-heading {
    margin: 0 0 20px 0px;
    font-size: 26px;
}
.newsletter-banner {
    padding: 35px 20px;
}
.newsletter-input-group {
    flex-direction: column;
}
.footer-logo {
    height: auto;
}
.contact-form-area {
    padding: 0px 20px 35px;
}
.banner-icons {
    gap: 10px;
    position: absolute !important;
}
.banner-icons img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.sipwise-announcement p {
    font-size: 16px;
    letter-spacing: unset;
    line-height: 28px;
    text-align: center;
}
.sipwise-announcement {
    text-align: left;
}
.newsletter-overlay {
    padding: 30px 8px;
}
.footer-main {
    padding: 20px 0 40px;
}
.header__icons {
    padding-right: unset;
}
.sipwise-icons {
    display: flex;
    gap: 10px;
}
.contact-wrapper-message {
    flex-direction: column;
}
.sipwise-form-sec {
    padding: unset;
}
ul#product-grid {
    grid-template-columns: repeat(1, 1fr);
}
.card__information {
    align-items: center;
    padding: 20px !important;
}
.sipwise-stories {
    padding: 35px 0px;
}
.hero-content {
    margin: 30px 0 10px 0;
    text-align: center;
}
.shop-our {
    font-size: 20px;
}
.facets-container {
    padding-top: unset !important;
}
.pagination__list>li {
    flex: unset !important;
    max-width: unset !important;
}
.pagination__item {
    height: 30px !important;
    width: 30px !important;
}
.pagination {
    margin: unset !important;
}
div#ProductGridContainer {
    margin: 25px 0 0 0 !important;
}
div#ProductGridContainer {
    margin: 25px 0px;
}
body.template-product.gradient ul.grid.product-grid {
    grid-template-columns: repeat(1,1fr);
    gap: unset;
}
body.template-product.gradient .product.product--large {
    margin: unset;
}
body.template-product.gradient h2.related-products__heading {
    font-size: 26px;
}
body.template-product.gradient .related-products__heading {
    margin: 0 0 20px;
}
  .product-grid .grid__item:nth-child(-n+3) {
    margin-bottom: 30px;
  }
body.template-product.gradient product-recommendations.related-products {
    margin: 35px auto 35px auto;
}
/* .related-products{
    margin: 35px auto 35px auto;
} */
.footer-brand-desc {
    font-size: 18px;
    margin: unset;
} 
body.template-product.gradient .card__information {
    padding: 10px 0 10px 0 !important;
}
.facets-container {
    column-gap: unset !important;
} 
.footer-brand-desc {
    font-size: 16px;
}
.product-tech-section {
    padding: 20px 0;
}
.pti-summary {
    margin: 12px 0 0 0;
    padding: 0 0 22px 20px;
}
.sipwise-poly {
    margin-top: 20px;
}
.about_content_sec h2 {
    font-size: 26px;
    margin-bottom: 14px;    
}
.about-paragraph p {
    margin-bottom: 23px;
    line-height: 30px;
}
.stories-header h2 {
    line-height: 34px;
    margin-bottom: 14px;
}
.about_right_img {
    margin: 35px 0px;
}
.about_right_img_second {
    margin: 35px 0 0 0;
}
/* .about_left_img .about_content_sec {
    padding-top: 35px;
} */
.about_left_img {
    margin: 0 0 35px 0;
}
.about_left_img .about_img_sec img {
    height: 350px;
}
.about_img_sec img {
    height: 350px;
}
.stories-header {
    text-align: left;
}
.stories-header p {
    text-align: left;
}
.header__heading-link {
    padding: unset !important;
}
.contact-info p {
    font-size: 16px;
}
.contact-logo {
    top: 20px;
    right: 40px;
}
.contact-logo img {
    max-width: 100%;
    height: 120px;
}
.contact-logo {
    right: 2px;
    top: 80px !important;
}
body.template-blog.gradient .blog-articles {
     grid-template-columns: repeat(1,1fr);
}
h3.card__heading.h2 {
    font-size: 26px;
}
.product-additional-details {
    grid-template-columns: repeat(1,1fr);
    gap: 15px 0;
}
.pti-taste-grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
.pti-icon svg {
    width: 16px;
    height: 16px;
}
.pti-title {
    font-size: 15px;
    font-weight: 700;
    padding-left: 6px;
}
.pti-content p {
    font-size: 15px;
}
.pti-label {
    font-size: 15px;
}
.pti-taste-label {
    font-size: 15px;
}
.unit-price {
    padding-left: 20px;
    margin: 20px 0px !important;
}
.product--large:not(.product--no-media) .product__info-wrapper {
    padding: 12px 0 0 0;
}
body.template-product.gradient nav.breadcrumb {
    margin-bottom: 12px;
}
.quantity {
    width: 100% !important;
}
.product__title h1 {
    font-size: 26px;
}
.price {
    margin: 5px 0 0 0;
}
.contact-wrapper{
  gap:20px;
}

.contact-image img{
  width:100%;
}
.contact-wrapper {
    flex-direction: column-reverse;
}

.contact-form-area,
.contact-image{
  flex:0 0 100%;
}
.contact-split {
    padding: unset;
}
body.template-blog.gradient .main-blog.page-width {
    margin: 35px auto 30px;
}
body.template-blog.gradient p.article-card__excerpt {
    line-height: 25px;
}
body.template-list-collections.gradient .collection-list{
gap:14px;
}

body.template-list-collections.gradient .collection-list .card__content{
padding:12px;
}

body.template-list-collections.gradient .collection-list .card__heading a{
font-size:15px;
}
body.template-list-collections.gradient .collection-list .card__information{
padding:10px 14px;
}

body.template-list-collections.gradient .collection-list .card__heading a{
font-size:15px;
}
.richData{
  padding:20px 0;
}

.richData .text-data{
  padding:30px 25px;
}

.richData .text-data h2{
  font-size:20px;
  margin-top: unset;
}
.sipwise-collection-store001 .card__content {
  padding: 14px;
}
.sipwise-collection-store001 h1.title--primary {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #000;
}
.grid--2-col-tablet-down .grid__item {
    width: 100% !important;
    max-width: 100%;
}
.sipwise-collection-store001 .card__information {
    align-items: center;
    padding: 10px 20px !important;
}
body.template-product.gradient .card__heading {
    margin-top: unset;
}
.related-products .card__content {
    padding: 10px 0;
}
body.template-blog.gradient .card__information {
    padding: 20px 0 !important;
}
body.template-blog.gradient h3.card__heading.h2 {
    font-size: 24px;
}
.cart-items thead{
display:none;
}

.cart-items tr{
display:block;
padding:15px;
border:1px solid #eee;
margin-bottom:15px;
border-radius:6px;
}

.cart-items td{
display:block;
padding:6px 0;
}
body.template-search.gradient .product-grid-container {
    padding: unset;
}
body.template-cart.gradient .cart-item__quantity-wrapper {
    flex-direction: unset;
    flex-wrap: unset;
}
.home-sip-banner-slide{
  height:400px;
}

.home-sip-banner-left{
  width:100%;
}
h3.accordion__title.inline-richtext.h4 {
    margin: 5px 0;
}
body.template-page.page-shipping-and-delivery.gradient .collapsible-content__wrapper {
    padding: 12px 10px 30px 10px;
}
body.template-page.page-shipping-and-delivery.gradient .collapsible-content__heading {
    margin-bottom: unset !important;
}
.custom-arrow {
    width: 30px;
    height: 30px;
}
.home-sip-banner-left {
    margin: 40px 30px;
}
.contact-logo {
    right: 3px;
    top: 88px;
}
.home-sip-banner-slide:before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 3.44%, rgb(0 0 0 / 100%) 100.39%, #0000004f 100%);
}
.mobile-facets__main span, .mobile-facets__sort label{
    color: #000;
    font-size: 16px;
}
}

@media (max-width: 749px) {
  .pti-taste-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:500px){

.collections-grid{
grid-template-columns:1fr;
}
}
