@charset "UTF-8";
body {
  background-color: #FFFFFF;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}

html, body {
  overflow-x: hidden;
}

/* IBM Plex Sans */
@font-face {
  font-family: 'IBM Plex Sans';
  src: url("/wp-content/themes/prime-gold/assets/fonts/ibm-plex-sans/ibmplexsanssemicondensed-regular.woff2") format("woff2"), url("/wp-content/themes/prime-gold/assets/fonts/ibm-plex-sans/ibmplexsanssemicondensed-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("/wp-content/themes/prime-gold/assets/fonts/ibm-plex-sans/ibmplexsanssemicondensed-medium.woff2") format("woff2"), url("/wp-content/themes/prime-gold/assets/fonts/ibm-plex-sans/ibmplexsanssemicondensed-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("/wp-content/themes/prime-gold/assets/fonts/ibm-plex-sans/ibmplexsanssemicondensed-bold.woff2") format("woff2"), url("/wp-content/themes/prime-gold/assets/fonts/ibm-plex-sans/ibmplexsanssemicondensed-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Alexandria */
@font-face {
  font-family: 'Alexandria';
  src: url("/wp-content/themes/prime-gold/assets/fonts/alexandria/alexandria-regular.woff2") format("woff2"), url("/wp-content/themes/prime-gold/assets/fonts/alexandria/alexandria-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';
  src: url("/wp-content/themes/prime-gold/assets/fonts/alexandria/alexandria-medium.woff2") format("woff2"), url("/wp-content/themes/prime-gold/assets/fonts/alexandria/alexandria-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alexandria';
  src: url("/wp-content/themes/prime-gold/assets/fonts/alexandria/alexandria-bold.woff2") format("woff2"), url("/wp-content/themes/prime-gold/assets/fonts/alexandria/alexandria-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Rubik */
@font-face {
  font-family: 'Rubik';
  src: url("/wp-content/themes/prime-gold/assets/fonts/rubik/rubik-regular.woff2") format("woff2"), url("/wp-content/themes/prime-gold/assets/fonts/rubik/rubik-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url("/wp-content/themes/prime-gold/assets/fonts/rubik/rubik-medium.woff2") format("woff2"), url("/wp-content/themes/prime-gold/assets/fonts/rubik/rubik-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rubik';
  src: url("/wp-content/themes/prime-gold/assets/fonts/rubik/rubik-bold.woff2") format("woff2"), url("/wp-content/themes/prime-gold/assets/fonts/rubik/rubik-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url("/wp-content/themes/prime-gold/assets/fonts/montserrat/montserrat-regular.woff2") format("woff2"), url("/wp-content/themes/prime-gold/assets/fonts/montserrat/montserrat-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/wp-content/themes/prime-gold/assets/fonts/montserrat/montserrat-medium.woff2") format("woff2"), url("/wp-content/themes/prime-gold/assets/fonts/montserrat/montserrat-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("/wp-content/themes/prime-gold/assets/fonts/montserrat/montserrat-bold.woff2") format("woff2"), url("/wp-content/themes/prime-gold/assets/fonts/montserrat/montserrat-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

/* Перевизначення тільки для WooCommerce account page */
.woocommerce-account .container {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Контейнер контенту акаунту на всю ширину */
.woocommerce-account-content .container {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Хедер залишаємо обмеженим */
body.woocommerce-account header.site-header .container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-header .container {
  max-width: 1400px;
  /* обмежує ширину хедера */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* щоб абсолютні іконки були від контейнера */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* для логотипу по центру */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-centered {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  width: clamp(80px, 7.6vw, 110px);
  height: auto;
}

.header-icons {
  position: absolute;
  right: clamp(38px, 2vw, 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(25px, 1.5vw, 16px);
  z-index: 12;
  padding-right: clamp(20px, 6vw, 37px);
}

.header-icons a svg,
.header-icons button svg {
  width: clamp(18px, 1.8vw, 24px);
  height: clamp(18px, 1.8vw, 24px);
  display: block;
}

/* Ховер: збільшення + легке підсвічування */
.header-icons a:hover svg,
.header-icons button:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: drop-shadow(0 0 5px rgba(255, 142, 0, 0.6));
          filter: drop-shadow(0 0 5px rgba(255, 142, 0, 0.6));
}

/* Якщо у svg є атрибут fill, можна ще колір міняти */
.header-icons a:hover svg path,
.header-icons button:hover svg path {
  fill: #FF8E00;
  /* теплий акцентний колір */
}

.icon-account-trigger {
  all: unset;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-cart {
  position: relative;
  display: inline-block;
}

.cart-count {
  position: absolute;
  top: -3px;
  right: -8px;
  background-color: #FF8E00;
  color: white;
  font-size: 9px;
  font-weight: 700;
  border-radius: 50%;
  padding: 3px 5px;
  text-align: center;
  line-height: 1;
  pointer-events: none;
}

.main-header {
  top: 0;
  z-index: 1000;
  height: clamp(60px, 6.3vw, 91px);
  background-color: #FFEBC6;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.main-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-left: clamp(20px, 4vw, 100px);
  padding-right: clamp(20px, 6vw, 100px);
}

.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 4.5vw, 65px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-list li a {
  text-decoration: none;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 400;
}

.menu-list li a:hover {
  color: #FF8E00;
  /* підсвічування тексту */
}

.menu-list li a:hover::after {
  width: 100%;
}

.search-bar {
  width: clamp(200px, 20vw, 294px);
  height: clamp(40px, 5vw, 53px);
}

.search-bar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 0 clamp(6px, 1vw, 10px);
  background-color: #FFEBC6;
}

.search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  font-family: 'Inter', sans-serif;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 400;
  border: none;
  outline: none;
  height: 100%;
  line-height: 1;
  background-color: #FFEBC6;
}

.search-icon-left,
.search-icon-right {
  background: #FFEBC6;
  border: none;
  padding: clamp(2px, 0.5vw, 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.search-icon-left svg {
  width: clamp(20px, 2.5vw, 40px);
  height: clamp(20px, 2.5vw, 28px);
}

.search-icon-right svg {
  width: clamp(20px, 2.5vw, 28px);
  height: auto;
  display: block;
}

.burger-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  gap: 10px;
}

.mobile-search-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.burger-btn {
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
}

.burger-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mobile-search-form {
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateX(10px) translateY(-50%);
          transform: translateX(10px) translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border: 1px solid #ccc;
  padding: 6px 12px;
  width: 220px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
}

.burger-wrapper.search-active .mobile-search-form {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0) translateY(-50%);
          transform: translateX(0) translateY(-50%);
}

.mobile-search-input {
  border: none;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  min-width: 0;
}

.mobile-search-form button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .burger-wrapper {
    display: none;
  }
}

@media (max-width: 1199px) {
  .burger-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .search-bar.desktop-menu {
    display: none;
  }
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%) !important;
  z-index: 9999;
  padding: 80px 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}

.mobile-menu .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.mobile-menu .close-btn:hover {
  color: #fff;
}

.mobile-menu .mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-menu .mobile-menu-list li {
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
}

.mobile-menu .mobile-menu-list li a {
  display: block;
  width: 100%;
  padding: 16px 0;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.mobile-menu .mobile-menu-list li a:hover {
  color: #fff;
}

.mobile-menu-list li.current-menu-item a {
  color: #fff;
  font-weight: 700;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

body.menu-open {
  overflow: hidden;
}

body.menu-open .mobile-menu {
  display: block;
}

@media (max-width: 1199px) {
  .desktop-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .top-header {
    height: auto;
    padding: 10px 0;
  }
}

@media (min-width: 770px) and (max-width: 1199px) {
  .logo-centered {
    width: auto;
    max-width: 140px;
    margin: 0 auto;
  }
  .logo-centered img {
    width: 100%;
    height: auto;
    max-height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 768px) {
  .header-icons {
    padding-right: clamp(21px, 0vw, 0px);
    right: clamp(0px, 0vw, 0px);
  }
  .logo-centered {
    max-width: 120px;
    margin: 0 auto;
  }
  .logo-centered img {
    width: 100%;
    height: auto;
    max-height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.site-footer .container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site-footer {
  background-color: #252729;
  color: #fff;
  font-family: 'IBM Plex Sans', sans-serif;
  padding: clamp(40px, 8vw, 100px) clamp(20px, 6vw, 100px) 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(40px, 5vw, 80px);
}

.footer-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 250px;
          flex: 1 1 250px;
}

.footer-logo img {
  width: 100%;
  max-width: clamp(150px, 25vw, 275px);
  height: auto;
}

.footer-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 600px;
          flex: 2 1 600px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(40px, 5vw, 100px);
}

.footer-column {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(10px, 2vw, 16px);
  min-width: 150px;
}

.footer-column a {
  text-decoration: none;
  color: #ffffff;
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: 400;
  line-height: 1.3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #FF8E00;
  text-decoration: none;
}

.footer-divider {
  border-top: 1px solid #F0F7FD;
  margin-top: clamp(30px, 5vw, 40px);
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
}

.footer-bottom p {
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 40px;
  }
  .footer-logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 20px;
  }
  .footer-logo img {
    max-width: 200px;
  }
  .footer-menus {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .footer-column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer-column a {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .footer-logo img {
    max-width: 160px;
  }
  .footer-column {
    gap: 12px;
  }
  .footer-bottom p {
    font-size: 14px;
  }
}

.cart-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 400px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-sidebar.active {
  right: 0;
}

.cart-sidebar .cart-sidebar__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cart-sidebar.active .cart-sidebar .cart-sidebar__overlay {
  opacity: 1;
  visibility: visible;
}

.cart-sidebar .cart-sidebar__content {
  padding: 20px;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 9999;
  position: relative;
}

.cart-sidebar .cart-sidebar__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 26px;
  background: none;
  border: none;
  cursor: pointer;
}

.posts-grid {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: (minmax(270px, auto))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(270px, auto));
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1200px;
  margin: 60px auto 40px;
}

/* --- КАРТКА --- */
.post-item {
  background: white;
  border: 1px solid #e3e3e3;
  padding: 16px;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 300px;
  /* Зображення */
  /* Контент */
  /* Кнопка */
}

.post-item:hover {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.post-item .post-thumbnail-link {
  display: block;
  margin-bottom: 12px;
}

.post-item .post-thumbnail-link img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.post-item .post-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-item .post-title {
  font-size: 18px;
  margin: 12px 0 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.post-item .post-excerpt {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.post-item .read-more-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 8px;
  color: #030202;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.post-item .read-more-btn:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

/* --- ПАГІНАЦІЯ --- */
.nav-links {
  margin-bottom: 60px;
  margin-left: 53px;
}

/* --- МОБІЛЬНА ВЕРСІЯ --- */
@media (max-width: 768px) {
  .posts-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 10px;
  }
  .post-item {
    padding: 14px;
    border-radius: 8px;
    max-width: 100%;
  }
  .post-item .post-title {
    font-size: 16px;
    margin: 10px 0 6px;
  }
  .post-item .post-excerpt {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .post-item .read-more-btn {
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 6px;
  }
}

.page-hero {
  position: relative;
  height: 520px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.page-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(98.02%, rgba(0, 0, 0, 0.24)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.24) 98.02%);
  z-index: 1;
}

.page-hero-content {
  position: relative;
  z-index: 2;
}

.page-hero .breadcrumbs {
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
}

.page-hero .breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}

.page-hero-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  font-size: 70px;
  line-height: 100%;
  margin-bottom: 20px;
}

.page-hero-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
}

@media (max-width: 575px) {
  .page-hero {
    height: auto;
    min-height: 320px;
    padding: 60px 15px 40px;
    background-position: center top;
  }
  .page-hero-title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .page-hero-subtitle {
    font-size: 18px;
  }
  .page-hero .breadcrumbs {
    font-size: 12px;
    margin-bottom: 12px;
    word-wrap: break-word;
  }
  .page-hero-content {
    text-align: center;
  }
  .page-hero-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.3) 100%);
  }
}

.shop-grid-products {
  padding: 60px 0;
  margin: 0px 71px 0px 67px;
}

.shop-grid-products .shop-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
  color: #000;
}

.shop-grid-products .shop-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 967px) {
  .shop-grid-products .shop-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .shop-grid-products .shop-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.shop-grid-products .shop-product-item {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.shop-grid-products .shop-product-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.shop-grid-products .shop-product-item .shop-product-link {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.shop-grid-products .shop-product-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.shop-grid-products .shop-product-item .shop-product-content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.shop-grid-products .shop-product-item .shop-product-content .shop-product-title {
  font-family: 'Alexandria', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #010101;
  margin-bottom: 10px;
  text-align: left;
}

.shop-grid-products .shop-product-item .shop-product-content .shop-product-description {
  font-family: 'Alexandria', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #4C4C4C;
  margin-bottom: 10px;
  text-align: left;
}

.shop-grid-products .shop-product-item .shop-product-content .shop-product-price {
  font-family: 'Alexandria', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #010101;
  margin-bottom: 20px;
  text-align: left;
}

/* pagination */
.pagination {
  text-align: center;
  margin: 30px 0;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination ul li {
  display: inline-block;
}

.pagination ul li a,
.pagination ul li span {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  font-family: 'Alexandria', sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #000;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.pagination ul li a:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.pagination ul li .current {
  background: #000;
  color: #fff;
}

.featured-collections {
  background-color: #F4F4F4;
  padding: 20px 0;
}

.featured-collections .featured-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #020202;
  text-align: center;
  margin-bottom: 40px;
}

.featured-collections .featured-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(280px, 360px))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(280px, 360px));
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.featured-collections .featured-item {
  max-width: 360px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.featured-collections .featured-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.featured-collections .featured-item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.featured-collections .featured-item .featured-content {
  padding: 5px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.featured-collections .featured-item .featured-content .product-title {
  font-family: 'Alexandria', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #010101;
  margin-bottom: 8px;
  text-align: left;
}

.featured-collections .featured-item .featured-content .product-description {
  font-family: 'Alexandria', sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #4C4C4C;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.4;
}

.featured-collections .featured-item .featured-content .product-price {
  font-family: 'Alexandria', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #010101;
  margin-bottom: 14px;
  text-align: left;
}

.featured-collections .featured-item .featured-content .learn-more-button {
  padding: 16px 35px;
  border-radius: 6px;
  font-family: 'Alexandria', sans-serif;
  font-weight: 600;
  font-size: 14px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.featured-collections .featured-item .featured-content .learn-more-button:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.newsletter-subscribe {
  padding: 60px 0;
  background-color: #F4F4F4;
}

.newsletter-subscribe .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.newsletter-subscribe .subscribe-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #020202;
  margin-bottom: 16px;
}

.newsletter-subscribe .subscribe-text {
  font-family: 'Alexandria', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  color: #4C4C4C;
  margin-bottom: 40px;
}

.newsletter-subscribe .subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 31px;
  margin-bottom: 24px;
}

.newsletter-subscribe .subscribe-form input.subscribe-input {
  width: 412px;
  height: 67px;
  border-radius: 10px;
  border: 1px solid #808080;
  padding: 0 20px;
  font-size: 18px;
  font-family: 'Alexandria', sans-serif;
  font-weight: 300;
  color: #000;
  outline: none;
}

.newsletter-subscribe .subscribe-form input.subscribe-input::-webkit-input-placeholder {
  color: #fff;
}

.newsletter-subscribe .subscribe-form input.subscribe-input:-ms-input-placeholder {
  color: #fff;
}

.newsletter-subscribe .subscribe-form input.subscribe-input::-ms-input-placeholder {
  color: #fff;
}

.newsletter-subscribe .subscribe-form input.subscribe-input::placeholder {
  color: #fff;
}

.newsletter-subscribe .subscribe-form button.subscribe-button {
  width: 245px;
  height: 67px;
  border-radius: 10px;
  background-color: #D4AF37;
  border: none;
  font-family: 'Alexandria', sans-serif;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  color: #000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

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

.newsletter-subscribe .subscribe-note {
  font-family: 'Alexandria', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #000;
}

.newsletter-subscribe .subscribe-note a.privacy-link {
  color: #A07120;
  text-decoration: underline;
}

@media (max-width: 575px) {
  .shop-grid-products {
    padding: 40px 15px;
    margin: 0;
  }
  .shop-grid-products .shop-title {
    font-size: 28px;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .shop-grid-products .shop-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 16px;
  }
  .shop-grid-products .shop-product-item {
    border-radius: 16px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    -webkit-transition: none;
    transition: none;
  }
  .shop-grid-products .shop-product-item:hover {
    -webkit-transform: none;
            transform: none;
  }
  .shop-grid-products .shop-product-item .shop-product-content {
    padding: 0 27px 10px;
  }
  .shop-grid-products .shop-product-item .shop-product-content .shop-product-title,
  .shop-grid-products .shop-product-item .shop-product-content .shop-product-description,
  .shop-grid-products .shop-product-item .shop-product-content .shop-product-price {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .featured-collections {
    padding: 40px 15px;
  }
  .featured-collections .featured-title {
    font-size: 28px;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .featured-collections .featured-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .featured-collections .featured-item {
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 16px;
  }
  .featured-collections .featured-item img {
    height: 220px;
    border-radius: 16px 16px 0 0;
  }
  .featured-collections .featured-item .featured-content {
    padding: 0px 29px 20px;
  }
  .featured-collections .featured-item .featured-content .product-title,
  .featured-collections .featured-item .featured-content .product-description,
  .featured-collections .featured-item .featured-content .product-price {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .featured-collections .featured-item .featured-content .learn-more-button {
    width: 100%;
    padding: 14px 0;
    font-size: 14px;
    border-radius: 8px;
  }
  .newsletter-subscribe {
    padding: 40px 15px;
  }
  .newsletter-subscribe .container {
    padding: 0 10px;
  }
  .newsletter-subscribe .subscribe-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .newsletter-subscribe .subscribe-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .newsletter-subscribe .subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsletter-subscribe input.subscribe-input,
  .newsletter-subscribe button.subscribe-button {
    width: auto;
    max-width: 100%;
    height: 50px;
    border-radius: 8px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .newsletter-subscribe .subscribe-note {
    font-size: 14px;
  }
}

.cart-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 420px;
  max-width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: -4px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  font-family: 'Alexandria', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-sidebar.active {
  right: 0;
}

.cart-sidebar__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
}

.cart-sidebar__content {
  position: relative;
  height: 100%;
  padding: 32px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-sidebar__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.cart-sidebar__close:hover {
  color: #FF8E00;
}

.cart-sidebar__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #000;
  text-align: center;
}

.cart-sidebar .woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart-sidebar .woocommerce-mini-cart li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EAEAEA;
}

.cart-sidebar .woocommerce-mini-cart li .mini-cart-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  position: relative;
}

.cart-sidebar .woocommerce-mini-cart li .mini-cart-item-remove {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cart-sidebar .woocommerce-mini-cart li .mini-cart-item-remove a.remove {
  font-size: 25px;
  color: #ff0000;
  text-decoration: none;
}

.cart-sidebar .woocommerce-mini-cart li .mini-cart-item-remove a.remove:hover {
  color: #FF8E00;
}

.cart-sidebar .woocommerce-mini-cart li .mini-cart-item-thumb {
  margin-left: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cart-sidebar .woocommerce-mini-cart li .mini-cart-item-thumb img {
  width: 88px;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.cart-sidebar .woocommerce-mini-cart li .mini-cart-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  color: #000;
}

.cart-sidebar .woocommerce-mini-cart li .mini-cart-item-details .mini-cart-item-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  color: #000;
  text-decoration: none;
}

.cart-sidebar .woocommerce-mini-cart li .mini-cart-item-details .mini-cart-item-title:hover {
  color: #FF8E00;
}

.cart-sidebar .woocommerce-mini-cart li .mini-cart-item-details .mini-cart-item-qty-price {
  font-size: 15px;
  color: #444;
  font-weight: 500;
}

.cart-sidebar .woocommerce-mini-cart__total {
  font-weight: 600;
  font-size: 18px;
  margin-top: auto;
  padding-top: 16px;
  text-align: end;
  color: #000;
}

.cart-sidebar .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}

.cart-sidebar .woocommerce-mini-cart__buttons .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 0;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  border: none;
  color: #000;
  text-decoration: none;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.cart-sidebar .woocommerce-mini-cart__buttons .button:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.cart-sidebar .woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 16px;
  color: #999;
}

@media (max-width: 768px) {
  .mini-cart-item-remove {
    top: 30px;
  }
}

.account-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-popup.hidden {
  display: none;
}

.account-popup .popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.account-popup .popup-content {
  position: relative;
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  max-width: 500px;
  width: 100%;
  z-index: 1;
}

.account-popup .popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.account-popup .auth-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.account-popup .auth-buttons .auth-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  background: #ffd24f;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.account-popup .auth-buttons .auth-btn:hover {
  background: #ffcc00;
}

.account-popup .auth-form-wrapper {
  margin-top: 30px;
}

.featured-gold-chart {
  margin-top: 60px;
  margin-bottom: 60px;
}

.gold-chart-form {
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Alexandria', sans-serif;
}

.gold-chart-form label {
  display: inline-block;
  margin-right: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

.gold-chart-form input[type="date"],
.gold-chart-form select {
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-family: 'Alexandria', sans-serif;
  min-width: 140px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.gold-chart-form input[type="date"]:focus,
.gold-chart-form select:focus {
  border-color: #FF8E00;
  outline: none;
}

.gold-chart-form button {
  display: inline-block;
  padding: 13px 67px;
  border-radius: 8px;
  font-family: 'Alexandria', sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #000;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, -webkit-filter 0.3s ease;
  transition: background 0.3s ease, -webkit-filter 0.3s ease;
  transition: filter 0.3s ease, background 0.3s ease;
  transition: filter 0.3s ease, background 0.3s ease, -webkit-filter 0.3s ease;
  border: none;
  margin-left: 20px;
}

.gold-chart-form button:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.gold-price-chart {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  border-radius: 12px;
}

#goldChart {
  width: 100% !important;
  height: 400px !important;
}

@media (max-width: 767px) {
  .gold-chart-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 16px;
    padding: 0 10px;
  }
  .gold-chart-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    margin-right: 0;
  }
  .gold-chart-form input[type="date"],
  .gold-chart-form select {
    font-size: 14px;
    padding: 10px;
  }
  .gold-chart-form button {
    width: 100%;
    margin-left: 0;
    font-size: 15px;
    padding: 12px;
  }
  .gold-price-chart {
    padding: 10px 5px;
  }
  #goldChart {
    height: 300px !important;
  }
  .featured-gold-chart {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 10px;
  }
}

.custom-404 {
  padding: 4px 20px 60px;
  text-align: center;
  background-color: #F4F4F4;
  font-family: 'Alexandria', sans-serif;
}

.custom-404 .error-content {
  max-width: 600px;
  margin: 0 auto;
}

.custom-404 .error-content h1 {
  font-size: 120px;
  font-weight: 800;
  color: #FF8E00;
  margin-bottom: 10px;
}

.custom-404 .error-content h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
}

.custom-404 .error-content p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.custom-404 .error-content .btn-404 {
  display: inline-block;
  padding: 14px 40px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.custom-404 .error-content .btn-404:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

/*Hero Slider - Full Styles */
.hero-slider .hero-slide {
  position: relative;
  height: 50vw;
  min-height: 500px;
  max-height: 716px;
  background-size: cover;
  background-position: center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* вертикальне центрування контенту */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hero-slider .hero-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(98%, rgba(0, 0, 0, 0.08)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.08) 98%);
  z-index: 2;
}

.hero-slider .hero-slide-inner {
  position: relative;
  max-width: 55vw;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  z-index: 3;
  padding-left: clamp(20px, 5vw, 100px);
}

/* Заголовок */
.hero-slider .hero-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 6vw, 91px);
  line-height: 1.1;
  margin: 0 0 2vw 0;
  color: #FFB129;
}

/* Опис */
.hero-slider .hero-description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 2.5vw, 36px);
  line-height: 1.4;
  margin-bottom: 2.5vw;
  color: #fff;
}

/* Кнопки */
.hero-slider .hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(16px, 4vw, 50px);
}

.hero-slider .hero-buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 2vw, 32px);
  border-radius: 10px;
  width: clamp(160px, 18vw, 245px);
  height: clamp(45px, 5vw, 67px);
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #030202;
  cursor: pointer;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hero-slider .hero-buttons .btn:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
          box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
}

