:root {
    --color-body: #000;

    /** FONTS **/
    --font-body: "Ano", Helvetica, Arial, sans-serif;
    --font-headline: "Ano", Helvetica, Arial, sans-serif;
    --max-width-collection-grid: 1440px;

    --text-sm-5:     .625rem;     /* 10px */
    --text-sm-4:     .75rem;      /* 12px */
    --text-sm-3:     .8125rem;    /* 13px */
    --text-sm-2:     .875rem;     /* 14px */
    --text-sm-1:     .9375rem;    /* 15px */

    --text-lg-0_5:   1.125rem;    /* 18px */
    --text-lg-1:     1.25rem;     /* 20px */
    --text-lg-2:     1.5rem;      /* 24px */
    --text-lg-2_25:  1.75rem;     /* 28px */
    --text-lg-2_5:   1.875rem;    /* 30px */
    --text-lg-3:     2.25rem;     /* 36px */
    --text-lg-3_5:   3rem;        /* 48px */
    --text-lg-3_75:  3.125rem;    /* 50px */
    --text-lg-4:     3.25rem;     /* 52px */
    --text-lg-4_25:  3.375rem;    /* 54px */
    --text-lg-5:     3.75rem;     /* 60px */
    --text-lg-6:     5rem;        /* 80px */
    --text-lg-7:     7.5rem;      /* 120px */
    --text-lg-7_25:  8.25rem;     /* 132px */
    --text-lg-7_5:   8.75rem;     /* 140px */
    --text-lg-7_75:  10.9375rem;  /* 175px */
    --text-lg-8:     12.5rem;     /* 200px */
    --text-lg-8_5:   13.75rem;    /* 220px */

    /* Grays */
    --color-gray-65: #e5e5e5;
    --color-gray-80: #cccccc;
    --color-gray-90: #c7c7c7;
    --color-gray-100: #dbdbdb;
    --color-gray-150: #949494;
    --color-gray-450: #727272;
    --color-gray-550: #68696d;
    --color-gray-600: #616161;
    --color-gray-750: #333333;
    --color-gray-850: #212121;

    /* Reds */
    --color-red-450: #b84947;
    --color-red-650: #ff0000;

    /* Add to Bag Button */
    --color-add-to-bag-bg: #000;
    --color-add-to-bag-bg-hover: #424242;
    --color-add-to-bag-bg-disabled: #FFF;
    --color-add-to-bag-text-disabled: #757575;

    /* Product Card */
    --color-product-card-badge-border: #ccc;
    --color-product-card-badge-text-hover: #68696d;
    --color-product-card-bg: #f9f9f9;
    --color-product-card-shade-title: #737373;
    --color-product-card-price-strikethrough: #bdbdbd;
    --color-product-card-inventory-status-text: #db2f41;
    --max-width-product-card-img: 185px;
    --width-product-card-shade-slider-container: 180px;

    /* Review Stars */
    --color-review-total-text: #757575;
    --star-color: #757575;
    --star-background: #000;
    --star-size: 0.8125rem;

    /* FAQ */
    --color-faq-underline: var(--color-gray-100);
    --color-faq-underline-hover: #68696d;

    /* Caret */
    --caret: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath d='M250 391.02l-250-250L33.021 108 250 324.979 466.979 108 500 141.02z' fill-rule='evenodd'/%3E%3C/svg%3E");

    --brand-logo-loyalty: url("/tenant-web/brands/mac/mac_loyalty_logo.svg");
    /* Minimal Header */
    --width-logo-header: 10.625rem;
    --width-logo-header-lg: 10.625rem;


     /** Carousel **/
  --width-carousel-thumbnail: 86px;
  --height-carousel-thumbnail: 100px;
  --width-carousel-image: 296px;
  --height-carousel-image: 100px;

  --pincer-swiper-padding-bottom: 10px;
  --pincer-swiper-margin-bottom: 0px;
  --pincer-swiper-slide-margin-bottom: 0;

  --pincer-swiper-navigation-width: 4px;
  --pincer-swiper-navigation-height: 80px;
  --pincer-swiper-navigation-top-offset: 260px;
  --pincer-swiper-navigation-sides-offset: 0px;
  --pincer-swiper-navigation-background-color: transparent;
  --pincer-swiper-navigation-opacity: 0.8;
  --pincer-swiper-navigation-font-size: 2.5rem;
  --pincer-swiper-navigation-font-color: #120E02;
  --pincer-swiper-navigation-prev-side-offset: 0rem;
  --pincer-swiper-navigation-next-side-offset: 0rem;
  --pincer-swiper-thumbnails-navigation-prev-top: -19px;
  --pincer-swiper-thumbnails-navigation-prev-bottom: unset;
  --pincer-swiper-thumbnails-navigation-prev-left: calc(50% - 21px);
  --pincer-swiper-thumbnails-navigation-next-top: unset;
  --pincer-swiper-thumbnails-navigation-next-right: unset;
  --pincer-swiper-thumbnails-navigation-next-bottom: -40px;
  --pincer-swiper-thumbnails-navigation-next-left: calc(50% - 21px);
  --product-grid-navigation-prev-side-offset: 10px;
  --product-grid-navigation-next-side-offset: 10px;
  --product-grid-navigation-top-offset: 14rem;

  --swiper-pagination-color: #120E02;
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 16px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #E6E3DD;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;

  
  --checkbox-label-padding-inline-end: 30px;
  --dropdown-options-list-inline-start: 10px;
}

