/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.1.3
 Text Domain:  woodmart
*/

@font-face {
	font-family: "Albert Sans";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("assets/albert-sans.woff2") format("woff2");
}

:root {
	--gb-blue: #082f66;
	--gb-blue-2: #0d4d9b;
	--gb-gold: #d2a022;
	--gb-gold-2: #efc65c;
	--gb-ink: #242424;
	--gb-muted: #777777;
	--gb-line: #e5e5e5;
	--gb-soft: #f4f4f4;
	--wd-primary-color: var(--gb-blue);
	--btn-accented-bgcolor: var(--gb-blue);
	--btn-accented-bgcolor-hover: var(--gb-gold);
	--btn-accented-color: #ffffff;
	--btn-accented-color-hover: #111111;
	--btn-accented-brd-radius: 999px;
}

body,
button,
input,
select,
textarea,
.font-primary,
.title {
	font-family: "Albert Sans", Arial, Helvetica, sans-serif !important;
	letter-spacing: 0;
}

body {
	color: var(--gb-ink);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Albert Sans", Arial, Helvetica, sans-serif !important;
	letter-spacing: 0;
}

a:hover,
.wd-nav > li > a:hover,
.wd-nav > li.current-menu-item > a {
	color: var(--gb-gold);
}

.whb-header {
	border-bottom: 0;
	box-shadow: none;
}

.whb-top-bar {
	display: block !important;
	background: #f6f6f6 !important;
	border-bottom: 1px solid #dedede;
	color: #666666;
	font-size: 12px;
	font-weight: 700;
}

.whb-top-bar a,
.whb-top-bar .wd-nav > li > a,
.whb-top-bar .wd-header-text,
.whb-top-bar .wd-header-text * {
	color: #5d5d5d !important;
}

.whb-top-bar .container,
.whb-general-header .container {
	width: 100% !important;
	max-width: 1440px !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

.whb-general-header {
	background: var(--gb-soft);
}

.whb-general-header .whb-flex-row,
.whb-general-header .whb-column {
	gap: 18px;
}

.site-logo img {
	width: auto;
	max-width: 250px !important;
	max-height: 55px;
	object-fit: contain;
}

.whb-general-header .wd-header-cats {
	flex: 0 0 130px;
	width: 130px !important;
}

.whb-general-header .wd-header-cats .menu-opener {
	width: 130px !important;
	min-width: 130px !important;
	min-height: 46px;
	padding-inline: 14px;
	border-radius: 999px;
	background: #262626 !important;
	color: #ffffff !important;
	font-weight: 800;
}

.whb-general-header .wd-header-cats .menu-opener:hover {
	background: var(--gb-blue) !important;
}

.whb-general-header [class*="wd-header-search-form"] {
	width: 100%;
}

.whb-general-header [class*="wd-header-search-form"] form {
	border: 1px solid #dddddd;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: none;
}

.whb-general-header [class*="wd-header-search-form"] input[type="text"],
.whb-general-header [class*="wd-header-search-form"] input[type="search"] {
	min-height: 46px;
	border-radius: 999px;
}

.whb-general-header [class*="wd-header-search-form"] .wd-search-cat {
	display: none !important;
}

.whb-general-header [class*="wd-header-search-form"] .searchform.wd-with-cat input[type="text"],
.whb-general-header [class*="wd-header-search-form"] .searchform.wd-with-cat input[type="search"] {
	padding-right: 18px;
}

.whb-general-header [class*="wd-header-search-form"] button {
	width: 54px;
	background: var(--gb-blue) !important;
	color: #ffffff !important;
	border-radius: 999px;
}

.gb-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border: 2px solid var(--gb-blue);
	border-radius: 999px;
	color: var(--gb-blue) !important;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.gb-header-cta:hover {
	border-color: var(--gb-gold);
	background: var(--gb-gold);
	color: #111111 !important;
}

.wd-tools-element .wd-tools-count {
	background: var(--gb-gold) !important;
	color: #111111 !important;
}

.whb-general-header .wd-tools-element > a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ffffff;
}

