/**
 * Kajal Naina Custom Styles
 *
 * CSS imports for modular organization
 * Migrated from Perfmatters code snippets
 */

/* Site-specific CSS modules */
@import url('css/header.css');
@import url('css/homepage.css');
@import url('css/search.css');
@import url('css/shop.css');
@import url('css/wishlist.css?v=1.1.9');
@import url('css/checkout.css?v=1.1.9');
@import url('css/mini-cart.css?v=1.1.9b');
@import url('css/products.css?v=1.1.10');
@import url('css/fibosearch.css?v=1.1.9');
@import url('css/media-carousel.css');
@import url('css/prices.css');

/* ========================================
   DESKTOP VIEWPORT (≥1000px)
   Hide Blaze cart controls - use native FluidCheckout Pro controls
   Fixes orphaned controls when viewport resizes tablet→desktop (Image #6)
   NOTE: This rule is here (not in checkout.css) for cache-busting
   ======================================== */
@media (min-width: 1000px) {
    .blaze-fc-cart-item-controls,
    .blaze-fc-qty-controls,
    .blaze-fc-qty-btn,
    .blaze-fc-qty-input,
    .blaze-fc-item-remove {
        display: none !important;
    }
}

/* ========================================
   Existing Custom Styles
   ======================================== */

html .is-layout-constrained>.alignwide {
	max-width: var(--theme-normal-container-max-width) !important;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
	text-decoration-color: var(--theme-palette-color-6) !important;
}

html .wc-block-components-product-image img {
	aspect-ratio: 1/1;
	object-position: center center;
	object-fit: cover;
}

/* *
 * Flying Box
 * */
.flying-box {
	min-height: 446px;
}

.flying-box .the-image {
	position: absolute;
}

.flying-box .wp-block-column {
	position: relative;
}

.flying-box h2 {
	font-size: 36px !important;
	line-height: 48px !important;
}

.flying-box .the-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flying-box .the-box,
.flying-box .the-box p {
	line-height: 36px !important;
	font-size: 24px !important;
}

.flying-box .image-container .the-image {
	bottom: 0 !important;
	;
	max-width: calc(100% + 62px);
	z-index: 9;
}


.flying-box.right-image .image-container .the-image {
	right: -62px;
}

.flying-box.left-image .image-container .the-image {
	left: -62px;
}

.flying-box.right-image .image-container::after {
	content: " ";
	display: block;
	position: absolute;
	top: -60px;
	right: -65px;
	width: 60px;
	height: calc(100% + 120px);
	background-color: white;
	z-index: 1;
}

.flying-box.left-image .image-container::after {
	content: " ";
	display: block;
	position: absolute;
	top: -60px;
	left: -65px;
	width: 60px;
	height: calc(100% + 120px);
	background-color: white;
	z-index: 1;
}

@media screen and (min-width: 1441px) {
	.flying-box {
		min-height: 560px;
	}

	.flying-box .image-container .the-image {
		width: 870px;
		object-fit: cover;
		height: 571px;
		overflow: hidden;

	}

	.flying-box .image-container .the-image img {}
}

