
        /* Button styles */
.scrollToTopBtn {
  /* position: fixed;
  bottom: 20px;
  right: 20px; */
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  display: none;
  /* Hidden by default */
}

.scrollToTopBtn:hover {
  background-color: #0056b3;
}

/* For the Font Awesome icon */
.fas {
  margin-right: 5px;
}

.text-center {
  text-align: center;
}

footer {
  padding: 3rem;
}

footer p {
  margin: 0;
  padding: 0;
  text-align: left;
}

.first-footer img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.second-footer {
  padding: 70px 0;
}

.second-footer p {
  text-align: left;
}

.second-footer img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
  max-width: 100%;
}

.fourth-footer {
  display: flex;
  justify-content: center;
}

.fourth-footer p {
  padding: 80px 0 0;
  font-size: .8rem;
  color: hsl(236deg, 0%, 50%);
}

@media (min-width:300px) and (max-width:700px) {
  footer {
    padding: 0;
  }

  footer p {
    margin: 0;
    padding: 5px 0;
    text-align: center;
  }

  .first-footer {
    padding-bottom: 20px;
  }

  .first-footer img {
    padding: 25px 0;
    width: 30%;
  }

  .second-footer p {
    text-align: center;
    padding: 0;
  }

  .second-footer img {
    height: 60px;
    width: 60px;
  }

  .fourth-footer p {
    padding: 50px 0;
    font-size: .7rem;
  }

  /* .lucozade-product__content, */
  .lucozade-product__bottle {
    padding: 0 !important;
  }

  .lucozade-product__content {
    padding: 28px 0 !important;
  }

  .lucozade-product__bottle .row {
    flex-direction: column;
  }

  .lucozade-product__bottle .product-item img {
    height: 270px;
    width: 120px;
    display: block;
    transform: rotate(90deg) translate(-62%, -28%);
    object-fit: contain;
  }

  .lucozade-product-footer .lucozade-product__bottle {
    height: auto;
  }

  .lucozade-product-footer .product-item {
    text-align: left;
    height: 185px;
  }

  .lucozade-product-container .lucozade-content {
    gap: 0px;
    transform: scaleX(1.1);
    background: #fff;
  }

  .lucozade-select-item img {
    height: 55px;
  }

  .lucozade-product-content__item>div {
    visibility: hidden;
  }

  .product-item a {
    position: absolute;
    bottom: 20px;
  }

  .lucozade-product__bottle .row .col {
    position: relative;
  }

  .lucozade-select-item span {
    font-size: 12px;
  }

  .lucozade-content span {
    gap: 0 !important;
  }

  .lucozade-product-content__item p {
    min-height: auto !important;
    margin: 0;
  }
}

.text-grey {
  font-family: sans-serif;
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: hsl(236deg, 0%, 50%);
  margin-bottom: 10px;
}

.bg-section {
  background: hsl(236deg, 5%, 93%);
  background-size: cover;
}

.col-title {
  padding-top: 50px;
}

.bg-section img {
  max-width: 60%;
  padding-top: 10%;
}

.bg-section a {
  color: #000;
  text-decoration: none;
  font-size: 1rem;
}

.bg-section a:hover {
  color: orangered;
}

.bg-section h2 {
  font-family: sans-serif;
  font-size: 3.1rem;
  font-weight: 400;
  padding: 40px 0;
  color: #000;
  margin: 0;
}

.text-class {
  font-family: Helvetica, sans-serif;
  text-align: left;
  padding: 0 12px;
}

.text-class p {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: left;
  color: hsl(236deg, 0%, 50%)
}

.text-class ol, li {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: left;
  color: hsl(236deg, 0%, 50%);
  margin-bottom: 10px;
}

.text-class .para-title {
  font-weight: 500;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}

.text-class .privacy-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #000;
  padding: 15px 0;
}

