/** Shopify CDN: Minification failed

Line 187:1 Unexpected "}"
Line 682:40 Expected ":"

**/
.product {
  margin: 0;
}
.product__media-item {
	padding: 0 !important;
}
.product slider-component .slider-buttons {
    position: relative;
    width: auto;
    opacity: 1;
    display: inline-block;
    top: 0;
    margin-top: 30px;
}
.product .slider-button.slider-button--prev {
    left: -50px;
}
.spr-summary-actions-newreview {
	font-weight: 500;
}
.product .slider-buttons--overlay .slider-counter {
    margin-right: 0;
    padding:0 5px 5px;
}
.product .slider-button.slider-button--next {
    top: 0;
    right: -50px;
}
.product slider-component .slider {
	padding-bottom: 0;
	border: 1px solid var(--color-base-border);
      margin-top: 30px;
}

.grid__item.product__media-wrapper {
	
    padding: 10px 10px 0 0;
	float: left;
	text-align: center;
}
.spr-container {
	border: none !important;
	padding: 0 !important;
}
#tab-1 p, #tab-1 ul {
    line-height:24px;
}
@media screen and (min-width: 990px) {
  .product .slider-buttons {
    display: none;
  }
}
.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}


.product-single__description {
	width: 100%;
	margin: 40px auto;
}
.tabs {
	float: left;
	width: 100%;
	list-style: none;
	overflow: hidden;
	position: relative;
	margin: 0;
	text-align: left;
}

.tabs li {
	display: block;
	position: relative;
	margin-right: 10px;
}
.tabs li a.active::before, .title::before{
  content:none;
}
@media screen and (min-width: 480px) {
  .tabs li {
    display: inline-block;
  }
  .tabs li:first-child{
    padding-inline-start:0;
  }
 
  .tabs li:last-child::after {
     display:none;
  }
}

.tabs li a.active {
	color: var(--color-base-background-1);
	background-color: var(--color-base-button-background-hover);
}
.tabs li a {
	display: block;
	padding: 10px 45px;
	font-weight: 500;
	text-align: center;
	border-bottom: none;
	font-size: 16px;
	text-transform: uppercase;
	color: var(--color-base-button-background-hover);
	background-color: #e8e8e8;
}
.product-description .tab-container {
	display: inline-block;
	vertical-align: top;
	padding:30px;
	border: 1px solid var(--color-base-border);
	background: #fff;
	width: 100%;
}
.product .price-product {
	border-bottom: 1px solid var(--color-base-border);
	padding: 0 0 20px;
	/* margin: 0; */
}
.product__info-wrapper {
  padding-bottom: 0;
}
.product__info-wrapper.grid__item{
   width:100%
}
@media screen and (max-width: 749px) {
  .product-section {
    margin-top: 0;
  }
}

@media screen and (min-width: 750px) {
  .product__info-container--sticky {
    position: sticky;
    top: 3rem;
    z-index: 2;
    display: inline-block;
	vertical-align: top;
  }
  .product__media-container .slider-buttons {
    display: none;
  }
  .grid__item.product__media-wrapper {
	width: 50%;
  }
}

@media screen and (min-width: 990px) {
  .product__info-wrapper {
     padding-left: 3rem;
  }
  .product__media-wrapper {
 	 padding-left: 0;
  }
  .product:not(.product--no-media) .product__info-wrapper {
    max-width: 50%;
    width: calc(50% - 1rem / 2);
  }
}

/* Dynamic checkout */

.shopify-payment-button__button {
  border-radius: 0;
  min-height: 4rem;
  overflow: hidden;
  padding: 8px 10px;
}

.shopify-payment-button__button--unbranded {
	background-color: var(--color-base-button-background-hover);
	box-shadow: none;
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: .07rem;
	min-height: 4.2rem;
	border: 1px solid var(--color-base-border);
	color: var(--color-base-background-1);
}}
.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
 background-color: var(--color-base-button-background-hover);
color: var(--color-base-background-1);

}

.shopify-payment-button__button--unbranded:focus {
  outline: 0.3rem solid var(--color-foreground);
  outline-offset: 0.3rem;
}

.shopify-payment-button__button--unbranded:focus-visible {
  outline: 0.3rem solid var(--color-foreground);
  outline-offset: 0.3rem;
}

.shopify-payment-button__button--unbranded:focus:not(:focus-visible) {
  outline: 0;
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  display:none;
}

/* Product form */

.product-form {
  display: block;
}

/* Form Elements */
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem 0;
  max-width: 37rem;
  min-width: fit-content;
  border: none;
  display: flex;
  align-items: center;
}

variant-radios,
variant-selects {
  display: block;
}

.product-form__input--dropdown {
  margin-bottom: 0px;
  margin-top: 12px;
}

.product-form__input .form__label {
	padding-left: 0;
	margin-inline-end: 10px;
	margin-bottom: 0;
    min-width: 100px;
}

