:root {
	--g-blue: #4285F4;
	--g-red: #EA4335;
	--g-blue-hover: #3367d6;
	--ink: #3c4043;
	--border: #dadce0;
}

/* ---- Base button ---- */
.btn-google {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 0 20px;
	height: 44px;
	border-radius: 6px;
	border: 1px solid var(--border);
	background: #f2f2f2;
	color: var(--ink);
	font-size: 15px;
	font-weight: 500;
	font-family: inherit;
	cursor: pointer;
	transition: background-color .15s, box-shadow .15s, border-color .15s;
	font-family: "Segoe UI", Roboto, Arial, sans-serif;
	text-decoration: none;
}

.btn-google i {
	font-size: 18px;
}

.btn-google img {
	width: 20px;
}

.btn-google:hover {
	background: #f8faff;
	border-color: #c6dafc;
	box-shadow: 0 1px 3px rgba(60, 64, 67, .15);
}

.btn-google:focus-visible {
	outline: 2px solid var(--g-blue);
	outline-offset: 2px;
}

.btn-google:active {
	background: #ecf3fe;
}

/* Full-width modifier */
.btn-google--full {
	width: 100%;
	justify-content: center;
	box-sizing: border-box;
}

/* Light variant: colored icon */
.btn-google--light i {
	color: var(--g-red);
}

/* Filled blue variant */
.btn-google--blue {
	background: var(--g-blue);
	border-color: var(--g-blue);
	color: #fff;
}

.btn-google--blue:hover {
	background: var(--g-blue-hover);
	border-color: var(--g-blue-hover);
}

.btn-google--blue:active {
	background: #2a56c6;
}

/* Dark variant */
.btn-google--dark {
	background: #202124;
	border-color: #202124;
	color: #e8eaed;
}

.btn-google--dark:hover {
	background: #303134;
	border-color: #303134;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.btn-google--dark:active {
	background: #3c4043;
}

.label {
	font-size: 12px;
	color: #5f6368;
	letter-spacing: .04em;
	text-transform: uppercase;
}


.signin-google {
	display: block;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	background-color: #fff;
	color: #4285f4;
	/* Google blue for text */
	border: 1px solid #dadce0;
	border-radius: 6px;
	text-decoration: none;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 700;
	transition: all 0.2s ease;
	gap: 10px;
	text-align: center;
}

.signin-google:hover {
	background-color: #f8f9fa;
	border-color: #dadce0;
	color: #3267d6;
	/* Darker blue for hover */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.signin-google i.fa-google {
	font-size: 24px;
	color: #db4437;
	/* Google red for icon */
}

/* Optional: Active/Clicked state */
.signin-google:active {
	background-color: #f1f3f4;
	color: #1947b4;
	/* Even darker blue for active */
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cool-class {
	background-color: #e0f7fa;
	/* Example style */
}

.hot-class {
	background-color: #ffebee;
	/* Example style */
}

.my-custom-class {
	color: #4caf50;
	/* Example style */
}

button.pswp__button {
	background-image: none !important;
}

figure.wp-block-table {
	overflow-x: auto;
	display: block;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.wp-block-table .has-fixed-layout {
	table-layout: auto;
}

.current-menu-parent:not(.current-product-parent),
.ergec-menu>.current-menu-item {
	background: white;
	box-shadow: #0000001a 0px 10px 10px 0px;
	box-sizing: border-box;
}

.current-menu-parent>.sub-menu>.current-menu-item,
.current-product-parent {
	font-weight: bold;
}


/*********** Product Categories ***********/

.wp-block-woocommerce-product-categories {
	padding: 20px;
	margin: 0;
	padding: 0;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
	margin: 0;
}

.wc-block-product-categories-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.wc-block-product-categories-list-item {
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 0;
	align-content: center;
}

.wc-block-product-categories-list-item ul {
	display: none;
}

.wc-block-product-categories-list-item:hover {
	/* transform: translateY(-5px); */
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.wc-block-product-categories-list-item a {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem 1.5rem;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
	margin: auto;
	max-width: none;
	margin-bottom: 1rem;
	border-radius: 10px;
}

.wc-block-product-categories-list-item__image img {
	width: 100%;
	max-width: 250px;
	height: auto;
	border-radius: 8px;
}

.wc-block-product-categories-list-item__name {
	font-size: 1.2rem;
	font-weight: 600;
}

.wc-block-product-categories-list-item-count {
	font-size: 1rem;
	color: #666;
	margin-top: 8px;
}

:where(.wp-block-woocommerce-add-to-cart-form>*+*) {
	padding: 0;
}

.woocommerce div.product form.cart {
	margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
	.wc-block-product-categories-list {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 767px) {
	.wc-block-product-categories-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.wc-block-product-categories-list-item {
		padding: 15px;
	}
}

@media (max-width: 480px) {
	.wc-block-product-categories-list {
		grid-template-columns: 1fr;
	}
}




/* ===== WPCF7 Clean Modern Style ===== */

.wpcf7 {
	max-width: 600px;
	margin: 0 auto;
	font-family: inherit;
}

/* Form fields */
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="number"],
.wpcf7 form input[type="date"],
.wpcf7 form textarea,
.wpcf7 form select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	background-color: #fff;
	font-size: 15px;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
}

/* Focus state */
.wpcf7 form input:focus,
.wpcf7 form textarea:focus,
.wpcf7 form select:focus {
	border-color: #0d6efd;
	outline: none;
	box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

/* Textarea */
.wpcf7 form textarea {
	min-height: 140px;
	resize: vertical;
}

/* Labels */
.wpcf7 form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
}

/* Spacing between fields */
.wpcf7 form p {
	margin-bottom: 18px;
}

/* Submit button */
.wpcf7 form input[type="submit"] {
	background-color: #0d6efd;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 500;
	transition: background-color 0.2s ease;
}

.wpcf7 form input[type="submit"]:hover {
	background-color: #0b5ed7;
}

/* Error messages */
.wpcf7 form .wpcf7-not-valid {
	border-color: #dc3545;
}

.wpcf7 form .wpcf7-not-valid-tip {
	color: #dc3545;
	font-size: 13px;
	margin-top: 4px;
}

/* Response message */
.wpcf7-response-output {
	margin-top: 20px;
	padding: 12px 15px;
	border-radius: 8px;
	font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0 1em;
	padding: 1rem;
	border: 2px solid #00a0d2;
}

/* Success message */
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #e9f7ef;
	border: 1px solid #198754;
	color: #198754;
}

/* Error message */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
	background-color: #fdecea;
	border: 1px solid #dc3545;
	color: #dc3545;
}