/*
Theme Name: Goken Bottle Packaging
Theme URI: https://example.local/
Description: Premium glass bottle and packaging WooCommerce storefront.
Author: Goken
Template: twentytwentyfive
Version: 2.0.0
Text Domain: goken-bottle-packaging
*/

:root {
	--gbp-navy: #0b2239;
	--gbp-navy-2: #071626;
	--gbp-blue: #173552;
	--gbp-gold: #c3974a;
	--gbp-gold-2: #dfc079;
	--gbp-ink: #101827;
	--gbp-muted: #627287;
	--gbp-line: rgba(11, 34, 57, .13);
	--gbp-gold-line: rgba(195, 151, 74, .28);
	--gbp-page: #edf2f6;
	--gbp-cream: #f7f0e4;
	--gbp-paper: rgba(255, 255, 255, .94);
	--gbp-radius: 14px;
	--gbp-card-radius: 12px;
	--gbp-shadow: 0 24px 64px rgba(7, 22, 38, .12);
	--gbp-soft-shadow: 0 16px 42px rgba(7, 22, 38, .08);
	--gbp-wide: min(1240px, calc(100vw - 48px));
	--gbp-catalog-wide: min(1520px, calc(100vw - 56px));
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at 8% 7%, rgba(195, 151, 74, .16), transparent 28vw),
		radial-gradient(circle at 92% 12%, rgba(23, 53, 82, .12), transparent 30vw),
		linear-gradient(180deg, #edf3f7 0%, #f7efe2 48%, #e8eff5 100%) !important;
	color: var(--gbp-ink);
}

a {
	color: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.wp-site-blocks {
	padding: 0 !important;
	background: transparent !important;
}

.wp-site-blocks > main,
.entry-content,
.wp-block-post-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
}

.gbp-shell {
	width: var(--gbp-wide);
	margin: 0 auto;
}

.gbp-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, .92);
	border-bottom: 1px solid var(--gbp-line);
	box-shadow: 0 12px 36px rgba(7, 22, 38, .06);
	backdrop-filter: blur(14px);
}

.gbp-header-inner {
	width: var(--gbp-catalog-wide);
	min-height: 84px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
}

.gbp-brand {
	color: var(--gbp-navy) !important;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none;
	white-space: nowrap;
}

.gbp-nav,
.gbp-header-tools {
	display: flex;
	align-items: center;
	gap: 18px;
}

.gbp-nav {
	justify-content: center;
}

.gbp-header-tools {
	justify-content: flex-end;
}

.gbp-nav a,
.gbp-header-tools a {
	color: #132237 !important;
	font-size: 14px;
	font-weight: 780;
	text-decoration: none;
	white-space: nowrap;
}

.gbp-nav a:hover,
.gbp-header-tools a:hover {
	color: var(--gbp-gold) !important;
}

