/** Shopify CDN: Minification failed

Line 31:0 All "@import" rules must come first
Line 32:0 All "@import" rules must come first

**/
@font-face {
    font-family: 'Futura Extra Condensed';
    src: url(https://cdn.shopify.com/s/files/1/0808/3747/6386/files/Futura_Condensed_Extra_Bold.woff?v=1751285380);
}

@font-face {
    font-family: 'Keep-on-Truckin';
    src: url(https://cdn.shopify.com/s/files/1/0808/3747/6386/files/KeeponTruckin.woff?v=1751285314);
}

@font-face {
    font-family: 'Futura Hv BT';
    src: url(https://cdn.shopify.com/s/files/1/0808/3747/6386/files/Futura_Hv_BT_Heavy.woff?v=1751871346);
}

@font-face {
    font-family: 'Futura';
    src: url(https://cdn.shopify.com/s/files/1/0808/3747/6386/files/futur.woff?v=1751871740);
}
@font-face {
    font-family: 'Futura Bold';
    src: url(https://cdn.shopify.com/s/files/1/0808/3747/6386/files/unicode.futurab.woff?v=1752066532);
}

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*Global Styling*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    width: 100%;
    /* overflow-x: hidden; */
    position: relative;
    background-color: #fcf9da !important;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    font-family: 'Source Sans 3', sans-serif;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Futura Extra Condensed';
    color: #1f2326;
}

.background-position {
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* colors */
.black {
    color: #000;
}

/* Global font size */

.up {
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    /* line-height: 80px; */
}

h2,
.h2 {
    font-size: 60px;
    font-style: normal;
    line-height: 64px; /* 106.667% */
    text-transform: uppercase;
    color: #002261;
}

h3,
.h3 {
    font-size: 36px;
    font-style: normal;
    line-height: 120%; /* 43.2px */
    text-transform: uppercase;
    color: #002261;
}

h4,
.h4 {
    font-size: 24px;
    font-style: normal;
    line-height: 16px; /* 66.667% */
    letter-spacing: -1.2px;
    text-transform: capitalize;
    color: #002261;
}

h5,
.h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

h6,
.h6 {
    font-size: 18px;
}

p {
    color: #020b25;
    margin: 0;
}
input:focus {
    outline: none;
    box-shadow: none;
}
/* Global  margin  and padding */
.padding-main {
    padding: 80px 0;
}

textarea {
    resize: none;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: none;
}

/*transisition*/
ul.nav > li a {
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.container-fluid {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    margin-right: auto;
    margin-left: auto;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
}

header#header {
    padding: 28px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav#nav ul li a {
    color: rgba(0, 34, 97, 0.95);
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    transition: all ease 0.3s;
    font-weight: 700;
}
nav#nav ul li a:hover {
    color: #0e3ee7;
}
nav#nav ul li.active a {
    opacity: 1;
}

.mobile-nav-logo {
    display: none;
}
.headerHamburger {
    display: none;
}
.headerMobileOverlay {
    display: none;
}

.logo img {
    max-width: 100%;
}

header.bar-color .logo img {
    scale: 0.8;
    transition: all ease-in-out 0.5s;
}
header.bar-color {
    padding: 0px !important;
}

header#header {
    transition: all ease-in-out 0.5s;
}
.right-content p {
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    color: rgba(0, 34, 97, 0.95);
}

.right-content {
    display: flex;
    align-items: center;
}

.right-content ul {
    display: flex;
    margin-left: 25px;
}

.right-content ul li {
    margin-left: 15px;
}

header#header {
    border-bottom: 1px solid #5ab3e4;
    background: rgba(255, 255, 249, 0.8);
    padding: 12px 0;
}
.home-width h1 {
    font-family: 'Keep-on-Truckin';
    color: #fff;
    text-shadow: 4px 4px 0px #000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #020b25;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 71px; /* 118.333% */
    text-transform: uppercase;
}

.home-width p {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    color: #020b25;
}

section.home-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 80vh;
    background-repeat: no-repeat;
}
.home-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
section.home-banner::before {
    position: absolute;
    content: '';
    background-image: url(../images/banner-girl.png);
    background-position: center;
    background-size: contain;
    right: 0px;
    top: -28px;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
}

.uper-heading {
    position: relative;
    max-width: 980px;
}

.uper-heading h1 span {
    border-radius: 27px;
    border: 1px solid #020b25;
    background: #5ab3e4;
    display: inline-block;
    padding: 5px 10px 0px 10px;
}
.custom-btn a,
.custom-btn button {
    border-radius: 32px;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 4px 4px 0px 0px #020b25;
    padding: 15px 32px;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-variant: all-small-caps;
    transition: all ease 0.3s;
}
/* .custom-btn a:hover,
.custom-btn button:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  box-shadow: 4px 4px 0px 0px #fff;
} */
.uper-heading p {
    margin: 23px 0 64px;
}

