:root {
	--holo-border-radius: 10px;
	--holo-border-radius-2: 26px;
}
/* Global */
.page .entry-header .entry-title {
	text-align: center;
}

.button,
button:not(.menu-toggle),
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button__link,
a.js--choose-point-dpd {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: .45rem 1.45rem;
	background-color: #000;
	border-radius: 25px;
}

div.site-branding button.menu-toggle,
div.site-branding button.menu-toggle:hover {
	background-color: transparent;
}

.section-heading {
	font-weight: 700;
}

@media (min-width: 993px) {
	.page .entry-header {
		padding: 60px 0 35px;
	}
	.col-full {
		padding-left: 42px;
		padding-right: 42px;
	}
}

@media (min-width: 1200px) {
	.home .shoptimizer-archive .col-full,
	.woocommerce.archive .shoptimizer-archive .col-full {
		max-width: 100%;
	}
	.woocommerce-cart .col-full,
	.woocommerce-checkout .col-full {
		max-width: 1140px;
	}
	.wp-block-button__link {
		transition: opacity .3s;
	}
	.wp-block-button__link:hover {
		opacity: 0.82;
	}
}

@media (max-width: 992px) {
	.entry-header {
		padding: 30px 0 15px;
	}
	.col-full {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Header */
.header-4 .header-4-container {
	border-bottom: 0;
}

.home.header-4 .header-4-container {
	position: absolute;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .2) 83%, rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), color-stop(83%, rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .2) 83%, rgba(0, 0, 0, 0));
	background-color: transparent;
	box-shadow: none;
	z-index: 100;
}

@media (min-width: 993px) {
	.home.header-4 .header-4-container ul.sub-menu {
		background-color: rgba(0, 0, 0, 0.23);
	}
	
	.menu-primary-menu-container > ul.menu:hover > li > a {
		opacity: 1;
	}
}

/* mobile menu */
@media (min-width: 993px) {
	#menu-menu-header a {
		text-transform: uppercase;
	}
	#menu-menu-header .social-url {
		display: none;
	}
}

