/** Shopify CDN: Minification failed

Line 415:176 Unexpected "{"
Line 654:0 Unexpected "}"
Line 1006:1 "paddingleft" is not a known CSS property

**/
/**************** GENERAL ***************/

/* Remove the grey line on the side (focus outline) */
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Remove any lingering tap highlight on iOS Safari */
body, a, button, input, select, textarea {
  -webkit-tap-highlight-color: transparent;
}


.pagination__list>li {
    max-width: 4.4rem;
    flex: unset !important;
    font-weight: bold;
}
.pagination__list {
  gap:8px;
}

.pagination__item {
height: 3rem !important;
}

/* Grey out only text/info on sold-out products */
.card-wrapper.is-sold-out .card__information,
.card-wrapper.is-sold-out .card__heading,
.card-wrapper.is-sold-out .card__heading a,
.card-wrapper.is-sold-out .card__badge,
.card-wrapper.is-sold-out .rating,
.card-wrapper.is-sold-out .caption-with-letter-spacing,
.card-wrapper.is-sold-out .vendor,
.card-wrapper.is-sold-out .price {
  color: #9aa0a6 !important; /* light grey */
}

/* Make sure price doesn't show at all */
.card-wrapper.is-sold-out .price {
  display: none !important;
}

.accordion__content table {
  max-width:none!important;
    word-break: keep-all;
}

.drawer__inner-empty {
  background:#eee;
}

.drawer__heading {
  font-weight: bold;
  text-transform: uppercase;
}

.drawer__close {
  min-width:2rem!important;
  min-height:2rem!important;
}

button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
    margin-right: -20px !important;
}

.menu-drawer__menu-item {
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 15px !important;
}

table:not([class]) {
  box-shadow:none!important;
}


ul.submenu li a {
    text-transform: capitalize !important;
    font-weight: normal;
    padding: 2px 10px !important;
}

div#menu-drawer {
    background: white !important;
}

a.menu-drawer__account.link.focus-inset.h5.medium-hide.large-up-hide {
  display:none;
}

a.iglink {
    position: fixed;
    bottom: 5px;
    font-weight: bold;
    color: black;
    text-decoration:none!important;
}

.card__media.opacity-75 {
    opacity: .75;
}

.shopify-policy__body .rte > ul > li {
  text-indent: -1.3em;
  padding-left: 0.5em;
}

.search-input {
  appearance: none;
  -webkit-appearance: none;
border-radius:0px;}






.badge {
    border:none!important;
    text-transform:uppercase;
    font-weight:700;
    padding: 1px 3px!important;
}

.rte a {
    text-underline-offset: .15rem!important;

}

h2.facet-filters__label.caption-large.text-body {
  display: none !important;
}

input, textarea {
  padding-left:0px!important;
}


.quantity-popover-container {
 max-width:135px;
 transform: scale(0.8);
    right: -10px !important;
    position: relative; 
}



.mobile-facets__open:hover>span {
  text-decoration:none!important;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #000;
}

table:not([class]) td, table:not([class]) th {
  border-left:none!important;
  border-right:none!important;
}


table:not([class]) td,
table:not([class]) th {
  padding: 5px !important;
}


      .size-chart {
  width: 100%!important;
  max-width: 600p!importantx;
  border-collapse: collapse!important;
        border:0px;
}

.size-chart th,
.size-chart td {
  text-align: left!important;
  padding:5px!important;
  border:none;
}

.size-chart tr + tr {
  border-top: 1px solid #eee!important;
}



.card__heading {
  text-transform:capitalize;
}

.drawer__footer {
    border-top: none!important;
}

.rts-indicator {
  position: absolute;
  bottom: -3.5px;
  right: 10px;
  display: flex;
  gap: 1px;
  z-index: 1;
}

.rts-indicator-col  {
    z-index: 1;
}
  

.button {
    min-height: 35px !important;
    text-transform: uppercase;
    font-weight:700;
}

svg.icon.icon-close {
    width: 1rem !important;
    height: 1rem !important;
}

svg.icon.icon-arrow {
  width:1rem!important;
}

.rts-indicator .dot {
  width: 7px;
  height: 7px;
  background-color: black;
  border-radius: 50%;
}