.whb-general-header .wd-header-cart > a {
	background: #262626;
	color: #ffffff;
}

.gb-home-shell {
	--gb-gap: 20px;
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	overflow: hidden;
	background: #ffffff;
}

.gb-home-inner {
	width: min(1410px, calc(100vw - 30px));
	margin-inline: auto;
}

.gb-hero-grid {
	display: grid;
	grid-template-columns: 335px minmax(0, 1fr) 335px;
	gap: var(--gb-gap);
	padding: 0 0 20px;
}

.gb-panel,
.gb-hero-main,
.gb-category-tile,
.gb-offer-band,
.gb-article,
.gb-empty-products {
	border-radius: 20px;
}

.gb-panel {
	padding: 20px 28px;
	background: var(--gb-soft);
}

.gb-category-panel {
	padding-top: 20px;
	padding-bottom: 20px;
}

.gb-category-list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gb-category-list li {
	margin: 0 !important;
}

.gb-category-list a {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	gap: 12px;
	min-height: 61px;
	padding: 7px 0;
	color: var(--gb-ink);
	font-size: 15px;
	font-weight: 700;
}

.gb-cat-mark {
	display: grid;
	place-items: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: #ffffff;
	color: var(--gb-blue);
	font-size: 12px;
	font-weight: 900;
	box-shadow: 0 5px 14px rgba(8, 47, 102, .07);
}

.gb-cat-image {
	padding: 3px;
	overflow: hidden;
}

.gb-cat-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gb-hero-main {
	position: relative;
	display: grid;
	align-items: start;
	min-height: 537px;
	padding: 42px 54px;
	background-position: center bottom;
	background-size: cover;
	overflow: hidden;
}

.gb-hero-main::before {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, rgba(244,244,244,.98) 0%, rgba(244,244,244,.88) 23%, rgba(244,244,244,.08) 55%);
}

.gb-hero-copy {
	position: relative;
	z-index: 1;
	max-width: 560px;
	margin-inline: auto;
	text-align: center;
	animation: gb-fade-up .5s ease both;
}

.gb-eyebrow {
	margin: 0 0 8px;
	color: var(--gb-gold);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.gb-hero-copy h1 {
	margin: 0;
	color: var(--gb-ink);
	font-size: 36px;
	font-weight: 750;
	line-height: 1.12;
}

.gb-hero-copy p {
	margin: 12px 0 0;
	color: var(--gb-muted);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.gb-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 18px;
}

.gb-button,
.gb-button-alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 24px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none !important;
	transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.gb-button {
	background: var(--gb-blue);
	color: #ffffff !important;
}

.gb-button-alt {
	border: 1px solid var(--gb-line);
	background: #ffffff;
	color: var(--gb-blue) !important;
}

.gb-button:hover,
.gb-button-alt:hover {
	transform: translateY(-2px);
}

.gb-button:hover {
	background: var(--gb-gold);
	color: #111111 !important;
}

.gb-hero-tabs {
	position: absolute;
	right: 22px;
	bottom: 18px;
	left: 22px;
	z-index: 2;
	display: flex;
	justify-content: center;
	gap: 34px;
}

.gb-hero-tabs a {
	padding-bottom: 3px;
	border-bottom: 2px solid rgba(255,255,255,.68);
	color: #ffffff;
	text-shadow: 0 1px 8px rgba(0,0,0,.45);
	font-weight: 700;
}

.gb-hero-tabs a:hover {
	border-color: var(--gb-gold);
	color: var(--gb-gold-2);
}

.gb-deal-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 20px;
	border: 1px solid var(--gb-line);
	border-radius: 20px;
	background: #ffffff;
}

.gb-deal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.gb-deal-head h2 {
	margin: 0;
	color: var(--gb-ink);
	font-size: 24px;
	line-height: 1.2;
}

.gb-deal-badge {
	display: inline-flex;
	padding: 7px 12px;
	border-radius: 999px;
	background: var(--gb-blue);
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.gb-deal-visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 286px;
	padding: 28px;
	border-radius: 20px;
	background-color: var(--gb-soft);
	overflow: hidden;
}

