@charset "UTF-8";
/* $gradient-start-gray: #cce7f5;
$gradient-mid-gray:   #a3cde2;
$gradient-end-gray:   #6b9bbd; */
html,
body {
  height: auto;
  min-height: 100%;
  /*   background: linear-gradient(
      to bottom,
      $gradient-start-gray 0%,
      $gradient-mid-gray 40%,
      $gradient-end-gray 100%
    ); */
  background: #a9b9c6;
  color: #2c2c2c;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  overflow-x: hidden;
}

:root {
  --header-height: 30px;
  --footer-height: 60px;
}

.site,
.site-content,
.content-area,
.site-main,
.inside-article,
.page,
#page,
article {
  background: transparent !important;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
}

blockquote,
dd, dl, dt,
fieldset,
figure,
h1, h2, h3, h4, h5, h6,
hr,
iframe,
legend,
li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header {
  display: none;
  background-color: #d6dee4;
  margin: 0;
}

.lingnoi-footer {
  text-align: center;
  background-color: #6c7a89;
  color: #2c2c2c;
}

.lingnoi-footer a {
  color: #2c2c2c;
}

.site-footer {
  display: none;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fade-in-tagline {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 2s;
  text-align: left;
  max-width: 600px;
  font-size: 1.1rem;
  color: #2c2c2c;
}

.back-to-store-link a,
.back-to-store-link a:visited {
  color: #2c2c2c !important;
}

@keyframes fadeInUp {
  to {
    opacity: 0.5;
    transform: translateY(0);
  }
}
/* $gradient-start-gray: #cce7f5;
$gradient-mid-gray:   #a3cde2;
$gradient-end-gray:   #6b9bbd; */
html,
body {
  height: auto;
  min-height: 100%;
  /*   background: linear-gradient(
      to bottom,
      $gradient-start-gray 0%,
      $gradient-mid-gray 40%,
      $gradient-end-gray 100%
    ); */
  background: #a9b9c6;
  color: #2c2c2c;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  overflow-x: hidden;
}

:root {
  --header-height: 30px;
  --footer-height: 60px;
}

.site,
.site-content,
.content-area,
.site-main,
.inside-article,
.page,
#page,
article {
  background: transparent !important;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
}

blockquote,
dd, dl, dt,
fieldset,
figure,
h1, h2, h3, h4, h5, h6,
hr,
iframe,
legend,
li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header {
  display: none;
  background-color: #d6dee4;
  margin: 0;
}

.lingnoi-footer {
  text-align: center;
  background-color: #6c7a89;
  color: #2c2c2c;
}

.lingnoi-footer a {
  color: #2c2c2c;
}

.site-footer {
  display: none;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fade-in-tagline {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 2s;
  text-align: left;
  max-width: 600px;
  font-size: 1.1rem;
  color: #2c2c2c;
}

.back-to-store-link a,
.back-to-store-link a:visited {
  color: #2c2c2c !important;
}

@keyframes fadeInUp {
  to {
    opacity: 0.5;
    transform: translateY(0);
  }
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: minmax(0, 0vh) 1fr;
  gap: 4rem 6rem;
  align-items: start;
  justify-items: center;
  min-height: 100vh;
  margin: 0;
  padding-left: 0;
  min-height: calc(var(--app-height) - (var(--header-height) + var(--footer-height)));
}

.feature-image {
  grid-column: 1/2;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  justify-self: center;
  gap: 0.5rem;
  align-items: flex-start;
  max-width: 120px;
}
.feature-image .featured-strip .price {
  display: none;
}
.feature-image .featured-strip .feature-item {
  width: 120px;
  margin: 0 auto;
  text-align: center;
}
.feature-image .featured-strip h3 {
  font-size: clamp(0.7rem, 1vw, 0.7rem);
  line-height: 1.2;
  word-wrap: break-word;
  margin: 0.5rem 0 1rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}
.feature-image .featured-strip img {
  max-height: 400px;
  width: auto;
  border-radius: 4px;
  transition: border 0.2s ease;
  display: block;
  margin: 0 auto;
}
.feature-image .featured-strip img:hover {
  border: 0.3px solid #fff;
}
.feature-image .featured-strip a {
  color: #000;
  text-decoration: none;
  display: block;
}

.feature-item {
  grid-column: 3/4;
  grid-row: 2/3;
  justify-self: center;
  align-self: start;
  padding: 1.5rem 2rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  max-width: 90%;
}
@media (max-width: 767px) {
  .feature-item {
    display: none;
  }
}

.feature-item-heading h3 {
  font-family: "Cormorant Garamond", serif;
  padding-block: 0.5rem;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: #2c2c2c;
}

.feature-item-body h2 {
  font-family: "Cormorant Garamond", serif;
  padding-top: 0.5rem;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: #2c2c2c;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .feature-item-body h2 {
    display: none;
  }
}

a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}

