* {
	box-sizing: border-box;
}

*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

@font-face {
	font-family: 'Poppins';
	src: local('Poppins Light'), local('Poppins-Light'), url('../font/poppins-light-webfont.woff2') format('woff2'),
		url('../font/poppins-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: local('Poppins Regular'), local('Poppins-Regular'), url('../font/poppins-regular-webfont.woff2') format('woff2'),
		url('../font/poppins-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sacramento';
	src: local('Sacramento Regular'), local('Sacramento-Regular'),
		url('../font/sacramento-regular-webfont.woff2') format('woff2'),
		url('../font/sacramento-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html[lang] {
	margin-top: 0 !important;
}

body {
	position: relative;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	margin-top: 134px;
	font-family: 'Poppins', serif;
	font-size: var(--16px);
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	color: var(--clr-dark);
	accent-color: #253746;
}

button,
input,
select,
textarea {
	font-family: inherit;
}

input[type='submit' i] {
	border: 0;
}

address {
	font-style: normal;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0 0 6px;
}

html.overlay,
body.overlay {
	overflow: hidden;
	height: auto;
}

body.overlay::before,
body.overlay .nav-wrapper::before {
	content: '';
	inset: 0;
	position: absolute;
	background-color: rgba(37, 55, 70, 0.5);
	z-index: 99;
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

a {
	color: inherit;
}

.title-header {
	margin-bottom: 5.25em;
}

.title-header h1 {
	margin-bottom: 0;
}

.underline-title {
	position: relative;
	padding-bottom: 0.35em;
}

.underline-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	background-color: var(--clr-dark);
	width: 15%;
}

.underline-title--start::after {
	right: auto;
	left: 0;
}

.error404 main,
.title-header,
.woocommerce-account main,
.product-template-default main,
.woocommerce-products-header {
	padding-top: 7.75em;
}

.home main {
	padding-top: 5rem;
}

/* buttons */
.btn,
.swal2-content .cwgstock_button,
.newsletter .tnp-subscription input.tnp-submit,
.contact-form .wpcf7-submit,
.cwg_popup_submit,
.return-to-shop .button.wc-backward {
	display: inline-block;
	min-width: 200px;
	padding: 1.125em 2.5em;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 500;
	background-color: var(--clr-dark);
	text-align: center;
	color: #fff;
	letter-spacing: 0.15em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	line-height: 1.5;
}

.xoo-wsc-sl-apply-coupon {
	gap: 20px;
}

.xoo-wsc-sl-apply-coupon input {
	min-width: 200px;
	padding: 1em 1.5em;
	border-radius: 4px;
}

.woocommerce-cart .coupon {
	display: flex;
	margin-top: 50px;
	gap: 20px;
}

.coupon #coupon_code {
	width: 100%;
	max-width: 400px;
}

.woocommerce-button,
.woocommerce-Button.download {
	background-color: var(--clr-dark) !important;
	text-transform: uppercase !important;
	color: #fff !important;
	min-width: 200px;
	padding: 1.125em 2.5em !important;
	text-align: center;
	border: 0;
	font-weight: 500 !important;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	letter-spacing: 0.15em !important;
}

.woocommerce-button[name='woocommerce_checkout_place_order'] {
	width: 100%;
	margin-top: 1rem;
}

.btn:is(:hover, :focus),
.woocommerce-Button.download:is(:hover, :focus),
.woocommerce-button:is(:hover, :focus),
.contact-form .wpcf7-submit:is(:hover, :focus),
.newsletter .tnp-subscription input.tnp-submit:is(:hover, :focus),
.swal2-content .cwgstock_button:is(:hover, :focus),
.return-to-shop .button.wc-backward:is(:hover, :focus) {
	background-color: #000 !important;
	color: #fff;
}

.read-more-btn {
	color: var(--clr-dark);
	font-weight: 500;
}

.btn-outline,
.cwg_popup_submit,
.xoo-wsc-sl-apply-coupon input {
	color: var(--clr-dark);
	background-color: #fff;
	border: 2px solid var(--clr-dark);
}

.btn-outline:is(:hover, :focus),
.cwg_popup_submit:is(:hover, :focus) {
	background-color: var(--clr-dark);
	color: #fff;
}

.btn-outline[data-atribute='transparent'] {
	background-color: transparent;
	color: #fff;
	border: 3px solid #fff;
}

.btn-outline[data-atribute='transparent']:is(:hover, :focus) {
	background-color: #fff !important;
	color: var(--clr-dark) !important;
}

.woocommerce-Button.download {
	font-size: var(--12px) !important;
}

/* utilities */

.text-white {
	color: #fff;
}

.position-relative {
	position: relative;
}

.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
}

.fw-bold {
	font-weight: bold;
}

.section-title {
	font-size: var(--32px);
}

.section-margin {
	margin-block: 5.5em;
}

.text-dark {
	color: #000;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.py-70 {
	padding-block: 4.375rem;
}

.mb-50 {
	margin-bottom: 3.125rem;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-underline {
	text-decoration: underline;
}

.text-center {
	text-align: center !important;
}

.text-end {
	text-align: right !important;
}

@media (min-width: 992px) {
	.text-lg-end {
		text-align: right !important;
	}
}

.container {
	width: calc(100% - 2rem);
	max-width: 1400px;
	margin-inline: auto;
}

.d-inline {
	display: inline !important;
}

.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

@media (min-width: 576px) {
	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-none {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.d-lg-block {
		display: block !important;
	}

	.d-lg-none {
		display: none !important;
	}
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
}

h1 {
	line-height: 1.08;
}

.h1 {
	font-size: var(--42px);
	font-weight: 700;
}

:root {
	--10px: 0.625rem;
	--11px: 0.688rem;
	--12px: 0.75rem;
	--13px: 0.813rem;
	--14px: 0.875rem;
	--15px: 0.9375rem;
	--16px: 1rem;
	--17px: 1.0625rem;
	--18px: 1.125rem;
	--19px: 1.1875rem;
	--20px: 1.25rem;
	--21px: 1.3125rem;
	--22px: 1.375rem;
	--23px: 1.438rem;
	--24px: 1.5rem;
	--25px: 1.563rem;
	--26px: 1.625rem;
	--27px: 1.688rem;
	--28px: 1.75rem;
	--30px: 1.875rem;
	--32px: 2rem;
	--35px: 2.188rem;
	--36px: 2.25rem;
	--38px: 2.375rem;
	--40px: 2.5rem;
	--42px: 2.625rem;
	--45px: 2.813rem;
	--47px: 2.938rem;
	--48px: 3rem;
	--52px: 3.25rem;
	--60px: 3.75rem;
	--64px: 4rem;
	--68px: 4.25rem;
	--70px: 4.375rem;
	--80px: 5rem;
	--96px: 6rem;

	--clr-dark: hsl(207, 35%, 21%);
	--clr-dark-text: #233849;
	--clr-dark-500: hsl(205, 19%, 13%);
	--clr-accent: hsl(0, 0%, 98%);
	--clr-flashy: hsl(142, 71%, 45%);

}

/* HEADER */

/* wyszukiwarka fibo */
.dgwt-wcas-search-wrapp,
.dgwt-wcas-ico-magnifier,
.dgwt-wcas-ico-magnifier-handler {
	max-width: initial !important;
}

.dgwt-wcas-search-icon {
	width: initial !important;
}

.dgwt-wcas-ico-magnifier-handler {
	margin: 0 !important;
}

.logo {
	width: 80px;
}

.top-bar {
	padding: 0.625rem;
	text-align: center;
	font-size: 0.875rem;
}

.nav-wrapper {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	-webkit-box-shadow: 0 0px 8px 0px #cecece;
	box-shadow: 0 0px 8px 0px #cecece;
	background-color: #fff;
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
	transition: transform 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.nav-wrapper > .container {
	padding-block: 0.313rem;
}

.nav-wrapper.is-scrolled {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	box-shadow: none;
	opacity: 0;
}

.nav-wrapper .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1.375em;
}

.nav-icons a {
	color: inherit;
}

.nav-icons i {
	font-size: var(--22px);
}

.lang-chooser {
	position: relative;
	font-weight: 700;
}

.current-lang {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	background: transparent;
}

.lang-dropdown-wrapper {
	position: absolute;
	top: 0;
	display: none;
}

.lang-chooser:hover .lang-dropdown-wrapper {
	display: block;
}

.lang-dropdown {
	margin-top: 25px;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.lang-dropdown a {
	padding: 12px 25px;
	display: block;
}

.menu-toggler {
	padding: 0;
	border: 0;
	background: transparent;
	width: 3rem;
}

.menu-toggler svg {
	width: 100%;
}

.primary-nav__categories {
	overflow-y: auto;
	position: fixed;
	left: 0;
	top: 0;
	width: 400px;
	height: 100vh;
	height: 100dvh;
	padding: 2.5em 4em;
	background-color: #fff;
	color: #000;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: -webkit-transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
	-webkit-box-shadow: 5px 0 5px -6px #333;
	box-shadow: 5px 0 5px -6px #333;
	z-index: 2147483647;
}

.primary-nav__categories-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.5rem;
	letter-spacing: 0.115em;
}

.primary-nav__category > span {
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0.5rem;
}

.primary-nav__category > span::before,
.subterm-link::before {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.primary-nav__category.active > span {
	font-weight: 900;
}

.primary-nav__category.active > span::before,
.primary-nav__category:hover > span::before {
	opacity: 1;
}

.primary-nav__categories.is-open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.close-menu {
	line-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.close-menu svg {
	width: 2rem;
	height: 2rem;
}

.header-menu__wrapper {
	padding: 2.75em 0 3em;
}

.header-menu {
	display: none;
}

.header-menu > .menu-item {
	margin-block: 0.35rem;
}

.header-menu > .menu-item:nth-last-child(1) > a {
	position: relative;
	font-weight: 700;
}

.header-menu > .menu-item:nth-last-child(1) > a::after {
	content: '\1F525';
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.header-menu > .current-menu-item {
	font-weight: 600;
}

.header-menu a {
	display: inline-block;
	padding: 0.25rem;
	color: #000;
}

.header-menu .bold a {
	font-weight: bold;
	color: red;
}

.primary-nav__flags-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625em;
}

.primary-nav__helper-menu a {
	color: #000;
}

.primary-nav__socials {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 1rem;
	padding-block: 1rem;
	padding-inline: 1.25rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.primary-nav__socials a {
	line-height: 1;
}

.primary-nav__socials path {
	fill: #000;
}

/* .page-header__banner {
	height: calc(100vh - 134px);
} */

.page-header__banner .container {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.page-header__banner-content {
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

/* Zmiany black friday */
.page-header__banner img {
	width: 100%;
	/* height: 100%;
	object-fit: cover;
	object-position: 50% top; */
}

.header-badge {
	max-width: 400px !important;
	max-height: 400px !important;
}

@media (max-width: 768px) {
	.header-badge {
		max-width: 200px !important;
		max-height: 200px !important;
	}

	.header-btn-image {
		margin-inline: auto;
		max-width: 225px !important;
	}
}

.header-btn-image {
	max-width: 300px;
	max-height: auto;
}

.page-header__banner .btn {
	font-size: var(--28px);
	font-weight: normal;
}

.page-title {
	line-height: 1.2;
	font-weight: 300;
	font-size: var(--68px);
}

.slogan {
	line-height: 1.4;
	display: inline-block;
	font-size: var(--24px);
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #000;
}

/* .page-header__slide-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1rem;
} */

/* .page-header__slider-content {
  height: 100%;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin: 0 auto 0 10%;
  padding-block: 8rem;
} */

/* .page-header__slide {
  display: grid !important;
  height: 100vh;
}

.page-header__slide > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.page-header__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-header__slider .slick-arrow {
  width: 50px;
  height: 50px;
}

.page-header__slider .slick-prev {
  left: 1rem;
}

.page-header__slider .slick-next {
  right: 1rem;
}

.page-header__slide-title {
  margin-bottom: 3.375rem;
  font-size: var(--80px);
  line-height: 1.08;
  text-align: right;
  color: var(--clr-dark);
} */

/* MODULES */

/* breadcrumbs */
#breadcrumbs {
	font-size: var(--18px);
}

.product #breadcrumbs {
	margin-bottom: 2rem;
}

#breadcrumbs a {
	transition: opacity 0.2s linear;
}

#breadcrumbs a:hover {
	opacity: 0.7;
}

/* slick dots */

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 1.25rem 0 0 !important;
	padding: 1rem 0;
	list-style-type: none;
}

.slick-dots li {
	margin: 0 0.25rem;
}

.slick-dots button {
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	text-indent: -9999px;
}

.slick-dots li.slick-active button {
	background-color: var(--clr-dark);
}

/* products list */

li.outofstock .product-image-container {
	position: relative;
}

li.outofstock .not-in-stock {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: var(--38px);
	color: #fff;
	z-index: 1;
	text-align: center;
	line-height: 1.2;
	font-weight: 500;
	text-shadow: 0 0 10px black;
}

li.outofstock img {
	filter: opacity(0.3);
}

.products-list {
	margin-bottom: 5.5em;
}

.products-list .slick-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	border: 0;
	padding: 0.5rem;
	background: transparent;
}

.products-list .product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1rem;
}

.products-list .slick-slide {
	margin: 0 10px;
}

.products-list .slick-list {
	margin: 0 -10px;
}

.products-list__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 2em;
}

