/** Shopify CDN: Minification failed

Line 57:3 Unexpected "/"

**/

@font-face {
  font-family: "Neue Montreal";
  src: url("/cdn/shop/files/NeueMontreal-Regular.otf?v=1669132110") format("opentype");
  font-display: auto;
  font-style: normal;
  font-stretch: normal;
}
:root {
  --main-black: #2F6AB2;
  --main-grey: #B1B3B3;
  --main-black: #000000;
}


.anchor h1 {
  font-weight: 500;
  /* font-size: 48px; */
    font-size: var(--heading-h1-font-size);
   line-height: 80px;
}
.anchor h2 {
  font-weight: 400;
  /* font-size: 40px; */
    font-size: var(--heading-h2-font-size);
    line-height: 55px;
}
.anchor h3 {
  font-weight: 600;
  /* font-size: 32px; */
    font-size: var(--heading-h3-font-size);
    line-height: 55px;
}
.anchor h4 {
  font-weight: 400;
  /* font-size: 24px; */
    font-size: var(--heading-h4-font-size);
    line-height: 55px;
}
.anchor h5 {
  font-weight: 400;
  /* font-size: 20px; */
    font-size: var(--heading-h5-font-size);
    line-height: 46px;
}
.anchor p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: var(--font-size-body);
  line-height: 22px;
} */

.anchor h1,
.anchor h2,
.anchor h3,
.anchor h4,
.anchor h5 {
  font-family: "Inter", sans-serif;
  font-style: normal;
}

/* H1 – hero heading */
.anchor h1 {
  font-weight: 600;
  font-size: clamp(28px, 7vw, var(--heading-h1-font-size));
  line-height: 1.1;
}

/* H2 */
.anchor h2 {
  font-weight: 600;
  font-size: clamp(24px, 5.5vw, var(--heading-h2-font-size));
  line-height: 1.15;
  text-transform: unset;
}

/* H3 */
.anchor h3 {
  font-weight: 600;
  font-size: clamp(20px, 4.5vw, var(--heading-h3-font-size));
  line-height: 1.2;
}

/* H4 */
.anchor h4 {
  font-weight: 400;
  font-size: clamp(18px, 3.8vw, var(--heading-h4-font-size));
  line-height: 1.25;
}

/* H5 */
.anchor h5 {
  font-weight: 400;
  font-size: clamp(16px, 3.2vw, var(--heading-h5-font-size));
  line-height: 1.3;
}

/* Body text */
.anchor p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(14px, 3.5vw, var(--font-size-body));
  line-height: 1.5;
}


@media screen and (max-width: 741px) { 

  .anchor h2  {
    line-height:48px;
  }

}




#shopify-section-header .header__linklist li {
  font-size: 16px;
}
#shopify-section-header .header__linklist li .mega-menu__inner {
  display: flex;
  justify-content: space-between;
  grid-column-gap: unset;
  -moz-column-gap: unset;
       column-gap: unset;
}
#shopify-section-header .header__linklist li .mega-menu__inner .mega-menu__columns-wrapper {
  margin: unset;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#shopify-section-header .header__linklist li .mega-menu__inner .mega-menu__columns-wrapper .mega-menu__column {
  margin: unset;
}
#shopify-section-header .header__linklist li .mega-menu__inner .mega-menu__columns-wrapper .mega-menu__column .mega-menu__title {
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
}
#shopify-section-header .header__linklist li .mega-menu__inner .mega-menu__columns-wrapper .mega-menu__column .linklist .linklist__item {
  font-size: 12px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.6);
}
#shopify-section-header .header__linklist li .mega-menu__inner .mega-menu__images-wrapper {
  margin-left: 60px;
}
#shopify-section-header .cart-notification .cart-notification__overflow {
  background-color: var(--main-black);
  border-top: 1px solid white;
}

.shopify-section--mini-cart {
  font-family: "Inter",sans-serif;
}
.shopify-section--mini-cart .drawer__title, .shopify-section--mini-cart .mini-cart__recommendations-inner p, .shopify-section--mini-cart .checkout-button {
  font-family: "Inter", sans-serif;
}

.footer .footer__item-list .footer__item--links .linklist__item {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
}
.footer .footer__item-list .footer__item--newsletter {
  font-size: 16px;
  line-height: 20px;
}
.footer .footer__aside {
  margin-top: 40px;
  justify-content: space-between;
}

