/** Shopify CDN: Minification failed

Line 5392:0 Expected "}" to go with "{"

**/
/* TODO:
 * Tidy this up - remove the repetition
 * Mobile responsive
 */

 @font-face {
    font-family: 'Christmas Revue';
    src: url('https://storage.googleapis.com/font-storage/CHRISTMASREVUEPERSONALUSE.woff2')
        format('woff2'),
      url('https://storage.googleapis.com/font-storage/CHRISTMASREVUEPERSONALUSE.woff')
        format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  .loyalty-page,
  .loyalty-page body {
    scroll-behavior: smooth;
    overscroll-behavior: none;
  }
  
  .loyalty-page {
    scroll-snap-type: y mandatory;

    .loyalty-page__section,
    #shopify-section-footer {
        scroll-snap-align: center;
    }

    .loyalty-page__section {
        transition: all .4s;
        position: relative;
        display: grid;
        align-items: center;

        &> * {
            min-width: 0; /* grid width fix */
        }

        &.is-blurred {
            .blur-wrapper {
                transition: all .2s;
                filter: blur(5px);
                @media screen and (min-width: 750px) {
                    
                }
            }

            &.is-active {
                .blur-wrapper {
                    filter: blur(0px);
                }
            }
        }
    }

    #shopify-section-header,
    #shopify-section-announcement {
        display: none;
    }
  }

  /* Base styles & vars */
  .loyalty-page__section {
    /* Colours */
    --_primary: #4d4d4d;
    --_bg-gray: #f9f8f5;
    /* Headings */
    --_heading-font: 'Helvetica Neue', sans-serif;
    --_heading-font-size: 24px;
    --_heading-letter-spacing: -0.02em;
    --_heading-margin-bottom: 16px;
    --_heading-font-weight: 700;
    /* Subheadings */
    --_subheading-font: 'Helvetica Neue', sans-serif;
    --_subheading-font-size: 16px;
    --_subheading-letter-spacing: 0.32px;
    --_subheading-font-weight: 700;
    /* Text */
    --_paragraph-font: 'Helvetica Neue', sans-serif;
    --_paragraph-font-size: 14px;
    --_paragraph-line-height: 1.2em;
    /* Buttons */
    --_button-font-size: 16px;
    --_button-padding: 16px 32px;
    --_button-letter-spacing: 0.48px;
  
    /* Base styles */
    color: var(--_primary);
    font-family: var(--_paragraph-font) !important;
    font-size: var(--_paragraph-font-size) !important;
    font-style: normal;
    line-height: var(--_paragraph-line-height) !important; /* 25.6px */

    h1, h2, h3, h4, h5, h6 {
        font-family: var(--_heading-font);
        letter-spacing: var(--_heading-letter-spacing);
    }
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  .loyalty-page__heading {
    font-family: var(--_heading-font);
    font-size: var(--_heading-font-size);
    font-weight: var(--_heading-font-weight);
    margin-bottom: var(--_heading-margin-bottom);
  }
  
  .loyalty-page__heading.is--margin-larger {
    margin-bottom: 70px;
  }
  
  .loyalty-page__subheading {
    margin-bottom: 50px;
  }
  
  .loyalty-page__subheading a {
    text-decoration: underline;
    color: currentColor;
  }
  
  @media screen and (max-width: 768px) {
    .loyalty-page__heading,
    .loyalty-page__subheading {
      text-align: center;
    }
  
    .loyalty-page__subheading {
      margin-bottom: 32px;
    }
  
    .loyalty-page__subheading + .loyalty-page__button {
      margin-bottom: 50px;
    }
  }
  
  .custom-btn {
    padding: var(--_button-padding);
    border-radius: 3px;
    border: 1px solid var(--_primary);
    background-color: var(--_primary);
    color: white;
    display: inline-block;
    font-size: var(--_button-font-size);
    letter-spacing: var(--_button-letter-spacing);
    text-transform: uppercase;
  }
  
  .custom-btn:hover {
    color: white;
  }
  
  .custom-btn.is--secondary {
    background-color: transparent;
    color: #4d4d4d;
  }
  
  .loyalty-page__grid {
    display: grid;
  }
  
  /* Loyalty page sections */
  .loyalty-page__section {
    padding: 95px 0 80px 0;
    text-align: center;
  }
  .is--bg-gray {
    background: #f9f8f5;
  }
  .is--padding-none {
    padding: 0 !important;
  }
  
  /* How it works section - loyalty page */
  
  .how-it-works__steps {
    text-align: left;
  }
  
  .how-it-works__step:not(:last-of-type) {
    margin-bottom: 32px;
  }
  
  .how-it-works__image img {
    position: sticky;
    top: 170px;
  }
  
  .how-it-works__step-title {
    font-family: var(--_subheading-font);
    font-size: var(--_subheading-font-size);
    letter-spacing: var(--_subheading-letter-spacing);
    font-weight: var(--_subheading-font-weight);
    text-transform: uppercase;
    margin: 0 0 12px 0;
  }
  /* Join our loyalty program - loyalty page */
  .loyalty-page__grid.is--join-now {
    text-align: left;
  }
  .join-now__left {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .join-now__left--overlay {
    position: relative;
  }
  .join-now__left--overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .join-now__left-content-wrapper {
    position: relative;
    z-index: 2;
    color: #fff;
    width: calc(100% - (var(--outer) * 2));
    max-width: 600px;
    height: 100%;
    padding: 120px var(--outer);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
  }
  .join-now__left-heading {
    font-size: 40px;
    font-weight: 700;
    font-family: 'League Spartan', sans-serif;
    line-height: 113.5%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }
  .join-now__left-content {
    font-size: 16px;
    line-height: 160%;
  }
  .join-now__right {
    padding: 120px var(--outer);
    width: calc(100% - (var(--outer) * 2));
    max-width: 600px;
    margin: auto;
  }
  .join-now__right-heading {
    color: #4d4d4d;
    font-family: 'League Spartan', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .join-now__right-content {
    margin-bottom: 50px;
  }
  .join-now__buttons {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
  }
  
  /* Desktop styles */
  @media screen and (min-width: 768px) {
    .loyalty-page__section {
      /* Headings */
      --_heading-font-size: 32px;
      --_heading-margin-bottom: 24px;
      /* Subheadings */
      --_subheading-font-size: 20px;
      --_subheading-letter-spacing: 0.4px;
      /* Text */
      --_paragraph-font-size: 16px;
      /* Buttons */
      --_button-font-size: 20px;
      --_button-letter-spacing: 0.6px;
    }
  
    /* General */
    .loyalty-page__section {
      padding: 80px 0;
      text-align: center;
    }
  
    /* How it works */
    .grid--how-it-works {
      grid-gap: 85px;
    }
  
    .loyalty-page__grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  
  /* Scholars Signup */
  .scholar-signup__subheading {
    font-family: var(--_subheading-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
  }
  
  .scholar-signup__wrapper {
    margin-top: 95px;
    position: relative;
    padding: 10px;
  }
  
  .scholar-signup__stamp {
    position: absolute;
    top: -56px;
    right: -40px;
  }
  
  .scholar-signup__form-wrapper {
    border: 1px solid #b9ad9c;
    padding: 50px;
  }
  
  .scholar-signup__form-wrapper .custom-form__block:last-child {
    margin-bottom: 0;
  }
  
  .scholar-signup__form-wrapper input:not([type='submit']) {
    background-color: white;
    padding: 20px 24px;
  }
  
  .scholar-signup__heading {
    font-family: 'Christmas Revue';
    letter-spacing: 1.125px;
    text-align: left;
    font-size: 45px;
    margin-bottom: 25px;
  }
  
  .scholar-signup__checkbox label {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .grid.grid--input-group {
    margin: 0;
    column-gap: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .grid--input-group div {
    margin-bottom: 0;
  }
  
  .scholar-signup__login-prompt {
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.42px;
    text-align: center;
  }
  
  .scholar-signup__login-prompt a {
    font-weight: 400;
    text-decoration: underline;
  }
  
  @media screen and (max-width: 768px) {
    .grid.grid--input-group {
      grid-template-columns: 1fr;
    }
    .loyalty-page__section .wrapper--narrow {
      width: 100%;
      padding: 0;
    }
    .scholar-signup__stamp {
      right: 20px;
      top: -50px;
    }
  
    .scholar-signup__heading {
      font-size: 25px;
      margin-bottom: 16px;
    }
  
    .scholar-signup__form-wrapper {
      padding: 15px;
    }
  
    .scholar-signup__stamp {
      width: 100px;
    }
  
    .scholar-signup__content {
      padding: 0 16px;
      text-align: center;
    }
  
    .loyalty-page__heading.is--margin-larger {
      margin-bottom: var(--_heading-margin-bottom);
    }
  
    .loyalty-page__grid.grid--how-it-works {
      gap: 32px;
    }
  }
  
  /* Banner */
  .loyalty-page__banner-content {
    margin: 0;
  }
  .loyalty-page__banner {
    text-align: center;
    padding: 15px 20px;
  }
  .loyalty-page__banner a {
    text-decoration: underline;
  }
  
  /* Loyalty Lion Customisation */
  #loyaltylion .lion-rules-list {
    background-color: transparent;
    grid-template-columns: repeat(4, 1fr);
    gap: 44px;
  }
  
  #loyaltylion .lion-rules-list .lion-rule-item__content {
    background-color: var(--_bg-gray);
    border: 1px solid rgba(77, 77, 77, 0.1);
    padding: 30px;
  }
  
  #loyaltylion .lion-rules-list .lion-rule-item__title {
    font-weight: var(--_heading-font-weight);
    text-transform: uppercase;
  }
  
  #loyaltylion .lion-tier-benefits-compare__row-cell--tier-0,
  #loyaltylion .lion-tier-compare__header-cell--tier-0 {
    background-color: white;
  }
  
  #loyaltylion .lion-tier-benefits-compare__row-cell--tier-1,
  #loyaltylion .lion-tier-compare__header-cell--tier-1 {
    background-color: #eae9e2;
  }
  
  #loyaltylion .lion-tier-benefits-compare__row-cell--tier-2,
  #loyaltylion .lion-tier-compare__header-cell--tier-2 {
    background-color: #dcdacf;
  }
  
  #loyaltylion .lion-tier-benefits-compare__row-cell--tier-3,
  #loyaltylion .lion-tier-compare__header-cell--tier-3 {
    background-color: #c9c6b9;
  }
  
  #loyaltylion .lion-tier-benefits-compare {
    overflow-x: scroll;
  }
  
  #loyaltylion table {
    border-collapse: separate !important;
    border-spacing: 16px 0px;
    .collection .product-grid--minimal .product-item > *:not(.product-item__image) {
      display: none;
    }--minimal .product-item > *:not(.product-item__image) {
      display: none;
    }
    text-align: center;
  }
  
  #loyaltylion .lion-tier-benefits-compare th * {
    position: relative;
    z-index: 1;
  }
  
  #loyaltylion .lion-tier-compare__header-cell,
  #loyaltylion .lion-tier-benefits-compare__row-cell {
    position: relative;
    max-width: 211px;
  }
  
  #loyaltylion .lion-tier-compare__header-cell:not(:first-child)::before {
    content: '';
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 101px;
    height: 67px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  #loyaltylion .lion-tier-benefits-compare__row-cell:not(:first-child)::before {
    border-radius: 0;
  }
  
  #loyaltylion .lion-tier-benefits-compare td:first-child,
  #loyaltylion .lion-tier-benefits-compare th:first-child {
    border-right: none;
  }
  
  #loyaltylion
    .lion-tier-benefits-compare__benefit-status--enabled
    .lion-tier-benefits-compare__benefit-status-circle {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACISURBVHgB7Y6xDYAgEAAVHMAR7AidixBwA93IDSwtxQmMG1jCJjaAoiHBxKhYcw35z9+FJIkEwxgrKaWdm7MA95CVUgOEsHK79I/MOV/cHvhHhJA6RLZA7yjfnx4hlEsp5y/yJSCEWDHGozGmdZE32ZLefLfQWk97iNvxSb4NeJEBANA8yZGTDRbsTqXbIw7KAAAAAElFTkSuQmCC');
  }
  
  #loyaltylion .lion-tier-benefits-compare td:nth-child(2),
  #loyaltylion .lion-tier-benefits-compare td {
    text-align: left;
    padding: 20px 0;
    position: relative;
  }
  
  #loyaltylion .lion-tier-benefits-compare__row:not(:last-child) td::after {
    content: '';
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  #loyaltylion
    .lion-tier-benefits-compare__row:not(:last-child)
    td:not(:first-child):not(:nth-child(5n)):not(:nth-child(2n))::after {
    width: calc(100% + 16px);
  }
  
  #loyaltylion
    .lion-tier-benefits-compare__row:not(:last-child)
    td:nth-child(2n)::after {
    width: calc(100% + 32px);
    left: -16px;
  }
  
  #loyaltylion
    .lion-tier-benefits-compare__row:not(:last-child)
    td:first-child::after {
    width: 100%;
  }
  
  #loyaltylion .lion-tier-benefits-compare td:nth-child(5n):after {
    width: 100%;
  }
  
  #loyaltylion .lion-tier-benefits-compare__row-cell {
    font-size: 14px;
  }
  
  .bfc-logo {
    margin-top: 40px;
  }
  
  #loyaltylion .lion-tier-compare__header-cell--tier-0::after {
    position: relative;
    display: block;
    font-size: 10px;
    margin: 10px 0;
  }
  
  #loyaltylion
    .lion-tier-compare__header-cell:not(
      .lion-tier-compare__header-cell--tier-0
    ):not(:first-child)::after {
    content: '';
    position: relative;
    display: block;
    font-size: 10px;
    margin: 10px 0;
    padding: 0 3px;
    border: 1px solid #4d4d4d;
    background-color: var(--_bg-gray);
    white-space: nowrap;
    border-radius: 30px;
  }
  
  /* fixed first column for tier-benefits table: Begin */
  #loyaltylion .lion-tier-benefits-compare .lion-tier-benefits-compare__row,
  #loyaltylion
    .lion-tier-benefits-compare
    .lion-tier-compare__header--benefits
    > tr {
    position: relative;
  }
  
  #loyaltylion
    .lion-tier-benefits-compare
    .lion-tier-compare__header--benefits
    > tr
    > .lion-tier-compare__header-cell:first-child {
    border-radius: 0 !important;
    position: relative;
  }
  
  #loyaltylion
    .lion-tier-benefits-compare
    .lion-tier-compare__header--benefits
    > tr
    > .lion-tier-compare__header-cell:first-child:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    top: -15px;
    left: 0;
    right: 0;
    background-color: inherit;
  }
  
  #loyaltylion
    .lion-tier-benefits-compare
    .lion-tier-compare__header--benefits
    > tr
    > .lion-tier-compare__header-cell:first-child,
  #loyaltylion
    .lion-tier-benefits-compare
    .lion-tier-benefits-compare__row
    > .lion-tier-benefits-compare__benefit-text {
    position: sticky !important;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #f9f8f5;
    padding-right: 20px;
    min-width: 150px;
  }
  
  /* hiding scholars column */
  th.lion-tier-compare__header-cell.lion-tier-compare__header-cell--tier-4,
  td.lion-tier-benefits-compare__row-cell.lion-tier-benefits-compare__row-cell--tier-4 {
    display: none;
  }
  
  /* fixed first column for tier-benefits table: End */
  
  #loyaltylion .lion-rule-item__points {
    margin-top: 12px;
  }
  
  .loyalty-page__tiers {
    overflow-x: scroll;
  }
  
  .join-now__buttons .btn {
    text-transform: uppercase;
  }
  
  @media screen and (max-width: 768px) {
    html,
    body {
      overflow-x: hidden;
    }
    .loyalty-page__heading,
    .loyalty-page__subheading {
      text-align: center;
    }
    /* LL Mob */
    #loyaltylion .lion-rules-list {
      grid-template-columns: repeat(2, 1fr);
      text-align: center;
      gap: 16px;
    }
  
    #loyaltylion .lion-tier-compare__header-cell::after {
      display: none !important;
    }
  
    #loyaltylion .lion-tier-compare__header-cell,
    #loyaltylion .lion-tier-benefits-compare__row-cell {
      width: 105px;
      padding: 55px 20px 0 !important;
    }
  
    #loyaltylion .lion-tier-benefits-compare__benefit-text {
      min-width: 160px;
      padding: 12px 20px 12px 0 !important;
    }
  
    #loyaltylion .lion-tier-benefits-compare__row-cell {
      padding: 12px !important;
    }
  
    .join-now__left-content-wrapper {
      padding: 77px 24px;
    }
  
    .join-now__right-heading,
    .join-now__left-heading {
      font-size: 20px;
    }
    .join-now__right {
      padding: 40px 20px;
    }
    .join-now__right-heading {
      margin-bottom: 16px;
    }
    .join-now__right-content {
      margin-bottom: 36px;
    }
    .join-now__buttons {
      flex-wrap: wrap;
      gap: 12px;
    }
    .join-now__buttons .btn {
      display: block;
      width: 100%;
    }
  }
  
  #seekers-scholars .text-row {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  /* Badges */
  
  .product-item .badge-box:before {
    content: '';
    width: .5rem;
    height: .5rem;
    background: currentColor;
    border-radius: 999px;
  }

  .product-item .badge-box {
    font-family: 'Manrope';
    font-size: 0.75rem;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    gap: .5rem;
    align-items: center;
    letter-spacing: normal;
  }

  .product-item .badge-box.discount {
    height: auto;
    min-width: auto;
    color: var(---color-badge-text);
    top: 15px;
    left: 15px;
  }

  .product-item [data-prod-launch-countdown-plp] {
    font-weight: 700;
    text-transform: lowercase;
  }

  @media screen and (max-width: 768px) {
    .template-product .product-item .badge-box,
    .template-product .product-item .sale-box,
    .template-product .product-item .preorder-box {
      display: none;
    }
  }
  
  /* Breadcrumbs */
  .breadcrumbs > * {
    font-family: var(---font-stack-body);
    color: var(---color-text);
    font-size: 12px;
  }
  
  .breadcrumbs__arrow {
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0 5px;
    background-color: transparent;
    opacity: 1;
  }
  
  /* header fix for cart indicator */
  .header__desktop__buttons--icons
    .header__cart__status:not([data-cart-count='0']):not(.navtext),
  .header__mobile__button
    .header__cart__status:not([data-cart-count='0']):not(.navtext) {
    background-color: var(---color-header-bg);
    border: 1px solid var(---color-header-link);
    color: var(---color-header-link);
  }
  
  /* collection */
  
  .collection .product-grid {
    background-color: var(--custom-gradient-background);
  }

  .collection .product-grid--detailed .product-item {
    width: 25%;
  }

  .collection .product-grid--minimal .product-item {
    width: 12.5%;
  }

  .collection .product-grid--minimal .product-item.product-item--featured-image {
    display: none;
  }

  .collection .product-grid--detailed .product-item.product-item--featured-image,
  .collection .product-grid--minimal .product-item.product-item--featured-image,
  .collection .product-grid--detailed .product-item.product-item--featured-image .product-item__image,
  .collection .product-grid--minimal .product-item.product-item--featured-image .product-item__image {
    max-height: 800px;
  }

  @media (max-width: 1499px) {
    .collection .product-grid--detailed .product-item.product-item--featured-image,
    .collection .product-grid--minimal .product-item.product-item--featured-image,
    .collection .product-grid--detailed .product-item.product-item--featured-image .product-item__image,
    .collection .product-grid--minimal .product-item.product-item--featured-image .product-item__image {
      max-height: 600px;
    }
  }

  .collection .product-grid--detailed .product-item .product-item__image,
  .collection .product-grid--minimal .product-item .product-item__image {
    width: 100%;
  }

  .collection .product-grid--minimal .product-item.col-1-card,
  .collection .product-grid--detailed .product-item.col-1-card {
    width: 25%;
  }

  .collection .product-grid--minimal .product-item.col-2-card,
  .collection .product-grid--detailed .product-item.col-2-card {
    width: 50%;
  }

  .collection .product-grid--minimal .product-item.col-4-card,
  .collection .product-grid--detailed .product-item.col-4-card {
    width: 100%;
  }


  @media (max-width: 1199px) {
    .collection .product-grid--detailed .product-item {
      max-height: 100vh;
      width: 33%;
    }

    .collection .product-grid--minimal .product-item {
      max-height: 100vh;  
      width: 25%;
    }
    .collection .product-grid--detailed .product-item.col-1-card-mob {
      width: 33%;
    }

    .collection .product-grid--detailed .product-item.col-2-card-mob {
      width: 67%;
    }

    .collection .product-grid--minimal .product-item.col-1-card-mob {
      width: 25%;
    }

    .collection .product-grid--minimal .product-item.col-2-card-mob{
      width: 50%;
    }
  }

  @media (max-width: 767px) {
    .collection .product-grid--detailed .product-item,
    .collection .product-grid--minimal .product-item {
      max-height: 100vh;
      width: 50%;
  }
    .collection .product-grid--minimal .product-item.col-1-card-mob,
    .collection .product-grid--detailed .product-item.col-1-card-mob {
      width: 50%;
    }

    .collection .product-grid--minimal .product-item.col-2-card-mob,
    .collection .product-grid--detailed .product-item.col-2-card-mob {
      width: 100%;
    }
  }

  @media screen and (min-width: 768px) {
    .collection .product-grid--minimal .product-item > *:not(.product-item__image),
    .collection .product-grid--minimal .product-item .product-item__image > *:not(.product-link) {
      display: none;
    }

    .collection .product-grid--minimal .product-item .flickity-page-dots {
      display: none;
    }
  }

  .product-grid [data-layout-switcher] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 23px 0px;
  }
  
  @media screen and (max-width: 768px) {
    .product-grid [data-layout-switcher] {
        display: none;
    }
  }

  .product-grid [data-layout-switcher] button[data-layout] {
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
    padding: 0px;
    opacity: 0.5;
    display: block;
    border: 0px;
    appearance: none;
  }

  .product-grid [data-layout-switcher] button[data-layout].active,
  .product-grid [data-layout-switcher] button[data-layout]:active {
    opacity: 1;
  }

  .product-grid [data-layout-switcher] button[data-layout] svg {
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .product-grid.is-loading {
    opacity: 0;
  }
  
  /*  if we want to change quick add colours
  
  .collection .product-item .slideup > button:after {
      background-color: var(--custom-gradient-background);
  }
  
  .collection .product-item .form-quick-add .selector-wrapper {
      background-color: var(--custom-gradient-background);
      color: rgb(var(--custom-color-text));
  }
  .collection .product-item .slideup > button,
  .collection .product-item .form-quick-add .radio__legend-back {
      color: rgb(var(--custom-color-text));
  } 
  */

  .product-item__quickview {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0rem 2rem;
    color: rgb(var(--custom-color-text));
    z-index: 1;
  }

  .product-item__quickview:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(---color-bg);
    z-index: -1;
    opacity: 0.85;
  }

  ul.product-item__variants {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
    font-size: 0.75rem;
    width: 100%;
    overflow: auto;
  }
  
  ul.product-item__variants li {
    flex-basis: 0;
    flex-grow: 1;
  }

  ul.product-item__variants a {
    padding: 1rem;
    display: block;
    text-align: center;
  }

  .product-item .slideup {
    color: var(---color-text);
  }
  
  .collection .product-item .product-information {
    background-color: var(--custom-gradient-background);
    color: rgb(var(--custom-color-text));
  }
  
  .collection .product-item {
    font-family: 'Manrope';
  }

  .collection .product-item .product-item__image--sold-out .product-link {
    filter: grayscale(1);
    opacity: .8;
  }

  .collection .product-item .product-information .product__grid__title {
    color: rgb(var(--custom-color-heading));
    font-weight: 700;
    font-size: 0.75rem;
  }
  
  .collection .product-item .product-information .price,
  .collection .product-item .product-information .old-price {
    color: rgb(var(--custom-color-text));
    font-size: 0.6875rem;
  }
  
  
  .collection .pagination-custom > .disabled > span,
  .collection .pagination-custom > .disabled > a,
  .collection .pagination-custom > .disabled > a:hover,
  .collection .pagination-custom > .disabled > a:focus {
    border: 1px solid rgb(var(--custom-color-outline));
    color: rgba(var(--custom-color-outline), 0.5);
  }
  
  .collection .pagination-custom__arr > a,
  .collection .pagination-custom__arr > span {
    border: 1px solid rgb(var(--custom-color-outline));
  }
  
  .collection .pagination-custom > li > a,
  .collection .pagination-custom__num.pagination-custom__num--dots {
    color: rgba(var(--custom-color-text), 0.75);
  }
  
  .collection .pagination-custom > .active > a,
  .collection .pagination-custom > .active > span,
  .collection .pagination-custom > .active > a:hover,
  .collection .pagination-custom > .active > span:hover,
  .collection .pagination-custom > .active > a:focus,
  .collection .pagination-custom > .active > span:focus {
    color: rgb(var(--custom-color-text_highlight));
  }
  
  .collection .pagination-custom__num.active span:after {
    background: rgb(var(--custom-color-text_highlight));
  }
  

  /* Free Gift */
