/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* --------------- START -- Fonts --------------- */

@font-face {
  font-family: "Louis George Cafe";
  src: url("/wp-includes/fonts/louis_george_cafe.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Louis George Cafe";
  src: url("/wp-includes/fonts/louis_george_cafe_bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Louis George Cafe", sans-serif !important;
}

/* --------------- END -- Fonts --------------- */

/* --------------- START -- WooCommerce reset --------------- */

.woocommerce *,
.woocommerce *::before,
.woocommerce *::after {
  box-sizing: border-box;
}

.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
  content: none;
}

.woocommerce form .form-row {
  width: 100%;
}

.woocommerce table {
  width: 100%;
  border-collapse: collapse;
}

/* --------------- END -- WooCommerce reset --------------- */

/* --------------- START -- Global layout spacing --------------- */

.layout-container {
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1600px) {
  .layout-container {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}

@media (max-width: 1200px) {
  .layout-container {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}

@media (max-width: 1024px) {
  .layout-container {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}

@media (max-width: 991px) {
  .layout-container {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .layout-container {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- Global layout spacing --------------- */

/* --------------- START -- CTA block-media-overlay--desktop HP --------------- */

.floating-btn {
  width: 10em;
  height: 10em;
  padding: 1em;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.floating-inner {
  font-size: 0.9em;
  font-weight: 700;
  color: #585857;
  text-align: center;
  line-height: 1.2;
}

.floating-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.35);
}

/* --------------- END -- CTA block-media-overlay--desktop HP --------------- */

/* --------------- START -- Card block-gallery-intro_grid --------------- */

.card-image-link {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 1.5rem !important;
}

.card-image-link a {
  display: block !important;
  line-height: 0 !important;
}

.card-image-link img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.card-image-link .widget-image-caption.wp-caption-text {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  z-index: 2;
}

.card-image-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.35) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* --------------- END -- Card block-gallery-intro_grid --------------- */

/* --------------- START -- Card image link square --------------- */

.card-image-link--square {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 1.5rem !important;
  aspect-ratio: 1 / 1 !important;
}

.card-image-link--square figure,
.card-image-link--square .wp-caption,
.card-image-link--square a {
  display: block !important;
  height: 100%;
}

.card-image-link--square img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.card-image-link--square .widget-image-caption.wp-caption-text {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  z-index: 2;
}

.card-image-link--square::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.35) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* --------------- END -- Card image link square --------------- */

/* --------------- START -- Product card vertical CTA alignment --------------- */

.product-card-vertical {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.product-card-vertical .elementor-widget-image {
  margin-bottom: 1rem !important;
}

.product-card-vertical__bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  width: 100% !important;
  margin-top: auto !important;
}

.product-card-vertical__bottom .elementor-widget-text-editor,
.product-card-vertical__bottom .elementor-widget-hassel_button_arrow_animated {
  margin: 0;
}

.product-card-vertical__bottom .button-arrow-animated {
  position: static !important;
  margin-top: 0;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 991px) {
  .product-card-vertical {
    height: auto !important;
  }

  .product-card-vertical__bottom {
    align-items: flex-start !important;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- Product card vertical CTA alignment --------------- */

/* --------------- START -- Hamburger Navigation --------------- */

/* --------------- START -- Nav Header Container --------------- */

.nav-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  pointer-events: none;
}

/* --------------- END -- Nav Header Container --------------- */

/* --------------- START -- Nav Actions (Cart & Account Buttons) --------------- */

.nav-actions {
  position: fixed;
  top: 40px;
  right: 126px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  pointer-events: auto;
}

.hamburger-nav__icon-button {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  min-height: 72px !important;
  max-width: 72px !important;
  max-height: 72px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: none !important;
  box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.5) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.hamburger-nav__icon-button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.6) !important;
}

.icon-user::before,
.icon-cart::before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 24px;
  line-height: 1;
  color: #5f5a5a;
}

.icon-user::before {
  content: "\f007";
}

.icon-cart::before {
  content: "\f07a";
}

.hamburger-nav__icon-button svg {
  width: 32px;
  height: 32px;
  color: #5f5f5f;
  fill: currentColor;
}

/* --------------- END -- Nav Actions (Cart & Account Buttons) --------------- */

/* --------------- START -- Hamburger Nav Main --------------- */

.hamburger-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 499;
  pointer-events: none;
}

.hamburger-nav.is-open {
  pointer-events: auto;
}

/* Dark Overlay */
.hamburger-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  pointer-events: none !important;
}

.hamburger-nav.is-open .hamburger-nav__overlay {
  background-color: rgba(0, 0, 0, 0.33);
  pointer-events: auto !important;
}

/* Menu Panel */
.hamburger-nav__panel {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 72px;
  height: 72px;
  z-index: 2;
}

.hamburger-nav__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.5);
  z-index: 1 !important;
  pointer-events: none !important;
}

.hamburger-nav.is-open .hamburger-nav__bg {
  width: 90vw;
  max-width: 400px;
  height: auto;
  max-height: 90vh;
  border-radius: 24px;
  box-shadow: none;
}

/* Menu Content */
.hamburger-nav__content {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 2 !important;
  padding: 80px 40px 40px;
  width: 90vw;
  max-width: 400px;
  height: auto;
  max-height: 90vh;
  background-color: #ffffff;
  display: flex !important;
  flex-direction: column !important;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease 0.2s,
    visibility 0.5s ease 0.2s;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 24px;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
}

.hamburger-nav.is-open .hamburger-nav__content {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hamburger-nav__title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(19, 19, 19, 0.5);
  margin: 0 0 24px 0;
  padding: 0;
}

/* --------------- END -- Hamburger Nav Main --------------- */

/* --------------- START -- Hamburger Menu (Links) --------------- */

.hamburger-nav__menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  width: 100% !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.hamburger-nav__menu--mobile {
  display: none;
}

.hamburger-nav__menu-item {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: list-item !important;
}

.hamburger-nav__menu-link {
  display: block !important;
  width: 100% !important;
  color: #131313 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  padding: 8px 0 !important;
  transition: color 0.3s ease !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.hamburger-nav__menu-link:hover {
  color: #5f5f5f !important;
}

.hamburger-nav__menu-item.is-active > .hamburger-nav__menu-link {
  color: #00925f !important;
}

/* --------------- END -- Hamburger Menu (Links) --------------- */

/* --------------- START -- Hamburger Submenu --------------- */

.hamburger-nav__submenu {
  display: none !important;
  list-style: none !important;
  margin: 8px 0 0 0 !important;
  padding-left: 24px !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.hamburger-nav__menu-item.has-submenu.is-open > .hamburger-nav__submenu {
  display: flex !important;
}

.hamburger-nav__submenu .hamburger-nav__menu-link {
  font-size: 16px !important;
  color: #5f5f5f !important;
}

.hamburger-nav__submenu .hamburger-nav__menu-link:hover {
  color: #131313 !important;
}

.hamburger-nav__submenu
  .hamburger-nav__menu-item.is-active
  > .hamburger-nav__menu-link {
  color: #00925f !important;
}

/* Dropdown Icon */
.hamburger-nav__dropdown-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  margin-left: 8px !important;
  cursor: pointer !important;
  transition: transform 0.4s ease !important;
  flex-shrink: 0 !important;
}

.hamburger-nav__menu-item.has-submenu.is-open
  > .hamburger-nav__menu-link
  .hamburger-nav__dropdown-icon {
  transform: rotate(180deg) !important;
}

/* --------------- END -- Hamburger Submenu --------------- */

/* --------------- START -- Hamburger Toggle Button --------------- */

.hamburger-nav__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.5);
  pointer-events: auto !important;
}

