.elementor-kit-3049{--e-global-color-primary:#E6E6FA;--e-global-color-secondary:#FFDAB9;--e-global-color-text:#333333;--e-global-color-accent:#AAF0D1;--e-global-color-cb6a29a:#FFFFFF;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cormorant Garamond";--e-global-typography-accent-font-weight:500;}.elementor-kit-3049 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =============================================
   HER HARMONY GLOW — GLOBAL CSS
   ============================================= */

/* ===== HERO SECTION ===== */

.hero-bg-decoration {
  overflow: hidden;
}

.hero-bg-decoration::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: #E6E6FA;
  border-radius: 50%;
  opacity: 0.3;
  filter: blur(80px);
  z-index: 0;
}

.hero-bg-decoration::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: #AAF0D1;
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(80px);
  z-index: 0;
}

.hero-bg-decoration > * {
  position: relative;
  z-index: 1;
}

.hero-h1 em {
  font-style: italic;
  color: #7FD4B0;
  position: relative;
  font-family: 'Playfair Display', serif;
}

.hero-h1 em::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 12px;
  background: #FFDAB9;
  opacity: 0.4;
  z-index: -1;
}

/* ===== HERO PRODUCT CONTAINER ===== */

.hhg-hero-product {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
}

.hhg-circle-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #E6E6FA 0%, #F5F0FF 100%);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hhg-circle-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== FLOATING BADGES ===== */

.hhg-badge {
  position: absolute;
  background: white;
  padding: 12px 20px;
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(58, 46, 77, 0.12);
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  z-index: 3;
}

.hhg-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #AAF0D1;
  flex-shrink: 0;
}

.hhg-badge-dot-peach {
  background: #FFDAB9;
}

.hhg-badge-1 {
  top: 12%;
  left: -5%;
  color: #7FD4B0;
  animation: hhg-float-badge-1 5s ease-in-out infinite;
}

.hhg-badge-2 {
  top: 45%;
  right: -8%;
  color: #C9893C;
  animation: hhg-float-badge-2 6s ease-in-out infinite;
  animation-delay: -1s;
}

.hhg-badge-3 {
  bottom: 8%;
  left: 10%;
  color: #2A1F3D;
  animation: hhg-float-badge-3 5.5s ease-in-out infinite;
  animation-delay: -2s;
}

@keyframes hhg-float-badge-1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-5px, -8px); }
}

@keyframes hhg-float-badge-2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(8px, 5px); }
}

@keyframes hhg-float-badge-3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-3px, 8px); }
}

/* ===== STATISTICS DIVIDERS ===== */

.hhg-stat-item {
  position: relative;
}

.hhg-stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}

/* ===== PRICING CARDS ===== */

.hhg-pricing-card {
  transition: all 300ms ease;
}

.hhg-pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 40px rgba(58, 46, 77, 0.12);
}

.hhg-pricing-featured {
  transform: translateY(-20px);
  box-shadow: 0 4px 20px rgba(58, 46, 77, 0.1);
}

.hhg-pricing-featured:hover {
  transform: translateY(-28px);
  box-shadow: 0 10px 40px rgba(58, 46, 77, 0.15);
}

/* ===== EDUCATION CARDS ===== */

.hhg-edu-card {
  transition: all 300ms ease;
}

.hhg-edu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(58, 46, 77, 0.08);
  border-color: #AAF0D1 !important;
}

/* ===== FAQ ACCORDION ===== */

.hhg-faq-wrap .elementor-accordion {
  border: none !important;
}

.hhg-faq-wrap .elementor-accordion-item {
  border: 1px solid #E8E4F3 !important;
  border-radius: 12px !important;
  margin-bottom: 12px !important;
  overflow: hidden;
  transition: all 300ms ease;
}

.hhg-faq-wrap .elementor-accordion-item:hover {
  border-color: #AAF0D1 !important;
}

.hhg-faq-wrap .elementor-accordion-item .elementor-active {
  border-left: 4px solid #FFDAB9 !important;
}

