/*============================================================================
  ONDO Table of Contents
	
  #Typography & Colors
  #Common Elements
  #Announcement Bar
  #Header
  #Header Sidebar
  #Footer
  #Product Card
  #Product Info
  #Product Size Chart
  #Product Gallery
  #Collection
  #Section - Apps
  #Section - No Slip Guarantee
  #Section - Logo List
  #Section - Collection List
  #Section - Multi Column
  #Section - Image with Text
  #Section - Image with Text (custom)
  #Section - Rich Text
  #Section - Image with Text Overlay
  #Section - Product Attributes
  #Section - Why ONDO
  #Section - Newsletter
  #Section - FAQ
  #Custom Overrides
  #BFCM Holiday

==============================================================================*/


/*============================================================================

  #Typography & Colors

==============================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

b,
strong {
  font-weight: 800;
}

/*============================================================================

  #Common Elements

==============================================================================*/

.break-none {
  word-break: keep-all;
  white-space: nowrap;
}

.button {
  border-radius: 90px;
  font-weight: 500;
}

.button:not([type="submit"]) {
  min-width: 220px;
  min-height: 50px;
  padding-block: 14px;
}

.button:not(.button--outline) {
  border: 0;
}

.button.button--condensed {
  font-weight: 800;
  min-width: 140px;
  min-height: 30px;
  font-size: 0.625rem;
  padding-block: 0;
  @media screen and (min-width: 1000px) {
    min-width: 230px;
    min-height: 48px;
    font-size: 1rem;
  }
}

.color-swatch:before {
  content: '';
  position: absolute;
  width: calc(var(--swatch-size) - 4px);
  height: calc(var(--swatch-size) - 4px);
  border-radius: 100%;
  border: 1px solid lightgrey;
}

:disabled+.block-swatch:before, .block-swatch.is-disabled:before {
  background: linear-gradient(to bottom right, transparent calc(50% - 1px), var(--swatch-disabled-strike-color) calc(50% - 0px) calc(50% + 1px), transparent calc(50% + 2px));
  opacity: .4;
}

:disabled+.block-swatch:after, .block-swatch.is-disabled:after {
  content: "";
  background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50% + .5px), transparent calc(50% + .5px));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

:disabled+.block-swatch:after, .block-swatch.is-disabled:after {
  background: linear-gradient(to bottom left, transparent calc(50% - 1px), var(--swatch-disabled-strike-color) calc(50% - 0px) calc(50% + 1px), transparent calc(50% + 2px));
  opacity: .4;
}

product-card[handle="navidium-shipping-protection"] {
  display: none;
}


/*============================================================================

  #Announcement Bar

==============================================================================*/

.shopify-section--announcement-bar {

  .announcement-bar__carousel {
    max-width: 38rem;
  }
}


/*============================================================================

  #Header

==============================================================================*/

.shopify-section--header {

  .header__primary-nav  {

    .header__dropdown-columns {
      column-count: 2;
      min-width: 25rem;
      max-width: 35rem;

      :is(a,summary) {
        display: inline-block;
      }
    }
  }

}



/*============================================================================

  #Header Sidebar

==============================================================================*/

.header-sidebar::part(close-button) {
  color: #ff7e67;
}

.header-sidebar {

  .divide-y>:not([hidden])~:not([hidden]) {
    border-color: #ff7e67;
  }

  .header-sidebar__back-button.is-divided {
    border-color: #ff7e67;
  }

  .header-sidebar__footer {
    color: #ff7e67;

    a, svg {
      color: #3959ff;
    }
  }
  
  .header-sidebar__social {
    border-top: 1px solid;

    a, svg {
      color: #3959ff;
    }
  }
  
}


/*============================================================================

  #Footer

==============================================================================*/

.shopify-section--footer {
  @media screen and (min-width: 1000px) {
    .footer__block-list {
      column-gap: 2rem;
    }
    .footer__block {
      flex-basis: calc(33% - 2rem);
      min-width: calc(33% - 2rem);
      width: calc(33% - 2rem);
    }
  }
  
  @media screen and (min-width: 1400px) {
    .footer__block-list {
      column-gap: 3rem;
    }
    .footer__block {
      flex-basis: calc(33% - 3rem);
      min-width: calc(33% - 3rem);
      width: calc(33% - 3rem);
    }
  }

  .h5 {
    color: #ff7e67;
  }

  .footer__block--newsletter {

    .input {
      color: #3959ff;
      border-color: #3959ff;
      border-radius: 90px;
      text-align: center;
      width: 100%;
      min-height: 50px;
    }

    :is(.input, .textarea, .select)::placeholder {
      color: #3959ff;
    }

    .button {
      width: 100%;
      min-height: 50px;
      min-width: unset;
      @media screen and (max-width: 699px) {
        font-size: inherit;
      }
    }
  }

}


