/** Shopify CDN: Minification failed

Line 792:13 Expected ":"
Line 798:13 Expected ":"

**/
.desktop {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .desktop {
    display: block !important;
  }

  .mobile { 
    display: none !important;
  }
}

.rte ul {
  list-style: disc;
  margin-left: 0;
  padding-left: 13px;
}

.element-button:not(.element-quantity-selector__button, .element-radio__button, .modal__close) {
  padding: 14px 40px;
}

.element-button .element-text:is([class*=element-text--body]) {
  text-transform: uppercase;
  font-weight: 500;
}

input[type=radio]+:is(.element-button,.element-button--shopify-payment-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded) {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #D9D9D9;
}

input[type=radio]:checked+:is(.element-button,.element-button--shopify-payment-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded) {
  background-color: var(--element-button-color-primary);
  color: var(--_color-secondary);
}

.element-button:disabled {
  background-color: #767676;
  color: #ffffff;
  cursor: not-allowed;
}

.element-button:disabled:hover {
  background-color: #000000;
}

.disabled input[type=radio]:checked+:is(.element-button,.element-button--shopify-payment-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded) {
  background: #ffffff;
  border: 1px solid #767676;
  color: #767676;
  position: relative;
}

.disabled input[type=radio]:checked+:is(.element-button,.element-button--shopify-payment-wrapper .shopify-payment-button .shopify-payment-button__button--unbranded)::after {
  position: absolute;
  content: "";
  width: 98%;
  height: 1px;
  background-color: #767676;
  left: 0px;
  bottom: 22px;
  transform: rotate(-14.19deg);
}

p a {
  font-weight: 500;
  text-decoration: underline;
}

.rte-setting + .element-button,
.grid__item.grid-article .element-button {
  margin-top: 28px;
}

.feature-row__text .element-button {
  margin-top: 40px;
}

.hero__text-wrap .element-button {
  margin-top: 40px;
}

.heading-md,
.element-text:is([class*=element-text--heading]):where(.element-text--heading-md),
:is(.heading-font-stack,:where(h1,h2,h3,h4,h5,h6),:is(.heading-2xl,.heading-xl,.heading-lg,.heading-md,.heading-sm,.heading-xs),:is(.heading-h0,.h0,.heading-h1,.h1,.heading-h2,.h2,.heading-h3,.h3,.heading-h4,.h4,.heading-h5,.h5)):is(.heading-md),
:is(.heading-font-stack,:where(h1,h2,h3,h4,h5,h6),:is(.heading-2xl,.heading-xl,.heading-lg,.heading-md,.heading-sm,.heading-xs),:is(.heading-h0,.h0,.heading-h1,.h1,.heading-h2,.h2,.heading-h3,.h3,.heading-h4,.h4,.heading-h5,.h5)):where(h3), :is(.heading-font-stack,:where(h1,h2,h3,h4,h5,h6),:is(.heading-2xl,.heading-xl,.heading-lg,.heading-md,.heading-sm,.heading-xs),:is(.heading-h0,.h0,.heading-h1,.h1,.heading-h2,.h2,.heading-h3,.h3,.heading-h4,.h4,.heading-h5,.h5)):is(.heading-md), :is(.heading-font-stack,:where(h1,h2,h3,h4,h5,h6),:is(.heading-2xl,.heading-xl,.heading-lg,.heading-md,.heading-sm,.heading-xs),:is(.heading-h0,.h0,.heading-h1,.h1,.heading-h2,.h2,.heading-h3,.h3,.heading-h4,.h4,.heading-h5,.h5)):is(.heading-h3,.h3) {
  font-size: 30px;
  line-height: 100%;
}

