/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@charset "utf-8";
@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  src: url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/woff2/Pretendard-Regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  src: url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/woff2/Pretendard-Bold.woff2') format('woff2');
  font-display: swap;
}
body {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui,
  Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo',
  'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

/* 크롬, 엣지, 사파리 등 WebKit 기반 브라우저용 */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(0, 146, 62);
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* 필요시 조정 가능 */
}

* {
  scrollbar-color: rgb(0, 146, 62) #f1f1f1; /* thumb, track */
  scrollbar-width: thin;
}

body *{word-wrap: break-word;
overflow-wrap: break-word;
word-break: keep-all;}
.site-content h2, .site-content .entry-content h2 {
  font-size:72px;
}
.elementor-widget-container,
.elementor-widget-container p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.68;
}
.site-content h3, .site-content .entry-content h3 
.box-business h3{
  font-size:48px;
}
.box-business p{
  font-size:18px;
  color:#666;
}
@media all and (max-width: 1024px) { 
  .site-content h2, .site-content .entry-content h2 {
    font-size:48px;
  }
  .elementor-widget-container,
  .elementor-widget-container p {
    font-size: 18px;
  }
  .site-content h3, .site-content .entry-content h3 
  .box-business h3{
    font-size:40px;
  }
  .box-business p{
    font-size:18px;
  }

}
@media all and (max-width: 840px) { 
  .site-content h2, .site-content .entry-content h2 {
    font-size:36px;
  }
  .elementor-widget-container,
  .elementor-widget-container p {
    font-size: 18px;
  }
  .site-content h3, .site-content .entry-content h3 
  .box-business h3{
    font-size:20px;
  }
  .box-business h3 {
    font-size: 26px;
}
  .box-business p{
    font-size:16px;
  }

}

