/** Shopify CDN: Minification failed

Line 545:3 Expected "}" to go with "{"

**/
@font-face {
  font-family: "SegoePrint";
  src: url('https://cdn.shopify.com/s/files/1/0413/1491/0367/files/segoepr.ttf') format("truetype"),
       url('https://cdn.shopify.com/s/files/1/0413/1491/0367/files/segoepr.woff') format("woff"),
       url('https://cdn.shopify.com/s/files/1/0413/1491/0367/files/segoepr.woff2') format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
@font-face{
    font-family: "Comic Sans MS";
    src: url("https://cdn.shopify.com/s/files/1/0413/1491/0367/files/Comic-Sans-MS.eot");
    src: url("https://cdn.shopify.com/s/files/1/0413/1491/0367/files/Comic-Sans-MS.eot?#iefix")format("embedded-opentype"),
        url("https://cdn.shopify.com/s/files/1/0413/1491/0367/files/Comic-Sans-MS.woff")format("woff"),
        url("https://cdn.shopify.com/s/files/1/0413/1491/0367/files/Comic-Sans-MS.woff2")format("woff2"),
        url("https://cdn.shopify.com/s/files/1/0413/1491/0367/files/Comic-Sans-MS.ttf")format("truetype"),
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
.spt-product-name{
  padding-bottom:1.5rem;
}
.spt-product-name > h1{
  font-size: 1.4em;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
}
.pc-separator{
  margin:0;
  height: 6px;
  width: 80px;
  color: #6786a1;
  background: #6786a1;
}
@media screen and (min-width: 750px) {
  .spt-product-tag .page-width {
    padding: 0 2rem;
  }
}
#MainContent{
  background:#f8f8f8;
  padding-top:50px;
}
.spt-product-tag .spt-product{
  display:grid;
  grid-template-columns:1fr;
  gap:1rem;
}
@media screen and (min-width: 980px) {
  .spt-product-tag .spt-product {
    grid-template-columns:65% 1fr;
    gap:4rem;
  }
}
.spt-product > pc-content{
  display:flex;
  flex-wrap:wrap;
}
@media screen and (min-width: 980px) {
.spt-product > pc-content{
  flex-direction:row;
 }
   .spt-product-item{
    flex: 1 1 calc(50% - 20px);
  }
  .spt-product-item:nth-child(2){
    padding-left:30px;
  }
  .spt-product-item:nth-child(3){
    flex: 1 1 100%; 
  } 
}

.spt-product-tag1 .spt-product__grid__item {
  width: 100%;
  max-width: 100%;
}
.product__title > h1{
  font-size: var(--pc-font-huge);
  font-weight:normal;
  text-wrap:balance;
  padding-bottom:1rem;
}
@media screen and (min-width:639.95px) {
.product__title > h1{
  font-size: var(--pc-font-huge);
  } 
} 

.spt-product__grid__item .main-product-image img{
  border:2px solid #e1e1e1;
  padding:4px;
  background:#fff;
}
.spt-product__grid__item .product__thumbnails{
  display:grid;
  list-style:none;
  margin:10px auto;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap:8px;
}
.spt-product__grid__item .product__thumbnail{
  border:2px solid #e1e1e1;
  padding:2px;
  background:#fff;
}
.glightbox-container {
    background: rgba(0, 0, 0, 0.8) !important; 
}

.glightbox-overlay {
    background: rgba(0, 0, 0, 0.8) !important;
}

.glightbox-open {
    overflow: hidden;
}
.pc-customize > h2{
  font-size:clamp(16px, 2vw, 22px);
  padding:10px;
}
.pc-prod-highlights ul {
  padding-left: 0;
  list-style: none;
}
.pc-prod-highlights ul li::before {
  content: "\2714 \fe0e";
  color: green;
  margin-right: 8px;
  font-size: 16px;
  vertical-align: middle;
  font-weight: bold;
}
.spt-product-tag .price {
  color: var(--pc-yale-blue);
  font-weight:600;
}
.spt-product-tag .price--large {
  font-size: 3rem;
}

@media screen and (max-width:979.95px) {
  .pc-prod-video{
    display:none;
  }
}

.product__info-container{
  border:4px solid #ddd;
  background:#fff;
  max-width:100%;
}
.pc-prod-preview-tag {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  max-width: 100%;
}
div.div-preview {
  font-family: Arial;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height:114%;
}
.pc-slide-on-tag .pc-prod-preview-tag {
  width: 220px;
  height: 150px;
  background-color: #fff;
  border-radius: 15px;
  border: 3px solid #ccc;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.pc-slide-on-tag div.div-preview{
  height:100%
}
.div-preview span {
   flex: 0 1 auto; 
   margin: 0; /* Removes any default margins */
  padding: 0; /* Removes any default padding */
  line-height: 1; /* Ensures the line height matches the font size closely */
}
.tag-text input:focus {
  border: 1px solid #ccc;
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) #ccc;
}
.field__input:focus, .field__input:not(:placeholder-shown),
.field__input:autofill, 
.customer .field input:focus, 
.customer .field input:not(:placeholder-shown), 
.customer .field input:autofill {
  padding: 0.7rem;
  margin: var(--inputs-border-width);
  border:1px solid #ccc;
}
.remaining-chars {
    display: none;
}
.remaining-chars.active {
    display: inline;
}
#pcGiftMsg{
  min-height:8em;
  line-height:1.5;
}
@media screen and (min-width: 980px) {
  .spt-product-tag .spt-product__grid__item1 {
    width: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0;
  }
  .spt-product-tag .product__highlights-wrapper1 {
    padding: 1rem 4rem;
  }
}
.product-form__input .form__label {
  font-weight: 600;
}

