@charset "UTF-8";

:root,
[data-bs-theme=light] {
	--font: 'Exo 2', system-ui, sans-serif;

	--primary-color: hsl(15 88% 62%);
	--primary-color-light: hsl(15 88% 72%);
	--primary-color-dark: hsl(15 88% 52%);

	--xxl: 7.5rem;
	--xl: calc(var(--xxl) / 2);
	--2xxl: calc(var(--xxl) * 2);

	--bs-primary: var(--primary-color);
	--bs-primary-rgb: 243, 115, 73;

	--bs-light: hsl(253 29% 94%);
	--bs-light-rgb: 237, 235, 244;

	--bs-dark: black;
	--bs-dark-rgb: 0, 0, 0;

	--bs-body-color: black;

	--h1: clamp(3.15625rem, 5vw, 5.6125rem);
	--h2: clamp(2.36875rem, 4vw, 4.20625rem);
	--h3: clamp(1.775rem, 3vw, 3.15625rem);
	--h4: clamp(1.33125rem 2.3vw, 2.36875rem);
	--h5: clamp(1.25rem, 1.7vw, 1.775rem);
	--h6: clamp(1.1rem, 1.3vw, 1.33125rem);
	--h7: clamp(.875rem, 1.1vw, 1.125rem);
	--lead: var(--h6);
}

:focus-visible {
	outline: 2px dashed var(--primary-color);
	outline-offset: 2px;
}

body {
	font-family: var(--font);
}

.font-size-12px {
	font-size: .75rem;
}

.font-size-14px {
	font-size: .875rem;
}

.font-size-16px {
	font-size: 1rem;
}

.font-size-18px {
	font-size: 1.125rem;
}

.font-size-20px {
	font-size: 1.25rem;
}

.font-size-22px {
	font-size: 1.375rem;
}

.font-size-24px {
	font-size: 1.5rem;
}

.font-size-26px {
	font-size: 1.625rem;
}

.font-size-28px {
	font-size: 1.75rem;
}

.font-size-30px {
	font-size: 1.875rem;
}

.font-size-32px {
	font-size: 2rem;
}

.font-size-34px {
	font-size: 2.125rem;
}

.font-size-36px {
	font-size: 2.25rem;
}

.font-size-38px {
	font-size: 2.375rem;
}

.font-size-40px {
	font-size: 2.5rem;
}

.font-size-42px {
	font-size: 2.625rem;
}

.font-size-44px {
	font-size: 2.75rem;
}

.font-size-46px {
	font-size: 2.875rem;
}

.font-size-48px {
	font-size: 3rem;
}

.font-size-50px {
	font-size: 3.125rem;
}

.icon {
	width: var(--icon-size, 72px);
}

.icon-72px,
[src*="_72px"] {
	width: 72px;
}

.icon-48px,
[src*="_48px"] {
	width: 48px;
}

.icon-32px,
[src*="_32px"] {
	width: 32px;
}

.icon-16px,
[src*="_16px"] {
	width: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: var(--font);
	margin-bottom: 1rem;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em {
	font-style: normal;
	color: var(--primary-color);
}

h1,
.h1 {
	font-size: var(--h1) !important;
}

h2,
.h2 {
	font-size: var(--h2) !important;
}

h3,
.h3 {
	font-size: var(--h3) !important;
}

h4,
.h4 {
	font-size: var(--h4) !important;
}

h5,
.h5 {
	font-size: var(--h5) !important;
}

h6,
.h6 {
	font-size: var(--h6) !important;
}

.h7 {
	font-size: var(--h7) !important;
}

.lead {
	font-size: var(--lead);
}

.container-fluid {
	padding-inline: 3vw;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.inset-0 {
	inset: 0;
}

.p-xxl {
	padding: var(--xxl);
}

.p-xl {
	padding: var(--xl);
}

.px-xxl {
	padding-inline: var(--xxl)
}

.px-xl {
	padding-inline: var(--xl)
}

.pt-xxl {
	padding-top: var(--xxl);
}

.pb-xxl {
	padding-bottom: var(--xxl);
}

.py-xxl {
	padding-top: var(--xxl);
	padding-bottom: var(--xxl);
}

.mt-xxl {
	margin-top: var(--xxl);
}

.mb-xxl {
	margin-bottom: var(--xxl);
}

.my-xxl {
	margin-top: var(--xxl);
	margin-bottom: var(--xxl);
}

.pt-xl {
	padding-top: var(--xl);
}

.pb-xl {
	padding-bottom: var(--xl);
}

.py-xl {
	padding-top: var(--xl);
	padding-bottom: var(--xl);
}

.pt-2xxl {
	padding-top: calc(var(--xxl) * 2);
}

.mb-minus-xxl {
	margin-bottom: calc(-1 * var(--xxl));
}

.mt-xl {
	margin-top: var(--xl);
}

.mb-xl {
	margin-bottom: var(--xl);
}

.my-xl {
	margin-top: var(--xl);
	margin-bottom: var(--xl);
}

#main ol li ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#main ol li+li {
	margin-top: 1rem;
}

/*  MARK: navbar  */

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: 1.875rem;
	--bs-navbar-active-color: white;
	--bs-navbar-nav-link-padding-x: 1rem;
	transition: padding 200ms, background-color 200ms;
}