.gb-deal-visual img {
	width: 100%;
	height: 228px;
	object-fit: contain;
	transition: transform .3s ease;
}

.gb-deal-card:hover .gb-deal-visual img {
	transform: scale(1.04);
}

.gb-deal-overlay {
	position: absolute;
	right: 16px;
	bottom: 16px;
	left: 16px;
	padding: 9px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,.92);
	color: var(--gb-ink);
	font-size: 12px;
	font-weight: 800;
	text-align: center;
}

.gb-deal-copy {
	text-align: center;
}

.gb-deal-copy strong {
	display: block;
	margin-bottom: 4px;
	color: var(--gb-ink);
	font-size: 17px;
}

.gb-deal-copy span {
	color: var(--gb-muted);
	font-size: 14px;
}

.gb-deal-card .gb-button {
	align-self: center;
}

.gb-brand-rail {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 20px;
	padding-bottom: 102px;
}

.gb-brand-rail a {
	display: flex;
	flex-direction: column;
	place-items: center;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 80px;
	padding: 12px;
	border-radius: 20px;
	background: var(--gb-soft);
	color: var(--gb-blue);
	font-size: 11px;
	font-weight: 800;
	text-align: center;
	transition: color .2s ease, transform .2s ease;
}

.gb-brand-rail img {
	width: 76px;
	height: 42px;
	object-fit: contain;
}

.gb-rail-initials {
	display: grid;
	place-items: center;
	width: 50px;
	height: 36px;
	border-radius: 8px;
	background: #ffffff;
	color: var(--gb-blue);
	font-size: 14px;
	font-weight: 900;
}

.gb-brand-rail a:hover {
	transform: translateY(-2px);
	color: var(--gb-gold);
}

.gb-section {
	padding: 0 0 108px;
}

.gb-section-muted {
	padding: 68px 0;
	background: var(--gb-soft);
}

.gb-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 28px;
}

.gb-section-head h2 {
	margin: 0;
	color: var(--gb-ink);
	font-size: 36px;
	font-weight: 750;
	line-height: 1.2;
}

.gb-section-link {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	background: var(--gb-soft);
	color: var(--gb-ink);
	font-size: 13px;
	font-weight: 750;
}

.gb-category-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.gb-category-tabs a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 24px;
	border-radius: 999px;
	background: var(--gb-soft);
	color: var(--gb-ink);
	font-size: 14px;
	font-weight: 750;
}

.gb-category-tabs a.is-active,
.gb-category-tabs a:hover {
	background: var(--gb-blue);
	color: #ffffff;
}

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

.gb-category-tile {
	display: flex;
	align-items: flex-end;
	min-height: 138px;
	padding: 22px;
	border: 1px solid var(--gb-line);
	background: #ffffff;
	text-decoration: none !important;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.gb-category-tile:hover {
	transform: translateY(-3px);
	border-color: rgba(210, 160, 34, .6);
	box-shadow: 0 14px 32px rgba(8, 47, 102, .08);
}

.gb-category-tile strong {
	display: block;
	color: var(--gb-blue);
	font-size: 18px;
}

.gb-category-tile span {
	display: block;
	margin-top: 4px;
	color: var(--gb-muted);
	font-size: 13px;
	font-weight: 600;
}

.gb-product-section .products {
	margin-top: 4px;
}

.gb-product-section .product-grid-item {
	border: 1px solid var(--gb-line);
	border-radius: 20px;
	background: #ffffff;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.gb-product-section .product-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.gb-product-section .product-element-bottom {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0 16px 14px;
}

.gb-product-section .product-grid-item:hover {
	transform: translateY(-3px);
	border-color: rgba(210, 160, 34, .5);
	box-shadow: 0 14px 32px rgba(8, 47, 102, .08);
}

.gb-product-section .product-element-top img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.gb-product-section .wd-entities-title {
	font-size: 15px;
	line-height: 1.35;
}

.gb-product-section .content-product-imagin,
.gb-product-section .hover-content,
.gb-product-section .wrap-wishlist-button {
	display: none !important;
}

.gb-product-section .fade-in-block {
	position: static !important;
	display: block !important;
	height: auto !important;
	margin-top: auto !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.gb-product-section .wd-bottom-actions {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--gb-line);
}

.gb-product-section .wrap-quickview-button {
	display: inline-flex !important;
	order: 1;
}

.gb-product-section .wd-add-btn {
	order: 2;
	margin-left: auto;
}

.gb-product-section .wd-quick-view-icon > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid var(--gb-line);
	border-radius: 999px;
	background: #fff;
	color: var(--gb-blue);
	font-size: 0;
	box-shadow: 0 8px 20px rgba(8, 47, 102, .06);
}