.gbp-search input[type="search"] {
	width: 146px;
	min-height: 42px;
	padding: 9px 15px;
	border: 1px solid var(--gbp-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: var(--gbp-ink);
}

.gbp-contact-link,
.gbp-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce button.single_add_to_cart_button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px !important;
	border: 1px solid var(--gbp-navy) !important;
	border-radius: 10px !important;
	background: linear-gradient(180deg, #143453, var(--gbp-navy-2)) !important;
	box-shadow: 0 14px 28px rgba(7, 22, 38, .16);
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 850 !important;
	line-height: 1.15 !important;
	text-align: center;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gbp-contact-link:hover,
.gbp-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.single_add_to_cart_button:hover {
	border-color: var(--gbp-gold) !important;
	box-shadow: 0 18px 38px rgba(7, 22, 38, .20);
	transform: translateY(-1px);
}

.gbp-button-light {
	background: linear-gradient(180deg, var(--gbp-gold-2), var(--gbp-gold)) !important;
	border-color: var(--gbp-gold) !important;
	color: var(--gbp-navy-2) !important;
}

.gbp-button-outline {
	background: rgba(255, 255, 255, .88) !important;
	border-color: var(--gbp-gold-line) !important;
	box-shadow: none;
	color: var(--gbp-navy) !important;
}

.gbp-eyebrow {
	margin: 0 0 14px;
	color: var(--gbp-gold);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.gbp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

body.home .wp-block-post-title {
	display: none !important;
}

body.home main.wp-block-group.has-global-padding,
body.home .wp-block-group.alignfull.has-global-padding,
body.home .entry-content.wp-block-post-content.has-global-padding {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
}

body.home .entry-content.wp-block-post-content > .gbp-home-hero,
body.home .entry-content.wp-block-post-content > .gbp-home-section,
body.home .entry-content.wp-block-post-content > .gbp-home-custom,
body.home .entry-content.wp-block-post-content > .gbp-home-about {
	width: 100vw !important;
	max-width: none !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	box-sizing: border-box;
}

.gbp-home-hero,
.gbp-home-section,
.gbp-home-custom,
.gbp-home-about {
	width: 100%;
	box-sizing: border-box;
}

.gbp-home-hero {
	padding: clamp(42px, 6vw, 82px) 0;
	background:
		radial-gradient(circle at 78% 18%, rgba(223, 192, 121, .22), transparent 32vw),
		linear-gradient(135deg, #071626 0%, #122f4c 58%, #071626 100%);
	color: #fff;
}

.gbp-home-hero-card {
	width: var(--gbp-wide);
	margin: 0 auto;
	padding: clamp(30px, 5vw, 62px);
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .78fr);
	gap: clamp(34px, 5vw, 70px);
	align-items: center;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 22px;
	box-shadow: 0 34px 96px rgba(0, 0, 0, .26);
	box-sizing: border-box;
}

.gbp-home-hero h1,
.gbp-section-head h2,
.gbp-custom-copy h2,
.gbp-about-card h2,
.gbp-archive-hero h1 {
	margin: 0;
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: -.015em;
}

.gbp-home-hero h1 {
	max-width: 780px;
	color: #fff;
	font-size: clamp(40px, 5.4vw, 72px);
}

.gbp-home-hero p {
	max-width: 680px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, .78);
	font-size: 17px;
	line-height: 1.72;
}

.gbp-hero-product {
	padding: 18px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08));
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 18px;
}

.gbp-hero-product img,
.gbp-category-media img,
.gbp-product-card__media img,
.woocommerce div.product div.images img,
.woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background:
		radial-gradient(circle at 50% 38%, #fff 0%, #fff 38%, #edf2f5 62%, #e2d5bf 100%);
	border: 1px solid var(--gbp-gold-line);
	border-radius: 12px;
	box-sizing: border-box;
}

.gbp-hero-product img {
	padding: 18px;
	border-color: rgba(255, 255, 255, .20);
}

.gbp-home-section {
	padding: clamp(58px, 7vw, 96px) 0;
	background:
		radial-gradient(circle at 12% 2%, rgba(195, 151, 74, .12), transparent 26vw),
		linear-gradient(180deg, rgba(238, 243, 247, .90), rgba(247, 240, 228, .92));
}

.gbp-home-section.gbp-dark-band,
.gbp-home-custom {
	background:
		radial-gradient(circle at 88% 12%, rgba(223, 192, 121, .20), transparent 30vw),
		linear-gradient(135deg, #0a1d31, #173552);
	color: #fff;
}

.gbp-section-head {
	margin-bottom: 28px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
}

.gbp-section-head h2,
.gbp-custom-copy h2,
.gbp-about-card h2 {
	color: var(--gbp-navy);
	font-size: clamp(30px, 4vw, 52px);
}

.gbp-dark-band .gbp-section-head h2,
.gbp-dark-band .gbp-section-head p,
.gbp-home-custom h2,
.gbp-home-custom p {
	color: #fff;
}

.gbp-section-head p,
.gbp-category-body p,
.gbp-value-card p,
.gbp-about-card p,
.gbp-custom-copy p {
	margin: 0;
	color: var(--gbp-muted);
	line-height: 1.68;
}

.gbp-category-grid,
.gbp-value-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

body.home .gbp-category-grid {
	max-width: 1180px;
	margin: 0 auto;
	grid-template-columns: repeat(4, minmax(210px, 1fr));
	gap: 24px;
	align-items: stretch;
}

body.home .gbp-category-grid > p {
	display: none !important;
	margin: 0;
}

body.home .gbp-category-grid > br {
	display: none;
}

body.home .gbp-category-grid > .gbp-category-card:empty {
	display: none !important;
}

.gbp-category-card,
.gbp-value-card,
.gbp-about-card,
.gbp-custom-panel,
.gbp-product-card,
.gbp-product-gallery-panel,
.gbp-product-summary-panel,
.woocommerce div.product > .woocommerce-tabs,
.woocommerce div.product > section.related.products,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.gbp-commerce-note,
.gbp-info-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(247, 241, 230, .94));
	border: 1px solid var(--gbp-line);
	border-radius: var(--gbp-radius);
	box-shadow: var(--gbp-soft-shadow);
}