.products-list .slick-prev {
	top: 35%;
}

.products-list .slick-next {
	top: 35%;

}

/* collections type */
.collections-type {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.collections-type__title {
	margin-bottom: 1.25rem;
	color: #fff;
	font-size: var(--80px);
	font-weight: 900;
}

.collections-type__box {
	position: relative;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.collections-type__box img {
	width: 100%;
}

.collections-type__box_text {
	position: absolute;
	bottom: 3.75em;
	right: 3.75em;
}

/* newsletter */
/* .newsletter {
  padding-block: 2.5em;
  background-color: var(--clr-accent);
}

.newsletter .tnp-subscription {
  max-width: 845px;
  margin: 2rem 0 0;
}

.newsletter .tnp-subscription > form {
  display: flex;
  align-items: end;
  gap: 2.5em;
}

.newsletter .tnp-field-email {
  flex-grow: 1;
}


.newsletter .tnp-subscription .tnp-email {
  background: transparent;
  border: 1px solid var(--clr-dark);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06),
    0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
  outline: transparent;
}

.newsletter .tnp-subscription .tnp-email:focus {
  background-color: hsla(207, 31%, 21%, 0.071);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12),
    0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.newsletter .tnp-subscription div.tnp-field {
  margin-bottom: 0;
} */

.page-footer .tnp-subscription {
	margin: 1rem 0 0;
}

.page-footer .tnp-subscription input.tnp-submit {
	color: var(--clr-dark) !important;
	background-color: #fff !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	border-radius: 4px;
	letter-spacing: 0.15em;
	font-size: var(--13px) !important;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	width: 100%;
	padding: 0.875em 1em;
}

.page-footer .tnp-subscription input.tnp-submit:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.page-footer .tnp-email {
	background: transparent !important;
	color: #fff !important;
	caret-color: #fff;
	border: 0 !important;
	border-bottom: 1px solid #fff !important;
}

.page-footer .tnp-email::placeholder {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.page-footer .tnp-email:focus {
	outline: transparent;
}

/* ---------------------------------- */

/* info box */
.seo-text {
	margin-top: 10em;
	font-size: var(--14px);
	margin-bottom: 4em;
}

.seo-text__title {
	font-size: var(--21px);
	margin-bottom: 1.375rem;
	line-height: 1.4;
}

/* FOOTER */
.page-footer {
	margin-top: 7em;
	padding-top: 4em;
	color: #fff;
	background-color: var(--clr-dark);
	font-size: var(--14px);
}

.page-footer > .container {
	display: grid;
	gap: 2em;
}

.footer-slogan {
	margin: 1rem 0 2rem;
	font-weight: 500;
	font-size: var(--18px);
}

.page-footer__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-footer__socials {
	gap: 1rem;
}

.page-footer__logo {
	max-width: 200px;
}

.footer-address address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.75rem;
}

.footer-address address > * {
	display: flex;
	gap: 1rem;
}

.footer-address .footer-address__number {
	flex-direction: column;
	gap: 0.5rem;
}

.footer-address__number a {
	align-self: flex-start;
	display: inline-flex;
	gap: 1rem;
}

.footer-address_mail {
	align-self: flex-start;
}

.footer-address .footer-address__location {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-address .footer-address__location svg {
	flex-shrink: 0;
}

.footer-menu .menu-item + .menu-item {
	margin-top: 0.375rem;
}

.footer-menu a,
.footer-address a {
	color: #fff;
}

.footer-nav {
	display: contents;
	text-transform: lowercase;
}

.footer-title {
	padding: 0 0 0.813em;
	margin-bottom: 0;
	font-size: var(--18px);
	color: #fff;
}

.footer-copyright {
	margin-top: 3.125rem;
	padding-block: 0.75rem;
	border-top: 1px solid #313131;
}

.footer-newsletter h2 {
	color: #fff;
	font-size: var(--16px);
}

/* WOOCOMMERCE */

/* komunikaty */
.woocommerce-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.25rem;
	padding: 1rem 1.563rem;
	border: 0;
	font-weight: 500;
	color: inherit;
	background-color: #f4f4f5;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	position: static;
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
	display: none;
}

.woocommerce form .form-row .required {
	color: inherit;
}

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

.woocommerce ul.products:not(.slick-slider) {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25em;
}

.woocommerce-LoopProduct-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.woocommerce ul.products li.product .title{
	display:flex;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin-bottom: 0;
	font-size: var(--11px);
	color: #393C3D;
	font-family: 'Inter', serif;
	font-weight: bold;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .price ins{
	text-decoration: none;
}
.woocommerce ul.products li.product .title {
	justify-content: space-between;
}
.woocommerce ul.products li.product .price {
	margin-bottom: 0;
	font-size: var(--11px);
	color: #393C3D;
	font-family: 'Inter', serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: .5em 0;
}

.woocommerce ul.products li.product a img {
	margin: 0;
}

.product-image-container {
	margin-bottom: 0.5rem;
}

/* gwiazdki */
.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after {
	color: #facc15;
}

.woocommerce .woocommerce-product-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.2rem;
	font-weight: 700;
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: 0.4em 4px 0 0;
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
	display: none;
}

.woocommerce-review-link {
	color: var(--clr-dark);
}

/* ceny */
.woocommerce ul.products li.product .price {
	color: var(--clr-dark);
	font-weight: 900;
}

.woocommerce div.product p.price {
	margin: 0 0 1rem;
	font-weight: 900;
	font-size: var(--26px);
	line-height: 1.1;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--clr-dark);
}

/* 404 */

.icon-404 {
	margin: 0 auto 2rem;
}

.title-404 {
	font-size: var(--64px);
	font-weight: 900;
}

.title-404 small {
	display: block;
	margin-inline: auto;
	max-width: 436px;
	margin-block: 1.563rem;
	font-size: var(--16px);
	font-weight: 500;
	line-height: 1.5;
}

/* STRONA KATEGORII */

.categories-wrapper {
	letter-spacing: 0.1em;
}

.woocommerce-products-header {
	display: grid;
	grid-template-columns: 1fr auto;
}

.term-category-nav,
.subterm-category-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	font-weight: 500;
}