.drupal.content a:not([class*="border-"]) {
  border-bottom: solid 1px var(--color-gray-100)
}
body {
  cursor: var(--cursor-url, 'default')
}
.logo {
  top: var(--logo-top, 0)
}
@media (min-width: 768px) {
  .logo {
    top: var(--logo-top-medium, 0)
  }
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-headline);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  font-size: var(--text-lg-3);
  line-height: 1.1;
}
@media (min-width: 768px) {
  h1 {
    font-size: var(--text-lg-4_25);
    line-height: 1.2;
  }
}

h2 {
  font-size: var(--text-lg-2_25);
  line-height: 1.1;
  margin-block: 8px;
  letter-spacing: -3px;
}
@media (min-width: 768px) {
  h2 {
    font-size: var(--text-lg-3);
  }
}

h3,
h4 {
  font-size: var(--text-lg-1);
  line-height: 1.2;
}
@media (min-width: 768px) {
  h3,
  h4 {
    font-size: var(--text-lg-2);
  }
}

h4 {
  font-weight: 700;
}

h5,
h6 {
  font-size: var(--text-sm-2);
  line-height: 1.2;
}

h6 {
  font-weight: 700;
}

strong,
b {
  font-size: inherit;
  font-family: inherit;
}

/* Overwriting global css defined weight 700, need to make the text bolder based on font used */
.drupal strong,
strong,
b {
  font-weight: bolder;
}

/* Filter Colors */
.filter-purple_color {
  background-color: #761133;
}
.filter-blue_color {
  background-color: #171aca;
}
.filter-berry_color {
  background-color: #572a41;
}
.filter-nude_color {
  background-color: #c05d59;
}
.filter-orange_color {
  background-color: #e49263;
}
.filter-pink_color {
  background-color: #d3707e;
}
.filter-red_color {
  background-color: #a51b15;
}
.filter-brown_color {
  background-color: #af7e64;
}
.filter-bold_color {
  background-color: #201d4a;
}
.filter-coral_color {
  background-color: #f75753;
}
.filter-beige_color {
  background-color: #ffd8be;
}
.filter-copper_color {
  background-color: #ca9b87;
}
.filter-gold_color {
  background-color: #d0956d;
}
.filter-white_color {
  background-color: #e8e0da;
}
.filter-neutral_color {
  background-color: #edd0b2;
}
.filter-yellow_color {
  background-color: #fbc856;
}
.filter-bronze_color {
  background-color: #d78148;
}
.filter-green_color {
  background-color: #c2c955;
}
.filter-silver_color {
  background-color: #a5a3a4;
}
.filter-black_color {
  background-color: #1e1b1d;
}

