/*
Theme Name:		Welcart Simple Plus Lefty Child Theme
Template:		welcart_simple-plus-lefty
Theme URI:		https://www.welcart.com/archives/16004.html
Author:			Welcart Inc.
Author URI:		https://www.welcart.com/
Description:	Welcart Simple Plus Lefty Child Theme.
Version:		1.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, simple-plus,
*/

:root {
	--bgo-ink: #2f3437;
	--bgo-muted: #747c81;
	--bgo-line: #d9dde0;
	--bgo-soft: #f5f7f7;
	--bgo-green: #00a66a;
	--bgo-red: #bf1f3a;
	--bgo-gold: #a98622;
	--bgo-blue: #e7f5f7;
}

.bgo-shop-page {
	background: #fff;
	color: var(--bgo-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: 0;
}

.bgo-shop-page *,
.bgo-shop-page *::before,
.bgo-shop-page *::after {
	box-sizing: border-box;
}

.bgo-shop-page a {
	color: inherit;
	text-decoration: none;
}

.bgo-shop-page img {
	display: block;
	max-width: 100%;
}

.bgo-announcement {
	background: #34383b;
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
	padding: 3px 14px;
	text-align: left;
}

.bgo-site-header {
	background: #fff;
	border-bottom: 1px solid var(--bgo-line);
}

.bgo-header-inner {
	align-items: end;
	display: grid;
	gap: 18px;
	grid-template-columns: 248px minmax(360px, 1fr) 64px;
	margin: 0 auto;
	max-width: 1180px;
	padding: 18px 16px 14px;
}

.bgo-logo {
	align-items: center;
	display: flex;
	min-height: 74px;
}

.bgo-logo-text {
	align-content: center;
	display: grid;
	line-height: 1.1;
}

.bgo-logo-text span {
	color: #30363a;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 33px;
	font-weight: 500;
	letter-spacing: 0;
}

.bgo-logo-text em {
	color: #8c969b;
	font-size: 11px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: .12em;
	margin-top: 5px;
}

.bgo-logo img {
	height: auto;
	max-height: 74px;
	object-fit: contain;
	object-position: left center;
	width: 238px;
}

.bgo-search {
	align-items: stretch;
	border: 1px solid #c8ced2;
	display: grid;
	grid-template-columns: 176px minmax(180px, 1fr) 54px;
	height: 42px;
}

.bgo-search select,
.bgo-search input,
.bgo-search button,
.bgo-filter-grid select,
.bgo-filter-grid input,
.bgo-filter-grid button {
	border: 0;
	border-radius: 0;
	font: inherit;
	letter-spacing: 0;
	min-width: 0;
}

.bgo-search select {
	background: #f8f9f9;
	border-right: 1px solid #d5dadd;
	color: #465056;
	font-size: 13px;
	padding: 0 12px;
}

.bgo-search input {
	color: var(--bgo-ink);
	padding: 0 14px;
	width: 100%;
}

.bgo-search button {
	background: #33373a;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
}

.bgo-cart {
	align-items: center;
	border: 1px solid #c7cdcf;
	display: grid;
	height: 42px;
	justify-items: center;
	position: relative;
}

.bgo-cart-icon {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.bgo-cart-count {
	align-items: center;
	background: var(--bgo-green);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 11px;
	height: 20px;
	justify-content: center;
	position: absolute;
	right: -7px;
	top: -8px;
	width: 20px;
}

.bgo-category-nav {
	background: #f1f3f4;
	border-bottom: 1px solid var(--bgo-line);
}

.bgo-category-inner {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 16px;
}

.bgo-category-inner a {
	align-items: center;
	border-left: 1px solid #fff;
	color: #3d4448;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	min-height: 50px;
	padding: 8px 10px;
	text-align: center;
}

.bgo-category-inner a:last-child {
	border-right: 1px solid #fff;
	color: var(--bgo-red);
}

.bgo-layout {
	display: grid;
	gap: 28px;
	grid-template-columns: 200px minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1180px;
	padding: 28px 16px 48px;
}

.bgo-sidebar {
	display: grid;
	gap: 20px;
	align-content: start;
}

.bgo-side-banner {
	background: #fff;
	border: 1px solid var(--bgo-line);
	display: grid;
	min-height: 214px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.bgo-side-banner img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: .42;
	position: absolute;
	width: 100%;
}

.bgo-side-banner::after {
	background: rgba(255, 255, 255, .74);
	content: "";
	inset: 18px;
	position: absolute;
}

.bgo-side-banner span,
.bgo-side-banner strong {
	position: relative;
	z-index: 1;
}

.bgo-side-banner span {
	align-self: end;
	color: var(--bgo-gold);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0;
	padding-top: 58px;
}

.bgo-side-banner strong {
	align-self: start;
	color: var(--bgo-red);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
	padding: 6px 20px 42px;
}

.bgo-main-column {
	min-width: 0;
}

.bgo-breadcrumb {
	color: #697277;
	font-size: 13px;
	margin: 4px 0 20px;
}

.bgo-section-heading {
	align-items: end;
	border-bottom: 4px solid #545a5e;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 28px;
	padding-bottom: 6px;
}

.bgo-section-heading h1 {
	color: #3a3f42;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 0;
}

.bgo-section-heading span {
	color: var(--bgo-muted);
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.bgo-brand-hero {
	background: linear-gradient(90deg, #e5f7f5 0%, #e5f7f5 46%, #f8fbfb 46%, #f8fbfb 100%);
	border: 1px solid #dce8e8;
	display: grid;
	grid-template-columns: minmax(0, .94fr) minmax(330px, 1.06fr);
	min-height: 250px;
	overflow: hidden;
}

.bgo-brand-copy {
	align-content: center;
	display: grid;
	padding: 34px 38px;
}

.bgo-eyebrow {
	color: var(--bgo-green);
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 8px;
}

.bgo-brand-copy h2 {
	color: #31373a;
	font-size: 27px;
	font-weight: 800;
	line-height: 1.45;
	margin: 0 0 16px;
}

.bgo-brand-copy p {
	color: #4e585d;
	margin: 0;
}

.bgo-hero-image {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 20px 22px;
}

.bgo-hero-image img {
	height: 210px;
	object-fit: cover;
	object-position: center right;
	width: 100%;
}

.bgo-info-strip {
	border-bottom: 1px solid var(--bgo-line);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 24px 0 28px;
}

.bgo-info-strip div {
	border-left: 1px solid var(--bgo-line);
	padding: 16px 18px;
}

.bgo-info-strip div:last-child {
	border-right: 1px solid var(--bgo-line);
}

.bgo-info-strip strong,
.bgo-info-strip span {
	display: block;
}

.bgo-info-strip strong {
	color: #2f383b;
	font-size: 17px;
}

.bgo-info-strip span {
	color: var(--bgo-muted);
	font-size: 13px;
}

.bgo-filter-panel {
	background: #f7f8f8;
	border: 1px solid var(--bgo-line);
	margin: 0 0 30px;
	padding: 20px;
}

.bgo-filter-panel h2,
.bgo-products-head h2 {
	color: #333a3e;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.45;
	margin: 0;
}

.bgo-filter-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr minmax(220px, 1.4fr) 112px;
	margin-top: 16px;
}

.bgo-filter-grid label {
	background: #fff;
	border: 1px solid #cfd5d8;
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	min-height: 42px;
}

.bgo-filter-grid label span {
	align-items: center;
	background: #eef1f2;
	border-right: 1px solid #cfd5d8;
	color: #4d565b;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	padding: 0 8px;
}

.bgo-filter-grid select,
.bgo-filter-grid input {
	background: #fff;
	color: var(--bgo-ink);
	padding: 0 12px;
	width: 100%;
}

.bgo-filter-grid button {
	background: var(--bgo-red);
	color: #fff;
	cursor: pointer;
	font-weight: 800;
}

.bgo-products-head {
	align-items: baseline;
	border-bottom: 1px solid #aaa;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 0;
	padding-bottom: 12px;
}

.bgo-products-head p {
	color: var(--bgo-muted);
	font-size: 13px;
	margin: 0;
}

.bgo-product-grid {
	border-left: 1px solid var(--bgo-line);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bgo-products-empty {
	background: #fff;
	border-bottom: 1px solid var(--bgo-line);
	border-right: 1px solid var(--bgo-line);
	color: #5c666b;
	grid-column: 1 / -1;
	margin: 0;
	padding: 28px 20px;
}

.bgo-product-card {
	background: #fff;
	border-bottom: 1px solid var(--bgo-line);
	border-right: 1px solid var(--bgo-line);
	display: grid;
	grid-template-rows: auto 210px 1fr;
	min-width: 0;
	padding: 16px 14px 18px;
}

.bgo-product-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	min-height: 28px;
}

.bgo-product-labels span {
	border: 1px solid #303538;
	border-radius: 3px;
	color: #303538;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	padding: 3px 8px;
}

.bgo-product-image {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 12px 4px 8px;
}

.bgo-product-image img {
	max-height: 178px;
	object-fit: contain;
	width: 100%;
}

.bgo-product-body {
	display: grid;
	grid-template-rows: auto auto auto auto auto auto 1fr;
	min-width: 0;
}

.bgo-product-brand {
	color: #4b555a;
	font-size: 13px;
	font-weight: 800;
	margin: 0 0 2px;
}

.bgo-product-body h3 {
	color: #30363a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0 0 8px;
	min-height: 66px;
	overflow-wrap: anywhere;
}

.bgo-product-category {
	align-items: center;
	border-left: 1px solid #c9b36d;
	border-right: 1px solid #c9b36d;
	color: #8d7420;
	display: flex;
	font-size: 12px;
	justify-content: center;
	margin: 0 0 8px;
	min-height: 34px;
	padding: 3px 8px;
	text-align: center;
}

.bgo-rating {
	align-items: center;
	color: var(--bgo-gold);
	display: flex;
	gap: 4px;
	min-height: 22px;
}

.bgo-rating span {
	font-size: 15px;
	letter-spacing: 0;
}

.bgo-rating em {
	color: #666;
	font-size: 12px;
	font-style: normal;
}

.bgo-product-note {
	color: #777;
	font-size: 12px;
	margin: 6px 0 0;
	text-align: right;
}

.bgo-price {
	color: #55595c;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 14px;
	text-align: right;
}

.bgo-card-actions {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) 38px;
	margin-top: auto;
}

.bgo-add-cart {
	align-items: center;
	background: var(--bgo-red);
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	min-height: 42px;
	padding: 8px 12px;
	white-space: nowrap;
}

.bgo-shop-page .bgo-add-cart {
	color: #fff;
}

.bgo-add-cart-form form {
	margin: 0;
}

.bgo-add-cart-form .skubutton {
	align-items: center;
	background: var(--bgo-red);
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	min-height: 42px;
	padding: 8px 12px;
	white-space: nowrap;
	width: 100%;
}

.bgo-add-cart-form .direct_error_message {
	display: none;
}

.bgo-fav-button,
.bgo-fav-fallback {
	align-items: center;
	background: #f6f6f6;
	border-radius: 50%;
	color: #b8b8b8;
	display: flex;
	font-size: 25px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	width: 38px;
}

.bgo-fav-button {
	position: relative;
}

.bgo-fav-button::before {
	color: #b8b8b8;
	content: "♡";
	font-size: 25px;
	left: 50%;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.bgo-fav-button:has(.add-favorite.added)::before {
	color: var(--bgo-red);
	content: "♥";
}

.bgo-fav-button .add-favorite {
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	height: 38px;
	padding: 0;
	width: 38px;
}

.bgo-shop-page .bgo-fav-fallback {
	color: #b8b8b8;
}

.bgo-footer {
	background: #f0f2f2;
	border-top: 1px solid var(--bgo-line);
	color: #4a5357;
}

.bgo-footer-inner {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1180px;
	padding: 28px 16px;
}

.bgo-footer strong {
	font-size: 18px;
}

.bgo-footer p {
	margin: 4px 0 0;
}

.bgo-footer nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	font-size: 13px;
}

@media (max-width: 1000px) {
	.bgo-header-inner {
		align-items: center;
		grid-template-columns: 190px minmax(0, 1fr) 52px;
	}

	.bgo-logo img {
		width: 184px;
	}

	.bgo-layout {
		grid-template-columns: 164px minmax(0, 1fr);
	}

	.bgo-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bgo-filter-grid {
		grid-template-columns: 1fr 1fr;
	}

	.bgo-filter-grid button {
		min-height: 42px;
	}
}

@media (max-width: 760px) {
	.bgo-announcement {
		font-size: 12px;
		text-align: center;
	}

	.bgo-header-inner {
		align-items: stretch;
		grid-template-columns: 1fr 50px;
		padding: 14px 12px;
	}

	.bgo-logo {
		grid-column: 1 / -1;
		justify-content: center;
		min-height: auto;
	}

	.bgo-logo-text {
		justify-items: center;
	}

	.bgo-logo-text span {
		font-size: 30px;
	}

	.bgo-logo img {
		max-height: 58px;
		width: min(270px, 100%);
	}

	.bgo-search {
		grid-column: 1 / 2;
		grid-template-columns: minmax(0, 1fr) 52px;
		height: auto;
		min-height: 42px;
	}

	.bgo-search select {
		display: none;
	}

	.bgo-cart {
		height: 42px;
	}

	.bgo-category-inner {
		display: flex;
		overflow-x: auto;
		padding: 0;
	}

	.bgo-category-inner a {
		flex: 0 0 auto;
		min-height: 44px;
		min-width: 118px;
	}

	.bgo-layout {
		display: block;
		padding: 18px 12px 36px;
	}

	.bgo-sidebar {
		display: none;
	}

	.bgo-breadcrumb {
		font-size: 12px;
		margin-bottom: 14px;
	}

	.bgo-section-heading {
		align-items: start;
		display: grid;
		gap: 4px;
		margin-bottom: 18px;
	}

	.bgo-section-heading h1 {
		font-size: 24px;
	}

	.bgo-brand-hero {
		background: #eaf8f7;
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.bgo-brand-copy {
		padding: 24px 20px 6px;
	}

	.bgo-brand-copy h2 {
		font-size: 21px;
	}

	.bgo-hero-image {
		padding: 8px 20px 24px;
	}

	.bgo-hero-image img {
		height: 168px;
		object-position: center;
	}

	.bgo-info-strip {
		grid-template-columns: 1fr;
	}

	.bgo-info-strip div,
	.bgo-info-strip div:last-child {
		border: 1px solid var(--bgo-line);
		border-bottom: 0;
	}

	.bgo-info-strip div:last-child {
		border-bottom: 1px solid var(--bgo-line);
	}

	.bgo-filter-panel {
		padding: 16px;
	}

	.bgo-filter-grid {
		grid-template-columns: 1fr;
	}

	.bgo-filter-grid button {
		min-height: 44px;
	}

	.bgo-products-head {
		align-items: start;
		display: grid;
		gap: 2px;
	}

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

	.bgo-product-card {
		grid-template-rows: auto 176px 1fr;
		padding: 12px 10px 14px;
	}

	.bgo-product-image img {
		max-height: 150px;
	}

	.bgo-product-body h3 {
		font-size: 14px;
		min-height: 62px;
	}

	.bgo-product-category {
		font-size: 11px;
		min-height: 32px;
	}

	.bgo-price {
		font-size: 21px;
	}

	.bgo-add-cart {
		font-size: 12px;
		min-height: 40px;
		padding-left: 6px;
		padding-right: 6px;
	}

	.bgo-add-cart-form .skubutton {
		font-size: 12px;
		min-height: 40px;
		padding-left: 6px;
		padding-right: 6px;
	}

	.bgo-footer-inner {
		align-items: start;
		display: grid;
	}
}

@media (max-width: 360px) {
	.bgo-product-grid {
		grid-template-columns: 1fr;
	}
}
