:root {
	--bbsc-gold: #efbf04;
	--bbsc-gold-dark: #a77a00;
	--bbsc-ink: #191715;
	--bbsc-muted: #6f6860;
	--bbsc-line: #eee7dc;
	--bbsc-cream: #fffaf1;
	--bbsc-blush: #fff2f4;
	--bbsc-white: #ffffff;
	--bbsc-green: #2f8a4c;
}

.xoo-wsc-markup,
.xoo-wsc-modal,
.xoo-wsc-basket,
.xoo-wsc-notice-container,
.xoo-wsc-markup-notices {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

body.bbsc-open {
	overflow: hidden;
}

body.bbsc-coupons-open {
	overflow: hidden;
}

.bbsc-overlay {
	position: fixed;
	inset: 0;
	z-index: 999998;
	background: rgba(18, 16, 14, .42);
	backdrop-filter: blur(2px);
}

.bbsc-drawer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	display: flex;
	width: min(468px, 100vw);
	max-width: 100vw;
	flex-direction: column;
	background: linear-gradient(180deg, #fffdf8 0, #fff 150px);
	box-shadow: -22px 0 60px rgba(22, 18, 14, .18);
	transform: translateX(104%);
	transition: transform .24s ease;
	font-family: inherit;
	color: var(--bbsc-ink);
}

body.bbsc-open .bbsc-drawer {
	transform: translateX(0);
}

.bbsc-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 20px 22px 15px;
	border-bottom: 1px solid var(--bbsc-line);
	background: rgba(255, 250, 241, .88);
	backdrop-filter: blur(10px);
}

.bbsc-eyebrow {
	margin: 0 0 2px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: var(--bbsc-gold-dark);
}

.bbsc-header h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.15;
	color: var(--bbsc-ink);
}

.bbsc-header-count {
	display: inline-flex;
	margin-top: 4px;
	font-size: 12px;
	color: var(--bbsc-muted);
}

.bbsc-icon-btn {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border: 1px solid var(--bbsc-line);
	border-radius: 50%;
	background: #fff;
	color: var(--bbsc-ink);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease;
}

.bbsc-icon-btn:hover {
	border-color: var(--bbsc-gold);
	background: #fff9df;
}

.bbsc-trust-strip {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	padding: 0 16px 4px;
	background: #fff;
	border-bottom: 1px solid var(--bbsc-line);
}

.bbsc-trust-strip span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	background: #fbf7ef;
	color: #6b5c43;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
}

.bbsc-free-ship {
	margin: 14px 16px 8px;
	padding: 13px 14px;
	border: 1px solid #f3df9a;
	border-radius: 8px;
	background: #fff9df;
}

.bbsc-free-ship-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 9px;
	font-size: 13px;
	color: var(--bbsc-ink);
}

.bbsc-free-ship-top strong {
	color: var(--bbsc-gold-dark);
	white-space: nowrap;
}

.bbsc-progress {
	height: 7px;
	overflow: hidden;
	border-radius: 99px;
	background: #eadfca;
}

.bbsc-progress span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--bbsc-gold), #c99700);
	transition: width .25s ease;
}

.bbsc-items {
	flex: 1;
	overflow: auto;
	padding: 10px 16px 18px;
}

.bbsc-loading,
.bbsc-empty {
	padding: 34px 18px;
	text-align: center;
	color: var(--bbsc-muted);
}

.bbsc-empty h3 {
	margin: 0 0 8px;
	color: var(--bbsc-ink);
}

.bbsc-empty-btn {
	display: inline-flex;
	margin-top: 12px;
	text-decoration: none;
}

.bbsc-item {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 14px;
	margin: 0 0 12px;
	padding: 12px;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(28, 22, 13, .06);
	transition: opacity .15s ease;
}

.bbsc-item.bbsc-busy {
	opacity: .5;
	pointer-events: none;
}

.bbsc-img {
	overflow: hidden;
	width: 86px;
	height: 106px;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #faf7f2;
}

.bbsc-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bbsc-img-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #fff4f4, #f8e8ae);
}

.bbsc-title {
	margin-bottom: 7px;
	font-size: 14.5px;
	font-weight: 700;
	line-height: 1.28;
	color: var(--bbsc-ink);
}

.bbsc-title a {
	color: inherit;
	text-decoration: none;
}

.bbsc-line {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 6px;
}

.bbsc-price {
	font-size: 14px;
	font-weight: 700;
	color: var(--bbsc-ink);
}

