:root {
	--gdc-color-brand-900: #17324d;
	--gdc-color-brand-700: #245c8a;
	--gdc-color-accent-aqua: #2bb3c0;
	--gdc-color-accent-coral: #e45a5a;
	--gdc-color-accent-lilac: #8f6bd8;
	--gdc-color-surface-50: #f8fafc;
	--gdc-color-surface-100: #eef2f6;
	--gdc-color-border-300: #d0d5dd;
	--gdc-color-text-900: #1f2937;
	--gdc-color-text-700: #475467;
	--gdc-color-text-500: #667085;
	--gdc-color-stock: #15803d;
	--gdc-color-order: #c2410c;
	--gdc-color-confirm: #6b7280;
	--gdc-space-4: 4px;
	--gdc-space-8: 8px;
	--gdc-space-12: 12px;
	--gdc-space-16: 16px;
	--gdc-space-20: 20px;
	--gdc-space-24: 24px;
	--gdc-space-32: 32px;
	--gdc-space-40: 40px;
	--gdc-space-48: 48px;
	--gdc-space-64: 64px;
	--gdc-radius-sm: 8px;
	--gdc-radius-md: 12px;
	--gdc-radius-lg: 16px;
	--gdc-shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.08);
	--gdc-shadow-md: 0 8px 24px rgba(16, 24, 40, 0.12);
}

body.gdc-theme {
	background: var(--gdc-color-surface-50);
	color: var(--gdc-color-text-900);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site {
	background: var(--gdc-color-surface-50);
}

.site-header {
	background: linear-gradient(90deg, var(--gdc-color-brand-900) 0%, var(--gdc-color-brand-700) 100%);
	padding: var(--gdc-space-12) 0;
	color: #fff;
	box-shadow: var(--gdc-shadow-sm);
}

.site-header .site-title a,
.site-header .site-description,
.site-header .widget_product_search label,
.site-header .site-header-cart .cart-contents {
	color: #fff;
}

.site-search .widget_product_search form {
	display: flex;
	align-items: center;
	gap: var(--gdc-space-8);
}

.site-search .search-field {
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	background: #fff;
	color: var(--gdc-color-text-900);
	padding: var(--gdc-space-12) var(--gdc-space-16);
}

.site-search .search-submit {
	border-radius: 999px;
	border: 0;
	background: var(--gdc-color-accent-aqua);
	color: var(--gdc-color-text-900);
	font-weight: 700;
	padding: var(--gdc-space-12) var(--gdc-space-20);
}

.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
	font-weight: 600;
	color: #fff;
}

.site-main {
	padding-top: var(--gdc-space-24);
	padding-bottom: var(--gdc-space-32);
}

.hentry .entry-header {
	margin-bottom: var(--gdc-space-24);
}

.hentry .entry-title,
.woocommerce-products-header__title.page-title {
	color: var(--gdc-color-brand-900);
	font-size: clamp(1.5rem, 1.5vw + 1rem, 2rem);
}

.woocommerce-result-count,
.woocommerce-ordering select {
	font-size: 0.95rem;
}

ul.products li.product {
	background: #fff;
	border: 1px solid var(--gdc-color-border-300);
	border-radius: var(--gdc-radius-md);
	padding: var(--gdc-space-12);
	box-shadow: var(--gdc-shadow-sm);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

ul.products li.product:hover {
	transform: translateY(-2px);
	box-shadow: var(--gdc-shadow-md);
}

ul.products li.product .price {
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--gdc-color-brand-900);
}

ul.products li.product .button,
.single_add_to_cart_button.button {
	background: var(--gdc-color-brand-900);
	color: #fff;
	border-radius: var(--gdc-radius-sm);
	font-weight: 700;
	padding: 0.85em 1.15em;
}

ul.products li.product .button:hover,
.single_add_to_cart_button.button:hover {
	background: var(--gdc-color-brand-700);
	color: #fff;
}