.navbar.affix {
	--bs-navbar-padding-y: .5rem;
	background-color: hsl(0 0% 0% / .75);
	backdrop-filter: blur(.5rem);
}

body:not(.home) .navbar.affix {
	background-color: hsl(0 0% 100% / .75);
}

.navbar-brand-image {
	height: 80px;
	transition: height 200ms;
}

.affix .navbar-brand-image {
	height: 50px;
}

.navbar-tel {
	text-decoration: none;
	transition: color 200ms;
	color: var(--primary-color);

	&:hover,
	&:focus {
		color: var(--primary-color-dark);
	}
}

.navbar-nav .nav-link {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: white;

	&:hover,
	&:focus,
	&.active,
	&.show,
	&.open {
		color: var(--primary-color) !important;
	}
}

.navbar-nav .active > a {
	color: var(--primary-color) !important;
}

.navbar-light {
	background-color: white;
}

.navbar-light .navbar-nav .nav-link {
	color: var(--bs-body-color);

	&:hover,
	&:focus,
	&.active,
	&.show,
	&.open {
		color: var(--primary-color);
	}
}

.dropdown-menu {
	border: 0;
	padding: .75rem 1rem;
	border-radius: 0;
	box-shadow: 0 1rem 2.5rem -.5rem hsl(0 0% 0% / .25);
	background-color: hsl(0 0% 100% / .8);
}

.dropdown-item {
	padding: 0.25rem 0;
	transition: color 200ms, border-color 200ms;
	border-bottom: 1px solid transparent;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
	color: var(--primary-color);
	background-color: transparent;
	border-bottom-color: var(--primary-color);
}

/*  MARK: header  */

header .position-absolute {
	background-image: linear-gradient(to bottom, hsl(0 0% 0% / .8), hsl(0 0% 0% / 0));
}

header .h5 {
	font-weight: normal;
}

header .btn-primary {
	margin-top: 1.5rem;
}

header video,
.swiper__image {
	width: 100%;
	height: 100vh;
	object-position: center;
}

/*  MARK: main content */

.bg-blur {
	background: rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	will-change: backdrop-filter, opacity, transform;
	position: relative;
	z-index: 1;
	isolation: isolate;
	border-radius: var(--bs-border-radius-xl) !important;
}

[data-aos].bg-blur {
	opacity: 1 !important;
	transform: none !important;
	will-change: transform, opacity, backdrop-filter;
}

.bg-blur::before {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1px;
	border-radius: var(--bs-border-radius-xl) !important;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	pointer-events: none;
	z-index: -1;
}

.btn {
	--bs-btn-padding-x: 2.25rem;
	--bs-btn-padding-y: 1.15rem;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 700;
	--bs-btn-line-height: 1.5;
	position: relative;
	isolation: isolate;
}