.hhg-faq-wrap .elementor-accordion-icon {
  width: 28px;
  height: 28px;
  background: #FFDAB9;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hhg-faq-wrap .elementor-accordion-icon svg,
.hhg-faq-wrap .elementor-accordion-icon i {
  font-size: 12px !important;
  color: #2A1F3D !important;
}

.hhg-faq-wrap .elementor-accordion-icon-closed,
.hhg-faq-wrap .elementor-accordion-icon-opened {
  transition: transform 300ms ease;
}

.hhg-faq-wrap .elementor-tab-title {
  border: none !important;
  padding: 20px 24px !important;
}

.hhg-faq-wrap .elementor-tab-content {
  border: none !important;
  padding: 0 24px 20px !important;
}

.hhg-faq-wrap .elementor-accordion-item:has(.elementor-active) {
  box-shadow: 0 2px 12px rgba(58, 46, 77, 0.06);
  border-left: 4px solid #FFDAB9 !important;
}

/* ===== REVIEW CARDS ===== */

.hhg-review-card {
  transition: all 300ms ease;
}

.hhg-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(58, 46, 77, 0.08);
  border-color: #FFDAB9 !important;
}

/* ===== HEADER ===== */

.hhg-header {
  width: 100%;
}

.hhg-announcement {
  background: #2A1F3D;
  padding: 10px 0;
  overflow: hidden;
}

.hhg-marquee {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.hhg-marquee-inner {
  display: inline-flex;
  gap: 80px;
  animation: hhg-scroll 25s linear infinite;
}

.hhg-marquee-inner span {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

@keyframes hhg-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.hhg-marquee:hover .hhg-marquee-inner {
  animation-play-state: paused;
}

.hhg-header-bar {
  background: #FFFFFF;
  border-bottom: 1px solid #E8E4F3;
  padding: 0 40px;
}

.hhg-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  height: 72px;
}

.hhg-logo {
  flex-shrink: 0;
}

.hhg-logo img {
  height: 50px;
  width: auto;
  display: block;
}

.hhg-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.hhg-nav a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2A1F3D;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  transition: color 300ms ease;
}

.hhg-nav a:hover {
  color: #7FD4B0;
}

.hhg-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7FD4B0;
  transition: width 300ms ease;
}

.hhg-nav a:hover::after {
  width: 100%;
}

.hhg-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.hhg-header-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2A1F3D;
  background: #FFDAB9;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 300ms ease;
}

.hhg-header-btn:hover {
  background: #2A1F3D;
  color: white;
}

.hhg-header-cart {
  width: 44px;
  height: 44px;
  background: #F5F0FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2A1F3D;
  text-decoration: none;
  transition: all 300ms ease;
  position: relative;
}

.hhg-header-cart:hover {
  background: #E6E6FA;
}

.hhg-cart-count {
  display: none;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  background: #FFDAB9;
  color: #2A1F3D;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.hhg-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.hhg-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #2A1F3D;
  transition: all 300ms ease;
}

/* ===== WOOCOMMERCE ОБЩИ СТИЛОВЕ ===== */

.woocommerce h2,
.woocommerce h3 {
  font-family: 'Playfair Display', serif !important;
  color: #2A1F3D !important;
  font-weight: 700 !important;
}

.woocommerce table,
.woocommerce form,
.woocommerce p,
.woocommerce label,
.woocommerce span,
.woocommerce td,
.woocommerce th,
.woocommerce input,
.woocommerce select,
.woocommerce textarea {
  font-family: 'Montserrat', sans-serif !important;
}

/* WooCommerce бутони */
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce #respond input#submit {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  background: #FFDAB9 !important;
  color: #2A1F3D !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 16px 32px !important;
  transition: all 300ms ease !important;
  cursor: pointer !important;
}

.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
  background: #2A1F3D !important;
  color: #FFFFFF !important;
}

.woocommerce .button.alt,
.woocommerce button.button.alt,
.woocommerce a.button.alt {
  background: #2A1F3D !important;
  color: #FFFFFF !important;
}

.woocommerce .button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {
  background: #FFDAB9 !important;
  color: #2A1F3D !important;
}

/* WooCommerce input полета */
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="number"],
.woocommerce input[type="password"],
.woocommerce select,
.woocommerce textarea,
.select2-container--default .select2-selection--single {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  color: #2A1F3D !important;
  background: #FFFFFF !important;
  border: 1px solid #E8E4F3 !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  transition: border-color 300ms ease !important;
  width: 100% !important;
}

.woocommerce input:focus,
.woocommerce select:focus,
.woocommerce textarea:focus {
  border-color: #AAF0D1 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(170, 240, 209, 0.15) !important;
}

.woocommerce label {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #2A1F3D !important;
  margin-bottom: 6px !important;
}

