/*
Theme Name:     Wtyczka kadence
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {border:1px solid #efefef;}

.woocommerce-loop-image-link img,
.attachment-woocommerce_thumbnail,
.secondary-product-image {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  aspect-ratio: 3/4 !important; 
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {border:0px;}

#tab-title-description {display:none;}

.single_add_to_cart_button{
	margin-bottom: 20px;
}
