/** Shopify CDN: Minification failed

Line 378:0 Expected "}" to go with "{"

**/
/* product-card css start */
.product-card {
	height: 100%;
	background-color: var(--white);
	position: relative;
	gap: 0;
}

.card-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 7px 12px 6px;
    background-color: var(--white);
    color: rgb(var(--color-text)) ;
    font-size: 12px;
    font-family: var(--paragraph-font);
    font-weight: 400;
    z-index: 10;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
}

.product-card .card-image-wrap {
	margin: 0;
	min-width: 0px;
	border: 0px;
	box-sizing: border-box;
	display: flex;
	height: auto;
	max-width: 100%;
	overflow: hidden;
	border-radius: 4px;
	padding: 0;
	position: relative;
	width: 100%;
	background-color: var(--card-bg);
}

.product-card .card-image-wrap:before {
	padding-bottom: 100%;
	content: "";
	width: 0;
	height: 0;
}

.product-card .card-image-wrap .card-img {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	display: block;
}

.card-varient-tap-btn {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 1;
	display: none;
}

.swiper.card-slider {
	height: 100%;
}

.swiper.card-slider .swiper-button-next,
.swiper.card-slider .swiper-button-prev {
	width: 36px;
	height: 36px;
	border: 1px solid var(--border-color4);
	border-radius: 50px;
	background: var(--white);
	opacity: 0;
	visibility: hidden;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
}

.swiper.card-slider:hover .swiper-button-next,
.swiper.card-slider:hover .swiper-button-prev {
	opacity: 1;
	visibility: visible;
}

.swiper.card-slider .swiper-button-next:hover,
.swiper.card-slider .swiper-button-prev:hover {
	border-color: var(--black);
}

.swiper.card-slider .swiper-button-prev:after,
.swiper.card-slider .swiper-button-next:after {
	font-size: 14px;
	color: var(--black);
}

.card-slider-img {
	height: 100%;
	padding: 0;
}

.card-slider-img img {
	object-fit: contain;
	margin: 0 auto;
}

.product-card .card-content {
	padding: 10px 10px 0;
	position: relative;
	overflow: hidden;
}

.product-card .card-content .card-title {
	color: rgb(var(--color-text)) ;
	font-family: var(--paragraph-font);
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	transition: ease .2s;
	text-transform: capitalize;
}

.product-card .card-content .card-title:hover {
	text-decoration: underline;
}

.product-card .card-content .card-price-wrap {
	padding: 5px 0 0 0;
	display: flex;
	align-items: center;
	gap: 5px;
}

.product-card .card-content .card-price-wrap .previous-price,
.product-card .card-content .card-price-wrap .latest-price {
	font-size: 14px;
	line-height: 1;
	transition: ease .2s;
	text-transform: capitalize;
}

.product-card .card-content .card-price-wrap .latest-price {
	color: var(--text-mark);
}

.product-card .card-content .card-price-wrap .previous-price {
	color: var(--text-muted);
	text-decoration: line-through;
}

.card-content .product-varient {
	width: 100%;
	background: var(--white);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	height: 100%;
	display: flex;
	justify-content: center;
	padding: 10px;
	align-items: center;
	gap: 10px;
	transform: translateY(-100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s;
}

.product-card:hover .card-content .product-varient {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.product-varient-input-field {
	position: relative;
	cursor: pointer;
}

.product-varient-input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	user-select: none;
}

.product-varient-label {
	cursor: pointer;
	display: block;
	text-align: center;
	user-select: none;
}

.product-varient-field .product-varient-label .varient-value {
	width: 100%;
	height: 100%;
	color: rgb(var(--color-text)) ;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--paragraph-font);
	line-height: 1;
	display: block;
	text-wrap: nowrap;
	text-transform: uppercase;
}

.card-content .product-varient .product-varient-field .product-varient-label .varient-value:hover {
	text-decoration: underline;
}

.card-content .product-varient .product-varient-field input[type="radio"]:checked~.product-varient-label .varient-value {
	text-decoration: underline;
}

/* product-card css end */

@media only screen and (max-width: 992px) {

	/* product-card css start */
	.swiper.card-slider .swiper-button-next,
	.swiper.card-slider .swiper-button-prev {
		display: none;
	}

	.card-varient-tap-btn {
		display: flex;
	}

	.swiper-horizontal>.swiper-pagination-bullets {
		bottom: var(--swiper-pagination-bottom, 3px);
		width: fit-content;
		padding: 0 0 0 2px;
	}

	.product-card .card-content {
		overflow: visible;
	}

	.card-content .product-varient {
		width: calc(100% - 10px);
		border-radius: 4px;
		bottom: 100%;
		height: auto;
		justify-content: space-between;
		padding: 7px 10px;
		margin: 5px;
		border: 0.5px solid var(--border-color2);
		opacity: 0;
		visibility: hidden;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	.card-content .product-varient.active {
		opacity: 1;
		visibility: visible;
	}

	/* product-card css end */
}

@media only screen and (max-width: 575px) {

	/* product-card css start */
	/* product-card css end */

/* ============================================================
   CARD COLOR SWATCHES – ENDRIT
   Vertical column overlay on the right side of the product image,
   starting from the top. Max 6 swatches visible.
   ============================================================ */
.card-color-swatches {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: calc(100% - 16px);
    overflow: hidden;
    pointer-events: none;
}

.card-color-swatch {
    flex: 0 0 auto;
    display: block;
    width: 30px;
    height: 30px;
    background-color: var(--white);
    box-sizing: border-box;
    pointer-events: auto;
    /* Reserve 1px ring so the box doesn't shift when .is-active is added */
    border: 1px solid transparent;
}

.card-color-swatch.is-active {
    border-color: rgb(var(--color-text));
}

.card-color-swatch__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Preview overlay: an <img> dropped on top of .card-image-wrap so the
   underlying Swiper/slide DOM is never touched. Positioned to match the
   original image exactly: object-fit: contain inside the 1:1 wrap. */
.card-image-wrap .card-color-swatch-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: var(--card-bg);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.card-image-wrap .card-color-swatch-preview.is-visible {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 992px) {
    .card-color-swatches {
        top: 6px;
        right: 6px;
        gap: 3px;
    }
    .card-color-swatch {
        width: 26px;
        height: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .card-color-swatch {
        width: 22px;
        height: 22px;
    }
}
/* CARD COLOR SWATCHES end – ENDRIT */