a{
  text-decoration: none;
}
.site-header {
  opacity: 1 !important;
  box-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px !important;
}
.site-header .ast-container{
    max-width: 1240px !important;
}
.ast-theme-transparent-header #masthead{
  position: fixed !important;
}
.site-header .ast-inline-search.ast-search-menu-icon .search-field{
    background: transparent;
    border:0;
    border-bottom:1px solid #000;
}
.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity img,
.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img{
  width:200px !important;
}
.ast-desktop .ast-primary-header-bar.main-header-bar{
    border:0 !important;
}
.ast-search-menu-icon .search-form{
    border: 0;
}
.site-header-primary-section-left,
.site-header-primary-section-right{
  height: 80px;
}
.ast-below-sticky-header-active .main-header-bar-wrap{
    background: #fff;
}
.main-header-bar-wrap .site-logo-img a{
  display:inline-block;
  transition: all .0s linear;
}
.site-header{
  background: none !important;
  transform: translateY(0px) !important;
}
.site-header.quick_header,
.site-header.full-header{
  background:#fff !important;
}
nav.site-header.quick_header,
nav.site-header.full-header{
  background:none !important;
}
.site-header.quick_header .site-logo-img a,
.site-header.full-header .site-logo-img a{
  height:0;
  padding-top:80px;
  overflow:hidden;
  width:200px;
  background:url("https://caremitt.com/wp-content/uploads/2025/07/LOGO-3.png") no-repeat 50% 50%;
  background-size:100%;
}
.site-header .ast-builder-grid-row.ast-grid-center-col-layout{
  align-items: start;
}
.site-header .main-header-bar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.site-header .main-header-bar{
  
  transition: height 0.5s ease, background-color 0.0s ease;
}
.entry-header + .entry-content h1.elementor-heading-title{
  display:none;
}
.ast-builder-menu-1{
  overflow: hidden;
}
.site-header.quick_header .main-header-bar,
.site-header.full-header .main-header-bar{

  background: #fff;
  transition: height 0.5s ease, background-color 0.0s ease;
}
.site-header .main-header-bar .main-header-menu{
  height: 80px;
  transition: height 0.1s ease, background-color 0.1s ease;
}
.site-header.full-header .main-header-bar .main-header-menu{
  height: 270px;
  transition: height 0.5s ease, background-color 0.0s ease;
}
.ast-theme-transparent-header .site-header.quick_header .main-header-menu .menu-link,
.ast-theme-transparent-header .site-header.full-header .main-header-menu .menu-link {
  color: #000
}
.main-header-menu .sub-menu{
  left: 0;
  visibility: visible;
  width:100%;
  opacity: 1;
  top:90px;
}
.ast-theme-transparent-header .ast-builder-menu .main-header-menu{
  align-items: flex-start;
}
.site-header-section>div:first-child{
  padding-right:0px;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{
  min-width:160px;
  justify-content: flex-start;
  display:block;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item:nth-child(2){
  min-width:220px;
}

/* 한국어일 때의 스타일 */
html[lang="ko-KR"] .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item:nth-child(2){
  min-width:160px;
}
.menu-item .dropdown-menu-toggle{
  display:none;
}
.main-header-menu > .menu-item{
  text-align: center;
}
.main-header-menu > .menu-item > .menu-link{ 
  justify-content: center;
}
.main-header-menu .sub-menu .menu-link {
  padding: .9em 0em !important;
  }
.main-header-menu > .menu-item a:hover,
.ast-theme-transparent-header .site-header.full-header .main-header-menu > .menu-item:hover > a.menu-link,
.main-header-menu > .menu-item:hover > a,
.main-header-menu > .menu-item.on-menu-item > a ,
.main-header-menu > .menu-item:hover > a .menu-text,
.main-header-menu > .menu-item.on-menu-item > a .menu-text{
  color:#00923e !important;
}


.site-header.quick_header .ahfb-svg-iconset svg path:not( .ast-hf-account-unfill ), 
.site-header.quick_header .ast-icon svg,
.site-header.quick_header path:not( .ast-hf-account-unfill ), 
.site-header.full-header .ahfb-svg-iconset svg path:not( .ast-hf-account-unfill ), 
.site-header.full-header .ast-icon svg,
.site-header.full-header path:not( .ast-hf-account-unfill ) {
  fill: #111;
}
.site-header.quick_header .top-language:hover path:not( .ast-hf-account-unfill ),
.site-header.quick_header .top-language a:hover path:not( .ast-hf-account-unfill ){
  fill: #fff;
}
.site-header.full-header .main-header-bar:before{
  content:'';
  position:absolute;
  top:80px;
  left:0;
  height:1px;
  width:100%;
  background:#e9e9e9;
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu{
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.0);
  border:0 !important;
  background: none !important;
}
.mainSlide {
  width: 100%;
  overflow:hidden;
  position: relative;
  padding:0px;
}
.mainSlide .swiper{
  padding-bottom:0 !important;
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu a {
    background: #fff;
    color: #666;
    font-size:16px;
    line-height:20px;
    transition: background 0.3s ease, color 0.3s ease; /* 트랜지션 추가 */
}

.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu a:hover {
    background: #333;
    color: #fff;
}
.mainSlide .swiper-slide .elementor-image-carousel-caption {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    max-width:1200px;
    padding: 60px 60px 30px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center; /* 수직 중앙 정렬 */
    height: 100%; /* 부모 요소의 전체 높이를 차지하도록 설정 */
  }


.mainSlide .swiper-slide .elementor-image-carousel-caption p {
  font-size: 24px;
  font-weight: 500;
  margin:0 auto;
  margin-bottom: 10px; 
  line-height:1.6em;
  max-width:800px;
 
}
  
.mainSlide .swiper-slide .elementor-image-carousel-caption h2 {
  line-height: 1.2em;

  padding: 0 0;
  margin-bottom: 40px;
}
.mainSlide .swiper-slide .elementor-image-carousel-caption p,
.mainSlide .swiper-slide .elementor-image-carousel-caption h2,
.mainSlide .content-slide>span {
  color: #fff;
  opacity: 0;
  transform: translateY(-4rem);
  transition: all 0.2s linear;
  display: block;
  position: relative;
 
}
.AlignLeft .content-slide {
  padding-right: 40%;
}
.AlignRight .content-slide {
  padding-right: 40%;
  text-align: right;
}
.AlignCenter .content-slide {
  text-align: center;
  padding:0 20%;
}

span.animate-pop-up,
p.animate-pop-up,
h4.animate-pop-up,
div.animate-pop-up {
  opacity: 0;
  transform: translateY(-4rem);
  transition: all 0.2s linear;
  display: block;
  position: relative;
}

span.animate-pop-up{
  margin-bottom:0px;
  letter-spacing: 2px;
  order: -1;
  position: relative;
  z-index: 1;
}

.swiper-slide-active span.animate-pop-up {
  animation: pop-up 0.9s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation-delay: 0.2s;
}

.mainSlide .swiper-slide-active  .elementor-image-carousel-caption h2 {
  animation: pop-up 0.9s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation-delay: 0.5s;
}

.mainSlide .swiper-slide-active  .elementor-image-carousel-caption p {
  animation: pop-up 0.9s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation-delay: 0.8s;
  margin-bottom: 0px;
}

.swiper-slide-active div.animate-pop-up {
  animation: pop-up 0.9s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  animation-delay: 1.5s;
}
div.animate-pop-up a {
    display: inline-block;
    padding: 10px 30px;
    background: #111;
    text-align: center;
    color: #fff;
    font-size:15px;
    margin-top: 40px;
    border: 1px solid #111;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* 트랜지션 추가 */
  }
  
  div.animate-pop-up a:hover {
    color: #111;
    background: #fff;
   /* 호버 시 테두리 색상도 변경 */
  }
div.animate-pop-up a span{
  display:inline-block;
  width:18px;
  height:0;
  margin-left:5px;
  padding-top:16px;
  overflow:hidden;
  background:url("../img/arrow-right.png") no-repeat right center;
  background-size: 20px;
}
@keyframes pop-up {
  0% {
    opacity: 0;
    transform: translateY(4rem) scale(1);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.swiper-button-next,
.swiper-button-prev {
 color:#fff;
}

.mainSlide .swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px !important;
  text-align: center;
  z-index: 9;
}

.mainSlide .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 9px;
  margin: 0 6px !important;
  background: none !important;
  opacity: 1 !important;
  transition: all .2s linear;
  position: relative;
  overflow:hidden;
}

.mainSlide .swiper-pagination span.swiper-pagination-bullet-active {
  width: 28px;
  background-color: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.3);
}


.my-goods .elementor-image-box-description span{
  font-weight:700;
  color:#111;
  display:block; 
  margin-bottom:15px;
  font-size:18px;
}
.my-goods .elementor-image-box-description span > span{
  display:inline;
  font-size:13px;
  font-weight:400;
  padding-left:2px;
}
.my-goods .elementor-image-box-title{
  min-height:46px;
}
@media (max-width: 1024px){
  .ast-builder-menu-1 .menu-item > .menu-link{
    font-size:15px;
  }
}
@media (max-width: 992px) {
  .mainSlide h4 {
    font-size: 5vw;
    line-height:1.2em;
  }
  .mainSlide {
    padding: 0px;
  }
  .mainSlide .swiper-slide img{
    height:500px;
    object-fit: cover;
  }
}

@media (max-width: 520px) {
  .mainSlide .swiper-slide .elementor-image-carousel-caption h2{
  
  }
  .mainSlide .swiper-slide .elementor-image-carousel-caption p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4em;
  }
  .mainSlide .swiper-slide img{
    height:80vh !important;
    object-fit: cover;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 20px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display:none;
  }
  
  .mainSlide .swiper-pagination{
    bottom: 10px !important;
    box-sizing: border-box;
  }
  .mainSlide .swiper-pagination-clickable .swiper-pagination-bullet{
    margin:0 2px !important;
  }
  .mainSlide .swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
  }
}
@media (max-width: 440px) {
  .mainSlide .swiper-slide .content-slide{
    padding: 40px 20px 20px;
  }
  .mainSlide .swiper-slide .content-slide br{
    display:none;
  }
  .my-goods .elementor-image-box-title {
    min-height: 42px;
  }
}
.uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-next {
  right: 25px !important;
}
.uael-img-carousel-arrow-outside .uael-img-carousel-wrap .slick-prev {
  left: 25px !important;
}
/* 우커머스 */
@media (min-width: 1201px) {
    .ast-separate-container .ast-woocommerce-container {
        padding: 35px !important;
    }
}
.woocommerce-page .woocommerce-products-header__title{
    display:none !important;
}
.ast-container, .ast-container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.main-business .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
}