.search-form {
display: flex;
  position: relative;
}

.search-input {
  background: none;
  border: none;
  color: black;
  width: 45px;
  cursor: text;
  transition: width 0.2s ease-in-out;
}

.search-input::placeholder {
  color: black;
}

.search-input:focus {
  width: 120px;
  outline: none;
  box-shadow:none!important;

}


.section-header {
    position: fixed!important;
    width: 100%;
}

.list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column!important;
    gap: 0px;
}

.header__submenu li {
    padding: 0px !important;
}

.header__submenu .header__menu-item {
    padding: 0px !important;
  text-transform: capitalize;
}

.header__menu-item .icon-caret {
    display: none;
}

nav.header__inline-menu {
    position: fixed;
  top:140px;
}

details[open] .header__submenu {
    position: static!important;
  background: transparent;
}

.header__heading-link .h2 {
    font-weight: bold !important;
    color: black !important;
    text-transform: capitalize;
}

.menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover {
  background:transparent!important;
}

aside#main-search-filters {
    z-index: 3;
    position: relative;
}

.menu-drawer__utility-links {
    padding: 20px!important;
    background-color: transparent!important;
}

.field__label, .customer .field label {
  left:0px!important;
}

.card__inner.color-scheme-1.gradient.ratio {
    aspect-ratio: 1 / 1.5;
}

.card-wrapper.product-card-wrapper.underline-links-hover:hover .media.media--hover-effect img {
  transform: unset !important;
}


quantity-input.quantity.cart-quantity {
    min-height: 30px!important;
  max-width: 150px;
}



