.color-swatch-group {
    display: flex;
}

.frame-swatch-group {
    display: flex;
	gap: 10px;
}

form.cart {
    display: block !important;
}
span.color-circle {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
    cursor: pointer;
}


.wc-tabbed-product-groups {
    margin-top: 30px;
}
.wc-tab-nav {
    list-style: none;
    display: flex;
    gap: 10px;
    padding-left: 0;
}
.wc-tab-nav li a {
    display: block;
    padding: 8px 16px;
    background: #f3f3f3;
    border: 1px solid #ddd;
    text-decoration: none;
}
.wc-tab-nav li a.active {
    background: #fff;
    border-bottom: none;
}
.wc-tab-content {
    display: none;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: -1px;
}
.wc-tab-content.active {
    display: block;
}
.wc-tab-product {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.tab-content {
    display: flex;
    flex-wrap: wrap; /* wrap allows new rows if needed */
    gap: 30px;
}

.tabbed-product {
    flex: 0 0 calc(25% - 30px);   /* Do not grow/shrink, fixed 25% width */
    box-sizing: border-box; /* ensures padding/margin don't break width */
}
.tabs-nav { margin-bottom: 10px; }
		.tab-btn { margin-right: 5px; padding: 5px 10px; background: #eee; border: 1px solid #ccc; cursor: pointer; }
		.tab-btn.active { background: #ddd; font-weight: bold; }

		.tabbed-product {
			border: 2px solid #ccc;
			padding: 10px;
			margin-bottom: 10px;
			display: inline-block;
			vertical-align: top;
			text-align: center;
			width: 150px;
			transition: all 0.2s;
		}
		.tabbed-product.selected {
			border-color: #0073aa;
			background: #f0f8ff;
		}

		.product-checkbox-wrapper {
			cursor: pointer;
			display: block;
		}

		.product-title {
			margin-top: 5px;
			font-weight: 600;
		}

		.qty-label {
			margin-top: 5px;
			display: block;
		}

		.tabbed-product input[type="checkbox"] {
			display: block;
			margin: 0 auto 5px;
		}

		.tabbed-product img {
			max-width: 100%;
			height: auto;
		}
section.related.products {
    display: none !important;
}
.woocommerce-product-gallery {
    width: 40% !important;
}

.summary.entry-summary {
    width: 55% !important;
}

div#custom-product-options legend {
    font-size: 16px;
    margin-top: 20px;
}
.tabbed-color-swatches {
    margin-top: 20px;
    margin-bottom: 20px;
}

button.single_add_to_cart_button,
.quantity, .product_meta, .woocommerce-js div.product div.summary .single-product-category {
    display: none !important
}


.frame-swatch-group {
    margin-top: 15px;
}
.tabbed-color-swatches {
    margin-top: 20px;
    margin-bottom: 20px;
}

.woocommerce-js div.product .product_title {
    font-size: 28px;
    font-weight: bold;
}
label.color-swatch-label {
    margin: 0;
}
span.color-name {
    display: block;
    text-align: center;
}
.color-swatch-group {
    gap: 10px;
    margin-top: 5px;
}

.tabs-nav button {
    padding: 10px 20px 10px 20px;
    border-radius: 0px;
    background-color: #04223F;
    color: #FFFFFF;
    margin-top: 0px;
    border: 0;
}

.custom-product-tabs {
    margin-top: 40px;
}

.tabs-nav button.tab-btn.active {
    background-color: #FCD13C;
    color: #ffffff;
}
.tabbed-color-swatches span.color-circle {
    width: 30px;
    height: 30px;
}