/*/// FontActiv Malaysia Flex Style ///*/
/*/// Basic Reset & Body Styling ///*/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);

:root {
  color-scheme: light dark;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.html {
  font-size: 62.5%;
}

body {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  background-color: #000;
  color: #000;
}

/*/// Utility Classes ///*/
.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  margin-top: 1rem;
  text-transform: uppercase;
  font-weight: small;
}

.btn-primary {
  color: #fff;
  background: #002d72;
}

.btn-primary:hover {
  background: #009fe3;
  transition: background 0.3s ease-in-out;
}

.content-btn, .grid-btn {
  text-align: center;
}

/*/// FontActiv Malaysia Floating Navigation Bar ///*/
/*/// Desktop View ///*/
.navbar input[type="checkbox"],
.navbar .hamburger-lines, .socmed-footer {
  display: none;
}

.navbar {
  /*box-shadow: 0px 5px 10px 0px #aaa;*/
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  background: #002d72;
  color: #fff;
  opacity: 0.85;
  height: 50px;
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
}

.menu-items li {
  list-style: none;
  margin-top: -5px;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.menu-items a {
  text-decoration: none;
  color: #fff;
  font-weight: bolder;
  transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
  color: #ffd700;
  transition: color 0.3s ease-in-out;
}

.logo {
  order: 1;
  font-size: 2.3rem;
  margin-bottom: 0.5rem;
}

.logo-img {
  height: 35px;
  width: auto;
}

/*/// FontActiv Malaysia Content ///*/
/*/// Showcase Area ///*/
/*.showcase-area {
  height: 50vh;
  background: linear-gradient(rgba(240, 240, 240, 0.144),rgba(255, 255, 255, 0.336)),url("/images/header_index.jpg");
  background-position: 0% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 90%;
}*/
.showcase-area, .showcase-area-about, .showcase-area-article, .showcase-area-whey, .showcase-area-buy, .showcase-area-productcomplete, .showcase-area-productdiabest {
  position: relative; /* This is crucial for positioning the pseudo-element */
  height: 50vh;
}
.showcase-area::before {
  content: ''; /* Required for the pseudo-element to render */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(240, 240, 240, 0.144),rgba(255, 255, 255, 0.336)),url("/images/header_index.jpg");
  background-position: 0% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 60%;
  z-index: -1;
}

.showcase-area-about::before {
  content: ''; /* Required for the pseudo-element to render */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(240, 240, 240, 0.144),rgba(255, 255, 255, 0.336)),url("/images/header_about.jpg");
  background-position: 0% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 60%;
  z-index: -1;
}

.showcase-area-article::before {
  content: ''; /* Required for the pseudo-element to render */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(240, 240, 240, 0.144),rgba(255, 255, 255, 0.336)),url("/images/header_article.jpg");
  background-position: 0% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 60%;
  z-index: -1;
}

.showcase-area-whey::before {
  content: ''; /* Required for the pseudo-element to render */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(240, 240, 240, 0.144),rgba(255, 255, 255, 0.336)),url("/images/header_whey.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 60%;
  z-index: -1;
}

.showcase-area-buy::before {
  content: ''; /* Required for the pseudo-element to render */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(240, 240, 240, 0.144),rgba(255, 255, 255, 0.336)),url("/images/header_buy.jpg");
  background-position: 0% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 60%;
  z-index: -1;
}

.showcase-area-productcomplete::before {
  content: ''; /* Required for the pseudo-element to render */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(240, 240, 240, 0.144),rgba(255, 255, 255, 0.336)),url("/images/header_productcomplete.jpg");
  background-position: 20% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 60%;
  z-index: -1;
}

.showcase-area-productdiabest::before {
  content: ''; /* Required for the pseudo-element to render */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(240, 240, 240, 0.144),rgba(255, 255, 255, 0.336)),url("/images/header_productdiabest.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 60%;
  z-index: -1;
}

.showcase-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.6rem;
}

#showcase h1.main-title {
  color: #efefef;
  text-transform: uppercase;
  text-shadow: 0 5px 5px rgba(87, 87, 87, 0.4),0 -3px 3px #002d72;
  margin-top: 1.5rem;
  max-width: 90%; /* This is a good starting point. Adjust as needed. */
  text-align: center;
  font-size: 5rem;
}

#showcase p {
  color: #efefef;
  text-transform: capitalize;
  text-shadow: 0 3px 5px rgba(87, 87, 87, 0.4),0 -2px 3px #002d72;
  max-width: 90%; /* This is a good starting point. Adjust as needed. */
  text-align: center;
  font-size: 2.5rem;
}