@media (max-width: 992px) {
	div.col-full-nav {
		left: -280px;
		width: 280px;
	}
	.mobile-toggled div.col-full-nav {
		left: 0;
	}
	.col-full-nav:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 75px;
		background-image: url("https://holoathletics.com/wp-content/uploads/2021/10/cropped-holo-logo-1.png");
		background-repeat: no-repeat;
		background-position: 7px 15px;
		-webkit-background-size: 46px 46px;
		background-size: 46px 46px;
		z-index: 1;
	}
	.mobile-menu.close-drawer {
		left: 300px;
	}
	#site-navigation,
	#site-navigation .primary-navigation,
	#site-navigation .menu-primary-menu-container,
	#menu-menu-header {
		height: 100%;
	}
	nav.main-navigation {
		padding-top: 100px;
	}
	#menu-menu-header {
		position: relative;
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		min-height: 304px;
		padding-bottom: 134px;
		margin: 0 -15px;
	}
	#menu-menu-header .shop > a,
	#menu-menu-header .social-url span,
	#nav-menu-item-4896 > .caret{
		display: none;
	}
	#menu-menu-header li:not(.social-url) {
		width: 100%;
	}
	#menu-menu-header .shop {
		-webkit-box-ordinal-group: 0;
		order: -1;
	}
	#menu-menu-header a {
		font-weight: 400;
	}
	#menu-menu-header li:not(.social-url) > a {
		width: 100%;
	}
	#menu-menu-header li.menu-item-has-children .sub-menu-wrapper {
		position: relative;
		left: 0;
		opacity: 1;
		padding-left: 0;
		border-bottom: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	#menu-menu-header .sub-menu {
		border-top: 1px solid #eee;
	}
	#menu-menu-header .sub-menu > li {
		border-bottom: 1px solid #eee;
		
	}
	#menu-menu-header li.menu-item-has-children .sub-menu-wrapper a {
		font-size: 15px;
		width: 100%;
		text-transform: uppercase;
		padding: 7px 15px 7px 40px;
	}
	#menu-menu-header .cat-url a {
		position: relative;
	}
	#menu-menu-header .cat-url a:before {
		content: "";
		position: absolute;
		top: 50%;
		height: 25px;
		background-image: url("../img/categories-icons-283x50.png");
		background-repeat: no-repeat;
		background-position: 11px center;
		background-size: 143px 25px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#menu-menu-header .legginsy a:before {
		left: 15px;
		width: 10px;
		background-position: 0 center;
	}
	#menu-menu-header .biustonosze a:before {
		left: 11px;
		width: 19px;
		background-position: -10px center;
	}
	#menu-menu-header .rashguardy a:before {
		left: 11px;
		width: 20px;
		background-position: -30px center;
	}
	#menu-menu-header .spodenki a:before {
		left: 13px;
		width: 17px;
		background-position: -50px center;
	}
	#menu-menu-header .tshirty-topy a:before {
		left: 11px;
		width: 21px;
		background-position: -67px center;
	}
	#menu-menu-header .dresy-damskie a:before {
		left: 7px;
		width: 29px;
		background-position: -77px center;
		background-size: auto 22px;
	}
	#menu-menu-header .majtki a:before {
		left: 11px;
		width: 23px;
		background-position: -122px center;
	}
	#menu-menu-header .spodenki a:after,
	#menu-menu-header .legginsy a:after,
	#menu-menu-header .biustonosze a:after {
		content: " Sportowe";
	}
	#menu-menu-header .rashguardy a:after {
		content: " Damskie";
	}
	#menu-menu-header .about,
	#menu-menu-header .contact,
	#menu-menu-header .my-account {
		position: absolute;
		left: 0;
		-webkit-box-ordinal-group: 4;
		order: 3
	}
	#menu-menu-header .about a,
	#menu-menu-header .contact a,
	#menu-menu-header .my-account a {
		padding: 0 15px 6px 15px;
	}
	#menu-menu-header .about {
		bottom: 84px;
	}
	#menu-menu-header .contact {
		bottom: 52px;
	}
	#menu-menu-header .my-account {
		bottom: 20px;
	}
	#menu-menu-header .social-url {
		display: inline-block;
		margin-right: 14px;
		-webkit-box-ordinal-group: 3;
		order: 2;
		margin-top: auto;
	}
	#menu-menu-header .social-url a {
		display: block;
		width: 24px;
		height: 24px;
		background-image: url("../img/social-icons-1-196x48.png");
		background-repeat: no-repeat;
		-webkit-background-size: 98px 24px;
		background-size: 98px 24px;
	}
	#menu-menu-header .facebook a {
		background-position: 0 0;
		margin-left: 15px;
	}
	#menu-menu-header .instagram a {
		background-position: -24px 0;
	}
	#menu-menu-header .youtube a {
		background-position: -48px 0;
	}
	#menu-menu-header .tiktok a {
		background-position: -72px 0;
	}
}

/* Header Slider */
.aca-header-slider {
	overflow: hidden;
}
.aca-header-slider:not(.swiper-container-initialized) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.aca-header-slider p {
	line-height: 1;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
}

.header__slider-item {
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

@media (min-width: 771px) {
	.single-product .aca-header-slider {
		border-bottom: 1px solid #e5e5e5;
	}
	.header__slider-item {
		padding: 9px 15px;
	}
}

@media (min-width: 993px) {
	.aca-header-slider p {
		font-size: 14px
	}
}

@media (max-width: 992px) {
	.aca-header-slider p {
		font-size: 13px
	}
}

@media (max-width: 770px) {
	.header__slider-item {
		padding: 7px 15px;
	}
}

/* Home video banner */
.aca-video-banner-wrapper {
	position: relative;
}

.aca-video-banner-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,0.1);
	z-index: 1;
}

.aca-video-banner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.aca-video-banner-desc {
	position: absolute;
	z-index: 2;
}

