body {
	--byellow: #fff100;
	--bblack: #181818;
}

/* Back to Top */

#back-to-top {
	border-radius: 50%;
}

/* Slider */
@media only screen and (min-width: 768px) {
	rs-fullwidth-wrap {
		min-height: 873px;
	}
}

/* Cart */

.ps-shoppingcart .cart-products-count-btn {
	font-size: 0.6rem;
}

/* Breadcrumbs */

#wrapper .breadcrumb {
	text-transform: lowercase;
	font-weight: 400;
}
#wrapper .breadcrumb li::after {
	opacity: 1;
}

/* Menu */

.cbp-hrmenu .tabs-links.col-2 {
	width: 33.3333%;
}
.cbp-hrmenu .tab-content.col-10 {
	width: 66.6666%;
}
.cbp-hrmenu .cbp-hrsub-tabs-names li a {
	padding: 15px 25px;
}
.product-grid-menu .product-flags {
	display: none;
}
.cbp-hrmenu .cbp-tabs-names li.innertab-17 a:hover,
.cbp-hrmenu .cbp-tabs-names li.innertab-17 a.active {
	background-color: var(--byellow);
}

.cbp-hrmenu .cbp-hrsub-tabs-names li {
	border-bottom: 0;
}

.cbp-hrmenu .cbp-products-big .product-miniature-container {
	display: flex;
	flex-direction: column;
}
.cbp-hrmenu .cbp-products-big .product-miniature-container .product-price {
	font-size: 22px;
	font-weight: 600;
}
.cbp-hrmenu .cbp-products-big .product-miniature-container .product-title {
	font-weight: 400;
	font-size: 12px;
}
.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title,
.cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
	font-size: 16px;
	font-weight: 400;
}
.cbp-hrmenu .cbp-products-big .product-image-container {
	order: 3;
}

.cbp-hrmenu .cbp-categories-row > div {
	padding-left: 35px;
	padding-right: 35px;
}

.cbp-horizontal .cbp-tab-title {
	text-transform: lowercase;
}
.cbp-horizontal > ul > li.cbp-hropen > a .cbp-tab-title,
.cbp-horizontal > ul > li.cbp-hropen > a:not([href]):not([tabindex]) .cbp-tab-title,
.cbp-horizontal > ul > li.cbp-hropen > a:hover .cbp-tab-title {
	font-weight: normal;
	text-decoration: underline;
}

/* Category */

#wrapper .breadcrumb {
	margin-bottom: 0;
}
#content-wrapper .page-title {
	font-weight: 600;
	color: #181818;
	font-size: 1.375rem;
	text-transform: lowercase;
}
.page-cms #content-wrapper .page-title {
	font-size: 2rem;
}
.category-description-bottom {
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding-top: 50px;
	padding-bottom: 70px;
}
@media only screen and (min-width: 768px) {
	.category-description-bottom {
		margin-left: -31px;
		margin-right: -31px;
		margin-bottom: 0;
	}
}
.category-description-bottom h2 {
	font-size: 22px;
	font-weight: 600;
}
.category-description-bottom hr {
	display: none;
}
.category-description-bottom .rte-content {
	max-width: 1484px;
	margin: auto;
}
.page-category #wrapper {
	padding-bottom: 0;
}

/* Scrollbar */

/* * CONTAINER STYLES
         * This is the main viewport for the scrolling text.
        */
.scrolling-banner {
	background-color: #181818;
	height: 48px;
	width: 100%;
	overflow: hidden; /* This is crucial - it hides the text outside the box */
	display: flex; /* Used to help vertically align the text */
	align-items: center;
}
.megaokazja .scrolling-banner-container {
	margin: 0.625rem;
}

/* * TEXT WRAPPER STYLES
         * This element holds the text and will be animated.
        */
.scrolling-banner__content {
	display: flex; /* Lays out the text items in a single row */
	white-space: nowrap; /* Prevents text from wrapping */

	/* The Animation */
	animation: scroll 25s linear infinite; /* name, duration, timing, iteration */
}

/* * TEXT STYLES
         * This styles the individual "megaokazja |" text elements.
        */