.gbp-category-card {
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease;
}

body.home .gbp-category-card {
	display: grid;
	grid-template-rows: auto 1fr;
	min-width: 0;
	min-height: 100%;
}

.gbp-category-card:hover,
.gbp-product-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--gbp-shadow);
}

.gbp-category-media,
.gbp-product-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	background: linear-gradient(145deg, #fdfdfc, #e9ddca);
	border-bottom: 1px solid var(--gbp-gold-line);
}

body.home .gbp-category-media {
	aspect-ratio: 1 / .78;
	min-height: 0;
}

.gbp-category-body,
.gbp-value-card {
	padding: 22px;
}

body.home .gbp-category-body {
	display: flex;
	min-height: 210px;
	flex-direction: column;
}

.gbp-category-body h3,
.gbp-value-card h3 {
	margin: 0 0 10px;
	color: var(--gbp-navy);
	font-size: 18px;
	line-height: 1.2;
}

.gbp-category-body span {
	display: inline-block;
	margin-top: 16px;
	color: var(--gbp-gold);
	font-weight: 850;
}

body.home .gbp-category-body span {
	margin-top: auto;
}

.gbp-dark-band .gbp-value-card {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .16);
	color: #fff;
}

.gbp-dark-band .gbp-value-card h3,
.gbp-dark-band .gbp-value-card p {
	color: #fff;
}

.gbp-home-custom {
	padding: clamp(58px, 7vw, 92px) 0;
}

.gbp-custom-grid,
.gbp-about-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
	gap: 30px;
	align-items: start;
}

.gbp-custom-panel {
	padding: 28px;
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .16);
	color: #fff;
}

.gbp-custom-panel ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding-left: 1.1em;
}

