/** Shopify CDN: Minification failed

Line 446:0 Unexpected "{"
Line 446:1 Expected identifier but found "%"
Line 448:20 Unexpected "{"
Line 448:29 Expected ":"
Line 449:20 Unexpected "{"
Line 449:29 Expected ":"
Line 450:20 Unexpected "{"
Line 450:29 Expected ":"
Line 457:0 Unexpected "{"
Line 457:1 Expected identifier but found "%"

**/
.card--card {
	height: 100%;
}

.product-card-wrapper {
	--swatch-size: 1.8rem;
}

.product-card-wrapper {
	position: relative;
	height: 100%;
	outline: 1px solid transparent;
	outline-offset: 8px;
	transition: 0.2s;
}

.product-card-wrapper:hover {
	outline: 1px solid rgb(var(--color-foreground));
}

.card__media + .card__content {
	margin: 0;
	padding: 0;
	display: none;
}

.card__media .link-overlay {
	text-decoration: none !important;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.card .card__inner .card__media .card__badge .badge {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.4rem;
	padding: 0.6rem 1rem;
}

.card .card__inner .card__media .card__badge {
	position: absolute;
	z-index: 1;
}

.card .card__inner .card__media .card__badge.bottom {
	bottom: 2rem;
}

.card .card__inner .card__media .card__badge.top {
	top: 2rem;
}

.card .card__inner .card__media .card__badge.left {
	left: 0;
}

.card .card__inner .card__media .card__badge.right {
	right: 0;
}

.card__media,
.card .media {
	bottom: 0;
	position: absolute;
	top: 0;
}

.card .media {
	width: 100%;
	direction: ltr;
}

.card__inner {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.05);
}

.product-card-wrapper .card__inner .link-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	text-decoration: none !important;
}

.card--media .card__inner .card__inner-image {
	position: relative;
}

.product-card-wrapper:focus .product-image-buttons,
.product-card-wrapper:focus-within .product-image-buttons {
	opacity: 1;
	visibility: visible;
}

.product-card-wrapper:focus-within .variant-product-inner {
	transform: translateY(0);
	opacity: 1;
}

.product-card-wrapper:focus-within .quick-add__submit {
	opacity: 1;
	visibility: visible;
}

.card-information .card__information-volume-pricing-note {
	margin-top: 0.6rem;
	line-height: calc(0.5 + 0.4 / var(--font-body-scale));
	color: rgba(var(--color-foreground), 0.75);
}

.card__inner:not(.ratio) > .card__content {
	height: 100%;
}

.card__heading {
	margin-top: 0;
	margin-bottom: 0.2rem;
	font-size: 1.6rem;
	font-weight: 400;
}

.card__heading a {
	transition: 0.1s;
}

.product-card-wrapper .card-vendor {
	margin-bottom: 0.5rem;
}

.product-card-wrapper .card__content {
	padding-top: 1.5rem;
}

.product-card-wrapper .card__information {
	display: grid;
	grid-template-columns: auto auto;
}

.card-vendor .caption-with-letter-spacing {
	letter-spacing: unset;
	text-transform: unset;
	font-size: 1.4rem;
}

.card__heading:last-child {
	margin-bottom: 0;
}

.product-card-wrapper .card-information variant-selects {
	margin-top: 1.2rem;
}

.product-card-wrapper .card-information .product-form__input {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.product-card-wrapper .card-information .product-form__input .form__label {
	display: none;
}

.product-card-wrapper .card-information .product-form__input .swatch-input__input + .swatch-input__label {
	margin: 0 1rem 1rem 0;
}

.product-card-wrapper .quick-add__submit[disabled] {
	cursor: not-allowed;
}

.product-card-wrapper .product-price__container {
	padding-top: 0.3rem;
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}

.product-card-wrapper .price__container {
	display: block;
	text-align: right;
}

.product-card-wrapper .card__inner .hover-image {
	opacity: 0;
}

.product-card-wrapper .card__inner .card__inner-image:hover .media--hover-effect > img + .hover-image {
	opacity: 1;
	transition: transform var(--duration-long) ease;
	transform: scale(1.03);
}

.product-card-wrapper .card__inner .card__inner-image:hover .media--hover-effect .image-default,
.product-card-wrapper .card__inner .card__inner-image:hover .media--hover-effect .variant-image {
	opacity: 0;
}

.product-card-wrapper .card__inner .variant-image + .image-default {
	opacity: 0 !important;
}

.collection-list .card__information {
	text-align: center;
}

.layout-rtl .collection-list__item .card .icon-wrap {
	margin-right: 0.8rem;
	margin-left: 0;
}

.layout-rtl .collection-list__item .card .icon-wrap svg {
	transform: rotate(180deg);
}

.product-card-wrapper .card-information {
	padding-top: 0.2rem;
}

.card-information > .price {
	font-weight: 700;
	color: rgb(var(--color-foreground));
}

.card-information > .rating {
	margin-top: 0.4rem;
}

.card-article-info {
	margin-top: 1rem;
}

/* Button product cart */

.product-card-wrapper .product-form__input legend {
	width: unset;
	text-transform: unset;
	padding: 0;
}

.price-min-max {
	display: none;
}

.product-card-wrapper .card-information .price-min-max ~ * {
	display: none;
}

.product-card-wrapper .card-information .unit-price:not(.hidden) {
	display: block !important;
}

.product-card-wrapper .card-information .price-min-max {
	display: unset;
}

.product-card-wrapper .variants-container .product-price_container {
	margin-bottom: 1rem;
	font-weight: 700;
}

.product-card-wrapper .product-image-buttons {
	z-index: 5;
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
}

.layout-rtl .product-card-wrapper .product-image-buttons {
	left: 1.6rem;
	right: auto;
}

.product-card-wrapper .card__inner:hover .product-image-buttons {
	opacity: 1;
	visibility: visible;
}

.product-card-wrapper .product-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.8rem;
	height: 4.8rem;
	background-color: rgba(var(--button-product-background), 1);
	color: rgba(var(--button-product-text), 1);
	border: none;
	margin-bottom: 1rem;
	cursor: pointer;
	border-radius: 50%;
	transition: 0.1s;
}