/* Select2 dropdowns */
.select2-container--default .select2-selection--single {
  height: auto !important;
  min-height: 46px !important;
  display: flex !important;
  align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2A1F3D !important;
  font-size: 14px !important;
  padding-left: 16px !important;
}

.select2-dropdown {
  border: 1px solid #E8E4F3 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(58, 46, 77, 0.1) !important;
}

.select2-results__option--highlighted {
  background: #AAF0D1 !important;
  color: #2A1F3D !important;
}

/* ===== CART PAGE ===== */

.woocommerce-cart-form table {
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0 12px !important;
}

.woocommerce-cart-form table thead th {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #7A6E8A !important;
  border: none !important;
  padding: 12px 16px !important;
}

.woocommerce-cart-form table td {
  background: #FAF8FF !important;
  border: none !important;
  padding: 20px 16px !important;
  vertical-align: middle !important;
}

.woocommerce-cart-form table td:first-child {
  border-radius: 12px 0 0 12px !important;
}

.woocommerce-cart-form table td:last-child {
  border-radius: 0 12px 12px 0 !important;
}

.woocommerce-cart-form .product-thumbnail img {
  border-radius: 12px !important;
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
}

.woocommerce-cart-form .product-name a {
  color: #2A1F3D !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-decoration: none !important;
}

.woocommerce-cart-form .product-name a:hover {
  color: #7FD4B0 !important;
}

.woocommerce-cart-form .variation dt,
.woocommerce-cart-form .variation dd {
  font-size: 13px !important;
  color: #7A6E8A !important;
}

.woocommerce-cart-form .product-price .amount,
.woocommerce-cart-form .product-subtotal .amount {
  font-weight: 600 !important;
  color: #2A1F3D !important;
  font-size: 15px !important;
}

.woocommerce-cart-form .product-remove a {
  color: #E8E4F3 !important;
  font-size: 24px !important;
  transition: color 300ms ease !important;
}

.woocommerce-cart-form .product-remove a:hover {
  color: #E57373 !important;
  background: transparent !important;
}

.woocommerce-cart-form .quantity input {
  width: 60px !important;
  text-align: center !important;
  border-radius: 8px !important;
}

.woocommerce-cart-form .coupon input {
  border-radius: 8px !important;
  padding: 12px 16px !important;
  max-width: 200px !important;
}

.woocommerce-cart-form .coupon .button {
  padding: 12px 24px !important;
}

.woocommerce-cart-form button[name="update_cart"] {
  background: transparent !important;
  color: #7A6E8A !important;
  border: 1px solid #E8E4F3 !important;
  font-size: 12px !important;
  padding: 12px 24px !important;
}

.woocommerce-cart-form button[name="update_cart"]:hover {
  background: #FAF8FF !important;
  border-color: #AAF0D1 !important;
  color: #2A1F3D !important;
}

/* Cart Totals */
.cart_totals {
  background: #FAF8FF !important;
  border-radius: 16px !important;
  padding: 32px !important;
  border: 1px solid #E8E4F3 !important;
}

.cart_totals h2 {
  font-size: 24px !important;
  margin-bottom: 24px !important;
}

.cart_totals table {
  border: none !important;
}

.cart_totals table th {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #7A6E8A !important;
  border: none !important;
  padding: 12px 0 !important;
}

.cart_totals table td {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #2A1F3D !important;
  border: none !important;
  padding: 12px 0 !important;
  text-align: right !important;
}

.cart_totals .order-total td {
  font-family: 'Playfair Display', serif !important;
  font-size: 24px !important;
  color: #2A1F3D !important;
}

.cart_totals .shipping-calculator-button {
  color: #7FD4B0 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.wc-proceed-to-checkout a.checkout-button {
  width: 100% !important;
  text-align: center !important;
  font-size: 15px !important;
  padding: 18px 32px !important;
  margin-top: 16px !important;
}

/* ===== WOOCOMMERCE NOTICES ===== */

.woocommerce-message {
  background: #E1F5EE !important;
  border-top-color: #AAF0D1 !important;
  color: #0F6E56 !important;
  border-radius: 8px !important;
}

.woocommerce-error {
  background: #FCEBEB !important;
  border-top-color: #E57373 !important;
  color: #791F1F !important;
  border-radius: 8px !important;
}