fieldset.product-form__input .form__label {
  margin-bottom: 0.2rem;
}

 .product-form__input input[type='radio'] {
     clip: rect(0, 0, 0, 0);
     overflow: hidden;
     position: absolute;
     height: 1px;
     width: 1px;
     display: none
}

.product-form__input input[type='radio'] + label {
  border: 1px solid var(--color-base-border);
  background-color: var(--color-background);
  color: var(--color-foreground);
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
    border-radius: 4rem;
}

.product-form__input input[type='radio'] + label:hover {
  border: 1px solid var(--color-base-border);
}
.product-form__input input[type="radio"]:checked + label {
	color: var(--color-base-text);
	box-shadow: 0 0 0 1px #999;
	border: 1px solid #fff;
}
.product__info-wrapper .product-variant-Color .product-form__input label {
	font-size: 0;
	height: 30px;
	width: 30px;
	box-shadow: 0 0 0 1px transparent;
	margin-bottom: 0;
	padding: 0;
}
.product-form__input input[type='radio']:disabled + label {
  border-color: var(--color-foreground-10);
  color: var(--color-foreground-40);
  text-decoration: line-through;
}
.product-form__input input[type='radio']:focus-visible + label {
  box-shadow: 0 0 0 0.3rem var(--color-background),
    0 0 0 0.5rem var(--color-foreground-55);
}

/* Fallback */
.product-form__input input[type='radio']:focus + label {
  box-shadow: 0 0 0 0.3rem var(--color-background),
    0 0 0 0.5rem var(--color-foreground-55);
}

/* No outline when focus-visible is available in the browser */
.product-form__input input[type='radio']:focus:not(:focus-visible) + label {
  box-shadow: none;
}
#RecommendedProductDrop .product-form__buttons {
	column-count: inherit;
}
.product-form__input .select {
  max-width: 25rem;
}

.product-form__submit {
  margin-bottom: 1rem;
}
.product-form__buttons {
	column-count: 2;
}
.product-form__submit[disabled] + .shopify-payment-button {
  display: none;
}
.icon.icon-popup, .share-button__button .icon-share {
	margin-right: 1rem;
}
/* Overrides */
.shopify-payment-button__more-options {
  color: var(--color-foreground);
}

.shopify-payment-button__button {
  font-size: 14px;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

/* Product info */

.product__info-container > * + * {
	margin: 5px 0;
	width: 100%;
	float:left;
}
.product__info-container .product-form,
.product__info-container .product__description {
  margin: 20px 0;
}
.product__text {
  margin-bottom: 0;
}
.product-com-wish .cm-link {
	margin-inline-end: 15px;
	font-weight: 400;
    cursor:pointer
}
a.product__text {
  display: block;
  text-decoration: none;
  color: var(--color-foreground-75);
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
}

.product__title {
  word-break: break-word;
  margin-bottom: 1.5rem;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 0;
}
.price-product .badge {
	transform: none;
	left: auto;
	right: auto;
	position: relative;
	top: auto;
}
.price-product .price--on-sale .price__badge-sale {
	padding: 4px 10px;
}
.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 0;
}

.product__accordion .accordion__content {
  padding: 0 1rem;
}

.product .price {
  align-items: flex-start;
  position: relative;
}

.product .price--sold-out .price__badge-sold-out {
  background: transparent;
  color: var(--color-background);
  padding: 1rem 1.6rem 0 0.6rem;
  border: none;
}

.product .price--sold-out .price__badge-sale {
  display: none;
}


.product__description-title {
  font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text {
  text-align: center;
}

.product--no-media fieldset.product-form__input,
.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown,
.product--no-media .share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}

.product--no-media fieldset.product-form__input {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}

.product--no-media .product-popup-modal__button {
  padding-right: 0;
}

.product--no-media .price {
  justify-content: center;
}

.product--no-media .product__info-wrapper {
  padding-left: 0;
}

/* Product media */

@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: -2.5rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
  }

/*   .product__media-wrapper slider-component {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  } */

  .slider.product__media-list {
    padding-bottom: 0;
  }

  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }

  .product__media-list::-webkit-scrollbar-thumb {
    background-color: var(--color-foreground);
  }

  .product__media-list::-webkit-scrollbar-track {
    background-color: var(--color-foreground-20);
  }

 

  .product__media-list .product__media-item:first-of-type {
    padding-left: 1.5rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }

  .product__media-list .product__media-item {
    padding: 0 0 0.5rem;
    width: 100%;
  }
  .product__info-wrapper.grid__item {
	width: 50%;
	padding-left: 15px;
 }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon {
  background-color: var(--color-background);
  border-radius: 50%;
  border: 0.1rem solid var(--color-foreground-10);
  color: var(--color-foreground);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 1;
  transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
  opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid var(--color-foreground-10);
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }
}

.product__media-item > * {
  display: block;
  position: relative;
}

.product__media-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
}

.product-media-modal {
  background-color: var(--color-base-background-1);
  box-sizing: border-box;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  visibility: hidden;
  z-index: -1;
}