@font-face {
  font-family: "helv";
  src: url("/cdn/shop/files/Helvetica.woff?v=1755492645") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Bold (700) */
@font-face {
  font-family: "helv";
  src: url("/cdn/shop/files/Helvetica-Bold.woff?v=1755492645") format("woff");
  font-weight: 700;
}

* {
  font-size: 14px!important;
  letter-spacing: normal!important;
  line-height:17px!important;
  font-family: "helv", sans-serif;
}

a.button.button--secondary {
  color: black !important;
  border: 1px solid black;
}

.rte {
  color:black;
}

.caption-with-letter-spacing.light {
  color: #000 !important;
  opacity: 1;
  font-size: 11px !important;
  font-weight: bolder !important;
}

/************** UNSET STYLES ************/

select:focus {
  outline: none!important;
  border: none!important;
  box-shadow: none!important;
}

.link {
  text-decoration:none!important;
}

.link:hover {
  text-decoration:none!important;
}

a:hover {
    text-decoration: unset !important;
}

.button:after {
    box-shadow: none !important;
}
.button--secondary:after {
    --border-opacity: 0 !important;
}

.field:before, .customer .field:before,.field:after, .customer .field:after, .localization-form__select:before, .localization-form__select:after, .select:before,.select:after, {
	display: none!important;
}

.customer .field input, .customer select, .field__input, .select__select, .localization-form__select {
	box-shadow: 0 0 0!important;
        border-bottom: 1px solid #000;
}

.select__select:focus {
    box-shadow: none!important;
}


.card__information {
    padding: 5px !important;
    background: white;
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    width: auto;
    margin: auto;
    font-weight:700;
    text-transform:uppercase;
}
.card-information>*:not(.visually-hidden:first-child)+*:not(.rating):not(.card__information-volume-pricing-note) {
    margin-top: 0px!important;
}

.card__heading {
  justify-self:end;
     font-weight:700;
    text-transform:uppercase;
}





/******* HEADER *********/

.quantity__button {
  width:auto;
}
button.button.button--tertiary.cart-remove-button > .svg-wrapper {
  width:auto!important;
}

.cart-item cart-remove-button {
    display: block;
}

.drawer__inner.gradient.color-scheme-1 {
    background: #eee!important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: black;
}



quantity-input.quantity.cart-quantity {
    background: transparent !important;
    border: 1px solid black;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100px;
}

.cart-item__quantity-wrapper {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

quantity-input.quantity.cart-quantity {
    background: transparent !important;
    border: 1px solid black;
    padding:5px;
}

quantity-popover .quantity, .quantity:before {
  background:transparent!important;
}

.cart__checkout-button {
  background: #3dc90e !important;
  color: black!important;
}
.totals {
  border-top: 1px solid black;
  padding-top: 8px;
}
.cart-drawer .tax-note {

    text-transform: lowercase !important;
    font-weight: 300;
}

a.cart-item__name.h4.break, h2.totals__total {
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: black;
}

.cart-drawer__empty-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
}

.header__icons.header__icons--localization.header-localization {
    padding-top: 3px;
}


.static-search { display:flex; align-items:center; }
.static-search__form { display:flex; align-items:center; gap:6px; }

.static-search__input {
  width:220px;
  height:22px;
  border:1px solid #000;
  padding:4px 6px!important;
  font-size:14px;
  transition:none !important;
}

.static-search__input:focus {
  outline:none;
  box-shadow:none !important;
}

.static-search__button {
  border:none;
  background:none;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  color:#000;
  text-transform:uppercase;
  padding:0;
}


a.header__icon.header__icon--account.link.focus-inset.small-hide, details-modal.header__search {
    display: none!important;
}

button.disclosure__button.localization-form__select.localization-selector.link.link--text.caption-large {
    font-weight: 700;
}

.header-localization:not(.menu-drawer__localization) .localization-form__select .icon-caret {
    right: 20px!important;
}

.js .header-localization:not(.menu-drawer__localization) .localization-form__select {
    padding: 0 2.7rem 0 1.2rem;
    width: max-content;
    height: auto!important;
    border-bottom: none !important;
}

.header__menu-item[aria-current="page"] span {
  color:#39D600!important; /* your active colour */
  text-decoration:none!important;
}


/* highlight the active link itself */
.header__menu-item[aria-current="page"] span {
   color:#39D600!important; /* your active colour */
    text-decoration:none!important;
}

/* highlight the parent menu item if its submenu is open */
details[open] > summary.header__menu-item span {
   color:#39D600!important; /* your active colour */
    text-decoration:none!important;
}

.header__active-menu-item {
    text-decoration:none!important;
    color:#39D600!important; /* your active colour */
}

button.menu-drawer__close-button.link.link--text.focus-inset {
    text-transform: capitalize;
    padding: 5px 15px;
}

ul.menu-drawer__menu.has-submenu.list-menu {
    padding-top: 15px;
}

.menu-drawer {
  text-transform:capitalize;
}

.header--mobile-left .header__heading, .header--mobile-left .header__heading-link {
        align-self: center;
    }


.header__submenu.list-menu {
    padding: 1px 0px 10px 10px;
}

header-menu>details, details-disclosure>details {
    position: relative;
    max-width: 100px;
}

.header__icon--menu[aria-expanded="true"]::before {
 background:transparent !important;
}

.menu-drawer__menu-item {
padding:5px 15px!important;
}



.cart-drawer .cart-items thead tr {
    display: none!important;
}

ul#HeaderMenu-MenuList-2 {
    padding: 4px 0px;
    width: auto;
  min-width: 120px;
}
}

ul#HeaderMenu-MenuList-2 > li > .header__menu-item {
  padding:3px 10px!important;
}


.header__icon .icon {
  width:1.4rem!important;
  height:1.4rem!important;
}

.header__menu-item {
  padding:0px!important;
}


.header__menu-item:hover span {
    text-decoration: unset !important;
}

.header__menu-item {
  color:black;
}

.header:not(.drawer-menu).page-width {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.header {
  align-items: start;
}



sticky-header.header-wrapper.color-scheme-1.gradient {
      background: transparent; /* linear-gradient(to bottom, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.0));*/
}



.header__active-menu-item > span  {
  text-decoration:none!important;
}

.header__menu-item>span, .searchtype, .header__icon--cart>p, .cart-count-bubble, span.svg-wrapper {
    font-weight:700;
    text-transform: uppercase;
}

.cart-count-bubble {
    position: relative !important;
    background-color: #fff0 !important;
    color: #000 !important;
    height: 1.7rem !important;
    width: 1rem !important;
    border-radius: 0 !important;
    display: flex;
    bottom: 0 !important;
    left: -3px!important;
    right:5px;
    font-size: 13px !important;
    line-height: inherit !important;
}


input#Search-In-Modal {
    border: none;
    box-shadow: none !important;
}