.tag-container a {
  font-family: 'Poppins', sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.cookie-policy {
  max-width: 800px;
  margin: 0 auto;
}

.cookie {
  margin-bottom: 20px;
}

.cookie label {
  display: flex;
  align-items: center;
  font-size: 1em;
  font-weight: 400;
  padding: 0 10px;
  color: hsl(236deg, 0%, 50%);
}

.cookie p {
  margin: 5px 0 0 25px;
}

.cookie span {
  font-family: 'Poppins', sans-serif;
  font-size: .9rem;
  color: hsl(236deg, 0%, 35%);
  padding: 0 12px;
}

.buttons {
  display: flex;
  /* justify-content: space-between; */
  margin-top: 20px;

}

.custom-button {
  background-color: #000;
  outline: 0;
  border: 0;
  padding: 8px 16px;
  border-radius: 30px;
  color: #fff;
  font-weight: 400;
  margin: 0 10px;
}

.custom-button:hover {
  background-color: hsl(236deg, 10%, 30%);
  ;
}

.what-cookies {
  background-color: white;
  border: 1px solid hsl(236deg, 0%, 50%);
  margin: 15px 0;
  padding: 5px;
  overflow: hidden;
}

.slider-small-banner.banner {
  background-color: #fd0;
  color: #f06c00;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 20px;
  text-align: center;
}

.text.slick-slide {
  font-size: 15px;
}

.slick-slider {
  max-width: 100%;
  margin: auto;
}

.text {
  font-size: 18px;
  white-space: nowrap;
  text-align: center;
}

.slick-prev,
.slick-next {
  color: red;
  font-size: 0;
  z-index: 1;
}

.slick-prev:hover,
.slick-next:hover {
  background: #989393;
}

.slider-small-banner .slick-prev {
  left: 20%;
}

.slider-small-banner .slick-next {
  right: 20%
}

.slider-small-banner .slick-prev::before {
  content: "\f053";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  color: #f06c00;
}


.slider-small-banner .slick-next::before {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  color: #f06c00;
}

.text-caps {
  text-transform: uppercase;
}

.tight-head h3 {
  line-height: 5rem;
}

.lucozade-product-container {
  padding: 40px 0;
  overflow-x: hidden;
  background-color: #00afd6;
}

.lucozade-product {
  background-color: #fff;
}

.lucozade-product__header {
  padding: 34px 0;
  position: relative;
  background-color: rgb(245, 245, 245);
}

.lucozade-product__header p {
  color: rgb(108, 109, 122);
}

.lucozade-product__header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/background_halftone_dots_01.png") no-repeat;
  opacity: .1;
  height: 100%;
  width: 100%;
}

.lucozade-select-item {
  text-align: center;
  cursor: pointer;
}

.lucozade-content {
  display: flex;
  gap: 60px;
  justify-content: center;
  padding: 24px 0;
  position: relative;
}

.lucozade-content::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #d3d3d7;
  left: 49%;
  top: 0;
}

.lucozade-select-item img {
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  border: 2px solid rgb(108, 109, 122);
  margin-bottom: 8px;
  height: 84px;
}

.lucozade-select-item span {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  padding-bottom: 5px;
  letter-spacing: 2px;
}

.lucozade-product__bottle {
  height: 500px;
  background-image: url("../images/pngwing_1.png");
  background-repeat: no-repeat;
  background-position: -25% 110%;
  padding: 0 148px;
  align-content: end;
  background-color: #f5f5f5;
}

.lucozade-product__content {
  padding: 48px 148px;
}

.product-item {
  text-align: center;
}

.product-item a {
  color: #fff;
  text-decoration: none;
  background-color: #f06c00;
  padding: 10px 24px;
  border-radius: 3rem;
  position: relative;
}

.product-item img {
  object-fit: contain;
  transition: 0.5s;
  height: 380px;
  width: 100%;
}

.lucozade-select-item--active img {
  background: #fa650f;
  border: 0;
}

.lucozade-select-item--active span {
  font-weight: 700;
  color: #fa650f;
  border-bottom: 3px solid #fa650f;
}

.lucozade-product-content__item {
  text-align: center;
  padding: 0 30px;
}

.lucozade-product-content__item h2 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.lucozade-product-content__item p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  min-height: 185px;
  color: rgb(108, 109, 122);
}

.lucozade-content span {
  display: flex;
  gap: 60px;
}

section.overlay.bg-orange {
  position: relative;
}

section.overlay.bg-orange::after {
  content: "";
  position: absolute;
  background-image: url("../images/background_halftone_dots_01.png");
  height: 100%;
  left: 0;
  top: 0;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 100px 0;
}

img.img-shop {
  z-index: 1;
}
.content .slick-prev:hover, .content .slick-next:hover {
    background: #989393;
}
.content .slick-prev:focus, .content .slick-next:focus {
    background: #989393;
}
@media (min-width:300px) and (max-width:700px) {
.cookie-popup-content {
  max-height: 350px;
  overflow-y: scroll;
}
button.common-btn-bg {
  background: #131534;
  border-radius: 25px;
  border-color: transparent;
  padding: 4px 8px !important;
  font-size: 12px !important;
}
}