.term-category-nav {
	font-size: var(--22px);
}

.term-category-nav a,
.subterm-category-nav a {
	color: #000;
}

.active.term-link a,
.subterm-link.active {
	font-weight: 900;
}

.subterm-category-nav {
	gap: 2rem;
	margin-top: 1.25rem;
	flex-wrap: wrap;
}

.subterm-link {
	position: relative;
}

.subterm-link:hover:before,
.subterm-link.active:before {
	opacity: 1;
}

/* KARTA PRODUKTU */
.voucher-fields-wrapper-variation {
	display: none !important;
}

/* Instock Notifier */
.cwginstock-panel-body input[type='text'],
.cwginstock-panel-body input[type='email'] {
	outline: transparent;
}

.cwginstock-subscribe-form .panel {
	box-shadow: none !important;
}

.swal2-content .cwginstock-subscribe-form .panel-primary,
.swal2-content .cwgstock_button {
	border: 0;
}

.swal2-content .cwgstock_button {
	font-size: var(--16px);
}

.cwginstock-subscribe-form .panel-primary > .panel-heading {
	border: 0 !important;
	background: none !important;
}

.cwginstock-subscribe-form .panel-body,
.cwginstock-subscribe-form .panel-body .col-md-12 {
	padding: 0 !important;
}

.cwginstock-panel-heading h4 {
	color: var(--clr-dark) !important;
}

.swal2-close {
	color: #000 !important;
	font-weight: 700;
	transition: opacity 0.2s linear;
}

.swal2-close:focus {
	box-shadow: none !important;
}

.swal2-content .cwgstock_button {
	white-space: inherit;
}

.swal2-close:focus-visible {
	box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5) !important;
}

.swal2-close:is(:hover, :focus) {
	opacity: 0.5;
}

.product .variations_form,
.single_variation_wrap {
	display: grid;
}

.product .variations_form .woocommerce-variation,
.product .variations_form .woocommerce-variation-availability {
	display: contents;
}

.cwg_popup_submit {
	margin-top: 0.625rem;
	order: 10;
}

.related {
	margin-top: 6em;
}

.product-grid {
	display: grid;
	grid-template-columns: 4fr 2fr;
	gap: 2em;
}

.product-grid__gallery {
	overflow: hidden;
}

.woocommerce div.product form.cart .button {
	width: 100%;
	padding: 1.5em 2.5em !important;
	background-color: var(--clr-dark) !important;
}

.woocommerce div.product form.cart .button:is(:hover, :focus) {
	background-color: var(--clr-dark-500) !important;
}

.related > ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25em;
	overflow: hidden;
}

