/** Shopify CDN: Minification failed

Line 919:97 Unexpected ")"

**/
/*
- Nav
- Footer
- Home Page
- Collection Page
- Product Page
- Blog post
- Collection List
- Cart Drawer
- Lookbook

- Global

*/


/* ------------ Top Navigation ------------ */

@media only screen and (max-width: 950px) {
  .theme__header .wrapper--full .header__menu {
    margin-left: 60px;
  }
}

.header__menu__inner .menu__separator {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.header__menu__inner
  > .menu__item.child:last-child
  > .navlink.navlink--toplevel {
  padding-left: 5px;
}

.header__wrapper
  .header__menu__inner
  > .menu__item.menu-Blog
  > .navlink.navlink--toplevel
  > .navtext {
  border-left: solid #fff 1px;
  padding-left: 20px;
}

.header__wrapper.js__header__stuck.js__header__stuck__backdrop
  .header__menu__inner
  > .menu__item.child:last-child
  > .navlink.navlink--toplevel
  > .navtext {
  border-left: solid black 1px;
  padding-left: 20px;
}

body.non-index
  .header__menu__inner
  > .menu__item.child:last-child
  > .navlink.navlink--toplevel
  > .navtext {
  border-left: solid black 1px;
  padding-left: 20px;
}

.header__wrapper.js__header__stuck .header__logo__link img,
body.non-index .header__wrapper .header__logo__link img,
.header__wrapper.meganav--visible .header__logo__link img {
  filter: invert(100%);
}

.header__wrapper.js__header__stuck
  .header__inner:not(.header__inner--bar-nav)
  > .wrapper--full {
  background: #fff;
}

.header__logo.header__logo--image {
  padding-left: 20px;
}

.header__menu .navtext {
  font-size: 14px;
}

.header__menu .header__dropdown__wrapper {
  max-width: var(--LAYOUT-WIDTH) !important;
}

.header__menu .dropdown__family--grandchild:first-child {
  /* grid-column: span 3; */
}

.header__menu .pf-menu-hover-image {
  display: none;
}

.header__menu .pf-menu-hover-image img {
  object-fit: contain !important;
}

.header__menu .pf-menu-hover-image.PF-first-hover-image {
  display: block;
}

.theme__header > .header__inner.header__inner--bar > .wrapper--full {
  padding: 0 30px;
}

.theme__header__toolbar .toolbar__links {
  display: flex;
  margin: 8px -15px 8px 0;
  width: 100%;
}

.theme__header__toolbar .toolbar__links a[href$="/pages/catalog"] {
  border-right: 1px solid;
  border-left: 1px solid;
}

@media only screen and (max-width: 1369px) and (min-width: 1170px) {
  .header__desktop__bar__r {
    flex: 0.6 0 0;
  }
}

[data-section-type="hero"] .hero__content .hero__description > p {
  margin-bottom: 0;
}

.header__dropdown__inner a.navlink--grandchild::after {
  position: relative;
  content: "";
  bottom: 0px;
  width: 0px;
  height: 2px;
  display: block;
  background: #000;
  transition: 300ms;
}

.header__dropdown__inner a.navlink--grandchild:hover::after {
  width: 100%;
}

.dropdown__family--grandchild .navlink--grandchild .navtext, .menu__item.grandparent .navlink--grandchild {
   width: fit-content;
}

/* Override hover underline coloe from the theme */
.header__wrapper.js__header__stuck .hover__bar,
body.non-index .header__wrapper .hover__bar,
.header__wrapper.meganav--visible .hover__bar {
  background-color: #000;
}


/* ------------ Footer ------------ */

.subfooter .subfooter__second_menu {
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  color: #aaaaaa;
}

.subfooter__copyright {
  color: #aaaaaa;
}

@media only screen and (min-width: 1200px) {
  .subfooter .subfooter__second_menu {
    max-width: 80%;
  }
}

@media only screen and (max-width: 950px) {
  .subfooter .subfooter__second_menu {
    display: none;
  }
}

.subfooter .subfooter__second_menu_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.subfooter .subfooter__second_menu_item .subfooter__second_menu_title {
  display: inline-block;
}


.subfooter__second_menu_item > .subfooter__second_menu_inner > a > span::after {
  position: relative;
  content: "";
  bottom: 5px;
  width: 0px;
  height: 2px;
  display: block;
  background: #FFF;
  transition: 300ms;
}

.subfooter
  .subfooter__second_menu_inner > a > span:hover::after {
  width: 100%;
}

.subfooter .subfooter__second_menu_title {
  padding-bottom: 5px;
  pointer-events: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.subfooter .subfooter__second_menu_item .navlink.navlink--child {
  line-height: 2;
}

.subfooter .subfooter__second_menu_item .navlink.navlink--child:hover {
  color: #fff;
}

.subfooter .subfooter__second_menu_item .navlink.navlink--child > .navtext {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  width: fit-content;
}

.subfooter__items {
  justify-content: center;
}

.footer__newsletter.footer__newsletter--offset {
  max-width: 100%;
}

.footer__quicklinks a {
  position: relative;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}

.footer__newsletter__title {
  font-size: x-large;
  line-height: 2.5em;
  padding-bottom: 25px;
}

.footer__quicklinks a:after {
    height: 2px;
    bottom: -3px;
}

/* ------------ Home Page ------------ */

.hero__title > h1 {
  font-size: inherit;
} 

.hero__content .hero__title > h1 {
  font-size: inherit;
} 

.product__grid__price {
  display: none;
}

.product__grid__title {
  margin: 0;
}

body.template-index .product__grid__title {
  line-height: normal;
}

@media only screen and (min-width: 768px) {
  .collection-split__product {
    margin-bottom: 15px;
  }
}

/* - CTA - */

.template-index .standard__spacer--line:after,
.hero__spacer--line:after {
  content: "";
  margin: auto;
  width: 100px;
  bottom: 20px;
}

.template-index .standard__cta.hero__btn {
  width: 360px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0%;
}

@media only screen and (max-width: 768px) {
  .template-index .standard__cta.hero__btn {
    width: 95%;
  }
}

.pf-has-separator {
  margin-top: 15px;
}

/* - Logo list - */

.template-index .section-logos .logo-bar__outer::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, #fff, #fff0 100%);
  height: 100%;
  width: 8em;
}

.template-index .section-logos .kicker-flourished {
  text-transform: none;
}

@media only screen and (max-width: 768px) {
  .template-index .section-logos .kicker-flourished {
    font-size: medium;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.template-index .section-logos .kicker-flourished::after {
  content: none;
}

@media only screen and (min-width: 768px) {
  .template-index .section-logos > .wrapper.section-padding {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .template-index .section-logos .kicker-flourished {
    display: flex;
    font-size: 20px;
    padding-bottom: 0;
    min-width: 140px;
    margin-bottom: 0;
    align-items: center;
  }
}

/* - Collection list - */

.section-list-collections .collection-grid-item__subtitle {
}

.section-list-collections .collection-grid-item__btn {
}

/* - Gallery Text - */

.template-index .slides-mobile-outer .border--line {
  border-top: none;
}

/* - Testimonials Section - */

.PF-testimonials .slide-item.flickity-cell {
  padding: 5px 10px !important;
  padding-left: 0 !important;
  display: flex;
  align-items: stretch;
  min-height: 100%;
}

.PF-testimonials .testimonial-name {
  font-size: large;
  font-weight: 600;
  color: black;
}

.PF-testimonials .testimonial-personal-info {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.PF-testimonials .testimonial-body {
  margin-top: 20px;
}

.PF-testimonials .testimonial-inner {
  background-color: #f5f5f5;
  padding: 20px;
  height: 100%;
}

.PF-testimonials .kicker-flourished:after {
  content: none;
}

/* - Prods with image - */

.template-index
  .collection-split__grid
  [data-parallax-wrapper]
  .image__hero__scale {
  min-height: 100%;
  max-height: 100%;
}

/* - Newsletter - */

.section-newsletter .mb-r11 {
    margin-bottom: 20px;
}

@media only screen and (min-width: 550px) {
   .section-newsletter input[type=email] {
      border-left: none;
      border-right: none;
  }
}

@media only screen and (max-width: 549px) {
  .section-newsletter form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
    margin-bottom: 20px;
    input {
      margin: 0;
    }
    #footerLastName {
      border-left: none;
    }
    input[type=email] {
      width: 100%;
      grid-area: 2 / span 2;
      border-top: none;
    }
    .btn {
      grid-area: span 2;
      border-radius: 0;
    }
  }
}



/* ------------ Collection Page ------------ */

.template-collection .collection__nav {
  display: none;
}

@media only screen and (min-width: 768px) {
  .template-collection .image__hero__pane img {
    object-fit: contain;
  }
}

/* - Award Collection Template - */

body.template-collection product-grid-item .award_collection-overlay,
product-grid-item .award_collection-overlay-title {
  display: none;
}

body.template-collection product-grid-item:hover .award_collection-overlay {
  display: block;
  position: absolute;
  opacity: 0.7;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

body.template-collection
  product-grid-item:hover
  .award_collection-overlay-title {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  font-size: larger;
}

body.template-collection
  product-grid-item:hover
  .award_collection-overlay-title
  > p {
  width: 80%;
  margin: 0 auto;
}

body.template-collection .js-grid {
  column-gap: 4px;
  row-gap: 4px;
}

body.template-collection .product__grid__info {
  padding: 0;
}

/* ------------ Product Page ------------ */

/* - ATC Modal - */

.pf-product-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.pf-product-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s;
}

.pf-product-modal-content .add-to-cart {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.pf-product-modal-content .btn-loading {
  display: none;
  width: 18px;
  margin: 0 auto;
}

.pf-product-modal-content .add-to-cart.is-loading {
  .btn-loading {
    display: block;
  }
  .btn-ready {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .pf-product-modal-content {
    max-width: min(80%, 900px);
    margin-top: 8%;
    /*height: min(80%, 700px);*/
  }
}

.pf-product-modal .award-popup-title {
  font-size: xx-large;
  line-height: 2;
}

.pf-product-modal .award-popup-subtitle {
  font-size: x-large;
  line-height: 2;
}

.pf-product-modal-content .btn--outline.btn--full.btn--primary {
  margin: 10px 0;
}

.template-product .product__inner button {
  color: #1d1d1d;
  border-color: #1d1d1d;
}

.template-product .product__inner button[name="select-options"] {
  background: black;
  color: #fff;
}

.template-product .product__inner button[name="select-options"]:hover {
  background: #424242;
}

.pf-product-modal-content .title {
  display: block;
  font-size: x-large;
  margin-bottom: 20px;
  font-weight: bold;
}

.pf-product-modal-content .award-count {
  display: block;
  font-size: large;
  margin-block: 20px;
  font-weight: bold;
}

.pf-product-modal-content label {
  font-size: large;
}

.pf-product-modal-content .modal-message {
  margin-bottom: 20px;
}

.pf-product-modal-content .modal-message * {
  font-size: 14px;
}

.pf-product-modal-content .award-item {
  margin-block: 40px;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ------------ Blog Post ------------ */

.blog__article {
  border-radius: 0;
}

.template-article .blog__sidebar__title {
  padding-left: 10px;
}

@media only screen and (max-width: 768px) {
  .template-article .blog__sidebar__title {
    margin-top: 30px;
  }
}

.template-article .blog_related_products {
  margin: 20px;
}

.template-article .product__inner.button {
  color: #1d1d1d;
  border-color: #1d1d1d;
  border: solid 1px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-bottom: 35px;
  padding: 5px 0;
}

.template-article .product__inner.button > span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  margin: 5px;
}

.template-article .product__inner.button:hover {
  background-color: #f7f5f4;
}

.template-article .grid__item.medium-up--one-third .product__grid__title {
  margin: 10px 0 15px;
}

.template-article .grid__item.medium-up--one-third .product-grid-item {
  margin: 20px;
  display: block;
}

/* ------------ Collection List ------------ */

.section-list-collections .kicker-flourished:after {
  content: none;
}

.product__grid__info {
  display: none;
}

/* ------------ Newsletter form ------------ */

#footerSignup {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.signup-three form {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
  margin-bottom: 20px;
}

.signup-three input {
  padding: 8px;
  margin: 0;
}

.signup-three #footerSubscribe {
  width: 100%;
  float: left;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  font-weight: normal;
}

.signup-footer form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
  input {
    margin: 0;
    border: 1px solid white;
    border-color:white!important;
  }
  #footerLastName{
    border-left: none;
  }
  input.email {
    width: 100%;
    grid-area: 2 / span 2;
    border-top: none;
  }
  .btn {
    grid-area: span 2;
    border-radius: 0;
  }
}

 #footerSignup #footerLastName{
    border-left: none;
  }

 .section-newsletter input[type=text], .section-newsletter input[type=email] {
   border-color: #000;    
  }