.scrolling-banner__content span {
	/* Typography */
	color: #fff100;
	font-family: 'urw-din', 'Oswald', sans-serif; /* Your font with a fallback */
	font-weight: 600;
	font-size: 18px;

	/* Spacing */
	padding: 0 1rem; /* Adds space on the left and right */
}

/* * KEYFRAMES
         * This defines the animation. We move the text from its
         * starting position (0) to the left by half of its total width (-50%).
         * Because the content is duplicated, when it reaches -50%, the
         * second half is exactly where the first half started, creating a seamless loop.
        */
@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

.scrolling-banner {
	display: none;
}
.megaokazja .scrolling-banner {
	display: flex;
}

/* Products List */

#search_filter_toggler {
	background-color: #181818;
	color: #fff;
	margin-bottom: 10px;
}

.select-title .select-title-name {
	max-width: 21173px8173px;
}

.products-selection .products-sort-nb-dropdown.products-nb-per-page {
	display: none;
}

.product-miniature-default .product-flags {
	top: 0.5rem;
	right: 0.5rem;
	left: unset;
}
.product-miniature-default li.product-flag,
.product-flags__flag {
	font-size: 10px;
	text-transform: lowercase;
	font-weight: 500;
	line-height: 10px;
	padding: 0.2125rem 0.3375rem;
	display: inline-block;
}
.product-flag.product-unavailable {
	background-color: #9e9e9e;
}
.product-miniature-default .product-thumbnail {
	background: #f3f3f3;
}

.lazy-product-image.product-thumbnail-first {
	mix-blend-mode: multiply;
}
.product-thumbnail-second {
	mix-blend-mode: multiply;
}
.product-thumbnail:hover {
	background: #f3f3f3;
}
.btn-product-list {
	background-color: transparent;
}
.btn-product-list i {
	color: #8c8c8c;
}
.products-grid .product-miniature-default .iqitreviews-simple,
.products-grid .product-miniature-default .product-brand,
.products-grid .product-miniature-default .product-reference,
.products-grid .product-miniature-default .product-title {
	font-weight: 400;
}
.product-miniature-grid .product-price {
	font-size: 1.25rem;
	font-weight: 600;
}
@media only screen and (max-width: 768px) {
	.products-grid .product-miniature-layout-2 .product-description .row {
		flex-direction: column;
	}
	.category-banner {
		width: 100%;
	}
}

/* Products Miniatures */

.products-grid .product-miniature-layout-2 .product-add-cart:not(.product-add-cart-daily) {
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
}

/* Countdown */

.product-description.product-add-cart-daily {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.product-description.product-add-cart-daily .row {
	padding-bottom: 0.8rem;
}
.product-miniature-default .product-add-cart-daily .price-countdown .time-txt {
	display: initial;
	text-transform: lowercase;
	font-size: 12px;
	font-weight: 400;
}
.product-add-cart-daily .price-countdown-wrapper {
	display: flex;
	flex-basis: 50%;
	margin-bottom: 0;
	text-align: left;
}
.megaokazja .product-add-cart-daily .price-countdown-wrapper {
	flex-basis: 58%;
}
.product-miniature-default .product-add-cart-daily .price-countdown {
	margin-bottom: 0;
	min-height: 54px;
	font-size: 16px;
	padding: 2px 10px;
	width: 100%;
}
.product-miniature-default .product-add-cart-daily .price-countdown-title {
	display: table-cell;
}
.products-grid .product-miniature-layout-2 .product-add-cart-daily .product-add-cart {
	flex-basis: 50%;
	color: #fff;
	max-height: 54px;
}
.megaokazja .products-grid .product-miniature-layout-2 .product-add-cart-daily .product-add-cart {
	flex-basis: 42%;
}
@media only screen and (max-width: 768px) {
	.megaokazja .product-add-cart-daily .price-countdown-wrapper {
		flex-basis: 48%;
	}
	.megaokazja .products-grid .product-miniature-layout-2 .product-add-cart-daily .product-add-cart {
		flex-basis: 52%;
	}
}
.products-grid .product-miniature-layout-2 .product-add-cart-daily .product-add-cart i {
	color: #fff;
}
.product-add-cart .btn {
	text-transform: lowercase;
	font-size: 16px;
	font-weight: 400;
}
.products-grid .product-miniature-layout-2 .product-add-cart-daily .product-add-cart .btn:hover {
	background-color: var(--byellow);
}
.products-grid .product-miniature-layout-2 .product-add-cart-daily .product-add-cart .btn:hover i {
	color: #181818;
}
.products-grid .product-miniature-layout-2 .product-add-cart {
	padding-top: 0;
}
.products-grid .product-miniature-layout-2 .price-countdown-wrapper {
	text-align: left;
	margin-bottom: 0;
}
.discount {
	background-color: var(--byellow);
	color: #181818;
}
.product-add-cart-daily .btn-product-list {
	background-color: #181818;
	min-height: 54px;
	width: 100%;
}

/* Product Page */

#product-images-thumbs.swiper-vertical {
	margin: 0;
}