/* --- Mobile: 330px to 768px --- */
@media (max-width: 768px) {
  .hero-slider .hero-slide {
    height: 60vh;
    min-height: 400px;
    max-height: 600px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .hero-slider .hero-slide-inner {
    max-width: 90%;
    padding: 0 10px;
  }
  .hero-slider .hero-title {
    font-size: clamp(28px, 8vw, 42px);
    /* збільшено мінімум і максимум */
    margin-bottom: 1rem;
  }
  .hero-slider .hero-description {
    font-size: clamp(18px, 5vw, 26px);
    /* збільшено */
    margin-bottom: 1.5rem;
  }
  .hero-slider .hero-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
  }
  .hero-slider .hero-buttons .btn {
    width: clamp(160px, 45%, 240px);
    /* трохи ширші кнопки */
    height: clamp(50px, 6vw, 65px);
    /* вищі кнопки */
    font-size: clamp(16px, 4vw, 20px);
    /* збільшено шрифт */
  }
}

/* --- Extra narrow screens: 330px to 480px --- */
@media (max-width: 480px) {
  .hero-slider .hero-slide {
    height: 55vh;
  }
  .hero-slider .hero-title {
    font-size: clamp(24px, 7vw, 32px);
    /* трохи більший мінімум */
  }
  .hero-slider .hero-description {
    font-size: clamp(16px, 5vw, 22px);
  }
  .hero-slider .hero-buttons .btn {
    width: 100%;
    height: 50px;
    /* трохи вище */
    font-size: 18px;
    /* більший шрифт */
  }
}