.aca-video-banner-title {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.aca-video-banner-title span {
	display: block;
	font-size: 0.64em;
	font-weight: 600;
	margin-top: 0.35033em;
	text-transform: none;
}

@media (min-width: 471px) {
	.aca-video-banner-wrapper {
		padding-bottom: 56.25%;
	}
	.aca-video-banner-desc {
		position: absolute;
		top: 50%;
		left: 0;
		padding: 15px 50px;
		transform: translate(0, -50%);
	}
	.aca-video-banner-title {
		font-size: 27px;
	}
}

@media (max-width: 470px) {
	.aca-video-banner-wrapper {
		padding-bottom: 125%;
	}
	.aca-video-banner-wrapper + .wpb_text_column.wpb_content_element {
		margin-bottom: 0;
	}
	div.vc_custom_1638024380916 {
		margin-top: 37px !important;
	}
	.aca-video-banner-desc .aca-video-banner-title {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.aca-video-banner-title span {
		font-size: 0.5em;
		font-weight: 600;
		margin-top: 0.55033em;
	}
	.aca-video-banner-desc {
		top: 100%;
		left: 50%;
		padding: 15px 15px 20px;
		text-align: center;
		min-width: 320px;
		transform: translate(-50%, -100%);
	}
	a.aca-video-banner-btn {
		padding: 6px 20px;
	}
}

/* Home - featured products */
.featured-products-wrapper .section-heading {
	margin-bottom: 0;
}

.featured-products-wrapper .woocommerce {
	margin-top: 36px;
}

@media (min-width: 768px) {
	.featured-products-wrapper {
		padding: 53px 25px 25px;	
	}
}

@media (min-width: 993px) {
	.featured-products-wrapper {
		padding: 94px 55px 43px;	
	}
}

@media (max-width: 767px) {
	.featured-products-wrapper {
		padding: 30px 0 25px;	
	}
	.featured-products-wrapper .section-heading,
	.featured-products-wrapper .section-heading + p {
		padding-left: 15px;
	}
	.featured-products-wrapper .section-heading + p {
		margin-top: 4px;
	}
	.featured-products-wrapper .woocommerce {
		margin-top: 31px;
	}
}

/* Home - categories */
.products-categories-wrapper .wp-block-column {
	position: relative;
}

.products-categories-wrapper h2 {
	color: #fff;
	text-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
	white-space: nowrap;
	margin: 0;
}

.products-categories-wrapper .wp-block-column > .wp-block-group {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	row-gap: 10px;
	padding: 25px 15px;
	margin: 0;
}

.products-categories-wrapper .wp-block-buttons {
	margin: 0;
}

.products-categories-wrapper .wp-block-group__inner-container {
	width: 100%
}

.products-categories-wrapper > .wp-block-column {
	margin: 0 !important;
}

.products-categories-wrapper a.wp-block-button__link {
	white-space: nowrap;
}

.home-about-2-wrapper a.wp-block-button__link:hover,
.products-categories-wrapper a.wp-block-button__link:hover {
	color: #fff;
}

@media (min-width: 768px) {
	.products-categories-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 10px;
		padding: 0 25px 62px;	
	}
	
	.products-categories-wrapper > .wp-block-column {
		width: auto;
	}
	
	.products-categories-wrapper h2 {
		font-size: 15px;
	}
}

@media (min-width: 993px) {
	.products-categories-wrapper {
		padding: 0 55px 62px;	
	}
	.products-categories-wrapper h2 {
		font-size: 17px;
	}
}

@media (max-width: 781px), (min-width: 1200px) {
	.products-categories-wrapper .wp-block-column > .wp-block-group {
		width: 54%;
	}
	.products-categories-wrapper .wp-block-column:nth-child(1) .wp-block-group,
	.products-categories-wrapper .wp-block-column:nth-child(3) .wp-block-group{
		right: 0;
		left: auto;
	}
}

@media (min-width: 782px) and (max-width: 1199px) {
	.products-categories-wrapper .wp-block-column:nth-child(1) .wp-block-group,
	.products-categories-wrapper .wp-block-column:nth-child(3) .wp-block-group{
		align-items: flex-end;
	}
	.products-categories-wrapper .wp-block-column:nth-child(2) .wp-block-group,
	.products-categories-wrapper .wp-block-column:nth-child(4) .wp-block-group{
		align-items: flex-start;
	}
	.products-categories-wrapper a.wp-block-button__link {
		padding: .45rem 1.05rem;
	}
}

@media (min-width: 1330px) {
	.products-categories-wrapper .wp-block-column > .wp-block-group {
		width: 50%;
	}
	.products-categories-wrapper h2 {
		font-size: 18px;
	}
}

@media (min-width: 1515px) {
	.products-categories-wrapper h2 {
		font-size: 20px;
	}
}

@media (min-width: 1750px) {
	.products-categories-wrapper h2 {
		font-size: 23px;
	}
}


@media (max-width: 767px) {
	.home .site-main .products-categories-wrapper > .wp-block-column {
		width: 100% !important;
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
	div.products-categories-wrapper {
		margin-bottom: 0;
		gap: 0;
	}
	.products-categories-wrapper h2 {
		font-size: 21px;
	}
	.products-categories-wrapper .wp-block-image {
		position: relative;
		padding-bottom: 60%;
		margin-bottom: 10px;
	}
	.products-categories-wrapper .wp-block-image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center bottom;
		object-position: center bottom;
	}
}

/* Home - About */
.home-about-2-wrapper .wp-block-button {
	margin-top: 8px;
}

@media (min-width: 768px) {
	.home-about-2-wrapper {
		margin: -31px auto 65px;
	}
	.home-about-2-wrapper > .wp-block-media-text__content {
		padding-left: 25px;
	}
	.home-about-2-wrapper > .wp-block-media-text__media {
		padding-right: 25px;
	}
}

@media (min-width: 993px) {
	.home-about-2-wrapper > .wp-block-media-text__content {
		padding-left: 55px;
	}
	.home-about-2-wrapper > .wp-block-media-text__media {
		padding-right: 55px;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.home-about-2-wrapper {
		grid-template-columns: auto 50% !important;
	}
	.home-about-2-wrapper {
		grid-template-columns: auto 50% !important;
	}
}

@media (min-width: 1200px) {
	.home-about-2-wrapper p {
		font-size: 16px;
	}
}

@media (min-width: 1500px) {
	.home-about-2-wrapper p {
		font-size: 19px;
	}
}

@media (max-width: 767px) {
	.home-about-2-wrapper {
		grid-template-columns: 100% !important;
	}
	.home-about-2-wrapper > .wp-block-media-text__media {
		padding: 15px 0 25px;
		grid-column: 1 !important;
	}
	.home-about-2-wrapper > .wp-block-media-text__content {
		text-align: center;
		padding: 0 15px 34px;
		grid-row: 2 !important;
	}
	.home-about-2-wrapper .wp-block-buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.home-about-2-wrapper .section-heading {
		font-size: 24px;
	}
}

/* Home - instagram */
.instagram-wrapper {
	padding: 39px 0 0;
}

.instagram-wrapper .section-heading {
	margin-bottom: 10px;
}

#sb_instagram {
	margin-top: 54px;
}

/* Home - Newsletter */
.home .below-content {
	border-top: 0;
	padding-top: 19px;
}

/* Shop */
.woocommerce.shop div.content-area {
	padding-top: 0;
}
.tax-product_cat .shoptimizer-archive > .archive-header {
	display: none;
}

.shop .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb {
	font-size: 1em;
}

.site-main header.woocommerce-products-header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
/*	background-color: #ede9e8;*/
}