@media screen and (min-width: 750px) {
  .product-media-modal {
    padding: 0;
  }
}

.product-media-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-media-modal__content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: auto;
  width: 100%;
}

.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    height: 100vh;
  }

  .product-media-modal__content > *:not(.active) {
    display: block;
  }

  .product-media-modal__content {
    justify-content: flex-start;
    padding-bottom: 2rem;
  }

  .product-media-modal__content > *:first-child {
    margin-top: 2rem;
  }

  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product__media-list .deferred-media {
    display: block;
  }
}

.product-media-modal__content > * {
  height: auto;
  margin: auto;
  border: 1px solid var(--color-base-border);
}

.product-media-modal__content .media {
  background: none;
}

.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  background-color: var(--color-background);
  border: 0.1rem solid var(--color-foreground-10);
  border-radius: 50%;
  color: var(--color-foreground-55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
  background: var(--color-base-button-background-hover);
  border-radius: 0;
  fill: var(--color-base-background-1);d
}

.product-media-modal__content .deferred-media {
  width: 100%;
}

@media screen and (min-width: 750px) {

  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }

  .product-media-modal__toggle {
    right: 4.8rem;
    top: 3.5rem;
    
  }
}

@media screen and (min-width: 990px) {

  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }

  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }

  .product-media-modal__content > *:first-child {
    margin-top: 1.5rem;
  }

  .product-media-modal__toggle {
    right: 4.3rem;
    top: 3rem;
  }
}

.product-media-modal__toggle:hover {
  color: var(--color-foreground-75);
}

.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/* Product thumbnail */
.thumbnails {
  display: grid;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1rem;
}

@media screen and (min-width: 750px) {
  .thumbnails {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 990px) {
  .thumbnails {
    grid-template-columns: repeat(6, 1fr);
  }
}

.thumbnail {
  position: relative;
  display: block;
  width: 100%;
  color: var(--color-foreground);
  cursor: pointer;
  border: 0.2rem inset var(--color-background);
  border-style: solid;
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail.is-active {
  border: 0.2rem solid var(--color-foreground);
}

.thumbnail img {
  pointer-events: none;
}

.thumbnail .icon {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 2.4rem;
  height: 2.4rem;
  z-index: 2;
  pointer-events: none;
  fill: var(--color-background);
}

/* Product share */


.share-button {
	display: block;
	font-weight: 600;
	color: var(--color-base-text);
	width: auto;
	position: unset;
	margin: 8px 0 0;
}
.share-button details {
	float: left;
	width: 100%;
}
.share-button__button .icon-share, .icon.icon-popup {
  margin-right: 5px;
  height: 13px;
}

.share-button__fallback {
	border: .1rem solid var(--color-foreground-10);
	background: var(--color-background);
	position: absolute;
	z-index: 3;
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 10px 0;
}
.share-button__fallback .field__input {
	box-shadow: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-color: transparent;
	border: none;
}
@media screen and (max-width: 749px) {
  .share-button__fallback {
	width: auto;
	top: auto;
	left: auto;
	margin-top: 15px;
  }
}
.share-button__fallback .button {
	margin-top: 1rem;
	margin-top: 0;
	width: 45px;
	font-size: 0;
	height: 45px;
	min-width: 0;
	display: flex;
	flex-shrink: 0;
	color: #000;
	background: none;
}
.share-button__fallback .icon-clipboard {
  height: 1.4rem;
  width: 1.8rem;
}

.share-button__message:not(:empty) {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  margin-top: 0.5rem;
}

/* Product popup */

.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%;
  background: rgba(var(--color-base-text-rgb), 0.2);
  height: 100%;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-popup-modal__content {
  background-color: var(--color-base-background-1);
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }
}

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }
}

.product-popup-modal__opener {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: auto;
	margin: 40px 0 0;
}

.product-popup-modal__button {
	font-size: 14px;
	padding: 8px 15px;
	height: 4rem;
	text-underline-offset: 0.3rem;
	text-decoration-thickness: 0.1rem;
	transition: text-decoration-thickness var(--duration-short) ease;
	background-color: #e8e8e8;
	color: #222;
	text-transform: uppercase;
}

.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}

.product-popup-modal__content-info .h2 {
	margin: 20px 0;
	float: left;
	width: auto;
}

.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
}

.product-popup-modal__toggle {
  background-color:var(--color-base-button-background);
  border: 0.1rem solid var(--color-base-button-background);
  color:var(--color-base-background-1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
  float:right;
}

.product-popup-modal__toggle:hover {
  color: var(--color-foreground-75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
  fill: var(--color-base-background-1)
}
.product-com-wish {
	margin: 0;
	float: left;
	width: 100%;
}
.product__info-container .product__description {
	margin: 5px 0;
}
@media screen and (max-width: 479px) {
  .product-popup-modal__button{padding:0;}
  .product-com-wish .cm-link{display:block;}
  
}