:is(.heading-font-stack,:where(h1,h2,h3,h4,h5,h6),:is(.heading-2xl,.heading-xl,.heading-lg,.heading-md,.heading-sm,.heading-xs),:is(.heading-h0,.h0,.heading-h1,.h1,.heading-h2,.h2,.heading-h3,.h3,.heading-h4,.h4,.heading-h5,.h5)):where(h1),
.element-text:is([class*=element-text--heading]):where(.element-text--heading-lg),
.element-text.element-text--rte h2,
:is(.heading-font-stack,:where(h1,h2,h3,h4,h5,h6),:is(.heading-2xl,.heading-xl,.heading-lg,.heading-md,.heading-sm,.heading-xs),:is(.heading-h0,.h0,.heading-h1,.h1,.heading-h2,.h2,.heading-h3,.h3,.heading-h4,.h4,.heading-h5,.h5)):where(h2), :is(.heading-font-stack,:where(h1,h2,h3,h4,h5,h6),:is(.heading-2xl,.heading-xl,.heading-lg,.heading-md,.heading-sm,.heading-xs),:is(.heading-h0,.h0,.heading-h1,.h1,.heading-h2,.h2,.heading-h3,.h3,.heading-h4,.h4,.heading-h5,.h5)):is(.heading-lg), :is(.heading-font-stack,:where(h1,h2,h3,h4,h5,h6),:is(.heading-2xl,.heading-xl,.heading-lg,.heading-md,.heading-sm,.heading-xs),:is(.heading-h0,.h0,.heading-h1,.h1,.heading-h2,.h2,.heading-h3,.h3,.heading-h4,.h4,.heading-h5,.h5)):is(.heading-h2,.h2),
.element-text--heading-h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
}

.page__title {
  font-size: 35px;
  font-weight: 400;
  line-height: 100%;
}

.page-full .page__title {
  font-size: 45px;
  font-weight: 400;
  line-height: 100%;
}

.accent-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}

.element-text:is([class*=element-text--heading]):where(.element-text--heading-xs) {
  font-family: var(--element-text-font-family--body), var(--element-text-font-family-fallback--body);
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  :is(.heading-font-stack,:where(h1,h2,h3,h4,h5,h6),:is(.heading-2xl,.heading-xl,.heading-lg,.heading-md,.heading-sm,.heading-xs),:is(.heading-h0,.h0,.heading-h1,.h1,.heading-h2,.h2,.heading-h3,.h3,.heading-h4,.h4,.heading-h5,.h5)):where(h1),
  .element-text:is([class*=element-text--heading]):where(.element-text--heading-lg),
  .element-text.element-text--rte h2,
  :is(.heading-font-stack,:where(h1,h2,h3,h4,h5,h6),:is(.heading-2xl,.heading-xl,.heading-lg,.heading-md,.heading-sm,.heading-xs),:is(.heading-h0,.h0,.heading-h1,.h1,.heading-h2,.h2,.heading-h3,.h3,.heading-h4,.h4,.heading-h5,.h5)):where(h2), :is(.heading-font-stack,:where(h1,h2,h3,h4,h5,h6),:is(.heading-2xl,.heading-xl,.heading-lg,.heading-md,.heading-sm,.heading-xs),:is(.heading-h0,.h0,.heading-h1,.h1,.heading-h2,.h2,.heading-h3,.h3,.heading-h4,.h4,.heading-h5,.h5)):is(.heading-lg), :is(.heading-font-stack,:where(h1,h2,h3,h4,h5,h6),:is(.heading-2xl,.heading-xl,.heading-lg,.heading-md,.heading-sm,.heading-xs),:is(.heading-h0,.h0,.heading-h1,.h1,.heading-h2,.h2,.heading-h3,.h3,.heading-h4,.h4,.heading-h5,.h5)):is(.heading-h2,.h2),
  .element-text--heading-h2 {
    font-size: 45px;
    line-height: 55px;
  }

  .page__title  {
    font-size: 45px;
    line-height: 60px;
  }

  .page-full .page__title {
    font-size: 60px;
    line-height: 60px;
  }
}

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

.blog-layout__main .element-text.element-text--rte h2 {
  font-size: 35px;
}

