/** Shopify CDN: Minification failed

Line 9:22 Expected identifier but found whitespace
Line 9:23 Unexpected "'bureau-grot-condensed'"

**/
/* variable */

--heading-font-family: 'bureau-grot-condensed', sans-serif;
--text-font-family: 'bureau-grot', sans-serif;


/* general */
body {
  font-family: 'bureau-grot', sans-serif;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'bureau-grot-condensed', sans-serif;
  font-weight: 500;
}

.button, .btn {
  font-family: 'bureau-grot-condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.underline {
  border-bottom: 1px solid #c0c0c0;
}

.circle-button--fill {
  background: rgba(170,170,170, 0.8);
}

.circle-button {
  border: 1px solid #000;
}

/* hero */

.hero_content {
  max-width: 850px !important;
  .text {
    margin-block-start: 0.4rem;
    line-height: 1.3;
  }
  .subheading {
    font-size: 0.9rem;
    margin-block-start: 1rem;
  }
}

.hero_content.prose {
  a.button {
    margin-block-start: 1rem !important;
    font-size: 0.95rem;
  }
}

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

  .hero_content {
    padding: 2rem;
  }
}


/* helper */

  .mb-1 {
    margin-bottom: 1rem;
  }
  .pb-05 {
    padding-bottom: 0.5rem;
  }

  .uppercase {
    text-transform: uppercase;
  }

 .capitalize {
    text-transform: capitalize;
  }

.fw-400 {
  font-weight: 400;
}

  .fw-500 {
      font-weight: 500;
  }

  .fw-400 {
      font-weight: 400;
  }

  .fw-300 {
      font-weight: 300;
  }

  .order-3 {
    order: 3;
  }

/* form */

.input, 
.textarea {
  background: #fff;
}

.input.is-floating, 
.select.is-floating,
.floating-label {
  height: 60px;
}

.klaviyo_footer {
  h3 {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #c0c0c0;
  }
}

/* header */

.header__link-list {
    gap: 1.5rem;
}

.header__link-list a,
.header__link-list summary {
  font-family: 'bureau-grot-condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1;
}

.announcement-bar {
  padding-block-start: 8px;
  padding-block-end: 8px;
}

.announcement-bar p {
  font-size: 0.8rem;
  font-weight: 400;
}

.header__secondary-nav {
  justify-content: space-around;
  align-items: flex-end;
  flex-direction: column;
  height: 100%;
}

.header__secondary-nav .header__link-list a {
  font-family: 'bureau-grot', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
}

.header__secondary-nav .lang_selector button {
  font-family: 'bureau-grot', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.7rem;
  span.bold {
    font-weight: 300;
    font-size: 0.7rem;
    line-height: 1.1;
  }
}

.header__secondary-nav .neon_icon {
  margin-right: 5px;
}

.v-stack .h3 {
  /*font-weight: 400;*/
}

.mega-menu__nav a {
  font-family: 'bureau-grot', sans-serif;
  text-transform: none;
  font-size: 0.9rem;
  font-weight: 300;
}

.mega-menu__nav a.megamenu_title {
  font-family: 'bureau-grot-condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1rem;
}

.buy-buttons--compact {
  grid-template-columns: unset;
  grid-column: 1;
}

.header__link-list .contents > li:nth-child(5) a,
.panel__scroller ul > li:nth-child(5) a span span {
  color: #c42020;
}

/* home */
.content-over-media::before {
  content: "";
  /*background: rgba(0,0,0,0.1);*/
}

