/** Shopify CDN: Minification failed

Line 1135:196 Unexpected ";"

**/
.product {
  margin: 1rem 0 0;
}

@media screen and (min-width: 750px) {
  .product { 
    margin: 5rem 0 0; /* HARMLESS STUDIO added 8.7.23 */
}
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}

.product__media-wrapper {
  padding-left: 0;
}

.product__info-wrapper {
  padding-left: 0;
  padding-bottom: 0;
}

.product-section{
  position: relative;
}
.product-back{
  padding: 0.7rem 0 0 1.3rem;
  position: absolute;
  top: -1rem;
  left: 0;
  text-transform: uppercase;
  font-size: 1.3rem;
  color: rgb(var(--color-base-text));
  text-decoration: none;
  width: 9rem;
  height: 3.5rem;
  transition: all 0.5s;
  z-index: 2;
}
.product-back:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 5rem;
  height: 100%;
  background-color: #F7F6F2;
  z-index: 0;
}
.product-back:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #F7F6F2;
  transform: skew(-45deg);
  border-radius: 0 0 15%;
  z-index: 0;
}
.product-back > span{
  display: block;
  position: relative;
  z-index: 2;
}
.product-back svg{
  width: 0.5rem;
}
.product-back:hover:after,
.product-back:hover:before{
  background-color: rgb(var(--color-base-text));
}
.product-back:hover,
.product-back:hover svg{
  color: #FFF;
}
.product-back:hover svg path{
  fill: #FFF!important;
}
@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;
  }

  .product__info-wrapper {
    padding-left: 5rem;
  }

  .product__media-container .slider-buttons {
    display: none;
  }

  .product-back {
    top: -5rem;
  }
}

@media screen and (min-width: 990px) {
  .product:not(.product--no-media):not(.featured-product) .product__media-wrapper {
    max-width: 64%;
    width: calc(64% - 1rem / 2);
  }

  .product:not(.product--no-media):not(.featured-product) .product__info-wrapper {
    padding-left: 4rem;
    max-width: 36%;
    width: calc(36% - 1rem / 2);
  }

  .product__features h2{
    /* font-weight: 700; HARMLESS STUDIO removed 8.2.23 */
    padding-left: 1.5rem;
    margin-bottom: 2rem;
  }

  section.cd-product-description {
    margin-top: 4.5rem;
    padding-top: 7rem;
    padding-bottom: 7rem; /* HARMLESS STUDIO commented out 7.28.23 them re-activated 8.9.23 and changed to 7rem from 11.4rem */
  }
  section.cd-product-description .page-width{
    max-width: 130rem;
  }
}

/* Dynamic checkout */

.shopify-payment-button__button {
  border-radius: 0;
  font-family: inherit;
  min-height: 4.6rem;
  text-transform: uppercase;
  /* font-weight: 700; HARMLESS STUDIO removed 8.2.23 */
}

.shopify-payment-button__button [role="button"].focused,
.no-js .shopify-payment-button__button [role="button"]:focus {
  outline: .2rem solid rgba(var(--color-foreground),.5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important;
}

.shopify-payment-button__button [role="button"]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.shopify-payment-button__button [role="button"]:focus-visible {
  outline: .2rem solid rgba(var(--color-foreground),.5) !important;
  box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), var(--alpha-button-border));
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.075rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-transform: uppercase;
  font-weight: 600
}

.shopify-payment-button__button--hidden {
  display: none;
}

/* Product form */

.product-form {
  display: block;
}

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

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

.product-form__input--dropdown {
  margin-bottom: 1.6rem;
}

.product-form__input .form__label {
  padding-left: 0;
  /* font-weight: 700; HARMLESS STUDIO removed 8.2.23 */
  font-size: 1.6rem; /* HARMLESS STUDIO changed from 1.3 7.28.23 */
  letter-spacing: 0;
}
.product-form__input .form__label span{
  font-weight: 500;
}

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;
}

