/** Shopify CDN: Minification failed

Line 63:0 Unexpected "}"
Line 318:87 Expected identifier but found "*"
Line 343:2 Expected identifier but found "#ff5A00"

**/
/* @media screen and (min-width: 1405px) {
  .header__inline-menu {
    display: block!important;
  }

  .header--top-center .header__inline-menu {
    justify-self: center!important;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center!important;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0!important;
  }
}

@media screen and (min-width: 1405px) {
    header-drawer {
        display: none!important;
    }
} */

html, body {
    background-color: #101010!important;
  /* Fix bars on landscape mode in iphone */
}

section#shopify-section-template--17628083454030__174597952940e5d718 {
    background-color: #ffffff;
  /* Fix judge.me section */
}

@media screen and (min-width: 990px) {
    .header--middle-center:not(.drawer-menu) {
        grid-template-areas: "navigation heading icons";
        grid-template-columns: 1fr 1fr 1fr!important;
        column-gap: 2rem;
    }
}

/* Background for contact page LOCATION section */
.section-template--17998760706126__rich_text_yB4VMB-padding {
  background-image: url("/cdn/shop/files/wristoutfitters-plane-map-darker-bkgd-2600p.jpg?v=1750368612");
  background-position: center;
  background-size: cover;
}

.header {
  background-image: url("/cdn/shop/files/wo-header-plane-background-80.jpg?v=1745942249");
  background-position: top;
        padding-top: 0px!important;
        padding-bottom: 0px!important;
}
}
@media screen and (max-width: 680px) {
  .header {
    background-image: url("/cdn/shop/files/header-WO-plane-world-map_mobile2.jpg?v=1745890258");
    background-position: right;
    background-size: cover;
  }
} /* @media screen and (min-width: 1600px) {.header:not(.drawer-menu).page-width {padding-left: 20px; padding-right: 20px; }} */
.page-width {
  /* max-width: var(--page-width); */
  max-width: 2400px;
  margin: 0 auto;
  padding: 0 3rem;
}
.page-width-desktop {
  padding: 3rem;
  margin: 0 auto;
}
.utility-bar__grid.page-width {
  /* padding-left: 3rem; padding-right: 3rem; */
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 3rem;
  }
  .header.page-width,
  .utility-bar__grid.page-width {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .page-width--narrow {
    padding: 0 9rem;
  }
  .page-width-desktop {
    padding: 0 3rem;
  }
  .page-width-tablet {
    padding: 0 3rem;
  }

}

@media screen and (min-width: 990px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
  .page-width-desktop {
    max-width: 2400px;
    padding: 0 3rem;
  }


}

@media screen and (min-width: 990px) {
  body:has(.section-header .header:not(.drawer-menu)) .utility-bar .page-width {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 990px) {
  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 3rem;
    max-width: none;
  }
}

div.newsletter__wrapper {
  background: url("/cdn/shop/files/email-signup-bkgd-1-lrg.jpg?v=1745963665");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
}

@media screen and (max-width: 680px) {
  div.newsletter__wrapper {
    background: url("/cdn/shop/files/email-signup-bkgd-1-mobile.jpg?v=1745963665");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll !important;
    /* z-index: 100; */
    
  }

}

@media screen and (max-width: 640px) {
  /* swaps logo and makes logo and header bar smaller when scrolling down */
  .scrolled-past-header .header__heading-logo-wrapper {
    width: 100%!important;
    content: url(/cdn/shop/files/wo-header-logo-alt-clean.png);
  }
  
  h3, .h3 {
        font-size: calc(var(--font-heading-scale) * 2rem);
  }
}

@media screen and (min-width: 749px) {
  /* swaps logo and makes logo and header bar smaller when scrolling down */
  .scrolled-past-header .header__heading-logo-wrapper {
    width: 70%!important;
    content: url(/cdn/shop/files/wo-header-logo-alt-clean.png);
  }
  
  h3, .h3 {
    font-size: calc(var(--font-heading-scale) * 2rem);
  }

  /* makes desktop banner smaller */
  .banner--large:not(.banner--adapt) {
    min-height: 60rem!important;
  }
}

@media screen and (min-width: 990px) {
  /* swaps logo and makes logo and header bar smaller when scrolling down */
  .scrolled-past-header .header__heading-logo-wrapper {
    width: 50%!important;
    content: url(/cdn/shop/files/wo-header-logo-alt-clean.png);
  }

  h3, .h3 {
        font-size: calc(var(--font-heading-scale) * 2.5rem);
  }
}

/* changes the button to show up on dark background home page */
.quick-add__submit {
    /* padding: .8rem;
    min-width: 100%;
    box-sizing: border-box;
    background-color: #ff5a00;
    color: #FFFFFF;
    font-size: 1.08em; */
}

