
body,
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}
body {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
img {
    border: 0;
    width: auto;
    height: auto;
    display: block;
}
svg {
    display: block;
    width: 100%;
}
.col-1 {
    width: 1%;
}
.col-2 {
    width: 2%;
}
.col-3 {
    width: 3%;
}
.col-4 {
    width: 4%;
}
.col-5 {
    width: 5%;
}
.col-6 {
    width: 6%;
}
.col-7 {
    width: 7%;
}
.col-8 {
    width: 8%;
}
.col-9 {
    width: 9%;
}
.col-10 {
    width: 10%;
}
.col-11 {
    width: 11%;
}
.col-12 {
    width: 12%;
}
.col-13 {
    width: 13%;
}
.col-14 {
    width: 14%;
}
.col-15 {
    width: 15%;
}
.col-16 {
    width: 16%;
}
.col-17 {
    width: 17%;
}
.col-18 {
    width: 18%;
}
.col-19 {
    width: 19%;
}
.col-20 {
    width: 20%;
}
.col-21 {
    width: 21%;
}
.col-22 {
    width: 22%;
}
.col-23 {
    width: 23%;
}
.col-24 {
    width: 24%;
}
.col-25 {
    width: 25%;
}
.col-26 {
    width: 26%;
}
.col-27 {
    width: 27%;
}
.col-28 {
    width: 28%;
}
.col-29 {
    width: 29%;
}
.col-30 {
    width: 30%;
}
.col-31 {
    width: 31%;
}
.col-32 {
    width: 32%;
}
.col-33 {
    width: 33%;
}
.col-34 {
    width: 34%;
}
.col-35 {
    width: 35%;
}
.col-36 {
    width: 36%;
}
.col-37 {
    width: 37%;
}
.col-38 {
    width: 38%;
}
.col-39 {
    width: 39%;
}
.col-40 {
    width: 40%;
}
.col-41 {
    width: 41%;
}
.col-42 {
    width: 42%;
}
.col-43 {
    width: 43%;
}
.col-44 {
    width: 44%;
}
.col-45 {
    width: 45%;
}
.col-46 {
    width: 46%;
}
.col-47 {
    width: 47%;
}
.col-48 {
    width: 48%;
}
.col-49 {
    width: 49%;
}
.col-50 {
    width: 50%;
}
.col-51 {
    width: 51%;
}
.col-52 {
    width: 52%;
}
.col-53 {
    width: 53%;
}
.col-54 {
    width: 54%;
}
.col-55 {
    width: 55%;
}
.col-56 {
    width: 56%;
}
.col-57 {
    width: 57%;
}
.col-58 {
    width: 58%;
}
.col-59 {
    width: 59%;
}
.col-60 {
    width: 60%;
}
.col-61 {
    width: 61%;
}
.col-62 {
    width: 62%;
}
.col-63 {
    width: 63%;
}
.col-64 {
    width: 64%;
}
.col-65 {
    width: 65%;
}
.col-66 {
    width: 66%;
}
.col-67 {
    width: 67%;
}
.col-68 {
    width: 68%;
}
.col-69 {
    width: 69%;
}
.col-70 {
    width: 70%;
}
.col-71 {
    width: 71%;
}
.col-72 {
    width: 72%;
}
.col-73 {
    width: 73%;
}
.col-74 {
    width: 74%;
}
.col-75 {
    width: 75%;
}
.col-76 {
    width: 76%;
}
.col-77 {
    width: 77%;
}
.col-78 {
    width: 78%;
}
.col-79 {
    width: 79%;
}
.col-80 {
    width: 80%;
}
.col-81 {
    width: 81%;
}
.col-82 {
    width: 82%;
}
.col-83 {
    width: 83%;
}
.col-84 {
    width: 84%;
}
.col-85 {
    width: 85%;
}
.col-86 {
    width: 86%;
}
.col-87 {
    width: 87%;
}
.col-88 {
    width: 88%;
}
.col-89 {
    width: 89%;
}
.col-90 {
    width: 90%;
}
.col-91 {
    width: 91%;
}
.col-92 {
    width: 92%;
}
.col-93 {
    width: 93%;
}
.col-94 {
    width: 94%;
}
.col-95 {
    width: 95%;
}
.col-96 {
    width: 96%;
}
.col-97 {
    width: 97%;
}
.col-98 {
    width: 98%;
}
.col-99 {
    width: 99%;
}
.col-100 {
    width: 100%;
}
.flex {
    display: flex;
}
.jc-center {
    justify-content: center;
}
.jc-end {
    justify-content: flex-end;
}
.ai-center {
    align-items: center;
}
.ai-end {
    align-items: flex-end;
}
.ac-sb {
    align-content: space-between;
}
.flex-wrap {
    flex-wrap: wrap;
}
.jc-sb {
    justify-content: space-between;
}
.jc-sa {
    justify-content: space-around;
}
.jc-se {
    justify-content: space-evenly;
}
.flex-dc {
    flex-direction: column;
}
.flex-dcr {
    flex-direction: column-reverse;
}
.flex-dr {
    flex-direction: row;
}
.flex-drr {
    flex-direction: row-reverse;
}
.ai-start {
    align-items: flex-start;
}
.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
audio,
canvas,
picture,
video {
    display: block;
}
a {
    background-color: transparent;
    outline: 0;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    color: #38302e;
    transition: color 0.3s;
}
.text-underline {
    text-decoration: underline;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 0;
    border: none;
    outline: 0;
}
button,
select {
    text-transform: none;
}
picture {
    display: block;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: none;
    outline: 0;
}
input[type="text"] {
    outline: 0;
}
ol,
ul {
    padding: 0;
    list-style: none;
}
.form-control::-moz-placeholder {
    color: #fff;
    opacity: .75;
}
.form-control::-ms-placeholder {
    color: #fff;
    opacity: .75;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: .75;
}
.clearfix {
    clear: both;
}
hr {
    border: 0;
    height: 1px;
    background: #000;
    margin: 40px 0;
    opacity: 1;
}
input.customRC {
    opacity: 0;
    position: absolute;
}
label.customRC {
    font-size: 16px;
    line-height: 18px;
    color: #503b29;
    padding-left: 30px;
    position: relative;
    display: block;
    cursor: pointer;
    font-style: normal;
}
label.customRC span {
    cursor: pointer;
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 22px;
    height: 22px;
    background: #c69349 url(../images/check.svg) center center no-repeat;
    background-size: 0 auto;
    border: 2px solid #fff;
    border-radius: 3px;
}
input.customRC:checked + label.customRC span {
    background-size: 12px auto;
}
.ttn {
    text-transform: none !important;
}
.block {
    display: block !important;
}
.visible-xs {
    display: none !important;
}
.visible-sm-xs {
    display: none !important;
}
.hide {
    display: none !important;
}
.v-main {
    display: table;
    width: 100%;
    height: 100%;
}
.v-align-bottom,
.v-align-middle,
.v-align-top {
    display: table-cell;
}
.v-align-middle {
    vertical-align: middle !important;
}
.v-align-top {
    vertical-align: top !important;
}
.v-align-bottom {
    vertical-align: bottom !important;
}
.select-container {
    position: relative;
}
.xm-tooltip {
    background: #F9AA72;
    color: #000;
    display: block;
    font-size: 14px;
    left: 50%;
    line-height: 1em;
    padding: 6px 10px 8px;
    position: absolute;
    text-align: center;
    bottom: 110%;
    width: calc(100% - 16px);
    min-width: 180px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    font-style: normal;
    letter-spacing: 0.025em;
}
.xm-tooltip::after {
    border-top: 10px solid #F9AA72;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -9px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
}
.xm-tooltip .xm-tooltip {
    padding: 0;
    position: relative;
}
.xm-tooltip .xm-tooltip::after {
    display: none;
}
.for_textarea {
    position: relative;
}
.for_textarea .xm-tooltip {
    left: 0;
    top: -70px;
}
.loading {
    position: relative;
}
.loading::after {
    animation: rotate-forever 0.5s linear infinite;
    height: 30px;
    width: 30px;
    border: 2px solid #F9AA72;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: -15px 0 0 -15px;
    content: "";
}
@keyframes rotate-forever {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s, top 0.5s;
    background: rgba(0, 74, 62, 0.7);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.overlay-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    border: none;
    background: url(../images/close-icon.svg) center center no-repeat;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    z-index: 9999;
    overflow: hidden;
    transition-timing-function: ease-out;
    transform: rotate(0) perspective(1px);
    border-radius: 50%;
}
.overlay-close:hover {
    transform: rotate(180deg) perspective(1px);
}
.overlay.video-overlay {
    padding: 0;
}
.overlay.video-overlay .container {
    padding: 0;
}
.video-overlay .overlay-close {
    background-color: transparent;
    background-image: url(../images/cross-icon.png);
    top: 5px;
    right: 5px;
}
.has-overlay {
    overflow: hidden;
}
.overlay-container {
    width: 100%;
    background: #fff;
    position: relative;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.play {
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/play.png) 0 0 no-repeat;
    background-size: contain;
    transition: 0.5s;
}
.video-container,
.video-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.img-responsive {
    max-width: 100%;
}
.no-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
::-moz-selection {
    color: #fff;
    background: rgba(122, 48, 63, 0.52);
}
::selection {
    color: #fff;
    background: rgba(122, 48, 63, 0.52);
}
.flexible-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.non-italic {
    font-style: normal !important;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.circle {
    border-radius: 50%;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
button {
    transition: 0.3s ease-out;
    text-decoration: none !important;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control,
.input-group-addon {
    display: table-cell;
}
.input-group-addon {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.hide-desktop {
    display: none !important;
}
.card-group {
    display: flex;
    flex-flow: row wrap;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
}
.card-group .card {
    flex: 1 0 0%;
}
.card-group .card + .card {
    margin-left: 0;
    border-left: 0;
}
.card-block {
    flex: 1 1 auto;
}
.paddingT0 {
    padding-top: 0 !important;
}
.paddingB0 {
    padding-bottom: 0 !important;
}
.border-bottom0 {
    border-bottom: none !important;
}
.full-width {
    width: 100% !important;
}
.half-width {
    width: 50% !important;
}
.col-oneThird {
    width: calc(100% / 3);
}
.col-twoThird {
    width: calc(100% / 1.5);
}
.relative {
    position: relative;
}
.hide-overflow {
    overflow: hidden;
}
.marginB0 {
    margin-bottom: 0 !important;
}
.marginT0 {
    margin-top: 0 !important;
}
.fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.fit-top {
    -o-object-position: center top;
    object-position: center top;
}
.fit-bottom {
    -o-object-position: bottom;
    object-position: bottom;
}
.fluid-img,
.img-full {
    width: 100%;
}
.fluid-img.fit-cover,
.img-full.fit-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.fit-cover.relative {
    position: relative !important;
    top: auto;
    left: auto;
}
.has-fit-cover {
    overflow: hidden;
    position: relative;
}
.viewport-height {
    min-height: 100vh;
}
footer {
    margin-top: auto;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb li + li::before {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    color: rgba(18, 30, 55, 0.6);
    content: "/";
}
.breadcrumb a {
    color: #999;
    display: inline-block;
    font: inherit;
}
.breadcrumb a.active {
    color: rgba(0, 0, 0, 0.6);
}
.abs_100 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ls1 {
    letter-spacing: 0.01em;
}
.ls2 {
    letter-spacing: 0.02em;
}
.ls3 {
    letter-spacing: 0.03em;
}
.ls4 {
    letter-spacing: 0.04em;
}
.ls5 {
    letter-spacing: 0.05em;
}
.owl-next,
.owl-prev {
    width: 46px;
    height: 46px;
    background: url(../images/owl-right.svg) center center no-repeat !important;
    background-size: contain !important;
    text-indent: -9999px;
    transition-duration: 0.3s;
}
.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.35;
}
.owl-prev {
    opacity: 1;
    background-image: url(../images/owl-left.svg) !important;
}
.owl-next {
    opacity: 1;
}
.owl-next:after,
.owl-prev:after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.owl-dots {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #909090;
    transition-duration: 0.3s;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.owl-dot.active {
    background: #909090;
}
.computer .owl-dot:hover {
    background: #fff;
    border-color: #fff;
}
.computer .owl-next:hover,
.computer .owl-prev:hover {
    opacity: 0.7;
}
.uppercase {
    text-transform: uppercase;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
@media screen and (max-width: 1199px) {
    
    .hide-desktop {
        display: block !important;
    }
    .hide-ipad {
        display: none !important;
    }
    a[href^="tel"] {
        color: inherit;
        text-decoration: none;
    }
    .land-sea {
        padding: 3em 3em;
    }
}
@media screen and (max-width: 991px) {
    .hidden-sm-xs {
        display: none !important;
    }
    .visible-sm-xs {
        display: block !important;
    }
    .computer .visible-sm-xs.btn-fallback {
        display: none !important;
    }
    .tea-section {
        padding: 0px 0 0px;
    }
}
@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
    .mobFullwidth {
        width: 100% !important;
    }
    .mobBlock {
        display: block !important;
    }
    [class^="col-"] {
        width: 100%;
    }
    .mpr0 {
        padding-right: 0 !important;
    }
    .mpl0 {
        padding-left: 0 !important;
    }
    .embed-responsive.mob_9_16 {
        padding-bottom: 177.77%;
    }
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: normal;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    z-index: 1;
    background: 0 0;
    color: #000;
}
textarea.form-control {
    min-height: 135px;
    padding: 10px 15px;
}
.min-vh {
    min-height: 100vh;
}

.margin0 {
    margin: 0 !important;
}
span.no-wrap {
    white-space: nowrap;
}
body {
    font-family: 'adelle', serif;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
main {
    overflow: hidden;
}
input::-moz-placeholder {
    color: #e9e9e9;
    opacity: 1;
}
input::-ms-placeholder {
    color: #e9e9e9;
    opacity: 1;
}
input::-webkit-input-placeholder {
    color: #e9e9e9;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1em;
    color: inherit;
    font-family: larken, sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
}
.italic {
    font-style: italic;
}
.ls25 {
    letter-spacing: 0.25em;
}
/*---- Animation ----*/
.fadeInUp,
.fadeInDown,
.fadeInDownSlow,
.fadeInUpSlow {
    transform: translateY(15px);
    opacity: 0;
    transition: transform 1000ms ease-out, opacity 1000ms ease-out;
    will-change: transform, opacity;
}
.fadeInDownSlow,
.fadeInUpSlow {
    transition-delay: 100ms;
}
.fadeIn,
.ingredientsSpecial .athelas {
    opacity: 0;
    transition: opacity 1000ms ease-out;
}
.fadeIn.fadeIn500 {
    transition: opacity 500ms ease-out;
}
.fadeInDown {
    transform: translateY(-15px);
}
.fadeInUp.isAnimated,
.fadeInDown.isAnimated,
.fadeInDownSlow.isAnimated,
.fadeInUpSlow.isAnimated {
    transform: translateY(0);
    opacity: 1;
}
.isAnimated.fadeIn,
.ingredientsSpecial.inView .athelas {
    opacity: 1;
}
.slideFromLeft,
.slideFromRight {
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 1000ms, opacity 1000ms;
    will-change: transform, opacity;
}
.slideFromRight {
    transform: translateX(100%);
}
.slideFromLeft.isAnimated,
.slideFromRight.isAnimated {
    transform: translateX(0);
    opacity: 1;
}

/*----page CSS ----*/
.p {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4em;
}
.h1 {
    font-size: 58px;
}
.h2 {
    font-size: 42px;
}
.container {
    max-width: 980px;
}
.container.lg {
    max-width: 1170px;
}
main {
    padding-bottom: 55px;
    background-color: #C4E9FB;
}
.navigation .container {
    max-width: 100%;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    transition: background 500ms, padding 500ms;
    z-index: 99999;
    background: transparent;
}
.logo img {
    width: 140px;
    transition: 500ms;
}
.menu-icon {
    background: none;
    border: none;
    z-index: 1000;
    display: block;
    position: absolute;
    right: 0;
    height: 26px;
    top: 20px;
}
.menu-icon .bar {
    display: block;
    width: 38px;
    height: 4px;
    border-radius: 1px;
    margin: 7px auto;
    background: #015546;
    -webkit-transition: 300ms ease-in-out 100ms;
    transition: 300ms ease-in-out 100ms;
}
.menu-icon.open .bar:nth-of-type(1) {
    transform: translateY(11px) rotate(45deg);
}
.menu-icon.open .bar:nth-of-type(2) {
    opacity: 0;
}
.menu-icon.open .bar:nth-of-type(3) {
    transform: translateY(-11px) rotate(-45deg);
} 
.menu-icon .bar:first-child {
    margin-top: 0;
}
.slim .logo img {
    width: 70px;
}
.site-header.slim {
    position: fixed;
    padding-top: 12px;
    padding-bottom: 12px;
    background: rgba(255, 255, 255, 0.85);
}
.site-header .logo{
    position: relative;
    left: 0;
    top: 0;
}
.site-header.slim .logo{
    left: 0;
    top: 0;
}

.xp-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 420px;
    background: #6598CF;
    height: 100%;
    padding: 100px 50px 0;
    z-index: 999;
    transition: 0.5s ease-in-out;
}
.xp-navigation.active {
    right: 0;
}
.sidebar-logo {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 140px;
    display: block;
}
.sidebar-logo img {
    width: 100%;
}
.menu-items a {
    font-weight: 500;
    font-size: 44px;
    text-transform: uppercase;
    font-family: 'nimbus-sans-condensed', sans-serif;
    color: #fff;
    border-bottom: 1px solid #FAAB72;
    display: block;
    line-height: 1.2em;
    padding: 12px 0;
}
.menu-icon.open .bar {
    background: #fff
}




/*---- Banner ----*/
.banner-section {
    background: #d6e8f5;
    height: 100vh;
    max-height: 850px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.banner-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-cta-wrap {
    position: absolute;
    bottom: 12%;
    left: 40px;
    z-index: 10;
}
.hero-cta-btn {
    display: inline-block;
    background: #6598CF;
    color: #C4E9FB;
    font-family: 'dirtysundae_condbold', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 10px 22px;
    text-decoration: none;
    transition: opacity 300ms;
}
.hero-cta-btn:hover {
    opacity: 0.85;
}
/*---- Banner ----*/

/*---- Product Tab Bar ----*/
.products-wrapper {
    position: relative;
}
.product-tab-bar {
    background: #6598CF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 22px 0;
}
.product-tab-bar::before,
.product-tab-bar::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 16px;
    background: url(../images/2026/blue-rope.png) center center repeat-x;
    background-size: auto 16px;
    pointer-events: none;
}
.product-tab-bar::before {
    top: 0;
}
.product-tab-bar::after {
    bottom: 0;
}
.product-tab {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-family: larken, sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 8px 60px;
    cursor: pointer;
    transition: color 250ms ease;
    line-height: 1;
}
.product-tab.active {
    color: #fff;
}
.product-tab:hover {
    color: #fff;
}
/*---- Tab Panels ----*/
.drinks-tabpanel {
    display: none;
}
.drinks-tabpanel.active {
    display: block;
}
.tequila-coming-soon {
    background: #fff;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
}
.tequila-coming-soon .h2,
.tequila-coming-soon .p {
    color: #004A3E;
}
/*---- Product Tab Bar ----*/

/*---- Drinks ----*/
.drinks-sections {
    min-height: 800px;
    padding-top: 10px;
    background: #fff;
    position: relative;
}
.separator {
    height: 16px;
    background: url(../images/rope.svg) center center repeat-x;
    background-size: auto 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 333;
    transform: translateY(-50%);
}
.drinkCol {
    position: absolute;
    width: 25%;
    z-index: 10;
    transition: transform 1000ms cubic-bezier(0.39, 0.58, 0.57, 1);
    height: 100%;
    top: 0;
    left: 0;
    will-change: transform;
    transform: translateX(0);
}
.drinkCol.raspberry {
    transition: transform 1400ms cubic-bezier(0.39, 0.58, 0.57, 1);
}
.drinkCol.raspberry.active {
    transform: translateX(-303%);
}

.drinkCol.strawberry {
    transition: transform 1400ms cubic-bezier(0.39, 0.58, 0.57, 1);
}
.drinkCol.strawberry.active {
    transform: translateX(-303%);
}
.drinkCol.lemon.active {
    transform: translateX(0);
}
.drinkCol.active {
    transform: translateX(0);
}
.drinkCol.higherZ {
    z-index: 20;
}
.drinkCol.active .drink-info {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    left: 100%;
}

.drinkCol.setPosition2 {
    transform: translateX(100.8%);
}
.drinkCol.setPosition3 {
    transform: translateX(201.2%);
}
.drinkCol.setPosition4 {
    transform: translateX(301.8%);
}
.lemon {
    background: #FCE459 !important;
    left: -0.2%;
    z-index: 12;
}

.mango {
    background: #FEC256 !important;
    transform: translateX(100.6%);
}
.peach {
    background: #F4876F !important;
    transform: translateX(201.8%);
}
.raspberry {
    background: #F5769D !important;
    left: 75.8%;
}
.strawberry {
    background: #F26D6E !important;
    left: 75.8%;
}
.drink-imgCol {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    padding-top: 65px;
}
.drink-waveBg {
    position: absolute;
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
    top: 300px;
}
.drink-waveBg.tequila-drinks {
    position: absolute;
    width: 963px;
    left: 50%;
    transform: translateX(-50%);
    top: 300px;
}
.drinkCol-content {
    width: 311px;
    margin: 0 auto;
    position: relative;
}
.drink-image {
    padding-bottom: 160%;
}
.drink-img {
    position: absolute;
    z-index: 2;
    top: 0;
    width: auto;
    left: 50%;
    height: 100%;
    object-fit: contain;
    transform: translateX(-50%);
    /* transition: 300ms ease-in-out; */
}
.fruits {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.high-z {
    z-index: 3;
}
.drink-desc {
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
}
.drink-desc .h2 {
    color: #015546;
    font-size: 36px;
    margin-bottom: 6px;
}
.drink-desc .h3 {
    font-size: 40px;
    color: #015546;
    font-family: 'dirtysundae_condbold', sans-serif;
}
.expand-btn {
    margin-top: 28px;
}
.drink-info {
    position: absolute;
    top: 0;
    left: 100.6%;
    width: 300.6%;
    opacity: 0;
    height: 100%;
    background: #FFD062;
    transition: opacity 700ms cubic-bezier(0.39, 0.58, 0.57, 1) 0ms, transform 700ms  cubic-bezier(0.39, 0.58, 0.57, 1) 300ms;
    transform: translateX(50%);
    will-change: opacity, transform;
    pointer-events: none;
}
.initiated .drink-imgCol {
    pointer-events: none;
}
.initiated .higherZ .drink-imgCol {
    pointer-events: all;
}
.initiated .drink-info,
.lemon .drink-info {
    transition-delay: 0ms;
}
.bg_img {
    width: 57%;
    height: 100%;
    position: absolute;
    right: 0;
    object-fit: cover;
    top: 0;
    z-index: 2;
}
.drink-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 43%;
    min-width: 360px;
    position: relative;
    z-index: 3;
    background: #FFEA71;
}
.drink-description img {
    width: 100%;
    max-width: 353px;
    margin: 0 auto;
}
.drink-description p {
    color: #004A3E;
    font-size: 19px;
    line-height: 1.31em;
    margin: 1.2em 0;
}
.drink-description li {
    color: #004A3E;
    font-size: 40px;
    font-family: 'dirtysundae_condbold', sans-serif;
    line-height: 45px;
}





.mango .drink-description {
    background: #FEC256;
}
.peach .drink-info,
.peach .drink-description {
    background: #F4876F;
}
.raspberry .drink-info,
.raspberry .drink-description {
    background: #F5769D;
}
.strawberry .drink-info,
.strawberry .drink-description {
    background: #F26D6E;
}
/* Tequila Lemonade 2-column layout */
.tq-original {
    background: #FCE459 !important;
    left: -0.2%;
    z-index: 12;
    transform: translateX(0);
}
.tq-strawberry {
    background: #F26D6E !important;
    transform: translateX(100.5%);
}
.tequila-drinks .drinkCol {
    width: 50%;
}
.tequila-drinks .drinkCol.setPosition2 {
    transform: translateX(200%);
}
.tequila-drinks .drinkCol.active .drink-info {
    left: 100%;
    width: 100%;
}
.tq-original .drink-info,
.tq-original .drink-description {
    background: #F7E06A;
}
.tq-strawberry .drink-info,
.tq-strawberry .drink-description {
    background: #FFCFCF;
}
/* End Tequila Lemonade */

.shrinkBtn {
    display: none;
}
.drink-info .close-recipe {
    font-size: 18px;
    width: 2em;
    height: 2em;
    background: url(../images/close-icon.svg) center center no-repeat;
    background-size: contain;
    text-indent: -999em;
    border: none;
    position: absolute;
    top: 1.5em;
    right: .8em;
    z-index: 5;
    transition-duration: 300ms;
    transition-timing-function: ease-out;
    transform: rotate(0) perspective(1px);
    border-radius: 50%;
}
.drink-info .close-recipe:hover {
    transform: rotate(180deg) perspective(1px);
}

/*---- Drinks ----*/



/*---- Tea section ----*/
.tea-section {
    padding: 88px 0 82px;
    background: #6598CF;
    overflow: hidden;
}
.tea-section .container {
    position: relative;
    z-index: 10;
}
.tea-copy {
    margin: 24px 0 33px;
}
.tea-copy .h1 {
    color: #C4E9FB;
    font-weight: 500;
    margin-bottom: 42px;
    font-family: 'dirtysundae_condbold', sans-serif;
}
.tea-copy .p {
    color: #C4E9FB;
    margin-bottom: 26px;
}
.tea-copy .p:last-child {
    margin-bottom: 0;
}
.fish-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tea-time-content .p {
    font-size: 33px;
    line-height: 1.15em;
}
.leaves img {
    width: 430px;
}
/*---- Tea section ----*/

/*----Social----*/
.social-section {
    padding: 40px 30px;
    background: #fff;
}
.social-section .outer-border {
    max-width: 1380px;
    margin: 0 auto;
}
.social-content {
    padding: 55px 0;
}
.social-content .h2 {
    color: #015546;
    font-weight: 900;
}
.social-row {
    margin-top: 38px;
    margin: 46px -10px 0;
    padding: 0 40px;
}
.socialCol {
    width: 25%;
    padding: 0 10px;
}
.stay-connected {
    max-width: 1061px;
    margin: 62px auto 0;
}
.blog-cta {
    width: 460px;
}
.blog-cta a {
    background: #6598CF;
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 33px 42px;
    font-weight: 400;
    font-family: 'dirtysundae_condbold', sans-serif;
    font-size: 36px;
}
.blog-copy .h1 {
    color: #015546;
    font-weight: 900;
}
.blog-copy .p {
    color: #6598CF;
    font-size: 26px;
}
.outer-border {
    border: 19px solid transparent;
    border-image: url('../images/2026/outer-border.svg') 19 stretch;
    padding: 14px;
}
.inner-border {
    border: 2px solid #F9AA72;
    border-radius: 19px;
}
.social-circle {
    position: absolute;
    top: 14px;
    height: 90px;
    width: 90px;
    background: #fff;
    border: 2px solid #F9AA72;
}
.social-circle img {
    width: 64px;
}
.social-circle.left {
    left: 14px;
    border-top: none;
    border-left: none;
    border-bottom-right-radius: 76px;
}
.social-circle.right {
    right: 14px;
    border-top: none;
    border-right: none;
    border-bottom-left-radius: 76px;
}
.social-circle.right img {
    margin-left: auto;
}
/*----Social----*/

/*----Find Us----*/
/*.find-us {
    padding: 107px 0 169px;
    background: #C6FBE7 url('../images/waves.png') center center/100% no-repeat;
}*/
.find-us {
    padding: 107px 0 169px;
    background: #C4E9FB url('../images/waves-upd.png') center center/100% repeat-y;
}
.find-copy {
    width: 600px;
}
.find-copy .h1 {
    color: #004A3E;
    margin-bottom: 32px;
}
.find-copy .p {
    color: #004A3E;
    font-size: 38px;
    line-height: 1.2em;
}
.find-img img {
    width: 438px;
    margin-left: auto;
}
/*----Find Us----*/

/*----tea time----*/
.tea-time-content.text-center {
    margin: 45px 0;
  }
  .tea-time {
      padding: 55px 0 80px;
      background: #6598CF;
  }
  .tea-time .social-links {
      position: static;
      gap: 28px;
  }
  .tea-time .social-links a {
      margin-left: 0;
      opacity: 0.85;
      transition: opacity 250ms ease;
  }
  .tea-time .social-links a:hover {
      opacity: 1;
  }
  .tea-time .social-links a img {
      width: 50px;
      height: 50px;
      object-fit: contain;
  }
  .tea-time .social-links a:last-child img{
      width: 70px;
      height: auto;
  }
.big-leaves {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1068px;
}
.top {
    top: -70px;
}
.big-leaves.bottom {
    bottom: -55px;
    width: 1208px;
}
.tea-time-content .h2 {
    margin-bottom: 1em;
}
.tea-time-content .h2 img {
    width: 497px;
}
/*----tea time----*/


/*---- footer ----*/
.footer {
    padding: 85px 40px 88px;
    background: #C4E9FB;
}
.footer-content .h2 {
    color: #004A3E;
    font-size: 60px;
    font-family: nimbus-sans-condensed, sans-serif;
}
.footer-content > a {
    font-size: 19px;
    background: #6598CF;
    color: #fff;
    font-weight: 500;
    min-width: 9.89em;
    border-radius: calc(2.5em / 2);
    text-transform: uppercase;
    margin-left: 25px;
    height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 2px;
}
.social-links {
    position: absolute;
    right: 0;
}
.social-links a:last-child {
    margin-left: 18px;
}
.social-links a img {
    width: 45px;
}
/*---- footer ----*/
  .btn.order-now {
    background: #6598CF;
    padding: 15px 30px;
    color: #C4E9FB;
    text-transform: uppercase;
    font-family: 'dirtysundae_condbold', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
  }
  .drinkCol .p{
    margin: 1.2em;
  }
  .founder {
    position: relative;
    z-index: 9;
  }
  .tea-section {
    padding: 0px 0 0px;
  }
  .land-sea {
    padding: 6em 6em;
  }
  .social-links a:first-child {
    margin-right: 18px;
  }



@media screen and (max-width: 1279px) {
    .p {
        font-size: 18px;
    }
    .h1 {
        font-size: 45px;
    }
    .h2 {
        font-size: 33px;
    }
    .container {
        max-width: 760px;
    }
    .container.lg {
        max-width: 907px;
    }
    main {
        padding-bottom: 43px;
    }
    .site-header {
        padding: 24px;
    }
    .logo img {
        width: 105px;
    }
    .menu-icon {
        top: 17px;
    }
    .slim .logo img {
        width: 64px;
    }
    
    
    .site-header.slim {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .xp-navigation {
        width: 326px;
        padding: 78px 39px 0;
    }
    .sidebar-logo {
        margin-bottom: 24px;
        width: 105px;
    }
    .menu-items a {
        font-size: 35px;
        padding: 10px 0;
    }
    /*---- Banner ----*/
    .banner-section {
        max-height: 847px;
    }
    .banner-section img {
        width: 100%;
        height: 100%;
    }
    .hero-cta-wrap {
        left: 30px;
        bottom: 10%;
    }
    /*---- Banner ----*/
    /*---- Product Tab Bar ----*/
    .product-tab-bar::before,
    .product-tab-bar::after {
        height: 13px;
        background-size: auto 13px;
    }
    .product-tab {
        font-size: 38px;
        padding: 6px 44px;
    }
    /*---- Product Tab Bar ----*/
    
    /*---- Drinks ----*/
    .drinks-sections {
        min-height: 620px;
        padding-top: 8px;
    }
    .separator {
        height: 13px;
        background-size: auto 13px;
    }
    .drink-imgCol {
        padding-top: 51px;
    }
    .drink-waveBg {
        width: 747px;
        top: 233px;
    }
    .drinkCol-content {
        width: 242px;
    }
    
    .drink-desc {
        bottom: 20px;
    }
    .drink-desc .h2 {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .drink-desc .h3 {
        font-size: 24px;
    }
    .expand-btn {
        margin-top: 22px;
    }
    .drink-description {
        min-width: 300px;
    }
    .drink-description img {
        max-width: 274px;
    }
    .drink-description p {
        font-size: 16px;
    }
    .drink-description li {
        font-size: 22px;
        line-height: 35px;
    }
    .drink-info .close-recipe {
        font-size: 14px;
    }
    /*---- Drinks ----*/
    
    
    
    /*---- Tea section ----*/
    .land-sea {
        padding: 3em 3em;
    }
    .tea-section {
        padding: 0px 0 0px;
    }
    .tea-copy {
        margin: 20px 0 24px;
    }
    .tea-copy .h1 {
        margin-bottom: 30px;
    }
    .tea-copy .p {
        margin-bottom: 21px;
    }
    .tea-time-content .p {
        font-size: 26px;
    }
    .leaves img {
        width: 334px;
    }
    /*---- Tea section ----*/
    
    /*----Social----*/
    .social-section {
        padding: 31px 24px;
    }
    .social-content {
        padding: 43px 0;
    }
    .social-row {
        margin-top: 30px;
        margin: 36px -7px 0;
        padding: 0 31px;
    }
    .socialCol {
        padding: 0 8px;
    }
    .stay-connected {
        max-width: 810px;
        margin: 49px auto 0;
    }
    .blog-cta {
        width: 355px;
    }
    .blog-cta a {
        padding: 26px 33px;
        font-size: 20px;
    }
    .blog-copy .p {
        font-size: 21px;
    }
    .outer-border {
        border: 15px solid transparent;
        border-image: url('../images/2026/outer-border.svg') 19 stretch;
        padding: 11px;
    }
    .inner-border {
        border-radius: 15px;
    }
    .social-circle {
        top: 11px;
        height: 70px;
        width: 70px;
    }
    .social-circle img {
        width: 50px;
    }
    .social-circle.left {
        left: 11px;
        border-bottom-right-radius: 59px;
    }
    .social-circle.right {
        right: 11px;
        border-bottom-left-radius: 59px;
    }
    /*----Social----*/
    /*----Find Us----*/
    .find-us {
        padding: 83px 0 131px;
    }
    .find-copy {
        width: 465px;
    }
    .find-copy .h1 {
        margin-bottom: 25px;
    }
    .find-copy .p {
        font-size: 28px;
    }
    .find-img img {
        width: 340px;
    }
    /*----Find Us----*/
    
    /*----tea time----*/
    .tea-time {
        padding: 46px 0 68px;
    }
    .big-leaves {
        width: 828px;
    }
    .top {
        top: -54px;
    }
    .big-leaves.bottom {
        bottom: -42px;
        width: 895px;
    }
    .tea-time-content .h2 img {
        width: 386px;
    }
    /*----tea time----*/
    /*---- footer ----*/
    .footer {
        padding: 66px 24px 69px;
    }
    .footer-content .h2 {
        font-size: 47px;
    }
    .footer-content > a {
        font-size: 15px;
        margin-left: 20px;
        top: 2px;
    }
    .social-links a:last-child {
        margin-left: 14px;
    }
    .social-links a img {
        width: 35px;
    }
    /*---- footer ----*/   
    .agegate {
        font-size: 20.5px;
    }
    .agegate-outer {
        border: 56px solid transparent;
        border-image: url(../images/agegate-border.svg) 82 stretch;
    } 
}

@media screen and (max-width: 991px) {

    .p {
        font-size: 15px;
    }
    .h1 {
        font-size: 39px;
    }
    .h2 {
        font-size: 28px;
    }
    .container {
        max-width: 644px;
    }
    .container.lg {
        max-width: 680px;
    }
    main {
        padding-bottom: 37px;
    }
    .site-header {
        padding: 20px;
    }
    .logo img {
        width: 92px;
    }
    .menu-icon {
        top: 14px;
    }
    .slim .logo img {
        width: 46px;
    }
    
    
    .site-header.slim {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .xp-navigation {
        width: 276px;
        padding: 66px 33px 0;
    }
    .sidebar-logo {    
        width: 92px;
        margin-bottom: 20px;
    }
    .menu-items a {
        font-size: 29px;
        padding: 8px 0;
    }
    /*---- Banner ----*/
    .banner-section {
        max-height: 650px;
    }
    .banner-section img {
        width: 100%;
        height: 100%;
    }
    .hero-cta-wrap {
        left: 24px;
        bottom: 8%;
    }
    /*---- Banner ----*/
    /*---- Product Tab Bar ----*/
    .product-tab-bar::before,
    .product-tab-bar::after {
        height: 11px;
        background-size: auto 11px;
    }
    .product-tab {
        font-size: 30px;
        padding: 6px 32px;
    }
    /*---- Product Tab Bar ----*/
    /*---- Drinks ----*/
    .drinks-sections {
        min-height: 525px;
        padding-top: 7px;
    }
    .separator {
        height: 11px;
        background-size: auto 11px;
    }
    .drink-imgCol {
        padding-top: 43px;
    }
    .drink-waveBg {
        width: 632px;
        top: 197px;
    }
    .drinkCol-content {
        width: 205px;
    }
    
    .drink-desc {
        bottom: 17px;
    }
    .drink-desc .h2 {
        font-size: 22px;
        margin-bottom: 4px;
    }
    .drink-desc .h3 {
        font-size: 21px;
    }
    .expand-btn {
        margin-top: 19px;
    }
    .drink-description {
        min-width: 260px;
    }
    .drink-description img {
        max-width: 232px;
    }
    .drink-description p {
        font-size: 14px;
    }
    .drink-description li {
        font-size: 19px;
        line-height: 30px;
    }
    .drink-info .close-recipe {
        font-size: 12px;
    }
  
    /*---- Drinks ----*/
    
    
    
    /*---- Tea section ----*/
    .tea-section {
        padding: 58px 0 54px;
    }
    .tea-copy {
        margin: 16px 0 22px;
    }
    .tea-copy .h1 {
        margin-bottom: 28px;
    }
    .tea-copy .p {
        margin-bottom: 18px;
    }
    .tea-time-content .p {
        font-size: 22px;
    }
    .leaves img {
        width: 283px;
    }
    /*---- Tea section ----*/
    
    /*----Social----*/
    .social-section {
        padding: 27px 20px;
    }
    .social-content {
        padding: 37px 0;
    }
    .social-row {
        margin-top: 25px;
        margin: 31px -6px 0;
        padding: 0 15px;
    }
    .socialCol {
        padding: 0 7px;
    }
    .stay-connected {
        max-width: 638px;
        margin: 41px auto 0;
    }
    .blog-cta {
        width: 260px;
    }
    .blog-cta a {
        padding: 22px 28px;
        font-size: 17px;
    }
    .blog-copy .p {
        font-size: 18px;
    }
    .outer-border {
        border: 13px solid transparent;
        border-image: url('../images/2026/outer-border.svg') 19 stretch;
        padding: 6px;
    }
    .inner-border {
        border-radius: 13px;
    }
    .social-circle {
        top: 6px;
        height: 60px;
        width: 60px;
    }
    .social-circle img {
        width: 42px;
    }
    .social-circle.left {
        left: 6px;
        border-bottom-right-radius: 50px;
    }
    .social-circle.right {
        right: 6px;
        border-bottom-left-radius: 50px;
    }
    /*----Social----*/
    /*----Find Us----*/
    .find-us {
        padding: 71px 0 111px;
    }
    .find-copy {
        width: 394px;
    }
    .find-copy .h1 {
        margin-bottom: 21px;
    }
    .find-copy .p {
        font-size: 22px;
    }
    .find-img img {
        width: 100%;
    }
    /*----Find Us----*/
    
    /*----tea time----*/
    .tea-time {
        padding: 38px 0 55px;
    }
    .big-leaves {
        width: 641px;
    }
    .top {
        top: -45px;
    }
    .big-leaves.bottom {
        bottom: -32px;
        width: 683px;
    }
    .tea-time-content .h2 img {
        width: 320px;
    }
    /*----tea time----*/
    /*---- footer ----*/
    .footer {
        padding: 56px 20px 58px;
    }
    .footer-content .h2 {
        font-size: 40px;
    }
    .footer-content > a {
        font-size: 13px;
        margin-left: 17px;
        top: 2px;
    }
    .social-links a:last-child {
        margin-left: 12px;
    }
    .social-links a img {
        width: 30px;
    }
    /*---- footer ----*/        
}

@media screen and (max-width: 767px) {
    .site-header .logo {
        left: 0;
        top: 0;
      }
    .site-header {
        padding: 20px;
    }
    .logo img {
        width: 100px;
    }
    .menu-icon {
        top: 11px;
        height: 21px;
    }
    .menu-icon .bar {
        width: 32px;
        height: 3px;
        margin: 6px auto;
    }
    .menu-icon.open .bar:nth-of-type(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .menu-icon.open .bar:nth-of-type(3) {
        transform: translateY(-9px) rotate(-45deg);
    } 
    .banner-section {
        max-height: 510px;
    }
    .banner-section img {
        width: 100%;
        top: 0%;
      }
      .hero-cta-wrap {
          left: 20px;
          bottom: 8%;
      }
      .hero-cta-btn {
          font-size: 21px;
          padding: 9px 16px;
      }
      .p {
        font-size: 16px;
    }
    .h1 {
        font-size: 40px;
    }
    .h2 {
        font-size: 30px;
    }    



    /*---- Product Tab Bar ----*/
    .product-tab {
        font-size: 24px;
        padding: 6px 20px;
        letter-spacing: 0.04em;
    }
    /*---- Product Tab Bar ----*/
    /*---- Drinks ----*/
    .separator {
        height: 11px;
        background-size: auto 11px;
        transform: none;
    }
    .drinks-outershell {
        overflow-x: auto;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    
    .drinks-outershell::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #C8E4F8;
    }
    .drinks-outershell::-webkit-scrollbar-track {
        background-color: #C8E4F8;
    }
    .drinks-outershell::-webkit-scrollbar-thumb {
        background-color: #6598CF;
        border-radius: 4px;
    }
    .drinks-outershell::-webkit-scrollbar:vertical {
        display: none;
    }



    .drinks-sections {
        min-height: 525px;
        padding-top: 7px;
        position: relative;
        display: flex;
        width: 910px;
    }
    .drinkCol {
        width: 300px;
        position: relative;
        min-height: 525px;
        left: auto;
        transform: none;
    }
    /* Tequila 2-column — mobile scroll container */
    .tequila-drinks.drinks-sections {
        width: 610px;
        min-height: 525px;
    }
    .tequila-drinks .drinkCol {
        width: 300px;
        min-height: 525px;
    }
    .tequila-drinks .drinkCol.setPosition2 {
        transform: translateX(200%);
    }
    /* Tab bar rope at mobile */
    .product-tab-bar::before,
    .product-tab-bar::after {
        height: 9px;
        background-size: auto 9px;
    }
    /* Tea-time social at mobile */
    .tea-time .social-links { gap: 20px; }
    .tea-time .social-links a img { width: 38px; height: 38px; }
    .owl-carousel .owl-stage {
        padding-left: 0 !important;
    }
    .peach.drinkCol {
        margin: 0 5px;
    }
    

    .flavor-overlay .drink-info {
        position: absolute;
        top: 0;
        left: auto;
        width: 100%;
        height: auto;
        z-index: 100;
        display: flex;
        flex-direction: column;
        transform: none;
        transition-delay: 0ms;
        opacity: 0;
    }
    .flavor-overlay .drink-info.active {
        opacity: 1;
        pointer-events: all;
    }
    .flavor-overlay .drink-imgCol {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 270px;
        cursor: pointer;
        overflow: hidden;
        padding-top: 0;
    }
    .flavor-overlay .drink-description {
        height: auto;
        width: 100%;
        padding-bottom: 28px;
        transform: translateY(-60px);
        transition: transform 700ms ease-in-out;
    }
    .flavor-overlay.active .drink-description,
    .flavor-overlay.active .bg_img {
        transform: translateY(0px);
    }
    .flavor-overlay .bg_img {
        width: 100%;
        height: 100px;
        position: relative;
        right: auto;
        object-fit: cover;
        top: auto;
        z-index: 2;
        transform: translateY(-60px);
        transition: transform 700ms ease-in-out;
        transition-delay: 350ms;
    }
    .flavor-overlay .drink-waveBg {
        width: 160%;
        top: 100px;
    }
    .flavor-overlay .drinkCol-content {
        width: 290px;
    }
    .flavor-overlay .drink-img {
        top: -11%;
        height: 85%
    }
    .flavor-overlay .fruits {
        width: 80%;
        top: -20px !important;
        left: -10px !important;
        transform: none !important;
    }
    .flavor-overlay .fruit-right {
        width: 80%;
        top: -120px !important;
        left: 60px !important;
        transform: none !important;
    }
    .flavor-overlay .drink-description img {
        max-width: 260px;
        margin-top: -22px;
    }
    .flavor-overlay .drink-description p {
        font-size: 15px;
        margin: 20px 0;
    } 
    .mango{
        margin: 0 0px 0 5px;
    } 
    .tq-strawberry{
        margin: 0 0px 0 5px;
    }  
    /*---- Drinks ----*/



    /*---- Tea section ----*/
    .founder {
        display: block;
      } 
    .tea-section {
        padding: 0px 0px;
    }
    .founder img {
        width: 100%;
    }
    .tea-copy {
        margin: 10px 0 20px;
    }
    .tea-copy .h1 {
        margin-bottom: 20px;
    }
    .tea-copy .p {
        margin-bottom: 16px;
    }
    .leaves img {
        width: 280px;
    }
    .land-sea {
        padding: 3em 1em;
    }
    /*---- Tea section ----*/
    
    /*----Social----*/
    
    .social-section {
        padding: 20px 10px;
    }
    .social-content {
        padding: 22px 0 25px;
    }
    .social-row {
        margin: 24px -5px 0;
        padding: 0 18px;
    }
    .socialCol {
        padding: 0 5px;
        width: 50%;
        margin-bottom: 10px;
    }
    .stay-connected {
        max-width: none;
        margin: 18px auto 0;
        justify-content: center;
        text-align: center;
    }
    .blog-cta {
        width: 190px;
    }
    .blog-cta a {
        padding: 18px 0;
        font-size: 14px;
    }
    .blog-copy .h1 {
        font-size: 30px;
    }
    .blog-copy .p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .outer-border {
        border: 12px solid transparent;
        border-image: url('../images/2026/outer-border-mob.svg') 19 stretch;
        padding: 2px 10px 10px;
    }
    .inner-border {
        border-radius: 13px;
    }
    .social-circle {
        top: 2px;
        height: 60px;
        width: 60px;
    }
    .social-circle img {
        width: 38px;
    }
    .social-circle.left {
        left: 10px;
        border-bottom-right-radius: 60px;
    }
    .social-circle.right {
        right: 10px;
        border-bottom-left-radius: 60px;
    }
    /*----Social----*/
    /*----Find Us----*/
    .find-us {
        padding: 50px 20px 70px;
        background-size: cover;
        text-align: center;
    }
    .find-copy {
        width: 100%;
    }
    .find-copy .h1 {
        margin-bottom: 18px;
    }
    .find-copy .p {
        font-size: 27px;
    }
    .findUs-row {
        flex-direction: column-reverse;
    }
    .find-img img {
        width: 100px;
        margin: 0 auto 40px;
    }
    /*----Find Us----*/
    
    /*----tea time----*/
    .tea-time {
        padding: 40px 0 55px;
    }
    .big-leaves {
        left: 50%;
        transform: translateX(-50%);
        width: 700px;
    }
    .top {
        top: -24px;
    }
    .big-leaves.bottom {
        bottom: -24px;
        width: 780px;
    }
    .tea-time-content .h2 {
        margin-bottom: 0.8em;
    }
    .tea-time-content .h2 img {
        width: 320px;
    }
    /*----tea time----*/
    /*---- footer ----*/
    .footer {
        padding: 20px 20px 40px;
    }
    .footer-content .h2 {
        font-size: 46px;
    }
    .social-links a:last-child {
        margin-left: 12px;
    }
    .footer-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-content > a {
        font-size: 20px;
        top: auto;
        margin: 27px 0 32px;
    }
    .social-links {
        position: relative;
        right: auto;
    }
    .social-links a img {
        width: 48px;
    }
    /*---- footer ----*/ 
    
    .fish-img{
        position: absolute;
        top: 28%;
        right: 3%;
        width: 139%;
        height: 100%;
        object-fit: contain;
    }
    .tea-time .social-links a:last-child img {
        width: 56px;
        height: auto;
      }
      .drink-description li {
        font-size: 28px;
        line-height: 30px;
      }
}

@media screen and (max-width: 767px) and (min-width: 540px) {
    .slim .logo img {
        width: 67px;
    }
    .site-header.slim {
        padding-top: 12px;
        padding-bottom: 12px;
    }   
    .site-header {
        padding: 29px;
    }
    .logo img {
        width: 144px;
    }
    .menu-icon {
        top: 21px;
    }
    .xp-navigation {
        width: 398px;
        padding: 96px 48px 0;
    }
    .sidebar-logo {    
        width: 133px;
        margin-bottom: 29px;
    }
    .menu-items a {
        font-size: 42px;
        padding: 12px 0;
    }
    .banner-section {
        max-height: 836px;
    }
    .banner-section img {
        width: 100%;
        top: 0%;
    }
    .p {
        font-size: 24px;
    }
    .h1 {
        font-size: 58px;
    }
    .h2 {
        font-size: 44px;
    }    
    
    /*---- Drinks ----*/
    .drink-imgCol {
        padding-top: 62px;
    }
    .drink-waveBg {
        width: 911px;
        top: 284px;
    }
    .drinkCol-content {
        width: 296px;
    }
    .drink-desc {
        bottom: 25px;
    }
    .drink-desc .h2 {
        font-size: 36px;
        margin-bottom: 6px;
    }
    .drink-desc .h3 {
        font-size: 32px;
    }
    .expand-btn {
        margin-top: 28px;
    }
    .drinks-sections {
        min-height: 756px;
        padding-top: 11px;
        width: 1311px;
    }
    .drinkCol {
        width: 432px;
        min-height: 756px;
    }
    /* Tequila 2-column — 540-767px scroll container */
    .tequila-drinks.drinks-sections {
        width: 880px;
        min-height: 756px;
    }
    .tequila-drinks .drinkCol {
        width: 432px;
        min-height: 756px;
    }
    .flavor-overlay .drink-imgCol {
        height: 389px;
    }
    .flavor-overlay .drink-description {
        padding-bottom: 41px;
    }
    .flavor-overlay .bg_img {
        height: 144px;
    }
    .flavor-overlay .drink-waveBg {
        top: 144px;
    }
    .flavor-overlay .drinkCol-content {
        width: 418px;
    }
    .flavor-overlay .fruits {
        top: -28px !important;
        left: -14px !important;
    }
    .flavor-overlay .fruit-right {
        top: -172px !important;
        left: 87px !important;
        transform: none !important;
    }
    .flavor-overlay .drink-description img {
        max-width: 375px;
        margin-top: -31px;
    }
    .flavor-overlay .drink-description p {
        font-size: 22px;
        margin: 29px 0;
    }    
    /*---- Drinks ----*/
    
    /*---- Tea section ----*/ 
    .tea-section {
        padding: 80px 29px;
    }
    .tea-copy {
        margin: 15px 0 29px;
    }
    .tea-copy .h1 {
        margin-bottom: 29px;
    }
    .tea-copy .p {
        margin-bottom: 24px;
    }
    .leaves img {
        width: 404px;
    }
    /*---- Tea section ----*/
    
    /*----Social----*/
    .social-section {
        padding: 29px 15px;
    }
    .social-content {
        padding: 32px 0 36px;
    }
    .social-row {
        margin: 35px -7px 0;
        padding: 0 26px;
    }
    .socialCol {
        padding: 0 8px;
        margin-bottom: 15px;
    }
    .stay-connected {
        margin: 26px auto 0;
    }
    .blog-cta {
        width: 274px;
    }
    .blog-cta a {
        padding: 26px 0;
        font-size: 21px;
    }
    .blog-copy .h1 {
        font-size: 44px;
    }
    .blog-copy .p {
        font-size: 19px;
        margin-bottom: 22px;
    }
    /*----Social----*/
    /*----Find Us----*/
    .find-us {
        padding: 72px 29px 101px;
    }
    .find-copy .h1 {
        margin-bottom: 26px;
    }
    .find-copy .p {
        font-size: 39px;
    }
    .find-img img {
        width: 144px;
        margin: 0 auto 58px;
    }
    /*----Find Us----*/
    
    /*----tea time----*/
    .tea-time {
        padding: 50px 0 68px;
    }
    .big-leaves {
        width: 1008px;
    }
    .top {
        top: -34px;
    }
    .big-leaves.bottom {
        bottom: -34px;
        width: 1124px;
    }
    .tea-time-content .h2 img {
        width: 461px;
    }
    /*----tea time----*/
    /*---- footer ----*/
    .footer {
        padding: 29px 29px 58px;
    }
    .footer-content .h2 {
        font-size: 67px;
    }
    .social-links a:last-child {
        margin-left: 18px;
    }
    .footer-content > a {
        font-size: 29px;
        margin: 39px 0 47px;
    }
    .social-links a img {
        width: 70px;
    }
    /*---- footer ----*/     
    .agegate {
        font-size: 19px;
    }   
          
}

@media screen and (max-width: 639px) {
    .agegate {
        font-size: 18px;
    }
    .agegate-outer {
        width: 100%;
        border: none;
    }    
    .agegate-body {
        width: 320px;
        margin: 0 auto;
        padding: 0.5em 0;
    }
    .agegate-btn {    
        min-width: 8.2em;
        font-size: 18px;
    }
}
@media screen and (max-width: 539px) {
.drink-desc .h2 {
    font-size: 24px;
    margin-bottom: 6px;
} 
.drink-desc .h3 {
    font-size: 24px;
} 
}