/*============================================================================

  #Product Card

==============================================================================*/

.product-card {

  .product-title {
    font-weight: 600 !important;
    font-size: 0.8125rem;
    line-height: 20px;
    max-width: 225px;
    margin: 0 auto;
    text-align: center;
    @media screen and (max-width: 699px) {
      font-size: 0.6875rem;
      line-height: 18px;
    }
  }

  .product-card__info {

    .discount-message {
      color: var(--ondo-on-sale-text);
      text-transform: uppercase;
      font-size: var(--text-h6);
      line-height: 1.7;
      font-weight: 700;
      @media screen and (max-width: 699px) {
        font-size: 0.6875rem;
      }
    }

    .price-list * {
      font-weight: 700;
      @media screen and (max-width: 699px) {
        font-size: 0.6875rem;
      }
    }

    fieldset {
      max-width: 220px;
    }

    .show-more {
      display: inline-block;
      margin: 0 5px;
      font-size: 0.8125rem;
      @media screen and (max-width: 699px) {
        font-size: 0.725rem;
      }
    }
  }

  .product-card__info:has(.show-more) label.color-swatch:nth-of-type(n+10) {
    display: none;
  }

  .product-card__info:not(:has(.product-card__quick-view)) {
    padding-bottom: 1rem;
  }

  fieldset[unselected-option] input:nth-child(1) + label {
    border-color: currentColor;
  }

  .product-card__colors [value="Mixed Classics"] + label {
    display: none;
  }
  
}

@media screen and (min-width: 1000px) {
  
  .product-card:hover {
    z-index: 1;
  
    
    .product-card__info:has(.show-more) label.color-swatch:nth-of-type(n+10) {
      display: grid;
    }
  
    .show-more {
      display: none;
    }
  }

}




/*============================================================================

  #Product

==============================================================================*/

.template-product {
  opacity: 0;
}

.template-product.selectors-loaded {
  opacity: 1;
}

.product {
  @media screen and (max-width: 699px) {
    margin-bottom: -1.875rem;
  }
}





/*============================================================================

  #Product Info

==============================================================================*/

.product-info {

  [data-block-type="@app"] {
    margin: 0;

    .yotpo-widget-instance .yotpo-sr-bottom-line-text {
      font-size: var(--text-h5) !important;
      font-weight: 500 !important;
    }
    .yotpo-reviews-star-ratings-widget.yotpo-star-ratings-widget-override-css.yotpo-device-mobile.yotpo-star-ratings-clickable {
      justify-content: flex-start !important;
    }
  }
  
  [data-block-type="price"] {
    .discount-message {
      color: var(--ondo-on-sale-text);
      margin-left: 1rem;
      text-transform: uppercase;
      font-weight: 700;
      min-width: max-content;
    } 
    .price-list * {
      font-weight: 700;
    }
    .price-list--product {
      @media screen and (max-width: 699px) {
        column-gap: 0.5rem;
      }
    }
  }

  [data-block-type="accordion"] {
    summary:has(.accordion__toggle[style^="background-color"]) + .accordion__content {
      padding-top: 2rem;
    }
  }

  [data-block-type="product-siblings"] {
  
    .product-siblings {
        width: 100%;
        max-width: 480px;
        margin: 8px 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
        padding: 6px;
        border-radius: 9999px;
        background: #eaeaea;
        border: 1px solid #e5e7eb;
        box-sizing: border-box;
    }

    .product-siblings__selector {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 12px;
        border-radius: 9999px;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        color: #111827;
        background: transparent;
        transition: background .15s, box-shadow .15s, transform .02s;
    }

    .product-siblings__selector.is-selected {
      background: #fff;
      box-shadow: 0 1px 1px rgba(0, 0, 0, .06), inset 0 0 0 1px #d1d5db;
    }

    .product-siblings__selector:has(.product-siblings__selector-highlight) {
        flex-direction: column;
        padding: 5px 12px 18px 12px;
    }

    .product-siblings__selector-highlight {
        position: absolute;
        margin-top: 28px;
        font-size: 11px;
    }
  }
  
  [data-block-type="variant-picker"] {
    
    :checked+.block-swatch, .block-swatch.is-selected {
      border-color: var(--ondo-button-background);
      background: var(--ondo-button-background);
      color: var(--ondo-button-text-color);
    }
    
    .variant-picker__option-values input {
      display: none;
    }

    .size-chart {
      color: #3959ff;
      background: unset;
      border-bottom: 1px solid #000;
      line-height: 1;
    }

    .sold-out-label {
      color: red;
    }

    .variant-picker__option-values [value="Mixed Classics"] + label {
      display: none;
    }

    .variant-picker__option-values .block-swatch {
      border-radius: 6px;
      overflow: hidden;
    }
  }

  [data-block-type="offers"] {
    .stars-wrapper {
      display: flex;
      justify-content: center;
      gap: 0.25rem;
      padding-top: 0.25rem;
    }

    a {
      color: #3959ff;
    }
  }
  
  [data-block-type="buy-buttons"] {
     button[disabled] {
      filter: grayscale(1);
    }
    
    .buy-buttons .button {
      min-height: 3.125rem;
    }
    
    button#SI_trigger {
      border-color: #000 !important;
      background: #000 !important;
      color: var(--ondo-button-text-color) !important;
      padding: 0.65rem 1.75rem;
      margin: 0 !important;
      letter-spacing: var(--button-letter-spacing);
      border-radius: 90px;
    }
  }

  [data-block-type="payment-terms"] {
    margin-block: 0;
    
    .payment-terms {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 0.5rem;
      font-size: .875rem;

      img {
        height: .875rem;
      }
  
      img[data-afterpay-modal] {
        cursor: pointer;
      }
    }
  
  }
  
  [data-block-type="variant-picker"] + [data-block-type="payment-terms"]  {
    margin-block-start: -0.5rem;
  }
  
}

