body {
  background-color: black;
  color: white;
}

.primary-color {
  color: #8ef0c6;
}

.bg-color-black {
  background-color: black;
  color: white;
}

a:link {
  color: #8ef0c6;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #8ef0c6;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #f15152;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #f15152;
  background-color: transparent;
  text-decoration: underline;
}

h1, h2, h3, h4 {
  color: #8ef0c6;
}

button {
  background-color: #8ef0c6;
  color: black;
}

button:hover {
  color: white;
  background-color: #f15152;
}

#terms-title > a,
#terms-title > a:visited {
  color: #5e3859;
}

@font-face {
  font-family: "STSong";
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./Lato-Regular.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
html {
  font-size: 16px;
}

.text-start {
  text-align: start;
}

.text-start-always {
  text-align: start;
}

.text-end {
  text-align: end;
}

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

* {
  text-align: center;
}

h1 {
  margin-block: 0.67em;
  font-size: 2em;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

.t-a-right {
  text-align: right;
}

.text-align-end {
  text-align: end;
}

.text-align-start {
  text-align: start;
}

a {
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: none;
}

#terms-title > a,
#terms-title > a:visited {
  font-size: 3rem;
  cursor: pointer;
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

ul {
  padding: 0;
}

li {
  display: block;
  align-content: center;
}

.navbar a {
  font-size: 2rem;
}

.quantity-btn {
  width: 25px;
}

.remove-from-cart-btn {
  padding: 10px 20px;
  margin: 10px 0;
  cursor: pointer;
  text-align: right;
}

p {
  font-size: 1.2rem;
  line-height: 2;
}

span {
  font-size: 1.2rem;
}

label {
  font-size: 1.2rem;
}

.bold {
  padding-right: 5px;
  font-size: 1.3rem;
}

label {
  font-size: 1.1rem;
  margin-bottom: 5px;
  display: block;
}

input {
  font-size: 1.2rem;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fafafa;
  transition: border-color 0.3s ease;
}

input:focus {
  outline: none;
  border-color: #8ef0c6;
}

button {
  max-width: 250px;
  max-height: 55px;
  font-size: 1.2rem;
  padding: 12px;
  width: 100%;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

input, textarea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #bdc3c7;
  border-radius: 5px;
  font-size: 1.2rem;
}

button {
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  cursor: pointer;
}

@media (max-width: 62.5em) {
  .text-start {
    text-align: center;
  }
}
.container-merge {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

body {
  font: 100% Lato, sans-serif;
  width: 100%;
  margin: 0;
  padding: 0;
}

main {
  padding-top: 60px;
}

section {
  background-color: black;
  border-radius: 0px;
  padding: 60px 30px;
}

img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 1000px;
  object-fit: cover;
  overflow: hidden;
  margin: 0 auto;
}

.border-radius-40 {
  border-radius: 40px;
}

.display-inline {
  display: inline;
}

.display-none {
  display: none;
}

#home-section {
  padding-bottom: 90px;
}

.box-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.container-section {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: 50px auto;
  padding: 20px;
}

.container-full-screen {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.layout-h-w-box-76px {
  width: 76px;
  height: 76px;
}

.layout-h-w-box-228px {
  width: 228px;
  height: 228px;
}

.layout-17px-box {
  width: 2.5rem;
  height: 2.5rem;
}

.layout-228px-box {
  width: 228px;
  height: 228px;
}

.layout-800px-box {
  width: 800px;
  height: 800px;
}

.layouts-350px-box {
  width: 350px;
  height: 350px;
}

.container-img-small {
  width: 76px;
  height: 76px;
}

@media (max-width: 62.5em) {
  .container-flex-tablet-stack {
    display: flex;
    flex-direction: column;
  }
  .container-grid-tablet-stack {
    grid-template-columns: 1fr;
  }
  section {
    padding: 20px;
  }
}
.min-height-700 {
  min-height: 700px;
}

.min-height-7em {
  min-height: 7em;
}

.layout-max-width-medium {
  max-width: 690px;
}

.layout-max-width-20 {
  max-width: 60em;
}

.w-2rem {
  width: 2rem;
}

.w-5rem {
  width: 5rem;
}

.w-400 {
  width: 400px;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-50px {
  width: 50px;
}

.w-80 {
  width: 80%;
}

.min-h-1k {
  min-height: 1000px;
}

.min-h-500 {
  min-height: 500px;
}

.min-height-5em {
  min-height: 5em;
}

.min-height-10em {
  min-height: 10em;
}

.max-width-tablet {
  max-width: 62.5em;
}

.max-width-mobile {
  max-width: 53.125em;
}

.max-width-100 {
  max-width: 85px;
}

.max-width-450 {
  max-width: 450px;
}

.overflow-hidden {
  overflow: hidden;
}

.position-fixed {
  position: fixed;
}

.m-0 {
  margin: 0;
}

.m-0-30 {
  margin: 0 30px;
}

.m-5 {
  margin: 5px;
}

.m-20 {
  margin: 20px;
}

.m-10 {
  margin: 10px 10px;
}

.m-30-0 {
  margin: 30px 0;
}

.m-20-a {
  margin: 20px auto;
}

.m-auto {
  margin: auto;
}

.p-1em {
  padding: 0.4em;
}

.p-10-0 {
  padding: 10px 0px;
}

.p-5-5 {
  padding: 5px 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-40 {
  padding: 40px;
}

.p-0-20 {
  padding: 0 20px;
}

.p-0-25 {
  padding: 0 25px;
}

.p-0-30 {
  padding: 0 30px;
}

.p-20-0 {
  padding: 20px 0px;
}

.p-right-20 {
  padding-right: 20px;
}

.p-60-0 {
  padding: 60px 0;
}

.p-60-30 {
  padding: 60px 30px;
}

.m-top-20 {
  margin-top: 20px;
}

.p-top-10 {
  padding-top: 10px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-top-50 {
  padding-top: 50px;
}

.alignwide {
  max-width: 1280px;
}

.grid-5545 {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
}

.grid-col-4 {
  display: grid;
  grid-template-columns: 1fr 1.5fr 0.5fr 1fr;
}

.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-col-3-dep {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-col-span-2 {
  grid-column: span 2;
}

.grid-col-auto {
  --min-col-size: 10rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--min-col-size), 100%), 1fr));
}

.inline-block {
  display: inline-block;
}

.gap-lg {
  gap: 2em;
}

.gap-sm {
  gap: 1em;
}

.col-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-self: center;
}

@media (max-width: 62.5em) {
  .grid-5545 {
    display: flex;
    flex-direction: column;
  }
  .layout-mobile-height {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 700px;
  }
  .layouts-main-btn {
    justify-content: center;
  }
}
@media (max-width: 53.125em) {
  .grid-col-3,
  .grid-col-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
  }
  .grid-col-span-2 {
    grid-column: 1;
  }
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  background-color: black;
  width: 100%;
  padding: 10px;
}