@media screen and (min-width: 1025px) {
	.flying-box {
		min-height: 560px;
	}

	.flying-box .image-container .the-image {
		width: 870px;
		object-fit: cover;
		height: 571px;
		overflow: hidden;

	}

	.flying-box .image-container .the-image img {
		object-fit: cover;
		height: 573px;
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	body .is-layout-flex.flying-box {
		padding: 36px !important;
		flex-direction: column;
	}

	body .is-layout-flex.flying-box.right-image {
		flex-direction: column-reverse;
	}

	body .flying-box .image-container {
		min-height: 370px;
	}

	body .flying-box .image-container .the-image {
		max-width: calc(100% + 120px) !important;
		max-height: 416px !important;
		bottom: 0px !important;
		right: auto !important;
		left: -52px !important;
		overflow: hidden;
	}

	body .flying-box .image-container::after {
		display: none !important;
	}

	body .flying-box .the-box h2 {
		font-size: 24px !important;
		line-height: 36px !important;
	}

	body .flying-box .the-box,
	body .flying-box .the-box p {
		font-size: 18px !important;
		line-height: 24px !important;
	}
}

@media screen and (max-width: 560px) {
	html .container-block {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	html .mangalsutra-new-in-container {
		padding: 0 !important;
	}

	html body .testimonial-container {
		padding: 0 !important;
	}

	body .flying-box .image-container {
		min-height: 180px;
	}

	body .flying-box .image-container.custom-height {
		min-height: 150px;
	}

	body .flying-box .image-container .the-image {
		max-width: calc(100% + 120px) !important;
		max-height: 260px !important;
		top: auto !important;
		bottom: 0px !important;
		right: auto !important;
		left: -46px !important;
	}
}

@media screen and (max-width: 375px) {
	body .flying-box .image-container {
		min-height: 152px;
	}
}

@media screen and (max-width: 320px) {
	body .flying-box .image-container {
		min-height: 120px;
	}
}

/**
 * TESTIMONIAL
 * */
.testimonial-container {
	padding: 50px 80px !important;
}

@media screen and (max-width:480px) {
	.testimonial-container {
		padding: 16px !important;
	}
}

.testimonial-box .testimonial-quote {
	flex-basis: 47px !important;
}

.testimonial-box .testimonial-content {
	flex-basis: calc(100% - 94px) !important;
}

/* *
 * * PRODUCT COLLECTION
 * */

.wp-block-woocommerce-product-template .wc-block-product::before {
	display: none;
}

/* *
 * MANGALSUTRA NEW IN
 * */

.mangalsutra-new-in-container .wp-block-woocommerce-product-template .wc-block-product {}

@media screen and (max-width: 1024px) {
	.mangalsutra-new-in-container {
		padding: 32px !important;
	}
}

@media screen and (max-width: 480px) {
	.mangalsutra-new-in-container {
		padding: 16px !important;
	}
}

/* *
 * * GENERAL PRODUCT COLLECTION
 * */
/* @media screen and (max-width: 768px) {

	.wp-block-woocommerce-product-collection.product-collection-gallery .wp-block-woocommerce-product-template .wc-block-product:nth-child(n+4) {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.wp-block-woocommerce-product-collection.product-collection-gallery .wp-block-woocommerce-product-template {
		grid-template-columns: 1fr 1fr !important;
	}
	
	.wp-block-woocommerce-product-collection.product-collection-gallery .wp-block-woocommerce-product-template .wc-block-product:nth-child(n+3) {
		display: none;
	}
} */

/* *
 * * PRODUCT CARD
 * */
html .products[data-products] .product,
html .wc-block-product {
	--product-card-add-to-cart-border-radius: 0 !important;
	--product-card-add-to-cart-border-color: #fff !important;
	--theme-button-text-initial-color: var(--theme-palette-color-1) !important;
	--theme-button-background-initial-color: #fff !important;
	--theme-button-background-hover-color: var(--theme-palette-color-6) !important;
	--theme-button-text-hover-color: var(--theme-palette-color-1) !important;
}

html .products[data-products] .product {
	padding-left: 8px;
	padding-right: 8px;
}

html .products[data-products] .product .button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 16px !important;
	font-weight: normal !important;
}

html .wc-block-product .add_to_cart_button {
	position: relative;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 40px;
	padding: 8px 16px !important;
}

html .wc-block-product .add_to_cart_button span {
	margin-bottom: 0;
}

html .wc-block-product .add_to_cart_button:after,
html .products[data-products] .product .button::after {
	content: " ";
	position: static;
	margin-left: 8px;
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="iso-8859-1"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg height="800px" width="800px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 185.343 185.343" xml:space="preserve"><g><g><path style="fill:%23010002;" d="M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z"/></g></g></svg>');
}

html .wc-block-product:hover .add-to-cart-button,
html .wc-block-product .add-to-cart-button.hover,
html .wc-block-product .add_to_cart_button:hover {
	background-color: var(--theme-palette-color-6) !important;
	color: var(--theme-palette-color-1) !important;
	transform: none !important;
}

html .products[data-products] .product:before {
	display: none;
}

html .products[data-products] .product .ct-woo-card-extra {
	top: 16px;
	bottom: auto;
}

html .products[data-products] .product .woocommerce-loop-product__title {
	font-size: 18px !important;
	font-weight: normal;
	line-height: 28px !important;

	min-height: 0 !important;
	--product-element-spacing: 4px;
	--theme-link-hover-color: var(--theme-palette-color-1) !important;
	;
}


html .blaze-product-carousel .product>* {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html .blaze-product-carousel .product>figure {
	aspect-ratio: 1/1;
	overflow: hidden;
}

html .blaze-product-carousel .owl-dots {
	margin-top: 1rem;
}

html .products.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 4px;
	border-radius: 999px;
}

html .products.owl-theme .owl-dots .owl-dot.active {}

html .products.owl-theme .owl-dots .owl-dot.active span {
	width: 24px;
	background-color: var(--theme-palette-color-6) !important;
}

html .products .product {
	border: none !important;
}

html .products .product>* {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html .wc-block-product .wp-block-post-title:hover,
html .wc-block-product .wp-block-post-title:hover a,
html .wc-block-product .wp-block-post-title a:hover {
	color: var(--theme-palette-color-1) !important;
}

/* *
 * * RESPONSIVE BUTTON SLIDER
 * */

/* Base container styling */
.responsive-slider-buttons {
	position: relative;
}

/* Normal mode - let buttons maintain their natural width */
.responsive-slider-buttons:not(.owl-carousel) {
	/* Keep default flex behavior from Gutenberg */
}

/* Hide scrollbar if any */
.responsive-slider-buttons:not(.owl-carousel)::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, Opera */
}

/* Button items in slider mode */
.responsive-slider-buttons.owl-carousel .wp-block-button {
	display: inline-block;
	width: auto;
}

/* Owl Carousel stage padding adjustments */
.responsive-slider-buttons.owl-carousel .owl-stage-outer {
	overflow: visible;
}

/* Dots styling - using existing pattern from line 280-297 */
.responsive-slider-buttons.owl-theme .owl-dots {
	margin-top: 1rem;
	text-align: center;
}

.responsive-slider-buttons.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 4px;
}

