/** Shopify CDN: Minification failed

Line 625:0 Expected "*/" to terminate multi-line comment

**/
/* Accordion Responsiveness */

  details[name="acc-row"]  {
    width: 100%;
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  @media screen and (max-width: 700px) {
    details[name="acc-row"] {
      max-width: 100%;
    }
  }

/* Page Styling: PDP Accordion / FAQs */
  .custom-page-style h3, 
  .custom-page-style h5, 
  .custom-page-style p, 
  .custom-page-style ul,
  .custom-page-style ol,
  .custom-page-style hr {
    margin-top: 0;
    margin-bottom: 0;
  }

  .custom-page-style h3 {
    margin-bottom: .7rem;
    font-size: 1.3em;
    letter-spacing: .1px;
    font-weight: 600;
  }

  .custom-page-style h5 {
    margin-bottom: .5rem;
    font-size: .95em;
    letter-spacing: .2px;
  }

  .custom-page-style ul,
  .custom-page-style ol {
    margin-bottom: 1rem !important;
  }

  .custom-page-style p,
  .custom-page-style li{
    margin-bottom: .3rem;
    line-height: 1.5;
  }

  .custom-page-style li > ul,
  .custom-page-style li > ol {
    margin-top: .2rem;
    margin-bottom: .5rem !important;
    margin-left: 1rem;
  }

  .custom-page-style hr {
    margin: .7rem 0;
  }

  .custom-page-style img {
    margin: 1rem 0;
    max-width: 700px;
    width: 100%;
    height: auto;
  }

/* Page Styling: PDP Accordion / Product Description */

  .custom-page-style2 p {
    margin-bottom: .2rem;
    line-height: 1.5;
  }

/* Page Styling: PDP Accordion / Materials & Features, Size Guide: Single-Size Products (Holiday, Baguette, Frame) */
  .custom-spec-table,
  .custom-spec-table table,
  .custom-spec-table thead,
  .custom-spec-table tbody,
  .custom-spec-table tr,
  .custom-spec-table td,
  .custom-spec-table ul{
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .custom-spec-table table {
    width: 100% !important;
    border-collapse: collapse !important;
  }

  .custom-spec-table td {
    vertical-align: top !important;
    padding-bottom: .9em !important;
  }

  .custom-spec-table td:first-child {
    width: 1%; 
    white-space: nowrap;
    padding-right: 2em !important; 
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .01em;
    padding-top: 0.2em !important;
  }

  .custom-spec-table td:nth-child(2) {
    width: auto;
    line-height: 1.5;
  }

  .custom-spec-table tr:last-child td {
    padding-bottom: 0 !important;
  }

  .custom-spec-table ul {
    list-style-position: inside !important;
  }

  .custom-spec-table br + span {
    display: block;
    margin-top: -.1em;
    font-size: .8em;
    font-weight: 400;
  }

/* Page Styling: PDP Accordion / Size Guide: Multi-Size Products (Hobo, Bowler, Laptop Sleeve, Shoes) */

  details:has(.custom-spec-table2) .page-block,
  details:has(.custom-spec-table2) .details-content {
    overflow-x: visible !important;
    display: block !important;
  }

  .custom-spec-table2::-webkit-scrollbar {
    height: .5em; 
  }

  .custom-spec-table2::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03); 
    border-radius: 10px;
  }

  .custom-spec-table2::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2); 
    border-radius: 10px;
  }

  .custom-spec-table2 {
    overflow-x: auto !important;
    display: block;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.03);
  }

  .custom-spec-table2 table {
    border-collapse: separate;
    border-spacing: 0;
    width: auto;
    min-width: max-content;
    display: table;
    margin: 0;
    padding: 0;
  }

  .custom-spec-table2 th:not(:first-child){
    line-height: 1.1;
    padding: 0 1em .5em;
    font-size: 0.9em !important;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500 !important;
    white-space: normal;
    word-break: break-word;
    background: #fff;
  }

  .custom-spec-table2 td {
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }

  .custom-spec-table2 td:not(:first-child){
    min-width: 70px;
    text-align: center;
    padding: .5em 1em;
  }

  .custom-spec-table2 td:first-child,
  .custom-spec-table2 th:first-child {
    width: max-content !important; 
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 0.01em;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 2em !important;
  }

  .custom-spec-table2 th:first-child {
    z-index: 3;
  }

  .custom-spec-table2 td:last-child ul,
  .custom-spec-table2 td:last-child ol {
    margin: 0;
    list-style-position: inside;
    text-align: left;
    width: max-content;
    line-height: 1.5;
  }

  .custom-spec-table2:has(td:last-child ul, td:last-child ol) thead th:last-child {
    text-align: left !important;
    padding-left: 1em !important;
  }

  .custom-spec-table2 tbody tr:last-child td {
    border-bottom: none;
    padding-bottom: 0 !important;
  }