footer > .subscribe-toolbar {
  width: 40%;
}

#footer {
  display: flex;
  flex-direction: column;
  background-color: black;
  border-radius: 0px;
}

.footer-section {
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.social-menu {
  display: flex;
  justify-content: space-around;
  margin: 0 7%;
}

.copyright {
  display: flex;
  padding-bottom: 30px;
}

.copyright-section img {
  width: 54px;
  height: 54px;
}

.copyright > p,
.copyright > a {
  font-size: 1.2rem;
  line-height: 57px;
}

.footer-menu {
  height: 100%;
}

.logo {
  place-items: center;
}

.cookie-spacer {
  display: block;
  margin: 25px;
}

.cookie-alert {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  color: white;
  padding: 10px;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.cookie-alert p,
.cookie-alert a {
  font-size: 1.2rem;
}

.cookie-alert a {
  text-decoration: none;
}

.cookie-alert-actions {
  margin-top: 10px;
}

.close-cookie-alert-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
}

.close-btn {
  font-weight: bold;
}

.close-btn:hover {
  opacity: 0.8;
}

@media (max-width: 62.5em) {
  .copyright {
    display: flex;
    padding-bottom: 100px;
  }
  .copyright.hidden {
    display: none;
  }
}
@media (max-width: 53.125em) {
  footer > .col-2 {
    flex-direction: column;
  }
  footer > .subscribe-toolbar {
    width: 100%;
  }
  .footer-nav {
    display: flex;
    flex-direction: column;
  }
  .footer-menu {
    display: flex;
    flex-direction: column;
  }
}
.form-container {
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
}

.error-message {
  font-size: 1.2rem;
  padding: 5px;
}

input, select {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

paymen-input {
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.link-back {
  font-size: 1.2rem;
}

.form-cart {
  max-width: 690px;
}

.form-cart-item-info-header {
  align-items: center;
  height: 80%;
}

@media (max-width: 53.125em) {
  #payment-summary .grid-col-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  #payment-summary .grid-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.subscribe-form {
  overflow: hidden;
  max-width: 350px;
}

.email-subscription-section {
  padding: 20px 0;
  font-family: "Arvo", serif;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}

.email-subscription-section .subscribe-toolbar {
  padding: 20px;
  border-radius: 5px;
}

.email-subscription-section h3 {
  font-size: 24px;
}

.email-subscription-section p {
  margin-bottom: 10px;
}

.subscribe-form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:focus + .slider {
  box-shadow: 0 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

* {
  box-sizing: border-box;
}

.contact-info, .contact-form {
  margin-bottom: 30px;
}

/* Container Styles */
.contact-card-text {
  text-align: start;
}

.layouts-three-col {
  overflow: hidden;
}

.layout-split-5050 img {
  object-fit: cover;
}

.layouts-banner-medium,
.layouts-banner-small {
  padding: 20px 0px;
}

@media (max-width: 62.5em) {
  .layouts-banner-medium,
  .layouts-banner-small {
    padding: 20px;
  }
  .contact-card-text {
    text-align: center;
  }
  .contact-img {
    justify-content: center;
  }
  .layouts-logo {
    justify-content: center;
  }
  .grid-col-2,
  .grid-col-3,
  .grid-col-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
  }
}
@media (max-width: 53.125em) {
  .layout-split-5050 .m-30-0 {
    margin: 10px;
  }
  .layout-split-5050 {
    display: flex;
    flex-direction: column;
  }
  .layout-split-5050 .w-50 {
    width: 100%;
  }
  .layout-split-5050 .m-0-30 {
    margin: 0;
  }
  .split-5050-img {
    height: 450px;
  }
  .split-5050-text {
    height: 350px;
  }
}
.layout-aside-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "navbar navbar" "sidebar main" "footer footer";
}

@media (max-width: 53.125em) {
  .aside-nav {
    display: flex;
    flex-direction: row;
  }
  .layout-aside-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
  }
}
#modal-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-modal-fullscreen {
  top: 2em;
  right: 2em;
  float: right;
  position: fixed;
  font-size: x-large;
  cursor: pointer;
}