.responsive-slider-buttons.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 4px;
	border-radius: 999px;
	background-color: #d6d6d6;
	display: block;
	transition: all 0.3s ease;
}

.responsive-slider-buttons.owl-theme .owl-dots .owl-dot.active span {
	width: 24px;
	background-color: var(--theme-palette-color-6) !important;
}

.responsive-slider-buttons.owl-theme .owl-dots .owl-dot:hover span {
	background-color: var(--theme-palette-color-6);
	opacity: 0.7;
}

/* Ensure buttons maintain their styling in slider */
.responsive-slider-buttons.owl-carousel .wp-block-button__link {
	white-space: nowrap;
}

/* Smooth transitions */
.responsive-slider-buttons {
	transition: all 0.3s ease;
}

/* Mobile specific adjustments */
@media screen and (max-width: 599px) {
	.responsive-slider-buttons.owl-carousel .owl-stage {
		padding-left: 0;
		padding-right: 0;
	}

	.responsive-slider-buttons.owl-theme .owl-dots {
		margin-top: 0.75rem;
	}
}

/* Tablet specific adjustments */
@media screen and (min-width: 600px) and (max-width: 1023px) {
	.responsive-slider-buttons.owl-carousel .owl-stage {
		display: flex;
		align-items: center;
	}
}

/* Desktop - allow natural layout when no overflow */
@media screen and (min-width: 1024px) {
	.responsive-slider-buttons:not(.owl-carousel) {
		justify-content: center;
	}
}

/* Fix for Gutenberg button alignment in slider */
.responsive-slider-buttons.owl-carousel.is-content-justification-center {
	text-align: center;
}

.responsive-slider-buttons.owl-carousel .owl-item {
	display: flex;
	justify-content: center;
	align-items: center;
}

html .heading-with-line.gspb_heading {
	width: max-content;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: auto;
	margin-right: auto;
}

/* Product Card Wishlist Button */
.ct-wishlist-button-archive .ct-button {
	background-color: transparent !important;
}