/* ------------ Article featured product ------------ */

.article-featured-products__wrapper {
  padding-block: 2rem;
}

.article-featured-products__title {
  margin-bottom: 1rem !important;
}

.article-featured-product__info {
  margin-top: 1rem;
  text-align: center;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.article-featured-product__info > p:first-child {
  font-weight: bold;
}

@media screen and (min-width: 1220px) {
  .article-featured-product__content {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .article-featured-product__info {
    text-align: left;
    margin: 0;
    padding: 10px 0;
  }
  .article-featured-product__info .rte {
    opacity: 0.8;
    font-size: 15px !important;
  }
  .article-featured-product__image,
  .article-featured-product__info {
    flex: 1;
    flex-shrink: 0;
  }
}

/* ------------ Article catalog block ------------ */

.catalog-block {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.9);
  background-color: #4f4f4f;
}
.catalog-block__image,
.catalog-block__body {
  flex: 0 1 100%;
}
.catalog-block__image-img {
  scale: 1.1;
}
.catalog-block__body {
  padding: var(--padding-top) var(--outer);
}
.catalog-block__title {
  display: block;
  font-size: x-large;
  line-height: normal;
  margin-bottom: 25px;
}
.catalog-block__link a {
  position: relative;
  text-decoration: none;
  text-transform: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.catalog-block__link a:after {
  content: "";
  left: 0;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -1px;
  height: 1px;
  background: currentcolor;
  transition: transform 0.2s ease,
    opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.catalog-block__link a:after {
  opacity: 0.25;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
.catalog-block__link a:hover {
  text-decoration: none;
}
.catalog-block__link a:hover:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
  opacity: 1;
}

/* ------------ Cart Drawer ------------ */

.drawer__content .pf-view-cart-btn {
    margin: 10px;
    width: 95%;
    background-color: gray;
    border-radius: 0;
}

.drawer__content .pf-view-cart-btn:hover {
    background-color: darkgray;
}

/* ------------ Lookbook ------------ */

.template-page .hero__content .hero__title > h1 {
  font-size: inherit!important;
}

.template-page .hero__content:has(.hero__description) {
  padding: 0;
}



/* ------------ Global ------------ */

input, form textarea {
  border-color: #000 !important;
}

[data-section-type="custom-content"] .text__standard *:last-child:not(.standard__cta):not(.timer)):not(img) {
    margin-top: 20px;
}

.template-index .hero__content .hero__title.heading-size-1 > h1 {
  font-size: var(--font-1) !important;
  line-height: var(--leading-relaxed);
}
.template-index .hero__content .hero__title.heading-size-2 > h1 {
  font-size: var(--font-2) !important;
  line-height: var(--leading-relaxed);
}
.template-index .hero__content .hero__title.heading-size-3 > h1 {
  font-size: var(--font-3) !important;
  line-height: var(--leading-normal);
}
.template-index .hero__content .hero__title.heading-size-4 > h1 {
  font-size: var(--font-4) !important;
  line-height: var(--leading-normal);
}
.hero__title .heading-size-5 , .hero__content .hero__title.heading-size-5 > h1 {
  font-size: var(--font-5) !important;
  line-height: var(--leading-snug);
}
.template-index .hero__content .hero__title.heading-size-6 > h1 {
  font-size: var(--font-6) !important;
  line-height: var(--leading-snug);
}
.template-index .hero__content .hero__title.heading-size-7 > h1 {
  font-size: var(--font-7) !important;
  line-height: var(--leading-snug);
}
.template-index .hero__content .hero__title.heading-size-8 > h1 {
  font-size: var(--font-8) !important;
  line-height: var(--leading-tight);
}
.template-index .hero__content .hero__title.heading-size-9 > h1 {
  font-size: var(--font-9) !important;
  line-height: var(--leading-tight);
}
.template-index .hero__content .hero__title.heading-size-10 > h1 {
  font-size: var(--font-10) !important;
  line-height: var(--leading-tight);
}
.template-index .hero__content .hero__title.heading-size-11 > h1 {
  font-size: var(--font-11) !important;
  line-height: var(--leading-hairline);
}
.template-index .hero__content .hero__title.heading-size-12 > h1 {
  font-size: var(--font-12) !important;
  line-height: var(--leading-hairline);
}
.template-index .hero__content .hero__title.heading-size-13 > h1 {
  font-size: var(--font-13) !important;
  line-height: var(--leading-hairline);
}
.template-index .hero__content .hero__title.heading-size-14 > h1 {
  font-size: var(--font-14) !important;
  line-height: var(--leading-none);
}
.template-index .hero__content .hero__title.heading-size-15 > h1 {
  font-size: var(--font-15) !important;
  line-height: var(--leading-none);
}
