/* Minification failed. Returning unminified contents.
(738,26): run-time error CSS1030: Expected identifier, found '.'
(738,27): run-time error CSS1030: Expected identifier, found 'metal-icon-button'
(738,44): run-time error CSS1031: Expected selector, found ')'
(738,44): run-time error CSS1025: Expected comma or open brace, found ')'
(742,31): run-time error CSS1030: Expected identifier, found '.'
(742,52): run-time error CSS1031: Expected selector, found ')'
(742,52): run-time error CSS1025: Expected comma or open brace, found ')'
 */
#fancybox-buttons {
	position: fixed;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 1005;
}

#fancybox-buttons ul {
	display: block;
	width: 170px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	background: #111;
	-webkit-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	-moz-box-shadow: 0 1px 3px #000,0 0 0 1px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.05);
	background: #111 -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.2)),color-stop(.5,rgba(255,255,255,.15)),color-stop(.5,rgba(255,255,255,.1)),to(rgba(255,255,255,.15)));
	background: #111 -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.15) 100%);
	border-radius: 3px;
}

#fancybox-buttons ul li {
	float: left;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	line-height: 30px;
	text-indent: -9999px;
	background-image: url('../../images/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
}

#fancybox-buttons a.btnPrev {
	width: 32px;
	background-position: 6px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 38px;
	background-position: -57px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.5;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	bottom: 2px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 1005;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}
/*! fancyBox v2.0.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1002;
}

/* Mobile popup positioning fix */
@media (max-width: 768px) {
	.fancybox-wrap {
		position: fixed !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
		width: 95% !important;
		max-width: 95% !important;
		z-index: 1002;
	}
}