@media screen and (max-width: 699px) {
  .product-info--center [data-block-type="@app"] .yotpo-reviews-star-ratings-widget.yotpo-star-ratings-widget-override-css.yotpo-device-mobile.yotpo-star-ratings-clickable {
    justify-content: center !important;
  }
  .product-info--center :is([data-block-type=price]) .h-stack {
    /*justify-content: center;*/
    justify-content: left; /* lemma adjustment */
  }
}



/*============================================================================

  #Product Size Chart

==============================================================================*/

.product__size-chart {

  h5 {
    text-align: center;
    font-weight: 700;
    font-size: 0.875rem;
    @media screen and (max-width: 999px) {
      font-size: 0.75rem;
    }
  }

  .table_component {
    overflow: auto;
    width: 100%;
    font-size: 0.875rem;
    @media screen and (max-width: 999px) {
      font-size: 0.75rem;
    }
  }
  
  .table_component table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
  }
  
  .table_component table + table {
    margin-top: 1rem;
  }
  
  .table_component th {
    text-align: center;
    letter-spacing: 0;
    font-size: 0.875rem;
    border: 1px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
    opacity: 1;
    @media screen and (max-width: 999px) {
      font-size: 0.75rem;
    }
  }
  
  .table_component td {
    border: 1px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
  }
  
  .table_info {
    font-size: 0.8125rem;
    @media screen and (max-width: 999px) {
      font-size: 0.75rem;
    }
  }
  
  .table_info ul {
    margin-left: 1rem;
  }

  @media screen and (max-width: 749px) {
    .size-chart__headbands table tr > *:first-of-type {
      width: 50px;
    }
    .size-chart__headbands table tr > *:last-of-type {
      width: 115px;
    }
  }
  
}




/*============================================================================

  #Product Gallery

==============================================================================*/

.product-gallery {
  gap: 1rem;

  #thumbnail-mobile-control-prev {
    position: absolute;
    z-index: 1;
    top: 0.25rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: all 200ms;
  }
  
  #thumbnail-mobile-control-next {
    position: absolute;
    z-index: 1;
    bottom: 0.25rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: all 200ms;
  }

   @media screen and (min-width: 1000px) {
    .product-gallery__thumbnail-scroller {
      grid-auto-columns: 6.5rem;
    }
   }

  @media screen and (max-width: 999px) {
    gap: 0.5rem;
    
    .product-gallery__thumbnail-scroller {
      overflow: scroll;
      padding: 0;
      margin: 1px 0 0 0;
      gap: 0.5rem;
    }
    
    .product-gallery__carousel {
      margin: 0;
      padding: 0;
    }

    .product-gallery__thumbnail-list:has(button:first-of-type[aria-current="true"]) #thumbnail-mobile-control-prev {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }

    .product-gallery__thumbnail-list:has(button:last-of-type[aria-current="true"]) #thumbnail-mobile-control-next {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }
  }
  
}


/*============================================================================

  #Collection

==============================================================================*/