.ps-btn {
	padding: 0;
	width: 22px;
	height: 22px;
	background-color: var(--clr-dark);
	border: 0;
	color: #fff;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-prev-arrow {
	left: auto !important;
	right: calc(45px + 1em) !important;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-next-arrow {
	right: 0.5em !important;
}

.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-next-arrow,
.rtwpvg-wrapper .rtwpvg-slider-wrapper .rtwpvg-slider-prev-arrow {
	width: 45px;
	height: 45px;
	line-height: 45px;
	opacity: 1;
	top: 1rem !important;
	margin-top: 0;
	font-size: var(--20px);
}

.product-tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.313rem;
	margin-bottom: 1.34rem;
}

.product-tags__item {
	position: relative;
	overflow: hidden;
	padding: 0.3em 1.5em;
	text-transform: uppercase;
	font-size: var(--11px);
	color: var(--clr-dark);
	letter-spacing: 0.09em;
	background-color: #fafafa;
	border: 1px solid #d4d4d8;
	border-radius: 0.313rem;
	font-weight: 700;
	text-align: center;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	isolation: isolate;
}

.product-tags__item::before {
	left: 0;
	top: 0;
	position: absolute;
	content: '';
	background-color: var(--clr-dark);
	height: 100%;
	width: 100%;
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	z-index: -1;
}

.product-tags__item:is(:hover, :focus) {
	color: #fff;
}

.product-tags__item:is(:hover, :focus)::before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.payment-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 1rem;
	margin-block: 1.25rem;
	gap: 1rem;
}

.payment-icons > div {
	flex: 1;
}

.payment-icons img {
	width: 100%;
}

/* Chrome, Safari, Edge, Opera */
.ps-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.entry-summary .ps-quantity {
	margin-block: 1.6rem;
}