.gm_omniprice,
.gm_omniprice_lowest {
	font-size: 12px;
	background-color: transparent !important;
	color: #8c8c8c !important;
}
.page-product #inner-wrapper {
	max-width: 1484px;
}
.ets_rv_wrap {
	max-width: 1484px;
	margin: auto;
}
@media (max-width: 991.98px) {
	.page-product #inner-wrapper,
	.ets_rv_wrap {
		max-width: 92%;
	}
}
.page-product .product-price {
	font-size: 36px;
	font-weight: 600;
}
.product-prices {
	text-align: left;
}
.product-add-to-cart .row.product-quantity {
	justify-content: flex-start;
}
.add-to-cart {
	text-transform: lowercase;
}
.page-product #product-availability.product-unavailable {
	display: none;
}
.product-info-row {
	justify-content: space-between;
}
.col-product-info {
	max-width: 689px;
	padding: 0;
}
.page-product .product-flags {
	position: unset;
	display: flex;
	gap: 5px;
}
.page-product .product-flags .product-flag {
	font-size: 16px;
	font-weight: 500 !important;
}
.product-flags .new,
.product-flags .badge-blue {
	text-transform: lowercase;
}
#content-wrapper .product_header_container .page-title {
	font-size: 30px;
	font-weight: 500;
	text-align: left;
	text-transform: unset;
}
.product-features-short {
	text-align: left;
	font-size: 14px;
	color: var(--bblack);
}
.product-features-short dt.name {
	color: #8c8c8c;
	font-weight: 400;
}
#product-details-short a {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	display: block;
}
button.btn.btn-primary.btn-lg.add-to-cart i {
	display: none;
}

.ets-rv-product-comments-additional-info span {
	display: none;
}
.ets_rv_grade_stars {
	font-size: 15px;
}
.js-mailalert .btn {
	background-color: var(--byellow);
	color: var(--bblack);
}
.js-mailalert .btn:hover {
	background-color: var(--bblack);
	color: #fff;
}
.js-mailalert input {
	max-width: 350px;
}

/* Product Reviews */

.ets-rv-comment-author-avatar {
	padding: 0;
}