.products .product .ct-woo-card-extra .ct-button {
	border: none !important;
	background-color: transparent !important;
}

.ct-wishlist-button-archive .ct-icon-container svg {
	width: 24px !important;
	height: 21.5px !important;
	fill: #939395 !important;
}

.ct-wishlist-button-archive .ct-icon-container svg:hover {
	fill: #2D2D2D !important;
}

/* additional homepage css */
.earn-rewards-sub-con {
	width: 95%;
}

.kn-collection-cards .slick-track, .reviews-cards .slick-track {
	transform: none !important;
}

/* Desktop 1025px and above - disable slider */
@media (min-width: 1025px) {
	.kn-collection-cards, .reviews-cards {
		display: flex !important;
		gap: 20px;
	}

	.kn-collection-cards .slick-dots,
	.kn-collection-cards .slick-arrow,
	.reviews-cards .slick-dots,
	.reviews-cards .slick-arrow {
		display: none !important;
	}
}

/* Tablet & Mobile - slider styles */
@media (max-width: 1024px) {

	.kn-collection-cards .slick-slide,
	.reviews-cards .slick-slide {
		padding: 0 10px;
	}

	.kn-collection-cards .slick-dots,
	.reviews-cards .slick-dots {
		bottom: -30px;
	}

	.kn-collection-cards .slick-prev,
	.kn-collection-cards .slick-next,
	.reviews-cards .slick-prev,
	.reviews-cards .slick-next {
		display: none;
	}

}

/* additional footer css */
.footer-mailchamp input.for-home5:hover {
	transform: none;
	background-color: #E4CC95 !important;
}

@media (min-width: 768px) and (max-width: 1370px) {
	.footer-links-container {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 1281px) and (max-width: 1367px) {
	.blz-footer-kn-showroom > div:nth-child(1) > span{
		line-height: 20px;
	}
}

/* 2 lines: viewport between 1031px and 1885px */
@media (min-width: 1031px) and (max-width: 1885px) {
	.earn-rewards-sub-con .wp-block-columns.alignwide .wp-block-group.is-layout-flex>p {
		max-width: 200px !important;
	}
}

/* 3 lines: viewport between 782px and 1030px */
@media (min-width: 782px) and (max-width: 1030px) {
	.earn-rewards-sub-con .wp-block-columns.alignwide .wp-block-group.is-layout-flex>p {
		max-width: 130px !important;
	}
}

/* additional checkout css */
.fc-inside {
	display: flex;
	flex-direction: column;
}

div.fc-contact-fields.fc-clearfix>div>p.mc4wp-checkbox.mc4wp-checkbox-woocommerce.form-row.form-row-wide>label>span {
	margin-left: 8px;
}

div.fc-contact-fields.fc-clearfix>div>p.mc4wp-checkbox.mc4wp-checkbox-woocommerce.form-row.form-row-wide>label {
	display: flex;
	align-content: center;
}

div.fc-contact-fields.fc-clearfix>div>p.mc4wp-checkbox.mc4wp-checkbox-woocommerce.form-row.form-row-wide>label>input {
	margin-bottom: 5px;
}

.checkout .fc-progress-bar--bars .fc-progress-bar__steps {
	color: transparent;
}

a.woocommerce-privacy-policy-link:hover,
a.woocommerce-terms-and-conditions-link:hover {
	color: #DBBE7B;
}

div.form-row.place-order.place-order--main>div.woocommerce-terms-and-conditions-wrapper>p>label>.fc-terms-checkbox {
	margin-bottom: -2px;
}

div.form-row.place-order.place-order--main>div.woocommerce-terms-and-conditions-wrapper>p>label {
	margin-bottom: 15px;
}

.fc-checkout-steps a:hover {
	color: #DBBE7B !important;
}

.blaze-register-checkout-info {
	background-color: #E6DEBD;
	padding: 20px;
	margin-top: 20px;
}

.blz-KN-reward-card {
	display: flex;
	flex-direction: column;
	gap: 0; /* Remove uniform gap, use individual margins */
}

.blaze-register-checkout-info h6 {
	font-family: 'Josefin Sans', sans-serif !important;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 16px; /* Gap below heading */
}

.blaze-register-checkout-info .sub-heading {
	font-family: 'Josefin Sans', sans-serif !important;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 12px; /* Gap below subheading */
}

.blaze-register-checkout-info p {
	font-family: 'Josefin Sans', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}

.fc-checkout-steps button.fc-step__substep-save, .fc-checkout-steps button.fc-place-order-button {
	background-color: #e6debd !important;
	color: #2D2D2D !important;
}

.fc-checkout-steps button.fc-step__substep-save:hover, .fc-checkout-steps button.fc-place-order-button:hover {
	background-color: #E4CC95 !important;
	color: #2D2D2D !important;
}

.fc-checkout-step[data-step-complete] .fc-step__substep .fc-step__substep-title:before {
	background-color: #007A3D !important;
}

.fc-checkout-step[data-step-complete] .fc-step__substep .fc-step__substep-title,
.fc-checkout-step[data-step-complete] .fc-step__substep-text-line {
	color: #2d2d2d !important;
}

#pwgc-redeem-button {
	padding-bottom: 0px;
	font-size: 14px !important;
}

