.zmyslowy-box-page {
	padding: 0;
}

/* Ukryj WSZYSTKIE powiadomienia WooCommerce na tej stronie */
.zmyslowy-box-page .woocommerce-error,
.zmyslowy-box-page .woocommerce-message,
.zmyslowy-box-page .woocommerce-info,
.zmyslowy-box-page .woocommerce-notices-wrapper,
.woocommerce-error,
.woocommerce-message:not(.error-message),
.woocommerce-info {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Stylizacja powiadomień WooCommerce */
.woocommerce-notices-wrapper {
	max-width: 1200px;
	margin: 20px auto;
	padding: 0 20px;
}

/* Komunikat błędu pod konfiguratorem */
.woocommerce-error-below-configurator {
	max-width: 1200px;
	margin: 20px auto 0;
	padding: 0 20px;
}

.woocommerce-error-below-configurator .error-message {
	background-color: #f44336;
	color: white;
	padding: 15px 20px;
	border-radius: 6px;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	padding: 15px 20px;
	margin-bottom: 20px;
	border-radius: 6px;
	font-weight: 500;
}

.woocommerce-message {
	background-color: #4caf50;
	color: white;
	border: none;
}

.woocommerce-error {
	background-color: #f44336;
	color: white;
	border: none;
}

.woocommerce-info {
	background-color: #2196f3;
	color: white;
	border: none;
}

.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
	color: white;
	text-decoration: underline;
}

.product-configurator {
	margin: 0 auto;
}

.product-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 30px;
}

.product-image img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.product-details h3 {
	font-size: 2rem;
	margin-bottom: 15px;
	color: #333;
}

.product-price {
	font-size: 1.5rem;
	color: #e91e63;
	font-weight: bold;
	margin-bottom: 20px;
}

.product-description,
.product-short-description {
	margin-bottom: 20px;
	line-height: 1.6;
}

/* Product Add-Ons Styling - uniwersalne selektory */
.product-addon,
.wc-pao-addon,
.wc-pao-addon-wrap,
[id*='wc-pao-addon'],
.woocommerce-product-addons {
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 12px;
}

.product-addon label,
.wc-pao-addon label,
.wc-pao-addon-wrap label,
[id*='wc-pao-addon'] label,
.woocommerce-product-addons label {
	display: block;
	margin-bottom: 12px;
	font-weight: bold;
	color: #333;
}

/* Stylowanie opcji z obrazkami - uniwersalne */
.addon-option-image {
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
	gap: 15px !important;
	margin-top: 10px !important;
}

.addon-image-option {
	position: relative !important;
	border: 2px solid transparent !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	background: white !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
	display: block !important;
}

.addon-image-option:hover {
	border-color: #e91e63 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 4px 15px rgba(233, 30, 99, 0.2) !important;
}

.addon-image-option.selected {
	border-color: #e91e63 !important;
	background-color: #fce4ec !important;
}

.addon-image-option img {
	width: 100% !important;
	height: 80px !important;
	object-fit: cover !important;
	display: block !important;
}

.addon-image-text {
	padding: 10px !important;
	text-align: center !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
}

.addon-image-text .option-name {
	font-weight: 600 !important;
	color: #333 !important;
	margin-bottom: 4px !important;
}

.addon-image-text .woocommerce-Price-amount,
.addon-image-text [class*='price'] {
	color: #e91e63 !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	display: block !important;
}

.product-addon input,
.product-addon select,
.product-addon textarea {
	width: 100%;
	padding: 10px;
	border: 2px solid #ddd;
	border-radius: 12px;
	font-size: 16px;
	transition: border-color 0.3s;
}

.product-addon input:focus,
.product-addon select:focus,
.product-addon textarea:focus {
	border-color: #e91e63;
	outline: none;
}

.hero-ul {
	list-style-type: none;
	margin-left: 0;
}

.product-addon input[type='checkbox'],
.product-addon input[type='radio'] {
	width: auto;
	margin-right: 8px;
}

.product-addon .addon-price {
	color: #e91e63;
	font-weight: bold;
	margin-left: 5px;
}

/* WooCommerce variations styling */
.variations {
	margin-bottom: 20px;
}

.variations tr {
	display: block;
	margin-bottom: 15px;
}