.shopify-section--main-collection,
.shopify-section--main-search {

  .collection-toolbar__button[aria-controls="sort-by-popover"] {
    color: #ff7e67;
    opacity: 1;
  }

  [collection-mobile-layout="large"] {

    .product-title {
      @media screen and (max-width: 699px) {
        font-size: 0.875rem;
      }
    }
  }

  .product-card {
  
    .product-card__quick-view {
  
      [data-option-name="Color"],
      .variant-picker__option-info,
      buy-buttons {
        display: none;
      }
  
      .block-swatch,
      :checked+.block-swatch, 
      .block-swatch.is-selected {
        color: #657182;
        background-color: #ffffff;
        border-color: inherit;
      }
  
      .block-swatch.is-disabled {
        pointer-events: none;
      }
  
      fieldset {
        max-width: 100%;
      }
  
      [data-option-selector] {
        justify-content: center;
      }
  
      .variant-picker {
        display: none;
        min-height: 2.625rem;
      }
      
      .product-card__quick-view--add-desktop {
        display: none;
        padding-block: unset;
        min-width: unset;
        min-height: 42px;
        font-size: 13px;
      }
  
      .product-card__quick-view--mobile-wrapper {
        display: none;
      }
  
      .variant-picker.active + .product-card__quick-view--add-desktop {
        display: none;
      }

      .variant-picker__option-values .block-swatch {
        border-radius: 6px;
        overflow: hidden;
      }
    }
    
  }
  
  @media screen and (min-width: 1000px) {
    .product-card {
      isolation: isolate
    }
    
    .product-card:hover {
      z-index: 1;
    
      &:after {
        position: absolute;
        content: "";
        background-color: rgb(255, 255, 255);
        border-radius: 3px;
        inset: -12px -12px 0px;
        box-shadow: rgba(3, 3, 2, 0.05) 0px 0px 6px 0px, rgba(3, 3, 2, 0.05) -3px 10px 20px 0px;
        z-index: -1;
      }
  
      .product-card__quick-view {
        position: absolute;
        width: 100%;
        top: 100%;
        padding-block: 0.5rem;
        margin-top: -0.5rem;
        z-index: 1;
      }
    
      .product-card__quick-view:after {
        content: "";
        position: absolute;
        inset: 12px -12px -12px;
        background-color: rgb(255, 255, 255);
        box-shadow: rgb(255, 255, 255) 0px -8px 0px 0px, rgba(0, 0, 0, 0.08) 0px 0px 4px 2px;
        border-radius: 3px;
        z-index: -1;
      }
    
      .variant-picker.active {
        display: grid;
      }
    
      .product-card__quick-view--add-desktop {
        display: block;
      }
    }
  
    .product-card__quick-view--mobile-wrapper {
      display: none;
      visibility: hidden;
    }
  }
  
  @media screen and (max-width: 999px) {
  
    .product-card {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      height: 100%;
    }
   
    .product-card__quick-view--add-mobile {
      margin-block-start: auto;
      padding-block: unset;
      min-height: 32px;
      font-size: 11px;
      transform: translateY(-5px);
    }
  
    .product-card__quick-view-overlay {
      background: #00000066;
      min-height: 100vh;
      position: fixed;
      display: none;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }
  
    .product-card__quick-view {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      position: fixed;
      z-index: 6;
      left: 0;
      bottom: -100%;
      width: 100%;
      background: #fff;
      padding: 1.5rem;
      transition: bottom 300ms cubic-bezier(0.1, 0.5, 0.1, 1);
    }
  
    .product-card__quick-view__close-button {
      position: absolute;
      top: 1rem;
      right: 1rem;
    }
    
    .product-card__quick-view.active {
      box-shadow: rgba(0, 0, 0, 0.16) 0px -4px 6px 0px;
      bottom: 0;
      transition: bottom 300ms cubic-bezier(0.1, 0.5, 0.1, 1);
  
      .product-card__quick-view--mobile-wrapper {
        display: flex;
        gap: 1rem;
      }
      
      .product-card__quick-view--mobile-image-wrapper {
        flex-basis: 6rem;
        min-width: 6rem;
      }
      
      .product-card__quick-view--mobile-info {
        width: calc(100% - 8rem);
        flex-basis: calc(100% - 8rem);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
      }
      
      .product-card__quick-view--mobile-info {
        text-align: left;
        font-size: .75rem;
        line-height: 18px;
        text-transform: uppercase;
        
        .product-card__quick-view--mobile-title {
          font-weight: 600;
        }
      }
  
      .variant-picker {
        display: block;
  
        [data-option-selector] > label {
          width: 100%;
          min-width: max-content;
        }
        
        [data-option-selector] {
          flex-wrap: nowrap;
          overflow: scroll;
          -ms-overflow-style: none;  /* IE and Edge */
          scrollbar-width: none;  /* Firefox */
          justify-content: flex-start;
          padding-block-start: 0.25rem;
        }
        
        [data-option-selector]::-webkit-scrollbar {
          display: none;
        }
      }
    }
  
    .product-card__quick-view.active + .product-card__quick-view-overlay {
      display: block;
      visibility: visible;
      z-index: 5;
    }
  }

}

/*============================================================================

  #Section - Apps

==============================================================================*/

.shopify-section--apps {

  .yotpo * {
    font-family: 'Manrope' !important;
    
    .font-color-gray-darker,
    .font-color-gray {
      color: #071a36 !important;
    }

    .yotpo-label-container {
      display: none;
    }
  }
  
}


