/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */

 a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-cart, a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout, a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue {
    text-transform: none!important;
}
.jet-hamburger-panel__toggle {
    box-shadow: none!important;
}
.tg-form-control {
    padding: 0px 15px!important;
}
.tg-form-footer {
    margin-top: 15px!important;
}
.pb-hover-links a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  letter-spacing: 0.2px;
  padding-bottom: 4px;
  transition: color 0.35s ease, letter-spacing 0.35s ease;
}

.pb-hover-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: var(--e-global-color-accent, var(--global-palette2, var(--ast-global-color-1, #e24b4a)));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.65,0,0.35,1);
}

.pb-hover-links a:hover {
  color: var(--e-global-color-accent, var(--global-palette2, var(--ast-global-color-1, #e24b4a)));
  letter-spacing: 0.6px;
}

.pb-hover-links a:hover::after {
  transform: scaleX(1);
}
.content-area .elementor-widget-theme-post-content h1, h2 {
  margin-top: 0!important;
}
.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
/*
  THERMAL TITLE — page-header module (v3, minimal)
  --------------------------------------------------
  Usage: wrap a page title in <div class="thermal-title"> and use a plain
  h1 (and optional h2) inside. Nothing about font, color, weight, or case
  is touched — the heading looks exactly like the theme's own heading.
  The only added element is a short animated underline below the title.

  <div class="thermal-title">
    <h1>Тепловізійні приціли RIX</h1>
  </div>
*/

.thermal-title{
  --tt-orange: #f2790a;
  --tt-yellow: #ffd23f;
  --tt-white:  #fff8e7;
  --tt-fade:   rgba(0,0,0,.12);
}

.thermal-title h1{
  position:relative;
  display:inline-block;
  margin:0;

  --tt-cold:    #241b4d;
  --tt-magenta: #7d1e6d;
  --tt-red:     #c92a2a;

  background-image:linear-gradient(
    90deg,
    var(--tt-cold), var(--tt-magenta), var(--tt-red),
    var(--tt-orange), var(--tt-yellow), var(--tt-white)
  );
  background-size:220% 100%;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
  -webkit-text-fill-color:transparent !important;

  animation:tt-flow 6s ease-in-out infinite alternate;
}

@keyframes tt-flow{
  from{ background-position:0% 0; }
  to  { background-position:100% 0; }
}

/* underline: solid accent segment fading into a thin neutral line,
   with a warm highlight that slides through it on a loop */
.thermal-title h1::after{
  content:'';
  display:block;
  margin-top:.4em;
  height:4px;
  width:170px;
  max-width:100%;
  border-radius:2px;
  background-repeat:no-repeat;
  background-image:
    linear-gradient(90deg, transparent, var(--tt-yellow), var(--tt-white), transparent),
    linear-gradient(90deg, var(--tt-orange) 0 30%, var(--tt-fade) 30% 100%);
  background-size:55% 100%, 100% 100%;
  background-position:-60% 0, 0 0;
  animation:
    tt-grow .6s ease-out both,
    tt-shimmer 2.8s ease-in-out .6s infinite;
}

@keyframes tt-grow{
  from{ width:0; }
  to{ width:170px; }
}
@keyframes tt-shimmer{
  from{ background-position:-60% 0, 0 0; }
  to  { background-position:160% 0, 0 0; }
}

@media (prefers-reduced-motion: reduce){
  .thermal-title h1::after{
    animation:none;
    width:170px;
    background-position:0 0, 0 0;
  }
}