/* Achievements Section */
.achievements-section {
  width: 100%;
  background-color: #E9E9E9;
  padding: clamp(30px, 5vw, 37px) 0;
}

/* Контейнер досягнень */
.achievements-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(12px, 2vw, 24px);
  padding: 0 20px;
}

@media (max-width: 768px) {
  .achievements-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}

/* Кожне досягнення */
.achievement-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
  max-width: 300px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

@media (max-width: 480px) {
  .achievement-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 12px);
            flex: 1 1 calc(50% - 12px);
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* Анімація при появі */
.achievement-item.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Обгортка іконки для центрованого відображення */
.achievement-icon-wrapper {
  width: clamp(50px, 7vw, 84px);
  height: clamp(48px, 6vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(10px, 2vw, 15px);
}

/* Іконка */
.achievement-icon {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.achievement-icon[src*="Circe.svg"] {
  -webkit-transform: translateX(12px);
          transform: translateX(12px);
  /* рух вправо */
  display: block;
}

/* Число / значення досягнення */
.achievement-number-text {
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  font-size: 50px;
  color: #A07120;
  margin: 10px 0;
  text-align: center;
}

@media (max-width: 480px) {
  .achievement-number-text {
    font-size: 40px;
  }
}

/* Підпис досягнення */
.achievement-label {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1;
  color: #6F6F6F;
  text-align: center;
}

@media (max-width: 480px) {
  .achievement-label {
    max-width: 90%;
  }
}

.image-text-section {
  padding-top: clamp(40px, 6vw, 96px);
  padding-bottom: clamp(40px, 6vw, 100px);
}

.image-text-section .image-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 5vw, 50px);
  margin-left: 45px;
  margin-right: 1vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.image-text-section .image-col img {
  width: clamp(280px, 40vw, 688px);
  height: auto;
  max-height: 458px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-text-section .text-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
  min-width: 280px;
}

.image-text-section .text-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1;
  margin-bottom: clamp(15px, 4vw, 30px);
}

.image-text-section .text-description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.2;
  color: #3A3A3A;
  margin-bottom: clamp(25px, 5vw, 37px);
}

.image-text-section .gradient-button {
  display: inline-block;
  padding: clamp(8px, 2vw, 14px) clamp(16px, 4vw, 32px);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 24px);
  border-radius: 10px;
  border: 3px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #030202;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.image-text-section .gradient-button:hover {
  color: #030202;
  background-image: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
          box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
}

@media (max-width: 900px) {
  .image-text-section .image-text-wrapper {
    margin-left: 20px;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .image-text-section .text-col {
    text-align: center;
    max-width: 100%;
  }
  .image-text-section .image-col img {
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: none;
  }
}

.cta-block {
  width: 100%;
  max-width: 90vw;
  height: clamp(200px, 30vw, 360px);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 0 auto;
  padding: clamp(20px, 5vw, 50px) 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.cta-block.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cta-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.cta-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 3vw, 20px);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: clamp(10px, 2vw, 20px);
  color: #fff;
  display: inline-block;
  -webkit-transition: letter-spacing 0.3s ease, -webkit-transform 0.3s ease;
  transition: letter-spacing 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
  transition: transform 0.3s ease, letter-spacing 0.3s ease, -webkit-transform 0.3s ease;
}

.cta-block:hover .cta-title {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  letter-spacing: 1px;
}