.woocommerce div.product form.cart {
	margin-bottom: 1.25rem;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button,
.woocommerce .quantity .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.woocommerce .quantity .qty {
	width: 3em;
	-webkit-appearance: textfield;
	appearance: textfield;
	-moz-appearance: textfield;
	border: 0;
	font-weight: 900;
}

.woocommerce .product .variations tbody {
	position: relative;
}

.woocommerce .product .variations :is(tbody, tr, .label) {
	display: block;
}

.woocommerce .product .variations tr + tr {
	margin-top: 1rem;
}

.woocommerce .product .variations .label {
	margin-bottom: 0.25rem;
	text-align: left;
	text-transform: uppercase;
	font-size: var(--14px);
}

.thwvsf-wrapper-ul .thwvsf-item-span.item-span-text {
	font-weight: 700;
}

/* tabela rozmiarów */
.modal-table-wrap {
	font-size: var(--11px);
	font-weight: 500;
	color: #000;
}

.modal-table__scroller {
	max-width: 100%;
	overflow: auto;
}

.table_size {
	display: flex !important;
	gap: 8em;
}

.modal-table__btn {
	border: 0;
	background: none;
	text-transform: uppercase;
	padding: 0.5em 0;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	font-weight: 700;
	transition: opacity 0.2s linear;
}

.modal-table__btn:hover {
	opacity: 0.5;
}

.modal-table {
	display: none;
	position: fixed;
	z-index: 2147483647;
	inset: 0;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-table h2 {
	font-size: var(--24px);
}

.modal-table__content {
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 1.563rem;
	width: calc(100% - 2rem);
	max-width: 1070px;
}

.modal-table .close {
	border: 0;
	background: none;
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
	transition: opacity 0.2s linear;
}

.modal-table .close:hover,
.modal-table .close:focus {
	opacity: 0.5;
}

.modal-table-footer {
	font-size: var(--14px);
	font-weight: 500;
	text-align: right;
}

/* MOJE KONTO */
#customer_login h2 {
	text-align: center;
	color: var(--clr-dark);
	font-size: var(--32px);
}

.woocommerce-form-login {
	display: grid;
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce-ResetPassword.lost_reset_password {
	margin-inline: auto;
	padding: 0;
	max-width: 600px;
	border: 0;
}

.woocommerce form .form-row label,
.contact-form label {
	font-weight: 500;
	line-height: 1.1;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.wpcf7-form-control:not(.wpcf7-submit, .wpcf7-acceptance),
.cwginstock-panel-body input[type='text'],
.cwginstock-panel-body input[type='email'] {
	border: 1px solid #253746;
	padding: 0.875em;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.wpcf7-form-control:not(.wpcf7-submit):focus,
.cwginstock-panel-body input[type='text']:focus,
.cwginstock-panel-body input[type='email']:focus {
	background-color: hsla(207, 31%, 21%, 0.071);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.woocommerce-LostPassword {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce-LostPassword a,
.woocommerce-privacy-policy-link {
	color: var(--clr-dark);
}

.woocommerce-LostPassword a:hover,
.woocommerce-privacy-policy-link:hover {
	text-decoration: underline;
}

.wp-element-button {
	padding: 1.375em 2em !important;
	margin-right: 0 !important;
	text-transform: uppercase !important;
	color: #fff !important;
	font-weight: 900 !important;
	letter-spacing: 0.15em !important;
	background-color: var(--clr-dark) !important;
	-webkit-transition: background-color 0.15s ease-in-out !important;
	-o-transition: background-color 0.15s ease-in-out !important;
	transition: background-color 0.15s ease-in-out !important;
	font-size: var(--16px) !important;
	font-weight: 500 !important;
}

.wp-element-button:is(:hover, :focus) {
	background-color: #000 !important;
	color: #fff !important;
}

.woocommerce .woocommerce-form-register__submit.button.wp-element-button,
.woocommerce .woocommerce-form-login__submit.button.wp-element-button,
.woocommerce-lost-password .woocommerce-Button.button.wp-element-button {
	width: 100%;
}

.woocommerce-form-login__submit.button.wp-element-button {
	margin-block: 1rem;
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
	display: none;
}

.wp-element-button.view {
	min-width: auto !important;
	font-size: var(--12px) !important;
}

/* DLA ZALOGOWANYCH */
.logged-user {
	margin-top: 0;
	font-weight: 900;
	color: #000;
	font-weight: 500;
}

.woocommerce-pagination--without-numbers {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
}

.woocommerce-account-page-title {
	margin-bottom: 1rem;
	font-size: var(--16px);
}

.woocommerce-MyAccount-navigation > ul {
	padding-left: 1.25em;
}

.logged-in.woocommerce-account main > .container > .woocommerce {
	display: grid;
	grid-template-columns: 270px 1fr;
	gap: 3em;
}

.woocommerce-MyAccount-navigation-link > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.813rem;
	padding-block: 0.813em;
	color: #000;
	font-weight: 500;
}

.woocommerce-MyAccount-navigation-link > a::after {
	content: '\e802';
	font-family: 'Fontello';
	color: #a1a1aa;
	margin-left: auto;
	-webkit-transition: color 0.2s ease-in, -webkit-transform 0.2s ease-in;
	transition: color 0.2s ease-in, -webkit-transform 0.2s ease-in;
	-o-transition: transform 0.2s ease-in, color 0.2s ease-in;
	transition: transform 0.2s ease-in, color 0.2s ease-in;
	transition: transform 0.2s ease-in, color 0.2s ease-in, -webkit-transform 0.2s ease-in;
	font-size: 0.7em;
}

.woocommerce-MyAccount-navigation-link.is-active > a {
	color: var(--clr-dark);
	font-weight: 900;
}

.woocommerce-MyAccount-navigation-link > a:is(:hover, :focus) {
	color: var(--clr-dark);
}

.woocommerce-MyAccount-navigation-link.is-active > a::after,
.woocommerce-MyAccount-navigation-link > a:is(:hover, :focus)::after {
	color: inherit;
}

.woocommerce-MyAccount-navigation-link > a::before {
	content: '';
	line-height: 1;
	width: 1.5em;
	height: 1.5em;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.woocommerce-MyAccount-navigation-link--vouchers > a::before {
	background-image: url(../img/icons/mdi_voucher-outline.svg);
}

.woocommerce-MyAccount-navigation-link--orders > a::before {
	background-image: url(../img/icons/box-seam.svg);
}

.woocommerce-MyAccount-navigation-link--edit-address > a::before {
	background-image: url(../img/icons/map.svg);
}

.woocommerce-MyAccount-navigation-link--customer-logout > a::before {
	background-image: url(../img/icons/log-out.svg);
}

.woocommerce-MyAccount-navigation-link--edit-account > a::before {
	background-image: url(../img/icons/cog-outline.svg);
}

.woocommerce-MyAccount-navigation-link--downloads > a::before {
	background-image: url(../img/icons/downloads.svg);
}

.woocommerce-MyAccount-navigation-link--dashboard > a::before {
	background-image: url(../img/icons/cocpit.svg);
}

.woocommerce-MyAccount-navigation-link > a:is(:hover, :focus)::after {
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

.woocommerce-EditAccountForm fieldset {
	margin-top: 3.375em;
}

.woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(2rem, 4vw, 7.875rem);
	margin-top: 3rem;
}

.woocommerce-Address address {
	padding: 1.25rem;
	background-color: #f4f4f5;
	font-weight: 900;
}

.woocommerce-account .addresses .title h3 {
	font-size: var(--16px);
}

/* MODAL PO DODANIU PRODUKTU */
.shop-after-buy-overlay {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	inset: 0;
	z-index: 2147483647;
}

.shop-after-buy-overlay::after {
	content: '';
	inset: 0;
	z-index: 30;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
}

.sab-content-wrapper {
	position: relative;
	z-index: 40;
	width: calc(100% - 1.5rem);
	max-width: 880px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25em;
	padding: 3em;
	background-color: #fff;
}

.sab-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* padding: 3em 1.25em; */
	color: #000;
}

.sab-thumbnail img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sab-title {
	margin-bottom: 2.875rem;
	font-size: var(--32px);
	font-weight: 500;
	line-height: 1.1;
}

.sab-title span {
	font-weight: 900;
}

.sab-product-title {
	margin-bottom: 0;
	font-size: var(--18px);
}

.sab-product-title span {
	font-weight: normal;
}

.sab-product-attributes {
	margin-top: 0.1em;
	margin: 0.1em 0 1rem;
}

.sab-product-attributes span {
	display: block;
}

.sab-content-wrapper .close-button {
	position: absolute;
	right: 1rem;
	top: 1rem;
	border: 0;
	padding: 0.5em;
	background: transparent;
	cursor: pointer;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.sab-content-wrapper .close-button path {
	fill: black;
}

.sab-content-wrapper .close-button:hover {
	opacity: 0.5;
}

.sab-content .btn-outline {
	margin-top: 1.25em;
}

.sab-content .go-cart-btn {
	margin-top: auto;
}

/* instagram */
.instagram {
	margin-block: 5.5em;
	padding-block: 3em;
	background-color: #f0f0f0;
}

.instagram-header {
	margin-bottom: 2.5rem;
}

.instagram-header p {
	margin: 0;
	font-weight: 700;
	font-size: var(--26px);
}

.instagram-header h2 {
	margin-bottom: 0.5rem;
	font-size: var(--36px);
	color: var(--clr-dark);
	font-family: 'Sacramento', cursive;
}

.sbi_header_link {
	color: inherit;
}

#sb_instagram {
	text-transform: uppercase;
	font-weight: 900;
}

#sb_instagram #sbi_load {
	margin-top: 1rem;
	text-align: right;
}

#sb_instagram #sbi_load .sbi_load_btn {
	border: 2px solid #253746;
	text-align: center;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
	padding: 1.125em 2.5em;
	font-size: var(--16px);
	font-weight: 500;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

#sb_instagram #sbi_load .sbi_load_btn {
	padding: 0.975em 2.5em;
}

#sb_instagram #sbi_load .sbi_load_btn:hover,
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
	background: #000 !important;
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
	background: var(--clr-dark) !important;
	color: #fff !important;
}

/* Tabela rozmiarów */

.size-table__item-image {
	position: relative;
}

.size-table__item .row-1 {
	font-weight: 500;
}

.size-table__item td,
.size-table__item th {
	text-align: center !important;
	border: 1px solid var(--border-color) !important;
	background-color: #fff !important;
}

/* BLOG */
.blog-cards {
	margin-bottom: 5rem;
}

.blog-cards__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.blog-card article {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.blog-card__link {
	display: block;
	margin-bottom: 2rem;
	overflow: hidden;
}

.blog-card__link img {
	max-height: 700px;
	object-fit: cover;
	transition: transform 0.3s ease-out, filter 0.3s ease-out;
}

.blog-card__link:hover img {
	transform: scale(1.1);
	filter: grayscale(1);
}

.blog-card__body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.blog-card__title {
	color: inherit;
}

.blog-card__title h2 {
	margin-bottom: 2rem;
	font-size: var(--22px);
}

.blog-card__excerpt {
	margin-top: auto;
}

.blog-card__excerpt p:first-child {
	margin-top: 0;
}

.blog-card__excerpt p:last-child {
	margin-bottom: 0;
}

/* SINGLE POST */
.single-post .woocommerce ul.products {
	margin-block: 3.125rem;
}

.post-banner {
	margin-bottom: 3.125rem;
}

.post-banner img {
	max-width: 1000px;
	margin-inline: auto;
	width: 100%;
	max-height: 600px;
	object-fit: cover;
}

/* CONTACT */
.contact-info {
	margin-bottom: 5rem;
}

.contact-info__box {
	display: grid;
	grid-template-columns: 7.813rem 1fr;
}

.contact-info__box-icon {
	display: grid;
	place-content: center;
	padding: 1.5rem;
	background-color: var(--clr-dark-500);
}

.contact-info .container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.25rem;
}

.contact-info__box-body {
	padding: 1.5rem;
	margin: 0;
	background-color: var(--clr-accent);
	font-weight: 900;
	color: #000;
}

.contact-info__box-body span {
	font-weight: normal;
}

.contact-info__box-body a {
	color: inherit;
	text-decoration: underline;
}

.contact-form .wpcf7 {
	max-width: 850px;
	margin: 4.5rem auto;
}

.contact-form .wpcf7-submit {
	justify-self: end;
	border: 0;
}

.wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
}

.wpcf7-form-control {
	outline: transparent;
}

.contact-form p {
	display: grid;
	margin: 1.25rem 0;
}

.contact-form label {
	margin-bottom: 0.25rem;
}

.contact-form .wpcf7-list-item {
	margin-left: 0;
}

.contact-form .wpcf7-form > p:last-of-type {
	margin: 3rem 0 0;
	grid-template-columns: repeat(2, min-content);
	justify-content: end;
}

.contact-form .wpcf7-spinner {
	order: -1;
}

.cf-fields-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}

.cf-fields-grid {
	align-items: start;
	margin-bottom: 1.25rem;
}

.cf-fields-grid p {
	margin: 0;
}

/* CART */
.cross-sells {
	margin-top: 2rem;
}

.upsell-sec {
	order: 4;
}