.mailchimp-newsletter label span {
	font-size: 0;
}

.mailchimp-newsletter label span::after {
	content: 'Join our VIP list today to earn exclusive rewards, get early access to new collections, and stay updated on all things Kajal Naina.';
	font-size: 14px;
	display: inline;
	line-height: 1.4;
}

/* ========================================
   CHECKOUT MOBILE FIXES
   ONLY affects viewports <= 750px
   Desktop uses FluidCheckout defaults
   Order summary toggle styling in checkout.css
   ======================================== */
@media (max-width: 750px) {

	/* Mobile container padding - matches Figma 16px spec */
	body.woocommerce-checkout .fc-content.fc-container {
		padding: 0 16px 80px !important;
	}

	/* Keep border radius rules for checkout steps */
	.fc-wrapper .fc-checkout-step:first-child,
	.fc-wrapper .fc-checkout-step:first-child>div:first-of-type {
		border-top-left-radius: var(--fluidcheckout--section--border-radius, 8px);
		border-top-right-radius: var(--fluidcheckout--section--border-radius, 8px);
	}

	.fc-wrapper .fc-checkout-step:last-child,
	.fc-wrapper .fc-checkout-step:last-child>div:last-of-type {
		border-bottom-left-radius: var(--fluidcheckout--section--border-radius, 8px);
		border-bottom-right-radius: var(--fluidcheckout--section--border-radius, 8px);
	}

	/* Order summary styling now handled by checkout.css */
	/* REMOVED: margin-top: 30px on #fc-checkout-order-review (caused gap) */
	/* REMOVED: margin: 0 -20px / width: calc(100% + 40px) (caused overflow) */
}

/* additional css my-account page */
p.mc4wp-checkbox.mc4wp-checkbox-wp-registration-form span{
	font-weight: 500;
	color: #2D2D2D !important;
}
p.mc4wp-checkbox.mc4wp-checkbox-wp-registration-form{
	line-height: 1.71em;
}

/* Move Mailchimp checkbox to appear before privacy policy */
#registerform, .blz-my_account .register {
  display: flex;
  flex-direction: column;
}
.woocommerce-privacy-policy-text, .blz-my_account .woocommerce-privacy-policy-text{
  order: 2;
}

.mc4wp-checkbox.mc4wp-checkbox-wp-registration-form, .blz-my_account .mc4wp-checkbox.mc4wp-checkbox-wp-registration-form {
  order: 1;
}
.blz-my_account .mc4wp-checkbox.mc4wp-checkbox-wp-registration-form {
  margin: 10px 0px;
}
#registerform > p:has(.ct-account-register-submit), .blz-my_account p.form-row:has(button.button) {
  order: 3;
}
.blz-my_account p.login-link{
  order: 4;
}

@media screen and (max-width: 768px) {
	p.mc4wp-checkbox.mc4wp-checkbox-wp-registration-form{
		line-height: 1.41em;
	}
}
.woocommerce-MyAccount-navigation-link--pw-gift-card-balance {
	display: none;
}