header.woocommerce-products-header {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.shop header.woocommerce-products-header .page-title {
	display: block;
}

header.woocommerce-products-header .page-title {
	position: relative;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
	margin: 0;
	z-index: 1;
}

header.woocommerce-products-header .page-title,
header.woocommerce-products-header .term-description p {
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.6), 0 0 4px rgba(0, 0, 0, 0.2);
}

.term-169 header.woocommerce-products-header .page-title,
.term-169 header.woocommerce-products-header .term-description p {
	color: #212121;
}

.term-169 header.woocommerce-products-header .page-title {
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.6), 0 0 4px rgba(255, 255, 255, 0.2);
}

.term-169 header.woocommerce-products-header .term-description p {
	text-shadow: 0 0 2px rgba(255, 255, 255, 0.6), 0 0 2px rgba(255, 255, 255, 0.2);
}

.site-main header.woocommerce-products-header > img.cg-cat-image {
	position: absolute;
	top: 0;
	right: auto;
	left: auto;
	max-width: 2000px;
	height: 100%;
	margin: 0 auto;
}

span.ha-new-product-label {
	position: relative;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	padding: 1px 0 0 5px;
	margin-bottom: 6px;
	border-left: 3px solid #82d78a;
}

.woocommerce ul.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce ul.products:before,
.woocommerce ul.products:after,
.woocommerce ul.products li.product:before {
	display: none;
}

