/** Shopify CDN: Minification failed

Line 388:34 Unexpected "-->"
Line 396:38 Unexpected "-->"

**/
.free_shipping_bar_title_clxr82w4b20887019vdde5o8iud {
  font-family: longreach, sans-serif;
  -webkit-text-stroke: 0.8px black !important;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 1);
}

.free_shipping_card_title_clxr8acx121072219vd4gmxfim0 {
  font-family: longreach, sans-serif;
  -webkit-text-stroke: 0.8px black !important;
}

.free_shipping_card_title_clxr8e19021190019vd1ws4fuxe {
  font-family: longreach, sans-serif;
  -webkit-text-stroke: 0.8px black !important;
}

div#stamped-main-widget {
  background: linear-gradient(
    0deg,
    rgb(248 147 29 / 100%) 0%,
    rgb(137 31 97 / 100%) 100%
  );
  margin: 0;
  padding: 0;
}

.swiper-pagination-bullet {
  border: 1px solid var(--layout-secondary-color);
}

.shopify-challenge__message {
  margin-top: 120px;
}

.stamped-content form {
  border: 0 !important;
  padding: 0 !important;
}

[data-count="0"] .stamped-summary-starrating i::before {
  color: #fff;
}

.stamped-container ul.stamped-tabs {
  border: 0 !important;
  padding: 12px !important;
}

li#tab-reviews {
  border: none;
  color: white !important;
  font-family: longreach, sans-serif;
  font-size: 30px;
  height: 100%;
  line-height: normal;
  padding: 0;
  -webkit-text-stroke: 1px rgb(0 0 0 / 100%);
  width: 100%;
}

li#tab-reviews[data-count]::after {
  background: transparent;
  color: #F7941D;
}

.stamped-container[data-count="0"] .stamped-empty-state::before {
  color: #fff;
}

.stamped-container[data-count="0"][data-widget-language=""]
  .stamped-empty-state
  > div {
  color: #fff;
}

.stamped-empty-state > div {
  color: #000;
  font-family: Barlow, sans-serif;
}

span.stamped-summary-actions-newreview {
  align-items: center;
  background: #f79420;
  border: 2px solid #000;
  border-radius: 0;
  box-shadow: 0 6px 0 0 #000 !important;
  color: #fff;
  display: flex;
  font-family: Longreach, sans-serif;
  font-size: 1.5rem;
  height: 52px;
  justify-content: center;
  min-width: 20rem;
  padding: 5px;
  -webkit-text-stroke: 1px rgb(0 0 0 / 100%);
  transition: all 0.3s;
  width: 100%;
}

span.stamped-summary-actions-newreview:hover {
  background-color: #b1364d;
  box-shadow: 0 0 0 0 #000 !important;
  transform: translateY(6px);
}

fieldset.stamped-form-actions {
  display: flex;
  flex-direction: column; /* Aligns children elements vertically */
  align-items: flex-start; /* Aligns children elements to the right */
}

input#stamped-button-submit {
  align-items: center;
  background: #f79420;
  border: 2px solid #000;
  border-radius: 0;
  box-shadow: 0 6px 0 0 #000 !important;
  color: #fff;
  display: flex;
  font-family: Longreach, sans-serif;
  font-size: 1.5rem;
  height: 52px;
  justify-content: center;
  margin-left: 0;
  min-width: 20rem;
  padding: 5px;
  -webkit-text-stroke: 1px rgb(0 0 0 / 100%);
  transition: all 0.3s;
  width: 100%;
}

input#stamped-button-submit:hover {
  background-color: #b1364d;
  box-shadow: 0 0 0 0 #000 !important;
  transform: translateY(6px);
}

.stamped-file-uploader-btn {
  align-items: center;
  align-self: flex-start; /* Keeps the 'Add Photos' button at the start (left) */
  background: #f79420; /* Orange background */
  border: 2px solid #000 !important; /* Black border */
  border-radius: 0; /* No rounded corners */
  box-shadow: 0 6px 0 0 #000 !important; /* Black shadow */
  color: #fff; /* White text */
  display: flex;
  font-family: Longreach, sans-serif;
  font-size: 1.5rem !important;
  height: 52px;
  justify-content: center;
  min-width: 20rem;
  padding: 5px;
  -webkit-text-stroke: 1px rgb(0 0 0 / 100%);
  transition: all 0.3s;
  width: 95%;
  margin-bottom: 15px; /* Adjust the space as needed */
}

.stamped-file-uploader-btn:hover {
  background-color: #b1364d; /* Darker red on hover */
  box-shadow: 0 0 0 0 #000 !important; /* No shadow on hover */
  transform: translateY(6px); /* Moves down slightly on hover */
}

@media (max-width: 768px) {
  input#stamped-button-submit {
    width: 83%; /* Ensures full width on mobile */
    min-width: auto; /* Resets any minimum width */
    padding: 5px 10px; /* Adjusts padding for mobile */
    margin-left: 0; /* Ensure no side margin affects the width */
  }
}

.stamped-summary-actions-newreview::before {
  display: none;
}

label.stamped-form-label {
  color: #fff;
  display: block;
  font-family: Barlow, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 8px !important;
  margin-top: 12px;
}

.stamped-form-label + .stamped-form-input {
  background: #ffdab9;
  border: 1px solid #000;
  color: #000;
  display: block;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 10px;
  min-height: 48px;
  width: 100% !important;
}

