:root {
  --header-bg-color: #F2F2F2;
  --gray-1: #0000001F;
  --gray-2: #000000A3;
  --primary-font-color: #000000;
  --secondary-font-color: #5C5C5C;
  --placeholder-font-color: #ADADAD;
  --footer-color: #212121;
  --ff-primary: #3F1ACA;
  font-size: 16px;
}

.max-width-div {
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .max-width-div {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.post-container {
  position: relative;
  margin: auto;
}

a {
  text-underline-offset: 2.5px;
}

.max-width-min {
  max-width: 64rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.post-container.max-width-div {
  max-width: 800px !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 768px) {
  .post-container.max-width-div {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1200px) {
  .post-container.max-width-div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.theme-minimal .post-container.max-width-div.page-breadcrumbs-exist {
  margin-top: 160px !important;
  padding-top: 0px !important;
}

* {
  margin: 0px;
  border-width: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: var(--ff-paragraph-font);
}

.header-container {
  /* @apply h-[80px] !fixed top-0 lg:top-5; */
  position: fixed !important;
  top: 0px;
  height: 80px;
  border-bottom-width: 1px;
  border-style: none !important;
  border-bottom-color: var(--gray-1);
  background-color: var(--primary-banner-color);
  z-index: 5;
  width: -webkit-fill-available;
  width: -moz-available;
}

.header-visible {
  top: 0px !important;
}

@media (min-width: 1200px) {
  .header-visible {
    top: 1.25rem !important;
  }
}

.header-container-dev-mode.header-container {
  top: 0px !important;
  border-bottom-width: 1px;
  border-color: var(--gray-1);
  background-color: var(--primary-banner-color);
}

button.upload-bg-img-button.remove-bg-img-button {
  left: 165px;
}

.empty-header {
  margin-top: 80px;
  width: 100%;
}

#index-page .empty-header {
  margin-top: 80px !important;
}

@media (min-width: 1200px) {
  #index-page .empty-header {
    margin-top: 0px !important;
  }
}

#index-page .empty-header {
  margin-top: 80px !important;
}

.empty-header-dev-mode {
  margin-top: 80px !important;
}

/* .page-posts .empty-header, .page-about .empty-header, .page-reviews .empty-header, .page-forums .empty-header {
    @apply mt-0 !important;
} */

.header-content {
  margin: auto;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.375rem;
  border-width: 1.5px;
  border-style: solid;
  border-color: var(--primary-banner-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1200px) {
  .header-content {
    max-width: 1364px;
    border-radius: 0.75rem;
    padding: 2rem;
  }
}

.header-content {
  border-radius: 0px !important;
  border-color: transparent !important;
  background-color: var(--primary-banner-color) !important;
}

.theme-colorful .header-container.form-page-header {
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.main-container-form .header-content {
  /* @apply max-w-[80rem] !important; */
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.page-contact .header-content, .page-products .header-content, .page-post .header-content, .page-product .header-content, .page-page .header-content, .page-forum .header-content, .page-404 .header-content {
  background-color: var(--primary-banner-color) !important;
}

.header-container-dev-mode .header-content {
  border-width: 0px !important;
  background-color: transparent !important;
}

.header-logo-container {
  text-decoration: none !important;
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: 0.5rem;
}

#ff-search-sidebar {
  display: none;
}

#ff-search-sidebar.active {
  display: block !important;
}

#ff-search-sidebar .ff-search-head {
  margin-bottom: 0.5rem !important;
  padding-left: 18px !important;
}

.header-search-button {
  background-color: transparent;
}

.header-menu-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.header-logo {
  height: 2rem;
  width: 2rem;
  border-radius: 0.125rem;
}

.website-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  line-height: normal !important;
}

.header-nav ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1200px) {
  .header-nav ul {
    flex-direction: row;
    gap: 2rem;
  }
}

.header-nav ul li {
  list-style-type: none;
}

@media (min-width: 1200px) {
  .header-nav ul li {
    margin-top: 5px;
  }
}

.header-nav ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.header-link {
  text-decoration: unset !important;
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--primary-font-color);
}

.primary-outline-button {
  width: 100%;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 2px;
  border-color: var(--primary-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: var(--primary-color);
}

.primary-button,
a.primary-button,
.white-button {
  cursor: pointer !important;
  border-radius: 0.375rem !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  text-align: center !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration: none;
}

.white-button {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  color: var(--primary-color) !important;
}

.header-active,
.header-inactive {
  border-bottom: 2px solid transparent;
  margin: auto;
  width: 30px;
}

.header-active {
  margin-top: 0.25rem !important;
  display: none !important;
  border-bottom-color: var(--primary-color) !important;
}

@media (min-width: 1200px) {
  .header-active {
    display: block !important;
  }
}

.header-link-active {
  font-weight: 500 !important;
  color: var(--primary-color) !important;
}

.banner-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  /* h-[440px] md:!h-[540px] */
  background-color: var(--primary-banner-color);
  margin-top: -46px !important;
  min-height: 93.5vh !important;
  padding: 1rem !important;
}

@media (min-width: 768px) {
  .banner-container {
    min-height: 99vh !important;
  }
}

@media (min-width: 1200px) {
  .banner-container {
    margin-top: 0px !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .theme-colorful .banner-container {
    padding-top: 95px !important;
  }
}

.banner-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .banner-content {
    gap: 1rem;
  }
}

#index-banner {
  /* @apply !mt-2; */
}

.banner-buttons {
  margin-top: 0.5rem !important;
}

.banner-title {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .banner-title {
    font-size: 3rem;
    line-height: 1;
  }
}

.banner-with-bg .banner-title {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.banner-with-bg.banner-container {
  background-color: #000000b8 !important;
  background-blend-mode: overlay;
  background-position: center;
}

.banner-description {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--secondary-font-color);
}