/* Air Review Styling */

  .AirReviews-Card .AirReviews-Blocks__ReviewDetails-RatingInfo .AirReviews-Star--Icon-slim svg {
    width: 16px; 
    height: 16px;
  }

  .AirReviews-Card .AirReviews-Blocks__Date {
      font-size: .8rem !important; 
      color: #555 !important;     
  }

  .AirReviews-Card .AirReviews-Blocks__AuthorName {
    text-transform: capitalize;
  }

  .AirReviews-Card .AirReviews-Blocks__Avatar {
    width: 30px !important;
    height: 30px !important
  } 

  .AirReviews-Card,
  .AirReviews-NoReview__Inner {
    box-shadow: none !important;
    border: 1px solid #dedede;
    background-clip: padding-box !important; 
    border-radius: 0 !important;
  }

  .AirReviews-Blocks--Title {
    display: none !important;
  }

  .AirReviews-Blocks__SummaryInner {
      border: none !important;
      padding: 0 !important;
  }

 @media screen and (max-width: 749px) {
  .AirReviews-Blocks__SummaryInner {
      padding: 0 .5rem !important;
  }

  .AirReviews-Blocks__pagination {
   margin: 1rem 0 !important;
  }
 }

  .AirReviews-Blocks__LayoutList .AirReviews-Blocks__PresetModern .AirReviews-Blocks__List .AirReviews-Blocks__ListReview .AirReviews-Blocks__ReviewDetails, .AirReviews-Blocks__LayoutList.AirReviews-Blocks__PresetModern .AirReviews-Blocks__List .AirReviews-Blocks__ListReview .AirReviews-Blocks__ReviewDetails{
      margin-top: .5rem !important
      padding: 1rem 1rem 1.2rem !important;
  }
  .AirReviews-Select__Input {
    border: none !important;
    border-radius: 0 !important;
    background-color:rgb(248, 248, 248) !important;
    padding: 4px 10px !important;
  }

  .AirReviews-Pagination__label {
    padding: 0 5px;
  }

  .AirReviews-Pagination__button {
    border: 1 px solid #000 !important;
    border-radius: 100px !important;
  }

  .AirReviews-Blocks--Actions,
  .AirReviews-Blocks--Rate,
  .AirReviews-Blocks--List {
    padding: 0 !important;
  }

  .AirReviews-Blocks.AirReviews-Blocks__LayoutList.AirReviews-Blocks__PresetModern.AirReviews--PageWidth__Xl {
      padding: 0 !important;
      padding-bottom: 3rem !important
  }

  .AirReviews-Thumbnail,
  .AirReviews-Thumbnail--selected {
    overflow: hidden !important;   
    width: 60px !important;
    height: 60px !important;
  }

  .AirReviews-Thumbnail img,
  .AirReviews-Thumbnail--selected img {
    width: 100%;
    height: 100%;
    object-fit: cover !important; 
    display: block !important;    
    border-radius: 1px !important;
  }

  .AirReviews-Blocks .AirReviews-Blocks__List .AirReviews-Blocks__ListReview .AirReviews-Blocks__Author>.AirReviews-Blocks__AuthorInner .AirReviews-Blocks__AuthorName,
  .AirReviews-Blocks .AirReviews-Blocks__Summary .AirReviews-Blocks--Rate .AirReviews-Blocks--RateCount, 
  .AirReviews-Blocks__LayoutList .AirReviews-Blocks__PresetModern .AirReviews-Blocks__Summary .AirReviews-Blocks__SummaryLeft .AirReviews-Blocks--Information .AirReviews-Blocks--Rate .AirReviews-Blocks--ReviewCount span, .AirReviews-Blocks__LayoutList.AirReviews-Blocks__PresetModern .AirReviews-Blocks__Summary .AirReviews-Blocks__SummaryLeft .AirReviews-Blocks--Information .AirReviews-Blocks--Rate .AirReviews-Blocks--ReviewCount span {
    font-weight: 500 !important;
  }

  .AirReviews-StarRate .AirReviews-StarRate--Icon.AirReviews-StarRate-single-star>.Avada_Star-Icon span:first-child .AirReviews-Star__Classic path, .AirReviews-StarRate .AirReviews-StarRate--Icon.AirReviews-StarRate-single-star .Avada_Star-Icon .AirReviews-Star__Classic path {
    fill: #000 !important;
  }

  .AirReviews-Blocks .AirReviews-Blocks__List .AirReviews-Blocks__ListReview .AirReviews-Blocks__Avatar {
    font-size: 12px !important;
    font-weight: 500 !important;
  }

  .AirReviews-Blocks__Summary .AirReviews-Blocks--ReviewCount h3.AirReviews-Blocks--ReviewCount__Text.AirReviews-Text--bodyMd, .AirReviews-Blocks__Summary .AirReviews-Blocks--ReviewCount .AirReviews-Text--bodySm {
    letter-spacing: normal !important;
  }

  /* to fix weird Air Reviews extra margin */
  html, body {
    overflow-x: clipped;
  }

/* Copyright Styling */

  .utilities.footer-utilities {
    display: flex !important;
    justify-content: center !important; 
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
  }

  .footer-utilities__group-copyright {
    margin: 0 auto !important;
  }