.cart-collaterals .shop_table,
.cart-collaterals .order-title-label {
	font-weight: 700;
}

.cart-collaterals .shop_table > * {
	font-weight: initial;
}

.cart-collaterals .order-total {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	text-align: right;
	margin-top: 1rem;
}

.cart-collaterals .includes_tax {
	display: block;
}

.woocommerce ul#shipping_method {
	margin-top: 1rem;
	padding-bottom: 1.6rem;
}

.wc-proceed-to-checkout .wp-element-button {
	margin-bottom: 0 !important;
}

.woocommerce-shipping-methods {
	border-bottom: 1px solid #ccc;
}

.wc-cart-ssl-payments {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin: 1rem auto 0;
}

.wc-cart-ssl-payments > * {
	flex: 1;
}

.woocommerce-cart main > .container > .woocommerce {
	display: grid;
	grid-template-columns: 3fr 2fr;
	column-gap: 3rem;
}

.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop,
.wc-empty-cart-message {
	grid-column: span 2;
}

.woocommerce-cart .return-to-shop {
	text-align: center;
}

.woocommerce-cart-form__cart-item {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 1rem;
}

.woocommerce-cart-form__cart-item + .woocommerce-cart-form__cart-item {
	margin-top: 1.25rem;
}

.product-remove {
	flex-shrink: 0;
}

.woocommerce a.remove {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	background-color: var(--clr-dark-500);
	border-radius: 0;
}

.woocommerce a.remove svg {
	display: block;
	width: 80%;
	color: #fff;
}

.woocommerce-cart-form__cart-item .product-name {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	line-height: 1.2;
}

.woocommerce-cart-form__cart-item .product-name > a {
	font-weight: 500;
	font-size: var(--21px);
	color: inherit;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	position: sticky;
	top: 0;
	padding: 1.5rem 1.875rem;
	background-color: #fafafa;
	border-radius: 10px;
}

.woocommerce-cart .product-body {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.woocommerce-cart .product-footer {
	margin-top: auto;
}

.woocommerce-cart .product-subtotal {
	font-weight: 900;
}

.wc-cart-ssl {
	display: flex;
	align-items: flex-start;
	gap: 0.3rem;
	font-weight: 500;
	font-size: var(--14px);
	color: #3f3f46;
}

.wc-cart-ssl svg {
	flex-shrink: 0;
	margin-top: 0.25rem;
}

.cart-shipping {
	color: #000;
	font-weight: 900;
}

/* CHECKOUT */
.checkout_coupon {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center !important;
}

.checkout_coupon p:first-child {
	margin-top: 0 !important;
}

.checkout_coupon p {
	width: 100% !important;
	max-width: 800px;
}

button[name='apply_coupon'] {
	width: 100%;
	max-width: 400px;
}

.checkout {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.875rem;
}

.checkout .order-total {
	margin-bottom: 1rem;
}

.checkout .payments {
	padding-block: 1.25rem;
}

.woocommerce-checkout .logo-wrap {
	transform: none;
}

.woocommerce-checkout-payment .wp-element-button {
	width: 100% !important;
	margin-top: 1rem !important;
}

#billing_country_field {
	display: none;
}

.wc_payment_methods .wc_payment_method + .wc_payment_method {
	margin-top: 0.625rem;
}

.wc_payment_methods .wc_payment_method img {
	display: inline;
	margin-left: 0.625rem;
	width: 54px;
}

.wc_payment_methods .wc_payment_method img[alt='BLIK'] {
	width: 30px;
}

#customer_process {
	padding: 1.5rem;
	background: #ebe9eb;
	border-radius: 10px;
}

.woocommerce-privacy-policy-text {
	font-size: var(--14px);
}

.woocommerce-checkout .place-order {
	padding-top: 1rem !important;
	margin-top: 2rem !important;
	border-top: 1px solid #ccc;
	padding: 0 !important;
}

.woocommerce-checkout .place-order p {
	font-weight: 500;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: none;
	background: #f4f4f5;
}

/* Instock Notifier */

.cwg_popup_submit {
	width: 100%;
	font-family: inherit;
}

/* Wymiana i zwroty */
.customer-complaints__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.customer-complaints__cards .card-image {
	max-width: 100px;
	margin: 0 auto 2rem;
}

.customer-complaints-card .btn-outline {
	font-size: var(--14px);
}

/* Oferta dla klinik */
.page-header__banner-offer::after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgba(0 0 0 / 0.3);
}

.page-header__banner-offer .container {
	display: grid;
	place-content: center;
}

.page-header__banner-offer .page-title {
	color: #fff;
}

.page-header__banner-offer p {
	font-size: var(--21px);
}

.page-header__banner-offer .page-header__banner-content {
	max-width: 720px;
	margin-inline: auto;
}

.page-header__banner-offer .btn {
	margin-top: 4rem;
}

.page-header__banner-offer img {
	object-position: top;
}

.page-header__banner-offer p {
	text-shadow: 0 0 10px var(--clr-dark);
}

.accordion-list {
	position: relative;
	padding: 20px;
	margin: 0;
	list-style: none;
	background-color: #e2e8f0;
}

.accordion-list > li {
	position: relative;
	background-color: #fff;
	padding: 20px;
	margin: 0 auto;
	border: 1px solid #eee;
	border-radius: 5px;
	cursor: pointer;
}

.accordion-list > li + li {
	margin-top: 1rem;
}

.accordion-list h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	font-weight: 700;
	margin: 0;
	font-size: var(--16px);
	letter-spacing: 0.01em;
	cursor: pointer;
}

.accordion-list h3:after {
	content: '+';
	color: var(--clr-dark);
	font-size: var(--18px);
}

.accordion-list .active h3:after {
	content: '-';
}

.benefits-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25em;
}

.benefits__image {
	aspect-ratio: 4/5;
	object-fit: cover;
}

.benefits-item p {
	font-weight: 700;
	line-height: 1.1;
}

/* SKLEP */

/* filtry */
.filter-values {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.filter-color-item {
	display: flex;
	flex-direction: column;
	width: auto;
	height: auto;
	align-items: center;
}

.filter-color-item label {
	background: var(--badge-color);
	color: var(--badge-color);
	font-size: 0;
	border-radius: 50%;
}

.filter-label {
	display: block;
	height: 100%;
	transition: box-shadow 0.2s ease-out;
	cursor: pointer;
}

.filter-label:hover,
.filter-label.active,
.active .filter-label {
	box-shadow: inset 0 0 0 3px #253746;
}

.filter-values input {
	display: none;
}

.filter-size-item {
	min-width: 2rem;
}

.filter-size-item label {
	padding: 0 5px;
	background: hsla(240, 5%, 96%, 1);
	color: var(--clr-dark);
	height: 2rem;
	display: block;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	line-height: 2rem;
}

.shop-filters-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.625rem;
	justify-content: end;
}

.shop-filters-wrapper .woocommerce-notices-wrapper {
	width: 100%;
}

.toggle-filters__btn {
	padding-inline: 2em;
	height: 2.625rem;
	border-radius: 4px;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	border: 1px solid var(--clr-dark);
}

.woocommerce-ordering {
	margin: 0 !important;
}

.shop-filters {
	margin-top: 2rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	flex-wrap: wrap;
	padding-block: 5em;
	background-color: #fafafa;
	box-shadow: 0 0 0 100vmax #fafafa;
	clip-path: inset(0 -100vmax);
}

.filter-title {
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0.75rem;
	font-weight: 700;
}

/* -------------------- */