.footer__title {
  font-family: var(--element-text-font-family--body), var(--element-text-font-family-fallback--body);
  font-size: 14px !important;
  font-weight: 600;
  text-transform: uppercase
}

.overlay {
  --element-text-color: rgb(255,255,255);
  --color-secondary: rgb(0,0,0, 0.6);
}

.element-breadcrumbs { 
  margin-top: 25px;
}

.element-breadcrumbs--no-current-page li:last-child:after {
  content: "";
}

@media screen and (min-width: 769px) {
  .element-breadcrumbs { 
    margin-top: 40px;
  }
}

/* Custom Hero Banner changes */
.hero__top-subtitle {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .hero__text-content.vertical-center-mobile {
    vertical-align: middle;
  }

  .hero__text-content.horizontal-left-mobile {
    text-align: left;
  }

  .hero__text-content.horizontal-center-mobile{
    text-align: center;
  }

  .horizontal-center-mobile .hero__text-shadow {
    text-align: center;
    max-width: 100%;
  }

  .hero__text-content.horizontal-center-mobile .element-button {
    margin: auto;
  }

  .hero__text-content.horizontal-mobile,
  .horizontal-mobile .hero__text-shadow {
    text-align: right;
  }

  .hero__text-content.vertical-bottom-mobile {
    vertical-align: bottom;
  }
}

.hero .breadcrumbs {
  position: absolute;
  top: 0;
  left: 17px;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .hero .breadcrumbs {
    left: 40px;
  }
}

/* Custom Newsletter Styles */
.site-footer {
  position: relative;
}

.newsletter__input-group {
  align-items: center;
  gap: 8px;
}

.newsletter-section .newsletter__input-group {
  flex-direction: column;
  align-items: center;
  gap: 23px;
}

.newsletter__input-group button {
  border-radius: 8px;
  box-shadow: unset;
}

.newsletter-section .newsletter__input-group .element-button span {
  display: block;
}

.newsletter-section .newsletter__input-group .element-button .element-icon {
  display: none;
}

.newsletter-section .newsletter__input {
  flex: 1;
}

.footer__newsletter-signup {
  display: flex;
  flex-direction: column;
}

.footer__newsletter-signup .footer__subscribe {
  max-width: 270px;
}

.footer__newsletter-signup .newsletter__input-group .element-button span {
  display: none;
}

.footer__newsletter-signup .newsletter__input-group .element-button .element-icon {
  display: block;
}

.footer__newsletter-signup .footer__blocks {
  flex: 1;
  margin-bottom: 60px;
}

.footer__newsletter-signup-title {
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 0;
}

.footer__block-social--desktop {
  display: none;
}

.footer__block-social--mobile {
  margin-top: 70px;
}

.footer__section {
  border: 0;
}

@media screen and (max-width: 768px) {
  .footer__newsletter-signup .footer__blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__base-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}

@media screen and (min-width: 769px) {
  .footer__block {
    min-width: 245px;
  }

  .footer__newsletter-signup .element-button {
    min-height: 48px;
  }
  
  .newsletter-section .newsletter__input-group {
    flex-direction: row;
    max-width: 100%;
    min-width: 500px;
  }

  .footer__newsletter-signup {
    flex-direction: row;
  }

  .footer__newsletter-signup .footer__blocks {
    margin-bottom: 0;
  }

  .footer__block-social--desktop {
    display: block;
  }

  .footer__block-social--mobile {
    display: none;
  }
}

/* Rich Text */

.rich-text__image {
  margin: 0 auto;
}

/* Testimonials */ 
.flickity-slider .testimonials-slide {
  display: flex;
  height: initial;
  min-height: 100%;
}

.testimonials-slider__text {
  flex: 1;
}