/*/// Content ///*/
/*border: 1px dotted #000;*/
/*/// Set Base Background Color for Each Section Container ///*/
#product-box, #article-box, #testimonial, #about, #article, #whey, #buy, #product, #product-nutrition, #product-preparation, #product-faq {
  padding: 30px 0;
  background: #ecf9ff;
}

/*/// Set Font Sizes ///*/
h2 {
  color: #002d72;
  text-transform: uppercase;
  text-align: center;
  font-size: 3rem;
  /*white-space: nowrap;*/
  overflow: hidden;
  line-height: 60px;
  text-shadow: 0 3px 3px rgba(87, 87, 87, 0.4),0 -2px 1px #bbb;
  letter-spacing: 3px;
  margin-bottom: 2rem;
}

h3 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

#product-box p, #article-box p, #testimonial p {
  font-size: 1.1rem;
}

#about p, #article p, #whey p, #buy p, #product p, #product-preparation p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

#article p.citation {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

sup {
  font-size: 50%;
}
@counter-style dot-list {
  system: cyclic;
  symbols: "✱";
  suffix: " ";
}

#about ul, #article ul, #whey ul, #product-preparation ul {
  list-style: dot-list;
  font-size: 1.2rem;
  margin-left: 3rem;
  margin-bottom: 2rem;
}

/*/// Set Main Div Containers ///*/
.article-wrapper, .whey-wrapper, .buy-wrapper, .product-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 5px;
}

.about-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: 
  "about-txt" "about-img"
  "about-img-02" "about-txt-02";
  gap: 10px;
}

.product-content-wrapper {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}

/* Navigation Buttons */
.product-content-wrapper-03 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 50px;
}

.product-serving-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}

/*/// Set Child Div Containers ///*/
.product-content-img {
  width: auto;
  padding: 10px 30px 30px;
}

.product-content-quick {
  width: auto;
  margin: 15px 15px;
  padding: 30px 30px;
  background-color: #fff;
  color: #000;
  border-radius: 15px;
  text-align: left;
}

.product-content-drink {
  margin-bottom: 1.2rem;
}

img.product-canister-img {
  width: auto;
  height: 325px;
}

img.product-logo-img {
  width: auto;
  height: 75px;
  margin-bottom: 1.5rem;
}

#product h3 {
  text-align: center;
}

.product-oval-top {
  width: 90px;
  height: 90px;
  background-color: #002d72;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ecf9ff;
  font-size: 1.2rem;
  text-align: center;
  margin: 0px 5px;
}

.product-oval-bottom {
  width: 90px;
  height: 90px;
  background-color: #002d72;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 7px;
  margin: 0px 5px;
}

.product-circle {
  width: 80px;
  height: 80px;
  display: flex;
  line-height: 0px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
}

.about-txt, .about-txt-02, .about-img, .about-img-02 {
  margin: 5px 5px;
  padding: 5px 5px;
}

.about-img img, .about-img-02 img {
  display: block;
  height: 90%;
  max-width: 90%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}

.about-img-02 img.about-img-02 {
  object-position: 50% 50%;
}

.buy-iframe {
  display: flex;
  width: 100%;
  height: 500px;
  border: 0px;
  align-items: center;
}

/*/// Tables ///*/
table {
  width: 100%;
  border-collapse: collapse;
  background: #ecf9ff;
  margin-bottom: 1rem;
}

caption, th, td {
  padding: 1rem;
}

caption, th {
  text-align: left;
}

caption {
  background: hsl(0 100% 100%);
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

th {
  background: hsla(221, 100%, 18%, 0.829);
  color: #fff;
}

tr:nth-of-type(2n) {
  background: hsla(193, 75%, 89%, 0.8)
}

td.table-ofwhich {
  padding-left: 2rem;
}

td.table-ofwhich-02 {
  padding-left: 3rem;
}

td.table-subsection {
  font-size: 1.2rem;
  font-weight: 800;
}

/*/// Index Page Child Containers ///*/
#product-box a, #article-box a {
  display: block;
  font-size: 1.1rem;
}

.product-box-wrapper, .article-box-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.product-box, .article-box {
  display: grid;
  grid-template-rows: 1fr, 1fr;
  min-width: 100%;
  margin: 15px 0px 5px;
  padding-bottom: 15px;
  background-color: #d1f1ff;
  border: 2px solid #009fe3;
  border-radius: 15px;
}

.product-box {
  grid-template-areas: 
  "product-box-img" "product-box-txt";
}

.article-box {
  grid-template-areas: 
  "article-box-img" "article-box-txt";
}