ul.products li.product:hover .woocommerce-image__wrapper {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

ul.products li.product .woocommerce-LoopProduct-link {
	font-size: 14px;
}

.shoptimizer-sorting.sorting-end {
	display: none;
}

.shop .page-description,
.below-woocommerce-category {
	font-size: 14px;
	border: 0;
	padding: 0px;
	margin: 0 0 40px;
}

.shop .page-description h2,
.shop .page-description h3,
.below-woocommerce-category h2,
.below-woocommerce-category h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	body.shop header.woocommerce-products-header {
		height: 450px;
	}
	body.shop header.woocommerce-products-header,
	header.woocommerce-products-header {
		margin-bottom: 22px;
	}
	.site-main header.woocommerce-products-header > img.cg-cat-image {
		width: 1225px;
	}
	.shoptimizer-sorting {
		margin-bottom: 12px;
	}
	.woocommerce ul.products {
		width: calc(100% + 10px);
		margin: 0 -5px;
	}
	.woocommerce ul.products.columns-4 li.product {
		width: 25%;
	}
	.woocommerce ul.products li.product {
		padding: 0 5px;
	}
}

@media (min-width: 400px) and (max-width: 456px) {
	.term-167 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/dresy-damskie-645-x-322.png");
	}
}

@media (min-width: 457px) and (max-width: 767px) {
	.shop header.woocommerce-products-header {
		height: 288px;
		background-image: url("https://holoathletics.com/wp-content/uploads/2023/10/bez-tytulu-1366-x-450-px-4.jpg");
	}
	.archive:not(.shop) header.woocommerce-products-header {
		background-position: right 31% center;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.shop header.woocommerce-products-header {
		background-image: url("https://holoathletics.com/wp-content/uploads/2023/10/bez-tytulu-1366-x-450-px-1.jpg");	
	}
	.archive:not(.shop) header.woocommerce-products-header {
		background-position: right 31% center;
	}
}

@media (min-width: 457px) and (max-width: 1366px) {
	.archive:not(.shop) header.woocommerce-products-header {
		height: 302px;
	}
	.term-71 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/legginsy-1360-x-302.png");
	}
	.term-72 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/staniki-1360x302-1.png");
	}
	.term-73 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/rashguard-1360x302-1.png");
	}
	.term-110 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/kolarki-1360-x-302.png");
	}
	.term-130 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/t-shirty-i-topy-1360-x-302.png");
	}
	.term-167 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/dresy-damskie-1360-x-302.png");
	}
	.term-169 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/majtki-bezszwowe-1360-x-302.png");
	}
}

@media (min-width: 993px) {
	body.shop header.woocommerce-products-header,
	header.woocommerce-products-header {
		margin-right: -42px;
		margin-left: -42px;
	}
}


@media (min-width: 1200px) {
	.shop header.woocommerce-products-header {
		background-image: url("https://holoathletics.com/wp-content/uploads/2023/10/bez-tytulu-1366-x-450-px-1.jpg");
	}
	header.woocommerce-products-header .page-title {
		font-size: 41px;
	}
	
	.shop .page-description,
	.below-woocommerce-category {
		max-width: 1200px;
		margin: 20px auto 40px;
	}
}

