/** Shopify CDN: Minification failed

Line 2578:0 Unexpected "}"
Line 2593:0 Unexpected "}"

**/
/** Shopify CDN: Minification failed

Line 2540:0 Unexpected "}"

**/
@charset "UTF-8";

/* to remove when fonts are added to theme */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Tenor+Sans&display=swap');
/* to remove when fonts are added to theme */

:root {
	--font-brandon: 'Caslon Bold', sans-serif;
	--font-carlson: "ITC Caslon No 224", serif;

	--color-light-gray: #fafafa;
}

.shopify-payment-button__button:not(
		.shopify-payment-button__button--branded
	):before,
.shopify-payment-button__button.shopify-payment-button__button--branded
	.shopify-cleanslate
	div[role='button']:before,
.variations input[type='radio'] + label:before,
.variations .product-form__input--color input[type='radio'] + label,
.variations .product-form__input--color input[type='radio'] + label:after,
.product-images-buttons .slider-button,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail
	.product-single__media.product-single__media-model
	.product-single__media-model-button
	svg,
.accordion summary span:before,
.product-popup-modal,
.product-add-to-cart-sticky,
.product-add-to-cart-sticky--inner .plus:before {
	transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.product-form {
	margin-top: 30px;
	display: block;
}

.add_to_cart_holder {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding-block: 40px;
	border-block: 1px solid #d9d9d9;
}
.add_to_cart_holder .quantity {
	margin-right: 10px;
	max-height: 48px;
	border-color: var(--outline-button-label, var(--color-form-border));
}
[dir='rtl'] .add_to_cart_holder .quantity {
	margin-right: 0;
	margin-left: 10px;
}
.add_to_cart_holder .button {
	flex: 1;
}
.add_to_cart_holder .swym-button-bar {
	margin-top: 0;
	margin-bottom: 0;
}

.single-add-to-cart-button[disabled] + .shopify-payment-button {
	display: none;
}

.tdbuynow {
	width: 100%;
}

.shopify-payment-button {
	margin-top: 10px;
	width: 100%;
}
.shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
	display: inline-flex;
	padding: 7px 30px;
	align-items: center;
	justify-content: center;
	height: 48px;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--solid-button-label, #fff);
	position: relative;
	overflow: hidden;
	border-radius: var(--button-border-radius, 3px);
	background: var(--solid-button-background, var(--color-accent));
}
.button-uppercase-true
	.shopify-payment-button__button:not(
		.shopify-payment-button__button--branded
	) {
	text-transform: uppercase;
}
.shopify-payment-button__button:not(
		.shopify-payment-button__button--branded
	):before {
content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	transform: translateY(100%);
	z-index: 5;
}
.shopify-payment-button__button:not(
		.shopify-payment-button__button--branded
	):not([disabled]):hover,
.shopify-payment-button__button:not(
		.shopify-payment-button__button--branded
	):not([disabled]):focus {
	background: #000;
	color: #fff;
}
.shopify-payment-button__button:not(
		.shopify-payment-button__button--branded
	):not([disabled]):hover:before,
.shopify-payment-button__button:not(
		.shopify-payment-button__button--branded
	):not([disabled]):focus:before {
	transform: translateY(0%);
}
.shopify-payment-button__button.shopify-payment-button__button--branded
	.shopify-cleanslate
	div[role='button'] {
	display: inline-flex;
	padding: 7px 30px !important;
	align-items: center;
	justify-content: center;
	min-height: 48px !important;
	font-size: 0.875rem !important;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--solid-button-label, #fff);
	position: relative;
	overflow: hidden;
	border-radius: var(--button-border-radius, 3px);
	background: var(--solid-button-background, var(--color-accent));
}
.button-uppercase-true
	.shopify-payment-button__button.shopify-payment-button__button--branded
	.shopify-cleanslate
	div[role='button'] {
	text-transform: uppercase;
}
.shopify-payment-button__button.shopify-payment-button__button--branded
	.shopify-cleanslate
	div[role='button']:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	transform: translateY(100%);
	z-index: 5;
}
.shopify-payment-button__button--hidden {
	display: none;
}
.shopify-payment-button .shopify-payment-button__more-options {
    font-family: Brandon Grotesque;
    font-size: 13px;
    font-weight: 450;
    line-height: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    width: max-content;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
}
.shopify-payment-button
	.shopify-payment-button__more-options:hover:not([disabled]) {
	text-decoration: none;
}

.product-form__input {
	padding: 0;
	margin: 0 0 26px;
	border: 0;
}

.product-form__input:last-child {
  margin-bottom: 50px;
}

.product-form__input .form__label {
  	display: inline-block;
    position: relative;
	width: 100%;
	align-items: center;
	font-weight: 600;
	font-size: 0.8125rem;
	letter-spacing: 0.02em;
	margin-bottom: 9px;
	text-transform: capitalize;
  margin-bottom: 20px;
	font-family: var(--font-brandon);
}
.product-form__input .form__label__value {
	font-weight: 400;
	text-transform: capitalize;
	margin-right: 20px;
	padding-left: 2px;
	font-family: var(--font-carlson);
}
.product-form__input .form__label .product-popup-modal__opener {
	display: inline-flex;
	margin-left: auto;
    position: absolute;
    right: 0;
}
[dir='rtl'] .product-form__input .form__label .product-popup-modal__opener {
	margin-left: 0;
	margin-right: auto;
    left: 0;
}

.product-information--line-item--text:-moz-placeholder,
.product-information--line-item--textarea:-moz-placeholder {
	color: rgba(var(--color-body-rgb), 0.6);
}

.product-information--line-item--text::-moz-placeholder,
.product-information--line-item--textarea::-moz-placeholder {
	color: rgba(var(--color-body-rgb), 0.6);
}

.product-information--line-item--text:-ms-input-placeholder,
.product-information--line-item--textarea:-ms-input-placeholder {
	color: rgba(var(--color-body-rgb), 0.6);
}

.product-information--line-item--text::-webkit-input-placeholder,
.product-information--line-item--textarea::-webkit-input-placeholder {
	color: rgba(var(--color-body-rgb), 0.6);
}

.product-information--line-item--textarea {
	min-height: 0;
}

.product-information--line-item input[type='text'],
.product-information--line-item textarea,
.product-information--line-item select {
	width: 100%;
}

.product-information--line-item .label {
	display: block;
	margin-bottom: 5px;
}

