/** Shopify CDN: Minification failed

Line 1157:2 Expected identifier but found bad string token
Line 1157:30 Unterminated string token
Line 1158:23 Unterminated string token
Line 1159:18 Unterminated string token
Line 1160:35 Unterminated string token
Line 1161:33 Unterminated string token
Line 1162:20 Unterminated string token
Line 1163:31 Unterminated string token

**/


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ============================================================
   Product page styles
   Covers: snip-product-*.liquid snippets, product gallery,
   thumbnails, complementary products, product blocks, and
   product page layout.

   Loaded by: main-product.liquid, featured-product.liquid
   ============================================================ */

/* Custom Thumbnail Slider */
body .focus-visible,
.product-video .plyr:focus,
.plyr__video-wrapper.plyr__tab-focus:focus {
  outline: var(--keyboard-focus-color) var(--keyboard-focus-border-style) calc(var(--keyboard-focus-border-weight) * 1px) !important;
  outline-offset: calc(var(--keyboard-focus-border-weight) * -1px) !important;
}

.vertical-carousel .thumb-slider-wrapper {
  overflow: hidden;
}

#thumb-slider-wrapper .product-single__thumbnails-item {
  position: relative;
  display: block;
  width: 100%;
}

.thumb-slider-slides {
  position: relative;
  top: 0;
  left: 0;
  list-style: none;
}

.thumb-slider-slides li {
  margin-bottom: 5px;
}

/* vertical thumbnail slider */
.thumb-slider.thumbnail-slider.custom.vertical-carousel {
  margin: 0 auto;
  text-align: center;
}

/* horizontal thumbnail slider */
.horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item {
  max-width: unset;
  height: unset;
  margin: 5px;
  padding: 0;
  width: 20%;
}

.horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item.thumb__first {
  margin-left: 0;
}

.horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item.thumb__last {
  margin-right: 0;
}

.horizontal-carousel.flickity-slider--false #thumb-slider-wrapper .product-single__thumbnails-item {
  float: left;
}

.horizontal-carousel.flickity-slider--false #thumb-slider-wrapper .product-single__thumbnails-item {
  width: 110px;
}







.product-single__thumbnails-item:focus img {
  opacity: 1 !important;
}

/* Product media styles */
.product-thumbnail {
  position: relative;
  z-index: 1;
}

.thumbnail-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  width: 25%;
  line-height: 0;
}

.thumbnail-icon svg, .product-main-image svg {
  height: 100%;
  width: 100%;
  background: var(--background) !important;
  color: var(--text-color) !important;
}

.thumbnail-icon svg {
  fill-opacity: 0.6;
}

.thumbnail-icon svg:hover {
  fill-opacity: 0.85;
}

.product-main-image svg {
  fill-opacity: 1;
}
.product-media-container {
  position: relative;
}
.product-video,
.product-media-container,
.plyr--video {
  outline: none;
}
.plyr video,
.plyr__video-wrapper,
.plyr__poster {
  background-color: var(--background);
}
.product-video > video {
  width: 100%;
}

.product-model {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-model model-viewer,
.product-model .shopify-model-viewer-ui,
.product-model .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.product-model model-viewer,
.product-model .shopify-model-viewer-ui,
.product-model .media-item
{
  height: 100%;
}

button.media-button.view-in-space {
  background: transparent;
  width: initial !important;
  text-align: center;
  width: 60px;
  max-width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0 auto;
  display: inherit;
  z-index: 2;
  position: relative;
}

button.media-button.view-in-space[data-shopify-xr-hidden] {
    visibility: hidden;
}

.product-video button {
  width: initial;
  width: 62px;
  height: 62px;
  padding: 0;
  margin-bottom: 0;
}

.plyr--video .plyr__control:not(.plyr__control--overlaid).plyr__tab-focus svg, .plyr--video .plyr__control:not(.plyr__control--overlaid):hover svg, .plyr--video .plyr__control:not(.plyr__control--overlaid)[aria-expanded=true] svg,
.plyr--audio .plyr__control.plyr__tab-focus svg,
.plyr--audio .plyr__control:hover svg,
.plyr--audio .plyr__control[aria-expanded=true] svg {
  stroke: none !important;
}

.product-video .plyr button svg {
    border: 0 !important;
}

button[hidden] {
  visibility: hidden;
}
.product-single__view-in-space {
  background-color: var(--dotted-color);
  border: none;
  width: 100%;
  min-height: unset;
  display: block;
  font-size: 14px;
  color: var(--text-color);
  z-index: 1;
  position: relative;
  height: 54px;
  line-height: 54px;
  margin-top: 10px;
}
.product-single__view-in-space:hover svg .hover-fill {
  fill: var(--button-text-hover);
}
.product-video.videoWrapper.product-single__media {
  display: inline-block;
  height: 301px;
}
 .product-single__view-in-space[data-shopify-xr-hidden] {
	 visibility: hidden;
}
 .product-single__view-in-space:hover .product-single__view-in-space-text, .product-single__view-in-space:focus .product-single__view-in-space-text {
	 border-bottom-color: var(--button-text);
}

 .product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
	 stroke: none;
}
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
  fill: var(--text-color);
  opacity: 1;
}
.product-single__view-in-space-text {
  border-bottom: 1px solid transparent;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.product-single__view-in-space svg {
  margin-right: 2.43px;
  fill: transparent;
  display: inline-block;
  width: 24px !important;
  height: 24px !important;
  vertical-align: middle;
}
.product-single__view-in-space svg rect {
  fill: transparent !important;
}
.product-single__view-in-space:hover #three-d-icon path,
.product-single__view-in-space:focus #three-d-icon path {
  fill: var(--button-text);
}
.product-model model-viewer, .product-model .shopify-model-viewer-ui, .product-model .media-item {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  max-width: 100%;
}