.fancybox-outer {
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.fancybox-opened {
	z-index: 1003;	
}

.fancybox-opened .fancybox-outer {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	overflow: hidden;
}

.fancybox-error {
	color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 42px;
	height: 42px;
	background: url('../../images/fancybox/fancybox_loading.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://b2cimages.s3.us-east-1.amazonaws.com/fancybox/fancybox_sprite.png')!important;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004;
}

.fancybox-prev, .fancybox-next {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../../images/fancybox/blank.gif'); /* helps IE */
	z-index: 1003;
}

.fancybox-prev {
	left: 0;	
}

.fancybox-next {
	right: 0;
}

.fancybox-prev span, .fancybox-next span {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 1003;
}

.fancybox-prev span {
	background-position: 0 -36px;
}

.fancybox-next span {
	background-position: 0 -72px;
}

.fancybox-prev:hover, .fancybox-next:hover {
	visibility: visible;
}

.fancybox-prev:hover span {
	left: 20px;
}

.fancybox-next:hover span {
	left: auto;
	right: 20px;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 1001;
	background: #000;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;	
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 1005;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 1003;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;	
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*
 Cloud Zoom CSS. (c)2012-2015 Star Plugins.
*/

/* CSS for lens */

.cloudzoom {
    height: 100%;
    max-height: 550px;
    max-width: 550px;
    width: 100%;
}
.cloudzoom-lens {
    border:5px solid #888;
    width:100px;
    height:100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor:crosshair;
    z-index: 9999;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border:1px solid #888;
    width:550px;
    height:200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
	z-index: 9999;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
	z-index: 9999;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
   
}

/* A blank image */
.cloudzoom-blank {
    background-image:url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(ajax-loader.gif);
    width:32px;
    height:32px;
}

/* =========================================================================
   METAL SELECTOR ICON BUTTONS
   Reference: C:/Users/Beta/Desktop/metalicons.html
   Created: 2025-10-31
   ========================================================================= */

/* Container wrapper - ensure proper positioning and prevent overlap */
.metal-selector-container {
    width: 100%;
    max-width: 100%;
    margin: 0 0 2px 0; /* Absolute minimal margin - no top spacing */
    clear: both;
    display: block;
    position: relative; /* Create positioning context */
}

/* Clear fix utility (used in views) */
.clear {
    clear: both !important;
    display: block !important;
    height: 0 !important;
    visibility: hidden !important;
}

/* Container - uses margin-based gaps for Safari < 14.1 compatibility */
.metal-icon-row {
    display: flex;
    flex-wrap: nowrap; /* Keep all icons in one horizontal line */
    margin: -6px; /* Negative margin technique for gap fallback */
    align-items: center;
    overflow-x: auto; /* Allow horizontal scroll if needed */
}

/* Modern browsers: use gap property */
@supports (gap: 12px) {
    .metal-icon-row {
        gap: 12px;
        margin: 0;
    }

    .metal-icon-button {
        margin: 0 !important;
    }
}

/* Icon Button Base */
.metal-icon-button {
    margin: 6px; /* Creates 12px effective gap (fallback) */
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    width: auto !important; /* Override global button width */
    min-width: 0 !important;
}

/* Reduce text size by 10% (26px → 23.4px) for all viewports */
.metal-icon-button svg text {
    font-size: 23.4px !important;
}

.metal-icon-button:hover {
    filter: brightness(1.05);
    transform: scale(1.02);
}

.metal-icon-button:focus {
    outline: 2px solid #0088CC;
    outline-offset: 2px;
}

.metal-icon-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(50%);
}

/* SVG Circles - Base styles */
.metal-icon-button svg {
    display: block;
}

.metal-icon-button circle {
    transition: stroke 0.2s ease, stroke-width 0.2s ease;
}

/* Unselected state */
.metal-icon-button:not([aria-checked="true"]) circle {
    stroke: #b0b0b0;
    stroke-width: 3;
}

/* Selected state - blue border from metalicons.html */
.metal-icon-button[aria-checked="true"] circle {
    stroke: #30a8dc;
    stroke-width: 4;
}

/* Disabled state for selected metal - prevent clicks on current selection */
.metal-icon-button[aria-checked="true"] {
    pointer-events: none;
    cursor: default;
    opacity: 0.8;
}

/* =========================================================================
   RESPONSIVE LAYOUT - MOBILE-FIRST APPROACH
   Expert Panel Approved: 2025-11-01
   ========================================================================= */

/* Mobile Extra Small (320px - 479px) - VERTICAL STACK */
@media (max-width: 479px) {
    .product-dropdown {
        display: flex;
        flex-direction: column;  /* Stack vertically */
        gap: 8px;  /* Reduced from 12px for tighter spacing */
        align-items: center;  /* Center icons and dropdown */
    }

    .metal-selector-container {
        order: -1;  /* Metal icons appear FIRST (Row 1) */
        width: 100%;
        margin: 3px 0 5px 0;  /* Reduced vertical spacing */
    }

    .product-select2 {
        order: 2;  /* Ring dropdown appears SECOND (Row 2) */
        width: 100%;
    }

    .metal-icon-button svg {
        width: 42px;
        height: 42px;
    }

    .metal-icon-row {
        margin: -4px;
    }

    .metal-icon-button {
        margin: 4px;
    }

    @supports (gap: 8px) {
        .metal-icon-row {
            gap: 8px;
            margin: 0;
            justify-content: flex-start;
        }

        .metal-icon-button {
            margin: 0 !important;
        }
    }
}

/* Mobile Standard (480px - 767px) - SIDE-BY-SIDE */
@media (min-width: 480px) and (max-width: 767px) {
    .product-dropdown {
        display: flex;
        flex-direction: row;  /* Side-by-side */
        align-items: center;  /* Vertical centering for alignment */
        gap: 12px;  /* Reduced from 16px for tighter spacing */
    }

    .metal-selector-container {
        margin: 3px 0 5px 0;  /* Reduced vertical spacing */
    }

    .metal-icon-button svg {
        width: 34px;  /* Better balance for side-by-side layout */
        height: 34px;
    }

    .metal-icon-row {
        margin: -2px;  /* Adjusted for smaller icons */
    }

    .metal-icon-button {
        margin: 2px;
    }

    @supports (gap: 4px) {
        .metal-icon-row {
            gap: 4px;  /* Reduced from 6px for more space */
            margin: 0;
        }

        .metal-icon-button {
            margin: 0 !important;
        }
    }
}

/* Tablet (768px - 1199px) - SIDE-BY-SIDE */
@media (min-width: 768px) and (max-width: 1199px) {
    .product-dropdown {
        display: flex;
        flex-direction: row;
        align-items: center;  /* Vertical centering for alignment */
        gap: 14px;  /* Reduced from 16px for tighter spacing */
    }

    .metal-selector-container {
        margin: 4px 0 6px 0;  /* Reduced vertical spacing */
    }

    .metal-icon-button svg {
        width: 38px;  /* Increased to match dropdown height for better alignment */
        height: 38px;
    }

    .metal-icon-row {
        margin: -3px;  /* Adjusted for medium icons */
    }

    .metal-icon-button {
        margin: 3px;
    }

    @supports (gap: 6px) {
        .metal-icon-row {
            gap: 6px;  /* Breathing room for larger icons */
            margin: 0;
        }

        .metal-icon-button {
            margin: 0 !important;
        }
    }
}

/* Desktop Small (1200px - 1599px) - SIDE-BY-SIDE */
@media (min-width: 1200px) and (max-width: 1599px) {
    .product-dropdown {
        display: flex;
        flex-direction: row;
        align-items: center;  /* Vertical centering for alignment */
        gap: 14px;  /* Reduced from 16px for tighter spacing */
    }

    .metal-selector-container {
        margin: 5px 0 8px 0;  /* Reduced vertical spacing */
    }

    .metal-icon-button svg {
        width: 40px;  /* Balanced size for desktop - not oversized */
        height: 40px;
    }

    .metal-icon-row {
        margin: -5px;  /* Adjusted for icons */
    }

    .metal-icon-button {
        margin: 5px;
    }

    @supports (gap: 10px) {
        .metal-icon-row {
            gap: 10px;  /* Reduced from 12px for more space */
            margin: 0;
        }

        .metal-icon-button {
            margin: 0 !important;
        }
    }
}

/* Desktop Large (1600px+) - SIDE-BY-SIDE */
@media (min-width: 1600px) {
    .product-dropdown {
        display: flex;
        flex-direction: row;
        align-items: center;  /* Vertical centering for alignment */
        gap: 16px;  /* Reduced from 18px for tighter spacing */
    }

    .metal-selector-container {
        margin: 5px 0 8px 0;  /* Reduced vertical spacing */
    }

    .metal-icon-button svg {
        width: 50px;  /* Balanced size for large desktop - proportional */
        height: 50px;
    }

    .metal-icon-row {
        margin: -6px;  /* Adjusted for icons */
    }

    .metal-icon-button {
        margin: 6px;
    }

    @supports (gap: 12px) {
        .metal-icon-row {
            gap: 12px;  /* Reduced from 14px for more space */
            margin: 0;
        }

        .metal-icon-button {
            margin: 0 !important;
        }
    }
}

/* =========================================================================
   EDGE CASES
   ========================================================================= */

/* Edge Case: 0 Metal Options - Hide Container */
.metal-icon-row:empty {
    display: none;
}

.metal-icon-row:not(:has(.metal-icon-button)) {
    display: none;
}

.metal-selector-container:has(.metal-icon-row:empty),
.metal-selector-container:not(:has(.metal-icon-button)) {
    display: none !important;
}

/* Edge Case: 1 Metal Option - Show as Read-Only with Blue Border */
.metal-icon-row.single-option {
    pointer-events: none;
}

.metal-icon-row.single-option .metal-icon-button {
    cursor: default;
}

.metal-icon-row.single-option .metal-icon-button circle {
    stroke: #30a8dc !important;
    stroke-width: 4 !important;
}

.metal-icon-row.single-option .metal-icon-button svg {
    opacity: 1;
}

/* =========================================================================
   VISUAL SCROLL INDICATOR
   Appears only when horizontal scroll is needed
   ========================================================================= */

.metal-icon-row {
    position: relative;
}

.metal-icon-row.has-overflow::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.9));
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.metal-icon-row.has-overflow.scrolled-end::after {
    opacity: 0;
}