.gdc-badge {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	padding: 6px 10px;
	margin-top: var(--gdc-space-8);
}

.gdc-badge--stock {
	background: rgba(21, 128, 61, 0.12);
	color: var(--gdc-color-stock);
}

.gdc-badge--order {
	background: rgba(194, 65, 12, 0.12);
	color: var(--gdc-color-order);
}

.gdc-badge--confirm {
	background: rgba(107, 114, 128, 0.14);
	color: var(--gdc-color-confirm);
}

.single-product div.product {
	background: #fff;
	padding: var(--gdc-space-20);
	border-radius: var(--gdc-radius-md);
	border: 1px solid var(--gdc-color-border-300);
}

.single-product div.product p.price {
	font-size: clamp(1.5rem, 2vw, 2rem);
	font-weight: 800;
	color: var(--gdc-color-brand-900);
}

.single-product div.product .woocommerce-product-details__short-description {
	color: var(--gdc-color-text-700);
}

.single-product .quantity input.qty {
	border-radius: var(--gdc-radius-sm);
	border-color: var(--gdc-color-border-300);
}

.gdc-confirm-notice {
	background: #fef6f6;
	border-left: 4px solid var(--gdc-color-accent-coral);
}

.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-checkout .col2-set,
.woocommerce-checkout-review-order {
	background: #fff;
	padding: var(--gdc-space-20);
	border-radius: var(--gdc-radius-md);
	border: 1px solid var(--gdc-color-border-300);
	margin-bottom: var(--gdc-space-16);
}

.wc-block-components-button,
.woocommerce-checkout .button,
.woocommerce button.button.alt {
	background: var(--gdc-color-brand-900);
	color: #fff;
	border-radius: var(--gdc-radius-sm);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	border: 1px solid var(--gdc-color-border-300);
	border-radius: var(--gdc-radius-sm);
	padding: 10px 12px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
a:focus,
button:focus,
input:focus {
	outline: 2px solid var(--gdc-color-accent-aqua);
	outline-offset: 2px;
}

.woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gdc-space-8);
	list-style: none;
	margin: 0 0 var(--gdc-space-16);
	padding: 0;
}

.woocommerce-MyAccount-navigation a {
	display: inline-flex;
	padding: var(--gdc-space-8) var(--gdc-space-12);
	border-radius: var(--gdc-radius-sm);
	background: #fff;
	border: 1px solid var(--gdc-color-border-300);
	color: var(--gdc-color-text-900);
	font-weight: 600;
}

.gdc-filter-toggle {
	display: inline-flex;
	align-items: center;
	gap: var(--gdc-space-8);
	border-radius: 999px;
	border: 1px solid var(--gdc-color-border-300);
	background: #fff;
	color: var(--gdc-color-text-900);
	padding: 8px 14px;
	font-weight: 700;
	margin: 0 0 var(--gdc-space-16);
}

.gdc-filter-count {
	display: inline-grid;
	place-content: center;
	min-width: 22px;
	height: 22px;
	background: var(--gdc-color-brand-900);
	color: #fff;
	border-radius: 999px;
	font-size: 0.75rem;
}

@media (min-width: 768px) {
	.site-search {
		max-width: 620px;
		margin: 0 auto;
	}

	ul.products.columns-4 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1023px) {
	.site-header {
		padding-bottom: var(--gdc-space-8);
	}

	#secondary {
		position: fixed;
		inset: 0 auto 0 0;
		width: min(84vw, 340px);
		background: #fff;
		z-index: 9999;
		transform: translateX(-101%);
		transition: transform 0.22s ease;
		overflow-y: auto;
		box-shadow: var(--gdc-shadow-md);
		padding: var(--gdc-space-16);
	}

	body.gdc-filters-open #secondary {
		transform: translateX(0);
	}

	body.gdc-filters-open::before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(15, 23, 42, 0.44);
		z-index: 9998;
	}

	.gdc-filter-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-bottom: var(--gdc-space-16);
		border-radius: var(--gdc-radius-sm);
		border: 1px solid var(--gdc-color-border-300);
		background: #fff;
		padding: var(--gdc-space-8) var(--gdc-space-12);
		font-weight: 700;
	}
}

