/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Author:       Batra.by
 Version:      1.0.0
 Description:  Дочерняя тема для Hello Elementor
*/

@import url("../hello-elementor/style.css");
.masonry-grid {
    column-count: 3;
    column-gap: 20px;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 20px;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.masonry-item img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.masonry-pagination {
    text-align: center;
    margin-top: 30px;
}
.animated-offer-btn a.elementor-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 25px; 
  background: transparent;
  transition: color 0.3s ease;
}

.animated-offer-btn a.elementor-button::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: #555;       
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(.165,.84,.44,1);
  z-index: 0;
  border-radius: inherit;   
}

.animated-offer-btn a.elementor-button:hover::before {
  transform: scaleX(1);
}

.animated-offer-btn a.elementor-button .elementor-button-content-wrapper {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.animated-offer-btn a.elementor-button:hover .elementor-button-content-wrapper {
  color: #fff;
}
#custom-order-btn {background:#dc180e;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #dc180e!important;
    font-weight: 600;
}
#cat-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}