/*
Theme Name:   Vineta Child Theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://themesflat.co/fashion-vineta/
Template:     vineta
Version:      1.0.0
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  vineta-child-theme
*/
.stagger-wrap .stagger-item.stagger-finished,
.tf-product-media-thumbs .swiper-slide .item {
    height: auto!important;
}
/*body.single-product form.cart {
    display: none!important;
}*/

.wc-category-header {
  display: flex;
  gap: 20px;
  align-items: stretch;
  background: #002959;
  color: #fff;
  border-radius: 15px;
  padding: 20px;
}

/* equal width columns */
.wc-category-header__col {
  flex: 1;
}

/* title */
.wc-cat-header__title {
  margin: 0 0 15px;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.2;
  color: #fff;
}

/* description text */
.wc-cat-header__desc {
  color: #fff;
}
.wc-cat-header__desc p {
  margin: 0 0 12px;
}

/* image */
.wc-category-header__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* responsive: stack, image first */
@media (max-width: 768px) {
  .wc-category-header {
    flex-direction: column-reverse;
  }
  
}


