<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global */
/* Base */
* {
  outline: 0 !important; }

html {
  font-size: 1rem; }

body {
  color: #1d1d1b;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }
  body a {
    transition: color 0.3s ease 0s; }
    body a:hover {
      text-decoration: none; }

.sr-only {
  display: none; }

@font-face {
  font-family: "Didot";
  src: url("../font/Didot-Italic.eot");
  src: url("../font/Didot-Italic.eot?#iefix") format("embedded-opentype"), url("../font/Didot-Italic.woff2") format("woff2"), url("../font/Didot-Italic.woff") format("woff"), url("../font/Didot-Italic.ttf") format("truetype"), url("../font/Didot-Italic.svg#Didot-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Didot";
  src: url("../font/Didot.eot");
  src: url("../font/Didot.eot?#iefix") format("embedded-opentype"), url("../font/Didot.woff2") format("woff2"), url("../font/Didot.woff") format("woff"), url("../font/Didot.ttf") format("truetype"), url("../font/Didot.svg#Didot") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Didot";
  src: url("../font/Didot-Bold.eot");
  src: url("../font/Didot-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Didot-Bold.woff2") format("woff2"), url("../font/Didot-Bold.woff") format("woff"), url("../font/Didot-Bold.ttf") format("truetype"), url("../font/Didot-Bold.svg#Didot-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "icomoon";
  src: url("../icons/icomoon.eot?mad2e1");
  src: url("../icons/icomoon.eot?mad2e1#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?mad2e1") format("truetype"), url("../icons/icomoon.woff?mad2e1") format("woff"), url("../icons/icomoon.svg?mad2e1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.icon-arrow-left::before {
  content: "\e917"; }

.icon-equalizer::before {
  content: "\e916"; }

.icon-menu::before {
  content: "\e90a"; }

.icon-cross::before {
  content: "\e915"; }

.icon-magnifier::before {
  content: "\e914"; }

.icon-trash::before {
  content: "\e913"; }

.icon-return::before {
  content: "\e90b"; }

.icon-shipping::before {
  content: "\e90c"; }

.icon-security::before {
  content: "\e90d"; }

.icon-bag::before {
  content: "\e90e"; }

.icon-favorite::before {
  content: "\e90f"; }

.icon-location::before {
  content: "\e910"; }

.icon-profile::before {
  content: "\e911"; }

.icon-right::before {
  content: "\e900"; }

.icon-left::before {
  content: "\e901"; }

.icon-down::before {
  content: "\e902"; }

.icon-up::before {
  content: "\e903"; }

.icon-circle::before {
  content: "\e912"; }

.icon-minus::before {
  content: "\e904"; }

.icon-plus::before {
  content: "\e905"; }

.icon-envelope::before {
  content: "\e906"; }

.icon-youtube-play::before {
  content: "\e907"; }

.icon-instagram::before {
  content: "\e908"; }

.icon-facebook::before {
  content: "\e909"; }

/* Layout */
.topbar-wrap {
  height: 1.875rem;
  background: #eceae9; }
  .topbar-wrap .topbar-text {
    display: none; }
    @media (min-width: 992px) {
      .topbar-wrap .topbar-text {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1.875rem;
        font-family: "Didot", serif;
        font-size: 0.875rem; } }
  .topbar-wrap .button-show {
    height: 1.875rem;
    font-family: "Didot", serif;
    font-size: 0.875rem;
    font-style: italic; }
    @media (min-width: 992px) {
      .topbar-wrap .button-show {
        display: none; } }
  .topbar-wrap .topbar-group {
    display: flex; }
    .topbar-wrap .topbar-group .topbar-text {
      width: 100%;
      margin-right: 0.9375rem;
      border-right: 0.25rem solid white; }
  .topbar-wrap .topbar-lang {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 1.875rem; }
    @media (min-width: 992px) {
      .topbar-wrap .topbar-lang {
        width: auto; } }
  .topbar-wrap .lang-selector {
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase; }
    .topbar-wrap .lang-selector option {
      display: block;
      margin: 0.9375rem;
      background: #eceae9;
      line-height: 1.25rem; }

.header-wrap {
  margin-bottom: 0.9375rem; }
  .header-wrap .header-group {
    display: flex;
    align-items: flex-end;
    height: 5rem; }
    @media (min-width: 992px) {
      .header-wrap .header-group {
        height: 8.125rem; } }
  .header-wrap .button-bars {
    font-size: 2rem;
    line-height: 1.25rem; }
    @media (min-width: 992px) {
      .header-wrap .button-bars {
        display: none; } }
  .header-wrap .form-search-wrap {
    position: relative; }
    @media (max-width: 768px) {
      .header-wrap .form-search-wrap {
        position: fixed;
        z-index: 10008;
        top: 0;
        left: -100vw;
        width: 100%;
        height: 100%;
        min-height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        border: 1px solid #e9d1d5;
        background: white; } }
  .header-wrap .form-search-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 3.4375rem;
    padding: 0 1.875rem; }
    @media (min-width: 992px) {
      .header-wrap .form-search-header {
        display: none; } }
    .header-wrap .form-search-header .button-hide {
      padding: 0;
      font-size: 1.5rem; }
  .header-wrap .form-search-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 55px); }
    @media (min-width: 992px) {
      .header-wrap .form-search-content {
        align-items: flex-end;
        justify-content: flex-start;
        height: 100%; } }
  .header-wrap .justify-right {
    justify-content: flex-end; }
  .header-wrap .site-logo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    margin: 0; }
    @media (max-width: 768px) {
      .header-wrap .site-logo img {
        transform: scale(0.6);
        transform-origin: bottom center; } }

.navbar {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #eceae9; }

.section-heading {
  margin-bottom: 1.875rem;
  text-align: center; }
  .section-heading .section-title {
    font-family: "Didot", serif;
    font-size: 2.25rem; }
  .section-heading .section-link {
    color: #1d1d1b;
    font-size: 0.875rem;
    text-decoration: underline;
    text-transform: uppercase; }
    .section-heading .section-link:hover {
      color: #e9d1d5; }

.shop-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.875rem; }
  .shop-heading .shop-title {
    display: inline-block;
    margin: 0 auto 0.3125rem;
    border-bottom: 0.0625rem solid #eceae9;
    font-family: "Didot", serif;
    font-size: 1.625rem; }
  .shop-heading .shop-subtitle {
    display: inline-block;
    margin: 0 auto;
    font-size: 0.75rem; }

.footer-widgets {
  margin-top: 2.8125rem;
  padding: 1.875rem 0;
  border-top: 1px solid #eceae9; }
  @media (min-width: 992px) {
    .footer-widgets {
      padding: 4.6875rem 0; } }
  .footer-widgets .widget {
    margin-bottom: 0.9375rem; }
    .footer-widgets .widget p {
      margin-bottom: 0; }
  .footer-widgets .widget-title {
    margin-bottom: 0.9375rem;
    font-family: "Didot", serif;
    font-size: 1.3125rem;
    font-weight: 700; }
  .footer-widgets .widget-text {
    font-size: 0.875rem; }
  .footer-widgets .widget-list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer-widgets .widget-link {
    color: #1d1d1b;
    font-size: 0.875rem; }
    .footer-widgets .widget-link:hover {
      color: #e9d1d5; }

.footer-bottom {
  padding: 0.9375rem 0;
  background: #eceae9; }
  .footer-bottom .copyright {
    margin-top: 0.9375rem;
    font-size: 0.8125rem;
    text-align: center; }
    @media (min-width: 992px) {
      .footer-bottom .copyright {
        margin-top: 0; } }
  .footer-bottom .payments {
    text-align: center; }

/* Nav */
@media (min-width: 992px) {
  .nav-shop {
    margin-right: 1.875rem; } }

.nav-shop .nav-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-shop .nav-item {
  display: flex;
  align-items: flex-end;
  margin-left: 0.9375rem; }
  .nav-shop .nav-item.account {
    display: none; }
    @media (min-width: 992px) {
      .nav-shop .nav-item.account {
        display: block; } }
  .nav-shop .nav-item.location {
    display: none; }
    @media (min-width: 992px) {
      .nav-shop .nav-item.location {
        display: block; } }
  .nav-shop .nav-item.wishlist {
    display: none; }
    @media (min-width: 992px) {
      .nav-shop .nav-item.wishlist {
        display: block; } }
  .nav-shop .nav-item.count {
    display: none; }
    @media (min-width: 992px) {
      .nav-shop .nav-item.count {
        display: block; } }

.nav-shop .nav-link {
  display: block;
  color: #1d1d1b;
  font-size: 1.75rem;
  line-height: 1.75rem; }
  @media (min-width: 992px) {
    .nav-shop .nav-link {
      font-size: 1.25rem;
      line-height: 1.25rem; } }
  .nav-shop .nav-link.items {
    color: #e9d1d5;
    font-size: 0.875rem;
    font-weight: 400; }

.nav-social {
  display: none; }
  @media (min-width: 992px) {
    .nav-social {
      display: block; } }
  .nav-social .nav-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .nav-item {
    display: flex;
    align-items: flex-end;
    margin-left: 0.3125rem; }
  .nav-social .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4375rem;
    height: 1.4375rem;
    border-radius: 0.25rem;
    background: #1d1d1b;
    color: white;
    font-size: 0.875rem;
    line-height: 1.25rem; }

.nav-main {
  display: none; }
  @media (min-width: 992px) {
    .nav-main {
      display: block; } }
  .nav-main .nav-list {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-main .nav-item {
    display: flex;
    align-items: flex-end;
    padding: 0.875rem 0 1.25rem;
    transition: all 0.1s ease; }
    .nav-main .nav-item:hover {
      border-bottom: 3px solid #1d1d1b; }
  .nav-main .nav-item:hover {
    border-bottom: 3px solid #1d1d1b;
    color: #e9d1d5; }
    .nav-main .nav-item:hover &gt; .sub-menu {
      top: 100%;
      transform: scaleX(1);
      opacity: 1; }
  .nav-main .nav-item:last-child {
    padding: 1.0625rem 0; }
    .nav-main .nav-item:last-child:hover {
      border-bottom: 0; }
    .nav-main .nav-item:last-child .nav-link {
      padding: 0.3125rem 0.5rem;
      background: #a6d7d2; }
    .nav-main .nav-item:last-child .nav-link:hover {
      color: white !important; }
  .nav-main .nav-link {
    display: block;
    position: relative;
    color: #1d1d1b;
    font-size: 0.8125rem;
    font-weight: 300;
    text-transform: uppercase; }

.sub-menu {
  position: absolute;
  z-index: 10000;
  top: 130%;
  left: 0;
  width: calc(100% - 30px);
  margin: 0 0.9375rem;
  padding: 1.875rem;
  list-style: none;
  transform: scaleX(0);
  transition: top 0.3s ease 0s, opacity 0.3s;
  border: 1px solid #e9d1d5;
  opacity: 1;
  background: white; }
  .sub-menu .sub-list {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none; }
    .sub-menu .sub-list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
  .sub-menu .sub-link {
    margin-bottom: 0.9375rem;
    color: #1d1d1b;
    font-family: "Didot", serif;
    font-size: 1.125rem;
    font-weight: 700; }
  .sub-menu a {
    display: block;
    color: #1d1d1b;
    font-size: 0.875rem;
    font-weight: 300; }
    .sub-menu a:hover {
      color: #e9d1d5; }

.nav-mobile,
.nav-item .nav-list {
  position: fixed;
  z-index: 10009;
  top: 0;
  left: -100vw;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background: white; }

.navigation {
  display: flex;
  position: absolute;
  z-index: 1000000;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 3.4375rem;
  padding: 0 1.875rem; }
  .navigation .button-hide-menu,
  .navigation .button-back {
    color: white;
    font-size: 1.5rem; }

.nav-mobile .nav-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-mobile .nav-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4375rem;
  background: #e9d1d5;
  color: white; }

.nav-mobile .nav-item {
  padding: 0.625rem 1.875rem;
  border-bottom: 1px solid #eceae9; }

.nav-mobile .has-children {
  position: relative; }
  .nav-mobile .has-children::after {
    content: "\e900";
    position: absolute;
    right: 1.875rem;
    font-family: "icomoon";
    font-size: 0.875rem; }

.nav-mobile .nav-link {
  color: #1d1d1b; }

/* Modules */
.button {
  border: 0;
  outline: 0 !important;
  background: transparent; }
  .button.button-search {
    font-size: 1.125rem;
    line-height: 1.125rem; }
  .button.button-subsribe {
    padding: 0.5rem 1rem;
    background: #1d1d1b;
    color: #eceae9;
    font-size: 1.125rem;
    font-size: 0.875rem; }
  .button.button-change {
    font-size: 0.875rem; }
  .button.button-cart {
    position: relative;
    padding: 0.625rem 0.9375rem;
    background: #1d1d1b;
    color: white;
    font-size: 0.875rem;
    font-weight: 300;
    text-transform: uppercase; }
    .button.button-cart::after {
      content: "\e82e";
      position: absolute;
      top: 50%;
      right: 0.9375rem;
      transform: translateY(-50%);
      font-family: "icomoon";
      font-size: 1.3125rem; }

.banner {
  display: flex;
  flex-direction: column;
  background: #eceae9; }
  @media (min-width: 992px) {
    .banner {
      flex-direction: row; } }
  .banner .banner-image {
    position: relative;
    overflow: hidden; }
    @media (min-width: 992px) {
      .banner .banner-image {
        width: 60%;
        height: 19.375rem; } }
  .banner .banner-overlay {
    position: absolute;
    z-index: 1; }
    .banner .banner-overlay .icon-plus {
      position: absolute;
      color: #3880af; }
    .banner .banner-overlay .icon-1 {
      top: 2.8125rem;
      left: 10.625rem;
      font-size: 3rem; }
    .banner .banner-overlay .icon-2 {
      top: 6.875rem;
      left: 2.5rem;
      font-size: 5.375rem; }
    .banner .banner-overlay .icon-3 {
      top: 13.625rem;
      left: 4.6875rem;
      font-size: 1.75rem; }
    .banner .banner-overlay .icon-4 {
      top: 15.3125rem;
      left: 2.5rem;
      font-size: 2.125rem; }
    .banner .banner-overlay .icon-5 {
      top: 14.8125rem;
      left: 5.9375rem;
      font-size: 3.375rem; }
  .banner .banner-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.875rem; }
    @media (min-width: 992px) {
      .banner .banner-caption {
        width: 40%; } }
  .banner .banner-subheading {
    margin-bottom: 0;
    color: #6f6f6f;
    font-size: 1.5rem;
    font-weight: 400; }
    .banner .banner-subheading span {
      color: #3880af; }
  .banner .banner-heading {
    font-family: "Didot", serif;
    font-size: 2.75rem; }
  .banner .banner-text {
    letter-spacing: 0.125rem; }
  .banner .banner-link {
    color: #1d1d1b;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: underline; }
    .banner .banner-link:hover {
      color: #6f6f6f; }

.hr {
  margin: 2.8125rem 0;
  border-bottom: 1px solid #eceae9; }

.cta {
  position: relative;
  height: 40rem; }
  .cta .cta-image {
    position: relative;
    height: 40rem; }
    .cta .cta-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cta .cta-content {
    position: absolute;
    top: 20%;
    left: 0; }
    @media (min-width: 992px) {
      .cta .cta-content {
        top: 0;
        left: 0;
        width: 40%;
        padding: 3.125rem 6.25rem; } }
    .cta .cta-content .cta-title {
      color: white;
      font-family: "Didot", serif;
      font-size: 3.75rem;
      line-height: 4.375rem;
      text-align: center; }
      @media (min-width: 992px) {
        .cta .cta-content .cta-title {
          color: #1d1d1b;
          text-align: left; } }
    .cta .cta-content .cta-subtitle {
      margin-bottom: 3.75rem;
      color: white;
      font-size: 1.125rem;
      font-weight: 400;
      letter-spacing: 0.125rem;
      text-align: center; }
      @media (min-width: 992px) {
        .cta .cta-content .cta-subtitle {
          color: #1d1d1b;
          text-align: left; } }
    .cta .cta-content .cta-link {
      display: block;
      width: 7.5rem;
      margin: 0 auto;
      padding: 0.625rem 1.25rem;
      transition: all 0.3s ease;
      background: white;
      color: #1d1d1b;
      font-size: 0.875rem;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .cta .cta-content .cta-link {
          display: inline-block;
          width: auto;
          background: #1d1d1b;
          color: white; } }
    .cta .cta-content .cta-link:hover {
      background: rgba(233, 209, 213, 0.8);
      color: #1d1d1b; }

.lb-outerContainer {
  border-radius: 0; }

.lb-nav .lb-next,
.lb-nav .lb-prev {
  position: relative;
  background: none !important; }
  .lb-nav .lb-next::before,
  .lb-nav .lb-prev::before {
    display: flex;
    position: absolute;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #1d1d1b;
    font-family: "icomoon";
    font-size: 2rem; }

.lb-nav .lb-next::before {
  content: "\e900";
  justify-content: flex-end;
  padding-right: 1.5rem; }

.lb-nav .lb-prev::before {
  content: "\e901";
  justify-content: flex-start;
  padding-left: 1.5rem; }

.lb-data .lb-close {
  position: relative;
  background: none !important; }
  .lb-data .lb-close::before {
    content: "\e915";
    position: absolute;
    top: 0.625rem;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-family: "icomoon";
    font-size: 1.75rem; }

.lb-caption {
  font-family: "Didot", serif;
  font-size: 1.125rem !important; }

.breadcrumbs {
  margin-bottom: 0.9375rem; }
  @media (min-width: 992px) {
    .breadcrumbs {
      margin-bottom: 0; } }
  .breadcrumbs .breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
  .breadcrumbs .breadcrumb-item {
    margin-right: 0.3125rem;
    font-size: 0.8125rem; }
  .breadcrumbs .breadcrumb-item:last-child .breadcrumb-link {
    font-weight: 300; }
  .breadcrumbs .breadcrumb-link {
    display: inline-block;
    margin-right: 0.3125rem;
    color: #1d1d1b;
    font-size: 0.75rem; }
    .breadcrumbs .breadcrumb-link:hover {
      color: #e9d1d5; }

/* Form */
.form .form-group {
  display: flex;
  align-items: flex-end; }
  .form .form-group .input {
    outline: 0 !important;
    color: #1d1d1b;
    font-size: 0.875rem; }

.form .form-caption {
  margin-top: 0.9375rem;
  font-size: 0.75rem; }

.form-search .input-keyword {
  border: 0;
  border-bottom: 1px solid #1d1d1b; }

.form-newsletter .input-email {
  width: 100%;
  margin-right: 0.9375rem;
  padding: 0.5rem 1rem;
  border: 0;
  background: #eceae9; }

/* Slider */
.owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  width: 100%;
  transform: translateY(-50%); }

.owl-prev,
.owl-next {
  position: absolute;
  transition: all 0.3s ease; }
  .owl-prev::before,
  .owl-next::before {
    font-family: "icomoon";
    font-size: 1.5rem; }
  .owl-prev:hover,
  .owl-next:hover {
    background: transparent !important;
    color: #e9d1d5 !important; }
  .owl-prev span,
  .owl-next span {
    display: none; }

.owl-prev {
  left: -3.125rem; }
  .owl-prev::before {
    content: "\e901"; }

.owl-next {
  right: -3.125rem; }
  .owl-next::before {
    content: "\e900"; }

.slider-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.875rem; }
  @media (min-width: 992px) {
    .slider-header {
      height: 23.75rem;
      margin-bottom: 0; } }
  .slider-header .header-subtitle {
    display: block;
    margin-bottom: 0.625rem;
    font-size: 0.6875rem;
    font-weight: 300;
    text-transform: uppercase; }
  .slider-header .header-title {
    font-family: "Didot", serif;
    font-size: 3rem;
    line-height: 3.5rem; }
  .slider-header .header-link {
    margin-top: 0.9375rem; }
    .slider-header .header-link a {
      display: inline-block;
      padding: 0.625rem 1.25rem;
      transition: all 0.3s ease;
      background: #1d1d1b;
      color: white;
      font-size: 0.625rem;
      text-decoration: underline; }
    .slider-header .header-link a:hover {
      background-color: #e9d1d5;
      color: #1d1d1b; }

.slider-media-wrap {
  position: relative;
  margin-bottom: 1.875rem; }
  .slider-media-wrap .slider-media {
    position: relative; }
  .slider-media-wrap .media-item {
    position: relative;
    height: 35rem; }
  .slider-media-wrap .media-image {
    position: absolute;
    height: 35rem; }
    .slider-media-wrap .media-image img {
      height: 100%;
      object-fit: cover; }
  .slider-media-wrap .media-caption {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .slider-media-wrap .media-caption .slide-heading {
      margin-bottom: 0;
      color: white;
      font-family: "Didot", serif;
      font-size: 2.1875rem;
      line-height: 2.1875rem; }
      @media (min-width: 992px) {
        .slider-media-wrap .media-caption .slide-heading {
          font-size: 4.375rem;
          line-height: 4.375rem; } }
    .slider-media-wrap .media-caption .slide-content {
      color: white;
      font-family: "Didot", serif;
      font-size: 1.125rem; }
      @media (min-width: 992px) {
        .slider-media-wrap .media-caption .slide-content {
          font-size: 2.1875rem; } }
    .slider-media-wrap .media-caption .slide-link {
      padding: 0.625rem 1.25rem;
      transition: all 0.3s ease-in-out;
      background: white;
      color: #1d1d1b;
      font-size: 0.875rem;
      text-transform: uppercase; }
    .slider-media-wrap .media-caption .slide-link:hover {
      background: #e9d1d5;
      color: white; }
  .slider-media-wrap .active .slide-heading {
    animation: 1s 2s fadeInDown both; }
  .slider-media-wrap .active .slide-content {
    animation: 1s 2s fadeInUp both; }
  .slider-media-wrap .active .slide-link {
    animation: 1s 2s fadeInUp both; }

.slider-product-wrap {
  position: relative; }
  .slider-product-wrap .slider-product {
    position: relative; }

/* Widget */
.sidebar .widget {
  margin-bottom: 1.875rem; }
  .sidebar .widget .widget-title {
    margin: 1.875rem 0 0.3125rem;
    padding-bottom: 0.3125rem;
    border-bottom: 0.0625rem solid #eceae9;
    font-family: "Didot", serif;
    font-size: 1rem; }

.widget-options .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.375rem 0.375rem 0.375rem 0.625rem;
  background: #eceae9;
  font-size: 0.875rem;
  font-weight: 300; }
  .widget-options .option .button {
    margin: 0;
    padding: 0;
    line-height: 0.875rem; }

.widget-categories .categories-list,
.widget-categories .list-sub {
  margin: 0 0 0.9375rem;
  padding: 0;
  list-style: none; }

.widget-categories .list-sub {
  display: none; }

.widget-categories .show .icon {
  transform: rotate(-180deg); }

.widget-categories .list-link,
.widget-categories .sub-link {
  display: block;
  color: #1d1d1b;
  font-size: 0.875rem; }

.widget-categories .toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
  padding-right: 0.375rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid #eceae9;
  font-family: "Didot", serif;
  font-size: 1rem;
  font-weight: 700; }

.widget-categories .icon {
  transition: transform 0.3s ease;
  font-size: 0.75rem; }

.widget-range .range-values {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem; }

.widget-range .range-handlers {
  position: relative;
  margin: 1.25rem 0 3.125rem; }

.widget-range .input-range {
  position: absolute;
  width: calc(50% + 8px);
  background: transparent;
  -webkit-appearance: none; }

.widget-range .min {
  left: 0; }

.widget-range .max {
  right: 0; }

.widget-range .input-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  border: 0.0625rem solid #1d1d1b;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  -webkit-appearance: none; }

.widget-range .input-range::-moz-range-thumb,
.widget-range .input-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #1d1d1b;
  border-radius: 50%;
  background: white;
  cursor: pointer; }

.widget-range .input-range:focus {
  outline: none; }

.widget-range .input-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.0625rem;
  background: #eceae9;
  cursor: pointer; }

.widget-range .input-range:focus::-webkit-slider-runnable-track {
  background: #eceae9; }

.widget-range .input-range::-moz-range-track {
  width: 100%;
  height: 0.0625rem;
  background: #eceae9;
  cursor: pointer; }

.widget-range .input-range::-ms-track {
  width: 100%;
  height: 0.0625rem;
  border-color: transparent;
  background: transparent;
  color: transparent;
  cursor: pointer; }

.widget-range .input-range::-ms-fill-lower {
  background: #1d1d1b; }

.widget-range .input-range:focus::-ms-fill-lower {
  background: #1d1d1b; }

.widget-range .input-range::-ms-fill-upper {
  background: #1d1d1b; }

.widget-range .input-range:focus::-ms-fill-upper {
  border-radius: 2.6px; }

.widget-attributes .attribute-title {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid #eceae9;
  font-family: "Didot", serif;
  font-size: 1rem; }

.widget-attributes .attribute-options {
  display: flex;
  margin-bottom: 0.9375rem; }

.widget-attributes .options-column {
  flex-grow: 1; }

.widget-attributes .option-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget-attributes .label-checkbox {
  display: flex;
  align-items: center;
  height: 1.5625rem;
  margin-bottom: 0.3125rem; }
  .widget-attributes .label-checkbox input {
    display: none; }
  .widget-attributes .label-checkbox input:checked + .label-text::before {
    border-color: #1d1d1b; }
  .widget-attributes .label-checkbox input:checked + .label-text::after {
    border-color: #1d1d1b; }
  .widget-attributes .label-checkbox &gt; .label-text {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 1.5625rem;
    font-size: 0.875rem;
    line-height: 1.2;
    cursor: pointer; }
  .widget-attributes .label-checkbox &gt; .label-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.125rem;
    height: 1.125rem;
    transition: all 0.5s;
    border: 0.0625rem solid #eceae9;
    background-color: white; }
  .widget-attributes .label-checkbox &gt; .label-text::after {
    content: "";
    position: absolute;
    top: 0.3125rem;
    left: 0.25rem;
    width: 0.5625rem;
    height: 0.3125rem;
    transform: rotate(-45deg);
    transition: all 0.5s;
    border-bottom: 0.125rem solid white;
    border-left: 0.125rem solid white;
    border-top-color: transparent;
    border-right-color: transparent; }

.widget-attributes .option-color {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: 0.5rem;
  border: 1px solid #eceae9;
  border-radius: 50%;
  font-size: 0.6875rem; }

.widget-attributes .option-value {
  text-transform: uppercase; }

/* Products */
.product-list-header .list-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9375rem; }

.product-list-header .result-count {
  color: #6f6f6f;
  font-size: 0.875rem; }

.product-list-header .orderby {
  padding: 0.25rem 0.5rem;
  border: 1px solid #eceae9;
  color: #6f6f6f;
  font-size: 0.875rem; }

.attribute-list {
  display: flex;
  align-items: center; }
  .attribute-list .attribute {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0.9375rem;
    padding: 0.375rem 0.375rem 0.375rem 0.625rem;
    border: 1px solid #eceae9;
    font-size: 0.875rem;
    font-weight: 300; }
    .attribute-list .attribute .button {
      margin: 0 0 0 0.9375rem;
      padding: 0;
      line-height: 0.875rem; }

.product-item {
  position: relative; }

.product-image {
  position: relative;
  margin-bottom: 1.25rem;
  overflow: hidden; }
  .product-image img {
    width: 100%;
    height: auto; }

.product-link {
  display: block;
  color: #1d1d1b; }
  .product-link img {
    transition: all 0.3s ease-in-out; }
  .product-link:hover img {
    transform: scale(1.05); }
  .product-link .new,
  .product-link .sale {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    font-family: "Didot", serif;
    font-size: 1.125rem;
    font-weight: 700; }
  .product-link .new {
    z-index: 1000;
    top: 1.25rem;
    left: 1.25rem;
    width: 3.75rem;
    height: 3.75rem;
    padding: 0.625rem;
    border-radius: 50%;
    background: rgba(227, 195, 201, 0.8);
    line-height: 3.75rem; }
  .product-link .sale {
    z-index: 1000;
    top: 16.875rem;
    padding: 0 0.9375rem;
    background: rgba(166, 215, 210, 0.8); }
  .product-link .color-swatches {
    display: flex;
    position: absolute;
    z-index: 1000;
    right: 0;
    bottom: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.6875rem; }
    .product-link .color-swatches .swatch-item {
      width: 1.0625rem;
      height: 1.0625rem;
      margin-right: 0.3125rem;
      border: 1px solid #eceae9;
      border-radius: 50%;
      background: white;
      line-height: 0.9375rem;
      text-align: center; }

.product-list .product-item {
  margin-bottom: 1.875rem; }

.product-row {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  padding: 0 0.9375rem; }
  @media (min-width: 992px) {
    .product-row {
      flex-direction: row; } }
  .product-row .title {
    font-family: "Didot", serif;
    font-size: 1rem;
    font-weight: 700; }
  .product-row .price {
    font-family: "Didot", serif; }
  .product-row .category {
    font-size: 0.875rem;
    font-weight: 300; }
  .product-row .shop-now {
    color: #1d1d1b;
    font-size: 0.875rem;
    font-weight: 300;
    text-decoration: underline; }
    .product-row .shop-now:hover {
      color: #e9d1d5; }
  .product-row .description {
    font-size: 0.875rem; }
    .product-row .description a {
      color: #1d1d1b; }
    .product-row .description a:hover {
      color: #e9d1d5; }

.shop-heading .product-title {
  display: flex; }
  .shop-heading .product-title h1 {
    font-size: 1.75rem; }
  .shop-heading .product-title .sale {
    font-size: 1.125rem; }
  @media (min-width: 992px) {
    .shop-heading .product-title {
      display: none; } }

.shop-heading .product-description,
.shop-heading .product-price {
  display: block; }
  @media (min-width: 992px) {
    .shop-heading .product-description,
    .shop-heading .product-price {
      display: none; } }

.product-summary .product-title {
  display: none; }
  .product-summary .product-title h1 {
    font-size: 2.375rem; }
  .product-summary .product-title .sale {
    font-size: 1.5rem; }
  @media (min-width: 992px) {
    .product-summary .product-title {
      display: flex; } }

.product-summary .product-description,
.product-summary .product-price {
  display: none; }
  @media (min-width: 992px) {
    .product-summary .product-description,
    .product-summary .product-price {
      display: block; } }

.product-summary .product-price {
  margin-bottom: 1.875rem; }

.product-title {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .product-title h1 {
    margin: 0;
    font-family: "Didot", serif; }
  .product-title .sale {
    display: block;
    padding: 0 0.625rem;
    background: #a6d7d2;
    font-family: "Didot", serif;
    font-size: 1.5rem;
    font-weight: 700; }

.product-description {
  font-size: 1rem; }

.product-price .price {
  font-family: "Didot", serif;
  font-size: 1.625rem; }

.product-price .price-from {
  color: #6f6f6f;
  font-family: "Didot", serif;
  font-size: 1.375rem;
  text-decoration: line-through; }

.product-sku {
  margin-bottom: 1.25rem; }

.product-attributes .attribute-title {
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase; }

.product-attributes .attribute-select {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.875rem; }
  .product-attributes .attribute-select select {
    flex-grow: 1;
    margin-right: 1.5625rem;
    padding: 0.625rem 0.9375rem;
    border: 0.0625rem solid #eceae9; }
  .product-attributes .attribute-select a {
    color: #1d1d1b;
    text-decoration: underline; }

.attribute-color {
  padding-bottom: 1.875rem; }
  .attribute-color .color-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
  .attribute-color .list-item {
    margin-right: 0.9375rem; }
  .attribute-color .label-radio {
    display: flex;
    align-items: center;
    height: 1.5625rem;
    margin-bottom: 0.3125rem; }
    .attribute-color .label-radio input {
      display: none; }
    .attribute-color .label-radio input:checked + .label-text {
      border-color: #1d1d1b; }
    .attribute-color .label-radio &gt; .label-text {
      display: flex;
      position: relative;
      align-items: center;
      justify-content: center;
      width: 2.125rem;
      height: 2.125rem;
      padding: 0.3125rem;
      transition: border-color 0.3s ease;
      border: 1px solid #eceae9;
      border-radius: 50%;
      font-size: 1.3125rem;
      cursor: pointer; }
    .attribute-color .label-radio .option-value {
      display: none; }

.product-cart {
  margin-bottom: 1.875rem; }
  .product-cart .quanity-wrap {
    display: flex;
    margin-bottom: 0.625rem; }
  .product-cart .quantity {
    border: 0;
    font-size: 1.125rem;
    text-align: center;
    -moz-appearance: textfield; }
    .product-cart .quantity::-webkit-outer-spin-button, .product-cart .quantity::-webkit-inner-spin-button {
      margin: 0;
      -webkit-appearance: none; }
  .product-cart .button-group {
    display: flex;
    align-items: center; }
  .product-cart .button-cart {
    flex-grow: 1;
    margin-right: 0.9375rem; }
  .product-cart .button-wishlist {
    font-size: 1.5rem; }

.product-extras {
  margin-bottom: 2.1875rem; }
  .product-extras .extras-list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .product-extras .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 300; }
    .product-extras .list-item span {
      display: inline-block;
      margin-right: 0.625rem;
      font-size: 1rem; }

.product-share {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem; }
  .product-share .share-title {
    margin-right: 0.9375rem;
    font-family: "Didot", serif;
    font-size: 1.3125rem;
    font-weight: 700; }
  .product-share .share-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
  .product-share .share-item {
    margin-right: 0.4375rem; }
  .product-share .share-link {
    color: #1d1d1b;
    font-size: 1.25rem; }

.product-info .info-list {
  margin: 0 0 0.9375rem;
  padding: 0;
  list-style: none; }

.product-info .info-content {
  display: none;
  font-weight: 300; }

.product-info .show .lnr {
  transform: rotate(-180deg); }

.product-info .list-link,
.product-info .sub-link {
  display: block;
  color: #1d1d1b;
  font-size: 0.875rem; }

.product-info .toggler {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
  padding-right: 0.375rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.0625rem solid #eceae9;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
  cursor: pointer; }

.product-info .lnr {
  transition: transform 0.3s ease;
  font-size: 0.75rem; }

.product-showcase {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .product-showcase {
      flex-direction: row; } }

@media (min-width: 768px) {
  .product-thumbs {
    margin-right: 0.9375rem; } }

.product-thumbs .thumb-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .product-thumbs .thumb-list {
      flex-direction: column; } }

.product-thumbs .thumb-item {
  margin-bottom: 0.1875rem;
  overflow: hidden; }
  @media (min-width: 768px) {
    .product-thumbs .thumb-item {
      margin-bottom: 0.9375rem; } }

.product-thumbs .thumb-link {
  display: block;
  position: relative; }
  .product-thumbs .thumb-link::before {
    content: "\e902";
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    background: rgba(29, 29, 27, 0.5);
    color: white;
    font-family: "icomoon"; }
    @media (min-width: 992px) {
      .product-thumbs .thumb-link::before {
        content: "\e900"; } }

.product-thumbs .thumb-link:hover::before {
  opacity: 1; }

.product-details-images {
  position: relative;
  width: 100%; }
  .product-details-images .image-list {
    position: relative;
    height: 25rem;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .product-details-images .image-list {
        height: 37.5rem; } }
  .product-details-images .image-item {
    display: none;
    position: absolute; }
    .product-details-images .image-item:first-child {
      display: block; }
  .product-details-images .image-link {
    display: block;
    position: relative; }
    .product-details-images .image-link::before {
      content: "\e914";
      display: flex;
      position: absolute;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      transition: opacity 0.3s ease-in-out;
      opacity: 0;
      background: rgba(29, 29, 27, 0.5);
      color: white;
      font-family: "icomoon";
      font-size: 1.5rem; }
    .product-details-images .image-link img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product-details-images .image-link:hover::before {
    opacity: 1; }

.product-set {
  margin: 1.875rem 0; }
  @media (min-width: 992px) {
    .product-set {
      margin: 0; } }
  .product-set .set-title {
    display: block;
    margin: 0.625rem 0;
    font-family: "Didot", serif;
    font-size: 1.3125rem;
    font-weight: 700; }

.cart-overview {
  position: fixed;
  z-index: 10007;
  top: 0;
  right: -37.5rem;
  height: 100%;
  min-height: 100%;
  padding: 0.9375rem 1.875rem;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #e9d1d5;
  background: white; }
  @media (max-width: 576px) {
    .cart-overview {
      width: 100%; } }
  .cart-overview .overview-hide .button-hide {
    padding: 0;
    font-size: 1.5rem; }
  .cart-overview .overview-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.9375rem 0; }
    .cart-overview .overview-title h3 {
      margin: 0;
      font-family: "Didot", serif;
      font-size: 1rem; }
    .cart-overview .overview-title .items {
      font-size: 0.875rem;
      font-weight: 300; }
  .cart-overview .overview-item {
    display: flex;
    margin-bottom: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid #eceae9; }
  .cart-overview .overview-item:last-child {
    border-bottom: 0; }
  .cart-overview .overview-image {
    width: 40%; }
  .cart-overview .overview-details {
    position: relative;
    width: 60%;
    padding-left: 0.9375rem; }
  .cart-overview .details-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3125rem; }
    .cart-overview .details-title h4 {
      margin: 0;
      font-family: "Didot", serif; }
    .cart-overview .details-title .sale {
      padding: 0 0.3125rem;
      background: #a6d7d2;
      font-family: "Didot", serif;
      font-size: 0.875rem;
      font-weight: 700; }
  .cart-overview .details-description p {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 0.875rem; }
  .cart-overview .details-footer {
    display: flex;
    position: absolute;
    bottom: 0;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    padding-right: 0.3125rem; }
  .cart-overview .price-group .price-from,
  .cart-overview .price-group .price {
    font-family: "Didot", serif;
    font-size: 0.875rem;
    font-weight: 700; }
  .cart-overview .price-group .price-from {
    color: #959595;
    text-decoration: line-through; }
  .cart-overview .remove .button-remove {
    transition: color 0.3s ease-in-out; }
  .cart-overview .remove .button-remove:hover {
    color: red; }

.product-list-container {
  display: flex; }
  .product-list-container .show-filters {
    display: block;
    position: fixed;
    z-index: 10005;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    @media (min-width: 992px) {
      .product-list-container .show-filters {
        display: none; } }
    .product-list-container .show-filters .button-filters {
      padding: 0.375rem 0.75rem;
      background: #a6d7d2;
      font-size: 1.5rem; }
  .product-list-container .product-list-wrap {
    width: 100%; }
    @media (min-width: 992px) {
      .product-list-container .product-list-wrap {
        width: 75%; } }

/* Sidebar */
.sidebar-shop {
  width: 25%;
  padding-right: 3.125rem; }
  @media (max-width: 768px) {
    .sidebar-shop {
      position: fixed;
      z-index: 10006;
      top: 0;
      left: -100vw;
      width: 100%;
      height: 100%;
      min-height: 100%;
      padding: 1.875rem;
      overflow-x: hidden;
      overflow-y: scroll;
      background: white; } }
  .sidebar-shop .sidebar-shop-header {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 0.9375rem; }
    @media (min-width: 992px) {
      .sidebar-shop .sidebar-shop-header {
        display: none; } }
    .sidebar-shop .sidebar-shop-header .button-hide {
      padding: 0;
      font-size: 1.5rem; }

/*# sourceMappingURL=styles.css.map */
</pre></body></html>