.product-card-wrapper .product-card__button .btn-text {
	display: none;
}

.product-card-wrapper .product-card__button .product-card__button-icon {
	display: flex;
}

.product-card-wrapper .product-card__button.loading .product-card__button-icon {
	opacity: 0;
}

.product-card-wrapper .product-card__button.loading .loading__spinner {
	display: unset !important;
}

.product-card-wrapper tpt-remove-compare svg {
	height: 1.1rem;
}

.product-card-wrapper tpt-quickview.loading > svg {
	opacity: 0;
}

.product-card-wrapper .variants-modal .badge {
	font-weight: 400;
	font-size: 1.2rem;
	padding: 0.3rem 1rem;
	border-radius: 0.8rem;
	margin: 0 0.6rem;
}

.product-card-wrapper .card__media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product-card-wrapper:hover .quick-add__submit {
	opacity: 1;
	visibility: visible;
}

.product-card-wrapper .product-form__error-message-wrapper[hidden] {
	display: none;
}

.product-card-wrapper .product-form__error-message-wrapper {
	display: flex;
	align-items: start;
	column-gap: 3px;
	margin-top: 1rem;
	justify-content: center;
}

.product-card-wrapper .product-form__error-message-wrapper .product-form__error-message {
	font-size: 1.3rem;
	line-height: 1.42;
}

.product-card-wrapper .product-form__input--swatch .swatch-input__input + .swatch-input__label,
.product-card-wrapper .tpt-swatch .tpt-swatch__data {
	width: var(--swatch-size);
	height: var(--swatch-size);
}

.product-card-wrapper .swatch {
	width: var(--swatch-size);
}

.product-card-wrapper .swatch-input__input + .swatch-input__label:hover,
.product-card-wrapper input[type='radio']:checked + .tpt-swatches-item .tpt-swatch .tpt-swatch__data,
.product-card-wrapper .tpt-swatch .tpt-swatch__data:hover {
	outline: 0.1rem solid rgba(var(--color-foreground), 1);
}

.product-card-wrapper .product-form__input--pill input[type='radio'] + label {
	margin: 0 0.4rem 0 0;
	padding: 0.3rem 0.2rem;
	min-width: 3rem;
}

@media screen and (max-width: 1024px) {
	.hidden-product-button-mobile .product-add-card,
	.hidden-product-button-mobile .product-image-buttons {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.product-card-wrapper {
		outline-offset: 4px;
	}

	.product-card-wrapper .card__content {
		padding-top: 1rem;
	}

	.product-card-wrapper .card__information {
		display: flex;
		flex-direction: column;
	}

	.product-card-wrapper .price__container {
		text-align: unset;
	}

	.product-card-wrapper .price--on-sale .price__sale {
		justify-content: start;
	}

	.product-card-wrapper .variant-product-inner tpt-variant-selects > fieldset:first-child {
		margin-top: 0.8rem;
	}

	.product-card-wrapper .card-information {
		padding-top: 0;
	}

	.product-card-wrapper .price {
		font-weight: 400;
	}
}
{% style %}
  /* Force product title link font inside swiper/card */
  #shopify-section-{{ section.id }} .swiper-slide .card__heading .full-unstyled-link,
  #shopify-section-{{ section.id }} .swiper-slide .product-card .full-unstyled-link,
  #shopify-section-{{ section.id }} .swiper-slide a.full-unstyled-link {
    font-family: var(--font-body), -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 0.01em;
    font-weight: 500;
  }
{% endstyle %}