.white-caret {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' width='500px' height='290px' viewBox='0 0 500.0 290.0' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3CclipPath id='57991071145612110310350109'%3E%3Cpath d='M459.7,0 L500,40.2 L250,289.7 L0,40.2 L40.3,0 L250,209.3 L459.7,0 Z'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%2357991071145612110310350109)'%3E%3Cpolygon points='0,0 500,0 500,289.7 0,289.7 0,0' stroke='none' fill='%23FFFFFF'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  }
  footer .social {
    display: none;
  }
  footer .connect-section ul {
    display: flex;
    justify-content: center;
  }
  footer .connect-section li i {
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 0 8px;
  }
  @media only screen and (min-width: 1024px) {
    footer .connect-section li i {
      height: 18px;
      width: 21px;
      margin: 0 5px;
    }
  }
  footer .icon--facebook {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 500 500" fill="white" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><path d="M294.7 1l81.3.3V89s-33-.2-47.8-.2c-28.9 0-23.8 11-23.8 46.4v29.4h83.4l-14 95.4h-69.3v238.6h-95.4V260h-71.7v-95.5h71.7V87.9s-7.3-40.6 26.3-66C265.3-.9 294.7 1 294.7 1z"></path></svg>');
  }
  footer .icon--twitter {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg"><title>Twitter</title><path fill="white" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg>');
    width: 32px;
  }
  footer .icon--instagram {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 500 500" fill="white" xmlns="http://www.w3.org/2000/svg"><title>Instagram</title><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg>');
  }
  footer .icon--pinterest {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 500 500" fill="white" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><path d="M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"></path></svg>');
    width: 18px;
  }
  footer .icon--youtube_ {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 500 500" fill="white" xmlns="http://www.w3.org/2000/svg"><title>YouTube</title><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path></svg>');
    width: 32px;
  }
  footer .icon--youtube {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="45.5 0 411.1 500" fill="white" xmlns="http://www.w3.org/2000/svg"><title>youtube icon</title><path d="M100.4 0H131l19.8 71.6h1.9L171.5 0h30.9L167 104.8v74.3h-30.4v-71zm104.1 77.2c0-10.3 3.6-18.4 10.9-24.5 7.3-6.1 17.1-9.1 29.3-9.1 11.2 0 20.3 3.2 27.5 9.6 7.1 6.4 10.7 14.6 10.7 24.7v68.3c0 11.3-3.5 20.1-10.5 26.6-7 6.4-16.6 9.7-28.9 9.7-11.8 0-21.2-3.3-28.3-10-7-6.6-10.6-15.6-10.6-26.8l-.1-68.5zm27.8 71c0 3.6 1 6.4 2.9 8.4s4.7 3 8.2 3c3.7 0 6.5-1 8.7-3 2.2-2 3.2-4.8 3.2-8.4v-72c0-2.9-1.1-5.2-3.3-7-2.2-1.8-5.1-2.6-8.6-2.6-3.3 0-6 .9-8 2.6-2 1.8-3.1 4.1-3.1 7v72zM381.8 47v132.1h-27v-14.6c-4.9 5.4-10.1 9.5-15.5 12.3-5.4 2.8-10.6 4.2-15.7 4.2-6.3 0-10.9-2-14.1-5.9-3.1-3.9-4.7-9.8-4.7-17.7V47h26.9v101.3c0 3.1.6 5.4 1.7 6.8 1.1 1.4 3 2.1 5.5 2.1 2 0 4.5-.9 7.5-2.8s5.8-4.2 8.3-7.1V47h27.1zm-82.5 295c-1.7 0-3.4.4-5.1 1.2-1.7.8-3.3 2-4.9 3.7v74.7c1.9 1.9 3.8 3.4 5.7 4.2 1.8.8 3.7 1.3 5.8 1.3 2.9 0 5.1-.8 6.5-2.6 1.4-1.7 2.1-4.4 2.1-8.3v-61.9c0-4-.8-7.1-2.5-9.2-1.9-2.1-4.4-3.1-7.6-3.1zm82.6.4c-3.8 0-6.6 1.1-8.2 3.3-1.7 2.1-2.5 5.7-2.5 10.7v12.1h21.2v-12.1c0-5-.9-8.6-2.5-10.7-1.6-2.2-4.3-3.3-8-3.3z"></path><path d="M436.6 249C416.9 229.7 251 229.4 251 229.4s-165.9.2-185.7 19.6c-19.7 19.4-19.8 115-19.8 115.6v.2c0 .6.1 96.1 19.8 115.4C85.1 499.6 251 500 251 500s165.9-.4 185.6-19.8c19.8-19.4 20-115.6 20-115.6 0-.5-.2-96.2-20-115.6zM168 305.4h-28v139h-27v-139H85v-23.6h83v23.6zm79 139h-24v-13.2c-4.5 4.9-9 8.6-13.9 11.1-4.8 2.6-9.4 3.8-13.9 3.8-5.6 0-9.7-1.7-12.5-5.4-2.8-3.6-4.2-8.9-4.2-16.1V324.4h24v92c0 2.9.5 4.9 1.5 6.2 1 1.3 2.7 1.9 4.9 1.9 1.7 0 4-.8 6.7-2.5s5.2-3.8 7.4-6.4v-91.1h24v119.9zm87-24.8c0 8.5-1.9 15-5.6 19.5-3.7 4.5-9.2 6.8-16.3 6.8-4.7 0-8.9-.8-12.5-2.6-3.7-1.7-7.1-4.4-10.2-8.1v9.2H265V281.8h24.2v52.4c3.3-3.6 6.7-6.4 10.3-8.3 3.7-1.9 7.3-2.9 11.1-2.9 7.6 0 13.4 2.6 17.4 7.6 4 5.1 6 12.6 6 22.4v66.6zm83.1-32.3h-45.9v22.6c0 6.3.8 10.7 2.3 13.2 1.6 2.4 4.3 3.6 8.1 3.6 4 0 6.7-1 8.3-3.1 1.6-2.1 2.4-6.6 2.4-13.7v-5.5H417v6.2c0 12.3-3 21.6-9 27.8-6 6.2-15 9.3-26.9 9.3-10.7 0-19.2-3.3-25.4-9.9-6.2-6.6-9.3-15.6-9.3-27.2v-53.9c0-10.4 3.4-18.9 10.2-25.4 6.8-6.5 15.5-9.8 26.3-9.8 11 0 19.4 3 25.3 9.1 5.9 6.1 8.8 14.8 8.8 26.1l.1 30.6z"></path></svg>');
  }
  footer .icon--tumblr {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg version="1.1" fill="white" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve"><g><path d="M561.2,438.8v224.1c0,56.9-0.7,89.6,5.3,105.7c6,16,21,32.7,37.3,42.3c21.7,13,46.5,19.5,74.4,19.5c49.6,0,78.9-6.6,128-38.8v147.3l0,0c-41.8,19.7-78.3,31.2-112.3,39.2c-34,7.9-70.7,11.9-110.1,11.9c-44.8,0-71.3-5.6-105.7-16.9c-34.4-11.4-63.8-27.6-88.1-48.4c-24.3-21-41.2-43.3-50.6-66.9c-9.4-23.6-14.1-57.8-14.1-102.6V411.6H193.8V272.8c38.5-12.5,81.5-30.4,108.9-53.7c27.5-23.4,49.5-51.4,66.1-84.2c16.7-32.7,28.1-74.4,34.3-124.9h158v245h245v183.8H561.2z"/></g></svg>');
  }
  .is-sticky {
    border-bottom: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
  }