.variations .label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.variations select {
	width: 100%;
	padding: 10px;
	border: 2px solid #ddd;
	border-radius: 12px;
	font-size: 16px;
}

.quantity-selector {
	margin-bottom: 20px;
}

.quantity-selector label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.quantity input {
	width: 80px;
	padding: 10px;
	border: 2px solid #ddd;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
}

.single_add_to_cart_button {
	background-color: #e91e63;
	color: white;
	padding: 15px 40px;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s;
	width: 100%;
	max-width: 300px;
}

.single_add_to_cart_button:hover {
	background-color: #c2185b;
}

@media (max-width: 768px) {
	.product-info {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.product-details h3 {
		font-size: 1.5rem;
	}
}

/* Ukryj galerię produktu WooCommerce */
.product-configurator .woocommerce-product-gallery,
.product-configurator .woocommerce-product-gallery__wrapper,
.product-configurator .product-images,
.product-configurator .images,
.zmyslowy-box-page .woocommerce-product-gallery,
.zmyslowy-box-page .woocommerce-product-gallery__wrapper,
.zmyslowy-box-page .product-images,
.zmyslowy-box-page .images {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.product-configurator fieldset,
.product-configurator fieldset legend {
	background-color: transparent;
	margin: 0;
	padding: 0 !important;
}
.wc-pao-addons-container div:nth-child(1) .form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 0;
	gap: 8px !important;
}

.wc-pao-addons-container div:nth-child(2) .form-row,
.wc-pao-addons-container div:nth-child(3) .form-row {
	display: flex;
	flex-direction: column;
	padding: 0;
}

/* Responsive grid dla opcji */
.wc-pao-addons-container div:nth-child(2) .form-row {
	display: flex;
	flex-direction: column;
	gap: 16px !important;
	margin-bottom: 20px !important;
	align-items: center;
}

.wc-pao-addons-container > div:nth-child(2),
.wc-pao-addons-container > div:nth-child(3) {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 640px) {
	.wc-pao-addons-container div:nth-child(2) .form-row,
	.wc-pao-addons-container div:nth-child(3) .form-row {
		display: flex !important;
		flex-direction: row;
		gap: 16px !important;
		margin-bottom: 20px !important;
		align-items: flex-start;
		justify-content: center;
	}

	.wc-pao-addons-container div:nth-child(1) .form-row {
		display: flex;
		flex-direction: row;
		padding: 0;
	}
}

@media (max-width: 768px) {
	.form-row {
		gap: 12px !important;
		display: flex;
	}

	.wc-pao-addon-image-swatch.custom-styled {
		min-height: 120px !important;
	}
}

/* Ukryj elementy dropdown i field dla image swatch - nie są potrzebne */
.wc-pao-addon-image-swatch-select,
.wc-pao-addon-image-swatch-selected-swatch,
.wc-pao-addon-field {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

.product-configurator .form-row a img {
	width: 100%;
	height: 100%;
}

.wc-pao-addons-container > div:nth-child(2) .form-row {
	justify-content: center;
}

/* Custom styling dla Product Add-Ons z obrazkami */
.wc-pao-addon-image-swatch.custom-styled {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	border-radius: 4px !important;
	transition: all 0.3s ease !important;
	text-decoration: none !important;
	color: inherit !important;
	cursor: pointer !important;
}

.wc-pao-addon-image-swatch.custom-styled:hover {
	transform: translateY(-1px) !important;
}

.wc-pao-addon-image-swatch.custom-styled {
	border: 5px solid white !important;
}

/* Stylowanie zaznaczonych opcji - główna reguła z wysokim priorytetem */
.addon-option-wrapper.selected .wc-pao-addon-image-swatch.custom-styled,
.wc-pao-addon-image-swatch.custom-styled[aria-checked='true'],
.addon-option-wrapper.selected .wc-pao-addon-image-swatch.custom-styled:hover {
	transform: translateY(-2px) !important;
}

/* Dodatkowe stylowanie dla zaznaczonego wrappera */

.addon-image-card {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	width: 100% !important;
	height: 100% !important;
}

.addon-image-wrapper {
	flex-shrink: 0 !important;
	overflow: hidden !important;
	border-radius: 2px !important;
	/* max-width: 242px !important; */
}

em.required {
	display: none;
}

.addon-image-wrapper img {
	object-fit: cover !important;
	display: block !important;
	object-position: center;
}

.addon-text-content {
	text-align: center !important;
	flex: 1 !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	width: 100% !important;
}

.wc-pao-legend,
.wc-pao-addon-description {
	width: 100%;
	text-align: center;
	color: black;
}

.wc-pao-legend {
	padding-bottom: 0;
}

.wc-pao-addon-name {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 24px;
	font-style: italic;
}

.addon-option-name {
	font-size: 12px !important;
	font-weight: 500 !important;
	color: #333 !important;
	margin-bottom: 4px !important;
	line-height: 1.3 !important;
}

.addon-option-price {
	font-size: 13px !important;
	color: #51172f !important;
	font-weight: 600 !important;
}

/* Nowe style dla struktury z tekstem poza <a> */
.addon-option-wrapper {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	background-color: white !important;
	border-radius: 10px !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.addon-option-wrapper:hover {
	transform: translateY(-2px) !important;
}

.addon-option-wrapper.selected .wc-pao-addon-image-swatch.custom-styled {
	transform: translateY(-2px) !important;
}

.addon-option-wrapper .wc-pao-addon-image-swatch.custom-styled {
	min-height: 100px !important;
}

.addon-option-wrapper {
	border: 5px solid white !important;
}
.addon-option-wrapper.selected {
	border-color: #cd0d13 !important;
}

.addon-option-wrapper .addon-text-content {
	text-align: center !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 8px !important;
	min-width: 0 !important;
}

.wc-pao-addon-container {
	padding: 0;
	margin: 0;
}

.form-row a.selected {
	border: 2px solid #cd0d13;
}

.red {
	/* color: #cd0d13; */
	color: #9d2235;
}

.config-title {
	font-size: 36px;
	line-height: 56px;
	font-weight: 800;
	color: #cd0d13;
	text-align: center;
	letter-spacing: -2px;
	margin: 0;
}

h2.title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0;
}

h1.title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0;
}

.description {
	font-size: 14px;
}

.czyli {
	font-size: 16px;
	text-align: center;
}

@media screen and (min-width: 640px) {
	h2.title {
		font-size: 32px;
		line-height: 36px;
		font-weight: 700;
		letter-spacing: -1px;
		margin: 0;
	}

	.addon-option-name {
	font-size: 14px !important;
}


	h1.title {
		font-size: 36px;
	}

	.description {
		font-size: 16px;
	}

	/* Fix for Tailwind responsive text classes */
	.text-center.font-light.text-sm.sm\\:text-4xl {
		font-size: 2.25rem !important; /* sm:text-4xl */
		line-height: 2.5rem !important;
	}

	.config-title {
		font-size: 56px;
	}

	.czyli {
		font-size: 20px;
		text-align: center;
	}
}

button.faq-question {
	background-color: transparent;
}

.kicker {
	font-size: 14px;
	font-family: 'Jost', Courier, monospace;
	letter-spacing: 2px;
	text-align: center;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus {
	outline-color: transparent;
}

.why {
	margin-left: 15px;
}

.comparission-element ul {
	list-style: none;
	padding: 0;
}

.comparission-element ul {
	list-style: none;
	margin: 0;
}

.comparission-element li {
	padding-bottom: 10px;
	font-weight: 300;
	font-style: italic;
}

.second .small {
	font-size: 12px;
}

.addon-option-price {
	display: none;
}

.product-addon-totals ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 30px;
}

.product-addon-totals li {
	display: flex;
	gap: 10px;
}

.product-configurator .wc-pao-addon-container {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.wc-pao-addon-value {
	display: block;
}

.wc-pao-addon-name #text {
	display: none;
}

h4.addon-totals-title {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center;
	margin-top: 50px;
}

#product-addons-total .wc-pao-addon-name {
	font-size: 18px !important;
	padding-right: 5px;
}