.woocommerce.ct-woo-account p, .woocommerce.ct-woo-account a {
	font-weight: 300;
}

.template2 a {
	text-decoration: none !important;
}

.ct-forgot-password:hover {
	color: #DBBE7B !important;
}

.blaze-login-register.template2 a:hover {
	color: #DBBE7B !important;
}

div.blaze-login-register.template2>div.register-container>form>div.woocommerce-privacy-policy-text>p, #registerform .woocommerce-privacy-policy-text p {
	font-weight: 500 !important;
	margin-bottom: 12px;
}

div.blaze-login-register.template2>div.register-container>form>p.form-row.form-row-wide.mailchimp-newsletter {
	margin: 20px 0px;
}

.blz-my_account .woocommerce-MyAccount-navigation ul li a {
	color: #162423 !important;
}

.blz-my_account a.button {
	color: #fff !important;
}

.blz-my_account a.button:hover {
	color: #274832 !important;
}

.blz-my_account p.login-link {
	margin-top: 20px;
}

.blaze-login-register.template2 h2 {
	margin-bottom: 40px;
}

.lost_reset_password button.woocommerce-Button.button, .lost_reset_password label {
	margin-top: 10px;
}

@media screen and (max-width: 425px) {
	.blaze-login-register.template2 h2 {
		margin-bottom: 16px;
	}
}

/* additional css blog page */
.blog-page-grid .uagb-post__image {
	height: 300px !important;
}

.blog-page-grid .uagb-post__image a {
	display: block !important;
	height: 100% !important;
}

.blog-page-grid .uagb-post__image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

/* additional css for page subheading */
h3.heading-horizontal {
	display: flex;
	align-items: center;
	text-align: center;
	gap: 20px;
}

h3.heading-horizontal::before,
h3.heading-horizontal::after {
	content: '';
	flex: 1;
	height: 0.5px;
	background-color: #ebecee;
}

/* additional css for page bespoke-jewellery-by-kajal-naina */
#form_d2lor fieldset {
	padding: 0px;
	border: none;
}

#form_d2lor .frm_fields_container,
#form_d2lor div#frm_combo_inputs_container_36 {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

div#gspb_button-id-gsbp-debfeb0 a {
	width: 100%;
	justify-content: flex-start;
	display: flex;
}

span.gspb-buttonbox-textwrap {
	justify-content: space-between;
	width: 100%;
}

div#frm_desc_field_a2994 {
	margin: 10px 0px;
}

@media screen and (max-width: 425px) {
	.enquiry-accordion-header {
		line-height: 22px !important;
	}
}

@media screen and (max-width: 768px) {
	.enquiry-accordion-header {
		line-height: 24px !important;
	}
}