.cta-description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 3vw, 20px);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: clamp(15px, 3vw, 30px);
  color: #fff;
}

.cta-button {
  display: inline-block;
  width: clamp(150px, 25vw, 245px);
  height: clamp(40px, 7vw, 67px);
  line-height: clamp(40px, 7vw, 67px);
  text-align: center;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 3vw, 24px);
  color: #030202;
  text-decoration: none;
  background-image: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-box-shadow: 0 0 0 3px transparent;
          box-shadow: 0 0 0 3px transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.cta-button:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
          box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
}

@media (max-width: 768px) {
  .cta-block {
    padding: clamp(20px, 5vw, 30px) 10px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(10px, 3vw, 20px);
  }
  .cta-inner {
    max-width: 100%;
  }
  .cta-description {
    font-size: 16px;
  }
  .cta-button {
    width: 100%;
    max-width: 300px;
  }
}

/* Latest News - Desktop */
.latest-news-section {
  padding-top: clamp(40px, 4vw, 79px);
  padding-bottom: clamp(80px, 10vw, 156px);
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.latest-news-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 5vw, 40px);
  line-height: 1;
  text-align: center;
  margin-bottom: clamp(40px, 6vw, 89px);
  color: #A07120;
  position: relative;
  -webkit-transition: color 0.8s ease;
  transition: color 0.8s ease;
  /* Нове: мінімальна висота, щоб вирівняти 1- і 2-рядкові заголовки */
  min-height: 3.2em;
  /* ~2 рядки заголовку */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* вертикальне центрирування для однорядкових */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* центр по горизонталі */
}

.latest-news-heading.visible {
  -webkit-animation: heading-glow 1s ease forwards;
          animation: heading-glow 1s ease forwards;
}

@-webkit-keyframes heading-glow {
  0% {
    color: #A07120;
  }
  50% {
    color: #FFD24F;
  }
  100% {
    color: #A07120;
  }
}

@keyframes heading-glow {
  0% {
    color: #A07120;
  }
  50% {
    color: #FFD24F;
  }
  100% {
    color: #A07120;
  }
}

.news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(20px, 4vw, 32px);
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-card-wrapper {
  border-radius: 40px;
  padding: 3px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  -webkit-box-shadow: 3px 4px 4px 0px #00000026;
          box-shadow: 3px 4px 4px 0px #00000026;
  width: clamp(260px, 30vw, 404px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
}

.news-card-wrapper.center {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.news-card-wrapper.left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.news-card-wrapper.right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.news-card-wrapper.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.news-card {
  border-radius: 40px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 600px;
}

.news-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.news-content {
  padding: clamp(10px, 2vw, 20px) clamp(15px, 3vw, 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.news-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.2;
  margin-bottom: clamp(8px, 2vw, 12px);
  /* Нове: мінімальна висота для вирівнювання тексту */
  min-height: 3em;
  /* ~2 рядки заголовку */
}

.news-title a {
  color: inherit;
  text-decoration: none;
}

.news-title a:hover {
  color: #FF8E00;
  text-decoration: none;
}

.news-excerpt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 2.5vw, 16px);
  margin-bottom: clamp(10px, 2vw, 20px);
  color: #3A3A3A;
  border-bottom: 2px solid rgba(114, 119, 125, 0.45);
  padding-bottom: clamp(8px, 2vw, 16px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.news-footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(12px, 2vw, 15px);
}

.news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: 'Effra', sans-serif;
  font-weight: 400;
  font-size: clamp(10px, 2vw, 13px);
  color: #808080;
}

.date-icon {
  width: clamp(12px, 2vw, 15.52px);
  height: clamp(12px, 2vw, 15.52px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news-readmore {
  font-family: 'Effra', sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 2vw, 15px);
  text-align: right;
  text-decoration: none;
  color: #A07120;
  cursor: pointer;
}

.news-readmore:hover {
  text-decoration: underline;
}

/* --------- Mobile Styles --------- */
@media (max-width: 768px) {
  .news-card-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .news-grid {
    gap: clamp(15px, 3vw, 25px);
    padding: 0;
  }
  .news-card {
    min-height: 550px;
  }
  .news-footer {
    padding: 5px 20px 17px 20px;
  }
  .news-date, .news-readmore {
    font-size: clamp(12px, 2.5vw, 14px);
  }
  .news-title {
    min-height: 2em;
  }
  .news-excerpt {
    font-size: clamp(14px, 2.5vw, 14px);
  }
}

.about-section-2 {
  background-color: #fff;
}

.about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 97px;
  margin: 6vw 0 6vw 63px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.about-row.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about-image {
  width: clamp(280px, 40vw, 688px);
  height: auto;
  max-height: 458px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.about-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 60px;
  margin-bottom: 32px;
}

.about-content .about-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 26px;
  margin-top: 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-out 0.2s;
  transition: all 0.6s ease-out 0.2s;
}

.about-content .about-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #3A3A3A;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease-out 0.4s;
  transition: all 0.6s ease-out 0.4s;
}

.about-row.visible .about-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about-row.visible .about-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.core-values {
  background: rgba(160, 113, 32, 0.15);
  padding: 0 0 60px;
  text-align: center;
}

.core-values-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: #000;
  margin: 0 0 40px 0;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.core-values-title.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.core-values-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 0 auto;
}

.core-value-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  max-width: 380px;
  padding: 0 10px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(30px) scale(0.95);
          transform: translateY(30px) scale(0.95);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.core-value-item.visible {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

.core-value-item .icon img {
  max-width: 80px;
  height: 80px;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.core-value-item.visible .icon img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.core-value-item h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #A07120;
  margin: 20px 0 10px;
}

.core-value-item p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #6F6F6F;
}

.about-shop {
  padding: 45px 0;
}

.about-shop .about-shop-title {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.about-shop.visible .about-shop-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about-shop .about-shop-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 97px;
  margin: 6vw 3vw 0vw 63px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.about-shop .about-shop-content.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about-shop .about-shop-content .about-shop-text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
}

.about-shop .about-shop-content .about-shop-text-block p {
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.about-shop .about-shop-content .about-shop-text-block.visible p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.about-shop .about-shop-content .about-shop-text-block .about-shop-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 245px;
  height: 67px;
  border-radius: 10px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #030202;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-shop .about-shop-content .about-shop-text-block .about-shop-btn:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
          box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
}