.images-link-content.content-bottom{
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.images-link-button {
  padding: 8px 20px;
  background: #fff;
  color: #000;
  font-family: 'bureau-grot-condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.content-over-media > video-media:not([autoplay])[loaded] ~ .video_load {
  opacity: 1;
  visibility: visible;
}



/* footer */

.footer__block {
  gap: var(--spacing-4);
}

.footer_title.h6 {
  font-weight: 400;
  font-size: 1rem;
}

.footer__block--menu a {
  font-weight: 300;
  font-size: 0.85rem;
}

.footer__aside-content {
  gap: var(--spacing-4);
  display: grid;
}

.footer__block--newsletter p {
  font-weight: 300;
  font-size: 0.85rem;
}

.footer_aside-blocks {
  gap: var(--spacing-4);
  display: grid;
}

/* country selector */

.locale_selector-neon {
  background: #fff;
  padding: 0.5rem 1rem;
}



/* checkout */

.sezzle-checkout-button {
  width: 100%;
}



@media screen and (min-width: 1000px) {
  
  .popover-listbox__option {
    justify-content: end;
    padding-block-end: 0.5rem;
    padding-inline-end: 1.2rem;
  }
  
}

/* pdp */

.product-info__title {
  font-weight: 400;
}

.shopify-section--multi-column .section-stack {
  background: #f5f5f5;
  padding: 4rem 2rem;
  border-radius: 10px;
}


.text-with-icons {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.text-with-icons__item {
  padding: 1.5rem 0;
}

.text-with-icons__text-wrapper .prose p {
  margin-block-start: 0;
}

video-media > img {
  display: none;
}

video-media:not([loaded]) > :is(video, iframe), video-media[loaded] > img, video-media[loaded] > svg, video-media[loaded]::part(play-button),
video-media video {
  opacity: 1;
  visibility: visible;
}

.product-gallery__media video-media::part(play-button) {
  display: none;
}

.product-info__badge-list.bagde_list_neon {
    position: relative;
    top: 0;
    height: 45px;
  .custom_badge {
    top: 0;
    left: var(--product-card-badge-spacing);
    position: absolute;
  }
}

.product-info__variant-picker .color-swatch {
  margin: 1px;
   width: 40px;
  height: 40px;
}


.product-info__variant-picker {


  .color-swatch::before {
    /*border: 0.5px solid #acaeae;*/
    padding: 0.250rem;
    box-shadow: none;
    opacity: 1;
    transform: scale(1);
  }
   .sale + .color-swatch::before {
    box-shadow: none;
     border: 2px dashed red;
  }
  :checked + .color-swatch::before, 
  .color-swatch.is-selected::before {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 2px #4f98b0;
    border: 1px solid #4f98b0;
  }


}

.shopify-section--main-product {
  .benefit_title {
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
    margin-top: 3rem;
  }
  .product_benefits {
    li {
      font-size: 0.95rem;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0.125em;
      margin-bottom: 1.3rem;
      display: flex;
      justify-content: flex-start;
      align-items: center;

      span {
        width: 36px;
        height: 36px;
        background-size: 36px;
        background-repeat: no-repeat;
        position: relative;
        display: inline-block;
        margin-right: 15px;
      }
    }
    .insulated_main_compartment span {
      background-image: url('/cdn/shop/files/InsulatedMainCompartment.webp?v=1728688533');
    }
    .lunch_essential span {
      background-image: url('/cdn/shop/files/LunchEssential.webp?v=1728688533');
    }
    .recycled_600D_poly_main_body_fabric span {
      background-image: url('/cdn/shop/files/PDP_Benefit_Icons_100Recycled600DPolyMainBodyFabric.webp?v=1728688533');
    }
       .adaptive_design span {
      background-image: url('/cdn/shop/files/PDP_Benefit_Icons_AdaptiveDesign.webp?v=1728688533');
    }
       .adjustable_strap span {
      background-image: url('/cdn/shop/files/AdjustableStrap.webp?v=1728688533');
    }
       .bottom_compression_straps span {
      background-image: url('/cdn/shop/files/BottomCompressionSraps.webp?v=1728688533');
    }
       .dedicated_zippered_laptop_compartment span {
      background-image: url('/cdn/shop/files/PDP_Benefit_Icons_DedicatedZipperedLaptopCompartment.webp?v=1728688533');
    }
       .dual_water_bottle_pockets span {
      background-image: url('/cdn/shop/files/PDP_Benefit_Icons_DualWaterBottlePockets.webp?v=1728688533');
    }
       .drawstring_closure span {
      background-image: url('/cdn/shop/files/DRAWSTRING_CLOSURE.webp?v=1728688533');
    }
       .extra_large_capacity span {
      background-image: url('/cdn/shop/files/PDP_Benefit_Icons_XLCapacity.webp?v=1728688533');
    }
       .holds_essentials span {
      background-image: url('/cdn/shop/files/HoldsEssentials.webp?v=1728688533');
    }
       .laptop_lounge span {
      background-image: url('/cdn/shop/files/LAPTOP_LOUNGE.webp?v=1728688533');
    }
       .laptop_sleeve span {
      background-image: url('/cdn/shop/files/PDP_Benefit_Icons_LaptopSleeve.webp?v=1728688533');
    }
       .multiple_compartments span {
      background-image: url('/cdn/shop/files/MultipleCompartments.webp?v=1728688533');
    }
       .multi_wear_design span {
      background-image: url('/cdn/shop/files/MultiWear.webp?v=1728688533');
    }
       .organizer_compartment span {
      background-image: url('/cdn/shop/files/PDP_Benefit_Icons_OrganizerCompartment.webp?v=1728688533');
    }
       .pint_sized_but_surprisingly_roomy span {
      background-image: url('/cdn/shop/files/PDP_Benefit_Icons_PintSizedSuprisinglyRoomy.webp?v=1728688533');
    }
           .premium_details_and_fabrics span {
      background-image: url('/cdn/shop/files/PDP_Benefit_Icons_PremiumDetailsFabrics.webp?v=1728688533');
    }
           .reinforced_bottom_boot span {
      background-image: url('/cdn/shop/files/REINFORCED_BOTTOM_BOOT.webp?v=1728688533');
    }
           .side_access_laptop_sleeve span {
      background-image: url('/cdn/shop/files/SIDEACCESSLAPTOPSLEEVE.webp?v=1728688533');
    }
           .travel_essential span {
      background-image: url('/cdn/shop/files/PDP_Benefit_Icons_-_Layout_TravelEssential.webp?v=1728688533');
    }
           .trolley_slip span {
      background-image: url('/cdn/shop/files/Trolley_Slip.webp?v=1728688533');
    }
           .water_bottle_pocket span {
      background-image: url('/cdn/shop/files/PDP_Benefit_Icons_WaterBottlePocket.webp?v=1728688533');
    }
           .wheeled_design span {
      background-image: url('/cdn/shop/files/WheeledDesign.webp?v=1728688533');
    }
           .zippered_stash_pocket span {
      background-image: url('/cdn/shop/files/ZipperedStashPocket.webp?v=1728688533');
    }
           .easy_hang_design span {
      background-image: url('/cdn/shop/files/EASY_HANG_DESIGN.webp?v=1728693665');
    }
            .zip_compartment span {
      background-image: url('/cdn/shop/files/ZipCompartment.webp?v=1728693664');
    }

            .durable_cordura_fabric span {
      background-image: url('/cdn/shop/files/cordura.webp?v=1728693665');
    }

    .padded_shoulder_strap span {
      background-image: url('/cdn/shop/files/PDP_Benefit_Icons_PaddedShoulderStraps.webp?v=1728693665');
    }

    .luggage_trolley_pass-through span {
      background-image: url('/cdn/shop/files/luggage_trolley_pass-through.png?v=1739202961');
    }
        .tuck_away_shoulder_straps span {
      background-image: url('/cdn/shop/files/tuck_away_shoulder_straps.png?v=1739203043');
    }
        .removable_adjustable_strap span {
      background-image: url('/cdn/shop/files/removable_adjustable_strap.png?v=1739203093');
    }
        .packable_side_pocket span {
      background-image: url('/cdn/shop/files/packable_side_pocket.png?v=1739203123');
    }
        .minimalist_design span {
      background-image: url('/cdn/shop/files/minimalist_design.webp?v=1739203168');
    }
        .top-loading_design span {
      background-image: url('/cdn/shop/files/top-loading_design.jpg?v=1739203232');
    }
        .large_mesh_front_pocket span {
      background-image: url('/cdn/shop/files/large_mesh_front_pocket.png?v=1739203273');
    }
    
    
  }
}


/* plp */

[role="main"] .shopify-section.shopify-section--collection-banner {
  background: #fff;
}

.collection-header {
  text-align: left;
  h1 {
   text-align: center; 
  }
}

.product-card__info {
    justify-items: center;
}

.product-card__title {
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'bureau-grot-condensed', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  a.bold {
    font-weight: 400;
  }
}

.product-card__info .price-list {
  text-align: center;
  justify-content: center;
  font-size: 0.9rem;
}

.color-swatch--sm {
  --swatch-size: 1.5rem;
  --swatch-offset: 2px;
}

.color-swatch::before {
  box-shadow: 0 0 0 2px #4f98b0;
}

.color-swatch__view-more {
  padding: 1px 7px
  color: rgb(var(--text-color) / 1);
  border-width: 1px;
  margin-inline-start: var(--spacing-1-5);
  height: 27px;
  width: 27px;
  line-height: 2.5;
}

.bottom_description {
  text-align: center;
  font-size: 0.95rem;
  font-weight: 300;
  max-width: 900px;
  margin: 5rem auto;
  strong {
    font-weight: 400;
    font-size: 1.3rem;
     font-family: 'bureau-grot-condensed', sans-serif;
  }
  ul,
   ul li {
         list-style-type: none;
   }
}

.collection__top-bar {
  button.filter_icon {
    background: #4f98b0;
    color: white;
    padding: 13px 20px;
    text-transform: uppercase;
    border-radius: 0.25rem;
  }

}


.product-card__badge-list {
  left: unset !important;
  width: 100%;
  .badge--on-sale,
  .on-sale-badge {
    right: var(--product-card-badge-spacing);
    position: absolute;
  }
  .custom_badge {
    left: var(--product-card-badge-spacing);
    position: absolute;
  }
}



/* filters */

.removable-facet {
  background: #4f98b0;
  color: white;
}
.facets__floating-filter {
  button {
    background: #4f98b0 !important;
  }
}

.facets_images {
  flex-direction: column;
}

.facets-horizontal {
  gap: var(--spacing-2);
}

.horizontal_facet-pill {
  background: #4f98b0;
  padding: 8px 14px;
  border-radius: 4px;
  span {
    color: #fff;
    font-family: 'bureau-grot-condensed', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.050rem;
  }
}


  .facets_images-title {
    text-align: center;
  }

.facets_images-title .h1 {
  font-size: 3rem;
}

.facets_images-title .h2 {
  font-size: 2.4rem;
}

.facets_images-values .facet-dialog-option {
  padding: 1rem;
  opacity: 1;
}

.sort-by-facet {
  flex: 0;
  justify-content: start;
  margin-right: auto;
  margin-left: unset;
  letter-spacing: 0.050rem;
  .popover {
    right: unset !important;
  }
}

/* pages */

.shopify-section--main-product {
  p,ul li {
    font-size: 1.6rem;
  }
}

.shopify-section--contact,
.shopify-section--faq {
  p,ul li {
    font-size: 0.9rem;
  }
}

/* badges */

.custom_badge.best_seller {
  background-image: url('/cdn/shop/files/best_seller.webp?v=1715717571');
}

.custom_badge.new_arrivals-true {
  background-image: url('/cdn/shop/files/new.webp?v=1715717572');
}

.custom_badge.online_exclusive {
  background-image: url('/cdn/shop/files/online_exclusive.webp?v=1715717571');
}

.custom_badge.adaptive {
  background-image: url('/cdn/shop/files/Adaptive_Badge_R2.webp?v=1728319997');
}

.custom_badge {
  width: 2.8rem;
  height: 2.8rem;
  background: #f5f5f5;
  background-repeat: no-repeat;
  background-size: 100%;
}

html:lang(fr-CA) {
  .custom_badge.new_arrivals-true {
    width: 5.6rem;
  }
  .custom_badge.new_arrivals-true {
    background-image: url('/cdn/shop/files/new_fr.png?v=1728486421');
  }
}

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

  .sm\:order-1 {
    order: 1;
  }
  
  .sm\:order-2 {
    order: 2;
  }

}

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

  .facets_images-label {
    display: block;
    height: 42px;
  }

  .collection-card__content:first-child {
    margin-block-end: 0;
  }
  
}

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

  .panel__wrapper {
      .mobile_menu-links {
        font-weight: 400;
    }
    .back_icon {
      font-weight: 400;
     /* text-transform: none;
      font-family: 'bureau-grot', sans-serif;
      font-size: 0.8rem;*/
    }
  }
  
  .panel__wrapper .neon_icon {
    top: 2px;
    margin-right: 5px;
  }

  .panel__wrapper .circle-chevron {
      background: #fff;
      width: var(--spacing-10);
      height: var(--spacing-10);
    }
  
  .mobile_secondary a {
    font-size: 0.7rem;
  }
  
}