.btn-primary,
.btn-info,
.wp-element-button,
.center-block:has(.cwgstock_button) {
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
	--bs-btn-hover-bg: transparent;
	--bs-btn-hover-border-color: transparent;
	--bs-btn-active-bg: transparent;
	--bs-btn-active-border-color: transparent;

	position: relative;
	isolation: isolate;
	border: 0;
	background-color: transparent !important;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	color: white;

	transition: filter 200ms;

	&::after {
		content: '';
		position: absolute;
		inset: 0;
		z-index: -1;
		border-radius: .875rem;
		background-color: var(--primary-color);
		transform: skewX(-20deg);

		transition: transform 200ms, background-color 200ms, inset 200ms;
	}

	&:hover,
	&:focus {
		&::after {
			background-color: var(--primary-color-dark);
		}
	}

	&:active {
		filter: brightness(0.9);
	}
}

.btn-info {
	color: var(--bs-body-color) !important;

	&::after {
		background-color: hsl(216, 85%, 74%) !important;
	}

	&:hover,
	&:focus {
		&::after {
			background-color: hsl(217, 94%, 82%) !important;
		}
	}

	&:active {
		filter: brightness(0.9);
	}
}

.center-block:has(.cwgstock_button) {
	margin-bottom: 0 !important;
}

.center-block .cwgstock_button {
	text-transform: uppercase;
	font-weight: bold;
	font-family: var(--font);
	line-height: 1.5;
	padding: .75rem !important;
	border: 0 !important;
	background-color: transparent !important;
}

.btn-outline-primary {
	--bs-btn-color: var(--primary-color);
	--bs-btn-border-color: var(--primary-color);
	--bs-btn-hover-bg: var(--primary-color);
	--bs-btn-hover-border-color: var(--primary-color);
	--bs-btn-active-bg: var(--primary-color);
	--bs-btn-active-border-color: var(--primary-color);
}


.rounded-circle {
	aspect-ratio: 1/1;
}

.home-section-box {
	background-color: hsl(0 0% 100% / .75);
	backdrop-filter: blur(.5rem);
	transform: translate(2rem, 2rem);
}

#apol .col-lg-4:nth-child(even) {
	background-color: var(--bs-light);

	& .card {
		background-color: inherit;
	}
}

.card-title-link {
	color: var(--bs-body-color);
	text-decoration: none;
	transition: color 200ms;

	&:hover,
	&:focus {
		color: var(--primary-color);
	}
}

.card[x-data] {
	cursor: pointer;

	& .card-img-top img {
		transition: transform 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	&:hover .card-img-top img {
		transform: scale(1.1);
	}
}

#news {
	background-image: url(../img/news-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.opinions-swiper .swiper-slide {
	height: auto !important;
}

.opinions-swiper .swiper-pagination {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-inline: 1rem;
}

.opinions-swiper .swiper-pagination-bullet {
	width: auto;
	height: 7px;
	border-radius: .25rem;
	background-color: var(--primary-color);
	flex: 1;
}

#mapa a {
	color: var(--bs-body-color);
	text-decoration: none;
	transition: color 200ms;

	&:hover,
	&:focus {
		color: var(--primary-color);
	}
}


/*  MARK: stopka */

footer a,
footer .nav-link {
	text-decoration: none;
	color: hsl(0 0% 45%);
	transition: color 200ms;

	&:hover,
	&:focus {
		color: var(--primary-color);
	}
}

footer .list-unstyled {
	margin: 0;
	padding: 0;
}

.list-unstyled li {
	margin: 0;
	padding: 0;
}

.madeby {
	display: flex;
	align-items: center;
}

.madeby small {
	font-size: 0.625rem;
	margin: 0.2em 0.2em 0 0;
}

/*  MARK: sub content  */

body:not(.home) {
	padding-top: 150px;
}

.cart-btn .cart-quantity {
	position: absolute;
	top: 3px;
	right: 0;
	background-color: white;
	color: var(--primary-color);
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .75rem;
}

.woo-lead p:first-child {
	font-size: var(--lead);
}

ol li+li {
	margin-top: 1rem;
}

.product-sticky-box {
	top: 100px;
}

main a:not(.btn, .wp-element-button, .card-title-link) {
	color: var(--primary-color);
	text-decoration: none;
	transition: color 200ms;

	&:hover,
	&:focus {
		color: var(--primary-color-dark);
		text-decoration: underline;
	}
}

body:not(.home) section {
	clear: both;
}


.gallery a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: .5rem;
}