/* Homepage Featured Collection Button ("View All")*/ 
  
  [data-testid="product-list"] .group-block-content {
    diplay: flex !important;
    flex-direction: row !important; 
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }

  [data-testid="product-list"] .group-block-content > a.link[href*="/collections/"] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: unset !important;
    min-width: unset !important;
    width: auto !important;
    color: inherit !important;
    white-space: nowrap !important;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    font-weight: 400; 
    cursor: pointer;
    text-transform: uppercase;
  }

  [data-testid="product-list"] .group-block-content > a.link[href*="/collections/"]:hover {
    font-weight: 500 !important; 
    background: transparent !important;
    text-decoration: underline !important;
  }

  .text-block--AY3E1dGN2emxTdFpje__text_WhXwJK {
    width: auto !important;
    flex: 0 1 auto !important;
  }

  /* Collection Carousel Section Hover*/

  .collection-card .text-block p {
    font-weight: 300 !important; 
  }

  .collection-card:hover .text-block p,
  .collection-card:active .text-block p {
    font-weight: 500 !important;
    text-decoration: underline !important;
    text-underline-offset: 5px;
  }

  .collection-card .text-block {
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: antialiased;
  }

/* Footer Styling */ 
  /* Left Grp Top Alignment */

    .footer-content .group-block-content.layout-panel-flex--row {
        align-items: flex-start !important;
    }

    .footer-content .menu__details {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .footer-content .menu__heading {
        margin-top: 0 !important;
        padding-top: 0 !important;
        line-height: 1.2; 
    }

  /* Right Grp Right Alignment */
      .footer-content {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
        width: 100% !important;
    }

    .footer-content > .group-block:last-child {
        flex: 0 0 auto !important;
        margin-left: auto; 
    }

  /* Left Grp Spacing */

    .footer-content {
        display: flex !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
    }

    .footer-content .group-block:first-child .group-block-content {
        justify-content: flex-start !important;
        gap: 40px !important; 
        width: auto !important;
    }

    .footer-content .menu {
        width: auto !important;
        min-width: max-content !important; 
        flex: 0 0 auto !important;
    }

    .footer-content .group-block:last-child {
        margin-left: auto !important;
    }

  /* H3 Margins & Padding */

    .footer-content .h3, 
    .footer-content summary.menu__heading {
        margin: 0 !important;
        padding: 0 0 5px 0 !important; 
        line-height: 1.2 !important;
        display: flex;
        align-items: center;
    }

    .footer-content .text-block.h3 p {
        margin: 0 !important;
    }

    .footer-content .list-unstyled {
        margin: 0 !important;
        padding: 0 !important;
    }

    .footer-content .group-block-content {
        align-items: flex-start !important;
    }

  /* Social Icons Right Alignment */
    .social-icons__wrapper {
        display: flex !important;
        justify-content: flex-end !important;
        width: 100% !important;
        gap: 15px;
      }

    .social-icons__icon-wrapper {
        margin: 0 !important;
    }


  /* Mobile */
  @media screen and (max-width: 749px) {
    .footer-content,
    .footer-content .group-block-content {
        flex-direction: column !important;
        width: 100% !important;
        display: block !important; 
    }

    .footer-content.spacing-style {
      padding: 0 0 20px !important;
    }

    .footer-content .menu {
        width: 100% !important;
        min-width: 100% !important;
        margin-bottom: 10px; 
    }

    .footer-content summary.menu__heading {
        width: 100% !important;
        justify-content: space-between !important;
        padding: 15px 0 !important; 
        border-bottom: 1px solid rgba(var(--color-border-rgb), 0.1);
    }

    .footer-content .text-block.h3, 
    .footer-content .text-block.h3 p {
        text-align: left !important; 
    }

    .social-icons__wrapper {
        justify-content: flex-start !important;
    }

    .email-signup-block {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 0 1rem!important;
    }

    .footer-content > .group-block:last-child {
        margin-top: 30px !important; 
    }

    .footer-content .menu__item a {
      font-size: 14px !important;
    }

    .footer-content .text-block.h3 p {
      line-height: 1.2 !important;
    }

    .divider-sections--20149861843100__divider_bNbqWH {
    --padding-block-end: 0 !important;
  }
      .email-signup__input-group--integrated {
      --border-radius: 0px !important;
      border-radius: 0 !important;

      border-top: none !important;
      border-left: none !important;
      border-right: none !important;
      border-bottom: var(--border-width) solid currentColor !important;
      
      background: transparent !important;
    }

    .email-signup__input {
      padding-left: 5px !important;
      font-size: 14px !important;
    }
    }

/* Menu Drawer Styling */ 
  .menu-drawer__navigation,
  .mega-menu {
    --menu-top-level-font-size: 12px !important;
    --menu-parent-font-size: 10px !important;
    --menu-parent-font-weight: 800 !important;
    --menu-child-font-size: 14px !important;
    --menu-child-text-transform: capitalize !important;
  }

  .menu-drawer__menu-item--child {
    line-height: 2.5 !important;
  } 

/* Toggle Images on Menu Bar */ /*
  .menu-drawer__featured-content,
  .mega-menu__content-list {
    display: none !important;
  } */

/* Disable Slideshow Slides Vertical Scroll */
  slideshow-slides {
    overflow-y: clipped;
  }

/*
