/*
 * Okruszki - dodane również na stronę "O nas", "Kontakt" itp.
 * */
.woocommerce-breadcrumb {
    margin: 0 0 .5em !important;
}

.woocommerce-breadcrumb a {
    color: #777;
	text-decoration: none !important; 
}


/*
 * Baner "Czy chcesz dodać kupon rabatowy (...)" - chowanie
 * */
.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none;
}

/*
 * Styl archiwum / katalogu produktów
 * */
body .product .astra-shop-thumbnail-wrap img {
	background-color: #F7F7F7 !important;
	border: 1px solid rgba(0, 0, 0, .05) !important;
	border-radius: 16px !important;
}

.woocommerce-loop-product__title {
	height: 40px;
	overflow: hidden !important;
	margin-bottom: 0rem !important;
}


.astra-shop-summary-wrap .add_to_cart_button {
	text-wrap: nowrap !important;
	width: 100%;
	text-align: center;
}




.woocommerce-products-header__title.page-title {
	font-weight: 600 !important;
}

.ast-on-card-button.ast-onsale-card {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) !important;
}



/*
 * Kwadraty z powiązanymi produktami - strona produktu
 * */

.variant-thumb {
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid #00000020;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s ease;
}

.variant-thumb img {
	width: 100%; 
	height: 100%;
	object-fit: cover;
}

.variant-thumb:hover {
	border-color: #00000080;
}


/*
 * Styl archiwum / katalogu produktów
 * */
body.woocommerce-shop .astra-shop-thumbnail-wrap img {
	background-color: #F7F7F7;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 16px;
}

.woocommerce-loop-product__title {
	max-height: 40px;
	overflow: hidden !important;
	margin-bottom: 0rem !important;
}


.astra-shop-summary-wrap .add_to_cart_button {
	text-wrap: nowrap !important;
	width: 100%;
	text-align: center;
}