.bbsc-badge,
.bbsc-stock {
	display: inline-flex;
	align-items: center;
	min-height: 21px;
	padding: 3px 7px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.bbsc-badge-free {
	background: var(--bbsc-green);
	color: #fff;
}

.bbsc-badge-offer {
	background: var(--bbsc-blush);
	color: #a34053;
	border: 1px solid #ffd4dc;
}

.bbsc-stock {
	background: #fff;
	color: var(--bbsc-muted);
	border: 1px solid var(--bbsc-line);
}

.bbsc-meta {
	margin: 4px 0 10px;
	font-size: 12px;
	line-height: 1.35;
	color: var(--bbsc-muted);
}

.bbsc-offer-note {
	position: relative;
	margin: 8px 0 10px;
	padding: 8px 10px 8px 28px;
	border: 1px solid #f7dbe1;
	border-radius: 8px;
	background: #fff6f8;
	color: #7f3045;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.bbsc-offer-note::before {
	content: "%";
	position: absolute;
	left: 9px;
	top: 8px;
	display: grid;
	width: 14px;
	height: 14px;
	place-items: center;
	border-radius: 50%;
	background: #efbf04;
	color: #181512;
	font-size: 9px;
	font-weight: 900;
}

.bbsc-item-bottom {
	display: grid;
	grid-template-columns: auto auto minmax(88px, 1fr);
	align-items: center;
	gap: 10px;
}

.bbsc-qty {
	display: inline-grid;
	grid-template-columns: 28px 38px 28px;
	height: 32px;
	overflow: hidden;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
}

.bbsc-qty button,
.bbsc-qty input {
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
	text-align: center;
	color: var(--bbsc-ink);
}

.bbsc-qty button {
	cursor: pointer;
	font-size: 18px;
}

.bbsc-qty button:disabled {
	cursor: not-allowed;
	opacity: .35;
}

.bbsc-qty input {
	font-size: 13px;
	appearance: textfield;
}

.bbsc-qty input::-webkit-outer-spin-button,
.bbsc-qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.bbsc-remove {
	border: 0;
	background: transparent;
	color: #9b302f;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

.bbsc-line-total {
	font-size: 14px;
	color: var(--bbsc-ink);
	white-space: nowrap;
}

.bbsc-line-total-wrap {
	display: grid;
	justify-self: end;
	text-align: right;
	line-height: 1.1;
}

.bbsc-line-total-wrap span {
	margin-bottom: 3px;
	color: var(--bbsc-muted);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.bbsc-footer {
	border-top: 1px solid var(--bbsc-line);
	background: #fff;
	padding: 14px 16px 16px;
	box-shadow: 0 -12px 34px rgba(23, 18, 13, .08);
}

.bbsc-summary {
	display: grid;
	gap: 9px;
	margin-bottom: 14px;
}

.bbsc-summary-title {
	margin: 0 0 2px;
	color: var(--bbsc-ink);
	font-size: 14px;
	font-weight: 900;
}

.bbsc-summary-row,
.bbsc-summary-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	font-size: 13px;
	color: var(--bbsc-muted);
}

.bbsc-summary-row strong {
	color: var(--bbsc-ink);
	font-weight: 700;
}

.bbsc-summary-total {
	margin-top: 4px;
	padding-top: 10px;
	border-top: 1px solid var(--bbsc-line);
	color: var(--bbsc-ink);
	font-size: 17px;
	font-weight: 800;
}

.bbsc-actions {
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	gap: 10px;
}

.bbsc-primary,
.bbsc-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	border-radius: 8px;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
}

.bbsc-primary {
	border: 1px solid var(--bbsc-ink);
	background: linear-gradient(135deg, #191715, #000);
	color: #fff !important;
}

.bbsc-primary:hover {
	background: #000;
	color: #fff !important;
}

.bbsc-secondary {
	border: 1px solid var(--bbsc-line);
	background: #fff;
	color: var(--bbsc-ink) !important;
}

.bbsc-floating {
	position: fixed;
	right: 18px;
	bottom: 22px;
	z-index: 999997;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--bbsc-ink);
	box-shadow: 0 12px 32px rgba(16, 13, 10, .22);
	cursor: pointer;
}

.bbsc-floating-count {
	position: absolute;
	top: -7px;
	left: -7px;
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
}

.bbsc-bag-icon {
	position: relative;
	width: 24px;
	height: 22px;
	border: 2px solid var(--bbsc-ink);
	border-radius: 4px 4px 7px 7px;
}

.bbsc-bag-icon::before {
	content: "";
	position: absolute;
	left: 5px;
	top: -9px;
	width: 10px;
	height: 10px;
	border: 2px solid var(--bbsc-ink);
	border-bottom: 0;
	border-radius: 999px 999px 0 0;
	background: #fff;
}

@media (max-width: 480px) {
	.bbsc-drawer {
		width: 100vw;
	}

	.bbsc-header {
		padding: 18px 18px 14px;
	}

	.bbsc-items {
		padding-inline: 14px;
	}

	.bbsc-item {
		grid-template-columns: 78px minmax(0, 1fr);
		gap: 10px;
		padding: 11px;
	}

	.bbsc-img {
		width: 78px;
		height: 96px;
	}

	.bbsc-item-bottom {
		grid-column: 1 / -1;
		grid-template-columns: auto 1fr;
		width: 100%;
		margin-top: 4px;
	}

	.bbsc-remove {
		justify-self: start;
	}

	.bbsc-line-total-wrap {
		justify-self: end;
		text-align: right;
	}

	.bbsc-line-total {
		justify-self: end;
	}

	.bbsc-floating {
		right: 16px;
		bottom: 18px;
	}
}

body .entry-title,
body h1 {
	color: var(--bbsc-ink);
	font-size: clamp(32px, 4vw, 54px);
	font-weight: 900;
	letter-spacing: 0;
}

body .wc-block-cart {
	max-width: 1240px;
	margin: 0 auto;
	padding: 32px 18px 48px;
}

body .wc-block-components-sidebar-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1.65fr) minmax(320px, .82fr);
	gap: 32px;
	align-items: start;
}

body .wc-block-components-main,
body .wc-block-components-sidebar {
	width: auto !important;
	padding: 0 !important;
}

body .wc-block-cart-items {
	border-collapse: separate !important;
	border-spacing: 0 14px !important;
}

body .wc-block-cart-items__header {
	color: var(--bbsc-muted);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .2px;
	text-transform: uppercase;
}

body .wc-block-cart-items__row {
	position: relative;
	border: 1px solid var(--bbsc-line) !important;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(25, 21, 15, .06);
}

body .wc-block-cart-items__row td {
	padding-top: 18px !important;
	padding-bottom: 18px !important;
	border-top: 1px solid var(--bbsc-line) !important;
	border-bottom: 1px solid var(--bbsc-line) !important;
	background: #fff !important;
}

body .wc-block-cart-items__row td:first-child {
	border-left: 1px solid var(--bbsc-line) !important;
	border-radius: 8px 0 0 8px;
}

body .wc-block-cart-items__row td:last-child {
	border-right: 1px solid var(--bbsc-line) !important;
	border-radius: 0 8px 8px 0;
}