.modal-spacer {
  height: 3.5em;
}

.nav-title {
  width: 100%;
}

.nav-title h1 {
  margin: 3rem 0rem;
}

.navbar {
  font-size: 2rem;
  position: sticky;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar .navcontainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
}

.navbar ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0;
}

.navbar li {
  margin: 0 15px;
  align-self: center;
  text-align: center;
}

.nav-ul {
  padding: 0;
}

.navbar li.hidden {
  display: none;
}

.navbar p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 57px;
}

.menu.active {
  display: flex;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s 0s;
}

.navbar #menu .layouts-logo {
  display: none;
}

.layouts-logo {
  padding: 0px;
}

.hamburger-menu {
  display: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
}

.hamburger-menu .line {
  height: 4.5px;
  background-color: #8ef0c6;
  border-radius: 4px;
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger-menu.toggle .line:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
  position: relative;
  top: 4px;
}

.hamburger-menu.toggle .line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.toggle .line:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
  position: relative;
  bottom: 4px;
}

.hamburger-menu.toggle .line:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
  position: relative;
  top: 20px;
}

@media (min-width: 53.125em) and (max-width: 62.5em) {
  .menu {
    display: flex;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    display: none;
    z-index: 99;
    display: flex;
    position: inherit;
    justify-content: space-between;
    align-items: center;
  }
}
body.mobile-mode .title-bg,
body.mobile-mode .burger-bg {
  background-color: black;
}

body.mobile-mode .nav-title {
  background-color: black;
}

@media (max-width: 62.5em) {
  .nav-title h1 {
    margin: 0.5rem 0rem;
    font-size: 2.7rem;
  }
  .navbar .layouts-logo {
    display: none;
  }
  .navbar #menu .layouts-logo {
    display: flex;
  }
  .nav-ul {
    padding-top: 50px;
  }
}
@media (max-width: 53.125em) {
  .navbar .menu {
    display: flex;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background-color: black;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    display: none;
    z-index: 99;
  }
  .navbar .menu-spacer {
    width: 100%;
    height: 1500px;
  }
  .navbar ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .navbar .title {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .navbar .content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 10%;
    padding-right: 0.2em;
  }
  .hamburger-menu-containter {
    margin: 0 6%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 10%;
  }
}
@media (max-width: 53.125em) {
  .hamburger-menu {
    border-radius: 9px;
    display: flex;
    height: 39px;
  }
  .menu.active {
    position: fixed;
    display: flex;
  }
}
@media (max-width: 340px) {
  .navbar .menu {
    top: 110px;
  }
}
.subscription-form {
  width: 300px;
}

.audioPlayer p {
  line-height: 0;
}

.audioPlayer .title-right {
  display: none;
  padding-left: 10px;
}

@media (max-width: 53.125em) {
  .audioPlayer {
    position: fixed;
    bottom: 0;
    background-color: black;
    width: 100%;
    padding: 10px;
  }
  #progressBar {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .audioPlayer .title-right {
    display: inline;
  }
  .audioPlayer .title-bottom {
    display: none;
  }
  .audioPlayer img {
    margin: 0px;
  }
}

/*# sourceMappingURL=styles.css.map */