/*============================================================================

  #Section - No Slip Guarantee

==============================================================================*/

.shopify-section--no-slip-guarantee {
  max-width: 1440px;
  margin: 0 auto;

  .no-slip-guarantee__wrapper {
    display: flex;
    @media screen and (max-width: 999px) {
      flex-wrap: wrap;
    }
  }
  
  .no-slip-guarantee__wrapper > div:nth-of-type(1) {
    flex-basis: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    text-align: center;
    padding: 2rem;
    @media screen and (max-width: 999px) {
      order: 1;
      flex-basis: 100%;
    }

    p {
      @media screen and (max-width: 999px) {
        br {
          display: none;
        }
      }
    }
  }

  .no-slip-guarantee__wrapper > div:nth-of-type(1) img {
    max-width: 150px;
    @media screen and (max-width: 999px) {
      display: none;
    }
  }
  
  .no-slip-guarantee__wrapper > div:nth-of-type(2) {
    display: flex;
    flex-basis: 66.67%;
    position: relative;
    @media screen and (max-width: 999px) {
      flex-basis: 100%;
    }
  }
  
  .no-slip-guarantee__col-heading {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 1rem;
    z-index: 1;
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    @media screen and (max-width: 999px) {
      font-size: 1rem;
      line-height: 1.25;
    }
  }
  
  .no-slip-guarantee__col-gif {
    width: 100%;
    position: relative;
  }
  
  .no-slip-guarantee__col-gif img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    @media screen and (max-width: 999px) {
      height: auto;
    }
  }
  
  .no-slip-guarantee__col-gif-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    @media screen and (max-width: 999px) {
      position: relative;
    }
  }
  
  .no-slip-guarantee__col-heading p {
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
  }
  
  .no-slip-guarantee__wrapper > div:nth-of-type(2) > div:nth-of-type(2) .no-slip-guarantee__col-gif-title {
    background: #ff7e67;
  }
  
  .no-slip-guarantee__wrapper > div:nth-of-type(2) > div:nth-of-type(3) .no-slip-guarantee__col-gif-title {
    background-color: #3959ff;
  }
  
  .no-slip-guarantee__col-gif-title {
    color: #fff;
    font-size: 1rem;
    padding: 0.25rem;
  }
}


/*============================================================================

  #Block - No Slip Guarantee

==============================================================================*/

[data-block-type="no-slip-guarantee"] {

  .no-slip-guarantee__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  
  .no-slip-guarantee__wrapper > div:nth-of-type(1) {
    flex-basis: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    text-align: center;
    padding: 2rem;
    order: 1;
    flex-basis: 100%;

    p {

      br {
        display: none;
      }
    }
  }

  .no-slip-guarantee__wrapper > div:nth-of-type(1) img {
    max-width: 150px;
    display: none;
  }
  
  .no-slip-guarantee__wrapper > div:nth-of-type(2) {
    display: flex;
    flex-basis: 66.67%;
    position: relative;
    flex-basis: 100%;
  }
  
  .no-slip-guarantee__col-heading {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 1rem;
    z-index: 1;
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    font-size: 1rem;
    line-height: 1.25;
  }
  
  .no-slip-guarantee__col-gif {
    width: 100%;
    position: relative;
  }
  
  .no-slip-guarantee__col-gif img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: auto;
  }
  
  .no-slip-guarantee__col-gif-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    position: relative;
  }
  
  .no-slip-guarantee__col-heading p {
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
  }
  
  .no-slip-guarantee__wrapper > div:nth-of-type(2) > div:nth-of-type(2) .no-slip-guarantee__col-gif-title {
    background: #ff7e67;
  }
  
  .no-slip-guarantee__wrapper > div:nth-of-type(2) > div:nth-of-type(3) .no-slip-guarantee__col-gif-title {
    background-color: #3959ff;
  }
  
  .no-slip-guarantee__col-gif-title {
    color: #fff;
    font-size: 1rem;
    padding: 0.25rem;
  }
}


/*============================================================================

  #Section - Logo List

==============================================================================*/

.shopify-section--logo-list {

  .logo-list > div:nth-last-child(1):nth-child(odd) {
    @media screen and (max-width: 699px) {
      grid-column: 1 / 3;
    }
  }

  @media screen and (min-width: 700px) and (max-width: 999px) {
    .logo-list {
      grid: auto / repeat(var(--logo-list-items-per-row), minmax(0, 200px));
    }
  }
  
}


/*============================================================================

  #Section - Collection List

==============================================================================*/