:is(.product-form__input--pill) .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"]:not(.disabled)
  + label
  > .label-unavailable {
  display: none;
}

.product-form__input--dropdown {
  --swatch-input--size: 2rem;
  margin-bottom: 1.6rem;
}

/* Custom styles for Pill display type */
.product-form__input--pill input[type="radio"] + label {
  border: var(--variant-pills-border-width) solid
    rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
  color: rgba(var(--color-foreground));
  border-radius: var(--variant-pills-radius);
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
}

.product-form__input--pill input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: calc(var(--variant-pills-border-width) * -1);
  right: calc(var(--variant-pills-border-width) * -1);
  bottom: calc(var(--variant-pills-border-width) * -1);
  left: calc(var(--variant-pills-border-width) * -1);
  z-index: -1;
  border-radius: var(--variant-pills-radius);
  box-shadow: var(--variant-pills-shadow-horizontal-offset)
    var(--variant-pills-shadow-vertical-offset)
    var(--variant-pills-shadow-blur-radius)
    rgba(var(--color-shadow), var(--variant-pills-shadow-opacity));
}

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

.product-form__input--pill input[type="radio"]:checked + label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

@media screen and (forced-colors: active) {
  .product-form__input--pill input[type="radio"]:checked + label {
    text-decoration: underline;
  }

  .product-form__input--pill input[type="radio"]:focus-visible + label {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}

.product-form__input--pill input[type="radio"]:checked + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}

.product-form__input--pill input[type="radio"]:disabled + label,
.product-form__input--pill input[type="radio"].disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.6);
  text-decoration: line-through;
}

.product-form__input--pill input[type="radio"].disabled:checked + label,
.product-form__input--pill input[type="radio"]:disabled:checked + label {
  color: rgba(var(--color-background), 0.6);
}
.product-form__input--pill 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);
}

/* Fallback */
.product-form__input--pill input[type="radio"].focused + 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--pill
  input[type="radio"]:focus:not(:focus-visible)
  + label {
  box-shadow: none;
}
/* End custom styles for Pill display type  */
button.product-form__submit{
  background:#000;
  color:#fff;
}
.shopify-payment-button__button--unbranded:hover, 
.shopify-payment-button__button--unbranded:hover:not([disabled]){
  color:#fff;
}

/* product tabs css */
.pc-tabs{
  padding:4rem 1rem;
  max-width:1200px;
}
/* Tab headers styling */
  .spt-tabs-container input { display: none; }
 .spt-tabs-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.tab-link{
    text-align: center;
    padding: max(10px, min(calc(8px + 1.5625vw), 16px));
    cursor: pointer;
    background: #f8f8f8;
    color:#000;
    border:1px solid #e1e1e1;
    outline: none;
    transition: background-color 0.3s, border-color 0.3s;
    font-size:14px;  
    flex:1;
    border-top-left-radius: 2px;
   border-top-right-radius: 2px;
}

@media (min-width: 768px) {
  .tab-link{
    font-size:large;
   }
}  
#tab-reviews:checked  + label.tab-link,
#tab-description:checked  + label.tab-link{
  border-bottom:none;
  background:#fff;
}
.tab-link:hover,
.tab-link.active {
    background-color: inherit;
    color:inherit;
}

/* Tab content styling */

.tab-content {
   display: none;
   transition: opacity 0.3s ease, transform 0.3s ease;
    padding: max(10px, min(calc(8px + 1.5625vw), 20px));
    background: #fff;
    border:1px solid #e1e1e1;
    border-top: none;
    width:100%;
}
  #tab-reviews:checked ~ #content-reviews,
  #tab-description:checked ~ #content-description {
    display: block;
  }
.tab-content h2{
  font-size:16px;
}
.tab-content p+h2{
  padding-top:1rem;
}
.tab-content p{
  line-height:1.66
}
.tab-content a{
  color: #ad8232;
  font-weight: 600;
}

/* youtube css */
.ytplayer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.ytplayer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.ytplayer img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    transition: 0.4s all;
}

.ytplayer img:hover {
    filter: brightness(75%);
}

.ytplayer .play {
    height: 48px;
    width: 68px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: url('/cdn/shop/files/yt_390fc123-fa40-4ed1-bd76-8a307c2ff39f.png?v=1741228984') no-repeat center center;
    background-size: contain;
    cursor: pointer;
   display:block;
}

/* reviews */
.jdgm-paginate{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;  
}
.jdgm-paginate .jdgm-paginate__page{
  width:50px;
  padding:1rem;
  border:1px solid #e1e1e1;
}
.jdgm-rev-widg__reviews .jdgm-rev{
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #e1e1e1;
  margin-bottom:15px;
}
.jdgm-rev__author {
  color: #ad8232;
  color: var(--jdgm-reviewer-name-color);
  font-weight: 600;
}
.jdgm-rev__timestamp, .jdgm-rev__location{
  color:#635d63;
}
/* related products css */
.related-products{
  background:var(--pc-white);
  padding-bottom:21px !important;
  padding-left:2rem;
  padding-right:2rem;
}
.related-products h3 > a{
  font-size:14px;
  letter-spacing:0;
  border-bottom:none;
  line-height:1.4;
}
@media (min-width: 768px) {
  .related-products h3 > a{
    font-size:15px;
  }
}
.related-products .card__content,
.related-products .card-information{
  text-align:center;
}
.card-information .price__regular{
  color:#1b588c;
  font-weight:600;
}
.related-products ul.grid{
  margin-bottom:var(--pc-0);
  padding-bottom:20px;
}
@media screen and (max-width: 980px) {
  .related-products .grid--1-col-tablet-down .grid__item {
    width: 50%;
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
}
@media screen and (max-width: 430px) {
  .related-products .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
}  