.product-form__input input[type='radio'] + label {
  border: 0.1rem solid rgba(var(--color-foreground), 1);
  border-radius: 4rem;
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 1rem 0.2rem 0;
  padding: 1rem 2.6rem 0.7em; /* Harmless Studio changed 6.26.23 from 1.4rem 2.6rem 0.7em; */
  font-size: 1.6rem; /* HARMLESS STUDIO changed from 1.3 7.28.23 */
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  text-transform: uppercase;
}

.product-form__input input[type='radio'] + label:hover {
  border: 0.1rem solid rgb(var(--color-foreground));
}

.product-form__input input[type='radio']:checked + label {
  background-color: rgb(var(--color-foreground));
  color: #FFF;
}
.product-form__input.variant-size,
.product-form__input.hide-color-swatch{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 42rem;
  min-width: unset;
}
.product-form__input.hide-color-swatch input[type='radio']:checked + label,
.product-form__input.variant-size input[type='radio']:checked + label,
div[option-name="Size"] .swatch-selected.star-btn-border-2{
  background: url("circle.svg?1") no-repeat 0 0 transparent!important;
}
div[option-name="Size"] div.swatch-selected.star-btn-border-2{
  background: url("circle.svg?1") no-repeat 0 5px transparent!important;
}
#vsk .swatches.hover-enabled div[option-name="Size"] li.swatch-view-item:hover .swatch-selector.star-set-btn,
#vsk .swatches.hover-enabled div[option-name="Size"] li.swatch-view-item:active .swatch-selector.star-set-btn{
  background-color: transparent!important;
  color: rgb(var(--color-base-text))!important;
}
.product-form__input.variant-size input[type='radio'] + label,
div[option-name="Size"] .star-btn-border-2,
.product-form__input.hide-color-swatch input[type='radio'] + label{
  /* 
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.16rem; */
  border: none!important;
  color: rgb(var(--color-base-text))!important;
  /*width: 4.3rem;*/
  /*height: 3.6rem;*/
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.product-form__input.hide-color-swatch input[type='radio'] + label{
  padding: 2rem 1.5rem;
}
.product-form__input input[type='radio']:disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.4);
  text-decoration: line-through;
}
.product-form__input input[type='radio']:focus-visible + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}
.cd-image-swatch{
 display: flex;
}
.cd-image-swatch.product-form__input input[type='radio'] + label{
  color: #FFF;
  width: 64px;
  height: 64px;
  padding: 0;
  background: transparent;
  overflow: hidden;
  border: 0.1rem solid rgba(var(--color-foreground), 0);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cd-image-swatch.product-form__input input[type='radio'] + label:hover,
.cd-image-swatch.product-form__input input[type='radio']:checked + label{
  border: 0.1rem solid rgba(var(--color-foreground), 1);
}
.cd-image-swatch.product-form__input input[type='radio']:disabled + label{
  border: 0.1rem solid red;
}
.cd-image-swatch.product-form__input input[type='radio'] + label div{
  width: 60px;
  display: block;
  height: 60px;
  background-position: center;
  border: 5px solid #FFF;
  border-radius: 50%;
}
/* Fallback */
.product-form__input input[type='radio'].focused + label,
.no-js .shopify-payment-button__button [role="button"]:focus + label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* No outline when focus-visible is available in the browser */
.no-js .product-form__input input[type='radio']:focus:not(:focus-visible) + label {
  box-shadow: none;
}


/* START Harmless Studio 7.31.23 */

.product-form__input.variant-size input[type='radio'] + label:hover {
  color: rgb(var(--color-base-background-1)) !important;
}

@media (hover: none) { /* HARMLESS STUDIO added 8.10.23 to turn off hover on touch devices so that tapping didn't enable */
  .product-form__input.variant-size input[type='radio'] + label:hover { 
    color: inherit !important; 
  }
}

/* STOP Harmless Studio 7.31.23 */

.product-form__input .select {
  max-width: 25rem;
}

.product-form__submit {
  margin-bottom: 1rem;
  background-color: rgb( var(--color-base-background-1) );
  font-size: 2rem; /* HARMLESS STUDIO changed from 1.4 7.28.23 then from 1.6 to 2 8.10.23 */
}

.kqsiVA9Jf8LJAbxw8Bau * {
  font-size: 2rem !important; /* HARMLESS STUDIO added 7.28.23 */
  border-radius: 3px !important; /* HARMLESS STUDIO added 7.28.23 */
}

.shopify-payment-button {
  display: none !important; /* HARMLESS STUDIO added 7.28.23 */
} 

.no-js .product-form__submit.button--secondary {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
}

.product-form__submit[disabled] + .shopify-payment-button {
  display: none;
}

/* Overrides */
.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

/* Product info */

/* .product__info-container > * + * {
  margin: 0 0 3rem;
} HARMLESS STUDIO commented out 7.28.23 */

.product__info-container .product-form,
.product__info-container .product__description {
  margin: 2.5rem 0;
}
.product__info-container .product__description:empty{
  display: none;
}
.product__text {
  margin-bottom: 0;
}

a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

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

.product__title {
  word-break: break-word;
  margin-bottom: 1.5rem;
  /* font-weight: 700; HARMLESS STUDIO removed 8.2.23 */
  font-size: 2rem;
  letter-spacing: 0;
  font-family: inherit; /* HARMLESS STUDIO 6.20.23 */
  font-style: normal;
  /* font-weight: 700; HARMLESS STUDIO removed 8.2.23 */
  text-transform: uppercase;
}

.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;
  justify-content: flex-start;
  font-size: 1.9rem;
  /*font-weight: 600; Harmless Studio commented out 6.26.23 */
}
.product .price--large{
  letter-spacing: 0;
}