.gallery a img {
	width: 100%;
	display: block;
	aspect-ratio: 360/260;
	transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.gallery a:hover img {
	transform: scale(1.1);
}

.downloads a {
	text-decoration: none;
	color: black;
	border: 1px solid hsl(0 0% 90%);
	border-radius: .25rem;
	transition: color 200ms, border-color 200ms;
}

.downloads a:hover {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.form-control {
	border-radius: .25rem;
}

.form-control.error {
	border-color: red;
}

.error-msg {
	color: red;
}


h2.wc-block-components-checkout-step__title {
	font-size: var(--h5) !important;
}

.wc-block-checkout__sidebar .wc-block-components-product-name,
h3.wc-block-components-product-name {
	font-size: 1rem !important;
	font-weight: bold !important;
	text-transform: none !important;
	line-height: 1.3 !important;
}

.lg-toolbar .lg-icon,
.lg-next::before,
.lg-prev::after {
    font-size: 57px !important;
    font-family: monospace !important;
}

.price,
.price .regular-price {
	display: block;
	width: 100%;
	color: var(--primary-color);

	& .woocommerce-Price-amount + .netto {color: var(--primary-color) !important;}
}

.price .sale-price {
	text-decoration: none;

	& .woocommerce-Price-amount bdi {text-decoration: line-through !important;}
	& .woocommerce-Price-amount + .netto {color: var(--bs-body-color) !important; text-decoration: none !important;}
}

.price .regular-price bdi {
	display: inline-block;
	clear: both;
	color: var(--primary-color);
}

.price .sale-price {
	font-size: 1.25rem;
	color: var(--bs-body-color);
	font-weight: normal;

}

.price .netto {
	font-size: .875rem !important;
	color: inherit !important;
	text-decoration: none !important;
}

.mapa-google {
	border-radius: 1rem 0 0 1rem;
}

.mapa-google iframe {
	display: block;
	width: 140%;
	height: 140%;
	margin-top: -11%;
	margin-left: -11%;
}

.bg-white.shadow a {
	color: var(--bs-body-color);
	transition: color 200ms;

	&:hover,
	&:focus {
		color: var(--primary-color);
	}
}

.bg-white.shadow h3 small {
	font-size: .875rem;
	color: hsl(0 0% 60%);
}


.floating-widgets {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999
}

.floating-widgets a img {
    background-color: #fff;
    border-radius: 50%;
    padding: 1px
}

.floating-widgets a,.floating-widgets img {
    display: block;
    transition: all .2s ease
}

.floating-widgets a:not(:last-child) {
    margin-bottom: 15px
}

.floating-widgets a:hover {
    filter: brightness(.98)
}

/* MARK: powiadomienie o dostępności */

.cwginstock-subscribe-form .panel-primary {
    border-color: var(--primary-color) !important;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;

		& h4 {margin-bottom: 0;}
}

.cwginstock-panel-body input[type=email],
.cwginstock-panel-body input[type=text] {
  border-radius: .25rem;
	border: 1px solid var(--bs-border-color);
	padding: .75rem;
}

/* MARK: ikony */

.sm-panel {
    position: fixed;
    width: 155px;
    top: 150px;
    right: -105px;
    z-index: 1000000;
    transition: visibility .25s, opacity .25s;
}

.sm-panel>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sm-panel>ul>li[class^="sm-"] {
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0%;
}

.sm-panel>ul>li {
    transition: transform .25s;
}

.sm-panel>ul>li>a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px 0 5px 5px;
    text-decoration: none;
}

.sm-panel>ul>li>a>img {
    margin: 0 10px 0 0;
}

.sm-panel>ul>li>a>span {
    font-size: initial;
}

.sm-gmap {
    background: #20a464;
}

.sm-fb {
    background: #305891;
}

.sm-apol {
	background: var(--primary-color-dark);
}

.sm-panel>ul>li:hover {
    transform: translateX(-105px);
}

/*  MARK: RWD  */