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

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

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

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

@font-face {
  font-family: "STSong";
  src: url("./chinese.stsong.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
* {
  text-align: center;
}

h1, h2, h3 {
  margin-bottom: 20px;
}

h1 {
  color: #5e3859;
  margin: 50px 0;
  font-size: 63px;
}

h2 {
  color: #5e3859;
  margin: 40px 0;
  font-size: 48px;
}

h3 {
  color: #5e3859;
  margin: 25px 0;
  font-size: 38px;
}

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

a {
  font-size: 28px;
  cursor: pointer;
  text-decoration: none;
}

#terms-title > a,
#terms-title > a:visited {
  color: #5e3859;
  font-size: 63px;
  cursor: pointer;
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

ul {
  padding: 0;
}

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

.quantity-btn {
  width: 25px;
}

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

p {
  font-size: 28px;
}

label {
  font-size: 20px;
}

button {
  width: 300px;
  margin: 20px 0;
}

button {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 5px;
}

.btn-box-sm {
  padding: 0;
  margin: 0;
  min-height: 28px;
  min-width: 28px;
}

button:hover {
  background-color: #45a049;
}

input, select {
  background-color: white;
  width: 100%;
  padding: 8px 0;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
}

.container-merge {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

body {
  background-color: #fce5cd;
  font: 100% STSong, palatino, Arial Narrow, serif;
  color: #a58ef0;
  margin: 0;
  padding: 0;
}

main {
  padding-top: 60px;
}

section {
  margin: 0 0;
  background-color: #fce5cd;
  border-radius: 0px;
}

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

#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;
}

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

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

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

.w-100 {
  width: 100%;
}

.m-5 {
  margin: 5px;
}

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

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

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

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

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

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

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

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

.grid-col-3 {
  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-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 (min-width: 650px) and (max-width: 968px) {
  .grid-col-span-2 {
    grid-column: 1;
  }
}
@media (max-width: 650px) {
  .grid-col-3,
  .grid-col-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
  }
  .grid-col-span-2 {
    grid-column: 1;
  }
}
.main-content {
  display: flex;
  flex: 2;
  flex-wrap: wrap;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  gap: 10px;
}

side-content {
  width: 100%;
}

.main-content .container,
.side-content .container {
  margin: 0;
  width: auto;
}

.side-content {
  overflow: hidden;
  max-width: 100%;
}

.check-out-btn {
  max-width: 100%;
}

.cart-item {
  width: 100%;
  display: flex;
  gap: 10px;
}

.cart-item-img-container {
  padding: 5px 5px;
  width: 375px;
}

.cart-item img {
  display: flex;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  height: auto;
  max-width: 100%;
  max-height: 248px;
  width: auto;
  height: 100%;
}

.cart-item-img {
  width: calc(50% - 10px);
  max-width: 280px;
}

.cart-item-info {
  display: flex;
  padding: 5px 5px;
  flex-direction: column;
  width: 100%;
}

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

.cart-item-btns {
  width: 100%;
}
.cart-item-btns .cart-quantity-controls {
  max-width: 200px;
  text-align: right;
}

.remove-from-cart-btn {
  font-size: 20px;
}

.quantity-btn {
  --cubed: 30px;
  max-width: var(--cubed);
  max-height: var(--cubed);
}

@media (min-width: 650px) and (max-width: 968px) {
  .main-content .container,
  .side-content .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main-content {
    width: 100%;
  }
  .cart-item-img-container {
    width: 225px;
  }
  .side-content {
    max-width: 225px;
  }
  .cart-item-info {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .products-cart > .col-2 {
    flex-direction: column;
  }
  .products-cart .main-content .container,
  .products-cart .side-content .container {
    margin: 0;
    padding: 0;
  }
  .products-cart .main-content {
    order: 2;
  }
  .products-cart .side-content {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
  .products-cart .cart-item-img-container {
    width: 100%;
    padding: 0;
  }
  .products-cart .cart-item {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 5px 5px;
  }
  .products-cart .cart-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .products-cart .cart-item-info {
    width: 100%;
  }
  .products-cart .cart-item-img {
    max-width: 180px;
  }
  .products-cart .cart-quantity-controls {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    flex-direction: row;
  }
  .products-cart .cart-item-btns .cart-quantity-controls {
    width: 100px;
    text-align: right;
  }
  .products-cart .cart-quantity-controls button {
    width: 20px;
    margin: 0 10px;
  }
  .quantity-text {
    padding: 1px;
  }
}
.button {
  cursor: pointer;
  font-weight: 500;
  left: 3px;
  line-height: inherit;
  position: relative;
  text-decoration: none;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
}

.button--small {
  padding: 10px 20px;
  font-size: 0.875rem;
}

.button--green {
  outline: none;
  background-color: #64d18a;
  border-color: #64d18a;
  color: white;
  transition: all 200ms ease;
}

.button--green:hover {
  background-color: #8bdda8;
  color: white;
}

.footer-container {
  outline: black solid 2px;
  background: #8ef0c6;
}

.footer-section {
  outline: black solid 2px;
  background: #f0d48e;
}

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

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

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

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

.footer-menu-item {
  margin: 20px;
}

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

.copyright > p,
.copyright > a {
  font-size: 20px;
  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: #333;
  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: 20px;
}

.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: 968px) {
  .footer-menu-container {
    display: flex;
    flex-direction: column;
  }
  .copyright-section {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  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 {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #bfbfbf;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.error-message {
  color: red;
  font-size: 20px;
}

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

.link-back {
  color: #5e3859;
  font-size: 20px;
}

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

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

@media (max-width: 650px) {
  #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;
  }
}
.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;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

input:checked + .slider {
  background-color: #2196F3;
}

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%;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 400px;
  width: 100%;
}

.popup button {
  margin-top: 10px;
}

.popup-content {
  background-color: white;
  padding: 20px;
}

#product-form {
  padding: 20px;
  font-family: STSong, palatino, Arial Narrow, serif;
}

#product-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

.product-order {
  margin-bottom: 15px;
}

.remove-product {
  background-color: red;
  color: white;
  border: none;
  padding: 5px;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 50%;
  font-weight: bold;
}

.remove-product:hover {
  background-color: darkred;
}

#order-form {
  padding: 20px;
  font-family: STSong, palatino, Arial Narrow, serif;
}

#order-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

#payment-form {
  padding: 20px;
  font-family: STSong, palatino, Arial Narrow, serif;
}

