/* Epoxy Table customizer — product 15910 only */
.rs-et-mode {
	position: relative;
	z-index: 5;
	margin: 0 0 1.25rem;
	padding: 1rem 0;
	border-bottom: 1px solid #e5e5e5;
	-webkit-user-select: none;
	user-select: none;
}

.rs-et-mode__label {
	margin: 0 0 0.6rem;
	font-weight: 600;
	color: #1a1a1a;
}

.rs-et-mode__options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
}

.rs-et-mode__option {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	min-height: 44px;
	margin: 0;
	padding: 0.45rem 0.9rem;
	border: 1px solid #cfcfcf;
	border-radius: 999px;
	background: #fff;
	color: #1a1a1a;
	cursor: pointer;
	font: inherit;
	font-weight: 500;
	line-height: 1.2;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 6;
}

.rs-et-mode__option:hover,
.rs-et-mode__option:focus-visible {
	border-color: #111;
	outline: none;
}

html body.single-product.postid-15910 .rs-et-mode__option.is-selected,
html body.single-product.postid-15910 .rs-et-mode__option[aria-pressed="true"] {
	border-color: #146c32 !important;
	background: #111 !important;
	color: #fff !important;
	box-shadow: 0 0 0 2px #146c32 !important;
}

.rs-et-mode__mark {
	margin-left: 0.15rem;
	padding: 0.12rem 0.4rem;
	border-radius: 999px;
	background: #146c32;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.2;
	text-transform: uppercase;
}

.rs-et-mode__mark[hidden] {
	display: none !important;
}

.rs-et-mode__dot {
	width: 0.85rem;
	height: 0.85rem;
	border: 2px solid currentColor;
	border-radius: 50%;
	flex-shrink: 0;
	box-sizing: border-box;
	position: relative;
}

.rs-et-mode__option.is-selected .rs-et-mode__dot::after,
.rs-et-mode__option[aria-pressed="true"] .rs-et-mode__dot::after {
	content: "";
	position: absolute;
	inset: 2px;
	border-radius: 50%;
	background: currentColor;
}

.rs-et-mode__prompt {
	margin: 0.65rem 0 0;
	color: #1a7a3a;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.35;
}

.rs-et-mode__hint {
	margin: 0.65rem 0 0;
	color: #5c5c5c;
	font-size: 0.92rem;
}

.rs-et-customizer {
	margin: 0 0 1.25rem;
	padding: 1rem;
	background: #f7f6f4;
	border: 1px solid #e5e5e5;
}

.rs-et-customizer__title {
	margin: 0 0 0.4rem;
	font-size: 1.1rem;
}

.rs-et-customizer__intro {
	margin: 0 0 1rem;
	color: #5c5c5c;
	font-size: 0.92rem;
}

.rs-et-customizer__grid {
	display: block;
	margin: 0;
}

html body.single-product.postid-15910 form.variations_form label.rs-et-field {
	display: block !important;
	margin: 0 0 1.75rem !important;
}

html body.single-product.postid-15910 form.variations_form .rs-et-field__label {
	display: block !important;
	margin: 0 0 0.55rem !important;
	font-weight: 700 !important;
	font-size: 1rem !important;
	color: #111 !important;
	letter-spacing: 0.01em;
}

.rs-et-field input[type="number"],
.rs-et-field select,
.rs-et-field textarea {
	width: 100%;
	max-width: 100%;
}

.rs-et-customizer__price {
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #d8d8d8;
	background: #fff;
}

.rs-et-customizer__price-label {
	margin: 0 0 0.35rem;
	font-weight: 700;
	font-size: 0.95rem;
	color: #1a1a1a;
}

.rs-et-customizer__price-values {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem 0.75rem;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #1a1a1a;
}

.rs-et-customizer__regular {
	font-weight: 500;
	color: #777;
	text-decoration: line-through;
}

.rs-et-customizer__sale {
	font-weight: 800;
	color: #111;
}

.rs-et-customizer__price-note,
.rs-et-customizer__quote {
	margin: 0.5rem 0 0;
	font-size: 0.9rem;
	color: #5c5c5c;
}

.rs-et-customizer__quote {
	color: #7a4a00;
	font-weight: 600;
}

/* Hide preset sizes until Standard is chosen. Custom must not show 24x12 swatches. */
html body.single-product.postid-15910.rs-et-mode-pending form.variations_form table.variations,
html body.single-product.postid-15910.rs-et-mode-custom form.variations_form table.variations,
html body.single-product.postid-15910.rs-et-mode-pending form.variations_form .variable-items-wrapper,
html body.single-product.postid-15910.rs-et-mode-custom form.variations_form .variable-items-wrapper,
html body.single-product.postid-15910.rs-et-mode-pending form.variations_form .reset_variations,
html body.single-product.postid-15910.rs-et-mode-custom form.variations_form .reset_variations {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: none !important;
}

html body.single-product.postid-15910.rs-et-mode-standard form.variations_form table.variations {
	display: table !important;
	visibility: visible !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	pointer-events: auto !important;
}

html body.single-product.postid-15910.rs-et-mode-standard form.variations_form .variable-items-wrapper {
	display: flex !important;
	visibility: visible !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	pointer-events: auto !important;
}

body.single-product.rs-et-mode-pending .woocommerce-variation-add-to-cart .quantity,
body.single-product.rs-et-mode-pending .single_add_to_cart_button {
	opacity: 0.55;
}