.woocommerce-info {
  background: #FAF8FF !important;
  border-top-color: #E6E6FA !important;
  color: #2A1F3D !important;
  border-radius: 8px !important;
}

/* ===== EMPTY CART ===== */

.cart-empty {
  text-align: center !important;
  font-size: 16px !important;
  color: #7A6E8A !important;
  padding: 60px 0 !important;
}

.return-to-shop a {
  display: inline-block !important;
  margin-top: 16px !important;
}

/* ===== THANK YOU PAGE ===== */

.woocommerce-order-received h2 {
  font-size: 28px !important;
}

.woocommerce-order-overview {
  background: #FAF8FF !important;
  border-radius: 12px !important;
  padding: 24px !important;
  border: 1px solid #E8E4F3 !important;
  list-style: none !important;
}

.woocommerce-order-overview li {
  border-right: none !important;
  font-size: 14px !important;
  padding: 8px 0 !important;
}

.woocommerce-order-overview li strong {
  color: #2A1F3D !important;
}

/* ===== PRODUCT PAGE ===== */

.hhg-product-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 20px 0;
}

.hhg-pt-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #7A6E8A;
}

.hhg-delivery-box {
  background: #FAF8FF;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.hhg-db-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2A1F3D;
  margin: 0;
}

.hhg-db-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #7A6E8A;
  margin: 4px 0 0;
}

.hhg-add-to-cart .single_add_to_cart_button {
  width: 100% !important;
  text-align: center !important;
  padding: 18px 32px !important;
  border-radius: 999px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  background: #FFDAB9 !important;
  color: #2A1F3D !important;
  border: none !important;
  transition: all 300ms ease !important;
}

.hhg-add-to-cart .single_add_to_cart_button:hover {
  background: #2A1F3D !important;
  color: white !important;
}

.hhg-add-to-cart .variations select {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  padding: 12px 16px !important;
  border: 1px solid #E8E4F3 !important;
  border-radius: 8px !important;
  color: #2A1F3D !important;
  width: 100% !important;
}

.hhg-add-to-cart .variations {
  margin-bottom: 20px !important;
}

.hhg-add-to-cart .quantity {
  display: none !important;
}

.hhg-add-to-cart .woocommerce-variation-price .price {
  font-family: 'Playfair Display', serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #2A1F3D !important;
  margin-bottom: 16px !important;
}

.hhg-add-to-cart .woocommerce-variation-price .price del {
  font-size: 18px !important;
  color: #B0A8BF !important;
  font-weight: 400 !important;
}

.hhg-add-to-cart .reset_variations {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  color: #7FD4B0 !important;
}

.woocommerce-product-gallery img {
  border-radius: 16px !important;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
  border-radius: 8px !important;
}

/* Product Data Tabs */
.wc-tabs li a {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.wc-tabs li.active a {
  color: #2A1F3D !important;
  border-bottom: 2px solid #FFDAB9 !important;
}

/* Product Info Column Override */
.hhg-product-info .elementor-widget-woocommerce-product-title .elementor-heading-title {
  font-family: 'Playfair Display', serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #2A1F3D !important;
  line-height: 1.2 !important;
}

.hhg-product-info .elementor-widget-woocommerce-product-short-description p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  color: #7A6E8A !important;
  line-height: 1.7 !important;
}

.hhg-product-info .elementor-widget-woocommerce-product-rating {
  margin-bottom: 16px !important;
}

/* ===== STAR RATING FIX (SVG) ===== */

.woocommerce .star-rating {
  font-size: 0 !important;
  display: inline-block !important;
  width: 90px !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23E8E4F3' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") !important;
  background-repeat: repeat-x !important;
  background-size: 18px 18px !important;
  overflow: hidden !important;
  position: relative !important;
}

.woocommerce .star-rating span {
  font-size: 0 !important;
  display: block !important;
  height: 18px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23FFA500' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E") !important;
  background-repeat: repeat-x !important;
  background-size: 18px 18px !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
  display: none !important;
  content: none !important;
}

/* ===== 404 PAGE ===== */

.hhg-404 {
  text-align: center;
  padding: 100px 24px;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hhg-404-circle {
  width: 140px;
  height: 140px;
  background: #F5F0FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.hhg-404-circle span {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 700;
  color: #7FD4B0;
}

.hhg-404 h1 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: #2A1F3D;
  margin: 0 0 16px;
}