.product .price--on-sale dl {
  margin-bottom: 0.5rem;
}

.product .price--sold-out .price__badge-sold-out {
/*   background: transparent; */
  color: rgb(var(--color-background));
  /* padding: 1rem 1.6rem 1rem 0.6rem; HARMLESS STUDIO commented out 6.28.23 */
  border: none;
}

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

@media screen and (min-width: 750px) {
  .product__title {
    font-size: 3rem;
  }
  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.6rem;
  }

  .product__info-container > *:first-child {
    margin-top: 0;
  }
}

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

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

.product--no-media noscript .product-form__input,
.product--no-media .share-button {
  max-width: 100%;
}

.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,
.product--no-media .product__view-details,
.product--no-media .store-availability-container,
.product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form > .form {
  max-width: 30rem;
  width: 100%;
}

.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;
}

/* cd-price-reviews */ /* HARMLESS STUDIO edited 6.21.23 */
.cd-price-reviews{
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  padding: 15px 0px 15px 6px;
  /*border-style: solid;*/ 
  /*border-width: 3px;*/
  /*border-color: transparent;*/
  /*border-image: url(./border.svg) 50 round;*/
  margin: 2rem 0 3rem;
  position: relative;
}

.cd-price-reviews * { /* Harmless Studio added 6.26.23 */
  font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .04rem;
  font-family: var(--font-body-family) !important;
}

/* START HARMLESS STUDIO aded 8.7.23 */

.cd-price-reviews .price .badge  {
  margin-top: -2rem !important
}

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

.cd-price-reviews .price .badge {
    margin-top: -1.5rem !important;
}
}

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

.cd-price-reviews .price .badge {
    margin-top: -1.1rem !important;
}
}


.cd-price-reviews * {
  text-underline-offset: 0.3rem !important;
}

/* END HARMLESS STUDIO aded 8.7.23 */

#product-form-installment * { /* Harmless Studio added 6.26.23 to make Shop Pay logo black and white */
    filter: brightness(0) !important;
  /*text-decoration: none !important;*/
} 

  .cd-price-reviews > div:first-child{
  	width: 60%
  }
  .cd-price-reviews .cd-reviews{
    text-align: right;
    width: 40%;
  }
.cd-price-reviews:before,
.cd-price-reviews:after{
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('./border.svg') repeat-x center;
}

.cd-price-reviews:after {
  bottom: 0;
  top: unset;
}

  /* Stars */
span.stamped-badge-starrating{
  /* margin-right: 15px!important; HARMLESS STUDIO commented out 6.28.23 */
}
.stamped-product-reviews-badge{
  display: grid;
  justify-content: flex-end;
  align-items: center;
}
.stamped-badge-caption{
  font-size: 1.6rem; /* HARMLESS STUDIO changed from 1.2 6.28.23 */
  text-transform: capitalize;
  letter-spacing: 0.06rem;
  display: block /* HARMLESS STUDIO added 6.28.23 */
}