.gbp-home-about {
	padding: clamp(58px, 7vw, 92px) 0;
	background:
		radial-gradient(circle at 90% 8%, rgba(23, 53, 82, .10), transparent 26vw),
		linear-gradient(180deg, #edf3f7, #f8efe1);
}

.gbp-about-card {
	padding: clamp(26px, 4vw, 46px);
}

.gbp-shop-page,
.gbp-product-page,
.woocommerce-cart .wp-site-blocks main,
.woocommerce-checkout .wp-site-blocks main,
.woocommerce-account .wp-site-blocks main {
	width: 100%;
	padding: 34px 0 clamp(64px, 8vw, 104px);
	background:
		radial-gradient(circle at 7% 5%, rgba(195, 151, 74, .12), transparent 28vw),
		linear-gradient(90deg, rgba(11, 34, 57, .045), transparent 9%, transparent 91%, rgba(11, 34, 57, .045)),
		linear-gradient(180deg, rgba(238, 243, 247, .86), rgba(247, 240, 228, .90));
	box-sizing: border-box;
}

.gbp-archive-hero,
.gbp-shop-toolbar,
.gbp-shop-page ul.products,
.woocommerce-pagination,
.gbp-empty-state {
	width: var(--gbp-catalog-wide) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}

.gbp-archive-hero {
	margin-bottom: 26px;
	padding: clamp(30px, 4vw, 56px);
	background:
		radial-gradient(circle at 84% 18%, rgba(223, 192, 121, .22), transparent 30%),
		linear-gradient(135deg, #071626, #203b58);
	border-radius: 18px;
	box-shadow: var(--gbp-shadow);
	color: #fff;
}

.gbp-archive-hero h1 {
	max-width: 940px;
	color: #fff;
	font-size: clamp(34px, 4.2vw, 60px);
}

.gbp-archive-description {
	max-width: 820px;
	margin-top: 16px;
	color: rgba(255, 255, 255, .78);
	line-height: 1.7;
}

.gbp-shop-toolbar {
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.gbp-shop-toolbar .woocommerce-result-count,
.gbp-shop-toolbar .woocommerce-ordering {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.woocommerce-ordering select,
.woocommerce select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid var(--gbp-line);
	border-radius: 10px;
	background: rgba(255, 255, 255, .94);
	color: var(--gbp-ink);
	box-sizing: border-box;
}

.gbp-shop-page ul.products,
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 24px !important;
	padding: 0 !important;
	list-style: none !important;
}

.gbp-shop-page ul.products::before,
.gbp-shop-page ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
	content: none !important;
}

.gbp-product-card,
.woocommerce ul.products li.product.gbp-product-card {
	float: none !important;
	width: auto !important;
	min-width: 0;
	min-height: 100%;
	margin: 0 !important;
	padding: 14px !important;
	display: flex !important;
	flex-direction: column;
	overflow: hidden;
	box-sizing: border-box;
	transition: transform .18s ease, box-shadow .18s ease;
}

.gbp-product-card__media {
	aspect-ratio: 1 / 1;
	border: 1px solid var(--gbp-gold-line);
	border-radius: 10px;
	text-decoration: none;
}

.gbp-product-card__media img {
	height: 100% !important;
	padding: 10px;
	border: 0;
	background: transparent;
}

.gbp-product-card__body {
	flex: 1 1 auto;
	padding-top: 14px;
	display: flex;
	flex-direction: column;
}

.gbp-product-card .woocommerce-loop-product__title {
	min-height: 44px;
	margin: 0 0 10px !important;
	padding: 0 !important;
	color: var(--gbp-ink);
	font-size: 15px !important;
	font-weight: 830;
	line-height: 1.28;
}

.gbp-product-card .woocommerce-loop-product__title a {
	color: inherit;
	text-decoration: none;
}

.gbp-product-card .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.wp-block-woocommerce-product-price {
	color: #9f6f27 !important;
	font-weight: 900 !important;
}

.gbp-product-card a.button {
	width: 100%;
	margin: 16px 0 0 !important;
	align-self: end;
}

.gbp-product-breadcrumbs,
.gbp-single-product {
	width: var(--gbp-wide);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.gbp-product-breadcrumbs {
	margin-bottom: 18px;
	color: var(--gbp-muted);
	font-size: 13px;
}

.gbp-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, .85fr);
	gap: clamp(26px, 4vw, 54px);
	align-items: start;
}

.gbp-product-gallery-panel,
.gbp-product-summary-panel {
	min-width: 0;
	padding: clamp(18px, 2.5vw, 28px);
	box-sizing: border-box;
}

