body {
  font-family: "Roboto-Regular" !important;
}

html {
  font-family: "Roboto-Regular";
  color: #383838;
  -webkit-font-smoothing: antialiased;
}

body {
  font-weight: 400;
  font-size: clamp(1rem, 0.9rem + 0.3vw, 1rem);
  color: rgba(15, 15, 15, 0.9);
  letter-spacing: 0em;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto-Regular";
  color: #383838;
  letter-spacing: -0.01em;
  margin-top: 0;
  color: #007680;
  margin-bottom: 16px;
}

h1 {
  font-size: clamp(1.75rem, 1rem + 1.5vw, 2.75rem);
  font-weight: 700;
  line-height: 56px;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: clamp(1.5rem, 0.9rem + 1vw, 2.25rem);
    line-height: 40px;
  }
}

h2 {
  font-size: clamp(1.5rem, 0.9rem + 1vw, 2.25rem);
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767.98px) {
  h2 {
    line-height: 32px;
  }
}

h3 {
  font-size: clamp(1.2rem, 0.8rem + 0.5vw, 1.75rem);
  font-weight: 700;
  margin-bottom: 16px;
}

h4 {
  font-size: clamp(1.125rem, 0.8rem + 0.4vw, 1.5rem);
  font-weight: 500;
}

h5 {
  font-size: clamp(1rem, 0.75rem + 0.3vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.02em;
}

h6 {
  font-size: clamp(1rem, 0.75rem + 0.3vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

p {
  margin-bottom: 16px;
  color: rgba(15, 15, 15, 0.9);
  line-height: 27.2px;
}
@media (min-width: 767.98px) {
  p {
    line-height: 32px;
  }
}

strong,
b {
  font-weight: 700;
  color: #383838;
  line-height: normal;
}

small {
  font-size: clamp(0.8125rem, 0.7rem + 0.2vw, 0.875rem);
  line-height: 1.6;
  color: #6e6e73;
}

a {
  color: #0071e3;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s ease;
}
a:hover {
  color: #0071e3;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.text-muted {
  color: #6e6e73;
}

.max-readable {
  max-width: 700px;
  margin: 0 auto;
}

.new-grey-container {
  background-color: #f5f5f7;
}

.green-container {
  background-color: #e6f4f1;
}

.ex-rounded {
  border-radius: 2.5%;
}

.new-grey-container {
  background-color: #f5f5f7;
  margin: 0;
  padding: 60px 0;
}
.new-grey-container .extra-margin-left {
  margin-left: 0rem;
}
.new-grey-container .copy-m-space {
  margin: 40px auto auto auto;
}
@media (min-width: 767.98px) {
  .new-grey-container {
    padding: 80px 0;
  }
  .new-grey-container .extra-margin-left {
    margin-left: 3rem;
  }
  .new-grey-container .copy-m-space {
    margin: 0;
  }
}
.new-grey-container .with-controls {
  padding: 60px 0;
}
@media (min-width: 767.98px) {
  .new-grey-container .with-controls {
    padding: 100px 0 60px 0;
  }
}

.container-space {
  padding: 40px 0 !important;
}
@media (min-width: 767.98px) {
  .container-space {
    padding: 80px 0 100px 0 !important;
  }
}

.white-container, .grey-container {
  margin: 60px auto;
}
.white-container .copy-m-space, .grey-container .copy-m-space {
  margin: auto auto 40px auto;
}
@media (min-width: 767.98px) {
  .white-container, .grey-container {
    margin: 80px auto;
  }
  .white-container .copy-m-space, .grey-container .copy-m-space {
    margin: 0;
  }
}

.bottle-glance {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.bottle-glance .row {
  align-items: center;
  justify-content: center;
}
.bottle-glance .row .h2-text {
  padding: 2rem;
}
@media (min-width: 767.98px) {
  .bottle-glance .row .h2-text {
    padding: 4rem 2rem;
  }
}
.bottle-glance ul {
  margin: 25px 0 25px 18px;
}
.bottle-glance ul li {
  list-style: circle;
  font-size: clamp(1rem, 0.75rem + 0.3vw, 1.25rem);
  line-height: 24px;
  margin-bottom: 8px;
  opacity: 1;
  transform: translateY(20px);
  margin-bottom: 0.75rem;
}
@media (min-width: 767.98px) {
  .bottle-glance ul li {
    font-size: clamp(1rem, 0.75rem + 0.3vw, 1.25rem);
  }
}
.bottle-glance .bottle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  top: 0px;
  right: 0px;
  transform: rotate(0deg);
}
@media (min-width: 767.98px) {
  .bottle-glance .bottle-container {
    height: 80vh;
    top: -50px;
    right: 50px;
    transform: rotate(-45deg);
  }
}
.bottle-glance .bottle-container .label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #007680;
  font-weight: 600;
  opacity: 0;
  transition: all 0.3s ease;
}
.bottle-glance .bottle-container .text-bottom {
  bottom: 10px;
}
.bottle-glance .bottle-container .text-middle {
  bottom: 120px;
}
.bottle-glance .bottle-container .text-top {
  bottom: 240px;
}
.bottle-glance .bottle-container .bottle {
  position: relative;
  width: 250px;
  height: auto;
}
.bottle-glance .bottle-container .bottle img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  opacity: 0;
  transform-origin: center center;
}
.bottle-glance .bottle-container .bottle .drynk {
  z-index: 1;
}
.bottle-glance .bottle-container .bottle .gulper {
  z-index: 2;
}
.bottle-glance .bottle-container .bottle .cup {
  z-index: 3;
}
.bottle-glance .tyffyn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  position: relative;
  bottom: -80px;
}
.bottle-glance .tyffyn-container .label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #007680;
  font-weight: 600;
  opacity: 0;
  transition: all 0.3s ease;
}
.bottle-glance .tyffyn-container .tyffyn {
  position: relative;
  width: 225px;
  height: auto;
}
@media (min-width: 767.98px) {
  .bottle-glance .tyffyn-container .tyffyn {
    width: 275px;
  }
}
.bottle-glance .tyffyn-container .tyffyn img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  opacity: 0;
  transform-origin: center center;
}
.bottle-glance .tyffyn-container .tyffyn .base {
  z-index: 1;
}
.bottle-glance .tyffyn-container .tyffyn .cont-1 {
  z-index: 2;
}
.bottle-glance .tyffyn-container .tyffyn .cont-2 {
  z-index: 3;
}
.bottle-glance .tyffyn-container .tyffyn .shell {
  z-index: 4;
}
@media (min-width: 767.98px) {
  .bottle-glance .tyffyn-container {
    bottom: -40px;
  }
}
.bottle-glance .hc-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottle-glance .hc-container .hc {
  position: inherit;
  width: 250px;
  height: auto;
}
.bottle-glance .hc-container .hc img {
  position: inherit;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  opacity: 0;
  transform-origin: center center;
}
.bottle-glance .hc-container .hc .hc-1 {
  z-index: 1;
}
.bottle-glance .hc-container .hc .hc-2 {
  z-index: 2;
}
.bottle-glance .hc-container .hc .hc-3 {
  z-index: 3;
}
.bottle-glance .hc-container .hc .hc-4 {
  z-index: 4;
}
@media (min-width: 768px) {
  .bottle-glance .hc-container .hc {
    position: relative;
    width: 300px;
    height: auto;
  }
  .bottle-glance .hc-container .hc img {
    position: absolute;
  }
}
@media (min-width: 768px) {
  .bottle-glance .hc-container {
    height: 60vh;
    position: relative;
    bottom: -80px;
  }
}
.bottle-glance .popcup-container {
  display: flex;
  justify-content: center;
}
.bottle-glance .popcup-container .hc {
  position: relative;
  width: 250px;
  height: auto;
  top: 80px;
  height: 60vh;
}
.bottle-glance .popcup-container .hc img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  opacity: 0;
  transform-origin: center center;
}
@media (min-width: 768px) {
  .bottle-glance .popcup-container .hc {
    position: relative;
    width: 300px;
    height: auto;
  }
  .bottle-glance .popcup-container .hc img {
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .bottle-glance .popcup-container {
    height: 60vh;
    position: relative;
  }
}

.feat-container {
  padding: 2rem 1rem 1rem 1rem;
  gap: 10px;
}
@media (min-width: 768px) {
  .feat-container .feat-set {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 0.5rem;
    gap: 0.5rem;
  }
}
.feat-container .feat {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  transition: transform 0.3s ease;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .feat-container .feat {
    justify-content: center;
    width: 20%;
    gap: 5px;
    margin-bottom: 0;
  }
}
.feat-container .feat img {
  width: 25%;
  display: block;
}
@media (min-width: 768px) {
  .feat-container .feat img {
    width: 45%;
  }
}
.feat-container .feat .feat-txt {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .feat-container .feat .feat-txt {
    width: 60%;
  }
}
.feat-container .feat .feat-txt p {
  font-size: clamp(0.8125rem, 0.7rem + 0.2vw, 0.875rem);
  margin-bottom: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .feat-container .hc-feat-set {
    gap: 0.75rem;
  }
}
.feat-container .hc-feat {
  width: 100%;
  gap: 10px;
}
@media (min-width: 768px) {
  .feat-container .hc-feat {
    width: 32.5%;
  }
}
.feat-container .hc-feat img {
  width: 25%;
}
.feat-container .hc-feat .feat-txt {
  width: 75%;
}
.feat-container .pop-feat {
  width: 100%;
}
.feat-container .pop-feat img {
  width: 25%;
}
.feat-container .pop-feat .feat-txt {
  width: 75%;
}
@media (min-width: 768px) {
  .feat-container .pop-feat {
    width: 24%;
  }
  .feat-container .pop-feat img {
    width: 35%;
  }
  .feat-container .pop-feat .feat-txt {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .feat-container {
    padding: 2rem 1rem;
  }
}

.font-family-thin {
  font-family: "Roboto-Light";
}

.font-size-small {
  font-size: clamp(0.8125rem, 0.7rem + 0.2vw, 0.875rem);
}

.drynk-pricing {
  font-size: clamp(0.8125rem, 0.7rem + 0.2vw, 0.875rem);
}

.card-carousel {
  position: relative;
}
.card-carousel .carousel {
  position: relative;
}
.card-carousel .carousel .carousel-inner {
  display: flex;
  margin: 15px auto 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.card-carousel .carousel .carousel-inner::-webkit-scrollbar {
  display: none;
}
.card-carousel .carousel .carousel-inner .card:last-child {
  margin-right: 40px;
}
.card-carousel .carousel .carousel-inner .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.card-carousel .carousel .carousel-inner .card-2:nth-child(odd) {
  background-color: #f5f5f7;
}
.card-carousel .carousel .carousel-inner .card-2:nth-child(even) {
  background-color: #e6f4f1;
}
.card-carousel .carousel .card,
.card-carousel .carousel .card-2 {
  flex: 0 0 310px;
  margin: 0 0.5rem;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
@media (min-width: 767.98px) {
  .card-carousel .carousel .card,
.card-carousel .carousel .card-2 {
    flex: 0 0 750px;
  }
}
.card-carousel .carousel .card .card-body,
.card-carousel .carousel .card-2 .card-body {
  padding: 1.5rem;
  font-family: "Roboto-Regular";
}
@media (min-width: 767.98px) {
  .card-carousel .carousel .card .card-body,
.card-carousel .carousel .card-2 .card-body {
    padding: 2rem;
  }
}
.card-carousel .carousel .card .card-body .product-carousel,
.card-carousel .carousel .card-2 .card-body .product-carousel {
  width: 100%;
  margin-bottom: 30px;
}
.card-carousel .carousel .card .card-body .product-carousel img,
.card-carousel .carousel .card-2 .card-body .product-carousel img {
  width: 100%;
  border-radius: 10px;
}
.card-carousel .carousel .card .card-body .product-carousel .carousel-indicators,
.card-carousel .carousel .card-2 .card-body .product-carousel .carousel-indicators {
  bottom: 20px;
}
@media (min-width: 767.98px) {
  .card-carousel .carousel .card .card-body .product-carousel,
.card-carousel .carousel .card-2 .card-body .product-carousel {
    width: 30%;
    margin-bottom: 0;
  }
}
.card-carousel .carousel .card .card-body .choose-size,
.card-carousel .carousel .card-2 .card-body .choose-size {
  width: 100%;
}
.card-carousel .carousel .card .card-body .choose-size p,
.card-carousel .carousel .card .card-body .choose-size strong,
.card-carousel .carousel .card-2 .card-body .choose-size p,
.card-carousel .carousel .card-2 .card-body .choose-size strong {
  margin-bottom: 8px;
  line-height: 24px;
}
.card-carousel .carousel .card .card-body .choose-size ul,
.card-carousel .carousel .card-2 .card-body .choose-size ul {
  margin: 5px 0 0 18px;
}
.card-carousel .carousel .card .card-body .choose-size ul li,
.card-carousel .carousel .card-2 .card-body .choose-size ul li {
  list-style: circle;
  font-size: clamp(1rem, 0.9rem + 0.3vw, 1rem);
  margin-bottom: 8px;
  line-height: 24px;
}
@media (min-width: 767.98px) {
  .card-carousel .carousel .card .card-body .choose-size,
.card-carousel .carousel .card-2 .card-body .choose-size {
    width: 65%;
  }
}
.card-carousel .carousel .card .card-body .choose-size-carousel,
.card-carousel .carousel .card-2 .card-body .choose-size-carousel {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 767.98px) {
  .card-carousel .carousel .card .card-body .choose-size-carousel,
.card-carousel .carousel .card-2 .card-body .choose-size-carousel {
    flex-direction: row;
    justify-content: space-between;
  }
}
.card-carousel .carousel .card-2,
.card-carousel .carousel .card-3 {
  flex: 0 0 310px;
}
.card-carousel .carousel .card-2 .card-body,
.card-carousel .carousel .card-3 .card-body {
  padding: 1.5rem;
}
@media (min-width: 767.98px) {
  .card-carousel .carousel .card-2 .card-body,
.card-carousel .carousel .card-3 .card-body {
    padding: 2rem;
  }
}
.card-carousel .carousel .card-2 .card-body img,
.card-carousel .carousel .card-3 .card-body img {
  width: 90%;
  margin: 30px auto;
  display: flex;
  border-radius: 0;
}
.card-carousel .carousel .card-2 .card-body .choose-size,
.card-carousel .carousel .card-3 .card-body .choose-size {
  width: 100%;
}
@media (min-width: 767.98px) {
  .card-carousel .carousel .card-2,
.card-carousel .carousel .card-3 {
    flex: 0 0 350px;
  }
}
.card-carousel .carousel .card-3 .card-body {
  padding: 0;
  flex-direction: column;
}
.card-carousel .carousel .card-3 .card-body img {
  width: 100%;
  margin: 0 auto 30px;
}
.card-carousel .carousel .card-3 .card-body .choose-size {
  padding: 0 2rem 2rem;
}
@media (min-width: 767.98px) {
  .card-carousel .carousel .tyffyn-card {
    flex: 0 0 900px !important;
  }
}
.card-carousel .carousel .product-carousel .carousel-inner {
  margin: 0;
}

.benefits {
  margin: 10px auto 10px 15px;
}
.benefits li {
  list-style: circle;
  font-size: clamp(1rem, 0.9rem + 0.3vw, 1rem);
  line-height: 28px;
  margin-bottom: 8px;
}

#testimonialCarousel .carousel-inner {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  max-width: 100%;
  text-align: left;
}
#testimonialCarousel .carousel-inner .testimonial-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
#testimonialCarousel .carousel-inner .testimonial-header .author {
  font-weight: 600;
  color: #444;
}
#testimonialCarousel .carousel-inner .testimonial-header .verified {
  color: #28a745;
  font-weight: 500;
  margin-left: 10px;
}
#testimonialCarousel .carousel-inner .testimonial-header h5 {
  margin-bottom: 0;
}
#testimonialCarousel .carousel-inner .rating {
  color: #f4c150;
}
#testimonialCarousel .carousel-inner .rating i {
  margin-right: 2px;
}
#testimonialCarousel .carousel-inner .headline {
  margin-top: 1rem;
  font-weight: 600;
  color: #007680;
}
#testimonialCarousel .carousel-inner .bodycopy {
  margin: 1rem 0 0;
  padding: 1rem;
  color: #555;
  background-color: #e6f4f1;
}
#testimonialCarousel .carousel-inner .min-height {
  min-height: 120px;
}
#testimonialCarousel .carousel-controls {
  position: static;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.carousel-controls {
  position: static;
  right: auto;
  justify-content: center;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.carousel-controls .carousel-control-prev,
.carousel-controls .carousel-control-next {
  position: static;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  border: 1px solid #fff;
  transition: background 0.35s ease, border-color 0.35s ease, transform 0.3s ease;
}
.carousel-controls .carousel-control-prev span,
.carousel-controls .carousel-control-next span {
  filter: invert(0.5);
  transition: filter 0.35s ease;
}
.carousel-controls .carousel-control-prev:hover,
.carousel-controls .carousel-control-next:hover {
  background: #fff;
  border-color: #007680;
  transform: scale(1.05);
}
.carousel-controls .carousel-control-prev:hover span,
.carousel-controls .carousel-control-next:hover span {
  filter: invert(0.9);
}
@media (min-width: 767.98px) {
  .carousel-controls {
    position: absolute;
    right: 40px;
    justify-content: flex-end;
  }
}

.choose-lids .card-body {
  display: flex;
  height: 100%;
}
.choose-lids .card-body .choose-size {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.why-premium .card-body .choose-size {
  height: 100%;
}

.faq li {
  list-style: inside circle;
}
.faq .btn:focus {
  box-shadow: none;
}

.available-in-box {
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
}
.available-in-box img {
  width: 40%;
  display: none;
}
.available-in-box .available-in-box-cont {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.available-in-box .available-in-box-cont h5 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #112A46;
}
.available-in-box .available-in-box-cont img {
  display: block;
  margin: 0 auto;
}
.available-in-box .available-in-box-cont div {
  width: 48%;
  padding: 0.75rem;
  border-radius: 0.25rem;
  text-align: center;
}
.available-in-box .available-in-box-cont div p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}
.available-in-box .available-in-box-cont div:nth-child(odd) {
  background-color: #e6f4f1;
}
.available-in-box .available-in-box-cont div:nth-child(odd) p, .available-in-box .available-in-box-cont div:nth-child(odd) h5 {
  color: #112A46;
}
.available-in-box .available-in-box-cont div:nth-child(even) {
  background-color: #f5f5f7;
}
@media (min-width: 767.98px) {
  .available-in-box {
    padding: 2rem;
  }
  .available-in-box img {
    display: block;
    width: 40%;
  }
  .available-in-box .available-in-box-cont div {
    width: 30%;
    margin: 0.25rem;
    padding: 0.75rem;
    border-radius: 0.25rem;
    text-align: center;
    transition: box-shadow 0.3s ease;
  }
  .available-in-box .available-in-box-cont div:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  .available-in-box .available-in-box-cont img {
    display: block;
    width: 70px;
    margin-bottom: 10px;
  }
}

.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
  will-change: opacity, transform;
}
.scroll-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up {
  transform: translateY(50px);
}

.fade-left {
  transform: translateX(-50px);
}

.fade-right {
  transform: translateX(50px);
}

.zoom-in {
  transform: scale(0.9);
}

.fade-up.visible,
.fade-left.visible,
.fade-right.visible,
.zoom-in.visible {
  transform: none;
  opacity: 1;
}

.vaya-comparison th, .vaya-comparison td {
  line-height: 24px;
}
.vaya-comparison .table-bordered td:last-child, .vaya-comparison .table-bordered th:last-child {
  background-color: #f5f5f5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.vaya-comparison .table-bordered td:nth-child(1), .vaya-comparison .table-bordered th:nth-child(1) {
  border-right: 1px solid #007680;
}
.vaya-comparison .table-bordered td:nth-child(2), .vaya-comparison .table-bordered th:nth-child(2) {
  background-color: #e6f4f1;
  border: 1px solid #007680;
  border-left: 1px solid #007680;
  border-right: 1px solid #007680;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.tyffyn-img {
  background: url("../img/tyffyn/tyffyn-1300.jpg") left center no-repeat, url("../img/tyffyn/tyffyn-600.jpg") right center no-repeat #fff;
}

/*# sourceMappingURL=new-ui.css.map */