.hero-featured .price {
  display: none;
}
.hero-featured h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
}
.hero-featured a {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1rem;
}
.hero-featured img {
  max-height: 400px;
  width: auto;
  border-radius: 4px;
  transition: border 0.2s ease;
  display: block;
  margin: 0 auto;
}

.logo-right-side {
  grid-column: 3;
  grid-row: 2;
  justify-self: center;
  align-self: end;
  max-width: 140px;
  opacity: 0.9 img;
  opacity-width: 100%;
  opacity-height: auto;
  opacity-display: block;
}

.cta-subtext {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #2c2c2c;
  font-style: italic;
}

.text-block,
.fade-in-tagline,
.cta-wrapper {
  grid-column: 2;
}

.text-block {
  text-align: left;
  margin: 0 auto;
  max-width: 600px;
  padding: 5rem 2rem;
}
.text-block h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: 0.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #2c2c2c;
}
.text-block h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  letter-spacing: 0.6rem;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 2rem;
  color: #2c2c2c;
}
.text-block p {
  color: #2c2c2c;
}

.fade-in-tagline {
  grid-row: 2;
  color: #2c2c2c;
}

.tag-line {
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 300;
  letter-spacing: 0.05rem;
  color: #2c2c2c;
  margin-top: -1rem;
  margin-bottom: 2rem;
  font-style: normal;
}

.cta-wrapper {
  grid-row: 3;
}
.cta-wrapper .cta-button {
  margin-top: 2rem;
  padding: 0.75rem 1.5rem;
  background-color: #baae9e;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
}

/* $gradient-start-gray: #cce7f5;
$gradient-mid-gray:   #a3cde2;
$gradient-end-gray:   #6b9bbd; */
html,
body {
  height: auto;
  min-height: 100%;
  /*   background: linear-gradient(
      to bottom,
      $gradient-start-gray 0%,
      $gradient-mid-gray 40%,
      $gradient-end-gray 100%
    ); */
  background: #a9b9c6;
  color: #2c2c2c;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  overflow-x: hidden;
}

:root {
  --header-height: 30px;
  --footer-height: 60px;
}

.site,
.site-content,
.content-area,
.site-main,
.inside-article,
.page,
#page,
article {
  background: transparent !important;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
}

blockquote,
dd, dl, dt,
fieldset,
figure,
h1, h2, h3, h4, h5, h6,
hr,
iframe,
legend,
li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header {
  display: none;
  background-color: #d6dee4;
  margin: 0;
}

.lingnoi-footer {
  text-align: center;
  background-color: #6c7a89;
  color: #2c2c2c;
}

.lingnoi-footer a {
  color: #2c2c2c;
}