.gbp-product-gallery-panel .woocommerce-product-gallery,
.gbp-product-gallery-panel div.images {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.woocommerce-product-gallery__wrapper {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	overflow: hidden !important;
	transform: none !important;
	transition: none !important;
}

.woocommerce-product-gallery__image {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.woocommerce-product-gallery__image:first-child {
	padding: 16px;
	background: linear-gradient(145deg, #fdfdfc, #e6dac6);
	border: 1px solid var(--gbp-gold-line);
	border-radius: 14px;
	box-sizing: border-box;
	overflow: hidden;
}

.woocommerce-product-gallery__image:first-child a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
}

.woocommerce-product-gallery__image:first-child img {
	max-height: 660px;
	border: 0;
	background: transparent;
}

body.single-product .woocommerce-product-gallery__image:not(:first-child),
.woocommerce-product-gallery.gbp-static-gallery .woocommerce-product-gallery__image:not(:first-child) {
	display: none !important;
}

.woocommerce-product-gallery .flex-control-thumbs {
	margin: 14px 0 0 !important;
	padding: 0 !important;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	list-style: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.woocommerce-product-gallery .flex-control-thumbs img {
	display: block !important;
	width: 100% !important;
	aspect-ratio: 1 / 1;
	padding: 8px;
	object-fit: contain;
	background: linear-gradient(145deg, #fdfdfc, #e7dbc8);
	border: 1px solid var(--gbp-line);
	border-radius: 10px;
	opacity: .72 !important;
	box-sizing: border-box;
	cursor: pointer;
	transition: opacity .18s ease, transform .18s ease, border-color .18s ease;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img.gbp-active-thumb,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
	border-color: rgba(195, 151, 74, .64);
	opacity: 1 !important;
	transform: translateY(-1px);
}

.gbp-product-summary-panel .product_title,
.gbp-product-summary-panel h1 {
	margin: 0 0 14px !important;
	color: var(--gbp-navy);
	font-size: clamp(32px, 3.4vw, 50px) !important;
	font-weight: 900;
	line-height: 1.05 !important;
	letter-spacing: -.01em !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
}

.woocommerce-product-details__short-description,
.gbp-tab-panel {
	color: #53667c;
	font-size: 16px;
	line-height: 1.72;
}

.woocommerce-product-details__short-description ul {
	display: grid;
	gap: 8px;
	margin: 0 0 18px 1.1em;
	padding: 0;
}

.woocommerce div.product form.cart,
.woocommerce div.product .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 18px;
}

.woocommerce div.product form.cart .variations {
	width: 100%;
	margin-bottom: 8px;
	border: 0;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
	display: block;
	width: 100%;
	padding: 0 0 10px !important;
	text-align: left;
}

.woocommerce div.product form.cart .variations label {
	display: block;
	margin-bottom: 8px;
	color: var(--gbp-navy);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .10em;
	text-transform: uppercase;
}

.woocommerce div.product form.cart .variations select {
	width: min(100%, 380px);
}

body.single-product.gbp-single-option-product-page form.variations_form table.variations,
body.single-product.gbp-single-option-product-page form.variations_form .reset_variations {
	display: none !important;
}

.woocommerce .quantity .qty {
	width: 70px;
	min-height: 48px;
	text-align: center;
}

.stock {
	width: 100%;
	color: var(--gbp-muted);
	font-weight: 740;
}

.gbp-product-trust {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 20px 0;
}

.gbp-product-trust span,
.gbp-commerce-note {
	padding: 16px;
	background: linear-gradient(145deg, rgba(250, 252, 254, .96), rgba(238, 230, 216, .94));
	border: 1px solid var(--gbp-gold-line);
	border-radius: 12px;
	color: var(--gbp-muted);
	line-height: 1.45;
}

.gbp-product-trust strong,
.gbp-commerce-note strong {
	display: block;
	margin-bottom: 4px;
	color: var(--gbp-navy);
}

.product_meta {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--gbp-line);
	color: var(--gbp-muted);
	font-size: 14px;
	line-height: 1.6;
}

.woocommerce div.product > .woocommerce-tabs,
.woocommerce div.product > section.related.products,
.woocommerce div.product > section.upsells.products {
	width: 100% !important;
	margin: clamp(32px, 5vw, 58px) 0 0 !important;
	padding: clamp(22px, 3vw, 34px);
	box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 24px !important;
	padding: 0 !important;
	border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--gbp-line) !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, .68) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: linear-gradient(180deg, #fff8ea, #ead7b5) !important;
	border-color: rgba(195, 151, 74, .58) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 13px 18px !important;
	color: var(--gbp-navy) !important;
	font-weight: 850 !important;
	text-decoration: none;
}

.woocommerce-Tabs-panel,
.gbp-tab-panel {
	max-width: 920px;
}

.related.products ul.products,
.upsells.products ul.products {
	width: 100% !important;
	max-width: none !important;
	margin: 24px 0 0 !important;
}

.woocommerce table.shop_table {
	border-color: var(--gbp-line) !important;
	background: rgba(255, 255, 255, .94);
	border-radius: var(--gbp-radius) !important;
	overflow: hidden;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top-color: var(--gbp-gold) !important;
	background: rgba(255, 255, 255, .94) !important;
	color: var(--gbp-ink) !important;
	border-radius: 12px;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.gbp-commerce-note {
	width: var(--gbp-wide);
	margin-left: auto;
	margin-right: auto;
	padding: clamp(20px, 3vw, 30px);
	box-sizing: border-box;
}

.woocommerce-checkout {
	width: var(--gbp-wide);
	margin-left: auto;
	margin-right: auto;
}

.gbp-info-page {
	padding: clamp(52px, 7vw, 92px) 0;
}

.gbp-info-shell {
	width: var(--gbp-wide);
	margin: 0 auto;
}

.gbp-info-card {
	padding: clamp(28px, 5vw, 56px);
	display: grid;
	grid-template-columns: minmax(260px, .86fr) minmax(0, 1.14fr);
	gap: clamp(28px, 5vw, 64px);
}

.gbp-info-card h2 {
	margin: 0 0 16px;
	color: var(--gbp-navy);
	font-size: clamp(30px, 3.6vw, 48px);
	line-height: 1.08;
}

.gbp-info-card p,
.gbp-info-card li {
	color: var(--gbp-muted);
	font-size: 16px;
	line-height: 1.72;
}

.gbp-info-body {
	display: grid;
	gap: 24px;
}

.gbp-info-section {
	padding-bottom: 22px;
	border-bottom: 1px solid var(--gbp-line);
}

.gbp-info-section:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.gbp-info-section h3 {
	margin: 0 0 12px;
	color: var(--gbp-navy);
	font-size: 22px;
}

.gbp-site-footer {
	padding: clamp(48px, 7vw, 78px) 0 28px;
	background:
		radial-gradient(circle at 14% 0%, rgba(223, 192, 121, .13), transparent 28vw),
		linear-gradient(180deg, var(--gbp-navy-2), #040d17);
	color: rgba(255, 255, 255, .72);
}

.gbp-footer-grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 1fr));
	gap: 30px;
}