@media (min-width: 1024px) {
	.gdc-filter-toggle {
		display: none;
	}

	.content-area {
		width: 72%;
	}

	.widget-area {
		width: 28%;
	}

	ul.products.columns-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: block;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation li {
		margin-bottom: var(--gdc-space-8);
	}
}

/* New modern header */
.site-header {
	padding: 0;
}

.gdc-header-shell {
	background: linear-gradient(90deg, #15314a 0%, #245c8a 100%);
	color: #fff;
	padding: 14px 0 10px;
}

.gdc-header-top {
	display: grid;
	grid-template-columns: minmax(200px, 320px) 1fr auto;
	gap: 16px;
	align-items: center;
}

.gdc-brand-link,
.gdc-brand-link:hover {
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
}

.gdc-brand-link .custom-logo {
	max-height: 72px;
	width: auto;
}

.gdc-brand-text {
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: 0.3px;
}

.gdc-header-search form {
	display: flex;
	gap: 10px;
	margin: 0;
}

.gdc-header-search .search-field {
	background: #fff;
	color: var(--gdc-color-text-900);
	border: none;
	border-radius: 999px;
	min-height: 48px;
	padding: 0 18px;
}

.gdc-header-search button,
.gdc-header-search input[type="submit"] {
	border: none;
	border-radius: 999px;
	background: #fff;
	color: var(--gdc-color-brand-900);
	font-weight: 700;
	padding: 0 18px;
	min-height: 48px;
}

.gdc-header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.gdc-account-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 10px 14px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.gdc-cart-wrap .site-header-cart {
	margin: 0;
}

.gdc-cart-wrap .cart-contents,
.gdc-cart-wrap .cart-contents:hover {
	color: #fff;
	font-weight: 700;
}

.gdc-header-nav {
	margin-top: 14px;
}

.gdc-primary-menu {
	list-style: none;
	display: flex;
	gap: 8px;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.gdc-primary-menu > li > a {
	display: inline-flex;
	padding: 10px 14px;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.gdc-primary-menu > li.current-menu-item > a,
.gdc-primary-menu > li > a:hover {
	background: rgba(255, 255, 255, 0.18);
}

/* Hide default Storefront nav wrappers */
.site-header .main-navigation,
.site-header .secondary-navigation,
.site-header .site-search,
.site-header .site-branding,
.site-header .header-widget-region {
	display: none !important;
}

/* Home layout */
.gdc-home-main {
	padding-top: 28px;
}

.gdc-hero {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 22px;
	background: #fff;
	border: 1px solid var(--gdc-color-border-300);
	border-radius: 20px;
	padding: 26px;
	box-shadow: var(--gdc-shadow-sm);
	margin-bottom: 28px;
}

.gdc-eyebrow {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--gdc-color-brand-700);
	margin-bottom: 8px;
}

.gdc-hero h1 {
	margin: 0 0 8px;
	color: var(--gdc-color-brand-900);
	font-size: clamp(1.75rem, 2vw + 1rem, 2.8rem);
}

.gdc-hero p {
	color: var(--gdc-color-text-700);
	max-width: 58ch;
}

.gdc-hero__actions {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 16px;
}

.gdc-link-ghost {
	color: var(--gdc-color-brand-700);
	font-weight: 700;
	text-decoration: none;
}

.gdc-hero__cards {
	display: grid;
	gap: 12px;
}

.gdc-hero-card {
	background: var(--gdc-color-surface-100);
	border: 1px solid var(--gdc-color-border-300);
	border-radius: 14px;
	padding: 14px;
}

.gdc-hero-card strong {
	display: block;
	color: var(--gdc-color-brand-900);
	margin-bottom: 4px;
}

.gdc-home-section {
	margin-bottom: 26px;
}

.gdc-section-head h2 {
	margin-bottom: 14px;
	color: var(--gdc-color-brand-900);
	font-size: clamp(1.25rem, 1.2vw + 1rem, 1.8rem);
}

/* Remove archives and blog metadata visuals */
.widget_archive,
.posted-on,
.byline,
.entry-meta,
.cat-links,
.tags-links {
	display: none !important;
}

/* Full width pages/home */
.page:not(.woocommerce-cart):not(.woocommerce-checkout) .content-area,
.home .content-area {
	width: 100% !important;
	margin-right: 0 !important;
}

.page:not(.woocommerce-cart):not(.woocommerce-checkout) .widget-area,
.home .widget-area {
	display: none !important;
}

/* Mobile header + home */
@media (max-width: 900px) {
	.gdc-header-top {
		grid-template-columns: 1fr;
	}

	.gdc-brand-link .custom-logo {
		max-height: 64px;
	}

	.gdc-header-actions {
		justify-content: flex-start;
	}

	.gdc-primary-menu {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.gdc-hero {
		grid-template-columns: 1fr;
		padding: 20px;
	}
}

/* ===== Final overrides: modern header + large slider ===== */
.site-header {
	background: linear-gradient(90deg, #14314c 0%, #1f4f78 100%) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.gdc-header-shell .col-full {
	max-width: 1280px;
}

.gdc-header-top {
	min-height: 88px;
}

.gdc-brand-wrap .custom-logo-link,
.gdc-brand-link {
	display: inline-flex !important;
	align-items: center;
}

.gdc-brand-link .custom-logo {
	max-height: 78px !important;
	width: auto;
}

.gdc-header-search form.woocommerce-product-search {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 8px;
	width: 100%;
}

.gdc-header-search .search-field {
	min-height: 50px;
	border-radius: 12px;
}

.gdc-header-search button,
.gdc-header-search input[type="submit"] {
	min-height: 50px;
	border-radius: 12px;
}

.gdc-header-actions {
	justify-content: flex-end;
}

.gdc-header-actions .site-header-cart,
.gdc-header-actions .site-header-cart li,
.gdc-header-actions .site-header-cart ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gdc-header-nav .menu,
.gdc-header-nav ul,
.gdc-header-nav li {
	list-style: none !important;
	margin: 0;
	padding: 0;
}

.gdc-header-nav .menu,
.gdc-header-nav ul.gdc-primary-menu {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px;
}

.gdc-header-nav li {
	display: inline-flex;
}

.gdc-header-nav a {
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	padding: 9px 14px;
	border-radius: 10px;
}

.gdc-header-nav .current-menu-item > a,
.gdc-header-nav a:hover {
	background: rgba(255, 255, 255, 0.18);
}

.gdc-account-link {
	color: #fff !important;
}

.home .site-content {
	padding-top: 24px;
}

.gdc-slider {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
	min-height: 520px;
	background: #0f2e46;
	box-shadow: 0 22px 60px rgba(10, 25, 47, 0.24);
}

.gdc-slider__track {
	position: relative;
	min-height: 520px;
}

.gdc-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.45s ease;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
}

.gdc-slide.is-active {
	opacity: 1;
	z-index: 2;
}

.gdc-slide__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 26, 41, 0.68) 10%, rgba(8, 26, 41, 0.2) 70%);
}