/* Main Page */ 
.section-header__subtitle {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

@media screen and (min-width: 769px) {
  .section-header__subtitle {
    margin-bottom: 35px;
  }
}

/* Staff Section */

.staff__header {
  text-align: center;
  margin-bottom: 50px;
}

.staff__subtitle {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.staff__title {
  font-size: 45px;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 12px;
}

.staff__blocks {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 70px;
}

.staff__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.staff__image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  height: 100%;
  margin: 0 auto;
}

.staff__content {
  max-width: 569px;
}

.staff__name {
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.staff__position {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.staff__certification {
  font-size: 16px;
  letter-spacing: 0;
  font-style: italic;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 20px;
}

.staff__bio p{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
}

.staff__read-more {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 35px;
}

.staff__bio-toggle {
  cursor: pointer;
}

.staff__bio-full,
.staff__bio-toggle .staff__hide-text {
  display: none;
}


.staff__bio-full:not([hidden]),
.staff__bio-toggle .staff__hide-text:not([hidden]) {
  display: block;
}

@media screen and (min-width: 769px) {
  .staff__blocks {
    gap: 60px;
  }

  .staff__block {
    flex-direction: row;
    gap: 70px;
    text-align: left;
  }
}
/* Events Template */ 
.events__event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 0 19.5px;
}

.events__event-date--medium {
  font-weight: 500;
}

.events__title {
  font-size: 45px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 38px;
}

.events__event {
  border-bottom: 1px #B9C1BE solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.events__event-meta {
  display: flex;
  gap: 10px;
}

.events__event-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

.events__event-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  margin: 0;
}

.events__event-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}

.events__event-see-more {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 55px;
}

@media screen and (min-width: 769px) {
  .events__event {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }

  .events__event-meta {
    gap: 25px;
  }

  .events__event-learn-more {
    align-self: center;
  }

  .events__event-see-more {
    margin-bottom: 49px;
  }
}

/* Event Article Template */ 
.event__sub-meta {
  opacity: 1;
}

.event__metafields {
  margin-bottom: 40px;
}