.gb-product-section .wd-quick-view-icon > a:hover {
	border-color: rgba(210, 160, 34, .55);
	color: var(--gb-gold);
}

.gb-product-section .wd-add-btn a {
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid var(--gb-blue) !important;
	border-radius: 999px !important;
	background: var(--gb-blue) !important;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 800;
}

.gb-product-section .wd-add-btn a:hover {
	border-color: var(--gb-gold) !important;
	background: var(--gb-gold) !important;
	color: #111111 !important;
}

.wd-swatches-product,
.variations_form .wd-swatches-single {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wd-swatch.wd-bg {
	width: 32px;
	height: 32px;
	min-width: 32px;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #ffffff;
	transition: box-shadow .18s ease, transform .18s ease;
}

.wd-swatch.wd-bg:hover,
.wd-swatch.wd-bg.wd-active {
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--gb-blue);
	transform: translateY(-1px);
}

.wd-swatch.wd-bg .wd-swatch-bg {
	width: 28px;
	height: 28px;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
}

.wd-swatch.wd-bg.wd-active:after {
	color: #ffffff;
}

.single-product .single_add_to_cart_button {
	min-height: 44px;
	padding-inline: 24px !important;
	border-radius: 999px !important;
	background: var(--gb-blue) !important;
	color: #ffffff !important;
}

.single-product .single_add_to_cart_button:hover {
	background: var(--gb-gold) !important;
	color: #111111 !important;
}

.single-product .quantity {
	height: 44px;
	border: 1px solid var(--gb-line);
	border-radius: 999px;
	background: #ffffff;
	overflow: hidden;
}

.single-product .quantity input,
.single-product .quantity button {
	height: 42px;
	border: 0 !important;
	background: #ffffff !important;
}

.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image img {
	border-radius: 20px;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after,
.wd-nav-tabs .nav-link-text:after {
	background-color: var(--gb-blue) !important;
}

body .btn.btn-color-primary,
body .button.checkout,
body .woocommerce-button,
body .woocommerce .button,
body .woocommerce button.button,
body .woocommerce input.button {
	border-radius: 999px;
	background-color: var(--gb-blue) !important;
	color: #ffffff !important;
}

body .btn.btn-color-primary:hover,
body .button.checkout:hover,
body .woocommerce-button:hover,
body .woocommerce .button:hover,
body .woocommerce button.button:hover,
body .woocommerce input.button:hover {
	background-color: var(--gb-gold) !important;
	color: #111111 !important;
}

.gb-empty-products {
	padding: 38px;
	border: 1px dashed rgba(8, 47, 102, .28);
	background: #ffffff;
	color: var(--gb-muted);
	text-align: center;
	font-weight: 700;
}

.gb-offer-band {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, minmax(0, .55fr));
	align-items: center;
	gap: 26px;
	padding: 32px 38px;
	background: var(--gb-soft);
}

.gb-offer-band h2,
.gb-offer-band p {
	margin: 0;
}

.gb-offer-band h2 {
	font-size: 30px;
}

.gb-offer-band p {
	margin-top: 4px;
	color: var(--gb-muted);
}

.gb-offer-stat {
	padding-left: 20px;
	border-left: 1px solid #dddddd;
}

.gb-offer-stat strong {
	display: block;
	color: var(--gb-blue);
	font-size: 22px;
}

.gb-offer-stat span {
	color: var(--gb-muted);
	font-size: 13px;
}