.predictive-search__heading {
    color: black !important;
    font-weight: bold;
  border-bottom:none!important;
}



div#predictive-search-results {
    border: 1px solid black;
    border-top: none;
}

.search-modal__content.search-modal__content-bottom {
    border-bottom: 1px solid #000;
    background: white;
}

.search-modal {
  border-bottom:none!important;
}


.predictive-search.predictive-search--header {
    border: none !important;
    margin-top: 3px;
}

.predictive-search__item-vendor.caption-with-letter-spacing {
    font-weight: bold;
    font-size: 12px !important;
}


details[open] .modal-overlay:after {

    background-color: transparent!important;
}

.drawer {

    background-color: transparent!important;
}

.drawer__inner {
  border:none!important;
}


.drawer.active .drawer__inner {
    border-left: 1px solid #000 !important;
}


/*********** FOOTER ***************/

/* Lay out the built-in Dawn newsletter field as an inline bar */
.newsletter-form .field {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Input: simple box, no glow */
.newsletter-form .field__input {
  flex: 1;
  border: 1px solid #000;
  border-radius: 0;
  padding-right: 5rem;
  min-height: 30px !important;
  height: 30px !important;
  padding: 0px !important;
  font-size: 14px;
  outline: none;
  box-shadow: none !important;
}
.newsletter-form .field__input:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #000;
}

.newsletter-form .scroll-trigger,
.newsletter-form [class^="animate--"],
.newsletter-form [class*=" animate--"] {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}