.last-business{
  margin-top:auto;
}

.box-business{
  border-radius: 15px;
  overflow:hidden;
  padding:40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 12px;
  transition: all 0.3s;
  color:#111;
  background:#fff;
}
.box-business-top{
  margin-bottom:10px;
}
.box-business h3{
  margin-bottom: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    font-size:32px;
}
.box-business p{
  margin-bottom:0 !important
}
@media (max-width: 1024px) {
  .box-business h3{
      font-size:26px;
  }
  .box-business p:nth-child(3){
    min-height:54px;
  }
}
@media (max-width: 840px) {
  .box-business{
    padding:30px;
  }
}
.box-business:hover{
  background:#20c765;
  color:#fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}
.box-business:hover h3,
.box-business:hover p{
  color:#fff !important;
}
.box-business .view-more {
  display: inline-block;
  background: #222;
  padding: 5px 15px 4px;
  color: #fff;
  line-height: 24px;
  margin-top: 10px;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none !important;

  /* 부드러운 전환 효과 */
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  transform-origin: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.box-business:hover .view-more {
  background: #fff;
  color: #00923e;
  transform: translateY(-2px) rotate(-1deg); /* 위로 올라가고 약간 틀어짐 */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);  /* 그림자 강화 */
}
.box-business1,
.box-business2{
  height:100%;
}
@media (max-width: 1084px) {
  .box-business{
    min-height:312px;
  }
}

@media (max-width: 640px) {
  br.m-none{
    display:none;
  }
  .box-business{
    padding:30px;
    min-height:0px;
  }
  .box-business h3{
    font-size:20px;
  }
  lord-icon{
    width:80px !important;
    height:80px !important;
  }
}
/* Middle Slide */
.middle-slide{
  margin: 0 -7vw !important;
  width: 114vw !important;
  max-width: 114vw !important;
}
.middle-slide .elementor-element .swiper .elementor-swiper-button-prev{
  left:10vw;
}
.middle-slide .elementor-element .swiper .elementor-swiper-button-next{
  right:10vw;
}

/* Contact Us */
.contact-us label{
  color:#fff;
}
.contact-us input:not([type=submit]){
  padding:8px 12px;
}
.contact-us .wpcf7 textarea{
  height:100px;
  padding:8px 12px;
}
.contact-us .wpcf7 input[type=file]{
  background: none;
    border: 0;
    color: #fff;
}

/* Local Nav */
.localNav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.localNav .menu {
  margin:0;
  padding:10px 0;
}
.localNav .menu > .menu-item,
.localNav .menu > .menu-item > a{
  display:none;
}
.localNav .menu > .current-menu-parent,
.localNav .menu > .menu-item.current_page_item{
  display:block;
}
.localNav .menu .sub-menu{
  display:flex;
  margin:0;
  padding:0;
  list-style:none;
  gap:10px 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.localNav a li{}
.localNav a{
  display:block;
  padding:10px 0px;
  text-decoration: none !important;
}
.localNav .sub-menu .current-menu-item a{
  border-bottom:1px solid #111;
}


@media (max-width: 640px) {
  .localNav .menu .sub-menu{
    gap:10px 20px;
  }
}

/* Request */
.contact-us label{
  color:#fff;
}
.site-content .warp-form  h2{
font-size:36px !important;
}
.warp-form input:not([type=submit]){
  padding:8px 12px;
}
.warp-form .wpcf7 textarea{
  height:100px;
  padding:8px 12px;
}
.warp-form  .wpcf7 input[type=file]{
  background: none;
  border: 0;
}
.custom-category-header{
  padding:200px 0;
}
.custom-category-header h1{
  color:#fff;
  text-align: center;
}

.ast-woocommerce-container{
  max-width:1240px !important;
  margin:0 auto;
}
.woocommerce-js ul.products li.product .price{
  color:#111 !important;
}

.woocommerce .star-rating, .woocommerce .comment-form-rating .stars a, .woocommerce .star-rating::before {
  color: #999 !important;
}
.woocommerce .star-rating {
  width: calc(5.5em + 5px) !important;
}
.ast-woocommerce-product-gallery__image.flex-active-slide:after{
  border: 1px solid rgb(0 0 0 / 20%) !important;
}
.woocommerce-js div.product .woocommerce-tabs ul.tabs{
  margin-bottom:3em !important;
}
.ast-product-navigation-wrapper.circle-outline .product-links a i, .ast-product-navigation-wrapper.square-outline .product-links a i{
  line-height: 30px;
}
.footer-title{
  color:#fff !important;
  margin-bottom:15px;
}
.site-footer-primary-section-1 img{
  max-width:160px;
}
.root-width{
  max-width:1240px;
  margin:0 auto;
}

.ast-below-sticky-header-active svg {
  fill: #111; /* 흰색으로 변경 */
}
.top-language{
  margin-left:10px;
  position: relative;
}
.top-language-box{
  position: relative;
  z-index: 2;
}
.language-box{
  position: absolute;
  left: -15px;
  top: -10px;
  width: 50px;
  text-align: center;
  height:0;
  padding:0;
  overflow:hidden;
  transition: all 0.3s ease;
 
}
.ast-below-sticky-header-active .language-box{
  top:5px;
}
.language-box:before{
  content:'';
  display:block;
  width:100%;
  height:100%;
  background:rgba(0,0,0,1);
  position:absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  border-radius: 25px;
}
.top-language:hover .language-box{
  height:130px;
  padding: 10px;
  padding-top: 40px;
}
.language-box a{
  color:#fff;
}
.language-box .flex-wrap{
  position: absolute;
  z-index: 1;
    top: 40px;
    width: 50px;
    left: 0;
}
.language-box .flex-wrap a{
  display:block;
  line-height: 26px;;
}
.language-box .flex-wrap br{
  display:none;
}
.top-language-box svg{
  width:21px;
  vertical-align: middle; 
}
.ast-icon.icon-search svg{
  position: relative;
  top:1px;
}
.ast-dropdown-active svg{
  fill: #111;
}
.ast-below-sticky-header-active .top-language:hover svg{
  fill:#fff;
}
.ast-theme-transparent-header .post-password-form {
  max-width: 400px;
  margin: 100px auto !important;
}
.post-password-form input[type=submit]{
  padding:19px 20px !important;
}
.ast-select-options-trigger,
.ast-on-card-button.ast-onsale-card{
  display:none !important;
}
.uael-woo-products-summary-wrap a.uael-loop-product__link{
  display:block;
  margin-bottom:10px;
  text-decoration: none !important;
}
.elementor-image-box-content a.uael-custom-lang-button,
.uael-woo-products-summary-wrap a.uael-custom-lang-button {
    display: inline-block;
    text-decoration: none !important;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 8px 20px 6px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.none_button .uael-woo-products-summary-wrap a.uael-custom-lang-button{
  display:none;
}
.elementor-image-box-content a.uael-custom-lang-button:hover,
.uael-woo-products-summary-wrap a.uael-custom-lang-button:hover {
    background: #fff;
    color: #000;
    border-color: #000;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.elementor-image-box-content a.uael-custom-lang-button:before,
.uael-woo-products-summary-wrap a.uael-custom-lang-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: all 0.5s ease;
}

.elementor-image-box-content a.uael-custom-lang-button:hover:before,
.uael-woo-products-summary-wrap a.uael-custom-lang-button:hover:before {
    left: 100%;
}

.elementor-image-box-content a.uael-custom-lang-button:active,
.uael-woo-products-summary-wrap a.uael-custom-lang-button:active {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.site-content h2.custom-product-description-title{
  font-size:20px;
  font-weight:600;
  padding-top:40px;
  border-bottom: 2px solid #dcdcdc;
}
.site-content h2.custom-product-description-title span{
  position: relative;
  display:inline-block;
  border-bottom:2px solid #333;
    padding-bottom: 5px;
    margin-bottom: -2px;
    padding-right:2px;
}
.custom-product-description h6 {
  font-size: 17px;
  margin: 5px 0;
}
@media (hover: hover) {
    .elementor-image-box-content a.uael-custom-lang-button:hover,
    .uael-woo-products-summary-wrap a.uael-custom-lang-button:hover {
        letter-spacing: 1px;
    }
}
.elementor-image-box-content{
  margin-bottom:20px; 
}
.elementor-image-box-content h4.elementor-image-box-title{
  margin-bottom:0 !important;
}
.uael-woo-skin-grid-franko .uael-product-actions .uael-action-item-wrap{
  display:none !important;
}
.ast-single-post.ast-page-builder-template .site-main > article.ast-article-single{
  padding:0 !important;
}
.woocommerce-page.ast-single-post.ast-page-builder-template .site-main > article.ast-article-single .entry-header,
.woocommerce-cart.ast-single-post.ast-page-builder-template .site-main > article.ast-article-single .entry-header{
  padding: 200px 0;
  margin-top:0 !important;
  background-position: center;
  background-size: cover;
  background-image: url(/wp-content/uploads/2025/06/product1.jpg);
} 
.woocommerce-page.ast-single-post.ast-page-builder-template .site-main > article.ast-article-single .entry-header h1,
.woocommerce-cart.ast-single-post.ast-page-builder-template .site-main > article.ast-article-single .entry-header h1{
  color:#fff;
  text-align: center;
  font-size: 3.4375rem;
    font-weight: 600;
    line-height: 1em;
    text-decoration: initial;
}
.custom-category-header{
  background-size:cover !important;
  background-position: center !important;
}
@media (max-width: 921px) {
  .woocommerce-page.ast-single-post.ast-page-builder-template .site-main > article.ast-article-single .entry-header h1,
  .woocommerce-cart.ast-single-post.ast-page-builder-template .site-main > article.ast-article-single .entry-header h1 {
      font-size: 42px;
  }
  .woocommerce-page.ast-single-post.ast-page-builder-template .site-main > article.ast-article-single .entry-header,
  .woocommerce-cart.ast-single-post.ast-page-builder-template .site-main > article.ast-article-single .entry-header,
  .custom-category-header{
    padding:150px 0 70px;
  }
}
@media (max-width: 544px) {
  .woocommerce-page.ast-single-post.ast-page-builder-template .site-main > article.ast-article-single .entry-header h1,
  .woocommerce-cart.ast-single-post.ast-page-builder-template .site-main > article.ast-article-single .entry-header h1 {
      font-size: 30px;
  }
  
}
.main-form input[type="submit"]{
  background: #fff;
  color: #000;
  border-radius: 2px;
  padding: 12px 15px;
  width: 100%;
  margin-top: 4px;
}
.warp-form .wpcf7 input[type=file],
.contact-us .wpcf7 input[type=file]{
  padding:0px 0;
}
input[type="submit"]{
  padding:12px 35px;
  border-radius: 2px;
}
.en-h2 h2{
  font-size:48px !important;
}
.en-h4 h4{
  font-size:28px !important;
}

@media (max-width: 921px) {
  .en-h4 h4{
    font-size:24px !important;
  }
}
@media (max-width: 544px) {
  .en-h4 h4{
    font-size:22px !important;
  }
  .en-h2 h2{
    font-size:28px !important;
  }
}