body .wc-block-cart-item__image img {
	overflow: hidden;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fffaf1;
}

body .wc-block-components-product-name {
	color: var(--bbsc-ink) !important;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
	text-decoration: none !important;
}

body .wc-block-components-product-metadata__description {
	display: none !important;
}

body .wc-block-components-product-metadata > p,
body .wc-block-components-product-metadata > div:first-child:not(.wc-block-components-product-details),
body .wc-block-components-product-metadata .wc-block-components-product-metadata__description,
body .wc-block-components-product-metadata__description,
body .wc-block-components-product-details + p {
	display: none !important;
}

body .wc-block-components-product-low-stock-badge {
	display: inline-flex;
	margin: 8px 0;
	padding: 5px 9px;
	border: 1px solid var(--bbsc-line);
	border-radius: 999px;
	background: #fff;
	color: var(--bbsc-muted);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

body .wc-block-components-sale-badge {
	display: inline-flex !important;
	align-items: center;
	min-height: 28px;
	margin: 6px 0 8px;
	padding: 5px 10px;
	border: 1px solid #ead28b;
	border-radius: 999px;
	background: #fff9df;
	color: var(--bbsc-gold-dark);
	font-size: 12px;
	font-weight: 900;
}

body .wc-block-components-product-price {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 10px 0 8px;
}

body .wc-block-components-product-price__regular {
	color: #9b9389;
	font-size: 15px;
	font-weight: 700;
}

body .wc-block-components-product-price__value {
	color: var(--bbsc-green);
	font-size: 22px;
	font-weight: 900;
}

body .wc-block-components-product-details__foxtale-offer {
	display: inline-flex;
	align-items: center;
	margin: 8px 0 10px;
	padding: 8px 11px;
	border: 1px solid #f7dbe1;
	border-radius: 8px;
	background: #fff6f8;
	color: #7f3045;
	font-size: 12px;
	font-weight: 800;
}

body .wc-block-cart-item__quantity {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 8px;
}

body .wc-block-components-quantity-selector {
	border: 1px solid var(--bbsc-line) !important;
	border-radius: 8px !important;
	background: #fff;
}

body .wc-block-cart-item__remove-link {
	color: #9b302f !important;
	font-size: 12px !important;
	font-weight: 700;
	text-decoration: underline !important;
}

body .wc-block-cart-item__total {
	vertical-align: middle !important;
}

body .wc-block-cart-item__total .wc-block-formatted-money-amount,
body .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
	color: var(--bbsc-ink);
	font-size: 18px;
	font-weight: 900;
}

body .bbsc-cart-free-row {
	border-color: #e5c45f !important;
	background: #fffdf4 !important;
}

body .bbsc-cart-free-price {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 5px 12px;
	border-radius: 999px;
	background: var(--bbsc-green);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .2px;
}

.bbscp-native-hidden,
.wp-block-woocommerce-cart.bbscp-native-hidden,
.wc-block-cart.bbscp-native-hidden {
	display: none !important;
}

.bbscp-mount {
	max-width: 1240px;
	margin: 0 auto;
	padding: 34px 18px 52px;
}

.bbscp {
	color: var(--bbsc-ink);
}

.bbscp-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.bbscp-head h2 {
	margin: 0;
	color: var(--bbsc-ink);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 900;
}

.bbscp-head span {
	display: inline-block;
	margin-top: 4px;
	color: var(--bbsc-muted);
	font-size: 13px;
}

.bbscp-open-drawer {
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
	color: var(--bbsc-ink);
	font-weight: 800;
	cursor: pointer;
}

.bbscp-free {
	margin-bottom: 18px;
	padding: 14px 16px;
	border: 1px solid #f3df9a;
	border-radius: 8px;
	background: #fff9df;
}

.bbscp-free div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.bbscp-free span {
	color: var(--bbsc-ink);
	font-size: 14px;
	font-weight: 700;
}

.bbscp-free strong {
	color: var(--bbsc-gold-dark);
	white-space: nowrap;
}

.bbscp-free p {
	height: 8px;
	margin: 0;
	overflow: hidden;
	border-radius: 999px;
	background: #eadfca;
}

.bbscp-free p span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--bbsc-gold), #c99700);
}

.bbscp-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(320px, .85fr);
	gap: 28px;
	align-items: start;
}

.bbscp-items,
.bbscp-summary,
.bbscp-empty {
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(25, 21, 15, .07);
}

.bbscp-items {
	display: grid;
	gap: 12px;
	padding: 14px;
}

.bbscp-item {
	display: grid;
	grid-template-columns: 94px minmax(0, 1fr) minmax(96px, auto);
	gap: 16px;
	align-items: start;
	padding: 14px;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
}

.bbscp-item-free {
	border-color: #e5c45f;
	background: #fffdf4;
}

.bbscp-img {
	width: 94px;
	height: 112px;
	overflow: hidden;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fffaf1;
}

.bbscp-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bbscp-info h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.3;
}

.bbscp-info h3 a {
	color: inherit;
	text-decoration: none;
}

.bbscp-line {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 8px;
}

.bbscp-price {
	color: var(--bbsc-green);
	font-size: 18px;
	font-weight: 900;
}

.bbscp-controls {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 10px;
}

.bbscp-total {
	display: grid;
	justify-items: end;
	gap: 5px;
}