.woocommerce-products-header {
	padding-bottom: 3em;
	align-items: end;
	row-gap: 1.5rem;
}

.woocommerce-products-header__title {
	margin-bottom: 0;
}

.woocommerce-pagination {
	margin-top: 4em;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin-inline: 4px;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	font-weight: 700;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--clr-dark);
	color: #fff;
}

/* O nas */
.about {
	margin-bottom: 6em;
}

.about-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3em;
}

.about-wrapper + .about-wrapper {
	margin-top: 4em;
}

.about-wrapper__title {
	font-size: var(--18px);
}

.values {
	margin-bottom: 5em;
}

.values-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.25em;
	padding-block: 4.375rem;
}

.values-card__image {
	max-width: 100px;
	margin: 0 auto 2rem;
}

.values-card__title {
	font-size: var(--14px);
	font-weight: 700;
	line-height: 1.4;
}

/* meta opis produkt */
.accordion-list.product {
	padding: 0;
	background: none;
}

.accordion-list.product > li {
	padding: 0.813rem;
	border: 0;
	border-bottom: 1px solid #eee;
	border-radius: 0;
}

.accordion-list.product li + li {
	margin-top: 0.313rem;
}

.accordion-list.product h3,
.accordion-list.product .answer {
	font-size: var(--14px);
}

.accordion-list.product .answer {
	padding-top: 0.5rem;
}

.accordion-list.product .answer > *:last-child {
	margin-bottom: 0;
}

.accordion-list.product .answer p {
	margin-top: 0;
}

.accordion-list.product .answer ol {
	list-style-type: decimal;
	padding-left: 1.25rem;
}

.accordion-list.product .answer ul {
	list-style-type: disc;
	padding-left: 1.25rem;
}

/* zestawy */
.woosb-products .variation {
	border: 0 !important;
}

.woosb-total,
.woosb-item-product .label {
	display: none !important;
}

/* ======================= */

.woocommerce-variation-add-to-cart-disabled .quantity {
	display: none;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
	padding: 1.125em 2.5em;
	text-transform: uppercase;
	font-weight: 900;
	background-color: var(--clr-dark);
	color: #fff;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	font-size: var(--12px) !important;
	letter-spacing: 0.15em;
}

.woocommerce .woocommerce-error .button:is(:hover, :focus),
.woocommerce .woocommerce-info .button:is(:hover, :focus),
.woocommerce .woocommerce-message .button:is(:hover, :focus) {
	background-color: #000;
	color: #fff;
}

.select2-container {
	width: 100%;
	display: block;
	margin: 5px 0;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #253746;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	background: none;
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

/* color variants */

.color-variants {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.625rem;
	max-width: 349px;
}

.color-product {
	width: 35px;
	border-radius: 30px;
	height: 35px;
	font-size: 0;
	background-color: var(--color);
}

.color-product:focus {
	outline: transparent;
}

.color-product.active {
	box-shadow: 0 0 0 2px #1a2126;
}

.newsletter-shortcode a {
	display: inline-block;
}

.woocommerce-Price-amount.amount {
	font-weight: 800;
}

.flexible-shipping-free-shipping-button {
	margin-left: auto !important;
}

.popup-newsletter-image img {
	width: 450px;
	height: 520px;
	object-fit: cover;
}

.popup-newsletter h2 {
	font-size: 32px;
	font-weight: 900;
	max-width: 384px;
	color: #000;
}

.popup-newsletter {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	left: 0;
	align-items: center;
	justify-content: center;
	display: none;
}

.popup-newsletter .tnp-email {
	display: block;
	border: 1px solid #253746;
	padding: 10px;
	width: 100%;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.popup-newsletter-content .close {
	text-align: right;
	cursor: pointer;
}

.popup-overlay {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.45);
}

.popup-newsletter-wrapper {
	max-width: 1010px;
	margin: auto;
	position: relative;
	z-index: 15;
	display: flex;
}

.popup-newsletter-content {
	padding: 25px;
	background: #fff;
}

.popup-newsletter button {
	margin: 44px 0;
	padding: 15px;
	font-size: 14px;
	display: block;
	width: 100%;
	border: 3px solid #253746;
	background: none;
	color: #253746;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 5px;
	transition: 0.2s ease-in-out color, 0.2s ease-in-out background;
}

.popup-newsletter button:hover {
	background: #253746;
	color: #fff;
}

.popup-newsletter label {
	font-weight: 700;
}

#p24-dynamic-whole-background div.content {
	border: 2px solid #0f0 !important;
}

#billing_nip_hint_field label {
	font-size: 0.875rem;
	display: block;
	margin-bottom: 0.625rem;
}

#billing_nip_hint_field label span {
	display: none;
}

.mm-product-info-icons {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	margin-top: 25px;
	gap: 25px;
}

.mm-product-info-icons-block {
	text-align: center;
}

.mm-product-info-icons-block img {
	display: block;
	margin-inline: auto;
}

.mm-product-info-icons-block h3 {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.625rem;
}

/* .color-product.color-espresso {
	order: -2;
}

.color-product.color-plum {
	order: -1;
}

.color-product.color-coral {
	order: 0;
}

.color-product.color-nude {
	order: 1;
}

.color-product.color-brown {
	order: 2;
}

.color-product.color-chocolate {
	order: 3;
}

.color-product.color-comfy-light-gray {
	order: 4;
}

.color-product.color-sporty-sky {
	order: 5;
}

.color-product.color-sporty-mint {
	order: 6;
}

.color-product.color-cozy-ocean {
	order: 7;
}

.color-product.color-classy-ecru {
	order: 8;
}

.color-product.color-lilac {
	order: 9;
}

.color-product.color-classy-pink {
	order: 10;
}

.color-product.color-comfy-peach {
	order: 11;
}

.color-product.color-comfy-strawberry {
	order: 12;
}

.color-product.color-comfy-cherry {
	order: 13;
}

.color-product.color-comfy-burgundy {
	order: 14;
}

.color-product.color-heart {
	order: 15;
}

.color-product.color-wine {
	order: 16;
}

.color-product.color-classy-mint {
	order: 17;
}

.color-product.color-classy-navy {
	order: 18;
}

.color-product.color-deep-blue {
	order: 19;
}

.color-product.color-cozy-graphite {
	order: 20;
}

.color-product.color-light-green {
	order: 21;
}

.color-product.color-dark-green {
	order: 22;
}

.color-product.color-cozy-green {
	order: 23;
}

.color-product.color-sporty-gray {
	order: 24;
}

.color-product.color-sporty-dark {
	order: 25;
}

.color-product.color-comfy-black {
	order: 26;
} */

.term-description {
	margin-top: 6em;
}

.moodsy-preorder-image {
	position: absolute;
	height: 125px !important;
	width: 125px !important;
	left: -15px;
	top: -15px;
	z-index: 5;
}

/*.post-14554 .woocommerce-loop-product__link .product-image-container .tp-image-wrapper::after,
.post-14578 .woocommerce-loop-product__link .product-image-container .tp-image-wrapper::after,
.post-14562 .woocommerce-loop-product__link .product-image-container .tp-image-wrapper::after,
.post-14586 .woocommerce-loop-product__link .product-image-container .tp-image-wrapper::after,
.post-14570 .woocommerce-loop-product__link .product-image-container .tp-image-wrapper::after,
.post-14594 .woocommerce-loop-product__link .product-image-container .tp-image-wrapper::after {
  position: absolute;
  content: '';
  background: center/contain no-repeat url('../img/preorder_125x125.png');
  top: -15px;
  left: -15px;
  width: 125px !important;
  height: 125px !important;
  z-index: 5;
} */