.ets_rv_home_reviews .ets_rv_latest_item_content_wrap {
	border: none;
	background-color: #fff;
	padding: 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.ets_rv_home_reviews .ets_rv_review_content {
	margin-top: 25px;
}
.ets_rv_latest_reviews > .ets_rv_latest_item {
	width: calc(20% - 30px);
	margin: 0;
}
.ets_rv_latest_reviews {
	display: flex;
	gap: 30px;
}
.ets_rv_home_reviews {
	background-color: #fafafa;
	margin: 0;
	padding: 0;
}
.ets_rv_reviews {
	background: none;
	box-shadow: none;
	padding: 0;
}
.ets_rv_reviews_header {
	border-bottom: 0;
}
.ets_rv_reviews_header .ets_rv_reviews_title {
	text-transform: lowercase;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
}
.ets-rv-product-comment-modal .post-comment-buttons button.btn,
.ets-rv-product-comment-modal .post-question-buttons button.btn,
.ets_rv_reviews button,
.ets_rv_reviews a {
	border-radius: 0 !important;
	background-color: var(--byellow) !important;
	color: var(--bblack) !important;
	border: 0;
}
.ets_rv_wrap .btn,
button.btn.ets-rv-btn-comment.ets-rv-btn-comment-big,
button.btn.btn-question.ets-rv-btn-question-big,
.ets-rv-btn-comment-inverse,
.ets_rv_modal_review button.btn.ets-rv-post-product-question {
	border: none;
	text-align: center;
	text-transform: lowercase;
}
.ets_rv_wrap .btn:hover,
button.btn.ets-rv-btn-comment.ets-rv-btn-comment-big:hover,
button.btn.btn-question.ets-rv-btn-question-big:hover,
.ets-rv-btn-comment-inverse:hover,
.ets_rv_modal_review button.btn.ets-rv-post-product-question:hover {
	background: #181818 !important;
	color: #fff !important;
}
.ets_rv_wrap .btn i {
	display: none;
}
.ets_rv_modal_review .ets-rv-btn-comment-big.ets-rv-post-product-comment:hover,
.ets_rv_modal_review .ets-rv-btn-question-big.btn-question:hover,
.comment_dropdown_action .dropdown-menu li:hover,
.ets_rv_review_filter li.ets_rv_tab.active,
.ets_rv_review_filter li.ets_rv_tab:hover,
.ets_rv_review_filter .dropdown-menu li:hover,
li.ets_rv_tab.active,
li.ets_rv_tab:hover,
.form-control-comment button.ets_rv_post_comment,
.form-control-reply-comment .ets_rv_post_reply_comment,
.ets_rv_ul_dropdown .ets_rv_li_dropdown:hover,
.ets_rv_ul_dropdown .ets_rv_li_dropdown.active {
	background: #fff !important;
	color: #181818;
	border: solid 1px #181818 !important;
	fill: #181818;
}
.ets_rv_tab_reviews.active .ets_rv_bulk_actions .dropdown-toggle:after,
.ets_rv_tab_reviews .ets_rv_bulk_actions:hover .dropdown-toggle:after,
.ets_rv_tab_reviews:hover .ets_rv_bulk_actions .dropdown-toggle:after {
	border-top-color: #181818;
}
.ets_rv_review_filter .ets_rv_filter li.ets_rv_tab:hover span,
.ets_rv_review_filter .ets_rv_filter > li.active span.ets_rv_question_selection,
.ets_rv_filter li.ets_rv_tab.active a .ets_rv_bulk_actions,
.ets_rv_filter li.ets_rv_tab:hover a .ets_rv_bulk_actions {
	color: #181818;
	background: #fafafa !important;
}
.ets_rv_tab_reviews ul.dropdown-menu li:hover {
	color: #181818;
	background: #fafafa !important;
}
@media only screen and (max-width: 768px) {
	.ets_rv_latest_reviews > .ets_rv_latest_item {
		width: calc(100% - 30px);
		margin: 0;
	}
}

/* Product Tabs */

#product-infos-tabs {
	background-color: #fff;
	padding-top: 16px;
	padding-left: 142px;
}
.nav-tabs .nav-link {
	text-transform: lowercase;
	font-size: 14px;
	font-weight: 400;
}

h4.section-title {
	text-align: center;
}

.page-product #content-wrapper h4 span {
	font-size: 36px;
	font-weight: 500;
	text-transform: lowercase;
	text-align: center;
}
.page-product #content-wrapper h2 {
	font-size: 36px;
	font-weight: 400;
	word-break: break-word;
}
.page-product #content-wrapper p {
	font-size: 20px;
	font-weight: 400;
	padding: 15px 0;
}
.page-product .section-content li {
	font-size: 20px;
	font-weight: 400;
}