.free-gift-message {
    padding: 6px 15px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
  }
  
  .free-gift-message a {
    color: inherit;
    text-decoration: underline;
  }
  
  .free-gift-message strong {
    font-weight: 700;
  }
  
  .free-gift-product {
    display: flex;
    flex-direction: row;
    gap: 18px;
    align-items: flex-start;
    padding: 20px;
  }
  
  .free-gift__image {
    width: 90px;
    min-width: 90px;
  }
  
  .free-gift__content-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .free-gift__title {
    font-family: var(---font-stack-body);
    font-weight: var(---font-weight-body);
    font-style: var(---font-style-body);
    font-weight: var(---font-weight-body-bold);
    margin: 0px;
    line-height: 1.35;
    font-size: calc(1rem * var(---font-adjust-body));
  }
  
  .free-gift__content-inner .free-gift-free {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px;
    display: none;
  }
  
  .free-gift__content-inner .product__price__wrap {
    margin: 0px;
    font-size: calc(0.9rem * var(---font-adjust-body));
    line-height: 1.33;
    font-weight: var(---font-weight-body-bold);
  }
  
  .free-gift__content-inner .product__price {
    font-size: calc(0.9rem * var(---font-adjust-body));
    line-height: 1.33;
    font-weight: var(---font-weight-body-bold);
  }
  
  .free-gift-active .free-gift-free {
    display: inline-block;
  }
  
  .free-gift-active span[data-product-price] {
    text-decoration: line-through;
  }
  
  .free-gift__content-inner .product__submit {
    margin: 12px 0 0;
  }
  
  .free-gift__content-inner .product__submit__buttons {
    margin: 0px;
    padding: 0px;
  }
  
  .free-gift__content-inner .product__submit__item {
    padding: 0px;
  }
  
  .free-gift__content-inner .product__submit__add {
    font-size: 12px !important;
    line-height: 26px !important;
    font-weight: bold !important;
    padding: 2px 20px !important;
    min-height: auto !important;
    width: auto !important;
    text-transform: uppercase !important;
  }
  
  .free-gift__content-inner .product-variants {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
  }
  
  .free-gift__content-inner .product-variants .variant-button input {
    display: none;
  }
  
  .free-gift__content-inner .product-variants .variant-button label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 4px;
    border: 1px solid var(---color-text);
    min-width: 32px;
    text-align: center;
    cursor: pointer;
  }
  
  .free-gift__content-inner .product-variants .variant-button input:checked~label {
    background-color: var(---color-text);
    color: #FCFBEE;
  }