.hhg-404 p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #7A6E8A;
  max-width: 460px;
  line-height: 1.7;
  margin: 0 0 40px;
}

.hhg-404-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.hhg-404-btn-primary {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #FFDAB9;
  color: #2A1F3D;
  padding: 16px 32px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 300ms ease;
}

.hhg-404-btn-primary:hover {
  background: #2A1F3D;
  color: white;
}

.hhg-404-btn-secondary {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
  color: #2A1F3D;
  padding: 16px 32px;
  border-radius: 999px;
  border: 1.5px solid #2A1F3D;
  text-decoration: none;
  transition: all 300ms ease;
}

.hhg-404-btn-secondary:hover {
  background: #2A1F3D;
  color: white;
}

/* ===== BLOG ===== */

.elementor-posts-container .elementor-post {
  transition: all 300ms ease !important;
}

.elementor-posts-container .elementor-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(58, 46, 77, 0.08);
}

.elementor-posts-container .elementor-post__thumbnail {
  overflow: hidden;
}

.elementor-posts-container .elementor-post__thumbnail img {
  transition: transform 500ms ease !important;
}

.elementor-posts-container .elementor-post:hover .elementor-post__thumbnail img {
  transform: scale(1.05);
}

/* Single Post */
.elementor-widget-theme-post-content h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: 28px !important;
  color: #2A1F3D !important;
  margin: 40px 0 16px !important;
}

.elementor-widget-theme-post-content h3 {
  font-family: 'Playfair Display', serif !important;
  font-size: 22px !important;
  color: #2A1F3D !important;
  margin: 32px 0 12px !important;
}

.elementor-widget-theme-post-content p {
  margin-bottom: 20px !important;
}

.elementor-widget-theme-post-content img {
  border-radius: 12px !important;
  margin: 24px 0 !important;
}

.elementor-widget-theme-post-content a {
  color: #7FD4B0 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.elementor-widget-theme-post-content a:hover {
  color: #2A1F3D !important;
}

.elementor-widget-theme-post-content blockquote {
  background: #FAF8FF !important;
  border-left: 4px solid #FFDAB9 !important;
  padding: 20px 24px !important;
  margin: 24px 0 !important;
  border-radius: 0 12px 12px 0 !important;
  font-style: italic !important;
}

.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
  padding-left: 24px !important;
  margin-bottom: 20px !important;
}

.elementor-widget-theme-post-content li {
  margin-bottom: 8px !important;
}

.elementor-author-box {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

/* ===== INFO PAGES ===== */

.hhg-info-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.hhg-info-card {
  background: #FAF8FF;
  border-radius: 16px;
  border: 1px solid #E8E4F3;
  overflow: hidden;
  transition: all 300ms ease;
}

.hhg-info-card:hover {
  border-color: #AAF0D1;
}

.hhg-info-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px 0;
}

.hhg-info-card-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #2A1F3D;
  margin: 0;
}

.hhg-info-card-body {
  padding: 16px 24px 24px;
}

.hhg-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #E8E4F3;
}

.hhg-info-row:last-child {
  border-bottom: none;
}

.hhg-info-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #7A6E8A;
}

.hhg-info-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #2A1F3D;
}

.hhg-info-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #7A6E8A;
  line-height: 1.7;
  margin: 0;
}

.hhg-info-highlight {
  background: #FAF8FF;
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid #E8E4F3;
}

.hhg-info-highlight svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.hhg-ih-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #2A1F3D;
  margin: 0 0 6px;
}

.hhg-ih-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #7A6E8A;
  line-height: 1.6;
  margin: 0;
}

.hhg-ih-text a {
  color: #7FD4B0;
  font-weight: 600;
  text-decoration: none;
}

.hhg-ih-text a:hover {
  color: #2A1F3D;
}

/* Returns */
.hhg-ret-conditions h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #2A1F3D;
  margin: 0 0 16px;
}

.hhg-ret-conditions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hhg-ret-conditions li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #3A2E4D;
  line-height: 1.7;
  padding: 8px 0 8px 28px;
  position: relative;
}

.hhg-ret-conditions li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: #AAF0D1;
  border-radius: 50%;
}

.hhg-ret-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hhg-ret-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #E8E4F3;
}

.hhg-ret-step:last-child {
  border-bottom: none;
}

.hhg-ret-step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFDAB9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #2A1F3D;
  flex-shrink: 0;
}