.product-box-img, .article-box-img {
  display: flex;
  padding: 10px;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.product-box-txt, .article-box-txt {
  display: flex;
  padding: 10px;
  margin: 0;
  font-size: 1.1rem;

}

img.product-img {
  display: block;
  height: 250px;
  width: auto;
  margin: 0 auto;
}

img.article-img {
  display: block;
  height: 250px;
  width: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: top;
}

/*/// Testimonials Carousel ///*/
.carousel-container {
  width: 100%; /* Adjust to your desired slide width */
  height: 100%; /* Adjust to your desired slide height */
  overflow: hidden;
  position: relative; /* For potential future positioning of controls */
  /*border: 1px solid #ccc;*/
  align-self: center;
}

.carousel-track {
  display: flex;
  width: calc(400px * 9); /* 3 original slides + 2 duplicates = 5 slides total width */
  animation: scroll-carousel 25s linear infinite; /* Adjust duration for speed */
}

.carousel-track:hover {
  animation-play-state: paused; /* Pause on hover */
}

.testimonial-slide {
  flex-shrink: 0;
  width: 350px; /* Same as carousel-container width */
  height: 100%; /* Same as carousel-container height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  /*background-color: #f9f9f9;*/
  /*border-right: 1px solid #eee;*/ /* Visual separator */
}

/* Keyframes for the scrolling animation */
@keyframes scroll-carousel {
  0% {
    transform: translateX(0);
  }
  100% {
    /* Move by the width of the original set of slides (3 slides * 300px = 900px)*/
    transform: translateX(-2100px); 
  }
}

figure.snippet {
  font-family: 'Raleway', Calibri, Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: none !important;
}
figure.snippet * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snippet img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}
figure.snippet blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #d1f1ff;
  padding: 25px 50px 30px 50px;
  font-weight: 500;
  margin: 0;
  line-height: 1.6rem;
  font-style: italic;
}
figure.snippet blockquote:before,
figure.snippet blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 1.5rem;
  opacity: 0.3;
  font-style: normal;
}
figure.snippet blockquote:before {
  top: 15px;
  left: 20px;
}
figure.snippet blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 15px;
}
figure.snippet .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #d1f1ff;
  margin: 0;
  position: absolute;
}
figure.snippet .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.snippet .author h6 {
  opacity: 0.8;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
}
figure.snippet .author h6 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}

/*/// FontActiv Malaysia Footer ///*/
/*/// Sitemap and Contact ///*/
#sitemap {
	max-width: 100%;
  padding-bottom: 100px;
	background-color: #002d72;
}

#sitemap h5 {
  color: #ffd700;
  margin-bottom: 1rem;
}

#sitemap i {
  color: #ffd700;
}

#sitemap p, #sitemap ul {
  color: #fff;
}

#sitemap p {
	margin-bottom: 1rem;
}

#sitemap li {
  margin-bottom: 0.5rem;
}

.sitemap-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.sitemap-ysp, .sitemap-links, .sitemap-lgf {
  flex: 1 1 200px;
  margin: 10px;
}

@counter-style arrow-list {
  system: cyclic;
  symbols: ">";
  suffix: " ";
}

#sitemap ul {
  list-style: arrow-list;
  margin-left: 1.5rem;
}

#sitemap a {
	color: #fff;
	transition: color 0.3s ease;
}

#sitemap a:hover {
	color: #ffd700;
}

.lgf-img {
	height: auto;
	width: 200px;
	margin-top: 0.5rem;
}

/*/// Floating Footer ///*/
.float-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #002d72;
  color: #fff;
  opacity: 0.85;
  padding: 20px 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
  text-align: center;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-content p {
  margin: 0 0 10px 0;
  font-size: 0.9rem;
}

.social-links a {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #ffd700;
}

/*/// FontActiv Malaysia Media Query ///*/
/*/// Medium Window View ///*/
/*/// Hamburger: Off; Float Footer: Off ///*/
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  /*/// Header / Navigation Bar / Hamburger ///*/


  /*/// Content ///*/
	.showcase-area, .showcase-area-about, .showcase-area-article, .showcase-area-whey, .showcase-area-buy, .showcase-area-productcomplete, .showcase-area-productdiabest {
		height: 50vmax;
	}

  .img-container h3 {
		font-size: 1.5rem;
	}

  .about-img img.about-img-01 {
    object-position: 60% 0%;
  }

  .about-img-02 img.about-img-02 {
    object-position: 50% 0%;
  }

  #sitemap {
    padding-bottom: 20px;
  }

  .socmed-footer {
		display: block; /* Show Social Media on Sitemap */
	}

	.float-footer {
		display: none; /* Hide Floating Footer */
	}
}

