*:has(.byob-container) {
	box-sizing: border-box;
	margin: auto;
	padding: 0;
}
body:has(.byob-container) {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		sans-serif;
	background-color: var(--secondary-color);
	color: var(--text-color);
}
.byob-container {
	display: flex;
	gap: 20px;
}
.left-panel {
	width: 70%;
}
.right-panel {
	width: 30%;
}
.banner-content {
	display: flex;
	align-items: baseline;
	text-align: left;
	gap: 20px;
	background-color: var(--primary-color);
	color: var(--secondary-color);
	padding: 20px;
	border-radius: 5px;
}
.section-title {
	font-weight: bold;
	margin-bottom: 10px;
	color: var(--primary-color);
}
.product-carousel {
	gap: 20px;
	overflow-x: auto;
}
.product-carousel {
	margin: 0 -10px;
}
.slick-slide {
	margin: 0 10px;
}
.product-slider .slick-next {
	right: 0px;
}
.product-slider .slick-prev {
	left: 0px;
}
.product-slider .slick-prev,
.product-slider .slick-next {
	z-index: 1;
	background: var(--primary-color) !important;
	color: #fff !important;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.product-slider .slick-prev:hover,
.product-slider .slick-next:hover {
	background: #005b8f;
}
.product-slider .slick-prev:before,
.product-slider .slick-next:before {
	font-size: 18px;
	color: #fff;
	opacity: 1;
}
.product-card {
	background: var(--secondary-color);
	padding: 10px;
}
.product-card img {
	width: 100%;
	height: 100px;
	object-fit: contain;
}
.product-card h2 {
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	font-weight: 500;
	color: var(--primary-color);
}
.product-slider .slick-next:before,
.product-slider .slick-prev:before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="%23ffffff" d="M471.1 297.4C483.6 309.9 483.6 330.2 471.1 342.7L279.1 534.7C266.6 547.2 246.3 547.2 233.8 534.7C221.3 522.2 221.3 501.9 233.8 489.4L403.2 320L233.9 150.6C221.4 138.1 221.4 117.8 233.9 105.3C246.4 92.8 266.7 92.8 279.2 105.3L471.2 297.3z"/></svg>');
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	margin: 0 auto;
}
.product-slider .slick-prev:before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="%23ffffff" d="M169.4 297.4C156.9 309.9 156.9 330.2 169.4 342.7L361.4 534.7C373.9 547.2 394.2 547.2 406.7 534.7C419.2 522.2 419.2 501.9 406.7 489.4L237.3 320L406.6 150.6C419.1 138.1 419.1 117.8 406.6 105.3C394.1 92.8 373.8 92.8 361.3 105.3L169.3 297.3z"/></svg>');
}
.dashicons.dashicons-arrow-down-alt2 {
	position: relative;
}
.dashicons.dashicons-arrow-down-alt2:before,
.dashicons.dashicons-arrow-up-alt2:before {
	content: "";
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="%23000000" d="M297.4 169.4C309.9 156.9 330.2 156.9 342.7 169.4L534.7 361.4C547.2 373.9 547.2 394.2 534.7 406.7C522.2 419.2 501.9 419.2 489.4 406.7L320 237.3L150.6 406.6C138.1 419.1 117.8 419.1 105.3 406.6C92.8 394.1 92.8 373.8 105.3 361.3L297.3 169.3z"/></svg>');
	width: 20px;
	height: 20px;
	display: block;
}
.dashicons.dashicons-arrow-down-alt2:before {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path fill="%23000000" d="M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z"/></svg>');
}
.product-carousel {
	overflow: hidden;
}
.checkbox-field {
	display: flex;
	align-items: center;
	text-align: center;
	gap: 10px;
	justify-content: center;
	margin-top: 10px;
}
.right-panel h3 {
	color: var(--secondary-color);
	font-size: 18px;
	margin: 10px 0;
	font-weight: 500;
}
.right-panel p {
	font-size: 14px;
}
.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 10px;
	border: 2px solid var(--primary-color);
	background-color: var(--background-color);
}
.accordion-right {
	display: flex;
	align-items: center;
	gap: 10px;
}
.required-text {
	color: #d70404;
	font-size: 14px;
}
.accordion-section {
	margin-bottom: 30px;
	position: relative;
	align-items: center;
}
.accordion-header .arrow {
	transition: transform 0.3s ease;
	font-size: 16px;
}
.accordion-header.active .arrow {
	transform: rotate(180deg);
}
.accordion-content {
	background-color: var(--background-color);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	padding: 0 20px;
}
.accordion-content.open {
	max-height: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.checkbox-label {
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	font-weight: 500;
	color: var(--text-color);
	user-select: none;
	position: relative;
}
.product-price del {
	color: #999;
	margin-right: 6px;
}
.checkbox-label input[type="checkbox"] {
	display: none;
}
.custom-checkbox {
	width: 16px;
	height: 16px;
	border: 2px solid var(--primary-color);
	display: inline-block;
	position: relative;
}
.checkbox-label input[type="checkbox"]:checked+.custom-checkbox {
	background-color: var(--primary-color);
}
.checkbox-label input[type="checkbox"]:checked+.custom-checkbox::after {
	content: "";
	position: absolute;
	top: -2px;
	left: 3px;
	width: 4px;
	height: 10px;
	border: solid var(--secondary-color);
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.product-price {
	font-weight: 500;
	color: var(--text-color);
	font-size: 14px;
}
.cart-container {
	border: 2px solid var(--primary-color);
	margin-bottom: 15px;
}
.cart-header {
	background-color: var(--background-color);
	color: var(--text-color);
	padding: 12px 16px;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #b3d4fc;
}
.cart-content {
	display: flex;
	gap: 15px;
	align-items: center;
}
.cart-item {
	padding: 16px;
}
.item-actions .item-price del {
	color: #838383;
	font-weight: 500;
	margin-right: 10px;
}
.item-image img {
	width: 80px;
	height: auto;
}
.item-info {
	flex-grow: 1;
}
.item-info h4 {
	margin: 0;
	font-size: 16px;
	color: var(--text-color);
	text-align: right;
}
.item-info small {
	color: #888;
}
.item-price {
	font-size: 18px;
	font-weight: bold;
	color: var(--text-color);
}
.item-actions {
	display: flex;
	justify-content: end;
}
.item-control .btn {
	background-color: var(--primary-color);
	color: var(--secondary-color);
	border: none;
	padding: 6px 12px;
	font-size: 14px;
	cursor: pointer;
	margin: 4px 2px;
	border-radius: 4px;
}
.quantity-btn {
	border: none;
	background-color: var(--primary-color);
	color: white;
	font-size: 16px;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	cursor: pointer;
}
.quantity-control {
	align-items: center;
	background-color: var(--primary-color);
	float: right;
	color: #fff;
	padding: 4px 11px;
	margin-top: 15px;
}
.gift-message-box {
	font-family: var(--font-family);
	border: 1px solid var(--border-color);
	padding: 20px;
}
.checkbox-label input[type="checkbox"] {
	margin-right: 10px;
}
.gift-label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: var(--primary-color);
	margin-bottom: 5px;
}
textarea {
	width: 100%;
	padding: 10px;
	resize: none;
	border: 1px solid var(--primary-color);
	margin-bottom: 15px;
}
.button-price {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: var(--background-color);
	padding: 10px 15px;
	color: var(--text-color);
}
.add-to-cart {
	background-color: #205781;
	color: #fff !important;
	padding: 10px 20px;
	font-weight: 600;
	border: none;
	transition: background-color 0.3s ease;
}
.add-to-cart:hover {
	background-color: var(--primary-color) !important;
}
.add-to-cart:focus {
	outline: none;
}
.item-control {
	text-align: end;
}
.price {
	font-weight: bold;
}
.byob-errors {
	color: red;
	font-weight: bold;
}
.byob-category-name {
	margin-right: 5px;
}
.byob-limits {
	font-size: 60%;
}
.loader {
	display: none;
	top: 50%;
	position: relative;
	left: 43%;
}
.cart-container.processing {
	opacity: 0.2;
}
.accordian-pre-header.category-description {
	display: none;
	position: absolute;
	top: -50px;
	margin: 30px;
	left: 0;
	max-width: 100%;
	font-size: 11px;
	line-height: 1.5;
	padding: 8px 12px;
	background: #f7f7f7;
	color: #000;
	border-radius: 5px;
	border: 1px solid #007cba;
	z-index: 10;
	opacity: 0.9;
}
.category-show-desc {
	padding: 4px;
}
@media only screen and (max-width: 768px) {
	.byob-container {
		flex-wrap: wrap;
	}

	.right-panel,
	.left-panel {
		width: 100%;
	}
}