.gdc-slide__content {
	position: relative;
	z-index: 3;
	color: #fff;
	padding: clamp(20px, 4vw, 54px);
	max-width: 680px;
}

.gdc-slide__kicker {
	display: inline-flex;
	padding: 6px 11px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.gdc-slide h1,
.gdc-slide h2 {
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.05;
	color: #fff;
	margin: 12px 0 14px;
	font-weight: 800;
}

.gdc-slide p {
	font-size: clamp(1rem, 1.4vw, 1.25rem);
	color: rgba(255, 255, 255, 0.95);
}

.gdc-slide__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.gdc-link-ghost--light {
	color: #fff;
}

.gdc-link-ghost--light:hover {
	color: #fff;
	opacity: 0.9;
}

.gdc-slider__controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 16px;
}

.gdc-slider__prev,
.gdc-slider__next {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.gdc-slider__dots {
	display: flex;
	gap: 8px;
}

.gdc-slider__dots button {
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.5);
	padding: 0;
}

.gdc-slider__dots button.is-active {
	background: #fff;
}

@media (max-width: 1024px) {
	.gdc-header-top {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.gdc-header-actions {
		justify-content: flex-start;
	}

	.gdc-header-nav .menu,
	.gdc-header-nav ul.gdc-primary-menu {
		flex-wrap: nowrap;
		overflow-x: auto;
	}
}

@media (max-width: 767px) {
	.gdc-brand-link .custom-logo {
		max-height: 64px !important;
	}

	.gdc-slider,
	.gdc-slider__track {
		min-height: 430px;
	}

	.gdc-slide h1,
	.gdc-slide h2 {
		font-size: clamp(1.7rem, 8vw, 2.5rem);
	}
}

/* ===== Requested refinements ===== */
.site-header {
	background: linear-gradient(90deg, #2a608d 0%, #3d78aa 100%) !important;
}

.gdc-cart-wrap {
	min-width: 180px;
}

.gdc-cart-wrap .site-header-cart,
.gdc-cart-wrap .site-header-cart li,
.gdc-cart-wrap .site-header-cart ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gdc-cart-wrap .cart-contents {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	font-size: 1.05rem;
	font-weight: 800;
}

.gdc-cart-wrap .count {
	font-size: 0.95rem;
	opacity: 0.92;
}

.gdc-header-top {
	grid-template-columns: minmax(210px, 330px) minmax(420px, 1fr) auto;
}

.gdc-header-search .search-field {
	background: #f7fbff;
}

.tax-product_cat .content-area,
.post-type-archive-product .content-area,
.woocommerce-shop .content-area {
	width: 100% !important;
	margin-right: 0 !important;
}

.tax-product_cat .widget-area,
.post-type-archive-product .widget-area,
.woocommerce-shop .widget-area {
	display: none !important;
}

.woocommerce ul.products li.product-category img,
.gdc-cat-image {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 12px;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
	font-weight: 800;
	font-size: 1.05rem;
}

.gdc-home-cta {
	background: linear-gradient(120deg, #ecf6ff 0%, #dceeff 100%);
	border: 1px solid #bfdcf5;
	border-radius: 16px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.gdc-home-cta h2 {
	margin: 0 0 6px;
	color: var(--gdc-color-brand-900);
	font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.gdc-home-cta p {
	margin: 0;
	color: var(--gdc-color-text-700);
}

.gdc-cta-btn {
	white-space: nowrap;
}

.site-footer {
	background: #f2f7fb;
	border-top: 1px solid #d8e6f1;
}

.site-footer .widget {
	background: #fff;
	border: 1px solid #d8e6f1;
	border-radius: 12px;
	padding: 16px;
}

.site-footer .widget-title {
	font-size: 1.25rem;
	color: var(--gdc-color-brand-900);
	font-weight: 800;
}

.gdc-site-info {
	text-align: center;
	font-weight: 600;
	color: var(--gdc-color-text-700);
}

.gdc-site-info a {
	color: var(--gdc-color-brand-700);
	text-decoration: none;
}

.gdc-site-info-sep {
	opacity: 0.5;
	padding: 0 6px;
}

.gdc-float-wa {
	position: fixed;
	right: 18px;
	bottom: 84px;
	z-index: 9999;
	background: #25d366;
	color: #fff !important;
	font-weight: 800;
	font-size: 0.95rem;
	padding: 12px 14px;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(20, 120, 60, 0.35);
	text-decoration: none !important;
}

.gdc-scroll-top {
	position: fixed;
	right: 18px;
	bottom: 24px;
	z-index: 9999;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	border: 0;
	background: #113452;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	box-shadow: 0 10px 24px rgba(17, 52, 82, 0.35);
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
	transition: all 0.2s ease;
}

.gdc-scroll-top.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

@media (max-width: 980px) {
	.gdc-home-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.gdc-cart-wrap {
		min-width: 0;
	}

	.gdc-cart-wrap .cart-contents {
		font-size: 0.95rem;
	}
}

/* ===== Header cart final fix ===== */
.gdc-header-actions {
	gap: 12px;
}

.gdc-cart-wrap {
	min-width: 240px;
}

.gdc-cart-link {
	display: inline-flex !important;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 800;
}

.gdc-cart-total,
.gdc-cart-count,
.gdc-cart-divider,
.gdc-cart-icon {
	display: inline !important;
	line-height: 1.1;
}

.gdc-cart-total .woocommerce-Price-amount,
.gdc-cart-total bdi {
	display: inline !important;
}

.gdc-cart-total {
	font-size: 1.05rem;
}

.gdc-cart-count {
	font-size: 0.92rem;
	opacity: 0.92;
	font-weight: 700;
}

.gdc-cart-icon {
	font-size: 1.05rem;
}

.gdc-cart-divider {
	opacity: 0.5;
}

/* ===== Shop + single full width ===== */
.woocommerce-shop .site-main,
.tax-product_cat .site-main,
.single-product .site-main {
	max-width: 1400px;
	margin: 0 auto;
}

.woocommerce-shop .content-area,
.tax-product_cat .content-area,
.single-product .content-area {
	width: 100% !important;
	margin-right: 0 !important;
}

.woocommerce-shop .widget-area,
.tax-product_cat .widget-area,
.single-product .widget-area,
.single-product #secondary {
	display: none !important;
}

@media (min-width: 1280px) {
	.woocommerce-shop ul.products.columns-4,
	.tax-product_cat ul.products.columns-4 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

/* ===== Category cards consistent image size ===== */
.woocommerce ul.products li.product-category {
	display: flex;
	flex-direction: column;
}

.woocommerce ul.products li.product-category a {
	display: block;
}

.woocommerce ul.products li.product-category img,
.gdc-cat-image {
	width: 100% !important;
	height: 250px !important;
	object-fit: cover !important;
	object-position: center;
	border-radius: 10px;
}

/* ===== Footer aesthetic ===== */
.site-footer {
	background: linear-gradient(180deg, #eff6fb 0%, #e6f0f8 100%);
	padding-top: 20px;
}

.site-footer .widget {
	min-height: 220px;
}

.site-footer a {
	text-decoration: none;
}

.gdc-site-info {
	padding: 14px 0;
	border-top: 1px solid #d6e6f3;
}

/* ===== Floating buttons final ===== */
.gdc-float-wa {
	position: fixed !important;
	right: 18px !important;
	bottom: 88px !important;
	left: auto !important;
	width: 54px;
	height: 54px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}

.gdc-float-wa svg {
	width: 30px;
	height: 30px;
	color: #fff;
}

.gdc-scroll-top {
	position: fixed !important;
	right: 18px !important;
	bottom: 22px !important;
	left: auto !important;
}

/* Hide any reviews remnants */
.woocommerce-tabs #tab-title-reviews,
.woocommerce-tabs #reviews,
.comment-form-rating,
.star-rating,
.woocommerce-review-link,
.woocommerce-product-rating {
	display: none !important;
}

@media (max-width: 1024px) {
	.gdc-header-top {
		grid-template-columns: 1fr !important;
	}

	.gdc-cart-wrap {
		min-width: 0;
	}
}