hr.product-description-line {
	background-color: #8c8c8c;
	height: 1px;
	margin: 50px -155px;
}
@media only screen and (min-width: 768px) {
	.section-container {
		padding: 0 155px;
	}

	.product-features > dl.data-sheet dd.value,
	.product-features > dl.data-sheet dt.name {
		margin-bottom: 0;
		padding-top: 0.5rem;
		font-size: 14px;
	}
	.product-features > dl.data-sheet dt.name {
		font-weight: 600;
		padding-left: 155px;
	}
}
.data-sheet > dt:nth-child(4n + 1),
.data-sheet > dd:nth-child(4n + 2) {
	background-color: #fff;
}
@media only screen and (max-width: 768px) {
	#product-infos-tabs {
		padding: 0;
		text-align: center;
	}
}

/* Faceted Search */

@media only screen and (min-width: 768px) {
	.facet-title {
		cursor: pointer;
	}
	label.facet-label {
		background-color: #fff;
		padding: 0.3em;
	}

	.facet-title::before {
		content: '-';
		display: inline-block;
		font-size: 1.25rem;
		font-weight: bold;
		margin-right: 0.75rem;
		width: 20px;
		text-align: center;
		transition: transform 0.2s ease-in-out;
	}

	.facet.collapsed .facet-title::before {
		content: '+';
	}

	.facet.collapsed ul {
		display: none;
	}
	#search_filters .facet .facet-label,
	#search_filters_brands .facet .facet-label,
	#search_filters_suppliers .facet .facet-label {
		margin-left: 2.05rem;
	}
}

/* Cart */

#blockcart-content .cart-totals {
	border-top: 1px solid #acaaa6;
}

.cart-detailed-actions .btn-primary {
	text-transform: lowercase;
}

.iqitfreedeliverycount {
	background-color: #fafafa;
	border: none;
	color: #181818;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.iqitfreedeliverycount-progress-bar {
	height: 3px;
	margin-top: 5px;
	background-color: #fafafa;
	margin-bottom: 15px;
}
.progress-bar {
	background-color: #181818;
}

.block-promo .cart-voucher-area {
	background-color: #fff;
}
.page-cart #main {
	max-width: 1484px;
	margin: auto;
}

.product-line-grid {
	padding: 0.5em;
}
.product-line-grid,
.cart-detailed-totals,
.cart-detailed-actions {
	background-color: #fff;
	border: none;
}
.cart-grid-right .cart-summary {
	border: none;
}

.cart-total .label,
.cart-totals .label {
	font-size: 16px;
	font-weight: 500;
}
.cart-total .value,
.cart-totals .value {
	font-size: 26px;
	font-weight: 600;
}

.card {
	--bs-card-spacer-x: 30px;
}
.card-body.cart-detailed-subtotals {
	padding-bottom: 0;
	margin-bottom: 20px;
}
.card-body hr {
	background-color: #8c8c8c;
	margin-top: 20px;
}
.card-body.cart-summary-totals {
	padding-top: 0;
}

#voucher-btn-drop {
	background-color: #fff;
	margin-top: 15px;
	color: #121212;
	padding: 20px 30px 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
/* 1. Domyślnie ukryj elementy "rozwinięte" */
#voucher-btn-drop .title-expanded,
#voucher-btn-drop .icon-expanded {
	display: none;
}

/* 2. Gdy przycisk jest aktywny (rozwinięty), pokaż elementy "rozwinięte" */
#voucher-btn-drop[aria-expanded='true'] .title-expanded,
#voucher-btn-drop[aria-expanded='true'] .icon-expanded {
	display: inline; /* lub 'inline-block', jeśli tekst się źle układa */
}

/* 3. Gdy przycisk jest aktywny (rozwinięty), ukryj elementy "domyślne" */
#voucher-btn-drop[aria-expanded='true'] .title-default,
#voucher-btn-drop[aria-expanded='true'] .icon-default {
	display: none;
}

.dropdown-voucher {
	border: none;
}
.block-promo .cart-voucher-area {
	padding-top: 10px;
}
.block-promo .voucher-icon {
	display: none;
}
.block-promo .btn {
	background-color: #181818;
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	font-weight: 400;
}
.dropdown-content.dropdown-menu.dropdown-voucher.show {
	position: relative;
}