input.stamped-form-input-email,
input.stamped-form-input-text,
textarea.stamped-form-input-textarea {
  background: #ffdab9;
  color: #000;
}

textarea.stamped-form-input-textarea::-moz-placeholder {
  background: #ffdab9;
  color: #000;
  font-family: Barlow, sans-serif;
}

textarea.stamped-form-input-textarea::placeholder {
  background: #ffdab9;
  color: #000;
  font-family: Barlow, sans-serif;
}

.stamped-form-label + .stamped-form-input::-moz-placeholder {
  color: #000;
  font-family: Barlow, sans-serif;
}

.stamped-form-label + .stamped-form-input::placeholder {
  color: #000;
  font-family: Barlow, sans-serif;
}

.stamped-form-review-rating input {
  display: none !important;
}

span.stamped-summary-text-1 {
  color: #F7941D !important;
  font-family: longreach, sans-serif;
  font-size: 30px;
  height: 100%;
  line-height: normal;
  padding: 0;
  -webkit-text-stroke: 1px rgb(0 0 0 / 100%);
}

span.stamped-summary-text {
  color: #fff;
  font-family: Barlow, sans-serif;
}

.stamped-review-header-title {
  color: #fff;
  font-family: longreach, sans-serif;
  font-size: 30px;
  height: 100%;
  line-height: normal;
  margin-top: 20px;
  padding: 0;
  -webkit-text-stroke: 1px rgb(0 0 0 / 100%);
}

.stamped-review-body {
  color: #fff !important;
  font-family: Barlow, sans-serif;
  font-size: 16px !important;
}

.stamped-review-product a {
  color: #fff !important;
  font-family: Barlow, sans-serif;
  font-size: 0px !important;
}

i.stamped-fa.stamped-fa-share-alt,
i.stamped-fa.stamped-fa-thumbs-up,
i.stamped-fa.stamped-fa-thumbs-down {
  color: #fff;
}

.stamped-review-header .created,
.stamped-review-header-byline .created {
  color: #fff;
  font-family: Barlow, sans-serif;
}

.stamped-review-header .review-location {
  color: #fff !important;
}

.stamped-review-avatar {
    border: 1.5px solid white;
}

.stamped-review .author {
  color: #fff;
  font-family: longreach, sans-serif;
  font-size: 20px;
  height: 100%;
  line-height: normal;
  padding: 0;
  -webkit-text-stroke: 1px rgb(0 0 0 / 100%);
}

/*
div#stamped-reviews-filter {
  display: none !important;
}*/

div[data-widget-style*="standard"] .summary-rating-count {
  color: #fff !important;
}

div[data-widget-style*="standard"] .summary-rating-title::before {
  color: #fff !important;
}

div[data-widget-style*="standard"] .summary-rating-bar::after {
  color: #F7941D !important;
}

.stamped-share-links {
  display: none;
}

div#stamped-main-widget {
  padding: 12px;
}

span.stamped-starrating.stamped-badge-starrating .stamped-fa-star::before {
  font-size: 24px;
  color: #fff; /* Color of the star */
  text-shadow: 
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; /* Stroke color */
}

span.stamped-starrating.stamped-badge-starrating .stamped-fa-star-half-o::before {
  font-size: 24px;
  color: #fff; /* Color of the star */
  text-shadow: 
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; /* Stroke color */
}

.stamped-badge-caption {
    font-size: 0;
}

.stamped-badge-caption::before {
    content: ' ' attr(data-rating) ' stars from ' attr(data-reviews) ' reviews';
    font-size: initial; /* Reset the font size */
}

@media (min-width: 768px) {
  .stamped-form-contact-name,
  .stamped-form-contact-email {
    max-width: 100%;
    padding-right: 0;
    width: 50%;
  }

  .stamped-form-contact-name {
    padding-right: 10px;
  }

  .stamped-form-contact-email {
    padding-left: 10px;
  }

  input#stamped-button-submit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .stamped-thank-you {
    color: #fff;
    font-family: Barlow, sans-serif;
  }
}

<!-- Border for GOOD ON YA images -->
#shopify-section-template--22288235331869__product_image_CUJTAx .relative {
  border-bottom: 2px solid #F7941D;
}

#shopify-section-template--22288236118301__product_image_AMmcG8 .relative {
  border-bottom: 2px solid #F7941D;
}
<!-- End border for GOOD ON YA images -->

/* Variant Pills Styling */
.variant-pill {
  position: relative;
}

.variant-pill-label {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border: 2px solid #000;
  border-radius: 9999px;
  background-color: #fff;
  color: #000;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
}

.variant-pill input[type="radio"]:checked + .variant-pill-label {
  background-color: #F79420;
  color: #fff;
  border-color: #000;
}

.variant-pill input[type="radio"]:focus + .variant-pill-label {
  outline: 2px solid #F79420;
  outline-offset: 2px;
}

.variant-pill input[type="radio"]:disabled + .variant-pill-label,
.variant-pill-label.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f5f5f5;
  color: #999;
  border-color: #ccc;
}

.variant-pill input[type="radio"]:not(:disabled) + .variant-pill-label:hover {
  background-color: #ffdab9;
  border-color: #000;
}

.variant-pill input[type="radio"]:checked:not(:disabled) + .variant-pill-label:hover {
  background-color: #b1364d;
}

/* Screen reader only class */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}