@media screen and (min-width: 700px) {
  .collection-header {
    margin-block-start: var(--spacing-8);
    margin-block-end: var(--spacing-8);
  }
  .product-card__aside {
    margin-block-start: var(--spacing-1);
    margin-block-end: var(--spacing-2);
  }
  .prose * + :is(p, div, ul, ol) {
    margin-block-start: 0;
  }
  .cart-form {
    padding: 2rem;
  }
}

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

  .collection-header {
    text-align: left;
    h1 {
     text-align: left; 
    }
  }

  .collection__top-bar {
    align-items: center;
  }
  .facets-summary {
    align-items: center;
  }
  .facets_images {
    flex-direction: row;
  }

  .facets_images-title {
    text-align: left;
    .h1,
    .h2 {
      line-height: 0.9;
      font-weight: 600;
    }
  }
  .facets_images-title .h1 {
    font-size: 4rem;

  }
  .facets_images-title .h2 {
    font-size: 2.4rem;
  }
  .facets_images-title {
    flex-basis: 25%;
  }
  .facets_images-values {
    flex-basis: 75%;
  }
  .collection--filters-horizontal .collection__top-bar {
    padding-bottom: 1rem;
  }
  .facets_images-values .facet-dialog-option {
    padding: 0;
  }
  
  .collection--filters-horizontal {
    .sort-by-facet {
    flex: 0;
    border: 2px solid #4f98b0;
    border-radius: 4px;
    padding: 6px 10px;
    span:not(.circle-chevron) {
      text-transform: uppercase;
      font-size: 1rem;
      color: #4f98b0;
      font-family: 'bureau-grot-condensed', sans-serif;
    }
  }

    .white-icon {
      background: #4f98b0;
      .icon {
        color: #fff;
      }
    }
    .turk-icon {
      background: #fff;
      .icon {
        color: #4f98b0;
      }
    }
    
  }
}

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


  /* header */
  .header__logo {
    margin-bottom: -1.3rem;
  }
  .header__link-list {
    gap: 1rem;
  }
  .header__wrapper {
    align-items: flex-end;
    gap: 1rem;
  }
  .header__logo-image {
    left: -25px;
    position: relative;
  }

  /* helper */
  .t-m2 {
    top: -2px;
  }
  .t-m3 {
    top: -3px;
  }


  /* footer */
  .footer__wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  .footer__aside-top {
    align-items: flex-start;
  }
  .footer__block--menu {
    flex-grow: 1;
  }
  .footer__block--menu:last-child {
    margin-inline-end: 0;
  }

  /* pdp */
  .product-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-with-icons__item:last-of-type {
    border-left: 1px solid #ddd;
  }

  
}