/*/// Medium Screen View ///*/
/*/// Hamburger: Off; Float Footer: Off; Flex: Column; Social Media: Sitemap ///*/
@media only screen and (min-width: 601px) and (max-width: 899px) {
  /*/// Header / Navigation Bar / Hamburger ///*/


  /*/// Content ///*/
  .showcase-area, .showcase-area-about, .showcase-area-article, .showcase-area-whey, .showcase-area-buy, .showcase-area-productcomplete, .showcase-area-productdiabest {
		height: 50vmax;
	}
  
  #showcase h1.main-title {
    font-size: 3.2rem;
  }

  #showcase p {
		display: none;
    font-size: 1.7rem;
  }
  
  h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  h3 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  #about p, #article p, #whey p, #buy p, #product p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  #product-box p, #article-box p {
    font-size: 1rem;
  }

  #about ul, #article ul, #whey ul {
    font-size: 1rem;
    margin-left: 1.5rem;
    margin-bottom: 2rem;
  }

  .about-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: 
    "about-txt"
    "about-img"
    "about-txt-02";
    gap: 10px;
  }

  .about-img {
    width: 100%;
    height: 200px;
  }

  .about-img-02 {
    display: none;
  }

  #product-box a, #article-box a {
    font-size: 0.8rem;
  }

  img.product-img {
    height: 150px;
    width: auto;
  }

  img.article-img {
    height: 150px;
  }

  /*/// Footer / Sitemap ///*/
  .sitemap-wrapper {
    flex-flow: column;
    padding: 20px 20px 0px;
  }

  #sitemap {
    padding-bottom: 5px;
  }

	#sitemap p {
		margin-bottom: 1rem;
	}
  
  #sitemap a {
    line-height: 1.5;
  }

	.socmed-footer {
		display: block; /* Show Social Media on Sitemap */
	}

	.float-footer {
		display: none; /* Hide Floating Footer */
	}
}

/*/// Small Screen View ///*/
/*/// Hamburger: On; Float Footer: Off; Flex: Column; Social Media: Sitemap ///*/
@media only screen and (min-width: 454px) and (max-width: 600px) {
  /*/// Header / Navigation Bar / Hamburger ///*/
  .navbar-container input[type="checkbox"], .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 80px;
    background: #002d72;
    height: 100vh;
    max-width: 200px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-top: -5px;
    margin-left: -40px;
    padding-left: 20px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }

  .navbar .menu-items li {
    margin-bottom: 2.5rem; /* Space out the Sitemap links */
    font-size: 1.1rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 7px;
    right: 15px;
  }

  .logo-img {
    height: 25px;
    width: auto;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-35deg);
  }

  /*/// Content ///*/
  .showcase-area, .showcase-area-about, .showcase-area-article {
		height: 90vmax;
	}
  
  #showcase h1.main-title {
    font-size: 3rem;
  }

  #showcase p {
    display: none;
    font-size: 1.5rem;
  }

  .product-box-wrapper, .article-box-wrapper, .about-wrapper, .article-wrapper, .whey-wrapper, .buy-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .product-content-wrapper-03 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .product-serving-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .article-box-wrapper {
    gap: 0;
  }

  .about-txt, .about-txt-02 {
    width: 95%;
  }

  .about-img, .about-img-02 {
    display: none;
  }

  img.article-img {
    height: 135px;
    width: 100%;
    object-fit: cover;
  }

  /*/// Footer / Sitemap ///*/
  .sitemap-wrapper {
    flex-flow: column;
    padding: 20px 20px 0px;
  }

  #sitemap {
    padding-bottom: 5px;
  }

	#sitemap p {
		margin-bottom: 1rem;
	}

  #sitemap a {
    line-height: 1.5;
  }

	.socmed-footer {
		display: block; /* Show Social Media on Sitemap */
	}

	.float-footer {
		display: none; /* Hide Floating Footer */
	}
}