:root {
    --cart-custom-colour: #393939;
    --store-picker-map-bg: #F9F8F2;
    --store-picker-placeholder-bg: #F1EFE5;
}

/** RF: Shipping threshold progress bar */
.cart__message {
    justify-content: center;
    border-bottom: 0px;
    font-size: calc(0.8875rem * var(---font-adjust-body));
}

.cart__message strong {
    font-weight: 900;
}

.cart__message .cart__message-default {
    display: block;
}
  
.cart__message .cart__message-default p {
    margin: 0px;
    display: inline;
}
  
.cart__message .cart__message-default .cart__message-nearly-there {
    display: none;
}

.cart-dropdown__head {
    position: relative;
    width: 100%;
    padding: 0px;
    border-bottom: 1px solid var(--border);
}

.cart-dropdown__head_inner {
    padding: 24px 18px;
    position: relative;
}

.cart-dropdown__head h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'League Spartan', sans-serif;
    font-style: var(---font-style-body);
    font-size: calc(1.7em * var(---font-adjust-body)) !important;
    margin: 0;
    line-height: 1;
    text-align: center;
}

.cart-dropdown__message {
    padding: 0px 24px;
    margin: 0;
}
  
.shipping-threshold-bar {
    position: relative;
    height: 8px;
    background-color: var(--color-border);
    border-radius: 999px;
    margin: 1.7rem 0px;
}

.shipping-threshold-bar__progress {
    background-color: var(--primary);
    height: 100%;
    width: 0;
    transition: width 1s;
    border-radius: 999px;
}

.shipping-threshold-bar__marker {
    content: '';
    aspect-ratio: 1;
    width: 2rem;
    display: block;
    position: relative;
    z-index: 1;
    transform: translate(-50%, calc(-50% - 5px));
    background-position: center;
    background-size: cover;
    transition: left 1s;
}

.cart-dropdown .shipping-threshold-bar {
    margin-left: 24px;
    margin-right: 24px;
}

/* RF: Store picker map */
.store-picker-map-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media only screen and (min-width: 990px) {
    .store-picker-map-container {
        margin: var(--outer) auto;
        padding: 0 var(--outer);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .store-picker-map-container {
        grid-template-columns: 594px 1fr;
    }
}

.store-picker__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 0px var(--outer);
    grid-column: 1/2;
    text-align: center;
}

@media only screen and (min-width: 990px) {
    .store-picker__content {
        padding-top: 0;
        padding-bottom: 4rem;
        margin: 0px;
        text-align: left;
    }
}

.store-picker__content .content__title {
    font-size: 1.1875rem;
    margin: 0px;
    font-weight: 700;
}

@media only screen and (min-width: 990px) {
    .store-picker__content .content__title {
        font-size: 1.6875rem;
    }
}

.store-picker__content .content__content {
    font-size: 0.875rem;
}

.store-picker-map-accordion {
    gap: 0.625rem;
    margin: 0px;
    border: 0px;
    display: none;
}

@media only screen and (min-width: 990px) {
    .store-picker-map-accordion {
        display: flex;
        flex-direction: column;
    }
}

/* Map slider */
.store-picker-map-slider {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 1;
    grid-column: 1/2;
    margin-top: -150px;
}

.store-picker-map-slider:after {
    content: "flickity";
    display: none;
}

@media only screen and (min-width: 990px) {
    .store-picker-map-slider {
        margin: 0px;
    }

    .store-picker-map-slider:after {
        content: '';
    }
}

.store-picker-map-slider.flickity-enabled {
    order: 1;
    display: block;
}

.store-picker-map-slider.flickity-enabled .accordion-row .accordion-content {
    display: flex !important;
}

.store-picker-map-slider.flickity-enabled .accordion-row .accordion-toggle {
    pointer-events: none;
}

.store-picker-map-slider.flickity-enabled .accordion-row {
    margin-right: 1.5rem;
    width: 75%;
}

.store-picker-map-slider .accordion-row {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    background: transparent;
    display: flex;
    flex-direction: column;
}

.store-picker-map-slider .accordion-row .accordion-toggle:before,
.store-picker-map-slider .accordion-row .accordion-toggle:after {
    display: none;
}

.store-picker-map-slider .accordion-row .accordion-toggle:before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    background: transparent;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none;
    border-radius: 999px;
    border: 1px solid currentColor;
    transition: all .5s;
    flex-shrink: 0;
    display: none;
}

@media only screen and (min-width: 990px) {
    .store-picker-map-slider .accordion-row .accordion-toggle:before {
        display: block;
    }
}

.store-picker-map-slider .accordion-row .accordion-toggle {
    background: #fff;
}

.store-picker-map-slider .accordion-row .accordion-toggle + .accordion-content .accordion-content__inner {
    background: #FFF;
}

@media only screen and (min-width: 990px) {
    .store-picker-map-slider .accordion-row .accordion-toggle.is-open {
        background: #F6F5F2;
    }

    .store-picker-map-slider .accordion-row .accordion-toggle.is-open + .accordion-content .accordion-content__inner {
        background: #F6F5F2;
    }

    .store-picker-map-slider .accordion-row .accordion-toggle.is-open:before {
        background: currentColor;
    }
}

.store-picker-map-slider .accordion-row .accordion-toggle,
.store-picker-map-slider .accordion-row .accordion-content__inner {
    transition-duration: .5s !important;
    transition-delay: 0s !important;
}

.store-picker-map-slider .accordion-row .accordion-toggle,
.store-picker-map__label {
    color: inherit;
    border: 0px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 1rem;
    line-height: 1;
}

@media screen and (min-width: 990px) {
    .store-picker-map-slider .accordion-row .accordion-toggle,
    .store-picker-map__label {
        font-size: 1.5rem;
    }
}

.store-picker-map-slider .accordion-row .accordion-toggle small {
    display: block;
}

.store-picker-map-slider .accordion-row .accordion-toggle strong {
    font-weight: 600;
}

.store-picker-map-slider .accordion-row .accordion-toggle .brand-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
}

.store-picker-map-slider .accordion-row .accordion-toggle .brand-info .brand-info__logo {
    max-width: 100px;
    max-height: 50px;
}

.store-picker-map-slider .accordion-row .accordion-content {
    padding: 0px;
    flex-grow: 1;
    height: 100%;
}

@media screen and (min-width: 990px) {
    .store-picker-map-slider .accordion-row .accordion-content {
        height: auto;
    }
}

.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner {
    color: inherit;
    border: 0px;
    padding: 0 1.5rem 1.5rem 1.5rem;
    flex-grow: 1;
}

.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner :first-child {
    padding-top: 0px;
    margin-top: 0px;
}

@media screen and (min-width: 990px) {
    .store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner {
        padding: 0 2rem 2rem 4rem;
    }
}

.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner:first-child {
    margin-top: 0px;
    padding-top: 0px;
}

.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner * {
    color: inherit;
}

.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner .form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner .form-wrapper .form-success,
.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner .form-wrapper .form-error {
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner .form-wrapper .form-error {
    color: var(--error);
}

.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner .form-wrapper .input-wrapper {
    display: flex;
}

.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner .form-wrapper .input-wrapper input {
    margin: 0px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    padding: 0px;
    padding: 0.8rem 1rem;
}

.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner .form-wrapper .input-wrapper input[type="text"] {
    width: 100%;
    flex-grow: 1;
    font-size: inherit;
}

.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner .form-wrapper .input-wrapper input[type="submit"] {
    font-weight: 600;
    font-size: 0.8125rem;
    border-left: 0px;
}

.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner .form-wrapper .input-wrapper input[type="submit"]:hover,
.store-picker-map-slider .accordion-row .accordion-content .accordion-content__inner .form-wrapper .input-wrapper input[type="submit"]:focus {
    background: rgba(0, 0, 0, .02);
}

@keyframes bag-bounce {
    0%,
    20%,
    40% {
        transform: translateY(0);
    }
    10%,
    30% {
        transform: translateY(-1rem);
    }
}

.store-picker-map-wrapper {
    padding-bottom: 150px;
    border: 1px solid rgba(0 ,0 , 0, 0.2);
    border-left-width: 0px;
    border-right-width: 0px;
}

@media screen and (min-width: 990px) {
    .store-picker-map-wrapper {
        padding-bottom: 0;
        grid-column: 2/3;
        grid-row: 1/4; 
        align-self: start;
        margin-left: 2rem;
        position: sticky;
        top: var(--header-height);
        border-left-width: 1px;
        border-right-width: 1px;
    }
}

.store-picker-map-wrapper .store-picker-map {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-width: 0;
}

.store-picker-map-wrapper .store-picker-map .bag-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    display: block;
}

.store-picker-map-wrapper .store-picker-map .bag-wrapper:before {
    content: '';
    position: absolute;
    border-radius: 100%;
    width: 100%;
    top: 100%;
    background: rgba(0, 0, 0, 0.10);
    aspect-ratio: 5 / 1;
    margin: auto;
    left: 0;
    right: 0;
    filter: blur(3px);
    transition: all .4s;
    transform: translateY(-50%);
}

.store-picker-map-wrapper .store-picker-map .bag-wrapper .bag-wrapper-animation,
.store-picker-map-wrapper .store-picker-map .bag-wrapper img.bag,
.store-picker-map-wrapper .store-picker-map .bag-wrapper img.bag--active,
.store-picker-map-wrapper .store-picker-map .bag-wrapper .bag-label {
    transition: all .4s;
    transform-origin: bottom;
    z-index: 2;
    position: relative;
}

.store-picker-map-wrapper .store-picker-map .bag-wrapper img.bag,
.store-picker-map-wrapper .store-picker-map .bag-wrapper img.bag--active {
    width: 100%;
    height: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    display: block;
}