#product-addons-total .wc-pao-addon-value {
	font-size: 16px;
	padding-left: 5px;
	font-weight: 300;
}

.wc-pao-col1 strong {
	display: flex;
	align-items: center;
}

.product-addon-totals ul li:nth-child(1) .wc-pao-col1 strong {
	display: flex;
	gap: 5px;
}

#product-addons-total,
.custom-size-summary {
	margin: 0 auto;
	width: fit-content;
	min-width: 70%;
	margin: 0 auto;
}

.custom-text-field {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
	box-sizing: border-box;
	display: none; /* Domyślnie ukryte */
}

/* Pokaż custom text field tylko gdy opcja jest zaznaczona */
.addon-option-wrapper.selected .custom-text-field {
	display: block;
}

.custom-text-field * {
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.wc-pao-addon-image-swatch {
	width: 100%;
}

.product-faq-section .prose p {
	margin-bottom: 0.5rem;
}

.product-faq-section .prose p:last-child {
	margin-bottom: 0;
}

.product-faq-section .prose ul,
.product-faq-section .prose ol {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.product-faq-section .prose a {
	color: #2563eb;
	text-decoration: underline;
}

.product-faq-section .prose strong {
	font-weight: 600;
}

/* FAQ Accordion specific styles */
.faq-answer {
	transition:
		max-height 0.3s ease-out,
		overflow 0.3s ease-out !important;
	overflow: hidden !important;
}

/* Ukryj angielski tekst i zastąp polskim */
option[value='Please choose an option'],
option[disabled]:contains('Please choose an option') {
	display: none !important;
}

select:has(option[value='']:contains('Please choose an option'))::before {
	content: 'Wybierz opcję' !important;
}

/* Alternatywne podejście - ukryj wszystkie opcje z angielskim tekstem */
select option:lang(en):contains('Please choose an option'),
select option:contains('Please choose an option') {
	display: none !important;
}

/* Dodaj polską opcję na początku */
.wc-pao-addon-container select:empty::before {
	content: 'Wybierz opcję' !important;
}
/* Ukryj konkretne angielskie teksty w WooCommerce Product Add-Ons */
.wc-pao-addon select option[value='']:empty::after {
	content: 'Wybierz opcję...' !important;
	color: #666 !important;
}

.wc-pao-addon select option:contains('Please choose an option') {
	visibility: hidden !important;
	position: relative !important;
}

.wc-pao-addon select option:contains('Please choose an option')::after {
	content: 'Wybierz opcję...' !important;
	visibility: visible !important;
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
}

/* Agresywne ukrywanie angielskich tekstów - wszystkie możliwe selektory */
select option[value='']:contains('Please choose an option'),
select option[disabled]:contains('Please choose an option'),
.wc-pao-addon-select select option:contains('Please choose an option'),
.product-addon select option:contains('Please choose an option'),
.woocommerce select option:contains('Please choose an option') {
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
}

/* Dodaj polskie napisy przez CSS dla pustych opcji */
select option[value='']:empty,
.wc-pao-addon-select select option[value='']:empty,
.product-addon select option[value='']:empty {
	font-size: 14px !important;
	line-height: normal !important;
	color: #666 !important;
	text-indent: 0 !important;
}

select option[value='']:empty::before,
.wc-pao-addon-select select option[value='']:empty::before,
.product-addon select option[value='']:empty::before {
	content: 'Wybierz opcję...' !important;
}
.faq-question {
	cursor: pointer !important;
	transition: background-color 0.2s ease;
}

.faq-icon {
	transition: transform 0.3s ease !important;
	flex-shrink: 0;
}

.wc-pao-addon-container {
	position: relative;
}

.wc-pao-validation-notice {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

#valentine-info-bar {
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.info-item {
	padding: 0 15px;
	font-style: italic;
}

.info-separator {
	padding: 0 15px;
	opacity: 0.7;
}

@media (max-width: 768px) {
	#valentine-info-bar {
		font-size: 12px;
	}

	body {
		padding-top: 150px !important;
		/* Więcej miejsca na mobile bo header jest wyższy */
	}

	.info-item {
		padding: 0 8px;
	}

	.info-separator {
		padding: 0 8px;
	}
}

body {
	padding-top: 30px !important;
}

.site-branding {
	margin: 0;
}

/* Testimonial Slider Styles */
.testimonial-slider {
	overflow: hidden;
	position: relative;
}

.testimonial-quote {
	min-height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: transform 0.3s ease-in-out;
	transform: translateX(0);
}

.testimonial-quote p {
	color: #4a5568;
	font-size: 1.1rem;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 0.5rem;
	line-height: 1.6;
}

.testimonial-quote span {
	color: #718096;
	font-size: 0.9rem;
	font-weight: 300;
	font-style: italic;
}