@media (min-width: 1367px) and (max-width: 1600px) {
	.archive:not(.shop) header.woocommerce-products-header {
		height: 341px;
	}
	.term-71 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/legginsy-1536-x-341.png");
	}
	.term-72 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/staniki-1536-x-341.png");
	}
	.term-73 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/rashguard-1536x341-1.png");
	}
	.term-110 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/kolarki-1536-x-341.png");
	}
	.term-130 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/t-shirty-i-topy-1536-x-341.png");
	}
	.term-167 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/dresy-damskie-1536x341-1.png");
	}
	.term-169 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/majtki-bezszwowe-1536x341-1.png");
	}
}

@media (min-width: 1601px) {
	.archive:not(.shop) header.woocommerce-products-header {
		height: 423px;
	}
	.term-71 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/legginsy-1905x-423.png");
	}
	.term-72 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/staniki-1905-x-423.png");
	}
	.term-73 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/rashguard-1905-x-423.png");
	}
	.term-110 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/kolarki-1905-x-423.png");
	}
	.term-130 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/t-shirty-i-topy-1905-x-423.png");
	}
	.term-167 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/dresy-damskie-1905-x-423.png");
	}
	.term-169 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/majtki-bezszwowe-1905-x-423.png");
	}
}

@media (max-width: 1199px) {
	header.woocommerce-products-header .page-title {
		font-size: 26px;
	}
	header.woocommerce-products-header .term-description p {
		font-size: 12px;
		line-height: 1.8;
	}
	body ul.products li.product img.gallery-image {
		display: none;
	}
}

@media (max-width: 992px) {
	body.shop header.woocommerce-products-header,
	header.woocommerce-products-header {
		margin-right: -15px;
		margin-left: -15px;
	}
}

@media (max-width: 767px) {
	body.shop header.woocommerce-products-header,
	header.woocommerce-products-header {
		margin-bottom: 15px;
	}
	.site-main header.woocommerce-products-header > img.cg-cat-image {
		width: 735px;
	}
	.shoptimizer-sorting {
		margin-bottom: 5px;
	}
	.woocommerce ul.products {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.home .woocommerce ul.products {
		width: 100%;
		margin: 0;
	}
	.woocommerce ul.products li.product {
		width: 50%;
	}
	.woocommerce ul.products.products li.product {
		margin-bottom: 0;
	}
	ul.products li.product:nth-child(1n + 1) {
		padding: 0 5px 0 0;
	}
	ul.products li.product:nth-child(2n) {
		padding: 0 0 0 5px;
	}
	.woocommerce .upsells ul.products {
		column-gap: 10px;
	}
	.woocommerce .upsells ul.products li.product {
		padding: 0;
	}
	ul.products .woocommerce-card__header {
		padding: 0 5px;
	}
	span.ha-new-product-label {
		margin-top: 5px;
		margin-left: 5px;
	}
}

@media (max-width: 456px) {
	.shop header.woocommerce-products-header {
		height: 93.641vw;
		background-image: url("https://holoathletics.com/wp-content/uploads/2023/10/bez-tytulu-1366-x-450-px-5.jpg");
	}
	.archive:not(.shop) header.woocommerce-products-header {
		height: 240px;
	}
	.term-71 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/legginsy-480-x-240.png");
	}
	.term-72 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/staniki-480-x-240.png");
	}
	.term-73 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/rashguard-480x240-1.png");
	}
	.term-110 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/kolarki-480-x-240.png");
	}
	.term-130 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/t-shirty-i-topy-480-x-240.png");
	}
	/* .term-167 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/dresy-damskie-480-x-240.png");
	} */
	.term-169 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/majtki-bezszwowe-480-x-240.png");
	}
}

@media (max-width: 399px) {
	.term-167 header.woocommerce-products-header{
		background-image: url("https://holoathletics.com/wp-content/uploads/2024/10/dresy-damskie-480-x-240.png");
	}
}

/* Single product - Gallery */
#commercegurus-pdp-gallery .swiper-button-next,
#commercegurus-pdp-gallery .swiper-button-prev {
	padding: 0;
}

/* Single product omnibus */
.summary .price del + ins {
	font-weight: 600;
}