.about-shop .about-shop-content .about-shop-image-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.about-shop .about-shop-content .about-shop-image-block img {
  width: 100%;
  max-width: 687px;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transform: scale(0.95) translateY(20px);
          transform: scale(0.95) translateY(20px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.about-shop .about-shop-content .about-shop-image-block.visible img {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

/* Leadership Section */
.leadership {
  margin: 0vw 1vw 6vw 3vw;
}

.leadership-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  color: #000;
  margin-bottom: 145px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.leadership-title.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.leadership-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.leadership-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
  max-width: 380px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.leadership-item.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Inner card */
.gradient-border {
  padding: 2px;
  border-radius: 30px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leadership-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 28px;
  padding: 80px 20px 30px;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.leader-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.leader-photo-wrapper {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  background: #fff;
  z-index: 2;
}

.leader-photo-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.leader-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  color: #000;
}

.leader-position {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  color: #A07120;
}

.leader-description {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  color: #404040;
  text-align: justify;
  font-family: Montserrat, sans-serif;
}

.leader-readmore-btn {
  font-family: 'Effra', sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 2vw, 15px);
  text-decoration: none;
  color: #A07120;
  cursor: pointer;
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.leader-readmore-btn:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 3vw 1.5vw 3vw 1.5vw;
  }
  .about-image {
    width: 100%;
    max-height: none;
    border-radius: 10px;
  }
  .about-image img {
    border-radius: 10px;
  }
  .about-content {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .about-content .about-title {
    font-size: 28px;
    margin-bottom: 16px;
    text-align: center;
  }
  .about-content .about-text {
    font-size: 16px;
    text-align: center;
    color: #3A3A3A;
  }
  .core-values {
    padding: 30px 1.5vw;
  }
  .core-values .core-values-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .core-values .core-values-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 0 1.5vw;
  }
  .core-values .core-value-item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 0;
    text-align: center;
  }
  .core-values .icon img {
    max-width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .core-values h3 {
    font-size: 24px;
    margin: 15px 0 8px;
  }
  .core-values p {
    font-size: 16px;
    color: #6F6F6F;
  }
  .about-shop {
    padding: 30px 1.5vw;
  }
  .about-shop .about-shop-title {
    font-size: 28px;
    margin-bottom: 40px;
    text-align: center;
  }
  .about-shop .about-shop-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 0 1.5vw;
  }
  .about-shop .about-shop-content .about-shop-text-block {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 16px;
  }
  .about-shop .about-shop-content .about-shop-text-block p {
    margin-bottom: 24px;
    text-align: center;
  }
  .about-shop .about-shop-content .about-shop-text-block .about-shop-btn {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    font-size: 14px;
  }
  .about-shop .about-shop-content .about-shop-image-block {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .about-shop .about-shop-content .about-shop-image-block img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .leadership {
    margin: 0 1.5vw 40px 1.5vw;
  }
  .leadership-title {
    font-size: 28px;
    margin-bottom: 80px;
    text-align: center;
  }
  .leadership .leadership-item {
    max-width: 100%;
    margin-bottom: 65px;
  }
  .leadership .gradient-border {
    border-radius: 20px;
  }
  .leadership .leadership-card {
    padding-top: 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .leadership .leader-photo-wrapper {
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    background: #fff;
    z-index: 2;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  .leadership-list {
    gap: 100px 30px;
  }
}

@media (max-width: 767px) {
  /* Прибираємо анімації для всіх секцій */
  .about-row,
  .about-row .about-title,
  .about-row .about-text,
  .core-values-title,
  .core-value-item,
  .about-shop-title,
  .about-shop-content,
  .about-shop-content p,
  .about-shop-image-block img,
  .leadership-title,
  .leadership-item {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.contact-section {
  padding: 60px 0;
  position: relative;
}

.contact-section .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-section .contact-title {
  font-family: Alexandria, sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 40px;
  margin-left: 320px;
}

.contact-section .contact-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 62px;
}

.contact-section .contact-form-wrapper {
  position: relative;
  width: 760px;
  padding: 60px 80px;
  border: 3px solid #FF8E00;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  z-index: 1;
  color: #A07120;
}

.contact-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-section form input[type="text"],
.contact-section form input[type="email"],
.contact-section form input[type="tel"],
.contact-section form textarea {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  padding: 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ECECEC;
  border: none;
}

.contact-section form textarea {
  height: 120px;
  resize: vertical;
}

.contact-section form .form-submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contact-section form input[type="submit"] {
  width: auto;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.contact-section form input[type="submit"]:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
          box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
}

.form-submit-wrapper .wpcf7-spinner {
  display: none !important;
}

.contact-info {
  position: absolute;
  top: 114px;
  left: 770px;
  width: 430px;
  height: 395px;
  background: #252729;
  border-radius: 24px;
  color: #fff;
  padding: 40px;
  z-index: 2;
}

.contact-info-title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #FF8E00;
}

.contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 30px;
  margin-left: 37px;
}

.contact-info-item .icon-wrapper {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.contact-info-item .icon-wrapper svg {
  width: 100%;
  height: 100%;
  fill: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
}

.contact-info-item strong {
  display: block;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
}

.contact-info-item p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.map-section {
  padding: 0;
  margin: 0;
  height: 534px;
}

.map-section .map-container {
  height: 100%;
  width: 100%;
}

.map-section .map-container iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

@media (max-width: 768px) {
  .contact-section {
    padding: 20px 0;
  }
  .contact-section .contact-title {
    margin-left: 0;
    text-align: center;
    font-size: 20px;
  }
  .contact-section .contact-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-section .contact-form-wrapper {
    width: 100%;
    padding: 30px 20px;
  }
  .contact-section form {
    gap: 0px;
  }
  .contact-section form input[type="submit"] {
    width: 100%;
    text-align: center;
  }
  .contact-section form .form-submit-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-section .contact-info {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .contact-section .contact-info-title {
    font-size: 20px;
    text-align: center;
    color: #FF8E00;
  }
  .contact-section .contact-info-item {
    margin-left: 20px;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-section .contact-info-item .icon-wrapper {
    width: 20px;
    height: 20px;
  }
  .contact-section .contact-info-item strong {
    font-size: 14px;
  }
  .contact-section .contact-info-item p {
    font-size: 13px;
  }
}

.hero-button {
  display: inline-block;
  margin-top: 30px;
  padding: 16px 32px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.hero-button:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
          box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
}

.expert-analysis {
  background: #fff;
  margin: 6vw 2vw 6vw 1vw;
  text-align: center;
  /* більша затримка */
  /* більша затримка */
}

.expert-analysis .expert-analysis-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.expert-analysis .expert-analysis-item {
  max-width: 380px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
  padding: 0 10px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: fadeInUp 1.5s forwards;
          animation: fadeInUp 1.5s forwards;
}

.expert-analysis .expert-analysis-item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.expert-analysis .expert-analysis-item:nth-child(2) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.expert-analysis .expert-analysis-item:nth-child(3) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.expert-analysis .icon {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.expert-analysis .icon img {
  max-width: 80px;
  height: auto;
}

.expert-analysis h3 {
  font-family: 'Rubik', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #020202;
  margin: 20px 0 10px;
}

.expert-analysis p {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #6F6F6F;
}

.recommended-products {
  padding: 60px 0;
  background-color: #F9FAFB;
}

.recommended-products .recommended-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
  color: #000;
}

.recommended-products .recommended-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 967px) {
  .recommended-products .recommended-grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .recommended-products .recommended-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.recommended-products .product-item {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.recommended-products .product-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.recommended-products .product-item .product-link {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.recommended-products .product-item img {
  width: 100%;
  height: 328px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.recommended-products .product-item .product-content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.recommended-products .product-item .product-content .product-title {
  font-family: 'Alexandria', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #010101;
  margin-bottom: 10px;
  text-align: left;
}

.recommended-products .product-item .product-content .product-description {
  font-family: 'Alexandria', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  color: #4C4C4C;
  margin-bottom: 10px;
  text-align: left;
}

.recommended-products .product-item .product-content .product-price {
  font-family: 'Alexandria', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #010101;
  margin-bottom: 20px;
  text-align: left;
}

.recommended-products .product-item .product-content .add-to-cart-button {
  display: inline-block;
  padding: 16px 67px;
  border-radius: 8px;
  font-family: 'Alexandria', sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #000;
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  border: none;
}

.recommended-products .product-item .product-content .add-to-cart-button:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.success-stories {
  padding: 60px 0;
  background-color: #F9FAFB;
}

.success-stories-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
  color: #000;
}

.success-stories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

.success-stories .success-story-item {
  max-width: 489px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.success-stories .success-story-card {
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 4px 0px #00000040;
          box-shadow: 0px 4px 4px 0px #00000040;
  width: 100%;
  max-width: 397px;
  height: 100%;
  min-height: 406px;
  padding: 40px 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.success-stories .story-photo-wrapper {
  width: 108px;
  height: 108px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}

.success-stories .story-photo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.success-stories .story-initials {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
  color: #010101;
}

.success-stories .story-position {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  color: #A07120;
}

.success-stories .story-description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #4C4C4C;
}

.investment-cta {
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  padding: 100px 20px;
  text-align: center;
}

.investment-cta__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.investment-cta__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.investment-cta__btn {
  display: inline-block;
  width: 400px;
  height: 84px;
  line-height: 84px;
  background-color: #FFFFFF;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #D98E1A;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.investment-cta__btn:hover {
  background: #f6f6f6;
}

.gold-price-chart {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 0;
}

.gold-price-chart canvas {
  width: 100% !important;
  height: 300px !important;
  max-height: 400px;
  display: block;
}

@media (max-width: 575px) {
  .hero-button {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 30px auto 0 auto;
    padding: 14px 0;
    font-size: 18px;
  }
  .expert-analysis {
    margin: 4vw 1.5vw 6vw 1.5vw;
  }
  .expert-analysis .expert-analysis-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .expert-analysis .expert-analysis-item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 0 10px;
  }
  .expert-analysis h3 {
    font-size: 24px;
  }
  .expert-analysis p {
    font-size: 16px;
  }
  .expert-analysis .icon {
    height: 60px;
  }
  .expert-analysis .icon img {
    max-width: 60px;
    height: auto;
  }
  .recommended-products {
    padding: 40px 0;
  }
  .recommended-products .recommended-title {
    font-size: 28px;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .recommended-products .recommended-grid {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    max-width: 100%;
    padding: 0 15px;
    gap: 20px;
  }
  .recommended-products .product-item {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .recommended-products .product-item img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .recommended-products .product-item .product-content {
    padding: 15px;
  }
  .recommended-products .product-item .product-content .product-title {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .recommended-products .product-item .product-content .product-description {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .recommended-products .product-item .product-content .product-price {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .recommended-products .product-item .product-content .add-to-cart-button {
    padding: 12px 0;
    font-size: 14px;
    width: 100%;
    border-radius: 6px;
  }
  .success-stories {
    padding: 40px 0;
  }
  .success-stories-title {
    font-size: 28px;
    margin-bottom: 40px;
    padding: 0 15px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
    transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  }
  .success-stories-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }
  .success-story-card {
    max-width: 100%;
    min-height: auto;
    padding: 25px 15px;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .story-photo-wrapper {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
  .story-photo-wrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .story-initials {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .story-position {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #666;
  }
  .story-description {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
  }
  .investment-cta {
    padding: 60px 15px;
  }
  .investment-cta__title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .investment-cta__text {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .investment-cta__btn {
    width: 100%;
    max-width: 320px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  body, html {
    overflow-x: hidden;
  }
}

@media (max-width: 768px) {
  .success-stories .success-story-card {
    text-align: center;
  }
}

.cart-page-wrapper {
  margin: 0vw 3vw 6vw 3vw;
}

.cart-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
}

.cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Left column */
.cart-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
  min-width: 300px;
  max-width: 1137px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto !important;
  min-height: unset !important;
}

.cart-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #B0B3B7;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.cart-table-header .header-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cart-table-header .remove-col {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
}

.cart-table-header .thumbnail-col {
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-table-header .price-col,
.cart-table-header .qty-col,
.cart-table-header .total-col {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  text-align: center;
}

.cart-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding: 15px 0;
}

.cart-row .thumbnail-col {
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.cart-row .thumbnail-col img {
  width: 109px;
  height: 103px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-row .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-row .product-info .product-name {
  font-family: 'Alexandria', serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}

.cart-row .product-info .product-desc {
  font-family: 'Alexandria', serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
}

.cart-row .price-col,
.cart-row .total-col {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  font-family: 'Alexandria', serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}

/* Колонка кількості */
.cart-actions {
  margin-top: 20px;
}

.cart-actions .update-cart-btn {
  background-color: #327F4C;
  color: #fff;
  border: none;
  padding: 18px 40px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.cart-buttons-wrapper .back-to-shop-link {
  display: inline-block;
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* Rights column */
.cart-right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  min-width: 280px;
  max-width: 554px;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  /* щоб панель залишалася видно при скролі */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.cart-right {
  width: 100%;
  background: #EFEFEFFC;
  border-radius: 20px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #2D354099;
}

.cart-right .summary-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 10px;
  color: #000;
}

.cart-right .divider,
.cart-right .divider.light {
  border: none;
  margin: 20px 0;
}

.cart-right .summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 25px;
  font-weight: 400;
  line-height: 0.8;
  margin-bottom: 54px;
}

.cart-right .summary-row.total {
  font-weight: 600;
  color: #000;
}

.cart-right .summary-row .summary-value {
  color: #2D354099;
}

.cart-right .summary-row .total-value {
  color: #000;
}

.cart-right .coupon-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.cart-right .coupon-code-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #7A7A7A;
  border-right: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0 15px;
  font-size: 16px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
  background: #fff;
  outline: none;
}

.cart-right .apply-coupon-btn {
  height: 50px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  color: #000;
  border-left: none;
  padding: 0 25px;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  border: none;
}

.cart-right .apply-coupon-btn:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.cart-right .logo-placeholder {
  margin-bottom: 30px;
  text-align: center;
}

.cart-right .logo-placeholder img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: inline-block;
}

.cart-buttons-wrapper {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cart-buttons-wrapper .checkout-btn {
  width: 400px;
  border-radius: 16px 0 16px 0;
  font-weight: 600;
  font-size: 25px;
  color: #000;
  line-height: 1;
  text-align: center;
  padding: 18px 30px;
  margin-bottom: 40px;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.cart-buttons-wrapper .checkout-btn:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.cart-buttons-wrapper .back-to-shop-link {
  display: block;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #FF8E00;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-offset: 25%;
  text-decoration-thickness: 1px;
  cursor: pointer;
  text-align: right;
}

.cart-buttons-wrapper .back-to-shop-link:hover {
  color: #000;
}

.custom-qty-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 114px;
  height: 78px;
  background: #FFD24F5E;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'IBM Plex Sans', sans-serif;
}

.custom-qty-wrapper .qty-display {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  background: transparent;
}

.custom-qty-wrapper .qty-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
  border-left: 1px solid #ccc;
}

.custom-qty-wrapper .qty-controls button {
  all: unset;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  height: 50%;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #000;
}

.custom-qty-wrapper .qty-controls button:hover {
  background-color: #FFD24F;
}

.custom-qty-wrapper .qty-controls button:first-child {
  border-bottom: 1px solid #ccc;
}

.custom-qty-wrapper .qty-input {
  display: none;
}

@media (max-width: 768px) {
  .cart-page-wrapper {
    margin: 20px 10px;
  }
  .cart-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .cart-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .cart-left {
    padding: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 12px;
  }
  .cart-table-header {
    display: none;
  }
  .cart-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
  }
  .cart-row > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cart-row > div::before {
    content: attr(data-label);
    font-size: 13px;
    font-weight: 600;
    color: #999;
    margin-bottom: 4px;
  }
  .cart-row .thumbnail-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
  }
  .cart-row .thumbnail-col img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .cart-row .product-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cart-row .product-info .product-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
  }
  .cart-row .product-info .product-desc {
    font-size: 14px;
    margin-bottom: 6px;
    color: #666;
  }
  .cart-row .thumbnail-col,
  .cart-row .price-col,
  .cart-row .qty-col,
  .cart-row .total-col {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    width: 100%;
    max-width: 100%;
  }
  .cart-row .price-col,
  .cart-row .total-col {
    text-align: left;
    font-size: 16px;
  }
  .cart-row .thumbnail-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
  }
  .price-col,
  .qty-col,
  .total-col {
    font-size: 16px;
  }
  .custom-qty-wrapper {
    width: 100%;
    max-width: 120px;
    height: 60px;
  }
  .custom-qty-wrapper .qty-display {
    font-size: 18px;
  }
  .custom-qty-wrapper .qty-controls button {
    font-size: 16px;
    width: 28px;
  }
  .remove-item {
    font-size: 14px;
    margin-top: 8px;
  }
  .cart-buttons-wrapper .back-to-shop-link {
    margin-top: 20px !important;
  }
}

@media (max-width: 768px) {
  .cart-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    min-width: auto;
    margin-top: 20px;
    padding: 20px;
  }
  .cart-right .summary-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .cart-right .summary-row {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cart-right .coupon-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .cart-right .coupon-code-input {
    border-radius: 8px;
    border-right: 1px solid #7A7A7A;
    padding: 15px 15px;
  }
  .cart-right .apply-coupon-btn {
    width: 100%;
    border-radius: 8px;
  }
  .cart-buttons-wrapper {
    max-width: 100%;
    margin: 0;
  }
  .cart-buttons-wrapper .checkout-btn {
    width: 100%;
    font-size: 20px;
    padding: 16px 20px;
    margin-top: 20px;
  }
  .cart-buttons-wrapper .back-to-shop-link {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
  }
}

/* Хрестик перед картинкою */
.cart-row .thumbnail-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
  position: relative;
}

.cart-row .remove-item {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #ED1C24;
  text-decoration: none;
  cursor: pointer;
  margin-right: 5px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.cart-row .remove-item:hover {
  color: #ff0000;
}

.woocommerce-message {
  display: none;
}

@media (max-width: 768px) {
  .cart-row {
    position: relative;
  }
  .cart-row .remove-item {
    position: absolute;
    right: 0px;
    top: 3px;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
    font-size: 30px;
    color: #ED1C24;
    z-index: 2;
  }
}

.single-post article.post {
  margin: 0 auto !important;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single-post article.post .post-title {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.single-post article.post .post-meta {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}

.single-post article.post .post-content {
  font-size: 18px;
  line-height: 1.7;
  color: #3A3A3A;
  max-width: 100%;
  margin: 0 auto;
}

.single-post article.post .post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  display: block;
}

.single-post article.post .post-content h2, .single-post article.post .post-content h3 {
  margin-top: 40px;
  font-weight: 700;
  color: #1a1a1a;
}

.single-post article.post .post-content ul, .single-post article.post .post-content ol {
  margin-left: 20px;
  padding-left: 20px;
}

.single-post article.post .post-content .post-thumbnail {
  margin-bottom: 30px;
}

.single-post article.post .post-content .post-thumbnail img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .single-post article.post {
    padding: 20px !important;
  }
  .single-post article.post .post-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .single-post article.post .post-meta {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .single-post article.post .post-content {
    font-size: 16px;
    line-height: 1.6;
  }
  .single-post article.post .post-content h2, .single-post article.post .post-content h3 {
    margin-top: 30px;
  }
  .single-post article.post .post-content ul, .single-post article.post .post-content ol {
    margin-left: 15px;
    padding-left: 15px;
  }
  .single-post article.post .post-content .post-thumbnail {
    width: 100%;
  }
}

.related-posts-wrapper {
  background: #f8f8f8;
  padding: 20px 0;
}

.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
  font-family: 'Montserrat', sans-serif;
}

.blog-container h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
  color: #FF8E00;
}

.blog-container .posts-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(320px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.blog-container .post-item {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog-container .post-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.blog-container .post-item .post-thumbnail-link {
  display: block;
  width: 100%;
  overflow: hidden;
}

.blog-container .post-item .post-thumbnail-link img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.blog-container .post-item .post-thumbnail-link img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-container .post-item .post-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}

.blog-container .post-item .post-content-wrapper .post-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-container .post-item .post-content-wrapper .post-title a {
  color: #222;
  text-decoration: none;
}

.blog-container .post-item .post-content-wrapper .post-title a:hover {
  color: #A07120;
  text-decoration: underline;
}

.blog-container .post-item .post-content-wrapper .post-excerpt {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  min-height: 80px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.blog-container .post-item .post-content-wrapper .read-more-btn {
  margin-top: auto;
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #000;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.blog-container .post-item .post-content-wrapper .read-more-btn:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Montserrat', sans-serif;
}

.blog-container h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}

.blog-container .posts-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(320px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.blog-container .post-item {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.blog-container .post-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.blog-container .post-item .post-thumbnail-link {
  display: block;
  width: 100%;
  overflow: hidden;
}

.blog-container .post-item .post-thumbnail-link img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.blog-container .post-item .post-thumbnail-link img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-container .post-item .post-content-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}

.blog-container .post-item .post-content-wrapper .post-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-container .post-item .post-content-wrapper .post-title a {
  color: #222;
  text-decoration: none;
}

.blog-container .post-item .post-content-wrapper .post-title a:hover {
  color: #A07120;
  text-decoration: underline;
}

.blog-container .post-item .post-content-wrapper .post-excerpt {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  min-height: 80px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.blog-container .post-item .post-content-wrapper .read-more-btn {
  margin-top: auto;
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #000;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.blog-container .post-item .post-content-wrapper .read-more-btn:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.custom-login-bg {
  width: 100vw;
  min-height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(98%, rgba(0, 0, 0, 0.08))), url("/wp-content/themes/prime-gold/assets/img/wall-stone-texture.webp") no-repeat center center;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.08) 98%), url("/wp-content/themes/prime-gold/assets/img/wall-stone-texture.webp") no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.custom-login-page {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auth-card {
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 4px 0px #00000040;
          box-shadow: 0px 4px 4px 0px #00000040;
  width: 450px;
  padding: 30px 50px !important;
  /* симетрично */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.auth-title {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #A07120;
  margin-bottom: 0;
}

.auth-subtitle {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #404040;
  margin-bottom: 24px;
}

label {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 6px;
  text-align: left;
}

.input {
  width: 100%;
  height: 38px;
  border-radius: 5px;
  background: #ECECEC;
  border: none;
  padding: 0 15px;
  /* однаковий відступ зліва/справа */
  margin-bottom: 16px;
  font-size: 14px;
}

.input::-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #666666;
}

.input:-ms-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #666666;
}

.input::-ms-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #666666;
}

.input::placeholder {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #666666;
}

.auth-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}

.auth-options .forgot-password {
  font-weight: 500;
  color: #A07120;
  text-decoration: none;
}

.login-button,
.register-button {
  width: 100% !important;
  height: 43px !important;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%) !important;
  border: none !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: 'Rubik', sans-serif !important;
  color: #fff !important;
  cursor: pointer !important;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-bottom: 20px !important;
}

.login-button:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
          box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
}

.register-button:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
          box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
}

.auth-card * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.divider span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 12px;
  color: #6F6F6F;
  font-weight: 500;
  font-size: 14px;
}

.divider::before, .divider::after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #6F6F6F;
}

.social-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

div.nsl-container .nsl-button-google[data-skin="light"] {
  color: RGBA(0, 0, 0, 0.54);
  width: 96px;
  height: 45px;
  border: 1px solid #ccc;
  background: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}

.social-buttons .social-btn img {
  width: 12px;
  height: 12px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 0 !important;
}

body.woocommerce-page .woocommerce form.checkout_coupon,
body.woocommerce-page .woocommerce form.login,
body.woocommerce-page .woocommerce form.register {
  margin: 0 !important;
}

.no-account-text {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #404040;
  text-align: center;
  margin: 0 0 20px;
}

.no-account-text .join-us-link {
  color: #A07120;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.no-account-text .join-us-link:hover {
  border-color: #A07120;
}

/* Mobile style */
@media (max-width: 991px) {
  .custom-login-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .auth-card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .custom-login-bg {
    padding: 0;
  }
}

body.woocommerce .wp-block-woocommerce-checkout {
  margin: 40px 58px !important;
  padding-top: 24px !important;
}

/* Checkout titles */
.woocommerce-checkout h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Input fields */
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea {
  border-radius: 12px;
  padding: 14px 20px;
  border: 1px solid #ccc;
  font-size: 16px;
}

/* Order summary */
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  font-size: 18px;
  padding: 12px 10px;
}

/* Place order button */
.wc-block-components-checkout-place-order-button.contained {
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%) !important;
  color: #000 !important;
  font-family: 'Alexandria', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 0;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.wc-block-components-checkout-place-order-button.contained:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
          box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
}