.gbp-site-footer h2,
.gbp-site-footer h3,
.gbp-site-footer a {
	color: #fff !important;
}

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

.gbp-site-footer ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gbp-footer-bottom {
	margin-top: 34px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	font-size: 13px;
}

.wp-block-woocommerce-customer-account,
.wp-block-woocommerce-mini-cart {
	display: none !important;
}

@media (min-width: 1320px) {
	.gbp-shop-page ul.products,
	.woocommerce ul.products {
		grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1120px) {
	.gbp-header-inner {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 16px 0;
	}

	.gbp-nav,
	.gbp-header-tools {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.gbp-shop-page ul.products,
	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 980px) {
	.gbp-home-hero-card,
	.gbp-custom-grid,
	.gbp-about-card,
	.gbp-product-layout,
	.gbp-info-card {
		grid-template-columns: 1fr;
	}

	.gbp-category-grid,
	.gbp-value-grid,
	.gbp-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .gbp-category-grid {
		grid-template-columns: repeat(2, minmax(240px, 1fr));
	}
}

@media (max-width: 680px) {
	:root {
		--gbp-wide: calc(100vw - 28px);
		--gbp-catalog-wide: calc(100vw - 28px);
	}

	html,
	body,
	.wp-site-blocks {
		max-width: 100%;
		overflow-x: hidden;
	}

	.gbp-brand {
		font-size: 21px;
	}

	.gbp-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		gap: 10px 14px;
	}

	.gbp-nav a,
	.gbp-header-tools a {
		white-space: normal;
		font-size: 13px;
	}

	.gbp-header-tools,
	.gbp-search {
		width: 100%;
	}

	.gbp-search input[type="search"] {
		width: 100%;
	}

	.gbp-home-hero h1 {
		font-size: clamp(34px, 11vw, 48px);
	}

	.gbp-home-hero-card,
	.gbp-archive-hero,
	.gbp-product-gallery-panel,
	.gbp-product-summary-panel,
	.woocommerce div.product > .woocommerce-tabs,
	.woocommerce div.product > section.related.products,
	.gbp-info-card {
		border-radius: 14px;
	}

	.gbp-section-head,
	.gbp-category-grid,
	.gbp-value-grid,
	.gbp-product-trust,
	.gbp-footer-grid {
		grid-template-columns: 1fr;
	}

	body.home .gbp-category-grid {
		grid-template-columns: 1fr;
		max-width: 420px;
	}

	.gbp-shop-toolbar {
		display: grid;
		align-items: start;
	}

	.gbp-shop-page ul.products,
	.woocommerce ul.products,
	.related.products ul.products,
	.upsells.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 14px !important;
	}

	.gbp-product-card,
	.woocommerce ul.products li.product.gbp-product-card {
		padding: 10px !important;
	}

	.gbp-product-card .woocommerce-loop-product__title {
		font-size: 13px !important;
	}

	.gbp-product-card a.button {
		min-height: 42px;
		padding: 10px 8px !important;
		font-size: 13px !important;
	}

	.woocommerce-product-gallery .flex-control-thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.gbp-product-summary-panel .product_title,
	.gbp-product-summary-panel h1 {
		font-size: clamp(28px, 9vw, 38px) !important;
	}
}