/* zooming mobile banner image and lessening height */
@media screen and (max-width: 749px) {
    .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
        height: 18rem;
        /* background-size: 200% 200%; */
        transform: scale(2);
    }
}

@media screen and (max-width: 749px) {
    .banner:not(.banner--stacked) {
        flex-direction: row;
        flex-wrap: wrap;
        overflow: hidden;
    }
}

a {
    color: #ff5a00;
    text-decoration: none;
}

.wo-guarantee-subhdr a, .footer-container a {
   color: #ff5a00;
    text-decoration: none;
}

.wo-guarantee-subhdr a:hover, .footer-container a:hover {
    color: #ff5a00;
    text-decoration: underline;
}

a:hover {
    /* color: #ff5a00;
    text-decoration: underline; */
}

a:visited {
    /* color: #82350c;
    text-decoration: underline; */
}
.wo_faq li {
    padding-bottom: 10px;
}

.newsletter__subheading {
    max-width: 120rem!important;
    margin-left: auto!important;
    margin-right: auto!important;
    color: white!important;
    font-weight: 300!important;
    margin-top: 0px!important;
    font-size: 1.3em!important;
    line-height: 1.1!important;
    padding-bottom: 20px!important;
    padding-top: 16px!important;
}

h1, .h1 {
    line-height: 1.0!important;
  letter-spacing: -.02em;
}

.product-form__submit {
    margin-bottom: 1rem;
    background-color: #ff5a00;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.product__accordion .metafield-rich_text_field li {
      line-height: 1.3;
    padding-bottom: 8px;
   
   }
   
.product__accordion .metafield-rich_text_field ul {
       list-style-position: outside;

   }

.swatch {
  --swatch--size: 52px!important;
}

/* Code to place thumbnails on side, vertically, for product images */
@media only screen and (min-width:1440px) { 
  .product--small .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide {
    /* transform: rotate(-90deg);
    width: calc(20% - .8rem); */
  }
  .grid__item.product__media-wrapper slider-component.thumbnail-slider {
    /* position: absolute;
    top: 0;
    transform: rotate(90deg);
    width: 602px; */ /* manage width of small image */
    /* left: 0;
    transform-origin: left top;
    height: 100px;
    overflow: hidden; */
  }
  .grid__item.product__media-wrapper {
    /* position: relative;
    padding-left: 100px; */
  }
  .thumbnail-list.slider--tablet-up li.thumbnail-list__item.slider__slide {
    /* transform: rotate(-90deg);
    width: calc(16.8% - .8rem);*/ /* decrease percentage and it will increase items */ */
  }
}

/* Change desktop product images to 16x9 ratio */
/* .card__inner {
    width: 100%;
    height: 240px;
}

.card:not(.ratio) {
    height: 340px;
} */

/* size swatch colors on featured collection, home page */
.ct_small_swatch .swatch {
  --swatch--size: 32px !important;
}
@media screen and (max-width: 690px) {
.ct_small_swatch .swatch {
    --swatch--size: 16px !important;
}
}

body {
  #ff5A00!important
}

#MainContent.content-for-layout {
  background-color: #ffffff!important;
}

.shopify-policy__container {
    max-width: 100ch!important;
    margin: 0 auto;
    padding-left: 40px!important;
    padding-right: 40px!important;
}

.policy-flex-list {
    position: relative;
    margin: 1em;
    overflow: hidden;
}
.policy-flex-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -1px;
  padding: 0px;
  list-style-type: none;
}

.policy-flex-list ul[style] {
    list-style-type: none !important;
}
.policy-flex-list li {
    flex-grow: 1;
    flex-basis: auto;
    margin: .25em 0;
    /* padding: 0 1em; */
  padding: 0px;
    text-align: center;
    border-left: 1px solid #ccc;
    /* background-color: #fff; */
  list-style-type: none;
}

.policies li::before {
    content: none !important;
    padding: 0 0rem;
}

.subtitle {
    line-height: 1em;
    font-size: 2.2rem;
    letter-spacing: .06rem;
    color: rgba(var(--color-foreground), 1);
    font-weight: 500 !important;
}
@media screen and (max-width: 749px) {
    /* .banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media
Specificity: (0,4,0)
 {
        height: 24rem;
    } */

  .banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media, .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt)>.banner__media {
        height: 15em!important;
    }
}

.wo-u {
  text-decoration: underline;
  text-decoration-color: #ff5a00;
  text-decoration-thickness: .1em;
  text-underline-offset: 0.5rem;
}


.spice-spa-addon-product-wrapper {
  max-width: 44rem!important;
}

.wo-product-trademark {
    font-weight: 400;
    font-size: .5em;
    vertical-align: super;
}