/* custom flickity styles */
/* custom flickity styles */
.product__section-images .carousel-container {
  display: flex;
}

.product__gallery--container {
    display: flex;
    width: 100%;
}

.thumb-slider.vertical-carousel {
    order: -1;
    flex: 0 0 100px;
    position: relative;
    max-width: 100px;
}

.thumb-slider.vertical-carousel[data-thumbnail-position="right"] {
  order: 1;
}

.thumb-slider.horizontal-carousel {
  flex: 1 1 auto;
  position: relative;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
}

div#slider {
    flex: 1 1 auto;
    position: relative;
}

.thumb-slider.vertical-carousel .thumb-slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

div#thumb-slider-wrapper::-webkit-scrollbar {
  display: none;
}

.product__section-images .carousel {
  flex-grow: 1;
  list-style-type: none;
}

.product__section-images .carousel-cell {
  width: 100%;
  outline: none !important;
}

.product__section-images .vertical-carousel .carousel-nav {
  box-sizing: content-box; /* So the width will be 100% + 17px */
  padding: calc(var(--keyboard-focus-border-weight) * 1px) 5px calc(var(--keyboard-focus-border-weight) * 1px) calc(var(--keyboard-focus-border-weight) * 1px);
}

div#thumbnails.thumb-slider[data-thumbnail-position="right"] .carousel-nav {
  padding: calc(var(--keyboard-focus-border-weight) * 1px) calc(var(--keyboard-focus-border-weight) * 1px) calc(var(--keyboard-focus-border-weight) * 1px) 5px;
}

div#thumb-slider-wrapper.js-thumb-horizontal-wrapper .carousel-nav {
  margin-top: 5px;
}

div#thumb-slider-wrapper.js-thumb-horizontal-wrapper .carousel-nav.js-thumb-carousel-nav.no_carousel {
    display: flex;
    flex-direction: row;
}

.product__section-images .carousel-nav .carousel-cell {
  margin: 0 0 5px 0;
  cursor: pointer;
}

.product__section-images .carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.product__section-images li.carousel-cell.is-selected { z-index: 99; }

.product__section-images .flickity-prev-next-button {
  background-color: var(--background);
  opacity: 1;
}

.product__section-images .flickity-prev-next-button:hover {
  background-color: var(--background);
  opacity: 1;
}

.product__section-images .flickity-button:hover .flickity-button-icon {
  fill: var(--text-color);
}

.product__section-images .flickity-button:focus {
  outline: none;
}

.product__section-images .image-slide.carousel-cell.is-selected {
  z-index: 1;
}

.product__section-images .plyr__control--overlaid svg {
  margin-left: 5px;
}

.product__section-images .zoom_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: var(--background);
  opacity: 1;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.product__section-images button.zoom_btn {
  padding: initial;
  letter-spacing: initial;
  margin-bottom: unset;
  transition: unset;
  font-weight: unset;
  line-height: unset;
}

.product__section-images .zoom_btn:hover {
  background-color: var(--background);
  opacity: 1;
}

.product__section-images .zoom_btn svg {
  height: 12px;
  fill: var(--text-color);
}

#slider.thumbs_bottom .flickity-prev-next-button {
  top: 50%;
}
#slider.thumbs_bottom .flickity-prev-next-button.previous {
  left: -25px;
}
#slider.thumbs_bottom .flickity-prev-next-button.next {
  right: -25px;
}

/* adjust arrow position on mobile to prevent horiz. scroll */
@media (max-width: 740px) {
  #slider.thumbs_bottom .flickity-prev-next-button.next {
    right: 5px !important;
  }
  #slider.thumbs_bottom .flickity-prev-next-button.previous {
    left: 5px !important;
  }
}

@keyframes slidefadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes slidefadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

#slider .carousel-cell {
  opacity: 0 !important;
}
#slider .carousel-cell:not(.is-selected){
  animation: slidefadeOut ease 0.2s;
}
#slider .carousel-cell.is-selected,
#slider.single-media .carousel-cell {
  z-index: 99;
  opacity: 1 !important;
  animation: slidefadeIn ease 0.2s;
}
#slider .flickity-enabled:focus {
  outline: 0 !important;
}
#slider .flickity-slider {
  top: 0 !important;
  height: auto !important;
}
#slider .flickity-viewport {
  height: 100%;
}