.store-picker-map-wrapper .store-picker-map .bag-wrapper img.bag--active {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.store-picker-map-wrapper .store-picker-map .bag-wrapper:hover .bag-wrapper-animation.bag-wrapper-animation--fade,
.store-picker-map-wrapper .store-picker-map .bag-wrapper.is-open .bag-wrapper-animation.bag-wrapper-animation--fade {
    transform: scale(1.2) translateY(-0.4rem);
}

.store-picker-map-wrapper .store-picker-map .bag-wrapper:hover:before,
.store-picker-map-wrapper .store-picker-map .bag-wrapper.is-open:before {
    transform: translateY(-50%) scale(.8);
    filter: blur(2.5px);
}

.store-picker-map-wrapper .store-picker-map .bag-wrapper:hover .bag-wrapper-animation.bag-wrapper-animation--bounce,
.store-picker-map-wrapper .store-picker-map .bag-wrapper.is-open .bag-wrapper-animation.bag-wrapper-animation--bounce {
    animation: bag-bounce 3s infinite;
}

.store-picker-map-wrapper .store-picker-map .bag-wrapper:hover img.bag--active,
.store-picker-map-wrapper .store-picker-map .bag-wrapper.is-open img.bag--active {
    opacity: 1;
}

.store-picker-map-wrapper .store-picker-map .bag-wrapper:hover .bag-label {
    opacity: 1;
    transform: none;
}

.store-picker-map-wrapper .store-picker-map .bag-wrapper .bag-label {
    background: #fff;
    border: 1px solid #CCCCCC;
    position: absolute;
    left: 90%;
    bottom: 90%;
    white-space: nowrap;
    font-size: 2cqi;
    padding: 0.3em 0.8em;
    font-weight: 600;
    opacity: 0;
    z-index: 1;
    transition: all .4s;
    display: none;
    pointer-events: none;
}

@media screen and (min-width: 990px) {
    .store-picker-map-wrapper .store-picker-map .bag-wrapper .bag-label {
        font-size: 1cqi;
        display: block;
    }
}

/* RF: Overwrite gorgias chat */
#chat-button {
    z-index: 9998;
}

.product-grid {
    padding-left: var(--outer);
    padding-right: var(--outer);
    padding-top: var(--outer);
}

@media only screen and (min-width: 768px) {
    .product-grid {
        padding-top: 0;
    }
}

.collection__nav {
    padding-left: calc(var(--outer) / 2);
    padding-right: calc(var(--outer) / 2);
}

/* RF: Custom quick-add on product cards */
.product-item {
    position: relative;
}

/* quick-add-button */
.product-item .custom-quick-add-button {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    width: 26px;
    height: 26px;
    border-radius: 0%;
    padding: 0px;
}

/* .product-item .custom-quick-add-button:before, 
.product-item .custom-quick-add-button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(---color-primary);
    transform: translate(-50%, -50%);
}

.custom-quick-add-button:before {
    width: 14px;
    height: 2px;
}
.custom-quick-add-button:after {
    width: 2px;
    height: 14px;
} */

@media only screen and (min-width: 990px) {
    .product-item .custom-quick-add-button {
        display: none;
    }
}

/* quick-add-holder */
.product-item .custom-quick-add-holder {
    background: rgba(255, 255, 255);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: all .4s;
    z-index: 9999;
    padding: 0px;
    font-family: 'Manrope';
    font-weight: 500;
    text-align: center;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    .product-item .custom-quick-add-holder {
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        padding: 1rem 2rem;
        font-size: 0.75rem;
    }
}

.product-item .custom-quick-add-holder.is-loading .custom-quick-add-holder__inner,
.product-item .custom-quick-add-holder.is-loading .product-item-bis-form {
    opacity: .4;
    pointer-events: none;
}

.product-item .custom-quick-add-holder__inner {
    padding: 1.2rem 2rem;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .product-item .custom-quick-add-holder__inner {
        padding: 0px;
    }
}

.product-item .custom-quick-add-holder__close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .5rem;
}

@media only screen and (min-width: 768px) {
    .product-item .custom-quick-add-holder__close {
        display: none;
    }
}

.product-item .custom-quick-add-holder__close svg {
    width: 0.8rem;
    height: 0.8rem;
}

@media only screen and (min-width: 768px) {
    .product-item:hover .custom-quick-add-holder,
    .product-item:focus .custom-quick-add-holder,
    .product-item:active .custom-quick-add-holder {
        transform: none;
    }
}

.product-item .custom-quick-add-holder.is-active {
    transform: none;
}

.product-item .product-item-bis-form {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    background: var(---color-primary);
    padding: 2rem 2rem;
    color: #fff;    
}

.product-item .swym-add-to-wishlist-view-product {
    width: 1rem !important;
    height: 1rem !important;
}

@media only screen and (min-width: 768px) {
    .product-item .swym-add-to-wishlist-view-product {
        width: 1.25rem !important;
        height: 1.25rem !important;
    }
}

.product-item .swym-add-to-wishlist-view-product:after {
    width: 100% !important;
    height: 100% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

@media only screen and (min-width: 768px) {
    .product-item .product-item-bis-form {
        padding: 0px;
        background: transparent;
        color: inherit;
        display: none;
    }

    .product-item .product-item-bis-form.is-active {
        display: flex;
    }
}

.product-item .custom-add-to-basket {
    gap: .5rem;
    background: var(---color-primary);
    padding: 1.5rem 2rem;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
}

@media only screen and (min-width: 768px) {
    .product-item .custom-add-to-basket {
        padding: 0px;
        background: transparent;
        color: inherit;
        display: none;
        font-size: inherit;
    }

    .product-item .custom-add-to-basket.is-active {
        display: block;
    }
    
}
.product-item .product-item-bis-form .form-content {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: .5rem;
}
.product-item .product-item-bis-form .form-content input {
    border: 0px;
    border-bottom: 1px solid currentColor;
    border-radius: 0px;
    margin: 0px;
    padding: .5rem;
    padding-top: 0px;
    font-size: inherit;
    flex-grow: 1;
    color: inherit;
}
.product-item .product-item-bis-form .form-content svg {
    width: 1rem;
    height: 1rem;
}


.custom-product-options .custom-product-option__wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    overflow: auto;
}

.custom-product-options .custom-product-options__row {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .custom-product-options .custom-product-options__row:not(:last-of-type) {
        padding-bottom: 1rem;
    }
}
@media only screen and (min-width: 768px) {
    .custom-product-options .custom-product-options__row {
        display: none;
    }

    .custom-product-options .custom-product-options__row.is-active {
        display: flex !important;
    }
}

.custom-product-options__row .custom-product-option {
    flex-basis: 0;
    flex-grow: 1;
}

.custom-product-options__row .custom-product-option label {
    padding: .7rem;
    display: block;
}

.custom-product-option input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
    display: block;

    &.is-disabled + label {
        opacity: .5;
        pointer-events: none;
    }

    &:checked + label {
        text-decoration: underline;
    }
}



/* RF: Custom wishlist */
.swym-button.swym-add-to-wishlist-view-product.swym-heart:after {
    background: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3496 7.91715L20.2566 8.23889L14.8321 12.7756L14.5885 12.9793L14.6694 13.2865L16.5085 20.2686L10.7837 16.2975L10.4987 16.0998L10.2137 16.2975L4.49177 20.2666L6.33031 13.2865L6.41121 12.9793L6.16757 12.7756L0.742896 8.23868L7.64544 7.91715L7.98033 7.90155L8.09306 7.58582L10.4975 0.851514L12.902 7.58582L13.0147 7.90155L13.3496 7.91715Z" stroke="%23262626"/></svg>');
    content: '' !important;
    width: 1.3125rem;
    height: 1.3125rem;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.swym-button.swym-add-to-wishlist-view-product.swym-heart.swym-added:after {
    background: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3496 7.91715L20.2566 8.23889L14.8321 12.7756L14.5885 12.9793L14.6694 13.2865L16.5085 20.2686L10.7837 16.2975L10.4987 16.0998L10.2137 16.2975L4.49177 20.2666L6.33031 13.2865L6.41121 12.9793L6.16757 12.7756L0.742896 8.23868L7.64544 7.91715L7.98033 7.90155L8.09306 7.58582L10.4975 0.851514L12.902 7.58582L13.0147 7.90155L13.3496 7.91715Z" fill="%23262626" stroke="%23262626"/></svg>');
    content: '' !important;
}

/* RF: Product image slider */
.product-item .product__slides {
    [data-slide] {
        &:not(:first-child) {
            display: none;
            
            @media screen and (min-width: 990px) {
                display: block;
            }
        }
    }

    &:after {
        content: '';
    }

    @media screen and (min-width: 768px) {
        &:after {
            content: 'flickity';
        }
    }
}

.product-item__image,
.product-item [data-slider] {
    aspect-ratio: 2 / 3;
}

.product-item .custom-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: calc(40% - 1rem);
    margin-left: 1rem;
    pointer-events: none;
}

.product-item [data-slider] .flickity-viewport {
    height: 100% !important;
}

.product-item [data-slider] .product-item__image-slide {
    width: calc(100% + 2rem);
    margin: 0px -1rem;
    height: 100%;
    display: block;
    padding: 0 1px;
}
.product-item [data-slider] .product-item__image-slide.is-selected {
    opacity: 1 !important; /* RF: remove fade transition */
    padding: 0px;
}

.product-item [data-slider] img {
    padding: 0px 1rem;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.product-item .flickity-button {
  display: none;
}

.product-item:hover .flickity-button {
  display: block;
  z-index: 9999;
}

/* Load More/Previous */
 .product-grid__load-more,
 .product-grid__load-previous {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: var(--outer) auto;
}

.button.button--load-more,
.button.button--load-previous {
    border-radius: 0px;
    font-weight: 700;
    font-family: 'Manrope';
    padding: var(--btn-top) calc(var(--btn-left) * 1.5);
}

.button.button--load-more {
  color: black;
}

.button.button--load-previous.is-loading,
.button.button--load-more.is-loading {
    pointer-events: none;
}

.product-inner-grid {
  width: 100%;
  padding: 0;
  display: flex;
}

/**
 * RF: Country selector
 */
.country-selector {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-shrink: 0;
}

#shopify-section-announcement {
    position: relative;
    z-index: 50;
}

#shopify-section-header {
    position: relative;
    z-index: 60;

    .country-selector--mobile {
        background: #fff;
        opacity: 0;
        pointer-events: none;
        transition: all .3s;
        margin-top: 20px;
    }

    .js__show__mobile {
        .header__drawer.drawer--visible {
            .country-selector--mobile {
                opacity: 1;
                pointer-events: all;
            }
        }
    }
}

.country-selector:after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    position: relative;
    top: -0.15rem;
}

.country-selector-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    z-index: 9999;
    padding: 2rem;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;

    display: none;
    pointer-events: none;
}

.country-selector-modal.is-active {
    display: flex;
    pointer-events: auto;
}

.country-selector-modal form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    width: 100%;
}