.bbscp-total span {
	color: var(--bbsc-muted);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.bbscp-total strong {
	color: var(--bbsc-ink);
	font-size: 18px;
	font-weight: 900;
}

.bbscp-item-free .bbscp-total strong {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 13px;
	border-radius: 999px;
	background: var(--bbsc-green);
	color: #fff;
	font-size: 13px;
}

.bbscp-summary {
	position: sticky;
	top: 18px;
	padding: 18px;
}

.bbscp-summary h3 {
	margin: 0 0 14px;
	color: var(--bbsc-ink);
	font-size: 18px;
	font-weight: 900;
}

.bbscp-coupon {
	display: flex;
	width: 100%;
	min-height: 44px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	padding: 0 12px;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
	color: var(--bbsc-ink);
	font-weight: 800;
	text-align: left;
}

.bbscp-coupon::after {
	content: "+";
	font-size: 18px;
}

.bbsc-drawer-coupon {
	margin: 0 0 12px;
}

.bbsc-coupon-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	background: rgba(18, 16, 14, .46);
	backdrop-filter: blur(2px);
}

.bbsc-coupon-panel {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000001;
	display: flex;
	width: min(520px, 100vw);
	max-width: 100vw;
	flex-direction: column;
	background: linear-gradient(180deg, #fffdf8 0, #fff 140px);
	box-shadow: -22px 0 60px rgba(22, 18, 14, .2);
	color: var(--bbsc-ink);
	transform: translateX(104%);
	transition: transform .24s ease;
}

body.bbsc-coupons-open .bbsc-coupon-panel {
	transform: translateX(0);
}

.bbsc-coupon-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 20px 22px 15px;
	border-bottom: 1px solid var(--bbsc-line);
}

.bbsc-coupon-head h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.15;
}

.bbsc-coupon-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	padding: 16px 18px;
	border-bottom: 1px solid var(--bbsc-line);
}

.bbsc-coupon-form input {
	min-height: 44px;
	padding: 0 12px;
	border: 1px solid #d8d1c6;
	border-radius: 8px;
	background: #fff;
	color: var(--bbsc-ink);
	font-size: 14px;
}

.bbsc-coupon-form input:focus {
	border-color: var(--bbsc-gold);
	box-shadow: 0 0 0 3px rgba(201, 151, 0, .12);
	outline: 0;
}

.bbsc-coupon-form button,
.bbsc-coupon-card button {
	min-height: 44px;
	padding: 0 15px;
	border: 0;
	border-radius: 8px;
	background: var(--bbsc-ink);
	color: #fff;
	font-weight: 900;
	cursor: pointer;
}

.bbsc-coupon-card button:disabled {
	border: 1px solid var(--bbsc-line);
	background: #f6f2ec;
	color: var(--bbsc-muted);
	cursor: not-allowed;
}

.bbsc-coupon-message {
	margin: 14px 18px 0;
	padding: 11px 12px;
	border: 1px solid #cfe7d5;
	border-radius: 8px;
	background: #f2fbf4;
	color: var(--bbsc-green);
	font-size: 13px;
	font-weight: 800;
}

.bbsc-coupon-message.bbsc-coupon-error {
	border-color: #f1c9c7;
	background: #fff4f3;
	color: #9b302f;
}

.bbsc-coupon-list {
	display: grid;
	gap: 18px;
	overflow: auto;
	padding: 18px;
}

.bbsc-coupon-group h3 {
	margin: 0 0 10px;
	color: var(--bbsc-ink);
	font-size: 16px;
	font-weight: 900;
}

.bbsc-coupon-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	margin-bottom: 10px;
	padding: 14px;
	border: 1px solid #ead28b;
	border-radius: 8px;
	background: #fffdf5;
}

.bbsc-coupon-card-locked {
	border-color: var(--bbsc-line);
	background: #fbfaf8;
	opacity: .88;
}