p.event__metafield {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.event__metafield span {
  font-weight: 600;
}

.event__share {
  display: flex;
  gap: 17px;
  align-items: center;
  margin: 35px 0 0;
}

.event__share h4 {
  font-family: var(--_font-family--rte-body), var(--_font-family-fallback--rte-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
}

.event__share .social-sharing {
  margin: 0;
}

.event__share .social-sharing__title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.event--large {
  border-top: 1px solid #D2D2D2;
  margin-top: 35px;
  width: 100%;
}

.event__image {
  object-fit: cover;
  margin-bottom: 40px;
  max-height: 196px;
  width: 100%;
}

.event__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 769px) {
  .event__share {
    margin: 50px 0 0;
  }

  .event__image {
    margin-bottom: 50px;
    max-height: 624px;
  }

  .event__buttons {
    flex-direction: row;
    gap: 40px;
  }
}

/* NAV */

.site-nav__dropdown-link {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
}

a.site-nav__dropdown-link--top-level {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.site-nav__link {
  font-weight: 500;
  line-height: 100%;
}

.mobile-nav-account {
  display: flex;
  gap: 3.5px;
  align-items: center;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0 !important;
  margin-top: 30px;
  padding: 20px 0;
}

.mobile-nav-store-info {
  margin-bottom: 40px;
}

.mobile-nav-store-address {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.footer__store-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-nav-visit-us {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.site-nav__featured-content {
  display: flex;
  flex-direction: column;
  border: 1px #DBDDDD solid;
  padding: 20px 20px 22px;
}

.site-nav__featured-content-image {
  object-fit: cover;
  margin-bottom: 15px;
}

.site-nav__featured-content-title {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 10px;
}

.site-nav__featured-content-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 0;
}

.site-nav__featured-content-link {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px; 
  font-weight: 500;
  text-decoration: underline;
  margin: 25px 0 0;
}

/* PDP */
.product--description .element-text:is([class*=element-text--heading]):where(.element-text--heading-xl) {
  font-family: var(--element-text-font-family--body), var(--element-text-font-family-fallback--body);
  font-size: 25px;
  line-height: 100%;
  font-weight: 500;
}

.block-price__sale {
  align-items: center;
}

.element-price--sale-price.element-text:is([class*=element-text--body]):where(.element-text--body-lg) {
  font-size: 24px;
  font-weight: 500;
  line-height 100%;
}

.element-price--regular-price.element-text:is([class*=element-text--body]):where(.element-text--body-lg) {
  font-size: 18px;
  font-weight: 500;
  line-height 100%;
}

.product__quantity-with-buy-button {
  display: flex;
  gap: 15px;
}

.heading-md.section-header__title {
  font-size: 35px;
  line-height: 100%;
  text-transform: capitalize;
}

.grid-product__tags {
  bottom: auto;
  top: 10px;
  left: 10px;
  width: fit-content;
}

.grid-product__tags .element-badge {
  border-radius: 3px;
  padding: 8.5px 15.5px;
  font-size: 11px;
  line-height: 100%;
}

.grid-product__pogos-picks {
  position: absolute;
  top: 36px; 
  left: 13px;
  z-index: 1;
}

.collection-grid__wrapper .grid-product__pogos-picks {
  position: absolute;
  top: 46px; 
  left: 13px;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .grid-product__pogos-picks {
    top: 53px; 
    left: 33px;
  }

  .collection-grid__wrapper .grid-product__pogos-picks {
    top: 90px; 
    left: 48px;
  }
}

.grid-item__meta .element-text.element-text--body-md {
  font-size: 15px;
  font-weight: 500;
}

.element-text.element-text--body-sm {
  font-size: 14px;
}

.element-price.element-text:is([class*=element-text--heading]) {
  font-family: var(--_font-family--rte-body), var(--_font-family-fallback--rte-body);
}

@media screen and (min-width: 769px) {
  .heading-md.section-header__title {
    font-size: 45px;
  }

  .grid-item__meta .element-text.element-text--body-md {
    font-size: 16px;
  }
}

/* PDP Event */
.product__event {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.product__event-text {
  margin: 0;
}

.product__event-text span {
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .product__event {
    gap: 16px;
  }
}

/* Somm Concierge */
.somm-concierge__fieldset {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}

.somm-concierge__legend {
  font-weight: 600;
}

.somm-concierge__item {
  display: flex;
  gap: 10px;
}

.form-vertical input.somm-concierge__input {
  margin: 0;
  width: fit-content;
}

input[type="radio"],
input[type="checkbox"] {
  accent-color: var(--element-button-color-primary); /* Changes the radio button to red when checked */
}

/* PDP Metafields */
.product__metafields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  margin-bottom: 50px;
}

.product__metafield-title {
  font-family: var(--element-text-font-family--body), var(--element-text-font-family-fallback--body);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
}

.product__metafield-title::after { 
  content: "";
  background-color: #111A19;
  display: flex;
  width: 53px;
  height: .5px;
  margin: 9px 0 10px;
}

.product__metafield-text {
  color: #6A7B60;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .product__metafields {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    margin-bottom: 70px;
  }
}

/* FAQ */

.element-accordion__toggle {
  padding: 20px 0;
}

/* Blog Pogo Pour */
.blog__the-pogos-pour {
  font-style: italic;
}

.article__title {
  font-family: var(--element-text-font-family--heading), var(--element-text-font-family-fallback--heading);
}

.grid-article[data-style=large] .article__title {
  font-size: 30px;
  line-height: 39px;
}

.grid-article[data-style=medium] .article__title {
  font-size: 22px;
  line-height: 100%;
}

.blog__tags {
  margin-top: 80px;
}

.blog__tags h4 {
  text-align: left;
}

.blog__tags li a {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 100%;
  box-shadow: none;
  border: 1px #284139 solid;
  border-radius: 3px;
  padding: 10px 20px;
}

.grid-article__image li a {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 100%;
  box-shadow: none;
  border: 1px #284139 solid;
  border-radius: 3px;
  padding: 9px 30px;
}

.grid-article[data-style=large] .article__sub-meta>span {
  font-size: 14px;
  line-height: 100%;
  opacity: 1;
  color: #111A19;
}

.blog-layout__main .element-text.element-text--heading-xs {
  font-size: 16px;
  margin-right: 17px;
}

@media screen and (min-width: 769px) { 
  .blog__tags {
    margin-top: 27px;
  }
}

.element-button:not(.color-scheme-1 *, .color-scheme-2 *, .color-scheme-3 *):hover, 
.shopify-payment-button__button--unbranded:not(.color-scheme-1 *, .color-scheme-2 *, .color-scheme-3 *):hover,
.newsletter__input-group .element-button:hover {
  background-color: #245546;
  color: #ffffff;
}

/* PLP Filters*/

#CollectionSidebar .element-text:is([class*=element-text--heading]):where(.element-text--heading-xs) {
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
}

#CollectionSidebar .element-chip {
  flex-direction: row-reverse; 
  gap: 15px;
}