.search-icon {
    background: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg"><title>Search</title><path d="M390.5 357.1l102.1 87.7c8.8 7.8 10.1 21.2 2.3 30.3-7.8 9.1-21.2 10.1-30.3 2.3l-102.1-87.7 28-32.6zM170.4 20.2C263.6 6.2 352 60.3 385.6 152c3.6 10.8 9.1 25.4 10.8 39.8 10.8 78.9-23.2 156.5-86.4 197.6-24.5 14.3-53.2 29-82.5 32.9-8.8 1-17.9 1.6-27.1 1.6-44 0-86.7-14-122-41.1C36 350.6 8.6 303.6 1.7 250.4-12.6 137.9 63.1 34.9 170.4 20.2zM195.5 58c-6.8 0-13.7.7-20.5 1.3-86.1 14-145.1 94.6-134.7 183.3 6.8 44 31.3 84.1 66.9 109.9 33.3 24.1 73.4 33.9 112.8 27.4 41.7-5.2 78.6-26.4 104-60 26.4-34.9 37.5-78.6 30.7-123.3-4.9-42.4-26.4-79.9-60-105.7-28.5-21.5-63-32.9-99.2-32.9z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

.filter-icon {
  background:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' version='1.1'><title>Filter</title><path d='M20 6H4V8H20V6Z'/><path d='M14 11H4V13H14V11Z'/><path d='M10 16H4V18H10V16Z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

/* Hide Scroll Bar for Horizonal Shade Slider */
.shades-h-scroll-container {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.shades-h-scroll-container::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

/* MAC Bestseller header */
section[data-controller="collection"] .font-headline:first-child h3 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  section[data-controller="collection"] .font-headline:first-child h3 {
      padding-top: 40px;
  }
}

/* Tout styles */
.justify-end {
  justify-content: flex-end;
}

/* Touts: Text on top of image content */
.font-headline .responsive-font-54px p {
    font-size: 3.75vw;
    line-height: 1.25;
    padding-bottom: 20px;
}
.font-headline .title-01 p {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 20px;
}
.title-01 {
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
}
.body-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.body-text a {
  text-transform: uppercase;
}
.body-text a:hover {
  color: var(--color-gray-550);
}
@media (max-width: 767px) {
  .title-01 {
    font-size: 36px;
    line-height: 40px;
  }
}

/* Touts: cta text */
.portrait-tout__img .mantle-custom-text a:not(.mantle-cta--custom-bordercolor) {
    border-bottom: 1px solid var(--color-gray-100);
}
.mantle-custom-text.margin-bottom-35 {
  margin-bottom: 35%;
}
.mantle-custom-text.margin-bottom-30 {
  margin-bottom: 30%;
}
.mantle-custom-text.margin-bottom-25 {
  margin-bottom: 25%;
}
.mantle-custom-text.margin-bottom-10 {
  margin-bottom: 10%;
}

/* Live chat */
.lp_desktop #lpChat .lp_maximized {
  left: 20px;
}

.icon-chat--footer {
  position: fixed;
  right: 21px;
  bottom: 10%;
}

.icon-chat--overlay .chat--icon,
.icon-chat--footer .chat--icon {
  background-color: black;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg style="fill:%23ffffff" viewBox="0 0 25 23" xmlns="http://www.w3.org/2000/svg"><title>Live chat</title><path fill-rule="evenodd" clip-rule="evenodd" d="M24.678 22.313l-7.021-5.218H0V0h24.678v22.313zM18.165 7.611H6.498c-.523 0-.946-.379-.946-.847 0-.467.423-.846.946-.846h11.667c.523 0 .946.379.946.846.003.468-.42.847-.946.847zm-11.667 3.44h11.667c.527 0 .95-.377.946-.845 0-.468-.423-.847-.946-.847H6.498c-.523 0-.946.379-.946.847 0 .467.423.846.946.846z" fill="%23ffffff"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 24px;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
}

.icon-chat--overlay .chat--icon svg,
.icon-chat--footer .chat--icon svg {
  width: 50px;
  height: 50px;
}

.icon-chat--overlay {
  background: white;
  position: fixed;
  display: flex;
  flex-direction: column;
  padding: 5px 45px 0;
  box-shadow: 0 2px 8px rgb(0 0 0 / 12%);
  border-radius: 12px;
  height: 50px;
  bottom: calc(10% + 1px);
  right: 21px;
}

.icon-chat--overlay .chat--icon {
  position: absolute;
  left: -20px;
  top: 0px;
}

.icon-chat--overlay div.body-text {
  font-family: var(--font-headline);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: initial;
  line-height: 1.1875;
  color: black;
}

.icon-chat--overlay a.body-text {
  text-transform: none;
  display: flex;
  border-color: black;
  margin-right: auto;
  cursor: pointer;
  font-family: var(--font-headline);
  color: black;
  border-bottom: 1px solid black;
  line-height: 1.1875;
}

.icon-chat--overlay a.close--icon {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 8px;
  background-color: black;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg style="fill:%23ffffff" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg"><title>Close</title><path d="M500 466.82L283.18 250 500 33.18 466.82 0 250 216.82 33.18 0 0 33.18 216.82 250 0 466.82 33.18 500 250 283.18 466.82 500z"/></svg>');
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.icon-chat--overlay a.close--icon svg {
  width: 21px;
  height: 21px;
}

@media (min-width: 768px) {
  .icon-chat--footer,
  .icon-chat--overlay {
    right: calc(5% + 1px);
  }
}

/* Desktop footer nav */
footer .footer-desktop-nav .menu li {
  margin-bottom: 10px;
}

footer .footer-desktop-nav .menu li a:visited {
  color: white;
}

footer .footer-desktop-nav .menu li a:active,
footer .footer-desktop-nav .menu li a:hover {
  color: white;
  text-decoration: underline;
}

footer .footer-desktop-nav li i {
  width: 18px;
  height: 18px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

footer .footer-desktop-nav ul:not(.menu) li {
  display: inline-block;
  margin-right: 6px;
}

footer .footer-desktop-nav > li:nth-child(5) {
  height: 100%;
}


footer .footer-desktop-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: min-content min-content min-content;
  grid-template-areas:
    "one two three four five six"
    "one two three four five seven"
    "one two three four five eight"
    "one two three four five nine"
    "one two three four five ten"
    "one two three four five ten";
  align-items: start;
}

.footer-sticky-nav li:last-child {
  border-right: 0 none;
}

footer .footer-nav button svg {
  transition: transform 200ms;
  transform-origin: right center;
}

footer .footer-nav.toggled button svg {
  transform: rotate(90deg) translateY(10px);
  transform-origin: right center;
}

footer .liveperson-cta-button div {
  margin: 0;
  height: 100%;
}

footer .help-cta-button a {
  border: 1px solid;
  margin: 1px 2px;
  color: white;
  width: auto;
  height: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 13px 5px;
  line-height: 1;
}

footer .footer-desktop-nav > li:nth-child(1) { grid-area: one; }
footer .footer-desktop-nav > li:nth-child(2) { grid-area: two; }
footer .footer-desktop-nav > li:nth-child(3) { grid-area: three; }
footer .footer-desktop-nav > li:nth-child(4) { grid-area: four; }
footer .footer-desktop-nav > li:nth-child(5) { grid-area: five; }
footer .footer-desktop-nav > li:nth-child(6) { grid-area: six; }
footer .footer-desktop-nav > li:nth-child(7) { grid-area: seven; }
footer .footer-desktop-nav > li:nth-child(8) { grid-area: eight; }
footer .footer-desktop-nav > li:nth-child(9) { grid-area: nine; }
footer .footer-desktop-nav > li:nth-child(10) { grid-area: ten; }

/* MAC carret override */
section[data-controller="collection"] select {
  background-image: var(--caret);
  background-size: 12px 12px;
  background-position: right 0.75rem center;
}

.breadcrumb-text::after {
  content: "";
  background: var(--caret);
  width: 10px;
  height: 10px;
  transform: rotate(270deg);
  display: inline-block;
  margin: 0px 1px;
}

.breadcrumb-text[href^="/"]:hover {
  color: var(--color-gray-550);
}

.transparent-nav{
  background-color: transparent;
}

.transparent-nav:has(> div > div:nth-child(2) > div:nth-child(2)> ul > li:hover > div){
  background-color: white;
}

/* Secondary Nav */
.secondary-nav-carousel .swiper-pagination-bullet {
  background-color: black;
  width: 5px;
  height: 5px;
}

.secondary-nav-carousel .swiper-pagination {
  position: static;
}

.secondary-nav-carousel .swiper-slide div {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.LPMoverlay:has(.icon-chat--overlay) {
  /* !important is required to override inline style from LP. */
  z-index: 996 !important;
}