.wc-block-components-order-summary-item__quantity {
  position: relative;
  display: inline-block;
  background-color: #FF8E00 !important;
  color: white !important;
  font-size: 9px;
  font-weight: 700;
  border-radius: 50% !important;
  border: none !important;
  padding: 0px 1px !important;
  text-align: center;
  line-height: 1 !important;
  pointer-events: none;
  min-width: 18px !important;
  height: 18px;
  vertical-align: middle;
}

.wc-block-components-order-summary-item__quantity > span[aria-hidden="true"] {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.wc-block-components-order-summary-item__quantity > .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em;
  left: 8em;
}

.wc-block-components-totals-coupon__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 0;
  width: 78%;
}

.custom-order-received-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 20px;
}

.order-received-wrapper {
  background: #ffffff;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  padding: 50px;
  text-align: center;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  font-family: 'Alexandria', sans-serif;
}

.order-received-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
}

.order-info {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}

.order-return-btn {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 40px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #000;
  font-weight: 600;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.order-return-btn:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
          box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
}

@media (max-width: 480px) {
  .order-received-wrapper {
    padding: 30px 20px;
  }
  .order-received-title {
    font-size: 22px;
  }
  .order-return-btn {
    width: 100%;
    padding: 14px;
  }
}

.custom-order-receipt-wrapper {
  background-color: #fff8e1;
  border: 1px solid #ffd54f;
  border-radius: 16px;
  padding: 30px;
  margin: 40px auto;
  max-width: 600px;
  font-family: 'Alexandria', sans-serif;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.custom-order-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #6b4f00;
  text-align: center;
}