p.iworks-omnibus {
	font-size: 13px;
}

/* Single product description */
.product .summary table.variations tr:last-child .value {
	padding-bottom: 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description,
.summary .aca-short-desc-tab-content {
	font-size: 13px;
	color: #444;
}

.summary .aca-short-desc-tab-content {
	line-height: 1.618;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description li,
.summary .aca-short-desc-tab-content li {
	margin-bottom: 3px;
}

/* Single product - custom tabs */
.aca-short-desc-tabs-wrapper {
	margin-top: 8px;
}

.aca-short-desc-tab {
	border-top: 1px solid #e5e5e5;	
}

.aca-short-desc-tabs-wrapper .aca-short-desc-tab:last-child {
	border-bottom: 1px solid #e5e5e5;	
}

.aca-short-desc-tab .aca-short-desc-tab-title {
	font-size: 14px;
	text-transform: uppercase;
	padding: 7px 0;
	margin-bottom: 0;
	cursor: pointer;
}

.aca-short-desc-tab-title {
	position: relative;
}

.aca-short-desc-tab-title:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #e5e5e5;
	transform: rotate(135deg);
}

.aca-short-desc-tab.active .aca-short-desc-tab-title:before {
	top: 15px;
	transform: rotate(-45deg);
}

.aca-short-desc-tab-content {
	display: none;
}

.aca-short-desc-tab.active .aca-short-desc-tab-content {
	display: block;
}

.no-breadcrumbs.shop .shoptimizer-archive > .archive-header,
.no-breadcrumbs.single-product .shoptimizer-archive > .archive-header {
	display: none;
}

.no-breadcrumbs.single-product .site-content .col-full {
	padding-top: 0;
}

.single-product .woocommerce-breadcrumb > span,
.single-product .woocommerce-breadcrumb > a {
	padding-left: 5px;
}

.cart .single_add_to_cart_button {
	border-radius: var(--holo-border-radius-2);
}

.product .cart .quantity .input-text {
	border-top-left-radius: var(--holo-border-radius-2);
	border-bottom-left-radius: var(--holo-border-radius-2);
}

.product .quantity-nav {
	overflow: hidden;
	border-top-right-radius: var(--holo-border-radius-2);
    border-bottom-right-radius: var(--holo-border-radius-2);
}

.product .quantity .minus,
.product .quantity .plus {
	border: none;
}

.aca-payments-methods-wrapper {
	margin: -2px 0 14px;
}

.aca-payments-methods-wrapper img {
	margin: 0 auto;
}

.aca-shop-features-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

ul.acawlpcbc-products-list li {
	overflow: hidden;
	border-radius: var(--holo-border-radius);
}

.shop-features-box {
	text-align: center;
	width: calc(50% - 4px);
	padding: 12px 10px 8px;
	margin: 0 0 8px;
	border: 1px solid #e5e5e5;
	border-radius: var(--holo-border-radius);
}

.shop-features-icon {
	margin: 0 auto;
}

p.shop-features-text {
	margin: 5px auto 0;
	line-height: 1.4;
}

div.woocommerce-variation-availability {
	padding: 0;
}
.content-area p.stock {
	border: 0;
	padding: 0 0 8px 0;
	margin: 0;
}

.single-product div.product .variations_button {
	padding-top: 0;
}

.show-reviews-btn-wrapper {
	text-align: center;
	padding: 40px 0 0;
}

@media (min-width: 481px) {
	p.shop-features-text {
		font-size: 14px;
	}
}

@media (min-width: 771px) {
	.show-reviews-btn-wrapper {
		display: none;
	}
}

@media (min-width: 993px) {
	.single-product .woocommerce-breadcrumb {
		padding: 20px 2.617924em;
	}
}

@media (min-width: 1200px) {
	.single-product .site-content .col-full {
		max-width: 1360px;
		margin: 0 auto;
	}	
}

@media (max-width: 992px) {
	.single-product .woocommerce-breadcrumb {
		padding: 15px 1em;
	}
}

@media (max-width: 770px) {
	.single-product .woocommerce-breadcrumb {
		display: none;
	}
	.product-details-wrapper {
		padding-bottom: 0;
	}
	div.product .summary {
		margin-bottom: 0;
	}
	div#commercegurus-pdp-gallery {
		margin-right: -15px;
		margin-left: -15px;
	}
	.images .cg-main-swiper.swiper-container,
	.swiper-container-thumbs .swiper-wrapper {
		margin-left: -5px;
	}
	.images .cg-main-swiper.swiper-container{
		margin-right: -5px;
		width: calc(100% + 5px);
	}
	.single-product .site-content .product_title,
	body .woocommerce-tabs .panel h2 {
		font-size: 20px;
	}
	.woocommerce-tabs ul.wc-tabs {
		display: none;
	}
	.woocommerce-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.woocommerce-tabs .woocommerce-Tabs-panel--reviews {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.woocommerce-tabs ul.wc-tabs:not(.show-reviews) + .woocommerce-Tabs-panel--reviews {
		display: none !important;
	}
}

@media (max-width: 480px) {
	.shop-features-box {
		padding-top: 20px;
		min-height: 86px;
	}
	.shop-features-box.first {
		padding-top: 12px;
	}
	p.shop-features-text {
		font-size: 13px;
		max-width: 135px
	}
}

@media (max-width: 389px) {
	form.variations_form button#ckwtl-button3 {
		font-size: 15px;
		line-height: 1.3;
		padding: 0 10px;
	}
}