.country-selector-modal .country-selector-modal--close {
    position: absolute;
    margin: 2rem;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.country-selector-modal .country-selector__section {
    width: 100%;
    max-width: 323px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.country-selector-modal .section__title {
    text-align: center;
    font-size: 0.875rem; /* 14px */
}

.country-selector-modal .popout,
.country-selector-modal .popout .popout__toggle,
.country-selector-modal .popout .popout-list {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    text-align: left;
}

.country-selector-modal .popout .popout__toggle {
    border-radius: 0px;
    font-size: 16px;
    letter-spacing: normal;
    font-size: 0.875rem; /* 14px */
    font-weight: 600;
    text-transform: capitalize;
    padding: 0px;
    display: flex;
    align-items: center;
}

.country-selector-modal .popout .popout__toggle .popout__inner {
    padding: 1rem;
    flex-grow: 1;
    font-size: 0.875rem; /* 14px */
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.country-selector-modal .popout .popout__toggle[aria-expanded="true"] {
    border: 1px solid currentColor;
    background: rgba(0, 0, 0, .7);
}

.country-selector-modal .popout .popout__toggle:focus {
    border: 1px solid currentColor;
}

.country-selector-modal .popout .popout__toggle:after {
    content: "";
    height: 3rem;
    width: auto;
    aspect-ratio: 1;
    border: 0px;
    transform: none;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 15 15"><mask id="a" fill="%23fff"><path d="M0 7.071 7.071.001l7.071 7.07-7.07 7.071L0 7.072Z"/></mask><path fill="%23fff" d="m7.071 14.142-1.414 1.415L7.07 16.97l1.414-1.414-1.414-1.415Zm5.657-8.485-7.071 7.071 2.828 2.829 7.071-7.072-2.828-2.828Zm-4.243 7.071-7.07-7.07-2.83 2.827 7.072 7.072 2.828-2.829Z" mask="url(%23a)"/></svg>');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid;
    transition: none;
    margin: 0px;
}

.country-selector-modal .popout .popout__toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
    border-left: 0px;
    border-right: 1px solid;
}

.country-selector-modal .popout .popout-list {
    bottom: auto;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, .7);
    padding: 0px;
    border: 1px solid currentColor;
    border-top: 0px;
    transition: none;
}

.country-selector-modal .popout .popout-list li:not(:last-child) {
    border-bottom: 1px solid currentColor;
}

.country-selector-modal .popout .popout-list li .popout-list__option {
    padding: 1rem;
    font-size: .875rem; /* 14px */
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.country-selector-modal .popout .popout-list li .popout-list__option:hover {
    background: rgba(0, 0, 0, .7);
}

.country-selector-modal .popout .popout-list li .popout-list__option span {
    border: 0px;
}

.country-selector-modal .country-selector__stay {
    text-transform: uppercase;
    color: inherit;
    text-decoration: underline;
    font-size: 0.875rem; /* 14px */
}

.country-selector-modal .country-selector__country-name {
    font-size: 1.125rem; /* 18px */
}

.country-selector-modal button[type="submit"] {
    background: #fff;
    color: #000;
    width: 100%;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875rem; /* 14px */
}

.country-selector-modal button[type="submit"]:hover,
.country-selector-modal button[type="submit"]:focus {
    opacity: .9;
}

.is-scroll-locked {
    overflow: hidden;
}

.country-flag {
    aspect-ratio: 2/3;
    object-fit: cover;
}

/* MJ - PDP OOS Variant Styling */
.product__form .radio__unavailable label span {
  text-decoration: line-through;
  opacity: .5;
}

/*************************************
Image Snippet
*************************************/

.img-snippet {
  position: relative;
  width: 100%;
}

.img-snippet__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 749px) {
  .img-snippet__img--tablet,
  .img-snippet__img--desktop {
    display: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .img-snippet__img--mobile,
  .img-snippet__img--desktop {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .img-snippet__img--mobile,
  .img-snippet__img--tablet {
    display: none;
  }
}

/*************************************
Shipping info section
*************************************/



/************************************
Snap functionality for page
*************************************/

.shipping-wrapper--columns {
  max-width: none;
  margin: 0 17%;
}

.shipping-wrapper--columns .wrapper {
  padding: 0 25%;
}

.shipping-wrapper--columns .accordion {
  border-bottom: 1px solid #262626;
  border-top: none;
}

.shipping-wrapper--columns .accordion:first-of-type {
  border-bottom: 1px solid #262626;
  border-top: 1px solid #262626;
}

.shipping-wrapper--columns .accordion__title {
  padding: 17px 30px 17px 0;
}

.shipping-wrapper--columns .accordion__title::after {
  right: 16px;
  width: 2px;
}

.shipping-wrapper--columns .accordion__title::before {
  height: 2px;
}

.shipping-wrapper--columns .accordion__body {
  padding-right: 30px;
}

.shipping-mb {
  margin-bottom: 37px;
}

.shipping-top {
  text-align: center;
}

.shipping-header {
  margin-bottom: 40px;
}

.shipping-text {
  margin-bottom: 60px;
}

.shipping-country-select__header {
  font-weight: bold;
  margin-bottom: 20px;
}

.country-select {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 60px;
  position: relative;
}

.country-select label {
  font-weight: bold;
  margin-bottom: 20px;
}

.country-select select {
  color: #262626;
  border: 0.796px solid #000;
  padding-right: 35px;
}


.country-select {
  position: relative;
  font-family: Arial;
}

.country-select select {
  display: none; 
}

#select-selected {
  background-color: #fff;
  border: 1px solid #262626;
  position: relative;
}

#select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #262626;
  border-bottom: 2px solid #262626;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s;
}

#select-selected.menu-open::after {
  transform: rotate(-135deg) translateY(-50%);
  transform-origin: center;
  right: 14px;
  top: 43%;
}

.select-items div,#select-selected {
  color: #262626;
  padding: 13px 45px 13px 8px;
  cursor: pointer;
  min-height: 45px;
  min-width: 300px;
  text-align: left;
  font-size: 14px;
}

.select-items div {
  background-size: 28px 16px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.select-items div[value="uk"] {
  background-image: url('uk-flag.png');
}

.select-items div[value="eu"] {
  background-image: url('eu-flag.png');

}

.select-items div[value="us"] {
  background-image: url('us-flag.png');
}

.select-items div[value="aunz"] {
  background-image: url('aus-flag.png');
}

.select-items div[value="ca"] {
  background-image: url('canada-flag.png');
}

.select-items div[value="row"] {
  background-image: url('world.png');
  background-size: 20px 20px;
  background-position: right 14px center;
}

.select-items {
  position: absolute;
  background-color: #fff;
  border: 1px solid #262626;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}

.select-show {
  display: block;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.country-select::after {
  content: "";
  height: 45px;
  width: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 45px;
}

.shipping-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 37px;
}

.shipping-info-grid .grid__item {
  padding: 50px 50px 50px var(--outer);
}

.dynamic-block {
  display: none;
}

.dynamic-block.show {
  display: block;
}

.dynamic-block.show h5 {
  margin: 60px 0 30px;
  font-size: 24px;
}

.dynamic-block.show h5:first-child {
  margin-top: 0;
}

.dynamic-block.show p:first-child {
  margin-bottom: 0;
}

.dynamic-block.show h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 60px 0 30px;
}

.dynamic-block.show h3:first-of-type {
  margin-top: 0.5em;
}

.dynamic-block.show p {
  font-size: 16px;
}

.dynamic-block__text .metafield-rich_text_field {
  margin-bottom: 60px;
}

.dynamic-block__text .metafield-rich_text_field:last-of-type {
  margin-bottom: 0;
}

.dynamic-block__text .disabled {
  opacity: 0.5;
}

.shipping-accordion {
  border-bottom: 1px solid #262626;
  margin-top: -1px;
  padding: 10px 10px 10px 0;
  overflow: hidden;
  max-height: 60px;
  transition: max-height 0.8s ease;
}

.shipping-accordion.open {
  max-height: 190px;
}

.shipping-accordion-wrapper:first-of-type .shipping-accordion {
  border-top: 1px solid #262626;
}

.shipping-accordion__title {
  font-size: calc(var(--font-4)* var(---font-adjust-heading));
  position: relative;
  cursor: pointer;
  padding-right: 20px;
  margin-bottom: 25px;
}

.shipping-accordion__title::marker {
  content: "";
}

.shipping-accordion__title:before, .shipping-accordion__title:after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--primary);
  transform: translateY(-50%);
}
.shipping-accordion__title:before {
  right: 0;
  width: 15px;
  height: 2px;
}

.shipping-accordion .shipping-accordion__content {
  max-height: 100px;
  padding: 5px 10px 20px 0;
  overflow-y: auto;
}

.shipping-accordion .shipping-accordion__content p,
.grid__item.rhs p {
  font-size: 14px;
}

.grid__item.rhs .block-header {
  font-size: 24px;
  font-weight: bold;
}

.grid__item.rhs p:first-of-type {
  font-size: 16px;
}

.shipping-accordion.open .shipping-accordion__content::-webkit-scrollbar {
  display: block;
}

.shipping-accordion .shipping-accordion__content::-webkit-scrollbar {
  width: 4px;
  display: none;
}

.shipping-accordion .shipping-accordion__content::-webkit-scrollbar-track {
  background: #26262680;
}

.shipping-accordion .shipping-accordion__content::-webkit-scrollbar-thumb {
  background: #262626;
}

.shipping-accordion.open .shipping-accordion__title::after {
  transform: rotate(90deg);
  transform-origin: center;
  top: 25%;
  opacity: 0;
}
.shipping-accordion__title:after {
  right: 6px;
  width: 2px;
  height: 15px;
  transition: all 0.3s;
}

.faq__title {
  font-weight: bold;
  font-size: 24px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 1199px) {
  .shipping-wrapper--columns {
    margin: 0 10%;
  }
}


@media screen and (max-width: 989px) {
  .shipping-mb {
    margin-bottom: 20px;
  }

  .shipping-wrapper--columns .wrapper {
    padding: 0;
  }

  .shipping-wrapper--columns,
  .shipping-wrapper--columns .wrapper {
    margin: 0 15px;
  }

  .shipping-wrapper--columns.margin--medium {
    padding: 30px 0;
  }

  .shipping-top {
    margin-bottom: 45px;
  }

  .shipping-text {
    margin-bottom: 30px;
  }

  .country-select {
    margin-bottom: 0;
  }
  .shipping-info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .shipping-info-grid .grid__item,
  .shipping-info-grid .grid__item.rhs {
    padding: var(--outer);
  }

  .shipping-accordion {
    border-bottom: 1px solid #262626;
  }

  .shipping-accordion-wrapper:first-of-type .shipping-accordion {
    border-top: 1px solid #262626;
}

  .shipping-accordion__title {
    font-size: 18px;
  }

  .shipping-accordion__title::before,
  .shipping-wrapper--columns .accordion__title::before {
    width: 10px;
  }

  .shipping-accordion__title::after,
  .shipping-wrapper--columns .accordion__title::after {
    height: 10px;
  }

  .shipping-accordion__title::after {
    right: 4px;
  }

  .shipping-wrapper--columns .accordion__title::after {
    right: 14px;
  }

  .faq__title {
    margin-bottom: 17px;
  }

  .mb-100 {
    margin-bottom: 60px;
  }
}

/********** Snap functionality for page **********/

[data-snap-page] {
  .shopify-section {
    display: flex;
    align-items: center;
    max-height: calc(100svh - 105px);
  }

  section {
    width: 100%;
  }

  .swiper {
    z-index: 99999;
  }
}
 
.snap-navigation {
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 2;
  width: fit-content;
  padding: 10px 0 0;
  min-width: 120px;

  @media (min-width: 990px) {
    padding: 0;
    min-width: 150px;
  }

  &:has(.snap-navigation-inner--timeline) {
    right: 0;
    width: 100%;
    padding: 0;

    @media (min-width: 990px) {
      width: initial;
      right: 50px;
    }
  }

  .snap-navigation-item {
    pointer-events: all;
    cursor: pointer;
  }

  span {
    font-size: 13px;
    opacity: 0.5;
    color: #000000;
    text-decoration: none;
    margin: 0;

    @media (min-width: 990px) {
      font-size: 15px;
    }
  }

  .snap-navigation-item--active {
    span {
      font-weight: 700;
      opacity: 1;
    }
  }

  .snap-navigation-inner {
    display: flex;
    flex-direction: column;

    @media (max-width: 749px) {
      overflow: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;

      &::-webkit-scrollbar {
        display: none;
      }

      .snap-navigation-item {
        width: fit-content;
      }
    }
  }

  .snap-navigation-inner--timeline {
    flex-direction: row;
    gap: 16px;
    background-color: #ffffff;
    padding: 0 16px 6px;
    width: 100%;
    white-space: nowrap;

    @media (min-width: 990px) {
      width: initial;
      padding: 0;
      gap: 18px;
    }

    .snap-navigation-item {
      @media (min-width: 990px) {
        width: fit-content;
      }
    }
  }
}

/* Filters Availability */
.collection__sidebar__group:last-child {
  display: none;
}

/* Lookbook V2 */
.flex { display: flex; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.relative { position: relative; }

.lookbook-wrapper {
  width: 100%;
}

.lookbook-header__wrapper,
.lookbook-landing__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}

.lookbook-header .lookbook-choices h2,
.lookbook-landing__header h1 {
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -5%;
}

.lookbook-landing__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.lookbook-landing__grid-item {
  display: flex;
  position: relative;
  aspect-ratio: 15 / 16;
}

.lookbook-landing__grid-item__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 150ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lookbook-landing__grid-item:hover .lookbook-landing__grid-item__overlay {
  opacity: 1;
}

.lookbook-landing__grid-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lookbook-header .lookbook-choices h2 {
  margin-right: 32px;
}

.lookbook-choice {
  padding: 10px 8px;
  flex-shrink: 0;
  display: block;
  border-bottom: 1px solid #BABABA;
}

.lookbook-choice:hover {
  border-bottom: 1px solid #000000;
}

span.lookbook-choice,
.lookbook-choice--active {
  border-bottom: 1px solid #000000;
  font-weight: 600;
}

.lookbook-choices__mobile {
  display: none;
}

.lookbook-wrapper.lookbook-v2-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}

.lookbook-intro {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 30px;
}

.lookbook-intro a {
  text-decoration: underline;
  font-weight: 700;
}

.lookbook-intro--one-quarter .lookbook-intro__inner {
  max-width: 400px;
}

.lookbook-intro__content .metafield-rich_text_field {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lookbook-intro--full {
  align-items: center;
}

.lookbook-v2-product--full,
.lookbook-intro--full {
  grid-column: span 4 / span 4;
  text-align: center;
}

.lookbook-v2-product--one-quarter,
.lookbook-intro--one-quarter {
  grid-column: span 1 / span 1;
}

.lookbook-v2-product--one-half,
.lookbook-intro--one-half {
  grid-column: span 2 / span 2;
}

.lookbook-v2-product {
  display: block;
  height: 100%;
}

.lookbook-v2-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lookbook-v2-product__overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 150ms ease;
  background-color: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  z-index: 20;
}

.lookbook-v2-product:hover .lookbook-v2-product__overlay {
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .lookbook-landing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3px;
    row-gap: 6px;
  }
  
  .lookbook-landing__grid .lookbook-landing__grid-item {
    display: block;
    aspect-ratio: 2 / 3;
  }
}

body.lookbook--location [data-lookbook-image-type="studio"] {
  display: none !important;
}

body.lookbook--studio [data-lookbook-image-type="location"] {
  display: none !important;
}

body.lookbook-view--six .lookbook-intro {
  grid-column: span 6 / span 6 !important;
}