.delivery-informations {
	color: #77a464;
	font-size: 0.92em;
	font-weight: 600;
	margin-bottom: 5px;
}

.tax-product_cat .products .product,
.product-image-container {
	position: relative;
}

.woocommerce span.onsale {
	display: none;
}

.page-header__banner_second .page-header__banner-content {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: clamp(2rem, 5vw, 4rem);
	margin-right: auto;
	padding-top: 4rem;
	text-align: left;
}

.page-header__banner_second .page-header__banner-content h1 span {
	display: block;
	position: relative;
	font-weight: 500;
	margin-top: 0.3em;
	background: #e1b87f;
	padding: 0.1em 0.25em 0.195em 0;
	line-height: 1;
	box-shadow: 0 0 0 100vmax #e1b87f;
	clip-path: inset(0 0 0-100vmax);
	white-space: nowrap;
}

.page-header__banner_second .page-header__banner-content .btn {
	color: #000;
	background: transparent !important;
}

/* ========================== */
form.xoo-wsc-sl-apply-coupon {
	flex-direction: column;
	gap: 1rem;
	margin: 0;
}

form.xoo-wsc-sl-apply-coupon input {
	padding: 1em 1.25em;
}

form.xoo-wsc-sl-apply-coupon .btn[type='submit'] {
	border: 0;
}

.xoo-wsc-body,
.xoo-wsc-body span.amount,
.xoo-wsc-body a {
	font-size: 0.875rem;
}

.xoo-wsc-ft-totals {
	display: flex;
	flex-direction: column;
}

.xoo-wsc-ft-amt-shipping {
	order: 2;
}

.xoo-wsc-ft-amt-subtotal {
	order: 1;
}

.xoo-wsc-ft-amt-total {
	order: 3;
}

/* WYŁĄCZAMY INFO O WYSYŁCE W 24h */
.postid-10874 .delivery-informations,
.postid-10866 .delivery-informations,
.postid-10826 .delivery-informations,
.postid-10818 .delivery-informations,
.postid-10866 .delivery-informations,
.postid-10874 .delivery-informations {
	display: none !important;
}

/** refund template **/
table.woocommerce-table-refund-details {
	width: 100%;
}

.check-all-button button,
#fr_refund_table input[type='submit'] {
	display: inline-block;
	min-width: 200px;
	border: 0;
	padding: 1em 1.5em;
	border-radius: 4px;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 500;
	background-color: var(--clr-dark) !important;
	text-align: center;
	color: #fff;
	letter-spacing: 0.15em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fr-request-form textarea {
	width: 100%;
	min-height: 15rem;
}

.woocommerce-fr-refund .woocommerce-table tr {
	border: 2px solid #f0f0f0;
	padding: 5px;
}

.woocommerce-fr-refund .woocommerce-table th,
.woocommerce-fr-refund .woocommerce-table td {
	border: 1px solid #f0f0f0;
	padding: 10px;
}

.fp.promo-circle {
	height: 12rem;
	width: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--clr-dark);
	flex-direction: column;
	color: #fff;
	position: absolute;
	bottom: 100px;
	text-transform: uppercase;
	z-index: 20;
	right: 120px;
	font-size: 1.1125rem;
}

@media (max-width: 991px) {
	.fp.promo-circle {
		width: 100%;
		height: auto;
		padding: 15px;
		left: 0;
		right: 0;
		border-radius: 0;
		bottom: 0;
		font-size: 0.7rem;
	}

	.fp.promo-circle strong {
		font-size: 1rem;
	}
}

.fp.promo-circle strong {
	font-size: 2rem;
}

.fp.promo-circle p {
	margin: 0;
}

.timer-wrapper {
	background-color: #000;
	padding: 5px;
	display: inline-block;
	margin: 5px 0;
	color: #fff;
	font-size: 0.875rem;
	text-transform: uppercase;
	border-radius: 5px;
}

.add-to-cart-promo {
	padding: 10px;
	background: hsl(208, 96%, 90%);
}

.add-to-cart-promo strong {
	color: #f00;
}

.woocommerce-checkout .title-header {
	padding-top: 0;
}

.woocommerce-cart .title-header {
	padding-top: 2em;
}

.wc_payment_method {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.payment_box p {
	padding: 5px;
	font-size: 14px;
	background: #fff;
	border-radius: 5px;
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button {
	margin: 10px;
}

.term-top {
	margin-bottom: 30px;
}

.term-top p {
	margin-bottom: 0;
}

.show-more-btn {
	margin-top: 1rem;
	background: none;
	padding-inline: 2em;
	height: 2.625rem;
	border-radius: 4px;
	-webkit-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
	border: 1px solid var(--clr-dark);
}

.show-more-btn:hover {
	background-color: var(--clr-dark);
	color: #fff;
}

/* cookies */
body.overlay .cky-btn-revisit-wrapper {
	z-index: -1 !important;
}

.payu-accept-conditions {
	display: none !important;
}

wc-order-attribution-inputs {
	display: none !important;
}

/* INPOST BUTTON */

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button#open-geowidget {
	background-color: #ffd500;
	color: #000;
	padding: 0.875rem 1.75rem;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button#open-geowidget:hover {
	background-color: #cecece;
	color: #3f3f46;
}

.filter-values-colors {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}

@media (max-width: 1024px) {
	.filter-values-colors {
		grid-template-columns: repeat(8, 1fr);
	}
}

@media (max-width: 991px) {
	.filter-values-colors {
		grid-template-columns: repeat(4, 1fr);
	}
}

.filter-item {
	position: relative;
}

.filter-item.active::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 105%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: auto;
	background-color: #000;
}

.filter-color-item .badge {
	font-size: 0.8125rem;
	text-align: center;
	font-weight: 600;
}

.filter-count {
	color: rgba(75, 75, 75, 1);
	text-align: center;
	margin-top: 0.1rem;
	font-size: 0.75rem;
	display: block;
}

.filter-color-label {
	width: 2rem;
	height: 2rem;
	margin-bottom: 0.1875rem;
}

/* Header dla zalogowanych */
.primary-nav {
	display: none;
}

.logo-wrap {
	order: -1;
}

.logo {
	width: 55px;
}

@media (min-width: 1201px) {
	.nav-wrapper > .container {
		padding: 0;
	}
}

body {
	margin-top: 111px;
}

@media (max-width: 1200px) {
	body {
		margin-top: 103px;
	}

	.nav-wrapper nav {
		order: 3;
	}
}

.mega-menu-wrap .custom-html-widget .moodsy-preorder-image {
	width: 60px !important;
	height: 60px !important;
	top: 0 !important;
	left: 0 !important;
}

/* Nowy szablon */
.custom-media iframe,
.custom-media img {
	height: 100%;
}

.custom-media video {
	height: auto;
	max-height: 500px;
	width: 100%;
}

.custom-media img {
	object-fit: cover;
}

.active-filters ul {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: end;
	flex-wrap: wrap;
	gap: 5px;
}

.active-filters {
	margin-bottom: 1.5rem;
}

.active-filters li {
	background: #f5f5f5;
	padding: 5px 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
}

.active-filters li:hover {
	background: #e0e0e0;
}

/* LIMITED COLORS */

.limited-colors__wrapper {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	flex-wrap: wrap;
  }
  
  .limited-color-variants > p {
	font-size: 14px;
  }