.custom-order-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #ffd54f;
}

.custom-order-label {
  font-weight: 600;
  color: #6b4f00;
}

.custom-order-value {
  font-weight: 500;
  color: #333;
}

.custom-thankyou-wrapper {
  max-width: 680px;
  margin: 50px auto;
  background-color: #FFF8E1;
  border: 1px solid #FFD54F;
  border-radius: 16px;
  padding: 30px 40px;
  font-family: 'Alexandria', sans-serif;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.custom-thankyou-message.success {
  font-size: 22px;
  font-weight: 700;
  color: #6B4F00;
  text-align: center;
  margin-bottom: 30px;
}

.custom-thankyou-message.error {
  background-color: #fff3f3;
  border: 1px solid #ff5c5c;
  color: #c00000;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  text-align: center;
}

.custom-thankyou-actions {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.custom-btn {
  padding: 10px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-btn.retry {
  background-color: #ff9800;
  color: white;
}

.custom-btn.retry:hover {
  background-color: #fb8c00;
}

.custom-btn.account {
  background-color: #e0e0e0;
  color: #333;
}

.custom-btn.account:hover {
  background-color: #d6d6d6;
}

.custom-order-overview {
  margin-top: 25px;
  list-style: none;
  padding: 0;
}

.custom-order-overview li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #FFD54F;
}

.custom-order-overview .label {
  font-weight: 600;
  color: #6B4F00;
}

.custom-order-overview .value {
  font-weight: 500;
  color: #333;
}

.careers-main {
  padding: 60px 0;
  text-align: center;
}

.careers-main .careers-content {
  max-width: 800px;
  margin: 0 auto;
}

.careers-main .careers-content .careers-text {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.careers-main .careers-content .careers-text a.careers-email {
  color: #A07120;
  font-weight: 600;
  text-decoration: underline;
}

.careers-main .careers-content .btn-gradient {
  display: inline-block;
  padding: 16px 67px;
  border-radius: 8px;
  font-family: 'Alexandria', sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#FF8E00), to(#FFD24F));
  background: linear-gradient(90deg, #FF8E00 0%, #FFD24F 100%);
  color: #000;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.careers-main .careers-content .btn-gradient:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FFD24F), to(#FF8E00));
  background: linear-gradient(90deg, #FFD24F 0%, #FF8E00 100%);
}

.page-content {
  padding: 40px 0;
}

.page-content .page-text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
  color: #3A3A3A;
}

.page-content .page-text h1, .page-content .page-text h2, .page-content .page-text h3 {
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.page-content .page-text p {
  margin-bottom: 20px;
}

.page-content .page-text ul, .page-content .page-text ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-content .page-text ul li, .page-content .page-text ol li {
  margin-bottom: 10px;
}

.page-content .page-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
}

.page-content .page-text blockquote {
  margin: 30px 0;
  padding: 20px 30px;
  background-color: #f4f4f4;
  border-left: 4px solid #FFD24F;
  font-style: italic;
}

.page-content .page-text a {
  color: #cc9900;
  text-decoration: underline;
}

.page-content .page-text a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .page-content .page-text {
    font-size: 16px;
    padding: 0 15px;
  }
  .page-content .page-text h1, .page-content .page-text h2, .page-content .page-text h3 {
    margin-top: 30px;
    font-size: 22px;
  }
  .page-content .page-text img {
    margin: 20px 0;
  }
}

.account-page-wrapper {
  padding: 40px 20px;
  background: #f9f9f9;
  min-height: 80vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.account-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .account-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.account-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  background: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  font-family: 'Rubik', sans-serif;
}

.account-sidebar nav.woocommerce-MyAccount-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.account-sidebar nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.account-sidebar nav.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0;
}

.account-sidebar nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: auto;
  padding: 12px 16px;
  text-decoration: none;
  color: #404040;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 16px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
}

.account-sidebar nav.woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #fff3e0;
  color: #FF8E00;
  font-weight: 700;
}

.account-sidebar nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #fff3e0;
  color: #FF8E00;
  font-weight: 700;
}

.account-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 32px 40px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  font-family: 'Rubik', sans-serif;
  color: #404040;
}

.account-content h2 {
  color: #000;
  font-weight: 700;
  margin-bottom: 24px;
}

.account-content p,
.account-content label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .account-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 15px 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    background: transparent;
  }
  .account-sidebar nav.woocommerce-MyAccount-navigation ul li a {
    padding: 10px;
    font-size: 16px;
  }
  .account-content {
    padding: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}

.account-content .woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 32px;
}

.account-content .woocommerce-orders-table thead {
  background: #f4f4f4;
}