body.lookbook-view--six .lookbook-intro__inner {
  max-width: none;
  text-align: center;
}

body.lookbook-view--six .lookbook-wrapper.lookbook-v2-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

body.lookbook--location [data-grid="location"], 
body.lookbook--studio [data-grid="studio"] {
  display: grid;
}

body.lookbook--location [data-carousel="location"],
body.lookbook--studio [data-carousel="studio"] {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

body.lookbook-view--six .lookbook-v2-product-container,
body.lookbook-view--six .lookbook-v2-product.lookbook-v2-product--double-height {
  grid-column: span 1 / span 1 !important;
  grid-row: span 1 / span 1 !important;
}

.lookbook-header .lookbook-view {
  margin-left: 16px;
}

.lookbook-v2-product-slide .lookbook-back {
  height: initial;
  width: initial;
  z-index: 100;
  margin-left: var(--outer);
  display: flex;
  background-color: transparent;
  top: -25px;
}

.lookbook-v2-product-slide .lookbook-back .lookbook-back-icon {
  margin-left: 0;
}

.lookbook-v2--inner-intro {
  padding: 10px;
  background: white;
  font-size: 12px;
  text-align: center;
  z-index: 30;
  grid-column: span 2 / span 2;
  display: none;
}

.lookbook-intro a {
  text-decoration: none;
}

.lookbook-v2--inner-intro a {
  margin-top: 15px;
}

.lookbook-v2--full-collection {
  display: flex;
  justify-content: center;
  padding: 75px 0;
}

.lookbook-v2 .collection-wrapper .collection-button {
  display: block;
}

.lookbook-v2--full-collection .button {
  font-weight: bold;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
}


@media screen and (min-width: 769px) and (max-width: 1280px) {
  .lookbook-wrapper.lookbook-v2-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .intro--one-quarter .lookbook-v2-product-container[data-index="1"] {
    grid-column: span 2 / span 2;
  }

  body.lookbook-view--six .lookbook-v2-product-container,
  body.lookbook-view--six .lookbook-intro,
  body.lookbook-view--six .lookbook-v2-product.lookbook-v2-product--double-height {
    grid-column: span 2 / span 2 !important;
  }
}

@media screen and (min-width: 768px) {
  .lookbook-v2 .collection-wrapper {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mobile-intro {
    text-align: left;
  }
  .lookbook-v2--full-collection {
    padding: 15px var(--outer);
  }

  .lookbook-v2--full-collection .button {
    background: #000000;
    font-size: 16px;
    font-weight: 600;
    padding-left: initial;
    padding-right: initial;
    width: 100%;
    text-align: center;
  }

  .lookbook-intro__inner {
    text-align: center;
  }

  .lookbook-intro__inner img {
    max-width: 80%;
    margin-bottom: 15px;
  }
  
  .lookbook--read-more {
    font-weight: bold;
    display: block;
    padding-left: 0;
    margin-top: 15px;
  }

  .lookbook-v2-product--double-height-mobile {
    grid-row: span 2 / span 2;
  }
  
  .lookbook-v2-grid--show-intro .lookbook-v2--inner-intro {
    display: block;
  }

  .lookbook-v2-grid--show-intro .mobile-intro,
  .lookbook-v2-grid--show-intro .lookbook--read-more {
    display: none;
  }

  #closeLookbookIntro {
    font-weight: bold;
    width: 100%;
    text-align: right;
  }

  .lookbook-landing__header h1 {
    font-size: 14px;
    text-align: right;
  }

  .lookbook-landing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3px;
    row-gap: 6px;
  }
  
  .lookbook-landing__grid .lookbook-landing__grid-item {
    display: block;
    aspect-ratio: 2 / 3;
  }

  .hidden-mobile,
  .lookbook-header h2 {
    display: none;
  }

  .lookbook-style {
    font-size: 10px;
  }

  .lookbook-choices__mobile {
    display: flex;
    position: relative;
    min-width: 130px;
    flex-direction: column;
  }

  .lookbook-choices__mobile button[data-lookbook-choice-toggle] {
    border: 1px solid transparent;
    border-bottom-color: #000000;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 8px;
    text-align: center;
    height: 35px;
    width: 100%;
  }
  
  .lookbook-choices__mobile button[data-lookbook-choice-toggle] span {
    flex-grow: 1;
  }

  .lookbook-choices__mobile button[data-lookbook-choice-toggle] svg {
    margin-left: auto;
  }

  .lookbook-choices__menu {
    position: absolute;
    background-color: #ffffff;
    top: 35px;
    width: 100%;
    text-align: center;
    opacity: 0;
    z-index: -1;
    transition: opacity 80ms ease;
    border: 1px solid #000;
    border-top: 0;
  }

  .lookbook-choice--all {
    font-weight: 600;
    border-bottom: 0;
  }

  .lookbook-choices__mobile button[data-lookbook-choice-toggle].lookbook-choice-toggle--active {
    border-color: #000000;
  }

  .lookbook-choices__menu--active {
    opacity: 1;
    z-index: 10;
  }
  
  .lookbook-choices__menu a {
    border-color: #000000;
    font-size: 12px;
  }

  .lookbook-intro {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 11px;
  }

  .lookbook-intro-mobile--full {
    grid-column: span 2 / span 2;
    text-align: center;
  }
  
  .lookbook-intro-mobile--one-half {
    grid-column: span 1 / span 1;
  }

  .lookbook-wrapper.lookbook-v2-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lookbook-header .lookbook-wrapper {
    padding-bottom: 25px;
  }

  .lookbook-header .lookbook-wrapper .lookbook-header__wrapper {
    margin-bottom: 0;
  }

  .lookbook-v2-product-mobile--full {
    grid-column: span 2 / span 2;
  }

  .lookbook-v2-product-mobile--one-half {
    grid-column: span 1 / span 1;
  }
}

@media screen and (min-width: 769px) {
  .hidden-desktop {
    display: none;
  }

  .lookbook-v2-product--double-height {
    grid-row: span 2 / span 2;
  }
}

/** Homepage Reviews Carousel **/

.testimonials-2-carousel .review {
  width: 100%;
  display: block;
  padding: 30px 0;
}

.testimonials-2-carousel .review .review__content {
  width: 50%;
  margin: 0 auto;
}

.testimonials-2-carousel .review .review__content blockquote {
  margin: 0 0 30px;
}

.testimonials-2-carousel .review .review__content .testimonial__quotes {
  margin-bottom: 20px;
  display: block;
  font-size: calc(1.5rem* var(---font-adjust-body));
}

.testimonials-2-carousel .flickity-page-dots {
  bottom: 10px;
}

.shipping-wrapper--columns {
  max-width: none;
  margin: 0 17%;
}

.shipping-wrapper--columns .wrapper {
  padding: 0 25%;
}

.shipping-wrapper--columns .accordion {
  border-bottom: 1px solid #262626;
  border-top: none;
}

.shipping-wrapper--columns .accordion:first-of-type {
  border-bottom: 1px solid #262626;
  border-top: 1px solid #262626;
}

.shipping-wrapper--columns .accordion__title {
  padding: 17px 30px 17px 0;
}

.shipping-wrapper--columns .accordion__title::after {
  right: 16px;
  width: 2px;
}

.shipping-wrapper--columns .accordion__title::before {
  height: 2px;
}

.shipping-wrapper--columns .accordion__body {
  padding-right: 30px;
}

.shipping-mb {
  margin-bottom: 37px;
}

.shipping-top,
.size-guide-top{
  text-align: center;
}

.shipping-header {
  margin-bottom: 40px;
}

.shipping-text {
  margin-bottom: 60px;
}

.shipping-country-select__header {
  font-weight: bold;
  margin-bottom: 20px;
}

.country-select, 
.size-select {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 60px;
  position: relative;
}

.country-select label {
  font-weight: bold;
  margin-bottom: 20px;
}

.country-select select,
.size-select select {
  color: #262626;
  border: 0.796px solid #000;
  padding-right: 35px;
}

.country-select, 
.size-select {
  position: relative;
  font-family: Arial;
}

.country-select select,
.size-select select {
  display: none; 
}

#select-selected {
  background-color: #fff;
  border: 1px solid #262626;
  position: relative;
}

#select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #262626;
  border-bottom: 2px solid #262626;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s;
}

#select-selected.menu-open::after {
  transform: rotate(-135deg) translateY(-50%);
  transform-origin: center;
  right: 14px;
  top: 43%;
}


.size-guide-select-wrp .select-items div,
.size-guide-select-wrp #select-selected {
  color: #262626;
  padding: 13px 45px 13px 8px;
  cursor: pointer;
  min-height: 45px;
  min-width: 200px;
  text-align: left;
  font-size: 14px;
  z-index: 9;

}

.select-items div {
  background-size: 28px 16px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.select-items div[value="uk"] {
  background-image: url('uk-flag.png');
}

.select-items div[value="eu"] {
  background-image: url('eu-flag.png');

}

.select-items div[value="us"] {
  background-image: url('us-flag.png');
}

.select-items div[value="aunz"] {
  background-image: url('aus-flag.png');
}

.select-items div[value="ca"] {
  background-image: url('canada-flag.png');
}

.select-items div[value="row"] {
  background-image: url('world.png');
  background-size: 20px 20px;
  background-position: right 14px center;
}

.select-items {
  position: absolute;
  background-color: #fff;
  border: 1px solid #262626;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
}

.select-show {
  display: block;
}

.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.country-select::after,
.size-select::after {
  content: "";
  height: 45px;
  width: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 45px;
  z-index: 9;
}

.shipping-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 37px;
}

.shipping-info-grid .grid__item {
  padding: 50px 50px 50px var(--outer);
}

.dynamic-block {
  display: none;
}

.dynamic-block.show {
  display: block;
}

.dynamic-block.show h5 {
  margin: 60px 0 30px;
  font-size: 24px;
}

.dynamic-block.show h5:first-child {
  margin-top: 0;
}

.dynamic-block.show p:first-child {
  margin-bottom: 0;
}

.dynamic-block.show h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 60px 0 30px;
}

.dynamic-block.show h3:first-of-type {
  margin-top: 0.5em;
}

.dynamic-block.show p {
  font-size: 16px;
}

.dynamic-block__text .metafield-rich_text_field:first-of-type {
  margin-bottom: 60px;
}

.dynamic-block__text .disabled {
  opacity: 0.5;
}

.shipping-accordion {
  border-bottom: 1px solid #262626;
  margin-top: -1px;
  padding: 10px 10px 10px 0;
  overflow: hidden;
  max-height: 60px;
  transition: max-height 0.8s ease;
}

.shipping-accordion.open {
  max-height: 190px;
}

.shipping-accordion-wrapper:first-of-type .shipping-accordion {
  border-top: 1px solid #262626;
}

.shipping-accordion__title {
  font-size: calc(var(--font-4)* var(---font-adjust-heading));
  position: relative;
  cursor: pointer;
  padding-right: 20px;
  margin-bottom: 25px;
}

.shipping-accordion__title::marker {
  content: "";
}

.shipping-accordion__title:before, .shipping-accordion__title:after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--primary);
  transform: translateY(-50%);
}
.shipping-accordion__title:before {
  right: 0;
  width: 15px;
  height: 2px;
}

.shipping-accordion .shipping-accordion__content {
  max-height: 100px;
  padding: 5px 10px 20px 0;
  overflow-y: auto;
}

.shipping-accordion .shipping-accordion__content p,
.grid__item.rhs p {
  font-size: 14px;
}

.grid__item.rhs .block-header {
  font-size: 24px;
  font-weight: bold;
}

.grid__item.rhs p:first-of-type {
  font-size: 16px;
}

.shipping-accordion.open .shipping-accordion__content::-webkit-scrollbar {
  display: block;
}

.shipping-accordion .shipping-accordion__content::-webkit-scrollbar {
  width: 4px;
  display: none;
}

.shipping-accordion .shipping-accordion__content::-webkit-scrollbar-track {
  background: #26262680;
}

.shipping-accordion .shipping-accordion__content::-webkit-scrollbar-thumb {
  background: #262626;
}

.shipping-accordion.open .shipping-accordion__title::after {
  transform: rotate(90deg);
  transform-origin: center;
  top: 25%;
  opacity: 0;
}
.shipping-accordion__title:after {
  right: 6px;
  width: 2px;
  height: 15px;
  transition: all 0.3s;
}

.faq__title {
  font-weight: bold;
  font-size: 24px;
}

.mb-100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 1199px) {
  .shipping-wrapper--columns {
    margin: 0 10%;
  }
}