.shopify-section--slideshow .heading.paragraph {
  text-transform: unset;
}
.shopify-section--slideshow .button-wrapper a {
  font-weight: 400;
  font-size: 16px;
  text-transform: unset;
}
/* 
.shopify-section--collection-list .list-collections__item-info p {
  font-size: 22px;
  line-height: 37px;
} */

.shopify-section--featured-collections .section__header .heading {
  font-size: 40px;
  line-height: 46px;
  text-transform: unset;
}
.shopify-section--featured-collections .section__header .tabs-nav__item {
  font-weight: 400;
  font-size: 20px;
}
.shopify-section--featured-collections .section__header .tabs-nav__position {
  background-color: var(--main-black);
}
.shopify-section--featured-collections .featured-collections .product-list__arrow {
  background-color: var(--main-black);
}
.shopify-section--featured-collections .featured-collections .product-list__arrow svg {
  color: white;
}
.shopify-section--featured-collections .featured-collections .product-list__arrow svg path {
  color: white;
}
.shopify-section--featured-collections .featured-collections .section__footer a {
  font-weight: 400;
  font-size: 16px;
}

.shopify-section--blog-posts .container .heading {
  font-size: 40px;
  text-transform: unset;
}
.shopify-section--blog-posts .scroller .article-item__arrow {
  width: 38px;
  height: 38px;
  background: var(--main-black);
  color: white;
}
.shopify-section--blog-posts .scroller .article-item__category {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: unset;
}
.shopify-section--blog-posts .scroller .article-item__title {
  text-transform: none;
}

.shopify-section--image-with-text .image-with-text__content {
  align-self: center;
}
.shopify-section--image-with-text .image-with-text__content .image-with-text__text-wrapper p {
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 12px;
}
.shopify-section--image-with-text .image-with-text__content .image-with-text__text-wrapper span {
  font-size: 20px;
  line-height: 23px;
  color: var(--main-grey);
}
.shopify-section--image-with-text .image-with-text__navigation .image-with-text__navigation-item {
  min-width: 55px;
}
.shopify-section--image-with-text .image-with-text__navigation .image-with-text__navigation-item::after {
  background-color: var(--main-black);
}

.shopify-section--image-with-text-block .container .content-box--small .heading {
  font-size: 40px;
  line-height: 46px;
  text-transform: none;
}
.shopify-section--image-with-text-block .container .content-box--small .button {
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}

@media screen and (min-width: 741px) {
  .shopify-section--image-with-text-block .container .content-box--small {
    width: calc(var(--grid-column-width) * 7 + var(--grid-gap) * 12);
  }
}
.shopify-section--image-with-text-overlay .image-overlay__content .heading {
  /* font-size: 48px; */
  /* line-height: 64px; */
}

.shopify-section--image-with-text-vc .image-with-text__content .heading {
  font-size: 40px;
  line-height: 46px;
}
.shopify-section--image-with-text-vc .image-with-text__navigation .heading--small {
  min-width: 55px;
}
.shopify-section--image-with-text-vc .image-with-text__navigation .image-with-text__navigation-item::after {
  background: var(--main-black);
}