.stamped-fa-star,
.stamped-fa-star-o{
 width:1.5rem;
  height: 2rem;
  /*background: url(./star-active.svg) no-repeat;*/
}
.stamped-fa-star-o{
  /*background: url(./star.svg) no-repeat;*/
}
.stamped-fa-star:before,
.stamped-fa-star-o:before{
  /*display: none;*/
}
.stamped-fa{
  margin-left: 0.3rem;
}
a.stamped-fa.stamped-fa-star-o.fa-star-checked:before {
  width: 1.5rem;
  height: 2rem;
  display: block;
  content: ''!important;
}

  .stamped-pagination a{
    color: rgb(var(--color-foreground));
  }
/* 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.slider--mobile.product__media-list {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
  }

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

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

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

  .product__media-list .product__media-item {
    width: calc(100% - 3rem);
  }

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

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

  .product-media-modal__content > .product__media-item--variant.product__media-item--variant {
    display: none;
  }

  .product-media-modal__content > .product__media-item--variant:first-child {
    display: block;
  }
}

.product__media-item--variant {
  display: none;
}

.product__media-item--variant:first-child {
  display: block;
}

@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__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(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 rgba(var(--color-foreground), 0.1);
}

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

@media screen and (min-width: 990px) {
  .product__modal-opener .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }

  div.cd-prdouct-description-container{
    flex-direction: row;
  }
  .cd-prdouct-description-left{
    width: 52%;
    margin-right: 15rem;
    /* padding-top: 2rem; HARMLESS STUDIO commented out 7.28.23 */
    padding-bottom: 5rem;
  }
}

.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: 2;
  height: 100%;
  width: 100%;
}

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

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

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}

.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

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

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding-bottom: 2rem;
  }

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

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

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

.product__media-list .deferred-media,
.product__media-list .product__modal-opener {
  border: 0.1rem solid rgba(var(--color-foreground), 0.04);
}

.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
  border: 0.1rem solid rgba(var(--color-foreground), 0.04);
}

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

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

.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.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;
}

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

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

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

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

  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

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

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

  .product-media-modal__toggle {
    right: 5rem;
  }

}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

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

/* 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-foreground), 0.2);
  height: 100%;
}

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

.product-popup-modal__content {
  background-color: rgb(var(--color-background));
  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;
}
.product-slider__nav{
  /*padding: 0 2.5rem;*/
}
@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }
  .product-slider__nav{
    /*padding: 0;*/
  }
}

.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;
  }
  button.slick-prev{
    left: 0;
  }
  button.slick-next{
    right: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
}

.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

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

.product-popup-modal__content-info {
  padding-right: 4.4rem;
}

.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: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  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;
}