@media screen and (max-width: 989px) {
  .shipping-mb {
    margin-bottom: 20px;
  }

  .shipping-wrapper--columns .wrapper {
    padding: 0;
  }

  .shipping-wrapper--columns,
  .shipping-wrapper--columns .wrapper {
    margin: 0 15px;
  }

  .shipping-wrapper--columns.margin--medium {
    padding: 30px 0;
  }

  .shipping-top {
    margin-bottom: 45px;
  }

  .shipping-text {
    margin-bottom: 30px;
  }

  .country-select {
    margin-bottom: 0;
  }
  .shipping-info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .shipping-info-grid .grid__item,
  .shipping-info-grid .grid__item.rhs {
    padding: var(--outer);
  }

  .shipping-accordion {
    border-bottom: 1px solid #262626;
  }

  .shipping-accordion-wrapper:first-of-type .shipping-accordion {
    border-top: 1px solid #262626;
}

  .shipping-accordion__title {
    font-size: 18px;
  }

  .shipping-accordion__title::before,
  .shipping-wrapper--columns .accordion__title::before {
    width: 10px;
  }

  .shipping-accordion__title::after,
  .shipping-wrapper--columns .accordion__title::after {
    height: 10px;
  }

  .shipping-accordion__title::after {
    right: 4px;
  }

  .shipping-wrapper--columns .accordion__title::after {
    right: 14px;
  }

  .faq__title {
    margin-bottom: 17px;
  }

  .mb-100 {
    margin-bottom: 60px;
  }
}

.product__subheading {
  color: var(--pdp-subheading-color);
}

.slideshow__picture img {
  width: 100%;
}

.header__wrapper[data-header-transparent="true"]:not(.meganav--visible) .icon,
.header__wrapper[data-header-transparent="true"]:not(.meganav--visible) .navlink--toplevel {
  color: var(--header-transparent-text);
}

.header__wrapper[data-header-transparent="true"]:not(.meganav--visible) .header__cart__status:not([data-cart-count="0"]):not(.navtext) {
  border-color: var(--header-transparent-text);
  color: var(--header-transparent-text);
}

.header__wrapper[data-header-transparent="true"]:not(.meganav--visible) .icon-modern-cart path {
  stroke: var(--header-transparent-text);
} 

.header__wrapper[data-header-transparent="true"]:not(.meganav--visible) .hamburger__lines span {
  background-color: var(--header-transparent-text);
}

/* Utility classes */
.justify-between {
  justify-content: space-between;
}

/* Quiz 
****************************
****************************/

/* Quiz Starting Point
***************************************************/
.quiz-starting-point {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	min-height: 583px;
	width: 100%;
	
	@media (width >= 1440px) {
		aspect-ratio: 2 / 1;
	}

	.image-filter {
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		padding: 24px;
		width: 100%;
	}
	
	.content {
		display: flex;
		flex-direction: column;
		gap: 24px;
		justify-content: center;
		margin: auto;
		max-width: 683px;

		> * {
			margin-block: unset;
		}

		h1 {
			font-size: clamp(19px, 4vw, 24px);
			font-weight: 700;
		}

		p {
			font-size: clamp(12px, 2.4vw, 16px);
			font-weight: 400;
			text-wrap: balance;
		}
	}

	.btn {
		display: inline-block;
		font-size: 12px;
		font-weight: 700;
		margin-inline: auto;
		max-width: fit-content;
		padding: 12px 48px;
		text-decoration: none;

		@media (min-width: 900px) {
			font-size: 16px;
		}
	}
}

/* Quiz Step Image Question Split
***************************************************/

.quiz-step__image-question-split {
  display: flex;
  padding-inline: 16px;
  width: 100%;

  > * {
    width: 100%;
  
    @media (min-width: 900px) {
      width: 50%;
    }
  }
}

	/* Mobile Image */
.quiz-step__image-question-split__image--mobile {
  aspect-ratio: 1/1;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;

  @media (min-width: 900px) {
    display: none;
  }
}

/* Desktop Image */
.quiz-step__image-question-split__image--desktop {
  display: none;

  @media (min-width: 900px) {
    aspect-ratio: 1/1;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}

/* Question */
.quiz-step__image-question-split__question {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  margin-bottom: 0;
  position: relative;

  @media (min-width: 900px) {
    gap: 48px;
    padding: 24px;
  }
}

/* Question */
.question {
  font-size: clamp(13px, 2vw, 24px);
  font-weight: 700;
}

	/* Answers */
.answers {
  column-gap: clamp(8px, 2vw, 24px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-inline: auto;
  max-width: 800px;
  row-gap: clamp(8px, 2vw, 16px);
  padding-inline: clamp(8px, 2vw, 64px);

  @media (max-width: 900px) {
    padding-block-end: 16px;
  }

  /* Individual Answers */
  .answer {
    cursor: pointer;
    display: flex;
    font-size: clamp(11px, 1.25vw, 16px);
    font-weight: 700;
    justify-content: center;
    width: clamp(86px, 20vw, 140px);
    padding: 12px;
    text-align: center;
    white-space: nowrap;

    &:hover {
      background-color: #e0e0e0;
    }

    &.selected {
      background-color: #000;
      color: #fff;
    }

    @media (min-width: 900px) {
      padding-block: 16px;
    }
  }
}

/* Quiz Step Image Cards
***************************************************/
.quiz-step__image-cards { 
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
	padding-inline: 16px;
	position: relative;

	@media (min-width: 900px) {
		gap: 24px;
		padding-block: 16px;
	}

	@media (min-width: 1400px) {
		gap: 48px;
		min-height: 75svh
	}

	.quiz-step__desktop-navigation__back-button {
		@media (max-width: 900px) {
			display: none;
		}
	}

	h1, h2 {
		font-size: clamp(13px, 2vw, 24px);
		font-weight: 700;
		margin-bottom: 0;
		max-width: 1400px;
		width: 100%;
	}
}

.quiz-step__answers-carousel {
	display: contents;

	@media(min-width: 1400px) {
		display: flex;
		max-width: 1400px;
	}

	.previous-card-button,
	.next-card-button {
		@media (max-width: 1400px) {
			display: none;
		}
	}

	.sliderule__chevron--left,
	.sliderule__chevron--right {
		align-items: center;
		align-self: stretch;
		display: flex;
		height: 100%;
		min-width: 40px;
		width: unset;

		&:before {
			height: 9px;
			width: 9px;
		}
	}
	.sliderule__chevron--left {
		justify-content: flex-start;
	}
	.sliderule__chevron--right {
		justify-content: flex-end;
	}
}

.quiz-step__image-cards__answers {
	column-gap: clamp(8px, 1.5vw, 24px);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-inline: 32px;

	@media (max-width: 900px) {
		max-height: 500px;
		overflow-y: scroll;
		padding-block-end: 16px;
	}
	
	@media (min-width: 900px) {
		grid-template-columns: repeat(3, 1fr);
	}
	
	@media (min-width: 1400px) {
		display: flex;
		gap: 32px;
		justify-content: space-between;
		overflow-x: hidden;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
	}
}

.quiz-step__image-cards__answer { 
	display: flex;
	flex-direction: column;

	@media (min-width: 1400px) {
		scroll-snap-align: start;
	}

	img { 
		cursor: pointer;
		border: 4px solid transparent;
		transition: all 0.3s ease-in-out;

		&:hover {
			border: 2px solid #000;
			cursor: pointer;
			transition: all 0.2s ease-in-out;
		}

		&.selected {
			border: 4px solid #000;
		}
	}
	span {
		font-size: 12px;
		text-align: center;
		font-weight: 700;
		padding: 8px 0;

		@media (min-width: 1400px) {
			display: none;
		}
	}
}

/* Quiz Contact Details Form
***************************************************/

.quiz-step__contact-details-form {
	background-repeat: no-repeat;
	background-size: cover;
	padding-block: 12px;
	padding-inline: 16px;
	position: relative;

	h1, h2 {
		font-size: clamp(13px, 2vw, 24px);
		font-weight: 700;
		margin-bottom: 24px;
		padding-inline: 24px;
		text-wrap: pretty;
	}
}

.quiz-step__contact-details-form__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -12px;
	position: relative;
	z-index: 1;
	@media(max-width: 900px) {
		min-height: 583px;
	}
	@media(min-width: 900px) {
		padding-block-start: 120px;
	}	
}

.quiz-step__contact-details-form__form {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-inline: auto;
	max-width: 654px;
	padding-inline: 12px;
	width: 100%;
}

.quiz-step__contact-details-form__form-field {
	display: flex;
	flex-direction: column;

	label {
		display: none;
	}

	input {
		background-color: #f6f5f2;
		font-size: clamp(11px, 1.2vw, 14px);
		margin-inline: auto;
		width: clamp(317px, 50vw, 460px);

		&::placeholder {
			font-style: italic;
			font-weight: 300;
		}
	}
}

.quiz-step__contact-details-form__submit-button {
	display: flex;
	justify-content: center;

	.btn {
		font-weight: 700;
    margin-block-start: 8px;
		width: 190px;

    @media (min-width: 900px) {
      margin-block-start: 24px;
    }

    @media (min-width: 1400px) {
      margin-block-start: 28px;
    }

		&:hover {
			opacity: 0.8;
			transition: opacity 0.3s ease-in-out;
		}
	}
}

.quiz-step__contact-details-form__image {
	@media (max-width: 900px) {
		display: none;
	}
	margin-inline: auto;
	max-width: 1450px;
}

.quiz-step__contact-details-form__image-filter {
	@media (max-width: 900px) {
		inset: 0;
		position: absolute;
		z-index: 0;
	}
}

.quiz-step__contact-details-form__bottom-bar {
	@media (max-width: 900px) {
		display: none;
	}
	display: flex;
	justify-content: space-between;
	padding-inline: 24px;
}

.quiz-step__contact-form__skip-button {
	@media (max-width: 900px) {
		display: none;
	}
	font-size: 16px;
	font-weight: 600;
}

/* Quiz Step Mobile Navigation
***************************************************/
.quiz-step__mobile-navigation {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
	margin-top: 12px;
	width: 100%;

	.quiz-step__step-count {
		font-weight: 600;
		font-size: 12px;
		color: #26262650;
	}

	@media (min-width: 900px) {
		display: none;
	}

	.sliderule__chevron--left {
		height: unset;
		min-width: unset;

		&:after {
			display: none;
		}
	}
}
.quiz-step__mobile-navigation__back-button :is(a, button) {
	display: flex;
	font-weight: 700;
	gap: 8px;

	@media (min-width: 900px) {
		display: none;
	}

	.sliderule__chevron--left {
			align-self: unset;
			height: unset;
			min-width: unset;
			position: unset;
			width: unset;

			&:before {
				height: 7px;
				margin: 0;
				width: 7px;

				@media (min-width: 900px) {
					height: 10px;
					width: 10px;
				}
			}
		}
		.back-label {
			font-size: 12px;
			font-weight: 700;
			padding: 12px 0;
			position: relative;

		}
}

.quiz-step__contact-form__mobile-skip-button {
	font-size: 12px;
	font-weight: 700;
	position: relative;

	@media (min-width: 900px) {
		display: none;
	}
}


/* Quiz Step Count
***************************************************/
.quiz-step__step-count__desktop {
	display: none;
	position: unset;

	@media (min-width: 900px) {
		bottom: 24px;
		color: #262626;
		display: flex;
		font-size: 16px;
		font-weight: 600;
		position: absolute;
		right: 48px;
	}
}

/* Quiz Results
***************************************************/
.quiz-results {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 24px;
	padding-block: 24px;

	@media (min-width: 900px) {
		row-gap: 72px;
		padding-block-end: 48px;
	}

	@media (min-width: 1400px) {
		row-gap: 112px;
		padding-block-end: 72px;
	}

  .quiz-step__desktop-navigation__back-button {
    @media (min-width: 900px) {
      padding-block: 2rem;
    }

    @media (min-width: 1400px)  {
      padding-block: 5rem 2rem;
    }

    a {
      display: flex!important;
      justify-self: center;
  
      @media (max-width: 900px) {
        gap: 8px;
        margin-top: 24px;
      }
    }
  }

}

.quiz-results__main-result-summary {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-inline: 24px;
	width: 100%;

	span {
		font-size: 16px;
		font-weight: 700;
	}
	
	h1 {
		font-size: 24px;
		font-weight: 700;
		margin-block: 0;
	}

	img {
		max-width: 100%;
		height: auto;

		&.quiz-results__mobile-image {
			display: block;
			@media (min-width: 900px) {
				display: none;
			}
		}

		&.quiz-results__desktop-image {
			display: none;
			@media (min-width: 900px) {
				display: block;
			}
		}
	}

	p {
		font-size: clamp(12px, 1.4vw, 17px);
		max-width: 628px;
		text-align: center;
		text-wrap: balance;
	}

	a.read-more {
		font-size: clamp(12px, 1.4vw, 17px);
		font-weight: 700;
		text-decoration: underline;
		text-align: center;
	}
}

@media(max-width: 900px) {
	.quiz-results__detailed-result-summary {
		display: flex;
		flex-direction: column;
		gap: 32px;
	}
}

.quiz-results__results-details {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	max-width: 1600px;
	padding-inline: 16px;
	
	@media (min-width: 1400px) {
		gap: 32px;
		grid-template-columns: repeat(2, 1fr);
		margin: auto;
	}
}

.quiz-results__mobile-share-bar {
	display: block;
	margin-block: 32px;
	width: 100%;
	@media (min-width: 1400px) {
		display: none;
	}
}

/* Quiz Results Summary
***************************************************/

.quiz-results__style-summary {
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: center;
	width: 100%;

	@media (min-width: 900px) {
		display: grid;
	}

	@media (min-width: 1400px) {
		gap: 18px;
		grid-template-rows: 1fr 1.5fr 80px;
	}

	> * {
		background-color: #f6f5f2;
	}

	.quiz-results__card-heading {
		align-items: center;
		display: flex;
		font-size: clamp(13px, 2vw, 24px);
		font-weight: 700;
		justify-content: center;	
	}

	.quiz-results__your-style {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding: 24px 30px;
		text-align: center;

		@media (min-width: 900px) {
			display: grid;
		}

		@media (min-width: 1400px) {
			padding-inline: 48px;
		}

		p {
			--font-to-lh-ratio: 27/17;
			font-size: clamp(12px, 1.5vw, 17px);
			line-height: clamp(calc(12px * var(--font-to-lh-ratio)), calc(1.5vw * var(--font-to-lh-ratio)), calc(17px * var(--font-to-lh-ratio)));
			margin: 0;
		}
	}

	.quiz-results__compatible-with {
		background: transparent;
		display: flex;
		gap: 12px;

		@media (min-width: 1400px) {
			gap: 18px;
		}

		.compatible-with-instance {
			padding: 20px;
			width: 50%;

			@media (min-width: 900px) {	
				display: grid;
			}

			@media (min-width: 1400px) {
				padding-block: 48px;
			}

			p {
				font-size: clamp(12px, 1.4vw, 20px);
			}
		}

		> * {
			background-color: #f6f5f2;
			text-align: center;
		}
	}

	.quiz-result__style-summary__desktop-share-bar {
		align-items: center;
		display: flex;
		max-height: 80px;

		@media (max-width: 1400px) {
			display: none;
		}
		
		.quiz-results__share-your-results {
			@media (max-width: 900px) {
				display: none;
			}
		}
	}
}

/* Quiz Results Categories
***************************************************/
.quiz-results-categories {
  background-color: #f9f9f9;
  padding: 16px;
}

.quiz-results-categories .quiz-results-tag-output {
  display: flex;
  justify-content: center;
  width: 100%;
}

.quiz-results-categories h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.quiz-results-categories p {
  font-size: 12px;
}

.quiz-results-categories li {
  list-style: none;
}

.quiz-results-categories .quiz-results-category {
  display: none;
}


/* Quiz Results Share Bar
***************************************************/

.quiz-results__share-bar {
	align-items: center;
	background: #f6f5f2;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-block: 18px;
	padding-inline: 24px;
	width: 100%;

	@media (min-width: 900px) {
		gap: 24px;
	}

	span {
		font-size: clamp(13px, 2vw, 24px);
		font-weight: 700;
		white-space: nowrap;
	}

	ul {
		display: flex;
		gap: clamp(12px, 1.25vw, 24px);
		margin: unset;

		li {
			align-items: center;
			display: flex;
			list-style: none;
			margin-bottom: 0;

			button {
				position: relative;

				#copyBtn {
					cursor: pointer;
				}

				.popover {
					background-color: #333;
					border-radius: 5px;
					color: #fff;
					display: none;
					font-size: 0.9em;
					left: 50%;
					opacity: 0;
					padding: 5px 10px;
					position: absolute;
					top: -35px;
					transform: translateX(-50%);
					transition: opacity 0.3s ease;
					white-space: nowrap;
				}

				.popover.show {
					display: block;
					opacity: 1;
				}

				.copy-link-label {
					display: none;

					@media (min-width: 900px) {
						display: block;
						font-size: clamp(12px, 2vw, 17px);
						margin-left: 8px;
					}
				}
			}

			a, button {
				align-items: center;
				display: flex;
			}

			svg {
				height: auto;
				width: clamp(12px, 2vw, 22px);
			}
		}
	}

  .popover {
    display: none;
  }
}