.variations {
	margin-bottom: 10px;
}
.variations input[type='radio'] {
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
}
.variations input[type='radio'] + label {
	position: relative;
}
.variations .product-form__input--color input[type='radio'] + label.variant-not-available:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(to top right,
            transparent calc(50% - 1px),
            white calc(50% - 1px),
            white calc(50% + 1px),
            transparent calc(50% + 1px)
        );
    z-index: 1;
}
.variations input[type='radio'].is-disabled + label:before {
	content: '';
}
.variations input[type='radio'].is-disabled + label:after,
.variations input[type='radio'].is-disabled + label > span {
	opacity: 0.4;
}
.variations .product-form__input--dropdown .select,
.variations .product-form__input--dropdown select {
	width: 100%;
	margin-bottom: 0;
}
.variations .product-form__input--block {
	display: flex;
	flex-wrap: wrap;
	padding-left: 1px;
	padding-top: 1px;
}
.variations .product-form__input--block input[type='radio'] + label,
.variations .product-form__input--block [data-fit] > label,
.variations .product-form__input--block [data-fit-none] > label {
	width: auto;
	min-width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 15px;
	font-size: 0.8125rem;
	margin-left: -1px;
	margin-top: -1px;
	cursor: pointer;
  border: 0.5px solid #0000001A;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1.5px;
	font-family: var(--font-brandon);
	background-color: #fafafa;
}
.variations .product-form__input--block input[type='radio'] + label,
.variations .product-form__input--block [data-fit] > label,
.variations .product-form__input--block [data-fit-none] > label {
	margin-right: 10px;
	margin-bottom: 10px;
}
.variations .product-form__input--block input[type='radio']:checked + label,
.variations .product-form__input--block .active[data-fit] > label,
.variations .product-form__input--block .active[data-fit-none] > label {
	z-index: 5;
	font-weight: 900;
  border-radius: 2px;
}
.variations
	.product-form__input--block
	input[type='radio']:focus-visible
	+ label {
	transform: scale(0.9);
	box-shadow: 0 0 0 2px #015ecc;
}
.variations .product-form__input--color {
	display: flex;
	flex-wrap: wrap;
	row-gap: 5px;
	padding-left: 1px;
}
.variations .product-form__input--color input[type='radio'] + label {
	width: 40px;
	height: 40px;
	display: inline-flex;
	text-indent: -9999em;
	position: relative;
	margin-left: -1px;
	color: transparent;
	cursor: pointer;
	z-index: 4;
	box-shadow: 0 0 0 1px var(--color-border) inset;
}
.variations .small-color-swatches input[type='radio'] + label {
	width: 20px;
	height: 20px;
}
.variations .product-form__input--color input[type='radio'] + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	left: 14px;
	right: 14px;
	bottom: 14px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	background-color: var(--option-color);
	background-image: var(--option-color-image);
}
.variations .small-color-swatches input[type='radio'] + label:after {
	inset: 0;
	width: 20px;
	height: 20px;
}
.variations
	.product-form__input--color
	input[type='radio']:checked
	+ label:before {
	content: '';
	position: absolute;
	width: 38px;
	height: 38px;
	border: 4px solid white;
	border-radius: 50%;
	left: 0;
	top: 0;
	z-index: 1;
}
.variations .product-form__input--color input[type='radio']:checked + label {
	z-index: 5;
	box-shadow: 0 0 0 1px var(--color-body) inset;
}
.variations .product-form__input--color input[type='radio']:hover:after {
	transform: scale(0.9);
}
.variations
	.product-form__input--color
	input[type='radio']:focus-visible
	+ label {
	transform: scale(0.9);
	box-shadow: 0 0 0 2px #015ecc inset;
}
.variations .product-form__input--color--large input[type='radio'] + label {
	width: 40px;
	height: 40px;
}
.variations .product-form__input--color--xlarge input[type='radio'] + label {
	width: 80px;
	height: 80px;
}

.shopify-payment-button__button:not(
		.shopify-payment-button__button--branded
	):before,
.shopify-payment-button__button.shopify-payment-button__button--branded
	.shopify-cleanslate
	div[role='button']:before,
.variations input[type='radio'] + label:before,
.variations .product-form__input--color input[type='radio'] + label,
.variations .product-form__input--color input[type='radio'] + label:after,
.product-images-buttons .slider-button,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail
	.product-single__media.product-single__media-model
	.product-single__media-model-button
	svg,