.shopify-section--shop-the-look .shop-the-look__nav {
  background-color: var(--main-black);
  border: unset;
}
.shopify-section--shop-the-look .shop-the-look__nav .shop-the-look__prev-next-buttons * {
  background-color: var(--main-black);
  border: unset;
  color: white;
}
.shopify-section--shop-the-look .shop-the-look__dot {
  background: black;
  box-shadow: 0 0 0 8px white inset, 0 1px 5px rgba(0, 0, 0, 0.15);
}
.shopify-section--shop-the-look .shop-the-look__dot::after {
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.shopify-section--shop-the-look .shop-the-look__product {
  padding: 7px;
}
.shopify-section--shop-the-look .shop-the-look__product .shop-the-look__product-image {
  height: 60px;
  width: auto;
  margin-right: 9px;
}
.shopify-section--shop-the-look .shop-the-look__product .shop-the-look__product-info {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shopify-section--shop-the-look .shop-the-look__product .shop-the-look__product-info .shop-the-look__product-title, .shopify-section--shop-the-look .shop-the-look__product .shop-the-look__product-info .price, .shopify-section--shop-the-look .shop-the-look__product .shop-the-look__product-info .shop-the-look__product-link {
  font-size: 12px;
  line-height: 15px;
}

.shopify-section--gallery .section__header .heading {
  line-height: 46px;
  text-transform: none;
}

@media screen and (max-width: 741px) { 
 .shopify-section--gallery .section__header .heading {
  line-height: 24px;
}

 }
.shopify-section--gallery .gallery__figure .gallery__heading_cap {
  margin: 8px 0;
}
.shopify-section--gallery .gallery__figure .gallery__heading_cap * {
  font-size: 24px;
  line-height: 28px;
}
.shopify-section--gallery .gallery__figure .gallery__caption * {
  font-size: 20px;
  line-height: 23px;
}
.shopify-section--gallery .gallery__progress-bar-wrapper .gallery__progress-bar::before {
  background-color: var(--main-black);
}

.shopify-section--timeline .timeline .timeline__inner .timeline__prev-next-buttons .prev-next-button {
  background-color: var(--main-black);
}
.shopify-section--timeline .timeline .timeline__inner .timeline__prev-next-buttons .prev-next-button svg {
  color: white;
}
.shopify-section--timeline .timeline .timeline__inner .timeline__list-wrapper .timeline__content .heading {
  font-size: 24px;
  line-height: 28px;
}
.shopify-section--timeline .timeline .timeline__inner .timeline__list-wrapper .timeline__content p {
  font-size: 20px;
  line-height: 23px;
  opacity: 0.7;
}
.shopify-section--timeline .timeline .container .timeline__nav .timeline__progress-bar::before {
  background: var(--main-black);
}

.shopify-section--video .heading_wrapper .heading {
  margin: 45px !important;
  color: black;
  text-align: center;
}
.shopify-section--video .video-wrapper__play-button {
  margin-bottom: unset;
}

.shopify-section--recently-viewed-products .product-list__prev-next .product-list__arrow {
  background-color: var(--main-black);
}
.shopify-section--recently-viewed-products .product-list__prev-next .product-list__arrow svg {
  color: white;
}

.shopify-section--main-product .container .breadcrumb {
  font-size: 12px;
  line-height: 15px;
}
.shopify-section--main-product .container .product .product__info .price--large .product-meta__title {
  font-size: 32px;
  line-height: 37px;
}
.shopify-section--main-product .container .product .product__info .product-form .product-form__option-info, .shopify-section--main-product .container .product .product__info .product-form .product-form__quantity-label {
  font-size: 20px;
  line-height: 23px;
}
.shopify-section--main-product .container .product .product__info .product-form .block-swatch-list {
  font-size: 16px;
  line-height: 20px;
}
.shopify-section--main-product .container .product .product__info .product-form .quantity-selector {
  font-size: 16px;
  line-height: 20px;
}
.shopify-section--main-product .container .product .product__info .product-form #AddToCart span {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}

.shopify-section--product-content .product-content__tabs {
  width: 100%;
}
.shopify-section--product-content .product-content__tabs .tabs-nav .tabs-nav__item-list {
  justify-content: space-between;
}
.shopify-section--product-content .product-content__tabs .tabs-nav .tabs-nav__item-list::after {
  content: unset;
}
.shopify-section--product-content .product-content__tabs .product-tabs__content .product-tabs__tab-item-content {
  font-size: 16px;
  line-height: 20px;
}

.product-list .product-item .product-item__quick-form button span {
  color: var(--main-black);
}
.product-list .product-item .product-item-meta .product-item-meta__title {
  font-size: 20px;
  line-height: 23px;
}
.product-list .product-item .product-item-meta .product-item-meta__price-list-container .price {
  font-size: 16px;
}

.drawer.drawer--quick-buy .product-form__payment-container #AddToCart {
  background: var(--main-grey);
}

.shopify-section--collection-banner {
  background-color: var(--main-black);
}
.shopify-section--collection-banner .container .breadcrumb, .shopify-section--collection-banner .container .heading {
  color: white;
  padding-bottom: 80px;
}
.shopify-section--collection-banner .link-bar {
  box-shadow: none;
}
.shopify-section--collection-banner .link-bar .link-bar__wrapper::after {
  content: none;
}
.shopify-section--collection-banner .link-bar .link-bar__link {
  font-size: 16px;
  line-height: 20px;
  color: white;
}

.shopify-section--main-collection .product-facet__aside .product-facet__filters-header .heading {
  text-transform: none;
}
.shopify-section--main-collection .product-facet__main .pagination .pagination__nav-item:not(.heading) {
  background-color: #D9D9D9;
}/*# sourceMappingURL=VC_styles.css.map */