/* Quiz Results Similar People
***************************************************/

.quiz-results__similar-people {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100%;

	@media(min-width: 900px) {
		padding-block: 32px;
	}

	h2 {
		font-size: clamp(17px, 2vw, 24px);
		font-weight: 700;
	}

	.quiz-results__similar-people-carousel {
		align-items: center;
		display: flex;

		.sliderule__chevron--left,
		.sliderule__chevron--right {
			align-items: center;
			align-self: stretch;
    	display: flex;
    	height: 100%;
    	min-width: 40px;
    	width: unset;

			&:before {
				height: 9px;
				width: 9px;
			}
		}

		.sliderule__chevron--left {
			justify-content: flex-start;
		}

		.sliderule__chevron--right {
			justify-content: flex-end;
		}
	}

	.quiz-results__similar-people-list {
		align-items: center;
		display: flex;
		max-height: 556px;
	}

	.person {
		margin-inline: -12px;
	}

	img {
		max-width: 100%;
		height: auto;
		height: 270px;
		max-height: 270px;
		opacity: 0.5;

		@media (min-width: 900px) {
			max-height: 377px;
		}

		&.quiz-results__mobile-image {
			display: block;
		
			@media (min-width: 900px) {
				display: none;
			}
		}

		&.quiz-results__desktop-image {
			display: none;
			
			@media (min-width: 900px) {
				display: block;
			}
		}
	}

	.hide-on-mobile {
		@media (max-width: 900px) {
			display: none;
		}
	}

	.person[data-order="1"] {
		order: 1;

		@media (max-width: 900px) {
			display: none;
		}
	}
	.person[data-order="2"] {
		order: 2;
	}

	.person:not(:is([data-order="3"])) {
		img {
			height: 200px;
      max-width: 100px;
			width: 100px;
		}
	}
	
	.person[data-order="3"] {
		order: 3;

		img {
			height: 282px;
			min-width: 120px;
			max-height: 372px;
			opacity: 1;

			@media (min-width: 900px) {
        min-width: 250px;
				height: 556px;
        max-height: unset;
			}

			@media (min-width: 1400px) {
				min-height: 556px;
			}
		}
	}
	.person[data-order="4"] {
		order: 4;
	}
	.person[data-order="5"] {
		order: 5;

		@media (max-width: 900px) {
			display: none;
		}
	}

	.celeb-name {
		font-size: clamp(13px, 1.5vw, 20px);
		font-weight: 700;
	}

	.celeb-known-for {
		font-size: clamp(12px, 1.25vw, 16px);
		font-weight: 400;
	}

	.similar-people_summary {
		display: none;
		flex-direction: column;
		gap: 8px;

		@media (min-width: 900px) {
			margin-top: -32px;
		}
	}

	.person-in-focus .similar-people_summary {
		display: flex;
	}
}

/* Quiz Results Personalised Recommendations
***************************************************/

.quiz-results__personalised-recommendations {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-inline: 24px;
  width: 100%;
  
  @media (min-width: 900px) {
    gap: 40px;
    margin-top: 40px;
  }
  
  @media (min-width: 1400px) {
    gap: 60px;
    margin-top: 72px;
  }

  h3 {
    font-size: clamp(13px, 2vw, 24px);
    font-weight: 700;
    margin-top: 16px;
    text-align: center;
  }

  .personalised-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    
    @media (min-width: 900px) {
      display: flex;
      flex-wrap: wrap;
      padding-block: 24px;
      row-gap: 72px;
    }

    @media (min-width: 1400px) {
      row-gap: 112px;
    }

    .personalised-product {
      border: 1px solid mediumvioletred;
      display: flex;	
      flex-direction: column;
      text-align: center;
      width: 100%;

      img {
        @media (max-width: 900px) {
          margin-top: 16px;
        }
      }

      @media (min-width: 900px) {
        width: 33.33%;
      }
      @media (min-width: 1400px) {
        width: 20%;
      }

      &.product-item {
        border: 0;

        &:before {
          border-left: 0;
        }
      }

      .badge-box {
        font-size: 10px;
      }

      .product__heart {
        display: block;

        .swym-add-to-wishlist-view-product {
          height: 16px !important;
          width: 16px !important;
        }
      }

      h4 {
        font-size: 13.6px;
      }

      .personalised-product__price {
        font-size: 11.9px;
      }
    }

/* Signup Landing Page */

.waitlist-signup.mobile {
  display: none;
}

.waitlist-signup {
  display: block;
}

.waitlist-signup.transparent .klaviyo-form {
  background: transparent !important;
}

.screen-height-full-calc {
  height: calc(var(--full-screen) - 140px);
}

.mob-image {
  display: none;
}

@media (max-width: 768px) {
  .waitlist-signup.mobile {
    display: block;
  }

  .waitlist-signup {
    display: none;
  }

  .responsive-wide-image {
    display: none;
  }

  .mob-image {
    display: block;
  }
}
/** Size Guide **/

.size-guide-container {
  padding: 0 var(--outer);
}

.size-guide-bottom {
  overflow: hidden;
}

.size-guide-select-wrp {
  display: flex;
  justify-content: center;
}

.size-guide-select-wrp .size-select {
  transition: all 0.3s;
}

.size-guide-select-wrp .size-select.m-lg {
  margin-bottom: 80px;
}

.size-guide-select-wrp .select-items {
  transition: all 0.3s;
  display: block;
  transform: translateY(-100%);
  z-index: 1;
}

.size-guide-select-wrp .select-items.select-show {
  transform: translateY(0);
}

.size-guide-select-text {
  margin-bottom: 60px;
  text-align: center;
}

.size-guide-section {
  width: 50%;
  margin: 0 auto;
}

.size-guide-text {
  margin-bottom: 20px;
}

.size-guide-section h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.size-guide-section img {
  margin-bottom: 10px;
}

.measurement-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.shop-all {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid #000;
  padding: 10px 35px 10px 15px;
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-all::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
}

.shop-all:hover {
  font-weight: bold;
}

@media (max-width: 989px) {
  .shop-all {
    font-size: 12px;
    height: 30px;
    width: 130px;
  }

  .shop-all::after {
    width: 5px;
    height: 5px;
  }
}

.measurement-wrp-inner {
  display: flex;
  font-size: 14px;
}

.measurement-wrp .measurement__cm,
.measurement-wrp .measurement__in {
  padding: 5px;
  width: 75px;
  height: 35px;
  cursor: pointer;
  align-items: center;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.measurement-wrp .measurement__in {
  border-left: none;
}

.measurement-wrp .measurement__cm.selected,
.measurement-wrp .measurement__in.selected,
.measurement-wrp .measurement__cm:hover,
.measurement-wrp .measurement__in:hover {
  font-weight: bold;
}

.size-guide-section_inner {
  margin-bottom: 100px;
}

.international-size-guide-section,
.contact-text {
  margin-bottom: 60px;
}

.model-size-chart_title {
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
}

.contact-text {
  text-align: center;
}

.model-size-chart-section {
  margin-bottom: 60px;
}

@media (max-width: 989px) {

  .size-guide-select-wrp .select-items div,
  .size-guide-select-wrp #select-selected {
    padding: 8px 45px 7px 8px;
    min-height: 35px;
  }

  .size-guide-select-wrp .size-select.m-lg {
    margin-bottom: 60px;
  }

  .size-select::after {
    height: 34px;
  }

  .size-guide-select-text {
    margin-bottom: 30px;
  }
  
  .size-guide-section {
    width: 100%;
  }

  .size-guide-section_inner {
    margin-bottom: 60px;
  }

  .size-guide-text {
    margin-bottom: 30px;
  }

  .size-guide-section img {
    width: 100%;
  }

  .size-guide-section h5 {
    font-size: 14px;
  }

  .measurement-wrp {
    margin-bottom: 20px;
  }

  .measurement-wrp .measurement__cm,
  .measurement-wrp .measurement__in {
    height: 30px;
    width: 65px;
    font-size: 10px;
  }

  .measurement-wrp .measurement__cm,
  .measurement-wrp .measurement__in {
    padding: 5px;
  }

  .measurement-wrp .measurement__cm {
    border-right: 1px solid #000;
  }

  .measurement-wrp .measurement__cm.selected,
  .measurement-wrp .measurement__in.selected,
  .measurement-wrp .measurement__cm:hover,
  .measurement-wrp .measurement__in:hover {
    font-weight: bold;
  }

  .size-guide-section_inner {
    margin-bottom: 60px;
  }

  .international-size-guide-section,
  .contact-text {
    margin-bottom: 30px;
  }

  .model-size-chart_section {
    margin-bottom: 30px;
  }
}