.hamburger-nav__toggle:hover,
.hamburger-nav__toggle:focus,
.hamburger-nav__toggle:active {
  transform: translateY(-2px);
  box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.6) !important;
  color: #336;
  background: #ffffff !important;
  text-decoration: none;
}

.hamburger-nav.is-open .hamburger-nav__toggle {
  background: transparent !important;
  box-shadow: none !important;
  transform: none;
}

.hamburger-nav__toggle-bar {
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #131313;
  border-radius: 2px;
  transition: all 0.7s cubic-bezier(0.5, 0.5, 0, 1);
}

.hamburger-nav__toggle-bar:first-child {
  top: 30px;
}

.hamburger-nav__toggle-bar:last-child {
  top: 40px;
}

.hamburger-nav.is-open .hamburger-nav__toggle-bar:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.hamburger-nav.is-open .hamburger-nav__toggle-bar:last-child {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

/* --------------- END -- Hamburger Toggle Button --------------- */

/* --------------- START -- Mobile Only Actions --------------- */

.hamburger-nav__mobile-actions {
  display: none;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hamburger-nav__mobile-link {
  font-size: 20px;
  color: #131313;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hamburger-nav__mobile-link:hover {
  color: #5f5f5f;
}

/* --------------- END -- Mobile Only Actions --------------- */

/* --------------- START -- Responsive --------------- */

@media (max-width: 1600px) {
  .nav-actions {
    top: 40px;
    right: 126px;
    gap: 16px;
  }

  .hamburger-nav__panel {
    top: 40px;
    right: 40px;
  }

  .hamburger-nav__toggle {
    width: 72px;
    height: 72px;
  }

  .hamburger-nav__bg {
    width: 72px;
    height: 72px;
  }

  .hamburger-nav.is-open .hamburger-nav__bg {
    width: 90vw;
    max-width: 400px;
    height: 90vh;
  }
}

@media (max-width: 1200px) {
  .nav-actions {
    top: 40px;
    right: 126px;
    gap: 16px;
  }

  .hamburger-nav__panel {
    top: 40px;
    right: 40px;
  }

  .hamburger-nav__toggle {
    width: 72px;
    height: 72px;
  }

  .hamburger-nav__bg {
    width: 72px;
    height: 72px;
  }

  .hamburger-nav.is-open .hamburger-nav__bg {
    width: 90vw !important;
    max-width: 400px;
    height: auto !important;
    max-height: 90vh !important;
  }
  .nav-actions {
    top: 40px;
    right: 126px;
    gap: 16px;
  }

  .hamburger-nav__panel {
    top: 40px;
    right: 40px;
  }

  .hamburger-nav__toggle {
    width: 72px;
    height: 72px;
  }

  .hamburger-nav__bg {
    width: 72px;
    height: 72px;
  }

  .hamburger-nav.is-open .hamburger-nav__bg {
    width: 90vw !important;
    max-width: 400px;
    height: auto !important;
    max-height: 90vh !important;
  }

  .hamburger-nav__menu-link {
    font-size: 24px;
  }

  .hamburger-nav__content {
    padding: 32px;
  }
}

@media (max-width: 991px) {
  .nav-actions {
    display: none !important;
  }

  .hamburger-nav__panel {
    top: 40px;
    right: 40px;
  }

  .hamburger-nav__toggle {
    width: 72px;
    height: 72px;
  }

  .hamburger-nav__bg {
    width: 72px;
    height: 72px;
  }

  .hamburger-nav.is-open .hamburger-nav__bg {
    width: 90vw !important;
    height: auto !important;
    max-height: 90vh !important;
    border-radius: 20px;
  }

  .hamburger-nav__menu--desktop {
    display: none;
  }

  .hamburger-nav__menu--mobile {
    display: flex;
  }

  .hamburger-nav__menu-link {
    font-size: 20px;
  }

  .hamburger-nav__content {
    padding: 32px;
  }

  .hamburger-nav__mobile-actions {
    display: flex;
  }
}

@media (max-width: 767px) {
  .nav-actions {
    display: none !important;
  }

  .hamburger-nav__panel {
    top: 40px;
    right: 20px;
  }

  .hamburger-nav__toggle {
    width: 64px;
    height: 64px;
  }

  .hamburger-nav__bg {
    width: 64px;
    height: 64px;
  }

  .hamburger-nav.is-open .hamburger-nav__bg {
    width: 95vw !important;
    height: auto !important;
    max-height: 95vh !important;
    border-radius: 16px;
  }

  .hamburger-nav__menu-link {
    font-size: 18px;
  }

  .hamburger-nav__content {
    right: 20px;
    padding: 60px 30px 30px;
  }

  .hamburger-nav__title {
    margin-bottom: 16px;
  }

  .hamburger-nav__menu {
    gap: 12px;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- Hamburger Navigation --------------- */

/* --------------- START -- WooCommerce product cards base --------------- */

.woocommerce ul.products {
  margin: 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
  content: none;
}

.woocommerce ul.products li.product {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 22rem;
  margin: 0 auto;
  padding: 0;
  border-radius: 1.5rem;
  background-color: #f5f5f5;
  object-fit: cover;
  object-position: top;
}

.product-card__image {
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.product-card__container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.product-card__category {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #8a8a8a;
}

.product-card__description {
  margin: 0 0 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #5f5f5f;
}

.product-card__description p {
  margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 1.5rem;
  padding: 0;
  font-family: "Louis George Cafe", sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
  color: #5f5f5f !important;
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price .amount,
.woocommerce ul.products li.product .price bdi {
  font-weight: 600;
  color: #5f5f5f;
}

.woocommerce ul.products li.product .product-card__description {
  display: none;
}

.woocommerce ul.products li.product .price {
  margin-top: auto;
  padding-right: 6.5rem;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1200px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 2rem;
  }

  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .price .amount,
  .woocommerce ul.products li.product .price bdi {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products li.product img {
    margin-bottom: 1.25rem;
    padding: 0;
    border-radius: 1.25rem;
    object-fit: contain;
    object-position: center;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .price .amount,
  .woocommerce ul.products li.product .price bdi {
    font-size: 1.8rem;
  }

  .woocommerce ul.products li.product .price {
    padding-right: 5.5rem;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- WooCommerce product cards base --------------- */

/* --------------- START -- CTA --------------- */

.button-arrow-animated {
  position: relative;
  right: 0;
  bottom: 1rem;
  display: inline-flex !important;
  align-items: center;
  gap: 1.5rem;
  padding: 0;
  border: none;
  background: none;
  text-decoration: none;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  color: #5f5f5f !important;
  transition: all 0.3s ease;
}

.button-arrow-animated__text {
  white-space: nowrap;
}

.button-arrow-animated__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #0b8f39;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.button-arrow-animated__svg {
  width: 1.2rem;
  height: auto;
  transition: transform 0.3s ease;
}

.button-arrow-animated:hover .button-arrow-animated__icon {
  background-color: #087a30;
}

.button-arrow-animated:hover .button-arrow-animated__svg {
  transform: translateX(4px);
}

.woocommerce ul.products li.product .button-arrow-animated,
.products-loop-inline .button-arrow-animated {
  position: absolute;
  right: 0;
  bottom: 1rem;
}

/* --------------- END -- CTA --------------- */

/* --------------- START -- Grid columns only --------------- */

.woocommerce ul.products.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.woocommerce ul.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.woocommerce ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1200px) {
  .woocommerce ul.products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .woocommerce ul.products.columns-2,
  .woocommerce ul.products.columns-3,
  .woocommerce ul.products.columns-4 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- Grid columns only --------------- */

/* --------------- START -- Horizontal product card override --------------- */

.products-layout-horizontal .woocommerce ul.products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.products-layout-horizontal .woocommerce ul.products li.product {
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 1.5rem;
  align-items: start;
}

.products-layout-horizontal
  .woocommerce
  ul.products
  li.product
  a.woocommerce-LoopProduct-link {
  display: contents;
}

.products-layout-horizontal .woocommerce ul.products li.product img {
  grid-column: 1;
  width: 150px;
  height: 150px;
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
}

.products-layout-horizontal
  .woocommerce
  ul.products
  li.product
  .product-card__container {
  grid-column: 2;
  padding: 1rem 0;
}

.products-layout-horizontal
  .woocommerce
  ul.products
  li.product
  .product-card__description {
  display: block;
}

.products-layout-horizontal
  .woocommerce
  ul.products
  li.product
  .woocommerce-loop-product__title {
  margin-bottom: 1rem;
}

.products-layout-horizontal .woocommerce ul.products li.product .price {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-right: 14rem;
  font-size: 2rem;
}

.products-layout-horizontal .woocommerce ul.products li.product .price .amount,
.products-layout-horizontal .woocommerce ul.products li.product .price bdi {
  font-size: 1.8rem;
}

.products-layout-horizontal .button-arrow-animated {
  bottom: 3rem;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1024px) {
  .products-layout-horizontal .woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 1.25rem;
    align-items: start;
  }

  .products-layout-horizontal
    .woocommerce
    ul.products
    li.product
    a.woocommerce-LoopProduct-link {
    display: block !important;
  }

  .products-layout-horizontal .woocommerce ul.products li.product img {
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
    margin-bottom: 0;
    padding: 0;
    object-fit: contain;
  }

  .products-layout-horizontal
    .woocommerce
    ul.products
    li.product
    .product-card__container {
    grid-column: auto;
    padding: 0;
  }

  .products-layout-horizontal .woocommerce ul.products li.product .price {
    padding-right: 11rem;
  }

  .products-layout-horizontal .button-arrow-animated {
    bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .products-layout-horizontal .woocommerce ul.products li.product {
    row-gap: 1rem;
  }

  .products-layout-horizontal .woocommerce ul.products li.product img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 18rem;
    margin-bottom: 0;
    padding: 0;
    object-fit: contain;
    object-position: center;
  }

  .products-layout-horizontal .woocommerce ul.products li.product .price {
    padding-right: 5.5rem;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- Horizontal product card override --------------- */

/* --------------- START -- WooCommerce pagination --------------- */

.woocommerce nav.woocommerce-pagination {
  margin-top: 4rem;
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  float: none;
  overflow: visible;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background-color: #f1f1f1;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #0b8f39;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  border: 1px solid #0b8f39;
  background-color: #ffffff !important;
  color: #0b8f39 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: #e8e8e8 !important;
  color: #0b8f39 !important;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #5f5f5f !important;
  color: #ffffff !important;
  font-size: 1rem;
}

.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
  background-color: #4f4f4f !important;
  color: #ffffff !important;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 767px) {
  .woocommerce nav.woocommerce-pagination ul {
    gap: 1rem;
  }

  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
  }

  .woocommerce nav.woocommerce-pagination ul li a.prev,
  .woocommerce nav.woocommerce-pagination ul li a.next {
    width: 6rem;
    height: 6rem;
    font-size: 1.4rem;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- WooCommerce pagination --------------- */

/* --------------- START -- WooCommerce notices / alerts --------------- */

.woocommerce-notices-wrapper {
  position: fixed;
  top: 2rem;
  left: 50%;
  z-index: 999;
  width: 100%;
  max-width: 1600px;
  padding: 0 1rem;
  box-sizing: border-box;
  pointer-events: none;
  transform: translateX(-50%);
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1.6rem 2rem 1.6rem 5.2rem;
  border: 0;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
  font-size: 1.7rem;
  line-height: 1.5;
  color: #585857;
  pointer-events: auto;
}

.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before {
  position: absolute;
  top: 50%;
  left: 1.8rem;
  font-size: 2rem;
  font-weight: 700;
  transform: translateY(-50%);
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce .woocommerce-message {
  background-color: #eef8f4;
  color: #585857;
}

.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce .woocommerce-message::before {
  color: #00925f;
}

.woocommerce-notices-wrapper .woocommerce-message:focus-visible,
.woocommerce .woocommerce-message:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #00925f33;
}

.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce .woocommerce-error {
  list-style: none;
  background-color: #fff2f1;
  color: #585857;
}

.woocommerce-notices-wrapper .woocommerce-error::before,
.woocommerce .woocommerce-error::before {
  color: #845552;
}

.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce .woocommerce-info {
  background-color: #fcf6ea;
  color: #585857;
}

.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce .woocommerce-info::before {
  color: #ba9c73;
}

.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-error a,
.woocommerce-notices-wrapper .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a {
  color: #00925f;
  font-weight: 600;
  text-decoration: underline;
}

.woocommerce-notices-wrapper .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
  float: none;
  margin-left: 1.2rem;
  padding: 0.9rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background-color: #00925f;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
}

.woocommerce-notices-wrapper .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover {
  background-color: #007a4f;
  color: #ffffff;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border-top: none !important;
}

.woocommerce-error li {
  margin: 0.4rem 0;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 767px) {
  .woocommerce-notices-wrapper {
    top: 1.2rem;
    width: calc(100vw - 2rem);
  }

  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-error,
  .woocommerce-notices-wrapper .woocommerce-info,
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info {
    padding: 1.4rem 1.4rem 1.4rem 4.6rem;
    border-radius: 1rem;
    font-size: 1.5rem;
  }

  .woocommerce-notices-wrapper .button,
  .woocommerce .woocommerce-message .button,
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button {
    display: inline-flex;
    margin: 1rem 0 0;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- WooCommerce notices / alerts --------------- */

/* --------------- START -- Elementor loop product cards inline --------------- */

.products-loop-inline .elementor-loop-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.product-cards-inline .product-card-inline,
.products-loop-inline .product-card-inline {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 32%) 1fr;
  column-gap: 2rem;
  align-items: stretch;
}

.product-cards-inline .elementor-widget-image,
.products-loop-inline .elementor-widget-image {
  margin: 0;
}

.product-cards-inline .elementor-widget-image img,
.products-loop-inline .elementor-widget-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 22rem;
  margin: 0 auto;
  padding: 0;
  border-radius: 1.5rem;
  background-color: #f5f5f5;
  object-fit: cover;
  object-position: top;
}

.product-cards-inline .product-card-inline__content,
.products-loop-inline .product-card-inline__content {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: 1rem 0;
}

.product-cards-inline .product-card-inline__head,
.products-loop-inline .product-card-inline__head {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}

.product-cards-inline .category,
.products-loop-inline .category {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #8a8a8a;
}

.product-cards-inline .category a,
.products-loop-inline .category a {
  color: inherit;
  text-decoration: none;
}

.product-cards-inline .product-title,
.products-loop-inline .product-title {
  margin: 0;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #5f5f5f;
}

.product-cards-inline .price,
.products-loop-inline .price {
  margin-top: auto;
  padding-right: 14rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2;
  color: #5f5f5f;
}

.product-cards-inline .price .amount,
.product-cards-inline .price bdi,
.product-cards-inline .price .woocommerce-Price-currencySymbol,
.products-loop-inline .price .amount,
.products-loop-inline .price bdi,
.products-loop-inline .price .woocommerce-Price-currencySymbol {
  color: inherit;
  font-size: inherit;
  font-weight: 600;
}

.product-cards-inline .elementor-element.button-arrow-animated,
.products-loop-inline .elementor-element.button-arrow-animated {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  max-width: none;
}

.product-cards-inline
  .elementor-element.button-arrow-animated
  > .elementor-widget-container,
.products-loop-inline
  .elementor-element.button-arrow-animated
  > .elementor-widget-container {
  margin: 0;
  padding: 0;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1024px) {
  .products-loop-inline .elementor-loop-container {
    grid-template-columns: 1fr;
  }

  .product-cards-inline .product-card-inline,
  .products-loop-inline .product-card-inline {
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }

  .product-cards-inline .elementor-widget-image img,
  .products-loop-inline .elementor-widget-image img {
    max-height: 18rem;
  }

  .product-cards-inline .price,
  .products-loop-inline .price {
    padding-right: 11rem;
  }
}

@media (max-width: 767px) {
  .product-cards-inline .elementor-widget-image img,
  .products-loop-inline .elementor-widget-image img {
    padding: 0;
    border-radius: 1.25rem;
    object-fit: contain;
    object-position: center;
  }

  .product-cards-inline .product-title,
  .products-loop-inline .product-title {
    font-size: 2rem;
  }

  .product-cards-inline .price,
  .products-loop-inline .price {
    padding-right: 5.5rem;
    font-size: 2rem;
  }

  .product-cards-inline .elementor-element.button-arrow-animated,
  .products-loop-inline .elementor-element.button-arrow-animated {
    bottom: 1.25rem;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- Elementor loop product cards inline --------------- */

/* --------------- START -- Product carousel Swiper fix --------------- */

.products-carousel .elementor-loop-container.swiper {
  display: block !important;
}

.products-carousel .swiper-wrapper {
  display: flex !important;
}

.products-carousel .swiper-slide {
  height: auto;
  overflow: inherit !important;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1600px) {
  .products-carousel {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}

@media (max-width: 1200px) {
  .products-carousel {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}

@media (max-width: 1024px) {
  .products-carousel {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}

@media (max-width: 991px) {
  .products-carousel {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .products-carousel {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- Product carousel Swiper fix --------------- */

/* --------------- START -- Carousel Arrow Buttons --------------- */

.elementor-swiper-button-prev,
.elementor-swiper-button-next {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border-radius: 50% !important;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: 0px 4px 16px -6px rgba(0, 0, 0, 0.5) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.elementor-swiper-button-prev:hover,
.elementor-swiper-button-next:hover {
  background-color: var(--e-global-color-295d3f5) !important;
  box-shadow: 0px 8px 24px -6px rgba(0, 0, 0, 0.6) !important;
}

.elementor-swiper-button-prev:hover svg,
.elementor-swiper-button-next:hover svg {
  fill: #ffffff !important;
}

.elementor-swiper-button-prev svg,
.elementor-swiper-button-next svg {
  width: 24px !important;
  height: 24px !important;
  fill: var(--e-global-color-193c200) !important;
  transition: color 0.3s ease !important;
}

.elementor-swiper-button-prev {
  left: 0 !important;
}

.elementor-swiper-button-next {
  right: 0 !important;
}

/* --------------- END -- Carousel Arrow Buttons --------------- */

/* --------------- START -- Shop category filter --------------- */

.shop-category-filter {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 0 0 3rem;
}

.shop-category-filter__label {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #585857;
}

.shop-category-filter__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  gap: 0;
}

.shop-category-filter__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0 2rem;
  border: 2px solid #00925f;
  background-color: #ffffff;
  color: #00925f;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.shop-category-filter__button:first-child {
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}

.shop-category-filter__button:last-child {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}

.shop-category-filter__button + .shop-category-filter__button {
  margin-left: -2px;
}

.shop-category-filter__button:hover,
.shop-category-filter__button:focus-visible {
  background-color: #f4fbf8;
  color: #00925f;
  outline: none;
}

.shop-category-filter__button.is-active {
  background-color: #00925f;
  color: #ffffff;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1200px) {
  .shop-category-filter {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.25rem;
    margin-bottom: 2rem;
  }

  .shop-category-filter__label {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
  }

  .shop-category-filter__list {
    width: 100%;
    gap: 0.75rem;
  }

  .shop-category-filter__button {
    min-height: 3rem;
    margin-left: 0 !important;
    padding: 0 1.2rem;
    border-radius: 0.8rem;
    font-size: 1.6rem;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- Shop category filter --------------- */

/* --------------- START -- WooCommerce sorting dropdown --------------- */

.woocommerce .woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
  width: auto;
  max-width: 260px;
  margin: 0 0 3rem auto;
}

.woocommerce .woocommerce-ordering .orderby {
  min-height: 3.5rem;
  padding: 0 4.2rem 0 2rem;
  border: 2px solid #00925f;
  border-radius: 0.8rem;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%2300925F' d='M1.41.59 6 5.17 10.59.59 12 2l-6 6-6-6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  background-size: 1.2rem auto;
  color: #00925f;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.woocommerce .woocommerce-ordering .orderby:hover,
.woocommerce .woocommerce-ordering .orderby:focus {
  border-color: #00925f;
  background-color: #f4fbf8;
  color: #00925f;
}

.woocommerce .woocommerce-ordering .orderby:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #00925f33;
}

.woocommerce .woocommerce-ordering input[type="hidden"] {
  display: none;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1200px) {
  .woocommerce .woocommerce-ordering {
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin: 0 0 2rem;
  }

  .woocommerce .woocommerce-ordering .orderby {
    width: 100%;
    min-height: 3.5rem;
    padding: 0 4rem 0 1.6rem;
    font-size: 1.4rem;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- WooCommerce sorting dropdown --------------- */

/* --------------- START -- Swiper Pagination Bullets --------------- */

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: static !important;
  left: 0px !important;
  right: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.8rem !important;
  width: 100% !important;
  margin-top: 2rem !important;
  text-align: center !important;
  transform: none !important;
}

.swiper-pagination-bullet {
  width: 1rem !important;
  height: 1rem !important;
  margin: 0 !important;
  border: 2px solid #00925f !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease !important;
  cursor: pointer !important;
}

.swiper-pagination-bullet-active {
  border-color: #00925f !important;
  background-color: #00925f !important;
  transform: scale(1.1) !important;
}

/* --------------- END -- Swiper Pagination Bullets --------------- */

/* --------------- START -- Shared carousel controls --------------- */

.carousel-ui {
  position: relative;
  padding-bottom: 4.5rem;
}

.carousel-ui .elementor-swiper-button {
  top: 40% !important;
  z-index: 3;
  width: 4rem;
  height: 4rem;
  border: none !important;
  border-radius: 50%;
  background-color: #ffffff;
  color: #00925f !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease !important;
}

.carousel-ui .elementor-swiper-button:hover,
.carousel-ui .elementor-swiper-button:focus-visible {
  border-color: #00925f !important;
  background-color: #00925f;
  color: #ffffff !important;
  outline: none;
}

.carousel-ui .elementor-swiper-button svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: currentColor;
}

.carousel-ui .elementor-swiper-button-prev {
  left: -4.5rem !important;
}

.carousel-ui .elementor-swiper-button-next {
  right: -4.5rem !important;
}

.carousel-ui .swiper-pagination {
  position: static;
  left: 0 !important;
  right: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 100%;
  margin-top: 2rem;
  text-align: center;
  transform: none !important;
}

.carousel-ui .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0 !important;
  border: 2px solid #00925f;
  background-color: #ffffff !important;
  opacity: 1 !important;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.carousel-ui .swiper-pagination-bullet-active {
  border-color: #00925f;
  background-color: #00925f !important;
  transform: scale(1.1);
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1200px) {
  .carousel-ui .elementor-swiper-button-prev {
    left: 1rem !important;
  }

  .carousel-ui .elementor-swiper-button-next {
    right: 1rem !important;
  }
}

@media (max-width: 767px) {
  .carousel-ui {
    padding-bottom: 4rem;
  }

  .carousel-ui .elementor-swiper-button {
    width: 3.8rem;
    height: 3.8rem;
  }

  .carousel-ui .elementor-swiper-button svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .carousel-ui .swiper-pagination {
    margin-top: 1.5rem;
  }

  .carousel-ui .swiper-pagination-bullet {
    width: 0.9rem;
    height: 0.9rem;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- Shared carousel controls --------------- */

/* --------------- START -- Image carousel --------------- */

.image-carousel-clean .swiper-slide-inner,
.carousel-ui .swiper-slide-inner {
  display: block;
  overflow: hidden;
  margin: 0;
  border-radius: 1.5rem;
}

.image-carousel-clean .swiper-slide-image,
.carousel-ui .swiper-slide-image {
  display: block;
  width: 100%;
  height: auto;
}

/* --------------- END -- Image carousel --------------- */

/* --------------- START -- FAQ image + accordion layout --------------- */

.faq-media-accordion > .e-con-inner {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start !important;
}

.faq-media-accordion > .e-con-inner > .e-child {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0;
}

.faq-media-accordion img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1024px) {
  .faq-media-accordion,
  .faq-media-accordion > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
  }

  .faq-media-accordion > .e-con-inner {
    grid-template-columns: 1fr !important;
  }

  .faq-media-accordion > .e-con-inner > .e-child {
    width: 100% !important;
    max-width: 100% !important;
  }

  .faq-media-accordion .elementor-widget-image {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 767px) {
  .faq-media-accordion > .e-con-inner {
    gap: 1.5rem;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- FAQ image + accordion layout --------------- */

/* --------------- START -- Product detail box --------------- */

.product-detail-box > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(320px, 42%) 1fr;
  gap: 3rem;
  align-items: start;
}

.product-detail-box .woocommerce-product-gallery {
  position: relative;
}

.product-detail-box .woocommerce-product-gallery__wrapper {
  overflow: hidden;
  border-radius: 1.5rem;
  background-color: #f5f5f5;
}

.product-detail-box .woocommerce-product-gallery__image a,
.product-detail-box .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
}

.product-detail-box .woocommerce-product-gallery__image img {
  aspect-ratio: 1 / 1;
  padding: 0;
  background-color: #f5f5f5;
  object-fit: contain;
}

.product-detail-box .woocommerce-product-gallery__trigger {
  top: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #ffffff;
  color: #00925f;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail-box .elementor-widget-woocommerce-product-title,
.product-detail-box .elementor-widget-woocommerce-product-price,
.product-detail-box .elementor-widget-woocommerce-product-short-description,
.product-detail-box .elementor-widget-woocommerce-product-add-to-cart,
.product-detail-box .elementor-widget-woocommerce-product-meta {
  margin-bottom: 1.5rem;
}

.product-detail-box .product_title {
  margin: 0;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #5f5f5f;
}

.product-detail-box .price,
.product-detail-box .price .amount,
.product-detail-box .price bdi {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #5f5f5f;
}

.product-detail-box .woocommerce-product-details__short-description,
.product-detail-box .woocommerce-product-details__short-description p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #5f5f5f;
}

.product-detail-box form.cart {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  margin: 0;
}

.product-detail-box form.cart .quantity {
  margin: 0;
}

.product-detail-box form.cart .qty {
  width: 5.5rem;
  min-height: 3.5rem;
  border: 2px solid #00925f;
  border-radius: 0.8rem;
  background: #ffffff;
  box-shadow: none;
  color: #5f5f5f;
  text-align: center;
  font-size: 1.1rem;
}

.product-detail-box form.cart .single_add_to_cart_button {
  min-height: 3.5rem;
  padding: 0 1.5rem;
  border: none;
  border-radius: 999px;
  background-color: #00925f;
  color: #ffffff;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.product-detail-box form.cart .single_add_to_cart_button:hover,
.product-detail-box form.cart .single_add_to_cart_button:focus-visible {
  background-color: #087a30;
}

.product-detail-box .product_meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e5e5e5;
}

.product-detail-box .product_meta .detail-container,
.product-detail-box .product_meta .sku_wrapper,
.product-detail-box .product_meta .posted_in,
.product-detail-box .product_meta .tagged_as {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  color: #5f5f5f;
}

.product-detail-box .product_meta .detail-label {
  display: inline-block;
  margin-right: 0.35rem;
  font-size: 0.95rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #8a8a8a;
}

.product-detail-box .product_meta a {
  color: #00925f;
  text-decoration: none;
}

.product-detail-box .product_meta a:hover {
  text-decoration: underline;
}

.product-detail-box .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.product-detail-box .flex-control-thumbs li {
  list-style: none;
}

.product-detail-box .flex-control-thumbs img {
  width: 100%;
  padding: 0;
  border-radius: 0.8rem;
  background-color: #f5f5f5;
  opacity: 1;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1024px) {
  .product-detail-box > .e-con-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-detail-box .product_title {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .product-detail-box .woocommerce-product-gallery__image img {
    padding: 1.25rem;
  }

  .product-detail-box .product_title {
    font-size: 1.8rem;
  }

  .product-detail-box .price,
  .product-detail-box .price .amount,
  .product-detail-box .price bdi {
    font-size: 1.3rem;
  }

  .product-detail-box form.cart {
    flex-direction: column;
    align-items: stretch;
  }

  .product-detail-box form.cart .qty,
  .product-detail-box form.cart .single_add_to_cart_button {
    width: 100%;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- Product detail box --------------- */

/* --------------- START -- Cart page / single-product visual style --------------- */

.woocommerce-cart .woocommerce {
  display: grid !important;
  grid-template-columns: 2fr 1fr !important;
  gap: 4rem !important;
  align-items: start !important;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals {
  width: 100%;
  margin: 0;
}

.woocommerce-cart .shop_table {
  width: 100% !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 1rem !important;
  background: transparent;
}

.woocommerce-cart table td,
.woocommerce-cart table th {
  border: none !important;
}

.woocommerce-cart table thead {
  visibility: hidden;
  height: 50px;
}

.woocommerce-cart .shop_table thead th {
  padding: 0 1rem 0.75rem;
  border: 0;
  border-block-start: none !important;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #5f5f5f;
  text-align: left;
}

.woocommerce-cart .shop_table tbody tr {
  background: transparent !important;
}

.woocommerce-cart .shop_table tbody td {
  padding: 1.25rem 1rem;
  border-top: 0;
  border-bottom: 0;
  background: #ffffff !important;
  vertical-align: middle;
}

.woocommerce-cart .shop_table th.product-remove,
.woocommerce-cart .shop_table td.product-remove {
  width: 3.5rem;
  min-width: 3.5rem;
  max-width: 3.5rem;
  padding-right: 0.5rem;
  text-align: center;
}

.woocommerce-cart .shop_table td.product-remove a.remove {
  display: inline-flex;
  align-items: start;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: #f3f3f3;
  color: #5f5f5f !important;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.woocommerce-cart .shop_table td.product-remove a.remove:hover {
  background: #0b8f39;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.woocommerce-cart .shop_table td.product-thumbnail {
  width: 8rem;
  min-width: 8rem;
}

.woocommerce-cart .shop_table td.product-thumbnail a {
  display: block;
}

.woocommerce-cart .shop_table td.product-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  background: #f3f3f3;
}

.woocommerce-cart .shop_table td.product-name a {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #5f5f5f;
  text-decoration: none;
}

.woocommerce-cart .shop_table td.product-name a:hover {
  color: #0b8f39;
}

.woocommerce-cart .shop_table td.product-price,
.woocommerce-cart .shop_table td.product-subtotal {
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1;
  color: #5f5f5f;
}

.woocommerce-cart .shop_table td.product-price .amount,
.woocommerce-cart .shop_table td.product-subtotal .amount,
.woocommerce-cart .shop_table td.product-price bdi,
.woocommerce-cart .shop_table td.product-subtotal bdi {
  color: #5f5f5f;
}

.woocommerce-cart .quantity {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.woocommerce-cart .quantity .qty,
.woocommerce-cart input.qty {
  width: 5.25rem;
  min-width: 5.25rem;
  height: 3.25rem;
  padding: 0 0.8rem;
  border: 2px solid #0b8f39;
  border-radius: 1rem;
  background-color: #f5f5f5;
  box-shadow: none;
  outline: none;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #5f5f5f;
}

.woocommerce-cart .quantity .qty:focus,
.woocommerce-cart input.qty:focus {
  border-color: #087a30;
  box-shadow: 0 0 0 2px #00925f22;
}

.woocommerce-cart .actions {
  padding-top: 1rem !important;
  background: transparent !important;
  text-align: left;
}

.woocommerce-cart .coupon {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  flex-wrap: nowrap !important;
  margin-right: 0.75rem;
  vertical-align: middle;
}

.woocommerce-cart .coupon .input-text {
  width: 18rem;
  min-width: 18rem;
  max-width: 18rem;
  height: 3.25rem;
  margin: 0 !important;
  padding: 0 1rem !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 999px !important;
  background: #ffffff;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1rem;
  color: #5f5f5f;
}

.woocommerce-cart .button,
.woocommerce-cart button.button,
.woocommerce-cart input.button,
.woocommerce-cart .checkout-button {
  min-height: 3.25rem !important;
  padding: 0.85rem 1.75rem !important;
  border: none !important;
  border-radius: 999px !important;
  background-color: #0b8f39 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.woocommerce-cart .button:hover,
.woocommerce-cart button.button:hover,
.woocommerce-cart input.button:hover,
.woocommerce-cart .checkout-button:hover {
  background-color: #087a30 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.woocommerce-cart .actions .button {
  width: auto !important;
  flex: 0 0 auto !important;
  white-space: nowrap;
}

.woocommerce-cart .actions > button[name="update_cart"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle;
  white-space: nowrap;
}

.woocommerce-cart button[name="update_cart"]:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.woocommerce-cart .cart_totals {
  width: 100% !important;
  padding: 2rem;
  border-radius: 1.5rem;
  background: #ffffff;
}

.woocommerce-cart .cart_totals h2 {
  margin: 0 0 1.5rem;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #5f5f5f;
}

.woocommerce-cart .cart_totals .shop_table {
  border-spacing: 0;
}

.woocommerce-cart .cart_totals .shop_table td,
.woocommerce-cart .cart_totals .shop_table th {
  padding: 1rem 0;
  border-radius: 0 !important;
  border-bottom: 1px solid #e2e2e2;
  background: transparent !important;
  font-family: "Louis George Cafe", sans-serif;
  color: #5f5f5f;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
  font-size: 1.25rem;
  font-weight: 500;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1200px) {
  .woocommerce-cart .woocommerce {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .woocommerce-cart .cart-collaterals {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .woocommerce-cart .shop_table td.product-name a {
    font-size: 1.35rem;
  }

  .woocommerce-cart .shop_table td.product-price,
  .woocommerce-cart .shop_table td.product-subtotal {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .woocommerce-cart .shop_table td.product-thumbnail {
    width: 6rem;
    min-width: 6rem;
  }

  .woocommerce-cart .shop_table td.product-name a {
    font-size: 1.2rem;
  }

  .woocommerce-cart .cart_totals {
    padding: 1.5rem;
  }

  .woocommerce-cart .actions .coupon,
  .woocommerce-cart .actions > button[name="update_cart"] {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 1rem !important;
  }

  .woocommerce-cart .actions .coupon {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1rem !important;
  }

  .woocommerce-cart .actions .coupon .input-text,
  .woocommerce-cart .actions .coupon .button,
  .woocommerce-cart .actions > button[name="update_cart"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- Cart page / single-product visual style --------------- */

/* --------------- START -- Checkout page / single-product visual style --------------- */

.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr) !important;
  column-gap: 2rem !important;
  row-gap: 1.5rem !important;
  align-items: start !important;
  margin-top: 4rem;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  align-self: start !important;
  justify-self: stretch !important;
  box-sizing: border-box;
}

.woocommerce-checkout #customer_details {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
}

.woocommerce-checkout #order_review_heading {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 0 1rem 0 !important;
}

.woocommerce-checkout #order_review {
  grid-column: 2 !important;
  grid-row: 2 !important;
  padding: 0;
  border-radius: 1.5rem;
  background: #ffffff;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  float: none !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  min-width: 0;
  padding: 0;
  border-radius: 1.5rem;
  background: #ffffff;
  box-sizing: border-box;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_review_heading {
  margin: 0 0 1.5rem !important;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #5f5f5f;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 1.5rem;
  border-radius: 1.25rem;
}

.woocommerce-checkout form.checkout_coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  min-width: 0;
  margin: 0 0 2rem;
  padding: 1.5rem;
  border: none;
  border-radius: 1.5rem;
  background: #ffffff;
  box-sizing: border-box;
}

.woocommerce-checkout form.checkout_coupon .form-row {
  margin: 0;
  float: none;
  min-width: 0;
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
  flex: 1 1 20rem;
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
  flex: 0 0 auto;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  min-width: 0;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
  width: calc(50% - 0.5rem);
}

.woocommerce-checkout .form-row-wide {
  width: 100%;
}

.woocommerce-checkout .form-row {
  min-width: 0;
  margin: 0;
  box-sizing: border-box;
}

.woocommerce-checkout .form-row label,
.woocommerce-checkout .woocommerce-shipping-fields label,
.woocommerce-checkout .woocommerce-billing-fields label {
  display: block;
  margin: 0 0 0.5rem;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #5f5f5f;
}

.woocommerce-checkout .form-row label .optional,
.woocommerce-checkout .form-row label .required {
  font-weight: 400;
  color: #8a8a8a;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea.input-text,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
  width: 100%;
  min-height: 3.5rem;
  padding: 0 1rem;
  border: 1px solid #d7d7d7 !important;
  border-radius: 1rem !important;
  background: #f5f5f5 !important;
  box-shadow: none !important;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #5f5f5f;
  box-sizing: border-box;
}

.woocommerce-checkout textarea.input-text {
  min-height: 8rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  resize: vertical;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea.input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout
  .select2-container--default.select2-container--focus
  .select2-selection--single,
.woocommerce-checkout
  .select2-container--default.select2-container--open
  .select2-selection--single {
  border-color: #00925f !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 2px #00925f22 !important;
  outline: none;
}

.woocommerce-checkout .select2-container {
  width: 100% !important;
  min-width: 0;
}

.woocommerce-checkout .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  height: 3.5rem;
}

.woocommerce-checkout
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  padding-right: 2rem;
  line-height: 1.2;
  color: #5f5f5f;
}

.woocommerce-checkout
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  right: 0.75rem;
  height: 100%;
}

.woocommerce-checkout #ship-to-different-address {
  margin-bottom: 1.5rem;
}

.woocommerce-checkout #ship-to-different-address label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 500;
}

.woocommerce-checkout #ship-to-different-address input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #00925f;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
  width: 100%;
  margin: 0 0 1.5rem;
  border: 0 !important;
  border-collapse: collapse;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  padding: 1rem 0;
  border: none !important;
  border-bottom: 1px solid #e2e2e2 !important;
  background: transparent !important;
  font-family: "Louis George Cafe", sans-serif;
  color: #5f5f5f;
  text-align: left;
  vertical-align: top;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .cart-subtotal
  th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
  font-size: 1rem;
  font-weight: 500;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  font-size: 1rem;
  font-weight: 400;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
  font-size: 1.25rem;
  font-weight: 500;
}

.woocommerce-checkout .woocommerce-shipping-methods,
.woocommerce-checkout .wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout .woocommerce-shipping-methods li,
.woocommerce-checkout .wc_payment_methods li {
  margin: 0 0 0.9rem;
  padding: 0;
}

.woocommerce-checkout .woocommerce-shipping-methods label,
.woocommerce-checkout .wc_payment_methods label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #5f5f5f;
}

.woocommerce-checkout input[type="radio"] {
  accent-color: #00925f;
}

.woocommerce-checkout .payment_box {
  margin-top: 0.75rem !important;
  padding: 1rem 1.25rem !important;
  border-radius: 1rem;
  background: #f5f5f5 !important;
  color: #5f5f5f;
}

.woocommerce-checkout .payment_box::before {
  display: none !important;
}

.woocommerce-checkout .payment_box p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
}

.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5f5f5f;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: #00925f;
  text-decoration: none;
}

.woocommerce-checkout .woocommerce-privacy-policy-text a:hover,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a:hover {
  text-decoration: underline;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox input {
  margin-top: 0.2rem;
  accent-color: #00925f;
}

.woocommerce-checkout .button,
.woocommerce-checkout button.button,
.woocommerce-checkout input.button,
.woocommerce-checkout #place_order {
  min-height: 3.5rem !important;
  padding: 0.9rem 1.75rem !important;
  border: none !important;
  border-radius: 999px !important;
  background-color: #00925f !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.woocommerce-checkout .button:hover,
.woocommerce-checkout button.button:hover,
.woocommerce-checkout input.button:hover,
.woocommerce-checkout #place_order:hover {
  background-color: #087a30 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.woocommerce-checkout #place_order {
  width: 100%;
  margin-top: 1rem;
}

.woocommerce-checkout .woocommerce,
.woocommerce-checkout .woocommerce-checkout,
.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout .woocommerce-checkout-payment,
.woocommerce-checkout .elementor-widget-shortcode,
.woocommerce-checkout .elementor-widget-shortcode .elementor-widget-container,
.woocommerce-checkout .elementor-shortcode {
  min-width: 0 !important;
  box-sizing: border-box;
}

.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-checkout .woocommerce-checkout-payment {
  align-self: start !important;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1200px) {
  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
    row-gap: 2rem !important;
  }

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout form.checkout_coupon {
    padding: 1.5rem;
    border-radius: 1.25rem;
  }

  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last {
    width: 100%;
  }

  .woocommerce-checkout .woocommerce-billing-fields h3,
  .woocommerce-checkout .woocommerce-shipping-fields h3,
  .woocommerce-checkout .woocommerce-additional-fields h3,
  .woocommerce-checkout #order_review_heading {
    font-size: 1.3rem;
  }

  .woocommerce-checkout .button,
  .woocommerce-checkout button.button,
  .woocommerce-checkout input.button,
  .woocommerce-checkout #place_order {
    width: 100%;
  }

  .woocommerce-checkout form.checkout_coupon {
    flex-direction: column;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- Checkout page / single-product visual style --------------- */

/* --------------- START -- My Account page / shared WooCommerce style --------------- */

.woocommerce-account .woocommerce {
  display: grid !important;
  grid-template-columns: 18rem 1fr !important;
  gap: 3rem !important;
  align-items: start !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  min-width: 0;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 1.25rem;
  border-radius: 1.5rem;
  background: #ffffff;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li + li {
  margin-top: 0.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  padding: 0.85rem 1.1rem;
  border-radius: 1rem;
  background: transparent;
  color: #5f5f5f;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #f5f5f5;
  color: #00925f;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a:hover {
  background: #00925f;
  color: #ffffff;
}

.woocommerce-account
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a {
  color: #845552;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 2rem;
  border-radius: 1.5rem;
  background: #ffffff;
  box-sizing: border-box;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-MyAccount-content legend {
  margin: 0 0 1.5rem;
  padding: 0;
  border: 0;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #5f5f5f;
}

.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content li,
.woocommerce-account .woocommerce-MyAccount-content label,
.woocommerce-account .woocommerce-MyAccount-content span,
.woocommerce-account .woocommerce-MyAccount-content em {
  font-family: "Louis George Cafe", sans-serif;
  color: #5f5f5f;
}

.woocommerce-account .woocommerce-EditAccountForm {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.woocommerce-account .woocommerce-EditAccountForm .form-row-first,
.woocommerce-account .woocommerce-EditAccountForm .form-row-last {
  width: calc(50% - 0.5rem);
  margin: 0;
}

.woocommerce-account .woocommerce-EditAccountForm .form-row-wide {
  width: 100%;
  margin: 0;
}

.woocommerce-account .woocommerce-EditAccountForm .clear {
  display: none;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
  width: 100%;
  margin: 1rem 0 0;
  padding: 1.5rem;
  border: none;
  border-radius: 1.25rem;
  background: #f8f8f8;
  box-sizing: border-box;
}

.woocommerce-account .woocommerce-form-row label,
.woocommerce-account .woocommerce-EditAccountForm label {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #5f5f5f;
}

.woocommerce-account .woocommerce-form-row .required {
  color: #8a8a8a;
}

.woocommerce-account #account_display_name_description {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #8a8a8a;
}

.woocommerce-account input.input-text,
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"] {
  width: 100%;
  min-height: 3.5rem;
  padding: 0 1rem;
  border: 1px solid #d7d7d7 !important;
  border-radius: 1rem !important;
  background: #f5f5f5 !important;
  box-shadow: none !important;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #5f5f5f;
  box-sizing: border-box;
}

.woocommerce-account input.input-text:focus,
.woocommerce-account input[type="text"]:focus,
.woocommerce-account input[type="email"]:focus,
.woocommerce-account input[type="password"]:focus {
  border-color: #00925f !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 2px #00925f22 !important;
  outline: none;
}

.woocommerce-account .password-input {
  position: relative;
  display: block;
  width: 100%;
}

.woocommerce-account .password-input input {
  padding-right: 3rem !important;
}

.woocommerce-account .show-password-input {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  opacity: 0.65;
  transform: translateY(-50%);
}

.woocommerce-account .show-password-input:hover {
  opacity: 1;
}

.woocommerce-account .button,
.woocommerce-account button.button,
.woocommerce-account .woocommerce-Button {
  min-height: 3.5rem !important;
  padding: 0.9rem 1.75rem !important;
  border: none !important;
  border-radius: 999px !important;
  background-color: #00925f !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.woocommerce-account .button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account .woocommerce-Button:hover {
  background-color: #087a30 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.woocommerce-account table.shop_table {
  width: 100%;
  margin: 0;
  border: 0 !important;
  border-collapse: collapse;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td {
  padding: 1rem 0;
  border: none !important;
  border-bottom: 1px solid #e2e2e2 !important;
  background: transparent !important;
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1rem;
  color: #5f5f5f;
  text-align: left;
}

.woocommerce-account .woocommerce-Address,
.woocommerce-account .woocommerce-address-fields,
.woocommerce-account .woocommerce-MyAccount-content .addresses {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #00925f;
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

.woocommerce-account .woocommerce-notices-wrapper {
  position: static;
  max-width: none;
  margin-bottom: 1rem;
  padding: 0;
  transform: none;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1024px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1rem;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li,
  .woocommerce-account .woocommerce-MyAccount-navigation ul li + li {
    margin: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    min-height: 3rem;
    padding: 0.75rem 1rem;
  }
}

@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 1.5rem;
    border-radius: 1.25rem;
  }

  .woocommerce-account .woocommerce-EditAccountForm .form-row-first,
  .woocommerce-account .woocommerce-EditAccountForm .form-row-last,
  .woocommerce-account .woocommerce-EditAccountForm .form-row-wide {
    width: 100%;
  }

  .woocommerce-account .woocommerce-EditAccountForm fieldset {
    padding: 1.25rem;
    border-radius: 1rem;
  }

  .woocommerce-account .button,
  .woocommerce-account button.button,
  .woocommerce-account .woocommerce-Button {
    width: 100%;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- My Account page / shared WooCommerce style --------------- */

/* --------------- START -- Carousel Product Prices --------------- */

.products-carousel .price,
.products-carousel .price .amount,
.products-carousel .price bdi,
.products-carousel .price .woocommerce-Price-currencySymbol,
.product-card-vertical .woocommerce-Price-amount bdi {
  font-weight: 600 !important;
  color: #5f5f5f !important;
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
}

/* --------------- END -- Carousel Product Prices --------------- */

/* --------------- START -- Footer typography --------------- */

.footer-text-main,
.footer-text-main p,
.footer-text-main a,
.footer-text-main .elementor-heading-title {
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: inherit;
}

.footer-text-small,
.footer-text-small p,
.footer-text-small a,
.footer-text-small .elementor-heading-title {
  font-family: "Louis George Cafe", sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.015em;
  color: inherit;
}

.footer-text-main strong {
  font-weight: 500;
  letter-spacing: 0.02em;
}

.footer-text-main a,
.footer-text-small a {
  text-decoration: none;
}

.footer-text-main a:hover,
.footer-text-small a:hover {
  text-decoration: underline;
}

/* --------------- START -- Responsive --------------- */

@media (max-width: 1600px) {
  .footer-text-main,
  .footer-text-main p,
  .footer-text-main a,
  .footer-text-main .elementor-heading-title {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .footer-text-small,
  .footer-text-small p,
  .footer-text-small a,
  .footer-text-small .elementor-heading-title {
    font-size: 1.0125rem;
    line-height: 1.45;
  }
}

@media (max-width: 991px) {
  .footer-text-main,
  .footer-text-main p,
  .footer-text-main a,
  .footer-text-main .elementor-heading-title {
    font-size: 1rem;
    line-height: 1.55;
    letter-spacing: 0.015em;
  }

  .footer-text-small,
  .footer-text-small p,
  .footer-text-small a,
  .footer-text-small .elementor-heading-title {
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 767px) {
  .footer-text-main,
  .footer-text-main p,
  .footer-text-main a,
  .footer-text-main .elementor-heading-title {
    font-size: 1rem;
    line-height: 1.6;
  }

  .footer-text-small,
  .footer-text-small p,
  .footer-text-small a,
  .footer-text-small .elementor-heading-title {
    font-size: 0.9rem;
    line-height: 1.55;
  }
}

/* --------------- END -- Responsive --------------- */

/* --------------- END -- Footer typography --------------- */