/*/// Smallest Screen View ///*/
/*/// Hamburger: On; Float Footer: Off; Flex: Column; Social Media: Sitemap ///*/
@media only screen and (max-width: 453px) {
  .btn-primary, .btn-primary:hover {
    font-size: 0.8rem;
  }

  /*/// Header / Navigation Bar / Hamburger ///*/
  .navbar-container input[type="checkbox"], .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 80px;
    background: #002d72;
    height: 100vh;
    max-width: 200px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-top: -5px;
    margin-left: -40px;
    padding-left: 20px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }

  .navbar .menu-items li {
    margin-bottom: 2.5rem; /* Space out the Sitemap links */
    font-size: 1.1rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 7px;
    right: 15px;
  }

  .logo-img {
    height: 25px;
    width: auto;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-35deg);
  }

  /*/// Content ///*/
  .showcase-area, .showcase-area-about, .showcase-area-article {
		height: 90vmax;
	}
  
  #showcase h1.main-title {
    text-transform: uppercase;
    font-size: 3rem;
  }

  #showcase p {
    display: none;
    text-transform: uppercase;
    font-size: 1.3rem;
  }

  .product-box-wrapper, .article-box-wrapper, .article-wrapper, .whey-wrapper, .buy-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
  }

  .about-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: 
    "about-txt"
    "about-img"
    "about-txt-02";
    gap: 10px;
  }

  .product-content-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .product-content-wrapper-03 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }

  .product-serving-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .article-box-wrapper {
    gap: 0;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  h3 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  h4 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  h5 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  #about p, #article p, #whey p, #buy p, #product p, #product-preparation p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  #article p.citation {
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
  }

  #product-nutrition p {
    font-size: 0.6rem;
  }

  #about ul, #article ul, #whey ul, #product-preparation ul {
    font-size: 1rem;
    margin-left: 1.5rem;
    margin-bottom: 2rem;
  }
  
  table {
    max-width: 95%;
  }
  
  caption, th, td {
    font-size: 0.7rem;
    padding: 0.5rem;
  }
 
  caption {
    font-size: 1rem;
  }

  .about-txt, .about-txt-02, .about-img {
    width: 95%;
  }

  .about-img-02 {
    display: none;
  }

  img.article-img {
    height: 175px;
    width: 100%;
    object-fit: cover;
  }

  /*/// Footer / Sitemap ///*/
  .sitemap-wrapper {
    flex-flow: column;
    padding: 20px 20px 0px;
  }

  #sitemap {
    padding-bottom: 5px;
  }

	#sitemap p {
		margin-bottom: 1rem;
	}

  #sitemap a {
    line-height: 1.5;
  }

	.socmed-footer {
		display: block; /* Show Social Media on Sitemap */
	}

	.float-footer {
		display: none; /* Hide Floating Footer */
	}
}

@media (prefers-color-scheme: dark) {
  body {
    color: #eee;
  }

  body .navbar-container .hamburger-lines .line {
    background: #fff;
  }

  .grid-btn .btn-primary {
    color: #fff;
    background: #555;
  }
  
  .grid-btn .btn-primary:hover {
    background: #009fe3;
    transition: background 0.3s ease-in-out;
  }

  #product-box, #article-box, #testimonial, #about, #article, #whey, #buy, #product, #product-nutrition, #product-preparation, #product-faq {
    background: #555;
  }

  #showcase h1.main-title {
    color: #efefef;
    text-shadow: 0 5px 5px rgba(87, 87, 87, 0.4),0 -3px 3px #333;
  }
  
  #showcase p {
    color: #efefef;
    text-shadow: 0 3px 5px rgba(87, 87, 87, 0.4),0 -2px 3px #333;
  }

  h2 {
    color: #ddd;
    text-shadow: 0 3px 3px rgba(87, 87, 87, 0.4),0 -2px 1px #333;
  }

  h3, h4, h5 {
    color: #ffd700;
  }

  .product-content-quick {
    background-color: #002d72;
    color: #eee;
  }

  .product-circle {
    background-color: #555;
    color: #eee;
  }

  .product-logo-img {
    filter: invert(84%) sepia(9%) saturate(1100%) hue-rotate(165deg) brightness(88%) contrast(83%);
  }

  table {
    background: #555;
  }
  
  caption {
    background: hsl(0, 0%, 50%);
  }
  
  th {
    background: hsl(0 0% 0% / 0.5);
    color: #eee;
  }
  
  tr:nth-of-type(2n) {
    background: hsla(0, 0%, 60%, 0.8)
  }

  td.table-subsection {
    color: #ffd700;
  }

  .product-box, .article-box {
    background-color: #002d72;
    border: 2px solid #ffd700;
  }

  figure.snippet {
    color: #eee;
  }
  figure.snippet blockquote {
    background-color: #002d72;
  }
  figure.snippet blockquote:before,
  figure.snippet blockquote:after {
    opacity: 0.6;
  }
  figure.snippet .arrow {
    border-top: 25px solid #002d72;
  }
  figure.snippet .author {
    color: #eee;
  }
}