#iqithtmlandbanners-block-7 {
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	padding: 30px;
	max-width: 1484px;
	margin: auto;
}
#iqithtmlandbanners-block-7 h5.block-title {
	display: none;
}
#iqithtmlandbanners-block-7 ul {
	display: flex;
	gap: 7vw;
	padding: 0;
}
#iqithtmlandbanners-block-7 li {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 3px;
}
#iqithtmlandbanners-block-7 li i::before {
	font-size: 22px;
}
.page-cart #iqithtmlandbanners-block-5 {
	display: none;
}

.crossselling-products {
	max-width: 1484px;
	margin: auto;
	margin-top: 165px;
}
#content-wrapper .crossselling-products h4.section-title {
	font-size: 22px;
	text-align: left;
	font-weight: 600;
}

/* Checkout */

.cart-container {
	max-width: 761px;
}

.product-line-info a {
	font-weight: 500;
}

.form-control {
	background-color: #fff;
	color: #181818;
	border: solid 1px #181818;
}

/* Pagination */

.pagination {
	justify-content: end;
	margin-bottom: 2rem;
}
.pagination .page-list li a {
	font-size: 1rem;
	background-color: #fff;
	color: #181818;
}
.pagination .page-list li a:hover {
	border-bottom: 2px solid #181818;
}
#infinity-url-next {
	background-color: #181818;
	color: #fff;
}
#infinity-url-next:hover {
	border: none;
}
.pagination .page-list li.current a {
	border-bottom: 2px solid #181818;
}

/* Footer */

#footer-container-main,
#checkout-footer {
	font-size: 0.75em;
}
#footer-container-main a:hover,
#checkout-footer a:hover {
	text-decoration: underline;
}

#footer-container-main .contact-rich a,
#checkout-footer .contact-rich a {
	font-weight: 700;
	font-size: 1.85em;
}

#iqithtmlandbanners-block-3 {
	background-color: var(--byellow);
	padding-bottom: 0 !important;
}
#iqithtmlandbanners-block-3 h5 {
	display: none;
}
#iqithtmlandbanners-block-3 p {
	color: #000;
	text-align: center;
	line-height: 52px;
}

.qty .input-group {
	flex-wrap: nowrap;
	text-align: center;
}
#blockcart-content .cart-products .block-cart-product-quantity,
#quantity_wanted,
.js-cart-line-product-quantity {
	padding: 2px;
	text-align: center;
}
.cart-item .bootstrap-touchspin {
	max-width: unset;
	min-height: 40px;
	width: 108px;
}
#blockcart-content .cart-products .bootstrap-touchspin,
.product-quantity .qty .input-group.bootstrap-touchspin,
.col.col-12.col-sm-auto.col-add-qty {
	width: 108px;
}
.bootstrap-touchspin .btn-touchspin.bootstrap-touchspin-up {
	border: solid 1px #181818;
	border-left: none;
	padding: 16px 12px;
}
.bootstrap-touchspin .btn-touchspin.bootstrap-touchspin-down {
	border: solid 1px #181818;
	border-right: none;
	padding: 16px 12px;
}
#blockcart-content .cart-products .block-cart-product-quantity {
	height: unset;
}
.col-add-wishlist {
	position: absolute;
	top: 0.5rem;
	z-index: 2;
	right: 1rem;
	transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
.col-add-wishlist .btn-iqitwishlist-add {
	border-radius: 50%;
	padding: 8px 12px;
	background: #fafafa;
}

/* IQIT Products Variants */

.iqitproductvariants__products {
	gap: 10px;
	font-size: 12px;
}
@media (min-width: 1200px) {
	.iqitproductvariants__product-col {
		width: 22%;
	}
}
.iqitproductvariants__label {
	font-size: 14px;
	font-weight: 400 !important;
	text-align: left;
	text-transform: lowercase;
}
.product-variants-listing {
    position: absolute;
    z-index: 9999;
    bottom: 90px;
}
.variant-link {
    border-radius: 0px !important;
}

@media only screen and (min-width: 768px) {
	.sticky-section .elementor-widget-wrap {
		position: sticky;
		top: 90px;
	}
}