.shopify-section--collection-list {

  .floating-controls-container {
    position: relative;
  }
  
  .floating-controls-container--on-hover>.prev-next-button {
    opacity: 1;
    transform: translateY(0px);      
  }
  
  .floating-controls-container>.prev-next-button {
    z-index: 10;
    display: grid;
    position: absolute;
    inset-block-start: calc(50% - 1.5625rem);
  }
  
  .floating-controls-container > .prev-next-button--prev {
    inset-inline-start: 1.5rem;
  }
  
  .floating-controls-container > .prev-next-button--next {
    inset-inline-end: 1.5rem;
  }

  carousel-navigation {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .collection-card {
    position: relative;
  }

  .custom-badge {
    position: absolute;
    color: #fff;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    font-family: Manrope, sans-serif;
    line-height: 1.25;
    text-transform: none;
    font-weight: 700;
    margin: 0;
    max-width: 100% !important;
    max-height: 100% !important;
    top: 10%;
    right: 10%;
    transform: rotate(0);
    padding: 10px;
    z-index: 1;
    @media screen and (max-width: 999px) {
      width: 70px;
      height: 70px;
    }
  }

  h3 {
    text-transform: unset;
    letter-spacing: unset;
  }

  .h6 {
    text-transform: unset;
    letter-spacing: unset;
  }

  .prose :where(:not(meta,span)+*) {
    margin-block-start: 0;
  }

  .collection-list__button {
    text-align: center;
    margin: 3rem 0;
    @media screen and (max-width: 999px) {
      margin: 2rem 0 3rem;
    }
  }

}


/*============================================================================

  #Section - Multi Column

==============================================================================*/

.shopify-section--multi-column {

  .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: unset;  
  }

  @media screen and (min-width: 1000px) {
    .prose:not(.prose--tight) :where(:not(meta,span)+*) {
        margin-block-start: 1rem;
    }
  }

  .multi-column__item {
    gap: 1rem;
    @media screen and (min-width: 1000px) {
      gap: 1.5rem;
    }
  }
  
  .multi-column__item > .overflow-hidden.text-start img {
    margin-inline-end: auto;
  }

  .multi-column__item > .overflow-hidden.text-center img {
    margin: 0 auto;
  }

  .multi-column__item > .overflow-hidden.text-end img {
    margin-inline-start: auto;
  }

  .multi-column__item.image-below-text  {
    align-content: space-between;
  }
}


/*============================================================================

  #Section - Image with Text

==============================================================================*/

.shopify-section--image-with-text{

  .image-with-text--reverse>:is(a) {
  @media screen and (min-width: 700px) {
      order: 9999;
    }
  }
}


/*============================================================================

  #Section - Image with Text (Custom)

==============================================================================*/

.shopify-section--image-with-text-custom {

  @media screen and (max-width: 699px) {
    .sm-max\:hidden {
      display: none;
    }

    .section-spacing {
      padding: 0;
    }

    .image-with-text picture {
      position: absolute;
      inset: 0;
      z-index: 0;
    }
    
    .image-with-text {
      position: relative;
    }
    
    .image-with-text picture img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
    
    .image-with-text picture + .prose {
      z-index: 1;
      margin-block: 2.5rem;
    }

     .image-with-text picture + .prose p {
      max-width: 220px;
    }
 
    .image-with-text picture:after {
      content: '';
      position: absolute;
      inset: 0;
      background: #00000080;
    }
  }
  
  @media screen and (min-width: 700px) {
    .sm\:hidden {
      display: none;
    }
  }

}



/*============================================================================

  #Section - Rich Text

==============================================================================*/

.shopify-section--rich-text {
  
  .read-more-toggle {
    display: inline-block;
    cursor: pointer;
  }

  .rich-text .prose, .split-rich-text .prose {
    align-items: start;
    display: grid;
  }
  
  .rich-text .image-icon {
    margin-block-end: 0 !important;
  }
  
  .split-rich-text {

    .constrained-image {
      min-width: var(--image-mobile-max-width);
    }
  }
  
  @media screen and (min-width: 1000px) {
    .split-rich-text {
      gap: var(--spacing-24);

      .constrained-image {
        min-width: var(--image-max-width);
      }
    }
  }
  
  @media screen and (min-width: 1150px) {
    .split-rich-text {
      gap: var(--spacing-32);
    }
  }
}


/*============================================================================

  #Section - Image with Text Overlay

==============================================================================*/

.shopify-section--image-with-text-overlay {

  .svg-overlay {
    position: absolute;
    z-index: 0;
    inset: 0;

    svg,
    img {
      position: absolute;
      transform: translate(-50%, -50%);
    }
  }

  .link_overlay {
    position: absolute;
    inset: 0;
  }
}


/*============================================================================

  #Section - Product Attributes

==============================================================================*/

