/** Shopify CDN: Minification failed

Line 203:0 Unexpected "}"

**/
.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--typeBaseSize);
}

/**** MYW Edits ****/

/* Search Bar */
.header-item--search {
  flex: 1 1 100%;
  max-width: 930px;
}

.header-item--search is-land {
  width: 100%;
}

/* Nav Bar */
.site-navigation--below {
  margin-left: -20px;
}

.site-nav__link {
  padding: 14px;
}

.megamenu__col-title a {
  font-weight: 700;
}

.site-header, .site-header__element--sub {
  box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}

/* Home Page - Free Shipping Banner */
.scheme-darken {
  background-color: #00000007;
}

/* Home Page - Sale Banner */
.type-sale-images__crop {
  overflow: hidden;
  width: 100%;
}

.type-sale-images__image {
  width: 50%;
  float: left;
}

.type-sale_collection .rte--block {
  letter-spacing: .3em;
}

/* Cart */
.additional-checkout-buttons {
  display: none;
}


/* Alternative read more section by ADWD */

.adwd-read-more-state {
  display: none;
}

.adwd-read-more-target, .adwd-read-more-target * {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.adwd-read-more-target {
  overflow: hidden;
}

.adwd-read-more-state:checked ~ .adwd-read-more-wrap .adwd-read-more-target, .adwd-read-more-state:checked ~ .adwd-read-more-wrap .adwd-read-more-target * {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.adwd-read-more-state ~ .adwd-read-more-trigger:before {
  content: 'read more';
}

.adwd-read-more-state:checked ~ .adwd-read-more-trigger:before {
  content: 'read less';
}

.adwd-read-more-state:checked ~ .adwd-read-more-wrap .adwd-read-more-target p:last-child {
  margin-bottom: 10px;
}

.adwd-read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5em;
  color: #424242;
  font-size: 0.9em;
  line-height: 2;
  border: 1px solid #adadad;
  border-radius: 0.25em;
  margin-top: 10px;
}

.adwd-read-more-target ul, .adwd-read-more-target ol {
    margin: 0 0 10px 30px;
    margin-block-start: 0;
    padding-inline-start: 0;
    font-weight: 400;
    
}

.collection-description {
  padding: 25px 0;
}

.collection-description h1:not(.tt-title-subpages):not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  padding-bottom: 10px;
}

.collection-description .adwd-read-more-state:checked~.adwd-read-more-wrap .adwd-read-more-target h2:not(.small):not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 10px;
    padding-top: 15px;
}

.collection-description .adwd-read-more-state:checked~.adwd-read-more-wrap .adwd-read-more-target h3:not([class^="tt-title"]):not([class^="tt-collapse"]):not([class^="tt-aside"]) {
    font-size: 17px !important;
    line-height: 19px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.collection-description .adwd-read-more-wrap h3 {
    text-align: left; 
}

/* Footer Payment Icons */
.icon--payment--zip {
  align-self: flex-start;
}

.icon--payment--zip img {
  max-height: 24px;
}

/* Collection Sale Tag */
.grid-product__tag--sale {
  display: none;
}

/* Recently Viewed */
@media only screen and (min-width: 769px) {
  [data-view='xxsmall'] .grid-item {
    flex: 1 1 0;
    width: 0;
  }
}

/* Infinite Scroll */
.AjaxinatePagination {
  clear: both;
  text-align: center;
  width: 78%;
  margin-left: auto;
}

@media screen and (max-width:769px){
  .AjaxinatePagination {
    width: 100%;
  }
}

/* PDP */
.product-block--sales-point {
  margin-bottom: 30px;
}

/* Addon Products */
/*.addons__list {
  padding: 0;
  margin: 0;
/*  list-style-type: none;
}
.header ul, .footer ul {
  list-style: none; /* Only removes bullet points in header and footer */
}

/*.addons__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--colorBorder);
  align-items: center;
  display: flex;
}

.addons__item--variant {
    display: none;
}

.addons__item--variant.active {
    display: flex;
}

.addons__img {
  max-width: 100px;
}

.addons__content {
  padding-left: 10px; 
}

.addons__title {
  font-size: 15px;
  margin-bottom: 10px;
}*/