/* Instagram feed */
@media (max-width: 767px) {
	#sb_instagram.sbi.sbi_col_5 #sbi_images .sbi_item {
		width: 20%;
	}
	
	.vc_row.wpb_row.vc_custom_1636118452473 .vc_column_container.vc_col-sm-12{
		padding: 0;
	}
}

@media (max-width: 575px) {
	#sb_instagram.sbi.sbi_col_5 #sbi_images .sbi_item {
		width: 33.333333%;
	}
	
	#sb_instagram.sbi.sbi_col_5 #sbi_images .sbi_item:nth-child(7),
	#sb_instagram.sbi.sbi_col_5 #sbi_images .sbi_item:nth-child(8),
	#sb_instagram.sbi.sbi_col_5 #sbi_images .sbi_item:nth-child(9),
	#sb_instagram.sbi.sbi_col_5 #sbi_images .sbi_item:nth-child(10) {
		display: none;
	}
	
	.sec_row.container-fluid .vc_custom_1636118452473 {
		margin-right: -20px;
		margin-left: -20px;
	}
}

/* O nas */
@media (min-width: 1200px) {
	.about-us-section {
		padding-bottom: 20px;
	}
	.about-us-section .wp-block-column:nth-child(1) {
		padding-right: 4%;
	}
	.about-us-section .wp-block-column:nth-child(2) {
		padding: 0 4%;
	}
}

@media (min-width: 1530px) {
	.about-us-section .wp-block-column:nth-child(2) {
		font-size: 16px;
	}
}

/* Kontakt */
@media (min-width: 993px) {
	.page-id-2221 .shoptimizer-archive .col-full {
		max-width: 684px
	}
}

@media (max-width: 992px) {
	.page-id-2221 .entry-content h2 {
		font-size: 22px;
	}
}

/* Footer */
.is-style-logos-only {
	margin-top: 8px;
}

.woocommerce-demo-store footer:last-child {
	padding: 30px 0 22px;
}

footer.copyright p {
	text-align: center;
}

.woocommerce-store-notice.demo_store {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	bottom: 0;
	border-top: 1px solid #eee;
	z-index: 1;
}

.woocommerce-store-notice.demo_store,
.woocommerce-store-notice.demo_store a {
	color: #444;
}

.woocommerce-store-notice.demo_store a {
	background-color: transparent;
	margin-left: 15px;
}

@media (max-width: 992px) {
	div#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
		padding: 15px;
	}
	div#cookie-law-info-bar .cli-bar-message {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	#block-3 {
		display: none;
	}
	
	.site-footer .widget {
		text-align: center;
	}
	.site-footer ul.wp-block-social-links {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 35px;
	}
}