.form__label {
    font-size: 1.0em;
    color: #000;
  font-weight: 600;
}
/* FIX OUT OF STOCK diag line */
.swatch-input__input:disabled+.swatch-input__label>.swatch:after, .swatch-input__input.visually-disabled+.swatch-input__label>.swatch:after {
    --diagonal--size: calc(var(--swatch-input--size) * 3.414)!important;
    --crossed-line--size: .4rem!important;
}

/* CSS for icon list on home page */
.wo-features-container-outer {
  background-color: #18191b;
  padding-top: 60px;
  padding-bottom: 40px;
}
.wo-features-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  gap: 4rem;
  /* gap: 1.5rem; */
}
.wo-feature {
  flex: 1 1 150px;
  max-width: 200px;
  height: 100%;
}
.wo-feature i {
  font-size: 4.5rem;
  margin-bottom: 0.5rem;
  color: #ff5a00;
}
.wo-feature p {
  font-size: 1.6rem;
  color: #ffffff;
  margin: 6px;
  padding-top: 8px;
  line-height: 1.2em;
}
@media (max-width: 768px) {
  .wo-features-container {
    gap: 2rem;
  }
}

/* FIX LINKS COLORING ON BLOGS (AND ELSEWHERE?) */
.rte a {
    color: #ff5a00!important;
    text-underline-offset: .3rem;
    text-decoration-thickness: .1rem;
    transition: text-decoration-thickness var(--duration-short) ease;
}

a.button:hover {
    /* color: #FFFFFF!important; */
    /* text-underline-offset: .3rem; */
    /* text-decoration-thickness: .1rem; */
    /* transition: text-decoration-thickness var(--duration-short) ease; */
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 750px) {
    .price--large {
        font-size: 2.8rem!important;
    }
}

.price--large {
    font-size: 2.2rem!important;
    line-height: calc(1 + .5 / var(--font-body-scale));
    letter-spacing: .13rem;
}

/* MAKE BANNER TEXT BACKGROUN SEMI-TRANSPARENT */
.slideshow__text.banner__box {
    background: #22222266;
}

.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper {
  background: #22222266;
}

.slideshow__controls--top {
    background-color: #141414;
}

.slider-button {
    color: #adadad!important;
}

.slider-counter__link--active.slider-counter__link--numbers {
  color: #adadad!important;
}

.slideshow__autoplay.slider-button {
  color: #adadad!important;
}

.slider-counter__link--numbers {
    color: #adadad!important;
}

.slideshow__autoplay path {
    fill: #adadad!important;
}

.banner__box>*+.banner__text {
    line-height: 1.1em;
    color: #d7d7d7;
}

.jdgm-widget.jdgm-widget {
    display: block;
    /* padding: 20px; */
}

.collection__description {
    line-height: 1.22em;
}

.jdgm-subtab__name {
    color: #4e4e4e !important;
    background-color: #f6f6f6  !important;
    text-decoration: none !important;
}

.jdgm-subtab__name.jdgm--active {
    background-color: #404040  !important;
    color: #e9e9e9 !important;
}

.jdgm-widget.jdgm-widget {
    display: block;
    padding: 0px !important; /* was 20px, but was cutting off */
}

.jdgm-row-actions, .jdgm-rev-widg__body, .jdgm-subtab, .jdgm-all-reviews__body, .jdgm-shop-reviews__body {
  max-width: 800px;
  margin: auto !important;
}

.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
  color: #404040 !important;
}

.jdgm-rev a, .jdgm-quest a {
  color: #404040 !important;
}

.product__accordion.accordion.quick-add-hidden>details summary {
    background-color: #404040 !important;
    color: #e9e9e9;
    font-weight: 800;
}

.accordion__title {
    color: #f6f6f6 !important;
}

.accordion .svg-wrapper {
    fill: #f6f6f6 !important;
}

.accordion .summary__title {
    padding-left: 12px !important;
}

.accordion__content {
    padding-top: 20px !important;
}

.product__info-wrapper .ct-helm-watch-entry-count-price {
  background-color: #252728;
  display: inline;
  padding: 6px 12px;
  color: #ffffff;
}
@media screen and (max-width: 690px) {
    .ct-helm-watch-entry-count-price {
            font-size: 12px;
    }
    .ct_helm_bonus_text {
      display: block;
    }
}


.product__info-wrapper .ct_helm_entries_icon_q {
  display: inline!important;
}

.tpo_popup-modal-button {
    border: 1px solid rgba(24, 24, 24, .55)!important;
    border-radius: 30px!important;
}
.tpo_option-tooltip {

    line-height: normal;
    font-size: smaller;

}

.tpo_option-html {
    margin-bottom: 0!important;
}

.tpo_option-set-wrapper.tpo_has-option-set{
   padding-bottom: 0px!important;
   margin-bottom: 0px!important;
}