.shopify-section--product-attributes {

  .svg-overlay {
    position: absolute;
    z-index: 0;
    inset: 0;

    svg,
    img {
      position: absolute;
      transform: translate(-50%, -50%);
    }
  }

  .product-attriutes-wrapper {
    display: flex;
    @media screen and (max-width: 999px) {
      flex-direction: column;
      gap: 0;
    }
  }

  @media screen and (max-width: 999px) {
    .sm-max\:margin-inline-auto {
      max-width: max-content;
      margin-inline: auto;
    }
  }

  img {
    @media screen and (min-width: 700px) and (max-device-width: 999px) {
      padding-bottom: 6rem;
    }
    
  }

  .link_overlay {
    position: absolute;
    inset: 0;
  }
}


/*============================================================================

  #Section - Why ONDO

==============================================================================*/

.shopify-section--why-ondo {

  .why-ondo-wrapper {
    width: 20000px;
    max-width: 100%;
    @media screen and (max-width: 799px) {
      flex-direction: column;
      max-width: 75%;
      margin: 2rem auto 1rem;
    }

    > div {
      width: 100%;
      position: relative;
    }
  }
  

  .svg-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media screen and (min-width: 800px) {
    .why-ondo-wrapper:has(.content, .svg-wrapper) > div:nth-of-type(1):after {
      content: '';
      height: 230%;
      max-height: 330px;
      width: 2px;
      background: #fff;
      position: absolute;
      right: -2rem;
    }
  }
}


/*============================================================================

  #Section - Newsletter

==============================================================================*/

.shopify-section--newsletter {

  .form-row > .form-control {
    flex: 1 0 var(--fieldset-row-control-width, 20rem);
  }
  
  input[type="email"] {
    border: 1px solid;
    border-radius: 90px;
    text-align: center;
    padding-block: 0;
    font-size: 18px;
    @media screen and (max-width: 699px) {
      font-size: 11px;
    }
  }
  
  input[type="email"]::placeholder,
  input[type="email"]::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
  }

  .button {
    min-width: unset;
  }

  @media screen and (max-width: 699px) {
    .form-control {
      width: calc(100% - 7.125rem - 1rem);
      max-width: calc(100% - 7.125rem - 1rem);
      display: flex;
    }

    .button {
      width: 7.125rem;
      max-width: 7.125rem;
    }
  }
}


/*============================================================================

  #Section FAQ

==============================================================================*/

.shopify-section--faq {

  /* .container {
    @media screen and (min-width: 800px) {
      margin-inline: 100px;
      max-width: 1200px;
      margin: 0 auto;
    }
  } */

  .faq__content {
    flex-basis: 100%;
  }

  summary,
  .accordion__content {
    @media screen and (min-width: 700px) {
      padding-inline: 2rem;
    }
  }

  .accordion__toggle {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    @media screen and (min-width: 700px) {
      font-size: 1.125rem;
      padding-block: 2rem;
    }
    
  }

  .accordion__content {
    @media screen and (min-width: 700px) {
      padding-block-end: 2rem;
    }

    .accordion__content-image {

      img {
        width: 100%;
      }
    }

    .prose + .accordion__content-image {
      margin-block-start: 1.5rem;
      @media screen and (min-width: 700px) {
        margin-block-start: 2rem;
      }
    }
  }

  .animated-plus {
    @media screen and (min-width: 700px) {
      width: 1rem;
      height: 1rem;

      &:before {
        width: 1rem;
        height: 2px;
      }

      &:after {
        width: 2px;
        height: 1rem;
      }
    }
  }

}


/*============================================================================

  #Custom Overrides

==============================================================================*/

.template--merino-wool-bundle {

  fieldset[data-option-name="Headband Color"]
    input[value^="Marble Black"]:checked
    + label {
    background-color: #000;
    border-color: #000;
  }
  
  fieldset[data-option-name="Headband Color"]
    input[value^="Rose Pink"]:checked
    + label {
    background-color: #ff96a1;
    border-color: #ff96a1;
  }
}

body:has(.template--merino-wool-bundle) .product__size-chart:has(.size-chart__headbands) .product__size-chart-image {
  display: none;
}

/* lemma custom css */

@media screen and (min-width:1400px) 
{
 .prev-next-button {
   display: none !important;
 }
}

#carousel-template--15447585030229__collection_list_HtHmH9:nth-child(1) button {
  padding: 14px 0px 14px 0px;
}

.yotpo-sr-bottom-line-score {
  display: none;
}

@media screen and (max-width: 699px) {
  .buy-buttons:nth-child(1) > #block- {
    font-size: 15px;
    font-weight: 700;
  }
}

.product-info .no-slip-guarantee__col:nth-child(1) p:before {
  content: "";
  display: block;
  width: 200px; 
  height: 80px; 
  margin: 0 auto 1em; 
  background: url("https://ondo.com/cdn/shop/files/Mac_Home_page_-_Ondo_promise.png") 
              no-repeat center center;
  background-size: contain; 
}

 #block-button_anRqd9 {
        top: -120px !important;
    }