button.flickity-button:disabled {
  display: none;
}
.thumbnail-slider  .product-single__thumbnails-item:hover,
.product-single__thumbnails-item.active-slide,
.product-single__thumbnails-item.is-nav-selected {
  outline: 1px solid var(--thumbnail-slider-outline-color);
  outline-offset: -1px;
  cursor: pointer;
}
.product-single__thumbnails-item:focus,
.product-single__thumbnail--product-template:focus {
  outline: var(--keyboard-focus-color) var(--keyboard-focus-border-style) calc(var(--keyboard-focus-border-weight) * 1px) !important;
  outline-offset: calc(var(--keyboard-focus-border-weight) * -1px) !important;
}
.product-single__thumbnails-item.active-slide img,
.product-single__thumbnails-item.is-nav-selected img,
.thumbnail-slider  .product-single__thumbnails-item:hover img,
.product-single__thumbnail--product-template:focus img {
  opacity: 1.0 !important;
}
:focus, .focus-visible {
  outline: var(--keyboard-focus-color) var(--keyboard-focus-border-style) calc(var(--keyboard-focus-border-weight) * 1px) !important;
  outline-offset: calc(var(--keyboard-focus-border-weight) * -1px) !important;
}
.image-thumbnail.product-single__thumbnails-item.carousel-cell.js-thumb-item.is-nav-selected.active-slide {
    outline: 1px solid var(--dotted-color) !important;
    outline-offset: 0px;
}


/* New Product Image Gallery */
@media screen and (min-width: 980px) {
  .product-image-container.show-all {
    overflow: initial !important;
    height: initial !important;
  }

  .product-image-container.show-all .product-main-image {
    position: relative !important;
    top: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .product__section-image--scroll_small .product-image-container,
  .product__section-image--scroll_full .product-image-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }
  .product__section-image--scroll_small .product-image-container li {
      flex: 1 0 calc(50% - 10px);
  }
  .product__section-image--scroll_small .product-image-container li:first-child {
    flex: 1 1 100%;
  }
  .product__section-image--scroll_full .product-image-container li {
    flex: 1 1 calc(100% - 10px);
  }
}
/* ---- Complementary products ---- */

.complementary__products .js-carousel .product-index {
  padding: 0 20px 0 0;
}