#payment-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

#order-form {
  padding: 20px;
  font-family: STSong, palatino, Arial Narrow, serif;
}

#order-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

#video-player {
  padding: 20px;
  background-color: #f9f9f9;
  text-align: center;
}

#video-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.video-item {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.video-iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.video-file {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .video-item {
    width: 100%;
    height: auto;
  }
}
.subsection {
  margin-top: 20px;
  padding-left: 20px;
  border-left: 3px solid #ccc;
}

#photo-gallery {
  padding: 20px;
  background-color: #fce5cd;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 10px;
  justify-items: center;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.hero {
  background-color: #333;
  background-image: url("./cover.jpg");
  background-size: cover;
  background-blend-mode: lighten;
  padding-top: 100px;
  padding-bottom: 100px;
}

.products-hero {
  display: flex;
  flex-direction: column;
}

.container-hero {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-body {
  margin: 30px 0;
}

.hero-body-img {
  display: flex;
  width: 800px;
  height: 800px;
  width: 50%;
  margin: 0 30px;
  overflow: hidden;
}

.hero-body-text {
  flex-direction: column;
  flex: 2;
  width: 50%;
  margin: 0 30px;
}

.hero-img {
  justify-content: center;
  align-items: center;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 968px) {
  .hero-body {
    margin: 0;
  }
}
@media (max-width: 650px) {
  .hero-body {
    margin: 0;
  }
  .container-hero > .col-2 {
    flex-direction: column;
  }
  .hero-body-img,
  .hero-body-text {
    width: 100%;
    margin: 0;
  }
  .hero-body-img {
    height: 450px;
  }
  .hero-body-text {
    height: 350px;
  }
}
.navbar {
  font-size: 38px;
  position: static;
  width: 100%;
  background-color: #333;
  padding: 10px 0;
  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;
  padding: 0;
}

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

.navbar li.hidden {
  display: none;
}

.navbar a {
  color: white;
  text-decoration: none;
  font-size: 28px;
  transition: color 0.3s ease;
}

.navbar a:hover {
  color: #45a049;
}

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

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

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

.hamburger-menu .line {
  height: 4px;
  background-color: black;
  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;
}

@media (min-width: 650px) and (max-width: 968px) {
  .menu {
    display: flex;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    background-color: #333;
    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;
  }
}
@media (max-width: 650px) {
  .navbar {
    background-color: #fce5cd;
  }
  .navbar .menu {
    display: flex;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background-color: #333;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    display: none;
    z-index: 99;
  }
  .navbar .title {
    border-radius: 9px;
    padding: 8px 5px;
    margin: 0 2%;
  }
  .navbar .content {
    margin: 0 2%;
  }
  .navbar .menu-spacer {
    width: 100%;
    height: 1500px;
  }
  .navbar a {
    color: black;
  }
  .navbar ul {
    padding-top: 50px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .navbar li {
    margin: 10px 0;
  }
  .navbar .title {
    flex-grow: 0;
    flex-shrink: 0;
  }
  .navbar .content {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 10%;
  }
  .hamburger-menu {
    border-radius: 9px;
    display: flex;
    padding: 8px 8px;
    margin: 0 2%;
  }
  .menu.active {
    position: fixed;
    display: flex;
  }
}
.container-product-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px;
  text-align: center;
  margin: 20px auto;
  padding: 20px 0 20px 0;
}

.featured-product-item img {
  border-radius: 5px;
}

.featured-product-item button {
  width: 230px;
}

@media screen and (max-width: 968px) {
  .featured-product-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.three_column_articles_section {
  padding: 60px 0;
}

.three_column_articles_section h3 {
  margin-bottom: 15px;
}

.three_column_articles_section p {
  line-height: 1.6;
}

.columns {
  display: flex;
  justify-content: space-between;
}

.column {
  width: 32%;
}

.article_box {
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
}

.article_box p {
  margin: 15px 0;
}

@media (max-width: 768px) {
  .columns {
    flex-direction: column;
    align-items: center;
  }
  .column {
    width: 80%;
    margin-bottom: 20px;
  }
}
.subscribe-form {
  overflow: hidden;
  max-width: 350px;
}

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

.email-subscription-section .subscribe-toolbar {
  background-color: #39ac31;
  padding: 20px;
  border-radius: 5px;
}

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

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

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

.subscribe-form input {
  border-radius: 5px;
  border: none;
  font-size: 20px;
}

.subscribe-form button {
  border: none;
  border-radius: 5px;
}

.subscribe-form button:hover {
  background-color: #f4f4f4;
}

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