/**
 * Store One Variation Swatches.
 */

.th-store-one-native-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

/* ---------------------------------------------------------
 * Base
 * --------------------------------------------------------- */

.th-store-one-swatches {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.th-store-one-swatch {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: transparent;
	border: 1px solid var(--th-store-one-border-color, #ebebeb);
	color: var(--th-store-one-text-color, inherit);
	font-size: var(--th-store-one-font-size, 14px);
	line-height: 1;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease,
		opacity 0.2s ease;
}

.th-store-one-swatch:hover {
	border-color: var(
		--th-store-one-hover-border-color,
		#111
	);
}

.th-store-one-swatch:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

/* ---------------------------------------------------------
 * Shape
 * --------------------------------------------------------- */

.th-store-one-shape-rounded {
	border-radius: 999px;
}

.th-store-one-shape-squared {
	border-radius: 3px;
}

/* ---------------------------------------------------------
 * Color
 * --------------------------------------------------------- */

.th-store-one-swatch-color {
	width: var(--th-store-one-width, 36px);
	height: var(--th-store-one-width, 36px);
	
	display: block;
	background: var(
		--th-store-one-color,
		#eeeeee
	);
	border-radius: inherit;
}

.th-store-one-swatch-dual
	.th-store-one-swatch-color,
.th-store-one-swatch-dual > span {
	background:
		linear-gradient(
			135deg,
			var(--th-store-one-color, #eee) 0%,
			var(--th-store-one-color, #eee) 50%,
			var(
				--th-store-one-secondary-color,
				#fff
			) 50%,
			var(
				--th-store-one-secondary-color,
				#fff
			) 100%
		);
}

.th-store-one-swatch-color::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: inherit;
}

/* ---------------------------------------------------------
 * Image
 * --------------------------------------------------------- */

.th-store-one-swatch-image {
	width: var(--th-store-one-width, 36px);
	height: var(--th-store-one-width, 36px);
	background: #fff;
	border-radius: inherit;
}

.th-store-one-swatch-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
     border-radius:50%;
}

.th-store-one-image-fallback {
	padding: 5px;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}

/* ---------------------------------------------------------
 * Button
 * --------------------------------------------------------- */

.th-store-one-swatch-button {
	min-height: var(--th-store-one-width, 36px);
	padding: 0 14px;
	background: var(
		--th-store-one-button-background,
		transparent
	);
	color: var(--th-store-one-text-color, inherit);
	font-size: var(--th-store-one-font-size, 14px);
}

.th-store-one-swatch-button:hover {
	background: var(
		--th-store-one-button-hover-background,
		#111
	);
	color: var(
		--th-store-one-hover-text-color,
		#fff
	);
}

/* ---------------------------------------------------------
 * Selected
 * --------------------------------------------------------- */

.th-store-one-swatch.th-store-one-selected {
	border-color: var(
		--th-store-one-hover-border-color,
		#111
	);

	box-shadow:
		0 0 0 1px
		var(
			--th-store-one-hover-border-color,
			#111
		);
}

.th-store-one-swatch-button.th-store-one-selected {
	background: var(
		--th-store-one-button-hover-background,
		#111
	);

	color: var(
		--th-store-one-hover-text-color,
		#fff
	);
}

/* ---------------------------------------------------------
 * Unavailable
 * --------------------------------------------------------- */

.th-store-one-swatch.th-store-one-disabled {
	cursor: not-allowed;
	pointer-events: none;
}

.th-store-one-behavior-blur .th-store-one-disabled {
    position: relative;
    opacity: 0.4;
    filter: blur(0.3px);
}


/* Cross */
.th-store-one-behavior-blur .th-store-one-disabled {
    position: relative;
    opacity: 0.4;
    filter: blur(0.3px);
}

/* Cross */
.th-store-one-behavior-blur .th-store-one-disabled::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;

     width: 10px !important;
    height: 20px !important;


    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;

    background:
        linear-gradient(
            45deg,
            transparent 43%,
            red 44%,
            red 56%,
            transparent 57%
        ),
        linear-gradient(
            -45deg,
            transparent 43%,
            red 44%,
            red 56%,
            transparent 57%
        ) !important;

    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;

    transform: translate(-50%, -50%) !important;

    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    z-index: 10 !important;

    pointer-events: none !important;
}
.th-store-one-behavior-blur-no-cross
	.th-store-one-disabled {
	opacity: 0.35;
}

.th-store-one-behavior-hide
	.th-store-one-disabled {
	display: none !important;
}

/* ---------------------------------------------------------
 * Shop
 * --------------------------------------------------------- */

.th-store-one-shop-swatches {
	display: block;
	width: 100%;
	margin: 8px 0;
	text-align: left;
	font-size: var(
		--th-store-one-shop-font-size,
		14px
	);
}

.th-store-one-shop-attribute {
	margin: 5px 0;
}

.th-store-one-shop-swatches-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.th-store-one-shop-swatches
	.th-store-one-swatch-color,
.th-store-one-shop-swatches
	.th-store-one-swatch-image {
	width: var(
		--th-store-one-shop-width,
		36px
	);
	height: var(
		--th-store-one-shop-width,
		36px
	);
}

.th-store-one-shop-swatches
	.th-store-one-swatch-button {
	min-height: var(
		--th-store-one-shop-width,
		36px
	);
	font-size: var(
		--th-store-one-shop-font-size,
		14px
	);
}

.th-store-one-shop-clear {
	padding: 0;
	margin: 6px 0 0;
	border: 0;
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
	font-size: 12px;
}

/* ---------------------------------------------------------
 * Tooltip
 * --------------------------------------------------------- */

.th-store-one-swatch {
	position: relative !important;
}

/* Tooltip box */
.th-store-one-swatch::before {
	content: attr(data-tooltip);

	position: absolute !important;
	left: 50% !important;
	bottom: calc(100% + 8px) !important;
	transform: translateX(-50%) !important;

	z-index: 999999 !important;

	width: max-content !important;
	max-width: 220px !important;

	padding: 6px 9px !important;
	box-sizing: border-box !important;

	border: 1px solid var(
		--th-store-one-tooltip-border,
		#7100e2
	) !important;

	border-radius: 4px !important;

	background: var(
		--th-store-one-tooltip-background,
		#111
	) !important;

	color: var(
		--th-store-one-tooltip-text,
		#fff
	) !important;

	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;

	white-space: nowrap !important;
	text-align: center !important;

	pointer-events: none !important;

	opacity: 0 !important;
	visibility: hidden !important;

	transition:
		opacity 0.15s ease,
		visibility 0.15s ease !important;
}


/* Tooltip arrow */
.th-store-one-swatch::after {
	content: "" !important;

	position: absolute !important;

	left: 50% !important;
	top: -9px;

	transform: translateX(-50%) !important;

	width: 0 !important;
	height: 0 !important;

	border-left: 6px solid transparent !important;
	border-right: 6px solid transparent !important;
	border-top: 6px solid var(
		--th-store-one-tooltip-background,
		#111
	) !important;

	background: transparent !important;

	display: block !important;

	z-index: 1000000 !important;

	pointer-events: none !important;

	opacity: 0 !important;
	visibility: hidden !important;

	transition:
		opacity 0.15s ease,
		visibility 0.15s ease !important;
}


/* Hover */
.th-store-one-swatch:hover::before,
.th-store-one-swatch:hover::after {
	opacity: 1 !important;
	visibility: visible !important;
}


/* No tooltip */
.th-store-one-swatch:not([data-tooltip])::before,
.th-store-one-swatch:not([data-tooltip])::after {
	display: none !important;
}

/* =========================================================
   IMAGE TOOLTIP - TEXT TOOLTIP COMPLETELY HIDDEN
   ========================================================= */

.th-store-one-swatch.th-store-one-has-image-tooltip::before {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}


/* =========================================================
   IMAGE TOOLTIP - SHOW ONLY WHEN ACTIVE
   ========================================================= */

.th-store-one-swatch.th-store-one-has-image-tooltip.th-store-one-image-tooltip-active::before {
    content: "" !important;
    display: block !important;

    width: var(
        --th-store-one-tooltip-image-width,
        120px
    ) !important;

    height: var(
        --th-store-one-tooltip-image-width,
        120px
    ) !important;

    padding: 0 !important;

    box-sizing: border-box !important;

    background-image: var(
        --th-store-one-tooltip-image
    ) !important;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

    background-color: #fff !important;

    border: 1px solid var(
        --th-store-one-tooltip-border,
        #111
    ) !important;

    border-radius: 6px !important;

    opacity: 1 !important;
    visibility: visible !important;
}


/* =========================================================
   ARROW
   ========================================================= */

.th-store-one-swatch.th-store-one-has-image-tooltip::after {
    opacity: 0 !important;
    visibility: hidden !important;
}

.th-store-one-swatch.th-store-one-has-image-tooltip.th-store-one-image-tooltip-active::after {
    opacity: 1 !important;
    visibility: visible !important;
}
.th-store-one-stock-availability {
  margin-top:0px;
  font-size: 14px;
  font-weight: 600;
}

.th-store-one-stock-out {
  color: #d63638;
}
@media (max-width: 767px) {

	.th-store-one-swatches {
		gap: 6px;
	}

}