@media screen and (min-width: 1000px) {
    #block-button_anRqd9 {
        top: -180px !important;
    }
}

/*.complementary-products__product-list .horizontal-product-card:nth-child(n+3) {
  display: none;
}*/

.ai-video-button-azu0xnnjros9dexzywaigenblock58570d0qndncc {
border: 1px solid red;
}

/* end lemma custom css */


/*============================================================================

  #BFCM Holiday

==============================================================================*/


/*.price-list--product {
  column-gap: 0.5rem;
}

.BFCM25_holidaysavings {
  display: none;
  text-transform: uppercase;
  line-height: 1.7;

  s {
    color: var(--ondo-holiday-original-text-color);
    font-weight: var(--ondo-holiday-original-text-weight);
  }

  span {
    color: var(--ondo-holiday-savings-text-color);
    font-weight: var(--ondo-holiday-savings-text-weight);
  }
    
}

.product-card {

  .BFCM25_holidaypricing .h5 {
    font-size: var(--text-h5) !important;
  }
}

.BFCM25_holidaypricing {
  display: none;
}

.BFCM25_holidaypricing:has(price-list[variant-price="39888071229525"][style="display: flex;"]) {

  price-list:first-of-type {
    display: none;
  }
}

.product-card__info:has(.BFCM25_holidaypricing[style="display: block;"]),
[data-block-type="price"]:has(.BFCM25_holidaypricing[style="display: block;"]) {

  .BFCM25_normalpricing,
  .discount-message {
    display: none !important;
  }
}*/

/* temporarily remove the 12-pack savings callout */

/*.pack-btn {
padding: 9px 12px !important;
}*/

/*.savings_container {
display: none;
}*/

/* end temporarily remove the 12-pack savings callout */

/* style per unit pricing */

unit-price {
font-size: var(--text-h5) !important;
line-height: 1.7 !important;
display: none;
}

/* end style per unit pricing */

/* frequently bought together styling */

.cbb-frequently-bought-product-image {
margin: 0px !important;
margin-left: -20px !important;
margin-right: -12px !important;
}

.cbb-frequently-bought-product-image-link {
margin-right: -27px !important;
}

.cbb-frequently-bought-products {
  float: none !important;
  display: flex !important;
  justify-content: space-around;
}

@media screen and (max-width: 699px) {
.cbb-frequently-bought-product {
width: 89px!important;
}
}

@media screen and (min-width: 700px) {
  .cbb-frequently-bought-add-button {
    background-color: #ffc13b !important;
  }
  .translatable {
    color: black !important;
    font-size: 13px;
    font-weight: 500;
  }
}
input[type="checkbox"] {
  accent-color: #ff4b2d;
}
.cbb-frequently-bought-selector-label-compare-at-price {
  display: none;
}
#shopify-block-AS2FBOC90UjdaeGtre__frequently_bought_app_block_qYTfHX {
  display: none;
}
cbb-frequently-bought-selector-label-sale-price {
  display: block;
}

.cbb-frequently-bought-selector-list li {
  margin-left: 13px;
  text-indent: -13px;
}
.cbb-frequently-bought-selector-label-sale-price {
  margin-left: 17px !important;
}

.cbb-frequently-bought-selector-label-sale-price,
.cbb-frequently-bought-selector-label-name span:nth-of-type(2) {
  display: block;
  margin-left: 17px;
}

.cbb-frequently-bought-selector-label-name span:nth-of-type(2) {
margin-top: -9px;
}

@media screen and (max-width: 425px) {
.cbb-frequently-bought-title {
letter-spacing: 0.12em !important;
}
}

@media screen and (min-width: 1120px) {
.cbb-frequently-bought-plus-icon {
position: relative;
left: 20%;
}
}

/* frequently bought together styling */

#block-collection_ajbEKG h3 {
max-width: 214px;
}

/* transparent header on homepage only */


 .template-index x-header:not(:hover) {
  background: transparent;
}

.template-index x-header:not(:hover) .header__primary-nav-item,
.template-index x-header:not(:hover) svg,
.template-index x-header:not(:hover) .header__secondary-nav span,
.template-index x-header:not(:hover) .header__secondary-nav a
 {
  color: white !important;
}

.template-index x-header:hover .header__logo img {
filter: none !important;
}

.ai-video-overlay-azu0xnnjros9dexzywaigenblock58570d0qndncc {
pointer-events: auto;
}

.ai-video-mobile-wrapper- {
  position: relative;
}

.ai-video-mobile-wrapper- video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-video-fallback- {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

img.ai-video-fallback-azu0xnnjros9dexzywaigenblock58570d0qndncc {
transform: scale(1.0);
transform-origin: top;
}