.gb-limited-wrap {
	border-radius: 20px;
	background: var(--gb-soft);
	overflow: hidden;
}

.gb-limited-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 28px 38px;
	border-bottom: 1px solid #dedede;
}

.gb-limited-head h2,
.gb-limited-head p {
	margin: 0;
}

.gb-limited-head h2 {
	font-size: 30px;
}

.gb-limited-head p {
	margin-top: 4px;
	color: var(--gb-muted);
}

.gb-limited-head > span {
	padding: 9px 16px;
	border-radius: 999px;
	background: #ffffff;
	color: var(--gb-blue);
	font-size: 13px;
	font-weight: 800;
}

.gb-limited-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 470px;
}

.gb-limited-feature {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: 470px;
	padding: 34px;
	background: #ffffff;
	overflow: hidden;
}

.gb-limited-feature > img {
	position: absolute;
	inset: 18px 40px 82px;
	width: calc(100% - 80px);
	height: calc(100% - 100px);
	object-fit: contain;
	transition: transform .35s ease;
}

.gb-limited-feature:hover > img {
	transform: scale(1.035);
}

.gb-limited-feature > span,
.gb-limited-feature > strong,
.gb-limited-feature > small {
	position: relative;
	z-index: 1;
}

.gb-limited-feature > strong {
	margin-top: 10px;
	color: var(--gb-ink);
	font-size: 22px;
}

.gb-limited-feature > small {
	margin: 3px 0 14px;
	color: var(--gb-muted);
}

.gb-limited-feature .gb-button {
	color: #ffffff !important;
}

.gb-limited-products {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	padding: 28px;
}

.gb-limited-product {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	align-items: center;
	gap: 15px;
	padding: 18px;
	border: 1px solid var(--gb-line);
	border-radius: 16px;
	background: #ffffff;
}

.gb-limited-product img {
	width: 96px;
	height: 96px;
	object-fit: contain;
}

.gb-limited-product strong,
.gb-limited-product small,
.gb-limited-product em {
	display: block;
}

.gb-limited-product strong {
	color: var(--gb-ink);
	font-size: 15px;
	line-height: 1.3;
}

.gb-limited-product small {
	margin-top: 5px;
	color: var(--gb-muted);
}

.gb-limited-product em {
	margin-top: 8px;
	color: var(--gb-blue);
	font-size: 12px;
	font-style: normal;
	font-weight: 850;
}

.gb-article-band {
	padding: 72px 0;
	background: var(--gb-soft);
}

.gb-articles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}

.gb-article {
	min-height: 230px;
	padding: 26px;
	background: #ffffff;
}

.gb-article-tag {
	display: inline-flex;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--gb-blue);
	color: #ffffff;
	font-size: 11px;
	font-weight: 850;
	text-transform: uppercase;
}

.gb-article h3 {
	margin: 42px 0 10px;
	font-size: 20px;
	line-height: 1.25;
}

.gb-article p {
	margin: 0;
	color: var(--gb-muted);
	line-height: 1.55;
}

.gb-editorial {
	padding: 68px 0;
}

.gb-editorial h2,
.gb-editorial h3 {
	margin-bottom: 10px;
}

.gb-editorial h2 {
	font-size: 28px;
}

.gb-editorial h3 {
	margin-top: 28px;
	font-size: 20px;
}

.gb-editorial p {
	max-width: 1140px;
	margin: 0;
	color: var(--gb-muted);
	line-height: 1.65;
}

.gb-footer-wrap {
	width: 100vw;
	margin-inline: calc(50% - 50vw);
	background: var(--gb-soft);
}

.footer-container {
	display: none;
}

.gb-footer {
	display: grid;
	grid-template-columns: 1.15fr .7fr .8fr 1.25fr;
	gap: 44px;
	padding: 54px 0;
	color: var(--gb-muted);
}

.gb-footer h2,
.gb-footer h3 {
	margin-top: 0;
	color: var(--gb-ink);
}

.gb-footer h2 {
	font-size: 28px;
}

.gb-footer h3 {
	font-size: 16px;
}