.account-content .woocommerce-orders-table th, .account-content .woocommerce-orders-table td {
  padding: 14px 18px;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.account-content .woocommerce-orders-table th {
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

.account-content .woocommerce-orders-table td {
  color: #404040;
}

.account-content .woocommerce-orders-table .woocommerce-button {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.account-content .woocommerce-orders-table .woocommerce-button:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.account-content .woocommerce-info {
  background: #fff3e0;
  color: #000;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 24px;
  border-top-color: #FF8E00;
}

.account-content .woocommerce-info a.woocommerce-Button {
  color: #fff;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  margin-left: 12px;
}

.account-content .woocommerce-info a.woocommerce-Button:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

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

.account-content .woocommerce-info {
  background: #fff3e0;
  color: #A07120;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 24px;
}

.account-content .woocommerce-info a.button,
.account-content .woocommerce-info .wc-forward.button {
  display: inline-block;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  margin-left: 12px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.account-content .woocommerce-info a.button:hover,
.account-content .woocommerce-info .wc-forward.button:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.account-content .woocommerce-Addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.account-content .woocommerce-Addresses .woocommerce-Address {
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  padding: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 12px);
          flex: 1 1 calc(50% - 12px);
  min-width: 280px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.04);
}

.account-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.account-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #202020;
}

.account-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a.edit {
  font-size: 14px;
  font-weight: 500;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #fff;
  padding: 6px 16px;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.account-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a.edit:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.account-content .woocommerce-Addresses .woocommerce-Address address {
  font-size: 15px;
  line-height: 1.6;
  color: #505050;
  margin: 0;
}

.account-content .woocommerce-Addresses .woocommerce-Address address br {
  display: none;
}

.account-content p {
  font-size: 15px;
  margin-bottom: 20px;
  color: #606060;
}

.woocommerce-form-row {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  /* якщо потрібно */
}

.account-content .woocommerce-EditAccountForm {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 49px 20px 20px;
  border-radius: 16px;
}

.account-content .woocommerce-EditAccountForm label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #202020;
  margin-bottom: 8px;
}

.account-content .woocommerce-EditAccountForm .form-row {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.account-content .woocommerce-EditAccountForm input[type="text"],
.account-content .woocommerce-EditAccountForm input[type="email"],
.account-content .woocommerce-EditAccountForm input[type="password"],
.account-content .woocommerce-EditAccountForm #billing_phone {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px 18px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fafafa;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.account-content .woocommerce-EditAccountForm input[type="text"]:focus,
.account-content .woocommerce-EditAccountForm input[type="email"]:focus,
.account-content .woocommerce-EditAccountForm input[type="password"]:focus,
.account-content .woocommerce-EditAccountForm #billing_phone:focus {
  border-color: #ffd24f;
  background-color: #fff;
  outline: none;
}

.account-content .woocommerce-EditAccountForm fieldset {
  border: none;
  margin-top: 30px;
}

.account-content .woocommerce-EditAccountForm fieldset legend {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #202020;
}

.account-content .woocommerce-EditAccountForm em {
  font-size: 13px;
  color: #707070;
  display: block;
  margin-top: 4px;
}

.account-content .woocommerce-EditAccountForm button[type="submit"] {
  display: inline-block;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.account-content .woocommerce-EditAccountForm button[type="submit"]:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.show-password-input {
  top: 35% !important;
}

@media (max-width: 480px) {
  .account-content .woocommerce-EditAccountForm {
    padding: 0;
  }
  .account-content button[type="submit"] {
    width: 100%;
  }
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 18px !important;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--default .select2-selection--single {
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 47px;
  margin: 0 0 20px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  width: 99.2% !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #848282;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 0%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 83%;
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 46px;
}

@media (max-width: 768px) {
  .select2-container .select2-selection--single {
    height: 45px;
    width: 100% !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 43px;
    padding-left: 14px !important;
    padding-right: 18px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 480px) {
  .select2-container .select2-selection--single {
    height: 44px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13.5px;
    line-height: 42px;
  }
}

.woocommerce-notices-wrapper:empty {
  display: none;
}

.custom-product-card {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-product-card .product-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.custom-product-card .product-image-wrapper {
  position: relative;
}

.custom-product-card .product-image-wrapper img {
  width: 100%;
  border-radius: 12px;
}

.custom-product-card .product-image-wrapper .product-icons {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.custom-product-card .product-image-wrapper .product-icons .wishlist-btn,
.custom-product-card .product-image-wrapper .product-icons .compare-btn {
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 6px;
  cursor: pointer;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.custom-product-card .product-image-wrapper .product-icons .wishlist-btn:hover,
.custom-product-card .product-image-wrapper .product-icons .compare-btn:hover {
  background: #ffd24f;
}

.custom-product-card .product-image-wrapper .product-icons .wishlist-btn i,
.custom-product-card .product-image-wrapper .product-icons .compare-btn i {
  display: block;
}

.custom-product-card .product-info {
  text-align: center;
}

.custom-product-card .product-info .product-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  font-family: 'Rubik', sans-serif;
}

.custom-product-card .product-info .product-title a {
  color: #000;
  text-decoration: none;
}

.custom-product-card .product-info .product-title a:hover {
  color: #FF8E00;
}

.custom-product-card .product-info .product-price {
  font-size: 16px;
  color: #FF8E00;
  margin-top: 8px;
}

.custom-product-card .product-info .product-button {
  margin-top: 15px;
}

.custom-product-card .product-info .product-button .button {
  display: inline-block;
  padding: 12px 32px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  border-radius: 8px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  border: none;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.custom-product-card .product-info .product-button .button:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

.custom-product-card:hover {
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.product-page {
  padding: 60px 0;
}

.product-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-page__gallery {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}

.product-page__gallery .woocommerce-product-gallery__image {
  border-radius: 20px;
  overflow: hidden;
}

.product-page__gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.product-page__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}

.product-page__info .product_title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.product-page__info .price {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 25px;
}

.product-page__info .woocommerce-product-details__short-description {
  font-size: 16px;
  margin-bottom: 25px;
}

.product-page__info .single_add_to_cart_button {
  padding: 15px 45px;
  border-radius: 10px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#FFD24F), to(#FFB800));
  background: linear-gradient(90deg, #FFD24F, #FFB800);
  border: none;
}

.product-page__info .quantity {
  background-color: #FFD24F5E;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.product-page__info .quantity input {
  border: none;
  width: 50px;
  text-align: center;
  background: transparent;
  font-size: 16px;
}

.product-page__extra {
  margin-top: 80px;
}

.product-page__extra .related, .product-page__extra .up-sells {
  margin-top: 60px;
}

.show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url("your-eye-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.woocommerce-Input[type="password"] {
  padding-right: 30px;
}

.account-content .woocommerce-EditAccountForm fieldset {
  border: none;
  margin-top: 30px;
  margin-left: -12px !important;
}

.account-content .woocommerce-Addresses {
  gap: 10px !important;
}

.account-content .woocommerce-info {
  background: #fff3e0;
  color: #A07120;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 15px;
  margin-bottom: 24px;
  /* Додай flex для вирівнювання тексту й кнопки */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* щоб на мобільних елементи переносились */
  gap: 12px;
  /* відступ між текстом і кнопкою */
}

.account-content .woocommerce-info a.button,
.account-content .woocommerce-info .wc-forward.button {
  display: inline-block;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  /* Щоб не притискалась до країв */
  margin-left: auto;
  white-space: nowrap;
}

.custom-register-notice {
  position: fixed;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fdf6e3;
  border: 1px solid #f7d774;
  color: #5a4600;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  text-align: center;
  -webkit-animation: fadeInSlide 0.3s ease-out;
          animation: fadeInSlide 0.3s ease-out;
}

@-webkit-keyframes fadeInSlide {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-20px);
            transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-20px);
            transform: translateX(-50%) translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

.cart-empty-wrapper {
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 40px 20px;
  text-align: center;
}

.cart-empty-inner {
  max-width: 600px;
}

.cart-empty-img {
  width: 180px;
  margin: 0 auto 30px;
}

.cart-empty-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cart-empty-description {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.5;
}

.return-to-shop .button {
  display: inline-block;
  padding: 16px 67px;
  border-radius: 8px;
  font-family: 'Alexandria', sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  border: none;
}

.return-to-shop .button:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

@media (max-width: 480px) {
  .cart-empty-wrapper {
    min-height: auto;
  }
  .cart-empty-img {
    width: 120px;
    margin-bottom: 20px;
  }
  .cart-empty-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .cart-empty-description {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .return-to-shop .button {
    width: 100%;
    padding: 14px 0;
    font-size: 15px;
  }
}

.custom-reset-password-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70vh;
  padding: 40px 20px;
  background: #f9f9f9;
}

.reset-password-wrapper {
  background: #fff;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  padding: 50px 40px;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.reset-password-title {
  font-family: 'Alexandria', sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.reset-password-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.form-group {
  text-align: left;
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-family: 'Alexandria', sans-serif;
}

.custom-input {
  width: 100%;
  padding: 12px 0px !important;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'Alexandria', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.custom-input:focus {
  border-color: #FF8E00;
  outline: none;
}

.reset-password-btn {
  display: inline-block;
  width: 100%;
  padding: 14px;
  background: linear-gradient(72.23deg, #FF8E00 7.21%, #FFD24F 85.04%);
  color: #000;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Alexandria', sans-serif;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.reset-password-btn:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
}

/* WooCommerce notices */
.woocommerce-message + p {
  padding: 60px 25px;
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Alexandria', sans-serif;
  line-height: 1.6;
  text-align: center;
}

.lost-password-confirmation-text {
  font-family: 'Alexandria', sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 480px) {
  .custom-reset-password-section {
    padding: 20px 15px;
    min-height: auto;
  }
  .reset-password-wrapper {
    padding: 30px 20px;
  }
}

.custom-order-details-section {
  max-width: 720px;
  margin: 50px auto;
  padding: 40px;
  background: #FFF8E1;
  border: 1px solid #FFD54F;
  border-radius: 16px;
  font-family: 'Alexandria', sans-serif;
}

.custom-order-title {
  font-size: 26px;
  font-weight: 700;
  color: #6B4F00;
  margin-bottom: 30px;
  text-align: center;
}

.custom-order-table-wrapper {
  overflow-x: auto;
}

.custom-order-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.custom-order-table thead {
  background: #FFECB3;
}

.custom-order-table th,
.custom-order-table td {
  padding: 12px 18px;
  border-bottom: 1px solid #FFD54F;
  text-align: left;
}

.custom-order-table th {
  font-weight: 600;
  color: #5D4037;
}

.custom-order-table tfoot th {
  color: #6B4F00;
  font-weight: 600;
}

.custom-order-table tfoot td {
  font-weight: 500;
}

.custom-order-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.custom-btn.action-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FFD54F;
  color: #3E2723;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-btn.action-btn:hover {
  background: linear-gradient(72.23deg, #FFD24F 7.21%, #FF8E00 85.04%);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
          box-shadow: 0 6px 12px rgba(255, 142, 0, 0.3);
}

.custom-customer-details {
  max-width: 720px;
  margin: 40px auto;
  padding: 40px;
  background-color: #FFF8E1;
  border: 1px solid #FFD54F;
  border-radius: 16px;
  font-family: 'Alexandria', sans-serif;
}

.custom-address-title {
  font-size: 22px;
  font-weight: 700;
  color: #5D4037;
  margin-bottom: 20px;
}

.custom-address-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.custom-address-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  background-color: #FFFBEB;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #FFE082;
}

.custom-address {
  font-size: 16px;
  color: #3E2723;
  line-height: 1.6;
}

.custom-contact {
  margin-top: 10px;
  font-weight: 500;
  color: #4E342E;
}
/*# sourceMappingURL=style.css.map */