.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}
.cd-product-description{
  background: rgb(var(--color-base-background-2)) /*#FCFBF7 url("rough-bg.jpg?1") HARMLESS STUDIO commented out 7.27.23*/ repeat-y top center;
  background-size: 100% auto;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 5rem; /* HARMLESS STUDIO commented out 7.28.23 and re-actived 8.9.23 */
  position: relative;
  overflow: hidden;
}
/*.cd-product-description:before{
  content: '';
  display: block;
  width: 100%;
  height: 7px; 
  background: rgb(var(--color-base-background-2)) HARMLESS STUDIO COMMENTED OUT 7.27.23*/ /*#fff url("rough-edge.png") HARMLESS STUDIO commented out 7.27.23 adding new color */ repeat-x top center;
  /*background-size: 100% auto;*/
  /* position: absolute;
  top: 0; HARMLESS STUDIO COMMENTED OUT 7.27.23*/
}
/* .cd-product-description:after{
  content: '';
  display: block;
  width: 100%;
  height: 120px; 
  background: rgb(var(--color-base-background-2)) HARMLESS STUDIO COMMENTED OUT 7.27.23*/ /*url(rough-edge2.png) HARMLESS STUDIO commented out 7.27.23 adding new color */ repeat-x center center;
  /* position: absolute;
  top: -52px;
  max-width: 1920px;
  margin: auto;
  left: 0;
  right: 0; HARMLESS STUDIO COMMENTED OUT 7.27.23*/
}
.rough-border-end{
  width: 100%;
  height: 58px;
  background: url(rough-edge.png) repeat-x 0 0;
  position: absolute;
  bottom: -21px;
  display: none !important; /* HARMLESS STUDIO added 7.28.23 */
} 
.cd-prdouct-description-container{
  display: flex;
  flex-direction: column;
}
/* .cd-prdouct-description-left{
  padding-top: 2rem;
} HARMLESS STUDIO commented out 7.28.23 */
.cd-prdouct-description-right{
  width: 30%;
  padding-bottom: 4rem !important; /* HARMLESS STUDIO added 7.27.23 */
}
.product__features {
  font-size: 1.5rem;
  line-height: 1.7rem;
}
.product__features ul{
  margin-bottom: 3rem;
}
.product__features li{
  margin-bottom: 1.5rem;
}
.product__features h2{
  
  font-size: 2.4rem;
  /* letter-spacing: -0.11rem; */
  margin-top: 0;
  margin-bottom: 0;
}
.icon-ruler svg{
  width: 2.8rem;
  height: 2.8rem;
  display: none /* HARMLESS STUDIO added 7.27.23 */
}
.icon-instructions svg{
  width: 2.4rem;
  height: 2.9rem;
  display: none /* HARMLESS STUDIO added 7.27.23 */
}
.icon-container{
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  margin-bottom: 2rem; /* HARMLESS STUDIO changed from 4 7.27.23 */
  text-decoration: underline; /* HARMLESS STUDIO changed from non 7.27.23 */
}
/* .icon-container span{
  background: url(a-border.svg) no-repeat bottom left;
  background-size: 190px 3px;
} HARMLESS STUDIO commented out 7.27.23*/
.icon-container svg{
  margin-right: 2rem;
}
.product__full_size_image img{
  width: 100%;
}

#stamped-main-widget div.stamped-container[data-widget-style],
#stamped-main-widget div[data-widget-style] div.stamped-container{
  max-width: 80rem;
  padding: 0 5rem;
}
.stamped-review-header-title{ /* HARMLESS STUDIO added important and removed div from selector 7.31.23 */
  font-weight: 400 !important;  
  margin: 2rem 0 !important;
  font-size: 3rem !important;
    line-height: 3.8rem !important; /* HARMLESS STUDIO added 8.7.23 */
}

#stamped-main-widget .stamped-review-header .created,
#stamped-main-widget .stamped-review-header-byline .created{
  font-size: 2rem;
  color: rgb(var(--color-base-text));
}
#stamped-main-widget .stamped-review-avatar,
#stamped-main-widget .stamped-review-footer,
#stamped-main-widget #stamped-reviews-filter,
#stamped-main-widget .stamped-review .review-location{
  display: none!important;
}

#stamped-main-widget .stamped-review-content-body{
  font-size: 1.5rem;
  line-height: 2.5rem;
}
#stamped-main-widget .stamped-review {
  margin-bottom: 50px;
  padding-top: 50px;
}

@media screen and (min-width: 750px) {
  .stamped-review-header-title{
    font-size: 3rem !important; /* HARMLESS STUDIO removed div from selector 7.31.23 them changed from 4 to 3 8.7.23 */;
  }
}

.product-gallery__image img{
  cursor: zoom-in;
}
.product-lightbox{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 40px 20px;
  background: #FFF;
  overflow: scroll;
  height: 100vh;
  width: 100%;
  cursor: zoom-out;
}
.product-lightbox .close{
  position: fixed;
  top: 20px;
  right: 20px;
}

.product-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 0 10px;
}
.product-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* HARMLESS STUDIO added 7.28.23 below */

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

.cd-prdouct-description-left {
  padding: 0 0 3rem;
}

.cd-prdouct-description-right {
    width: 100%;
    padding-bottom: 0 !important;
}
  
}