.gb-footer p,
.gb-footer a {
	color: var(--gb-muted);
}

.gb-footer a:hover {
	color: var(--gb-blue);
}

.gb-footer-quote {
	padding: 28px;
	border-radius: 20px;
	background: var(--gb-blue);
}

.gb-footer-quote h3,
.gb-footer-quote p {
	color: #ffffff;
}

.gb-footer-quote .gb-button {
	margin-top: 8px;
	background: #ffffff;
	color: var(--gb-blue) !important;
}

@keyframes gb-fade-up {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1200px) {
	.gb-hero-grid {
		grid-template-columns: 270px minmax(0, 1fr);
	}

	.gb-deal-card {
		grid-column: 1 / -1;
	}

	.gb-deal-visual {
		min-height: 220px;
		background-size: 170px;
	}

	.gb-brand-rail {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

@media (min-width: 1025px) {
	.whb-general-header,
	.whb-general-header .container,
	.whb-general-header .whb-flex-row {
		height: 90px !important;
		min-height: 90px !important;
	}

	.gb-category-panel,
	.gb-hero-main,
	.gb-deal-card {
		height: 537px;
		min-height: 537px;
		box-sizing: border-box;
	}

	.gb-deal-visual {
		min-height: 228px;
	}
}

@media (max-width: 1024px) {
	.gb-category-grid,
	.gb-articles,
	.gb-limited-content {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gb-offer-band {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 900px) {
	.site-logo img {
		max-height: 44px;
	}

	.gb-hero-grid {
		display: flex;
		flex-direction: column;
		padding-top: 0;
	}

	.home .main-page-wrapper {
		padding-top: 20px;
	}

	.gb-category-panel {
		display: none;
	}

	.gb-hero-main {
		order: 1;
		min-height: 525px;
		padding: 40px 24px;
		background-position: 64% bottom;
	}

	.gb-deal-card {
		order: 2;
	}

	.gb-brand-rail {
		display: flex;
		gap: 12px;
		padding-bottom: 70px;
		overflow-x: auto;
		scroll-snap-type: x proximity;
	}

	.gb-brand-rail a {
		flex: 0 0 150px;
		min-height: 70px;
		scroll-snap-align: start;
	}

	.gb-section-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.gb-category-tabs {
		flex-wrap: nowrap;
		width: 100%;
		overflow-x: auto;
	}
}

@media (max-width: 560px) {
	.gb-home-inner {
		width: calc(100vw - 30px);
	}

	.gb-hero-main {
		min-height: 525px;
		border-radius: 20px;
	}

	.gb-hero-copy h1 {
		font-size: 30px;
	}

	.gb-hero-copy p {
		font-size: 16px;
	}

	.gb-hero-tabs {
		gap: 18px;
		overflow: hidden;
	}

	.gb-hero-tabs a {
		font-size: 13px;
		white-space: nowrap;
	}

	.gb-deal-card {
		padding: 20px;
	}

	.gb-brand-rail {
		padding-bottom: 64px;
	}

	.gb-section {
		padding-bottom: 78px;
	}

	.gb-section-muted,
	.gb-article-band,
	.gb-editorial {
		padding: 56px 0;
	}

	.gb-section-head h2 {
		font-size: 28px;
	}

	.gb-category-grid,
	.gb-articles,
	.gb-offer-band,
	.gb-limited-content,
	.gb-footer {
		grid-template-columns: 1fr;
	}

	.gb-limited-head {
		align-items: flex-start;
		flex-direction: column;
		padding: 26px;
	}

	.gb-limited-feature {
		min-height: 430px;
	}

	.gb-limited-products {
		grid-template-columns: 1fr;
		padding: 18px;
	}

	.gb-category-tile {
		min-height: 116px;
	}

	.gb-offer-band {
		gap: 20px;
		padding: 28px;
	}

	.gb-offer-stat {
		padding-top: 16px;
		padding-left: 0;
		border-top: 1px solid #dddddd;
		border-left: 0;
	}

	.gb-footer {
		gap: 26px;
		padding: 46px 0 90px;
	}
}