.hhg-ret-step h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2A1F3D;
  margin: 0 0 6px;
}

.hhg-ret-step p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #7A6E8A;
  line-height: 1.6;
  margin: 0;
}

.hhg-ret-step a {
  color: #7FD4B0;
  font-weight: 600;
  text-decoration: none;
}

/* Footer link hover */
.elementor-location-footer .elementor-widget-text-editor a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none !important;
}

.elementor-location-footer .elementor-widget-text-editor a:hover {
  color: #FFDAB9 !important;
}

/* ===== PAYMENT CARD (доставка и плащане page) ===== */

.hhg-payment-section {
  max-width: 100%;
}

.hhg-payment-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #FAF8FF;
  border: 1px solid #E8E4F3;
  border-radius: 16px;
  padding: 24px;
  transition: all 300ms ease;
}

.hhg-payment-card:hover {
  border-color: #AAF0D1;
}

.hhg-payment-icon {
  width: 48px;
  height: 48px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid #E8E4F3;
}

.hhg-payment-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #2A1F3D;
  margin: 0 0 8px;
}

.hhg-payment-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #7A6E8A;
  line-height: 1.6;
  margin: 0;
}

/* ===== CONTACT PAGE ===== */

.hhg-contact-info {
  width: 100%;
}

.hhg-ci-card {
  background: #FAF8FF;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 20px;
}

.hhg-ci-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.hhg-ci-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: white;
  border: 1px solid #E8E4F3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hhg-ci-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #7A6E8A;
  margin: 0 0 4px;
}

.hhg-ci-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #2A1F3D;
  text-decoration: none;
  margin: 0;
  display: block;
}

a.hhg-ci-value:hover {
  color: #7FD4B0;
}

.hhg-ci-quote {
  background: #FAF8FF;
  border-radius: 16px;
  padding: 24px;
}

.hhg-ci-quote p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 15px;
  color: #7A6E8A;
  line-height: 1.6;
  margin: 0;
}

/* ===== LEGAL PAGES ===== */

.hhg-legal-content h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #2A1F3D !important;
  margin: 40px 0 16px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #E8E4F3 !important;
}

.hhg-legal-content h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #2A1F3D !important;
  margin: 28px 0 12px !important;
}

.hhg-legal-content p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: #3A2E4D !important;
  margin-bottom: 16px !important;
}

.hhg-legal-content ul {
  padding-left: 0 !important;
  list-style: none !important;
  margin-bottom: 20px !important;
}

.hhg-legal-content li {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: #3A2E4D !important;
  padding: 6px 0 6px 24px !important;
  position: relative !important;
}

.hhg-legal-content li::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 14px !important;
  width: 6px !important;
  height: 6px !important;
  background: #AAF0D1 !important;
  border-radius: 50% !important;
}

.hhg-legal-content a {
  color: #7FD4B0 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.hhg-legal-content a:hover {
  color: #2A1F3D !important;
}

.hhg-legal-content strong {
  color: #2A1F3D !important;
  font-weight: 600 !important;
}

/* ===== SAVINGS BADGE ===== */

.hhg-savings {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F0FF;
  border-radius: 999px;
  padding: 10px 20px;
  margin: 12px 0 20px;
}

.hhg-savings-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #7FD4B0;
}

/* ===== CUSTOM RATING ===== */

.hhg-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.hhg-rating-stars {
  display: flex;
  gap: 2px;
}

.hhg-rating-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #7A6E8A;
  text-decoration: none;
}

.hhg-rating-text:hover {
  color: #7FD4B0;
}

/* ===== HIDE ELEMENT UTILITY ===== */

.hhg-hide {
  display: none !important;
}

/* ===== HORIZONTAL SCROLL FIX ===== */

body {
  overflow-x: hidden;
}

/* =============================================
   MOBILE RESPONSIVE (всичко в един блок)
   ============================================= */