#CollectionSidebar .element-chip,
#CollectionSidebar .element-checkbox:has(input[type=checkbox]:checked) .element-checkbox__icon {
  background-color: #284139;
}

.collection-grid__wrapper .element-pagination .element-button {
  padding: 15px;
  border-radius: 50%; 
}

/* Product Score Badges */
.product-scores {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-score--pill {
  display: flex;
  gap: 4px;
  background-color: #F3F4F4;
  border: 1px solid #CECED5;
  border-radius: 23px;
  padding: 13.5px 16px;
  width: fit-content;
}

.product-score--name {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 16.27px;
  margin: 0;
}

.product-score--score {
  color: #B50003;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16.27px;
  margin: 0;
}

.product__reviews-and-scores {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.product__review-and-score {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.site-nav__dropdown-link span {
  font-style: italic;
  font-weight: 500;
}

.store-availability {
  justify-content: flex-start;
  margin-bottom: 30px;
}

.store-availability__info * {
  margin-bottom: 0;
}

.block-price {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.grid-item__scores {
  margin-top: 15px;
}

.product-score--pill {
  padding: 10px;
}

@media screen and (min-width: 769px) { 
  .block-price {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

#FooterMenus {
  position: relative;
  z-index: 1;
}

.section-header--with-link {
  justify-content: space-between;
}

.section-header--with-subtitle {
  align-items: flex-end;
}

.section-header--with-subtitle p {
  margin-bottom: 0;
}

.collection-item__title-with-arrow {
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}

.image-wrap img {
  height: 100%;
  object-fit: contain;
}

.grid-product__image-wrap {
  margin: 0;
}

.element-text.element-text--rte h2:has(+ h2) {
  margin-bottom: 0;
}

.product-reviews--source {
  font-family: var(--element-text-font-family--body), var(--element-text-font-family-fallback--body);
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px;
}

header-drawer {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;     /* Firefox */
}

header-drawer::-webkit-scrollbar {
  display: none;             /* Chrome, Safari, Opera, newer Edge */
}

.article_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media screen and (min-width: 769px) {
  .article_buttons {
    flex-direction: row;
  }
}

.inventory--preorder .element-icon--inventory:before, .inventory--preorder .element-icon--inventory:after {
  background: #B50003;
}

.product__preorder {
  color: #B50003;
  font-weight: 600;
}

.grid-product__tags {
  display: flex;
  flex-direction: row;
}

.header-wrapper--scrolled-past .site-header__cart.is-active {
  position: fixed;
  top: 0;
  right: 0;
  max-height: 100vh;
  overflow-y: auto;
}

.new-grid.product-grid.collection-grid {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) { 
  .collection {
    padding-top: 25px;
  }

  .site-header__cart.is-active, 
  .site-header__cart.is-active .cart__footer {
    max-width: 100vh;
  }
}