/* Placeholder tone */
.newsletter-form .field__input::placeholder { color: #777; }

/* Hide Dawn’s floating label */
.newsletter-form .field__label { display: none; }

/* Button: boxed, bold, uppercase, no SVG arrow */
.newsletter-form .newsletter-form__button.field__button {
  border: 1px solid #000;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 16px;
  line-height: 1;
  cursor: pointer;
  box-shadow: none !important;
  width:auto!important;
}
.newsletter-form .newsletter-form__button .svg-wrapper { display: none; }
.newsletter-form .newsletter-form__button::after { content: "SUBSCRIBE"; }

/* (Optional) mobile: stack if you want
@media (max-width: 749px) {
  .newsletter-form .field { flex-wrap: wrap; }
  .newsletter-form .newsletter-form__button { width: 100%; text-align: center; }
}
*/


@media screen and (min-width: 800px) {
  .newsletter.center {
    max-width: 25vw!important;
    text-align: left!important;
    position: absolute!important;
    z-index: 2!important;
    right: 10px!important;
    left: 75%!important;
    padding: 0px !important;
    background: transparent!important;

  }


.drawer.active .drawer__inner {
    max-width:500px;
}

  
  .newsletter__wrapper {
    padding-right: 15px!important;
    padding-left: 0px!important;

  }
  
  .newsletter-form {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 800px) {
  .newsletter.center {
    text-align: left!important;
    padding: 0px !important;
    background: transparent;
  }
  .newsletter__wrapper {
    padding: 15px 10px!important;
  }

   .page-width {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

  }




.country-selector__overlay {
  background: rgba(255,255,255,0.5)!important;
}



.footer-block--newsletter.scroll-trigger.animate--slide-in {
    min-width: 390px !important;
}


.footer-block__newsletter {
    text-align: left!important;
}

.footer {
  border-top:0px!important;
  position: relative;
  z-index:1;
}

.footer__content-top.page-width {
    padding: 0px 15px;
    max-width: 100%;
}

.disclosure__list-wrapper.country-selector {
    border: 1px solid black;
}

.footer__content-bottom-wrapper.page-width {
    padding: 0px 15px;
      max-width: 100%;
}

.footer__content-top.page-width {
    padding: 0px 15px;
      max-width: 100%;
}

.footer__copyright.caption {
    width: 100%;
    display: flex;
    gap:15px;
}

.footer__content-bottom {
  border:none!important;
}


.footer-block__details-content a {
  text-decoration: none !important;
}

.shopify-policy__title {
    display: none;
}

span.localization-form__currency.motion-reduce {
  font-weight:bold;
}


 .header-localization:not(.menu-drawer__localization) .disclosure__list-wrapper {
    margin-right:-10px;
  }

/***********************  DESKTOP **************************/

@media screen and (min-width: 990px) {

   .card__badge.top {
    left: 50px!important;
    top: 50px!important;
    position: relative!important;
}

  .disclosure__list-wrapper.country-selector {
  width: 100px;
}



  .header-localization:not(.menu-drawer__localization) .disclosure__list-wrapper {
    margin-top:10px;
  }
  
  main#MainContent {
    padding-left: 200px;
    min-height:93vh;
}

    cart-items .page-width {
    padding-left: 0px !important;
}

  #main-cart-footer .page-width {
    padding-left: 0px !important;
}

}

@media screen and (max-width: 990px){

.cart__footer {
 paddingleft:5rem;
    }}


@media screen and (min-width: 750px) {

  .shopify-policy__container {
    max-width: 500px;
    margin: 0;
   padding-left: 0px;
   padding-right: 0px;
    padding-top:12px;
}





.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.grid--3-col-tablet.scroll-trigger.animate--slide-in {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 15px;
}



.header__icon .svg-wrapper {
    height: 33px!important;
}



.facets__header {
    display:none!important;
}
}

@media screen and (min-width: 1000px) {
  .header__icon, .header__icon--cart .icon {
    height: auto;
    width: auto;
}
  
}

.disclosure__button.localization-form__select {
  margin:10px 0px!important;
}

  /***********************  MOBILE **************************/

@media screen and (max-width: 750px) {

  

    .disclosure__list-wrapper.country-selector {
  border-top:1px solid black!important;
}

  .header__icon--cart {

    margin-right: -2rem!important;
}

  .card__information {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 0px;
    margin: unset;
    grid-row-start:unset!important;
  }

  .card-wrapper.product-card-wrapper.underline-links-hover {
    margin-bottom: 20px;
}

  .card-information {
    text-align: center !important;
}
  
  .header__heading-logo {
    max-width:60px;
  }

  a.iglink {
    display:none;
  }

  .static-search {
    display: none !important;
  }

  .search-form {
    display:none;
  }

    .shopify-policy__container {
   padding-left: 10px;
   padding-right: 10px;
      padding-top:50px;
}


  header.header.header--middle-left.header--mobile-left.page-width.header--has-menu {
    padding: 0px !important;
}

  .cart-count-bubble {
    left:-15px!important;
  }

  .header__icon {
    width: 5rem!important;
    height: 3.4rem!important;

}

   .header__icon--cart  {
    width: auto!important;
    height: 3.4rem!important;

}

      .header--mobile-left {
        grid-template-columns: 2fr .5fr .45fr!important;
    }

  .header--mobile-left .header__heading, .header--mobile-left .header__heading-link {
      grid-column: 1;
  }

  .header__icons {
      grid-column: 3;
      justify-self: end!important;

  }

  header-drawer {
    grid-column: 1;
        justify-self: start!important;
  }


.disclosure__list-wrapper.country-selector {
  border-top:1px solid #000;
    
  }

  .footer__localization {
    justify-content: flex-start!important;
    align-content: center!important;
    padding: 0px!important;
    z-index:1;
}


.cart-item__quantity-wrapper {
        flex-wrap: nowrap!important;
 }


.menu-drawer__navigation {
    padding: 0px 0px 20px 0px!important;
}




.footer-block__newsletter {
  width: calc(100vw - 30px);

}
  .footer-block--newsletter {
  align-items: flex-start!important;
}
  
.footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet.grid--4-col-desktop.scroll-trigger.animate--slide-in {
    display: grid;
    grid-template-columns: auto auto;
}
 

.header__search {
  display:none;
}

.header:not(.drawer-menu).page-width {
  padding-left:12px!important;
  padding-right:12px!important;
}



  
.footer-block.grid__item {
  margin:0px!important;
}
  
.footer-block__details-content {
  margin-bottom: 50px!important;
}
  
.footer__content-top.page-width {
  padding:0px 10px;
}
  
.footer__content-bottom-wrapper.page-width {
  padding:0px 10px!important;
}

.footer__copyright {
  margin-bottom:50px;
}

}