.complementary__products .product-add {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.complementary__products h4 {
  margin-bottom: 10px;
}

/* ---- No carousel ---- */
.complementary__product--loop.no--carousel {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  justify-content: flex-start;
}

.complementary__product--loop.no--carousel .product-index {
  flex: 0 0 calc(35% - 7.5px)
}

@media screen and (max-width: 740px) {
  .complementary__product--loop.no--carousel .product-index {
      flex: 0 0 calc(50% - 7.5px);
  }
}

/* ---- Has carousel ---- */

@media screen and (min-width: 741px) {
  .complementary__products .js-carousel .product-index {
    width: calc((100%/2) + 20px);
  }
}

@media screen and (max-width: 740px) {
  .complementary__products .js-carousel .product-index {
    width: calc((100%/2) + 10px);
    padding: 0 10px 0 0;
  }
}

.complementary__products .product-index .quick-add-to-cart {
  margin-top: 10px;
}

.complementary__products .product-add {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ---- simple layout ---- */

.complementary__products.layout--simple .product-index {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid var(--dotted-color);
  padding: 10px;
  margin: 0 10px 0 0;
  flex-wrap: wrap;
  width: calc(100% - 50px);
  background: var(--background);
}

@media screen and (max-width: 740px) {
  .complementary__products.layout--simple .product-index {
    width: 100%;
  }
}

.complementary__products.layout--simple .product-index .prod-container {
  flex: 0 0 30%;
}
.complementary__products.layout--simple .product-index .product-info {
  flex: 0 0 calc(70% - 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 20px;
}

.complementary__products.layout--simple .product-index .product-info input.product__add-button,
.complementary__products.layout--simple .product-index .product-info button.js-quickview-trigger {
  height: 40px !important;
  display: flex;
  align-items: center;
  margin: 0;
  line-height: unset;
  padding: 0 15px;
  font-size: 13px;
}

.complementary__products.layout--simple button.flickity-button.flickity-prev-next-button.previous {
  top: 25px;
  right: 95px;
  left: unset;
}

.complementary__products.layout--simple button.flickity-button.flickity-prev-next-button.next {
  top: 25px;
  right: 60px;
}

.complementary__products.layout--simple button.flickity-button.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border: 1px solid var(--dotted-color);
}

@media screen and (max-width: 740px) {
  .complementary__products.layout--simple button.flickity-button.flickity-prev-next-button {
      top: 0px !important;
  }

  .complementary__products.layout--simple button.flickity-button.flickity-prev-next-button.next {
      right: 10px;
  }

  button.flickity-button.flickity-prev-next-button.previous {
      right: 45px !important;
  }
}

/* ---- Product page ---- */

@media screen and (min-width: 741px) {
  .product .page-wrap {
    overflow: initial;
  }
}

.product__policies.rte {
  margin-top: 10px;
}

.product__decription-container a,
.rte a {
  text-decoration: underline;
}

.product__nav {
  float: right;
}

.product__nav a {
  color: var(--text-color);
  text-align: center;
  display: inline-block;
  padding: 2px 8px;
  transition: all .25s ease-in-out;
  cursor: pointer;
}

.product__nav a:hover svg .hover-fill {
  fill: var(--text-color);
}

/* ---- Global for product block containers ---- */
.product__section--element {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  float: left;
  clear: both;
}

.product__section--element label {
  font-family: var(--main-family);
  font-style: var(--main-style);
  font-weight: 500;
  font-size: var(--font-size);
  margin-bottom: 0;
}

/* ---- Product accordion ---- */
 .product__section--accordion.product__section--element:has(~.product__section--accordion.product__section--element) {
    margin-bottom: 0;
  }

/* ----- Product header ---- */
.product__section--header.product__section--element {
  margin-bottom: 10px;
}

.product__section-title {
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  text-align: left !important;
}

.product__price-container {
  font-size: var(--h4-size);
}

/* ----- Line item property ---- */
.product__section--element p.line-item-property__field,
.product__section--element p.line-item-property__field input,
.product__section--element p.line-item-property__field textarea {
    margin-bottom: 5px;
}

.product__section--element p.line-item-property__field input[type="file"] + label {
  transform: scale(0.8) translateY(calc(-25px - 0.25em)) translateX(10px);
}

small.property--required {
    position: absolute;
    right: 5px;
    top: -12px;
    padding: 0 5px;
    background: var(--background);
}

/* ---- Product quantity ---- */

.product__section--qty {
  display: flex;
  flex-direction: row;
}

.product__section--qty label {
  line-height: 50px;
  min-width: 60px;
}

.product__quantity--wrapper {
    border: 1px solid var(--dotted-color);
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
    margin-left: 10px;
}

.product__quantity--wrapper input,
.product__quantity--wrapper a,
.product__quantity--wrapper button {
    text-align: center;
    display: inline-block;
    float: left;
    width: 50px;
    height: 48px;
    line-height: 48px;
}

.product__quantity--wrapper .up.quantity-control-up,
.product__quantity--wrapper .down.quantity-control-down {
  background: unset;
  color: var(--text-color);
  margin-bottom: 0;
  width: 50px;
}
.product__quantity--wrapper .up.quantity-control-up:hover,
.product__quantity--wrapper .down.quantity-control-down:hover {
  background: unset;
  color: var(--text-color);
}

.product__quantity--wrapper input {
    margin: 0;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    text-align: center;
    text-indent: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.product__quantity--wrapper a {
    cursor: pointer;
    height: 50px;
    padding: 0;
    line-height: 50px;
}

/* ---- Product sku ----- */
.product__section--sku label {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

/* ---- Product buttons ---- */

input#addToCart {
    width: 100%;
    display: block;
}

/*---- Shopify dynamic payment buttons ---- */
button.shopify-payment-button__button--hidden {
  display: none;
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background: var(--button-color);
  color: var(--button-text);
  font-size: var(--font-size);
  font-family: var(--main-family);
  font-style: var(--main-style);
  border-radius: var(--button-border-radius);
}

button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
  background: var(--button-hover);
  color: var(--button-text-hover);
}

.shopify-payment-button__more-options {
  text-decoration: underline !important;
}

.product__related-container {
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.product__related-container h4 {
  margin-bottom: 20px;
}


.product__add-msg {
  clear: left;
}

.product__add-msg.success {
  margin: 10px 0;
  border: 1px solid var(--dotted-color);
  padding: 20px 10px;
}

.product__add-msg.success a {
  font-weight: bold;
}

.product__add-msg.error {
  color: red;
}

/* ---- Product description ---- */
.product__section--desc {
  border-top: 1px solid var(--dotted-color);
  border-bottom: 1px solid var(--dotted-color);
  padding-top: 20px;
  padding-bottom: 20px;
}

.product__section--desc ul, .product__section--desc ol {
    list-style-position: outside;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: var(--font-size);
}

ul.product__tabs {
    margin-left: 0;
    margin-bottom: 0;
}

.product__section--product_description.rte ul:not(.product__tabs) {
    margin-bottom: 15px;
    list-style-position: outside;
    margin-left: 25px;
}

/* ---- Product text popup ---- */

.product__section--element.inline {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: unset;
    margin-right: 10px;
    clear: none;
}

.product__section--popup button.button-as-link {
    margin-bottom: 0;
    font-weight: var(--main-font-weight);
}

.modal__container[data-wau-modal^="popup-content"] {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* ----- Product text block ---- */

.product__section--text.product__section--element.rte p {
    margin-bottom: 0;
}

/* ---- Product rich text block ---- */

.product__section--rich-text > * {
  color: inherit;
}

.product__section--rich-text > *:last-child {
  margin-bottom: 0 !important;
}

/* ---- Product image block ---- */

.product__section--image.product__section--element img {
  width: unset;
}

/* ---- Product stock levels ---- */

.variant-stock-levels__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pulse__icon {
  border-radius: 50%;
  margin: 0 12px 0 8px;
  height: 15px;
  width: 15px;
}

.product-main-image img {
  margin: 0 auto;
  cursor: crosshair;
}

.product-image-container {
  width: 100%;
  position: relative;
  width: 100%;
}

/* ---- Product Form Swatches ----*/

.product__form-container {
    clear: both;
}

.product__variants-swatches,
.product__variants-select {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

/* Hide radio buttons */
.swatches__form--input {
  display: none;
}

/* Swatch Label */
.swatches__form--label {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  padding: 0 10px;
  color: var(--text-color);
  background-color: var(--background);
  margin: 0px 5px 5px 0;
  cursor: pointer;
  border: 1px solid var(--dotted-color);
  position: relative;
  font-weight: 500;
  min-width: 44px;
  height: 40px;
  line-height: 38px !important;
  white-space: nowrap;
  text-align: center;
  float: unset !important;
  overflow: hidden;
}

.swatches__form--label.focus-visible {
  transform: scale(1.08);
}

.swatches__shape--circle label,
.swatches__shape--circle .swatches__form--label {
  min-width: 34px !important;
  width: 34px !important;
  height: 34px !important;
  line-height: 32px !important;
  border-radius: 50%;
  outline: 0 !important;
  padding: 0;
}

.swatches__shape--square label,
.swatches__shape--square .swatches__form--label {
  min-width: 34px !important;
  width: 34px !important;
  height: 34px !important;
  line-height: 32px !important;
  outline: 0 !important;
  padding: 0;
}

.swatches__shape--rectangle label,
.swatches__shape--rectangle .swatches__form--label {
  min-width: 44px !important;
  width: 34px !important;
  height: 34px !important;
  line-height: 32px !important;
  outline: 0 !important;
  padding: 0;
}

.swatches__form--input:checked + .swatches__form--label {
  border:1px solid var(--text-color);
  background-color: var(--text-color);
  color: var(--background);
}

.swatches__swatch--color .swatches__form--input:checked + .swatches__form--label {
  box-shadow: 0px 0px 2px 2px #d6d6d6;
}

.swatches__form--label:hover {
  background: var(--text-color);
  color: var(--background);
  border-color: var(--text-color);
}

.swatches__swatch--regular,
.swatches__swatch--color {
  display: inline-block;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  position:relative;
}

/* Image with the cross in it */
.swatch-element.soldout .swatches__form--label:before {
  content: '';
  height: 2em;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1em 0 0;
  border-right: 1px solid;
  transform: rotate(45deg);
}

.swatch-element.soldout .swatches__form--label:after {
  content: '';
  height: 2em;
  width: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1em 0 0;
  border-right: 1px solid;
  transform: rotate(135deg);
}

.swatches__swatch--regular.soldout label,
.swatches__swatch--color.soldout label  {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */
}

.swatches__container.error {
  background-color: #E8D2D2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px;
}

.swatches__container.error p {
  margin: 0.7em 0;
}

.swatches__container.error p:first-child {
  margin-top: 0;
}

.swatches__container.error p:last-child {
  margin-bottom: 0;
}

.swatches__container.error code {
  font-family: monospace;
}

.swatches__option-name {
  'text-transform: capitalize;
  'margin-bottom: 10px;
  'display: block;
  'font-family: var(--main-family);
  'font-style: var(--main-style);
  'font-weight: 500;
  'font-size: var(--font-size);
}

.swatches__option-value {
  text-transform: capitalize;
  margin-left: 5px;
  font-weight: normal;
}

/* ---- Size chart ---- */
.swatches__container.product__section--element {
    position: relative;
}
.size-chart {
    position: absolute;
    right: 0;
    text-transform: none;
}
.size-chart button.button-as-link {
    text-decoration: none;
    border-bottom: 1px solid;
}


/* Product Form Dropdowns */

.product-form__input--dropdown {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-form__input--dropdown select {
    min-width: 200px;
}

.product__variants-select label {
  font-family: var(--main-family);
  font-style: var(--main-style);
  font-weight: 500;
  font-size: var(--font-size);
  min-width: 60px;
}


.product__variants-select .single-option-selector {
  width: initial;
  min-width: 195px;
  display: inline-block;
  float: left;
  background: var(--select-arrow-bg) right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 0;
  margin-top:0;
}


.theme-features__product-variants--swatches .single-option-selector {
  opacity: 0;
  display: none;
}

/* ----Product Social Share ----*/
.product__share-icons {
    border: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product__share-icon {
  margin: 0 10px 0 0;
}


/* ---- Product description tabs ---- */

.tabbed__product-content {
  padding: 25px 15px 0;
}

li.product__tab-trigger > a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid var(--dotted-color);
  font-weight: 600;
}

ul.product__tabs li:last-child {
  border-right: 0;
}

li.product__tab-trigger > a.active {
  border-bottom: 0;
  border-top: 1px solid var(--dotted-color);
}

.product__tab-trigger {
  display: inline-block;
  float: left;
  border-right: 1px solid var(--dotted-color);
}

/* --- Product Ratings Block --- */
.product__section--rating-wrapper {
  padding: 10px 0;
}

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

.product__section-rating-star {
  --letter-spacing: 0.2;
  --font-size: 1;
}

.product__section-rating-star {
  --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;
}

.product__section-rating-star::before {
  content: '★★★★★';
  background: linear-gradient(
    90deg,
    var(--star-active) var(--percent),
    var(--star-inactive) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product__section-rating-text {
  display: none;
}

.product__section-rating-count {
  display: inline-block;
  margin: 0;
  font-size: 11px;
  vertical-align: middle;
}

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

  .product__section-rating-text {
    display: block;
  }
}

/* ---- Product text with icon ---- */

.product__section--text-with-icon {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.product--text-with-icon__text p {
  margin-bottom: 0;
}

.product--text-with-icon__text a {
  text-decoration: underline;
}

/* ---- Product payment icons ---- */

.product__section--payment-icons.product__section--element {
  padding: 20px 20px 10px;
}

.product__section--payment-icons.product__section--element svg {
  width: unset;
  height: 30px;
}

.product__section--payment-icons.product__section--element p {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: var(--font-size);
}


@media only screen and (max-width: 740px) {
    /* Product page section */
    .product__nav {
      display: none;
    }
    input#AddToCart {
      clear: left;
      width: 100%;
      min-width: 100%;
      margin: 20px auto 10px;
    }
    input#quantity {
      min-width: 60px;
      text-align: center;
    }
    input.add { min-width: 90px; }
    select.styled-select, .single-option-selector {
      text-indent: 5px;
      clear: left;
      margin-left: 0;
      width: 100%;
    }
    #add { width: 100%; }
}

/* ---- Additional product sections ---- */

section.product__alt-section {
    padding-top: 40px;
    margin-bottom: 40px;
}

section.product__alt-section.parallax-product-image-with-text-overlay {
    padding-top: 0;
    margin-top: 40px;
}

/* ---- Product content section ---- */

.product__content-section {
  background: var(--section-background);
  padding: 40px 0 10px;
}

.product__content-section,
.product__content-section p,
.product__content-section h3 {
  color: var(--text-color);
}

.product__content-section .product__section--desc {
  border: 0;
  padding: 0;
}


/* Store Availability */
.store-availability-small-text {
  font-size: 13px;
}

.store-availability-information {
  display: flex;
  margin-left: 0px;
}

.store-availability-information-container {
  margin-left: 0px;
  text-align: left;
}

.store-availability-information__title,
.store-availability-information__stock {
  margin-bottom: 0;
}

.store-availability-information__stores {
  margin-top: 8px;
}

.store-availability-information__link {
  text-decoration: underline;
  cursor: pointer;
}

.store-availability-information__link:hover,
.store-availability-information__link:focus {
  opacity: 0.6;
}

.store-availabilities-modal {
  left: unset;
  background-color: var(--background);
}

@media only screen and (max-width: 740px) {
  .store-availabilities-modal {
    width: 100%;
    z-index: 9999;
  }
}

.store-availabilities-modal__header {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 16px 0;
  padding-left: 20px;
  padding-right: 20px;
}

.store-availabilities-modal__product-title {
  font-size: 17px;
  text-transform: none;
  margin-bottom: 0;
}

.store-availabilities-list {
  overflow: auto;
  padding: 0 10px;
}

.store-availabilities-modal__close {
  margin-bottom: 13px;
  cursor: pointer;
}

.store-availability-list__item {
  padding: 0 10px 16px 10px;
}

.store-availability-list__item::before {
  content: "";
  display: block;
  margin: 0 0 16px 0;
  border-bottom: 1px solid var(--dotted-color);
}

.store-availability-list__item > p {
  font-size: 13px;
  margin-bottom: 0;
}

.store-availability-list__location {
  display: flex;
  justify-content: space-between;
}

.store-availability-list__stock {
  margin-top: 8px;
  margin-bottom: 10px;
  width: 100%;
}

@media (max-width: 740px) {
  .store-availability-information-container,
  .slideout__trigger-store-availability {
    width: 100%;
    margin-left: 0;
  }
}


/* ---- PhotoSwipe ---- */

.pswp__link { display: block; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
        }
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
  background: #fff;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
  background-color: var(--background);
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  box-shadow: 0px 0px 1px 1px #ccc;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
  background-color: var(--background);
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__button svg {
  pointer-events: none;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__element--disabled {
  display: none;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pswp--zoom-allowed .pswp__button--zoom,
.pswp__button.pswp__button--zoom {
  display: none;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__ui {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  justify-content: center;
  background: transparent;
  transform: translateY(0);
  transition: 0.3s 0.5s;
}

.pswp__ui.pswp__ui--hidden {
  transform: translateY(200%);
  transition: 0s 0s;
}

.pswp__button--arrow--left:hover svg .hover-fill,
.pswp__button--arrow--right:hover svg .hover-fill,
.pswp__button--close:hover svg .hover-fill {
  fill: var(--text-color);
}

/* 2. Loading indicator (preloader) */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
          animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
          animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
}

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: #fff;
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
pswp__ui--hidden class is added when controls are hidden
e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pswp__button > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pswp__button {
  --nudge: 2px;
}
.pswp__button.pswp__button--arrow--left > svg {
  left: calc(50% - var(--nudge));
}
.pswp__button.pswp__button--arrow--right > svg {
  left: calc(50% + var(--nudge));
}



/*---- Recipient form ----*/
.recipient-form {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.recipient-form-field-label {
  margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}

.recipient-checkbox {
  flex-grow: 1;
  display: flex;
  word-break: break-word;
  align-items: center;
  max-width: inherit;
  position: relative;
  cursor: pointer;
}

.no-js .recipient-checkbox {
  display: none;
}

.recipient-form > input[type='checkbox'] {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}

.recipient-fields__field {
  margin: 0;
}

.recipient-fields hr {
    margin: 20px 0;
}

.recipient-fields .field__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}

.recipient-checkbox > svg {
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.recipient-form .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.4rem;
}

.recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
  visibility: visible;
}

.js .recipient-fields {
  display: none;
}

.recipient-form > input[type='checkbox']:checked ~ .recipient-fields {
  display: block;
}
.recipient-form > input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields,
.recipient-email-label {
  display: none;
}

.js .recipient-email-label.required,
.no-js .recipient-email-label.optional {
  display: inline;
}

.recipient-form ul {
  padding-left: 4.4rem;
  text-align: left;
}

.recipient-form ul a {
  display: inline;
}

.recipient-form .error-message {
  margin-bottom: 10px;
  display: block;
  color: var(--error-color, red);
}

.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}

@media screen and (forced-colors: active) {
  .recipient-checkbox > svg {
    background-color: inherit;
  }
  .recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
    border: none;
  }
}

.send_on--date-picker {
  padding: 15px;
  border: 1px solid var(--dotted-color);
  font-family: var(--main-family);
  font-size: var(--font-size);
}

/* ---- Product list block ---- */

.product__section-product-list {
  margin-top: 15px;
  margin-bottom: 5px;
}

.product--list-item_image {
  margin-bottom: 5px;
}
.product--list-item .price.price--listing {
  font-size: calc(var(--font-size) - 2px);
}

.product--list-item .price--on-sale .price__sale {
  justify-content: flex-start;
}

.product--list-item p {
  font-size: calc(var(--font-size) - 2px);
  margin-bottom: 0;
}

.product--list-item.show-as-swatch .swatches__form--label {
  padding: 0;
  overflow: hidden;
  margin-top: 0;
}

.product--list-item.show-as-swatch .swatches__form--label img {
  scale: 1.5;
}

.product--list-item.show-as-swatch .swatches__form--label.current--item {
  box-shadow: 0 0 2px 2px #d6d6d6;
}

.swatch--tooltip {
  display: none;
  position: absolute;
  top: -115%;
  left: 50%;
  transform: translateX(calc(-50% - 5px));
  border: 1px solid var(--dotted-color);
  border-radius: 3px;
  padding: 2px 8px;
  font-size: calc(var(--font-size) - 2px);
  color:var(--text-color);
  background: var(--background);
}

.swatch--tooltip::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--dotted-color) transparent transparent transparent;
}

.product--list-item.show-as-swatch:hover .swatch--tooltip {
  display: block;
}








/* ======================================
   UNDEAD – Copyright Undead Clothing Co
   ====================================== */

/* BASE */
.product__section-container {
  background: #fff;
  color: #222;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}
.product__section-container .grid__wrapper {
  grid-column-gap: 60px !important;
}

/* FORCE PRODUCT TITLE SIZE */
.product__title,
h1.product__title,
.product__section-title,
.product__section-container h1 {
  font-size: 40px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

/* PRICE */
.product__price-container {
  font-size: 18px;
}

/* VARIANTS */
.swatches__form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.swatches__form--label {
  border: 3px solid #ccc;
  background: #fff;
  padding: 10px 14px;
  min-width: 48px;
  height: 42px;
}

.swatches__form--input:checked + .swatches__form--label {
  border: 3px solid #ccc;
}

/* ADD TO CART */
input#addToCart {
  background: #222;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  height: 50px;
  border: none;
  text-transform: uppercase !important;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}
/* ADD TO CART HOVER (RESTORE) */
input#addToCart:hover,
button#addToCart:hover,
.product__add-to-cart:hover {
  background: #000000ff !important; /* or your brand color */
  color: #fff !important;
  cursor: pointer;
}

/* ===============================
   ACCORDION – REAL GAP FIX
   =============================== */

/* each accordion block */
.product__section--accordion.product__section--element {
  background: #f2f2f2;

  /* THIS creates visible separation */
  padding: 20px 24px;
  margin: 0;
}

/* create "gap" effect using internal spacing */
.product__section--accordion.product__section--element + .product__section--accordion.product__section--element {
  margin-top: 12px; /* THIS is the gap */
}

/* REMOVE the lines */
.product__section--accordion summary {
  border-bottom: none !important;
}

.product__section--accordion details,
.product__section--accordion .details__content {
  border: none !important;
}

/* header layout */
.product__section--accordion .details__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

/* ===============================
   SUBTITLE
   =============================== */

.product-subtitle {
  font-family: 'Inter', sans-serif !important;
  max-width: 700px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0px !important;
  
}

.product-subtitle p {
  font-size: 18px;
  margin-bottom: 14px;
}

.product-subtitle ul {
  list-style: none;
  padding: 0;
}

.product-subtitle li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}



/* ======================================
   UNDEAD – PRODUCT PAGE ONLY
   ====================================== */

/* PRODUCT BASE */
.product__section-container {
  background: #fff;
  color: #222;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

.product__section-container .grid__wrapper {
  grid-column-gap: 60px !important;
}

/* TITLE */
.product__title,
h1.product__title,
.product__section-title,
.product__section-container h1 {
  font-size: 40px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

/* PRICE */
.product__price-container {
  font-size: 18px;
}

/* VARIANTS */
.swatches__form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.swatches__form--label {
  border: 3px solid #ccc;
  background: #fff;
  padding: 10px 14px;
  min-width: 48px;
  height: 42px;
}

.swatches__form--input:checked + .swatches__form--label {
  border: 3px solid #222;
}

/* ADD TO CART */
input#addToCart,
button#addToCart,
.product__add-to-cart {
  background: #222;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  height: 50px;
  border: none;
  text-transform: uppercase !important;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
}

input#addToCart:hover,
button#addToCart:hover,
.product__add-to-cart:hover {
  background: #000 !important;
  color: #fff !important;
  cursor: pointer;
}

/* ACCORDION */
.product__section--accordion.product__section--element {
  background: #f2f2f2;
  padding: 20px 24px;
  margin: 0;
}

.product__section--accordion.product__section--element +
.product__section--accordion.product__section--element {
  margin-top: 12px;
}

.product__section--accordion summary {
  border-bottom: none !important;
}

.product__section--accordion details,
.product__section--accordion .details__content {
  border: none !important;
}

.product__section--accordion .details__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* SUBTITLE */
.product-subtitle {
  font-family: "Inter", sans-serif !important;
  max-width: 700px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0 !important;
}

.product-subtitle p {
  font-size: 18px;
  margin-bottom: 14px;
}

.product-subtitle ul {
  list-style: none;
  padding: 0;
}

.product-subtitle li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

/* DESKTOP ONLY */
@media screen and (min-width: 901px) {
  .product__section-container {
    max-width: 1400px;
    margin: 0 auto;
  }
}

/* MOBILE PRODUCT ONLY */
@media screen and (max-width: 900px) {

  .product__section-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  .product__section-container .grid__wrapper {
    grid-column-gap: 20px !important;
  }

  /* IMAGES EDGE TO EDGE */
  .product__media-wrapper,
  .product__media-wrapper img,
  .product__media,
  .product__media img {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }

  /* ONLY THE CONTENT GOES INWARD */
  .product__info-wrapper {
    padding-left: 28px !important;
    padding-right: 28px !important;
    padding-top: 28px !important;
    box-sizing: border-box !important;
  }

  .product__title,
  h1.product__title,
  .product__section-title,
  .product__section-container h1 {
    font-size: 30px !important;
    line-height: 1.05 !important;
  }

  .product-form,
  .product__block,
  .product__price-container,
  .swatches__form,
  .quantity,
  .quantity-selector,
  .product-subtitle,
  input#addToCart,
  button#addToCart,
  .product__add-to-cart {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .product__section--accordion.product__section--element {
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;
  }
}

/* ===== GLOBAL FULL BLEED + GAP RESET ===== */

body{
overflow-x:hidden;
}

.shopify-section{
margin:0!important;
padding:0!important;
}

.shopify-section > *{
margin-top:0!important;
margin-bottom:0!important;
}

.page-width,
.page-width--narrow,
.section,
.section-template,
.color-background-1,
.color-background-2,
.gradient{
margin:0!important;
padding-top:0!important;
padding-bottom:0!important;
max-width:none!important;
}

/* REMOVE BLOCK SPACING */
.shopify-block{
margin:0!important;
padding:0!important;
}