/* Tooltip */
.metal-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    margin-bottom: 8px;
    z-index: 1000;
}

.metal-tooltip.visible {
    opacity: 1;
}

/* Loading state */
.metal-icon-button.loading circle {
    stroke: #30a8dc;
    stroke-width: 4;
    animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.product-price.price-updated {
    background-color: #E3F2FD;
    padding: 4px 8px;
    border-radius: 4px;
}

/* Screen reader only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Disable pointer events during AJAX */
.metal-icon-row.updating {
    pointer-events: none;
    opacity: 0.7;
}

/* =========================================================================
   LOADING OVERLAY - Metal Selection Feedback
   Non-blocking notification at 30% from top, horizontally centered
   ========================================================================= */

.metal-loading-overlay {
    position: fixed;
    top: 30%; /* 30% from top of viewport */
    left: 50%;
    transform: translate(-50%, -50%); /* Center horizontally and adjust for overlay height */
    z-index: 99999;
    animation: fadeIn 0.2s ease-in;
    pointer-events: none; /* Allow clicks to pass through */
}

.metal-loading-content {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.metal-loading-spinner {
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #30a8dc;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    flex-shrink: 0;
}

.metal-loading-text {
    font-size: 14px;
    color: #333;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    white-space: nowrap;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Fade-out animation for loading overlay */
.metal-loading-overlay.fade-out {
    animation: fadeOut 0.2s ease-out;
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

/* Responsive adjustments for loading overlay */
@media (max-width: 767px) {
    .metal-loading-overlay {
        top: 25%; /* Slightly higher on mobile for better visibility */
    }

    .metal-loading-content {
        padding: 16px 20px;
    }

    .metal-loading-spinner {
        width: 28px;
        height: 28px;
        border-width: 3px;
    }

    .metal-loading-text {
        font-size: 14px;
    }
}