.site-footer {
  display: none;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fade-in-tagline {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 2s;
  text-align: left;
  max-width: 600px;
  font-size: 1.1rem;
  color: #2c2c2c;
}

.back-to-store-link a,
.back-to-store-link a:visited {
  color: #2c2c2c !important;
}

@keyframes fadeInUp {
  to {
    opacity: 0.5;
    transform: translateY(0);
  }
}
/* Link styling */
/* Cart count and subtotal */
/* Responsive: icon-only on mobile */
.floating-mini-cart {
  position: absolute;
  top: 3rem;
  right: 1rem;
  z-index: 10;
  background-color: #baae9e !important;
  color: #222 !important;
  font-weight: 500 !important;
  text-decoration: none;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  font-family: "Inter", sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.floating-mini-cart a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.floating-mini-cart .cart-count {
  font-weight: 500;
}
.floating-mini-cart .cart-subtotal {
  font-weight: 500;
}

@media (max-width: 768px) {
  .floating-mini-cart {
    padding: 0.5rem;
    font-size: 1rem;
  }
  .floating-mini-cart .cart-count {
    display: none;
  }
  .floating-mini-cart .cart-subtotal {
    display: none;
  }
  .floating-mini-cart a::after {
    content: "🛒";
    font-size: 1rem;
  }
}
/* $gradient-start-gray: #cce7f5;
$gradient-mid-gray:   #a3cde2;
$gradient-end-gray:   #6b9bbd; */
html,
body {
  height: auto;
  min-height: 100%;
  /*   background: linear-gradient(
      to bottom,
      $gradient-start-gray 0%,
      $gradient-mid-gray 40%,
      $gradient-end-gray 100%
    ); */
  background: #a9b9c6;
  color: #2c2c2c;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  overflow-x: hidden;
}

:root {
  --header-height: 30px;
  --footer-height: 60px;
}

.site,
.site-content,
.content-area,
.site-main,
.inside-article,
.page,
#page,
article {
  background: transparent !important;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
}

blockquote,
dd, dl, dt,
fieldset,
figure,
h1, h2, h3, h4, h5, h6,
hr,
iframe,
legend,
li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header {
  display: none;
  background-color: #d6dee4;
  margin: 0;
}

.lingnoi-footer {
  text-align: center;
  background-color: #6c7a89;
  color: #2c2c2c;
}

.lingnoi-footer a {
  color: #2c2c2c;
}

.site-footer {
  display: none;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fade-in-tagline {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 2s;
  text-align: left;
  max-width: 600px;
  font-size: 1.1rem;
  color: #2c2c2c;
}

.back-to-store-link a,
.back-to-store-link a:visited {
  color: #2c2c2c !important;
}

@keyframes fadeInUp {
  to {
    opacity: 0.5;
    transform: translateY(0);
  }
}
.main-navigation {
  background: #d6dee4;
  width: 100%;
  min-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-navigation .main-nav ul li a {
  line-height: 1.2;
  padding: 0.75rem 1rem;
}

.menu-line {
  border-bottom: 1px solid #2c2c2c;
}

.about-wrapper {
  display: flex;
  flex-direction: column;
  justify-self: center;
  max-width: 800px;
  background-color: transparent;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
}
.about-wrapper h1 {
  font-weight: 500;
  margin-bottom: 2rem;
}
.about-wrapper h2 {
  font-weight: 500;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.about-wrapper h4 {
  padding-top: 0.8rem;
  font-weight: 500;
}
.about-wrapper * {
  border: none;
}

/* $gradient-start-gray: #cce7f5;
$gradient-mid-gray:   #a3cde2;
$gradient-end-gray:   #6b9bbd; */
html,
body {
  height: auto;
  min-height: 100%;
  /*   background: linear-gradient(
      to bottom,
      $gradient-start-gray 0%,
      $gradient-mid-gray 40%,
      $gradient-end-gray 100%
    ); */
  background: #a9b9c6;
  color: #2c2c2c;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  overflow-x: hidden;
}

:root {
  --header-height: 30px;
  --footer-height: 60px;
}

.site,
.site-content,
.content-area,
.site-main,
.inside-article,
.page,
#page,
article {
  background: transparent !important;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
}

blockquote,
dd, dl, dt,
fieldset,
figure,
h1, h2, h3, h4, h5, h6,
hr,
iframe,
legend,
li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header {
  display: none;
  background-color: #d6dee4;
  margin: 0;
}

.lingnoi-footer {
  text-align: center;
  background-color: #6c7a89;
  color: #2c2c2c;
}

.lingnoi-footer a {
  color: #2c2c2c;
}

.site-footer {
  display: none;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fade-in-tagline {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 2s;
  text-align: left;
  max-width: 600px;
  font-size: 1.1rem;
  color: #2c2c2c;
}

.back-to-store-link a,
.back-to-store-link a:visited {
  color: #2c2c2c !important;
}

@keyframes fadeInUp {
  to {
    opacity: 0.5;
    transform: translateY(0);
  }
}
.storefront-cover {
  width: 100vw;
  height: auto;
}
.storefront-cover button {
  background-color: #baae9e;
  color: #2c2c2c;
  border: none;
  border-radius: 6px;
  padding: 10px 16px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.storefront-cover button:hover {
  background-color: #baae9e;
  color: #baae9e;
}

.storefront-product-collection-detail {
  border-bottom: none !important;
  border-bottom: 1px solid #fff;
  padding: 1rem !important;
}

.additional_information_tab {
  display: none !important;
}

.wc-block-product-template__responsive .wp-block-post-title a {
  color: #2c2c2c;
}

.wc-block-product-template__responsive .wc-block-grid__product-price {
  color: #2c2c2c;
}

.store-heading {
  font-size: clamp(1.1em, 1.3vw + 0.8em, 1.3em);
  font-weight: 400;
  margin-bottom: 0.5em;
  color: #2c2c2c;
  line-height: 1.4;
}

.storefront-category-list a,
.storefront-category-list li,
.storefront-category-list a:visited,
.storefront-category-list a:hover {
  color: #2c2c2c;
}

.store-subtitle {
  font-size: clamp(1.5em, 2vw + 1em, 2em);
  font-weight: 300;
  margin-top: 0;
  color: #2c2c2c;
  line-height: 1.5;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 1rem;
}

.storefront-product-image {
  border-radius: 4px;
}

.storefront-category-list {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  gap: 1.5rem !important;
}

.wc-block-product.product {
  border: 1px solid #6c7a89;
  border-radius: 6px;
  padding: 0.8rem;
  box-sizing: border-box;
  overflow: hidden;
}
.wc-block-product.product:hover {
  box-shadow: inset 0 0 0 1px #556270;
}

/* $gradient-start-gray: #cce7f5;
$gradient-mid-gray:   #a3cde2;
$gradient-end-gray:   #6b9bbd; */
html,
body {
  height: auto;
  min-height: 100%;
  /*   background: linear-gradient(
      to bottom,
      $gradient-start-gray 0%,
      $gradient-mid-gray 40%,
      $gradient-end-gray 100%
    ); */
  background: #a9b9c6;
  color: #2c2c2c;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  overflow-x: hidden;
}

:root {
  --header-height: 30px;
  --footer-height: 60px;
}

.site,
.site-content,
.content-area,
.site-main,
.inside-article,
.page,
#page,
article {
  background: transparent !important;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
}

blockquote,
dd, dl, dt,
fieldset,
figure,
h1, h2, h3, h4, h5, h6,
hr,
iframe,
legend,
li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header {
  display: none;
  background-color: #d6dee4;
  margin: 0;
}

.lingnoi-footer {
  text-align: center;
  background-color: #6c7a89;
  color: #2c2c2c;
}

.lingnoi-footer a {
  color: #2c2c2c;
}

.site-footer {
  display: none;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fade-in-tagline {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 2s;
  text-align: left;
  max-width: 600px;
  font-size: 1.1rem;
  color: #2c2c2c;
}

.back-to-store-link a,
.back-to-store-link a:visited {
  color: #2c2c2c !important;
}

@keyframes fadeInUp {
  to {
    opacity: 0.5;
    transform: translateY(0);
  }
}
.product-top-card {
  padding: 1rem;
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-areas: "product-breadcrumbs" "product-title" "product-gallery" "product-summary" "description";
  justify-content: start;
  gap: 1rem;
}

.product-breadcrumbs {
  grid-area: product-breadcrumbs;
  font-size: 1rem;
  color: #999;
  margin-top: clamp(-1.25rem, -1rem + 0.5vw, -0.5rem);
}

.product-title {
  grid-area: product-title;
}
.product-title h1 {
  margin: 0;
  font-weight: 350;
  font-size: clamp(1.4rem, 4vw, 1.8rem);
}

.product-gallery {
  grid-area: product-gallery;
}

.product-summary {
  grid-area: product-summary;
  display: grid !important;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-template-areas: "price" "add-to-cart" "sku" "gpay";
  max-width: 250px;
}
.product-summary .price {
  grid-area: price;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff !important;
  margin-bottom: 0.5rem;
}
.product-summary .price::before {
  content: "Price: ";
  font-weight: 500;
  color: #fff;
}
.product-summary .custom-sku {
  grid-area: sku;
  font-size: 0.9rem;
  color: #6b7280;
}
.product-summary form.cart {
  grid-area: add-to-cart;
}
.product-summary .gpay-button-container {
  grid-area: gpay;
}
.product-summary .in-stock {
  display: none;
}

.description {
  grid-area: description;
}

.back-to-store-link {
  display: block;
  background-color: transparent;
  border-left: 2px solid #2c2c2c;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  color: #2c2c2c;
  font-weight: 300;
}
.back-to-store-link a {
  text-decoration: none;
  color: #baae9e;
}

.woocommerce-product-gallery__image img {
  display: block;
  width: clamp(280px, 80vw, 400px);
  height: auto;
  border-radius: 2px !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.woocommerce-product-gallery__image img.zoomImg {
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.woocommerce-product-gallery .flex-control-thumbs {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden;
  gap: 0.2rem;
  margin-top: 0.5rem;
  -webkit-overflow-scrolling: touch;
  width: clamp(280px, 80vw, 400px);
  height: clamp(60px, 10vw, 80px);
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
}
.woocommerce-product-gallery .flex-control-thumbs img {
  height: 80px;
  width: auto;
  border-radius: 1px;
  -o-object-fit: contain;
  object-fit: contain;
}
.woocommerce-product-gallery p {
  display: block;
  margin: 0 0 1rem !important;
}
.woocommerce-product-gallery .zoom {
  width: 24px;
  height: 24px;
  opacity: 0.6;
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
.woocommerce-product-gallery:hover .zoom {
  opacity: 0.8;
}

.single_add_to_cart_button {
  padding: 0.75rem 1.5rem;
  min-width: 150px;
  background-color: #baae9e !important;
  font-weight: 500 !important;
  color: #2c2c2c !important;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}

.related.products {
  display: none !important;
}

.woocommerce-Tabs-panel p {
  margin-bottom: 1.2rem;
}
.woocommerce-Tabs-panel h2 {
  display: none;
}

/* $gradient-start-gray: #cce7f5;
$gradient-mid-gray:   #a3cde2;
$gradient-end-gray:   #6b9bbd; */
html,
body {
  height: auto;
  min-height: 100%;
  /*   background: linear-gradient(
      to bottom,
      $gradient-start-gray 0%,
      $gradient-mid-gray 40%,
      $gradient-end-gray 100%
    ); */
  background: #a9b9c6;
  color: #2c2c2c;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  overflow-x: hidden;
}

:root {
  --header-height: 30px;
  --footer-height: 60px;
}

.site,
.site-content,
.content-area,
.site-main,
.inside-article,
.page,
#page,
article {
  background: transparent !important;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
}

blockquote,
dd, dl, dt,
fieldset,
figure,
h1, h2, h3, h4, h5, h6,
hr,
iframe,
legend,
li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header {
  display: none;
  background-color: #d6dee4;
  margin: 0;
}

.lingnoi-footer {
  text-align: center;
  background-color: #6c7a89;
  color: #2c2c2c;
}

.lingnoi-footer a {
  color: #2c2c2c;
}

.site-footer {
  display: none;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fade-in-tagline {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 2s;
  text-align: left;
  max-width: 600px;
  font-size: 1.1rem;
  color: #2c2c2c;
}

.back-to-store-link a,
.back-to-store-link a:visited {
  color: #2c2c2c !important;
}

@keyframes fadeInUp {
  to {
    opacity: 0.5;
    transform: translateY(0);
  }
}
.refund-policy {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #2c2c2c;
  background-color: transparent;
}
.refund-policy h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #2c2c2c;
  text-align: center;
}
.refund-policy h2 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: #2c2c2c;
  border-bottom: 1px solid #444;
  padding-bottom: 0.25rem;
}
.refund-policy h3 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #2c2c2c;
}
.refund-policy p {
  margin-bottom: 1.5rem;
  color: #3f3f3f;
}
.refund-policy ul {
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
  color: #2c2c2c;
}
.refund-policy ul li {
  margin-bottom: 0.75rem;
  list-style-type: disc;
}
.refund-policy em {
  color: #2c2c2c;
  font-style: italic;
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
.refund-policy a {
  color: #2c2c2c;
  text-decoration: underline;
}
.refund-policy a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .refund-policy {
    padding: 1.5rem 1rem;
    font-size: 0.95rem;
  }
  .refund-policy h1 {
    font-size: 1.5rem;
  }
  .refund-policy h2 {
    font-size: 1.1rem;
  }
  .refund-policy h3 {
    font-size: 1rem;
  }
}
/* $gradient-start-gray: #cce7f5;
$gradient-mid-gray:   #a3cde2;
$gradient-end-gray:   #6b9bbd; */
html,
body {
  height: auto;
  min-height: 100%;
  /*   background: linear-gradient(
      to bottom,
      $gradient-start-gray 0%,
      $gradient-mid-gray 40%,
      $gradient-end-gray 100%
    ); */
  background: #a9b9c6;
  color: #2c2c2c;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  overflow-x: hidden;
}

:root {
  --header-height: 30px;
  --footer-height: 60px;
}

.site,
.site-content,
.content-area,
.site-main,
.inside-article,
.page,
#page,
article {
  background: transparent !important;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
}

blockquote,
dd, dl, dt,
fieldset,
figure,
h1, h2, h3, h4, h5, h6,
hr,
iframe,
legend,
li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header {
  display: none;
  background-color: #d6dee4;
  margin: 0;
}

.lingnoi-footer {
  text-align: center;
  background-color: #6c7a89;
  color: #2c2c2c;
}

.lingnoi-footer a {
  color: #2c2c2c;
}

.site-footer {
  display: none;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fade-in-tagline {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 2s;
  text-align: left;
  max-width: 600px;
  font-size: 1.1rem;
  color: #2c2c2c;
}

.back-to-store-link a,
.back-to-store-link a:visited {
  color: #2c2c2c !important;
}

@keyframes fadeInUp {
  to {
    opacity: 0.5;
    transform: translateY(0);
  }
}
/* contact styles */
.ff-contact-wrapper {
  padding-top: 5rem;
  margin-left: -20px;
}
.ff-contact-wrapper h1 {
  font-size: 2.2rem;
  text-align: left;
}

.fluentform {
  max-width: 600px;
  min-width: 250px;
  margin: 0 auto;
  padding: 20px;
}
.fluentform .ff-btn {
  background-color: #baae9e !important;
  color: #2c2c2c !important;
  border: none !important;
  border-radius: 4px !important;
}
.fluentform .ff-el-group input {
  border-radius: 4px !important;
}
.fluentform .ff-el-group textarea {
  border-radius: 4px !important;
}
.fluentform .ff-el-group select {
  border-radius: 4px !important;
}

.company-info-grid {
  display: block;
  max-width: 620px;
  min-width: 250px;
  color: #2c2c2c;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 6px !important;
}

.intro-text {
  flex: 1 1 300px;
  min-width: 280px;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
  color: #3f3f3f;
}
.intro-text h3 {
  color: #2c2c2c;
}

.intro-image {
  flex: 1 1 300px;
  min-width: 280px;
  margin-bottom: 1.5rem;
}
.intro-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* $gradient-start-gray: #cce7f5;
$gradient-mid-gray:   #a3cde2;
$gradient-end-gray:   #6b9bbd; */
html,
body {
  height: auto;
  min-height: 100%;
  /*   background: linear-gradient(
      to bottom,
      $gradient-start-gray 0%,
      $gradient-mid-gray 40%,
      $gradient-end-gray 100%
    ); */
  background: #a9b9c6;
  color: #2c2c2c;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  overflow-x: hidden;
}

:root {
  --header-height: 30px;
  --footer-height: 60px;
}

.site,
.site-content,
.content-area,
.site-main,
.inside-article,
.page,
#page,
article {
  background: transparent !important;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
}

blockquote,
dd, dl, dt,
fieldset,
figure,
h1, h2, h3, h4, h5, h6,
hr,
iframe,
legend,
li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header {
  display: none;
  background-color: #d6dee4;
  margin: 0;
}

.lingnoi-footer {
  text-align: center;
  background-color: #6c7a89;
  color: #2c2c2c;
}

.lingnoi-footer a {
  color: #2c2c2c;
}

.site-footer {
  display: none;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fade-in-tagline {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 2s;
  text-align: left;
  max-width: 600px;
  font-size: 1.1rem;
  color: #2c2c2c;
}

.back-to-store-link a,
.back-to-store-link a:visited {
  color: #2c2c2c !important;
}

@keyframes fadeInUp {
  to {
    opacity: 0.5;
    transform: translateY(0);
  }
}
/* Headings */
/* Paragraphs */
/* Emphasis */
/* Links */
/* Responsive */
.terms-of-service {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #eaeaea;
  background-color: transparent;
}
.terms-of-service h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #2c2c2c;
  text-align: center;
}
.terms-of-service h2 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: #2c2c2c;
  border-bottom: 1px solid #444;
  padding-bottom: 0.25rem;
}
.terms-of-service p {
  margin-bottom: 1.5rem;
  color: #3f3f3f;
}
.terms-of-service em {
  color: #2c2c2c;
  font-style: italic;
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
.terms-of-service a {
  color: #2c2c2c;
  text-decoration: underline;
}
.terms-of-service a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .terms-of-service {
    padding: 1.5rem 1rem;
    font-size: 0.95rem;
  }
  .terms-of-service h1 {
    font-size: 1.5rem;
  }
  .terms-of-service h2 {
    font-size: 1.1rem;
  }
}
/* $gradient-start-gray: #cce7f5;
$gradient-mid-gray:   #a3cde2;
$gradient-end-gray:   #6b9bbd; */
html,
body {
  height: auto;
  min-height: 100%;
  /*   background: linear-gradient(
      to bottom,
      $gradient-start-gray 0%,
      $gradient-mid-gray 40%,
      $gradient-end-gray 100%
    ); */
  background: #a9b9c6;
  color: #2c2c2c;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  overflow-x: hidden;
}

:root {
  --header-height: 30px;
  --footer-height: 60px;
}

.site,
.site-content,
.content-area,
.site-main,
.inside-article,
.page,
#page,
article {
  background: transparent !important;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
}

blockquote,
dd, dl, dt,
fieldset,
figure,
h1, h2, h3, h4, h5, h6,
hr,
iframe,
legend,
li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header {
  display: none;
  background-color: #d6dee4;
  margin: 0;
}

.lingnoi-footer {
  text-align: center;
  background-color: #6c7a89;
  color: #2c2c2c;
}

.lingnoi-footer a {
  color: #2c2c2c;
}

.site-footer {
  display: none;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fade-in-tagline {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 2s;
  text-align: left;
  max-width: 600px;
  font-size: 1.1rem;
  color: #2c2c2c;
}

.back-to-store-link a,
.back-to-store-link a:visited {
  color: #2c2c2c !important;
}

@keyframes fadeInUp {
  to {
    opacity: 0.5;
    transform: translateY(0);
  }
}
/* Headings */
/* Paragraphs */
/* Emphasis */
/* Lists */
.privacy-policy {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: "Inter", "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #eaeaea;
  background-color: transparent;
}
.privacy-policy h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #2c2c2c;
  text-align: center;
}
.privacy-policy h2 {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: #2c2c2c;
  border-bottom: 1px solid #444;
  padding-bottom: 0.25rem;
}
.privacy-policy p {
  margin-bottom: 1.5rem;
  color: #3f3f3f;
}
.privacy-policy em {
  color: #2c2c2c;
  font-style: italic;
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
.privacy-policy ul {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  color: #3f3f3f;
}
.privacy-policy li {
  margin-bottom: 0.75rem;
}

Checkout .wc-block-grid {
  display: none !important;
}

/* $gradient-start-gray: #cce7f5;
$gradient-mid-gray:   #a3cde2;
$gradient-end-gray:   #6b9bbd; */
html,
body {
  height: auto;
  min-height: 100%;
  /*   background: linear-gradient(
      to bottom,
      $gradient-start-gray 0%,
      $gradient-mid-gray 40%,
      $gradient-end-gray 100%
    ); */
  background: #a9b9c6;
  color: #2c2c2c;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  overflow-x: hidden;
}

:root {
  --header-height: 30px;
  --footer-height: 60px;
}

.site,
.site-content,
.content-area,
.site-main,
.inside-article,
.page,
#page,
article {
  background: transparent !important;
}

body {
  font-family: "IBM Plex Sans", sans-serif;
}

blockquote,
dd, dl, dt,
fieldset,
figure,
h1, h2, h3, h4, h5, h6,
hr,
iframe,
legend,
li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header {
  display: none;
  background-color: #d6dee4;
  margin: 0;
}

.lingnoi-footer {
  text-align: center;
  background-color: #6c7a89;
  color: #2c2c2c;
}

.lingnoi-footer a {
  color: #2c2c2c;
}

.site-footer {
  display: none;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fade-in-tagline {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 2s;
  text-align: left;
  max-width: 600px;
  font-size: 1.1rem;
  color: #2c2c2c;
}

.back-to-store-link a,
.back-to-store-link a:visited {
  color: #2c2c2c !important;
}

@keyframes fadeInUp {
  to {
    opacity: 0.5;
    transform: translateY(0);
  }
}
/* 🧩 Product card layout */
/* 🏷️ Product title */
/* 💰 Price styling */
/* 🛒 Add to cart button */
.woocommerce-archive-wrapper {
  min-height: var(--app-height);
  display: flex;
  flex-direction: column;
}
.woocommerce-archive-wrapper .products {
  flex: 1;
}

.shop-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.shop-header-row .sort-dropdown {
  min-width: 220px;
  text-align: right;
}

.page-title {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.category-description {
  font-size: 1rem;
  color: #2c2c2c;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.category-description p {
  margin-bottom: 1.5rem;
}

.woocommerce ul.products li.product {
  border: 1px solid #6c7a89;
  border-radius: 6px;
  padding: 0.8rem;
}

.woocommerce-loop-product__title {
  font-size: 1.2rem;
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 0.5rem;
}

.product img {
  border-radius: 4px;
}

.price {
  font-weight: bold !important;
  color: #2c2c2c !important;
  margin-bottom: 0.75rem !important;
}

.add_to_cart_button {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #baae9e !important;
  color: #2c2c2c;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  transition: background 0.3s ease;
}
.add_to_cart_button:hover {
  background-color: #3f3f3f;
}

@media (max-width: 768px) {
  .shop-header-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .shop-header-row .sort-dropdown {
    text-align: left;
    margin-top: 0.5em;
  }
}
.cart-wrapper {
  min-height: var(--app-height);
  display: block;
  position: relative;
}

.woocommerce-cart .cart-collaterals {
  margin-top: auto;
}

/* Styling for Shipping & Delivery page */
.shipping-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  line-height: 1.6;
}
.shipping-wrapper h1 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.shipping-wrapper h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
  border-bottom: 1px solid #444;
  padding-bottom: 0.3rem;
}
.shipping-wrapper ul {
  margin-bottom: 1.5rem;
  padding-left: 1.2rem;
}
.shipping-wrapper li {
  margin-bottom: 0.5rem;
}

.lingnoi-modal {
  background: #6c7a89;
  padding: 1rem 1rem 1rem 1rem;
  border: 1px solid #fff;
  border-radius: 4px;
}

/* Input and textarea styling */
.lingnoi-modal .info-email,
.lingnoi-modal .info-description {
  width: 100%;
  padding: 10px;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

/* Button styling */
.lingnoi-modal .info-button {
  background-color: #2c3e50;
  color: #fff;
  padding: 10px 16px;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.lingnoi-modal .info-button:hover {
  background-color: #1a252f;
}

.inquiry-response {
  color: #fff;
}/*# sourceMappingURL=style.css.map */