.accordion summary span:before,
.product-popup-modal,
.product-add-to-cart-sticky,
.product-add-to-cart-sticky--inner .plus:before {
	transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

@media only screen and (min-width: 1068px) {
	.product-grid-container {
		display: grid;
		grid-gap: clamp(30px, 5%, 60px);
		grid-template-columns: 1fr clamp(360px, 45%, 480px);
	}
}

.product-image-container {
	margin: 0 -15px 25px;
	width: calc(100% + 30px);
}
@media only screen and (min-width: 768px) {
	.product-image-container {
		margin: 0 -50px 25px;
		width: calc(100% + 100px);
	}
}
@media only screen and (min-width: 1068px) {
	.product-image-container {
		margin: 0;
		width: auto;
	}
}

.product-images {
	display: grid;
	grid-gap: 3px;
	scroll-behavior: smooth;
}
@media only screen and (max-width: 1067px) {
	.product-images {
		padding: 0 50px;
		grid-auto-flow: column;
		grid-auto-columns: minmax(calc(100vw - 100px), 1fr);
		overflow-y: hidden;
		overflow-x: auto;
		grid-template-columns: repeat(auto-fill, minmax(calc(100vw - 100px), 1fr));
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.product-images::-webkit-scrollbar {
		display: none;
	}
	.product-images__slide {
		scroll-snap-align: center;
		scroll-snap-stop: always;
	}
}
@media only screen and (max-width: 767px) {
	.product-images {
		padding: 0 15px;
		grid-auto-columns: minmax(calc(100vw - 30px), 1fr);
		grid-template-columns: repeat(auto-fill, minmax(calc(100vw - 30px), 1fr));
	}
}
@media only screen and (min-width: 1068px) {
	.product-images__slide--full {
		grid-column: span 2;
	}
}
.product-images__slide.product-images__slide-item--variant {
	display: none;
}
.product-images__slide.product-images__slide-item--variant:first-child {
	display: block;
}
.product-images__slide.is-active {
	display: block;
}
@media only screen and (min-width: 1068px) {
	.product-images--grid,
	.product-images--collage {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (min-width: 1068px) {
	.product-images--collage .product-images__slide:first-child {
		grid-column: span 2;
	}
}
.product-images-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.6875rem;
}
@media only screen and (min-width: 1068px) {
	.product-images-buttons {
		display: none;
	}
}
.product-images-buttons span {
	margin: 0 2px;
}
.product-images-buttons .slider-button {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.product-images-buttons .slider-button[disabled] {
	pointer-events: none;
	opacity: 0.4;
}

.shopify-payment-button__button:not(
		.shopify-payment-button__button--branded
	):before,
.shopify-payment-button__button.shopify-payment-button__button--branded
	.shopify-cleanslate
	div[role='button']:before,
.variations input[type='radio'] + label:before,
.variations .product-form__input--color input[type='radio'] + label,
.variations .product-form__input--color input[type='radio'] + label:after,
.product-images-buttons .slider-button,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail
	.product-single__media.product-single__media-model
	.product-single__media-model-button
	svg,
.accordion summary span:before,
.product-popup-modal,
.product-add-to-cart-sticky,
.product-add-to-cart-sticky--inner .plus:before {
	transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.pickup-availability-wrapper {
	position: relative;
}
.pickup-availability-wrapper.thb-loading {
	min-height: 32px;
}

.pickup-availability-information {
	padding-left: 45px;
	position: relative;
	margin-bottom: 25px;
	min-height: 26px;
}
.pickup-availability-information > svg {
	position: absolute;
	top: 5px;
	left: 0;
	width: 21px;
	height: auto;
}
.pickup-availability-information__title {
	margin-bottom: 0;
	line-height: 1.3;
	font-size: 0.875rem;
}
.pickup-availability-information__title span {
	font-weight: 500;
}
.pickup-availability-information__stock {
	font-size: 0.875rem;
	margin-bottom: 5px;
	opacity: 0.8;
}
.pickup-availability-information__button {
	font-size: 0.8125rem;
	font-weight: 500;
}

.pickup-availability-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pickup-availability-list__item {
	margin-bottom: 30px;
	font-size: 0.9375rem;
}
.pickup-availability-list__location {
	font-size: 1.0625rem;
	margin-bottom: 10px;
	font-weight: 500;
}
.pickup-availability-list__stock {
	font-size: 0.8125rem;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.pickup-availability-list__stock svg {
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: auto;
}

@media only screen and (min-width: 768px) {
	.thb-product-detail {
		margin-top: 40px;
	}
}

.thb-product-detail .product-title-container {
  padding-bottom: 18px;
	margin-bottom: 18px;
  border-bottom: 1px solid #d9d9d9;
}

.thb-product-detail .product-title {
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 3px;
	color: var(--color-body);
  margin-bottom: 6px;
}

.thb-product-detail .product-title.uppercase--true {
	text-transform: uppercase;
}

.thb-product-detail .product-title a {
	color: var(--color-body);
}

.product-vendor {
  font-family: var(--font-brandon);
  font-size: 12px;
  line-height: 1;
	letter-spacing: 1.5px;
  color: #7C7C7C;
  text-transform: uppercase;
  margin-bottom: 18px;
}

@media only screen and (min-width: 1068px) {
	.thb-product-detail
		.product-information--inner.production-information--sticky {
		position: sticky;
		top: calc(var(--header-height, 80px) + 20px);
		left: 0;
	}
}

@media only screen and (max-width: 768px) {
  .thb-product-detail .product-title {
    font-size: 20px;
  }
}

.thb-product-detail .product-information--image {
	margin-bottom: 20px;
}
.thb-product-detail .product-information--image .thb-placeholder {
	display: inline-flex;
}
.thb-product-detail .product-information--image svg {
	width: 60px;
	height: 60px;
}

.thb-product-detail shopify-payment-terms {
	font-size: 0.8125rem;
	margin-top: 10px;
	display: block;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--color-border);
}

.thb-product-detail .product-price-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.thb-product-detail .product-price-container .price {
	font-size: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 11px;
}

@media screen and (max-width: 768px) {
	.thb-product-detail .product-price-container .price {
		font-size: 18px;
	}
	
}

.thb-product-detail .product-price-container .price .unit-price {
	margin-left: 5px;
}

.thb-product-detail .product-price-container .product__tax {
	opacity: 0.6;
	font-size: 0.75rem;
}
.thb-product-detail .product-price-container .product__tax a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.thb-product-detail .product-price-container .badges {
	margin-left: 0;
}

.thb-product-detail .product-price-container .badge {
	margin-right: 5px;
	height: 23px;
	padding: 0 11px;
}

.thb-product-detail .star-rating-container {
	display: block;
	font-size: 0.8125rem;
	margin-top: 0.3125rem;
	line-height: 0;
}
.thb-product-detail .star-rating-container .star-rating {
	margin-right: 12px;
}

.thb-product-detail .product--text.style_vendor {
	text-transform: uppercase;
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
	opacity: 0.6;
	margin-bottom: 10px;
}

.thb-product-detail .view-product-details {
	margin-top: 30px;
}

.thb-product-detail .product-short-description {
	font-size: 0.9375rem;
	margin-bottom: 25px;
}
.thb-product-detail .product-short-description p,
.thb-product-detail .product-short-description ul {
	margin-bottom: 10px;
}
.thb-product-detail .product-short-description iframe,
.thb-product-detail .product-short-description video {
	max-width: 100%;
}

.thb-product-detail .product-quick-images {
	height: 300px;
	padding: 10px;
	overflow-x: scroll;
	overflow-y: hidden;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: max-content;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	scroll-behavior: smooth;
}
.thb-product-detail .product-quick-images::-webkit-scrollbar {
	display: none;
}
@media only screen and (min-width: 1068px) {
	.thb-product-detail .product-quick-images {
		height: 100%;
		padding: 10px 0;
		grid-auto-flow: row;
		grid-auto-columns: 1fr;
		overflow-x: hidden;
		overflow-y: scroll;
		align-content: start;
		scroll-snap-type: y mandatory;
	}
}
.thb-product-detail .product-quick-images--container {
	height: 300px;
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-bottom: 28px;
	background: var(--bg-body-darken, #f8f8f8);
	transition: transform 0.3s cubic-bezier(0.104, 0.204, 0.492, 1);
}
@media only screen and (min-width: 1068px) {
	.thb-product-detail .product-quick-images--container {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 420px;
		padding: 0 10px;
		margin: 0;
		height: auto;
		z-index: -1;
		transition-delay: 0.25s;
		transform: translateX(0%);
		box-shadow: inset 0px 4px 40px rgba(0, 0, 0, 0.15);
	}
}
@media only screen and (min-width: 1068px) {
	.thb-product-detail .product-quick-images--container.active,
	.template-product-quick-view
		.thb-product-detail
		.product-quick-images--container {
		transform: translateX(-100%);
	}
}
.thb-product-detail .product-quick-images__slide {
	height: 280px;
	display: inline-block;
	padding-right: 10px;
	scroll-snap-stop: always;
}
.thb-product-detail .product-quick-images__slide .product-single__media-image {
	display: block;
	position: relative;
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
}
.thb-product-detail
	.product-quick-images__slide
	.product-single__media-image
	img {
	position: static;
	width: auto;
	height: 280px;
	object-fit: contain;
}
@media only screen and (min-width: 1068px) {
	.thb-product-detail
		.product-quick-images__slide
		.product-single__media-image
		img {
		height: auto;
	}
}
.thb-product-detail
	.product-quick-images__slide
	.product-single__media-native-video {
	height: 100%;
}
@media only screen and (min-width: 1068px) {
	.thb-product-detail
		.product-quick-images__slide
		.product-single__media-native-video {
		height: auto;
	}
}
.thb-product-detail
	.product-quick-images__slide
	.product-single__media-native-video
	video {
	height: 100%;
}
.thb-product-detail .product-quick-images__slide iframe {
	height: 280px;
}
@media only screen and (min-width: 1068px) {
	.thb-product-detail .product-quick-images__slide {
		padding: 0;
		height: auto;
		width: 100%;
		margin-bottom: 10px;
	}
	.thb-product-detail .product-quick-images__slide:last-child {
		margin-bottom: 0;
	}
	.thb-product-detail .product-quick-images__slide img,
	.thb-product-detail .product-quick-images__slide iframe {
		width: 100% !important;
		height: auto;
	}
}
.thb-product-detail
	.product-quick-images__slide.product-images__slide-item--variant {
	display: none;
}
.thb-product-detail
	.product-quick-images__slide.product-images__slide-item--variant:first-child {
	display: block;
}

.thb-product-detail .product-single__media {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
}
.thb-product-detail .product-single__media .figcaption {
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: center;
	padding: 12px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
	background: rgba(var(--bg-body-rgb), 0.7);
}
.thb-product-detail .product-single__media-image {
	display: block;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: var(--padding-bottom);
}
.thb-product-detail .product-single__media-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 5;
}
.thb-product-detail .product-single__media-zoom {
	position: absolute;
	top: 23px;
	right: 23px;
	z-index: 40;
	background: var(--bg-body, #fff);
	border-radius: 50%;
	height: 38px;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.thb-product-detail .product-single__media-zoom svg {
	width: 20px;
	height: 20px;
}
.thb-product-detail .product-single__media-zoom:hover svg,
.thb-product-detail .product-single__media-zoom:focus svg {
	transform: scale(1.2);
}
@media only screen and (min-width: 1068px) {
	.thb-product-detail .product-single__media-zoom {
		opacity: 0;
	}
}
@media only screen and (min-width: 1068px) {
	.thb-product-detail .product-single__media:hover .product-single__media-zoom {
		opacity: 1;
	}
}
.thb-product-detail .product-single__media.product-single__media-native-video {
	aspect-ratio: var(--aspect-ratio);
}
.thb-product-detail
	.product-single__media.product-single__media-native-video
	video {
	width: 100%;
	height: auto;
}
.thb-product-detail
	.product-single__media.product-single__media-external-video
	iframe {
	width: 100%;
	aspect-ratio: var(--aspect-ratio);
}
.thb-product-detail .product-single__media.product-single__media-model > img,
.thb-product-detail
	.product-single__media.product-single__media-model
	template {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	object-fit: contain;
}
.thb-product-detail
	.product-single__media.product-single__media-model
	template {
	z-index: 10;
}
.thb-product-detail
	.product-single__media.product-single__media-model[loaded]
	.product-single__media-model-button,
.thb-product-detail
	.product-single__media.product-single__media-model[loaded]
	> img {
	display: none;
}
.thb-product-detail
	.product-single__media.product-single__media-model
	.product-single__media-model-button {
	background: var(--bg-body, #fff);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 40;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	height: 38px;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.thb-product-detail
	.product-single__media.product-single__media-model
	.product-single__media-model-button
	svg {
	width: 20px;
	height: 20px;
}
.thb-product-detail
	.product-single__media.product-single__media-model
	.product-single__media-model-button:hover
	svg,
.thb-product-detail
	.product-single__media.product-single__media-model
	.product-single__media-model-button:focus
	svg {
	transform: scale(1.2);
}
.thb-product-detail
	.product-single__media.product-single__media-model
	> model-viewer,
.thb-product-detail
	.product-single__media.product-single__media-model
	> .shopify-model-viewer-ui {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.thb-product-detail
	.product-single__media.product-single__media-model
	.shopify-model-viewer-ui {
	z-index: 20;
}
.thb-product-detail
	.product-single__media.product-single__media-model
	.shopify-model-viewer-ui
	model-viewer {
	width: 100%;
	height: 100%;
}

.thb-product-detail .product__xr-button {
	width: 100%;
	background: var(--bg-body-darken);
	border-color: var(--bg-body-darken);
	color: var(--color-body);
}
.thb-product-detail .product__xr-button svg {
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.thb-product-detail .product__xr-button svg path {
	fill: var(--color-body);
}
.thb-product-detail .product__xr-button[data-shopify-xr-hidden] {
	visibility: hidden;
}
.shopify-design-mode
	.thb-product-detail
	.product__xr-button[data-shopify-xr-hidden] {
	display: none;
}

.thb-product-detail .product-images__slide {
	width: 100%;
}

.thb-product-detail .product-form__error-message-wrapper {
	margin-bottom: 20px;
}

.thb-product-detail
	[data-hide-variants='true']
	.product-images__slide[data-group] {
	display: none;
}

.thb-product-detail
	[data-hide-variants='true']
	.product-images__slide.is-active {
	display: block;
}

.pswp {
	display: none;
}
.pswp.pswp--open {
	display: block;
}

.shopify-payment-button__button:not(
		.shopify-payment-button__button--branded
	):before,
.shopify-payment-button__button.shopify-payment-button__button--branded
	.shopify-cleanslate
	div[role='button']:before,
.variations input[type='radio'] + label:before,
.variations .product-form__input--color input[type='radio'] + label,
.variations .product-form__input--color input[type='radio'] + label:after,
.product-images-buttons .slider-button,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail
	.product-single__media.product-single__media-model
	.product-single__media-model-button
	svg,
.accordion summary span:before,
.product-popup-modal,
.product-add-to-cart-sticky,
.product-add-to-cart-sticky--inner .plus:before {
	transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.accordion {
	display: block;
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	margin-bottom: 25px;
}
.accordion + .accordion {
	border-top: 0;
	margin-top: -25px;
}
.accordion-container .accordion {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.accordion-container .accordion:last-child {
	margin-bottom: 0;
}
.accordion details[open] summary span:before {
	transform: rotateZ(90deg);
}
.accordion summary {
	font-family: var(--font-brandon);
	width: 100%;
	list-style: none;
	position: relative;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1;
	padding: 18px 40px 18px 0;
	cursor: pointer;
}
[dir='rtl'] .accordion summary {
	padding: 18px 0 18px 40px;
}
.accordion summary span {
	position: absolute;
	top: calc(50% - 5.5px);
	right: 18px;
	width: 12px;
	height: 12px;
	display: block;
}
[dir='rtl'] .accordion summary span {
	right: auto;
	left: 18px;
}
.accordion summary span:before,
.accordion summary span:after {
	content: '';
	display: block;
	position: absolute;
	top: 5.5px;
	left: 0px;
	background: var(--color-body);
}
.accordion summary span:before {
	width: 1px;
	height: 12px;
	top: 0px;
	left: 5.5px;
	will-change: transform;
}
.accordion summary span:after {
	width: 12px;
	height: 1px;
}
.accordion summary::-webkit-details-marker {
	display: none;
}
.accordion .accordion__content {
	padding: 0 0 15px 0;
	font-size: 0.9375rem;

	& > *:not(:last-child):not(:empty) {
		margin-bottom: 16px;
	}
}
.accordion .accordion__content > *:last-child {
	margin-bottom: 0;
}

.share-article {
	font-size: 0.8125rem;
	line-height: 1;
	margin-bottom: 25px;
}
.share-article svg {
	height: 16px;
	width: auto;
}
.share-article svg path {
	fill: var(--color-body);
}
.share-article label {
	display: block;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.share-article a {
	display: inline-flex;
	align-items: center;
	margin-right: 14px;
	width: 24px;
	height: 24px;
	white-space: nowrap;
	color: var(--color-body);
}

.product-popup-modal {
	box-sizing: border-box;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	margin: 0 auto;
	top: 0;
	left: 0;
	overflow: auto;
	width: 100%;
	padding: 30px;
	background: rgba(var(--color-overlay-rgb), 0.7);
	backdrop-filter: blur(3px);
	height: 100%;
}
.product-popup-modal[open] {
	opacity: 1;
	visibility: visible;
	z-index: 101;
}
.product-popup-modal__button {
	color: var(--color-accent);
	display: flex;
	align-items: center;
	cursor: pointer;
}
.product-popup-modal__button svg {
	height: 12px;
	width: auto;
	margin-right: 9px;
	fill: var(--color-accent);
}
.product-popup-modal__button span {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
	letter-spacing: 0.02em;
	font-family: var(--font-brandon);
}
.product-popup-modal__button.no-js {
	display: none;
}
.no-js .product-popup-modal__button.no-js {
	display: flex;
}
.product-popup-modal__toggle {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -7px;
}
.product-popup-modal__content {
	overflow: auto;
	max-height: 80vh;
	max-width: clamp(300px, 90vw, 800px);
	margin: 0 auto;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 100%;
	position: absolute;
	top: 50%;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}
.product-popup-modal__content-header {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 73px;
	text-align: center;
	position: sticky;
	background-color: var(--bg-body, #fff);
	top: 0;
	left: 0;
	flex-shrink: 0;
}
.product-popup-modal__content-header h5 {
	color: inherit;
	margin: 0;
}
.product-popup-modal__content scroll-shadow {
	flex: 1;
	display: flex;
	width: 100%;
	overflow: hidden;
}
.product-popup-modal__content-info {
	padding: 25px;
	background-color: var(--bg-body, #fff);
	overflow-y: scroll;
	width: 100%;
	color: var(--color-body);
}
@media only screen and (min-width: 768px) {
	.product-popup-modal__content-info {
		padding: 50px;
	}
}
.product-popup-modal__content-info table:last-child {
	margin-bottom: 0;
}

.shopify-payment-button__button:not(
		.shopify-payment-button__button--branded
	):before,
.shopify-payment-button__button.shopify-payment-button__button--branded
	.shopify-cleanslate
	div[role='button']:before,
.variations input[type='radio'] + label:before,
.variations .product-form__input--color input[type='radio'] + label,
.variations .product-form__input--color input[type='radio'] + label:after,
.product-images-buttons .slider-button,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail
	.product-single__media.product-single__media-model
	.product-single__media-model-button
	svg,
.accordion summary span:before,
.product-popup-modal,
.product-add-to-cart-sticky,
.product-add-to-cart-sticky--inner .plus:before {
	transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.product-add-to-cart-sticky {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: calc(100% - 30px);
	max-width: 420px;
	z-index: 31;
	background: var(--bg-body);
	padding: 18px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
	transform: translateX(calc(100% + 50px));
}
.product-add-to-cart-sticky.sticky--visible {
	transform: translateX(0%);
}
@media only screen and (min-width: 768px) {
	.product-add-to-cart-sticky {
		bottom: 30px;
		right: 30px;
	}
}
.product-add-to-cart-sticky--image {
	width: 48px;
	margin-right: 18px;
	flex-shrink: 0;
}
[dir='rtl'] .product-add-to-cart-sticky--image {
	margin-right: 0;
	margin-left: 18px;
}
.product-add-to-cart-sticky--title {
	font-size: calc(var(--font-product-title-scale, 1) * 0.9375rem);
	line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.4);
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
.product-title-uppercase-true .product-add-to-cart-sticky--title {
	text-transform: uppercase;
}
.product-add-to-cart-sticky--inner {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding-right: 50px;
	text-align: left;
	min-height: 48px;
}
[dir='rtl'] .product-add-to-cart-sticky--inner {
	padding-right: 0;
	padding-left: 50px;
}
.product-add-to-cart-sticky--inner .plus {
	position: absolute;
	top: calc(50% - 9.5px);
	right: 8px;
	width: 19px;
	height: 19px;
	display: block;
}
[dir='rtl'] .product-add-to-cart-sticky--inner .plus {
	right: auto;
	left: 8px;
}
.product-add-to-cart-sticky--inner .plus:before,
.product-add-to-cart-sticky--inner .plus:after {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 0px;
	background: var(--color-body);
}
.product-add-to-cart-sticky--inner .plus:before {
	width: 1px;
	height: 19px;
	top: 0px;
	left: 9px;
	will-change: transform;
}
.product-add-to-cart-sticky--inner .plus:after {
	width: 19px;
	height: 1px;
}
.product-add-to-cart-sticky--inner.sticky-open .plus:before {
	transform: rotateZ(90deg);
}
.product-add-to-cart-sticky--content {
	display: none;
	overflow: hidden;
	padding-top: 18px;
}
.product-add-to-cart-sticky--content.active {
	display: block;
}
.product-add-to-cart-sticky .product-form .add_to_cart_holder {
	margin-bottom: 0;
}

.star-rating {
	--star-percent: calc(var(--star-rating) / 5 * 100%);
	display: inline-block;
	font-size: 1rem;
	font-family: Times;
	line-height: 1;
}
.star-rating:before {
	content: 'â˜…â˜…â˜…â˜…â˜…';
	background: linear-gradient(
		90deg,
		var(--color-star) var(--star-percent),
		#e1e1e1 var(--star-percent)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rating {
	display: inline-block;
	margin: 0;
}

.rating-star {
	--letter-spacing: 0.3;
	--font-size: 1.5;
	--percent: calc(
		(
				var(--rating) / var(--rating-max) + var(--rating-decimal) *
					var(--font-size) /
					(var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
			) * 100%
	);
	letter-spacing: calc(var(--letter-spacing) * 1rem);
	font-size: calc(var(--font-size) * 1rem);
	line-height: 1;
	display: inline-block;
	font-family: Times;
	margin: 0;
}

.rating-star:before {
	content: '\2605\2605\2605\2605\2605';
	background: linear-gradient(
		90deg,
		var(--color-reviews) var(--percent),
		rgba(var(--color-foreground), 0.15) var(--percent)
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.rating-text {
	display: none;
}

.rating-count {
	display: none;
	margin: 0;
}

@media (forced-colors: active) {
	.rating {
		display: none;
	}
	.rating-text {
		display: block;
	}
}

.side-panel-links {
	display: block;
	margin-bottom: 20px;
}
.side-panel-links--link {
	display: inline-flex;
	align-items: center;
	margin-right: 12px;
}
@media only screen and (min-width: 768px) {
	.side-panel-links--link {
		margin-right: 22px;
	}
}
.side-panel-links--link svg {
	margin-right: 5px;
	fill: var(--color-accent);
}
@media only screen and (min-width: 768px) {
	.side-panel-links--link svg {
		margin-right: 10px;
	}
}
[dir='rtl'] .side-panel-links--link svg {
	margin-right: 0px;
	margin-left: 5px;
}
@media only screen and (min-width: 768px) {
	[dir='rtl'] .side-panel-links--link svg {
		margin-left: 10px;
	}
}
[dir='rtl'] .side-panel-links--link {
	margin-right: 0px;
	margin-left: 12px;
}
@media only screen and (min-width: 768px) {
	[dir='rtl'] .side-panel-links--link {
		margin-left: 22px;
	}
}
.side-panel-links--link .text-button {
	margin-right: 0;
}
.side-panel-links--link.no-js {
	display: none;
}
.no-js .side-panel-links--link.no-js {
	display: flex;
}

.product-inventory-notice {
	font-size: 0.8125rem;
	line-height: 1;
	margin-bottom: 20px;
	color: var(--color-inventory-instock, #279a4b);
}
.product-inventory-notice--text {
	margin-bottom: 13px;
	display: flex;
	align-items: center;
}
.product-inventory-notice--pulse {
	display: inline-flex;
	width: 8px;
	height: 8px;
	margin: 4px 12px 4px 4px;
	position: relative;
	border-radius: 50%;
	background: var(--color-inventory-instock, #279a4b);
	vertical-align: middle;
}
.product-inventory-notice--pulse:after {
	content: '';
	position: absolute;
	top: -4px;
	left: -4px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	background: var(--color-inventory-instock, #279a4b);
	animation: inventory-pulse 2s ease-out infinite;
}
.product-inventory-notice--bar {
	display: block;
	position: relative;
	height: 4px;
	width: 100%;
	background: var(--color-border);
}
.product-inventory-notice--bar span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-inventory-instock, #279a4b);
	transform-origin: top left;
	animation: inventory-bar 1s ease-out forwards;
}
.product-inventory-notice--low {
	color: var(--color-inventory-lowstock, #279a4b);
}
.product-inventory-notice--low .product-inventory-notice--pulse {
	background: var(--color-inventory-lowstock, #279a4b);
}
.product-inventory-notice--low .product-inventory-notice--pulse:after {
	background: var(--color-inventory-lowstock, #279a4b);
}
.product-inventory-notice--low .product-inventory-notice--bar span {
	background: var(--color-inventory-lowstock, #279a4b);
}

@keyframes inventory-pulse {
	0% {
		opacity: 0.5;
		transform: scale(0.5);
	}
	to {
		opacity: 0;
		transform: scale(1);
	}
}

@keyframes inventory-bar {
	0% {
		transform: scale(1, 1);
	}
	to {
		transform: scale(calc(var(--inventory-scale)), 1);
	}
}

.complementary-products--inner {
	border: 1px solid var(--color-border);
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
	margin-top: 10px;
}

.complementary-products--heading {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background: var(--bg-body);
	padding: 0 20px;
	font-size: 0.8125rem;
	text-transform: uppercase;
	font-weight: 500;
}

.complementary-products .product-cart-item {
	align-items: center;
	margin-bottom: 15px;
}
.complementary-products .product-cart-item:last-child {
	margin-bottom: 0;
}
.complementary-products .product-cart-item .product-cart-item-image {
	margin-right: 20px;
}
[dir='rtl']
	.complementary-products
	.product-cart-item
	.product-cart-item-image {
	margin-right: 0;
	margin-left: 20px;
}
.complementary-products .product-cart-item img,
.complementary-products .product-cart-item .thb-placeholder {
	width: 64px;
}
.complementary-products .product-cart-item .product-cart-item-info .price {
	display: block;
}

.shopify-payment-button__button:not(
		.shopify-payment-button__button--branded
	):before,
.shopify-payment-button__button.shopify-payment-button__button--branded
	.shopify-cleanslate
	div[role='button']:before,
.variations input[type='radio'] + label:before,
.variations .product-form__input--color input[type='radio'] + label,
.variations .product-form__input--color input[type='radio'] + label:after,
.product-images-buttons .slider-button,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail
	.product-single__media.product-single__media-model
	.product-single__media-model-button
	svg,
.accordion summary span:before,
.product-popup-modal,
.product-add-to-cart-sticky,
.product-add-to-cart-sticky--inner .plus:before {
	transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

#shopify-product-reviews {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1440px;
	margin-top: var(--section-spacing-mobile, 0);
	margin-bottom: var(--section-spacing-mobile, 0);
}
@media only screen and (min-width: 768px) {
	#shopify-product-reviews {
		margin-top: var(--section-spacing-desktop, 0);
		margin-bottom: var(--section-spacing-desktop, 0);
		padding: 0 50px;
	}
}
#shopify-product-reviews .spr-container {
	padding: 0;
	border: 0;
}
#shopify-product-reviews .spr-container .spr-review {
	border: 0;
}
#shopify-product-reviews .spr-icon {
	line-height: 1;
}
#shopify-product-reviews .spr-header-title {
	font-weight: 600;
	letter-spacing: 0.02em;
	font-size: 2.125rem;
	line-height: 2.625rem;
}
#shopify-product-reviews .spr-starrating,
#shopify-product-reviews .spr-starratings {
	font-size: 0.625rem;
	color: var(--color-star);
}
#shopify-product-reviews .spr-summary {
	font-size: 1.0625rem;
}
@media only screen and (min-width: 768px) {
	#shopify-product-reviews .spr-summary {
		display: flex;
		align-items: center;
	}
	#shopify-product-reviews .spr-summary .spr-summary-actions {
		margin-left: auto;
	}
}
#shopify-product-reviews .spr-summary .spr-summary-caption {
	font-size: 0.875rem;
}
#shopify-product-reviews .spr-summary .spr-starrating {
	margin-right: 20px;
}
#shopify-product-reviews .spr-summary-actions-newreview {
	text-decoration: none;
}
#shopify-product-reviews .spr-reviews {
	display: grid;
	grid-gap: 15px;
}
@media only screen and (min-width: 768px) {
	#shopify-product-reviews .spr-reviews {
		grid-template-columns: 1fr 1fr;
	}
}
#shopify-product-reviews .spr-review {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: rgba(var(--color-body-rgb), 0.03);
	margin: 0;
}
@media only screen and (min-width: 768px) {
	#shopify-product-reviews .spr-review {
		padding: 40px;
	}
	#shopify-product-reviews .spr-review .spr-review-header-starratings {
		margin-bottom: 10px;
	}
	#shopify-product-reviews .spr-review .spr-review-header-title {
		font-size: 1.5rem;
		line-height: 2rem;
		font-weight: 600;
	}
	#shopify-product-reviews .spr-review .spr-review-header-byline {
		font-style: normal;
		opacity: 0.6;
		font-size: 0.875rem;
	}
}
#shopify-product-reviews .spr-review .spr-review-content-body {
	font-size: 1rem;
	line-height: 1.375rem;
}
#shopify-product-reviews .spr-review .spr-review-footer {
	width: 100%;
}
#shopify-product-reviews
	.spr-review
	.spr-review-footer
	.spr-review-reportreview {
	float: left;
}

.shopify-payment-button__button:not(
		.shopify-payment-button__button--branded
	):before,
.shopify-payment-button__button.shopify-payment-button__button--branded
	.shopify-cleanslate
	div[role='button']:before,
.variations input[type='radio'] + label:before,
.variations .product-form__input--color input[type='radio'] + label,
.variations .product-form__input--color input[type='radio'] + label:after,
.product-images-buttons .slider-button,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail
	.product-single__media.product-single__media-model
	.product-single__media-model-button
	svg,
.accordion summary span:before,
.product-popup-modal,
.product-add-to-cart-sticky,
.product-add-to-cart-sticky--inner .plus:before {
	transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

/* .product-recommendations {
	display: none;
} */
.product-recommendations.product-recommendations--loaded {
	display: block;
	margin-top: 0 !important;
}
@media only screen and (min-width: 768px) {
	.product-recommendations__heading {
		margin-bottom: 45px;
	}
}
@media only screen and (max-width: 767px) {
  .simple-slider-thumbs[direction="vertical"] {
    min-width: 40px;
        position: absolute;
    z-index: 3;
    left: 0;
    max-width: 60px;
}
	.product-recommendations.swipe-on-mobile .products.row {
		margin: 0 -15px;
		width: calc(100% + 30px);
		padding: 0 11px;
		display: grid;
		grid-gap: 0;
		grid-auto-flow: column;
		grid-auto-columns: minmax(50%, 1fr);
		overflow-x: auto;
		grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.product-recommendations.swipe-on-mobile .products.row::-webkit-scrollbar {
		display: none;
	}
	.product-recommendations.swipe-on-mobile .products.row .columns {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.color-swatches-total{
	opacity: 0.7;
	display: flex;
	font-size: 14px;
    align-items: center;

}
/* Image Swatches */

.variations label {
	border-radius: 50%;
	border: 1px solid black;
	overflow: hidden;

	&:not(:last-child) {
		margin-right: 10px;
	}

	&:after {
		scale: 14;
		/* background-position: 100% 30% !important; */
	}
}
.variations .small-color-swatches label {
	&:not(:last-child) {
		margin-right: 5px;
	}
}

.single-add-to-cart-button--text {
	font-family: var(--font-brandon);
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1.5px;
}

.add_to_cart_holder .single-add-to-cart-button {
	background-color: black;
	color: white;
}

.add_to_cart_holder .single-add-to-cart-button:hover {
	background-color: white;
}

/* Strech bar */

.strech-bar {
	position: relative;
	width: 100%;
	height: 10px;
	padding-bottom: 36px;
      padding-top: 8px;
}

.strech-bar__inner {
	margin: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 0;
	width: 100%;
	height: 8px;
	background-color: var(--color-light-gray);
	border-radius: 5px;
	padding-inline: 8px;
	margin-bottom: 12px;
}

.strech-bar--step {
	width: 4px;
	height: 4px;
	background-color: var(--color-accent);
	border-radius: 50%;
	list-style: none;
}

.strech-bar--step.is-active {
	width: 16px;
	height: 16px;
}

.strech-bar__titles {
	display: flex;
	justify-content: space-between;
	padding-inline: 0px;
	text-transform: uppercase;

	p {
		font-family: var(--font-brandon);
		font-size: 12px;
	}

	p:nth-child(2) {
    font-weight: 16px;
    margin-left: 35px;
    font-family: Brandon Grotesque;
    font-size: 10px;
    font-weight: 450;
    line-height: 10px;
    letter-spacing: 0.1em;
    text-align: center;
}
}

recently-viewed-products.product-recommendations,
.product-recommendations {
	display: block !important;
}

.thb-product-detail.product {
	margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
	.thb-product-detail.product {
		margin-bottom: 100px;
	}
}

.product-information {
	width: 420px;
}

@media screen and (max-width: 768px) {
	.product-information {
		width: 100%;
	}
}

.product-grid-container {
	max-width: 1650px;
	margin-inline: auto;
}

[data-availability="false"] + label {
	position: relative;
	
	&:before {
		content: '';
		position: absolute;
		width: 100%;
	}
}

.product-form__input .active label {
    gap: 10px;
    border: 0.5px solid #0000001A !important;
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('/cdn/shop/files/hinted-BrandonGrotesque-Regular.woff2?v=1724183813') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Brandon Grotesque';
    font-weight: medium;
	src: url('/cdn/shop/files/hinted-BrandonGrotesque-Medium.woff2?v=1724183813') format('woff2');
}

@font-face {
	font-family: 'Brandon Grotesque';
	src: url('/cdn/shop/files/hinted-BrandonGrotesque-Bold.woff2?v=1724183813') format('woff2');
	font-weight: bold;
	font-style: normal;
}

h1.product-title.uppercase--true {
    font-size: 28px;
}

h4.product-vendor {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-weight: 420;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: left;
}

a.star-rating-container {}

a.star-rating-container {
    display: inline-flex !important;
    align-items: center;
    margin-top: 0 !important;
}

.star-rating-container span {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-weight: 420;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: left;
}

.product-price-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.badge {
    border-radius: 2px;
    font-family: Brandon Grotesque;
    font-size: 13px;
    font-weight: 450;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: right;
    width: max-content;
}

div#price-template--23253358608674__main-product {
    display: inline-flex;
}

span.price {
    flex-wrap: nowrap !important;
    display: inline-flex;
    align-items: center;
}

span.badge.out-of-stock {
    padding: 3px 16px 3px 16px;
    gap: 10px;
    border-radius: 2px 0px 0px 0px;
    border: 2px solid #000;
    background-color: transparent;
    color: #000000;
}

.product_sale_tag h6 {
    font-family: Brandon Grotesque;
    font-size: 14px;
    font-weight: 450;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 18px;
}

.product_sale_tag p {
    font-family: Adobe Caslon Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    margin-bottom: 0;
}

.product_sale_tag {
    padding-bottom: 18px;
    border-bottom: 1px solid #00000026;
    margin-bottom: 26px;
}

span.form__label__value {
    font-family: Brandon Grotesque;
    font-size: 13px;
    font-weight: 450;
    line-height: 13px;
    text-align: left;
}

.form__label {
    display: inline-flex;
    align-items: center;
}

.product-form__input [data-fit].active label {
    font-family: Brandon Grotesque  !important;
    font-size: 12px  !important;
    font-weight: 450  !important;
    line-height: 12px  !important;
    letter-spacing: 0.1em  !important;
    text-align: right;
    border: 2px solid #000000 !important;
    border-radius: 2px !important;
}

.product-form__input :not([data-fit]) label {
    border: 2px solid #000000;
    background: #FAFAFA;
    box-shadow: none !important;
    border-radius: 2px;
}

.product-popup-modal__button span {
    font-family: Brandon Grotesque;
    font-size: 11px;
    font-weight: 420;
    line-height: 11px;
    letter-spacing: 0.1em;
    text-align: right;
}

.variations .product-form__input--block input[type=radio]+label {
    border: 2px solid rgba(0,0,0,10%) !important;
    border-radius: 2px !important;
    box-shadow: none !important;
}

.variations input[type=radio]+label {
    border: 0.5px solid #0000001A !important;
}

.variations .product-form__input--block input[type=radio]:checked+label {
    border: 2px solid #000000 !important;
}

.variations .product-form__input--color--large label {
    border-radius: 20px !important;
}

.variations .product-form__input--color input[type=radio]:checked+label:before {
    width: 33px;
    height: 33px;
    left: 3px;
    top: 2.5px;
    border: 3px solid #fff;
}

.variations .small-color-swatches input[type=radio]:checked+label:before {
	width: 14px;
    height: 14px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 1.5px solid #fff;
}

quantity-selector.quantity.buttons_added {
    background: #fafafa;
}

.product-form__input:nth-child(3) {
    margin-bottom: 20px !important;
}

quantity-selector.quantity.buttons_added {
    border-radius: 2px;
    border: 1px solid #00000026;
}

.quantity.buttons_added .qty {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-weight: 420;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: center;
}

.add_to_cart_holder .single-add-to-cart-button {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-weight: 420;
    line-height: 16px;
    letter-spacing: 0.1em !important;
    text-align: center;
}

.button.outline:hover, input[type=submit].outline:hover {
    color: #ffffff !important;
}

#BIS_trigger.single-add-to-cart-button {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-weight: 420;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 2px;
    background: white !important;
}

.add_to_cart_holder .single-add-to-cart-button:disabled {
    background: rgba(0,0,0,30%);
}

#BIS_trigger.single-add-to-cart-button {
    margin-bottom: 64px !important;
}

.product-form__input.product-form__input--block {
    margin-bottom: 20px;
}

.strech-bar__titles p {
    font-family: Brandon Grotesque;
    font-size: 10px;
    font-weight: 450;
    line-height: 10px;
    letter-spacing: 0.1em;
    text-align: center;
}

.strech-bar__inner {
    margin-bottom: 16px;
}

.accordion summary {
    font-family: Brandon Grotesque !important;
    font-size: 14px !important;
    font-weight: 450 !important;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
}

.collapsible__custom-liquid,
.collapsible__content {
    font-family: Adobe Caslon Pro;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
}

.collapsible__custom-liquid {
    margin-bottom: 20px;
}

.accordion .accordion__content {
    margin-bottom: 0;
    padding-bottom: 0;
}

span.metafield-multi_line_text_field {
    font-family: Adobe Caslon Pro;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
}

.product-recommendations h2 {
    font-family: Adobe Caslon Pro;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: left;
}

.breadcrumbs-section+.product-section .thb-product-detail {
    margin-bottom: 0px !important;
}

span.badge.onsale.top.left {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-weight: 420;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: right;
}

.product-card-vendor {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-weight: 420;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #7C7C7C;
}

.price-stars span.price {
    
     /* Safari */
     /* Safari 6.1+ */
}

.price del+ins {
    margin-left: 0 !important;
}

.product-price-container .price del {
    margin-left: 0;
}

.price del span.amount {
    font-family: Adobe Caslon Pro;
    font-size: 17px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-align: left;
}

footer#footer {background: #FAFAFA;}

.product-price-container span.amount {
    font-family: Adobe Caslon Pro;
    font-size: 24px !important;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-align: left;
}

.price-stars .price del+ins {
    margin-right: 8px;
}

.price-stars .del .amount {
    font-family: Adobe Caslon Pro;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-align: left;
}

.price-stars .price del {
    margin-right: 5px;
}

.from {
display: none;
}

.product-form__input.product-form__input--block, .product-form__input.product-form__input--block * {
    font-family: 'Brandon Grotesque' !important;
}
.product-form__input.product-form__input--block, .product-form__input.product-form__input--block *,
.product-form__input .form__label {
    font-family: 'Brandon Grotesque' !important;
}

.strech-bar__titles p {
    font-family: 'Brandon Grotesque' !important;
}
.add_to_cart_holder .single-add-to-cart-button *,
quick-view.product-card-quickview span {
    font-family: Brandon Grotesque !important;
    font-size: 16px !important;
    font-weight: 420 !important;
    line-height: 16px !important;
    letter-spacing: 0.1em !important;
    text-align: center;
}
.product-card .product-card-vendor a {
    color: #7C7C7C !important;
}

.product-card-vendor {
    margin-top: 10px;
}

.product-information--inner .price .amount {
    margin-left: 0px;
}

.scrolling-text--item span {
    font-family: Adobe Caslon Pro;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: left;
}

div#shopify-section-template--23253358608674__scrolling_text_H98VA7 {
    background: #f4f4f4;
}

.product-form__input .form__label {
    font-family: Brandon Grotesque!important;
}

.product-form__input .form__label__value {
    font-family: Adobe Caslon Pro !important;
}

.thb-product-detail .product-price-container .price {
    column-gap: 10px;
}

label[for^="Size-"].out-of-stock {
  opacity: 0.6;
  text-decoration: line-through;
}

[data-fit].active {
    /* pointer-events: none; */
    /* cursor: pointer; */
}

button#AddToCart {
    transition: none !important;
    background: #222222;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw {
    background-color: #fff !important;
    border: 2px solid #000;
    color: #000;
}

.shopify-payment-button__button:not(.shopify-payment-button__button--branded):after {
  background-color: #000000;
  color: #ffffff !important;
}
}

.button.outline:hover .single-add-to-cart-button--text, input[type=submit].outline:hover .single-add-to-cart-button--text {
 color: #000 !important;
}

.button.outline:before, input[type=submit].outline:before {
 background: #fff !important;
 color: #000;
}

.single-add-to-cart-button:disabled {
  opacity: 0.5;
}
  
}

h2.yotpo-headline {
    font-weight: 600;
    margin-bottom: 0px;
    font-family: Adobe Caslon Pro !important;
    text-transform: uppercase;
    font-size: 28px !important;
    font-weight: 400 !important;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: left;
}

.yotpo-review-border-smooth.yotpo-border-margin {
    display: none !important;
}

.yotpo-base-layout {
    width: 100% !important;
    padding: 0 !important;
}

button#yotpo-main-widget-btn {
    margin: 0 auto !important;
    font-family: Brandon Grotesque !important;
    line-height: 16px;
    letter-spacing: 0.1em !important;
    text-align: center;
}

.yotpo-title-text {
    font-family: Adobe Caslon Pro !important;
    font-size: 28px !important;
    font-weight: 420;
    text-transform: uppercase;
}