@media (max-width: 768px) {
  /* Header */
  .hhg-header-bar {
    padding: 0 16px;
  }

  .hhg-header-inner {
    height: 56px;
    gap: 12px;
  }

  .hhg-logo img {
    height: 36px;
  }

  .hhg-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    border-bottom: 1px solid #E8E4F3;
    box-shadow: 0 10px 30px rgba(58, 46, 77, 0.1);
    z-index: 100;
  }

  .hhg-nav.open {
    display: flex;
  }

  .hhg-nav a {
    font-size: 16px;
    padding: 8px 0;
  }

  .hhg-header-btn {
    display: none !important;
  }

  .hhg-header-actions {
    gap: 8px;
    margin-left: auto;
  }

  .hhg-header-cart {
    width: 36px;
    height: 36px;
    background: transparent;
  }

  .hhg-header-cart svg {
    width: 20px;
    height: 20px;
  }

  .hhg-hamburger {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
  }

  .hhg-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #2A1F3D;
  }

  .hhg-announcement {
    padding: 6px 0;
  }

  .hhg-marquee-inner span {
    font-size: 11px;
  }

  /* Hero badges */
  .hhg-hero-product {
    max-width: 320px;
  }

  .hhg-badge {
    font-size: 11px;
    padding: 8px 14px;
  }

  .hhg-badge-1 { left: -10px; top: 8%; }
  .hhg-badge-2 { right: -10px; }
  .hhg-badge-3 { bottom: 5%; left: 5%; }

  /* Statistics */
  .hhg-stat-item::after {
    display: none !important;
  }

  /* Product page */
  .hhg-product-trust {
    grid-template-columns: 1fr;
  }

  .hhg-delivery-box {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  .hhg-rating {
    flex-wrap: wrap;
  }

  /* Product page — button + variations */
  .hhg-add-to-cart,
  .hhg-add-to-cart .woocommerce-variation-add-to-cart,
  .single-product .cart,
  .single-product .woocommerce-variation-add-to-cart {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 0 !important;
  }

  .single_add_to_cart_button,
  .hhg-add-to-cart .single_add_to_cart_button,
  .single-product .single_add_to_cart_button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 52px !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    white-space: normal !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  .hhg-product-hero > div,
  .single-product .elementor-widget-container {
    min-width: 0 !important;
    width: 100% !important;
  }

  .single-product .variations_form {
    width: 100% !important;
    min-width: 0 !important;
  }

  /* Cart */
  .woocommerce-cart-form table,
  .woocommerce-cart-form thead,
  .woocommerce-cart-form tbody,
  .woocommerce-cart-form th,
  .woocommerce-cart-form td,
  .woocommerce-cart-form tr {
    display: block !important;
  }

  .woocommerce-cart-form thead {
    display: none !important;
  }

  .woocommerce-cart-form td {
    border-radius: 0 !important;
    text-align: center !important;
  }

  .woocommerce-cart-form td:first-child {
    border-radius: 12px 12px 0 0 !important;
  }

  .woocommerce-cart-form td:last-child {
    border-radius: 0 0 12px 12px !important;
    margin-bottom: 16px !important;
  }

  .cart_totals {
    padding: 20px !important;
  }

  /* Info pages */
  .hhg-info-cards {
    grid-template-columns: 1fr;
  }

  .hhg-info-highlight {
    flex-direction: column;
    gap: 12px;
  }

  /* Contact */
  .hhg-ci-card {
    padding: 24px;
  }

  /* 404 */
  .hhg-404 {
    padding: 60px 20px;
    min-height: 60vh;
  }

  .hhg-404-circle {
    width: 100px;
    height: 100px;
    margin-bottom: 28px;
  }

  .hhg-404-circle span {
    font-size: 40px;
  }

  .hhg-404 h1 {
    font-size: 28px;
  }

  .hhg-404 p {
    font-size: 15px;
  }

  .hhg-404-buttons {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }

  .hhg-404-btn-primary,
  .hhg-404-btn-secondary {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hhg-hero-product {
    max-width: 280px;
  }
}

/* Shipping methods — САМО ТОВА */
ul#shipping_method {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

ul#shipping_method li {
  width: 100% !important;
  box-sizing: border-box !important;
  background: #FFFFFF !important;
  border: 1px solid #E8E4F3 !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  margin-bottom: 8px !important;
}

ul#shipping_method li:has(input:checked) {
  border: 2px solid #FFDAB9 !important;
  background: #FFF9F2 !important;
}

ul#shipping_method li input[type="radio"] {
  accent-color: #7FD4B0 !important;
}

/* Shipping — stack label above methods */
.woocommerce-shipping-totals th,
.woocommerce-shipping-totals td {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  padding: 0 !important;
}

.woocommerce-shipping-totals th {
  padding-bottom: 10px !important;
}/* End custom CSS */