/* additional css for testimony page */
.testimonial-maincontainer {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

.testimonial-maincontainer>div {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px;
	background-color: #274832CC;
}

.testimonial-maincontainer p {
	line-height: 1.5;
}

@media (min-width: 768px) {
	.testimonial-maincontainer {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1280px) {
	.testimonial-maincontainer {
		grid-template-columns: repeat(5, 1fr);
	}
}

/* additonal css for main collection page */
.gspb_container .blz-hover-paragraph a {
	transition: color 0.3s ease;
}
.gspb_container>.wp-block-cover .blz-hover-collections-paragraph a {
	text-decoration: none !important;
}
.gspb_container:hover>.wp-block-cover .blz-hover-collections-paragraph a {
	color: #E4CC95;
	text-decoration: none !important;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
	.collections-grid div {
		height: 270px;
	}
	.collections-grid div div div div{
		display: flex;
		flex-direction: column;
		justify-content: end;
	}
}
@media screen and (min-width: 426px) and (max-width: 500px) {
	.collections-grid div {
		height: 200px;
	}
	.collections-grid div div div div{
		display: flex;
		flex-direction: column;
		justify-content: end;
	}
}

/* ===================================================================
   CHECKOUT - Coupon Error Message Layout Fix
   =================================================================== */
/* Fix coupon error message layout - bell icon positioning and spacing */
.woocommerce-error {
	padding: 16px 20px 16px 60px !important;
	position: relative;
}

.woocommerce-error::before {
	left: 20px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.woocommerce-error li {
	padding-left: 0 !important;
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	flex-wrap: wrap !important;
}

.woocommerce-error .fc-coupon-code-message-dismiss {
	margin-left: auto !important;
}

/* Updated with more specific selector to override Fluid Checkout */
.fc-wrapper .fc-coupon-code-messages .woocommerce-error {
	padding: 16px 20px 16px 60px !important;
	position: relative !important;
}

.fc-wrapper .fc-coupon-code-messages .woocommerce-error::before {
	left: 20px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.fc-wrapper .fc-coupon-code-messages .woocommerce-error li {
	padding-left: 0 !important;
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	flex-wrap: wrap !important;
}

.fc-wrapper .fc-coupon-code-messages .woocommerce-error .fc-coupon-code-message-dismiss {
	margin-left: auto !important;
}

/* ===================================================================
   FOOTER - Icon Width Fix for Firefox
   Task: https://app.clickup.com/t/86ewe2tc0
   Issue: Footer email/phone icons distorted in Firefox, 'om' text overlapping
   Root cause: 34px line-height stretching 16x16 SVG icons
   =================================================================== */

/* Fix footer contact icon sizing for Firefox compatibility */
.gspb_iconsList__item img {
	width: 16px !important;
	height: 16px !important;
	min-width: 16px;
	flex-shrink: 0;
	align-self: center;
	object-fit: contain;
}

.gspb_iconsList__item {
	align-items: center;
}

[data-block-name="woocommerce/product-template"] .wc-block-product {
	display: flex;
	flex-flow: column;
}

[data-block-name="woocommerce/product-template"] .wc-block-product .wp-block-woocommerce-product-image {
	order: 0;
}

[data-block-name="woocommerce/product-template"] .wc-block-product .wp-block-woocommerce-product-button {
	order: 4;

}

[data-block-name="woocommerce/product-template"] .wc-block-product .wp-block-post-title {
	order: 1;
	font-size: 18px !important;
	font-weight: normal !important;
	line-height: 28px !important;
	margin-bottom: 4px !important;
}

/* Product collection price rules moved to css/prices.css */


/* fields css */
.uagb-forms-main-form .uagb-forms-input-label,
#commentform label,
#loginform label,
#loginform .ct-forgot-password,
#registerform label{
    font-weight: 500 !important;
	margin-bottom: 5px !important;
}
#commentform input,
#commentform textarea,
#pwgc-redeem-gift-card-number{
	border-color: #ebecee !important;
}
input#pwgc-redeem-button {
    transform: none;
}
p.mc4wp-checkbox.mc4wp-checkbox-woocommerce.form-row.form-row-wide {
    margin-bottom: 5px !important;
}
.fc-contact-fields.fc-clearfix {
    padding: 0px !important;
}
.woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-label-wrapper bdi {
    display: flex !important;
}

.woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-label-wrapper span.woocommerce-Price-currencySymbol {
    display: flex !important;
    width: 48px !important;
}
/* .woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-label:before,
.woocommerce ul#shipping_method .shipping-method__option .shipping-method__option-label:after {
	top: 20px !important;
} */
.fc-account-matching__content div{
	font-weight: 500 !important;
	line-height: 1.2 !important;
}
.wp-block-woocommerce-checkout .woocommerce-terms-and-conditions {
    border: 1px solid #ebecee;
    padding: 20px;
}
#billing_email-description,
#shipping_address_1-description,
#shipping_phone-description{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
@media (max-width: 999px) {
	#order_review > table > tbody > tr > td > div.product-name > div > div.quantity > button.fc-number-spin-button.fc-minus,
	#order_review > table > tbody > tr > td > div.product-name > div > div.quantity > button.fc-number-spin-button.fc-plus {
		padding: 0 10px !important;
	}
	.woocommerce-checkout-review-order-table tbody tr.cart_item .quantity input {
		width: 25px !important
	}
}