section.home-pro {
    padding: 100px 0;
}
.pro-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-fflex {
    border-radius: 32px;
    border: 1px solid #000;
    background: #e5f75e;
    box-shadow: 3px 3px 0px 0px #000;
}
.card-fflex {
    padding: 68px 45px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

section.home-pro {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pro-flex {
    margin-bottom: 52px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e5f75e;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ffe979;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
section.cards-section {
    padding-top: 100px;
    padding-bottom: 50px;
}

.cards-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cards-with1 {
    width: 48%;
}

.cards-wit2 {
    width: 40%;
}

.card-layout {
    border-radius: 32px;
    background: #eaf164;
    padding: 32px;
}

.cards-title span {
    color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #282626;
    font-size: 80px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.6px;
    text-transform: uppercase;
    font-family: 'Futura Bold';
    -webkit-text-fill-color: #fff; /* important for Safari */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #282626;
    display: inline-block; /* helps Safari */
}

.cards-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-layout h3 {
    margin: 0px 0px 20px 0px;
    max-width: 76%;
}

.card-layout p {
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.card-layout {
    margin-bottom: 24px;
}
.cards-with1 {
    position: sticky;
    top: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
}
body.homepage {
    overflow-x: visible !important;
}

section.can-animation {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}
section.oue-flawors,
section.home-banner,
section.can-animation,
footer.footer,
section.about-banner,
section.beliefs,
section.home-pro,
section#whole-blue,
section.how-buy {
    animation: scrollBackground 50s linear infinite alternate;
    background-repeat: repeat-x !important;
}
@keyframes scrollBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 0;
    }
}
.bottle-center h2 {
    font-family: 'Futura Extra Condensed';
    text-transform: uppercase !important;
    margin-bottom: 57px;
    font-size: 60px;
    font-style: normal;
    line-height: 64px;
}

.bottle-center h4 {
    text-transform: uppercase !important;
    font-size: 28px;
    font-style: normal;
    line-height: 40px;
}

.bottles-container {
    padding: 0;
    max-width: 100%;
}

.bottles-list ul li:nth-child(1) {
    position: absolute;
    top: 170px;
    left: 220px;
    animation: top3 3s ease 0s 1000 normal both;
}
@keyframes top3 {
    0% {
        transform: translate(0);
    }

    10% {
        transform: translate(-2px, -2px);
    }

    20% {
        transform: translate(2px, -2px);
    }

    30% {
        transform: translate(-2px, 2px);
    }

    40% {
        transform: translate(2px, 2px);
    }

    50% {
        transform: translate(-2px, -2px);
    }

    60% {
        transform: translate(2px, -2px);
    }

    70% {
        transform: translate(-2px, 2px);
    }

    80% {
        transform: translate(-2px, -2px);
    }

    90% {
        transform: translate(2px, -2px);
    }

    100% {
        transform: translate(0);
    }
}

section.can-animation .container {
    position: relative;
}

.bottles-list ul li:nth-child(2) {
    position: absolute;
    top: 350px;
    left: -20px;
    animation: top2 4s ease 0s 1000 normal both;
}
@keyframes top2 {
    0% {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.bottles-list ul li:nth-child(3) {
    position: absolute;
    bottom: 120px;
    left: 260px;
    animation: myAnim 5s linear 0s 1000 alternate-reverse both;
}

.bottles-list ul li:nth-child(4) {
    position: absolute;
    right: 250px;
    top: 150px;
    animation: shake1 5s ease 0s 1000 normal both;
}

.bottles-list ul li:nth-child(5) {
    position: absolute;
    right: 21px;
    top: 490px;
    animation: top1 5s ease 0s 1000 normal both;
}
@keyframes top1 {
    0%,
    100% {
        transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateY(-8px);
    }

    20%,
    40%,
    60% {
        transform: translateY(8px);
    }

    80% {
        transform: translateY(6.4px);
    }

    90% {
        transform: translateY(-6.4px);
    }
}
.can-title {
    border-radius: 24px;
    border: 1px solid #000;
    background: #eaf164;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 55px;
    width: 290px !important;
    margin: 0 auto;
    text-align: left;
}
@keyframes myAnim {
    0% {
        transform: translate(0);
    }

    20% {
        transform: translate(2px, -2px);
    }

    40% {
        transform: translate(2px, 2px);
    }

    60% {
        transform: translate(-2px, 2px);
    }

    80% {
        transform: translate(-2px, -2px);
    }

    100% {
        transform: translate(0);
    }
}

/* Home New Product Section Start */
section.new-product {
    padding: 80px 0;
}

.main-prod {
    border-radius: 30px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
}

.prod-inner {
    display: flex;
    align-items: stretch;
    min-height: 500px;
}

.content-column {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.image-column {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.image-column img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    min-width: 300px;
}

.prod-inner h4 {
    color: #002261;
    font-family: 'Futura Bold', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.prod-inner h2 {
    color: #002261;
    font-size: 60px;
    font-style: normal;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.prod-inner h2 span {
    align-items: center;
    border-radius: 20px;
    background: #e8f24b;
    display: inline-flex;
    padding: 8px;
    color: #002261;
    font-size: inherit;
}

.description {
    margin-bottom: 40px;
}

.description p {
    color: #020b25;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 15px;
}

.both-btn {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.blue-btn {
    border-radius: 32px;
    border: 1px solid #000;
    background: #46c1eb;
    box-shadow: 4px 4px 0px 0px #020b25;
    padding: 15px 62px;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-variant: all-small-caps;
    text-decoration: none;
    color: #000;
}

.custom-btn a {
    border-radius: 32px;
    border: 1px solid #000;
    background: #ffffff;
    box-shadow: 4px 4px 0px 0px #020b25;
    padding: 15px 62px;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-variant: all-small-caps;
    text-decoration: none;
    color: #000;
}

.add-to-cart-button button {
    border-radius: 32px;
    border: 1px solid #000;
    background: #5ab3e4;
    box-shadow: 4px 4px 0px 0px #dbdf51;
    color: #020b25;
    font-size: 22px;
    line-height: 24.5px;
    font-style: normal;
    font-weight: 600;
}

/* Large Desktop: 1200px and up */
@media screen and (min-width: 1200px) {
    section.new-product {
        padding: 100px 0;
    }

    .main-prod {
        border-radius: 40px;
        min-height: 600px;
    }

    .prod-inner {
        min-height: 600px;
    }

    .content-column {
        padding: 80px;
    }

    .prod-inner h2 {
        font-size: 56px;
        margin-bottom: 30px;
    }

    .description p {
        font-size: 20px;
    }
}

/* Desktop: 992px to 1199px */
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .main-prod {
        border-radius: 35px;
        min-height: 550px;
    }

    .prod-inner {
        min-height: 550px;
    }

    .content-column {
        padding: 70px;
    }

    .prod-inner h2 {
        font-size: 44px;
    }

    .description p {
        font-size: 19px;
    }
}

/* Tablet: 768px to 991px */
@media screen and (max-width: 991px) and (min-width: 768px) {
    .main-prod {
        border-radius: 25px;
        min-height: 450px;
    }

    .prod-inner {
        min-height: 450px;
    }

    .content-column {
        padding: 50px;
    }

    .prod-inner h4 {
        font-size: 14px;
    }

    .prod-inner h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .description {
        margin-bottom: 30px;
    }

    .description p {
        font-size: 16px;
    }

    .blue-btn,
    .custom-btn a {
        padding: 12px 40px;
        font-size: 18px;
    }
}

/* Mobile: 767px and below */
@media screen and (max-width: 767px) {
    section.new-product {
        padding: 60px 0;
    }

    .main-prod {
        border-radius: 20px;
        min-height: auto;
    }

    .prod-inner {
        flex-direction: column;
        min-height: auto;
    }

    .content-column {
        order: 1;
        padding: 40px 30px;
    }

    .image-column {
        order: 2;
        min-height: 300px;
    }

    .prod-inner h4 {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .prod-inner h2 {
        font-size: 28px;
        margin-bottom: 18px;
    }

    .description {
        margin-bottom: 25px;
    }

    .description p {
        font-size: 15px;
    }

    .both-btn {
        flex-direction: column;
        gap: 12px;
    }

    .blue-btn,
    .custom-btn a {
        padding: 12px 30px;
        font-size: 16px;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }
}

/* Small Mobile: 480px and below */
@media screen and (max-width: 480px) {
    section.new-product {
        padding: 40px 0;
    }

    .main-prod {
        border-radius: 15px;
    }

    .content-column {
        padding: 30px 20px;
    }

    .image-column {
        min-height: 250px;
    }

    .prod-inner h2 {
        font-size: 24px;
    }

    .description p {
        font-size: 14px;
    }

    .blue-btn,
    .custom-btn a {
        padding: 10px 25px;
        font-size: 14px;
    }
}
/* Home New Product Section End */

/* Home Our Flawors Section Start */
section.oue-flawors {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.center-heading {
    text-align: center;
}

.flowors-slider-main {
    margin-top: 50px;
}

.slider-contnt {
    text-align: center;
}

.slider-contnt h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 135% */
    letter-spacing: -0.6px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 12px;
    font-family: 'Futura Hv BT';
}
.flowors-slider .owl-item.active.center {
    transform: scale(1);
}
.flowors-slider .owl-item {
    margin: 50px 0 0px;
}

.slider-contnt {
    visibility: hidden;
    opacity: 0;
}
.flowors-slider .owl-item.active.center .slider-contnt {
    visibility: visible;
    opacity: 1;
}
.flowors-slider .owl-item.active.center .slide-imgs img {
    transform: rotate(8deg);
    scale: 1.2;
}
/* Home Our Flawors Section End */

.best-drink .container {
    position: relative;
}

.slide-icon {
    position: absolute;
    top: -100px;
    right: -140px;
}
section.best-drink h4 {
    font-size: 28px;
    font-style: normal;
    line-height: 64px; /* 228.571% */
    letter-spacing: -1.4px;
    text-transform: capitalize;
    margin-top: 20px;
    color: #fc3738;
    font-family: 'Futura Hv BT';
    margin-bottom: 50px;
}

.logo-main {
    margin-top: 80px;
}
section.best-drink {
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
section.farmer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.text-on {
    width: 525px;
}

.text-on h2 {
    color: #fff;
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #020b25;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 69px; /* 143.75% */
    text-transform: capitalize;
    font-family: 'Futura Hv BT';
}

.text-on h2 span {
    align-items: center;
    border-radius: 27px;
    background: #ff5557;
    display: inline-flex;
    padding: 5px 17px 5px 14px;
    border: 2px solid #000;
}

.cards-sticky {
    position: sticky;
    top: 14%;
    padding-top: 10%;
    padding-bottom: 10%;
}

.can-animation .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.can-animation .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.can-title {
    border-radius: 24px;
    border: 1px solid #000;
    background: #eaf164;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 55px;
    width: 310px !important;
    margin: 0 auto;
    text-align: left;
}
.can-animation .swiper {
    height: 600px;
}
.can-animation .swiper-slide {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* opacity: 0; */
    /* transform: translateY(100px); */
}
.can-animation .swiper-slide.active-slide {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.can-animation .after-swiper {
    /* height: 100vh; */
}
section.real-slider {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -10px;
}

/* Last Slider */

.gallery-slide {
    display: block;
    width: 360px;
    height: auto;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    filter: opacity(1);
    position: relative;
}
.gallery-slide::after {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 34px;
}
.gallery-slide img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}
.gallery-slide.swiper-slide-active {
    filter: none;
}
.swiper-slide.gallery-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active::after {
    display: none;
}

.swiper-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.gallery-slider .swiper-btn {
    position: static;
    height: 22px;
    margin: 0;
}
/* .gallery-slider .swiper-btn:after {
    font-size: 22px;
    color: #000;
  } */
.gallery-slider .swiper-pagination {
    position: static;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.gallery-slider .swiper-pagination-bullet {
    width: 14px;
    height: 4px;
    border-radius: 3px;
    margin: 0 !important;
}
.gallery-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    content: unset;
}
.fruits-list {
    text-align: center;
}

section.real-slider .container {
    position: relative;
}

.fruits-list ul li:nth-child(1) {
    position: absolute;
    top: 130px;
    left: 75px;
    animation: myAnim 4s linear 0s 1000 alternate-reverse both;
}

.fruits-list ul li:nth-child(2) {
    position: absolute;
    right: 80px;
    top: 50px;
    animation: floatY 3s ease-in-out infinite;
}
@keyframes floatY {
    0%,
    100% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
}

section.real-slider h2 {
    margin-bottom: 50px;
}
.footer-flex {
    padding: 70px 0 50px;
}

footer.footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-width {
    width: 32%;
}

.footer-list ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-list ul li a {
    border-radius: 32px;
    border: 1px solid #002261;
    background: #e8f24b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.footer-nav h4 {
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Source Sans 3', sans-serif;
    margin-bottom: 31px;
    font-weight: 700;
}

.footer-nav ul li a {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 8px;
    display: inline-block;
    color: #062b68;
}
.find-locator h4 {
    font-size: 28px;
    font-style: normal;
    line-height: 64px; /* 228.571% */
    text-transform: uppercase;
}

.find-locator {
    margin-bottom: 44px;
}

.newsletter h4 {
    font-size: 28px;
    font-style: normal;
    line-height: 64px;
    text-transform: uppercase;
}

.form-row input {
    border-radius: 48px;
    border: 1px solid #020b25;
    background: #fff;
    width: 441px;
    height: 58px;
    padding: 4px 4px 4px 16px;
    color: #002261;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* font-variant: all-small-caps; */
}
.form-row input::placeholder {
    color: #002261;
    font-variant: all-small-caps;
}
.form-row {
    display: flex;
    position: relative;
}

.form-row button {
    position: absolute;
    right: 4px;
    top: 4px;
}

.form-row .button {
    background: transparent;
}

.form-row button {
    background: transparent;
    border: none;
    text-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.bottm-footer {
    text-align: center;
    border-top: 1px solid rgba(0, 34, 97, 0.2);
    padding: 50px 0 48px;
}

.bottm-footer p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #002261;
}
footer.footer::after {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0808/3747/6386/files/bottom-s.svg?v=1751287216);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: -75px;
    width: 100%;
    height: 81px;
}
section.shop-new-s {
    padding: 100px 0;
}

.image-show img {
    width: 130px;
    /* height: 280px; */
}

.image-show {
    background: #fff;
    border: 1px solid;
    padding: 72px 67px;
    height: 480px;
    display: flex;
    align-items: center;
}

.total-content {
    position: relative;
    height: 100%;
    height: 480px;
}

.total-content .card-fflex {
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s;
    border-radius: 0px;
    box-shadow: none;
    height: 480px;
}
.total-content .custom-btn a {
    padding: 15px 32px;
}

.total-content:hover .card-fflex {
    opacity: 1;
    visibility: visible;
}
section.sorta {
    padding: 100px 0 150px;
}
.center-heading p {
    color: #020b25;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 50%;
    margin: 0 auto;
    padding-top: 28px;
}

.feature-list {
    margin-top: 56px;
}

.feature-width ul li {
    border-radius: 16px;
    border: 2px solid #020b25;
    background: #fff;
    box-shadow: 4px 4px 0px 0px #f8ec55;
    display: flex;
    height: 100%;
    padding: 16px 25px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 12px;
}

.list-flxx {
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.feature-width {
    width: 46%;
}

.feature-width img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.list-flxx span {
    text-shadow: 1px 1px 0px #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #020b25;
    font-family: 'Futura Extra Condensed';
    font-size: 32px;
    font-style: normal;
    line-height: 33px;
    /* 103.125% */
    text-transform: capitalize;
    background: #fff -2.432px -37.65px / 110.108% 1016.378% no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.list-cntnnt h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-variant: all-small-caps;
    font-family: 'Source Sans 3', sans-serif;
    color: #000;
    letter-spacing: 0px;
}

.list-cntnnt p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
}

/* hassaan css  */
/* marquee section  */
.item.marq-item {
    display: flex;
    align-items: center;
}

.item.marq-item p {
    font-family: 'Futura Bold';
    color: #002261;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: -1.8px;
    text-transform: capitalize;
}

.item.marq-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.item.marq-item img {
    max-width: 112px;
    min-width: 80px;
}

/* marquee section end*/

/* header */

.navbar ul {
    display: flex;
    align-items: center;
}

/* .navbar > ul {
  gap: 44px;
} */

.navbar ul li {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mega-sub-menu {
    border-radius: 24px;
    border: 1px solid #002261;
    background: #fffeee;
    box-shadow: 3px 3px 0px 0px #000;
    cursor: default;
    width: 100%;
    position: absolute;
    top: 100%;
}

.mega-sub-flex {
    display: flex;
}

.mega-sub-tabs ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}

.mega-sub-tabs ul li {
    text-align: left;
    border-radius: 12px;
    background: #fff;
    padding: 16px !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid transparent;
    color: #4d6491;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    text-transform: uppercase;
}

.mega-sub-left {
    background: #b7e7f9;
    padding: 24px;
    border-right: 1px solid #002261;
    border-radius: 24px 0 0 24px;
    width: 23%;
}

.mega-sub-center {
    background: #fffeee;
    padding: 30px 32px;
    width: 55%;
}

.mega-content-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 16px;
}

.mega-single-item {
    width: 31%;
}

header#header .container {
    position: relative;
}

.mega-single-item a {
    display: flex;
    flex-direction: column; /* Stack image and text vertically */
    align-items: center; /* Center align both image and text */
    gap: 10px;
    text-decoration: none;
}

.mega-single-item a p {
    color: #002261;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    font-family: 'Futura Bold';
    text-align: center; /* Center the text */
    margin: 0; /* Remove default margin */
}

.mega-single-image {
    display: flex;
    justify-content: center; /* Center the image */
    align-items: center;
}

.mega-single-image img {
    max-width: 113px;
    min-width: 78px;
}

/* Optional: Bundle-specific styling if you want different layout for bundles */
.mega-content-flex.bundle-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.mega-content-flex.bundle-grid .mega-single-item {
    width: 100%; /* Full width within grid cell */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mega-content-flex.bundle-grid {
        grid-template-columns: 1fr;
    }

    .mega-single-item {
        width: 48%; /* Adjust for smaller screens */
    }
}

@media (max-width: 480px) {
    .mega-single-item {
        width: 100%; /* Single column on very small screens */
    }
}

.discount-box {
    border-radius: 16px;
    border: 1px solid rgba(0, 34, 97, 0.28);
    background: #fff;
    /* margin-top: 24px; */
    padding: 20px 16px;
    width: 100%;
}

.discount-box h6 {
    color: #fa463f;
    font-family: 'Futura Extra Condensed';
    font-size: 16px;

    line-height: 24px;
    letter-spacing: normal;
}

.discount-box p {
    color: #313f49;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 5px;
    text-transform: none;
}

.discount-flex {
    display: flex;
    gap: 12px;
    align-items: center;
}

.mega-sub-content {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mega-sub-center {
    position: relative;
    overflow: hidden;
}

.mega-tab-content {
    display: none;
}

.mega-tab-content.mega-current {
    display: flex;
}

.mega-sub-right {
    border-left: 1px solid #002261;
    background: #ffe979;
    padding: 32px;
    width: 23%;
    border-radius: 0 24px 24px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-sub-right img {
    width: 100%;
}

.mega-sub-right span {
    color: rgba(0, 34, 97, 0.8);
    text-align: center;
    font-family: 'Futura';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}

.mega-sub-right h4 {
    line-height: 100%;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    font-family: 'Futura Bold';
}

header#header {
    padding: 0;
}

.mega-sub-tabs ul li:hover,
.mega-tab-active {
    border: 1px solid #002261 !important;
}

.right-content ul {
    margin-left: 0;
}

.right-content {
    gap: 10px;
}

.headerHamburger {
    margin-left: 10px;
}

.sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
}

/* header end */

/* About Page */
section.about-banner {
    padding: 100px 0;
    background-position: center top -100px;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.about-width {
    width: 48%;
}

.about-width img {
    width: 100%;
    animation: droneFloat 2s ease-in-out infinite;
}
.about-width h1 {
    font-family: 'Keep-on-Truckin';
    color: #fff;
    text-shadow: 4px 4px 0px #000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #020b25;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 71px;
    text-transform: uppercase;
}

.about-width p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
span.yellow {
    background: #e5f75e !important;
    margin-bottom: 10px;
}

span.red {
    background: #fa463f !important;
}
/* 26 thus */
section.ticket-to {
    padding: 70px 0 168px;
}

.ticket-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ticket-width {
    width: 58%;
}
.ticket-width1 {
    width: 36%;
}
.ticket-width1 img {
    width: 100%;
}
.ticket-width p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.ticket-width img {
    margin: 26px 0;
    animation: droneFloat 2s ease-in-out infinite;
}

.ticket-width h3 {
    font-size: 44px;
    font-style: normal;
    line-height: 56px; /* 127.273% */
    text-transform: uppercase;
    border-radius: 16px;
    border: 1px solid #020b25;
    background: #e5f75e;
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.para-graph p {
    margin-bottom: 20px;
}
.ticket-width1 h2 {
    font-size: 60px;
    font-style: normal;
    line-height: 64px; /* 106.667% */
    text-transform: uppercase;
}
.ticket-width1 h2 span {
    color: #009ee7;
}

.ticket-width1 h2 {
    margin-bottom: 70px;
}

section.beliefs {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.beve-flex img {
    width: 100%;
    max-width: 24%;
}

.beliefs-slider {
    margin-top: 60px;
    padding-left: 15px !important;
}

.beverages-content {
    border-radius: 32px;
    border: 1px solid #000;
    background: #e5f75e;
    padding: 32px;
}

.beve-flex h2 {
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #282626;

    font-size: 80px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.6px;
    text-transform: uppercase;
    font-family: 'Futura Bold';
}

.beve-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 52px;
}

.beverages-content h3 {
    font-size: 32px;
    font-style: normal;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.beverages-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
section.national {
    padding: 180px 0;
    text-align: center;
}

.cent-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.cent-text h2 span img {
    width: 52px;
}

.cent-text {
    max-width: 70%;
    margin: 0 auto;
}

.cent-text h2 {
    margin-bottom: 58px;
}

.cent-text h2 span {
    display: inline-block;
}
section.national .container {
    position: relative;
}

.national-list ul li:nth-child(1) {
    position: absolute;
    left: -20px;
    top: -140px;
}

.national-list ul li:nth-child(2) {
    position: absolute;
    right: -90px;
    bottom: -150px;
}
img.cane {
    height: 52px;
}
section.retail-partner {
    padding: 130px 0 180px;
}

section.retail-partner .container {
    position: relative;
}

section.retail-partner {
    text-align: center;
}

.retail-list ul li:nth-child(1) {
    background-image: url(../images/blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.retail-list ul li p {
    font-size: 30px;
    font-style: normal;
    line-height: 120%; /* 36px */
    text-transform: uppercase;
    background: url(<path-to-image>) lightgray -25.746px -184.917px / 110.108% 1016.378% no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.retail-main {
    background-image: url(https://cdn.shopify.com/s/files/1/0808/3747/6386/files/blueround.svg?v=1751873543);
    background-position: center;
    background-repeat: no-repeat;
    height: 546px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.retail-main h2 {
    font-size: 64px;
    font-style: normal;
    line-height: 110%; /* 70.4px */
    text-transform: uppercase;
}

.retail-main h3 {
    max-width: 400px;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 20px;
}

.retail-main p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    max-width: 33%;
    margin: 20px 0;
}

.retail-main a {
    background-color: #e5f75e;
}
.retail-list ul li:nth-child(1) {
    position: absolute;
    left: 0;
    top: -20px;
}

.retail-list ul li:nth-child(2) {
    position: absolute;
    bottom: -80px;
    left: 100px;
    animation: myAnim 4s linear 0s 1000 alternate-reverse both;
}

.retail-list ul li:nth-child(3) {
    position: absolute;
    right: 70px;
    top: -90px;
    animation: floatY 3s ease-in-out infinite;
}

.retail-list ul li:nth-child(4) {
    position: absolute;
    right: 0;
    bottom: 0;
}
section.all-banner h1 {
    color: #fff;
    text-align: center;
    text-shadow: 4px 4px 0px #000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #020b25;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 71px;
    text-transform: uppercase;
    font-family: 'Keep-on-Truckin';
}
section.all-banner {
    height: 466px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.all-tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all-tags ul li a {
    display: flex;
    width: 149px;
    height: 44px;
    padding: 15px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 32px;
    border: 1px solid #002261;
    background: #fff;
    box-shadow: 2px 2px 0px 0px #020b25;
    transition: all ease 0.3s;
    color: #002261;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    font-variant: all-small-caps;
}

.all-tags ul {
    display: flex;
    gap: 10px;
}

/* .all-tags ul li a:hover {
  background: #e8f24b;
} */

.sorting select {
    display: flex;
    width: 149px;
    height: 44px;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 32px !important;
    border: 1px solid #002261;
    background: #fff;
    box-shadow: 2px 2px 0px 0px #020b25;
    color: #002261;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-variant: all-small-caps;
}
.inner-collection {
    border-radius: 32px;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 3px 3px 0px 0px #000;
    padding: 20px 16px;
}

.collection-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.collection-width {
    width: 32.8%;
}

.tab-listss ul li {
    border-radius: 32px;
    border: 1px solid #000;
    background: #e8f24b;
    display: flex;
    height: 25px;
    padding: 4px 8px 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-variant: all-small-caps;
    color: #000;
    transition: all ease 0.3s;
    letter-spacing: 0;
    width: max-content;
}

.tab-listss ul {
    display: flex;
    gap: 8px;
}

.tab-listss {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.rating p {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.pro-title h4 {
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    margin: 10px;
    font-family: 'Futura Bold';
}
.pro-price {
    margin-top: -25px;
}
.pro-title {
    text-align: center;
}

.pro-thumbnail {
    border-radius: 50%;
    width: 240px;
    background: transparent;
    height: 240px;
    transition: all ease 0.3s;
}

.pro-thumbnail {
    margin: 0 auto;
}

.pro-thumbnail:hover {
    background: #ffe979;
    transform: rotate(20deg);
}
.pro-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-in {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-in h4,
.page-shop span.price-item {
    font-size: 28px;
    font-style: normal;
    line-height: 25px; /* 89.286% */
    letter-spacing: -1.4px;
    text-transform: capitalize;
}

.price-in span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 178.571% */
    letter-spacing: -0.7px;
    text-transform: capitalize;
    color: #002261;
    font-family: 'Futura Bold' !important;
}
.all-tags {
    margin-bottom: 45px;
}
.collection-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.collection-width {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.collection-width.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.load-more-wrapper {
    text-align: center;
    margin-top: 60px;
}

#loadMoreBtn,
.load-more-collections {
    display: flex;
    width: 242px;
    height: 60px;
    padding: 15px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 4px 4px 0px 0px #020b25;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-variant: all-small-caps;
    margin: 0 auto;
    cursor: pointer;
}

.slider-sec-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.slider-sec-width {
    width: 30%;
}

.slider-sec-width1 {
    width: 68%;
}
.slider-sec-width h3 {
    font-size: 44px;
    font-style: normal;
    line-height: 64px; /* 145.455% */
    letter-spacing: -1.32px;
    text-transform: uppercase;
}

.slider-sec-width p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
    color: #020b25;
}

.slider-sec-width .custom-btn {
    margin-top: 210px;
}
.shop-slider .owl-nav {
    display: inline-flex;
    position: absolute;
    bottom: 32px;
    left: -130px;
}
.shop-slider.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: transparent;
    text-decoration: none;
}

.collection-slider-section:nth-child(odd) {
    background: #c4ebf9;
    padding: 80px 0;
    position: relative;
}
.collection-slider-section:nth-child(odd)::after {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0808/3747/6386/files/blue-top.svg?v=1751370612);
    background-repeat: repeat;
    background-position: center;
    background-size: 200% 200%;
    top: -40px;
    height: 40px;
    width: 100%;
    right: 0px;
}

.collection-slider-section:nth-child(even) {
    background: #fff7e3;
    padding: 80px 0;
    position: relative;
}

.collection-slider-section:nth-child(even)::after {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0808/3747/6386/files/white-layer.svg?v=1751283329);
    background-repeat: repeat;
    background-position: center;
    background-size: 200% 200%;
    top: -40px;
    height: 40px;
    width: 100%;
    right: 0px;
}
.cart-plus button {
    outline: none;
    box-shadow: none;
    background: transparent;
    border: none;
    text-shadow: none;
    cursor: pointer;
}

/* new hassaan's css 26 june 2025  */

/* faq page  */

/* faq-hero-section */

.faq-hero-section {
    background: #fffeee;
    padding: 75px 0px;
    overflow: hidden;
}

.faq-hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-hero-left {
    width: 60%;
}

.faq-hero-right {
    width: 35%;
}

.faq-hero-right img {
    width: 100%;
}

.faq-hero-flex h1 {
    font-family: 'Futura Extra Condensed';
    font-size: 60px;
    line-height: 72px;
    text-transform: uppercase;
    max-width: 322px;
    color: rgba(0, 34, 97, 0.95);
    margin-bottom: 22px;
}

/* faq-hero-section end */

/* faq-section */

.faq-section {
    padding: 100px 0;
}

.faq-tabs ul {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.faq-tabs ul li a {
    color: #020b25;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 19px;
    border-radius: 32px;
    border: 1px solid #000;
    background: #6bcef1;
    box-shadow: 2px 2px 0px 0px #1a1a19;
    cursor: pointer;
}

.faq-main {
    max-width: 963px;
    margin: 0 auto;
}

.faq-sub {
    margin-top: 50px;
    scroll-margin-top: 100px;
}

.faq-sub h4 {
    font-size: 28px;
    line-height: 72px;
    text-transform: uppercase;
}

.query-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.QA-content {
    border-radius: 16px;
    border: 1px solid #020b25;
    background: #fff;
    box-shadow: 4px 4px 0px 0px #f8ec55;
    padding: 22px 14px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.q-wrapper {
    width: 100%;
}

.Question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.Question p {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.q-number span {
    text-shadow: 1px 1px 0px #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #020b25;
    font-family: 'Futura Extra Condensed';
    font-size: 24px;
    line-height: 33px;
    text-transform: capitalize;
    color: #fff;
}

.answer {
    display: none;
}

.answer p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

/* faq-section end */

/* query section  */

.query-section {
    padding: 100px 0 150px;
}

.query-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
    border: 1px solid #002261;
    background: linear-gradient(180deg, #e8f24b 0%, #fff 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.query-left {
    padding: 0 63px;
}

.query-left,
.query-right {
    width: 50%;
    height: 100%;
}

.query-left h2 {
    font-family: 'Futura Extra Condensed';
    font-size: 60px;
    line-height: 72px;
    text-transform: uppercase;
    max-width: 400px;
}

.query-left p {
    color: #020b25;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 24px;
}

.query-right img {
    border-radius: 0 40px 40px 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blue-btn {
    color: #000;
    border-radius: 32px;
    border: 1px solid #000;
    background: #46c1eb;
    box-shadow: 4px 4px 0px 0px #020b25;
    padding: 15px 32px;
    width: max-content;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-variant: all-small-caps;
}

/* .blue-btn:hover {
  color: #fff;
  background: #020b25;
  box-shadow: 4px 4px 0px 0px #46c1eb;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
} */
.blue-btn:hover {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.query-left .blue-btn {
    margin-top: 44px;
}

/* query section end */

/* faq page end  */

/* store locator page  */

/* .store-locator-hero */

.store-locator-hero {
    padding: 140px 0 100px 0;
}

.store-hero-text {
    text-align: center;
}

.store-hero-text h1 {
    font-family: 'Futura Extra Condensed';
    font-size: 60px;
    line-height: 72px;
    text-transform: uppercase;
    color: rgba(0, 34, 97, 0.95);
    margin-bottom: 22px;
}

.store-hero-text p {
    color: #020b25;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.all-locations {
    margin-top: 50px;
}

.all-locations img {
    width: 100%;
}

/* .store-locator-hero end */

/* retail */

.retail-partner-section {
    background: #fffeee;
    padding: 100px 0 150px;
}

.retail-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 53px;
    border-radius: 40px;
}

.retail-left,
.retail-right {
    width: 50%;
}

.retail-left h2 {
    max-width: 400px;
    font-family: 'Futura Extra Condensed';
    font-size: 52px;
    line-height: 120%;
    text-transform: uppercase;
}

.retail-left p {
    color: #002261;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 24px;
    max-width: 80%;
}

.retail-right {
    position: relative;
}

.retail-form h4 {
    text-align: center;
    font-family: 'Futura Extra Condensed';
    font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
}

.retail-form-area {
    border-radius: 32px;
    border: 1px solid #002261;
    background: rgba(255, 255, 249, 0.4);
    box-shadow: 4px 4px 0px 0px #002261;
    padding: 32px;
}

.all-form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.form-field {
    width: 48%;
}

.form-field-full {
    width: 100%;
}

.all-form-fields input {
    width: 100%;
    border-radius: 48px;
    border: 1px solid #020b25;
    background: #fff;
    box-shadow: 4px 4px 0px 0px #f8ec55;
    padding: 12px 16px;
    color: #002261;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.all-form-fields input::placeholder {
    color: #002261;
}

.form-field-full input[type='submit'] {
    border-radius: 32px;
    border: 1px solid #000;
    background: #46c1eb;
    box-shadow: 4px 4px 0px 0px #020b25;
    padding: 15px 32px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

/* .form-field-full input[type="submit"]:hover {
  background: #020b25;
  box-shadow: 4px 4px 0px 0px #46c1eb;
  color: #fff;
  transition: all 0.2s ease-in-out;
} */

@keyframes droneFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

.retail-form-images img:nth-child(1) {
    position: absolute;
    top: -60px;
    left: -60px;
    animation: droneFloat 3s ease-in-out infinite;
}

.retail-form-images img:nth-child(2) {
    position: absolute;
    right: -60px;
    bottom: -50px;
    animation: droneFloat 3s ease-in-out infinite;
}

.retail-form form {
    margin-top: 24px;
}

/* retail end */

/* store locator page end */

/* contact-us page  */

.contact-hero-section {
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fffeee;
    text-align: center;
    position: relative;
}

.contact-hero-content h1 {
    font-family: 'Futura Extra Condensed';
    font-size: 60px;
    line-height: 72px;
    text-transform: uppercase;
    color: #002261;
    margin-bottom: 22px;
}

.contact-hero-content p {
    color: #020b25;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    max-width: 700px;
    margin: 0 auto;
}

.contact-hero-images img {
    position: absolute;
    animation: droneFloat 3s ease-in-out infinite;
}

.contact-hero-images img:nth-child(1) {
    top: 120px;
    left: 300px;
}

.contact-hero-images img:nth-child(2) {
    right: 300px;
    top: 110px;
}

.contact-hero-images img:nth-child(3) {
    left: 200px;
}

.contact-hero-images img:nth-child(4) {
    right: 200px;
}

/* .contact-us-section  */

.contact-us-section {
    padding: 100px 0;
}

.contact-flex {
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

.contact-left,
.contact-right {
    width: 50%;
}

.contact-boxes {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.single-contact-box {
    border-radius: 32px;
    border: 1px solid #002261;
    background: rgba(255, 255, 249, 0.64);
    box-shadow: 4px 4px 0px 0px #002261;
    display: flex;
    padding: 32px;
    align-items: center;
    width: 100%;
    max-width: 600px;
    gap: 24px;
    height: 180px;
    transition: all 0.2s ease-in-out;
}

.single-contact-box:hover {
    background: #002261;
    box-shadow: 4px 4px 0px 0px rgba(255, 255, 249, 0.64);
    color: rgba(255, 255, 249, 0.64);
    transition: all 0.2s ease-in-out;
}

.single-contact-box:hover p,
.single-contact-box:hover h5 {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.single-contact-box p {
    color: #2f4a78;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.single-contact-box h5 {
    font-family: 'Futura Bold';
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: rgba(0, 34, 97, 1);
}

.plane {
    margin-top: 50px;
}

.plane img {
    margin: 0 auto;
    display: block;
    animation: droneFloat 2s ease-in-out infinite;
}

/* .contact-us-section end */

/* contact-us page end */

.faq-hero-left p {
    font-size: 20px;
    max-width: 81%;
    font-weight: 400;
}
.faq-hero-right img {
    animation: floatY 3s ease-in-out infinite;
}
section.upper-img img {
    width: 100%;
}
/* 27 june css by hassaan  */

section.best-drink {
    overflow: hidden;
}

section.home-banner::before {
    display: none;
}

.home-width.home-hero-right img {
    width: 100%;
    height: 100%;
}

section.home-banner {
    height: max-content;
    position: relative;
}

.home-width img {
    width: 100%;
    object-fit: cover;
    height: 75vh;
}

@media screen and (max-width: 991px) {
    .home-width img {
        max-height: 400px;
    }
}

.home-flex {
    height: 100%;
    align-items: unset;
}

.home-banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    background: url(https://cdn.shopify.com/s/files/1/0808/3747/6386/files/white-layer.svg?v=1751283329);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -4px;
    left: 0;
    right: 0;
}

.uper-heading p {
    margin-bottom: 40px;
}

.item.marq-item {
    justify-content: flex-start;
    gap: 20px;
}

.item.marq-item img,
.single-detail-marque img {
    width: 100px !important;
    height: 100px;
}

.upper-img img {
    width: 100%;
}

.single-detail-marque {
    display: flex;
    align-items: center;
    gap: 36px;
}

.single-detail-marque p {
    color: #002261;
    font-family: 'Futura Extra Condensed';
    font-size: 32px;
    line-height: 64px;
    letter-spacing: -1.6px;
    text-transform: capitalize;
}

.both-btn .blue-btn {
    padding: 15px 62px;
}

.mbl-custom-pro-btn {
    display: none;
}

.farmer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px !important;
}
.farmer-width1 {
    width: 40%;
}
.farmer-width {
    width: 60%;
}

.farmer-width img {
    width: 100%;
    height: 100%;
    max-height: 800px;
    object-fit: cover;
}

.farmer-2-img {
    display: none;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}

.circular-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.circular-track {
    display: flex;
}

.marq-item {
    flex: 0 0 auto;
    width: max-content;
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.banner-marque {
    padding-bottom: 25px;
    padding-top: 15px;
}
section.detail-marquee-section {
    padding: 50px 0;
}

/* 30 June Waleed Start */
.can-animation {
    height: 120vh;
    position: relative;
    z-index: 1;
}

.find-locator .custom-btn a {
    background: #e8f24b;
    padding: 15px 32px;
}
.footer-nav ul li a {
    transition: all ease 0.3s;
}
.footer-nav ul li a:hover {
    color: #e8f24b;
}
.form-row button {
    cursor: pointer;
}
nav#nav ul li a:hover {
    color: #000;
}

/* 30 june  */
.overflow {
    overflow: hidden;
}

.mbl-yellow-div {
    display: none;
}

.home-width.bann-1 {
    width: 48%;
    display: flex;
    align-items: center;
    padding: 0px 50px;
    justify-content: center;
}

.home-width.bann-2 {
    width: 50%;
}
section.bivrage-adult {
    position: relative;
    padding: 100px 0;
    background: #fff7e3;
}
section.bivrage-adult::after {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0808/3747/6386/files/white-layer.svg?v=1751283329);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    top: -60px;
    height: 60px;
    width: 100%;
}
.catogry-s {
    border-radius: 32px;
    background: #eaf164;
    padding: 24px 22px;
}

.catogry-s img {
    width: 100%;
    max-width: 30%;
}

.catogry-s h4 {
    font-size: 28px;
    font-style: normal;
    line-height: 120%; /* 33.6px */
    letter-spacing: -0.84px;
    text-transform: uppercase;
    margin: 28px 0 20px;
}

.catogry-s p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #020b25;
}

.adult-slider {
    margin: 60px 0;
}
.both-btn1 {
    display: flex;
    justify-content: center;
    gap: 20px;
}
section#whole-blue {
    background-position: center;
    background-size: cover;
}
.retail-list1 ul li span {
    font-size: 24px;
    font-style: normal;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.72px;
    text-transform: uppercase;
    font-family: 'Futura Extra Condensed';
    display: inline-block;
    color: #002261;
}

.retail-list1 ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.retail-list1 ul li img {
    width: 100%;
    max-width: max-content;
}

.retail-list1 ul li:nth-child(1) {
    position: absolute;
    left: 170px;
    top: -60px;
    animation: myAnim 4s linear 0s 1000 alternate-reverse both;
}

.retail-list1 ul li:nth-child(2) {
    position: absolute;
    right: 260px;
    top: -100px;
    animation: myAnim 3s linear 0s 1000 alternate-reverse both;
}

.retail-list1 ul li:nth-child(3) {
    position: absolute;
    right: 60px;
    top: 150px;
    animation: myAnim 5s linear 0s 1000 alternate-reverse both;
}

.retail-list1 ul li:nth-child(4) {
    position: absolute;
    bottom: -80px;
    right: 110px;
    animation: floatY 3s ease-in-out infinite;
}

.retail-list1 ul li:nth-child(5) {
    position: absolute;
    bottom: 0;
    left: 240px;
    animation: myAnim 2s linear 0s 1000 alternate-reverse both;
}

.retail-list1 ul li:nth-child(6) {
    position: absolute;
    left: -80px;
    top: 190px;
    animation: floatY 3s ease-in-out infinite;
}
section.how-buy {
    padding: 100px 0;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
}

.how-flex {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.how-width {
    width: 49%;
    border-radius: 32px;
    border: 1px solid #002261;
    background: rgba(255, 255, 249, 0.61);
    box-shadow: 4px 4px 0px 0px #002261;
    padding: 56px 32px;
    text-align: center;
}

.how-width h4 {
    font-size: 30px;
    font-style: normal;
    line-height: 120%; /* 36px */
    letter-spacing: -0.9px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.how-width p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #002261;
    margin-bottom: 24px;
}

.how-width p strong {
    display: inline-block;
}

.how-width ul li {
    border-radius: 82px;
    border: 1px solid #000;
    background: #fff;
    width: 116px;
    height: 116px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    align-items: center;
}

.how-width ul {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 20px;
}

/* new pages 30 june 2025  */

/* .lab-hero-section  */

.lab-hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 466px;
    margin-top: 77px;
}

.lab-hero-section::after {
    position: absolute;
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0808/3747/6386/files/white-layer.svg?v=1751283329);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    bottom: -10px;
    height: 60px;
    width: 100%;
}

.coa-content h1 {
    color: #fff;
    text-align: center;
    text-shadow: 4px 4px 0px #000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #020b25;
    font-family: 'Keep-on-Truckin';
    font-size: 60px;
    font-weight: 400;
    line-height: 71px;
    text-transform: uppercase;
}

/* .lab-hero-section end  */

/* lab-report-section */

.lab-report-section {
    padding: 100px 0;
    background: #fff7e3;
}

.all-tags ul li a {
    width: max-content;
    padding: 15px 32px;
    min-width: 149px;
}

.sorting select,
.all-tags select {
    min-width: 149px;
    width: max-content;
    appearance: none;
}

.responsive-tags {
    border-radius: 32px;
    border: 1px solid #002261;
    background: #e8f24b;
    box-shadow: 2px 2px 0px 0px #020b25;
}

.report-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(2, 11, 37, 1);
}

.report-row:last-child {
    border-bottom: unset;
}

.report-table {
    display: flex;
    flex-direction: column;
    border: 1px solid #020b25;
    border-radius: 24px;
    background: #fff;
    margin-top: 32px;
}

.report-col {
    width: 33.33%;
    text-align: center;
    border-right: 1px solid rgba(2, 11, 37, 1);
    padding: 30px 59px;
}

.report-col:first-child {
    text-align: left;
}

.report-row .report-col p {
    color: #020b25;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.report-row:first-child .report-col p {
    color: #020b25;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    font-variant: all-small-caps;
}

.report-row .report-col a {
    color: #fa463f;
    font-size: 20px;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.report-col:last-child {
    border: unset;
}

.report-table-area h4 {
    font-size: 28px;
}

.report-table-area {
    margin-bottom: 60px;
}

.responsive-tags {
    display: none;
}

.all-tags {
    justify-content: flex-start;
    gap: 16px;
}
/* lab-report-section end */

/* subscribe-banner */

.subscribe-banner .uper-heading h1 span {
    background: #e5f75e;
}

.easy-steps-section {
    padding: 100px 0;
}

.easy-flex {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 52px 0;
}

.easy-left {
    width: 55%;
}

.easy-right {
    width: 35%;
}

.easy-right img {
    width: 100%;
    object-fit: contain;
    animation: droneFloat 2s ease-in-out infinite;
}

.easy-boxes {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.single-easy-box {
    display: flex;
    padding: 36px 32px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 32px;
    border: 1px solid #000;
    background: #e5f75e;
    box-shadow: 3px 3px 0px 0px #000;
}

.single-easy-box:nth-child(2) {
    background: #c0eaf9;
}

.single-easy-box:nth-child(3) {
    background: #f6e8ff;
}

.easy-box-left span {
    padding: 19px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    font-family: 'Futura Bold';
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.6px;
    text-transform: capitalize;
    color: rgba(0, 34, 97, 1);
}

.easy-box-right h5 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    color: rgba(0, 34, 97, 1);
    font-family: 'Futura Bold';
}

.easy-box-right p {
    color: #020b25;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
}

.sub-title h2 {
    text-align: center;
}

.sub-btn {
    text-align: center;
}

section.home-banner.subscribe-banner .uper-heading p {
    width: 90%;
}
/* .fruits-list ul li:nth-child(2) img {
  transform: rotate(29deg);
} */

/* subscribe-banner end */
.oue-flawors .custom-btn button,
.shop-new-s .custom-btn button {
    padding: 15px 32px;
    cursor: pointer;
}

.right-content ul li a {
    display: inline-block;
    position: relative;
    top: 3px;
}
.right-content ul li {
    margin-left: 25px;
}
.right-content ul li:first-child {
    margin-left: 20px;
}

.pro-flex .custom-btn a {
    width: 181px;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cards-sticky p {
    margin-top: 26px;
}
.logo-slider .item img {
    transition: all ease 0.3s;
}
.logo-slider .item img:hover {
    scale: 1.3;
}
.swiper.gallery-slider {
    cursor: grab;
}

.slider-sec-width .custom-btn a {
    width: 149px;
    padding: 11px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
button.load-more-collections.load-more.sitebtn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
    box-shadow: 4px 4px 0px 0px #fff;
}
.para-graph p {
    max-width: 98%;
}
.cent-text .custom-btn a {
    background: #e5f75e;
}
/* .cent-text .custom-btn a:hover {
  background: #000;
} */
.beverages-content p {
    min-height: 55px;
}
.contact-left {
    width: 62%;
}
.contact-right {
    width: 40%;
}
.all-form-fields input::placeholder {
    text-transform: uppercase;
}
.form-field-full input::placeholder {
    font-family: 'Source Sans 3', sans-serif;
    color: #002261;
}
.all-form-fields {
    justify-content: space-between;
}
section.contact-us-section {
    animation: scrollBackground 50s linear infinite alternate;
    background-repeat: repeat-x !important;
}
.form-field-full input::placeholder {
    text-transform: capitalize;
}
.faq-tabs ul li a:hover {
    background: #fff;
}

.faq-sub h4 {
    margin-bottom: 12px;
}
section.bivrage-adult .center-heading p {
    max-width: 55%;
}
a.category-link.active {
    background: #e8f24b;
}
.total-content .card-fflex {
    height: 480px;
}
.product-new .card-fflex {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 0px;
}
.product-new .card-fflex img {
    width: 100%;
    object-fit: contain;
    max-width: 70%;
    margin: 0 auto;
}
.product-new .owl-item {
    margin-bottom: 0px;
}
.product-new .owl-stage-outer {
    border-radius: 30px;
    border: 2px solid;
    overflow: hidden;
}
.product-new .owl-nav {
    display: flex;
    justify-content: space-between;
}

.product-new button.owl-prev {
    position: relative;
    top: -280px;
    left: -100px;
}

.product-new button.owl-next {
    position: relative;
    top: -280px;
    right: -100px;
}

.product-new.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.quantity__input {
    font-weight: 600;
    font-size: 20px;
}
section#shopify-section-template--23918649081890__175093657229ca2210 {
    background: #fff;
}
h2.jdgm-rev-widg__title {
    color: #002261 !important;
}

.jdgm-write-rev-link.jdgm-write-rev-link:not([disabled]):hover,
.jdgm-write-rev-link.jdgm-write-rev-link:focus {
    border-radius: 32px;
    border: 1px solid #fff !important;
    background: #000 !important;
    box-shadow: 4px 4px #020b25;
    color: #fff !important;
    font-family: Source Sans Pro;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-variant: all-small-caps;
}
.jdgm-rev-widg__summary {
    align-items: flex-start !important;
}
.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}
.owl-item {
    transform: translateZ(0);
}
.slide-imgs img {
    transition: all ease 0.3s;
}
.slide-imgs img:hover {
    transform: rotate(8deg);
}
#storerocket-widget p {
    margin: 0;
    padding: 0 !important;
    text-align: left !important;
}
.storerocket-panel-options a:hover {
    font-size: 12px !important;
}
.featured-product h2.product__title.h1 {
    font-family: 'Futura Bold' !important;
}
span.price-item.price-item--regular {
    font-family: 'Futura Bold';
}

/* WZ start */
.feed-video {
    border-radius: 32px;
    border: 1px solid #010101;
    background: #fff;
    padding: 20px;
}

.feed-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.feed-width {
    width: 25%;
}
.feed-video video {
    border-radius: 32px;
    object-fit: cover;
}
section.the-feed {
    padding: 100px 0;
}

.feed-flex {
    margin-top: 80px;
}

.feed-width:nth-child(1) {
    transform: rotate(-7deg);
}

.feed-width:nth-child(2) {
    transform: rotate(5deg);
}

.feed-width:nth-child(3) {
    transform: rotate(-4deg);
}

.feed-width:nth-child(4) {
    transform: rotate(5deg);
    z-index: -1;
}
section.customer-review-custom {
    padding: 100px 0;
}
.custm-content {
    border-radius: 32px;
    border: 1px solid #020b25;
    background: linear-gradient(180deg, #79d2f2 0%, #fff 100%);
    box-shadow: 4px 4px 0px 0px #fc2d23;
    padding: 20px;
}

.verified-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bags img {
    width: 16px !important;
    height: 16px;
}

.bags p {
    color: #009ee7;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.bags {
    display: flex;
    border-radius: 999px;
    border: 1px solid var(--Gray-50, #f4f6f8);
    background: #fff;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.review-para p {
    color: #020b25;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 18px 0;
}

.customer-icon-flex {
    display: flex;
    align-items: center;
    gap: 18px;
}

.customer-icon-flex img {
    width: 60px !important;
    height: 60px;
}

.customer-icon-flex span {
    color: #020b25;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.inner-custmr {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.customer-slider-main {
    margin-top: 60px;
}

.owl-item.active:nth-child(odd) .inner-custmr {
    flex-direction: column-reverse;
}
.quick-add-modal__content.global-settings-popup a h2 {
    font-size: 26px;
    font-family: 'Futura Bold';
    line-height: 34px;
}
.quick-add-modal__content.global-settings-popup .product__title {
    word-break: break-word;
    margin-bottom: 0px;
}
.quick-add-modal__content.global-settings-popup .metafield-rich_text_field ul li {
    max-width: 100%;
    width: 100%;
    list-style: none;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    gap: 6px;
    align-items: center;
}
.quick-add-modal__content.global-settings-popup span.flv_name {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
.quick-add-modal__content.global-settings-popup .product-form__input--dropdown .form__label {
    margin-bottom: 6px;
}
.quick-add-modal__content.global-settings-popup .product-form__input--dropdown {
    --swatch-input--size: 2rem;
    margin-bottom: 1.1rem;
}
.quick-add-modal__content.global-settings-popup .product-form__input--pill input[type='radio'] + label {
    padding: 5px 16px;
    color: #000;
    font-size: 13px;
}
.quick-add-modal__content.global-settings-popup .metafield-rich_text_field ul {
    padding: 0 0 10px;
    column-gap: 10px;
    row-gap: 2px;
}
.quick-add-modal__content.global-settings-popup .flv-image-wrapper img {
    position: relative;
    top: 5px;
}
.quick-add-modal__content.global-settings-popup .product-form__quantity {
    border-radius: 24px;
    border: 1px solid #000 !important;
    background: #fffef5;
    padding: 10px !important;
    margin-top: 12px !important;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.quick-add-modal__content.global-settings-popup .quantity__input {
    font-weight: 600;
    font-size: 16px;
}
.quick-add-modal__content.global-settings-popup .smartrr-radio-group-container .smartrr-selling-plan-group-name {
    font-size: 16px;
}
quick-add-modal .product:not(.product--no-media) .product__media-wrapper {
    max-width: 38% !important;
    width: calc(33% - var(--grid-desktop-horizontal-spacing) / 2);
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}
.customer-slider button.owl-prev {
    position: relative;
    left: -20px;
}
.customer-slider button.owl-next {
    position: relative;
    right: -20px;
}
.customer-slider.owl-theme .owl-nav {
    margin-top: -30px;
}
a,
button:hover {
    cursor: pointer;
}
.shop_page .owl-carousel .owl-item img {
    max-width: 100%;
    margin: 0 auto;
}
.home-width.bann-1 p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    max-width: 85%;
}

.product__info-wrapper quantity-input.quantity {
    min-height: 32px !important;
}
.flv-image-wrapper img {
    position: relative;
    top: 5px;
}
.slide-icon img {
    width: 209px !important;
    max-width: 100% !important;
}
.main-can img {
    width: 411px !important;
}
.card-fflex a h4 {
    font-family: 'Futura Bold';
}
.ticket-width img {
    width: 507px;
}
.national-list ul li img {
    width: 241px;
}
.national-list ul li:nth-child(2) img {
    width: 288px;
}
.retail-list ul li:nth-child(1) img {
    width: 505px;
}
.retail-list ul li:nth-child(3) img {
    width: 221px;
}
.retail-list ul li:nth-child(2) img {
    width: 290px;
}

.retail-list ul li:nth-child(4) img {
    width: 386px;
}
.retail-list1 ul li:nth-child(1) img {
    width: 100px;
}
.retail-list1 ul li:nth-child(3) img {
    width: 100px;
}
.retail-list1 ul li:nth-child(6) img {
    width: 374px;
}
.retail-list1 ul li:nth-child(5) img {
    width: 100px;
}

.retail-list1 ul li:nth-child(4) img {
    width: 260px;
}
.how-width ul li:nth-child(1) img {
    width: 76px;
}

.how-width ul li:nth-child(2) img {
    width: 97px;
}
.retail-form-images img:nth-child(2) {
    width: 108px;
}
.plane img {
    width: 100%;
    max-width: 669px;
}
.contact-hero-images img:nth-child(1) {
    width: 114px;
}
.contact-hero-images img:nth-child(3) {
    width: 95px;
}
.contact-hero-images img:nth-child(2) {
    width: 87px;
}
.contact-hero-images img:nth-child(2) {
    width: 87px;
}

.contact-hero-images img:nth-child(4) {
    width: 73px;
}
/* WZ Dead */

/* Full Width Text Image Section */
.full-width-text-image {
    width: 100%;
    overflow: hidden;
}

.split-layout {
    display: flex;
    width: 100%;
}

.split-layout__half {
    width: 50%;
    position: relative;
}

.text-column {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
}

.text-content h2 {
    font-family: 'Keep-on-Truckin';
    font-size: clamp(40px, 2.25vw, 80px);
    color: #fff;
    text-transform: uppercase;
    text-shadow: 4px 4px 0px #000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #020b25;
}

.image-column {
    padding: 0;
    overflow: hidden;
}

.image-column img {
    width: 100%;
    height: auto;
    max-height: min(80vh, 720px);
    object-fit: cover;
}

.desktop-image {
    display: block;
}

.mobile-image {
    display: none;
}

.promo-image-column {
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-image-column img {
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: min(80vh, 720px);
    object-fit: cover;
}

/* Ensure background stays visible during ScrollTrigger pin */
.pin-spacer {
    background: inherit !important;
}

section.can-animation.pin-spacer > section.can-animation,
.can-animation[style*='position: fixed'] {
    width: 100% !important;
    height: 100vh !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* .can-animation.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.swiper-section {
  height: 120vh;
}
.can-animation {
  height: 120vh;
  position: relative;
  overflow: hidden;
}

.mySwiper {
  height: 100%;
}
.swiper-slide {
  height: 120vh;
} */
.retail-form-images img:nth-child(1) {
    width: 108px;
}
.prod-inner h2 img {
    width: 45px;
    transform: rotate(25deg);
}
h1.cart__empty-text {
    color: #002261;
    font-family: 'Futura Bold';
    text-transform: uppercase;
}
.cart__warnings a.button {
    border-radius: 32px;
    border: 1px solid #000;
    background: #fff;
    box-shadow: 4px 4px 0px 0px #020b25;
    padding: 15px 32px;
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-variant: all-small-caps;
    transition: all ease 0.3s;
    color: #000;
    font-family: 'Source Sans 3', sans-serif !important;
}
.cart__warnings a.button:hover {
    background: #000;
    color: #fff;
    border-color: #000;
    box-shadow: 4px 4px 0px 0px #fff;
    font-size: 24px;
    font-family: 'Source Sans 3', sans-serif !important;
}
ul#Slider-Gallery-template--24025256067106__featured_product_KcfFEp li:nth-child(1) {
    width: 59% !important;
    max-width: 59% !important;
}

ul#Slider-Gallery-template--24025256067106__featured_product_KcfFEp li:nth-child(2) {
    width: 38% !important;
    max-width: 38% !important;
}

ul#Slider-Gallery-template--24025256067106__featured_product_KcfFEp li:nth-child(3) {
    width: 38% !important;
    max-width: 38% !important;
}

ul#Slider-Gallery-template--24025256067106__featured_product_KcfFEp li:nth-child(4) {
    width: 59% !important;
    max-width: 59% !important;
}
ul#Slider-Gallery-template--24025256067106__featured_product_KcfFEp .product__media {
    height: 212px !important;
    padding: 0 !important;
}

.page-subscribe .home-flex {
    padding-left: 0px;
}
.slider-contnt {
    margin-top: 20px;
}

.home-banner .custom-btn a {
    padding: 15px 0;
    width: 245px;
    text-align: center;
}
section.ticket-to {
    position: relative;
    background: #fff7e3;
}
section.ticket-to::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    background: url(/cdn/shop/files/white-layer.svg?v=1751283329);
    background-repeat: no-repeat;
    background-size: cover;
    top: -58px;
    left: 0;
    right: 0;
}
.cart-drawer__warnings .drawer__close {
    right: 20px !important;
    top: 20px;
}
.pro-title h4 {
    min-height: auto;
}
.all-form-fields input::placeholder {
    text-transform: uppercase;
}
.catogry-s h4 {
    min-height: 102px;
}
.retail-main p {
    color: #002261;
}

.slide-imgs:hover .slider-contnt {
    visibility: visible;
    opacity: 1;
}

.slide-imgs img:hover {
    scale: 1.2;
}
.logo-slider .item img {
    scale: 0.8;
}
.logo-slider .item img:hover {
    scale: 1;
}
.oue-flawors .custom-btn button {
    padding: 7.5px 0px;
    cursor: pointer;
    width: 144px;
    min-width: 142px;
    font-size: 14px;
}
.slider-contnt {
    margin-top: 70px;
}
/* section.oue-flawors {
  min-height: 802px;
} */
.card-fflex a h4 {
    line-height: 32px;
}
.cart-drawer .cart-item__image {
    max-width: 100%;
    width: 80%;
    object-fit: contain;
    transform: rotate(5.386deg);
}
.mega-sub-flex {
    justify-content: space-between;
}
.mega-single-item a {
    border-bottom: 0px !important;
}
.item {
    cursor: pointer;
}
.main-can {
    margin-bottom: 20px;
}
@keyframes shake1 {
    0%,
    100% {
        transform: translateX(0%);
        transform-origin: 50% 50%;
    }

    15% {
        transform: translateX(-30px) rotate(-6deg);
    }

    30% {
        transform: translateX(15px) rotate(6deg);
    }

    45% {
        transform: translateX(-15px) rotate(-3.6deg);
    }

    60% {
        transform: translateX(9px) rotate(2.4deg);
    }

    75% {
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

.logo-main .owl-carousel,
.logo-main .owl-carousel .owl-stage-outer {
    overflow: visible !important;
}

.contact-hero-images img:nth-child(1) {
    animation: top3 3s ease 0s 1000 normal both;
}
.contact-hero-images img:nth-child(4) {
    animation: top1 5s ease 0s 1000 normal both;
}

.contact-hero-images img:nth-child(2) {
    animation: shake1 5s ease 0s 1000 normal both;
}

.swiper-slide {
    transition: opacity 0.8s ease;
}
.plane {
    position: relative;
    left: -1200px;
}
.can-wdth span {
    font-family: 'Futura Bold';
}
/* .find-locator .custom-btn a:hover {
    background: #000;
    color: #fff;
} */
section#whole-blue {
    z-index: 1;
    position: relative;
}
section.how-buy {
    position: relative;
    top: -3px;
}
.report-col a:hover {
    color: #000;
}
.custm-arw {
    display: none;
}

.circular-marquee.reverse {
    margin: 30px 0px;
}
.card-fflex h4 {
    line-height: 32px;
}
section.sorta {
    position: relative;
}
section.sorta::after {
    position: absolute;
    content: '';
    background-image: url(/cdn/shop/files/white-layer.svg?v=1751283329);
    background-repeat: repeat;
    background-position: center top -20px;
    background-size: 1000% 230%;
    top: -40px;
    height: 40px;
    width: 100%;
    right: 0;
}
section.sorta {
    background: #fff7e3;
}
.mega-sub-tabs ul a {
    width: 100%;
}
.mega-sub-tabs ul a {
    border-bottom: none;
}

.gallery-slider .swiper-slide {
    transition: transform 0.5s ease, opacity 0.5s ease;
}
.gallery-slider .swiper-slide.swiper-slide-active {
}
.gallery-slider .swiper-slide.swiper-slide-active {
    z-index: 9999 !important;
    position: relative;
}
.swiper-slide.gallery-slide.swiper-slide-visible.swiper-slide-prev img,
.swiper-slide.gallery-slide.swiper-slide-visible.swiper-slide-next img {
    z-index: -1;
}
.mega-sub-tabs ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mega-sub-tabs ul li a {
    font-weight: 500;
}

.smartrr-otp.smartrr-group-inactive span {
    color: #f8ec55 !important;
}
.smartrr-selling-plan-group-name span:nth-child(2) {
    text-shadow: 2px 2px 0px #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #020b25;
    color: #fff;
    font-size: 32px;
    font-family: 'Futura Bold';
    line-height: normal;
}
ul.smartrr-subscription-benefits-checklist li::before {
    content: url(https://testing-local-cp.myshopify.com/cdn/shop/files/featur.svg?v=1750921288);
    top: 7px;
    position: relative;
}

ul.smartrr-subscription-benefits-checklist li svg {
    display: none;
}
.can-title h5 {
    font-family: 'Futura Bold';
}
.slide-icon {
    transform: translateZ(0);
}

.page-wholesale section.sorta {
    padding-top: 0px;
}

.navbar > ul li {
    padding: 30px 22px;
}

section.can-animation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.right-content ul li {
    width: 22px;
}
.card-fflex h4 {
    font-size: 21px;
}
.smartrr-subscription-benefits-container {
    padding: 0 !important;
    margin-bottom: 10px !important;
}

ul.smartrr-subscription-benefits-checklist li {
    padding-bottom: 5px !important;
}
select.smartrr-plan-active {
    width: 100% !important;
}
.smartrr-otp.smartrr-group-active .smartrr-selling-plan-group-name span:nth-child(2) {
    color: #f8ec55 !important;
}
/* .page-product .product__info-wrapper quantity-input.quantity {
    min-height: 32px !important;
    width: 100px;
}
.page-product button.quantity__button {
    display: flex;
    width: fit-content;
    padding: 0 10px;
} */

.ifc_imgbg {
    background: #fff;
    border-radius: 100%;
    width: 270px;
    height: 270px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.can-animation {
    height: 100vh !important;
}

/* Default center item effect */
.flowors-slider .owl-item.active.center .slide-imgs img {
    transform: rotate(8deg) scale(1.2);
    transition: transform 0.3s ease;
}

/* Hover effect for any image */
.slide-imgs img:hover {
    transform: rotate(8deg) scale(1.2);
}

/* Remove center effect when any image is hovered (excluding itself) */
.flowors-slider:hover .owl-item.active.center:not(:hover) .slide-imgs img {
    transform: none !important;
}
/* Default: center item ka content visible */
.flowors-slider .owl-item.active.center .slider-contnt {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Jab kisi item pe hover ho lekin wo center na ho → center content ko hide karo */
.flowors-slider:hover .owl-item.active.center:not(:hover) .slider-contnt {
    visibility: hidden;
    opacity: 0;
}
.slider-contnt {
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fruits-list ul li img {
    max-width: 100px !important;
}

.pro-thumbnail img {
    scale: 0.9;
}
.fruits-list ul li:nth-child(2) img {
    width: 75px;
}

.circular-track {
    display: flex;
    white-space: nowrap;
    will-change: transform;
}

.circular-track > * {
    flex-shrink: 0;
}

.load-more-wrapper {
    margin-bottom: 80px;
}
a.discount_boxLink {
    margin-top: 24px;
}

.mega-sub-right-content .custom-btn a {
    padding: 10px 32px;
}
/* .mega-sub-right-content .custom-btn a:hover
 {
    color:#fff!important;
} */

.main-Product-template .rating-wrapper {
    align-items: center !important;
}
.list-cntnnt p {
    display: none;
}
.list-cntnnt h4 {
    cursor: pointer;
}
.list-cntnnt h4::after {
    content: '+';
    position: absolute;
    right: -20px;
    top: -10px;
    font-size: 30px;
    transition: 0.3s ease;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    font-weight: 100;
    padding-bottom: 9px;
    background-color: #5bb3e5;
    color: #fff;
}

.list-cntnnt h4.active::after {
    content: '−';
}
.list-cntnnt h4 {
    cursor: pointer;
    position: relative;
    padding-right: 25px;
}
.list-flxx {
    justify-content: space-between;
    width: 100%;
}
.list-cntnnt {
    display: block;
    width: 100%;
}

a.discount_boxLink {
    border-bottom: 0px !important;
}

.jdgm-paginate__page.jdgm-curt {
    color: red !important;
    font-weight: bold;
    font-size: 110% !important;
    pointer-events: none;
}

.jdgm-paginate a {
    width: 40px !important;
    height: 40px !important;
    background: #3abfec !important;
    margin: 5px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jdgm-paginate {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jdgm-paginate a::before {
    position: relative;
    top: 7px;
}
.jdgm-paginate a:hover {
    line-height: normal !important;
}
.pvp_detailBox {
    font-weight: 600;
}

.pvp_detailBox span.variant-tag {
    font-weight: 300;
}

.custom-dropdown li {
    gap: 10px;
}
p.pvp_variant_sdesc {
    line-height: normal;
    color: rgba(0, 0, 0, 0.75);
}
.pvp_detailBox span.variant-tag {
    font-size: 14px;
    line-height: normal;
}
ul#flavorCustomDropdown img,
.flv_selecBox img {
    transform: rotate(0deg) !important;
}
.flv_selecBox-text {
    font-weight: 600;
    color: #000;
}
.flv_selecBox,
.custom-dropdown {
    border: 1px solid #000 !important;
    border-radius: 12px !important;
}

.wua_arnie_img_container {
    text-align: center;
    padding-top: 45px;
}

.wua_arnie_img {
    max-width: 300px;
}
section.real-slider .swiper-3d {
    perspective: 1012px;
}
@media screen and (max-width: 991px) {
    .wua_arnie_img {
        display: none;
    }
}

section#shopify-section-template--17716974616655__175093657229ca2210 {
    background: #fff;
}

.swiper-mobile-arrows {
    display: none;
}
span.jdgm-prev-badge__stars {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.flowors-slider.owl-theme .owl-nav {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 40px;
}
.flowors-slider.owl-theme .owl-nav {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 40px;
}
section#shopify-section-template--18189281001551__175093657229ca2210 {
    background-color: #fff;
}

.beliefs-slider .owl-stage {
    display: flex;
    align-items: stretch;
}
.beliefs-slider .owl-item,
.beliefs-slider .item {
    /**  display: flex; **/
}
.beverages-content {
    margin-left: 4px;
}
.all-collection .rating {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

/* Safari Flexbox and Layout Fixes */

/* Fix for Owl Carousel items in Safari */
.owl-carousel .item {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* Fix for inner-collection cards */
.inner-collection {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* Fix for product card wrapper */
.product-card-wrapper,
.card-wrapper {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/* Fix for card inner ratios */
.card__inner {
    position: relative;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/* Fix for images in Safari */
.pro-thumbnail img,
.card__media img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

/* Fix for price and cart button alignment */
.pro-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: auto;
}

/* Fix for tab lists */
.tab-listss ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Safari-specific media query */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        /* Safari-only CSS */
        .owl-carousel .owl-stage {
            display: -webkit-box !important;
            display: flex !important;
        }

        .owl-carousel .owl-item {
            -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
        }

        .slider-sec-width1 {
            -webkit-overflow-scrolling: touch;
        }
    }
}

/* Fix for aspect ratio containers */
.ratio {
    position: relative;
    display: block;
    overflow: hidden;
}

.ratio:before {
    content: '';
    display: block;
    padding-bottom: var(--ratio-percent, 100%);
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Ensure proper stacking context */
.collection-slider-section {
    position: relative;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding-left: 15px !important;
}

/* Fix for quick-add buttons */
.quick-add {
    position: relative;
    z-index: 2;
}

.cart-plus {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

/* Additional Owl Carousel Safari fixes */
.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cart-plus img,
.quick-add__submit img,
button[name='add'] img {
    width: auto !important;
    height: auto !important;
    max-width: 35px; /* Adjust size as needed */
    max-height: 35px; /* Adjust size as needed */
    object-fit: contain !important;
    display: inline-block !important;
    vertical-align: middle;
    position: relative !important;
}

/* Ensure button doesn't distort image */
.cart-plus button,
.quick-add__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Remove any aspect ratio forcing on button images */
.cart-plus .quick-add,
.cart-plus button {
    line-height: 1;
}

/* age gate */
.goodav-cart__body {
    background: none !important;
}

#goodav-root .goodav-cart__timer-wrap {
    width: 650px;
    height: 500px;
    max-width: 100%;
}

#goodav-root .goodav_notification {
    position: absolute;
    color: #ff0000;
    top: 53px;
    padding: 2px 10px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-size: 12px;
    width: 180px;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#goodav-root .goodav-cart__timer-msg {
    color: #001c78;
    background: transparent;
    font-weight: 600;
    padding: 0px 0px 54px 0px;
    font-size: 20px;
    line-height: 24px;
}

#goodav-root .goodav-cart__timer-title p strong {
    font-size: 20px !important;
    line-height: 20px !important;
}

#goodav-root .goodav-cart__timer-title p span strong {
    font-size: 15px !important;
    line-height: 18px !important;
}

.goodav-cart__timer-msg h3 {
    font-size: 18px !important;
    line-height: 28px !important;
    margin-top: 18px !important;
}

#goodav-root .goodav-cart__timer-title p {
    line-height: 24px;
}

#goodav-root .goodav-cart__timer-img {
    margin-left: 168px !important;
    top: -126px;
    max-width: 139px !important;
}

#goodav-root .verification_input_label {
    color: #456ff7;
    font-size: 20px;
    line-height: 22px;
}

#goodav-root .goodav-cart__btn_wrap .verification_btn_accept,
#goodav-root .goodav-cart__btn_wrap .verification_btn_reject {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 24px #e63e3b66;
    padding: 13px 24px 10px;
    font-family: Futura;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    color: #23a8d7;
    position: relative;
    border: none !important;
    width: 100%;
}

.goodav-cart__btn_wrap {
    gap: 20px !important;
}

@media (max-width: 991px) {
    #goodav-root .goodav-cart__btn_wrap .verification_btn_accept,
    #goodav-root .goodav-cart__btn_wrap .verification_btn_reject {
        font-size: 16px !important;
    }
    .goodav-cart__btn_wrap {
        flex-direction: row !important;
    }

    #goodav-root .goodav-cart__timer-wrap {
        height: 300px !important;
    }
}

/* age gate end */


/* Hello Bar - Fixed Height */
:root {
  --hello-bar-height: 40px;
}

/* Push header down by hello bar height */
header#header,
header.header,
.shopify-section-header {
  margin-top: var(--hello-bar-height);
}

/* Sticky header stays below hello bar */
sticky-header {
  top: var(--hello-bar-height) !important;
}

/* Body/Main content needs hello bar + header space */
body {
  /* Adjust this value to match your header height */
  /* Example: if header is 80px, this would be 40px + 80px = 120px */
  padding-top: calc(var(--hello-bar-height) + 80px);
}

