/** Shopify CDN: Minification failed

Line 60:10 Unexpected "\"os-icon\""

**/
.share-button {
  display: none;
  position: relative;
}

@media screen and (max-width: 749px) {
  .share-button {
    display: block;
    position: relative;
    margin: 1.2rem 0;
  }
}

.share-button__button {
  font-size: 1.5rem;
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max (1, var(--font-heading-scale)));
  word-break: break-word;
}

.share-button__button .icon-share {
  height: 2rem;
  margin-right: 1rem;
  width: 2rem;
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

@media screen and (max-width: 749px) {
  .product {
    margin: 0;
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

.product-stock {
  color: green;
}

.out-of-stock {
  color: red;
}

.img class"os-icon" {
  margin-bottom: 0;
}

.banner--mobile-bottom .banner__box {
  padding: 2rem 1.5rem;
}

@media (max-width: 749px) {
.banner__box {
  padding: 1rem 0;
}
}

[id*="section"][id*="image"] {
  max-width: 1200px;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 2.5rem 5rem 0 5rem;
}
@media (max-width: 749px) {
  [id*="section"][id*="image"] {
    max-width: 100%;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media screen and (min-width: 750px) {
  .banner__content {
    padding: 2.5rem;
  }
}

@media (max-width: 749px) {
  .color-scheme-3 {
    --color-foreground: 18, 18, 18;
    --gradient-background: #ffffff00;
    --color-secondary-button: 255, 255, 255;
    --color-secondary-button-text: 18, 18, 18;
  }
}

@media only screen and (max-width: 749px) {
  .banner__heading {
    font-size: calc(var(--font-heading-scale) * 2rem);
  }
}

table:not([class]) td, table:not([class]) th {
  padding: 0.5rem 0.7rem;
}

@media only screen and (max-width: 374px) {
  table:not([class]) td, table:not([class]) th {
  padding: 0.5rem;
}
}

table:not([class]){
  table-layout: auto;
  border-style: none;
  box-shadow: 0 0 0 0 rgba(var(--color-foreground),.2);
   margin-block-start: 1em;
    margin-block-end: 1em;
}

@media only screen and (max-width: 374px) {
table:not([class]){
    font-size: 1rem;
}
}

@media only screen and (max-width: 749px) {
table:not([class]){
    width: 100%;
}
}

.rte table {
    width: 100%;
  table-layout: fixed;
  font-size: 1.4rem;
}

.accordion__content {
  word-break: inherit;
}

.rte li {
    list-style: outside;
}

.price__badge-in-stock{
  color: green;
  background-color: white;
  border-bottom: 0.1rem solid rgba(var(--color-shadow),.08);
}

@media (max-width: 749px) {
.product {
  border-bottom: 0;
}
}

@media (max-width: 749px) {
.accordion {
    margin-top: 0;
}
}

slideshow-component .slideshow.banner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.banner__box>*+.banner__buttons {
  --alpha-button-background: 0;
}

.banner__box.gradient {
--gradient-background: transparent;
}

button.slider-button.slider-button--next, button.slider-button.slider-button--prev {
    display: none;
}

@media screen and (min-width: 750px){
.slideshow__text-wrapper.banner__content {
  padding: 2rem;
}
}

.slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #ffffff;
}

.slider-counter__link--dots .dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 0.1rem solid rgba(255,255,255,.5);
    padding: 0;
    display: block;
}

.slider-button {
  display: none;
}


.slideshow__controls{
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

@media (max-width: 749px) {
  .slideshow__controls{
  bottom: 16rem;
}
}

.slider-counter__link {
    padding: 0.5rem;
}

/*Mega Menu open on hover fix*/
.mega-menu__content {
  top: 75%;
  z-index: 999999;
}

*:focus-visible {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
    color: rgba(var(--color-foreground), 0.75);
    font-size: 1.6rem;
    letter-spacing: 0.06rem;
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
}

input[type="number" i]{
color: rgba(var(--color-foreground), 0.75);
    font-size: 1.6rem;
    letter-spacing: 0.06rem;
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
}

input {
border-color: -internal-light-dark(rgb(118, 118, 118), rgb(118, 118, 118));
}

.slideshow__controls {
  --color-foreground: none;
}

.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot {
    border: 0.1rem solid rgba(255,255,255,.5);
}

.breadcrumbs {
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
.collection-list__item:only-child {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
}
}

@media screen and (min-width: 750px) {
body {
    min-height: auto;
}
}

.shopify-policy__container {
    max-width: 1200px;
    padding-left: 5rem;
    padding-right: 5rem;
  padding-bottom: 28px;
}


/*
@media (max-width: 749px) {
  .shopify-policy__container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
}

.product-media-container{
    padding: 1%;
}

.product__media-icon, .thumbnail__badge{
    left: 0.5rem;
    top: 0.5rem;
}

@media screen and (max-width: 749px) {
    .grid--peek.slider .grid__item:first-of-type {
        margin-left: 0;
    }
}

@media screen and (max-width: 749px) {
    .grid--peek .grid__item {
        min-width: 100%;
    }
}*/

@media screen and (max-width: 749px) {
    .grid--peek.slider .grid__item:first-of-type {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

@media screen and (max-width: 749px) {
    .grid--peek.slider .grid__item {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

@media screen and (max-width: 749px) {
    .product__media-list .product__media-item {
        width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
      --grid-mobile-horizontal-spacing: 0px;
    }
}

.metafield-single_line_text_field {
    white-space: nowrap;
}

  .vendor-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem; 
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: .13rem;
  line-height: calc(1 + .2 / var(--font-body-scale));
  text-transform: uppercase;
}

.vendor-name a {
  color: rgba(var(--color-foreground), 0.75);
  text-decoration: underline;
}

.vendor-name a:hover {
  text-decoration: none;
  color: #333; 
}

.hidesku{
  margin-top: 0;
  margin-bottom: 0;
}

.hidesku:before{
  content: "|";
}

.hidebarcode{
  margin-top: 0;
  margin-bottom: 0;
}

.hidebarcode:before{
  content: "|";
}

.hidempn{
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.hidempn:before{
  content: "|";
}

@media screen and (min-width: 750px) {
    .policies li a {
        padding: .6rem 0;
    }
}

.section-template--27312893559169__main-padding {
    padding-top: 27px;
    padding-bottom: 2px;
}

@media screen and (min-width: 750px) {
    .section-template--27312893559169__main-padding {
        padding-top: 36px;
        padding-bottom: 36px;
    }
}