@media (min-width: 768px) {
  .banner-description {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1200px) {
  .banner-description {
    width: 75%;
  }
}

.banner-with-bg .banner-description {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.footer-container {
  display: flex;
  min-height: 185px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--footer-color);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1200px) {
  .footer-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.footer-logo-container {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.placeholder-footer-logo {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--primary-color);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-logo {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
}

.footer-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-simple-alert {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #FFFFFFA3;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

.footer-simple-alert a {
  color: #FFFFFFA3;
}

.footer-watermark {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-decoration: none !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.footer-watermark p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-watermark-logo {
  height: 2rem;
  width: 2rem;
}

img.product-thumbnail {
  border-radius: 4px 4px 0px 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.products-wrapper {
  /* @apply flex flex-wrap m-auto justify-center lg:justify-center gap-4 lg:gap-[18.53px] lg:gap-y-5; */
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .products-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .products-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18.53px;
    row-gap: 1.25rem;
  }
}

.category-wrapper {
  row-gap: 2.5rem;
}

.page-title-wrapper {
  width: 100%;
}

.product-title {
  text-decoration: none;
  width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.product-title a {
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.product-price {
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .product-price {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .product-price {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.product-container {
  text-decoration: none;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  --tw-shadow-color: var(--primary-banner-color);
  --tw-shadow: var(--tw-shadow-colored);
}

.product-container:hover {
  border-color: var(--primary-color);
}

.product-container {
  transition: box-shadow 0.3s;
}

.product-container * {
  text-decoration: none !important;
}

.product-description {
  /* only 2 lins */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: -0.5rem;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--secondary-font-color);
}

.section-container {
  margin: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .section-container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-container.questions.max-width-min {
  width: 800px;
  max-width: 100% !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

@media (min-width: 768px) {
  .section-container.questions.max-width-min {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.section-title-wrapper {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.product-title-container * {
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--secondary-font-color);
}

.section-description {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--secondary-font-color);
}

.section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .section-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.quick-link-container {
  text-decoration: none;
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.quick-link-container:hover {
  border-color: var(--primary-color);
}

@media (min-width: 768px) {
  .quick-link-container {
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
  }
}

.quick-links-container {
  display: flex;
  width: 100%;
  max-width: 24rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}

.page-section-container.section-container-enabled {
  cursor: pointer;
}

.page-section-container.section-container-enabled:hover {
  background-color: #0000001F;
}

.social-media-container {
  display: flex;
  gap: 0.625rem;
}

.social-media-containers {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

h3.contact-title {
  font-size: 1.875rem;
  margin-bottom: 1rem;
}

.contact-main-container div#ff-sec-root {
  padding-top: 0px !important;
}

.contact-main-container .ff-form {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.contact-right-container {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .contact-right-container {
    flex: 1 1 0%;
  }
}

.contact-right-container .contact-banner-container {
  margin-top: 0px !important;
}

.theme-colorful .contact-container {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

@media (min-width: 1200px) {
  .theme-colorful .contact-container {
    padding: 2.5rem;
  }
}

.contact-left-container {
  width: 100%;
}

@media (min-width: 1200px) {
  .contact-left-container {
    flex: 1 1 0%;
    padding-right: 2.5rem;
  }
}

.contact-left-container {
  border-right: 1px solid var(--gray-1) !important;
  border-right-width: 0px !important;
}

@media (min-width: 1200px) {
  .contact-left-container {
    border-right-width: 1px !important;
  }
}

.contact-main-container h3#ff-title-root {
  display: none;
}

.contact-main-container .ff-secfields {
  margin-top: -1rem;
}

.primary-text-button {
  text-decoration: none;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: var(--primary-color);
}

/* #about .primary-text-button {
    @apply !mt-4;
} */

.view-all {
  margin-top: 3rem;
}

.second-banner-container {
  margin: auto;
  background-color: var(--primary-banner-color);
}

.second-banner-content {
  background-size: contain;
  background-color: #000000A3;
  background-blend-mode: overlay;
  background-position: center;
  margin: auto;
  display: flex;
  min-height: 240px;
  width: 100%;
  max-width: 80rem;
  flex-direction: column !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 0.375rem;
  padding: 3rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .second-banner-content {
    flex-direction: row !important;
    padding: 60px;
    text-align: left;
  }
}

.second-banner-title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1200px) {
  .second-banner-title {
    text-align: left;
  }
}

.second-banner-description.editable {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.second-banner-left {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.social-media-title {
  font-size: 1rem;
  line-height: 1.5rem;
}

#about .section-description {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

p.section-description.editable.medium-editor-element.medium-editor-placeholder {
  margin-left: -40px;
}

.body-container {
  position: relative;
  display: flex;
  flex-direction: row;
}

.main-container {
  width: 100%;
}

input.section-toggle {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
}

input.section-toggle:disabled {
  cursor: not-allowed;
  background-color: #0000001F;
  opacity: 0.5;
}

.hidden-page-section {
  display: none !important;
}

.selectable-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #0000003D;
  z-index: 8;
}

.inactive-section {
  opacity: 0.5;
}

.selectable {
  position: relative;
}

.active-selectable {
  border-radius: 0.125rem;
  border-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(12 140 233 / var(--tw-border-opacity));
}

#contact-subtitle {
  width: 100%;
  text-align: left;
}

.selectable:empty {
  height: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
}

.banner-buttons {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
}

.button-tooltip {
  display: flex;
  gap: 1rem;
}

.button-tooltip-item {
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 0.375rem;
  padding: 0.25rem;
}

.button-tooltip-item:hover {
  background-color: #FFFFFF0F;
}

.tippy-content {
  padding: 6px 8px !important;
}

.remove-button-popup span {
  --tw-text-opacity: 1;
  color: rgb(207 102 121 / var(--tw-text-opacity));
}

.editable-button-wrapper {
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  top: -8px;
  left: -8px;
  bottom: -8px;
  right: -8px;
  position: absolute;
  border-radius: 0.375rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(12 140 233 / var(--tw-border-opacity));
}

.editable-button {
  position: relative;
}

.posts-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .posts-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .posts-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.empty-post-container {
  margin: auto;
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: column !important;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 1200px) {
  .empty-post-container {
    min-width: 516px;
  }
}

.theme-minimal.page-index #header {
  border-bottom: 1px solid rgb(0 0 0 / 8%) !important;
}

.empty-post-container {
  max-width: 516px;
  gap: 18px;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: dashed;
  border-color: var(--gray-1);
  padding: 1.5rem;
}

.reviews-container .empty-post-container {
  display: flex;
  min-height: 249px;
  align-items: center;
  justify-content: center;
}

.empty-helper-text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--secondary-font-color);
}

.empty-text {
  text-align: center !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: var(--secondary-font-color) !important;
}

.post-thumbnail-container {
  text-decoration: none !important;
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  flex-direction: column;
  gap: 0.375rem;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #0000001F;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.post-thumbnail-container:hover {
  border-color: var(--primary-color);
}

@media (min-width: 1200px) {
  .post-thumbnail-container {
    width: 30rem;
  }
}

.post-thumbnail-container {
  transition: box-shadow 0.3s;
}

h3.post-title {
  margin-right: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

h2.comments-header-title:empty {
  margin-top: 0.75rem !important;
}

.custom-page-title {
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 28px;
}

@media (min-width: 768px) {
  .custom-page-title {
    font-size: 34px;
  }
}

.custom-page-title {
  line-height: 1.25;
  font-weight: 600;
}

.open-arrow-svg-container {
  padding-left: 0.625rem;
}

.post-description {
  /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; */
  margin-top: 0.125rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--secondary-font-color);
}

.post-description.post-description-without-bg {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  white-space: normal !important;
}

p.posted-by-title {
  font-size: 12px;
  color: #000000A3;
}

.posted-by {
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.ff-partial.ff-message {
  display: none !important;
}

.stick-banner-layout-dropdown-content {
  position: absolute;
  top: 2.25rem;
  left: 0px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity)) !important;
  padding: 1rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 9999;
  border: 1px solid #0000001F;
}

.banner-image-container {
  position: relative;
}

.banner-image-container .upload-bg-img-button {
  left: 0px;
}

.display-none {
  display: none;
}

.banner-main {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  z-index: 2;
}

.banner-overlay {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.banner-has-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-container-right,
.banner-container-left {
  display: flex;
  width: 100%;
  max-width: 80rem;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1200px) {
  .banner-container-right,
.banner-container-left {
    flex-direction: row;
    gap: 0px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.banner-container-left .banner-title,
.banner-container-right .banner-title {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 600 !important;
}

@media (min-width: 768px) {
  .banner-container-left .banner-title,
.banner-container-right .banner-title {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

.banner-container-left .banner-title,
.banner-container-left .banner-description {
  text-align: right !important;
}

@media (min-width: 768px) {
  .banner-container-left .banner-description, .banner-container-right .banner-description {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1200px) {
  .banner-container-right .banner-title,
.banner-container-right .banner-description {
    text-align: left !important;
  }
}

.banner-container-left .banner-content,
.banner-container-left .banner-main {
  align-items: center !important;
}

@media (min-width: 1200px) {
  .banner-container-left .banner-content,
.banner-container-left .banner-main {
    align-items: flex-end !important;
  }
}

.banner-container-right .banner-content,
.banner-container-right .banner-main {
  align-items: center !important;
}

@media (min-width: 1200px) {
  .banner-container-right .banner-content,
.banner-container-right .banner-main {
    align-items: flex-start !important;
  }
}

img.banner-image {
  height: 13rem;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  img.banner-image {
    height: 340px;
  }
}

@media (min-width: 1200px) {
  img.banner-image {
    width: 480px;
  }
}

.banner-container-right button {
  width: -moz-fit-content;
  width: fit-content;
}

.banner-has-bg h2#index-banner-title {
  color: white !important;
}

.banner-has-bg p#index-banner-subtitle {
  color: white !important;
}

.display-dev-none {
  display: none !important;
}

.active-selectable .display-dev-none {
  display: flex !important;
  z-index: 10;
}

.about-container {
  margin: auto !important;
  max-width: 56rem !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

@media (min-width: 768px) {
  .about-container {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.about-title,
.page-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

.page-title {
  margin-bottom: 1.5rem;
}

.about-subtitle {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: var(--secondary-font-color);
}

.about-content {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.about-content:focus {
  border-style: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.header-cta {
  display: none;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.625rem;
}

@media (min-width: 1200px) {
  .header-cta {
    display: flex;
    gap: 1rem;
  }
}

.user-avatar {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  border-radius: 9999px;
}

.user-avatar:hover {
  opacity: 0.6;
}

.user-info {
  z-index: 9999;
  position: absolute;
  right: 0px;
  top: 50px;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.875rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition: box-shadow 0.3s;
}

.user-info::before {
  content: '';
  top: -10px;
  /* Position above the user-info box */
  right: 10px;
  /* Adjust to align with your design */
  border-width: 5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  display: block;
  height: 0px;
  width: 0px;
  border-style: solid;
}

#header {
  transition: top 0.3s ease;
  /* Smooth transition */
  /* @apply lg:top-6 top-0; */
}

#authentication {
  position: relative;
  margin-top: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

p.user-name {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.user-info-actions {
  margin-top: 0.625rem;
}

p.user-email {
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.user-info-divider {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 0.125rem;
  width: 100%;
  background-color: var(--gray-1);
}

button.user-info-button {
  width: 100%;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: var(--primary-color);
  padding: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

img.login-modal-logo {
  background: #70659f2b;
  margin-bottom: 0.75rem;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0.375rem;
}

p.login-modal-text {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

button.theme-button {
  padding: 8px 16px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

img.post-thumbnail-img {
  height: 100%;
  max-height: 300px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px 6px 0px 0px;
}

.post-thumbnail-body {
  padding: 0.75rem;
}

.post-thumbnail-body .post-description {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1.75 !important;
}

.posted-by-container {
  margin-top: 18px;
}

a.view-all-posts {
  text-decoration: none !important;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--primary-color);
}

.html-content img, .post-image {
  width: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  /* md:max-h-[400px]  */
  max-height: 100%;
}

.post-image {
  max-height: 100%;
  /* @apply md:max-h-[400px]; */
}

.html-content ol,
.html-content ul {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .html-content ol,
.html-content ul {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    padding-left: 3rem;
  }
}

.html-content ol li,
.html-content ul li {
  margin-bottom: 0.25rem;
}

.html-content ol li:last-child,
.html-content ul li:last-child {
  margin-bottom: 0px;
}

.html-content ul + p:empty, .html-content ol + p:empty {
  line-height: 0px !important;
}

/* if li tag is below the h3 or h4, then mt-0 */

.html-content h1 + ol,
.html-content h1 + ul,
.html-content h2 + ol,
.html-content h2 + ul,
.html-content h3 + ol,
.html-content h3 + ul,
.html-content h4 + ol,
.html-content h4 + ul,
.html-content h5 + ol,
.html-content h5 + ul {
  margin-top: 0px !important;
}

.html-content blockquote {
  margin: 1rem 0px;
  margin-left: 2px;
  border-left-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(88 88 88 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}

.html-content {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
}

.html-content h3, .html-content h3 * {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

.html-content h4, .html-content h4 * {
  margin: 0.5rem 0px;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.html-content p,
.html-content b,
.html-content a,
.html-content div {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.author-thumbnail img {
  height: 2rem;
  width: 2rem;
  gap: 0.75rem;
  border-radius: 9999px;
  background-color: var(--primary-color);
}

@media (min-width: 768px) {
  .author-thumbnail img {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.reviews-list .author-thumbnail img {
  margin-top: 0.125rem !important;
}

.author-info-container {
  margin-bottom: 24px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  border-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-style: solid;
  border-color: var(--gray-1);
  padding-top: 18px;
  padding-bottom: 18px;
}

.author-info {
  width: 100%;
}

.author-header-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}

.star-rating {
  display: flex;
  gap: 0.125rem;
}

.author-thumbnail {
  display: flex;
  align-items: center;
}

p.post-date {
  border-left: 1px solid var(--gray-1);
  border-left-width: 1px;
  border-left-color: var(--gray-1);
  padding-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.author-info-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-info-icon-container {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding: 0.5rem;
}

.author-info-icon-container:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.author-info-icon-container p {
  color: var(--secondary-font-color);
}

.comment-author {
  display: flex;
  align-items: center;
}

.author-name {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  line-height: normal;
}

.comment-date {
  margin-top: 1px;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--gray-2);
  line-height: normal;
}

.comment-content {
  text-decoration: none !important;
  margin-top: 1rem;
  white-space: pre-line;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.author-comment {
  text-decoration: none !important;
}

.comment-container {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: var(--gray-1);
  padding-bottom: 1rem;
}

.comment-container:last-child {
  border-bottom-width: 0px !important;
}

.comment-form .comment-container {
  border-bottom-width: 1px !important;
}

.reviews-list.questions-list .comment-container {
  margin-bottom: 0px !important;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
  padding: 1rem !important;
}

.reviews-container {
  padding-top: 44px !important;
}

.reviews-list.questions-list {
  gap: 0.625rem !important;
}

.comments-header h2 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: var(--gray-1);
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .comments-header h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.post-thumbnail iframe {
  width: 100%;
  height: 480px;
  border-radius: 0.375rem;
}

.add-your-comment-header {
  margin-top: 1.5rem;
}

.add-your-comment-header-title {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .add-your-comment-header-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.post-title-container {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-posted-date {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.comments-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.question {
  text-decoration: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.question:hover {
  border-color: var(--primary-color);
}

.question-title {
  width: 100%;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.questions {
  display: flex;
  gap: 0.5rem;
}

.question-answer {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--secondary-font-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.question-tag {
  padding: 4px 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  border-width: 1px;
  border-style: none;
  background-color: var(--primary-banner-color);
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--primary-color);
}

.question-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.question-footer-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.question-comments {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--gray-2);
}

.question-footer-active .question-comments {
  color: var(--primary-color);
}

.question-title-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-hero-section {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background-color: var(--primary-banner-color);
  padding-bottom: 60px;
  text-align: center;
  height: 419px !important;
  height: auto !important;
  min-height: 276px !important;
  padding-top: 20px !important;
}

.page-hero-dev {
  height: calc(275px + 0px) !important;
}

.search-forum-container {
  position: relative;
  margin: auto;
  margin-top: 0.75rem;
  width: 375px;
  max-width: 100%;
}

.search-forum-input {
  min-height: 46px;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  padding: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 2.25rem;
}

.search-forum-container .search-forum-button {
  position: absolute;
  right: 7px;
  top: 5px;
  cursor: pointer;
  border-radius: 9999px;
  background-color: var(--primary-color);
  padding: 0.375rem;
}

button:disabled {
  cursor: wait !important;
  opacity: 0.5 !important;
}

.ask-question-button {
  margin-top: 0.75rem;
  cursor: pointer;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--primary-color);
}

.hidden-div {
  display: none;
}

.basic-modal {
  display: none;
  max-height: 95vh;
  width: 100%;
  border-radius: 0.375rem;
}

@media (min-width: 768px) {
  .basic-modal {
    max-height: 80vh;
    width: 650px;
  }
}

.ask-question-modal {
  border-radius: 0.375rem !important;
  padding: 0px !important;
  padding-top: 1.5rem !important;
}

.ask-question-modal form {
  padding: 1.5rem !important;
}

.ask-question-modal #ff-compose {
  height: 100%;
  overflow: auto;
  border-radius: 0.375rem !important;
}

.ask-question-modal .ff-secfields {
  padding-bottom: 0px !important;
}

.ask-question-modal #ff-sec-root {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

img.question-container-author-img {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  background-color: var(--primary-color);
}

.question-container-author {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.25rem;
}

.question-container-author-thumbnail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.question-container-author-name {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

p.question-container-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--secondary-font-color);
}

.question-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.question-text {
  white-space: pre-line;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400 !important;
}

img.comment-attachment {
  margin-top: 1.25rem;
  max-height: 24rem;
  width: 100%;
  border-radius: 0.375rem;
  background-color: var(--primary-banner-color);
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0.25rem;
}

img.page-not-found-image {
  max-height: 13rem;
}

.cart-section {
  position: relative;
  z-index: 10;
  display: none;
}

.cart-background {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.cart-container {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}

.cart-innercontainer {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}

.ff-cart-noitem {
  display: flex;
  justify-content: center;
  text-align: center;
}

.cart-wrapper {
  pointer-events: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  width: 100%;
}

@media (min-width: 768px) {
  .cart-wrapper {
    width: auto;
    max-width: 100%;
    padding-left: 2.5rem;
  }
}

.cart-innerwrapper {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  pointer-events: auto;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .cart-innerwrapper {
    width: 100vw;
    max-width: 28rem;
  }
}

.cart-sidebar-header {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.cart-sidebar-header-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.cart-close-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.ff-cart-items-wrapper {
  margin-top: 0.5rem;
}

.ff-cart-items {
  height: auto;
  max-height: 100vh;
  width: 100%;
  overflow: auto;
  padding-bottom: 6rem !important;
}

@media (min-width: 1200px) {
  .ff-cart-items {
    padding-bottom: 1rem !important;
  }
}

.cart-desktop {
  position: relative;
  display: none;
  height: auto;
  width: 20rem;
}

@media (min-width: 1200px) {
  .cart-desktop {
    display: flex;
    width: 24rem;
  }
}

.cart-desktop-container {
  top: 0px;
  right: 0px;
  width: 100%;
}

.cart-desktop-innercontainer {
  position: sticky !important;
  margin-bottom: 1.25rem;
  display: flex;
  width: 20rem;
  flex-direction: column;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .cart-desktop-innercontainer {
    width: 24rem;
  }
}

.cart-desktop-innercontainer  {
  top: 90px !important;
}

.cart-desktop-header {
  margin: auto;
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.embed-container {
  margin-left: auto;
  margin-right: auto;
  min-height: 70vh;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 1200px) {
  .embed-container {
    max-width: 80rem;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.embed-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 1.25rem;
}

.embed-wrapper #ff-compose {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 100% !important;
  flex: 1 1 0%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 1200px) {
  .embed-wrapper #ff-compose {
    border-radius: 0.375rem;
  }
}

.embed-wrapper #ff-compose {
  background-color: var(--ff-formbgcolor) !important;
}

.embed-wrapper #ff-compose form {
  width: 100% !important;
  padding: 1.25rem !important;
}

button.ff-cart-checkout {
  margin-bottom: 1.25rem;
}

.main-container-form {
  background-color: var(--primary-banner-color);
}

.ff-cart-items li .ff-cart-title {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  gap: 0.125rem;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.ff-cart-items li .ff-cart-price {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

#contact.section-main {
  display: flex;
  min-height: 320px;
  align-items: center;
  justify-content: center;
}

#contact.section-main:empty {
  min-height: 0px;
}

#contact-us {
  margin-top: 1.5rem !important;
}

.contact-innercontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

#contact-banner-button-text {
  margin-top: 1.5rem;
}

.contact-right-container form {
  padding-left: 0px !important;
}

.contact-right-container iframe {
  height: 340px;
  border-radius: 0.375rem;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--gray-1) !important;
  background-color: var(--gray-1);
}

@media (min-width: 1200px) {
  .contact-right-container iframe {
    height: 540px;
  }
}

.contact-banner-title.editable-disabled {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.contact-banner-text {
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.contact-banner-item-text {
  display: flex;
  flex-direction: column;
}

.contact-banner-item {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 1200px) {
  .contact-banner-item {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.contact-banner-container {
  margin-top: 1.5rem;
  display: flex;
  min-height: 167px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 1.25rem;
  border-radius: 0.375rem;
  background-color: transparent;
  padding: 0px;
}

@media (min-width: 1200px) {
  .contact-banner-container {
    flex-direction: row;
    gap: 2.5rem;
    padding: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.contact-banner-item .svg-icon {
  border-radius: 0.5rem;
  background-color: var(--primary-banner-color);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1200px) {
  .contact-banner-item .svg-icon {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.contact-main-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1200px) {
  .contact-main-container {
    flex-direction: row;
    gap: 0px;
  }
}

.contact-banner-item-divider {
  display: none;
  height: 1px;
  width: 100%;
  background-color: var(--gray-1);
}

@media (min-width: 1200px) {
  .contact-banner-item-divider {
    height: 79px;
    width: 1px;
  }
}

.product-info-container {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

@media (min-width: 1200px) {
  .product-info-container {
    gap: 0.75rem;
  }
}

.product-info-container {
  border-radius: 0px 0px 0.375rem 0.375rem;
}

.product-price-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add-to-cart-button {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--primary-color);
  padding: 0.625rem;
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.add-to-cart-button:hover {
  background-color: var(--primary-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .add-to-cart-button {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: var(--gray-2);
  }
}

.add-to-cart-button {
  box-shadow: 0px 4px 20px 4px #8B8B8B1A;
}

.add-to-cart-button:hover {
  box-shadow: 1px 3px 20px 20px #8B8B8B1A;
}

.add-to-cart-button span {
  font-size: 20px;
}

.section-with-bg {
  background-color: var(--primary-banner-color);
}

.user-info-action {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(207 42 42 / var(--tw-text-opacity));
}

.user-info-action:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

@media (min-width: 1200px) {
  .user-info-action {
    padding: 0.25rem;
  }
}

.user-info-action span.material-symbols-outlined {
  font-size: 22px;
}

.faqs-container {
  margin: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

.faq-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-button {
  display: flex;
  height: 26px;
  width: 26px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  color: var(--primary-color);
}

.faq-button:hover {
  background-color: var(--primary-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .faq-button {
    height: 34px;
    width: 34px;
  }
}

.faq-button:hover * {
  fill: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.faq-title {
  width: 91.666667%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .faq-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.faq-container {
  cursor: pointer;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  user-select: none !important;
}

.faq-container.faq-opened {
    user-select: text !important;
}

@media (min-width: 768px) {
  .faq-container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.faq-description {
  margin-top: 0.75rem;
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--secondary-font-color);
}

@media (min-width: 1200px) {
  .faq-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.faq-description {
  /* only 3 lines */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none !important;
}

.faq-opened.faq-container {
  border-color: var(--primary-color);
}

.faq-opened .faq-description {
  display: -webkit-box;
  /* moz */
  display: -moz-box;
}

.faq-opened .faq-description:hover {
  opacity: 0.8;
}

.faq-opened .faq-button {
  background-color: var(--primary-color) !important;
  fill: #fff !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.faq-opened .svg-icon {
  transform: rotate(180deg);
}

.faq-opened .faq-title {
  font-weight: 600 !important;
}

.add-comment-button {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--primary-color);
}

.question-related-title {
  width: 100%;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.question-main-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
}

.loading {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.question-related-list {
  width: 100%;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-width: 0px;
  border-style: solid;
  border-color: var(--gray-1);
  display: flex !important;
  flex-direction: column !important;
  gap: 0.75rem !important;
  border-width: 0px !important;
}

#question .section-container {
  align-items: flex-start;
  width: 800px !important;
  max-width: 100% !important;
}

.question-related-list .loading,
.question-related-list .no-questions {
  padding: 1rem;
  text-align: left !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.question-related-item-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.question-related-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.question-related-container {
  width: 100%;
}

.question-innercontainer {
  width: 100%;
}

.qa-cmt {
  color: var(--primary-color);
  text-underline-offset: 2px;
}

.page-hero-description {
  margin-top: 0.75rem;
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.page-hero-description:empty {
  margin-top: 0px !important;
}

.question-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.question-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--gray-2);
}

.question-footer-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pdp-container {
  margin: auto;
  max-width: 640px !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .pdp-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.theme-colorful .pdp-container {
  max-width: 672px !important;
}

.pdp-container-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.pdp-price-container {
  margin-top: -0.25rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .pdp-price-container {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .pdp-price-container {
    align-items: center;
  }
}

.product-price-container .out-of-stock-text {
  border-radius: 0.375rem;
  background-color: var(--gray-1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .product-price-container .out-of-stock-text {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.pdp-information {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}

.pdp-title {
  font-size: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1200px) {
  .pdp-title {
    font-size: 26px;
  }
}

.pdp-title {
  line-height: 1.45 !important;
}

.pdp-main-img {
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  cursor: zoom-in;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {
  .pdp-main-img {
    width: auto;
  }
}

.pdp-main-img {
  z-index: 4;
}

h2.comments-header-title {
  font-size: 20px;
  font-weight: 500;
}

a.primary-button.pdp-add-to-cart {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  a.primary-button.pdp-add-to-cart {
    width: -moz-fit-content;
    width: fit-content;
  }
}

p.pdp-main-price {
  font-size: 28px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1200px) {
  p.pdp-main-price {
    font-size: 32px;
  }
}

.pdp-main-image {
  position: relative;
  margin: auto;
  display: flex;
  height: auto;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  padding: 0px;
}

@media (min-width: 768px) {
  .pdp-main-image {
    height: 320px;
    padding: 1.5rem;
  }
}

.pdp-main-bg-overlay {
  z-index: 1;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.33) !important;
  -webkit-clip-path: inset(0 round 5px);
          clip-path: inset(0 round 5px);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
}

.pdp-main-image-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background: rgba(0, 0, 0, 0.33);
  -webkit-clip-path: inset(0 round 5px);
          clip-path: inset(0 round 5px);
  background-position: center;
  filter: blur(12px);
}

.pdp-additional-image {
  width: 5rem;
  cursor: pointer;
  border-radius: 0.375rem;
}

.pdp-additional-images {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

.pdp-images {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 0.375rem;
}

.pdp-additional-image.active {
  pointer-events: none;
  border-width: 2px;
  border-style: solid;
  border-color: var(--primary-color);
  padding: 0.125rem;
}

.pdp-basic-description * {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: var(--secondary-font-color) !important;
}

.pdp-basic-description {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: var(--secondary-font-color) !important;
}

.pdp-price {
  /* @apply mt-3; */
}

.pdp-accordion-header {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-style: solid;
  border-top-color: var(--gray-1);
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.75rem;
}

.pdp-accordion:last-child {
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: var(--gray-1);
}

.pdp-accordion-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.pdp-accordion-content {
  margin-bottom: 1rem;
  display: none;
  padding-right: 0.75rem;
  color: var(--secondary-font-color) !important;
}

.pdp-accordion-content * {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: var(--secondary-font-color) !important;
}

.pdp-accordion-content ul {
  padding-left: 1.5rem;
}

.pdp-accordions {
  margin-top: 0.5rem;
}

.pdp-accordion-active .pdp-accordion-content {
  display: block !important;
}

.pdp-accordion-expand {
  cursor: pointer;
}

.html-content table {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.html-content table th {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: left;
  font-weight: 500;
}

.html-content table td {
  padding: 0.5rem;
}

.html-content table td,
.html-content table th {
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
}

.html-content h1,
.html-content h2,
.html-content h3 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.html-content h4,
.html-content h5,
.html-content h6 {
  margin-top: 0px;
  margin-bottom: 4px;
}

a.header-back {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.question-categories {
  margin-bottom: 1rem;
  display: none;
  width: 100%;
  flex-direction: row;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .question-categories {
    display: flex;
  }
}

.question-category-select {
  margin-bottom: 1rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-self: baseline;
  border-radius: 8px;
  background-color: var(--primary-banner-color);
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .question-category-select {
    display: none;
  }
}

/* update the select arrow */

select.question-category-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.1018 8C5.02785 8 4.45387 9.2649 5.16108 10.0731L10.6829 16.3838C11.3801 17.1806 12.6197 17.1806 13.3169 16.3838L18.8388 10.0731C19.5459 9.2649 18.972 8 17.898 8H6.1018Z' fill='%23212121'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%;
  padding-right: 1rem;
}

a.question-category {
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  background-color: var(--gray-1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--gray-2);
}

a.question-category.active-category {
  background-color: var(--primary-banner-color);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#second-banner.section-main {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  #second-banner.section-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  #second-banner.section-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.question-footer-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

div#ask-question {
  width: 640px;
  max-width: 100%;
  padding: 0px !important;
}

.question-search-container {
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  align-items: baseline;
  gap: 0.5rem;
}

.question-search-result-heading {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.question-search-result-heading b {
  font-weight: 500;
}

.additional-btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--primary-color);
}

.comment-footer-container {
  margin: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
}

@media (min-width: 1200px) {
  .comment-footer-container {
    flex-direction: row;
    align-items: center;
  }
}

.comment-footer-post-actions {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 0.5rem;
  border-top-width: 1px;
  border-style: solid;
  border-top-color: var(--gray-1);
  padding-top: 1rem;
}

@media (min-width: 1200px) {
  .comment-footer-post-actions {
    margin-top: 0px;
    border-top-width: 0px;
    padding-top: 0px;
  }
}

textarea.comment-input {
  width: 100%;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: var(--gray-1);
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  resize: vertical;
  background-color: rgba(0, 0, 0, 0.04);
}

.comment-form .comment-container {
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1) !important;
  padding: 1rem;
}

.comments-list .comment-container:last-child {
  border-bottom-width: 0px !important;
}

.primary-button-text {
  cursor: pointer;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: var(--primary-color);
}

.button-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

nav.header-nav {
  position: absolute;
  top: 5rem;
  left: 0px;
  display: none;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1200px) {
  nav.header-nav {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    background-color: inherit;
    padding: 0px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1240px) {
  nav.header-nav {
    position: unset;
    box-shadow: none;
  }
}

.header-menu-button {
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: transparent;
  padding: 0.5rem;
}

.header-menu-button:hover {
  background-color: #0000001F;
}

@media (min-width: 1200px) {
  .header-menu-button {
    display: none;
  }
}

li.header-links-order-now.primary-button.button-sm {
  display: flex;
}

@media (min-width: 1200px) {
  li.header-links-order-now.primary-button.button-sm {
    display: none;
  }
}

.primary-button a,
.primary-outline-button a {
  text-decoration: none;
  width: 100%;
  text-align: center;
  color: inherit;
}

.authentication-user-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.authentication-user-info .authentication-user-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.authentication-user-info .authentication-user-email {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--gray-2);
}

li#authentication-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: var(--gray-1);
  padding-bottom: 1rem;
}

@media (min-width: 1200px) {
  li#authentication-info {
    display: none;
  }
}

.header-nav-overlay {
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-color: #0000003D;
}

.ff-cart-items li .ff-cart-quantity {
  display: flex;
  align-items: center;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  color: var(--secondary-font-color) !important;
}

.ff-cart-items .ff-cart-total .ff-cart-price,
.ff-cart-items .ff-cart-total .ff-cart-totxt {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

span.ff-cart-count {
  position: absolute;
  top: -5.5px;
  right: -5px;
  display: none;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(207 42 42 / var(--tw-bg-opacity));
  padding-top: 2px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1200px) {
  span.ff-cart-count {
    top: -12.5px;
  }
}

.pdp-breadcrumb-anchor {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--gray-2);
  text-decoration: none;
}

.pdp-breadcrumb-anchor-active {
  font-weight: 500;
  color: var(--primary-color);
}

.pdp-breadcrumbs {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .pdp-breadcrumbs {
    margin-bottom: 1.5rem;
  }
}

.pdp-container .pdp-breadcrumbs {
  margin-bottom: 0.625rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdp-sold-out {
  width: -moz-fit-content;
  width: fit-content;
  cursor: not-allowed;
  border-radius: 0.375rem;
  background-color: var(--gray-1);
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.pdp-breadcrumb {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.comment-attachment-preview-container {
  display: none;
}

.add-attachment {
  margin: auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}

.comment-attachment-preview-container {
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

p.attachment-file-name {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--gray-2);
}

img.comment-attachment-preview {
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 0.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.remove-attachment {
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: transparent;
  padding: 0.375rem;
}

.remove-attachment:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.author-header {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.header-links-login-now {
  display: block;
}

@media (min-width: 1200px) {
  .header-links-login-now {
    display: none;
  }
}

.login-modal-container {
  padding: 1rem;
}

.load-more-questions {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.load-more-questions-button {
  display: flex;
  width: 7rem;
  max-width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--primary-color);
  text-decoration: none;
}

.load-more-questions-button:hover {
  border-color: var(--primary-color);
}

.load-more-questions-button {
  font-size: 14px;
  padding: 6px 6px 6px 10px;
}

.load-more-questions-button-previous {
  padding: 6px 10px 6px 6px !important;
}

.loading-more-questions {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.loading-more-questions img {
  height: 3.5rem;
  width: 3.5rem;
}

.questions-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

.loading-more-questions svg {
  height: 2.75rem;
  width: 2.75rem;
}

.questions-empty {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: dashed;
  border-color: var(--gray-1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-bottom: 1.5rem;
}

img.empty-list-image {
  height: 7rem;
  width: 7rem;
}

.questions-empty button {
  margin-top: -1rem;
}

.page-not-found-description {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--secondary-font-color);
}

.page-not-found-title {
  font-size: 32px;
  text-align: center;
}

.page-hero-title {
  font-size: 28px;
}

@media (min-width: 768px) {
  .page-hero-title {
    font-size: 34px;
  }
}

.page-hero-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .page-hero-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.main-content {
  min-height: 65vh;
}

p.post-date {
  font-size: 1rem;
}

.contact-left-container form .ff-secfields {
  padding-bottom: 1.5rem !important;
}

.contact-left-container form .ff-item {
  padding: 0px !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.fancybox__content {
  width: 100%;
  border-radius: 0.375rem !important;
  padding: 0px !important;
}

@media (min-width: 768px) {
  .fancybox__content {
    width: auto;
  }
}

.fancybox-dynamic-footer {
  justify-content: end;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 1.25rem;
  text-align: center;
}

.fancybox-dynamic-header {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.fancybox-dynamic-content {
  width: 100%;
  max-width: 100%;
  padding: 1.25rem;
  padding-bottom: 2rem !important;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .fancybox-dynamic-content {
    width: 35rem;
  }
}

select {
  -moz-appearance:none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23808080' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5em;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

input:disabled, select:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.fancybox-dynamic-footer {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity));
  padding: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

button.fancybox-close-button {
  float: right;
  margin: auto;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: transparent;
}

button.fancybox-close-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

button.f-button {
  padding: 1rem 2.5rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

button.f-button:disabled {
  cursor: not-allowed !important;
}

.fancybox__toolbar__column .f-button {
  border-radius: 0px !important;
  padding: 0px !important;
}

button.f-button.is-primary {
  background-color: var(--ff-primary) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.no-quick-links-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

p.no-quick-links {
  font-size: 1rem;
  line-height: 1.5rem;
}

.placeholder-logo {
  display: flex;
  height: 2.5rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: var(--primary-color);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fab-container {
  margin: 0px 0px 0px auto;
  position: sticky;
  bottom: 0px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.fab {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: 0.375rem;
  border-radius: 0.5rem;
  background-color: var(--ff-primary);
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fab:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(81 45 216 / var(--tw-bg-opacity));
}

.fab {
  padding: 12px 24px;
}

button.cart-close-button svg-icon {
  cursor: pointer;
  background-color: transparent;
}

.page-hero-description-container:empty {
  margin-top: 0px !important;
  height: 0px !important;
  padding-top: 0px !important;
}

#about .section-title-wrapper {
  margin-bottom: 0px !important;
  width: 100% !important;
  align-items: baseline !important;
  gap: 18px !important;
}

@media (min-width: 1200px) {
  #about .section-title-wrapper {
    gap: 1.5rem !important;
  }
}

#about .section-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  #about .section-container {
    flex-direction: row !important;
  }
}

img.about-banner-image {
  margin-top: 2rem;
  max-width: 100%;
  border-radius: 0.75rem;
}

@media (min-width: 768px) {
  img.about-banner-image {
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  img.about-banner-image {
    max-width: 427.45px !important;
  }
}

.banner-image {
  border-radius: 0.75rem;
}

.page-hero-content {
  width: 100%;
}

#about-subtitle {
  margin-bottom: 24px !important;
}

.section-secondary-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.frequently-asked-questions {
  margin-top: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}

.compose-button {
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#question-answer-section {
  margin-bottom: 60px !important;
  align-items: flex-start !important;
  border-radius: 0.375rem !important;
  border-style: none !important;
  border-color: transparent !important;
  padding: 1rem !important;
  padding-top: 30px !important;
}

@media (min-width: 1200px) {
  #question-answer-section {
    margin-top: 140px !important;
    padding: 0px !important;
  }

  .header-container-top {
    top: 1.5rem;
  }
}

.header-container-hide {
  top: -150px !important;
}

div#related-questions .loading {
  padding-left: 0px !important;
}

.ff-form .ff-title {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .ff-form .ff-title {
    margin-top: 0px;
  }
}

#ask-question .f-button svg {
  position: absolute;
}

@media (min-width: 768px) {
  #ask-question .f-button svg {
    right: 0px;
  }
}

.fancybox__container {
  top: unset !important;
}

.page-main .fancybox__container {
  top: 0px !important;
}

@media (min-width: 768px) {
  .fancybox__container {
    top: 0px !important;
  }
}

.fancybox__slide {
  padding: 0px !important;
}

@media (min-width: 768px) {
  .fancybox__slide {
    padding: 0.25rem !important;
  }
}

.fancybox__content {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

@media (min-width: 768px) {
  .fancybox__content {
    border-radius: 0.375rem !important;
  }
}

.post-thumbnail {
  position: relative;
  margin-bottom: 0.5rem;
}

.post-thumbnail:empty {
  margin-bottom: 0px;
}

.post-thumbnail-edit-actions {
  position: absolute;
  top: -22px;
  right: -10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

.post-thumbnail-edit-actions button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(12 140 233 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.post-thumbnail-edit-actions button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 155 243 / var(--tw-bg-opacity));
}

.post-thumbnail-edit-actions button span {
  font-size: 21.5px;
}

button.remove-thumbnail {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

button.remove-thumbnail:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.question-page-not-found {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
  text-align: center;
}

img.page-not-found {
  height: 13rem;
}

.question-related-container.section-container.max-width-min {
  max-width: 840px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0px !important;
}

@media (min-width: 1200px) {
  .question-related-container.section-container.max-width-min {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.form-page-header {
  border-bottom: 1px solid var(--gray-1) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.contact-banner-container.contact-banner-container-vertical {
  flex-direction: column;
}

.contact-banner-container-vertical .contact-banner-item-divider {
  height: 1px !important;
  width: 100% !important;
}

.contact-banner-container-vertical .contact-banner-item {
  width: 100% !important;
  align-items: flex-start !important;
}

.contact-banner-container-vertical .contact-banner-item-text {
  flex: 1 1 0% !important;
}

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

.reviews-thumbnail {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  gap: 1.5rem;
}

.review-thumbnail {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 1200px) {
  .review-thumbnail {
    max-width: 33%;
  }
}

.review-thumbnail .comment-content {
  /* 3 line max */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid var(--gray-1) !important;
  padding-top: 1rem !important;
}

.pdp-reviews .reviews-container {
  width: 100% !important;
  padding: 0px !important;
}

.pdp-reviews .author-comment {
  cursor: default !important;
}

img.category-thumbnail {
  margin-bottom: 0.75rem;
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -o-object-fit: contain;
     object-fit: contain;
}

h3.category-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.category-products-count {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--gray-2);
}

.category-container {
  text-decoration: none !important;
}

.page-index .theme-colorful .header-container {
  background-color: var(--primary-banner-color) !important;
}

.theme-colorful .header-container {
  background-color: transparent !important;
}

@media (min-width: 768px) {
  .theme-colorful .header-container {
    height: 99px;
  }
}

.theme-colorful .header-container.form-page-header {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 768px) {
  .theme-colorful .header-container.form-page-header {
    height: 99px;
  }
}

.page-form .header-container {
  border-bottom: 1px solid !important;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hasBanner.theme-colorful .header-container, .page-index.theme-colorful .header-container {
  /* @apply !bg-[var(--primary-banner-color)]; */
  background-color: transparent !important;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

@media (min-width: 1200px) {
  .hasBanner #banner, #index-page #banner {
    margin-top: -80px !important;
  }
}

.theme-colorful .header-content {
  background-color: var(--primary-banner-color) !important;
  max-height: 80px;
}

@media (min-width: 1200px) {
  .theme-colorful .header-content {
    margin-top: 18px !important;
    border-radius: 12px !important;
  }
}

@media (min-width: 768px) {
  .theme-colorful .form-page-header .header-content {
    height: 80px !important;
  }
}

@media (min-width: 1200px) {
  .theme-colorful .form-page-header .header-content {
    margin-top: 0px !important;
  }
}

.theme-colorful.page-main #header, .theme-colorful.page-main .header-content {
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  border-bottom: 1px solid var(--primary-banner-color) !important;
}

.theme-colorful.page-main #header {
  border-bottom: 1px solid var(--primary-banner-color) !important;
}

@media (min-width: 768px) {
  .theme-colorful .form-page-header {
    height: 80px !important;
  }
}

.theme-colorful .contact-banner-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-colorful .contact-main-container .ff-form {
  background-color: transparent !important;
}

.theme-colorful.hasBanner .header-content {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--primary-banner-color) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.page-index.theme-colorful .header-content {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--primary-banner-color) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hasBanner.theme-colorful .page-hero-section {
  margin-top: -80px !important;
  min-height: 390px !important;
  padding-top: 124px !important;
}

.body-container.hasBg.theme-colorful {
  background-color: var(--primary-banner-color) !important;
}

.theme-colorful .pdp-container-main {
  border-radius: 0.75rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 1rem !important;
}

.page-breadcrumbs {
  position: absolute !important;
  left: 0px !important;
  top: -36px !important;
}

.theme-colorful .post-container, .theme-colorful #question-answer-section {
  margin-bottom: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 1rem !important;
}

@media (min-width: 768px) {
  .theme-colorful .post-container, .theme-colorful #question-answer-section {
    border-radius: 0.375rem !important;
    padding: 42px !important;
  }
}

@media (min-width: 1200px) {
  .theme-colorful .post-container, .theme-colorful #question-answer-section {
    margin-top: 140px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .theme-colorful .post-container.page-breadcrumbs-exist {
    margin-top: 160px !important;
  }

  .theme-colorful .post-container.empty-post-container {
    margin-top: 0px !important;
  }
}

.theme-colorful .contact-left-container #ff-compose {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
}

a.outline-button, .outline-button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  color: var(--primary-color) !important;
}

.header-center-max-width {
  width: 300px;
}

@media (min-width: 1200px) {
  .header-center-max-width {
    max-width: 300px;
  }
}

.footer-content-copyrights {
  margin-top: 2.5rem;
  width: 100%;
  border-top-width: 1px;
  border-style: solid;
  border-top-color: #FFFFFF1F;
  padding-top: 2.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-content-paid {
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 768px) {
  .footer-content-paid {
    flex-direction: row;
  }
}

.footer-logo-paid-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-content-section {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.625rem;
}

@media (min-width: 768px) {
  .footer-content-section {
    margin-top: 0px;
    margin-bottom: 0px;
    gap: 1.5rem;
  }
}

.footer-content-section-pages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

h6.footer-content-section-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-content-section-pages .footer-content-section-a {
  text-decoration: none !important;
  display: flex;
  height: 2rem;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pdp-main-image-left-arrow, .pdp-main-image-right-arrow {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  margin: 0.75rem;
  display: none;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.pdp-main-image-left-arrow:hover, .pdp-main-image-right-arrow:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .pdp-main-image-left-arrow, .pdp-main-image-right-arrow {
    display: flex;
  }
}

.pdp-main-image-left-arrow, .pdp-main-image-right-arrow {
  z-index: 3;
}

.pdp-main-image-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.min-body section#product,
.min-body section#products,
.min-body section#page,
.min-body section#contact,
.min-body section#about,
.min-body section#reviews,
.min-body section#posts,
.min-body section#forums,
.page-about.min-body .about-container {
  min-height: calc(100vh - 80px - 236px);
}

.address-card-rating {
  display: flex;
  align-items: center;
  gap: 0px;
}

.address-ratting-star {
  margin-top: -3px;
  height: 1.25rem;
  width: 1.25rem;
  fill: #FEA60E;
}

.address-ratting-star-empty {
  margin-top: -3px;
  height: 1.25rem;
  width: 1.25rem;
  fill: #D1D1D1;
}

.address-card-rating-text {
  margin-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(254 166 14 / var(--tw-text-opacity));
}

.user-rating-total {
  margin-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(58 132 223 / var(--tw-text-opacity));
}

.address-card-header {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.address-card-header-left {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 0.25rem;
}

.address-card-header-right .svg-icon {
  background-color: transparent;
  padding: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

p.address-card-link-text {
  font-size: 0.75rem;
  line-height: 1rem;
}

a.address-card-link {
  text-decoration: none !important;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(58 132 223 / var(--tw-text-opacity));
}

a.address-card-link:hover {
  font-weight: 500;
}

.address-card {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-1);
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

.address-card-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--secondary-font-color);
}

.address-card-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.empty-contact-space {
  display: none;
}

.theme-colorful .empty-contact-space {
  display: block !important;
  height: 2.5rem !important;
  width: 100% !important;
}

.prefill-item {
  text-decoration: none !important;
}

.prefill-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
}

.prefill-item-title,
.prefill-item-price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prefill-item-price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.prefill-item-description {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--secondary-font-color);
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.prefill-item-image {
  max-height: 16rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.prefill-pdp-page .action-buttons {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.author-info-icon-container-text {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.author-info-right {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

#like-count, #comment-count, .like-action-text {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.comments-action {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding: 0.375rem;
  padding-top: 0.5rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.comments-action:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.comments-action span {
  font-size: 21px;
}

.comments-header-actions {
  /* border-bottom: 1px solid #e4e4e4; */
  border-top: 1px solid #e4e4e4;
  margin-bottom: 16px !important;
  margin-top: 8px !important;
  display: flex;
  height: 3rem;
  width: 100%;
  gap: 0.125rem;
}

.comments-header-tooltip {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  color: gray;
  font-size: 14px;
  gap: 8px;
  justify-content: space-between;
}

#about .section-title-wrapper * {
  text-align: left;
}