.bbsc-coupon-code {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.bbsc-coupon-code strong {
	display: inline-flex;
	padding: 5px 8px;
	border: 1px dashed var(--bbsc-gold-dark);
	border-radius: 6px;
	background: #fff;
	color: var(--bbsc-gold-dark);
	font-size: 12px;
	letter-spacing: .6px;
}

.bbsc-coupon-pill {
	display: inline-flex;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--bbsc-green);
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.bbsc-coupon-card h4 {
	margin: 0 0 4px;
	color: var(--bbsc-ink);
	font-size: 16px;
	font-weight: 900;
}

.bbsc-coupon-card p {
	margin: 0;
	color: var(--bbsc-muted);
	font-size: 13px;
	line-height: 1.4;
}

.bbsc-coupon-card .bbsc-coupon-reason {
	margin-top: 7px;
	color: #9b302f;
	font-weight: 700;
}

.bbsc-coupon-empty {
	padding: 28px 16px;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.bbsc-coupon-empty h3 {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 900;
}

.bbsc-coupon-empty p {
	margin: 0;
	color: var(--bbsc-muted);
}

.bbscp-checkout {
	width: 100%;
	margin-top: 16px;
}

.bbscp-shop {
	width: 100%;
	margin-top: 10px;
}

.bbscp-empty {
	max-width: 620px;
	margin: 0 auto;
	padding: 38px;
	text-align: center;
}

.bbscp-empty h2 {
	margin: 0 0 8px;
	color: var(--bbsc-ink);
	font-size: 28px;
	font-weight: 900;
}

.bbscp-empty p {
	margin: 0 0 18px;
	color: var(--bbsc-muted);
}

@media (max-width: 860px) {
	.bbscp-mount {
		padding: 24px 14px 42px;
	}

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

	.bbscp-grid {
		grid-template-columns: 1fr;
	}

	.bbscp-summary {
		position: static;
	}

	.bbscp-item {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.bbscp-img {
		width: 82px;
		height: 98px;
	}

	.bbscp-total {
		grid-column: 2;
		justify-items: start;
	}
}

@media (max-width: 560px) {
	.bbscp-mount {
		padding: 22px 12px 38px;
	}

	.bbscp-head {
		gap: 12px;
		margin-bottom: 14px;
	}

	.bbscp-head h2 {
		font-size: 25px;
		line-height: 1.08;
	}

	.bbscp-open-drawer {
		width: 100%;
	}

	.bbscp-free {
		padding: 12px;
	}

	.bbscp-free div {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.bbscp-items {
		gap: 10px;
		padding: 10px;
	}

	.bbscp-item {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 10px;
		padding: 10px;
	}

	.bbscp-img {
		width: 72px;
		height: 88px;
	}

	.bbscp-info h3 {
		margin-bottom: 6px;
		font-size: 13px;
		line-height: 1.25;
	}

	.bbscp-price {
		font-size: 16px;
	}

	.bbscp-line {
		gap: 5px;
		margin-bottom: 6px;
	}

	.bbscp-controls {
		grid-column: 1 / -1;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 8px;
		margin-top: 8px;
	}

	.bbscp-controls .bbsc-qty {
		grid-template-columns: 32px 42px 32px;
	}

	.bbscp-total {
		grid-column: 1 / -1;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin-top: 2px;
		padding-top: 8px;
		border-top: 1px solid var(--bbsc-line);
	}

	.bbscp-summary {
		padding: 14px;
	}

	.bbsc-coupon-panel {
		width: 100vw;
	}

	.bbsc-coupon-form {
		grid-template-columns: 1fr;
	}

	.bbsc-coupon-card {
		grid-template-columns: 1fr;
	}

	.bbsc-coupon-card button {
		width: 100%;
	}
}

body .wc-block-components-sidebar {
	position: sticky;
	top: 18px;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(25, 21, 15, .08);
}

body .wc-block-cart__main {
	padding: 18px;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(25, 21, 15, .06);
}

body .wc-block-cart__main::before {
	content: attr(data-bbsc-cart-title);
	display: block;
	margin-bottom: 16px;
	color: var(--bbsc-ink);
	font-size: 18px;
	font-weight: 900;
}

body .wc-block-cart-items__row {
	box-shadow: none;
}

body .wc-block-cart-items__row + .wc-block-cart-items__row {
	margin-top: 14px;
}

body .wc-block-components-product-details__value {
	font-weight: 800;
}

body .wc-block-components-product-details__name {
	font-weight: 900;
}

body .wc-block-cart__totals-title {
	padding: 18px 18px 12px !important;
	border-bottom: 1px solid var(--bbsc-line);
	color: var(--bbsc-ink);
	font-size: 16px !important;
	font-weight: 900 !important;
	text-transform: none !important;
}

body .wc-block-components-totals-wrapper {
	padding-inline: 18px !important;
	border-color: var(--bbsc-line) !important;
}

body .wc-block-components-panel__button {
	padding-block: 14px !important;
	color: var(--bbsc-ink) !important;
	font-weight: 800 !important;
}

body .wc-block-components-totals-item {
	padding-block: 10px !important;
	color: var(--bbsc-muted);
	font-size: 14px;
}

body .wc-block-components-totals-item__value {
	color: var(--bbsc-ink);
	font-weight: 800;
}

body .wc-block-components-totals-footer-item {
	padding: 18px !important;
	border-top: 1px solid var(--bbsc-line);
	background: #fffdf8;
}

body .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: var(--bbsc-ink);
	font-size: 20px;
	font-weight: 900;
}

body .wc-block-cart__submit-container {
	padding: 0 18px 18px !important;
}

body .wc-block-cart__submit-button {
	min-height: 52px !important;
	border-radius: 8px !important;
	background: #191715 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

body .wc-block-cart__submit-button:hover {
	background: #000 !important;
	color: #fff !important;
}

body .wc-block-checkout {
	max-width: 1240px;
	margin: 0 auto;
	padding: 34px 18px 54px;
	color: var(--bbsc-ink);
}

body .wp-block-woocommerce-checkout.wc-block-checkout::before {
	content: "Secure checkout  |  Genuine beauty picks  |  Fast support";
	display: block;
	margin: 0 0 18px;
	padding: 12px 16px;
	border: 1px solid #f3df9a;
	border-radius: 8px;
	background: #fff9df;
	color: var(--bbsc-gold-dark);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .2px;
	text-align: center;
	text-transform: uppercase;
}

body .wc-block-checkout .wc-block-components-sidebar-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1.52fr) minmax(340px, .9fr);
	gap: 32px;
	align-items: start;
}

body .wc-block-checkout__main {
	grid-column: 1 !important;
	grid-row: 1 !important;
	padding: 22px !important;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(25, 21, 15, .06);
}

body .wc-block-checkout__sidebar {
	grid-column: 2 !important;
	grid-row: 1 !important;
	position: sticky;
	top: 18px;
	overflow: hidden;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(25, 21, 15, .08);
}

body .wc-block-checkout .wc-block-components-checkout-step {
	margin: 0 0 18px;
	padding: 0 0 18px;
	border-bottom: 1px solid var(--bbsc-line);
}

body .wc-block-checkout .wc-block-components-checkout-step:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

body .wc-block-checkout .wc-block-components-checkout-step__heading {
	margin-bottom: 12px;
}

body .wc-block-checkout .wc-block-components-title,
body .wc-block-checkout .wc-block-components-checkout-step__title {
	color: var(--bbsc-ink);
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
}

body .wc-block-checkout .wc-block-components-checkout-step__description {
	color: var(--bbsc-muted);
	font-size: 13px;
}

body .wc-block-checkout .wc-block-components-text-input input,
body .wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body .wc-block-checkout .wc-block-components-country-input input,
body .wc-block-checkout textarea {
	min-height: 48px !important;
	border: 1px solid #d8d1c6 !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: var(--bbsc-ink) !important;
	font-size: 15px !important;
	box-shadow: none !important;
}

body .wc-block-checkout .wc-block-components-text-input input:focus,
body .wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
body .wc-block-checkout .wc-block-components-country-input input:focus,
body .wc-block-checkout textarea:focus {
	border-color: var(--bbsc-gold) !important;
	box-shadow: 0 0 0 3px rgba(201, 151, 0, .12) !important;
	outline: 0 !important;
}

body .wc-block-checkout .wc-block-components-radio-control,
body .wc-block-checkout .wc-block-components-checkout-step__content,
body .wc-block-checkout .wc-block-checkout__payment-method {
	border-radius: 8px;
}

body .wc-block-checkout .wc-block-components-radio-control__option {
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
}

body .wc-block-checkout .wc-block-components-radio-control__option-checked {
	border-color: var(--bbsc-ink);
	background: #fffdf8;
}

body .wc-block-checkout .wc-block-components-checkout-place-order-button,
body .wc-block-checkout .wc-block-components-button:not(.is-link) {
	min-height: 48px;
	border-radius: 8px !important;
	background: #050505 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

body .wc-block-checkout .wc-block-components-checkout-place-order-button:hover,
body .wc-block-checkout .wc-block-components-button:not(.is-link):hover {
	background: var(--bbsc-gold) !important;
	color: var(--bbsc-ink) !important;
}

body .wc-block-checkout__sidebar .wc-block-components-order-summary {
	padding: 18px;
}

body .wc-block-checkout__sidebar .wc-block-components-order-summary__title {
	margin: 0 0 14px;
	color: var(--bbsc-ink);
	font-size: 21px;
	font-weight: 900;
}

body .wc-block-checkout__sidebar .wc-block-components-order-summary-item {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: start;
	padding: 14px 0 !important;
	border-bottom: 1px solid var(--bbsc-line);
}

body .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image {
	grid-column: 1;
	width: 58px;
}

body .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image img {
	width: 58px;
	height: 58px;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fffaf1;
	object-fit: cover;
}

body .wc-block-checkout__sidebar .wc-block-components-order-summary-item__description {
	grid-column: 2;
	min-width: 0;
	padding-left: 0;
}

body .wc-block-checkout__sidebar .wc-block-components-order-summary-item__individual-prices {
	display: none !important;
}

body .wc-block-checkout__sidebar .wc-block-components-order-summary-item__total-price {
	grid-column: 3;
	white-space: nowrap;
	text-align: right;
}

body .wc-block-checkout__sidebar .wc-block-components-product-name {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.25;
}

body .wc-block-checkout__sidebar .wc-block-components-product-details__foxtale-offer {
	display: inline-flex;
	max-width: 100%;
	margin: 8px 0 0;
	padding: 7px 9px;
	font-size: 11px;
}

body .wc-block-checkout__sidebar .wc-block-components-order-summary-item__quantity {
	background: var(--bbsc-ink);
	color: #fff;
	font-weight: 900;
}

body .wc-block-checkout__sidebar .wc-block-components-totals-wrapper {
	padding-inline: 18px !important;
}

body .wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
	background: #fffdf8;
}

body .wc-block-checkout__sidebar .wc-block-components-product-price__value,
body .wc-block-checkout__sidebar .wc-block-components-order-summary-item__total-price {
	color: var(--bbsc-green);
	font-weight: 900;
}

body.bbsc-product-page .container.py-5 {
	max-width: 1240px;
	padding-top: 46px !important;
	padding-bottom: 54px !important;
}

body.bbsc-product-page .container.py-5 > .row:first-child {
	align-items: flex-start;
	gap: 26px 0;
}

body.bbsc-product-page .sticky-slider {
	position: sticky;
	top: 22px;
}

body.bbsc-product-page .product-image-slider {
	padding: 18px;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: linear-gradient(180deg, #fffdf8, #fff);
	box-shadow: 0 18px 46px rgba(25, 21, 15, .07);
}

body.bbsc-product-page .main-image {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fffaf1;
}

body.bbsc-product-page .main-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

body.bbsc-product-page .zoom-icon {
	right: 14px !important;
	bottom: 14px !important;
	display: inline-flex !important;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 999px;
	background: rgba(25, 23, 21, .72);
	box-shadow: 0 10px 24px rgba(25, 21, 15, .22);
}

body.bbsc-product-page .thumbnail-slider {
	margin-top: 14px;
}

body.bbsc-product-page .thumbnail-slider ul {
	display: flex;
	gap: 10px;
	margin: 0;
	padding: 0 0 4px;
	overflow-x: auto;
	list-style: none;
}

body.bbsc-product-page .thumbnail-slider li {
	flex: 0 0 auto;
}

body.bbsc-product-page .thumbnail-image {
	width: 72px !important;
	height: 72px !important;
	padding: 3px;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
	object-fit: cover;
	cursor: pointer;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.bbsc-product-page .thumbnail-image:hover,
body.bbsc-product-page .thumbnail-image.is-active {
	border-color: var(--bbsc-gold);
	box-shadow: 0 8px 20px rgba(167, 122, 0, .16);
	transform: translateY(-1px);
}

body.bbsc-product-page .container.py-5 > .row:first-child > .col-md-6:last-child {
	padding: 28px;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(25, 21, 15, .07);
}

body.bbsc-product-page .product_title {
	margin: 0 0 14px;
	color: var(--bbsc-ink);
	font-size: clamp(30px, 4vw, 54px);
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: 0;
}

body.bbsc-product-page .bbpdp-sale-badge {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 11px;
	border: 1px solid #ead28b;
	border-radius: 999px;
	background: #fff9df;
	color: var(--bbsc-gold-dark);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .4px;
}

body.bbsc-product-page .price {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin: 0 0 12px;
}

body.bbsc-product-page .regular-price {
	color: #9b9389;
	font-size: 17px;
	font-weight: 800;
}

body.bbsc-product-page .sale-price {
	color: var(--bbsc-green);
	font-size: 24px;
	font-weight: 900;
	text-decoration: none;
}

body.bbsc-product-page .stock {
	display: inline-flex;
	margin: 0 0 18px;
	padding: 6px 10px;
	border: 1px solid var(--bbsc-line);
	border-radius: 999px;
	background: #fff;
	color: var(--bbsc-muted) !important;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

body.bbsc-product-page .bbpdp-offer-card {
	margin: 0 0 14px;
	padding: 12px 13px;
	border: 1px solid #f7dbe1;
	border-radius: 8px;
	background: #fff6f8;
	color: #7f3045;
	font-size: 13px;
	line-height: 1.45;
}

body.bbsc-product-page .bbpdp-offer-card strong {
	display: block;
	margin-bottom: 2px;
	color: #7f3045;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

body.bbsc-product-page form.cart {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin: 0 0 14px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--bbsc-line);
}

body.bbsc-product-page .single_add_to_cart_button {
	width: 100%;
	min-height: 50px;
	border: 0 !important;
	border-radius: 8px !important;
	background: var(--bbsc-ink) !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	box-shadow: none !important;
}

body.bbsc-product-page .single_add_to_cart_button:hover {
	background: var(--bbsc-gold) !important;
	color: var(--bbsc-ink) !important;
}

body.bbsc-product-page .bbpdp-promise {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-bottom: 18px;
}

body.bbsc-product-page .bbpdp-promise span {
	min-height: 42px;
	padding: 9px;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fffdf8;
	color: var(--bbsc-muted);
	font-size: 12px;
	font-weight: 900;
	text-align: center;
}

body.bbsc-product-page .product_meta {
	padding-top: 4px;
	color: var(--bbsc-muted);
	font-size: 14px;
	line-height: 1.65;
}

body.bbsc-product-page .product_meta > span {
	display: block;
	margin-bottom: 8px;
}

body.bbsc-product-page .product_meta a {
	color: #206f8f;
	font-weight: 700;
	text-decoration: none;
}

body.bbsc-product-page .related-products {
	margin-top: 58px !important;
}

body.bbsc-product-page .related-products h2 {
	margin-bottom: 20px;
	color: var(--bbsc-ink);
	font-size: 28px;
	font-weight: 900;
}

body.bbsc-product-page .related-products .product-card {
	height: 100%;
	border: 1px solid var(--bbsc-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(25, 21, 15, .06);
}

body.bbsc-product-page .related-products .add-to-cart {
	display: flex;
	width: 100%;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: var(--bbsc-gold);
	color: var(--bbsc-ink) !important;
	font-weight: 900;
	text-decoration: none !important;
}

body.bbsc-plp-page .container,
body.bbsc-plp-page main .container {
	max-width: 1320px;
}

body.bbsc-plp-page .woocommerce-breadcrumb,
body.bbsc-plp-page .breadcrumb {
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
}

body.bbsc-plp-page h1,
body.bbsc-plp-page .page-title {
	color: var(--bbsc-ink);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 900;
	letter-spacing: 0;
}

body.bbsc-plp-page .woocommerce-result-count,
body.bbsc-plp-page .woocommerce-ordering,
body.bbsc-plp-page .sortby,
body.bbsc-plp-page select.orderby {
	color: var(--muted);
	font-size: 13px;
	font-weight: 800;
}

body.bbsc-plp-page select.orderby {
	min-height: 42px;
	padding: 0 36px 0 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
}

body.bbsc-plp-page .product-grid {
	display: block !important;
	width: 100%;
}

body.bbsc-plp-page .product-grid > .row {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px !important;
	width: 100% !important;
	margin: 0 !important;
	align-items: stretch;
}

body.bbsc-plp-page .product-grid > .row > [class*="col-"] {
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	flex: initial !important;
}

body.bbsc-plp-page .product-grid-item {
	float: none !important;
	position: relative;
	display: flex !important;
	width: auto !important;
	max-width: none !important;
	height: 100%;
	min-height: 100%;
	flex-direction: column;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(25, 21, 15, .06);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.bbsc-plp-page .product-grid-item[class*="col-"],
body.bbsc-plp-page .product-grid-item.col,
body.bbsc-plp-page .product-grid-item.col-md-3,
body.bbsc-plp-page .product-grid-item.col-md-4,
body.bbsc-plp-page .product-grid-item.col-sm-6 {
	flex: initial !important;
	width: auto !important;
	max-width: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.bbsc-plp-page .product-grid-item:hover {
	border-color: #e5d4a3;
	box-shadow: 0 20px 44px rgba(25, 21, 15, .1);
	transform: translateY(-2px);
}

body.bbsc-plp-page .product-link {
	position: relative;
	display: grid !important;
	aspect-ratio: 1 / 1;
	place-items: center;
	overflow: hidden;
	background: #fffaf1;
}

body.bbsc-plp-page .product-link img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: transform .24s ease;
}

body.bbsc-plp-page .product-grid-item:hover .product-link img {
	transform: scale(1.035);
}

body.bbsc-plp-page .bb-discount-badge {
	position: absolute !important;
	top: 10px !important;
	left: 10px !important;
	z-index: 4;
	display: inline-flex !important;
	min-height: 28px;
	align-items: center;
	padding: 0 9px;
	border: 0;
	border-radius: 999px;
	background: var(--bbsc-gold) !important;
	color: var(--bbsc-ink) !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(167, 122, 0, .18);
}

body.bbsc-plp-page .out-of-stock-badge,
body.bbsc-plp-page .stock.out-of-stock {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	z-index: 4;
	display: inline-flex !important;
	min-height: 28px;
	align-items: center;
	padding: 0 9px;
	border-radius: 999px;
	background: rgba(25, 23, 21, .88) !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}

body.bbsc-plp-page .product-title {
	display: -webkit-box;
	min-height: 44px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 13px 13px 0 !important;
	color: var(--bbsc-ink);
	font-size: 14px !important;
	font-weight: 850;
	line-height: 1.35;
	text-align: center;
}

body.bbsc-plp-page .product-title a {
	color: inherit !important;
	text-decoration: none !important;
}

body.bbsc-plp-page .product-grid-item .price {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 28px;
	margin: 10px 13px 0 !important;
	text-align: center;
}

body.bbsc-plp-page .product-grid-item .regular-price {
	color: #9b9389 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

body.bbsc-plp-page .product-grid-item .sale-price,
body.bbsc-plp-page .product-grid-item .price ins,
body.bbsc-plp-page .product-grid-item .price > .woocommerce-Price-amount {
	color: var(--bbsc-green) !important;
	font-size: 16px !important;
	font-weight: 900 !important;
	text-decoration: none !important;
}

body.bbsc-plp-page .bbplp-smart-line {
	min-height: 22px;
	margin: 7px 13px 0;
	color: #e80071;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.35;
	text-align: center;
}

body.bbsc-plp-page .add-to-cart-wrapper {
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	display: grid !important;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 8px;
	width: auto !important;
	height: auto !important;
	margin-top: auto;
	padding: 12px 13px 13px;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	pointer-events: auto !important;
}

body.bbsc-plp-page .bbplp-heart,
body.bbsc-plp-page .product-grid-item .add_to_cart_button,
body.bbsc-plp-page .product-grid-item .button {
	display: flex !important;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	border-radius: 8px !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	line-height: 1.1 !important;
	text-align: center;
	text-decoration: none !important;
}

body.bbsc-plp-page .bbplp-heart {
	border: 1px solid var(--line);
	background: #fff;
	color: var(--bbsc-ink);
	cursor: pointer;
}

body.bbsc-plp-page .bbplp-heart.is-saved {
	border-color: #f7dbe1;
	background: #fff4f6;
	color: #e80071;
}

body.bbsc-plp-page .product-grid-item .add_to_cart_button,
body.bbsc-plp-page .product-grid-item .button {
	width: 100%;
	border: 1px solid var(--bbsc-gold) !important;
	background: var(--bbsc-gold) !important;
	color: var(--bbsc-ink) !important;
}

body.bbsc-plp-page .product-grid-item.outofstock .add_to_cart_button,
body.bbsc-plp-page .product-grid-item.outofstock .button,
body.bbsc-plp-page .product-grid-item .bbplp-out-button {
	border-color: var(--line) !important;
	background: #f6f2ec !important;
	color: var(--muted) !important;
	cursor: not-allowed;
}

body.bbsc-plp-page .product-grid-item .screen-reader-text {
	display: none !important;
}

.bbplp-toast {
	position: fixed;
	left: 50%;
	bottom: 28px;
	z-index: 1000002;
	padding: 11px 15px;
	border-radius: 999px;
	background: var(--bbsc-ink);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 12px);
	transition: opacity .18s ease, transform .18s ease;
}

.bbplp-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

@media (max-width: 1100px) {
	body.bbsc-plp-page .product-grid > .row {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	body.bbsc-plp-page .product-grid > .row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px !important;
	}

	body.bbsc-plp-page .product-title {
		font-size: 13px !important;
	}
}

@media (max-width: 460px) {
	body.bbsc-plp-page .product-grid > .row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 860px) {
	body.bbsc-product-page .sticky-slider {
		position: static;
	}

	body.bbsc-product-page .container.py-5 > .row:first-child > .col-md-6:last-child {
		padding: 18px;
	}

	body.bbsc-product-page .product_title {
		font-size: 30px;
	}

	body.bbsc-product-page .bbpdp-promise {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	body .wc-block-checkout__sidebar .wc-block-components-order-summary-item {
		grid-template-columns: 54px minmax(0, 1fr);
	}

	body .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image,
	body .wc-block-checkout__sidebar .wc-block-components-order-summary-item__image img {
		width: 54px;
		height: 54px;
	}

	body .wc-block-checkout__sidebar .wc-block-components-order-summary-item__total-price {
		grid-column: 2;
		justify-self: start;
		text-align: left;
	}
}

@media (max-width: 860px) {
	body .wc-block-checkout {
		padding: 24px 14px 42px;
	}

	body .wc-block-checkout::before {
		line-height: 1.6;
	}

	body .wc-block-checkout .wc-block-components-sidebar-layout {
		display: flex !important;
		flex-direction: column;
		gap: 18px;
	}

	body .wc-block-checkout__main {
		order: 1;
		grid-column: auto !important;
		grid-row: auto !important;
		padding: 16px !important;
	}

	body .wc-block-checkout__sidebar {
		order: 2;
		grid-column: auto !important;
		grid-row: auto !important;
		position: static;
		width: 100% !important;
	}

	body .wc-block-checkout .wc-block-components-title,
	body .wc-block-checkout .wc-block-components-checkout-step__title {
		font-size: 18px;
	}
}

@media (max-width: 820px) {
	body .wc-block-components-sidebar-layout {
		display: block !important;
	}

	body .wc-block-components-sidebar {
		position: static;
		margin-top: 20px;
	}

	body .wc-block-cart {
		padding: 22px 14px 36px;
	}

	body .wc-block-cart-items__row {
		display: grid !important;
		grid-template-columns: 84px minmax(0, 1fr);
		padding: 12px;
	}

	body .wc-block-cart-items__row td {
		display: block !important;
		padding: 0 !important;
		border: 0 !important;
	}

	body .wc-block-cart-item__image {
		grid-row: 1 / span 2;
	}

	body .wc-block-cart-item__product {
		padding-left: 12px !important;
	}

	body .wc-block-cart-item__total {
		grid-column: 2;
		padding-left: 12px !important;
		text-align: left !important;
	}
}
