/* ==================== PLUGINS ==================== */
.cky-revisit-bottom-left {
	bottom: 100px !important;
	transform: scale(0.75) !important;
}

/* ==================== FONTS ==================== */

* {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

/* ==================== COLORS ==================== */

.text-primary {
	color: #304173;
}

.bg-primary {
	background-color: #304173;
}

.text-secondary {
	color: #ff9019;
}

.bg-secondary {
	background-color: #ff9019;
}

/* ==================== BUTTONS ==================== */

.btn-primary {
	background-color: #304173;
	color: #fff;
	padding: 7px 30px;
	border: 1px solid #304173;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.btn-primary:hover {
	background-color: #fff;
	color: #13315e;
	border: 1px solid #304173;
}

.btn-secondary {
	background-color: #ff9019;
	color: #fff;
	padding: 7px 30px;
	border: 1px solid #ff9019;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.btn-secondary:hover {
	background-color: #304173;
	color: #ffffff;
	border: 1px solid #304173;
}

.btn-white {
	background-color: #fff;
	color: #13315e;
	padding: 7px 30px;
	border: 1px solid #304173;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.btn-white:hover {
	background-color: #304173;
	color: #fff;
	border: 1px solid #304173;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
	background-color: #ff9019;
	width: 100% !important;
	color: #fff;
	padding: 7px 30px;
	border: 1px solid #ff9019;
	border-radius: 5px;
	transition: all 0.3s ease;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
	background-color: #fff;
	color: #ff9019;
	border: 1px solid #ff9019;
}

/* ==================== BUTTONS ==================== */

.link-header {
	color: #ffffff;
	text-decoration: none;
	background-image: linear-gradient(#ffffff, #ffffff);
	background-size: 0% 0.1em;
	background-position-y: 100%;
	background-position-x: 100%;
	background-repeat: no-repeat;
	transition: background-size 0.2s ease-in-out;
}

.link-header:hover,
.link-header:focus,
.link-header:active {
	background-size: 100% 0.1em;
	background-position-x: 0%;
}

/* ==================== MINI CART ==================== */
#fkcart-modal .fkcart-preview-ui {
	max-width: 450px !important;
}


/* ==================== MY ACCOUNT: LOGIN / REGISTER (PRONEO) ==================== */

.woocommerce #customer_login {
	display: flex !important;
	flex-direction: column !important;
	gap: 24px !important;
	text-align: left !important;
}

/* Boxy logowania / rejestracji */
.woocommerce #customer_login .u-column1,
.woocommerce #customer_login .u-column2 {
	background-color: #ffffff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	padding: 24px 20px !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04) !important;
	width: 100% !important;
}

/* Nagłówki */
.woocommerce #customer_login h2 {
	font-size: 22px !important;
	margin: 0 0 16px 0 !important;
	color: #304173 !important; /* primary */
	text-align: left !important;
}

/* Ogólny tekst w formularzach */
.woocommerce #customer_login p {
	font-size: 14px !important;
	line-height: 1.5 !important;
	color: #1f2933 !important;
	text-align: left !important;
	margin-bottom: 12px !important;
}

/* Każdy wiersz formularza jako blok */
.woocommerce #customer_login .woocommerce-form-row,
.woocommerce #customer_login .form-row {
	display: block !important;
	width: 100% !important;
	text-align: left !important;
	margin-bottom: 16px !important;
}

/* Label ZAWSZE na górze, do lewej */
.woocommerce #customer_login form .form-row label,
.woocommerce #customer_login .woocommerce-form__label-for-checkbox {
	display: block !important;
	width: 100% !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	margin: 0 0 6px 0 !important;
	color: #4a5568 !important;
	text-align: left !important;
}

/* Checkbox + tekst w jednej linii, ale wciąż do lewej */
.woocommerce #customer_login .woocommerce-form__label-for-checkbox {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	width: auto !important;
}

/* Pola input (tekst, email, hasło) */
.woocommerce #customer_login form .form-row input.input-text,
.woocommerce #customer_login form .form-row .password-input input {
	width: 100% !important;
	border-radius: 4px !important;
	border: 1px solid #cbd5e1 !important;
	padding: 10px 12px !important;
	font-size: 14px !important;
	background-color: #ffffff !important;
	box-sizing: border-box !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.woocommerce #customer_login form .form-row input.input-text:focus,
.woocommerce #customer_login form .form-row .password-input input:focus {
	outline: none !important;
	border-color: #304173 !important;
	box-shadow: 0 0 0 1px rgba(48, 65, 115, 0.25) !important;
}

/* Checkbox */
.woocommerce #customer_login .woocommerce-form__input-checkbox {
	width: 16px !important;
	height: 16px !important;
	border-radius: 3px !important;
	border: 1px solid #cbd5e1 !important;
	cursor: pointer !important;
}

/* Link "Nie pamiętasz hasła?" */
.woocommerce #customer_login .woocommerce-LostPassword a {
	font-size: 13px !important;
	color: #304173 !important;
	text-decoration: none !important;
	border-bottom: 1px solid transparent !important;
	transition: border-color 0.2s ease, opacity 0.2s ease !important;
}

.woocommerce #customer_login .woocommerce-LostPassword a:hover {
	border-color: #304173 !important;
	opacity: 0.8 !important;
}

/* Przycisk logowania i rejestracji – w kolorze secondary (#ff9019) */
.woocommerce #customer_login .woocommerce-button.button,
.woocommerce #customer_login .woocommerce-form-login__submit,
.woocommerce #customer_login .woocommerce-form-register__submit {
	background-color: #ff9019 !important;
	color: #ffffff !important;
	padding: 8px 28px !important;
	border-radius: 5px !important;
	border: 1px solid #ff9019 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	display: inline-block !important;
}

.woocommerce #customer_login .woocommerce-button.button:hover,
.woocommerce #customer_login .woocommerce-form-login__submit:hover,
.woocommerce #customer_login .woocommerce-form-register__submit:hover {
	background-color: #304173 !important;
	color: #ffffff !important;
	border-color: #304173 !important;
}

/* Polityka prywatności pod rejestracją */
.woocommerce #customer_login .woocommerce-privacy-policy-text p {
	font-size: 12px !important;
	color: #6b7280 !important;
	margin-bottom: 12px !important;
}

.woocommerce #customer_login .woocommerce-privacy-policy-link {
	color: #304173 !important;
	text-decoration: underline !important;
}

/* Layout: poniżej 1024px jeden pod drugim, powyżej obok siebie */
@media (min-width: 1024px) {
	.woocommerce #customer_login {
		flex-direction: row !important;
		align-items: flex-start !important;
	}

	.woocommerce #customer_login .u-column1,
	.woocommerce #customer_login .u-column2 {
		width: 50% !important;
	}

	.woocommerce #customer_login .u-column1 {
		margin-right: 12px !important;
	}

	.woocommerce #customer_login .u-column2 {
		margin-left: 12px !important;
	}
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	padding: 0px !important;
	border: none !important;
}