/* Tiffany green add to cart. Darker green on hover. Beats the sitewide black button. */
html body.single-product.postid-15910 form.cart button.single_add_to_cart_button.button,
html body.single-product.postid-15910 form.cart button.single_add_to_cart_button.button.alt,
html body.single-product.postid-15910 .rs-pdp-sticky-atc__btn.button,
html body.single-product.postid-15910 .rs-pdp-sticky-atc__btn.button.alt {
	background-color: #0abab5 !important;
	background-image: none !important;
	border-color: #0abab5 !important;
	color: #fff !important;
	box-shadow: none !important;
	opacity: 1 !important;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

html body.single-product.postid-15910.rs-et-mode-pending form.cart button.single_add_to_cart_button.button,
html body.single-product.postid-15910.rs-et-mode-pending form.cart button.single_add_to_cart_button.button.alt {
	opacity: 0.55 !important;
}

html body.single-product.postid-15910 form.cart button.single_add_to_cart_button.button:hover,
html body.single-product.postid-15910 form.cart button.single_add_to_cart_button.button:focus,
html body.single-product.postid-15910 form.cart button.single_add_to_cart_button.button.alt:hover,
html body.single-product.postid-15910 form.cart button.single_add_to_cart_button.button.alt:focus,
html body.single-product.postid-15910 .rs-pdp-sticky-atc__btn.button:hover,
html body.single-product.postid-15910 .rs-pdp-sticky-atc__btn.button:focus,
html body.single-product.postid-15910 .rs-pdp-sticky-atc__btn.button.alt:hover,
html body.single-product.postid-15910 .rs-pdp-sticky-atc__btn.button.alt:focus {
	background-color: #078f8a !important;
	border-color: #067874 !important;
	color: #fff !important;
}

body.single-product.rs-et-mode-custom .woocommerce-variation-availability,
body.single-product.rs-et-mode-custom .wc-no-matching-variations,
body.single-product.rs-et-mode-custom .woocommerce-variation .stock.out-of-stock {
	display: none !important;
}

body.single-product.rs-et-mode-custom .woocommerce-variation-price {
	display: none !important;
}

.rs-et-custom-copy {
	margin: 2rem 0;
	padding-top: 1.5rem;
	border-top: 1px solid #e5e5e5;
}

.rs-et-custom-copy h2 {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
}

.rs-et-custom-copy h3 {
	margin: 1.25rem 0 0.5rem;
	font-size: 1.05rem;
}

.rs-et-custom-copy p,
.rs-et-custom-copy li,
.rs-et-custom-copy dd {
	color: #5c5c5c;
	line-height: 1.55;
}

.rs-et-custom-faq {
	margin-top: 1rem;
	padding: 0.85rem 1rem;
	background: #f7f6f4;
	border: 1px solid #e5e5e5;
}

.rs-et-custom-faq summary {
	cursor: pointer;
	font-weight: 600;
}

.rs-et-custom-faq dt {
	margin-top: 0.75rem;
	font-weight: 600;
	color: #1a1a1a;
}

.rs-et-custom-faq dd {
	margin: 0.25rem 0 0;
}

.rs-et-bar {
	margin: 0 0 1.15rem;
}

.rs-et-bar__labels {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.25rem;
	margin: 0 0 0.45rem;
	padding: 0;
	list-style: none;
}

.rs-et-bar__labels li {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	color: #9a9a9a;
}

.rs-et-bar__labels li.is-current,
.rs-et-bar__labels li.is-done {
	color: #111;
}

.rs-et-bar__track {
	height: 10px;
	background: #e6e6e6;
	border-radius: 999px;
	overflow: hidden;
}

.rs-et-bar__fill {
	display: block;
	height: 100%;
	width: 20%;
	background: #111;
	border-radius: inherit;
	transition: width 0.35s ease;
}

.rs-et-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: 0.35rem;
}

.rs-et-back,
.rs-et-continue {
	appearance: none;
	-webkit-appearance: none;
	min-height: 40px;
	padding: 0.4rem 0.9rem;
	border-radius: 999px;
	font: inherit;
	font-size: 0.92rem;
	font-weight: 600;
	cursor: pointer;
}

.rs-et-back {
	border: 1px solid #cfcfcf;
	background: #fff;
	color: #111;
}

.rs-et-continue {
	margin-left: auto;
	border: 1px solid #111;
	background: #111;
	color: #fff;
}

.rs-et-back[hidden],
.rs-et-continue[hidden] {
	display: none !important;
}

.rs-et-step[hidden],
.rs-et-size-panel[hidden] {
	display: none !important;
}

.rs-et-step__label {
	margin: 0 0 0.55rem;
	font-weight: 700;
	color: #111;
}

.rs-et-choices,
.rs-et-diameters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.rs-et-diameters {
	max-height: 220px;
	overflow: auto;
	padding: 0.15rem;
}

.rs-et-choice {
	appearance: none;
	margin: 0;
	padding: 0.55rem 0.9rem;
	border: 1px solid #cfcfcf;
	border-radius: 999px;
	background: #fff;
	color: #1a1a1a;
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
}

.rs-et-choice--compact {
	min-width: 3.4rem;
	padding: 0.4rem 0.55rem;
	border-radius: 8px;
	font-weight: 500;
}

.rs-et-choice.is-selected,
.rs-et-choice[aria-pressed="true"] {
	border-color: #111;
	background: #111;
	color: #fff;
}

.rs-et-final {
	margin-top: 0.25rem;
	padding: 1rem;
	border: 1px solid #d8d8d8;
	background: #fff;
}

.rs-et-final__label {
	margin: 0 0 0.35rem;
	font-weight: 700;
}

.rs-et-final__values {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5rem 0.75rem;
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.2;
}

.rs-et-final__save {
	margin: 0.35rem 0 0;
	color: #146c32;
	font-size: 0.95rem;
	font-weight: 700;
}
